html, body, *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.2s ease; outline: none;  }
grammarly-ghost, grammarly-ghost * { transition: none !important; }
body { font-size: 16px; font-family: SF UI Text; color: #333333; font-weight: normal; transition: 0.2s top cubic-bezier(.3, .73, .3, .74); background-color: #f6f6f6;}
a { color: #333333; }
a:hover, a:focus, a:active { text-decoration: none; outline: none !important; color: inherit; }
/*.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,*/
/*.btn.focus, .btn:focus, button:hover, button:focus, button:active { outline: none; box-shadow: none; box-shadow: none; background-color: #00DBFF !important; }*/
img { max-width: 100%; image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: optimize-contrast; image-rendering: crisp-edges; image-rendering: pixelated; -ms-interpolation-mode: nearest-neighbor; }
.container { width: 1330px; max-width: 100%; }
.sec-title { font-size: 28px; line-height: 32px; font-weight: bold; margin-bottom: 45px; }
.section { padding: 70px 0; }
.form-control:focus { box-shadow: none; border: 1px solid #ced4da; }
textarea { resize: none; }
.wow { visibility: hidden; }
:root { --light-color: #fff; --secondary-color: #2488d0; --dark-color: #000; --light-bg: #fff; --gardient-bg: linear-gradient(270deg, #473FFF 0%, #00DBFF 100%); --dark-bg: #F6F7F9; }
.dark-bg { background-color: var(--dark-bg); }
.full-width { padding-left: 70px; padding-right: 70px; }
.sec-title { text-align: center; font-size: 22px; letter-spacing: -0.22px; line-height: 26px; position: relative; padding-bottom: 10px; }
.sec-title:after { position: absolute; content: ""; height: 2px; width: 79px; left: 0; right: 0; margin: auto; bottom: 0; background-color: #0087D4; }
.form-inline { justify-content: center; }
.owl-carousel .owl-item img { width: auto; }
hr { border-top: 1px solid #E5E5E5; }

/*btn css start*/
header .btn-primary { border-radius: 5px; background: #1159a5; border: none; padding: 5px; min-width: 100px; font-size: 14px; text-transform: uppercase }
.btn-primary { font-size: 19px; line-height: 23px; border-radius: 5px; background: #1159a5; border: none; padding: 10px; min-width: 165px; font-weight: bolder;}
/*.btn-primary { font-size: 19px; line-height: 23px; border-radius: 5px; background: linear-gradient(270deg, #00DBFF 0%, #00DBFF 100%); border: none; padding: 10px; min-width: 165px; }*/

/*btn css end*/

/*css for custom radio button*/
.custom-radio { float: left; margin-right: 25px; }
.custom-radio + .custom-radio { margin-right: 0; }
.custom-control { padding-left: 29px; cursor: pointer; }
.custom-control-label:before, .custom-radio .custom-control-input:checked ~ .custom-control-label:before { position: absolute; top: 2px; left: 0; display: block; width: 22px; height: 22px; pointer-events: none; content: ""; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #fff; }
.custom-radio .custom-control-label:after, .custom-radio .custom-control-input:checked ~ .custom-control-label:after { background-image: none; height: 12px; width: 12px; top: 7px; left: 5px; background-color: #0087D4; border-radius: 100%; }
.custom-radio .custom-control-label:after { background-color: #fff; }
.custom-control-input { left: 0; height: 32px; width: 32px; z-index: 1; opacity: 0; }
.custom-control-label { font-size: 14px; line-height: 16px; cursor: pointer; }
.custom-control-input:focus~.custom-control-label:before { box-shadow: none; }
input[type="checkbox"], input[type="radio"]{ cursor: pointer;}

/*css for header start*/
header { position: relative; z-index: 999; }
.header .navbar { padding: 5px 0; background-color: #fff; box-shadow: 0 2px 4px 0 rgba(174, 174, 174, 0.5) !important; border-bottom: 1px solid #ccc;}
.header .navbar-nav .nav-link { line-height: 19px; padding: 10px 25px; white-space: nowrap; }
.header .navbar-nav .nav-link:hover, .header .navbar-nav .active .nav-link { color: #2488d0; }
.header .call-link { position: relative; padding-left: 50px; }
.header .call-link:before { position: absolute; content: ""; height: 40px; width: 40px; border: 2px solid #2488d0; border-radius: 100%; left: 0; top: 0; bottom: 0; margin: auto; background-image: url("../img/call.png"); background-repeat: no-repeat; background-position: center; }
.header .call-link span { font-size: 24px; font-weight: bold; letter-spacing: -0.24px; line-height: 29px; }
/*css for header end*/

/*css for footer start*/
footer { padding: 47px 15px 49px; }
.ft-page-link a { margin-right: 5px; padding-right: 10px; font-size: 16px; letter-spacing: -0.16px; line-height: 19px; position: relative; white-space: nowrap; }
.ft-page-link a:after { position: absolute; content: ""; right: 0; top: 3px; bottom: 3px; width: 1px; background-color: #333; }
.ft-page-link a:last-child:after { display: none; }
.copyright { margin-top: 15px; font-size: 15px; letter-spacing: -0.15px; line-height: 25px; }
.ft-social-link a + a { margin-left: 10px; }

/*css for footer end*/

/*Home page css start*/
.page-title { color: var(--dark-color); font-size: 35px; line-height: 41px; text-align: center; font-weight: bold; margin: 0 0 15px; }
.banner-tag-line { color: var(--dark-color); font-size: 25px; line-height: 30px; text-align: center; }
/*.banner { background-image: url(../img/banner.png); background-repeat: no-repeat; background-position: center -150px; -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%); min-height: 755px; margin-bottom: 30px; padding-bottom: 100px; }*/
.banner-form { position: relative; margin-top: 50px; }
.banner-form form { width: 450px; max-width: 95%; display: block; margin: 0 auto; background-color: rgba(33, 33, 33, 0.77); border-radius: 5px; padding: 30px 40px; }
form .form-group { display: inline-block; width: 100%; }
form label { color: #fff; margin-bottom: 10px; }
form .control-label { float: left; width: 100%; }
form .form-control { border-radius: 5px; background-color: var(--light-bg); padding: 15px 22px; font-size: 14px; line-height: 16px; }
form select.form-control { padding: 0 23px; color: #636363; background-image: none; }
form .ins-select { position: relative; }
form .ins-select:after { position: absolute; content: ""; height: 10px; width: 10px; border-right: 2px solid #636363; top: 50px; transform: rotate(45deg); margin: 0; right: 20px; border-bottom: 2px solid #636363; }
form select.form-control:not([size]):not([multiple]) { height: calc(2.25rem + 10px); }
form .form-control::-webkit-input-placeholder { color: #636363; font-size: 14px; line-height: 16px; margin: 0; }
form .form-control::-moz-placeholder { color: #636363; font-size: 14px; line-height: 16px; margin: 0; }
form .form-control:-ms-input-placeholder { color: #636363; font-size: 14px; line-height: 16px; margin: 0; }
form .form-control:-moz-placeholder { color: #636363; font-size: 14px; line-height: 16px; margin: 0; }

/* Full Form css start */
.full-form-wrapper{ margin: 0;}
.full-form-wrapper .steps-box .tab .steps-container {padding-top: 2em; padding-bottom: 2em}
.full-form-wrapper .steps-box .tab .steps-container .title { text-align: center;}
.full-form-wrapper .steps-box .tab .steps-container .sub-title { text-align: center; padding-top: 0.5em;}
.full-form-wrapper .steps-box .tab{ display: none;}
.full-form-wrapper .steps-box .tab .shadow { padding: 60px 60px; box-shadow: 0 0 10px rgba(0,0,0,0.1); background-color: #ffffff;}
.full-form-wrapper .steps-box .tab #drivers-container .driver{ padding-top: 1em; padding-bottom: 1em; border-bottom: 1px solid #ececec; margin-bottom: 1em;}
.full-form-wrapper .steps-box .tab #cars-container .car{ padding-top: 1em; padding-bottom: 1em; border-bottom: 1px solid #ececec; margin-bottom: 1em;}
.full-form-wrapper form label { color: #1b1e21;}
.full-form-wrapper .custom-control-label:before, .custom-radio .custom-control-input:checked ~ .custom-control-label:before{ background-color: #1b1e21}
/* Full Form css ends */

/*terms section css start*/
.term-flex-conatiner { display: flex; flex-wrap: wrap; }
.term-flex-conatiner .terms { width: 50%; margin-bottom: 25px; }
.term-flex-conatiner .terms:nth-child(odd) { padding-right: 30px; }
.term-flex-conatiner .terms:nth-child(even) { padding-left: 30px; }
.term-flex-conatiner .terms p { font-size: 16px; letter-spacing: -0.16px; line-height: 22px; }
.term-flex-conatiner .terms .que { font-weight: bold; }
/*terms section css end*/

/*saving-sec css start*/
.saving-sec { padding: 15px 0; background: linear-gradient(270deg, #473FFF 0%, #00DBFF 100%); }
.saving-sec .form-inline label { font-size: 22px; font-weight: bold; line-height: 26px; text-align: right; margin-right: 35px; }
.saving-sec .form-inline input { margin-right: 11px; border-radius: 5px; width: 373px; max-width: 100%; }
.saving-sec .form-inline button { width: 158px; border-radius: 5px; }
/*saving-sec css end*/

/*carriers sec css start*/
.carriers-owl-carousel .carriers-img img { margin: auto; }
.owl-carousel .owl-nav button { height: 22px; width: 22px; border-left: 2px solid #a9a9a9 !important; border-bottom: 2px solid #a9a9a9 !important; font-size: 0 !important; transform: rotate(-135deg); right: 50px; position: absolute; top: -15px; bottom: 0; margin: auto; }
.owl-carousel .owl-nav .owl-prev { transform: rotate(45deg); left: 30px; right: auto; }
/*carriers sec css end*/

/*testimonial section css start*/
.testi-sec { background-repeat: no-repeat; background-size: cover; background-position: center; }
.testimonial-info { box-shadow: 0 0 15px 0 rgba(232, 228, 228, 0.5); background-color: #FFFFFF; display: block; overflow: hidden; border-radius: 4px; width: 400px; margin: auto; max-width: 100%; }
.testi-top { padding: 50px 36px 100px; }
.testimonial-info p { display: block; margin: 0; }
.testimonial-info .auth-words { margin: 20px 0 0; }
.testimonial-info .testi-btm { border-radius: 0 0 4px 4px; color: #ffffff; padding: 0 36px; position: relative; }
.testimonial-info .testi-btm:after { position: absolute; content: ""; top: 0; bottom: 0; left: 0; right: 0; background-color: #0087D4; -webkit-clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 100%); clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 100%); }
.testimonial-info .testi-btm .testi-img { border: 2px solid #fff; border-radius: 100%; height: 130px; width: 130px; overflow: hidden; position: absolute; bottom: 36px; z-index: 1; }
.testimonial-info .testi-btm .auth-name { padding: 50px 30px 36px 140px; display: inline-block; width: 100%; line-height: 23px; letter-spacing: -0.2px; font-size: 20px; z-index: 1; text-align: right; position: relative; }
.testi-sec .owl-nav { position: absolute; top: -80px; left: 0; right: 0; text-align: right; }
.testi-sec .owl-carousel .owl-nav button { right: auto; position: relative; top: auto; bottom: auto; left: auto; margin: 0 10px; }
/*testimonial section css end*/

/*Home page css end*/

/*contact page css start*/
.inner-banner { min-height: 400px; background-repeat: no-repeat; background-position: center; -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%); display: flex; align-items: center; background-size: cover; }
.inner-banner h1 { width: 100%; margin: 0; color: #ffffff; }
.sec-tag-line { margin: -25px 0 40px; font-size: 18px; line-height: 21px; letter-spacing: -0.18px; }
.cnct-sec { margin: 20px 0 0; }
.cnct-map-sec iframe { margin-bottom: -6px; }

/*contact page css end*/

/*testimonial page css start*/
.test-banner.inner-banner { background-image: url(../img/testbanner.jpg); }
.testi-list-page { display: flex; flex-wrap: wrap; justify-content: center; }
.testi-list-page .testimonial-info { margin: 20px; width: 390px; }

/*testimonial page css end*/

/*about us page css start*/
/*.abt-banner.inner-banner { background-image: url(../img/abtbanner.jpg); }*/
.abt-list-page img { width: 450px; max-width: 100%; margin: 0 15px 15px 0; }
.abt-list-page .abt-title { font-weight: bold; }
.abt-list-page li,
.terms-list-page li,
.policy-list-page li { margin-bottom: 10px; }

/*about us page css end*/

/*terms page css start*/
/*.terms-banner.inner-banner { background-image: url(../img/termsbanner.jpg); }
.policy-banner.inner-banner { background-image: url(../img/privacybanner.jpg); }*/
.terms-list-page, .policy-list-page { text-align: justify; }
.terms-list-page h4,
.policy-list-page h4 { font-size: 16px; font-weight: 600; line-height: 20px; margin: 20px 0 5px; }
/*.terms-list-page a,
.policy-list-page a { font-weight: 600; }*/
.terms-list-page a:hover, .terms-list-page a:active, .terms-list-page a:focus,
.policy-list-page a:hover, .policy-list-page a:active, .policy-list-page a:focus { color: #2488d0; }

/*terms page css end*/

/*Responsive css start*/
@media screen and (min-width:768px) { }
.carriers-owl-carousel .carriers-img img { position: relative; top: 50%; transform: perspective(1px) translateY(-50%); margin: auto; }
@media screen and (max-width:1600px) {
    .owl-carousel .owl-nav .owl-prev { left: 0; }
    .owl-carousel .owl-nav .owl-next { right: 0; }
}
@media screen and (max-width:1399px) {
    .owl-carousel .owl-nav .owl-prev { left: -30px; }
    .owl-carousel .owl-nav .owl-next { right: -30px; }
}
@media screen and (max-width:1199px) {
    .full-width { padding-left: 30px; padding-right: 30px; }
}
@media screen and (max-width:1199px) {
    .header .navbar-nav .nav-link { padding: 10px 15px; }
    .header .call-link span { font-size: 20px; }
}
@media screen and (max-width:1024px) {
    .page-title { font-size: 30px; line-height: 40px; }
    .banner-tag-line { font-size: 22px; line-height: 28px; }
}
@media screen and (max-width:991px) {
    .header .navbar-nav .nav-link { padding: 10px; }
    .page-title { font-size: 28px; line-height: 34px; }
    .banner-tag-line { font-size: 20px; line-height: 24px; }
    .banner-form { margin-top: 40px; }
    .sec-title { margin-bottom: 30px; }
    .section { padding: 50px 0; }
    .term-flex-conatiner .terms:nth-child(2n+1) { padding-right: 15px; }
    .term-flex-conatiner .terms:nth-child(2n) { padding-left: 15px; }
    .testi-top { padding: 36px 36px 70px; }
    .testimonial-info .testi-btm .auth-name { padding: 50px 0px 36px 140px; line-height: 22px; font-size: 18px; }
    .saving-sec .form-inline input { width: 330px; }
    .saving-sec .form-inline label { font-size: 20px; margin-right: 15px; }
    footer { padding: 30px 15px; }
    .sec-tag-line { margin: -10px 0 40px; }
    .inner-banner { min-height: 300px; }
    .testi-list-page .testimonial-info { margin: 20px 10px; width: 340px; }

    /* 22/3/2019 */
    .saving-sec { padding: 20px 0; }
}
@media screen and (min-width:768px) and (max-width:991px) { }
@media screen and (max-width:767px) {
    .section { padding: 30px 0; }
    .header .navbar { padding: 10px }
    .navbar-toggler { position: absolute; right: 15px; top: 0; border: none; bottom: 0; margin: auto; height: 40px; padding: 3px 6px; }
    .navbar-toggler-icon { display: block; margin: 8px 0; height: 2px; background: #0b2345; position: relative; -webkit-transform-origin: center; transform-origin: center; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; width: 1.3em; }
    .navbar-toggler-icon:before, .navbar-toggler-icon:after { position: absolute; content: ""; left: 0; right: 0; top: 6px; height: 2px; background-color: #0b2345; margin: 3px 0; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; }
    .navbar-toggler-icon:after { top: auto; bottom: 6px; }
    .navbar-collapse { position: absolute; top: 100%; right: 15px; background: #fff; text-align: right; width: 230px; padding: 5px 20px; box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3); z-index: 2; }
    .navbar-toggler.open .navbar-toggler-icon { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
    .navbar-toggler.open .navbar-toggler-icon:before { -webkit-transform: rotate(90deg); transform: rotate(90deg); top: -3px; }
    .navbar-toggler.open .navbar-toggler-icon:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); bottom: -3px; top: auto; }
    .header .navbar-nav .nav-link { font-size: 16px; line-height: 16px; padding: 10px; display: inline-block; }
    .header .navbar-nav .nav-btn { padding: 10px; }
    .page-title { font-size: 26px; line-height: 30px; }
    .banner-tag-line { font-size: 18px; line-height: 20px; }
    .banner-form form { padding: 30px; }
    .owl-carousel .owl-nav .owl-prev { left: 30px; }
    .owl-carousel .owl-nav .owl-next { right: 30px; }
    .term-flex-conatiner .terms { width: 100%; padding: 0 !important; margin-bottom: 15px; }
    .term-flex-conatiner .terms .que { margin-bottom: 10px; }
    .saving-sec .form-inline label { font-size: 18px; }
    .saving-sec .form-inline button { width: 140px; }
    .saving-sec .form-inline input { width: 200px; }
    .ft-page-link a { font-size: 14px; }
    .saving-sec .form-inline label { font-size: 18px; margin-right: 10px; }
    .header .call-link { padding-left: 35px; font-size: 14px; }
    .header .call-link:before { background-size: 15px; height: 30px; width: 30px; }
    .header .call-link span { font-size: 16px; line-height: 16px; }
    .inner-banner { min-height: 200px; }
    .testi-list-page .testimonial-info { margin: 20px 10px; }
    .testimonial-info .testi-btm .testi-img { bottom: 20px; height: 110px; width: 110px; }
    .testimonial-info .testi-btm .auth-name { padding: 50px 0px 20px 115px; line-height: 20px; font-size: 16px; }

    /* 22/3/2019 */
    .saving-sec { padding: 10px 0; }
    .saving-sec .form-inline { display: flex; flex-wrap: nowrap; }
    .saving-sec .form-inline label { font-size: 14px; font-weight: normal; margin: 0; line-height: normal; }
    .saving-sec .form-inline input { min-width: inherit; max-width: 110px; margin: 0 5px; padding: 8px 5px; }
    .saving-sec .form-inline button { width: auto; font-size: 14px; min-width: inherit; padding: 5px; }

    .term-flex-conatiner .terms  { text-align: center; }
}
@media screen and (min-width:576px) and (max-width:767px) { }
@media screen and (max-width:575px) {
    .navbar-brand { overflow: hidden; }
    .navbar-brand img { max-width: inherit; }
    .page-title { font-size: 24px; line-height: 30px; margin: 0 0 10px; }
    .banner-form { margin-top: 30px; }
    form .control-label { margin-bottom: 5px; }
    form .form-control { padding: 15px 10px; }
    form select.form-control { padding: 0 10px; }
    form .ins-select:after { top: 45px; }
    .banner-form form { padding: 20px 15px; }
    .sec-title { font-size: 20px; line-height: 24px; }
    .testi-sec .owl-nav, .carriers .owl-carousel .owl-nav { display: none; }
    .form-inline { display: block; text-align: center; }
/*    .saving-sec .form-inline label { display: block; width: 100%; text-align: center; margin: 0 0 10px; }
    .saving-sec .form-inline input { width: 100%; margin: 0 0 10px; }*/
    footer { padding: 30px 0; }
    .testi-top { padding: 25px 15px 60px; }
    .testimonial-info .testi-btm { padding: 0 15px; }
    .term-flex-conatiner .terms  { text-align: center; }
}

/*Responsive css end*/

/*carrier result page css start add on 13/3/2019*/
p.carrier-text { line-height: 23px; font-size: 20px; }
.carrier h3 { font-size: 22px; line-height: 27px; margin: 0px 0 15px 0;  padding-top: 0px; font-weight: bold;}
.carrier p { font-size: 17px; line-height: 23px; margin: 0; }
.error{ color: red;}
/*carrier result page css end*/

form .form-group.has-error {
    margin-bottom: 30px; position: relative;
}
.error {
    color: red !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    font-size: 14px;
    font-weight: lighter;
    margin: 0;
}

/*  for sticky footer 19/3/2019 */
.saving-sec.sticky {  position: -webkit-sticky; position: fixed;  position: sticky; bottom: 0; z-index: 999; opacity: 1.0; width: 100%}

