@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

header {
    position: sticky;
    top: 0;
    z-index: 999999999;
    background: #fff;
    box-shadow: 0px 0px 30px 4px #d5d5d5;
    margin-bottom: 20px;
}

.navbar-brand img {
    width: 220px;
}

.nav-link {
    font-weight: 500;
}

.nav-item.active .nav-link {
    background: linear-gradient(90deg, #954396, #DB2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}


.navbar-toggler {
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-size: 25px;
    color: #fff;
    z-index: 99999;
    background: linear-gradient(90deg, #954396, #DB2430);
}

.navbar-toggler #menu {
    display: block;
}

.navbar-toggler #menuclose {
    display: none;
}

.navbar-toggler.show #menu {
    display: none;
}

.navbar-toggler.show #menuclose {
    display: block;
}


.submenu {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: #e7e7e7;
    display: none;
    z-index: 9999;
    padding: 40px 0px !important;
    height: 380px;
}

.subMenuContainer:hover .submenu {
    display: block;
}


.pageHead h1 {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #051036;
    text-align: center;
    margin-bottom: 20px;
}

.row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.innerPageBanner {
    background: url("../../images/banner1.png") no-repeat center center / cover;
    padding: 50px 0px;
    position: relative;
    ;
}

.pageHead.innerPageBanner h1,
.pageHead.innerPageBanner p {
    color: #fff;
    position: relative;
    z-index: 999;
}

.innerPageBanner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.pageHead p {
    color: #697488;
}

.sectionHead h2 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    position: relative;
    z-index: 6;
}

.sectionHead p {
    position: relative;
    z-index: 6;

}

.banner .carousel-item {
    height: 650px;
    overflow: hidden;
}

.carousel-item img {
    height: 100%;
    width: 100%;
}

.banner .carousel-control-prev,
.banner .carousel-control-next {
    width: 50px;
    height: 50px;
}

.banner .carousel-control-next-icon {
    background: url("../../images/banner-next.svg") no-repeat center center / 100% 100%;
}

.banner .carousel-control-prev-icon {
    background: url("../../images/banner-prev.svg") no-repeat center center / 100% 100%;
}

.banner .carousel-control-prev {
    left: 0;
    z-index: 999;
}

.banner .carousel-control-next {
    right: 0px;
    z-index: 999;
}

.banner .carousel-caption {
    bottom: auto;
    top: 8%;
    z-index: 8;
}

.banner .carousel-item {
    border-radius: 5px;
    overflow: hidden;
}

.banner .carousel-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #051036;
}

.banner .carousel-item h1 {
    font-size: 60px;
    font-weight: 600;
}

.banner .carousel-item p {
    font-size: 16px;
    font-weight: 400;

}

.bannerBtn {
    font-size: 20px;
    width: 200px;
    border-radius: 30px;
}

