#@font-face {
#  font-family: 'a';
#  src: url('../fonts/Mark Simonson - Proxima Nova Alt Black.otf');
#}

#@font-face {
#  font-family: 'b';
#  src: url('../fonts/Mark Simonson - Proxima Nova Alt Bold.otf');
#}

#@font-face {
#  font-family: 'c';
#  src: url('../fonts/Mark Simonson - Proxima Nova Alt Light.otf');
#}

#@font-face {
#  font-family: 'e';
#  src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular.otf');
#}

@font-face {
  font-family: 'd';
  src: url('../fonts/OpenSans-Semibold.ttf');
}

body{
	margin: 0;
	padding: 0;
	font-family: 'b' !important;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}

.row{
	margin: 0px !important;
}



.innerpart{
	width: 89%;
	margin: 0px auto
}


.headpart{
	padding: 50px 0px 85px 0;
	background-color: white;
}

.underimg{
	color: #325086;
	font-size: 16px;
	font-family: 'd';
}

.serachup{
	font-size: 26px;
	font-family: 'a';
	color: #325086;
	margin-top: 40px;
	
	margin-bottom: 5px;
}

.sebtn{
	background-color: #335088;
	color: white;
	border: 0;
	padding: 10.2px 24px;
	font-size: 18.4px;
	text-transform: uppercase;
	font-family: 'a';
	transform: translateY(1px);
}

.fcd{
	border-radius: 0;
	width: 68%;
	margin-left: 64px;
	display: inline-block;
	border: 1.5px solid rgba(51, 80, 136, 0.52);
	height: 47px;
}


.gybwo{
	font-size: 22px;
	font-family: 'a';
	margin: 0;
	color: white;
	margin-top: 6px;
}

.trusteddiv{
	background-color: #335088;
	padding: 85px 0px 60px 0;
	position: relative;
}

.trusteddiv:before{
 content: '';
width: 100%;
height: 68px;
background: #335088;
-moz-border-radius: 67% / 50px;
-webkit-border-radius: 67% / 50px;
border-radius: 67% / 50px;
position: absolute;
bottom: -32px;
left: 0;
}

.innertrust{
  width: 98%;
   margin: 0px auto;
}

.trustim{
  width: 98%;
}

.get{
	font-size: 30px;
	color: white;
	font-family: 'b';
	line-height: 37px;
	margin-top: 25px;
}

.get span{
	 color: #43ac4d;
	 font-family: 'b';
	 font-weight: 900;
}

.inform_{
	margin:100px 0px 100px 0;
}

.inform_2{
	width: 88%;
	margin:0px auto;
}

.inform_2 label{
  font-size: 28px;
  font-weight: normal;
  font-family: 'c';
  color: #335088;
  margin-bottom: 0;
  margin-top: 9px;
  padding-right: 0;
}

.pd6{
  padding-left: 0px;
}

.in_f{
  border-radius: 0;
  height: 55px;
  border: 1.5px solid rgba(51, 80, 136, 0.52);
  font-family: 'c';
  color: #335088;
  font-size: 18px;
}

.in_f:focus{
  box-shadow: none;
  border: 1.5px solid rgba(51, 80, 136, 0.52);
}

.inform_2 .form-group{
  margin-bottom: 25px !important;
}

.city_{
  padding: 0;
}

.icon {
  display: block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin: 10px auto;
  font-size: 22px;
  background-color: #335088;
}

.icon:before, .icon:after {
  content: "";
  position: absolute;
}

.dropp {
  width: 100%;
}

.dropp-header {
  background: #fff;
  color: #335088;
  font-family: 'c';
  border: 1.5px solid rgba(51, 80, 136, 0.52);
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  font-size: 18px;
}

