* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
}

body {
    color: #000;
    font-family: "Avenir LT Std";
    /* background: linear-gradient(180deg, #EEF1F7 0%, rgba(238, 241, 247, 0) 100%); */
}


/******* Comman Classes *******/

.purple {
    color: #6a78c7;
}

.green {
    color: #219653;
}

.green-two {
    color: #6fcf97;
}

.text--green {
    color: #40cc6d;
}

.text--red {
    color: #dc4946;
}

.bg-white {
    background-color: #f8f8fa !important;
    box-shadow: 0px 2px 19px rgba(106, 120, 199, 0.66);
}

.bg-green {
    background: #219653 !important;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
}

.bg-yellow {
    background: #f2c94c;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
}

.bg-blue {
    background: #2d9cdb;
    box-shadow: 0px 0px 19px rgb(0, 0, 0, 0.1);
}

.bg-purple {
    background-color: #6a78c7;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
}

.bg-green-two {
    background: #6fcf97;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
}

.d-pink {
    background: #d126a1;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
}

.bg-red {
    background: #eb5757 !important;
}

.bg-orange {
    background: #f2994a !important;
}

.bg-purple-2 {
    background: #9b51e0;
}

h3 {
    font-size: 40px;
    line-height: 40px;
    color: #f8f8fa;
    font-weight: normal;
}

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

.form-select:focus {
    box-shadow: none;
    border-color: #a4a6ba;
}

a.t-city-btn {
    border-radius: 100px;
    color: #ffffff;
    padding: 12px 40px;
}

a.filter-btn {
    padding: 5px 24px;
    border-radius: 100px;
    font-weight: 400;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}

.form-check-input[type="checkbox"] {
    border-radius: 2px;
}

.form-check-input {
    box-shadow: none;
    border-color: #878996;
}

.form-check-input:checked {
    background-color: #6a78c7;
    border-color: #6a78c7;
}

.para-fs-14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #393c52;
}

.small-box-wrapper {
    background: #fff;
    border-radius: 5px;
    padding: 8px;
    transition: all 0.5s ease;
    border: 1px solid transparent;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
}

.small-box-wrapper:hover {
    box-shadow: 0px 0px 19px rgb(106 120 199 / 78%);
    border: 1px solid #6a78c7;
    transition: all 0.5s ease;
}

h5.heading-fs-16 {
    font-weight: 800;
    font-size: 16px;
    line-height: 32px;
}

.d-l-Purple {
    color: #878996;
}

.purple-dark {
    color: #393c52;
}

.para-d-l-p {
    font-size: 14px;
    line-height: 22px;
    color: #878996;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #878996;
}


/****** Header Start ******/

header.header .navbar {
    padding: 26px 0;
    background: #eef1f7;
    background: rgb(106 120 199 / 20%);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.header .list-properties .list-properties-btn {
    background: rgba(95, 113, 215, 0.15);
    border-radius: 10px;
    padding: 11px 24px;
    color: #6A78C7;
    white-space: nowrap;
    font-weight: 600;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .list-properties .list-properties-btn i{
    font-size: 22px;
}
.header .list-properties .list-properties-btn:hover{
    background: linear-gradient(180deg, #6A78C7 0%, #8F9DE9 100%);
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid;
} 

.header .navbar .navbar-brand img {
    width: 100%;
    height: 100%;
    max-width: 154px;
    max-height: 62px;
}


/****** Dropdown ******/

header.header .navbar .dropdown-custom {
    border: none;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 1px 9px rgba(87, 110, 154, 0.3);
    border-radius: 10px;
    max-width: 160px;
    position: absolute;
    left: -77px !important;
    top: 52px;
}

header.header .navbar .dropdown-custom li{
    padding:5px 10px 0;
}
header.header .navbar .dropdown-custom li:hover{
    background-color: #eef1f7;
}
header.header .navbar .dropdown-custom li .dropdown-item.active{
    background-color: transparent;
}

header.header .navbar .dropdown-custom li a{
    border-bottom: 1px solid #E1E1E1 ;
    line-height: 32px;
    padding: 5px 0px;
    color: #385774;
    font-family: 'Avenir LT Std';
    font-style: normal;
    font-size: 16px;
    opacity: 0.6;
    font-weight: 600;
}
.header.header .navbar .dropdown-custom li a.dropdown-item.active{
    color: #6A78C7;
}
.header.header .navbar .dropdown-custom li:last-child a{
    border-bottom: 1px solid transparent ;
}
header.header .navbar .dropdown-custom li:last-child{
    border-bottom: 1px solid transparent;
}

header.header .navbar .dropdown-custom li a.dropdown-item:hover{
    background-color: transparent !important;
} 

header.header .navbar .dropdown-custom li:hover:first-child{
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
}
header.header .navbar .dropdown-custom li:hover:last-child{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

/******Logo design *******/

header.header .navbar a.navbar-brand {
    color: #393c52;
    font-size: 35px;
    line-height: 32px;
}
/* .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
} */
header.header .navbar .navbar-nav .nav-item {
    padding-right: 22px;
}

header.header .navbar .navbar-nav .nav-item a.nav-link {
    font-style: normal;
    opacity: 0.6;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #385774;
}
header.header .navbar .navbar-nav .nav-item a.nav-link.active{
    color: #6A78C7;
}
header.header .navbar .navbar-nav .nav-item a.nav-link span {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
}

header.header .navbar .navbar-nav .nav-item a.nav-link span.bg-primary {
    background-color: #6a78c7 !important;
}

header.header .navbar .dropdown .dropdown-btn {
    background: rgba(95, 113, 215, 0.15);
    border-radius: 10px;
    color: #6A78C7;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;

}
header.header .navbar .dropdown .dropdown-btn:hover{
    background: linear-gradient(180deg, #6A78C7 0%, #8F9DE9 100%);
    border-radius: 10px;
    color: #ffffff;
} 



/****** Header End ******/
/****** Offcanvas Header start ******/
header.header .navbar .offcanvas {
    border-right: 1px solid transparent;
    
}
.header .navbar .offcanvas .dropdown .dropdown-custom{
    border: none;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 1px 9px rgb(87 110 154 / 30%);
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0px!important;
    top: -200px;
}
.header .navbar .offcanvas .list-properties .list-properties-btn{
    font-weight: 600;
    padding: 11px 22px;
}

header.header .navbar .offcanvas .offcanvas-header{
    background: rgb(106 120 199 / 20%);
    padding: 26px 0;
}
header.header .navbar .offcanvas .offcanvas-body{
    background: linear-gradient(180deg, #F7F8FF 0%, #F0F2FF 100%);
}
header.header .navbar .offcanvas .offcanvas-body .listproperty_btn{
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 16px;
}
header.header .navbar .offcanvas .offcanvas-body .listproperty_btn .listproperty_login{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.header .navbar .offcanvas .offcanvas-body .listproperty_btn .listproperty_user{
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
    padding: 0 16px;
}
header.header .navbar .offcanvas .offcanvas-body  .navbar-nav .nav-item a.nav-link{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #393C52;
    padding: 20px 0;
}
header.header .navbar .offcanvas .offcanvas-body  .navbar-nav .nav-item{
    border-bottom: 1px solid rgb(106 120 199 / 10%);
}
header.header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item a.nav-link.active{
    color: #6A78C7;
}
header.header .navbar .offcanvas .offcanvas-body  .navbar-nav .nav-item:last-child{
    border-bottom: 1px solid transparent
}
/****** homepage-swiper section start *******/

[class^="swiper-button-"],
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
    transition: all 0.3s ease;
}

.homepage-swiper .swiper-wrapper .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
}

.homepage-swiper.swiper-container {
    width: 100%;
    height: 28vw;
    transition: opacity 0.6s ease;
}

.homepage-swiper.swiper-container.swiper-container-coverflow {
    padding-top: 72px;
}

.homepage-swiper.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}

.homepage-swiper .swiper-slide .content p.title {
    font-size: 56px;
    line-height: 32px;
    color: #fff;
    margin-top: 40px;
}

.homepage-swiper.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    background-image: none;
    color: #b0bec5;
}

.homepage-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
}

.homepage-swiper .swiper-slide .entity-img {
    display: none;
}

.homepage-swiper .swiper-slide .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center;
}

.homepage-swiper .swiper-button-next,
.homepage-swiper .swiper-button-prev {
    height: 25px;
}

.homepage-swiper [class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}

.homepage-swiper .swiper-button-prev {
    transform: translateX(50px);
    left: 25px;
    right: auto;
}

.homepage-swiper .swiper-button-next {
    transform: translateX(-50px);
    right: 4%;
    left: auto;
}

@media (max-width: 1180px) {
    .homepage-swiper .swiper-slide .content .title {
        font-size: 25px;
    }
    .homepage-swiper .swiper-slide .content .caption {
        font-size: 12px;
    }
}

@media (max-width: 1023px) {
    .homepage-swiper .swiper-container {
        height: 40vw;
    }
    .homepage-swiper .swiper-container.swiper-container-coverflow {
        padding-top: 0;
    }
}


/****** Landing page section end ********/


/****** Check-in-out section start *******/

.check-in-out {
    padding: 80px 0;
}

.check-in-out .check-in-out-inner {
    border: 1px solid #6a78c7;
    border-radius: 12px;
    padding: 24px 24px;
}

.check-in-out .check-in-out-inner .check-in-out-form .search-input {
    border: 1px solid #878996;
    border-radius: 5px;
    background-color: #fff;
}

.check-in-out .check-in-out-inner .check-in-out-form .form-control {
    border-radius: 5px;
    border: 1px solid #878996;
}

.check-in-out .check-in-out-inner .check-in-out-form .form-select {
    border: 1px solid #878996;
    border-radius: 5px;
}

.check-in-out .check-in-out-inner .check-in-out-form .check-in-out-bottom .select-option {
    max-width: 118px;
}

.check-in-out .check-in-out-inner .check-in-out-form .check-in-out-bottom .form-check-input:checked {
    background-color: #6a78c7;
    border-color: #6a78c7;
}

.check-in-out .check-in-out-inner .check-in-out-form .check-in-out-bottom .form-check-input[type="checkbox"] {
    border-radius: 2px;
}

.check-in-out .check-in-out-inner .check-in-out-form .check-in-out-bottom .form-check .form-check-input {
    float: none;
    vertical-align: bottom;
}

.check-in-out .check-in-out-inner .check-in-out-form .check-in-out-bottom .form-check .form-check-input {
    width: 24px;
    height: 24px;
    border: 1px solid #6a78c7;
}

.check-in-out .check-in-out-inner .check-in-out-form .check-in-out-bottom .white-space {
    white-space: nowrap;
}

.check-in-out .check-in-out-inner .check-in-out-btn a.search-btn {
    background: #6A78C7;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    /* width: 100%; */
}


/* Css for select2  */

.check-in-out .check-in-out-inner .select2 {
    width: 100% !important;
}

.check-in-out .check-in-out-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.check-in-out .check-in-out-inner .select2-container .select2-selection--single {
    height: 38px;
}

.check-in-out .check-in-out-inner .select2-container--default .select2-selection--single {
    border: 1px solid #878996;
    border-radius: 5px;
}

.check-in-out .check-in-out-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6a78c7;
    line-height: 35px;
}


