 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }

body {
    line-height:1;
    height: 100%;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden !important;
    color:#484848;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }

a { color: var(--dark); text-decoration: underline;  margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del {  text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
* { box-sizing: border-box; }

h1, h2, h3, h4, h5 {
    padding-bottom: 15px;
}
h2 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px; 
    margin-bottom: 20px;
}
p {
    padding-bottom: 15px;
    line-height: 24px;
    font-weight: 300;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.btn {
    border-radius: 100px;
    background: #2653B0;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 80px;
    cursor: pointer;
    min-width: 250px;
    border: 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: 0.4s;
    gap: 10px;
    padding: 0 36px;
}
.btn:hover {
    background: #1e3c7b;
}

.btn img {
    transition: 0.2s;
}

.btn:hover img {
    position: relative;
    right: -4px;
    
}

.headerinner {
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: space-between;
}

.headerCall {
    border-radius: 100px;
    background: #2653B0;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 60px;
    min-width: 250px;
    gap: 10px;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: 0.4s;
}
.headerCall:hover {
    background-color: #1e3c7b;
}

/* .hero_banner {
    background-color: #EEF4FF;
    padding: 100px 0;
} */
 .hero_banner {
    background: #1b2963 url(../images/form_bg.png) no-repeat 50% 50%;
    padding: 100px 0;
    background-size: cover;
}
.bannerInner {
    text-align: center;
}

.bannerInner h1 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px; 
    margin-bottom: 30px;
}
.bannerInner h1 span {
    font-weight: 700;
}
.bannerInner h2 {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; 
    margin-bottom: 30px;
}
.bannerInner h2 span {
    font-weight: 700;
    color: #fff;
    font-weight: 700;
    position: relative;
}
.bannerInner h2 span::after {
    content: '';
    background: url(../images/free_line_white.svg) no-repeat 0 100%;
    position: absolute;
    width: 71px;
    height: 11px;
    bottom: -7px;
    left: 1px;
}

.bannerInner .smallText {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 40px;
}

.headerRight {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.textheader {
    color: #2653B0;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.callbtn {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    background: #2653B0;
    width: 234px;
    height: 65px;
    padding: 0 27px;
    color: #fff;
    text-decoration: none;
    gap: 10px;
}
.textCall {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
}
.textCall span {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 0 0 5px;
}

.innercallflexbtn {
    position: absolute;
    right: 17px;
    top: 17px;
}

.freeAdviceBox {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 40px;
}
.freeAdviceBox .freeBox {
    display: flex;
    align-items: center;
    gap: 10px;
}
.freeAdviceBox .pipe {
    background-color: #ccc;
    width: 2px;
    height: 50px;
    margin: 0 30px;
}
.freeAdviceBox .experAdvise {
    display: flex;
    align-items: center;
    gap: 10px;
}

.white_bg {
    background-color: #fff;
    padding: 90px 0;
}
.blue_bg {
    background-color: #EEF4FF;
    padding: 90px 0;
}

.homeHowDoes h2 {
    text-align: center;
}
.iconBox {
    width: 85px;
    height: 85px;
    border: 1px solid #2653B0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.homeHowDoes .iconBox {
    margin-bottom: 30px;
}
.homeHowDoes p {
    font-weight: 300;
    font-size: 17px;
}
.HowDoesBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding-top: 30px;
}
.HowDoesBox .box {
    min-width: 300px;
    max-width: 300px;
}

.arrowBox {
        margin-top: 30px;
    position: relative;
    left: -104px;
}
.inverseBox {
    -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";
}


.ImageTextFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.ImageTextFlex .imageBox {
    max-width: 520px;
    min-width: 520px;
}

.btnBox {
    padding-top: 30px;
}

.sliderBox {
    border-radius: 10px;
    background: #EEF4FF;
    padding: 30px;
    width: 100%;
    position: relative;
}
.sliderBox .starbox {
    margin-bottom: 30px;
}
.sliderBox p {
    margin-bottom: 30px;
        min-height: 330px;
}
.sliderBox .thumb_nText {
    display: flex;
    align-items: center;
    gap: 15px;
}
.sliderBox .thumb_nText h4 {
    color: #344054;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0;
}
.sliderBox .thumb_nText span {
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sliderBox .quoteIcon {
    position: absolute;
    right: -15px;
    top: -15px;
}

.ReviewsBlock h2 {
    margin-bottom: 0;
    padding-bottom: 10px;
}


#reviewSlider {
    padding-top: 14px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    padding-top: 20px;
    padding-right: 20px;
    margin-right: -20px;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.owl-theme .owl-dots {
    display: none !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev:hover {
    background: url(../images/next.svg) no-repeat 0 0;
    width: 70px;
    height: 70px;
    text-indent: -999em;
    margin-left: -35px;
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev.disabled {
    background: url(../images/next-hover.svg) no-repeat 0 0;
    -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
    cursor: default;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next:hover {
    background: url(../images/next.svg) no-repeat 0 0;
    width: 70px;
    height: 70px;
    text-indent: -999em;
    margin-right: -35px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next.disabled {
    background: url(../images/next-hover.svg) no-repeat 0 0;
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    margin-top: -100px;
    left: 100%;
    gap: 20px;
    margin-left: -111px;
}

.carCressBlock h2 {
    margin-bottom: 0;
}
.carCressBlock h2, .carCressBlock h3 {
    text-align: center;
}

.innerCCFlex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 10px;
}
.innerCCFlex::before {
    content: '';
    height: 90%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 26px solid #fff;
    border-bottom: 26px solid #fff;
}
.innerCCFlex::after {
    content: '';
    height: 100%;
    width: 94%;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 26px solid #fff;
    border-right: 56px solid #fff;
}
.innerCCFlex .box {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    width: 25%;
    padding: 40px;
}

.innerCCFlex .box .iconBox {
    margin-bottom: 30px;
}
.innerCCFlex .box p {
    margin: 0; padding: 0;
}


.differentActident h2, .differentActident .btnBox {
    text-align: center;
}
.differentActident .btnBox {
    margin-top: 30px;
}

.innerDAFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.innerDAFlex .box {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: var(--Color-3, #2653B0);
    width: 23.77%;
    padding: 50px;
}

.innerDAFlex .box .iconBox {
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.innerDAFlex .box p {
    padding: 0;
    color: #fff;
}

.innerwhyUs {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 100px;
}
.listItem {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.listItem li {
    background: url(../images/ico_list.svg) no-repeat 0 0;
    padding: 10px 0;
    padding-left: 40px;
    margin: 10px 0;
}
#footer {
    text-align: center;
    padding: 30px 0;
    background-color: #EEF4FF;
}
.footerFlex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footerFlex a {
    text-decoration: underline;
}


.for_lg {
    display: block;
}
.for_sm {
    display: none;
}

.bannerInner.privacyPage {
    padding: 30px 0;
}

.bannerInner.privacyPage h1 {
    margin: 0;
    padding: 0;
    color: #000;
}

.privacyPage ul {
    padding: 0 0 15px 30px;
}
.privacyPage ul li {
    padding: 10px 0 0 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.privacyPage h2 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 20px;
}

.white_bg.privacyPage {
    background-color: #fff;
    padding: 50px 0;
}


.carCressBlock h3 {
    line-height: 24px;
}
.differentActident h2 {
    margin-bottom: 0;
}
.differentActident h3 {
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.thumbName {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #98a4bb;
    border-radius: 50px;
    font-size: 30px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}

a.btn.btnyellow {
    background: #FDD90B;
    color: #000;
    img {
        filter: invert(1) brightness(0);
    }
}



@media only screen and (max-width: 1380px) {
    .innerDAFlex .box {
                width: calc(25% - 15px);
    }
    .innerCCFlex::after {
        width: 96%;
    }
}
@media only screen and (max-width: 1180px) {
    .HowDoesBox .box {
        min-width: 200px;
        max-width: 200px;
    }
    .ImageTextFlex .imageBox {
        max-width: 370px;
        min-width: 370px;
    }
    .container {
        max-width: 96%;
    }
    .innerDAFlex .box {
        width: 31.77%;
    }
    .innerCCFlex .box {
        width: 49%;
    }
    .innerCCFlex::before {
        height: 98%;
    }
    
}
@media only screen and (max-width: 1023px) {
    .innercallflexbtn {
        display: none;
    }
    .headerCall span {
        display: none;
    }
    .headerCall {
        min-height: 60px;
        min-width: 60px;
        max-height: 60px;
        max-width: 60px;
    }
    .HowDoesBox {
        flex-direction: column;
        padding-top: 0;
    }
    .HowDoesBox .box {
        min-width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: -10px;
    }
    .iconBox {
        display: inline-flex;
    }
    .arrowBox {
        transform: rotate(132deg);
        margin-right: -270px;
        margin-top: 40px;
        position: relative;
        display: none;
    }
    .arrowBox.inverseBox {
        -moz-transform: scaleY(-1) rotate(299deg);
        -o-transform: scaleY(-1) rotate(299deg);
        -webkit-transform: scaleY(-1) rotate(299deg);
        transform: scaleY(-1) rotate(299deg);
        filter: FlipV;
        -ms-filter: "FlipV";
        margin-right: inherit;
        margin-left: -245px;
        display: none;
    }
    .ImageTextFlex {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .innerDAFlex .box {
        width: 48.77%;
    }
    .innerwhyUs {
        flex-direction: column;
        gap: 20px;
    }

  
    .arrowBox {
        transform: rotate(110deg);
        margin-right: 144px;
        top: 18px;
        margin-top: 0;
        position: relative;
        margin-left: auto;
    }
    .arrowBox.inverseBox {
        margin-left: 144px;
        top: 12px;
        position: relative;
    }
    

    .owl-theme .owl-nav {
        display: flex;
        align-items: center;
        position: absolute;
        width: auto;
        top: auto;
        z-index: 2;
        margin-top: 0;
        left: 50%;
        gap: 20px;
        margin-left: -36px;
        bottom: -79px;
    }

    .headerRight {
        display: block;
    }
    .headerRight .textheader {
        display: none;
    }
    .headerRight .callbtn .textCall {
        font-size: 0px;
        min-width: inherit;
    }
    .headerRight .callbtn {
        width: 40px;
        height: 40px;
        padding: 0px 9px;
    }
    
}

@media only screen and (max-width: 767px) {
    .privacyPage h2 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .headerinner {
        height: 57px;
    }
    .headerCall {
        min-height: 40px;
        min-width: 40px;
        max-height: 40px;
        max-width: 40px;
        border-radius: 10px;
    }
    .container {
        max-width: 700px;
    }
    .logo {
        max-width: 204px;
    }
    .bannerInner h1 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .bannerInner h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .bannerInner .smallText br {
        display: none;
    }

    .bannerInner .smallText {
        line-height: 20px;
        margin-top: 30px;
        font-size: 14px;
        
    }
    .freeAdviceBox {
        margin-top: 9px;
        font-size: 16px;
    }
    .hero_banner {
        padding: 40px 0;
    }
    .freeAdviceBox .pipe {
        margin: 0 10px;
    }
    .freeAdviceBox .freeBox img, .freeAdviceBox .experAdvise img {
        max-width: 40px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .white_bg, .blue_bg {
        padding: 40px 0;
    }
    .innerDAFlex .box .iconBox {
        margin-bottom: 20px;
    }
    .arrowBox {
        transform: rotate(110deg);
        margin-right: -193px;
        margin-top: 0;
        position: relative;
    }
    .arrowBox.inverseBox {
        margin-left: -206px;
    }
    .ImageTextFlex .imageBox {
        max-width: 100%;
        min-width: inherit;
    }
    .btn {
        text-align: left;
        height: 73px;
                font-size: 17px;
        padding: 0 26px;
    }
    .owl-theme .owl-nav {
        display: flex;
        align-items: center;
        position: relative;
        width: auto;
        top: 0;
        z-index: 2;
        margin-top: 12px;
        left: 0;
        gap: 20px;
        margin-left: 0;
        justify-content: center;
    }
    
    .sliderBox .quoteIcon {
        position: absolute;
        right: 20px;
        top: -16px;
    }
    .innerCCFlex .box {
        width: 100%;
        border-left: 0;
        text-align: center;
        padding: 20px;
    }
    .innerCCFlex::after {
        display: none;
    }
    .innerCCFlex::before {
        border-top: 13px solid #fff;
        border-bottom: 15px solid #fff;
    }
    .innerDAFlex .box {
        width: 100%;
        text-align: center;
        padding: 30px;
    }
    .btnBox {
        padding-top: 0;
    }
    .footerFlex {
        flex-wrap: wrap;
        font-size: 14px;
    }
    .innerwhyUs h2 {
        word-break: break-all;
    }
    .owl-carousel .owl-stage-outer {
        padding-top: 20px;
        padding-right: 0;
        margin-right: 0;
    }
       
    #reviewSlider {
        overflow: hidden;
    }
}

@media only screen and (max-width: 467px) {
    .arrowBox {
        transform: rotate(110deg);
        margin-right: 0;
        top: 18px;
        margin-top: 0;
        position: relative;
        margin-left: auto;
    }
    .arrowBox.inverseBox {
        margin-left: -8px;
        top: 12px;
        position: relative;
    }
    .sliderBox p {
        min-height: 404px;
        margin-bottom: 5px;
    }
    .owl-theme .owl-nav {
        margin-top: 16px;
    }
}