.dropp-header__title {
  display: block;
  padding: 0.8em 0.5em;
  -webkit-box-flex: 8;
  -moz-box-flex: 8;
  box-flex: 8;
  -webkit-flex: 8;
  -moz-flex: 8;
  -ms-flex: 8;
  flex: 8;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.dropp-header__btn {
  display: block;
  color: #fff;
  padding: 0px 8px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropp-header__btn .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropp-header__btn .icon:before, .dropp-header__btn .icon:after {
  top: 30%;
  left: 25%;
  width: 50%;
  height: 15%;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropp-header__btn .icon:after {
  top: 55%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropp-header__btn.js-open .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dropp-header__btn.js-open .icon:before, .dropp-header__btn.js-open .icon:after {
  background: #fff;
}
.dropp-header__btn:focus {
  outline: none;
}

.dropp-body {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  background: #f2f2f2;
 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
   position: absolute;
}

.dropp-body.js-open {
  max-height: 20em;
  width: 100%;
  z-index: 1000
}

.dropp-body label {
  display: block;
  border-bottom: 1px solid rgba(51, 80, 136, 0.52);
  text-decoration: none;
  padding: 4px 9px;
  font-weight: 400;
  border-left: 1px solid rgba(51, 80, 136, 0.52);
  border-right: 1px solid rgba(51, 80, 136, 0.52);
  cursor: pointer;
  color: #335088;
  font-size: 18px;
  margin-top: 0;
}

.dropp-body label:first-child {
  box-shadow: none;

}
.dropp-body label:hover, .dropp-body label.js-open {
background: #f2f2f2;
}
.dropp-body label > input {
  display: none;
}


.dp_8{
  padding: 0
}

#ci_{
  width: 448px;
  transform: translateX(17px);
}

#zi_c{
  width: 448px;
}
#ph_c{
  width: 448px;
}

.wht_w{
  margin-bottom: 16px !important;
}

.txtarea10{
  padding-right: 0;
  padding-left: 6px;
}

.sub_btn{
  background-color: #F88421;
color: white;
font-size: 32px;
font-family: 'a';
text-transform: uppercase;
border: 0;
padding: 3px 53px;
margin: 53px 0px 0px 0px;
}











.footer{
	background-color: #335088;
	margin-top: 40px;
	padding: 25px 0;
}

.ftul{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.ftul li{
 	display: inline-block;
 	padding: 0px 20px;
 	position: relative;

}

.ftul li a{
		font-size: 20px;
text-transform: uppercase;
font-family: 'c';
color: #fff;
}

.ftul li a:hover{
	color: white
}

.ftul li:before{
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	height: 78%;
	background-color: white;
	width: 1px;
}

.last:after{
 	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	height: 78%;
	background-color: white;
	width: 1px;
}



/* -----responsive code strat here------------ */


@media (min-width:320px) and (max-width:767px) {

.innerpart {
    width: 100%;
}

.logo{
	width: 100px;
}

.underimg {
  font-size: 12px;
}

.serachup {
   margin-top: 20px;
   font-size: 18px;
}

.fcd {
    width: 69%;
    margin-left: 0;
    height: 32px;
}

.sebtn {
    padding: 4.4px 12px;
	font-size: 16px;
	font-family: 'c';
	transform: translateY(1px);
}



.ftul li a {
   font-size: 13px;
}
.footer {
   margin-top: 0;
}

	.ftul li {
    margin-bottom: 10px;
}
.ftul li:last-child {
    margin-bottom: 0px !important;
}
  .tx4 {
    text-align: center;
}
.tx4 {
    text-align: center;
}

.serachup {
    font-size: 18px;
    margin-top: 15px;
}
  .fcd {
     margin-left: 0;
     width: 71%;
  }

.footer {
    margin-top: 0px;
}

.headpart {
    padding: 20px 0px 20px 0;
}

  .innerpart {
    width: 98%;
    margin: 0px auto;
}

.underimg {
    font-size: 13px;
}
.sebtn {
   transform: translateY(0px);
   padding: 5.4px 7px;
font-size: 15px;
}

.trustim {
  width: 100%;
}

.get {
 font-size: 18px;
text-align: center;
line-height: 24px;
}

.trusteddiv {
padding: 37px 0px 22px 0;
}
.trusteddiv::before {
   bottom: -31px;
  }

.get br {
    display: none;
}

.innertrust {
    width: 90%;
    margin: 0px auto;
    text-align: center;
}
.inform_2 {
    width: 100%;
  }

.inform_2 label {
   font-size: 17px;
  margin-top: 13px;
}

#ci_ {
   width: 100%;
transform: translateX(0px);
}

#zi_c {
    width: 100%;
}

#ph_c {
   width: 100%;
}

.sub_btn {
  font-size: 24px;
 padding: 4px 40px;
 margin: 35px 0px 0px 0px;
  }
  .ftul li a {
    font-size: 16px;
}
.ftul li::before {
    height: 60%;
}
.last::after {
    height: 60%;
}
.logo {
    width: 100px;
}

.inform_ {
  margin: 55px 0px 55px 0;
}

.inform_2 .form-group {
    margin-bottom: 0px !important;
}

.ci9{
  padding: 0;
}

.stt{
  padding: 0;
}

.txtarea10 {
  padding: 0
}

