.sectionIndex,
.ourClientle,
.ourBrand,
.introSectionLeft,
.introSectionRightImg,
.testimonilasWrap,
.ourTopBrands {
    padding: 40px 0px;
}

.ourBrand {
    background: var(--light);
}


/* .testimonilasWrap {
margin: 40px 0px;
} */


/* body {
font-family: var(--font-family-title);
font-size: 16px;
color: var(--var(--black));
font-weight: 400;
} */

.bodyFixWidth,
.sectionFixWidth {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.spaceCustom {
    height: 40px;
}

.topHeader {
    background-color: #fafafa;
    padding: 30px 0px;
}

.topHeader .leftContent {
    padding-right: 5px;
}

.topHeader .leftContent h1 {
    /* font-size: 42px; */
    font-size: calc(2rem + 0.6vw);
    line-height: calc(2.2rem + 0.6vw);
    font-family: var(--font-family-title);
    font-weight: 600;
    margin: 100px 0px 30px 0px;
    color: var(--black);
}

.topHeader .leftContent h1.mt-top {
    margin-top: 30px;
}

.topHeader .leftContent .description {
    font-size: 16px;
    line-height: 20px;
    font-family: var(--font-family-body);
    color: var(--gray);
    margin: 20px 0px 30px 0px;
}

.topHeader .leftContent .contactCont .contactField {
    position: relative;
    border-color: #A1A1AA;
    padding: 13px 15px 13px 15px;
    border-radius: 10px;
    width: 100%;
}

.innerFields {
    margin: 0px 5px 10px 0px;
}

.expandForm .cust-w-100 {
    width: auto
}

.expandForm .contactCont .contactField {
    width: 27%;
}

.topHeader .leftContent .contactCont {
    margin: 10px 0px;
    width: 100%;
    position: relative;
}

.topHeader .sendLabel {
    display: none;
}

.expandForm .sendLabel {
    display: block;
}

.expandForm .contactBtn img {
    display: none;
}

.expandForm .contactBtn {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
}

.expandForm {
    position: relative;
}

.errorCls {
    font-size: 14px;
    /* position: absolute; */
    top: -4px;
    position: relative;
}

.topDetailsForm {
    width: 55%;
    position: relative;
    transition: width 0.7s;
}

.topDetailsForm .cust-w-100 {
    width: 100%;
}

.topDetailsForm .expandFields {
    display: inline-flex;
    width: 100%;
}

.topDetailsForm .expandFields {
    display: inline-flex;
    flex-direction: column;
}
.topDetailsForm .showAfterExpand {
    transition: 0.5s;
    transition: opacity .15s linear;
    display: none;
    visibility: hidden;
    opacity: 0;
}

.expandForm {
    width: 55%;
}

.expandForm .showAfterExpand {
    transition: 0.5s;
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 12px;
}

.topHeader .leftContent .contactCont .contactBtn {
    position: absolute;
    right: 7px;
    top: 6px;
    padding: 6px 20px;
    border-radius: 5px;
}

.topHeader .leftContent .countSection {
    width: 100%;
    padding: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 40px 0px 20px;
    /* align-items: center; */
}

.topHeader .leftContent .countSection .count-item {
    padding: 0px 0px 0px 0px;
    position: relative;
    font-family: var(--font-family-title);
    /* display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px; */
    display: block;
}

.topHeader .leftContent .countSection .count-divide {
    padding: 0px 30px 0px 30px;
    position: relative;
}

.topHeader .leftContent .countSection .count-item .sectionTitle {
    /* width: 60%; */
    margin: 0px;
}

.topHeader .leftContent .countSection .count-item .sectionDesc {
    /* width: 40%; */
    margin: 0px;
}

.topHeader .leftContent .countSection .count-item .sectionTitle h3 {
    font-size: 28px;
    color: var(--black);
    line-height: 34px;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 600;
}

.topHeader .leftContent .countSection .count-item .sectionTitle h3 small {
    font-size: 24px;
    font-weight: 400;
    color: var(--light2);
}

.topHeader .leftContent .countSection .count-item .sectionDesc p {
    font-size: 18px;
}

.topHeader .rightContent {
    padding-left: 0px;
}

.BannerSection {
    padding: 7rem 0px 5rem 0px;
}

.bookingForm {
    padding: 120px 0px 0px 0px;
    margin-top: -100px;
}

.grayColor {
    color: var(--discPrice);
}

.dropdown_category {
    width: 870px;
}

.categorySelection {
    width: 320px;
}


/* imp points listing */

ul.imp-points {
    margin: 25px 0px;
    padding: 0px;
    clear: both;
    font-family: var(--font-family-title);
}

ul.imp-points li {
    margin: 12px 0px 10px 0px;
    position: relative;
    color: var(--gray-text);
    padding-left: 0;
    list-style: none;
    clear: both;
    display: inline-flex;
}

ul.imp-points li:before {
    position: absolute;
    width: 64px;
    height: 64px;
}

ul.imp-points li .imgTips {
    position: relative;
    /* width: 22%; */
    width: 50px;
    height: 70px;
    text-align: center;
    line-height: 44px;
    margin-right: 30px;
    z-index: 1;
}

ul.imp-points li .imgTips:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #ECF5FF;
    z-index: -1;
    border-radius: 6px;
}

