@charset "utf-8";
/* CSS Document */
body{margin:0px; padding: 0px; font-family: Raleway-Regular;}
p{font-family: PTS55F;}
/*===================================== menu css starts here========================================*/
.sticky {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  min-height: 100px;
  width: 100%;
  z-index: 100;
	transition:all 0.9s ease 0s;
}
.fixed {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed;
  top: -40px;
  width: 100%;
  z-index: 100;
  transition:all 0.9s ease 0s;
}
.header-middle .navbar {
  margin-bottom: 0;
}
/*nav hover effect disable*/
.navbar-wrapper .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #066bbd;
}
/*nav hover effect disable*/

.navbar-wrapper .navbar{
background:transparent;
border: none;

}
.navbar-wrapper .dropdown-menu{box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);background: #fff; border:none; border-radius:0px; border-bottom:2px solid #066bbd; font-size:13px;text-transform:uppercase;}
.navbar-wrapper .dropdown-menu a{color:#777;}
.navbar-wrapper .nav>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li{
  border-bottom: 3px solid transparent;
	transition:all 0.9s ease 0s;
}
.navbar-wrapper .nav>li>a:focus, .navbar-wrapper .nav>li>a:hover,.navbar-wrapper .nav .open>a, .navbar-wrapper .nav .open>a:focus, .navbar-wrapper .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  border-bottom: 3px solid transparent;
  background: none;
	transition:all 0.9s ease 0s;
}
.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
 color: #066bbd;
 transition:all 0.9s ease 0s;
}
.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
}