/****** Check-in-out section end *******/


/******** Travel planning start *******/

.travel-planning .travel-planning-inner .travel-planning-heading h1 {
    font-size: 56px;
    line-height: 40px;
    font-weight: 400;
    color: #393c52;
    /* margin-bottom: 40px; */
    margin: 30px 0 40px 0;
    font-family: "Avenir LT Std";
}

.travel-planning .travel-planning-inner .travel-planning-heading p {
    font-size: 24px;
    line-height: 24px;
    color: #393c52;
    font-weight: 500;
}


/******pagination start *******/

.pagination-main .list-group-main .list-group-item {
    border-radius: 50% !important;
    background: #fff;
    margin: 10px;
    cursor: pointer;
}

.pagination-main .list-group .list-right-arrow .list-group-item {
    background-color: transparent !important;
}

.pagination-main .list-group-main .pagination-list {
    background: #ffffff;
    box-shadow: 0px 2.23711px 44.7421px rgba(107, 120, 199, 0.15);
    border: none;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-main .list-group-main .pagination-list a {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
}

.pagination-main .list-group-main a.pagination-text {
    color: #393c52;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding-top: 24px;
}

.pagination-main .list-group .list-right-arrow img {
    vertical-align: baseline;
}


/******pagination end *******/


/******* Travel info start *******/

.travel-planning .travel-info-main .travel-info-inner {
    background-image: url(../images/icons/travel-line.png);
    height: 32vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 16px 21px;
}

.travel-planning .travel-info-main .travel-info-inner img {
    width: 41px;
    height: 32px;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-bg {
    height: 78px;
    width: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-logo-img::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 50%;
    bottom: 5px;
    border: 8px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #f8f8fa;
    transform: translate(-50%, calc(100% + 5px));
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-car {
    position: absolute;
    left: 14%;
    top: 72px;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-car-img::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 50%;
    bottom: 5px;
    border: 8px solid transparent;
    border-bottom: 0;
    transform: translate(-50%, calc(100% + 5px));
    border-top: 8px solid #2d9cdb;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-bank {
    position: absolute;
    top: 36px;
    left: 27%;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-bank-img::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 50%;
    bottom: 5px;
    border: 8px solid transparent;
    border-bottom: 0;
    transform: translate(-50%, calc(100% + 5px));
    border-top: 8px solid #6a78c7;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-tree {
    position: absolute;
    left: 47%;
    top: 36px;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-tree-img::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 50%;
    bottom: 5px;
    border: 8px solid transparent;
    border-bottom: 0;
    transform: translate(-50%, calc(100% + 5px));
    border-top: 8px solid #219653;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-bag {
    position: absolute;
    top: 56px;
    right: 33%;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-bag-img::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 50%;
    bottom: 5px;
    border: 8px solid transparent;
    border-bottom: 0;
    transform: translate(-50%, calc(100% + 5px));
    border-top: 8px solid #f2c94c;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-rest {
    position: absolute;
    top: -18px;
    right: 19%;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-rest-img::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 50%;
    bottom: 5px;
    border: 8px solid transparent;
    border-bottom: 0;
    transform: translate(-50%, calc(100% + 5px));
    border-top: 8px solid #6fcf97;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-csoon {
    position: absolute;
    right: 0;
    top: 79px;
}

.travel-planning .travel-info-main .travel-info-inner .travel-info-csoon-img::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 50%;
    bottom: 5px;
    border: 8px solid transparent;
    border-bottom: 0;
    transform: translate(-50%, calc(100% + 5px));
    border-top: 8px solid #d126a1;
}

.travel-planning .travel-info-main .coming--pill {
    position: absolute;
    top: 50px;
    right: -14px;
    font-size: 11px;
    padding: 6px 12px;
    line-height: 6px;
}


/******* Travel info end *******/


/******** Travel planning end *******/


/****** Top cities section start ******/

.s-top-city .s-top-city-inner .s-top-city-head h2 {
    font-size: 32px;
    line-height: 24px;
    color: #393c52;
    font-weight: 500;
}
.s-top-city .s-top-city-main .t-city-card{
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgba(87, 110, 154, 0.3);
    border-radius: 10px;
    padding: 0 0 20px;
}
.s-top-city .s-top-city-main .t-city-card:hover{
    background: rgba(106, 120, 199, 0.07);
    box-shadow: 0px 0px 20px rgba(87, 110, 154, 0.3);
    border-radius: 5px;
}
.s-top-city .s-top-city-main .t-city-card .t-city-card-content {
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgb(87 110 154 / 30%);
    width: 100%;
    max-width: 68px;
    height: 100%;
    max-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.s-top-city .s-top-city-inner .t-city-card-img{
    width: 100%;
    height: 100%;
}
.s-top-city .s-top-city-inner .t-city-card-img img.img-fluid {
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    min-height: 384px;
    max-height: 384px;
}
.s-top-city .s-top-city-main .t-city-card h3{
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #393C52;
    margin-top: 50px;
}
.s-top-city .s-top-city-inner .s-top-city-main .t-city-card-button a.t-city-btn{
    background: #6A78C7;
    border-radius: 5px;
    padding: 8px 40px;
}

/* .s-top-city .s-top-city-inner .s-top-city-main .t-city-card-button {
    margin-top: 118px;
} */


/* Css for top city slider */

.s-top-city .s-top-city-inner .s-top-city-main .slick-wrapper {
    width: 100%;
}

.s-top-city .s-top-city-inner .s-top-city-main .slide-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.s-top-city .s-top-city-inner .s-top-city-main .slide-item button {
    background-color: black;
    border-radius: 20px;
    margin-top: 20px;
}

.s-top-city .s-top-city-inner .s-top-city-main .slick-next {
    position: absolute;
    top: 47%;
    right: -19px;
    cursor: pointer;
    font-size: 50px;
    color: #6a78c7;
}

.s-top-city .s-top-city-inner .s-top-city-main .slick-prev {
    position: absolute;
    top: 47%;
    left: -2%;
    cursor: pointer;
    font-size: 50px;
    color: #6a78c7;
}

.s-top-city .s-top-city-inner .s-top-city-main .slick-prev:before {
    content: "";
}

.s-top-city .s-top-city-inner .s-top-city-main .slick-next:before {
    content: "";
}

.s-top-city .s-top-city-inner .s-top-city-main .slick-prev::after {
    content: "\f104" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.s-top-city .s-top-city-inner .s-top-city-main .slick-next::after {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.homeslideItem .t-city-card-img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 27%);
    border-radius: 20px;
}


/****** Recommended home section start ******/
.recommended-home-inner .recommended-home-head h2{
    font-size: 32px;
    line-height: 24px;
    color: #393C52;
    font-weight: 400;
}
.recommended-home-inner .recommended-home-main .card{
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgba(87, 110, 154, 0.3);
    border-radius: 15px;
}
.recommended-home-inner .recommended-home-main .card .card-image{
    /* padding: 13px 13px 0 13px; */
    position: relative;
    height: 100%;
    padding-bottom: 65%;
}
.recommended-home-inner .recommended-home-main .card .card-image .price{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: #6A78C7;
    border-radius: 5px;
    position: absolute;
    top: 18px;
    right: 24px;
    padding: 10px;
}
.recommended-home-inner .recommended-home-main .card:hover .wislist{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in;
}
.recommended-home-inner .recommended-home-main .card .wislist{
    position: absolute;
    top: 20px;
    left: 24px;
    padding: 10px;
    background: #6A78C7;
    color: #Ffffff;
    width: 100%;
    max-width: 35px;
    height: 100%;
    max-height: 35px;
    min-height: 35px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in;
}
.recommended-home-inner .recommended-home-main .card .wislist i{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.recommended-home-inner .recommended-home-main .card .card-image img{
    border-radius: 15px 15px 0 0;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.recommended-home-inner .recommended-home-main .card .card-contents{
    padding: 25px;
}
.recommended-home-inner .recommended-home-main .card .card-contents .card-content-title{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #393C52;
} 
.recommended-home-inner .recommended-home-main .card .card-contents .client-guests .client-guests-image{
    font-size: 12px;
    /* background: rgba(95, 113, 215, 0.15); */
    border-radius: 30px;
    width: 100%;
    max-width: 24px;
    height: 100%;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recommended-home-inner .recommended-home-main .card .card-contents .client-guests p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #717383;
    padding-left: 10px;
}
.recommended-home-inner .recommended-home-main .card .card-contents .client-guests span{
    padding-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #393C52;
}

.recommended-home-inner .recommended-home-main .card .card-contents .client-rooms .rateing i{
    color:  #FFC107;
}

.recommended-home-inner .recommended-home-main .card .card-contents .client-rooms .rateing small{
    font-size: 16px;
}

.recommended-home-inner .recommended-home-main .card .card-contents .client-rooms span{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #767992;
    padding: 0 5px;
}
.recommended-home-inner .see-all-btn a{
    padding: 13px 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    max-width: 200px;
}
/****** Recommended home section end ******/
/****** Popular  home section end ******/

/* filter mobile button css */

.hotel-result .side-content .btn.btn-filter-products-mobile {
    border: 1px solid #6a78c7;
    white-space: nowrap;
    text-align: center;
}

.select--your-destination {
    display: flex;
    justify-content: end;
    align-items: center;
    overflow-x: auto;
}

.select--your-destination div label input {
    margin-right: 100px;
}

.select--your-destination .cat {
    margin: 0 7px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #6a78c7;
    color: #6a78c7;
    white-space: nowrap;
}

.select--your-destination .cat label span {
    text-align: center;
    padding: 4px 17px;
    display: block;
    font-weight: 600;
    transition: 0.2s all;
    /* background-color: #e6e8f5  !important; */
}

.select--your-destination .cat label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

.select--your-destination .cat input:checked+span {
    color: #ffffff;
    background-color: #6a78c7 !important;
}

.select--your-destination .cat label:hover {
    background-color: #e6e8f5 !important;
    border-radius: 4px;
}


/****** Top cities section end *******/


/****** Top hotels section start ******/

.t-hotels-main .t-hotels-inner .top-hotels-wraper {
    width: 100%;
    max-width: 80%;
    margin: auto;
    position: relative;
    top: -75px;
}

.t-hotels-main .t-hotels-inner .top-hotels-wraper .top-hotels-card .top-hotels-card-inner {
    width: 100%;
    max-width: 240px;
    height: 100vh;
    max-height: 240px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/****** Top hotels section end ******/


/****** Footer Start  *******/

.footer {
    background: linear-gradient(180deg, #f8f8fa 0%, #eef1f7 100%);
    padding-top: 11px;
}
.footer .footer-main .footer-logo{
    padding-bottom: 11px;
    border-bottom: 1px solid #B1BACA;
}
.footer .footer-main .nav a.nav-link {
    color: #767992;
    font-family: 'Avenir LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
}

.footer .footer-main .nav a.nav-link:hover {
    color: #6a78c7;
}
.footer .footer-main  .footer-content{
    margin: 50px 0;
}
.footer .footer-main .footer-link h5 {
    font-family: 'Avenir LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #6A78C7;
    position: relative;
    width: 100%;
    z-index: 1;
    max-width: fit-content;
}
.footer .footer-main .footer-link h5::before{
    content: "";
    position: absolute;
    width: 25px;
    top: 14px;
    right: -30px;
    display: flex;
    border: 1px solid #A9B0DB;
    align-items: center;
    justify-content: center;
    height: 1px;
}
.footer .footer-main .footer-link h5::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #E5EBF5;
    border-radius: 15px;
    left: -13px;
    top: -7px;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: -1;
}
.footer .footer-copyright{
    background: rgba(213, 221, 236, 0.6);
    padding: 16px 0;
}
.footer .footer-copyright p {
    color: #767992;
    font-family: 'Avenir LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}



/****** Footer End  *******/


/******Hotels Result Page Css *******/


/****** Hotel Result Check-in-out section start *******/

.hotel-result h5.search-heading {
    font-size: 16px;
    line-height: 32px;
    color: #393c52;
    font-weight: 800;
}

.hotel-result .check-in-out-inner .check-in-out-form .check-in-out-bottom .select-option {
    max-width: 182px;
}

.hotel-result.g-map-main .g-map-inner .g-map {
    border: 5px solid #fff;
    border-radius: 16px;
}

/* .hotel-result.check-in-out .check-in-out-form .custom-calender-piker .check-text-label .check-inout {
    position: absolute;
    top: -24px;
} */

.hotel-result.check-in-out .check-in-out-form .custom-calender-piker .check-text-label .input--control {
    border: none;
    width: 100%;
    cursor: pointer;
}

.hotel-result.check-in-out .check-in-out-form .custom-calender-piker .check-text-label .input--control:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.hotel-result.check-in-out .check-in-out-form .custom-calender-piker .check-text-label .input--text {
    border: 1px solid #878996;
    border-radius: 5px;
    background-color: #fff;
    padding: 6px 10px;
    cursor: pointer;
}
.hotel-result.check-in-out .check-in-out-form .custom-calender-piker .check-text-label .input--text i.fa-sharp{
    color: #6A78C7;
    background: rgb(106 120 199 / 10%);
    padding: 0 4px;
    border-radius: 3px;
} 

.calendar.left {
    border: none;
}

.calendar.right {
    border: none;
}


/****** Hotel Result Check-in-out section end *******/


/********** Weather Section Start **********/

.weather-main .weather-swiper .swiper-button-prev:after,
.weather-main .weather-swiper .swiper-button-next:after {
    font-size: 20px;
    color: #878996;
}

.weather-main .weather-swiper .swiper-button-prev,
.weather-main .weather-swiper .swiper-button-next {
    background-image: none;
}

.weather-main .weather-inner .weather-swiper .swiper-slide:hover,
.weather-main .weather-inner .weather-swiper .swiper-slide.active {
    background-color: #87899646;
    border-radius: 5px;
}


/********** Weather Section End **********/


/*************** Search result Start **************/


/******search result side bar start******/

.hotel-result.search-result .search-result-inner .hotel-result-form .search-input {
    border: 1px solid #878996;
    border-radius: 5px;
    padding: 1px 12px;
    /* max-width: 240px; */
}

.hotel-result.search-result .search-result-inner .hotel-result-form .search-input .fa-magnifying-glass {
    color: #878996;
}

.hotel-result.search-result .search-result-inner .hotel-result-form .hotels-result-search .search-input .form-control::placeholder {
    font-size: 14px;
    line-height: 22px;
    color: #393c52;
}

.hotel-result.search-result .search-result-inner .side-content .hotel-result-form .search-prefe-icon img {
    vertical-align: baseline;
}

.hotel-result.search-result .search-result-inner .side-content .custom-filter .custom-filter-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.hotel-result.search-result .search-result-inner .side-content .custom-filter img {
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

.hotel-result.search-result .search-result-inner .side-content .hotel-result-form label.form-check-label {
    font-size: 14px;
    line-height: 22px;
    color: #393c52;
    font-weight: 400;
    padding-bottom: 10px;
}

.hotel-result.search-result .search-result-inner .hotel-result-form .form-control {
    background-color: transparent;
    border: none;
}

.hotel-result.search-result .search-result-inner .hotel-result-form .form-control:focus {
    background-color: transparent !important;
    border-color: #393c52 !important;
    box-shadow: none !important;
}

.hotel-result.search-result .search-result-inner .side-content .side-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #393C52;
}

.hotel-result.search-result .search-result-inner .side-content .hotel-result-form .small-heading h6 {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    color: #393c52;
}

.hotel-result.search-result .side-content .hotel-result-form .hotels-filter .hotels-result-budget .form-control {
    border: 1px solid #878996;
    border-radius: 5px;
    padding: 6px 13px;
}

.hotel-result.search-result .side-content .hotel-result-form .hotels-filter .hotels-result-budget .form-control::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #878996;
}

.hotel-result.search-result .side-content .hotel-result-form .hotels-result-filter-btn .filter-btn {
    border-radius: 100px;
    padding: 5px 24px;
    color: #ffff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.hotel-result.search-result .side-content .hotel-result-form .hotels-results-amenities .amenities-icon img {
    vertical-align: baseline;
}


/******search result side bar end ******/


/****** Search result main start *******/

.hotel-result.search-result main.result-main-content {
    border: 2px solid #6a78c7;
    box-shadow: 0px 0px 64px rgb(0 0 0 / 4%);
    border-radius: 8px;
    background-color: #fff;
}

.hotel-result.search-result main.border-semidark {
    border: 1px solid #6a78c7;
}

.hotel-result.search-result .result-main-content .result-main-middle h2.middle-content-heading {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #393c52;
}

.hotel-result.search-result .result-main-content .middle-content-location .loaction-text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    padding-left: 3px;
    color: #878996;
    vertical-align: middle;
}

.hotel-result.search-result .result-main-content .middle-content-review p a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: "Abel", sans-serif;
    color: #878996;
}

.hotel-result.search-result .result-main-content .middle-content-review .total-review .total-review-text {
    padding: 8px 9px;
    background: #219653;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}

.hotel-result.search-result .result-main-content .result-main-middle .middle-content-box-inner {
    width: 32px;
    height: 32px;
    background: #eef1f7;
    display: grid;
    border-radius: 4px;
    place-items: center;
    line-height: 0;
}

.hotel-result.search-result .result-main-content .result-main-middle .middle-content-bottom p {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #a4a6ba;
}

.hotel-result.search-result .result-main-content .result-main-middle .middle-content-bottom p.bottom-text {
    color: #878996;
}


/******** slider css start ********/


/* .hotel-result .result-main-content .result-main-inner .result-swpier-img .slick-prev,
      .hotel-result .result-main-content .result-main-inner .result-swpier-img  .slick-next{
            z-index: 99;
            transform: translate(-50%, -50%);
        }
        .hotel-result .result-main-content .result-main-inner .result-swpier-img  .slick-prev:before{
          content: '\f060';
          font-family: "Font Awesome 5 Free";
	        font-weight: 900;
        }
        .hotel-result .result-main-content .result-main-inner .result-swpier-img  .slick-next:before{
          content: "\f061";
          font-family: "Font Awesome 5 Free";
	        font-weight: 900;
        }
        .hotel-result .result-main-content .result-main-inner .result-swpier-img  .slick-prev:before,
        .hotel-result .result-main-content .result-main-inner .result-swpier-img  .slick-next:before{
            opacity: 1;
            z-index: 99;
        }
        .hotel-result .result-main-content .result-main-inner .result-swpier-img  .slick-prev{
            left: 14px;
        }
        .hotel-result .result-main-content .result-main-inner .result-swpier-img .slick-next{
            right: 0;
        } */


/*******Slider Css End ********/


/********* Popup design start*********/


/***** popup comman class *******/

.modal-content {
    background: rgba(57, 60, 82, 0.9);
}

.modal-header {
    border-bottom: none;
}

.modal-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
}


/******img slider popup start ********/

.hotel-result .img-popup-slider .img-swiper .slider-single img {
    width: 100%;
    object-fit: cover;
}

.hotel-result .img-popup-slider .img-swiper .slick-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.hotel-result .img-popup-slider .img-swiper .slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.hotel-result .img-popup-slider .img-swiper {
    width: 100%;
    max-width: 857px;
    margin: 0 auto;
}


/******img slider popup end ********/


/****** View360 popup start *******/

.hotel-result.search-result .modal-body .modal-body-img img {
    border: 10px solid #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 680px;
    height: 100%;
    max-height: 640px;
}


/****** View360 popup end *******/


/******** Price comparision popup start**********/

.hotel-result.search-result .search-result-inner .result-main-content .middle-content-box .price-comparision-main .price-comparison {
    width: 100%;
    max-width: 676px;
    margin: 0 auto;
    padding: 37px 84px 40px;
    background: #fff;
    border-radius: 8px;
}

.hotel-result.search-result .search-result-inner .result-main-content .price-comparision-main .price-comparison .price-comparison-heading .comparison-title h3 {
    font-family: "Avenir LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #393c52;
}

.hotel-result.search-result .search-result-inner .result-main-content .price-comparision-main .price-comparison .price-comparison-heading .comparison-text {
    font-size: 14px;
    line-height: 22px;
    color: #a4a6ba;
    font-style: normal;
    font-weight: 400;
}

.hotel-result.search-result .search-result-inner .result-main-content .price-comparision-main p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #393c52;
}

.hotel-result.search-result .search-result-inner .result-main-content .price-comparision-main .price-comparison-details h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #6a78c7;
}

.hotel-result.search-result .search-result-inner .result-main-content .price-comparision-main .price-comparison-details h6 {
    font-family: "Avenir LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.06em;
    color: #6a78c7;
}

.hotel-result.search-result .search-result-inner .result-main-content .price-comparision-main .price-comparison-wrapper {
    border: 1px solid #6a78c7;
    padding: 32px;
    box-shadow: 0px 0px 19px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.hotel-result.search-result .search-result-inner .result-main-content .price-comparision-main .price-comparison-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    color: #40cc6d;
    white-space: nowrap;
}

.hotel-result.search-result .search-result-inner .result-main-content .price-comparision-main .price-comparison-info .price-comparison-btn {
    background: #40cc6d;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    padding: 11px 15px;
    color: #fff;
}

.hotel-result.search-result .search-result-inner .result-main-content .price-comparision-main .price-add-btn .price-add-button {
    border-radius: 100px;
    padding: 12px 40px;
    color: #fff;
    margin-top: -28px;
}

.hotel-result.search-result .search-result-inner .result-main-content .price-comparision-main .price-other-main .price-other-wrapper {
    border: 1px solid #a4a6ba;
    border-radius: 8px;
    padding: 17px 26px;
}

.hotel-result.search-result .search-result-inner .result-main-content .price-comparision-main .price-other-main .price-other-wrapper .other-middle-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #878996;
    text-align: center;
}

.hotel-result.search-result .search-result-inner .result-main-content .price-comparision-main .price-other-main .price-other-wrapper .other-price-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #6a78c7;
    text-align: center;
}


