/*

Project      : Mentos - Multipurpose landing page
Version      : v1.0
Last update  : N/A
Author       : Design_mylife (Rakesh Sharma)
Support email: mylifedesign143@gmail.com
*/
/**************************************

=============TABLE OF CONTENT==========
 - Basic
***************************************/
/***** Google fonts import ************/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200italic,200,300italic,300,400italic,400,600italic,600,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,100,300,400italic);

label.state-error{
display: block!important;
  font-weight: normal;
  font-size:13px;
  line-height: 1%;
  color:#DE888A;
margin-bottom: 25px;
padding-left: 20px;
}

img.flag {
  max-height: 1.85714286em;
}

.form-control.state-error {
 -webkit-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  -moz-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  -ms-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  background-color: rgba(249, 88, 88, .1);
  padding-left: 20px;
  color: #DE888A;
}

.call-us{
  font-size:17px;
 color: #00759a;
}
.call-us span{
  font-weight:bold;
}

.btn-navigation span {
font-weight:normal;
}

.bg-blue {
  background: #12baf8;
}

.bg-dark-blue {
  background-color: #1F334A;
}

.bg-light-blue {
  background-color: #F0FCFF;
}

.bg-green {
  background: #93c214;
}

.bg-red {
  background: #f2774c;
}

.white-bg {
  background-color: #FFF;
}


.med-space {
  padding:30px;
}

.dark {
  color: #000;
}

.light-bg {
  background-color: #f5f5f5;
}

.dark-bg {
  background-color: #333333;
}

.skin-bg {
  background-color: #12baf8;
}

.gray-bg {
  background: #fcfcfc;
}

.pattern-bg {
  /*background-image: url("../images/pattern.png");*/
  background-repeat: repeat;
}

/*
Base csss
*/
html, body {
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #7a7a7a;
}

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #12baf8;
}
a:hover {
  color: #aeaeae;
}

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none;
}

blockquote {
  font-style: normal;
  font-weight: 400;
}
blockquote p {
  font-weight: 400;
}

button:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}

::selection {
  background-color: #191b1d;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  font-family: "Raleway", sans-serif;
  color: #393f4d;
  font-weight: 700;
}

h1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
}

h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

h3 {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}

.lead {
  font-size: 18px;
  font-weight: 400;
}

strong, b {
  font-weight: 700;
}

.text-primary {
  color: #12baf8;
}

.features-list li {
  margin-bottom: 7px;
}
.features-list i {
  color: #12baf8;
  margin-right: 7px;
}

.border-width {
  width: 60px;
  height: 2px;
  background: #12baf8;
  margin: 10px 0;
}

.overflow-hidden {
  overflow: hidden;
}