.wht_w {
    margin-bottom: 0px !important;
}

.last::after {
   top: 0px;
  }
  .sbarbtn{
    padding-left: 0
  }
.pd6 {
    padding-left: 0px;
    padding: 0;
}
.ftul li a {
    font-size: 13px;
}

.ftul li::before {
top: 3px;
}
.last::after {
   top: 3px;
  }
}

@media (min-width:360px) and (max-width:767px) {

.pd6 {
    padding-left: 0px;
    padding: 0;
}
.tx4 {
    text-align: center;
}

.serachup {
    font-size: 18px;
    margin-top: 15px;
}
  .fcd {
     margin-left: 0;
     width: 71%;
  }

.footer {
    margin-top: 0px;
}

.headpart {
    padding: 20px 0px 20px 0;
}

  .innerpart {
    width: 98%;
    margin: 0px auto;
}

.underimg {
    font-size: 13px;
}
.sebtn {
   transform: translateY(0px);
}

.trustim {
  width: 100%;
}

.get {
 font-size: 18px;
text-align: center;
line-height: 24px;
}

.trusteddiv {
padding: 37px 0px 22px 0;
}
.trusteddiv::before {
   bottom: -31px;
  }

.get br {
    display: none;
}

.innertrust {
    width: 90%;
    margin: 0px auto;
    text-align: center;
}
.inform_2 {
    width: 100%;
  }

.inform_2 label {
   font-size: 17px;
  margin-top: 13px;
}

#ci_ {
   width: 100%;
transform: translateX(0px);
}

#zi_c {
    width: 100%;
}

#ph_c {
   width: 100%;
}

.sub_btn {
  font-size: 24px;
 padding: 4px 40px;
 margin: 35px 0px 0px 0px;
  }
  .ftul li a {
    font-size: 16px;
}
.ftul li::before {
    height: 60%;
}
.last::after {
    height: 60%;
}
.logo {
    width: 100px;
}

.inform_ {
  margin: 55px 0px 55px 0;
}

.inform_2 .form-group {
    margin-bottom: 0px !important;
}

.ci9{
  padding: 0;
}

.stt{
  padding: 0;
}

.txtarea10 {
  padding: 0
}

.wht_w {
    margin-bottom: 0px !important;
}

.ftul li a {
    font-size: 14px;
}

.ftul li::before {
    top: 0px;
}

  .last::after {
   top: 0px;
  }
}


@media (min-width:480px) and (max-width:767px) {
.topdiv p span {
    font-size: 15px;
}
.fcd {
    width: 75%;
}
.sebtn {
	transform: translateY(0px);
}
.bgbanner {
    height: 242px;
    background-size: cover;
}
.divtext {
    padding: 26.2px 10px;
}
.baocta {
   font-size: 15px;
}
.ulimg li img {
    width: 85px;
}
.divtext {
    padding: 26.2px 15px;
}
.ftul li {
    padding: 0px 8px;
}
.ftul li a {
    font-size: 12px;
}
.ftul li::before {
    top: 2px;
}
.seal {
    width: 80%;
}
}


@media (min-width:640px) and (max-width:767px) {
.get {
    font-size: 20px;
  }
  .sebtn {
    transform: translateY(1px);
}

.ftul li {
    padding: 0px 8px;
}
.ftul li a {
    font-size: 12px;
}
.ftul li::before {
    top: 4px;
}
.last::after {
    top: 4px;
}
.fcd {
    width: 82%;
}

.guc {
    font-size: 15px;
    font-family: 'c';
}


}

@media (min-width:768px) and (max-width:799px) {

.serachup {
    font-size: 18px;
    margin-top: 25px;
}
  .fcd {
     margin-left: 0;
     width: 71%;
  }

.footer {
    margin-top: 0px;
}

.headpart {
    padding: 20px 0px 20px 0;
}

  .innerpart {
    width: 98%;
    margin: 0px auto;
}

.underimg {
    font-size: 13px;
}

.trustim {
    width: 450px;
}

.get {
    font-size: 24px;
  text-align: center;
  line-height: 34px;
}

.trusteddiv {
   padding: 85px 0px 40px 0;
}

.get br {
    display: none;
}

.innertrust {
    width: 90%;
    margin: 0px auto;
    text-align: center;
}
.inform_2 {
    width: 95%;
  }

.inform_2 label {
   font-size: 17px;
  margin-top: 13px;
}

#ci_ {
    width: 100%;
    transform: translateX(24px);
}

#zi_c {
    width: 221px;
}

#ph_c {
    width: 221px;
}