/******* Price Comparision popup end *******/


/******* Location popup start *******/

.location-popup {
    background: #fff;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    border-radius: 8px;
}

.location-popup .loaction-popup-gmap iframe {
    border-top-left-radius: 8px;
    border-top-left-radius: 8px;
}

.location-popup-hilton {
    position: absolute;
    top: 19px;
    left: 46%;
}

.location-popup .loaction-dist-radius {
    width: 100%;
    max-width: 184px;
    height: 100%;
    max-height: 188px;
    background: #fff;
    position: absolute;
    top: 80px;
    right: 25px;
    border-radius: 8px;
}

.location-popup .loaction-dist-radius .dist-radius-content h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #393c52;
}

.location-popup .loaction-dist-radius .dist-radius-total {
    width: 64px;
    height: 44px;
    background: #f8f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 24px;
    line-height: 24px;
    color: #6a78c7;
}

.location-popup .loaction-dist-radius .dist-radius-mile-text p {
    font-size: 12px;
    line-height: 22px;
    color: #878996;
}

.location-popup .loaction-dist-radius .dist-radius-mile span {
    padding: 0px 16px;
    font-size: 10px;
    line-height: 12px;
    color: #878996;
    letter-spacing: 0.01em;
    font-weight: 400;
}

.location-popup .loaction-popup-content-box {
    z-index: 99;
    margin-top: -30px;
    overflow-x: auto;
}

