@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* bootstrap icons css  */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* bootstrap icons css  */

:root {
    --main-font: "Outfit", sans-serif;
    --main-color: #AF8C3D;
    --para-color: #A2A2A2;
    --second-color: #2a2934;
    --box-bg: #373651;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--main-font);
    overflow-x: hidden;
    color: var(--second-color);
    width: 100%;
    font-size: 16px;
}

.container {
    max-width: 1364px;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
    color: inherit;
}

p {
    font-weight: 500;
    font-size: 18px;
    color: #A2A2A2;
}

p:last-child {
    margin-bottom: 0;
}

.p-60 {
    padding: 60px 0;
}

.p-70 {
    padding: 70px 0;
}

.bg-color {
    background-color: var(--second-color) !important;
}

.bg-color h2 {
    color: #fff !important;
}

span {
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
}

ol,
ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    max-width: 100%;
    object-fit: cover;
}


section {
    position: relative;
}

.select2-dropdown {
    border-radius: 0 0 10px 10px !important;
    z-index: 1100 !important;
}

.select2-dropdown ul li:last-child {
    border-radius: 0 0 10px 10px;
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*----------------------------------header-start----------------------*/
.form-page .header-main {
    background-color: #010101 !important;
}

.header-main {
    background-color: transparent;
    padding-top: 22px;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.testimonial-left-img,
.testimonial-left-img img {
    height: 100%;
}

.header-main .header-inner {
    width: 100%;
    display: flex;
    position: relative;
}

.header-main .navbar-expand-lg .navbar-collapse {
    column-gap: 50px;
}

.header-main .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    width: 100%;
    column-gap: 25px;
    justify-content: end;
}

.header-main .header-btn-main {
    display: flex;
    align-items: center;
    max-width: fit-content;
    width: 100%;
    column-gap: 16px;
}

.header-main .nav-link {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.header-main .nav-link.active {
    color: var(--main-color);
}

.search-box.active {
    display: block;
}

.search-box {
    padding-top: 20px;
    display: none;
    text-align: end;
    margin: 0 auto;
    border-top: 1px solid #f1f0f0;
}

.nav-item.our-service {
    position: relative;
}

.nav-item.our-service a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 9px;
    color: #fff;
    font-weight: 600;
}

.service-menu .card.card-body {
    border: none;
    background: #fff;
    z-index: 11;
    padding: 0px;
}

.service-menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 259px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.service-menu .inner-menu a {
    color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 16px;
    padding: 16px;
    border-bottom: 1px solid #0000001A;
}

.service-menu .inner-menu li:last-child a {
    border-bottom: none;
}

span.search.search-toggle {
    width: 48px;
    height: 48px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.border-btn.btn {
    border: 2px solid #FFFFFF;
    padding: 15px;
    font-family: var(--main-font);
    min-width: 150px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
}

.addon-action-btn .border-btn.btn {
    color: var(--main-color);
    border-color: var(--main-color);
}

.addon-action-btn .border-btn.btn:hover {
    color: #fff;
}

.addon-action-btn .border-btn.active {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.border-btn.btn:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.color-btn.btn,
a.color-btn.btn {
    border: 2px solid var(--main-color);
    padding: 15px;
    font-family: var(--main-font);
    min-width: 200px;
    background-color: var(--main-color);
    font-weight: 600;
    font-size: 16px;
    color: #fff !important;
    border-radius: 10px;
}

.color-btn.btn.w-auto {
    min-width: 120px;
}

.color-btn.btn:hover,
a.color-btn.btn:hover {
    background-color: #fff !important;
    color: var(--main-color) !important;
}

.form-error {
    color: #dc3545;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.eye-btn {
    color: var(--second-color);
    position: absolute;
    top: 55px;
    right: 14px;
    font-size: 18px;
}

.form-row {
    row-gap: 24px;
    margin-top: 40px;
}

.form-row .form-group {
    position: relative;
}

.form-row .phone-group {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.form-row .form-group label {
    color: var(--second-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1;
}

.form-row .form-group .form-control {
    min-height: 60px;
    border-radius: 10px;
    padding-left: 20px;
    width: 100%;
    padding-right: 10px;
    background-color: #fff;
    border: 1px solid #DBD7D7;
    box-shadow: none !important;
}

.form-row .form-group .form-control:disabled {
    background-color: #EAEBEC;
    border-color: #EAEBEC;
    color: #737373;
    pointer-events: none;
}

.form-row .form-group .form-control:focus {
    border-color: var(--main-color);
}

.col-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col-forgot a,
.form-action a {
    color: var(--main-color) !important;
    font-weight: 500;
}

.col-forgot a:hover,
.form-action a:hover {
    text-decoration: underline !important;
}

.col-forgot .form-check-input {
    box-shadow: none !important;
}

.col-forgot .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.col-forgot .form-check-label {
    color: #313131;
    font-weight: 500;
}

.form-action p {
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
    color: #313131;
}

.modal-content {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.form-modal-body {
    background-color: #fff;
    border-radius: 24px;
    padding: 40px;
}

.form-modal-body .headings h2 {
    font-size: 40px;
    color: #313131;
    font-weight: 600;
}

.form-group .phone-group .select2-selection__rendered {
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    text-align: left !important;
}

.form-group .phone-group .select2-selection__arrow {
    width: 20px !important;
    background-position: right 0 center !important;
}

.phone-group .country-select {
    max-width: 90px;
    min-width: 90px;
}

.phone-group .country-select .select2-container,
.phone-group .select2-selection--single,
.phone-group .country-select .selection {
    width: 100% !important;
}

.phone-group .select2-selection--single {
    height: 60px;
    border: 1px solid #DBD7D7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
}

.form-group .select2-selection__rendered {
    line-height: 60px !important;
    color: #212529 !important;
    padding-right: 36px !important;
    padding-left: 12px !important;
    margin-top: 0 !important;
}

.form-group span.selection {
    width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
    height: 60px !important;
    border: solid 1px #0000001A !important;
    border-radius: 10px;
    width: 100% !important;
}

.form-group .select2-selection__arrow {
    height: 48px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    width: 36px !important;
}

.form-group .select2-selection__arrow b {
    display: none !important;
}

/*------------------------------------home-start------------------------------------------*/

.home-section {
    background-color: #010101;
    background-image: url(../images/home-back.jpg);
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 100%;
}

.home-left h1 {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 59px;
    line-height: 80px;
    color: #fff;
}

.home-left h1 span {
    color: var(--main-color);
    display: block;
}

.home-left p {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--para-color);
    max-width: 74%;
}

.home-left {
    padding-top: 186px;
    padding-bottom: 209px;
}

.home-btn {
    margin-top: 40px;
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.home-right {
    position: relative;
}

.home-right img {
    width: 100%;
}

.home-right {
    position: absolute;
    top: 80px;
    right: -50px;
    width: 60%;
}

.home-inner-main {
    position: relative;
}

.slick-dots {
    bottom: 154px;
}

.slick-dots li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
}

.slick-dots li.slick-active {
    border: 1px solid #A7ADBD;
}

.slick-dots li button {
    padding: 0 !important;
    width: 10px;
    height: 10px;
    background-color: #1F1E1E;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #A7ADBD !important;
}

.slick-dots li button:before {
    font-size: 47px;
    color: #1F1E1E;
    opacity: 1;
    display: none !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #A7ADBD;
}

.slick-dots .slick-active button {
    border: 1px solid #A7ADBD;
    border-radius: 50%;
}

.home-right2 {
    top: 140px;
    width: 44%;
    right: 0px;
}

.cities-box {
    background-color: var(--box-bg);
    border-radius: 15px;
    overflow: hidden;
}

.cities-box h3 {
    padding: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 24px;
}

.col-cities-box {
    margin: 0 12px;
}

.col-cities-box a {
    width: 100%;
    display: inline-block;
}

.cities-box img {
    height: 190px;
    width: 100%;
}

.col-cities-slider {
    margin-bottom: 16px;
}

.col-cities-slider .top-cities-slider {
    margin-bottom: 0;
}

.top-airport-one ul li a {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 700;
    box-shadow: 0px 8px 16px 0px #8C10101A;
    padding: 16px;
    border-radius: 10px;
    background-color: var(--box-bg);
    white-space: nowrap;
    width: 100%;
}

.top-airport-one ul li a span {
    color: #fff;
}

.top-airport-one {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 24px;
}

.top-airport-one .marquee-wrapper {
    display: flex;
    gap: 24px;
    /* spacing between ul blocks */
    animation: marqueeRight 40s linear infinite;
    width: max-content;
}

.top-airport-one .marquee-slider {
    display: flex;
    column-gap: 24px;
    padding: 0px;
    margin: 0px;
}

@keyframes marqueeRight {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/*------------------------------------filter-start------------------------------------------*/



.filter-inner {
    background-color: #fff;
    padding: 32px 40px;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: -140px;
    max-width: 90%;
}

.filter-tab {
    display: flex;
    align-items: center;
    column-gap: 17px;
}

.filter-inner .filter-tab label.btn {
    padding: 8px 10px;
    border-radius: 10px;
    color: #1E293B;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-family: var(--main-font);
    background-color: #F7F3EC;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--second-color);
    color: white;
}

.filter-inner span.selection {
    width: 100%;
}

.select2-results__option {
    color: #000;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 40px;
    margin-top: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    top: 50%;
    right: 0px;
    width: 20px;
    transform: translate(-50%, -50%);
}


.filter-inner .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #DBD7D7;
    border-radius: 8px;
    height: 48px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee !important;
}

.filter-tab-btn img {
    height: 20px;
    width: 20px;
}

.filter-inner .btn-check:checked+.btn {
    background-color: var(--main-color);
    color: #fff;

}

.filter-inner .btn-check:checked+.btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(579%) hue-rotate(69deg) brightness(111%) contrast(101%);
}

.filter-bottom {
    margin-top: 24px;
}

.form-input {
    position: relative;
}

.form-input img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
}

.form-input input,
.form-input select {
    height: 48px;
    border-radius: 10px;
    padding-left: 40px;
    width: 100%;
    padding-right: 10px;
    background-color: #fff;
    border: 1px solid #DBD7D7;
}

.filter-bottom .row {
    row-gap: 20px;
}

.form-input input:focus,
.form-input select:focus {
    border-color: var(--main-color);
    outline: none;
    box-shadow: none;
}

.filter-btn {
    text-align: end;
}


.home-filter {
    background: var(--second-color);
    margin-top: -30px;
    background: linear-gradient(180deg, rgba(1, 18, 34, 0) 0%, var(--second-color) 0%);
}

.service-page .home-filter,
.city-page .home-filter {
    margin-top: -30px;
    background: linear-gradient(180deg, rgba(1, 18, 34, 0) 0%, #fff 0%) !important;
}

.service-page .home-filter .filter-inner,
.city-page .home-filter .filter-inner {
    box-shadow: 0px 15px 20px 0px #0000001A;
}

.city-page .about-section.bg-color .row {
    flex-direction: row-reverse;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('../images/arrow-down.svg');
    border: none;
    width: 21px;
    height: 20px;
    background-size: 21px;
    margin-left: -10px;
    margin-top: -8px;
}

.search-popup-section {
    position: absolute;
    padding: 80px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    top: 0;
}

.search-popup-section .form-control {
    min-height: 60px;
    border-radius: 10px;
    padding-left: 20px;
    width: 100%;
    padding-right: 10px;
    background-color: #fff;
    border: 1px solid #DBD7D7;
}

.search-popup-section .form-control:focus {
    box-shadow: none;
}

/*-----------------------------product-section-----------------------------------------*/


.cmn-heading h2 {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 42px;
    color: var(--second-color);
}

.cmn-heading p {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 18px;
    color: var(--para-color);
    margin-top: 20px;
}

.cmn-heading {
    margin-bottom: 50px;
}

.cmn-heading.d-flex {
    justify-content: space-between;
}

.product-main {
    background-color: var(--box-bg);
    border-radius: 20px;
    box-shadow: 0 8px 18px 0px #8C10101A;
    height: 100%;
}

.product-heading h3 {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.product-heading span {
    display: inline-flex;
    column-gap: 8px;
    align-items: center;
    color: #fff;
}

.product-inner .row {
    row-gap: 40px;
}

.product-main p {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: var(--para-color);
    margin-top: 16px;
}

.product-main p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-mid {
    padding: 24px 24px 30px 24px;
}

.product-mid .seat-listings {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-top: 10px;
    color: #fff;
}

.product-mid .seat-listings span {
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
}

.product-bottom {
    padding: 0px 24px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-bottom span {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.product-bottom a.color-btn.btn {
    padding: 13px 27px;
    min-width: auto;
}

.product-img img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    height: 250px;
}

/*--------------------------serivce-inner------------------------*/



.serivce-inner {
    position: relative;
    height: 270px;
}

.service-section .cmn-heading h2 {
    color: var(--second-color);
}

.serivce-inner img {
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
    height: 270px;
}

.serivce-inner::before {
    content: "";
    top: 0px;
    left: 0px;
    border-radius: 15px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.serivce-inner h3 {
    color: #ffffff;
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 22px;
    position: absolute;
    bottom: 21px;
    left: 23px;
}

.row-bottom {
    row-gap: 40px;
}

/*-------------------------Premium Rides------------------------*/

/*----------------------Airport Transfers Made Seamless------------------------*/

.airport-transfer-section a.color-btn.btn {
    width: auto;
}

.airport-transfer-right img {
    border-radius: 160px;
    width: 258px;
    height: 520px;
}

.airport-transfer-right-img {
    position: relative;
}

.airport-transfer-right-img::before {
    content: "";
    top: 0px;
    z-index: -1;
    left: -13px;
    position: absolute;
    border-radius: 160px;
    border: 2px solid var(--main-color);
    max-width: 258px;
    width: 100%;
    height: 520px;
}

.airport-transfer-right {
    display: flex;
    justify-content: end;
    column-gap: 66px;
}

.airport-transfer-right .airport-transfer-right-img:last-child {
    margin-top: 66px;

}


/*-------------------------------why-choose-section-------------------*/

.choose-us-inner {
    background-color: #F2F3F4;
    padding: 32px 12px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}

.choose-us-inner:hover {
    background-color: var(--second-color);
}

.choose-us-inner:hover .choose-us-icon {
    background-color: var(--main-color);
}

.choose-us-icon {
    width: 80px;
    height: 80px;
    background-color: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0px auto;
    margin-bottom: 25px;
}

.choose-us-inner h3 {
    color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}

.choose-us-inner p {
    color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.choose-us-inner:hover h3,
.choose-us-inner:hover p {
    color: #fff
}


/*---------------Hear From Our Valued Clients----------------*/


.testimonial-left-img img {
    border-radius: 24px;
}

.testimonial-inner {
    margin-top: 10px;
}

.testimonial-inner h2 {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    margin-bottom: 32px;
}

.testimonial-inner ul {
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-bottom: 10px;
}

.testimonial-inner ul img {
    width: 21px;
    height: 21px;
}

.testimonial-inner p {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 16px;
}

.writer-data h3 {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
}

.writer-data span {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.quote-icon {
    margin-top: 32px;
}

.quote-icon img {
    height: 48px;
    width: 48px;
}

button.custom-prev.slick-arrow,
button.custom-next.slick-arrow {
    height: 64px;
    width: 64px;
    border: 0px;
    border-radius: 7px;
}

button.custom-next.slick-arrow {
    margin-left: 16px;
}

.slick-arrow i {
    font-size: 24px;
    color: var(--main-color);
}

.silk-custom-btn {
    margin-top: 38px;
}



/*---------------contact-section--------------*/

.contact-left h2 {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 42px;
    color: #253858;
}

.contact-left p {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 18px;
    color: var(--para-color);
    line-height: 28px;
}

.contact-left-bottom {
    margin-top: 32px;
    display: flex;
    align-items: center;
    row-gap: 24px;
    flex-direction: column;
}

.contact-left-main {
    padding: 25px 20px;
    border-radius: 10px;
    border: 1px solid #EAEBEC;
    display: flex;
    align-items: center;
    column-gap: 16px;
    width: 100%;
}

.contact-top-call {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    column-gap: 24px;
}

.contact-left-main .contact-details h3 {
    font-family: var(--main-font);
    color: #6C757D;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
}

.contact-left-main .contact-details a {
    color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    overflow-wrap: anywhere;
}

.contact-details .call {
    color: #737373 !important;
    font-size: 14px !important;
}

.contact-right {
    padding: 29px;
    border: 1px solid #EAEBEC;
    background-color: #fff;
    border-radius: 10px;
}

.contact-right span {
    color: #6C757D;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.contact-right .form-input input,
.contact-right .form-input select,
.contact-right .form-input textarea {
    height: 59px;
    border-radius: 10px;
    padding-left: 20px;
    width: 100%;
    padding-right: 10px;
    background-color: #fff;
    border: 1px solid #DBD7D7;
}

.contact-right .form-input textarea {
    height: 129px;
    padding-top: 14px;
}

.contact-right .form-input textarea:focus,
.contact-right .form-input input:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--main-color);
}

.contact-right .form-input label {
    color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.contact-right .form-input {
    margin-bottom: 24px;
}

.form-btn .color-btn {
    margin-top: 40px;
}

.footer-top {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: var(--second-color);
    border-bottom: solid 1px #BDBDBD;
}

.footer-top .row {
    justify-content: space-between;
}

.footer-logo-outer p {
    color: #fff;
    margin-top: 24px;
    margin-bottom: 32px;
}

.footer-top h6.heading {
    color: var(--main-color);
    font-size: 18px;
    margin-bottom: 32px;
    font-weight: 700;
}

.footer-top .info-list {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.footer-top .info-list li a,
.footer-top .info-list li {
    color: #fff;
}

.footer-top .info-list li a:hover {
    color: var(--main-color);
}

.footer-social {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.footer-bottom {
    background-color: var(--second-color);
    padding: 24px 0;
}

.footer-social li a {
    width: 40px;
    height: 40px;
    background-color: var(--second-color);
    border: solid 1px var(--second-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.footer-social li a:hover {
    border-color: var(--main-color);
}

.copyright-links li a {
    color: #fff;
}

.copyright-links li a:hover {
    color: var(--main-color);
}

.copyright-links li:not(:first-child) {
    padding-left: 16px;
    border-left: solid 1px #BDBDBD;
}

.copyright-links {
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: end;
}

.footer-bottom .row {
    align-items: center;
}

.banner-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.page-banner-section {
    padding-top: 120px;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page-banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000099;
}

.col-banner-content {
    padding-top: 100px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.banner-content h1 span {
    color: var(--main-color);
}

.exp-box h2 {
    color: #061C3D;
    font-size: 24px;
    font-weight: 600;
}

.exp-box h3 {
    color: #42526B;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.exp-box {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.exp-box img {
    max-width: 56px;
}

.about-exp-outer {
    padding: 45px 30px;
    border-radius: 15px;
    background-color: #fff;
    max-width: 85%;
    margin: -70px auto 0 auto;
    border: solid 1px #EAEBEC;
}

.about-exp-section {
    background: linear-gradient(to bottom, transparent 40%, var(--second-color) 25%);
}

.about-section .row {
    align-items: center;
}

.about-img img {
    border-radius: 24px;
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.about-fleet .serivce-inner img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.about-fleet .serivce-inner {
    height: 360px;
}

.about-fleet .serivce-inner h3 {
    position: static !important;
}

.serivce-inner .inner-text {
    position: absolute;
    inset: 0;
    padding: 24px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.13%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 24px;
}

.serivce-inner .inner-text h3 {
    font-size: 22px;
}

.about-professional {
    background-color: var(--second-color);
    margin-bottom: 0 !important;
}

.about-professional .choose-us-inner {
    background-color: var(--box-bg) !important;
}

.about-professional .choose-us-inner h3 {
    color: #fff;
}

.about-professional .choose-us-inner p {
    color: #A2A2A2;
}

.about-professional .choose-us-icon {
    background-color: #fff;
}

.about-professional .choose-us-inner:hover .choose-us-icon {
    background-color: #011222;
}

.about-professional .choose-us-inner:hover {
    background-color: #F2F3F4 !important;
}

.about-professional .choose-us-inner:hover h3 {
    color: #011222 !important;
}

.map-outer iframe {
    width: 100% !important;
    height: 460px !important;
    border-radius: 24px;
}

.map-section {
    margin-bottom: 70px;
}

.col-discover-box {
    margin-left: 12px;
    margin-right: 12px;
}

.custom-discover-dots .slick-dots {
    position: static !important;
}

.custom-discover-dots .slick-dots li button {
    padding: 0 !important;
    width: 32px !important;
    height: 32px !important;
    background-color: #F7F3EC !important;
    border-radius: 50%;
    font-size: 16px !important;
    color: var(--main-color) !important;
}

.custom-discover-dots .slick-dots li {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
}

.custom-discover-dots .slick-dots li.slick-active button,
.custom-discover-dots .slick-dots li button:hover {
    background-color: var(--main-color) !important;
    color: #fff !important;
    border: 0 !important;
}

.discover-custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    margin-top: 40px;
}

.discover-custom-btn button {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background-color: #F7F3EC !important;
    border: 0 !important;
    color: var(--main-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.discover-custom-btn button:hover {
    background-color: var(--main-color) !important;
    color: #fff;
}

.discover-custom-btn button i {
    font-size: 16px;
}

.discover-custom-btn button:hover i {
    color: #fff !important;
}

.discover-services-slider {
    margin-bottom: 0 !important;
}

.discover-custom-btn button.slick-disabled,
.discover-custom-btn button.slick-disabled:hover {
    background-color: #5f4719 !important;
    color: #fff !important;
    cursor: not-allowed;
}

.discover-custom-btn button.slick-disabled:hover i,
.discover-custom-btn button.slick-disabled i {
    color: #fff !important;
}

.step-row {
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 450px;
}

.step-row .col-step-box {
    width: 25%;
    padding: 50px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.col-step-box .nbr {
    position: relative;
}

.col-step-box .nbr::before {
    content: "";
    position: absolute;
    top: -80px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #ccc;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.col-step-box:nth-child(1) .nbr::before {
    background-color: #008D101A;
}

.col-step-box:nth-child(2) .nbr::before {
    background-color: #0060A21A;
    top: auto;
    bottom: -80px;
}

.col-step-box:nth-child(3) .nbr::before {
    background-color: #FF15461A;
}

.col-step-box:nth-child(4) .nbr::before {
    background-color: #FFBA0E1A;
    top: auto;
    bottom: -80px;
}

.col-step-box .content h3 {
    font-size: 20px;
    color: var(--second-color);
}

.col-step-box .content p {
    font-size: 16px;
}

.col-step-box:nth-child(4),
.col-step-box:nth-child(2) {
    flex-direction: column-reverse;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: var(--main-color) !important;
    box-shadow: none !important;
    border-radius: 16px 16px 0 0 !important;
    border-color: var(--main-color) !important;
}

.faq-section .accordion-body {
    background-color: var(--main-color);
    border-radius: 0 0 16px 16px !important;
    padding: 0 24px 24px 24px;
    color: #fff;
}

.faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23B1893F' class='bi bi-plus-lg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3e%3c/svg%3e");
    transform: none !important;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-dash-lg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3e%3c/svg%3e");
    transform: none !important;
}

.faq-section .accordion-item {
    border: 0 !important;
    background-color: transparent !important;
    margin-bottom: 24px;
}

.faq-section .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-section .accordion-button {
    background-color: var(--box-bg);
    border: 1px solid #243752;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 16px !important;
    padding: 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.book-form-section {
    padding-top: 230px;
    padding-bottom: 70px;
}

.book-form-section .filter-inner {
    margin-top: 0 !important;
    border: 1px solid #EAEBEC;
    padding: 32px;
}

.book-form-section .cmn-heading h1 {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 59px;
    line-height: 80px;
}

.book-form-section .cmn-heading p {
    font-size: 20px;
}

.book-form-section .filter-inner h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 32px;
}

.filter-inner .form-input label {
    color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.book-form-section .filter-inner .form-input img {
    top: 60px;
}

.book-form-section .form-action {
    text-align: center;
    margin-top: 20px;
}

.book-form-section .form-action button {
    min-width: 400px;
}

.progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 710px;
    margin-bottom: 32px;
    column-gap: 16px;
}

.progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: auto;
    position: relative;
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.progressbar li.active strong {
    background: var(--main-color);
    color: #fff;
}

.progressbar li strong {
    width: 36px;
    height: 36px;
    background-color: #EFF0F6;
    color: #6F6C90;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.progressbar li .border-line {
    width: 90px;
    height: 6px;
    background: linear-gradient(to right, #EFF0F6 50%, #EFF0F6 50%);
    border-radius: 4px;
}

.progressbar li.active .border-line {
    background: linear-gradient(to right, var(--main-color) 50%, #EFF0F6 50%);
}

.progressbar li.active.last .border-line {
    background: linear-gradient(to right, var(--main-color) 50%, var(--main-color) 50%);
}

/* .col-choose-vehicle {
    max-height: 920px;
    overflow-y: auto;
    scrollbar-width: thin;
} */

.col-choose-vehicle .product-main .border-btn.btn {
    color: var(--main-color);
    border-color: var(--main-color);
}

.col-choose-vehicle .product-main .border-btn.btn:hover {
    color: #fff;
}

.col-choose-vehicle .product-main .border-btn.active,
.col-choose-vehicle .form-check-input:checked+label.border-btn {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.col-choose-vehicle .form-check:last-child .product-main {
    margin-bottom: 0;
}

.col-choose-vehicle .product-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 24px;
    box-shadow: none !important;
    border: 1px solid #0000001A;
    background-color: #fff;
    margin-bottom: 32px;
    height: auto !important;
}

/* .col-choose-vehicle .form-check-input {
    display: none;
} */

.col-choose-vehicle .form-check-input:checked+label .product-main {
    border-color: var(--box-bg);
    background-color: var(--box-bg);
}

.col-choose-vehicle .form-check-input:checked+label .product-heading h3,
.col-choose-vehicle .form-check-input:checked+label .product-heading span,
.col-choose-vehicle .form-check-input:checked+label .product-bottom span {
    color: #fff !important;
}

.col-choose-vehicle .product-heading h3,
.col-choose-vehicle .product-heading span,
.col-choose-vehicle .product-bottom span {
    color: var(--second-color);
}

.col-choose-vehicle .product-top {
    display: flex;
    align-items: center;
    width: 100%;
}

.col-choose-vehicle .product-img img {
    border-radius: 20px;
    min-height: 220px;
    max-height: 220px;
    min-width: 320px;
    max-width: 320px;
}

.col-choose-vehicle .product-heading {
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
}

.book-form-section .addon-vehicle-outer {
    border: 1px solid #EAEBEC;
    padding: 32px;
    border-radius: 15px;
}

.book-form-section .addon-vehicle-outer h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 32px;
}

.book-form-section .col-addon-right .color-btn {
    min-width: 0;
    width: 100%;
}

.about-services .boxes-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 24px;
    column-gap: 24px;
}

.about-services .info-box {
    box-shadow: 0px 10px 25px 0px #0000001A;
    border: 1px solid #1010101A;
    padding: 16px;
    background-color: #fff;
    border-radius: 15px;
    height: max-content;
}

.about-services .info-box img {
    max-width: 42px;
}

.about-services .info-box h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
}

.about-services .info-box p {
    font-size: 13px;
    line-height: 1.5;
}

.about-services .main-row {
    align-items: center;
}

.about-services .info-box:nth-child(2),
.about-services .info-box:nth-child(8) {
    margin-top: 40px;
}

.about-services .info-box:nth-child(8) {
    margin-top: 40px;
}

.about-services .info-box:nth-child(4),
.about-services .info-box:nth-child(6),
.about-services .info-box:nth-child(10),
.about-services .info-box:nth-child(12) {
    margin-top: 40px;
}

.about-content .cmn-heading h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
    font-weight: 600;
    line-height: 1.5;
}

.about-content .cmn-heading ul {
    list-style-type: disc;
    padding-left: 32px;
}

.about-content .cmn-heading ul li {
    color: #fff;
}

.about-content .cmn-heading p {
    font-size: 16px;
}

.about-content .cmn-heading p strong {
    color: #fff;
    font-weight: 500;
}

.quantity-inputs {
    display: flex;
    align-items: center;
    max-width: 140px;
    border: 1px solid #0000001A;
    height: 45px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.quantity-inputs a {
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F8FAFC;
}

.quantity-inputs .form-control {
    padding: 0 !important;
    appearance: textfield;
    border: 0 !important;
    box-shadow: none !important;
    width: 100%;
    text-align: center;
    pointer-events: none;
    color: #111111;
    font-size: 20px;
}

/* .col-addon-vehicle {
    max-height: 920px;
    overflow-y: auto;
    scrollbar-width: thin;
} */

.addon-vehicle-box .price {
    margin-bottom: 30px;
    line-height: 1;
}

.addon-vehicle-box {
    padding: 24px;
    border: 1px solid #0000001A;
    border-radius: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    column-gap: 16px;
}

.addon-vehicle-box:last-child {
    margin-bottom: 0;
}

.addon-vehicle-box .details-box {
    display: flex;
    align-items: start;
    column-gap: 24px;
    width: 100%;
}

.addon-vehicle-box .details-box img {
    width: 200px;
    height: 180px;
    border-radius: 20px;
    min-width: 200px;
}

.addon-vehicle-box h3 {
    font-size: 24px;
    font-weight: 700;
}

.col-addon-right {
    border: 1px solid #EAEBEC;
    padding: 32px;
    border-radius: 15px;
}

.col-addon-right h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 32px;
}

.col-addon-right .location-box {
    display: flex;
    align-items: stretch;
    column-gap: 16px;
    padding: 20px 12px;
    background-color: #F7F3EC;
    border: 1px solid #F7F3EC1A;
    border-radius: 10px;
    margin-bottom: 32px;
    overflow: hidden;
}

.location-box .text h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #DDDDDD66;
    font-weight: 400;
}

.location-box .text h6:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 15px;
}

.location-box .icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.location-box.one-location .icons::before {
    display: none;
}

.location-box.one-location .text h6 {
    padding-top: 0 !important;
}

.location-box .icons::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background-color: transparent;
    border-right: dotted 2px var(--main-color);
    left: 8px;
}

.location-box .icons img {
    min-width: 18px;
    position: relative;
    z-index: 2;
    background-color: #F7F3EC;
}

.col-addon-right .list-heading {
    margin-bottom: 16px;
    font-weight: 600;
    margin-top: 24px;
}

.summry-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #DDDDDD66;
}

.summry-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.summry-list li p {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 0;
}

.summry-list li span {
    line-height: 1;
    font-weight: 600;
}

.col-addon-right .amount-box {
    padding: 30px;
    background-color: #F7F3EC;
    border: 1px solid #F7F3EC1A;
    border-radius: 10px;
    margin: 32px 0 40px 0;
    text-align: center;
}

.col-addon-right .amount-box p {
    font-size: 16px;
}

.col-addon-right .amount-box h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.col-booking-payment {
    row-gap: 32px;
}

.col-booking-payment .form-input .form-control {
    min-height: 60px;
    border-radius: 10px;
    padding-left: 20px;
    width: 100%;
    padding-right: 10px;
    background-color: #fff;
    border: 1px solid #DBD7D7;
}

.col-booking-payment .form-input .form-control:disabled {
    background-color: #EAEBEC;
    border-color: #EAEBEC;
    color: #737373;
    pointer-events: none;
}

.col-booking-payment .form-input .form-control:focus {
    border-color: var(--main-color);
}

.col-booking-payment .form-input label {
    color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.payment-box .stripe-btn {
    padding: 24px;
    background-color: #F7F3EC;
    border: 1px solid #F7F3EC1A;
    border-radius: 10px;
    width: 100%;
}

.payment-box button.btn-selected {
    border-color: var(--main-color) !important;
}

.payment-box button h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 14px 0;
}

.payment-box button p {
    font-size: 16px;
    margin-bottom: 0;
}

.payment-box .cash-btn {
    padding: 10px 24px 24px 24px;
    background-color: #F7F3EC;
    border: 1px solid #F7F3EC1A;
    border-radius: 10px;
    width: 100%;
}

.better-way .main-row {
    align-items: center;
}

.city-routes-section .col-row {
    row-gap: 24px;
}

.city-routes-single {
    display: flex;
    align-items: center;
    column-gap: 24px;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #0000001A;
}

.city-routes-single:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.city-routes-list {
    max-height: 350px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.city-routes-single .color-btn {
    min-width: auto !important;
    padding: 8px !important;
}

.city-routes-section .accordion-button {
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    color: var(--second-color) !important;
    font-size: 20px;
    font-weight: 600;
}

.city-routes-section .accordion-button img {
    margin-right: 14px;
    max-width: 42px;
    object-fit: contain;
}

.city-routes-section .accordion-item {
    padding: 16px;
    border: solid 1px #1010101A !important;
    box-shadow: 0px 10px 25px 0px #0000001A;
    border-radius: 15px;
}

.city-routes-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23011222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.city-routes-section .accordion-body {
    padding: 16px 0 0 0 !important;
}

.city-routes-section .city-route-head {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 12px;
    color: var(--second-color);
    font-size: 18px;
    font-weight: 600;
}

.city-routes-section .city-route-time {
    display: flex;
    align-items: center;
    column-gap: 24px;
    color: #A2A2A2;
    font-weight: 500;
}

.city-routes-section .city-route-time i {
    color: var(--main-color);
}

.editor-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.editor-section h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
}

.editor-section ul {
    padding-left: 24px;
    list-style: disc;
    color: #A2A2A2;
    font-size: 18px;
    margin-bottom: 24px;
}

.editor-section a {
    color: var(--second-color);
}

.car-overview-section .details-info {
    padding: 24px;
    border: solid 1px #EAEBEC;
    border-radius: 10px;
}

.car-overview-section .details-info h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.car-overview-section .details-info p {
    font-size: 16px;
}

.car-overview-section .image-overview {
    margin-bottom: 40px;
}

.image-overview img {
    height: 400px;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 60px;
}

.image-overview h2 {
    font-size: 24px;
    font-weight: 700;
}

.amenities-row {
    row-gap: 24px;
}

.amenities-row h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.amenities-box {
    text-align: center;
    padding: 20px;
    border: solid 1px #EAEBEC;
    border-radius: 15px;
}

.amenities-box h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

@media (max-width:992px) {
    .airport-transfer-section .col-md-6 {
        width: 100% !important;
    }
}


input#inlineCheckbox109 {
    width: fit-content;
}

/*--------------------------------------------------------------------------------------*/
/*Responsive-Css-Here
/*--------------------------------------------------------------------------------------*/

@media screen and (min-width: 1441px) and (max-width: 1600px) {}

@media screen and (max-height: 1200px) {

    .header-main .navbar-expand-lg .navbar-nav {
        column-gap: 8px;
    }

    .header-main .navbar-expand-lg .navbar-collapse {
        column-gap: 18px;
    }

    /* .home-right {
        top: 208px;
    } */
}

@media screen and (max-width: 991px) {
    .home-section {
        min-height: 900px;
    }

    .color-btn.btn,
    a.color-btn.btn {
        border-width: 1px;
        padding: 10px 15px;
    }
    .testimonial-inner {
        margin-top: 30px;
    }

    .service-menu .card.card-body {
        background: #000000;
    }

    .service-menu .inner-menu a {
        color: #fff;
        margin-left: 20px;

    }

    .nav-item.our-service a {
        justify-content: space-between;
        padding: 9px;
    }

    .home-left h1 {
        font-size: 40px;
        line-height: 45px;
    }


    .exp-box {
        flex-direction: column;
    }

    .about-exp-outer {
        padding: 30px;
        margin: -81px auto 0 auto;
    }

    .product-inner .row {
        justify-content: center;
    }

    .banner-content h1 {
        font-size: 40px;
    }

    .page-banner-section {
        padding-top: 90px;
        height: 450px;
    }

    .testimonial-left-img img {
        width: 100%;
    }

    .home-right {
        position: static;
        width: 100%;
    }

    .home-right img {
        max-width: 80%;
        margin: 0 auto;
    }

    .header-main .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .filter-inner {
        margin-top: 40px;
    }

    .contact-right {
        margin-top: 30px;
    }

    .slick-dots {
        bottom: -50px;
    }

    .navbar-brand img {
        max-width: 96px !important;
    }

    .airport-transfer-right {
        justify-content: center;
        column-gap: 35px;
    }

    .airport-transfer-right-img::before {
        left: 8px;
    }

    .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(179deg) brightness(105%) contrast(101%);
    }

    .p-70,
    .p-60 {
        padding: 50px 0;
    }

    .home-left {
        padding-top: 160px;
        padding-bottom: 0px;
    }

    .header-main .header-btn-main {

        align-items: flex-start;
        flex-direction: column;
        row-gap: 16px;
    }

    .header-main .header-inner {
        justify-content: space-between;
    }

    .header-inner .navbar-collapse {
        background-color: #000;
        padding: 20px;
        border-radius: 20px;
        position: absolute;
        top: 110px;
        right: 0;
        left: 0;
        border: solid 1px;
    }

    .service-menu {
        position: relative;
        top: 0px;
        left: 0;
        width: 100%;
    }

    .nav-item.our-service a {
        padding-left: 0px;
    }

    /* .header-main .header-inner {
        display: contents;
    } */

    .home-left h1 span {
        display: inline;
    }

    .footer-logo-outer {
        text-align: center;
    }

    .home-filter {
        margin-top: -31px;
    }

    section.product-section {
        margin-top: -1px;
    }

    .footer-social {
        justify-content: center;
    }

    .working-hours-outer,
    .contact-info-outer {
        margin-top: 22px;
        text-align: center;
    }

    .copyright-text {
        font-size: 15px;
    }

    /* .select2-container {
        width: 100% !important;
    } */

    .serivce-inner img {
        width: 100%;
    }

    .cmn-heading h2,
    .book-form-section .cmn-heading h1 {
        font-size: 34px;
        line-height: 40px;
    }

    /* .navbar-toggler:focus, */
    .navbar-toggler {
        outline: none !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    .cmn-heading p {
        margin-top: 10px;
    }

    .cmn-heading {
        align-items: flex-start;
    }

    .form-btn .color-btn {
        margin-top: 10px;
    }

    .choose-us-inner h3 {
        font-size: 21px;
        line-height: 26px;
    }

    .why-choose-section .row.box-row {
        row-gap: 30px;
        justify-content: center;
    }

    .about-section.about-service-section .row {
        flex-direction: column-reverse;
        row-gap: 50px;
    }

    .step-row {
        height: auto;
        flex-wrap: wrap;
        gap: 30px;
        background-image: none !important;
    }

    .step-row .col-step-box {
        width: 47%;
        padding: 20px;
        border-radius: 20px;
        border: 2px solid #011222;
        row-gap: 20px;
        padding-top: 50px;
    }

    .col-step-box .content {
        margin-top: 30px;
    }

    .col-step-box:nth-child(4),
    .col-step-box:nth-child(2) {
        flex-direction: column;
    }

    .nbr img {
        max-width: 52px;
        height: 52px;
    }

    .col-step-box .nbr::before,
    .col-step-box:nth-child(2) .nbr::before,
    .col-step-box:nth-child(4) .nbr::before {
        top: -30px;
        width: 110px;
        height: 110px;
    }

    .book-form-section {
        padding-top: 180px;
        padding-bottom: 50px;
    }

    .col-choose-vehicle .product-top {
        flex-direction: column;
    }

    .product-img {
        width: 100%;
    }

    .col-choose-vehicle .product-img img {
        max-width: 100%;
    }

    .book-form-section .addon-vehicle-outer {
        margin-bottom: 24px;
    }

    /* .product-mid {
    padding: 24px 0px 0px 0px;
} */
}

@media (max-width: 767px) {
    .progressbar {
        max-width: 100%;
    }

    .progressbar li .border-line {
        width: 50px;
    }

    .book-form-section .form-action button {
        min-width: 100%;
    }

    .row.exp-row {
        row-gap: 30px;
    }

    .about-exp-outer {
        margin: -125px auto 0 auto;
    }

}

@media (max-width: 576px) {
    .home-section {
        min-height: 750px;
    }

    .step-row .col-step-box {
        width: 100%;
    }

    .col-choose-vehicle .form-check {
        padding-left: 0px;
    }

    .addon-vehicle-box .details-box {
        row-gap: 20px;
        flex-direction: column;
    }

    .addon-vehicle-box {
        padding: 15px;
        border-radius: 15px;
        row-gap: 20px;
        flex-direction: column;
    }

    .quantity-inputs {
        margin: 0 auto;
    }

    .addon-vehicle-box .details-box img {
        object-fit: contain;
        width: 100%;
    }

    .text-box {
        width: 100%;
        text-align: center;
    }

    .book-form-section .filter-inner {
        padding: 20px;
    }

    .city-routes-single {
        align-items: flex-start;
        row-gap: 20px;
        flex-direction: column;

    }

    .custom-discover-dots .slick-dots li button {
        width: 25px !important;
        height: 25px !important;
        font-size: 13px !important;
    }

    .col-choose-vehicle .product-main {
        padding: 15px;
    }

    .col-choose-vehicle .product-img img {
        border-radius: 15px;
        min-width: 100%;
    }

    .product-mid {
        padding: 15px 0px 0px 0px;
    }

    .about-section.about-service-section .row {
        row-gap: 30px;
    }

    .about-content .cmn-heading h3 {
        margin-top: 15px;
        font-size: 16px;
    }

    .footer-top {
        padding-top: 30px;
    }

    .map-outer iframe {
        height: 350px !important;
        border-radius: 15px;
    }

    .map-section {
        margin-bottom: 30px;
    }

    .about-exp-outer {
        padding: 15px;
        max-width: 100%;
        margin: 0px;
    }

    .about-exp-section {
        background: #fff;
        margin: 30px 0px;
    }

    body,
    html {
        overflow-x: hidden;
        width: 100%;
    }

    .contact-left-main {
        padding: 15px;
    }

    .product-mid {
        padding: 15px;
    }

    .product-bottom {
        padding: 0px 15px 15px 15px;
    }

    .product-img img {
        border-radius: 15px 15px 0px 0px;
    }

    .contact-left-main .contact-details a {
        font-size: 16px;
        line-height: 21px;
    }

    .product-main {
        border-radius: 15px;
    }

    .product-bottom span {
        font-size: 19px;
        line-height: 22px;
    }

    .contact-top-call {
        flex-direction: column;
        row-gap: 24px;
    }

    button.custom-prev.slick-arrow,
    button.custom-next.slick-arrow {
        height: 50px;
        width: 50px;
    }

    .slick-arrow i {
        font-size: 17px;
    }

    .top-cities .cmn-heading {
        row-gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .color-btn.btn,
    a.color-btn.btn,
    .border-btn.btn {
        padding: 10px;
    }

    .home-btn {
        margin-top: 20px;
        align-items: start;
        flex-direction: column;
        row-gap: 15px;
    }

    .home-left p {
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
    }

    .airport-transfer-right img {
        height: 332px;
    }

    .airport-transfer-right-img::before {
        height: 332px;
    }

    .banner-content h1 {
        font-size: 35px;
    }

    .page-banner-section {
        padding-top: 70px;
        height: 400px;
    }

    .cmn-heading {
        margin-bottom: 30px;
    }

    .premium-ride-section .cmn-heading {
        text-align: center;

    }

    .contact-left p {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-section .accordion-button {
        padding: 15px;
        font-size: 17px;
        line-height: 25px;
    }

    .faq-section .accordion-body {
        padding: 0 15px 15px 15px;
    }

    .product-bottom a.color-btn.btn {
        padding: 10px 18px;
    }

    .top-airport-one ul li a {
        font-size: 16px;
        padding: 10px;
    }

    .contact-right {
        padding: 15px;
    }

    .p-70,
    .p-60 {
        padding: 30px 0;
    }

    .testimonial-inner p {
        font-size: 16px;
        line-height: 25px;
    }

    .cmn-heading h2,
    .book-form-section .cmn-heading h1,
    .form-modal-body .headings h2,
    .editor-section h2,
    .testimonial-inner h2,
    .contact-left h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .search-popup-section {
        padding: 20px;
    }

    .editor-section p {
        font-size: 16px;
    }

    .editor-section h2 {
        margin-bottom: 8px;
    }

    .editor-section ul {
        font-size: 16px;
    }

    .product-heading h3,
    .choose-us-inner h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .filter-tab {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .copyright-text {
        text-align: center;
    }

    .copyright-links {
        justify-content: center;
    }

    .home-left h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .slick-dots {
        bottom: -40px;
    }

    .filter-inner {
        padding: 20px;
        margin-top: 30px;
        max-width: 100%;
        box-shadow: none !important;
        border: solid 1px #0000001A;
    }

    .progressbar li .border-line {
        display: none;
    }

    .book-form-section .addon-vehicle-outer h2 {
        margin-bottom: 16px;
    }

    .book-form-section .addon-vehicle-outer {
        padding: 20px;
    }

    .custom-discover-dots {
        display: none;
    }

    .about-img img {
        height: auto;
    }

    .contact-right .form-input input,
    .contact-right .form-input select,
    .col-booking-payment .form-input .form-control {
        height: 45px;
    }

    
}