html {
    margin: 0px;
    padding: 0px;
}
a{
    color:#666;
    text-decoration: none;
}
a:hover, a:focus {
    color: #1fb1d1;
    text-decoration: none;
}
ul li {
    
    list-style-type: none;
}

body {
    color:#343434;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 26px;
    font-weight: 300;
}

@media only screen and (min-width:991px) {
    h1 {
        font-size: 48px !important;
        line-height: normal;
    }
    h2 {
        font-size: 35px !important;
        line-height: normal;
    }
}



.page-bg {
    background-image: url(./assets/img/desktopkellybg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 100%;
}
.custom-container {
    max-width: 960px ;
    width: 100%;
    margin: 0px auto;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}





/*Header css */
.logo-width {
    max-width:160px;
    height: auto;
}
.header-phone-icon {
    font-size: 16px;
    color: #1fb1d1;
    line-height: normal;
}
/*Banner area */


.shieldbgwrap {
        background: url(./assets/img/shield.png);
        background-size: cover ;
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        max-width: 100%;
        height: 525px;
        padding: 0px 30px 70px 85px;
        display: flex;
        align-items: center;
        justify-content: center;
}
.heading-bar {
    background: linear-gradient( 
75deg
 , #005784,#0083a8, #04B3E3);
    padding: 10px 10px;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.primary-blue {
  color:#1fb1d1 ;
}
.heading-bar h5 {
max-width: 300px;
    margin: auto;
    line-height: normal;
    border-radius: 12px;
    font-size: 22px;
}

input, select {
    width: 100%;
    background: #f1f2f2;
    height: 40px !important;
    font-size: 14px !important;
    line-height: normal !important;
    display: flex !important;
    width: 100% !important;
    padding: 10px 15px !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    color: #666 !important;
    border-radius: 4px !important;
   
    
}
select {
    -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url(./assets/img/down-arrow.png) calc(100% - 15px) / 10px no-repeat #f1f2f2 !important;
}
input:focus,select:focus, input:active,select:active{
    outline: none;
    border: none;
}
::placeholder {
    color:#666 !important;
}
.form-wrapper {
    -webkit-box-shadow: 6px 11px 33px 5px rgb(181 181 181 / 35%);
    -moz-box-shadow: 6px 11px 33px 5px rgba(181,181,181,0.35);
    box-shadow: 6px 11px 33px 5px rgb(181 181 181 / 35%);
    z-index: 9;
    border-radius: 12px;
}
.form-content{
    padding: 25px;
}
select option {
    min-height: 40px !important;
    padding:20px  !important;
    font-size: 12px;
    line-height: normal;
}
.formpadding {
    margin: 7px ;
}
.primary-btn, .primary-btn:hover, .primary-btn:focus,.primary-btn:active  {
    box-sizing: inherit;
    outline: none;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    width: 100%;
    color: white !important;
    background: #20c65f;
    border-radius: 4px;
    font-weight: 500 !important;
}
.footer-hyperlink a:hover{
    color: #1fb1d1 !important;
}
.primary-success {
    color: #20c65f;

}
.small-heading {
    font-size: 12px;
    line-height: 20px;
}
.iconBgWrapper {
    background: url(./assets/img/FirstBox-svg.svg);
    background-size: cover;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    max-width: 100%;
    min-height: 520px;
    padding: 0px 0px 70px 115px;
    padding: 60px 60px;
    border-radius: 80px;
}
.review-box {
    background: url(./assets/img/SecondBox-svg.svg);
    background-size: cover;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    max-width: 100%;
    min-height: 400px;
    padding: 0px 0px 70px 115px;
    padding: 60px 80px;
    border-radius: 80px;
    margin-top:80px !important;
}
.content-header-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
    #section4 .content-header-text {

    margin-bottom: 15px;
}

.drive-icons {
    color: #1fb1d1;
    font-size: 40px;
    background: #fff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px !important;
}
.car-width {
    max-width: 100%;
    transform: scale3d(1.5, 1.5, 1.5);
    height: auto;
}
.dollar-icon {
    font-size: 30px;
    font-weight: 300;
}
.extra-small-heading {
    font-size: 12px;
    font-weight: 400;
}
.mobile-image-width {
    margin-top: 20px;
    position: absolute;
    top: -280px;
    left: -21%;
    max-height: 515px;
}
.rating-logos {
    max-width: 100%;
    height: auto;
}
.rating-icon-box {
    text-align: center;
    max-width: 100%;
    margin: auto;
}
.inner-box {
    background: #fff;
    color: #1fb1d1 !important;
    font-size: 30px;
    padding: 3px 5px;
    border-radius: 6px;
    margin-top: 20px;
    line-height: normal;
    display: inline-block;
    margin-bottom: 5px;
    width:55px;
}
.review-length {
    max-width: 70%;
    margin: auto;
}
select option {
    font-size: 16px !important;
    line-height: 24px !important;
}

.reviews-grad {
    width: 500px;
    margin: auto;
    display: block;
}
.testimonial-author {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}
.owl-dots {
    margin: auto;
    display: block;
    text-align: center;
}
button.owl-dot {
   
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 8px !important;
    height: 8px !important;
    background: #666 !important;
    border-radius: 50% !important;
    margin: 0px 7px !important;
    opacity:0.5 !important;
}
button.owl-dot.active {
   
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 8px !important;
    height: 8px !important;
    background: #666 !important;
    border-radius: 50% !important;
    margin: 0px  7px!important;
    opacity:1 !important;
}
.testimonials {
    margin: auto;
    text-align: center;
    max-width: 595px;
}
.content-space {
    padding:40px;
}
#section7 .content-space {
    padding: 40px 20px 40px 40px;
}
.car-image {
    width:100%;
}
.owl-dots {
    margin: 15px auto;
    display: block;
    text-align: center;
}
.carbgSection {
    text-align: center;
    max-width: 100%;
    width: 100%;
    background: url(./assets/img/SaveThousandsCarShield.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 70px;
}
.bluebg {
    background :#005784;
}
.light-grey {
    color: #fff !important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 5px 4px 12px rgb(0 0 0 / 5%);
    transition: 0.3s ease-in-out all;
    z-index:100;
    background: #fff;

  }
  
  .sticky + .content {
    padding-top: 150px;
  }
.circlebg {
    background: url(./assets/img/Background.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: left;
}
.primary-btn:hover {
    background: #1ab455 !important;
}
.social-icons   .icon {
    font-size: 20px;
    padding: 0px 4px;
 }
.social-icons   .icon:hover {
   transform: scale(1.25);
   color :#1fb1d1  !important;
}
@media only screen and (max-width:991px) {
    .mob-social-row {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }
    .footer-hyperlink {
        margin-top:20px;
    }
    header .custom-container {
        padding: 0px 20px ;
    }
    .form-content {
        padding: 10px;
    }
    
    .custom-container {
        width:575px;
        max-width: 100%;
        margin: auto;
        padding: 0px 20px ;
    }
    .mobile-container {
        width:100%;
        max-width:100%;
        padding: 0px ;
    }
    .shieldbgwrap {
        background: url(./assets/img/shield-mob.png); 
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        min-height: 550px;
        height: unset;
        padding:40px;
        position: relative;
    }
    .banner-heading {
        max-width: 380px;
        margin: 0px;
        position: absolute;
        left: 120px;
        top: 40%;
        transform: translateY(-40%);
    }
    .form-wrapper {
      
         max-width: 575px;
        margin: auto;
    }
    
    .counterSection h2 {
        margin-bottom: 5px !important;
        font-size: 24px;
    }
   
    .iconBgWrapper {
        padding: 30px 20px 20px 20px;
       border-radius: 40px;
    }
    .iconBgWrapper .mob-para {
        max-width:300px;
        margin: auto;
    }
    .mob-left {
        padding-left:0px !important;
        padding-right:5px !important; 
    }
    .mob-right {
        padding-right:5px !important;
        padding-right:0px !important;
    }
    
   
    .iconBgWrapper h5 {
        margin-top: 5px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .drive-icons {
        font-size: 30px;
    }
    .iconBgWrapper  .content-header-text {
       margin-bottom: 25px;
    }
    .page-bg {
        background-image: url(./assets/img/mob-kellybg.png) !important;
    }
    #section4 .car-width {
        max-width: 80%;
        transform: none;
        height: auto;
        float: right;
        margin-top: -33px;
        margin-right: -35px;
    }
    
    .review-box h2 {
        font-size: 55px;
        line-height: normal;
    }
    .mobile-image-width {
        top: -420px;
        left: -35%;
        max-height: 515px;
    }
    .review-mob-text {
        font-size: 20px;
        line-height: 32px;
    }
    .review-box {
        width: 90%;
        min-height: 690px;
        padding: 0px 0px 70px 115px;
        padding: 100px 20px;
        border-radius: 60px 0px 0px 60px;
        margin-top: 60px !important;
        float: right;
    }
    .rating-icon-box {
       
        max-width: 100%;
       
    }
    .inner-box {

        margin-top: 40px !important;
      
        display: block;
       
        width: 55px;
        text-align: center;
        margin: auto;
    }
    .section6 {
        clear: both !important;
    }
    #section7 .content-space {
        padding: 0px;
    }
    .social-icons   .icon {
        font-size: 20px;
        padding: 0px 4px;
    }
    #section4 .col-12 {
        padding: 0px !important;
    }
    .testimonial_owlCarousel1 {
        margin-top: 40px !important;
    }
   
}
@media only screen and (max-width:575px) {
    .custom-container {
        width:100%;
        max-width: 100%;
        margin: auto;
        padding:0px 20px;
        
    }
    .mobile-container {
        width:100%;
        max-width:100%;
        padding: 0px ;
    }
    header .custom-container {
        padding: 0px 20px ;
    }
    .shieldbgwrap {
        background-position: right;
        min-height: 420px;
        height: unset;
        padding: 40px;
        position: relative;
        max-height: unset;
        max-width: 100%;
    }
    .banner-heading {
        max-width: 296px;
        float: left;
        display: block;
        text-align: left;
        margin: 0px;
        position: absolute;
        left: 30px;
        top: 35%;
        font-size: 30px;
        transform: translateY(-40%);
    }
    .logo-width {
        max-width: 100px;
        height: auto;
    }
    .form-wrapper {
        max-width: 100%;
        margin:0px 20px;
    }
    
    .counterSection div{
        font-size: 11px;
        line-height: normal;
    }
    .counterSection .col-4 {
        padding :0px !important
    }
    .counterSection h2 {
        font-size: 18px;
    }
    .counterSection .custom-container  {
        padding:0px !important;
    }
    .content-space {
        padding: 0px;
    }
    .mobile-image-width {
        top: -386px;
        left: -64%;
        max-height: 440px;
    }
    .review-box {
        padding: 60px 20px;
        min-height: 200px;
    }
    .rating-logos {
      
        margin: 10px auto !important;
        display: block !important;
    }
    .iconBgWrapper .col-6 {
        padding : 0px 6px !important;
    }
    .testimonial_owlCarousel1 {
        margin-top: 30px !important;
    }
   
    
}

@media only screen and (max-width:991px) {
    .review-box h2 {
        font-size: 46px;
        line-height: normal;
    }
    .reviews-grad {
        width: 100%;
        margin: auto;
        display: block;
    }
    .testimonial_owlCarousel .reviews-grad {
        width: 100%;
        margin: auto;
        display: block;
    }
    #section4 h2 {
        font-size: 46px ;  
    }
    .center-bg .content-space {
        padding:40px 0px;
    }
    .center-bg h2 {
        font-size: 46px !important;
        text-align: center;
    }
    #section7 {
        text-align: center;
        clear: both;
    }
    
    .carbgSection h2 {
        font-size: 30px;
    }
    .carbgSection {
        height: unset !important;
        min-height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 60px 30px;
    }
    .primary-btn, .primary-btn:hover, .primary-btn:focus,.primary-btn:active{
        font-size: 14px;
    }
    #section4 .col-6 {
        padding: 0px 5px !important;
    }
   
   
   
}
@media screen  and (max-width:450px){
    .shieldbgwrap {
        min-height: 290px;
    }
    #section4 h2 {
        font-size: 26px;
        line-height: normal;
    }
    .review-box h2 {
        font-size: 26px;
        line-height: normal;
    }
    .review-mob-text {
        font-size: 14px;
        line-height: 24px;
    }
    .mobile-image-width {
        top: -311px;
        left: -70%;
        max-height: 298px;
    }
    .rating-logos {
        max-width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .center-bg h2 {
        font-size: 26px !important;
        text-align: center;
        padding: 0px 0px;
        line-height: 40px;
        margin-bottom: 30px !important;
    }
    .carbgSection h2 {
        font-size: 24px;
    }
    .carbgSection {
        height: unset !important;
        min-height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 20px;
    }
    .heading-bar h5 {
        font-size: 18px;
    }
    .carbgSection .primary-btn {
        padding: 10px 16px;
    }
   
   
   
   

    
}
@media only screen and (min-width:992px) {
    .center-bg {
        background-image: url(./assets/img/center-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        }
        html {
            scroll-padding-top: 180px;
        }
}
@media only screen and (max-width:992px) {
    html {
        scroll-padding-top: 200px;
    }
}


@media screen and (max-width: 350px) {
.review-box h2 {
    font-size: 23px;
    line-height: normal;
}
}

.body-color-default {
    color:#343434;
}

.section404 {
    min-height:70vh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.section404 h5 {
    line-height: normal;
}
.content-404 a {
    overflow-wrap: break-word;
}
@media only screen and (min-width:767px) {
    .content-404 {
        max-width: 620px;
        margin: auto;
    }
    
}
.kelly-img {
    position: absolute;
    bottom: 0px;
    padding-left: 20px;
    width: 100%;
    height: auto;
}
.confidenceSectionBg {
    background: linear-gradient(to right, #005784, #0083A8, #04B3E3);
    min-height: auto;
    border-bottom: 7px solid #005784;
    box-shadow: 0px 2px 10px #55669e;
}
.cicon-circle-area {
    background: rgb(31 177 209 / 50%);
    display: flex;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 50px;
    padding: 9px;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}
.confidenceHeading {
    margin-top:-27px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
}
.confidencesubheading {
    font-size: 12px;
}
.headingcolorgrey {
    color: #6B6B6B;
}
.carshieldrightimage {
    border-radius: 6px;
    max-width: 345px;
    width: 100%;
   
    
}
.flex30wrapperright {
    position: absolute;
    top: -30px;
   
    right: 0px;
   
}

.flex30wrapperleft {
    position: absolute;
    top: -30px;
   
    left: 0px;
   
}


.flex-70 {
    flex-basis:70%;
}
.flex-30 {
    flex-basis:30%;
}
.carshieldBlock {
    border-radius: 8px;
    background: #EEF6FF;
    max-width: 85%;
    padding: 25px 220px 22px 40px;
    /* padding-right: 168px; */
    /* padding-bottom: 25px; */
}
.lightgreenBg {
    background: #EEFEFF;
}
.carshieldBlockLeft {
    margin-left: 15%;
    padding: 25px 40px 22px 235px;
}
.textimageblock {
    border-bottom:5px solid #1FB1D1 ;
    box-shadow: 0px 11px 11px #55669e1f;
}
.featured-image {
   
        width: 100%;
        max-width: 60%;
        margin: auto;
        text-align: center;
        display: block;
    
}
.curvylines {
    background-image: url(./assets/img/Lines.png);
    background-size: contain;
    max-width: 1205px;
    margin: auto;
    background-repeat: no-repeat;
    padding-top: 0px !IMPORTANT;
}
.pos1 {
    position: absolute;
    top: -45px;
    z-index: 2;
    left: 2px;
}

.pos2 {
    position: absolute;
    top: -49px;
    z-index: 2;
    right: 0px;
}
.pos3 {
    position: absolute;
    top: -45px;
    z-index: 2;
    left: 2px;
}
.icon-1-pos {
    width: 70px;
}
@media screen and (max-width:991px) {
    .mobile-land-banner {
        flex-direction: column-reverse;
    } 
    .kelly-img  {
        position: relative;
        padding: 0px;
    }
}

@media screen  and (max-width:1240px){
    .flex30wrapperright {
        position: relative;
       
        right: 0px;
        border-radius: 6px;
        display: inline-block;
        margin: auto;
    }
    .carshieldBlock {
        background: #EEF6FF;
        max-width: 100%;
        padding: 40px 20px 25px 20px;
        /* padding-right: 168px; */
        /* padding-bottom: 25px; */
        margin-top: -55px;
        margin-bottom: 0px;
        text-align: left;
        
    }
    .flex30wrapperleft {
        position: relative;
        top: -12px;
        
        left: 0px;
        border-radius: 6px;
        display: inline-block;
        margin: auto;
    }
    .lightBlueBg {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        justify-content: center;
        margin: auto;
        text-align: center;
    }
    .mob-midblock{
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        justify-content: center;
        margin: auto;
        text-align: center;
    }
    .carshieldBlockLeft {
        margin-left: 0px;
        padding: 65px 20px 27px 20px !important;
    }
    
  
    .carshieldrightimage {
        border-radius: 6px;
        max-width: 236px;
        width: 100%;
        
      
        margin-top: 10px;
    }
    .confidenceSectionBg {
        background: linear-gradient(to bottom, #005784, #0083A8, #04B3E3);
        
      
    }
    .mobile-social-bar-block {
        padding: 11px 0px 4px 0px;
        background: #ffffff38;
        margin: auto;
        display: block !important;
        text-align: center;
    }
    .hr-bar {
        color: #fff;
        border-top: 1px solid #fff;
        margin: 8px 0px 5px 0px;
    }
    
}

.desktop-image-wrap img {
    padding-left: 30px;
}

.desktop-bg-wrapper {
    background: url(assets/img/BG-Icons-wide-center.png) no-repeat;
    background-size: contain;
    margin-left: 30px;
}

/*.mobile-bg-wrapper {*/
/*    margin-left: auto;*/
/*    display: none;*/
/*}*/

@media only screen and (max-width:575px) {
   
    .featured-image {
      
        max-width: 88%;
       
    }
    .textimageblock p {
        font-size: 12px;
        line-height: 21px;
    }
    .confidenceSectionBg  h3{
        font-size: 20px;
    }
    .confidenceHeading {
        font-size: 18px;
    }
    .carshieldBlock h5 {
        font-size: 16px;
    }
}

@media screen and (max-width:1240px) {
    .curvylines {
        background-image: none;
    }
    .pos1 , .pos2, .pos3{
        display: none;
    }
}

@media screen and (max-width: 991px) {
    img.kelly-desktop-img {
        display: none;
    }
    
    .mobile-bg-wrapper .kelly-img {
        max-width: 300px;
        margin: 0 auto;
    }
}
