.overlayLoading {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(28 28 28 / 70%);
    z-index: 999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #333;
}


.overlayLoading .containerLoder {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overlayLoading img {
    width: 350px;
    border-radius: 10px;
}

@media screen and (min-width: 320px) and (max-width: 1600px) {

    .overlayLoading img,
    .overlayLoadingBlack img {
        width: 200px;
        border-radius: 10px;
    }
}


p,
ul {
    font-family: var(--font-family-title);
    color: var(--gray);
}

header {
    position: relative;
    z-index: 99;
}

.topHeader {
    background: linear-gradient(180deg, #090D32 0%, #0A2447 51.12%, #2A0428 100%);
    /* height: 100vh; */
    background-size: cover;
    background-position: bottom center;
    padding: 30px 0px;
    position: relative;
    font-family: var(--font-family-title);
    overflow: hidden;
}

.topHeader .contIn {
    width: 75%;
    margin: 0 auto;
}

.topHeader .sctionTitle {
    line-height: 68px;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin: 8px 0px 15px 0px;
}

.slider-img {
    position: relative;
    bottom: -30px;
}

.slider-img img {
    max-width: 100%;
    height: auto;
    border-radius: 40px 40px 0px 0px;
}

.topHeader .seccontent {
    font-size: 22px;
    line-height: 30px;
    color: var(--light2);
    margin: 20px 0px 15px 0px;
    font-weight: 300;
}

.topHeader .seccontent ul {
    padding-left: 0px;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.topHeader .seccontent ul li {
    color: #F0F0F0;
    font-size: 14px;
    float: left;
    margin: 0px 10px;
    line-height: 16px;
}

.topHeader .seccontent ul li i {
    font-size: 14px;
}

.topHeader .btnCont {
    margin: 0px 0px 8px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.bgDifferentiators {
    padding-bottom: 4rem;
    padding-top: 1rem;
}

.bgDifferentiators h2 span {
    background: linear-gradient(271deg, #FEC063 0%, #E285CB 51.12%, #A84EFD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.max-Width-1050 {
    max-width: 1100px;
    width: 100%;
}

.max-Width-1150 {
    max-width: 1150px;
    width: 100%;
}

.diffBoxCol {
    box-shadow: 1px 1px 15px #0000001c;
    border-radius: 15px;
    background-color: var(--white);
}

.differentiatorsBox {
    font-family: var(--font-family-title);
    padding: 34px 35px;
    box-shadow: 1px 13px 15px #0000001c;
    border-radius: 15px;
    background-color: var(--white);
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px;
    transition: 0.6s ease-in-out;
}

.differentiatorsBox img {
    background: #E8EFFF;
    width: 18%;
    border-radius: 10px;
    padding: 6px;
    margin-bottom: 14px;
}

.differentiatorsBox h4 {
    font-size: 18px;
    font-weight: 600;
    max-width: 84%;
    line-height: 26px;
    color: #3F3F3F;
}

.differentiatorsBox p {
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--gray);
    font-family: var(--font-family-title);
}

.differentiatorsBox a {
    font-size: 15px;
    font-weight: 500;
}

.differentiatorsBox a i {
    position: relative;
    top: 2px;
    font-size: 18px;
}

/* .differentiatorsBox:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
} */
.differentiatorsBox:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
    /* transform: rotate(-8deg); */
    transform: translateY(-5px);
    background-color: var(--gray-dark);
}

.differentiatorsBox:hover img {
    background: var(--white);
}

.differentiatorsBox:hover h4,
.differentiatorsBox:hover p {
    color: var(--white);
}

.differentiatorsBox:hover a {
    color: rgb(114, 187, 255);
}

.happyCustomer {
    /* padding-bottom: 18rem;
    padding-top: 7rem;
    background-color: #2B2B2B;
    color: #fff;
    margin-bottom: 4rem;
    position: relative; */

    color: #fff;
    padding: 5rem 0px 5rem 0px;
    background: #333;
}

.happyCustomer .leftIcon {
    background: #fff;
    width: 60px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: 26px 10px 10px 30px;
    float: left;
}

.happyCustomer .leftIcon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px dotted #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.happyCustomer .leftIcon img {
    margin-top: 18px;
}

.happyCustomer .rightContent {
    float: right;
    width: 65%;
    padding-left: 20px;
    position: relative;
}

.happyCustomer .rightContent::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: 78%;
    background: #606060;
}

.happyCustomer .rightContent h3 {
    font-size: 30px;
}

.happyCustomer .rightContent h5 {
    font-size: 18px;
}

.happyCustomer .rightContent p {
    color: #C0C0C0;
    font-size: 12px;
}

.featuredCar {
    padding-bottom: 4rem;
    padding-top: 1rem;
    position: relative;
    margin-top: -17rem;
}

.primaryFleetInfo {
    /* z-index: 9; */
    position: relative;
    border-radius: 8px;
    margin-top: 4rem;
    transition: 0.5s;
    position: relative;
    box-shadow: 0px 9px 10px 0px #00000024;
    border: 1px solid var(--white);
    overflow: hidden;

}

.primaryFleetInfo .carName {
    padding: 0px 10px;
    margin-top: 1rem;
    text-align: left;
}

.triangle-flip-vertical {
    width: 100%;
    height: 193px;
    overflow: hidden;
    transform: rotateX(180deg);
}

.triangle-flip-vertical svg {
    width: 100%;
    height: 100%;
    display: block;
}

.triangle-flip-vertical svg .shape-fill {
    fill: #ffffff;
}

.featuredCar .container {
    margin-top: -7rem;
}

.tabSection {
    padding-left: 0;
    list-style: none;
}

.tabSection li {
    display: inline-block;
    margin: 10px 15px;
}

.tabSection .countryWiseData {
    display: inline-block;
    margin: 10px 12px;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 10px 20px;
    font-weight: 500;
    transition: .5s;
    text-align: center;
    font-family: var(--font-family-title);
    box-shadow: 1px 1px 5px #0000001f;
    border-radius: 20px;
}

.tabSection li a {
    border-radius: 30px;
    background: #F6F6F6;
    padding: 10px 25px;
    box-shadow: 1px 1px 5px #0000001f;
    font-weight: 600;
    color: #3E3E3E;
    font-family: var(--font-family-title);
    text-transform: none;
    transition: 0.5s;
    display: block;
}

.tabSection li a:hover {
    background: linear-gradient(92deg, #003781 0%, #5a0056 100%);
    color: #fff;
}

.primaryFleetInfo h2 {
    font-weight: 600;
    font-size: 20px;
    font-family: var(--font-family-title);
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.primaryFleetInfo .fleetTag {
    border-top: 1px solid #00000026;
    padding: 12px 0px;
}

.primaryFleetInfo .fleetTag ul {
    padding-left: 0;
    list-style: none;
}

.primaryFleetInfo .fleetTag ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #000;
    font-family: var(--font-family-title);
}

.primaryFleetInfo .fleetTag ul li img {
    width: 22px;
    opacity: 1;
}

.primaryFleetInfo .fleetPriceInfo {
    font-family: var(--font-family-title);
    padding: 12px 16px;
    background: #EFEFEF;
    position: relative;
    border-radius: 5px;
    transition: 0.5s;
    margin-bottom: 15px;
    line-height: 20px;
}

.primaryFleetInfo .fleetPriceInfo .priceDiscounted {
    color: var(--discPrice);
    font-size: 14PX;
    position: relative;
}

.primaryFleetInfo .fleetPriceInfo p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 17px;
}

.primaryFleetInfo .fleetPriceInfo .currencyLower {
    font-weight: 600;
    font-size: 16px;
}

.primaryFleetInfo .fleetPriceInfo p .perMonth {
    font-size: 12px;
    margin-left: -4px;
    font-weight: 600;
}

.primaryFleetInfo .btn-fleet-select {
    background: #fff;
    padding: 8px 34px;
    font-size: 17px;
    font-weight: 600;
    margin: 10px 10px 10px 10px;
    text-transform: capitalize !important;
    color: #027EFB;
    box-shadow: none;
    border: 2px solid #027EFB;
}

.primaryFleetInfo .fleetPriceInfo a {
    position: absolute;
    right: 5px;
    bottom: 3px;
    transition: 0.5s;
}

.primaryFleetInfo:hover,
.primaryFleetInfo.active {
    border: 1px solid var(--primary);
    box-shadow: 0px 9px 10px 0px #027efb90;
}

.ourKeypoints {
    padding-top: 4rem;
    position: relative;
    z-index: 1;
}

.circleBgPoints {
    margin-top: 4rem;
    padding-bottom: 8rem;
}

.ourKeypoints:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../images/bgCircle.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.keypoint-grid {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 50px;
    margin: 0 auto; */
}

.keypoint-card .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    background: #ffffff;
    padding: 10px;
    border-radius: 50%;
}