.location-popup .loaction-popup-box-main .small-box-wrapper .small-box-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #393c52;
}

.location-popup .loaction-popup-content-box .location-popup-card-single {
    /* width: 100%; */
    min-width: 240px;
    height: 100%;
    min-height: 272px;
    background: #ffffff;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-right: 6px;
}

.location-popup .loaction-popup-content-box .location-popup-card-single .card-single-head {
    /* background: #6A78C7; */
    border-radius: 8px 8px 0px 0px;
    padding: 12px 17px;
}

.location-popup .loaction-popup-content-box .location-popup-card-single .card-content {
    padding: 15px 22px;
    overflow-y: auto;
    max-height: 194px;
}

.location-popup .loaction-popup-content-box .location-popup-card-single .card-content p {
    font-family: "Abel", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #393c52;
    text-align: justify;
}

.location-popup .loaction-popup-content-box .location-popup-card-single .card-head-text {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}


/******* Location popup End *******/


/******* Notify popup start ********/

.hotel-result.search-result .search-result-price-tag .notify-popup-main .notify-popup-inner {
    background: #fff;
    width: 100%;
    max-width: 327px;
    border-radius: 8px;
    margin: 0 auto;
}

.hotel-result.search-result .search-result-price-tag .notify-popup-main .notify-popup-inner .notify-popup-soldout {
    position: absolute;
    top: 0;
}

