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: 14px; font-family: Montserrat, Lato, sans-serif; color: #333333; font-weight: normal; transition: 0.2s top cubic-bezier(.3, .73, .3, .74); background-color: #FFFFFF;}
.p-20 {padding: 20px;}
.pb-10 {padding-bottom: 10px;}
.mb-50 {margin-bottom: 50px;}
.mt-40 {margin-top: 40px;}
.mb-30 {margin-bottom: 30px;}
.mb-20 {margin-bottom: 20px;}
.pt-20 {padding-top: 20px;}
.mt-70 {margin-top: 70px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.me-11 {margin-right: 11px;}
.mt-95 {margin-top: 95px;}
.pt-100 {padding-top: 100px;}
.p-18 {padding: 9px 18px;}
.p-8 {padding: 8px 16px;}
.red-clr {color: #BA0515;}
.font-12 { font-size: 12px;line-height: 15px;}
.font-14 {font-size: 14px;line-height: 18px;}
.body-font {font-size: 19px;line-height: 23px;}
.font-16 {font-size: 16px;line-height: 19px;}
.font-18 {font-size: 18px;line-height: 22px;}
.font-19 {font-size: 19px;line-height: 23px;}
.font-ln24 {font-size: 18px; line-height: 24px;}
.font-ln25 {font-size: 21px; line-height: 25px;}
.font-ln30 {font-size: 21px;line-height: 30px;}
.font-24 {font-size: 24px;line-height: 29px;}
.font-25 {font-size: 25px;line-height: 19px;}
.font-21 {font-size: 21px;line-height: 30px;}
.font-28 {font-size: 28px;line-height: 34px;}
.font-30 {font-size: 30px;line-height: 20px;}
.font-36 {font-size: 36px;line-height: 44px;}
.font-40 {font-size: 40px;line-height: 49px;}
.font-48 {font-size: 48px;line-height: 61px;}
.lnh-30 {line-height: 30px;}
.lnh-24 {line-height: 24px;}
.font-regular, .fw-400 {font-weight: 400;}  .fw-500 {font-weight: 500;}
.font-bold, .fw-700, .fw-bold {font-weight: 700;}
.font-semibold, .fw-600, .fw-semibold {font-weight: 600;}
.bg-red { background-color: #BA0515;box-shadow: none;border-color: #BA0515;}
.i {width: 24px;height: 24px;fill: currentColor;}
a { color: #333333; }
a:hover, a:focus, a:active { text-decoration: none; outline: none !important; color: inherit; }
.btn-primary { background: #1159a5;}
/*.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;  }
.form-container { max-width: 550px;}
.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*/
/*.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; }
.call-link { position: relative; padding-left: 50px; }
.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; }
.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: 45px; 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 {display: block; margin: 0 auto; padding: 40px 5px; }
.banner-form form label { font-weight: 800}
.form-container { max-width: 1150px;}
form .form-group { display: inline-block; width: 100%; }
form label { color: #000000; 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; }
form .form-control { border: 1px solid #999999;}
form .checkbox-wrapper { width: 100%;}
form .checkbox-wrapper .toggle-button { width: 100%;  border: 1px solid #999999; background-color: #FFFFFF}
form .checkbox-wrapper .toggle-button > label { display: none; margin-bottom: 5px; margin-top: 5px; font-weight: normal; color: #999999; cursor: pointer}
form .checkbox-wrapper .toggle-button .active { display: inline-block}
form .arrow { animation: bounce 2s infinite; color: #ff8700; display: inline-block; }
form #landingPage { position: relative; min-width: 175px;}
/*form #landingPage span { float: left; }*/
form #landingPage .fa{ border-radius: 100%;-webkit-animation: ripple .6s linear infinite;animation: ripple .6s linear infinite;position: absolute;right: 5%;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%); }
form .btn label > input { display: none}
form label.chosen { background: #ff8700;}
form label.chosen span { color: #FFFFFF; font-weight: 700}
.cta {position: relative; }
.cta .fa { background: #FFFFFF; color: #f92e32; padding: 2px 4px; border-radius: 100%;-webkit-animation: ripple .6s linear infinite;animation: ripple .6s linear infinite;position: absolute;left: 5%;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%); }
/* 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-cards .carriers-img img { margin: auto; }
.owl-carousel .owl-nav .owl-prev { transform: rotate(45deg); left: 30px; right: auto; }
.carriers .item{ display: inline-block;  box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.30); border-radius: 4px; margin: 10px; vertical-align: middle;}
.carriers .item .carriers-img { display: inline-block}
/*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*/

/*highlights*/
.highlight i {color: #1159a5}
.highlight h4 {font-size: 20px; font-weight: 800}
.highlight p {font-size: 13px;}
/*highlights*/

/*States Coverage*/
.states-coverage ul {display: inline-block; list-style-type: none}
.states-coverage ul > li {text-decoration: none; list-style-type: none; padding: 10px; text-align: center}
.states-coverage .item > a {  color: #1159a5; }
/*States Coverage*/

#cta-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

#cta-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}

.banner-compare { padding-top: 50px; padding-bottom: 50px;}
.banner-compare .container-fluid { max-width: 1320px;}
.banner-compare .title {  font-size: 48px; line-height: 61px; font-weight: 600}
.banner-compare .insurancetypes {  border-radius: 8px; background-color: #FFFFFF; box-shadow: 0 5px 12px 0 rgb(0 0 0 / 10%);}
.banner-compare .progressivescale { transform: scale(1.1);}
.banner-compare .btn {padding: 12px 33px;font-size: 18px;line-height: 22px;font-weight: 600;border-radius: 8px;}


/*Responsive css start*/
@media screen and (min-width:768px) { }
.carriers-cards .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; }
    .call-link span { font-size: 20px; }
}
@media screen and (max-width:1024px) {
    .carriers .item { display: block}
    .page-title { font-size: 30px; line-height: 40px; }
    .banner-tag-line { font-size: 22px; line-height: 28px; }
    .form-container { max-width: 1000px;}
    body { font-size: 12px;}
    form .form-control { padding: 13px 19px; font-size: 12px; line-height: 12px;}
    form .toggle-button { font-size: 12px;}
    /*form #landingPage {min-width: 150px; font-size: 16px; margin-left: -15px;}*/
    .banner-compare .progressivescale { transform: scale(1.1);}
}
@media screen and (max-width:991px) {
    .header .navbar-nav .nav-link { padding: 10px; }
    .page-title { font-size: 35px; line-height: 40px; }
    .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; }
    form .arrow { display: none}
}
@media screen and (min-width:768px) and (max-width:991px) { }
@media screen and (max-width:767px) {
    .section { padding: 30px 0; }
    .header .navbar { padding: 10px 15px 10px 15px; }
    .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; }
    .checkbox-wrapper { display: flex; flex-direction: column; margin-top: 10px;}
    .checkbox-wrapper .btn { margin-top: 5px; margin-bottom: 5px; border-radius: 5px !important;}
    form .arrow { display: inline-block}
    .form-container { max-width: 500px;}
    form #landingPage { margin: auto; text-transform: uppercase}
    .form-container { max-width: 450px;}
}
@media screen and (min-width:576px) and (max-width:767px) { }
@media screen and (max-width:575px) {
    /*.navbar-brand { width: 45px; overflow: hidden; }*/
    /*.navbar-brand img { max-width: inherit; height: 50px; }*/
    .page-title { font-size: 30px; line-height: 35px; 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; }

    .checkbox-wrapper { display: flex; flex-direction: column; margin-top: 10px;}
    .checkbox-wrapper .btn { margin-top: 5px; margin-bottom: 5px; border-radius: 5px !important;}
}

/*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: 400 !important;
    margin: 0;
    text-align: left;
}

/*  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%}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }

    60% {
        -webkit-transform: translateY(-.5rem);
        transform: translateY(-.5rem)
    }
}
@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }

    60% {
        -webkit-transform: translateY(-.5rem);
        transform: translateY(-.5rem)
    }
}
@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.1),0 0 0 20px rgba(255,255,255,.1),0 0 0 40px rgba(255,255,255,.1),0 0 0 60px rgba(255,255,255,.1)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255,255,255,.1),0 0 0 40px rgba(255,255,255,.1),0 0 0 60px rgba(255,255,255,.1),0 0 0 80px rgba(255,255,255,0)
    }
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.1),0 0 0 20px rgba(255,255,255,.1),0 0 0 40px rgba(255,255,255,.1),0 0 0 60px rgba(255,255,255,.1)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255,255,255,.1),0 0 0 40px rgba(255,255,255,.1),0 0 0 60px rgba(255,255,255,.1),0 0 0 80px rgba(255,255,255,0)
    }
}