.keypoint-card h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}

.keypoint-card p {
    font-size: 12px;
    color: var(--gray);
}

.keypoint-card h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}

/* .fearuresSpacIcon1{
    margin-top: 11rem;
}

.fearuresSpacIcon2{
    margin-top: -1rem;
    position: relative;
    left: -25px;
}

.fearuresSpacIcon3 {
    margin-top: -1rem;
    position: relative;
    left: 35px;
}
.fearuresSpacIcon4{
    margin-top: 11rem;
} */

.centreImg {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
}

.centreImg img {
    max-width: 100%;
    height: auto;
}

/* 
.howItWorks{
    background:#333
} */

.howItWorks {
    padding-bottom: 15rem;
    padding-top: 5rem;
    background-color: #2B2B2B;
    color: #fff;
    margin-bottom: 4rem;
    position: relative;
}

.howItWorks h2 {
    /* padding-top: 8rem; */
}

.work-card {
    text-align: center;
    margin-top: 2rem;
}

.work-card h3 {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 3px;
}

.work-card .imgIconHow {
    background: #454545;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
}

.work-card .imgIconHow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px dashed #727272;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.work-card img {
    width: 51px;
    padding-top: 24px;
}

.work-card p {
    font-size: 12px;
    color: #C0C0C0;
}