.full-wid {
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

/***spaces**/
.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-30 {
  width: 100%;
  height: 30px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-50 {
  width: 100%;
  height: 50px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-70 {
  width: 100%;
  height: 70px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.space-90 {
  width: 100%;
  height: 90px;
}

.space-100 {
  width: 100%;
  height: 100px;
}

/**margins**/
    .margin-b-6 {
  margin-bottom: 6px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.skin-bg {
  background-color: #12baf8;
}

.img-center {
  display: block;
  margin: 0 auto;
}

/**********back to top*************/
.scrollToTop {
  text-align: center;
  font-size: 30px;
  background: transparent;
  font-weight: bold;
  color: #12baf8;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #12baf8;
}

/**preloader**/
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/loader.gif") no-repeat center center;
}

.center-img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.full-img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .vertical-align-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
.absolute_full {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.vertical-middle {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

/**section title**/
.center-title h2 {
  color: #000;
  text-transform: capitalize;
  letter-spacing: -1px;
}
.center-title .lead {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  font-family: "Merriweather", serif;
}

.left-title h3 {
  font-weight: 700;
  color: #000;
  letter-spacing: -1px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
}
.left-title h3:after {
  position: absolute;
  width: 90px;
  height: 3px;
  background: #12baf8;
  display: block;
  bottom: 0;
  left: 0;
  content: "";
}

.bg-section .left-title h3 {
  color: #fff;
}
.bg-section .left-title h3:after {
  background-color: #fff;
  opacity: 0.7;
}
.bg-section h2 {
  color: #fff;
}
.bg-section p {
  color: #fff;
  opacity: 0.8;
}

/*
Buttons style
*/
.btn {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 0px;
  font-family: "Lato", sans-serif;
}
.btn i {
  margin-left: 8px;
}
.btn.btn-radius {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.btn-md {
  padding: 12px 25px;
}

.btn-lg {
  padding: 16px 30px;
  font-size: 14px;
}

.btn-gratis {
  background-color: #1956B8;
  color: #FFF;
  font-weight:300;
}
.btn-gratis:hover {
  color: #f0fcff;
  opacity: 0.9;
  background-color: #236CE1;
}


.btn-esp {
  background-color: #EEEEEE;
  color: #000;
  font-weight:300;
}
.btn-esp:hover {
  color: #000;
  opacity: 0.9;
  background-color: #E0E0E0;
}
.btn-primary {
  background-color: #00ae53;
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  opacity: 0.9;
  background-color: #12baf8;
}

.btn-dark {
  background-color: #00AE53;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    font-size: 18px;
    white-space: normal;
}
.btn-dark:hover {
  color: #fff;
  opacity: 0.9;
  background-color: #12baf8;
}

.btn-dark:active:focus {
  color: #ffffff;
  background-color: #12baf8;
   opacity: 0.7; 
}

.btn-default {
  background: #f5f5f5;
}

.btn-white {
  background-color: #fff;
  color: #393f4d;
}
.btn-white:hover {
  color: #393f4d;
  opacity: 0.9;
}

a.video-link {
  text-transform: capitalize;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
a.video-link i {
  display: inline-block;
  font-size: 24px;
  padding-left: 3px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.video-link:hover i {
  background-color: rgba(255, 255, 255, 0.2);
}

.video-icon {
  display: block;
  width: 100px;
  height: 100px;
  background: #12baf8;
  color: #fff;
  line-height: 100px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.video-icon i {
  color: #FFF;
  font-size: 65px;
  line-height: 100px;
  margin-left: 10px;
}
.video-icon:hover, .video-icon:focus {
  color: #fff;
  opacity: 0.8;
}
.video-icon:hover i, .video-icon:focus i {
  opacity: 1;
}

/*
header styles
*/
.navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.8;
}
.navbar-nav > li > a:hover {
  opacity: 1;
}
 .navbar-default {
    background: #FFFFFF;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
.navbar-inverse.navbar-transparent {
  margin: 0px;
  padding: 8px 0;
  border: 0px;
  background-color: #FFF;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbar-inverse.navbar-transparent .navbar-nav > li > a, .navbar-inverse.navbar-transparent span.dropdown-toggle {
  color: #666;
}
.navbar-inverse.navbar-transparent.shrink {
  padding: 0px 0;
  background-color: #FFFFFF;
}

span.dropdown-toggle {
  display: block;
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 21px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse.navbar-transparent .navbar-nav > .active > a, .navbar-inverse.navbar-transparent .navbar-nav > .active > a:focus, .navbar-inverse.navbar-transparent .navbar-nav > .active > a:hover, .navbar-inverse.navbar-transparent .navbar-nav > li > a:hover, span.dropdown-toggle:hover {
 background-color: #fff;
  color:#1FB1D1;
}
.navbar-nav > .active > a,.navbar-nav > .active > a:hover{
 color:#1FB1D1;
}

.btn-navigation {
  margin-left: 0px;
  margin-top: 9px;
}

.dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  padding: 10px;
}
.dropdown-menu > li > a {
  padding: 9px 20px;
  text-transform: capitalize;
}

/*
Intro setions style
*/
.header-full-screen {
  width: 100%;
  height: 100%;
  position: relative;
}
.header-full-screen h1 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 700;
}
.header-full-screen p {
  color: #fff;
  opacity: 0.9;
}
.header-full-screen a.video-link {
  color: #fff;
}

.buttons a {
  margin: 5px;
}

.background-1 {
  background: url("../images/bg2.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
}

.hero-padded {
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
}
.hero-padded h1 {
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
}
.hero-padded h1, .hero-padded p, .hero-padded h5 {
  color: #fff;
}
.hero-padded p {
  font-weight: 400;
}
.hero-padded .mentos-newsletter {
  max-width: 450px;
  margin: 25px auto;
  display: block;
}
.hero-padded .mentos-newsletter .form-control {
  border-color: transparent;
}
.hero-padded .mentos-newsletter .form-control.error {
  border-color: #f95858;
  color: #f95858;
}
.hero-padded .mentos-newsletter .form-control.success {
  border-color: #9fcf0e;
  color: #9fcf0e;
}

.background-2 {
  background: url("../images/bg3.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
}

.background-3 {
  background: url("../../../../ed25595a4bc87f1acc0f-f926198ecae35a6c881a40c1e13839c7.ssl.cf5.rackcdn.com/img/bg3.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;

 &:before {
    content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
  opacity: .4;
  }
}


.background-plans{
  background: url("../../../../ed25595a4bc87f1acc0f-f926198ecae35a6c881a40c1e13839c7.ssl.cf5.rackcdn.com/img/protection-plans.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;

 &:before {
    content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
  opacity: .4;
  }
}

.background-claim {
  background: url("../images/claimbg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;  }

  .background-confirm {
  background: url("../../../img/confirmation.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
}
 &:before {
    content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
  opacity: .4;
  }
}


.background-5{
  background: url("../../../../ed25595a4bc87f1acc0f-f926198ecae35a6c881a40c1e13839c7.ssl.cf5.rackcdn.com/img/protection-plans.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;

 &:before {
    content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
  opacity: .4;
  }
}

.right-darkbg {
color:#FFF;
}

.right-darkbg h4{
color:#FFF;
}

.background-4 {

  background-color: #FFF;

}

.hero-contact {
  padding: 105px 0 65px;
}
.hero-contact h1, .hero-contact p {
  color: #333;
}
.hero-contact h1 {
  font-weight: 400;
}
.hero-contact .buttons {
  margin-top: 20px;
}
.hero-contact .buttons a {
  margin: 10px 0;
}
.hero-contact .buttons .video-link, .hero-contact .buttons .btn-default {
  margin-left: 20px;
}

ul.quote-benefits{
padding-bottom:20px;
}
ul.quote-benefits li {
list-style:none;
text-align:left;
background-image: url('../../../img/quote-bullet.png');
background-repeat: no-repeat;
padding-left:30px;
padding-bottom:10px;
font-size:16px;
font-weight:400;
}


.hero-video {
  width: 100%;
  height: 100%;
  position: relative;
}

/*
Call to actions
*/
.cta-1 {
  padding: 40px 0;
}
.cta-1 h3 {
  color: #fff;
}
.cta-1 p {
  color: #fff;
  opacity: 0.7;
}

.disclaimer{
  font-size:12px;
  line-height:14px;
}

.disclaimer-footer{
padding-top:30px;
font-size: 15px;
line-height:18px;
}

.poweredby{
display: inline-block;
}


.form-head {
    font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color:#000;
  padding-bottom:10px;
}


.video-cta {
  background: url("../images/bg1.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.video-cta h2 {
  color: #fff;
}
.video-cta p {
  color: #fff;
  opacity: 0.8;
}

/*
Pricing tables
*/
.pricing-row {
  margin: 0;
  padding: 20px;
  background: #fcfcfc;
}

.price-box {
  padding: 40px 30px;
  text-align: center;
  background-color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.price-box h4 {
  font-weight: 900;
}
.price-box i.price-icon {
  display: block;
  margin: 0 auto;
  font-size: 80px;
  color: #000;
  opacity: 0.1;
}
.price-box .features-list {
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.price-box .features-list li {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px dashed #eee;
}
.price-box .features-list .ion-checkmark {
  color: #2cdd9d;
}
.price-box .features-list .ion-close {
  color: #f2774c;
}
.price-box .price {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  margin: 20px 0;
  color: #12baf8;
}
.price-box .price sup {
  font-size: 13px;
}
.price-box.colored {
  background-color: #12baf8;
  position: relative;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.price-box.colored .price {
  color: #fff;
}
.price-box.colored h4 {
  color: #fff;
}
.price-box.colored i {
  color: #fff;
  opacity: 0.5;
}
.price-box.colored .features-list li {
  color: #fff;
  opacity: 0.9;
}
.price-box.colored .features-list .ion-checkmark {
  color: #fff;
  opacity: 1;
}
.price-box.colored .features-list .ion-close {
  color: #fff;
  opacity: 0.5;
}


/*
Plans
*/

.plans-box-head {
  padding: 15px;
  font-size:18px;
  border-left: 1px solid #00759a;
  border-right: 1px solid #00759a;
  border-top: 1px solid #00759a;
  text-align:center;
  color:#FFF;
  text-shadow: 1px 1px 3px #2B2B2B
}

.plans-box {
  padding: 15px;
  background-color: #FFF;
  border: 1px solid #00759a;
}

#plans h2, #plans .lead{
color:#FFFFFF;
text-shadow: 1px 1px 3px #2B2B2B
}

.new-car {
 background:#1F334A;
}

.comprehensive{
 background:#00759a;
}

.powertrain{
 background:#16a1cf;
}


.powertrain-plus{
 background:#8BB7BF;
}

.sp-disc{
 color:#FFFFFF;
text-shadow: 1px 1px 3px #2B2B2B;
font-size:14px;
}

.sp-policy{
font-size:14px;
}

.view-eng{
padding-top: 10px;
font-size:13px;
font-weight:bold;
border-top: 1px solid #00759a;
}


/*
Testimonials
*/
.testi-box {
  padding: 15px;
  background-color: #fcfcfc;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.testi-box .thumb {
  display: block;
  width: 90px;
  float: left;
  margin-right: 20px;
}
.testi-box .testi-text {
  overflow: hidden;
  padding-left: 10px;
}
.testi-box .rating {
  display: block;
  color: #000;
   font-size: 15px;
}
.testi-box h4 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
.testi-box.right .thumb {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

/*testimonials*/
.testimnials-slider {
  padding: 80px 0;
  position: relative;
  background: url("../images/bg3.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
}

.testi-info {
  display: inline-block;
  padding-top: 20px;
}

.testimonial_slider img {
  margin-right: 20px;
}
.testimonial_slider p {
  color: #fff;
  opacity: 0.9;
  font-size: 23px;
  line-height: 40px;
  font-style: italic;
}
.testimonial_slider .testi-content {
  overflow: hidden;
  min-width: 140px;
  text-align: left;
}
.testimonial_slider .testi-content h4 {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0px;
  padding-top: 10px;
  color: #fff;
}
.testimonial_slider .testi-content span {
  font-size: 12px;
  color: #eee;
}
.testimonial_slider .flex-control-nav {
  left: 0;
  bottom: -60px;
}
.testimonial_slider .flex-control-paging li a {
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border: 2px solid #12baf8;
}
.testimonial_slider .flex-control-paging li a:hover, .testimonial_slider .flex-control-paging li a.flex-active {
  background-color: #12baf8;
}

/*
Image overlay style
*/
.folio-box {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #12baf8;
}
.folio-box img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}
.folio-box .folio-overlay {
  width: 100%;
  height: auto;
  position: absolute;
  padding: 20px;
  text-align: right;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.folio-box .folio-overlay h4 {
  color: #fff;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.folio-box .folio-overlay span {
  color: #eee;
  font-style: italic;
}
.folio-box:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}

/*
Collapse css
*/
.panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

.panel-heading {
  padding: 0;
}
.panel-heading a {
  display: block;
  padding: 10px 15px;
  position: relative;
  color: #12baf8;
  text-transform: capitalize;
}
.panel-heading a:after {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  content: "\f3d0";
  font-family: "Ionicons";
  color: #12baf8;
}
.panel-heading a.collapsed {
  color: #333;
}
.panel-heading a.collapsed:after {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  content: "\f3d8";
  font-family: "Ionicons";
  color: #333;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}

/*
Team styles
*/
.person-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #fff;
}
.person-box img {
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.person-box .person-info {
  padding: 15px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-top: -15px;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.person-box .person-info h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 20px;
}
.person-box .person-info span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #12baf8;
  font-style: italic;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
}
.person-box ul {
  margin-bottom: 0px;
}
.person-box ul li a {
  font-size: 25px;
  color: #ddd;
}
.person-box ul li a:hover {
  color: #12baf8;
}
.person-box:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*
Counter numbers
*/
.counter-section i {
  color: #fff;
  font-size: 50px;
  opacity: 0.7;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.counter-section p, .counter-section h1 {
  color: #fff;
}
.counter-section p {
  text-transform: capitalize;
}

/*
Mentos forms style
*/
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 50px;
  font-size: 14px;
}

.header-img{
  display:inline;
}

.form-control {
  -webkit-box-shadow: 0 0 1px 1px rgba(128, 128, 128, .3);
  -moz-box-shadow: 0 0 1px 1px rgba(128, 128, 128, .3);
  -ms-box-shadow: 0 0 1px 1px rgba(128, 128, 128, .3);
  box-shadow: 0 0 1px 1px rgba(128, 128, 128, .3);
  min-height: 50px;
  padding-left: 20px;
  border: 1px
}
.form-control.error {
 -webkit-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  -moz-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  -ms-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  background-color: rgba(249, 88, 88, .1);
  padding-left: 20px;
  color: #000;
}

.form-control.success {
  border-color: #9fcf0e;
  color: #9fcf0e;
}

.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.mentos-newsletter .btn-primary {
  border-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.mentos-newsletter .form-control {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.newsletter-section {
  background-color: #19406B;
}

.newsletter-section h2{
  font-weight:100;
  color:#fff;
  font-family:"Source Sans Pro";

}

.claims-header h3{
  font-weight:300;
  color:#fff;
  font-family:"Source Sans Pro";

}

.claims-header h2{
  font-weight:100;
  color:#fff;
  font-family:"Source Sans Pro";

}

.mentos-contact .form-control {
  margin-bottom: 15px;
}

.form-bg {
  padding: 30px 20px;
  background-color: #f0fcff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-top: 5px solid #00759a;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.form-bg .form-control {
  margin-bottom: 15px;
  border: 0px;
}
.form-bg h5 {
  color: #00759a;
  font-size:18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight:600;

}

/*
Split sections
*/
.split-section {
  position: relative;
}
.split-section .split-image {
  position: absolute;
  width: 50%;
  height: 100%;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.split-section .split-image.left-align {
  left: 0;
  top: 0;
}
.split-section .split-image.right-align {
  right: 0;
  top: 0;
}
.split-section .split-content {
  padding: 50px 0px;
}
.split-section .split-content h2 {
  font-weight: 400;
  margin-bottom: 30px;
}

/*
Tabs content
*/
.tabs-nav {
  text-align: center;
  padding: 0;
  border-bottom: 2px solid #eee;
}
.tabs-nav li a {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid transparent;
  padding: 10px 20px;
  text-transform: capitalize;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  color: #7a7a7a;
  font-family: "Raleway", sans-serif;
  margin-bottom: -2px;
}
.tabs-nav li a:hover {
  color: #12baf8;
  border-bottom-color: #12baf8;
}
.tabs-nav li.active a {
  cursor: default;
  color: #12baf8;
  border-bottom-color: #12baf8;
}

/*
clients section
*/
.clients-section .center-title h2, .clients-section .center-title p {
  color: #fff;
}
.clients-section .center-title p {
  opacity: 0.8;
}
.clients-section img {
  opacity: 0.7;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.clients-section a:hover img {
  opacity: 1;
}

/*
Icon and step boxes css
*/
.feature-box h4 {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.feature-box i {
  display: block;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.feature-box img {
  display: block;
  margin-right: 20px;

}

.without-carshield{
   color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.without-carshield span{
   color: #19406B;
    text-transform: uppercase;
    font-size: 18px;
    font-weight:bold}

.with-carshield{
   color: #00ae53;
padding-top:12px;
  font-weight: 800;
    text-transform: uppercase;
    font-size: 36px;
    font-family: Source Sans Pro;
    -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 3px #A8FFA8
}

.with-carshield span{
   color: #00ae53;
vertical-align: super;
  font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    font-family: Source Sans Pro;
    -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 3px #F4F7FB
}

.feature-box.colored i {
  color: #fff;
  background-color: #12baf8;
}

.feature-box2 {
  padding-bottom: 20px;
}
.feature-box2 i {
  display: block;
  float: left;
  margin-right: 20px;
  font-size: 40px;
  width: 40px;
  text-align: left;
}
.feature-box2 h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.get-coverage img {
  padding-bottom: 28px;
     width: auto;
    margin: 0 auto;

}

/**colored box**/
.step-box {
  padding: 30px 12px;
    text-align: center;
    color: #fff;
    font-size:15px;
}
.step-box h1, .step-box h3, .step-box p {
  color: #fff;
}
.step-box h1 {
  opacity: 0.8;
}
.step-box h1 span {
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 5px;
  vertical-align: bottom;
  bottom: 7px;
  position: relative;
}

.step-box span {
  font-size: 28px;
  text-transform: uppercase;
  color: #f0fcff;
  font-weight:800;
}
.step-box img {
  padding-bottom: 8px;
     width: auto;
    margin: 0 auto;

}

.trust img {
  padding-bottom: 8px;
     width: auto;
    margin: 0 auto;

}

.as-seen-on{
  font-size:12px;
  text-transform:uppercase;
}

.as-seen-on img {
     width: auto;
    margin: 0 auto;

}

/*
Modals stylesheet
*/
/**video modal**/
.video-modal .modal-header {
  padding: 0px;
  min-height: auto;
  border: 0px;
}
.video-modal .modal-body {
  padding: 0;
}
.video-modal .modal-content {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  margin-top: 70px;
}
.video-modal .modal-header .close {
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  top: -20px;
  opacity: 1;
  color: #fff;
}

/*
Footer styles
*/
.footer {
  background: #393f4d;
}
.footer a {
  color: #f0fcff;
}

.footer a:hover {
  color: #12baf8;
}

.footer h4 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
}
.footer p, .footer address {
  opacity: 0.7;
}
.footer a img {
  display: block;
  margin-bottom: 5px;
}
.footer ul {
  margin: 0px;
}
.footer ul li {
  display: inline-block;
}
.footer ul li a {
  color: #f0fcff;
  display: block;
  position: relative;
  padding: 6px 12px 0px 12px;
}

.footer ul li a:hover {
  color: #12baf8;
  opacity: 1;
}


/*
Template responsive style. Must be bottom into css file.
*/
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 26px;
  }

  .lead {
    font-size: 15px;
  }

  h3 {
    font-size: 18px;
    line-height: 28px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 20px;
  }

  .testimonial_slider p {
    font-size: 16px;
    line-height: 26px;
  }

  .btn-lg {
    padding: 12px 25px;
    font-size: 14px;
  }

  .btn-md {
    padding: 10px 20px;
  }

  .navbar-inverse .navbar-toggle {
    border: 0px;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background-color: #fff;
  }

  .hero-padded {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .hero-padded h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .hero-padded .lead {
    font-size: 13px;
  }

  .video-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .video-icon i {
    font-size: 50px;
    line-height: 75px;
  }

  .mentos-newsletter .form-control {
    min-height: 42px;
  }

  .cta-1, .cta-1 .text-right {
    text-align: center;
  }

.get-coverage img{

width:100px;
}

  #benefits img.img-responsive {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .testi-box .thumb {
    width: 40px;
    margin-right: 10px;
  }

  .navbar-brand {
    font-size: 22px;
    margin-top: 0px;
  }

  .hero-contact {
    background-attachment: scroll !important;
    background-size: cover !important;
    padding: 80px 0;
    text-align: center;
  }
  .hero-contact .video-link i {
    display: none;
  }
  .hero-contact .space-20 {
    height: 0px;
  }
  .hero-contact .buttons {
    margin-bottom: 20px;
  }
  .hero-contact .buttons .btn-default {
    margin-left: 3px;
  }
}
/***intro box styles**/
.demo-box {
  display: block;
  margin: 0 auto;
}
.demo-box h5 {
  margin-top: 20px;
}

.buttons-elements a {
  margin-bottom: 10px;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding-top: 5px;
    padding-left: 8px;
  width: auto;
}


/* Extra Small Devices, Phones */
    @media (max-width: 479px) {
    .navbar-brand>img {
  height: 43px;
  width: auto;
  padding-left: 14px;
   padding-top: 8px;
   padding-right: 8px;
}

    ul.quote-benefits{
padding-left:10px;
}
    .btn-navigation {
 font-size:10px
}

    .header-img{
 height:11px;
 width:11px;
}

    ul.quote-benefits li {
list-style:none;
text-align:left;
background-image: url('../../../img/quote-bullet.png');
background-repeat: no-repeat;
padding-bottom:10px;
font-weight:400;
}

       .footer p{
  font-size:13px;
}

.disclaimer-footer{
padding-top:30px;
font-size: 14px;
line-height:17px;
}

.call-us{
  font-size:15px;
}
    }

    @media (max-width: 330px) {
     .btn-navigation {
 font-size:9px
}
.hero-contact {
  padding: 65px 0 0px;
}

    .header-img{
 height:11px;
 width:11px;
}
.navbar-brand>img {
  height: 36px;
  width: auto;
  padding-left: 8px;
   padding-top: 8px;
   padding-right: 0px;
}

    .state-error{
display: block!important;
  font-weight: normal;
  font-size:16px;
  color:#DE888A;
margin-bottom: 25px;
padding-left: 20px;
}
}