ul.imp-points li .imgTips img {
    width: 32px;
}

ul.imp-points li .introPara {
    /* width: 89%;
margin-right: 15rem; */
    width: 90%;
    margin-right: 0;
}

ul.imp-points li h5 {
    color: #000;
    font-weight: 600;
}

ul.imp-points li p {
    color: #6D6D6D;
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
}

.introMicroLease img {
    /* border-top-right-radius: 10px;
border-bottom-right-radius: 10px; */
    border-radius: 10px;
}

.introSectionRightImg ul.imp-points li .introPara {
    margin-right: 0;
}

.introSectionRightImg ul.imp-points li p {
    margin-right: 0;
}

.introSectionRightImg .introMicroLease img {
    /* border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px; */
    border-radius: 10px;
}

.introSectionRightImg .luxuryCars img {
    border-radius: 10px;
}

.introSectionRightImg .sectionPara {
    padding-left: 15rem;
}

.imgCorporateSection {}

.imgCorporateSection img {
    border-radius: 10px;
}

.paraCorporateSection {
    font-family: var(--font-family-title);
}

.paraCorporateSection ul {
    list-style: none;
}

.paraCorporateSection ul li {
    margin-bottom: 30px;
    list-style-type: none;
}

.paraCorporateSection ul li h5 {
    font-weight: 600;
    margin-bottom: 16px;
}

.paraCorporateSection ul li p {
    font-size: 16px;
    color: #3E3E3E;
}

.locationInUkWrap {
    font-family: var(--font-family-title);
}

.locationInUkWrap .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    background: #F6F6F6;
    margin: 0px 12px;
    padding: 10px 25px;
    box-shadow: 1px 1px 5px #0000001f;
    font-weight: 600;
    color: #3E3E3E;
    font-family: var(--font-family-title);
}

.locationInUkWrap .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-image: linear-gradient(135deg, #631BE1 0%, #0462D4 100%);
    box-shadow: 1px 1px 5px #00000091;
    color: #fff;
}

.gallerySectionAcrossUk {
    font-family: var(--font-family-title);
}

.gallerySectionAcrossUk .relativeImgBox {
    position: relative;
    /* height: 100%; */
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.gallerySectionAcrossUk .relativeImgBox:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 74%;
    background-image: linear-gradient(359deg, #000000 0%, #0462d400 95%);
}

.gallerySectionAcrossUk .overlayTextImg {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0px 15px;
    color: #fff;
}

.gallerySectionAcrossUk .overlayTextImg h2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
}

.gallerySectionAcrossUk .overlayTextImg p {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
}

.brandDiv ul {
    padding-left: 0;
    list-style: none;
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 0;
}

.brandDiv ul li {
    display: inline-block;
    width: 13%;
    margin: 0px 15px;
    margin-bottom: 10px;
}

.brandDiv ul li a {
    transition: ease-in-out all 0.3s;
}

.brandDiv ul li a img {
    /* max-width: 100%; */
    height: auto;
    filter: grayscale(1);
    transition: ease-in-out all 0.3s;
    width: 40px;
    min-width: 40px;
    height: 40px;
    max-height: 40px;
}

.brandDiv ul li a .brandName {
    color: #a5a5a5;
}

.brandDiv ul li a:hover img {
    filter: grayscale(0);
}

.outerFaq {
    font-family: var(--font-family-title);
}

.outerFaq .accordion-item {
    background-color: #fff;
    border: 1px solid transparent;
    margin: 20px 0px;
    box-shadow: 0px 5px 10px #00000017;
    border-radius: 6px;
    overflow: hidden;
    transition: ease-in-out all 0.3s;
}

.outerFaq .accordion-item:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.outerFaq .accordion-button {
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    padding: 12px 16px;
}