.faqWrap {
    background: #F5F7F9;
    padding: 5rem 0px 4rem 0px;
}

.outerFaq .accordion-item {
    background-color: #fff;
    border: 1px solid transparent;
    margin: 20px 0;
    box-shadow: 0 5px 10px #00000017;
    border-radius: 10px;
    overflow: hidden;
    transition: ease-in-out all .3s;
}

.outerFaq .accordion-item:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.outerFaq .accordion-header {
    margin-bottom: 0;
}

.outerFaq .accordion-button {
    font-weight: 600;
    padding: 4px 15px;
}

.outerFaq .accordion-body p {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 0;
}

.locationAcrossWorld {
    padding: 5rem 0px 5rem 0px;
}

#locationCountry .grid-item,
#locationWorld .grid-item {
    width: 252px;
    margin: 0px 5px 10px;
    display: inline-block;
}

.tile {
    /* display: none; */
    position: relative;
    /* height: 100%; */
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tile:before {
    content: '';
    position: absolute;
    left: 0;
    opacity: 0.6;
    width: 100%;
    bottom: 0px;
    height: 74%;
    background-image: linear-gradient(359deg, #000000 0%, #0462d400 95%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tile img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

.tile .overlayTextImg {
    position: absolute;
    width: 100%;
    bottom: 5px;
    padding: 0px 15px;
    opacity: 0.6;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tile .overlayTextImg h2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
}

.tile:hover:before {
    display: block;
    opacity: 0.9;
}

.downloadAppSection {
    position: relative;
}

.downloadAppSection:after {
    content: '';
    position: absolute;
    top: -55px;
    left: 0px;
    background-image: url(../images/donloadAppBg.webp);
    background-position: right;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    z-index: -1;
}

.downloadInfo h2 {
    font-weight: 700;
}

.downloadAppSection a {
    display: block;
    margin: 20px 0px;
}

.qrCode {
    position: relative;
}

.qrCode:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 93%;
    right: 20px;
    top: 6px;
    background: linear-gradient(180deg, #CBCBCB 0%, #ffffff 51.12%, #CBCBCB 100%);
}

.downloadAppSection a {
    display: block;
    margin: 13px 0px;
    padding-right: 55px;
}

.qrCode a {
    margin: 0px !important;
}

.appBtn a img {
    width: 150px;
}

.mobileImg img {
    width: 350px;
}

.downloadInfo {
    margin-top: 6rem;
}

.qrCode:after {
    content: 'OR';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #CBCBCB;
    right: 0px;
    top: 46px;
    border: 1px solid #d3d3d3;
    color: #333;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
}

.appBtn {
    padding-left: 20px;
}

.downloadInfo h2 {
    font-weight: 600;
}

.downloadInfo h2 .fisrtWord {
    color: #2E4BA4;
}

.downloadInfo h2 .secondWord {
    color: #171D56;
}

.downloadSection {
    padding: 20px 40px;
    text-align: center;
    font-family: var(--font-family-title);
    color: var(--gray);
    margin: 20px 0px 1px 0px;
}

.downloadSection .secTitle {
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
    line-height: 24px;
}

.downloadSection .secDesc2 {
    font-size: 16px;
    color: #6C6C6C;
    margin: 0px 0px 20px 0px;
    line-height: 20px;
}

.downloadSection .actionBtn .btn {
    background-color: var(--white);
    padding: 16px 25px;
    border-radius: 100px;
    position: relative;
    font-size: 18px;
    transition: 0.5s;
    line-height: 20px;
    font-family: var(--font-family-title);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    border: 1px solid var(--light2);
    text-transform: unset;
}

.downloadSection .actionBtn .btn.callBtn {
    box-shadow: 0px 3px 12px #0065D34A;
    color: var(--primary);
    border: 1px solid #C3E0FF;
}

.downloadSection .actionBtn .btn.whatsappBtn {
    box-shadow: 0px 3px 12px #15B4004F;
    color: var(--success);
    border: 1px solid #C4F8BD;
}

.downloadSection .actionBtn .btn.callBtn:hover {
    box-shadow: 0px 3px 12px #0065D34A;
    color: #fff;
    background: var(--primary);
}

.downloadSection .actionBtn .btn.whatsappBtn:hover {
    box-shadow: 0px 3px 12px #15B4004F;
    color: #fff;
    background: var(--success);
    ;
}

.downloadSection .qrCode {
    background-size: cover;
    padding: 0;
    width: 120px;
    height: 120px;
    margin: 0px 40px 0px 0px;
    border-radius: 8px;
    background: url(../images/qrCodeBg.png) no-repeat;
    float: right;
}

.downloadSection .qrCode img {
    border-radius: 8px;
    padding: 5px;
    float: left;
    width: 113px;
}

.downloadSection .downloadBtns {
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.downloadSection .downloadBtns img {
    width: 130px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #4A4949;
    border-bottom: 4px solid #4A4949;
    border-radius: 10px;
}

.downloadSectionModal .qrCode:before {
    right: -40px;
}

.downloadSectionModal .qrCode:after {
    right: -60px;
}

.downloadSectionModal .secTitle {
    margin: 0px 0px 5px 0px;
}

.downloadSectionModal {
    padding: 20px 0px;
}

.primaryFleetInfo .fleetPriceInfo .priceDiscounted:after {
    position: absolute;
    top: calc(50% - 1px);
    left: -5px;
    display: block;
    width: 110%;
    height: 2px;
    content: "";
    background: var(--discPrice);
    transform: rotate(355deg);
    transform-origin: center;
    z-index: 1;
    opacity: 0.8;
}

.downloadSectionModal .secDesc2 {
    font-size: 14px;
}

.downloadInfo h2 .fisrtWord {
    color: #2E4BA4;
}

.downloadInfo h2 .secondWord {
    color: #171D56;
}

.downloadInfo h2 {
    font-weight: 700;
}


/* testimonials */
.testimReviewWrap {
    position: relative;
    /* z-index: 1; */
    background: #333333;
    padding: 60px 0px 30px 0px;
}

.testimReviewCarousel {
    padding: 0px 10px;
}

.testimReviewCarousel .slick-slide {
    margin: 0 20px;
    font-size: 16px;
    font-family: var(--font-family-title);
    text-align: left;
    /* background-color: yellow;
    border: 1px dashed red; */
    height: auto;
}

.testimReviewCarousel .slick-slide .quoteIcon {
    width: 100%;
    margin: 0px 0px 2px 0px;
}

.testimReviewCarousel .slick-slide .quoteIcon img {
    width: 20px;
}

.testimReviewCarousel .slick-slide h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px 0px 0px;
}

.testimReviewCarousel .slick-next:before {
    content: "\f6fd";
}

.testimReviewCarousel .slick-prev:before {
    content: "\f6fb";
}

.testimReviewCarousel .slick-prev:before,
.testimReviewCarousel .slick-next:before {
    font-family: tabler-icons !important;
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: var(--gray-lighter2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimReviewWrap .section-title {
    color: var(--light2);
}

.testimReviewWrap .wreathicon {
    width: 100px;
    height: 60px;
    position: relative;
    text-align: center;
    padding: 0px;
    margin: 0px auto;
}

.testimReviewWrap .companyRatingTitle {
    font-size: calc(1.5rem + 0.6vw);
    line-height: calc(1.5rem + 0.9vw);
    position: absolute;
    top: 0;
    padding: 0px 0px;
    width: 100%;
    font-weight: 700;
    color: var(--white);
}

.testimReviewWrap .wreathicon img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.testimReviewWrap .companyRatingSubTitle {
    color: var(--light2);
    font-size: 16px;
    margin: 0px 0px 25px 0px;
    font-weight: 300;
}

.testimReviewWrap .companyRating {
    color: var(--warning);
    font-size: 26px;
    margin: 0px 0px 0px 0px;
    line-height: 28px;
}

.testimReviewCarousel .slick-slide .clientstarRating {
    color: var(--warning);
    font-size: 14px;
    margin: 5px 0px 10px 0px;
}

.testimReviewCarousel .clientReview {
    border: 1px solid var(--black);
    padding: 25px 30px;
    border-radius: 10px;
    position: relative;
    background: var(--white);
    box-shadow: 0 0px 25px #1a1a1a;
    text-align: left;
    height: 100%;
}

.testimReviewCarousel .slick-track {
    display: flex;
}

.clientReview p {
    color: #6d6d6d;
    font-size: 14px;
    /* height: 60px; */
    margin-top: 10px;
}

.testimReviewCarousel .clientReview .time {
    font-size: 12px;
    color: var(--gray-disable);
    height: auto;
}