.bannerBtn:hover {
    background: linear-gradient(90deg, #954396, #DB2430);
    color: #fff;
}

.bookingConsole {
    position: absolute;
    bottom: 10%;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    min-height: 150px;
}

.packageCard .card {
    background: #f5f5f5;
    height: 100%;
    border: none;
}

.card-body {
    padding: 0;
}

.bookBtn {
    background: transparent;
    border: none;
}

.cardInfo {
    padding: 10px;
}

.packagdeInfo .sectionHead p {
    color: #051036;
    font-size: 15px;
}

.packagdeInfo .sectionHead h3 {
    font-size: 18px;
    font-weight: 500;
    color: #051036;
    margin-top: 30px;
}

.packagdeInfo .sectionHead ul {
    padding-left: 20px;
}

.packagdeInfo .sectionHead ul li::marker {
    color: #051036;
}

.pkgNav {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
}

.itenarary .accordion .accordion-button {
    border-bottom: 0;
    background: #D9D9D9 !important;
    border-radius: 5px;
}

.itenarary .accordion .accordion-body {
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0px 0px 5px 5px;
    padding-top: 5px;
}

.itenarary .accordion .accordion-body .row {
    background: #f5f5f5;
    padding: 10px 0px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.itenarary .accordion .accordion-body .row h4 {
    color: #051036;
    font-size: 20px;
    margin-bottom: 0;
}

.itenarary .accordion .accordion-body .row span {
    color: #051036;
    font-size: 14px;
}

.itenarary .accordion .accordion-body .row p {
    color: #051036;
    margin-bottom: 0;
}

.itenarary .accordion .accordion-body .row p span {
    color: #A8A8A8;
    font-size: 18px;
}

.itenarary .accordion .accordion-body .row .button {
    width: auto;
}

.itenarary .accordion .accordion-item {
    margin-bottom: 20px;
}

.itenarary .accordion .accordion-body .row ul {
    padding-left: 0px;
    display: flex;
    align-items: center;
}

.itenarary .accordion .accordion-body .row li {
    font-size: 14px;
    font-weight: 400;
    color: #051036;
    list-style: none;
    background: linear-gradient(90deg, #954396, #DB2430);
    color: #FFF;
    padding: 2px 10px;
    border-radius: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.itenarary .accordion .accordion-body .row span.badge {
    background: #051036;
    color: #fff;
}

.pkgRating {
    display: flex;
    align-items: center;
}

.pkgRating p {
    color: #051036 !important;
    font-size: 14px !important;
    margin-left: 5px;
}

.pkgRating p span {
    color: #954396 !important;
    font-size: 14px !important;

}

.roomDetails {
    background: linear-gradient(90deg, #954396 0%, #DB2430 97.37%);
    width: 97%;
    padding: 15px;
    border-radius: 5px;
    margin: 0px auto;
}

/* .roomDetails h4,
.roomDetails p,
.roomDetails span {
    color: #fff !important;
} */

.roomDetails .btn:hover {
    background: #fff !important;
    color: #051036 !important;
}

.tabNav {
    border: none;
    border-bottom: 1px solid #051036;

}

.tabNav .nav-link {
    font-weight: 500;
    color: #051036;
    font-size: 16px;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
}

.tabNav .nav-link.active {
    background: linear-gradient(90deg, #954396 0%, #DB2430 97.37%);
    color: #fff;
    -webkit-text-fill-color: #fff;
}

#progress-bar-container li {
    list-style: none;
    color: #051036;
    font-size: 15px;
    padding-left: 15px;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.2s;
    vertical-align: bottom;
    margin-bottom: 15px;
    position: relative;
}

#progress-bar-container li:before {
    content: " ";
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all ease 0.3s;
    position: absolute;
    transform: translate(-50%);
    top: 6px;
    left: 0;
    z-index: 9;
    background: linear-gradient(90deg, #954396 0%, #DB2430 97.37%);

}

#progress-bar-container #line {
    width: 2px;
    margin: auto;
    background: #9543963d;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50px;
    transform: translateX(-50%);
}

.itenarary h3 {
    color: #051036;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.dayList {
    border-radius: 5px;
    position: sticky;
    top: 55px;
}

.pkgdate {
    background: linear-gradient(90deg, #954396 0%, #DB2430 97.37%);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 15px;
}

.billingAndOffer {
    background: #F5F5F5;
}

.billingAndOffer .badge {
    background: #051036;
}

.billingAndOffer h4 span {
    font-size: 16px;
}

.billingAndOffer span {
    font-size: 12px;
}

.billingAndOffer .roomDetails {
    border-radius: 0px 0px 5px 5px;
    width: 100%;
}

.billingAndOffer p {
    color: #051036;
}

.billingAndOffer a {
    font-size: 12px;
    color: #051036;
}

.billingAndOffer .button {
    width: auto;
    color: #fff;
}

.includedList {
    font-size: 14px;
    color: #051036;
    font-weight: 500;
    display: flex;
    padding-right: 10px;
}

.includedList h4 {
    font-size: 14px;
}

.includedList ul li {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.billingAndOffer.activityCard .roomDetails {
    background: transparent;
}

.billingAndOffer.activityCard+.roomDetails {
    background: transparent;
}

.activityCard span {
    font-size: 16px;
}

.activityCard a {
    color: #fff !important;
    font-size: 16px;
}

.form-select:focus {
    box-shadow: none;
}

.tabs {
    background: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: -5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    z-index: 5;
}

.tabs.tabs1 {
    z-index: 9;
}

.tabs label {
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.tabs input {
    outline: none;
    width: 100%;
}

.tabBtn {
    padding: 15px 30px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

.tabBtn p {
    color: #fff;
}

.tabBtn .icon-active {
    display: none;
}

.tabBtn .icon-inactive {
    display: block;
}

.tabBtn.active {
    background: #fff;
}

.tabBtn.active p {
    background: linear-gradient(90deg, #954396 0%, #DB2430 97.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.tabBtn.active .icon-active {
    display: block;
}

.tabBtn.active .icon-inactive {
    display: none;
}

.home .testimonials .carousel-control-prev {
    left: 0;
    bottom: 0px;
    top: auto;
    z-index: 999;
}

.home .testimonials .carousel-control-next {
    right: auto;
    left: 200px;
    bottom: 0px;
    top: auto;
    z-index: 999;
}

.home .testimonials .carousel-indicators .indicators {
    background-clip: padding-box;
    background-color: #95439680;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.home .testimonials .carousel-indicators .indicators.active {
    background-color: #954396;
    height: 10px;
    width: 10px;
}

.home .testimonials .carousel-indicators {
    justify-content: flex-start;
    margin-left: 85px;
}

.placeCard {
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
}

.activity .placeCard a {
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeCard:hover {
    transform: scale(1.03);
}

.placeCard a {
    display: block;
    border-radius: 5px;
    position: relative;
}

.placeCard a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(5, 16, 54, 0.60) 0%, rgba(5, 16, 54, 0.00) 63.5%);

}

.placeCard h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 999;
    padding-right: 30px;
}

.package .pageHead {
    margin-top: 100px;
}

.packageCardContainer {
    padding: 0px 50px;
}

.packageCardContainer.pkgListPage {
    padding: 0;
}

.packageCardSlider {
    display: flex;

}

.packageList.mobile {
    display: none !important;
}

.cardImg {
    width: 100%;
    border-radius: 5px;
    position: relative;
    height: 150px;
}

.cardImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cardImg .badge {
    position: absolute;
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(90deg, #954396 0%, #DB2430 105.97%);
    color: #fff;
    padding: 8px 13px;
    font-size: 10px;
    font-weight: 400;
    top: 20px;
    left: 0;
}

.packageHead .badge {
    border-radius: 5px;
    background: linear-gradient(90deg, #954396 0%, #DB2430 105.97%);
    color: #fff;
    padding: 8px 13px;
    font-size: 14px;
    font-weight: 400;
}

.badge.economy {
    background: #00af09 !important;
}

.banner.packageDetails .carousel-item {
    height: 300px;
}

.location {
    font-size: 14px;
    color: #697488;
    margin-bottom: 5px;
}

.packageHead {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.packageHead p {
    color: #697488;
    margin: 0px 10px;
}

.packageName h3 {
    font-size: 18px;
    line-height: 22px;
    color: #051036;
    font-weight: 500;
}

.packageName p {
    font-size: 14px;
    color: #697488;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.packageName p span {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #697488;
    margin: 0px 5px;
}

.packageTags .badge {
    border-radius: 16px;
    background: linear-gradient(90deg, #954396 0%, #DB2430 105.97%);
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 400;
}

.packageTags .badge.economy {
    background: #00af09 !important;
}

.rating {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    background: #954396;
    padding: 5px 7px;
    margin-bottom: 0;
    margin-right: 10px;
}

.review {
    font-size: 14px;
    color: #051036;
    font-weight: 500;
    margin-bottom: 0;
}

.review span {
    font-weight: 400;
    color: #697488;
    margin-left: 10px;
}

.price {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.price p {

    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.price p span {
    color: #697488;
    margin-left: 5px;
}

.bookBtn .button {
    width: 100px;
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 35%;

}

.owl-prev {
    left: -30px;
    position: absolute;
    z-index: 99999;
    background: linear-gradient(270deg, #954396 0%, #DB2430 100%) !important;
    border: 1px solid #954396 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 31px !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}

.owl-next {
    right: -30px;
    position: absolute;
    z-index: 99999;
    background: linear-gradient(90deg, #954396 0%, #DB2430 100%) !important;
    border: 1px solid #954396 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 31px !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}

.blogSec .placeCard h3 {
    position: relative;
    top: auto;
    left: auto;
    color: #fff;
}

.blogSec .blogInfo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 90%;
    z-index: 999;
    transform: translateX(-50%);
}

.blogLeft {
    height: 400px;
}

.blogLeft .blogInfo h3 {
    font-weight: 600;
    font-size: 26px;
}

.blogLeft .blogInfo p,
.blogRight .blogInfo p {
    font-size: 15px;
    color: #fff;
}

.blogRight {
    height: 190px;
}

.blogRight .blogInfo h3 {
    font-weight: 600;
    font-size: 18px;
}

.blogSec .placeCard a::after {
    background: linear-gradient(0deg, rgba(5, 16, 54, 0.60) 0%, rgba(5, 16, 54, 0.00) 63.5%);
}

.blogSec .placeCard a img {
    width: 100%;
    height: 100%;
}

.selectSight {
    display: flex;
    align-items: center;
    justify-content: center;
}

.selectSight select {
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin-left: 10px;
    outline: none;
    width: 210px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    background: url("../../images/SortDown.svg") no-repeat center right 10px / 25px auto, linear-gradient(90deg, #954396, #DB2430);
}

.sightCard .card-body {
    padding: 16px;
}

.testimonialsBody {
    background: #EDEDED;
}

.selectSight select:focus {
    box-shadow: none;
}

.selectSight select option {
    color: #000;
}

.tags {
    font-size: 12px;
    color: #008009;
    font-weight: 500;
}

.card-title,
.card-text {
    color: #051036;
}

.btn-primary {
    background: #051036;
    color: #fff;
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(90deg, #954396, #DB2430);
}

.sightCard {
    background: #F3F3F3;
    border: none;
    height: 100%;
}

.ratings i {
    color: #F29D38;
}

/* .partnersLogo {
    display: flex;
    overflow-x: hidden;
} */

.partnersLogo .swiper-wrapper {
    display: flex;
}




.partnersLogo .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px !important;
}

.partnersLogo .swiper-slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    cursor: pointer;
    filter: grayscale(1);
}

.partnersLogo .swiper-slide img:hover {
    filter: none;
}

.button {
    background: linear-gradient(90deg, #954396, #DB2430);
    color: #fff;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    width: 300px;
    border: none;
}

.button:hover {
    color: #fff;
    background: linear-gradient(90deg, #DB2430, #954396);
}

.socialIcon a {
    display: inline-block;
    margin-left: 10px;

}


.socialIcon a i {
    color: #DB2430;
    font-size: 25px;
    transition: all 0.3s ease 0s;
}

.socialIcon a:hover i {
    color: #DB2430;
}

.subSecHead {
    font-size: 22px;
}

.aboutSight p {
    margin-bottom: 0;
    color: #051036;
}

.articleHead {
    position: sticky;
    top: 50px;
    background: #f3f3f3;
    padding-top: 10px;
}

.aboutSight .button {
    width: 200px;
}

.sightSeeingBanner {
    height: 400px;
}

/* .accordion-button::after {
    content: "";
    position: absolute;
    background-image: url("../../images/expand-icon.svg") !important;

}

.accordion-button:not(.collapsed)::after {
    background-image: url("../../images/collapse-icon.svg") !important;
} */

.sightSeeingBanner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.accordion-item {
    border: none;
}

.accordion-button {
    font-weight: 700;
    font-size: 18px;
    background: transparent !important;
    border-bottom: 1px solid #051036;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {

    color: #051036;
}

.accordion {
    border-radius: 0 !important;
    --bs-accordion-inner-border-radius: 0;
}

.termsPoints li {
    margin-bottom: 25px;
    color: #051036;
    font-weight: 500;
}

.termsPoints li::marker {
    color: #051036;
}

.testimonials {
    padding-bottom: 75px;
}

.userInfo {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;

}

.comment p {
    margin-top: 25px;
    font-weight: 600;
    color: #051036;
}

.userInfo .profileImg {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.userInfo h3 {
    font-size: 20px;
    font-weight: 600;
    color: #051036;
}

.userInfo p {
    color: #697488;
}

.carousel-indicators {
    align-items: center;
}

.carousel-indicators .indicators {
    background-clip: padding-box;
    background-color: #95439680;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.carousel-indicators .indicators.active {
    background-color: #954396;
    height: 10px;
    width: 10px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}

.carousel-control-next-icon {
    background: url("../../images/arrow-right.svg") no-repeat center center / 100% auto;
}

.carousel-control-prev-icon {
    background: url("../../images/arrow-left.svg") no-repeat center center / 100% auto;
}

.contactCard {
    background: #F2F2F2;
    padding: 20px 10px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.contactCard label {
    font-size: 18px;
    font-weight: 600;
    color: #051036;
}

.contactCard input,
.contactCard textarea,
.contactCard select {
    color: #051036;
    font-size: 16px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #051036;
    border-radius: 0px;
    resize: none;
}

.contactCard input:focus,
.contactCard textarea:focus,
.contactCard select:focus {
    box-shadow: none;
    background: transparent;
}

.contactCard select {
    background: url("../images/SortDownBlack.svg") no-repeat center right 10px / 25px auto;
}

.contactCard select:focus {
    background: url("../images/SortDownBlack.svg") no-repeat center right 10px / 25px auto;
}

.contactCard .button {
    width: 150px;
}

.contactInfo {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contactInfo h3 {
    color: #051036;
    font-size: 20px;
    font-weight: 600;
}

.contactInfo p {
    color: #051036;
    font-size: 16px;
    margin-bottom: 0;
}

.contactInfo i {
    color: #051036;
    font-size: 22px;
}

.load_more button {
    border-radius: 15px;
    outline: none;
    border: none;
    text-align: center;
    padding: 5px 25px;
    background: linear-gradient(90deg, #DB2430, #954396);
    color: #FFF;
}



.faqList {
    margin-top: 25px;
}

.faq {
    margin-top: 20px;
}

.faqList li {
    font-weight: 600;
    border-radius: 0;
    padding-left: 10px;
    transition: all 0.3s ease 0s;
}

.parent.accordion-button.collapsed {
    background: transparent !important;
    color: #051036;
}

.parent.accordion-button {
    padding: 0;
    border-radius: 0px !important;
    background: linear-gradient(90deg, #954396, #DB2430) !important;
    color: #fff;

    font-weight: 500;
}



.accordion-button::after {
    display: none !important;
}

[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 45px 0 10px 0;
}

[slider]>div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px;
}

[slider]>div>[inverse-left] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider]>div>[inverse-right] {
    position: absolute;
    right: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider]>div>[range] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background: linear-gradient(90deg, #954396 0.09%, #DB2430 99.92%);
}

[slider]>div>[thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 28px;
    width: 28px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
}

[slider]>input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div[slider]>input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider]>input[type=range]:focus {
    outline: none;
}

div[slider]>input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider]>input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type=range]::-ms-tooltip {
    display: none;
}

[slider]>div>[sign] {
    opacity: 1;
    position: absolute;
    margin-left: -15px;
    top: -30px;
    z-index: 3;
    color: #954396;
    border-radius: 28px;
    -webkit-border-radius: 0;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider]>div>[sign]>span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider]:hover>div>[sign] {
    opacity: 1;

}

.enqueryNow {
    height: auto;
}

.blogInfo h3 {
    font-size: 24px;
    color: #051036;
}

.blogInfo p {

    color: #051036;
}

.billingAmount {
    max-height: 300px;
    overflow-y: scroll;
    color: #fff;
    font-weight: 500;
}

.blogInfo .badge {
    background: linear-gradient(90deg, #954396 0.09%, #DB2430 99.92%);
    border-radius: 30px;
    font-weight: 400;
}

.blogImg img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.searchBar {
    border: 1px solid #dddddd;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.searchBar input {
    outline: none;
    width: 100%;
    padding-left: 30px;
}

.searchBar img {
    position: absolute;

}

.recentPost {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    padding-top: 20px;
}

.recentPost ul li {
    list-style: none;
    margin-bottom: 20px;
}

.recentPost ul li p {
    color: #051036;
    font-weight: 600;
    margin-bottom: 0;
}

.recentPost ul li span {
    color: #CCC;
    font-size: 12px;
}

.recentPost ul li img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin-right: 10px;

}

.suggestedPacks {
    background: linear-gradient(90deg, #954396 0.09%, #DB2430 99.92%);
}

footer {
    background: #252525;
    padding-top: 30px;
}

footer .suggestedPacks {
    background: transparent;
}

.suggestedPacks h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.suggestedPacks a {
    color: #fff;
}

.suggestedPacks ul li::marker {
    color: #fff;
}

.contactExpert {
    background: url("../../images/experts.jpg") no-repeat center center / 100% auto;
    padding: 65px 0px;
    position: relative;
}

.contactExpert::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
    background: #051036;
}

.contactExpert h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 99;
}

.ferryPage .bookingConsole {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 98%;
    margin: 0px auto;
}

.inputRow {
    background: #dfdfdf;
    padding: 5px 0px;
    border-radius: 5px;
}

.ferryCard {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0px 4.43px 17.71px 0px #9E9E9E40;
}

.ferryCard.ferrySearch {
    display: flex;
    width: 100%;
}

.ferryCard.ferrySearch .ferryImg img {
    width: 100%;
    height: 100%;
}

.ferryCard.ferrySearch .ferryDetails {
    width: 66%;
    display: flex;
    justify-content: space-between;
}

.ferryCard.ferrySearch .ferryImg {
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0px 16px 26px 0px #00000066;
}

.ferryCard.ferrySearch .ferryImg {
    width: 34%;
}

.ferryDetails h4 {
    color: #14204d;
    font-weight: 700;
    margin: 0;
    font-size: 25px;
}

.ferryDetails p {
    color: #333;
    margin-bottom: 0;
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.ferryDetails p b {
    color: #d72535;
    font-size: 16px;
}

.processCard {
    background: linear-gradient(360deg, #954396, #DB2430) !important;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    height: 100%;
    border: none;
}

.processCard h3 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
}

.processCard p {
    color: #cccccc;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.ferryCardSlider .item.swiper-slide,
#collabFerry .item.swiper-slide {
    width: 330px;
    margin-right: 20px;
}

.ferryCard {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0px 4.43px 17.71px 0px #9E9E9E40;
}

.ferryPageBanner {
    background: linear-gradient(90deg, #954396, #DB2430);
    padding: 50px 0px;
}

.ferryDetails .btn {
    padding: 5px 15px;
    border-radius: 10px;
    background: linear-gradient(90deg, #954396, #DB2430);
    color: #fff;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ferryDetails .btn:hover {
    background: linear-gradient(90deg, #DB2430, #954396);
}

.classBtn {
    min-width: 50%;
}

.ferryDetails h4 {
    color: #964293;
    font-weight: 700;
    margin: 0;
    font-size: 25px;
    text-align: left;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ferryPage .tabs {
    position: relative;
    padding: 20px;
}

.contactExpert p {
    font-size: 22px;
    color: #fff;
    position: relative;
    z-index: 99;
    margin-bottom: 0;
}

.achievements ul {
    border-bottom: 1px solid #E1E1E1;
}

.achievements ul li {
    padding-bottom: 15px;
    cursor: pointer;
    margin-right: 20px;
    width: 200px;
    display: flex;
    height: 200px;
    /* overflow: hidden; */
    justify-content: center;
    align-items: center;

}

.achievements ul li img {
    height: 100% !important;
    width: 100%;
    object-fit: contain;
    filter: grayscale(1);
    transition: all 0.3s ease 0s;
}

.achievements ul li img:hover {
    filter: none;
}

.achievements ul li.active {
    position: relative;


}

.achievements ul li.active img {
    filter: none;
}

.achievements ul li.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #954396 50%, #DB2430 81.56%);
}

.achievementCommentContainer {
    margin-top: 50px;
}

.achievementComment {
    border-radius: 5px;
    background: linear-gradient(90deg, #954396 0%, #DB2430 100%);
    padding: 40px;
}

.achievementComment h3 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.achievementComment p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}



.achievementComment {
    display: none;
    width: 85%;
    margin: 0px auto;
}

.activityList a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.activityList.mobile {
    display: none !important;
}

.destinations.mobile {
    display: none !important;
}

.destinations .placeCard {
    height: 215px;
    overflow: hidden;
}

.destinations .placeCard a {
    height: 100%;
}

.destinations .placeCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.activityPage.mobile {
    display: none !important;
}

.card {
    background: #f5f5f5;
    border: none;
}

#myModal {
    margin-top: 50px;
}

.billMobile {
    display: none;
}

@media only screen and (max-width: 991px) {
    .bookingSumBg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background: #00000088;
        backdrop-filter: blur(2px);
        transition: all 0.3s ease 0s;
        z-index: 99999;
    }

    #payment.show {
        top: 20px !important;
    }

    .billingAmount {
        max-height: 500px;
    }

    .bookingSumBg.show {
        height: 100%;
    }

    #payment {
        position: fixed !important;
        z-index: 999999;
        width: 60%;
        left: 50%;
        top: -1000px !important;
        transform: translateX(-50%);
        transition: all 0.3s ease 0s;
    }

    .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #00000083;
        display: none;
        z-index: 999;
    }

    .billMobile {
        display: block;
        background: linear-gradient(90deg, #954396, #DB2430) !important;
        width: 100%;
        position: fixed;
        bottom: 0px;
        border-radius: 0px;
        z-index: 99999;
        color: #fff;
        font-weight: 700;
        padding: 5px 0px;
        border-top: 1px solid #fff;
    }

    #navbarNav {
        position: absolute;
        top: 55px;
        right: -1000px;
        background: transparent;
        width: 100%;
        padding: 20px;
        z-index: 99999;
        transition: all 0.4s ease 0s;
        min-height: 325px !important;
    }

    .navbar-nav {
        padding: 20px;
        background: #fff;
        box-shadow: 0px 0px 10px 0px #acacac;
    }

    .tabs {
        padding: 20px 10px;
    }

    .banner .carousel-item h1 {
        font-size: 44px;
    }

    .blogLeft {
        height: 400px;
    }

    .blogRight {
        height: 190px;
    }

    .contactExpert {
        background: url(../images/experts.jpg) no-repeat center center / 100% 100%;
    }

    .contactExpert h2 {
        font-size: 25px;
        text-align: center;
    }

    .contactExpert p {
        font-size: 16px;
        text-align: center;
    }

    .package .pageHead p {
        text-align: center;
    }

    .destinations .placeCard img {
        width: 100%;
        height: 100%;
    }

    .dayList {
        position: fixed;
        bottom: -575px;
        width: 100%;
        top: auto;
        height: 650px;
        left: 0;
        overflow-y: scroll;
        z-index: 99999;
        background: #051036;
        padding: 20px;
        transition: all 0.3s ease 0s;
    }

    .dayList.show {
        bottom: 0;
    }

    .mobileBill i {
        transition: all 0.3s ease 0s;
    }

    .mobileBill.show i {
        transform: rotate(180deg);
    }
}

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

    .activity .placeCard a {
        height: 130px;
    }

    .ferryCard.ferrySearch {
        display: block;
    }

    .destinations .placeCard {
        height: 130px;
    }

    .processCard.card {
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 10px 20px;
    }

    .processCard .card-body {
        padding: 0;
        width: 35%;
    }

    .processCard .card-body img {
        width: 80% !important;
    }

    .processCard .card-footer {
        width: 65%;
    }

    .ferryCard.ferrySearch .ferryDetails {
        width: 100%;
        margin-top: 20px;
        margin-left: 0 !important;

    }

    .ferryCard.ferrySearch .ferryImg {
        width: 100%;
    }

    .ferryCard.ferrySearch .ferryImg img {
        width: 100%;
        height: auto;
    }

    .blogLeft {
        height: 200px;
    }

    .blogRight {
        height: 200px;
    }

    .blogLeft .blogInfo h3 {
        font-size: 18px;
        padding-right: 10px;
    }

    .blogRight .blogInfo h3 {
        padding-right: 10px;
    }

    .blogInfo .badge {
        margin-top: 5px;
    }

    .contactExpert {
        background: url(../images/experts.jpg) no-repeat center center / auto 100%;
    }

    .owl-nav {
        top: 28%;
    }

    .packageCardContainer {
        padding: 0px 20px;
    }

    .destinations.mobile {
        display: block !important;
    }

    .destinations.desktop {
        display: none;
    }

    .destinations .owl-prev {
        left: -10px;
    }

    .destinations .owl-next {
        right: -25px;
    }

    .destinations .owl-nav {
        top: 35%;
        transform: translateY(-50%);
    }

    .packageCardContainer.pkgListPage {
        padding: 0px 15px 0px 15px;
    }

    .packageList.mobile {
        display: block !important;
    }

    .packageList.desktop {
        display: none;
    }

    .activityPage.mobile {
        display: block !important;
    }

    .activityPage.desktop {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .ferryCard.ferrySearch .ferryDetails {
        display: block;
    }

    .bookingPage {
        overflow-x: scroll;
    }

    .bookingPage .left_side {
        width: 550px;
    }

    #payment {
        width: 95%;
    }

    .activityList.desktop {
        display: none;
    }

    .activityList.mobile {
        display: block !important;
    }

    .owl-prev {
        left: -18px;
    }

    .owl-next {
        right: -18px;
    }

    .activityList .owl-prev {
        left: 0px;
    }

    .activityList .owl-nav {
        top: 50%;
        transform: translateY(-50%);
    }

    .destinations .owl-prev {
        left: 0px;
    }

    .destinations .owl-next {
        right: -25px;
    }

    .achievementComment {
        padding: 25px;
    }

    .bookingConsole {
        position: relative;
        transform: none;
        left: auto;
        bottom: auto;
        width: 100%;
        margin: 0px auto;
        min-height: 250px;
        margin-top: 20px;

    }

    .banner .carousel-item {
        height: 400px;
    }

    .tabBtn {
        background: #ccc;
    }

    .tabBtn.active {
        box-shadow: 0px 0px 5px 0px #ccc;
    }

    .tabs {

        box-shadow: 0px 10px 5px 0px #ccc;
    }

    .tabBtn {
        padding: 15px 10px;
    }

    .tabBtn3 {
        padding: 12px 10px;
    }

    .banner .carousel-item h1 {
        font-size: 30px;
    }
}



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

    .achievementComment {
        padding: 25px;
    }

    .userInfo {
        flex-wrap: wrap;
        justify-content: center;
    }

    .achievementComment h3 {
        font-size: 22px;
    }

    .achievementComment p {
        font-size: 14px;
    }

    .navbar-brand img {
        width: 150px;
    }

    .button {
        width: 90%;
    }


    .banner .carousel-item h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 340px) {
    .tabBtn img {
        display: none !important;
    }

    .tabBtn p {
        margin-left: 0 !important;
    }

    .tabBtn3 {
        padding: 15px 10px;
    }
}

.ui-datepicker-header {
    background: linear-gradient(90deg, #954396, #DB2430) !important;
    border: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ui-state-default {
    border: none !important;

}


:root {
    --theme-color: #ff7f27;
    --theme-color-hover: #fc914a;
    --theme-color2: #000c7b;
}

/* Modal Box  */

.modal-box {
    width: 100%;
    max-width: 300px;
    margin: 20px 0;
}

/* Custom Multi Select */
.sd-multiSelect {
    position: relative;
}

.sd-multiSelect .placeholder {
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
}

.sd-multiSelect .ms-offscreen {
    height: 1px;
    width: 1px;
    opacity: 0;
    overflow: hidden;
    display: none;
}

.sd-multiSelect .sd-CustomSelect {
    width: 100% !important;
}

.sd-multiSelect .ms-choice {
    position: relative;
    text-align: left !important;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #e3e3e3;
    background: #ffff;
    box-shadow: none;
    font-size: 15px;
    height: 35px;
    font-weight: 500;
    color: #212529;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sd-multiSelect .ms-choice:after {
    content: "\f107 ";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.sd-multiSelect .ms-choice:focus {
    border-color: var(--theme-color);
}

.sd-multiSelect .ms-drop.bottom {
    display: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.sd-multiSelect .ms-drop ul {
    padding-left: 10px;
    overflow-y: scroll;
    height: 250px;
}

.sd-multiSelect .ms-drop li {
    position: relative;
    margin-bottom: 10px;
    list-style: none;
}

.sd-multiSelect .ms-drop li input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.sd-multiSelect .ms-drop li label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.sd-multiSelect .ms-drop li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #954396;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.sd-multiSelect .ms-drop li input:checked+span:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg, #954396 0%, #DB2430 105.97%);
    border-width: 0 2px 2px 0;
}

.caro_image {
    height: 200px;
    display: flex;
    align-items: center;
}

#phoneVerificationModal {
    z-index: 999999;
}

.caro_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.details_page .owl-prev {
    background: none !important;
    left: 1px;
}

.details_page .owl-next {
    background: none !important;
    right: 1px;
}

/* booking details page */
.right_side {
    background: #242424;
    padding: 15px;
    border-radius: 10px;

}


.sd-multiSelect .ms-drop.bottom {
    position: relative;
    z-index: 99999999;
}
.billingAmount::-webkit-scrollbar {
    width: 2px;
    background: #fff;
}

.billingAmount::-webkit-scrollbar-thumb {
    width: 2px;
    background: linear-gradient(135deg, #954396 0%, #DB2430 105.97%);
}

.billingAmount::-webkit-scrollbar-track {
    width: 2px;
}

.booking_details h5 {
    font-size: 38px;

}

.booking_details p {
    font-size: 18px;
    margin: 0;
}

.left_side {
    padding: 20px 20px;
    border: 1px solid #b6b6b6;
    border-radius: 10px;
    background: #f7f7f7;
}

.left_side .form-control,
.left_side .form-select {
    margin-bottom: 10px;
}

.left_side h4 {
    font-size: 25px;
    color: #964293;
}

.left_side .contact_details {
    padding: 15px 0;
}

.left_side label {
    font-size: 18px;
    font-weight: 600;
}

.amount h5 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.amount span {
    font-size: 14px;
}

.fare_breakup {
    color: #fff;
}

.fare_breakup h5 {
    font-size: 15px;
}

.fare_breakup h5 {
    font-size: 14px;
    font-weight: 600;
}

.fare_breakup h6 {
    font-size: 16px;
}

.summary_left {
    background: linear-gradient(90deg, #954396 0%, #DB2430 97.37%);
    text-align: left;
    padding-top: 35px;
}

.print {
    background: green;
    color: #FFF;
    padding: 5px 18px;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 15px;
}

.loaderDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    background: #ffffff6e;
    backdrop-filter: blur(1px);
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}

.lds-spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;

    width: 80px;
    height: 80px;
    z-index: 9999; 
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3.2px;
    left: 36.8px;
    width: 6.4px;
    height: 17.6px;
    border-radius: 20%;
    background: #14204d;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    padding: 10px 15px;
    background-color: #25D366;
    /* WhatsApp green color */
    color: white;
    border-radius: 50px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.whatsapp-btn:hover {
    background-color: #20B358;
    /* Slightly darker shade for hover */
}


/* Cab booking style */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.cab_banner{
    background: linear-gradient(277.47deg, #954396 .35%, #DB2430);
    padding: 2rem 0 !important;
}
.cab_bookingconsol{
    background-color: #fff;
    border: 1px solid #b0b0b0;
    padding: 20px;
    border-radius: 10px;
    padding: 50px;
}
.form-select:focus {
    border-color: transparent!important;
    outline: 0;
    box-shadow:none!important;
   
}
.form-control:focus {
    color: var(--bs-body-color); 
    background-color: var(--bs-body-bg);
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.bookingconsol_heading h3{
font-size: 20px;
}
.bookingconsol_form{
    background-color: #fff;
    border: 1px solid #b0b0b0;
    padding: 20px;
    border-radius: 10px;
    margin-top: 39px;
}
.header_banner h1{
    color: #ffff;
    padding-bottom: 10px;
}
.search_btn{
    padding: 20px;
    background: #ffff;
    color: #DB2430;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    width: 200px;
    border: none;
    font-size: 20px;
}
.search_btn2{
    padding: 20px;
    background: linear-gradient(90deg, #954396, #DB2430);
    color: #ffffff;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    width: 200px;
    border: none;
    font-size: 20px;
}
.bookingconsol_form label{
color:#000;
font-weight: 700;
padding-bottom: 15px;
}
.bookingconsol_form_search label{
    color:#000;
    font-weight: 700;
    padding-bottom: 20px;
    }
.cab_bookingconsol_search{
    background-color: #fff;
    border: 1px solid #b0b0b0;
    padding: 20px;
    border-radius: 10px;
    padding: 25px; 
}
.bookingconsol_form_search{
    width: 80%;
    background-color: #fff;
    border: 1px solid #b0b0b0;
    padding: 20px;
    border-radius: 10px;
    margin-top: 39px;
}
.top_text{
    padding: 18px;
    border-radius: 0 0 8px 8px;
    box-shadow: rgba(37, 32, 31, 0.2) 0px 1px 0px 0px;
    border: 1px solid #f0f0f0;
}
.top_text p{
    font-weight: 600;
    font-size: 20px;
}
.Transfers_icons{
   margin-top: 15px;
    width: 150px;
    justify-content: center;
    background-color: #db24304f;
    border-radius: 14px;
    padding: 5px;
    font-size: 20px;
}
.Transfers_icons i{
    color: #DB2430;
    padding-right: 10px;
}
.dotted_line {
    position: absolute;
    width: 57%;
    top: 22px;
    border-top: 2px dashed #b0b0b0;
    z-index: 1;
    /* margin: 0px auto; */
    left: 21%;
  
}
.booking_bx{
    padding: 30px;
}
.booking_icon i{
    color: #DB2430;
    padding-right: 10px;
}
.book_btn{
    padding: 12px;
    background: linear-gradient(90deg, #954396, #DB2430);
    color: #ffffff;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    width: 80px;
    border: none;
    font-size: 15px;
}
.cab_price{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px!important;
}
.mitter{
    font-size: 24px;  
    z-index: 99999;
}
.where_go{
    /* z-index: 99999; */
    /* font-size: 25px; */
    width: 195px;
    font-size: 22px;
}.ui-datepicker-header {
    background: linear-gradient(90deg, #954396, #DB2430) !important;
    border: none !important;
} 











.main-footer {
    position: relative;
    /* background-color: var(--rentol-black, #212121); */
    z-index: 1;
  }
  
  .main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
  }
  
  .main-footer__top__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 58px;
    padding-bottom: 59px;
    border-bottom: 1px solid rgba(var(--rentol-border-color-rgb, 210, 210, 210), 0.2);
  }
  
  @media (max-width: 991px) {
    .main-footer__top__inner {
      flex-direction: column;
      gap: 30px;
      align-items: start;
      justify-content: start;
    }
  }
  
  .main-footer__middle {
    padding-top: 55px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  
  @media (max-width: 1199px) {
    .main-footer__middle {
      padding-bottom: 10px;
    }
  }
  
  .main-footer__bottom__inner {
    border-top: 1px solid rgba(var(--rentol-border-color-rgb, 210, 210, 210), 0.2);
    position: relative;
    padding: 39.4px 0px;
    text-align: center;
  }
  
  .main-footer__copyright {
    font-style: normal;
    color: #fff;
    font-family: var(--rentol-special-font, "DM Sans", sans-serif);
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 88%;
    text-transform: capitalize;
  }
  
  .main-footer__element-one {
    position: absolute;
    top: 50px;
    left: 0;
    animation: movebounce2 4s linear infinite;
  }
  
  @media (max-width: 991px) {
    .main-footer__element-one {
      display: none;
    }
  }
  
  .main-footer__element-two {
    position: absolute;
    bottom: 50px;
    right: 0;
    animation: movebounce2 3s linear infinite;
  }
  
  @media (max-width: 991px) {
    .main-footer__element-two {
      display: none;
    }
  }
  
  .main-footer--two {
    padding-top: 178px;
  }
  
  .main-footer--two .main-footer__middle {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .main-footer--two .main-footer__middle__inner {
    border-top: 1px solid rgba(219, 210, 202, 0.2);
    padding-top: 55px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  
  @media (max-width: 1199px) {
    .main-footer--two .main-footer__middle__inner {
      padding-bottom: 10px;
    }
  }
  
  .main-footer--two .footer-widget__title {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    color: var(--rentol-white, #fff);
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  
  .main-footer--two .footer-widget__title::after {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--rentol-white, #fff);
  }
  
  .main-footer--two .footer-widget__title::before {
    content: "";
    width: 55px;
    height: 2px;
    position: absolute;
    left: 30px;
    bottom: 0;
    background-color: var(--rentol-primary2, #DA0203);
  }
  
  .main-footer--two .footer-widget__logo {
    margin-bottom: 25px;
  }
  
  .main-footer--two .footer-widget__social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--rentol-text, #7E7E7E);
    color: var(--rentol-text, #7E7E7E);
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
  }
  
  .main-footer--two .footer-widget__social a:hover {
    transform: translateY(-3px);
    color: var(--rentol-white, #fff);
    opacity: 1;
    border-color: var(--rentol-primary2, #DA0203);
    background-color: var(--rentol-primary2, #DA0203);
  }
  
  .main-footer--two .footer-widget__links li a:hover {
    color: var(--rentol-primary2, #DA0203);
  }
 
  .footer-widget__title {
    color: var(--rentol-white, #fff);
    position: relative;
    padding-bottom: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
  }
  
  .footer-widget__title span {
    color: #DA0203;
  }
  
  .footer-widget__logo {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  
  .footer-widget__logo a {
    display: block;
  }
  
  .footer-widget__about-text {
    margin-top: -5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
    margin-bottom: 35px;
    padding-bottom: 0;
    text-transform: capitalize;
  }
  
  .footer-widget__social {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .footer-widget__social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rentol-text, #7E7E7E);
    color: #fff;
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
  }
  
  .footer-widget__social a:hover {
    transform: translateY(-3px);
    color: var(--rentol-white, #fff);
    opacity: 1;
    border-color: #DA0203;
    background-color: #DA0203;
  }
  
  .footer-widget__links {
    margin-top: -3px;
    margin-bottom: 0;
  }
  
  .footer-widget__links li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
  }
  
  .footer-widget__links li a {
    color: inherit;
    position: relative;
  }
  
  .footer-widget__links li a::after {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: #DA0203;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
  
  .footer-widget__links li a:hover {
    color: #DA0203;
  }

  
  .footer-widget__links li+li {
    margin-top: 10px;
  }
  
  .footer-widget__newsletter .form-group__form {
    background-color: var(--rentol-white, #fff);
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
  }
  
  .footer-widget__newsletter .form-group__form input[type=email] {
    width: 100%;
    border: none;
    outline: none;
    height: 55px;
    display: block;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 70px;
    transition: all 500ms ease;
    color: var(--rentol-black, #212121);
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    background-color: var(--rentol-gray, #EFEFEF);
  }
  
  .footer-widget__newsletter .form-group__form input[type=email]::placeholder {
    color: var(--rentol-text, #7E7E7E);
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
  }
  
  .footer-widget__newsletter .form-group__form span {
    position: absolute;
    transform: translateY(-50%);
    right: 20px;
    top: 50%;
    color: #DA0203;
    font-size: 16px;
  }
  
  .footer-widget__newsletter .form-group__form button[type=submit] {
    width: 100%;
    height: 45px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: var(--rentol-white, #fff);
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0;
  }
  
  .footer-widget__newsletter .form-group__form button[type=submit]::after {
    background-color: var(--rentol-primary, #EB3E32);
  }
  
  .footer-widget__newsletter .form-group__form button[type=submit]:hover {
    background-color: var(--rentol-primary, #EB3E32);
  }
  
  .footer-widget__list {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    gap: 53px;
  }
  
  @media (max-width: 1199px) {
    .footer-widget__list {
      gap: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .footer-widget__list {
      flex-wrap: wrap;
      gap: 30px 60px;
    }
  }
  
  .footer-widget__list li {
    display: flex;
    gap: 15px;
  }
  
  .footer-widget__list li:hover .footer-widget__list__icon {
    color: var(--rentol-white, #fff);
  }
  
  .footer-widget__list li:hover .footer-widget__list__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }
  
  .footer-widget__list__icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--rentol-white, #fff);
    font-size: 18px;
    color: #DA0203;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    position: relative;
  }
  
  .footer-widget__list__icon::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--rentol-primary, #EB3E32);
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
    z-index: -1;
  }
  
  .footer-widget__list__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--rentol-white, #fff);
    opacity: 0.6;
    text-transform: capitalize;
    margin-bottom: 4px;
    padding-bottom: 0;
    display: block;
  }
  
  .footer-widget__list a,
  .footer-widget__list p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--rentol-white, #fff);
  }
  
  .footer-widget__list a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  
  .footer-widget__list a:hover {
    background-size: 100% 1px;
  }
  
  .footer-widget__list a:hover {
    color: #DA0203;
  }
  
  .footer-widget__list p {
    text-transform: capitalize;
  }
  
  .footer-widget__contact-text {
    margin-top: -3px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 175%;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: capitalize;
  }
  
  @media (max-width: 1199px) {
    .footer-widget {
      margin-bottom: 40px;
    }
  }
  
  .footer-widget__contact {
    margin-bottom: 0;
  }
  
  .footer-widget__contact li {
    display: flex;
    align-items: start;
    gap: 20px;
  }
  
  .footer-widget__contact li i {
    color: var(--rentol-primary2, #DA0203);
    line-height: 22px;
    font-size: 16px;
  }
  
  .footer-widget__contact li p,
  .footer-widget__contact li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #807A75;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .footer-widget__contact li+li {
    margin-top: 22px;
  }
  
  /******** Footer Three**********/
  .main-footer-three {
    background-color: #040C2C;
    position: relative;
    z-index: 1;
    padding-top: 300px;
  }
  
  .main-footer-three__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: normal;
    opacity: 0.07;
    z-index: -1;
  }
  
  .main-footer-three__top__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(207, 210, 223, 0.2);
    margin-bottom: 55px;
  }
  
  @media (max-width: 575px) {
    .main-footer-three__top__inner {
      flex-direction: column;
      justify-content: start;
      align-items: start;
      gap: 30px;
    }
  }
  
  .main-footer-three__bottom__inner {
    margin-top: 60px;
    position: relative;
    padding: 49px 0px;
    text-align: center;
    border-top: 1px solid rgba(207, 210, 223, 0.2);
  }
  
  .main-footer-three__bottom__copyright {
    font-style: normal;
    color: var(--rentol-text, #7E7E7E);
    font-family: var(--rentol-special-font, "DM Sans", sans-serif);
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 88%;
    text-transform: capitalize;
  }
  
  .footer-widget-three__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: capitalize;
    color: var(--rentol-white, #fff);
  }
  
  .footer-widget-three__social {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .footer-widget-three__social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 22px;
    color: #6E717D;
    border: 1px solid #DBD2CA;
  }
  
  .footer-widget-three__social a:hover {
    background-color: var(--rentol-primary, #EB3E32);
    border-color: var(--rentol-primary, #EB3E32);
    color: var(--rentol-white, #fff);
  }
  
  .footer-widget-three__about {
    margin-bottom: 0;
  }
  
  .footer-widget-three__about li {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    text-transform: capitalize;
    color: var(--rentol-text, #7E7E7E);
  }
  
  .footer-widget-three__about li span {
    display: block;
  }
  
  .footer-widget-three__link {
    margin-bottom: 0;
  }
  
  .footer-widget-three__link li {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    text-transform: capitalize;
    color: var(--rentol-text, #7E7E7E);
  }
  
  .footer-widget-three__link li a {
    color: inherit;
  }
  
  .footer-widget-three__link li a:hover {
    color: var(--rentol-primary, #EB3E32);
  }
  
  .footer-widget-three__link li i {
    margin-right: 15px;
  }
  
  .footer-widget-three__link li+li {
    margin-top: 8px;
  }
  
  .footer-widget-three__button {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .footer-widget-three__button img {
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
  }
  
  .footer-widget-three--links {
    margin-left: -30px;
  }
  
  @media (max-width: 991px) {
    .footer-widget-three--links {
      margin-left: 0;
    }
  }
  
  .footer-widget-three--bottom {
    margin-left: 36px;
  }
  
  @media (max-width: 991px) {
    .footer-widget-three--bottom {
      margin-left: 0;
    }
  }
  
  /******** Footer Four**********/
  .main-footer-four {
    background-color: #F7F5F2;
    position: relative;
    z-index: 1;
    padding-top: 293px;
  }
  
  .main-footer-four__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    z-index: -1;
  }
  
  .main-footer-four__top__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--rentol-border-color, #D2D2D2);
    margin-bottom: 45px;
  }
  
  @media (max-width: 991px) {
    .main-footer-four__top__inner {
      gap: 30px;
      flex-direction: column;
      align-items: start;
      justify-content: start;
    }
  }
  
  .main-footer-four__top__left {
    display: flex;
    align-items: center;
  }
  
  @media (max-width: 991px) {
    .main-footer-four__top__left {
      gap: 30px;
      flex-direction: column;
      align-items: start;
      justify-content: start;
    }
  }
  
  .main-footer-four__call {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    line-height: 0;
    color: var(--rentol-primary3, #CEAC69);
  }
  
  .main-footer-four__call i {
    font-size: 30px;
    line-height: normal;
    margin-right: 20px;
  }
  
  .main-footer-four__call a {
    margin-left: 20px;
    color: inherit;
  }
  
  .main-footer-four__call a:hover {
    color: var(--rentol-primary4, #BC1834);
  }
  
  .main-footer-four__call:hover i {
    animation: wobble-horizontal-on-hover 1s linear;
  }
  
  .main-footer-four__middle {
    padding-bottom: 44px;
  }
  
  @media (max-width: 991px) {
    .main-footer-four__middle {
      padding-bottom: 40px;
    }
  }
  
  .main-footer-four__bottom {
    background-color: var(--rentol-black, #212121);
  }
  
  .main-footer-four__bottom__inner {
    position: relative;
    padding: 49px 0px;
    text-align: center;
  }
  
  .main-footer-four__bottom__copyright {
    font-style: normal;
    color: var(--rentol-text, #7E7E7E);
    font-family: var(--rentol-special-font, "DM Sans", sans-serif);
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 88%;
    text-transform: capitalize;
  }
  
  .footer-widget-four__logo {
    padding-right: 60px;
    border-right: 1px solid #E4DFD7;
    margin-right: 60px;
  }
  
  @media (max-width: 991px) {
    .footer-widget-four__logo {
      padding-right: 0px;
      border-right: 0px solid #E4DFD7;
      margin-right: 0px;
    }
  }
  
  .footer-widget-four__social {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .footer-widget-four__social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 22px;
    color: #6E717D;
    border: 1px solid #E4DFD7;
  }
  
  .footer-widget-four__social a:hover {
    background-color: var(--rentol-primary3, #CEAC69);
    border-color: var(--rentol-primary3, #CEAC69);
    color: var(--rentol-white, #fff);
  }
  
  .footer-widget-four__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: capitalize;
    color: var(--rentol-black, #212121);
  }
  
  .footer-widget-four__about-text {
    margin-top: -5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    margin-bottom: 10px;
    color: var(--rentol-text, #7E7E7E);
    padding-bottom: 0;
    text-transform: capitalize;
  }
  
  .footer-widget-four__about {
    margin-bottom: 0;
    margin-left: 0;
  }
  
  .footer-widget-four__about li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    text-transform: capitalize;
    color: var(--rentol-text, #7E7E7E);
  }
  
  .footer-widget-four__about li span {
    display: block;
    color: var(--rentol-primary3, #CEAC69);
  }
  
  .footer-widget-four__about li i {
    margin-right: 10px;
    color: var(--rentol-primary3, #CEAC69);
  }
  
  .footer-widget-four__about li a {
    color: inherit;
  }
  
  .footer-widget-four__about li a:hover {
    color: var(--rentol-primary3, #CEAC69);
  }
  
  .footer-widget-four__links {
    margin-top: -3px;
    margin-bottom: 0;
  }
  
  .footer-widget-four__links li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 138%;
    text-transform: capitalize;
    color: var(--rentol-text, #7E7E7E);
    transition: all 0.4s ease-in-out;
  }
  
  .footer-widget-four__links li a i {
    font-size: 17px;
    margin-right: 2px;
  }
  
  .footer-widget-four__links li a:hover {
    color: var(--rentol-primary3, #CEAC69);
    padding-left: 10px;
  }
  
  .footer-widget-four__links li+li {
    margin-top: 11px;
  }
  
  /******** Footer Five**********/
  .main-footer-five {
    position: relative;
    z-index: 1;
    background-color: var(--rentol-black, #212121);
  }
  
  .main-footer-five__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: difference;
    opacity: 0.3;
  }
  
  .main-footer-five__top__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    padding-top: 90px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(var(--rentol-white-rgb, 255, 255, 255), 0.2);
    margin-bottom: 35px;
  }
  
  @media (max-width: 991px) {
    .main-footer-five__top__inner {
      flex-direction: column;
      justify-content: start;
      align-items: start;
      gap: 30px;
    }
  }
  
  .main-footer-five__middle {
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
  }
  
  .main-footer-five__bottom__inner {
    border-top: 1px solid rgba(var(--rentol-white-rgb, 255, 255, 255), 0.2);
    position: relative;
    padding: 28.5px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  @media (max-width: 767px) {
    .main-footer-five__bottom__inner {
      flex-direction: column;
      justify-content: start;
      align-items: start;
      gap: 20px;
    }
  }
  
  .main-footer-five__copyright {
    font-style: normal;
    color: var(--rentol-text, #7E7E7E);
    font-family: var(--rentol-special-font, "DM Sans", sans-serif);
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 88%;
    text-transform: capitalize;
  }
  
  .footer-widget-five__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    color: var(--rentol-white, #fff);
    padding-bottom: 13px;
    margin-bottom: 22px;
    position: relative;
  }
  
  .footer-widget-five__title::before,
  .footer-widget-five__title::after {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--rentol-white, #fff);
  }
  
  .footer-widget-five__title::after {
    width: 55px;
    left: 30px;
    background-color: var(--rentol-primary, #EB3E32);
  }
  
  .footer-widget-five__about-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    text-transform: capitalize;
  }
  
  .footer-widget-five__logo {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  
  .footer-widget-five__logo a {
    display: block;
  }
  
  .footer-widget-five__form {
    width: 100%;
    height: 55px;
    background-color: var(--rentol-white, #fff);
    border-radius: 10px;
    position: relative;
  }
  
  .footer-widget-five__form input {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .footer-widget-five__form input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--rentol-text, #7E7E7E);
    text-transform: capitalize;
  }
  
  .footer-widget-five__form__btn {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: var(--rentol-text, #7E7E7E);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    line-height: 1;
    transition: all 0.4s ease-in-out;
    color: var(--rentol-primary, #EB3E32);
    text-transform: capitalize;
    font-weight: 700;
  }
  
  .footer-widget-five__form__btn i {
    color: var(--rentol-primary, #EB3E32);
    font-size: 20px;
    transition: all 0.4s ease-in-out;
  }
  
  .footer-widget-five__form__btn:hover {
    color: var(--rentol-black, #212121);
  }
  
  .footer-widget-five__form__btn:hover i {
    color: var(--rentol-black, #212121);
  }
  
  .footer-widget-five__social {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .footer-widget-five__social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 22px;
    color: #6E717D;
    border: 1px solid rgba(219, 210, 202, 0.2);
  }
  
  .footer-widget-five__social a:hover {
    background-color: var(--rentol-primary, #EB3E32);
    border-color: var(--rentol-primary, #EB3E32);
    color: var(--rentol-white, #fff);
  }
  
  .footer-widget-five__info li+li {
    margin-top: 13px;
  }
  
  .footer-widget-five__info li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--rentol-text, #7E7E7E);
    font-weight: 500;
    line-height: normal;
  }
  
  .footer-widget-five__info li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  
  .footer-widget-five__info li a:hover {
    background-size: 100% 1px;
  }
  
  .footer-widget-five__info li a:hover {
    color: var(--rentol-primary, #EB3E32);
  }
  
  .footer-widget-five__info__icon {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: var(--rentol-primary, #EB3E32);
  }
  
  .footer-widget-five__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
  }
  
  .footer-widget-five__links {
    margin-top: -3px;
    margin-bottom: 0;
  }
  
  .footer-widget-five__links li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: var(--rentol-text, #7E7E7E);
  }
  
  .footer-widget-five__links li a {
    color: inherit;
    position: relative;
  }
  
  .footer-widget-five__links li a::after {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: var(--rentol-primary, #EB3E32);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
  
  .footer-widget-five__links li a:hover {
    padding-left: 15px;
    color: var(--rentol-primary, #EB3E32);
  }
  
  .footer-widget-five__links li a:hover::after {
    content: "";
    width: 8px;
    height: 8px;
    opacity: 1;
    visibility: visible;
  }
  
  .footer-widget-five__links li+li {
    margin-top: 10px;
  }
  
  .footer-widget-five__button {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .footer-widget-five__button img {
    border-radius: 6px;
  }
  
  a{
    text-decoration: none;
  }