.hotel-result.search-result .search-result-price-tag .notify-popup-main .notify-popup-content .notify-input-select .form-check-input[type="checkbox"] {
    border-radius: 2px;
}

.hotel-result.search-result .search-result-price-tag .notify-popup-main .notify-popup-content .notify-input-select .form-check-input {
    box-shadow: none;
    border-color: #878996;
}

.hotel-result.search-result .search-result-price-tag .notify-popup-main .notify-popup-content .notify-input-select .form-check-input:checked {
    background-color: #6a78c7;
    border-color: #6a78c7;
}

.hotel-result.search-result .search-result-price-tag .notify-popup-main .notify-popup-content .notify-input-select .padding-left {
    padding-left: 125px;
}

.hotel-result.search-result .search-result-price-tag .notify-popup-main .notify-popup-content .notify-input-select .form-custom-control {
    padding: 13px 48px;
    border: 1px solid #a4a6ba;
    border-radius: 5px;
    width: 100%;
    width: 242px !important;
    margin: 0 auto;
}

.hotel-result.search-result .search-result-price-tag .notify-popup-main .notify-popup-content .notify-popup-heading h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #393c52;
    padding: 0 50px;
}


/******* Notify popup end ********/


/******* Reviews popup start *******/

.reviews-popup-main .reviews-popup {
    width: 100%;
    max-width: 852px;
    height: 100%;
    max-height: 746px;
    background: #ffffff;
    border-radius: 8px;
    margin: 0 auto;
}

.reviews-popup-main .reviews-popup .reviews-popup-heading {
    border-bottom: 1px solid #a4a6ba;
    padding: 32px 26px 17px 40px;
}

.reviews-popup-main .reviews-popup .reviews-heading h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #393c52;
    white-space: nowrap;
}

.reviews-popup-main .reviews-popup .reviews-heading P {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #878996;
}

.reviews-popup-main .reviews-popup .reviews-heading .good-text span {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #393c52;
}

.reviews-popup-main .popup-content-main {
    padding: 16px 26px 17px 40px;
}

.reviews-popup-main .popup-content-main .review-section-total-review .review-section-text {
    padding: 0px 8px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    min-width: 49px;
    text-align: center;
}

.reviews-popup-main .popup-content-main .comment-reviews-option .form-select {
    padding: 0.8rem 7rem 0.8rem 1rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #393c52;
    border: 1px solid #393c52;
    border-radius: 5px;
}

.reviews-popup-main .reviews-comment-text-main .review-section-total-review span {
    font-size: 20px;
    line-height: 24px;
    color: #393c52;
}

.reviews-popup-main .reviews-comment-text-main .verified-text .reviews-verified-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #40cc6d;
    text-align: center;
}

.reviews-popup-inner .total-review .total-review-text {
    padding: 8px 9px;
    background: orange;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}


/******* Reviews popup End *******/


/******* My preferences-popup start******/

.hotel-result.search-result .side-content .mypreferences-popup .hotel-sort-popup .hotel-sort-popup-heading h4 {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #393c52;
}

.hotel-result.search-result .side-content .mypreferences-popup .hotel-sort-popup {
    background: #fff;
    padding: 22px 40px;
    border-radius: 8px;
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
}

.hotel-result.search-result .search-result-inner .side-content .hotel-result-form .hotel-sort-popup label.form-check-label {
    padding-bottom: 8px;
}

.hotel-result.search-result .side-content .mypreferences-popup .hotel-sort-popup .preference-popup-save-btn .preference-popup-btn {
    padding: 12px 40px;
    color: #ffff;
    /* border-radius: 100px; */
    border-radius: 5px;
}

.hotel-result.search-result .side-content .mypreferences-popup .hotel-sort-popup .hotels-results-amenities-popup {
    white-space: nowrap;
}


/******* My Preference popup end ********/


/********* Popup design end*********/


/****** Search result main end *******/

.hotel-result.search-result .search-result-inner .border-left {
    border-left: 1px solid #a4a6ba;
}

.hotel-result.search-result .search-result-inner .result-main-content .result-main-img img.img-wrapper {
    width: 100%;
    max-width: 301px;
    height: 350px;
    min-height: 350px;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
}

.hotel-result.search-result .search-result-inner .search-result-price-tag .price-btn {
    border: none;
    background: #6a78c7;
    border-radius: 100px;
    padding: 12px 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
    white-space: nowrap;
}

.hotel-result.search-result .search-result-inner .search-result-price-tag {
    margin-top: -22px;
    margin-left: 28%;
}

.hotel-result.search-result .search-result-inner .search-result-notify {
    margin-top: -30px;
    margin-left: 31%;
}

.hotel-result.search-result .search-result-inner .search-result-notify .notify-btn {
    background-color: #40cc6d;
}

.hotel-result.search-result .search-result-inner .result-main-content .result-right-content .right-menu-main .right-menu-icon-inner {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    background-color: #f8f8fa;
    border-radius: 4px;
}

.hotel-result.search-result .search-result-inner .result-main-content .result-right-content .right-menu-main .right-menu-icon {
    border-bottom: 1px dotted #a4a6ba;
}

.hotel-result.search-result .search-result-inner .result-main-content .result-right-content .right-menu-main {
    height: 100%;
    max-height: 260px;
    overflow-y: auto;
}


/*************** Search result end **************/


/****** Hotel result footer start ********/

.footer.hotel-result .footer-icons .icon-inner {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #BBC3EF;
    color: #6A78C7;
    border-radius: 14px;
}
.footer.hotel-result .footer-icons .icon-inner i{
    color: #6A78C7;
    font-size: 20px;
}
.footer.hotel-result .footer-icon .icon-inner {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(201, 215, 240, 0.7);
    border-radius: 14px;
    color: #6A78C7;
    border-radius: 14px;
    margin-right: 20px;
}
.footer.hotel-result .footer-icon .icon-inner i{
    color: #6A78C7;
    font-size: 20px;
}