.navbar-toggle .icon-bar{
    color: #fff;
    background: #fff;
}
.navbar-brand > img {
  display: block;
  width: 250px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #555;
}
.navbar-nav > li > a {
  padding-bottom: 15px;
  padding-top: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget-nav {
  line-height: 1em;
  margin-bottom: 60px;
  margin-top: 60px;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.widget-nav li.active, .widget-nav li:hover {
  color: #022662;
}
.widget-nav li {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 22px;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  color: #fff;
}
/*.navbar-nav.pull-right > li > a {
  padding-top: 14px;
}*/
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #066bbd;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}
.navbar-default .navbar-toggle {
  border-color: #066bbd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #066bbd;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: medium none;
}
/*===================================== menu css ends here========================================*/

/*========================back to top css starts here===========================================*/	
.scrollToTop {
  
  background-repeat:no-repeat;
  
  background:url(../assets/images/top1.png); 
  bottom: 60px;
  color: #444;
  display: none;
  font-weight: bold;
  height: 50px;
  padding: 10px;
  position: fixed;
  right: 40px;
  text-align: center;
  text-decoration: none;
  width: 50px;
}
.scrollToTop:hover{
	text-decoration:none;
}
/*========================back to top css ends here===========================================*/
.header-top {
  background: #2e434e;
  height: 40px
}
.header-top .nav.nav-pills a {
  color: #fff;
  font-size: 12px;
  transition:all 0.9s ease 0s;
  border-radius: 0;
}
.header-top .nav.nav-pills a:hover {
  border: 0 none;
  border-radius: 0;
}
.header-top .nav.nav-pills .fb a:hover {
 background: #0083C9;
 border-radius: 0;
 color:#ffffff;
}
.header-top .nav.nav-pills .tw a:hover {
 background: #5BBCEC;
 border-radius: 0;
 color:#ffffff;

}
.header-top .nav.nav-pills .ld a:hover {
 background: #0177b5;
 border-radius: 0;
 color:#ffffff;
}
.header-top .nav.nav-pills .dr a:hover {
 background: #90C9DC;
 border-radius: 0;
 color:#ffffff;
}
.header-top .nav.nav-pills .gp a:hover {
 background: #CE3C2D;
 border-radius: 0;
 color:#ffffff;
}
.logo img {
  width: 200px;
}
/*================================================Banner section CSS strats here============================================*/
.section-first {
  padding: 70px 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(115,161,240,1) 0%, rgba(73,103,153,1) 100%); /* ff3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(115,161,240,1)), color-stop(100%, rgba(73,103,153,1)));/* safari4+,chrome */
background:-webkit-radial-gradient(center, ellipse cover, rgba(115,161,240,1) 0%, rgba(73,103,153,1) 100%); /* safari5.1+,chrome10+ */
background: -o-radial-gradient(center, ellipse cover, rgba(115,161,240,1) 0%, rgba(73,103,153,1) 100%); /* opera 11.10+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(115,161,240,1) 0%, rgba(73,103,153,1) 100%); /* ie10+ */
background:radial-gradient(ellipse at center, rgba(115,161,240,1) 0%, rgba(73,103,153,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73A1F0', endColorstr='#496799',GradientType=1 ); /* ie6-9 */
}
.accordion-tabs-minimal .tab-content {
  background: rgba(0, 0, 0, 0.36);
  border-top: medium none!important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0 0 15px!important;
}
.accordion-tabs-minimal .tab-link {
  box-shadow: none!important;
  margin-right: -2px!important;
  background: rgba(0, 0, 0, 0.36)!important;
}
.accordion-tabs-minimal .tab-link.is-active {
  background: rgba(2, 39, 103, 0.84)!important;
  border-bottom: 0 none!important;
  margin-bottom: -1px;
}
.inner__tab > h2 {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
}
.tab-link.tab-one {
  border-top-left-radius: 5px;
}
.tab-link.tab-last {
  border-top-right-radius: 5px;
}
.__tabs .inner__tab .form__group label {
  color: #fff;
  font-family: raleway-regular!important;
  font-size: 15px!important;
  font-weight: 500!important;
  /*text-shadow: 0px 4px 4px rgba(0,0,0,0.5);*/
}
.accordion-tabs-minimal input[type="color"],
.accordion-tabs-minimal input[type="date"],
.accordion-tabs-minimal input[type="datetime"],
.accordion-tabs-minimal input[type="datetime-local"], 
.accordion-tabs-minimal input[type="email"], 
.accordion-tabs-minimal input[type="month"],
.accordion-tabs-minimal input[type="number"],
.accordion-tabs-minimal input[type="password"],
.accordion-tabs-minimal input[type="search"],
.accordion-tabs-minimal input[type="tel"],
.accordion-tabs-minimal input[type="text"],
.accordion-tabs-minimal input[type="time"],
.accordion-tabs-minimal input[type="url"],
.accordion-tabs-minimal input[type="week"],
.accordion-tabs-minimal textarea,
.accordion-tabs-minimal select[multiple="multiple"],
.accordion-tabs-minimal select,
.accordion-tabs-minimal textarea {
  background-color: rgba(255,255,255,0.95);
  border: 1px solid rgba(255,255,255,0.95)!important;
  border-radius: 3px!important;
  box-shadow:none!important;
  box-sizing: border-box;
  font-family: raleway-regular!important;
  font-size: 13px!important;
  margin-bottom: 15px;
  margin-top: 0px;
  padding: 5px !important;
  transition:all 0.9s ease 0s;
  color: #3C547E;
}

.accordion-tabs-minimal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.6);
}
.accordion-tabs-minimal ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.6);
}
.accordion-tabs-minimal :-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.6);
}
.accordion-tabs-minimal :-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.6);
}
/*.accordion-tabs-minimal select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}*/
.accordion-tabs-minimal .small-txt {
    font-size: 12px!important;
    line-height: 17px;
    color: #fff;
    font-weight: 300!important;
    
}
.button__holder .button.__green {
    background: rgba(2, 39, 103, 0.84)!important;
    color: #fff;
}