.outerFaq .accordion-button:not(.collapsed) {
    color: #0286FF;
    background-color: #fff;
    box-shadow: none;
    padding-bottom: 0;
}


/* .outerFaq .activeFaq {
border: 1px solid #0286FF;
box-shadow: 1px 1px 10px #0286ff4d;
} */

.outerFaq .accordion-item:has(.show) {
    border: 1px solid #0286FF;
    box-shadow: 1px 1px 10px #0286ff4d;
}

.outerFaq .accordion-body p {
    color: #6D6D6D;
    font-size: 15px;
}

.ourTopBrands {}

.ourTopBrands ul {
    padding-left: 0;
    list-style: none;
    margin-top: 4rem;
}

.ourTopBrands ul li {
    display: inline-block;
    width: 12%;
    margin: 0px 20px 25px 0px;
    background: #F3F3F3;
    border-radius: 6px;
    padding: 12px 0px 8px 0px;
    text-align: center;
    min-height: 85px;
    height: auto;
}

.ourTopBrands ul li a {
    position: relative;
    text-decoration: none;
}

.ourTopBrands ul li a p {
    color: #282828;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 10px 5px 10px;
}

.ourTopBrands ul li a img {
    max-width: 100%;
    min-height: 13px;
    max-height: 25px;
}

.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;
}

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

.qrCode {
    position: relative;
}

.qrCode:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    background: #c9c9c9;
    right: 60px;
    top: 25px;
}

.downloadAppSection a {
    display: block;
    margin: 20px 0px;
}

.downloadInfo {
    padding-top: 10rem;
}

.downloadInfo h2 {
    font-weight: 700;
}

.downloadInfo h2 .fisrtWord {
    color: #2E4BA4;
}

.downloadInfo h2 .secondWord {
    color: #171D56;
}

.userPermission ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.userPermission ul li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 20px;
}

.userPermission ul li p {
    padding-left: 35px;
    font-size: 14px;
    color: #5C5C5C;
    margin-bottom: 0;
    cursor: pointer;
}

.userPermission ul li .customBtn {
    background: var(--white);
    font-size: 14px;
    color: #858585;
    border-left: 0;
}

.customeChkBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 5px;
}


/* On mouse-over, add a grey background color */

.customeChkBox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.customeChkBox input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.customeChkBox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.customeChkBox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#google_address_list .pac-container {
    left: 16px !important;
    top: 83px !important;
    width: 92.5% !important;
}

.bookingFormHead p {
    padding-left: 10px;
    font-size: 14px;
    color: #707070;
}

.mt-6 {
    margin-top: 6rem !important;
}

.pointersHead {
    font-size: 23px;
    font-weight: 600;
}


/* scroll to top */

.scrollToTopBtn {
    position: fixed;
    right: 10px;
    bottom: 52px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: var(--white);
    text-indent: 0;
    display: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    transition: ease-in-out all 0.3s;
    padding: 6px 5px;
    box-shadow: 0px 9px 10px 0px #00000024;
    border: 1px solid var(--border-lighter);
    color: var(--gray-text);
}

.scrollToTopBtn:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.scrollToTopBtn i {
    font-size: 28px;
}


/* scroll to top ends */


/* services sections */

.serviceSec {
    border-right: 1px solid var(--border-lighter2);
    border-bottom: 1px solid var(--border-lighter2);
    padding: 30px 20px;
    background: #f2f4ff;
}

.serviceSec.pastelblue {
    background: #e8f3ff;
}

.serviceSec.lastR {
    border-right: 0;
}

.serviceSec.lastB {
    border-bottom: 0;
}

.serviceSec img {
    /* width: 36px; */
    width: 50px;
}

.serviceSec h5 {
    font-size: 20px;
    color: var(--black);
    font-family: var(--font-family-title);
    margin: 25px 0px 15px;
}

.serviceSec p,
.serviceSec ul {
    font-size: 16px;
    color: var(--secondary);
    margin: 0px;
}


/* services sections ends */


/* steps section */

.stepsSection .headingSec {
    width: 100%;
    height: 550px;
    background: url(../images/stepSecBg2.webp) no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
}

.stepsSection .headingSec .title {
    padding: 60px 30px 30px 30px;
    width: 100%;
    /* font-size: 38px; */
    font-size: calc(2rem + 0.38vw);
    /* line-height: calc(2.2rem + 0.5vw); */
    color: var(--white);
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    margin: 0;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}


/* steps section ends*/


/* contact section */