.footer.hotel-result .footer-main .footer-title a {
    font-weight: 500;
    font-size: 40px;
    line-height: 28px;
    color: #393c52;
    text-decoration: none;
}


/****** Hotel result footer end ********/


/******* Explore cities page start ********/


/******** Explore cities section start ********/

section.explore-city .explore-city-check {
    padding: 22px 0 32px 0;
}

section.explore-city.s-top-city {
    background: linear-gradient(#eef1f7, rgba(238, 241, 247, 0) 100%);
}

section.explore-city .explore-city-check select.form-select {
    max-width: 187px;
    padding: 13px 16px;
    border: 1px solid #393c52;
    border-radius: 5px;
    margin: 0 28px 0 11px;
}

section.explore-city.s-top-city .form-check label.form-check-label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #878996;
}

section.explore-city.s-top-city .explore-city-map .dropdown .drop-city-btn {
    background: #fff;
    color: black;
    border-radius: 100px;
    font-size: 14px;
    line-height: 24px;
    padding-top: 18px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 43px;
    font-weight: 400;
    border: none;
    box-shadow: none;
    width: 100%;
    max-width: 297px;
}

section.explore-city.s-top-city .explore-city-map .dropdown .btn {
    text-align: left;
}

section.explore-city.s-top-city .explore-city-map .dropdown .dropdown-toggle::after {
    margin-left: 9em;
}

section.explore-city.s-top-city .explore-city-map .dropdown .dropdown-menu {
    min-width: 297px;
    border: none;
}

section.explore-city.s-top-city .explore-city-map .dropdown span.drop-text {
    font-size: 20px;
    line-height: 24px;
    color: #393c52;
}


/***** Select option with image *******/

.explore-city .e-city-dropdown .f-dropdown {
    --max-scroll: 4;
    position: relative;
    z-index: 10;
}

.explore-city .e-city-dropdown .f-dropdown select {
    display: none;
}

.explore-city .e-city-dropdown .f-dropdown>span {
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 43px;
    font-weight: 400;
    border-radius: 100px;
    display: flex;
    align-items: center;
    position: relative;
    color: #bbb;
    background: #fff;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.explore-city .e-city-dropdown .f-dropdown>span>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 12px;
}

.explore-city .e-city-dropdown .f-dropdown>span img {
    width: 30px;
    margin-right: 10px;
}

.explore-city .e-city-dropdown .f-dropdown>span:before,
.f-dropdown>span:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
    right: 12px;
    background: #000;
    transition: all 0.3s ease;
}

.explore-city .e-city-dropdown .f-dropdown>span:before {
    margin-right: 4px;
    transform: scale(0.96, 0.8) rotate(50deg);
}

.explore-city .e-city-dropdown .f-dropdown>span:after {
    transform: scale(0.96, 0.8) rotate(-50deg);
}

.explore-city .e-city-dropdown .f-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    max-height: calc(var(--max-scroll) * 46px);
    top: 40px;
    left: 0;
    z-index: 1;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: 0 0;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transform: translate(0, 5px);
}

.explore-city .e-city-dropdown .f-dropdown ul li {
    padding: 0;
    margin: 0;
}

.explore-city .e-city-dropdown .f-dropdown ul li a {
    cursor: pointer;
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    outline: none;
    position: relative;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.explore-city .e-city-dropdown .f-dropdown ul li a img {
    width: 30px;
    margin-right: 10px;
}

.explore-city .e-city-dropdown .f-dropdown ul li a:hover {
    color: #5c6bc0;
}

.explore-city .e-city-dropdown .f-dropdown ul li.active a {
    color: #fff;
    background: #303f9f;
}

.explore-city .e-city-dropdown .f-dropdown ul li.active a:before,
.f-dropdown ul li.active a:after {
    --scale: 0.6;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 12px;
    top: 50%;
    opacity: 0;
    background: #fff;
    transition: all 0.2s ease;
}

.explore-city .e-city-dropdown .f-dropdown ul li.active a:before {
    transform: rotate(45deg) scale(var(--scale));
}

.explore-city .e-city-dropdown .f-dropdown ul li.active a:after {
    transform: rotate(-45deg) scale(var(--scale));
}

.explore-city .e-city-dropdown .f-dropdown ul li.active a:hover:before,
.f-dropdown ul li.active a:hover:after {
    --scale: 0.9;
    opacity: 1;
}

.explore-city .e-city-dropdown .f-dropdown ul li:first-child a {
    border-radius: 6px 6px 0 0;
}

.explore-city .e-city-dropdown .f-dropdown ul li:last-child a {
    border-radius: 0 0 6px 6px;
}

.explore-city .e-city-dropdown .f-dropdown.disabled {
    opacity: 0.7;
}

.explore-city .e-city-dropdown .f-dropdown.disabled>span {
    cursor: not-allowed;
}

.explore-city .e-city-dropdown .f-dropdown.filled>span {
    color: #000;
}

.explore-city .e-city-dropdown .f-dropdown.open {
    z-index: 15;
}

.explore-city .e-city-dropdown .f-dropdown.open>span {
    border-color: #aaa;
}

.explore-city .e-city-dropdown .f-dropdown.open>span:before,
.f-dropdown.open>span:after {
    background: #000;
}

.explore-city .e-city-dropdown .f-dropdown.open>span:before {
    transform: scale(0.96, 0.8) rotate(-50deg);
}

.explore-city .e-city-dropdown .f-dropdown.open>span:after {
    transform: scale(0.96, 0.8) rotate(50deg);
}

.explore-city .e-city-dropdown .f-dropdown.open ul {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}


/* --------------------------- */

.explore-city .e-city-dropdown .f-group {
    max-width: 297px;
    margin: 0 auto;
    text-align: left;
}

.explore-city .e-city-dropdown .f-group select {
    width: 100%;
}

.explore-city .e-city-dropdown .f-control {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    display: inline-block;
    background-color: #ffffff;
    border: #ccc 1px solid;
    border-radius: 6px;
    outline: none;
    max-width: 297px;
}


/******** Explore cities section end ********/


/******* Explore cities page end ********/


/********* Place with map page start *********/


/****** Common class *******/

.pwd-search-input {
    border-radius: 100px;
    padding: 18px 20px 13px 26px;
    max-width: 467px;
    background: rgb(255 255 255 / 80%);
    border: 1px solid #878996;
    margin: 0 auto;
}

.pwm-hero h2 {
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    color: #f8f8fa;
}

.pwm-gmap {
    border: 5px solid #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
}

.hero-logo span.logo-text {
    font-size: 20px;
    line-height: 32px;
    color: #f8f8fa;
    font-weight: 800;
    letter-spacing: 2px;
}


/********* Pwm hero section start ********/

.pwm-hero .pwm-hero-inner .pwm-hero-wraper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pwm-hero .pwm-hero-inner .pwm-hero-img img {
    width: 100% !important;
    border-radius: 12px;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    min-height: 333px;
}


/********* Pwm hero section end ********/


/******* pwm map section start *********/

.pwm-map .pwm-map-inner .pwm-map-far-box {
    position: absolute;
    top: 29%;
    right: 5%;
    width: 100%;
    max-width: 207px;
    height: 100%;
    max-height: 272px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 25px 54px rgb(106 120 199 / 35%);
    border: 1px solid #e6e8f5;
}

.pwm-map .pwm-map-inner .pwm-map-far-box .far-box-top {
    padding: 11px 24px;
    border-bottom: 1px solid #e6e8f5;
    white-space: nowrap;
}

.pwm-map .pwm-map-inner .pwm-far-box-inner {
    padding: 15px 24px 13px;
}

.pwm-map .pwm-map-inner .pwm-far-box-inner .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.pwm-map .pwm-map-inner .pwm-heading h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    color: #878996;
}


/******* pwm map section end *********/


/****** pwm-accordion section start ********/

.pwm-accordion {
    padding-bottom: 100px;
}

.pwm-accordion .pwm-accordion-inner .pwm-accordion-title {
    padding: 44px 23px 32px;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 19px rgb(0 0 0 / 10%);
    border: 1px solid transparent;
}

.pwm-accordion .pwm-accordion-inner .pwm-accordion-title:hover {
    border: 1px solid #2f80ed;
}

.pwm-accordion .pwm-accordion-inner .pwm-accordion-title .pwm-accordion-text .accordion-text {
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
}

.pwm-accordion .pwm-accordion-inner .pwm-accordion-text img {
    vertical-align: sub;
}

