.headerContent {
  width: 1170px;
  margin: auto;
  overflow: hidden;
  padding: 10px 0px;
}
.col-md-6 {
  width: 50%;
  float: left;
}
.loginItem {
  display: inline-block;
}
.loginMenu {
  text-align: right;
}
.loginItem a {
  font-family: roboto, sans-serif;
  font-size: 18px;
  color: #0c54a2;
  text-decoration: none;
}
.loginMenu {
  text-align: right;
  margin-top: 20px;
}
.loginItem {
  padding: 10px 15px;
}
.borderLeftRight{
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
}
.bodycontent {
  background: #cecece;
  width: 100%;
  height: 100%;
}
/*.signIn .dropDown{margin-left:-140px;} */
/* .createAccount .dropDown{margin-left:-95px;} */

.dropDownX {
  position: absolute;
  width: 340px;
  padding-top: 17px;
  display: none;
  left: -43px;
  margin-left: 155px;
  top:83px;
  z-index:9;
}
.dropDownContent {
  box-shadow: 0px 3px 3px #000;
  background: #fff;
  margin-top: 20px;
  padding: 15px 15px 25px;
  border-radius: 0px 0px 15px 15px;
  text-align: center;
}
.loginItem:hover .dropDownX, .loginItem:active .dropDownX, .loginItem:focus .dropDownX {
  display: block;
}
.dropDownTitle1 {
  font-family: open sans, sans-serif;
  color: #383838;
  font-size: 20px;
  margin-bottom: 20px;
}
.dropDownContent input {
  padding: 15px !important;
  font-size: 16px;
  width: 100% !important;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #cecece;
  margin-bottom: 10px;
}
a.ddbtn {
  background: #269dd8;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  color: #fff;
  width: 100%;
  padding: 15px;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.4s;
}
a.ddbtn:hover {
  background: #0c54a2;
}
a.ddsmall {
  font-family: roboto;
  font-size: 15px;
  color: #0c54a2;
  font-weight: 400;
  margin-top: 15px;
  display: block;
}
a.ddsmall:hover {
  color: #269dd8;
}
.dropDownContent input:focus {
  outline: none;
  border: #269dd8 solid 1px;
}
.dropDownContent input {
  transition: all 0.3s;
}
.leftText {
  text-align: left;
  font-family: roboto, sans-serif;
}
.leftText ul {
  padding: 0px;
  margin: 0px;
}
.checkItem img {
  height: 12px;
}
.checkItem {
  line-height: 1.8em;
  font-size: 15px;
  font-family: roboto, sans-serif;
  font-weight: 300;
}
.dropDownTitle2 {
  margin: 20px 0px 10px;
  font-size: 17px;
  font-family:roboto, sans-serif;
}
.ddphone,.ddphone a {
  font-size: 38px !important;
  color: #269dd8;
  font-family: roboto, sans-serif;
}
.loginItem {
  display: inline-block;
  margin-right: -4px;
  margin-left: -4px;
}
a.ddEmail:hover {
  background: #2694d1;
}
a.ddchat {
  background: #0e60af;
  padding: 15px 0px;
  transition: all 0.3s;
}
a.ddchat:hover {
  background: #19398c;
}
.ddContact {
  overflow: hidden;
}
.ddContact {
  width: 340px;
  margin-left: -15px;
  margin-top: 20px;
}
a.ddEmail, a.ddchat {
  color: #fff;
  display: block;
  font-family: open sans;
  font-weight: 300;
}
.ddcenter {
  text-align: center;
  margin-top: 15px;
}
.ddstrong {
  font-weight: 500;
  font-family: roboto;
}
.ddcenter a, a.hov {
  font-family: open sans;
  font-size: 15px;
}
.dropDownContent a {
  cursor: pointer;
}
.ddContact a img {
  height: 37px;
  margin-bottom: 6px;
}
a.hov:hover {
  color: #2699d5;
}
.loginItem a {
  transition: all 0.3s;
}
.ddspacer {
  height: 10px;
  width: 100%;
  display: block;
}
a.ddEmail {
  background: #43a9dc;
  width: 50%;
  float: left;
  padding: 15px 0px;
  transition: all 0.3s;
}