/*================================================Banner section CSS ends here============================================*/
.section-row.white-bg {
  background: #fff none repeat scroll 0 0;
}
.section-row {
  background: #f6f8fb none repeat scroll 0 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}
.section-row-heading::after {
    bottom: -15px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 200px;
    background-color: #fdb500;
    background: -moz-linear-gradient(left, rgba(253,181,0,0) 0%, rgba(253,181,0,1) 40%, rgba(253,181,0,1) 50%, rgba(253,181,0,1) 60%, rgba(253,181,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(253,181,0,0) 0%,rgba(253,181,0,1) 40%,rgba(253,181,0,1) 50%,rgba(253,181,0,1) 60%,rgba(253,181,0,0) 100%);
    background: linear-gradient(to right, rgba(253,181,0,0) 0%,rgba(253,181,0,1) 40%,rgba(253,181,0,1) 50%,rgba(253,181,0,1) 60%,rgba (253,181,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb500', endColorstr='#fdb500',GradientType=1 );
}
.section-row-heading {
  color: #444;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
}
.text-center-custom.one-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.text-center-custom {
  padding: 20px 15px;
  text-align: center;
}
.text-center-custom.two-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.text-center-custom.three-block {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.heading2::after {
  background: #066bbd none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.heading2 {
  color: #066bbd;
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
}
.text-center-custom img {
  height: 200px;
  margin: 0 auto;
}
.text-center img {
  margin: 0 auto;
  width: 100px;
}
.heading3::after {
  background: #333 none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.heading3 {
  font-size: 17px;
  margin-bottom: 23px;
  position: relative;
}
.tools_bar {
text-align: center;
line-height: 21px;
}
.reason-box {
width: 100%;
box-sizing: border-box;
padding: 15px;
box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
min-height: 410px;
margin-bottom: 20px;
display: inline-block;
border-radius: 5px;
}
.tools_bar2 {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}
.section-row.testimonial-slider {
  background: #233741;
  padding-bottom: 75px;
}
/*================================slider section css starts==============================================*/
    #slider .item img{
        display: block;
        width: 100%;
        height: auto;
    }
/*.wrapping-whole{width:100%; float:left; filter:blur(5px); -webkit-filter:blur(5px); -moz-filter:blur(5px);}*/

#slider .owl-pagination {
  position: absolute;
  width: 100%;
}
#slider.owl-theme .owl-controls .owl-page span {
  background: #fff none repeat scroll 0 0;
  border-radius: 50px;
  height: 10px;
  width: 10px;
}
#slider .owl-buttons {
  background: transparent none repeat scroll 0 0;
  opacity: 0.8;
  position: absolute;
  top: 35%;
  width: 100%;
}
#slider .owl-prev {
  left: 0;
  position: absolute;
  background: transparent none repeat scroll 0 0;
  top:-25px;
}
#slider .owl-next {
  position: absolute;
  right: 0;
  background: transparent none repeat scroll 0 0;
  top:-25px;
}
.client-quote {
  color: #c7ccce;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.client-name {
  color: #FDB500;
  text-align: center;
}
.client-name > img {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto 10px;
  padding: 3px;
  width: 60px !important;
}
/*================================slider section css ends==============================================*/
    #owl-demo-one .item{
      margin: 3px;
    }
    #owl-demo-one .item img{
      display: block;
      width: 100%;
      height: auto;
    }
#client-area .item{
      margin: 3px;
    }
#client-area .item img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 200px;
}
#client-area .owl-page > span {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #066bbd;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.section-row.foot-content-bar {
  background: #2e434e none repeat scroll 0 0;
  padding-bottom: 0;
}
.heading5::before {
  background: #00aff0 none repeat scroll 0 0;
  border-radius: 10px;
  bottom: -7px;
  content: "";
  height: 4px;
  left: 2px;
  position: absolute;
  width: 28px;
  z-index: 1;
}
.heading5::after {
  background: #fff none repeat scroll 0 0;
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 60px;
}
.foot-content-bar .heading5 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
  position: relative;
}
.irda img {
  width: 130px;
 
}
.heading_P {
  color: #d4d4d4;
  font-size: 13px;
  line-height: 20px;
}
.heading_P > img {
  margin-right: 5px;
  width: 20px;
}
.foot-content-bar ul {
  list-style: outside none none;
  padding: 0;
  text-transform: capitalize;
}
.social li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.foot-content-bar ul li a {
  color: #d4d4d4;
  font-size: 13px;
  margin-bottom: 5px;
  transition: all 0.5s ease 0s;
}
.social li a i {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.terms {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.follows-mrg ul li {
  display: inline;
  margin-right: 5px;
}
.right-border {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 5px;
}
.cards {
  text-align: right;
}
.cards ul li img {
  width: 160px;
}
.cards ul li {
  color: #d4d4d4;
  display: inline;
  font-size: 13px;
}
.heading_P .h {
  display: inline!important;
}
.foot-content-last p {
  color: #d4d4d4;
  font-size: 12px;
  margin-bottom: 0;
  text-align: justify;
}

/*===============================================================================================*/\

/*.moto-insue-para > p {
  font-size: 14px;
  line-height: 22px;
}*/
.moto-insue-img img {
  margin: 0 auto;
  width: 250px;
}
.motor-insure-block img {
  height: 100%;
}
.offered {
  position: relative;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';  
    content: "\f147";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #066bbd;         /* adjust as needed */
	font-size: 25px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f196";    /* adjust as needed, taken from bootstrap.css */
}
.benefit-points.panel .panel-heading {
  background: #f6f8fb none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  font-size: 13px;
  padding: 15px;
  text-align: left;
}
.panel.panel-default.benefit-points {
  border-color: #ddd;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  margin-bottom: 20px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.benefit-points a {
  color: #066bbd;
  text-decoration: none;
}
.benefit-points .panel-body {
  background: #f6f8fb none repeat scroll 0 0;
  box-sizing: border-box;
  font-size: 14px;
  padding: 20px 0;
  text-align: justify;
  color:rgba(49, 68, 81, 0.95);
}

  #flip-bike {
  background-color: #116bbd;
  border-color: #4d5bbe;;
  border-style: none none solid;
  border-width: medium medium 3px;
  color: #fff;
  cursor: pointer;
  margin-top: 25px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
}

#panel-bike {
    padding: 30px;
    display: none;
	background-color: rgba(17,107,189,0.7);
}