.pwm-accordion a.accordion-btn {
    border: 1px solid #878996;
    border-radius: 100px;
    padding: 5px 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}

.pwm-accordion .card.card-body.rest-accordion-body::-webkit-scrollbar {
    display: none;
}

.pwm-accordion .pwm-accordion-inner .rest-accordion .rest-accordion-body {
    border: 1px solid #e6e8f5;
    border-radius: 12px;
    box-shadow: 0px 0px 19px rgb(0 0 0 / 10%);
    padding: 24px 32px;
    max-height: 268px;
}

.pwm-accordion .pwm-accordion-inner .rest-accordion .rest-accordion-body-close {
    max-height: 320px;
}

.pwm-accordion .pwm-accordion-inner .rest-accordion .rest-accordion-right p {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #a4a6ba;
}

.pwm-accordion .pwm-accordion-inner .rest-accordion .rest-accordionp-data {
    border-bottom: 0.5px dashed #a4a6ba;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/****** pwm-accordion section end ********/


/********* Place with map page end *********/


/******* place with map transport start ********/

.small-box-wrapper.small-box-blue2:hover {
    border: 1px solid #2d9cdb;
    box-shadow: 0px 0px 8px #2d9cdb;
}

.pwm-transport-heading h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    color: #393c52;
}

.pwm-transport {
    padding-bottom: 80px;
}


/* .pwm-transport .pwm-transport-inner .pwm-trans-card {
        width: 100%;
        max-width: 240px;
    } */

.pwm-transport .pwm-trans-card .pwm-trans-card-inner {
    box-shadow: 0px 0px 19px rgb(0 0 0 / 10%);
    border-radius: 12px;
    background: #fff;
    max-width: 240px;
    max-height: 240px;
    padding: 103px 32px;
    margin: 0 auto;
}

.pwm-transport .pwm-trans-card .pwm-trans-card-inner .pwm-trans-card-content p {
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
    color: #393c52;
}

.pwm-transport .pwm-transport-inner .pwm-trans-card .trans-btn .btn-outline-primary {
    transition: all 0.5s ease;
}

.pwm-transport .pwm-transport-inner .pwm-trans-card .trans-btn .btn-outline-primary:hover {
    background-color: #6a78c7;
    border-color: #6a78c7;
    color: #fff !important;
}


/******* place with map transport end ********/


/******** Common css for pwm-card   *********/


/* .pwm-card-inner{
        width: 100%;
        max-width: 240px;
    } */

.pwm-card {
    height: 100%;
    max-height: 278px;
    width: 100%;
    max-width: 240px;
    background: #ffffff;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    border: none;
    /* margin: 0 auto; */
}

.pwm-card-body {
    padding: 13px 24px 26px 23px;
}

.pwm-card-pluse img {
    vertical-align: initial;
}


/********* place with map second page start ********/


/******** pwm-museums section start **********/

.pwm-museums {
    padding-bottom: 192px;
}

.pwm-museums .pwm-museums-main .pwm-museums-map {
    height: 580px;
}

.pwm-museums .pwm-museums-main .pwm-museums-card-main {
    max-height: 580px;
    overflow: auto;
}


/***** City tab popup start ******/

