:root {
    --themecolor1: #003A74;
    --themecolor2: #0081C6;
    --themecolor3: #ECBB24;    
    --text-colordark: #333333;
    --font-face1: "Inter", sans-serif !important;
    --outline-color: #F7F7F7;

}

.bg-dark {
    background: var(--themecolor2) !important;
}
.color-1 {
    color: var(--themecolor1);
}
.color-2 {
    color: var(--themecolor2);
}
.color-3 {
    color: var(--themecolor3);
}
.bgbluedaek{background: var(--themecolor1);}
.bgbluelight{background: var(--themecolor2);}
.Gothamblack{ font-family: 'gotham_narrowblack';}
.Gothammedium{ font-family: "gotham_narrowmedium";}
.Gothamblack{ font-family: 'gotham_narrowblack';}

.tt_m{ font-family: 'TT Norms Pro Medium', sans-serif!important;}
.tt_b{ font-family: 'TT Norms Pro Bold', sans-serif!important;}
.tg_m{font-family:'gotham_narrowmedium', sans-serif!important;}
.tg_b{font-family:'gotham_narrowbold', sans-serif!important;}

@font-face {
    font-family: 'Gotham Narrow Medium';
    src: url('../fonts/GothamNarrow-Medium.woff') format('woff2'), url('../fonts/GothamNarrow-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "gotham_narrowmedium";
    src: url("../fonts/gothamnarrow-medium-webfont.woff2") format("woff2"), url("../fonts/gothamnarrow-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "gotham_narrowbold";
    src: url("../fonts/GothamNarrow-Bold.woff2") format("woff2"), url("../fonts/GothamNarrow-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'gotham_narrowblack';
    src: url('../fonts/fontsfree-net-gothamnarrow-black-1-webfont.woff2') format('woff2'),
         url('../fonts/fontsfree-net-gothamnarrow-black-1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }


@font-face {
    font-family: 'TT Norms Pro', sans-serif;
    src: url('../fonts/TTNormsProRegular.woff') format('woff2'), url('../fonts/TTNormsProRegular.woff2') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro Medium', sans-serif;
    src: url('../fonts/TT Norms Pro Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro Bold', sans-serif;
    src: url('../fonts/TTNormsPro-Bold.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Light.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    background: #003a74;
    font-family: 'TT Norms Pro', sans-serif ;
}
input, textarea, select, label{font-family: 'TT Norms Pro', sans-serif !important;}

.clear {
    clear: both
}

.divaid {
    width: 50px;
    border-radius: 33px;
    height: 5px;
    background: #fff;
    margin: 9px auto;
}

.btn {
    background: var(--themecolor3);
    border-radius: 30px;
    padding: 12px 19px 13px;
    line-height: 24px;
    font-size: 20px;
    color: #002B57;
    font-weight: bold;
    transition: all 0.3s;
}

.btn:hover {
    color: #002b57 !important;
    background: #fff;
    border: 1px solid var(--themecolor3);
}

.btn_w {
    background:transparent;
    border-radius: 30px;
    padding: 12px 19px 13px;
    line-height: 24px;
    font-size: 20px;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
}

.btn_w:hover {
    color: #002b57 !important;
    background: #fff;
    border: 2px solid var(--themecolor3);
}



.btn_2 {
    background: var(--themecolor3);
    border-radius: 30px;
    padding: 18px 50px 16px;
    line-height: 22px;
    font-size: 18px;
    color: #002B57;
    font-weight: bold;
    transition: all 0.3s;
}

.btn_2.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

.btn_2:hover {
    color: #002b57 !important;
    background: #fff;
    border: 1px solid var(--themecolor3);
}



h1,
h2,
h3,
h4,
h5 {
    font-family: "gotham_narrowbold";
}

.h2,
h2 {
    font-size: 70px;
    line-height: 1;
}

.h3,
h3 {
    font-size: 25px;
    line-height: 28px;
}

.h1-main-px {
    padding: 0 100px;
}

.bg-tintsgreen a:hover {
    color: #4aa6ac !important;
}

ul,
ol {
    list-style-position: inside;
}

p:empty {
    display: none;
    margin-bottom: 0
}



.f-color-F8F4F0 {
    color: #17153D;
}

.greybg {
    background: #DCDCE2
}

.lightgreybg {
    background: #5B616F;
}

.cursor-pointer {
    cursor: pointer;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-18w {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-26 {
    font-size: 26px;
}
.fs-24 {
    font-size: 24px;
}
.fs-30 {
    font-size: 30px;
}
.fs-36 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
   
}

.fs-38 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 900;
   
}

.fs-72 {
    font-size: 58px;
    line-height: 65px;
}

.fs-52 {
    font-size: 52px;
}

.fs-28 {
    font-size: 28px;
    line-height: 43px;
}

.fs-35 {
    font-size: 35px;
}

.fs-22 {
    font-size: 20px;
}

.fs-50 {
    font-size: 50px;
    line-height: 60px;
}

.fs-80 {
    font-size: 4vw;
    line-height: 80px;
}
.faqlineheight{line-height:28px;}
.mt-100 {
    margin-top: 85px;
}

.mb-150 {
    margin-bottom: 150px;
}

.lh-60 {
    line-height: 60px;
}

.px-200 {
    padding: 0 180px;
}

.py-130 {
    padding: 100px 0;
}

.py-100 {
    padding: 85px 0;
}

.py-200 {
    padding: 200px 0;
}

.pt-130 {
    padding-top: 70px;
}

.pl-130 {
    padding-left: 70px;
}

.pr-130 {
    padding-right: 70px;
}

.mt-75 {
    margin-top: 75px;
}
.white{color: #fff;}

.headertop-contact {
    background: #fff;
    padding: 5px 65px;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 5px 10px #ccc;
}

.fixed .logo {
    width: 120px;
}

.logo {
    width: 205px;
    transition: all 0.3s;
    margin: auto;
    padding: 5px;
}

.sidenav {
    right: 0;
    margin: 0 auto;
    top: 50%;
    width: 100%;
    justify-content: space-between;
}

.sidenav ul li {
    display: inline-block;
    text-align: center;
    padding: 0 0.44vw;
    vertical-align: middle;
}


.dropdwoen-sec ul li {
    padding: 2px 12px !important;
    text-align: left;
    display: block;
}

.sidenav .dropdwoen-sec ul li.active a {
    color: #fff !important;
    border: 0 !important;
}

.sidenav ul li a.nav-link {
    font-weight: bold;
    border-bottom: solid 2px rgba(253, 236, 0, 0);
    font-size: 16px;
    line-height: 22px;
}

.sidenav .accordion {
    display: block;
    text-align: center;
}

#myHeader {
    width: 100%;
    z-index: 9;
    position: fixed;
    padding: 22px 0;
    transition: all 0.3s;
    top: 0;
    background: none;
}

#linkid {
    /*! position: relative; */
}

#myHeader.fixed {
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #fff;
    animation: slideDown .4s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#myHeader .w-150 {
    filter: contrast(0%) brightness(2);
}
#myHeader.fixed .w-150 {
    width: 190px;
    filter: brightness();
}

.amenitiesnewmenu:hover .collapse:not(.show) {
    display: block !important;
    margin-top: 3px;
    opacity: 1;
    visibility: visible;
}
.dropdwoen-sec {
    width: 250px;
    position: absolute;
    left: 10px;
    background: #fff;
    padding: 10px;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin-top: 15px;
    border-radius: 14px;
}

.amenitiesnewmenu .collapse:not(.show) {
    visibility: hidden;
    display: inherit;
    opacity: 0;
}

.dropdwoen-sec ul li a {
    text-align: left;
    font-size: 16px;
    color: #000 !important;
    line-height: 33px;
    border-bottom: 0 !important;
    width: 100%; font-weight: 600;
    display: block;
    text-decoration: none;
}

.dropdwoen-sec ul li:hover a {
    color: #ecbb24 !important;
}



.dropdwoen-sec ul li.active a {
    color: #fff !important;
    border-bottom: 2px solid #fff !important;
}

.sidenav a.nav-link {
    text-decoration: none;
    line-height: 1.1;
    font-size: 1vw;
    display: block;
    transition: 0.3s;
    vertical-align: middle;
    color: #fff;
    padding: 1px 0 1px;
}

.sidenav a.nav-link:hover,
.sidenav a.nav-link:focus {
    color: #ecbb24 !important;
}

.fixed .bookbtn {
    padding: 15px 40px;
}

.fixed .mobile_logo {
    width: 150px;
    display: inline-block;
}

.header .sidenav .nav-item.active a {
    border-bottom: solid 2px var(--themecolor3);
    color: var(--themecolor3);
}

.fixed .sidenav a.nav-link {
    color: #3A3636;
}

.sidenav ul li a.nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    content: '';
    color: transparent;
    background: var(--themecolor3);
    height: 2px;
}

.sidenav ul li a.nav-link:hover:after {
    width: 100%;
}

.sidenav ul li a {
    position: relative;
}

.sidenav ul li a.nav-link:after,
.sidenav ul li a.nav-link:before {
    transition: all .5s;
}

.header .mobile_logo {
    width: 20vw;
    display: block;
    transition: all 0.5s;
    padding: 15px;
}

.header.fixed .mobile_logo {
    width: 18vw;
}

.w-250 {
    width: 150px;
    transition: all 0.3s;
}
.w-250mob {
    width: 200px;
    transition: all 0.3s;
}

.sidenav ul li a.nav-link .bi::before {
    vertical-align: -.3em;
    transition: .5s;
}

.header-content {
    padding-bottom: 60px;
}
.header-content h1 {
    color: #fff;
}

.header-content p {
    color: #fff;
    font-size: 28px;
}


p{ font-size: 18px; line-height: 30px;}


.sidenav ul li a.btn {
    padding: 9px 18px;
}

.header .green-logo {
    display: none;
}

.header.fixed .green-logo {
    display: block;
}

.header.fixed .main-logo {
    display: none;
}


.breadcrumbman{display: flex;
    margin: auto;
    padding: 0 1px;}

.moterdna {
    background: #0081c6;
    padding: 98px 86px;
    border-radius: 36px;
    margin-top: -250px;
    border:1px solid rgba(255, 255, 255, 0.35);
}

.moterdnainner {
    border-radius: 30px;
    margin-top: -250px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 12px;
    background: #fff;
}
.moterdnainnerintl{
    border-radius: 30px;
    margin-top: -250px;
    padding: 12px;
}

.margin-200 {
    margin-top: -250px;
}

.moterdna h2 {
    color: #fff;
}

.moterdna p {
    color: #fff;
}

.carousel-caption {
    top: 14rem;
}

.carousel-indicators {
    display: none;
}


.holder {
    width: 32%;
    margin-bottom: 20px;
   overflow: hidden;
   padding: 0px;
   border-radius: 14px;
}

.holder img {
    width: 100%;
    transition: opacity 1s, transform 0.7s ease-in;
}


.form{
    background: #0081c6;
}

.menuoverlay{
    position: relative;
}

.menuoverlay::before{
    content: '';
    /*! background: #fff; */
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    background: rgba(0,0,0,.6);
    left: 0;
    z-index: 1;
}

.overlay{
    position: relative;
}

.overlay::before{
    content: '';
    /*! background: #fff; */
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    background: linear-gradient(190deg, rgba(255,255,255,0.1) 0%, rgba(0,129,198,1) 100%);
    left: 0;
    z-index: 1;
}

.banner {   
    background-size: cover !important;
    background-position: center bottom !important;
    padding: 85px 0 0;
    height: 95vh;
    position: relative;
}

.homebanner {background: url("../images/homebanner.webp")no-repeat;}
.solution_banner {background: url("../images/solution_banner.webp")no-repeat;}
.intelligence_banner {background: url("../images/intelligence-bannerbg.webp")no-repeat;}
.vehicle_iq_banner {background: url("../images/vehicle_iq_banner.webp")no-repeat;}
.marketplace {background: url("../images/marketplace.webp")no-repeat;}
.vin_banner {background: url("../images/vin_banner.webp")no-repeat;}
.motorhub_digital_garage_banner {background: url("../images/motorhub_digital_garage_banner.webp")no-repeat;}
.insurance_banner {background: url("../images/insurance_banner.webp")no-repeat;}
.auto_sales {background: url("../images/auto_sales.webp")no-repeat;}
.fleet_management {background: url("../images/fleet_management.webp")no-repeat;}
.auto_salvage {background: url("../images/auto_salvage.webp")no-repeat;}
.auto_servicing {background: url("../images/auto_servicing.webp")no-repeat;}
.auto_finance {background: url("../images/auto_finance.webp")no-repeat;}
.consumer {background: url("../images/consumer.jpg")no-repeat;}
.contact {background: url("../images/contact.jpg")no-repeat;}
.newsbanner {background: url("../images/newsbanner.jpg")no-repeat; height: 686px;}
.blogheader{background: url("../images/blogheader.jpg")no-repeat; height: 686px; }
.blogheaderinner{background: url("../images/blogheaderinner.svg")no-repeat; height: 686px;}
.faqs{background: url("../images/faqs.jpg")no-repeat; height: 686px;}
.signuolanding {background: url("../images/consumer.jpg")no-repeat;height: 686px;}
.rounded24{border-radius: 30px;}

.banner::after {
    content: '';
    position: absolute;
    clip-path: polygon(100% 83%, 100% 100%, -15% 100%, 0px 96%);
    bottom: 0;
    background: #003a74;
    width: 100%;
    height: 868px;
    left: 0px;
}
.captiontext {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 100%;
}
.captiontext.captionmarkettext{top:45%;}

.captiontext-desk {
    position: absolute;
    top: 43% !important;
    transform: translateY(-50%) !important;
    width: 100%;
}
.innerbannertext{top: 40%;}
.cardoursolutions {
    top: 50%;
    left: 50%;
    transform: translate(0%,0%);
    width: 31.3%;
    height: 572px;
    background: #0081C6;
    overflow: hidden;
    display: inline-block;
    margin: 14px 10px;
    border-radius: 20px;
}

.cardoursolutions .imgBx,
.cardoursolutions .details {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.cardoursolutions .imgBx {
    top: 0;
    left: 0;
}
.cardoursolutions:hover .imgBx {
    top: 0;
    left: -100%;
}

.cardoursolutions .details {
    background: linear-gradient(170deg, rgba(0,129,198,1) 0%, rgba(0,58,116,1) 100%);
    top: 0;
    left: 100%;
    padding: 30px 30px;
}
.cardoursolutions:hover .details {
    top: 0;
    left: 0%;
}
.cardoursolutions .details h2 {
    color: #fff;
    margin: 0;
    padding: 0 0 10px;


}
.cardoursolutions .details p {
    margin: 0px 0 0;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.oursolutionsoverlaytext {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: left;
    padding-right: 0;
    right: 0;
    transform: translateY(-50%);
}
imgBx::before {
    content: "";
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.form-select.phnumber {
    /* background: transparent; */
    padding: 0 31px 0 0;
    border: 0px solid;
}
    .form-select{background-image: url(../images/arrow-down.svg);}

    .upload input {
        padding: 12px 23px;
    }

.contact-block{
    height: 466px; 
    background-color: #200763;
}
.contact-testimonial {
    position: absolute;
    top: 15%;
    bottom: inherit;
    z-index: 1;
    max-width: 40%;
    margin: auto;
    text-align: justify;
}
.fs-18{font-size:20px; line-height:28px;}
.fs-22{font-size: 22px; line-height: 34px;}
.formblock {
     background-color: #fff;
     border: 1px solid #EBEFF6;
     padding: 46px;
     border-radius: 10px;
     position: relative;
     top: -218px;
    }

.fw-400 {font-weight:400;}
.bg-color{background-color:rgba(222,228,234,0.15);}
.addresssection{padding-top:80px; padding-bottom:80px;}
.addressblock{background-color:#fff; border-radius:16px;height: 100%;}
.contactm-top{margin-top: -100px;}
ul.ourlist li {
    list-style: none;
    padding-left: 28px;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 13px;
}
ul.ourlist li::before {
    content: "";
    background: url('../images/check_circle.svg');
    height: 17px;
    width: 17px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.filter_w {
    fill: #fff;
    filter: sepia(0) saturate(0) brightness(255) hue-rotate(135deg);
}
.imgBx img{height: 100%;}

.darkblue{background: #002850;}
.sectors_w {
    max-width: 1480px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
figure.effect-lily img {
    width: 100%;
}

figure.effect-lily figcaption {
    text-align: left;
    cursor: pointer;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    /*! height: 50%; */
    z-index: 1;
    text-align: center;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 26px;
    font-weight: bold;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    margin-top: 23px;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

figcaption .btn.btn_2 {
    width: 33px;
    height: 33px;
    padding: 3px 8px;
}
figure {
    border-radius: 20px;
    overflow: hidden;
}

/* new-css */

.px-40{
    padding: 0px 40px;
}

.py-50{
    padding: 50px 0px;
}

.pt-50{
    padding-top: 50px;
}

footer{
    background: linear-gradient(120deg, rgb(237, 243, 234) 0%, rgb(144, 202, 250) 100%);
}


.footer-icon li{display: flex; list-style: none; background: #0081C6; border-radius: 3px; margin-right: 15px; width: 34px; height: 34px; text-align: center;}
.footer-icon li:hover{background: #003A74;}
.partner-icon li{display: flex; list-style: none; margin-right: 15px; width: 89px; height: 89px; text-align: center;}

.footer-icon li a{margin: auto;}



.footer-links ul li{
list-style: none;
}

.footer-links ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    line-height: 46px;
    font-weight: 300;
}

.footer-bottum-box {
    border-top: solid #7EB0D5 1px;
    padding: 14px 0px;
}
.footer-bottum-box a {
    margin-right: 18px;
    font-size: 16px !important;
}

.copyright{
    text-align: end;
}
.footer-contant a.btn_w {
    color: #002b57;
    border: solid 1px #002b57;
    font-weight: bold;
}

.footer-contant .active {
    color: #002b57;
    background: #ecbb24;
    border: solid 1px #ecbb24;
}

.empoweringslider .slick-dots li {  
    background: #003A74;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1324px;
}
.container1{
    max-width:1090px;
}


.lightbluebg{background: linear-gradient(170deg, rgba(0,129,198,0.6) 0%, rgba(0,58,116,0.6) 100%);}
.lightbluegra{ background: rgb(237,243,234);
    background: linear-gradient(126deg, rgba(237,243,234,1) 0%, rgba(144,202,250,1) 100%); }
.whyuse-section .heicon {min-width: 46px;min-height: 46px;line-height: 46px;
    color: #0081C6;border: 1px solid #E2E2E2;font-size: 20px;}
.whyuse-section {border-radius: 20px;transition: 0.4s;}
.whyuse-section:hover {
    background: linear-gradient(290deg, rgba(237,243,234,1) 0%, rgba(144,202,250,1) 100%);
    
}

.unlock-powerbg{ position: relative;background: #fff url(../images/parking-garage.jpg) no-repeat center center;background-size: cover;}
.unlock-powerbg::before{background: rgba(0, 42, 84, 0.94);content: "";position:absolute;height: 100%;width: 100%;top: 0; bottom: 0;}
.removebg{border: 0px;background: transparent;color: #fff;}
.quotes {
    position: absolute;
    background: #0081C6;
    bottom: -9px;
    left: 18px;
    padding: 9px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    font-size: 46px;
    text-align: center;
}


.lightbluegra {
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 5px 20px 24px;
    border-radius: 20px;
}
.slick-testimonial .slick-track{padding-top: 100px;}
.slick-testimonial .slick-slide a {
    color: #eb7245;
}
.slick-testimonial .img-box {
    width: 132px;
    height: 132px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    border: 4px solid #fff;
    top: -59px;
    z-index: 1;
}
.slick-testimonial .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.slick-testimonial .testimonial {   
    padding: 12px 120px 10px;
    font-size: 22px;
    font-weight: lighter;
    font-family: TT Norms Pro;
}

.slick-testimonial .overview {  
    text-align: center;
    padding-bottom: 5px;
}

.slick-testimonial .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}
.prev-btn, .next-btn {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #0081C6;
    text-shadow: none;
    top: inherit;
    left: 38px;
    margin: auto;
    text-decoration: none;
    bottom: -39px;
    opacity: 1;
    border: 0px solid;
    font-size: 23px;
    color: #fff;
    
}
.slidebgline .slick-dots li {
    background: #0081C6;
}

.accordion-button {
    background-color: transparent;
    color: #fff;
}


.accordion-item {
    background-color: transparent;
    border-left: 0px !important;
    border-right: 0px !important;padding: 20px 0px;
    border: 1px solid rgba(255,255,255,.20);
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    font-weight: bold;
    color: #fff;
}
.accordion-button::after {   background: url(../images/faqdownarrow.svg) no-repeat top center;width: 24px;height: 20px; margin-top:5px;}
.accordion-button:not(.collapsed)::after {background: url(../images/faquparrow.svg) no-repeat top center;transform: var(--bs-accordion-btn-icon-transform);}
.accordion-button:not(.collapsed) {box-shadow: inset 0 calc(0 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);}

.faqspage .accordion-button::after {
    background: url(../images/+.svg) no-repeat left center;
    transform: var(--bs-accordion-btn-icon-transform);
    width: 33px;
    height: 24px;
    position: absolute;
    left: 5px;
}
.accordion-item.faqspage {
    width: 100%;
    padding: 0;
}
.faqspage .accordion-button {
    color: #003A74 !important;
    padding-left: 55px;
    width: 100%;
}

.faqspage .accordion-body {
    color: #212121 !important;

}
.blogpagineerpage .collapse:not(.show) {
    display: block
}

.blogpagineerpage .link, .blogpagineerpage li, .blogpagineerpage p, .blogpagineerpage h3, .blogpagineerpage h2{color: #fff;}
.blogpagineerpage h3, .blogpagineerpage h2{color: #fff; font-size: 28px; margin-top: 40px;}
.blogpagineerpage ul li{list-style: none; font-size: 20px; line-height: 30px; margin: 20px 0;}
.blogpagineerpage ul li a{ text-decoration: none;}
.border-bottom {
    border-bottom: 1px solid #275580 !important;
}

.wide_section{padding: 50px; text-align: left; margin-bottom: 40px;}
.liststyle li {
    list-style: none;
    font-size: 20px;
    color: #000;
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.liststyle li::before {
    content: "";
    background: url(../images/Icon_star.svg) no-repeat left center;
    width: 16px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top:10px;
    left: 0;
}

.liststylewhite li {
    color: #fff;

}
.liststylewhite li::before {
    content: "";
    background: url(../images/Icon_starwhite.svg) no-repeat left center;
    width: 16px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top:10px;
    left: 0;
}

.contactform {
    background: #0081c6;
    padding: 0px 0px 0;
    border-radius: 36px;
    margin: -350px auto; max-width: 800px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    overflow: hidden;
}
.contactform .singup-form{max-width: 100%;}
.h-300{height: 300px;}
textarea{resize: none;}
.numbershow{width: 54px;
    height: 54px;
    display: flex;
    background: #0081C6;
    border: 3px solid #003A74;
    left: 70px;}

    .numbershow span{margin: auto;
        font-size: 22px;
        font-weight: bold;
        color: #fff;}


        .bloglist ul li {
            list-style: none;
            display: inline-block;
            vertical-align: middle;
            color: #B3D9EE;
            font-size: 20px;
            padding-right: 10px;
            line-height: 13px;
        }
        .bloglist ul{ list-style: none;}


        .timeline{
            position:relative;
            margin:50px auto;
            padding:40px 0;
            box-sizing:border-box;
          }
          .timeline:before {
            content: '';
            position: absolute;
            left: 50%;
            width: 2px;
            height: 57%;
            background: #003a74;
            top: 130px;
          }
          .timeline ul{
            padding:0;
            margin:0;
          }
          .timeline ul li{
            list-style:none;
            position:relative;
            width:50%;
            padding:45px 40px;
            box-sizing:border-box;
          }
          .timeline ul li:nth-child(odd){
            float:left;
            text-align:right;
            clear:both;
          }
          .timeline ul li:nth-child(even){
            float:right;
            text-align:left;
            clear:both;
          }
          .content{
            padding-bottom:20px;
          }
          .timeline ul li:nth-child(odd):before
          {
            content:'';
            position:absolute;
            width:10px;
            height:10px;
            top:38px;
            right:-6px;
            background:#003a74;
            border-radius:50%;
            box-shadow:0 0 0 3px rgba(233,33,99,0.2);
          }
          .timeline ul li:nth-child(even):before
          {
            content:'';
            position:absolute;
            width:10px;
            height:10px;
            top:24px;
            left:-4px;
            background:#003a74;
            border-radius:50%;
            box-shadow:0 0 0 3px rgba(233,33,99,0.2);
          }
          .timeline ul li h3{
            padding:0;
            margin:0;
            color:#003a74;
            font-weight:600;
          }
          .timeline ul li p{
            margin:10px 0 0;
            padding:0;
          }
          .timeline ul li .time h4{
            margin:0;
            padding:0;
            font-size:14px;
          }
          .timeline ul li:nth-child(odd) .time h4{
            position: absolute;
            top: 28px;
            right: -65px;
            margin: 0;
            padding: 6px 12px;
            background: #fff;
            color: #0081c6;
            border-radius: 50%;
            /* box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3); */
          }
          .timeline ul li:nth-child(odd) .time h5 {
            position: absolute;
            top: 70px;
            right: -104%;
            margin: 0;
            color: #fff;
            text-align: left;
            width:235px;
          }
          
          
          .timeline ul li:nth-child(even) .time h4 {
            position: absolute;
            top: 12px;
            left: -60px;
            margin: 0;
            padding: 7px 12px;
            background: #fff;
            color: #0081c6;
            border-radius: 50%;
          }
          .timeline ul li:nth-child(even) .time h5 {
            position: absolute;
            top: 60px;
            left: -104%;
            margin: 0;
            color: #fff;
            text-align: end;
            width:235px;
          }
          
          .timeline h2{
            font-size: 32px;
            font-weight: bold;
            color: #fff;
            padding-left: 40px;
          }


/*  */

.accordion-button:focus{
    box-shadow: none;
}

.btn_2 img{margin-left: 2px;}

/* ................ */
.slick-list {
    margin: 0 -5px;
}

input[type="range"] {
    -webkit-appearance: none;
    /* width: 100%; */
    margin: 20px auto;
    padding: 0;
    height: 8px;
    border-radius: 10px;
    background: #0081c6;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #ecbb24, 0px 0px 1px #ecbb24;
    width: 16px;
    border-radius: 10px;
    background: #ecbb24;
    cursor: pointer;
    -webkit-appearance: none;
    width: 30%;
    height: 7px;
}
/* ........................................ */

.border-left{
    border-left: solid 2px #fff;
}
#myHeader .wwhite {
    filter: contrast(0%) brightness(2);
}
#myHeader.fixed .wwhite{
    filter: brightness();
}

.paddingblock{
    padding:50px;
}
.imgsizehome{width:341px;}
.textarrow {
  position: relative;
}
.textarrow img {
  text-align: center;
  position: absolute;
  top: 12px;
  right: 3px;
  width: 11px;
  height: 11px;
  bottom: 8px;
  left: -1px;
}
.privacytext {
  padding-right: 65px;
  padding-left: 65px;
}
.textblocktxt{
    text-decoration:none;
}
.roundedradius{
    border-radius:20px 20px 0px 0px !important;
}
.bannercontact {
  height: 100vh;
}
.innerbannercontact{
    top: 34%;
}
.blogheaderinnerfaq{
    background: url("../images/blogheaderinner.svg")no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    height:370px;
}
.captiontext4 {    
    top: 42%;
  }
.listblock{
    padding:30px;
}

.faqsolution .accordion-button {
  padding: 5px 0px;
  line-height: 23px;
}
.faqsolution .accordion-body {
  padding: 5px 10px 5px 0px;
}
.insurancepara p {
  width: 80%;
  margin: auto;
}
.autopara p {
  width: 65%;
  margin: auto;
}
.salvagepara p{
  width: 60%;
  margin: auto;
}
.financepara p {
  width: 50%;
  margin: auto;
}
.chooseuspara p{
    width: 95%;
}
.verifyemail {
  text-decoration: navajowhite;
}
.scoretext{
    font-size:30px;
}
.innerintellimgblock {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.intelheadertext.intelheadertext {
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.thankspagesection {
  background: linear-gradient(126deg, rgba(237,243,234,1) 0%, rgba(144,202,250,1) 100%);
  margin: auto;
    margin-top: auto;
  padding: 50px;
  max-width: 590px;
  border-radius: 20px;
}

*Loader CSS Start*/
 #overlay-cosumer {
            position: fixed;
            top: 0;
            z-index: 100;
            width: 100%;
            height: 100%;
            display: none;
            background: rgba(0, 0, 0, 0.6);
            left: 0;
        }

        #overlay-consumer.active {
            display: block
        }

        .cv-spinner {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .spinner {
            width: 40px;
            height: 40px;
            border: 4px #ddd solid;
            border-top: 4px #2e93e6 solid;
            border-radius: 50%;
            animation: sp-anime 0.8s infinite linear;
        }

        @keyframes sp-anime {
            100% {
                transform: rotate(360deg);
            }
        }
        .text-loader {
            color: #fff;
            font-weight: 600;
        }    

/*Loader CSS End */
div#currentinsurerautocomplete-list {  
    background-color: #fff; 
    padding: 10px 10px 10px 15px; 
    border-radius: 10px;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: 0;
    transform: scale(.85) translateY(-.2rem) translateX(.15rem) !important;
}

@media only screen and (max-width: 1680px) {
    .sidenav a.nav-link {
        font-size: 1vw;
    }
    .moterdna {
        padding: 73px 66px;
        margin-top: -160px;
    }
    .fs-72 {
        font-size: 57px;
        line-height: 62px;
        font-weight: bold;
    }
    .moterdnainner {
        margin-top: -160px;
    }
    .moterdnainnerintl{
        margin-top: -160px;
    }
  
    .header-content {
        padding-bottom: 40px;
    }

    .divaid {
        height: 5px;
        margin: 5px auto;
    }

    .ipadwidth{width: 200px; height: 200px; }
    .margin-200 {
        margin-top: -150px;
    }
    .margin-200-m {
        margin-top: -250px;
    }
    .container1{
    max-width: 1090px;
  }
}

@media (min-width: 1400px) {
  .container1{
    max-width: 1090px;
  }
}
@media (min-width: 1200px) {
  .container1{
    max-width: 1090px;
  }
}

@media only screen and (max-width: 1199px) {
    .fs-72 {
        font-size: 45px;
        line-height: 55px;
    }
    .header-content p {
        font-size: 22px;
    }

}


@media only screen and (max-width:991px) {  
.slick-testimonial p.testimonial {
font-weight: 600;
}
    .moterdnainner {
    border-radius: 10px;}
    .moterdnainnerintl {
    border-radius: 10px;}   
footer {
    display: none;
}
    .wide_section {
        padding: 18px;
        text-align: left;
    }
    .dmdnone{display: none;}
    .btn_2, .btn, .btn_w {     
        padding: 7px 12px 7px;
        line-height: 16px;
        font-size: 14px;
    }
    .ph_design {
        margin-top: -155px;
        text-align: center;
    }
    .ph_design img {
        background: #0081c6;
        padding: 4%;
        border-radius: 100%;
        width: 111px;
        height: 111px;
        margin: auto;
        text-align: center;
    }
    .moterdna {
        
        text-align: center;
    }



 /*** Header Mobile Menu css ***/
 .header .mobile_logo {
    width: 232px;
    display: block;
    transition: all 0.5s;
    position: relative;
    z-index: 9999;
}

.header.fixed .mobile_logo {
    width: 232px;
    margin-top: 5px;
}

.fs-50 {
    font-size: 32px;
    line-height: 42px;
}

.amenitiesnewmenu .collapse:not(.show) {
    display: none;
}

.sidenav a.nav-link {
    font-size: 20px;
    line-height: 40px;
    padding: 5px 0;
    color: #000;
}

.sidenav ul li {
    padding: 15px 10px 0;
}

#myHeader.fixed.closableBannerVisible {
    padding: 8px 0;
    height: 62px;animation: all 0.3s;
}
.amenitiesnewmenu:hover .collapse:not(.show) {
    display: none !important;
}

#accordion {
    display: inline-block;
    text-align: left;
    float: left;
    width: 100%;
}

.sidenav ul li {
    display: flex;
    text-align: left;
    padding-left: 29px;
    flex-direction: column;
    align-items: start;
}

.sidenav {
    height: 69%;
    width: 89%;
    position: fixed;
    z-index: 999;
    top: 100%;
    bottom: -100%;
    background-color: #FFF;
    transition: 0.5s;
    padding: 11px 1px;
    left: 0;
    right: 0;
    border-radius: 15px;
    z-index: 11;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.plus-minus-toggle {
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 19px;
    top: -7px;
    float: right;
    width: 51px;
}

.plus-minus-toggle::before{
    background: url(../images/menuarrow.svg);
    content: '';
    left: 12px;
    position: absolute;
    top: 33px;
    width: 19px;
    transition: transform 500ms ease;
    height: 16px;
    background-repeat: no-repeat;
}

.plus-minus-toggle[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

#mySidenav .bi.bi-chevron-down{ display: none;}


.myClass {
    /*! width: 100%; */
    bottom: 93px;
    top:inherit;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    /* width: 26px; */
    /* height: 30px; */
    position: relative;
    margin: 2px 4px 2px 0;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

.close {
    opacity: 1;
    width:26px;
    position:relative;
    height: 25px;
    margin-right:6px;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 35px;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.dropdwoen-sec {
    width: 100%;
    position: inherit;
    left: 0px;
    top: 2px;
    padding: 0px 0px;
    box-shadow: inherit;
    margin: 0;
}

#nav-icon4.open span {
    background: #fff;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
    width: 27px;
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    width: 27px;
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.mob-nav-booknow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#linkid {
 position: relative; 
}
#myHeader.fixed .w-250.mobilelogo {   
    filter: brightness();
}
#myHeader .w-250.mobilelogo {   
    filter: contrast(0%) brightness(2);
}
.blue-bg.h-98::before {
    height: 99%;
}

.paddingtop {
    margin-top: 10px;
}

/*--End-Mobile Menu----*/
.mobile_logo.myClass .main-logo {
    display: block;
}

.mobile_logo.myClass .green-logo {
    display: none;
}

.main-sec-h1 .w-50 {
    width: auto !important;
}

.fixed .sidenav a.nav-link {
    color: #000;
}

.mobmenufixed {
    border: 1px solid #FFE89F;
    border-radius: 50px;
    padding: 5px 6px 5px 21px;
    bottom: 20px;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 11;
    background: linear-gradient(121deg, rgba(236,187,36,1) 0%, rgba(236,187,36,1) 100%);
}
.w-90{width: 90%; margin: auto;}
.heambermenu{background: #002B57; border-radius: 50px; padding: 8px 18px;}

.captiontext {
    padding: 34px;
}
.ipadtopborder{border-top: 1px solid #ccc;}
/* .blogpagineerpage .collapse:not(.show) {
    display: none
} */

.iphonew{width: 47px; height: 47px;}

.lightbluegra {
    border-radius: 10px;
}
.contactform {
    border-radius: 10px;
    margin: -160px auto;
}
.h-300 {
    height: 150px;
}
.sidenav .accordion {
    overflow: auto;
    height: 82%;
}

.slick-testimonial .testimonial {   
    padding: 12px 50px 10px;
}
.btn_2 img {
  margin-left: 0px;
  margin-top: 0px;
}
.textarrow img {
  top: 11px;
  left: 0px;
}
.privacytext{
    padding-right: 0px;
  padding-left: 0px;
}
.blogheaderinnerfaq {
  height: 300px;
}
.captiontext {
top: 42%;
}

.captiontext4 {    
    top: 42%;
  }
.paddingblock{
    padding:25px;
}
.insurancepara p, .autopara p, .salvagepara p, .financepara p {
  width: 100%;
  margin: auto;
}
.chooseuspara p{
    width: 100%;
}

.timeline ul li:nth-child(2n+1) .time h5 {
  top: 70px;
  right: -100%;
  width: 155px;
}

.timeline ul li:nth-child(2n) .time h5 {
  top: 60px;
  left: -100%;
  width: 160px;
}
.timeline ul li:nth-child(2n+1) .time h4 {
  top: 28px;
}
.worktest img{
    width:90%;
}

}



.rounded3 {
    border-radius: 20px !important;
}
.tableheadingtext{font-size:36px!important;}
.linkhover:hover {
  color: #ECBB24;
}
.tableintrogap{
    padding-left:30px;
}

@media only screen and (max-width:676px) {
    .fs-17{font-size:18px;}
    .btn_2, .btn, .btn_w {
        padding: 7px 14px 7px;
    }

    figure {
        border-radius: 10px;
    }
    figure.effect-lily h2 {
        font-size: 12px;
    }
    figure.effect-lily figcaption > div {  
        padding: 0.5em;
      
    }
   slick-initialized .slick-slide {
        margin: 0 4px !important;
    }

    .captiontext {
        padding: 20px;
    }
    .paddingmobile{
        padding: 35px;
       }
    .fs-52 {
        font-size: 23px;
        line-height: 31px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
    .carousel .testimonial {
        font-size: 16px;
    }
    .fs-38 {
        font-size: 18px;
        line-height: 19px;
    }

    .slick-initialized .slick-slide {
        margin: 0 5px;
    }
    .mt-100 {
        margin-top: 50px;
    }
    .fs-26 {
        font-size: 16px;
    }
    .whyuse-section {
        border-radius: 10px;
    }
    .whyuse-section .heicon {
        min-width: 24px;
        min-height: 24px;
        line-height: 20px;
        font-size: 11px;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 39px;
        height: 39px;
        bottom: -8px;
    }
    .fs-20 {
        font-size: 16px;
    }
    .liststyle li {
    font-size: 16px;
    line-height: 20px;
    }
    .liststyle li::before {
    top: 0px;}
    .mobmenufixed .fs-20 {
        font-size: 20px;
    }
  
    .accordion-item {
        padding: 5px 0px;
    }
    .fs-36 {
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
    }
    
    .fs-28 {
        font-size: 18px;
        line-height: 28px;
    }
    .fs-24 {
        font-size: 16px;
        line-height: 28px;
    }
    .bloglist ul li {
        font-size: 14px;
        padding-right: 3px;
    }
    .banner {
    
        height: 550px;
    }
    .captiontext {
        top: 10%;
        transform: translateY(0%);
    }
   
    .slick-testimonial .testimonial {   
        padding: 0px;
        font-size: 16px;
    }
    .slick-testimonial .overview{
        margin: 0px;
    }
    .slick-testimonial .slick-track {
        padding-top: 70px;
    }
    .moterdnainner {
        margin-top: -180px;
    }
    .moterdnainnerintl {
        margin-top: -180px;
    }

    .divaid{
        display: none;
    }

    .captiontext2 {
        position: absolute;
        top: 38%!important;
        transform: translateY(-50%);
        width: 100%;
    }
    .captiontext3 {
        position: absolute;
        top: 42%!important;
        transform: translateY(-50%);
        width: 100%;
    }
    .captiontext4 {
        position: absolute;
        top: 35%!important;
        transform: translateY(-50%);
        width: 100%;
    }
    .slick-testimonial .img-box {
        margin: -20px auto;
        top: -37px;
    }
    .margin-200-m2 {
        margin-top: -200px;
    }
    .blod-back-btn img{
        width: 20px;
        height: 20px;
    }
       .blogheaderinnerfaq {
      height: 300px;
    }
    .captiontext4 {    
        top: 42%;
      }
      .banner.blogheader {
  height: 416px !important;
    }
    .banner.newsbanner {
  height: 416px;
    }
    .banner.faqs {
    height: 416px;
    }
    .fs-18wt {
  font-size: 16px;
   }
   .timeline ul li:nth-child(2n+1) .time h5 {
  right: -73%;
}

.timeline ul li:nth-child(2n) .time h5 {
  left: -74%;
}


   
}

@media only screen and (max-width:575px) {
    .banner {
    
        height: 500px;
    }
    .fs-72 {
        font-size: 22px;
        line-height: 30px;
    }
    .header-content p {
        font-size: 18px;
        width: 99%;
        margin: auto;
        line-height: 25px;
        margin-top: 0px;
    }


    .moterdna {
        padding: 48px 15px 19px;
        border-radius: 10px;
    }

    .ph_design {
        margin-top: -99px;
    }
    .mt-100 {
        margin-top: 30px;
    }
     .mt-100.iphonemy {
        margin: 30px 0 60px;
    }
    .py-100 {
        padding: 30px 12px;
    }
    .px-40 {
        padding: 0px 5px;
    }
    .footer-icon ul {
      justify-content: center;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-links {
        text-align: center;
    }
    .footer-links ul li a {
        font-size: 16px;
        line-height: 34px;
    }
    .copyright {
        text-align: center;
        font-size: 13px;
    }
    .footer-bottum-box {
        padding-bottom: 90px;
    }
    .dropdwoen-sec ul li a {
        font-size: 18px;
        line-height: 33px;
        font-weight: 300;
    }
  

    body { 
        padding-bottom: 79px;
    }
    .timeline ul li:nth-child(even) .time h5{
        font-size: 14px;
    }
    .timeline ul li:nth-child(odd) .time h5 {
        right: -90%;
        font-size: 14px;
    }
    .timeline ul li:nth-child(2n) .time h5 {
    left: -90%;
  }
    .timeline ul li {
        padding: 45px 20px;
    }
    .blogheaderinnerfaq {
  height: 300px;
}
.captiontext {
    top: 10%;
  }
  .captiontext4 {    
    top: 42%;
  }

}

@media only screen and (max-width:475px) {
    .header-content p {     
        width: 98%;
    }
    .fs-72 {
        font-size: 18px;
    }
    .captiontext {
    top: 10%;
  }
  .innerbannertext2{
      top:14%;
  }
  .captionmarkettext{top:14%!important;}
  .innerbannercontact{top:16%!important;}
   .timeline ul li:nth-child(2n+1) .time h5 {
    right: -110%;
  }
  .timeline ul li:nth-child(2n) .time h5 {
    left: -110%;
  }
  .scoretext {
  font-size: 22px;
    }
    .successblockpg img.thanksimg{
       width:40%;   
    }
    .successblockpg img.meterimg{
       width:70%;   
    }
    .captionmarkettext1 {
    top: 10% !important;
  }
  .intelheadertext.intelheadertext {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
}

@media (min-width: 1920px) and (max-width: 2500px) {
    .banner::after {
        content: '';
        position: absolute;
        clip-path: polygon(100% 68%, 100% 100%, -15% 100%, 0px 93%);
        bottom: 0;
        background: #003a74;
        width: 100%;
        height: 875px;
        left: 0px;
    }
}

@media (min-width: 2499px) and (max-width: 5500px) {
    .banner::after {
        content: '';
        position: absolute;
        clip-path: polygon(100% 50%, 100% 100%, -15% 100%, 0px 93%);
        bottom: 0;
        background: #003a74 !important;
        width: 100% !important;
        height: 875px !important;
        left: 0 !important;
    }
}

@media (min-width: 5499px) and (max-width: 7700px) {
    .banner::after {
        content: '';
        position: absolute;
        clip-path: polygon(100% 30%, 100% 100%, -15% 100%, 0px 93%);
        bottom: 0;
        background: #003a74 !important;
        width: 100% !important;
        height: 875px !important;
        left: 0 !important;
    }
}
:root {
    --themecolor1: #003A74;
    --themecolor2: #0081C6;
    --themecolor3: #ECBB24;    
    --text-colordark: #333333;
    --font-face1: "Inter", sans-serif !important;
    --outline-color: #F7F7F7;

}

.bg-dark {
    background: var(--themecolor2) !important;
}
.color-1 {
    color: var(--themecolor1);
}
.color-2 {
    color: var(--themecolor2);
}
.color-3 {
    color: var(--themecolor3);
}
.bgbluedaek{background: var(--themecolor1);}
.bgbluelight{background: var(--themecolor2);}
.Gothamblack{ font-family: 'gotham_narrowblack';}
.Gothammedium{ font-family: "gotham_narrowmedium";}
.Gothamblack{ font-family: 'gotham_narrowblack';}

.tt_m{ font-family: 'TT Norms Pro Medium', sans-serif!important;}
.tt_b{ font-family: 'TT Norms Pro Bold', sans-serif!important;}
.tg_m{font-family:'gotham_narrowmedium', sans-serif!important;}
.tg_b{font-family:'gotham_narrowbold', sans-serif!important;}

@font-face {
    font-family: 'Gotham Narrow Medium';
    src: url('../fonts/GothamNarrow-Medium.woff') format('woff2'), url('../fonts/GothamNarrow-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "gotham_narrowmedium";
    src: url("../fonts/gothamnarrow-medium-webfont.woff2") format("woff2"), url("../fonts/gothamnarrow-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "gotham_narrowbold";
    src: url("../fonts/GothamNarrow-Bold.woff2") format("woff2"), url("../fonts/GothamNarrow-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'gotham_narrowblack';
    src: url('../fonts/fontsfree-net-gothamnarrow-black-1-webfont.woff2') format('woff2'),
         url('../fonts/fontsfree-net-gothamnarrow-black-1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }


@font-face {
    font-family: 'TT Norms Pro', sans-serif;
    src: url('../fonts/TTNormsProRegular.woff') format('woff2'), url('../fonts/TTNormsProRegular.woff2') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro Medium', sans-serif;
    src: url('../fonts/TT Norms Pro Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro Bold', sans-serif;
    src: url('../fonts/TTNormsPro-Bold.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Light.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.fs-81{
    font-size: 81px;
    line-height: 1.2;
}
.fs-52{
    line-height: 1.2 !important;
}
.fs-27 {
    font-size: 26px;
    line-height: 1.2;
}
.bg-dark-blue {
    background: #001B40;

}
body {
    background: #001B40;
    font-family: 'TT Norms Pro', sans-serif ;
}
input, textarea, select, label{font-family: 'TT Norms Pro', sans-serif !important;}

.clear {
    clear: both
}

.divaid {
	width: 50px;
	border-radius: 33px;
	height: 5px;
	background: #fff;
	margin: 9px auto;
}

.btn {
	background: var(--themecolor3);
	border-radius: 30px;
	padding: 12px 19px 13px;
	line-height: 24px;
	font-size: 20px;
	color: #002B57;
	font-weight: bold;
	transition: all 0.3s;
}

.btn:hover {
    color: #002b57 !important;
	background: #fff;
	border: 1px solid var(--themecolor3);
}

.btn_w {
	background:transparent;
	border-radius: 30px;
	padding: 12px 19px 13px;
	line-height: 24px;
	font-size: 20px;
    border: 2px solid #ffffff;
	color: #ffffff;
    text-decoration: none;
	transition: all 0.3s;
}

.btn_w:hover {
    color: #002b57 !important;
	background: #fff;
	border: 2px solid var(--themecolor3);
}



.btn_2 {
	background: var(--themecolor3);
	border-radius: 30px;
	padding: 18px 50px 16px;
	line-height: 22px;
	font-size: 18px;
	color: #002B57;
	font-weight: bold;
    transition: all 0.3s;
}

.btn_2.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

.btn_2:hover {
	color: #002b57 !important;
	background: #fff;
	border: 1px solid var(--themecolor3);
}
.btn-blue{
    background: #0081C6 !important;
    color: #fff !important;
    border: solid 2px #0081C6 !important;
}
.btn-blue:hover{
    background: #ffffff !important;
    color: #0081C6 !important;
    border: solid 2px #0081C6 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.headertop-contact {
    background: #fff;
    padding: 5px 65px;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 5px 10px #ccc;
}

.fixed .logo {
    width: 120px;
}

.logo {
    width: 205px;
    transition: all 0.3s;
    margin: auto;
    padding: 5px;
}

.sidenav {
    right: 0;
    margin: 0 auto;
    top: 50%;
    width: 100%;
    justify-content: space-between;
}

.sidenav ul li {
    display: inline-block;
    text-align: center;
    padding: 0 0.44vw;
    vertical-align: middle;
}


.dropdwoen-sec ul li {
	padding: 2px 12px !important;
	text-align: left;
	display: block;
}

.sidenav .dropdwoen-sec ul li.active a {
    color: #fff !important;
    border: 0 !important;
}

.sidenav ul li a.nav-link {
	font-weight: bold;
	border-bottom: solid 2px rgba(253, 236, 0, 0);
	font-size: 16px;
	line-height: 22px;
}

.sidenav .accordion {
    display: block;
    text-align: center;
}

#myHeader {
    width: 100%;
    z-index: 9;
    position: fixed;
    padding: 22px 0;
    transition: all 0.3s;
    top: 0;
    background: none;
}

#linkid {
    /*! position: relative; */
}

#myHeader.fixed {
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #fff;
    animation: slideDown .4s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#myHeader .w-150 {
    filter: contrast(0%) brightness(2);
}
#myHeader.fixed .w-150 {
    width: 190px;
    filter: brightness();
}

.amenitiesnewmenu:hover .collapse:not(.show) {
    display: block !important;
    margin-top: 3px;
    opacity: 1;
    visibility: visible;
}
.dropdwoen-sec {
    width: 250px;
    position: absolute;
    left: 10px;
    background: #fff;
    padding: 10px;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin-top: 15px;
    border-radius: 14px;
}

.amenitiesnewmenu .collapse:not(.show) {
    visibility: hidden;
    display: inherit;
    opacity: 0;
}

.dropdwoen-sec ul li a {
    text-align: left;
    font-size: 16px;
    color: #000 !important;
    line-height: 33px;
    border-bottom: 0 !important;
    width: 100%; font-weight: 600;
    display: block;
    text-decoration: none;
}

.dropdwoen-sec ul li:hover a {
    color: #ecbb24 !important;
}



.dropdwoen-sec ul li.active a {
    color: #fff !important;
    border-bottom: 2px solid #fff !important;
}

.sidenav a.nav-link {
    text-decoration: none;
    line-height: 1.1;
    font-size: 1vw;
    display: block;
    transition: 0.3s;
    vertical-align: middle;
    color: #fff;
    padding: 1px 0 1px;
}

.sidenav a.nav-link:hover,
.sidenav a.nav-link:focus {
    color: #ecbb24 !important;
}

.fixed .bookbtn {
    padding: 15px 40px;
}

.fixed .mobile_logo {
    width: 150px;
    display: inline-block;
}

.header .sidenav .nav-item.active a {
    border-bottom: solid 2px var(--themecolor3);
    color: var(--themecolor3);
}

.fixed .sidenav a.nav-link {
    color: #3A3636;
}

.sidenav ul li a.nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    content: '';
    color: transparent;
    background: var(--themecolor3);
    height: 2px;
}

.sidenav ul li a.nav-link:hover:after {
    width: 100%;
}

.sidenav ul li a {
    position: relative;
}

.sidenav ul li a.nav-link:after,
.sidenav ul li a.nav-link:before {
    transition: all .5s;
}

.header .mobile_logo {
    width: 20vw;
    display: block;
    transition: all 0.5s;
    padding: 15px;
}

.header.fixed .mobile_logo {
    width: 18vw;
}

.sidenav ul li a.nav-link .bi::before {
    vertical-align: -.3em;
    transition: .5s;
}

.header-content {
    padding-bottom: 60px;
}
.header-content h1 {
    color: #fff;
}

.header-content p {
    color: #fff;
    font-size: 28px;
}


.sidenav ul li a.btn {
	padding: 9px 18px;
}

.header .green-logo {
    display: none;
}

.header.fixed .green-logo {
    display: block;
}

.header.fixed .main-logo {
    display: none;
}
.hero-section .hero-video-box {
    position: relative;
}
.hero-section .hero-video-box::before{
	content: '';
	position: absolute;
	bottom: 0;
    top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 1920 / 1006;
	background: url(../images/hero-overlay.png) no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
}


.hero-section .hero-video{
      width: 100%;
  aspect-ratio: 1920 / 1006;
}
.hero-caption{
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 630px;
}
.hero-caption h1 {
    background: -webkit-linear-gradient(45deg, rgb(78, 193, 255) 0%, rgb(236, 187, 37) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     position: relative;

  width: max-content;
}
.top-heading-img{
       
    display: inline-flex;
}
.top-heading-img::before {
    content: '';
    position: absolute;
    top: -70px;
    background: url(../images/top-heading-img-line.png) no-repeat;
    width: 100%;
    height: 100%;
    left: 25px;
}
.ai-icon {
    height: 80px;
    width: 80px;
    vertical-align: center;
    -webkit-text-fill-color: initial; /* icon ko transparent hone se bachane ke liye */
}
.hero-caption p{
    font-family: 'TT Norms Pro Medium', sans-serif;
}

.text-gradient{
      background: -webkit-linear-gradient(45deg, rgb(78, 193, 255) 0%, rgb(236, 187, 37) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  margin: auto;
}
.trusted-by {
	position: relative;
	padding: 20px 20px 100px;
	aspect-ratio: 1920 / 808;
	margin-top: -8px;
}
.trusted-by::before{
    	content: '';
	position: absolute;
	bottom: 0;
    top: 0;
	left: 0;
	width: 100%;
   
    background: url(../images/trusted-by-bg.png) no-repeat;
    background-size: 100% 100%;
	background-position: bottom;
    aspect-ratio: 1920 / 808;
    
}

.trusted-by-boxes .stream-card2 {
    background: linear-gradient(180deg, rgba(0, 129, 198, 1) 0%, rgba(0, 58, 116, 1) 100%),
    url(../images/stream-card-bg.png) no-repeat;
    background-size: cover, cover;
    background-position: center, center;
    color: #fff;
    aspect-ratio: 201 / 120;
    max-width: 201px;
    margin: 0;
    width: 100%;
}
.trusted-by h2{
    width: max-content;
}
.ai-powered-solutions h2{
    font-size: 80px;
    line-height: 1.2;
}
/*==============================
        AI BLOCK SECTION
===============================*/
.automotive-problems {
    margin-top: -15%;
    position: relative;
}
.ai-how-section{
    width:100%;
    position:relative;
}

.ai-block-row{
    display:flex;
    justify-content:center;
    gap:95px;
}

.ai-block-row.top{
    margin-bottom:2px;
}

.ai-block-row.bottom{
    margin-top:2px;
}


/* Flow */

.flow-line{
    width:100%;
    margin:0 auto;
    text-align:center;
}

.flow-line img{
    width:100%;
    display:block;
}


/* Block */

.ai-block {
    width: 340px;
    height: 327px;
}

.ai-block-bubble {
    position: relative;
    height: 100%;
        background: linear-gradient(180deg, #003A74, #002850);
        border-radius: 18px;
}

/* Header */

.ai-block-header{
    background:linear-gradient(157deg,#fff 2.92%,#90CAFA 99.74%);
    padding:22px 18px 18px;
    text-align:center;
}

.ai-block-header h3{
    margin:0;
    color:var(--themecolor1);
    font-size:30px;
    font-weight:700;
}


/* Body */

.ai-block-body{
   
    padding:20px;
    text-align:center;
}

.ai-block-body p{
    color:#fff;
    margin:0;
    font-size: 23px;
}


/* Rounded */

.ai-block.up .ai-block-header {
    border-radius: 18px 18px 0 0;
    padding-top: 40px;
}

.ai-block.up .ai-block-body{
    border-radius:0 0 18px 18px;
}

.ai-block.down .ai-block-body{
    border-radius:18px 18px 0 0;
    order:1;
    height: 100%;
}

.ai-block.down .ai-block-header{
    border-radius:0 0 18px 18px;
    order:2;
    padding-top: 40px;
}

.ai-block.down .ai-block-bubble{
    display:flex;
    flex-direction:column;
}


/* Tail */

.ai-block-tail{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-left:16px solid transparent;
    border-right:16px solid transparent;
}

.ai-block.up .ai-block-tail{
    bottom:-16px;
    border-top:16px solid #002850;
}

.ai-block.down .ai-block-tail{
    top:-16px;
    border-bottom:16px solid #002850;
}


/* Yellow Dot */

.ai-block-dot{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    z-index:5;
}

.ai-block.up .ai-block-dot{
    top:-60px;
}

.ai-block.down .ai-block-dot{
    bottom:60px;
}

.trusted-by-boxes .ecosystem-card {
    flex: 1 1 200px !important;
    max-width: 200px;
    /* background: #ecbb24; */
    border-radius: 18px;
    /* padding-top: 4px; */
    position: relative;
    border-top: solid 4px #ecbb24 !important;
    border-bottom: solid 2px #0081c6;
}

.trusted-by-boxes.ecosystem-main-row{
    flex-wrap: wrap;
    gap: 55px 20px;
    margin-top: 60px !important;
            justify-content: center;
}
.trusted-by-boxes .ecosystem-card::before{
    content: '';
    background: #ecbb24;
    width: 44px;
    height: 8px;
    border-radius: 200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

.segtabs{
  display:flex;
 background: #54C0F5;
background: linear-gradient(90deg,rgba(84, 192, 245, 1) 0%, rgba(236, 187, 36, 1) 100%);
  border-radius:999px;
  padding:4px;
  margin:0 auto 48px;
}
.segtabs .nav-link{
  flex:1;
  text-align:center;
  border:none;
  border-radius:999px;
  font-weight:700;
  font-size:30px;
  padding:12px 22px;
  color:#0d1b3d;
  background:transparent;
  transition: all .35s ease;
  width: 100%;
font-family: "gotham_narrowbold";
}

.segtabs .nav-link.active{
 background: #001B40;
background: linear-gradient(79deg,rgba(0, 27, 64, 1) 0%, rgba(0, 129, 198, 1) 100%);
  color:#fff;
}


.blue-linear-gradient{
   background: linear-gradient(0deg,rgba(0, 63, 121, 1) 0%, rgba(0, 129, 198, 1) 100%) !important;
}

.stream-card2.blue-linear-gradient {
    background: linear-gradient(0deg,rgba(0, 63, 121, 1) 0%, rgba(0, 129, 198, 1) 100%) !important;
    border-top: solid 7px #ecbb25 !important;
    border-radius: 30px !important;
    border: solid 2px #007FC3;
}

.feature-card{
  background: #FDFEFF;
background: linear-gradient(63deg,rgba(253, 254, 255, 1) 0%, rgba(144, 202, 250, 1) 100%);
  border-radius:18px;
  overflow:hidden;
  height:100%;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.feature-visual{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

/* .feature-img{
  
  width:auto;
  object-fit:contain;
} */

.badge-circle{
  width:38px;
  height:38px;
  position:relative;
  top:-19px;
  margin-left:22px;
}

.feature-body{
  padding:0 24px 24px;
  margin-top:-10px;
}
.feature-body h3{
  color:#0d1b3d;
  font-size:26px;
  font-weight:800;
  margin-bottom:8px;
}
.feature-body p{
  color:#6b7688;
  line-height:1.5;
  margin-bottom:0;
}

.tab-pane .row{
    gap: 24px 0;
}



footer .footer-logo{
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 193px;
    height: 193px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}


footer .footer-logo .footer-icon{
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
footer{
    position: relative;
background: #017BC0;
background: linear-gradient(180deg, rgba(1, 123, 192, 1) 0%, rgba(0, 66, 124, 1) 100%) !important;
    color: #fff;
    padding-top: 90px;
    border-top: 9px solid #ECBB25;
    overflow: visible;
}

.footer-icon li {
    display: flex;
    list-style: none;
    background: #ffffff !important;
    border-radius: 3px;
    margin-right: 15px;
    width: 43px !important;
    height: 43px !important;
    text-align: center;
}

.footer-icon li:hover {
    background: #003A74 !important;
}

.footer-icon li a {
    margin: auto;
}



.footer-links ul li{
list-style: none;
}

.footer-links ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #ffffff !important;
	line-height: 46px;
	font-weight: 300;
}

.footer-bottum-box {
	border-top: solid #7EB0D5 1px;
	padding: 14px 0px;
}
.footer-bottum-box a {
	margin-right: 18px;
	font-size: 16px !important;
}

.copyright{
    text-align: end;
}
.footer-contant a.btn_w {
	color: #002b57;
	border: solid 1px #002b57;
    font-weight: bold;
}

.footer-contant .active {
    color: #002b57;
    background: #ecbb24;
    border: solid 1px #ecbb24;
}

#myHeader .wwhite {
    filter: contrast(0%) brightness(2);
}
#myHeader.fixed .wwhite{
	filter: brightness();
}



@media only screen and (max-width: 1680px) {
.fs-81 {
    font-size: 40px;
}
.fs-27 {
    font-size: 18px;
}
.ai-icon {
    height: 50px;
    width: 50px;
}
    .sidenav a.nav-link {
        font-size: 1vw;
    }
    .header-content {
        padding-bottom: 40px;
    }

    .divaid {
        height: 5px;
        margin: 5px auto;
    }

    .ipadwidth{width: 200px; height: 200px; }
    .margin-200 {
        margin-top: -150px;
    }
    .margin-200-m {
        margin-top: -250px;
    }
	.container1{
    max-width: 1090px;
  }
  .automotive-problems {
    margin-top: -10%;
}
.ai-powered-solutions h2{
    font-size: 60px;
}
.top-heading-img::before {
    top: -35px;
    width: 150px;
    height: 100%;
        left: 20px;
        background-size: contain;
}
}

@media (min-width: 1400px) {
  .container1{
    max-width: 1090px;
  }
}
@media (max-width: 1380px) {
    .ai-powered-solutions h2{
    font-size: 50px;
}
    .trusted-by-boxes.ecosystem-main-row {
    gap: 55px 10px;
}
 .automotive-problems {
    margin-top:90px;
}
.trusted-by {
    padding: 20px 20px 0;
}
}
@media (max-width: 1260px) {
    .ai-powered-solutions h2{
    font-size: 40px;
}
.ai-block-row{
    flex-wrap:wrap ;
    gap: 90px 20px;
}
.ai-block-row.bottom{
    margin-top: 40px;
}
.ai-block {
    width: 45%;
    height: 250px;
}
.flow-line, .ai-block-tail{
    display: none;
}
}
@media (min-width: 1200px) {
  .container1{
    max-width: 1090px;
  }
}

@media only screen and (max-width: 1199px) {

    .header-content p {
        font-size: 22px;
    }

}


@media only screen and (max-width:991px) {	


footer {
    display: none;
}
 

 /*** Header Mobile Menu css ***/
 .header .mobile_logo {
    width: 232px;
    display: block;
    transition: all 0.5s;
    position: relative;
    z-index: 9999;
}

.header.fixed .mobile_logo {
    width: 232px;
    margin-top: 5px;
}

.amenitiesnewmenu .collapse:not(.show) {
    display: none;
}

.sidenav a.nav-link {
    font-size: 20px;
    line-height: 40px;
    padding: 5px 0;
    color: #000;
}

.sidenav ul li {
    padding: 15px 10px 0;
}

#myHeader.fixed.closableBannerVisible {
	padding: 8px 0;
	height: 62px;animation: all 0.3s;
}
.amenitiesnewmenu:hover .collapse:not(.show) {
    display: none !important;
}

#accordion {
    display: inline-block;
    text-align: left;
    float: left;
    width: 100%;
}

.sidenav ul li {
    display: flex;
    text-align: left;
    padding-left: 29px;
    flex-direction: column;
    align-items: start;
}

.sidenav {
    height: 75%; 
    width: 89%;
    position: fixed;
    z-index: 999;
     top: 100%;
    bottom: -100%;
    background-color: #FFF;
   
    transition: 0.5s;
    padding: 11px 1px;
    left: 0;
    right: 0;
    border-radius: 15px;
    z-index: 11;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.plus-minus-toggle {
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 19px;
    top: -7px;
    float: right;
    width: 51px;
}

.plus-minus-toggle::before{
	background: url(../images/menuarrow.svg);
	content: '';
	left: 12px;
	position: absolute;
	top: 33px;
	width: 19px;
	transition: transform 500ms ease;
	height: 16px;
	background-repeat: no-repeat;
}

.plus-minus-toggle[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

#mySidenav .bi.bi-chevron-down{ display: none;}


.myClass {
    /*! width: 100%; */
    bottom: 89px;
     top:inherit;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    /* width: 26px; */
    /* height: 30px; */
    position: relative;
    margin: 2px 4px 2px 0;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

.close {
    opacity: 1;
	width:26px;
	position:relative;
	height: 25px;
	margin-right:6px;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 35px;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.dropdwoen-sec {
    width: 100%;
    position: inherit;
    left: 0px;
    top: 2px;
    padding: 0px 0px;
    box-shadow: inherit;
    margin: 0;
}

#nav-icon4.open span {
    background: #fff;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
    width: 27px;
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    width: 27px;
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.mob-nav-booknow {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

#linkid {
 position: relative; 
}
#myHeader.fixed .w-250.mobilelogo {   
    filter: brightness();
}
#myHeader .w-250.mobilelogo {   
    filter: contrast(0%) brightness(2);
}


/*--End-Mobile Menu----*/
.mobile_logo.myClass .main-logo {
    display: block;
}

.mobile_logo.myClass .green-logo {
    display: none;
}

.main-sec-h1 .w-50 {
    width: auto !important;
}

.fixed .sidenav a.nav-link {
    color: #000;
}

.mobmenufixed {
	border: 1px solid #FFE89F;
	border-radius: 50px;
	padding: 5px 6px 5px 21px;
	bottom: 10px;right: 0;
    left: 0;
	position: fixed;
	z-index: 11;
	background: linear-gradient(121deg, rgba(236,187,36,1) 0%, rgba(236,187,36,1) 100%);

}
.w-90{width: 90%; margin: auto;}
.heambermenu{background: #002B57; border-radius: 50px; padding: 8px 18px;}

}
@media only screen and (max-width:768px) {
    .top-heading-img::before{
        display: none;
    }
    .ai-block {
    width: 55%;
    height: 250px;
}
 .hero-section .hero-video-box{
    min-height: 480px;
  }
  .hero-section .hero-video{
    height: 480px;
    aspect-ratio: unset;
    object-fit: cover;
  }
  .hero-section .hero-video-box::before{
    height: 487px;
    aspect-ratio: unset;
  }
}
@media only screen and (max-width:575px) {
 .ai-block {
    width: 90%;
    height: 270px;
}
    .footer-icon ul {
      justify-content: center;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-links {
        text-align: center;
    }
    .footer-links ul li a {
        font-size: 16px;
        line-height: 34px;
    }
    .copyright {
        text-align: center;
        font-size: 13px;
    }
    .footer-bottum-box {
        padding-bottom: 90px;
    }
    .dropdwoen-sec ul li a {
        font-size: 18px;
        line-height: 33px;
        font-weight: 300;
    }
  

    body { 
        padding-bottom: 79px;
    }
  

}

@media only screen and (max-width:475px) {
    .header-content p {     
        width: 98%;
    }

}

.motordna-section{
  background: linear-gradient(135deg,#04122e 0%,#071b3f 60%,#0a2454 100%);
}
.motordna-title{
  color:#fff;
  font-weight:700;
  font-size:2.4rem;
}
.dna-highlight{
  background: linear-gradient(90deg,#5cc8f5,#f3d34a);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.motordna-panels{
  display:flex;
  gap:0;
  height:520px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,209,102,.4);
}
.dna-panel{
  position:relative;
  flex:1;
  min-width:70px;
  cursor:pointer;
  overflow:hidden;
  transition:flex 0.6s ease;
}
.dna-panel.active{
  flex:6;
  cursor:default;
}
.dna-panel-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transition:opacity .4s ease;
}
.dna-panel-bg::before{
    content: '';
    background: rgb(0 58 116 / 70%);
    position:absolute;
    top: 0;
    left: 0;

}
.dna-panel-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity .4s ease;
}
.dna-panel.playing-video .dna-panel-video{ opacity:1; }
.dna-panel.playing-video .dna-panel-bg{ opacity:0; }
.dna-panel-overlay{
  position:absolute;
  inset:0;
 background: linear-gradient(180deg,rgba(0, 27, 64, 0) 0%, rgba(0, 28, 67, 1) 100%);
}
.dna-panel-label{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%) rotate(180deg);
  writing-mode:vertical-rl;
  color:#fff;
 font-family: 'gotham_narrowblack';
  font-size:24px;
  letter-spacing:.5px;
  z-index:2;
  transition:opacity .3s ease;
  height: max-content;
}
.dna-panel.active .dna-panel-label{
  opacity:0;
  pointer-events:none;
}
.dna-panel-content{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:32px;
  z-index:2;
  color:#fff;
  opacity:0;
  transform:translateY(20px);
  transition:opacity .4s ease .15s, transform .4s ease .15s;
}
.dna-panel.active .dna-panel-content{
  opacity:1;
  transform:translateY(0);
}
.dna-panel-content h3{
  color:#f3d34a;
  font-weight:700;
  margin-bottom:8px;
}
.dna-btn{
  background:#1f7ae0;
  color:#fff;
  border-radius:24px;
  padding:8px 20px;
  font-weight:600;
}
.dna-btn:hover{
  background:#1665c1;
  color:#fff;
}
@media (max-width:768px){
    .motordna-section{
        padding: 20px;
    }
  .motordna-panels{ flex-direction:column; }
  .dna-panel{ height:70px; min-width:auto; }
  .dna-panel.active{ height:420px; }
 .dna-panel-label {
    writing-mode: horizontal-tb;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    width: max-content;
}
  .dna-panel.active .dna-panel-label{ display:none; }
  .segtabs .nav-link {
    font-size: 16px;
    padding: 12px 22px;
}

.segtabs {
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    padding: 10px;
}
.automotive-problems .s-icon img{
    width: 80px;
}
.ai-how-section .ai-block-dot img{
    width: 60px;
}
.ai-block.up .ai-block-dot {
    top: -30px;
}
.ai-block.down .ai-block-dot {
    bottom: 55px;
}
.ai-block-header h3 {
    font-size: 24px;
}
.ai-powered-solutions{
    padding: 20px 20px;
}
.ai-powered-solutions h2 {
    font-size: 28px;
}
.automotive-problems{
    padding: 20px;
}
.fs-81 {
    font-size: 28px;
}
.ai-icon {
    height: 30px;
    width: 30px;
}
.fs-27 {
    font-size: 12px;
}
}
.tabing-outer-box{
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.tabing-outer-box::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    background-image: url('../images/men.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.tabing-outer-box .container{
    position: relative;
    z-index: 1;
}

@media (max-width: 991px){
    .tabing-outer-box::before{
        width: 180px;
        opacity: 0.25;
    }
}

@media (max-width: 768px){
  .tabing-outer-box{
padding: 10px 20px;
  }
}
@media (max-width: 576px){
    .tabing-outer-box::before{
        display: none;
    }
}
.cta-section{
    padding: 60px 0;
}
.cta-box {
    position: relative;
    background: radial-gradient(120% 160% at 50% 0%, #1e5fa8 0%, #0a2f66 55%, #071d47 100%);
    background-image: url('../images/cta-bg-pattern.png'), radial-gradient(120% 160% at 50% 0%, #1e5fa8 0%, #0a2f66 55%, #071d47 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 24px;
    border-top: 5px solid #f3d34a !important;
    padding: 48px 24px;
    text-align: center;
    border: solid 2px #0081c6;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

.cta-title{
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}

.cta-subtext{
    color: #d7e3f7;
    max-width: 640px;
    margin: 0 auto 28px;
}

.cta-actions{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}


@media (max-width: 768px){
     .cta-section{
        padding: 60px 20px 150px;
    }
 
}
@media (max-width: 576px){
    .cta-title{ font-size: 1.6rem; }
    .cta-actions{ flex-direction: column; }
    .cta-actions .btn{ width: 100%; }
    .cta-section{
        padding-bottom: 50px;
    }
}
.mob-nav-booknow .text-btn{
    font-weight: bold; 
    color: #fff;
    text-decoration: none;
}
.fixed .mob-nav-booknow .text-btn{
  
    color: #000000;
}