#flip-car {
  background-color: #116bbd;
  border-color: #4d5bbe;;
  border-style: none none solid;
  border-width: medium medium 3px;
  color: #fff;
  cursor: pointer;
  margin-top: 25px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
}

#panel-car {
    padding: 30px;
    display: none;
	background-color: rgba(17,107,189,0.7);
}

/*=====================================login-registration-forget pages css starts here=============================================*/

/* Scroll To Bottom */
#codepen, #portfolio {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #363636;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
  text-align: center;
}
#codepen i, #portfolio i {
  line-height: 56px;
}
#codepen:hover, #portfolio:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* CodePen */
#portfolio {
  bottom: 96px;
  right: 36px;
  background: #066bbd;
  width: 44px;
  height: 44px;
  -webkit-animation: buttonFadeInUp 1s ease;
  animation: buttonFadeInUp 1s ease;
}
#portfolio i {
  line-height: 44px;
}

/* Container */
.wrapper {
  position: relative;
  max-width: 460px;
  width: 100%;
  margin: 50px auto 100px;
}
.wrapper.active .card:first-child {
  background: #f2f2f2;
  margin: 0 15px;
}
.wrapper.active .card:nth-child(2) {
  background: #fafafa;
  margin: 0 10px;
}
.wrapper.active .card.alt {
  top: 20px;
  right: 0;
  width: 100%;
  min-width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 60px 0 40px;
  overflow: hidden;
}
.wrapper.active .card.alt .toggle {
  position: absolute;
  top: 40px;
  right: -50px;
  box-shadow: none;
  -webkit-transform: scale(32);
  transform: scale(32);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.wrapper.active .card.alt .toggle:before {
  content: '';
}
.wrapper.active .card.alt .title,
.wrapper.active .card.alt .input-container,
.wrapper.active .card.alt .button-container {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.wrapper.active .card.alt .title {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.wrapper.active .card.alt .input-container {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.wrapper.active .card.alt .input-container:nth-child(2) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.wrapper.active .card.alt .input-container:nth-child(3) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.wrapper.active .card.alt .button-container {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

/* Card */
.card {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 40px 0 40px 0;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Title */
  /* Inputs */
  /* Button */
  /* Footer */
  /* Alt Card */
}
.card:first-child {
/*  background: #fafafa;
  height: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 10px;*/
  padding: 0;
}	

.card .title {
  position: relative;
  z-index: 1;
  border-left: 5px solid #066bbd;
  margin: 0 0 35px;
  padding: 10px 0 10px 10px;
  color: #066bbd;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.card .input-container {
  position: relative;
  margin: 0 20px 20px;
}
.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 60px;
  border: 0;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
}
.card .input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
  width: 50%;
}
.card .input-container input:valid ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container label {
  position: absolute;
  top: 0;

  left: 0;
  color: #757575;
  font-size: 18px;
  font-weight: 300;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.card .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ddd;
  width: 100%;
  height: 1px;
}
.card .input-container .bar:before, .card .input-container .bar:after {
  content: '';
  position: absolute;
  background: #066bbd;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.card .input-container .bar:before {
  left: 50%;
}
.card .input-container .bar:after {
  right: 50%;
}
 .card .button-container {
  text-align: center;
  margin-bottom: 15px;
}
.card .button-container button {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: 0;
  width: 240px;
  border: 2px solid #e3e3e3;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button span {
  position: relative;
  z-index: 1;
  color: #ddd;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #066bbd;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:hover, .card .button-container button:active, .card .button-container button:focus {
  border-color: #066bbd;
}
.card .button-container button:hover span, .card .button-container button:active span, .card .button-container button:focus span {
  color: #066bbd;
}
.card .button-container button:active span, .card .button-container button:focus span {
  color: #ffffff;
}
.card .button-container button:active:before, .card .button-container button:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
  transform: scale(10);
}
.card .footer {
  margin: 40px 0 0;
  color: #d3d3d3;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.card .footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .footer a:hover {
  color: #bababa;
}
.card.alt {
  position: absolute;
  top: 40px;
  right: -115px;
  z-index: 10;
  width: 140px;
  height: 140px;
  background: none;
  border-radius: 100%;
  box-shadow: none;
  padding: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Toggle */
  /* Title */
  /* Input */
  /* Button */
}
.card.alt .toggle {
  position: relative;
  background: #066bbd;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.card.alt .toggle:before {
  content: '\f234';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.card.alt .title,
.card.alt .input-container,
.card.alt .button-container {
  left: 100px;
  opacity: 0;
  visibility: hidden;
}
.card.alt .title {
  position: relative;
  border-color: #ffffff;
  color: #ffffff;
}
.card.alt .title .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
  display: inline;
  color: #ffffff;
  font-size: 58px;
  font-weight: 400;
}
.card.alt .title .close:before {
  content: '\00d7';
}
.card.alt .input-container input {
  color: #ffffff;
}
.card.alt .input-container input:focus ~ label {
  color: #ffffff;
}
.card.alt .input-container input:focus ~ .bar:before, .card.alt .input-container input:focus ~ .bar:after {
  background: #ffffff;
}
.card.alt .input-container input:valid ~ label {
  color: #ffffff;
}
.card.alt .input-container label {
  color: rgba(255, 255, 255, 0.8);
}
.card.alt .input-container .bar {
  background: rgba(255, 255, 255, 0.8);
}
  .card.alt .button-container button {
  background: #ffffff;
  border-color: #ffffff;
}
.card.alt .button-container button span {
  color: #066bbd;
}
.card.alt .button-container button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.card.alt .button-container button:active:before, .card.alt .button-container button:focus:before {
  display: none;
}

/* Keyframes */
@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
.or{
	
	width: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
		}
.or span {
  background: #e3e3e3 none repeat scroll 0 0;
  border: 5px solid #fff;
  border-radius: 50px;
  color: #999;
  font-size: 13px;
  padding: 5px;
  position: relative;
  z-index: 1;
}	
		.or::after {
  background: #e3e3e3;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 238px;
  z-index: 0;
}
 .fb-bg {
  background: #3b5998 none repeat scroll 0 0 !important;
  border-color: #3b5998 !important;
}
 .fb-tw {
  background: #D34836 none repeat scroll 0 0 !important;
  border-color: #D34836 !important;
}
.fb-bg:hover span {
  color: #fff !important;
}
.fb-tw:hover span {
  color: #fff !important;
}
 .click-here {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  position: relative;
  text-transform: capitalize;
  width: 100%;

  
}
.click-here > span {
  position: absolute;
  right: 30px;
  top: -20px;
}
.click-here p {
  background-image: url("../images/click-img.png");
  background-repeat: no-repeat;
  height: 30px;
  position: absolute;
  right: 28px;
  top: -6px;
  width: 30px;
}
.backtologin > a {
  background: #066BBD;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  left: 25px;
  padding: 3px 8px;
  position: relative;
  font-size:12px;
}
 .backtologin > a::before {
  border-color: transparent #066BBD transparent transparent;
  border-style: solid;
  border-width: 11px;
  content: "";
  left: -22px;
  position: absolute;
  top: 0;
}


/*=====================================login-registration-forget pages css ends here=============================================*/
.gg.hi > label {
  margin-right: 14px;
}
.health-img img {
  margin: 20px auto;
}
.health-img .tools_bar1 {
  text-align: justify;
}
.know {
  font-size: 16px;
}
.points-to-know > li {
  position: relative;
}
.points-to-know > li::before {
  content: "\f105";
 font-family: 'FontAwesome'; 
  left: -11px;
  position: absolute;
}
.points-to-know {
  font-size: 13px;
  list-style: outside none none;
  padding-left: 15px;
}
.life-line {
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  margin-bottom: 5px;
  min-height: 245px;
  padding-top: 100px;
  vertical-align: middle;
}




.demo-3 {
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.demo-3 > li {
  float: left;
  list-style: outside none none;
  margin-right: 5px;
  width: 19%;
}
.demo-3 figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
}
.demo-3 figure img {
    display:block;
    position:relative;
    z-index:10;
    width: 100%;
}
.demo-3 figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.demo-3 figure h2 {
    color:#fff;
    font-size:15px;
    text-align:center;
    margin: 10px 0 20px;
	position: relative;
	text-transform: uppercase;
}
.demo-3 figure p {
    display:block;
    font-size:14px;
    line-height:24px;
    margin:0;
    color:#fff;
    text-align:center;
}
.demo-3 figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:10px;
    background-color:#116BBD;
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.demo-3 figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}
.demo-3 > li:nth-child(2n) {
  margin-top: 20px;
}
.demo-3 h4 {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}
.demo-3 figure h2::after {
  background: #fff none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
.demo-3 > li {
  margin-right: 5px;
  width: 98%;
}
.demo-3 figure h2 {
    font-size:14px;
    margin: 10px 0 20px;
2
}
.demo-3 figure p {
    font-size:13px;
    line-height:20px;
    margin:0;
}
.demo-3 h4 {
  font-size: 13px;
}	
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
  .demo-3 figure h2 {
  font-size: 12px;
  margin: 5px 0 8px;

}
 .demo-3 figure p {
  font-size: 12px;
  line-height: 16px;
}
.demo-3 h4 {
  font-size: 11px;
}
.navbar-nav > li > a {
  padding-left: 2px;
}
}

/*=============================add new css for inner pages starts here===============================*/
.details-section h3 {
  border-bottom: 1px solid rgba(55, 71, 79, 0.7);
  color: rgba(55, 71, 79, 0.7);
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 5px;
  overflow: hidden;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title-edit {
  color: rgba(55, 71, 79, 0.7);
  font-size: 12px;
  position: relative;
}
.futher-details > span {
  color: rgba(55, 71, 79, 0.9);
  display: block;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
  padding-left: 10px; 
}
.futher-details > span::before {
  background: rgba(55, 71, 79, 0.9) none repeat scroll 0 0;
  border-radius: 50px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 4px;
}
.small-letter{text-transform: lowercase!important;}
.title-edit > span {
  font-size: 15px;
  position: absolute;
  right: 0;
}
.futher-details {
  margin-bottom: 15px;
}
.details-section .panel-body {
  padding: 0;
}
.details-section .input-list > li {
  color: rgba(55, 71, 79, 0.9);
  float: none;
  font-size: 13px;
}
.pure-checkbox > label {
  font-weight: 500;
}
.pure-checkbox input[type="checkbox"] + label::before,
.pure-checkbox input[type="radio"] + label::before
{
  border: 1px solid #555555;
  box-sizing: content-box;
  color: #555555;
  content: "";
  height: 16px!important;
  left: 0;
  margin-top: -9px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 16px!important;
}
.additional-table {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: block;
  float: left;
  margin: 10px auto;
  transition: all 0.5s cubic-bezier(0.4, 0.1, 0.1, 1) 0s;
  width: 100%;
}
.additional-table:hover {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.left-block, .right-block {
  display: inline-block;
  float: left;
  width: 50%;
}
.idv-detail {
  display: inline-block;
  width: 100%;
}
.additional-box {
  display: inline-block;
  width: 100%;
}
.left_block > label {
  color: #666;
  font-weight: 500;
  margin-bottom: 0px;
}
.idv-detail .left-block, .idv-detail .right-block {
  color: #555;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.insurance-company {
  text-align: center;padding: 14px 0;
}
.insurance-company > a {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.right-block span {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.additional-box .left_block, .additional-box .right_block {
  float: left;
  font-size: 12px;
  width: 50%;
}
.additional-box > ul {
  padding: 0;
}
.bold {
  font-weight: 600;
}
.breakpoint {
  text-align: center;
   padding: 14px 0;
}
.show-result {
  display: inline-block;
  width: 100%;
}
.midsection {
  background: #f3f3f3 none repeat scroll 0 0;
  box-sizing: border-box;
  padding: 20px 0px;
  font-family: pts55f;
}
.bold.not-available {
  opacity: 0.5;
}
.breakpoint > a {
  display: block;
  font-size: 13px;
  text-transform: capitalize;
}
.left-block {
  padding-left: 5px;
}
.left_block {
  padding-left: 5px;
}
/*=============================add new css for inner pages ends here===============================*/
.overlay-popup {
  background: rgba(0,0,0,0.5);
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.6s ease 0s;
  width: 100%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: scroll;
}
.overlay-popup-inner {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 100%;
  position: fixed;
  right: 0;
  width: 50%;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
 .overlay-popup {width: 100%;}
 .overlay-popup-inner {width: 100%;}
 .add-to-members {width: 100%!important;}
 .add-to-members-inner {width: 100%!important;}
}
.overlay-popup.open {
	transform: translateX(0);
}
.breakpoint .popup-open {
  color: #00aff0;
  display: block;
  font-size: 13px;
  text-transform: capitalize;
}
.popup-open{cursor: pointer;}
.overlay-popup .popup-open {
  position: absolute;
  right: 1%;
  top: 1%;
  z-index: 1000;
}
.popup-open i {
  color: rgba(0, 0, 0, 0.2);
  font-size: 30px;
  transition: all 0.5s ease 0s;
}
.popup-open i:hover {
  color: rgba(0, 0, 0, 0.5);
}
.popup-details ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #555;
  display: table;
  font-size: 13px;
  padding: 10px 3px;
  width: 100%;
}
.popup-details > ul {
  padding: 0;
}
.popup-details > h5 {
  color: rgba(55, 71, 79, 0.7);
  font-weight: 600;
}
.popup-details b {
  float: right;
  color: rgba(55, 71, 79, 0.7);
}.overlay-popup h1 {
  color: #066bbd;
  font-size: 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.overlay-popup h1::after {
  background:#066bbd;
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 165px;
}
.popup-details ul li:last-child {
  border: medium none;
}
.popup-details.total h5 {
  border-top: 2px solid rgba(55, 71, 79, 0.3);
  padding-top: 10px;
}
.breakpoint .btn.btn-primary span {
  font-family: pts55f !important;
  font-size: 16px;
  padding-left: 5px;
}
.additional-table.hide-show-1 {
  display: none;
}
.right-block > input {
  background: transparent;
  border-color:#ccc;
  border-style: none none solid;
  border-width: medium medium 1px;
  text-align: center;
  width: 95%;
}
.right-block > input:focus {
  border-bottom: 1px solid #00aff0;
}
.breakpoint .block-it {
  display: block;
  color: #00aff0;
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  cursor: pointer;
}
.min-max.show {
  display: inline-block !important;
  width: 100%;
}
.min-idv, .max-idv {
  color: #777;
  float: left;
  font-family: pts55f;
  font-size: 10px;
  font-weight: normal;
  width: 50%;
  text-align: center;
}

.min-idv > b, .max-idv > b {
  display: block;
  font-weight: normal;
}
.idv-inputBox > label {
  color: #00aff0;
  font-size: 12px;
  font-weight: normal;
  margin-top: 3px;
}
.idv-inputBox input {
  border-color: #ccc;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  margin-bottom: 3px;
  text-align: center;
  width: 100%;
  background: transparent;
}
.idv-inputBox input:focus {
  border-bottom: 1px solid #00aff0;
}
.idv-popup.show {
  display: inline-block !important;
  margin-bottom: 8px;
  width: 100%;
}
.idv-inputBox {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.btn.btn-submit {
  background: #7dc24b none repeat scroll 0 0;
  border-bottom: 3px solid #6cb13a;
  color: #fff;
  margin-top: 14px;
}
.fa.fa-pencil {
  color: #00aff0;
}


.add-to-members{
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.6s ease 0s;
  width: 100%;
  z-index: 1000;
}
.add-to-members-inner {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 100%;
  position: fixed;
  right: 0;
  width: 50%;
}
.add-to-members .plus_members {
  position: absolute;
  right: 2%;
  top: 10px;
  z-index: 1000;
}
.plus_members .fa-times-circle {
  color: #fff;
  font-size: 19px;
  transition: all 0.5s ease 0s;
}
.plus_members i{
    color: rgba(0, 0, 0, 0.2);
    font-size: 30px;
    transition: all 0.5s ease 0s;
}
.plus_members  i:hover {
 opacity: 0.7;
}
.add-to-members.open {
	transform: translateX(0);
}

.age {
  background: #f6f8fb none repeat scroll 0 0;
  display: inline-block;
  margin-top: 15%;
  padding-bottom: 20px;
  width: 100%;
}
.age > h2 {
  background: #116bbd none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px;
  text-transform: capitalize;
}
.age .panel-body {
  padding: 0px 15px;
}
.age .bootstrap-select {
  width: 100% !important;
}
.age .btn.dropdown-toggle.btn-default {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.age .btn.btn-primary {
  padding: 8px;
  width: 100%;
  margin: 15px 0;
}
.age .btn.btn-primary span {
  font-family: raleway-regular;
  font-size: 13px;
}
.age .text {
  text-transform: capitalize !important;
}
.family-txt {
  display: block;
}
.family-members.text-center.plus_members {
  cursor: pointer;
  font-size: 13px;
}
.btn.btn-primary.ok {
  background: #43ceb3 none repeat scroll 0 0;
  border-color: #31bca1;
}

.select-area .btn-group.bootstrap-select {
  width: 100% !important;
}
.select-area {
  padding: 0;
  margin-bottom: 30px;
}
.select-area .btn.dropdown-toggle.btn-default {
  background: #f7f7f7 none repeat scroll 0 0;
  border-bottom: 1px solid #cacaca;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  font-size: 13px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-top: 10px;
}
.bs-searchbox .form-control {
  border-radius: 0px;
}
.bs-searchbox .form-control:focus {
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-transform: uppercase;
}
.select-area .text {
  font-size: 12px;
  text-transform: uppercase;
}
.moto-insue-img img {
  margin: 0 auto;
  width: 250px;
}

.term-bg{
  background: url(../assets/images/blue-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
section.section-row.term-bg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.08);
    content: "";
    top: 0;
}
.go-right {
    width: 100%;
    display: inline-block;
    padding: 10px 0px 40px 0px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    margin-top: 40px;
}
.go-right h2 {
    color: #ca6966;
}
.go-right label {
    font-weight: 500;
    color: #4e4e4e;
    font-size: 12px;
}
.go-right button.btn.btn-primary.btn-block {
    width: 200px;
    margin: 0px auto;
    margin-top: 20px;
    padding: 10px;
    background: #2b9bd2;
    border: none;
}
.points-area {
    font-size: 13px;
    list-style: outside none none;
    padding-left: 15px;
}
.term-bg h1 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    line-height: 55px;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}
.points-area > li {
    position: relative;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    padding-left: 10px;
  text-shadow: 0px 3px 3px rgba(0,0,0,0.4);
}
.points-area > li::before {
    content: "\f2dc";
    font-family: 'FontAwesome';
    left: -11px;
    position: absolute;
    font-size: 16px;
}
section.section-row.patners-logo {
    position: relative;
    padding: 60px 0px;
    border-top: 3px solid #d7e0dd;
    border-bottom: 3px solid #d7e0dd;
}
.ins-logo {
    border: 1px solid #cecece;
    border-radius: 7px;
    padding: 3px;
  margin: 10px 0px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px){
  .extra-info {
    display: none !important;
}
}
.extra-info {
    position: fixed;
    background: #fff;
    padding: 5px;
    margin: 5px 0px;
    width: 200px;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    z-index: 999;
    border: 1px solid #c5c5c5;
}
.extra-info a {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: #106994;
}
.extra-info img{float:right;}
.extra-info.one {
    top: 40%;
    left: -160px;
  transition: all 0.5s ease 0s;
}
.extra-info.two {
    top: 47.3%;
    left: -160px;
  transition: all 0.5s ease 0s;
}
.extra-info.three {
    top: 52%;
    left: -160px;
  transition: all 0.5s ease 0s;
}
.extra-info.one:hover {
    left: 0px;
}
.extra-info.two:hover {
    left: 0px;
}
.extra-info.three:hover {
    left: 0px;
}



.ui-autocomplete { height: 250px; overflow-y: scroll; overflow-x: hidden;}



select {
margin: 0em;
font: -webkit-small-control;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
margin: 0em 0em 0em 0em ;
padding: 5px !important;
}
form.form-area {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px 0px;
}

/*    .form__group select option {
     height: 35px !important; 
     padding: 6px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    min-height: 2em !important;

}
*/