.contactUsSec .contactLeft {
    /* background: url(../images/contact-bluebg.png) var(--primary) no-repeat; */
    /* background: url(../images/contect-msg.png) var(--primary) no-repeat; */
    background: url(../images/contectBg.png) #1f1f1f no-repeat;
    background-size: 90%;
    background-position: right bottom;
    color: var(--white);
    padding: 50px 50px;
    position: relative;
}

.contactUsSec .contactRight {
    background: var(--light);
    padding: 50px 50px;
}

.contactUsSec .contactLeft .section-title,
.contactUsSec .contactLeft .section-description {
    color: #ffffff;
}

.contactUsSec .contactLeft .section-title a {
    /* color: #ab6a47; */
    color: #ffffff;
    transition: all ease-in-out 0.3s;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, #ffffff, #ffffff, #ffffff);
    background-size: 100% 2px, 0 2px;
    background-position: 100% 100%, 0 90%;
    background-repeat: no-repeat;
    transition: background-size .4s;
    background-size: 0 2px, 100% 2px;
}

.contactUsSec .contactLeft .section-title a:hover {
    color: #ffca9e;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, #ffffff, #ffffff, #ffffff);
    background-size: 100% 2px, 0 2px;
    background-position: 100% 100%, 0 93%;
    background-repeat: no-repeat;
    transition: background-size .4s;
    text-decoration: none;
    background-size: 0 2px, 100% 2px;
}

.contactUsSec .contactLeft .section-description {
    font-size: 24px;
    color: var(--white);
}

.contactUsSec .contactLeft .section-description2 {
    font-size: 18px;
    color: var(--white);
}

.contactUsSec .contactRight .section-description {
    font-size: 16px;
    line-height: 20px;
}


/* contact ends*/

.mapImg {
    width: 75%;
}

.mapText {
    margin: 0;
    position: absolute;
    top: 22%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* text-shadow: 00px 2px 20px rgba(0, 194, 215, 0.2), 0px 2px 10px rgba(0, 194, 215, 0.2), 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgb(255, 255, 255); */
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    color: #28448a;
    /* font-size: 38px; */
    font-size: calc(1.5rem + 0.38vw);
    line-height: calc(1.5rem + 0.4vw);
}


.mapPin {
    position: absolute;
    text-decoration: none;
    width: 6px;
    height: 6px;
    background-color: var(--primary);
    margin: 0 auto;
    border-radius: 100%;
}

.mapPin.static {
    box-shadow: 0 0 0 3px rgba(2, 126, 251, 0.3), 0 0 0 6px rgba(2, 126, 251, 0);
}