.pwm-museums .pwm-museums-inner .city-tab-popup-main .city-tab-popup {
    width: 100%;
    max-width: 852px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #fff;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .slick-prev::before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .slick-prev {
    z-index: 99 !important;
    left: 15px;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .slick-next {
    right: 15px;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .city-tab-logo-text {
    z-index: 10;
    top: 28px;
    left: 24px;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .slick-dots li button:before {
    color: #ffffff8c !important;
    opacity: 0.75;
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #fff !important;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .slick-dots {
    bottom: 30px;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .tab-side-content .city-tab-input {
    padding: 17px 20px 17px 26px;
    max-width: 297px;
    background: #fff;
    border: 1px solid #a4a6ba;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .city-tab-single .tab-popup-content h2 {
    font-size: 32px;
    line-height: 32px;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .tab-side-content {
    padding: 64px;
}


/******* City tab popup end ******/


/****** Css for horizontal line with text *******/

.pwm-museums .pwm-museums-inner .city-tab-popup-main .tab-side-content .h-line-text span::before,
.pwm-museums .pwm-museums-inner .city-tab-popup-main .tab-side-content .h-line-text span::after {
    background-color: #e6e8f5;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: super;
    width: 50%;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .tab-side-content .h-line-text span {
    overflow: hidden;
    text-align: center;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .tab-side-content .h-line-text span::before {
    right: 0.5em;
    margin-left: -50%;
}

.pwm-museums .pwm-museums-inner .city-tab-popup-main .tab-side-content .h-line-text span::after {
    left: 0.5em;
    margin-right: -50%;
}


/******** pwm-museums section end **********/


/********* place with map second page end ********/


/********* place with map third page start ********/


/*********** pwm-shop section start **********/

.pwm-shop .pwm-shop-check .form-check-input:checked {
    background-color: #f2c94c;
    border-color: #f2c94c;
}

.small-box-wrapper.small-box-wrapper-yellow:hover {
    box-shadow: 0px 0px 8px rgb(242 201 76);
    border: 1px solid #f2c94c;
}


/*********** pwm-shop section end **********/


/********* place with map third page end ********/


/********* place with map fourth page start ********/


/*******pwm-rest-main start ********/

.small-box-wrapper.small-box-green-two:hover {
    border: 1px solid #6fcf97;
    box-shadow: 0px 0px 8px #6fcf97;
}


/* / ------------ SUB TITLE SWIPER START---------- / */

.pwm-rest-main .pwm-museums-inner .pwm-title-swiper .swiper-button-next {
    right: 0;
    left: auto;
}

.pwm-rest-main .pwm-museums-inner .pwm-title-swiper .swiper-button-prev {
    right: 45px;
    left: auto;
}

.pwm-rest-main .pwm-museums-inner .pwm-title-swiper .swiper-button-next:after,
.swiper-button-prev:after {
    color: #b0bec5;
    font-size: 18px;
}

.pwm-rest-main .pwm-museums-inner .pwm-title-swiper .swiper-button-next,
.pwm-rest-main .pwm-museums-inner .pwm-title-swiper .swiper-button-prev {
    top: 30%;
}


/* / ------------ SUB TITLE SWIPER END---------- / */


/*******pwm-rest-main end ********/


/********* place with map fourth page end ********/


/******* Hotels details page start ********/


/******* common class *******/

.reserve-btn {
    padding: 6px 32px;
    border-radius: 5px;
    color: #eef1f7;
}

.border--bottom:not(:last-child) {
    border-bottom: 1px solid #e6e8f5;
    padding-bottom: 25px;
}


/*********h-details-title section start *******/

.h-details-title .h-details-title-box {
    border: 1px solid #6A78C7;
    border-radius: 14px;
    padding: 25px 24px;
}
.h-details-title .h-details-title-box .property-name{
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #393C52;
    margin-bottom: 20px;
}
/* .h-details-title .h-details-title-box .h-details-title-box-inner{
    background: rgb(106 120 199 / 10%);
    border-top: 1px solid #E7E7E7;
    border-radius: 3px;
    padding: 30px 0 0;
} */
.h-details-title .h-details-title-box .h-details-title-box-inner .h-title-box-inner .h-rating-btn .reserve-btn{
    background-color: #6a78c7;
    box-shadow: 0px 0px 19px rgb(0 0 0 / 10%);
}
 .h-details-title  .h-details-title-box .h-details-title-box-inner  span.rating-text {
    padding: 5px 15px;
    font-weight: 750;
    font-size: 15px;
    line-height: 18px;
    margin-right: 14px;
    background: rgba(101, 228, 80, 0.25);
    border-radius: 3px;
    color: #2DA84F;
}
.h-details-title .h-details-title-box .h-details-title-box-inner .h-details-heading span.city-name{
    font-weight: 750;
    font-size: 26px;
    line-height: 31px;
    color: #393C52;
}
.h-details-title  .h-details-title-box .h-details-title-box-inner .h-rating .rating-text{
    background: rgb(106 120 199 / 20%);
    border-radius: 3px;
    color: #393C52;
}

.h-details-title-box-inner .h-title-box-inner .h-rating-location .h-rating-location-img{
    /* background: rgb(106 120 199 / 20%);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 38px;
    height: 100%;
    min-height: 38px; */
    margin-right: 10px;
}
.h-details-title .h-details-title-box .h-rating img {
    vertical-align: baseline;
}

.h-details-title .h-details-title-box .h-details-heading h2 {
    font-size: 48px;
    line-height: 48px;
    color: #393c52;
    font-weight: 900;
}


/*********h-details-title section end *******/
.h-deatils-gallery .saved-hotels-details .heading-fs-16{
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
}  

/******** h-d-amenities section start *******/
.h-d-amenities .h-d-amenities-inner .heading-fs-16{
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
}
.h-d-amenities .amenities-single-card {
    padding: 15px 0px;
    border: 1px solid #6A78C7;
    border-radius: 5px;
    color: #6A78C7;
    /* margin-right: 20px;
    margin-bottom: 20px; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h-d-amenities .amenities-single-card .para-fs-14{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A78C7;
}

.h-d-amenities .h-d-amenities-inner .amenities-card .amenities-single-card img {
    vertical-align: sub;
}


/* .h-d-amenities .h-d-amenities-inner .amenities-card{
        max-width: 1030px;
    } */


/******** h-d-amenities section end *******/


/******** h-details-n-b section start *******/

.h-details-n-b .h-d-near-by-inner .show-map img {
    vertical-align: bottom;
}

.h-details-n-b .h-d-near-by-inner .nearby-location-main .nearby-loaction {
    max-width: 100%;
}

.h-details-n-b .h-d-near-by-inner .nearby-location-main .nearby-single-card .nearby-card-content {
    max-height: 200px;
    max-width: 240px;
}

.h-details-n-b .h-d-near-by-inner .nearby-location-main .nearby-content-box {
    margin-top: 0px;
    overflow-x: inherit;
}


/******** h-details-n-b section end *******/


/********** hotel-policies section start **********/

.border-green {
    border: 1px solid #40cc6d;
}

.border-red {
    border: 1px solid #dc4946;
}
.hotel-policies .h-policies-main .heading-fs-16{
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
}
.hotel-policies .h-policies-main .h-check-in-out {
    /* max-width: 172px; */
    /* max-height: 100px; */
    /* height: 100%; */
    padding: 9px 22px;
    border-radius: 8px;
    cursor: pointer;
}

.hotel-policies .h-policies-main .form-control[readonly] {
    background-color: transparent;
}
.hotel-policies .h-policies-main .h-policies-main-inner{
    border-right: 1px solid rgb(118 121 146 / 30%);
}
.hotel-policies .h-policies-main .policies-extra .para-fs-14 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #393C52;
}
.hotel-policies .h-policies-main .h-check-in-out .form-control {
    border: none;
    padding-top: 15px;
}

.hotel-policies .h-policies-main .h-check-in-out .form-control:focus {
    border-color: transparent;
    box-shadow: noe;
}

.hotel-policies .h-policies-main .h-check-in-out .check-text {
    font-size: 16px;
    line-height: 24px;
}

.hotel-policies .h-policies-main .policies-extra .policies-text {
    border: 1px solid #6a78c7;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.hotel-policies .h-policies-main .policies-extra a,
.hotel-policies .h-policies-main {
    font-size: 16px;
    line-height: 24px;
}


/********** hotel-policies section end **********/


/********** Hotel Room section start *********/

.hotel-room {
    border-top: 1px solid #DBDBDB;
    padding-top: 50px;
    padding-bottom: 50px;
}
.hotel-room .hotel-depiction .depiction-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #555D64;
    text-align: justify;
}
.hotel-room-inner{
    border: 1px solid #6A78C7;
    border-radius: 14px;
    padding: 24px;
}

.hotel-room .hotel-room-inner .hotel-room-heading h5 {
    font-size: 20px;
    line-height: 24px;
    color: #393c52;
}

.hotel-room .hotel-room-inner .room-card-main {
    background-color: #fff;
    border-radius: 12px;
    border-top: 1px solid #E7E7E7;
    border-radius: 3px;
}

.hotel-room .hotel-room-inner .room-card-main .h-room-info-main img {
    vertical-align: initial;
}
.hotel-room .hotel-room-inner .room-single-card{
    padding: 24px 20px;
    height: 100%;
}
.hotel-room .hotel-room-inner .room-single-card .card-heading {
    border-bottom: 1px solid rgb(106 120 199 / 20%);
}
.hotel-room .hotel-room-inner .room-single-card .card-heading .single-small-title .heading-fs-16 p{
    color: #6A78C7;
}
.hotel-room .hotel-room-inner .room-single-card .single-main-head h5 {
    font-size: 20px;
    line-height: 26px;
}
.hotel-room .hotel-room-inner .room-single-card .single-card-price a.t-city-btn{
    border-radius: 5px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 8px 0px;
}
.hotel-room .hotel-room-inner .room-single-card .h-room-overview{
    border-right: 1px solid rgb(106 120 199 / 20%);
    padding: 0 15px 0;
}
.hotel-room .hotel-room-inner .room-single-card .h-room-overview h5.para-fs-14{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #6A78C7;
}
.hotel-room .hotel-room-inner .room-single-card .h-room-overview .room-overview .para-fs-14 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #393C52;
    white-space: normal;
}
.hotel-room .hotel-room-inner .room-single-card .h-room-overview:last-child{
    border-right: 1px solid transparent;
}
.hotel-room .hotel-room-inner .room-card-main .border--left {
    border-left: 1px solid rgb(106 120 199 / 20%);
}

.hotel-room .hotel-room-inner .room-card-main .room-single-card .single-card-price img {
    vertical-align: sub;
}

section.hotel-room .room-card-main .single-card-img img {
    min-height: 230px;
    object-fit: cover;
}


/********** Hotel Room section end *********/


/******* Hotels details page start ********/


/******** Multisearch page start ********/


/****** payment section start *******/

.credit-box .credit-box-main {
    width: 100%;
    max-width: 240px;
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
}


/****** payment section end *******/


/******** Multisearch page end ********/

.navbar .offcanvas-start {
    width: 300px;
}
.offcanvas-start .navbar-nav .nav-item{
    padding-left: auto !important;
    padding-right: auto !important;
}


/* -------hotelResult page popup css start------- */

.payment_details_popup .payment-details-box {
    width: 100%;
    max-width: 561px;
    min-height: 468px;
    margin: 0 auto;
    padding: 30px 49px;
    background: #fff;
    border-radius: 8px;
}

.payment_details_popup .payment-details-box .payment_details_inner .payment_select_type .payment--select-box {
    border: 1px solid #e6e8f5;
    padding: 9px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.payment-logo .payment_logo_icon {
    width: 100%;
    max-width: 32px;
    max-height: 32px;
}

.payment_details_popup .payment_details_inner .payment--detail-box .hotel--img img {
    width: 100%;
    max-width: 90px;
    height: 100%;
    max-height: 67px;
    object-fit: cover;
    border-radius: 5px;
    position: absolute;
    right: 37px;
    top: 28px;
}


/* -------hotelResult page popup css end------- */


/* -------payment-success popup css start-------- */

.payment_details_popup .payment-details-box .success_popup_inner {
    padding: 21px 10px;
    text-align: center;
}

.payment_details_popup .payment-details-box .success_popup_inner span.print--link a {
    text-decoration: underline !important;
    color: #6a78d2;
}

.payment_details_popup .payment-details-box .success_popup_inner .go-home-btn {
    padding: 15px 28px;
    background-color: #eaf7f0;
    width: 100%;
    max-width: 192px;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 50px;
    color: #27ae60 !important;
    transition: 0.4s all;
}

.payment_details_popup .payment-details-box .success_popup_inner .go-home-btn:hover {
    background-color: #b9f2d4;
}

.payment_details_popup .payment-details-box .success_popup_inner .try-again-btn {
    padding: 15px 28px;
    background-color: #f27474;
    width: 100%;
    max-width: 192px;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 50px;
    color: #fff !important;
    transition: 0.4s all;
}

.payment_details_popup .payment-details-box .success_popup_inner .try-again-btn:hover {
    background-color: #f94c4c;
}


/* -------payment-success popup css start-------- */


/*ORDER-HISTORY HOTEL REVIEW FORM POPUP START */

.review_details_popup .review--box {
    width: 100%;
    max-width: 650px;
    min-height: 471px;
    margin: 0 auto;
    padding: 30px 49px;
    background: #fff;
    border-radius: 8px;
}

.review_details_popup .review_form_inner .rating--facilities .rating_filed_box {
    width: 100%;
    max-width: 150px;
}


/*ORDER-HISTORY HOTEL REVIEW FORM POPUP END */


/* css end */