.sub_btn {
  font-size: 24px;
 padding: 4px 40px;
  margin: 47px 0px 0px 0px;
  }
  .ftul li a {
    font-size: 16px;
}
.ftul li::before {
    height: 60%;
}
.last::after {
    height: 60%;
}
.logo {
    width: 115px;
}
.inform_ {
    margin: 100px 0px 70px 0;
}
}

@media (min-width:800px) and (max-width:991px) {
.serachup {
    font-size: 18px;
}
	.fcd {
	   margin-left: 0;
     width: 71%;
	}

.footer {
    margin-top: 0px;
}
.headpart {
    padding: 20px 0px 24px 0;
  }
  .innerpart {
    width: 98%;
    margin: 0px auto;
}

.underimg {
    font-size: 13px;
}
.trustim {
    width: 450px;
}

.get {
    font-size: 26px;
    text-align: center;
}

.get br {
    display: none;
}

.innertrust {
    width: 90%;
    margin: 0px auto;
    text-align: center;
}
.inform_2 {
    width: 95%;
  }

.inform_2 label {
   font-size: 17px;
  margin-top: 13px;
}

#ci_ {
    width: 100%;
    transform: translateX(24px);
}

#zi_c {
    width: 232px;
}

#ph_c {
    width: 232px;
}

.sub_btn {
  font-size: 24px;
  padding: 4px 53px;
margin: 47px 0px 0px 0px;
  }
  .ftul li a {
    font-size: 16px;
}
.ftul li::before {
    height: 60%;
}
.last::after {
    height: 60%;
}
}


@media (min-width:992px) and (max-width:1279px) {

.guc {
	    margin-left: 0px;
}

.innerpart {
    	width: 90%;
}

.serachup {
    font-size: 22px;
}

.fcd {
    width: 74%;
    margin-left: 0px;
}

.sebtn {
   transform: translateY(1px);
}

.get {
    font-size: 22px;
    line-height: 32px;
margin-top: 5px;
  }

.get br {
    display: none;
  }

  .trusteddiv {
    background-color: #335088;
    padding: 70px 0px 48px 0;
  }

  .inform_2 {
    width: 90%;
  }

  .inform_2 label {
    font-size: 20px;
  }

  #ci_ {
    width: 100%;
    transform: translateX(11px);
}

#ph_c {
    width: 338px;
}

#zi_c {
    width: 338px;
}
.inform_ {
    margin: 100px 0px 74px 0;
}
.sub_btn {
   font-size: 28px;
     padding: 4px 53px;
    
}
}


@media (min-width:1280px) and (max-width:1365px) {

.fcd {
    width: 74%;
    margin-left: 25px;
}
.innerpart {
    width: 84%;
}
.divtext {
   padding: 70px 0px;
}
.ov {
   padding: 40px 0px;
}

}


@media (min-width:1440px) and (max-width:1599px) {
.get {
    font-size: 30px;
    line-height: 42px;
  }
  .get br {
       display: none;
  }
  #ci_ {
    transform: translateX(19px);
}
.footer {
   margin-top: 0px;
  }
  .inform_ {
    margin: 100px 0px 80px 0;
}
}


@media (min-width:1600px) and (max-width:1919px) {

.get {
    font-size: 32px;
    line-height: 45px;
  }
  .get br{
   display: none;
  }
  .trustim {
    width: 90%;
}

#ci_ {
    width: 448px;
    transform: translateX(22px);
}

.guc {
	margin-left: 104px;
}
.bg6 {
    background-size: cover;
}

.seal {
    width: 75%;
}

.topdiv p {
   margin-right: 315px;
}

}

@media (min-width:1680px) and (max-width:1919px) {

.get {
    font-size: 32px;
    line-height: 45px;
  }

.get br{
   display: none;
}

.trustim {
    width: 90%;
}

#ci_ {
    width: 448px;
    transform: translateX(22px);
}

}s


@media (min-width:1920px){

.get {
  font-size: 35px;
  line-height: 50px;
}

.serachup {
    font-size: 35px;
}

.trustim {
    width: 90%;
}

#ci_ {
    width: 520px;
    transform: translateX(28px);
}

#zi_c {
    width: 520px;
}

#ph_c {
    width: 520px;
}

.sub_btn {
    font-size: 30px;
}

.get br{
  display: none;
}

.fcd {
    width:72%;
}

.topdiv p {
	   margin-right: 315px;
	}

.ftul li::before {
    top: 2px;
  }

}

/* ----------end here----------------- */