.mapPin.mapRipple {
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(2, 126, 251, 0.3), 0 0 0 5px rgba(2, 126, 251, 0.3);
        box-shadow: 0 0 0 0 rgba(2, 126, 251, 0.3), 0 0 0 5px rgba(2, 126, 251, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(2, 126, 251, 0.3), 0 0 0 15px rgba(2, 126, 251, 0);
        box-shadow: 0 0 0 5px rgba(2, 126, 251, 0.3), 0 0 0 15px rgba(2, 126, 251, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(2, 126, 251, 0.3), 0 0 0 5px rgba(2, 126, 251, 0.3);
        box-shadow: 0 0 0 0 rgba(2, 126, 251, 0.3), 0 0 0 5px rgba(2, 126, 251, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(2, 126, 251, 0.3), 0 0 0 15px rgba(2, 126, 251, 0);
        box-shadow: 0 0 0 5px rgba(2, 126, 251, 0.3), 0 0 0 15px rgba(2, 126, 251, 0);
    }
}

.pinIn {
    top: 51%;
    right: 35.5%;
}

.pinUae1 {
    top: 53%;
    right: 40%;
}

.pinUae2 {
    top: 49.5%;
    right: 40.8%;
}

.pinUae3 {
    top: 50.9%;
    right: 42.2%;
}

.pinUae4 {
    top: 50.5%;
    right: 39.5%;
}

.pinUae5 {
    top: 49.2%;
    right: 40%;
}

.pinUae6 {
    top: 48.5%;
    right: 40.2%;
}

.pinUae7 {
    top: 45.3%;
    right: 41.9%;
}

.pinTr {
    top: 41.2%;
    right: 44.2%;
}

.pinUk1 {
    top: 30.5%;
    right: 51.5%;
}

.pinUk2 {
    top: 33%;
    right: 52.6%;
}

.clientleDiv ul {
    padding-left: 0;
    list-style: none;
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 0;
}

.clientleDiv ul li {
    display: inline-block;
    width: 14%;
    margin: 0px 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 10px;
}

.clientleDiv ul li a {
    transition: ease-in-out all 0.3s;
}

.clientleDiv ul li a img {
    transition: ease-in-out all 0.3s;
    width: 130px;
    height: 100%;
    margin: 0 auto;
}

.clientleDiv ul li a .brandName {
    color: #a5a5a5;
}

.clientleDiv ul li a:hover img {
    filter: grayscale(0);
}

.ourClientle {
    background-image: url(../images/brandBg.webp);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    padding: 100px 0px 120px 0px;
}

.ourClientle:before {
    position: absolute;
    content: '';
    background-color: #0000002e;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.color-gray-label {
    color: #ccc;
}


/* respnsive  */

.imgHeading {
    width: 320px;
}

@media only screen and (max-width: 991px) {

    /* services */
    .serviceSec,
    .serviceSec.lastB,
    .serviceSec.lastR {
        border-right: 0;
        border-bottom: 1px solid var(--border-lighter2);
    }

    .stepsSection .headingSec {
        height: 290px;
    }

    .contactUsSec .contactLeft {
        padding: 50px 40px;
    }

    .contactUsSec .contactRight {
        padding: 50px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .topHeader .leftContent h1 {
        margin: 10px 0px 30px 0px;
    }

    .topHeader .leftContent .countSection {
        flex-direction: column;
    }

    .topHeader .leftContent .countSection .count-divide img {
        transform: rotate(90deg);
    }

    .topHeader .leftContent .contactCont {
        width: 96%;
    }

    .topHeader .rightContent {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    /* services */
    .serviceSec,
    .serviceSec.lastB,
    .serviceSec.lastR {
        border-right: 0;
        border-bottom: 1px solid var(--border-lighter2);
    }

    .stepsSection .headingSec {
        height: 180px;
    }

    .stepsSection .headingSec .title {
        padding: 30px 30px 30px 30px;
        font-size: calc(1.0rem + 0.38vw);
        line-height: calc(1.1rem + 0.5vw);
    }

    .stepsSection .btn-lg {
        font-size: 14px;
        line-height: 18px;
    }

    .brandDiv ul li a .brandName {
        display: none;
    }

    .mapImg {
        width: 100%;
        margin-top: 3.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .mapText {
        font-size: calc(1rem + 0.38vw);
        line-height: calc(1.3rem + 0.5vw);
        top: 9%;
    }

    .contactUsSec .contactLeft {
        padding: 50px 20px;
    }

    .contactUsSec .contactRight {
        padding: 50px 20px;
    }

    .contactUsSec .contactRight .section-description {
        font-size: 16px;
        line-height: 22px;
    }

    .imgHeading {
        width: 60%;
    }

    .topDetailsForm {
        width: 100%;
    }

    .topDetailsForm .expandFields {
        flex-direction: column;
    }

    .topDetailsForm .expandFields .innerFields {
        margin-bottom: 10px;
    }

    .topHeader .leftContent .contactCont .contactBtn {
        right: 6px;
    }
}


/*========== whatsup call ================*/
 
.whatsappFloating {
    position: fixed;
    /* width: 60px;
      height: 60px; */
    bottom: 20%;
    right: -145px;
    background-color: #2ab318;
    color: var(--white);
    border-radius: 30px 0px 0px 30px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 10px 15px;
    transition: all ease-in-out 0.3s;
    font-family: var(--font-family-title);
  }
   
  .whatsappFloating i {
    position: relative;
    float: left;
  }
   
  .whatsappFloating span {
    font-size: 16px;
    margin: 8px 0px 0px 14px;
    line-height: 18px;
    position: relative;
    float: left;
    font-weight: 500;
  }
   
  .my-float {
    margin-top: 0px;
    margin-right: 8px;
  }
   
  .whatsappFloating:hover {
    padding-right: 30px;
    right: 0;
    color: var(--white);
  }
   
  .callFloating {
    position: fixed;
    /* width: 60px;
      height: 60px; */
    bottom: 28%;
    right: -145px;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 30px 0px 0px 30px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 10px 15px;
    transition: all ease-in-out 0.3s;
    font-family: var(--font-family-title);
  }
   
  .callFloating i {
    position: relative;
    float: left;
  }
   
  .callFloating span {
    font-size: 16px;
    margin: 8px 0px 0px 14px;
    line-height: 18px;
    position: relative;
    float: left;
    font-weight: 500;
  }
   
  .callFloating:hover {
    padding-right: 30px;
    right: 0;
    color: var(--white);
  }
   
  /*========== whatsup call ================