body {
    margin: 0px;
    font-size: 15px;
    font-family: 'SourceSansPro-Regular';
}

    body a {
        text-decoration: none;
        outline: none;
    }

a:hover {
    color: #ef2543;
    text-decoration: none;
}

.gray-bg {
    background: #f8f8f8;
}

/* header Start */
#main-header {
    background: #fff;
    font-family: 'SourceSansPro-Regular';
    position: sticky;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 1px 0px 15px 1px rgba(0,0,0,0.1);
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 100px;
}

.mainlogo {
    max-width: 200px;
}
/*left-header start*/

/*left-header End*/
/* center-header Start*/
.center-header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.center_center {
    max-width: 690px
}

.top-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}

.main-menu ul.navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

.country-header {
    float: left;
    padding-left: 7px;
}

input#country_selector {
    border: none;
    outline: none;
}

.icon-header ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

    .icon-header ul li a {
        padding: 5px 10px;
    }

        .icon-header ul li a img {
            width: 20px;
        }

.main-menu nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px 10px 0px 0px;
}
/* center-header End*/

/* Right-header Start*/
.navbar-light .navbar-nav .nav-link {
    color: #4b4b4b;
    font-family: 'SourceSansPro-Regular';
    text-transform: uppercase;
    font-size: 15px;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #410d86;
    }

.right-header-section {
    background: #d7c2dc;
    padding: 15px 20px;
    width: 315px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
}

.navbar-expand-lg .navbar-nav li.nav-item.active a.nav-link {
    color: #410d86;
}

.navbar-expand-lg .navbar-nav li.nav-item a.nav-link:hover {
    color: #410d86;
}



.right-header-call {
    display: flex;
    align-items: center;
}

.phone-icon {
    margin-right: 15px;
}

.phone-number {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.right-header-call span {
    font-family: 'Poppins-Regular';
    width: 100%;
    text-transform: uppercase;
    color: #240743;
    letter-spacing: 3.4px;
}

.right-header-call strong a {
    font-family: 'Poppins-SemiBold';
    font-size: 28px;
    width: 100%;
    line-height: 28px;
    color: #240743;
}

.right-header-section p {
    margin: 0px;
    width: 100%;
    text-align: center;
    font-family: 'SourceSansPro-Regular';
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5px;
}
/* Right-header End*/

/* banner section Start*/
.banner-section {
    background: url(../images/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.banner-text {
    padding: 180px 0px 180px 0;
}

    .banner-text h1 {
        color: #ffb258;
        font-size: 50px;
        font-family: 'Domine-Bold';
    }

.banner-section .select-option {
    display: flex;
    background: #fff;
    margin-right: 15px;
    padding-right: 3px;
}

    .banner-section .select-option select {
        margin-right: 8px;
        width: 275px;
        border: none;
    }

.banner-section .where-would {
    margin-right: 13px;
    position: relative;
}

    .banner-section .where-would img {
        position: absolute;
        width: 20px;
        right: 15px;
        top: 15px;
    }

.banner-section .select-option select input {
    height: 65px;
    outline: none;
    padding: 20px;
}

.banner-section .select-option select#cars {
    height: 65px;
    outline: none;
    padding: 20px;
}

.banner-section .search-btn input {
    height: 50px;
    border: none;
    cursor: pointer;
    outline: none;
    background: #f02543;
    width: 142px;
    color: #fff;
    text-align: center;
    padding-left: 35px;
    font-family: 'SourceSansPro-Bold';
    letter-spacing: 1px;
    font-size: 16px;
}

.banner-section .where-would input {
    width: 435px;
    border: none;
    height: 50px;
    padding: 20px;
    outline: none;
}

.banner-section .search-btn {
    position: relative;
}

    .banner-section .search-btn img {
        position: absolute;
        width: 20px;
        left: 16px;
        top: 15px;
    }

form.bannerform {
    display: flex;
    flex-wrap: wrap;
}
/* banner section end*/

/* OLO Breaks Start */
.price-section a.price-button {
    background: #6b2867;
    height: 40px;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
}

    .price-section a.price-button:hover {
        background: #ff4e54;
    }

.price-section .price-contant a {
    color: #ef2543;
    font-family: 'SourceSansPro-Light';
    font-size: 14px;
}

    .price-section .price-contant a:hover {
        color: #6b2867;
    }

.price-section {
    position: absolute;
    right: 0;
    top: -5px;
    display: flex;
    flex-wrap: wrap;
}

    .price-section .price-contant {
        max-width: 145px;
        padding-right: 10px;
        text-align: end;
        line-height: 1;
        margin-top: 2px;
    }

.olo-breaks-section {
    padding-top: 80px;
    padding-bottom: 70px;
}

.title {
    width: 100%;
    text-align: center;
}

    .title h2 {
        font-family: 'Poppins-SemiBold';
        font-size: 46px;
        color: #240743;
        text-transform: uppercase;
    }

        .title h2 span {
            font-family: 'Poppins-Light';
        }

    .title p, .title ul li, .dynamicpageshtml p, .dynamicpageshtml p span, .dynamicpageshtml ul li, .dynamicpageshtml ol li, .accordian p {
        font-family: 'SourceSansPro-Light';
        font-size: 20px;
        color: #5d5b5b;
        text-align: left;
    }

.olo-breaks-section .title p, .our-collections .title p, .explore-our-region .title p, .popular-destinations .title p {
    text-align: center;
}

.ourregion-section .title p, .featured-destinations .title p, .destinations-banner2 p {
    text-align: center;
}

.title table {
    width: 100%;
}

    .title table p {
        text-align: center;
        margin: 0px;
        padding: 10px;
    }

.tabbable-responsive.tabsection {
    margin-top: 35px;
    position: relative;
    padding: 0px;
}

.tabsection .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    display: flex;
    justify-content: center;
}

    .tabsection .nav-tabs .nav-item {
        margin-bottom: 0;
        margin: 0px 11px;
    }

.tabsection .nav-link {
    padding: 0px 4px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Poppins-Medium';
}

.tabsection .nav-tabs .nav-link:focus, .tabsection .nav-tabs .nav-link {
    border: none;
    color: #333333;
    border-bottom: 2px solid transparent;
}

    .tabsection .nav-tabs .nav-item.show .nav-link, .tabsection .nav-tabs .nav-link.active {
        background: transparent;
        border: none;
        color: #ef2543;
        border-bottom: 2px solid #ef2543;
    }

    .tabsection .nav-tabs .nav-link:focus, .tabsection .nav-tabs .nav-link:hover {
        border: none;
        color: #ef2543;
        border-bottom: 2px solid #ef2543;
    }

.browse-all-offers {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
}

    .browse-all-offers a {
        margin: 0px;
        color: #55327a;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
    }

        .browse-all-offers a::after {
            content: "";
            width: 0;
            height: 0;
            border-bottom: 10px solid #70548d;
            border-left: 10px solid transparent;
            position: absolute;
            bottom: 4px;
            right: -14px;
        }

.olo-breaks-section .item {
    padding: 15px 0px;
}

.offer-box {
    background: #fff;
    box-shadow: 1px 0px 15px 1px rgba(0,0,0,0.1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

    .offer-box::after {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 74px solid #ef2543;
        border-left: 74px solid transparent;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .offer-box .booknow a {
        position: absolute;
        bottom: 10px;
        right: -1px;
        font-size: 14px;
        color: #fff;
        font-family: 'SourceSansPro-Black';
        z-index: 1;
        width: 50px;
        line-height: 14px;
        text-align: center;
        transform: rotate(-45deg);
        letter-spacing: 1px;
    }

    .offer-box img {
        object-fit: cover;
        width: 100%;
    }

.offer-box-img {
    position: relative;
}

.topleft {
    position: absolute;
    top: 4px;
    left: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .topleft li {
        background: rgba(63,28,74,0.7);
        margin-left: 4px;
        border-radius: 4px;
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .topleft li img {
            max-width: 100%;
            width: auto !important;
        }

.hearticon {
    position: absolute;
    right: 11px;
    top: 9px;
    cursor: pointer;
}

.placename {
    width: 100%;
    text-align: center;
}

    .placename h4 {
        font-family: 'SourceSansPro-Semibold';
        font-size: 15px;
        text-transform: uppercase;
        color: #7243a4;
        margin-top: 15px;
        line-height: normal;
        margin-bottom: 5px;
    }

    .placename h3 {
        font-family: 'SourceSansPro-Semibold';
        font-size: 18px;
        color: #525252;
        text-transform: uppercase;
        margin-top: 0px;
        line-height: normal;
        margin-bottom: 0;
    }

    .placename p {
        font-family: 'SourceSansPro-Regular';
        font-size: 15px;
        margin-bottom: 0;
        color: #656565;
    }

.placeoffer {
    max-width: 220px;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
}

    .placeoffer p {
        font-family: 'SourceSansPro-Regular';
        font-size: 15px;
        color: #ef2543;
        text-transform: uppercase;
    }

.package-day {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ef2543;
    padding: 4px 15px 6px 15px;
}

    .package-day p {
        margin: 0px;
        font-family: 'SourceSansPro-SemiboldIt';
        font-size: 15px;
        color: #fff;
    }

        .package-day p strong {
            font-family: 'SourceSansPro-Semibold';
            font-size: 20px;
            margin-left: 5px;
            line-height: normal;
        }

.ratingstar img {
    max-width: 100%;
    width: auto !important;
    margin: 0 auto;
    display: block;
}

.validdays {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-family: 'SourceSansPro-It';
    color: #754ea1;
}

    .validdays p {
        margin: 0;
        margin-bottom: 15px;
    }

ul.place-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

    ul.place-icon li {
        margin: 0px 10px;
    }

        ul.place-icon li img {
            width: 40px;
            max-width: 40px;
        }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ef2543 !important;
    width: 18px;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
    width: 22px;
}

    .owl-theme .owl-dots .owl-dot span {
        margin: 0 auto !important;
        background: #9d9898 !important;
    }

.owl-nav img {
    width: 24px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    outline: none;
}

.owl-theme .owl-nav [class*=owl-] {
    outline: none;
}

.owl-nav button.owl-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button.owl-next {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}
/* OLO Breaks End */

.Offers-section .Offers-contant-left h3 {
    margin: 0px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    font-size: 32px;
}

.Offers-section .Offers-contant-left p {
    color: #fff;
    font-family: 'SourceSansPro-Light';
    font-size: 20px;
}

.Offers-section .Offers-contant-right h2 {
    color: #fff;
    font-family: 'Poppins-Light';
    text-transform: uppercase;
    font-size: 42px;
    margin: 0px;
}

.Offers-section .Offers-contant-right h3 {
    color: #fff;
    font-family: 'Poppins-SemiBold';
    font-size: 42px;
    text-transform: uppercase;
}

.Offers-section .Offers-contant-right .Offers-list ul {
    padding-left: 0px;
    list-style: none;
    display: inline-block;
}

    .Offers-section .Offers-contant-right .Offers-list ul li {
        color: #fff;
        margin-bottom: 15px;
        font-size: 18px;
    }

.Offers-section .Offers-contant-right .Offers-booknow a {
    font-family: 'SourceSansPro-Regular';
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 30px;
    color: #fff;
    outline: none;
    border-radius: 3px;
    text-transform: capitalize;
}

    .Offers-section .Offers-contant-right .Offers-booknow a:hover {
        background: #ff4e54;
        border: 1px solid #ff4e54;
    }

.Offers-section {
    padding: 50px 0px;
    position: relative;
    background: rgba(42,7,53,0.4);
}

    .Offers-section .Offers-contant-right {
        text-align: center;
    }

        .Offers-section .Offers-contant-right p {
            font-size: 16px;
            max-width: 485px;
            margin: auto;
            color: #fff;
        }

        .Offers-section .Offers-contant-right .Offers-list {
            padding-top: 25px;
        }

        .Offers-section .Offers-contant-right .Offers-booknow {
            padding-top: 15px;
        }

        .Offers-section .Offers-contant-right .Offers-list ul li.nights {
            margin-left: -26px;
        }

        .Offers-section .Offers-contant-right .Offers-list ul li.Durations-available:before {
            content: "";
            background: url(../images/Durations-available.png);
            background-repeat: no-repeat;
            top: 7px;
            margin-right: 30px;
            position: relative;
            background-size: 28px;
            width: 28px;
            height: 28px;
            display: inline-block;
        }

        .Offers-section .Offers-contant-right .Offers-list ul li.nights:before {
            content: "";
            background: url(../images/nights.png);
            background-repeat: no-repeat;
            top: 7px;
            margin-right: 25px;
            position: relative;
            background-size: 36px;
            width: 36px;
            height: 28px;
            display: inline-block;
        }

    .Offers-section::before {
        content: "";
        background: url(../images/indianocean.jpg);
        background-size: cover;
        background-position: center;
        width: calc(50% + 7.5%);
        height: 100%;
        position: absolute;
        left: 0;
        top: 0%;
        z-index: -1;
        background-repeat: no-repeat;
        clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
    }

    .Offers-section::after {
        content: "";
        background: url(../images/Specialoffers.jpg);
        background-size: cover;
        background-position: center;
        width: calc(50% + 7.5%);
        height: 100%;
        position: absolute;
        right: 0;
        top: 0%;
        z-index: -1;
        background-repeat: no-repeat;
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    }
/* our-collections  start*/
.our-collections {
    width: 100%;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 70px;
}

    .our-collections .item {
        padding: 10px;
    }

        .our-collections .item .collections-images {
            width: 100%;
            text-align: center;
            padding: 10px 0px;
            cursor: pointer;
        }

            .our-collections .item .collections-images img {
                width: 100%;
                max-width: 100px;
                margin: 0 auto;
            }

            .our-collections .item .collections-images p {
                font-family: 'SourceSansPro-Regular';
                font-size: 13px;
                color: #1c1c1d;
                margin-top: 20px;
                margin-bottom: 0px;
                text-transform: uppercase;
            }

            .our-collections .item .collections-images:hover {
                box-shadow: 1px 0px 15px 1px rgba(0,0,0,0.1);
                background: #fff;
            }

.our-collections-slider {
    margin-top: 40px;
}

.view-more-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

    .view-more-btn a {
        border: 1px solid #ff4e54;
        color: #ff4e54;
        padding: 8px 30px;
        border-radius: 4px;
        transition: width 2s;
    }

        .view-more-btn a:hover {
            color: #fff;
            background: #ff4e54;
        }
/* our-collections  End*/

/* EXPLORE OUR REGION start*/
.explore-our-region {
    padding-top: 80px;
    padding-bottom: 55px;
}

    .explore-our-region .browse-all-offers {
        text-align: right;
        padding-right: 15px;
    }

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    background-color: #f8f8f8;
    overflow: hidden;
    width: 0;
    height: calc(100% - 15px);
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: normal;
    width: 100%;
}

.overlay-taxt {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

    .overlay-taxt h2 {
        color: #5f3f80;
        font-family: 'SourceSansPro-Bold';
        font-size: 22px;
        text-transform: uppercase;
    }

    .overlay-taxt p {
        color: #363636;
        font-family: 'SourceSansPro-Light';
        font-size: 18px;
    }

    .overlay-taxt a {
        background: #ef2543;
        color: #fff;
        padding: 10px 27px;
        border-radius: 4px;
        font-size: 14px;
    }

.explore-our-region-box {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
}

    .explore-our-region-box .explore-title {
        position: absolute;
        bottom: 0%;
        top: 15px;
        left: 15px;
        text-align: center;
        width: calc(100% - 15px);
        height: calc(100% - 15px);
        padding: 15px 10px 25px 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        -webkit-box-shadow: inset 0px -26px 50px -20px rgba(0,0,0,0.59);
        -moz-box-shadow: inset 0px -26px 50px -20px rgba(0,0,0,0.59);
        box-shadow: inset 0px -26px 50px -20px rgba(0,0,0,0.59);
    }

        .explore-our-region-box .explore-title h3 {
            color: #fff;
            font-weight: bold;
            font-family: 'SourceSansPro-Semibold';
            margin: 0;
            font-size: 22px;
            text-transform: uppercase;
        }

    .explore-our-region-box:hover .overlay {
        width: calc(100% - 15px);
    }

.explore-our-region h3.Europe {
    left: 40%;
}

.explore-our-region h3.north-america {
    left: 24%;
    top: 43%;
    color: #000000;
    text-transform: uppercase;
}

.owl-stage-outer .no-gutters {
    margin-left: -15px;
}

.explore-our-region .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}
/* our-collections  End*/

/* Travelolo section Start*/
.Travelolo-section {
    padding: 80px 0px 70px 0px;
}

    .Travelolo-section h2 {
        color: #250743;
        text-align: center;
        font-size: 46px;
    }

.Travelolo-main {
    padding-top: 25px;
}

.Travelolo-section .Travelolo-text h5 {
    color: #50346d;
    font-family: 'SourceSansPro-Semibold';
    font-size: 18px;
}

    .Travelolo-section .Travelolo-text h5::before {
        content: "";
        background: red;
        height: 3px;
        width: 25px;
        display: block;
        position: absolute;
        top: 60px;
    }

.Travelolo-section .Travelolo-text p {
    padding-top: 20px;
    font-family: 'SourceSansPro-Light';
    font-size: 16px;
}

.Travelolo-text {
    margin-top: 30px;
}
/* Travelolo section end*/

/* footer section Start*/
.footer-section {
    border-bottom: 0px !important;
    background: #faf8fb;
    padding: 80px 0px 0px 0px;
    border-top: 1px solid #f1f0f0;
}

    .footer-section h6 {
        float: right;
        color: #694b72;
        font-size: 18px;
        margin: 0px;
    }

.footer-box p {
    padding-top: 15px;
    margin: 0px;
    padding-bottom: 8px;
    line-height: 1.6;
    font-size: 14px;
    color: #694b72;
}

.footer-about a {
    color: #c94558;
    font-weight: 500;
}

    .footer-about a:hover {
        color: #322262;
    }

.social-list ul li {
    list-style: none;
}

.social-list ul {
    padding-left: 0px;
    display: flex;
}

    .social-list ul li a img {
        width: 16px;
    }

    .social-list ul li a {
        padding: 0px 15px 0px 0px;
        display: inline-block;
    }

.social-list {
    margin-top: 30px;
}

.footer-section .footerlogo {
    height: 40px;
}

.footer-section ul.footer-list {
    padding-left: 0px;
}

    .footer-section ul.footer-list li {
        list-style: none;
    }

        .footer-section ul.footer-list li a {
            font-size: 13px;
            color: #694b72;
            line-height: 1.9;
        }

            .footer-section ul.footer-list li a::before {
                content: "-";
                padding-right: 5px;
            }

            .footer-section ul.footer-list li a:hover {
                color: #410d86;
            }

.footer-box-heading h4 {
    font-size: 16px;
    font-weight: 500;
    color: #6a4c70;
}

.footer-box-heading {
    padding-top: 14px;
    padding-bottom: 5px;
}

.footer-bottom {
    border-top: 1px solid #f1f0f0;
    border-bottom: 1px solid #f1f0f0;
    padding: 20px 0px 16px 0px;
    margin-top: 15px;
}

    .footer-bottom p {
        line-height: 1.7;
        margin-top: 5px;
        color: #2f2f2f;
        font-size: 14px;
        margin: 0px;
    }

    .footer-bottom a {
        color: #70407f;
        font-size: 16px;
    }

        .footer-bottom a:hover {
            color: #ef2543;
        }

.footerclient {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.footerclientimg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-footer-box {
    display: flex;
    flex-wrap: wrap;
}

.footer-box {
    width: 20%;
    padding-right: 20px;
}

.footer-section .footer-logo img {
    max-width: 200px;
}
/* footer section End*/

/* copyright section Start*/
.copyright {
    padding: 34px 0px;
}

.copyright-text p {
    color: #7e7382;
    font-size: 13px;
    margin: 0;
}

ul.copyright-menu {
    padding-left: 0px;
    margin: 0;
    flex-wrap: wrap;
}

    ul.copyright-menu li {
        list-style: none;
    }

        ul.copyright-menu li a {
            margin-left: 10px;
            padding-right: 10px;
            color: #7e7382;
            border-right: 1px solid #7e7382;
            font-size: 13px;
        }

        ul.copyright-menu li:first-child a {
            border-left: 0px solid #7e7382;
            margin-left: 0px;
        }

        ul.copyright-menu li:last-child a {
            border: none;
        }

        ul.copyright-menu li a:hover {
            color: #410d86;
        }
/* copyright section end*/

/* newsletters-section Start*/
.newsletters-section {
    padding: 160px 0px 170px 0px;
    background: url(../images/Newsletters.png);
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #f1f0f0;
}

    .newsletters-section h2 {
        font-size: 50px;
        word-spacing: 5px;
        color: #ef2543;
        text-transform: uppercase;
        font-family: 'Poppins-Light';
    }

        .newsletters-section h2 strong {
            font-family: 'Poppins-SemiBold';
        }

    .newsletters-section .newsletters-email input {
        font-family: 'SourceSansPro-Light';
        border: 1px solid #ef2543;
        padding: 22px 65px 22px 25px;
        border-radius: 3px;
        width: 100%;
        max-width: 54%;
        outline: none;
    }

    .newsletters-section input::placeholder {
        color: #ef2543;
        font-weight: normal;
    }

    .newsletters-section .newsletters-email form {
        position: relative;
    }

    .newsletters-section .newsletters-email img {
        width: 35px;
        top: 13px;
    }

    .newsletters-section .newsletters-email button {
        border: none;
        position: absolute;
        margin-left: -57px;
        top: 17px;
        border: none;
        outline: none;
        cursor: pointer;
        background: transparent;
    }

/* newsletters-section end*/

/* User Popup Start*/
.modal-backdrop {
    top: 108px;
}

#exampleModalCenter .modal-dialog, #modal_signup_withotp .modal-dialog {
    width: 100%;
    max-width: 1170px;
}

#exampleModalCenter, #modal_signup_withotp {
    background-image: url(../images/popup-bg.jpg);
    background-size: cover;
    padding-right: 0 !important;
    margin-top: 108px;
}

    #exampleModalCenter::after, #modal_signup_withotp::after {
        content: " ";
        background-color: rgba(44,6,80,0.8);
        position: fixed;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        margin-top: 108px;
    }

    #exampleModalCenter .modal-content, #modal_signup_withotp .modal-content {
        background-color: transparent;
        border: none;
    }

.user-popup-section {
    width: 100%;
    display: flex;
    padding: 0px 100px;
}

.left-popup-section {
    width: 100%;
    max-width: 40%;
    background-image: url(../images/popup-left-bg.jpg);
    background-size: cover;
    background-position: left;
}

.left-popup-bg {
    padding: 45px 35px 22px 35px;
    width: 100%;
}

.left-popup-section h1 {
    color: #fff;
    padding-top: 125px;
    padding-bottom: 10px;
    font-family: 'SourceSansPro-Light';
    font-size: 60px;
}

.left-popup-section h4 {
    padding-bottom: 5px;
    color: #fff;
    font-size: 30px;
    font-family: 'SourceSansPro-Light';
}

    .left-popup-section h4 strong {
        font-family: 'SourceSansPro-Bold';
    }

.left-popup-section p {
    color: #fff;
    font-family: 'SourceSansPro-It';
    font-size: 18px;
}

.right-popup-section h6
.left-popup-section .popup-about a {
    color: #e8b949;
    text-transform: uppercase;
}

.popup-about {
    width: 100%;
}

    .popup-about a {
        color: #e8b949;
    }

.left-popup-section .protection-bottom {
    padding-top: 150px;
}

    .left-popup-section .protection-bottom span {
        color: #fff;
        font-size: 14px;
    }

.left-popup-section .popup-img-section {
    display: flex;
    padding-top: 10px;
}

    .left-popup-section .popup-img-section .popup-img {
        margin-right: 25px;
    }

.right-popup-section {
    padding: 50px 55px 24px 55px;
    background: #2c0650;
    width: 100%;
    max-width: 60%;
    position: relative;
}

.right-popup-heding {
    padding-top: 40px;
}

    .right-popup-heding h2 {
        margin: 0px;
        color: #fff;
        font-family: 'SourceSansPro-Bold';
        font-size: 36px;
    }

.right-popup-section h6 {
    color: white;
    font-size: 16px;
}

.right-popup-heding span {
    color: #fff;
    font-family: 'SourceSansPro-It';
    font-size: 18px;
    color: #ad95bd;
}

.right-popup-section h6 a {
    display: inline-block;
    border: 1px solid #e8b74a;
    padding: 4px 22px;
    border-radius: 1px;
    margin-left: 10px;
    color: #e8b74a;
    text-transform: uppercase;
}

.right-popup-section .input-form-list {
    padding-top: 25px;
}

    .right-popup-section .input-form-list input.input-form {
        width: 100%;
        padding: 10px 15px;
        outline: none;
        margin-bottom: 18px;
    }

    .right-popup-section .input-form-list label {
        color: #fff;
        margin-bottom: 5px;
        text-transform: capitalize;
        font-family: 'SourceSansPro-Bold';
        font-size: 16px;
    }

.right-popup-section .form-bottum .singup-bottun input {
    outline: none;
    background: #ef2543;
    padding: 12px 25px;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

.right-popup-section .social-list-bottum ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    margin: 0;
}

    .right-popup-section .social-list-bottum ul li {
        margin-left: 15px;
    }

.right-popup-section .form-bottum {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 10px;
}

.right-popup-section .SignUp-with-about {
    position: relative;
    top: 12px;
    left: 7px;
}

    .right-popup-section .SignUp-with-about a {
        color: #fff;
        font-size: 16px;
    }

.right-popup-section .input-form-list p {
    font-size: 11px;
    color: #fff;
}

.privacy-policy {
    font-family: 'SourceSansPro-Light';
    font-size: 12px;
    color: #fff;
}

.user-popup-section button.close {
    position: absolute;
    top: -20px;
    right: -20px;
    border: solid 1px #2c0650;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #f30324;
}

    .user-popup-section button.close:focus {
        outline: none !important;
    }

.user-popup-section .close {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
    opacity: .8;
}

    .user-popup-section .close:focus, .close:hover {
        color: #fff;
        text-decoration: none;
        opacity: .8;
    }
/* User Popup end*/

/* our region Start*/
.map-section {
    position: relative;
}

    .map-section .our-region-img {
        width: 100%;
    }

.map-img img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.place-hover {
    max-width: 390px;
    position: absolute;
    top: 17%;
    left: 55%;
    background: #fff;
    padding: 10px 10px 0px 10px;
}

.place-hover-img {
    position: relative;
    margin-bottom: 10px;
}

.place-hover-img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .place-hover-img-text h6 {
        text-transform: uppercase;
        font-family: 'SourceSansPro-Bold';
        font-size: 22px;
        color: #fff;
        margin: 0px;
    }

.place-hover-box {
    display: flex;
    margin-bottom: 10px;
}

.place-box-image img {
    width: 110px;
}

.place-hover-text h6 {
    font-family: 'SourceSansPro-Bold';
    color: #29094a;
    margin: 0px;
    font-size: 18px;
}

.place-hover-text {
    margin-left: 13px;
}

.place-hover-img img {
    height: 170px;
}

.place-hover-text p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
}

.ourregion-section {
    padding: 80px 0px 70px 0px;
}

    .ourregion-section .ourregion-img {
        position: relative;
        margin-top: 30px;
    }

        .ourregion-section .ourregion-img .title-region {
            position: absolute;
            left: 0%;
            bottom: 0%;
            width: 100%;
            height: 100%;
            padding: 15px 10px 25px 0px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            text-align: center;
            -webkit-box-shadow: inset 0px -26px 50px -20px rgba(0,0,0,0.59);
            -moz-box-shadow: inset 0px -26px 50px -20px rgba(0,0,0,0.59);
            box-shadow: inset 0px -26px 50px -20px rgba(0,0,0,0.59);
        }

            .ourregion-section .ourregion-img .title-region h3 {
                font-size: 20px;
                color: #fff;
                font-family: 'Poppins-SemiBold';
                margin: 0;
            }

        .ourregion-section .ourregion-img img {
            width: 100%;
            object-fit: cover;
        }
/* our region end*/

/* Destinations  start*/
.destinations-banner2 {
    padding: 165px 0px 100px 0px;
    background: url('https://supplierimages.s3.ap-south-1.amazonaws.com/bharatarmy_c5568f83-65ea-4d87-a180-2d10f635c86a.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .destinations-banner2 .title h2 {
        color: #fff;
    }

    .destinations-banner2 .title p {
        color: #fff;
    }

.main-destinations {
    padding: 90px 0px 140px 0px;
}

.destinations-banner {
    background: url(../images/Destinations-detail-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .destinations-banner h2 {
        color: #fff;
    }

    .destinations-banner .title p {
        color: #fff;
    }

.destinations-clickwatch {
    width: 100%;
    margin-top: 50px;
    font-size: 20px;
    color: #ffffff;
}

    .destinations-clickwatch a {
        display: inline-block;
    }

        .destinations-clickwatch a p {
            margin-top: 5px;
            margin-bottom: 0px;
            font-family: 'SourceSansPro-Regular';
            color: #fff;
        }

.Popular-destinations-box img, .featured-destinations-box img {
    width: 100%;
    position: relative;
    /*height: 270px;*/
    object-fit: cover;
}

.Popular-Destinations-text, .featured-destinations-text {
    background: #322262;
    /*position: absolute;*/
    bottom: 0%;
    left: 0%;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    -webkit-box-shadow: inset 0px -26px 50px -20px rgba(0,0,0,0.59);
    -moz-box-shadow: inset 0px -26px 50px -20px rgba(0,0,0,0.59);
    box-shadow: inset 0px -26px 50px -20px rgba(0,0,0,0.59);
}

    .Popular-Destinations-text h6, .featured-destinations-text h6 {
        color: #fff;
        font-size: 18px;
        font-family: 'Poppins-Medium';
    }

    .Popular-Destinations-text p, .featured-destinations-text p {
        color: #fff;
        font-size: 14px;
        margin: 0px;
        height: 39px;
        overflow: hidden;
    }

.Popular-destinations-box {
    margin-top: 30px;
    position: relative;
}

.popular-destinations {
    padding: 80px 0px 70px 0px;
}

    .popular-destinations .view-more-btn, .featured-destinations .view-more-btn {
        margin-top: 60px;
    }

.featured-destinations {
    padding: 80px 0px 70px 0px;
}

.featured-destinations-box {
    margin-top: 30px;
    position: relative;
}
/* Destinations-banner End*/

/* Destinations blog start */
.destinations-blog {
    width: 100%;
}

.breadcrumbs {
    padding: 30px 0px;
}

    .breadcrumbs ul {
        margin: 0px;
        padding-left: 0px;
        display: flex;
        align-items: center;
        justify-self: start;
        list-style: none;
    }

        .breadcrumbs ul li {
            font-family: 'SourceSansPro-Light';
            text-transform: uppercase;
            color: #4b4b4b;
        }

            .breadcrumbs ul li a {
                color: #7243a4;
                padding-right: 6px;
                padding-left: 6px;
            }

            .breadcrumbs ul li span {
                color: #410d86;
                margin-left: 8px;
            }

.blog-banner {
    background-image: url(../images/blog-banner.jpg);
    padding: 235px 0px 175px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

    .blog-banner .title h2 {
        color: #fff;
    }

    .blog-banner .title p {
        color: #fff;
    }

.popular-post-section .popular-post-box {
    margin-top: 30px;
}

    .popular-post-section .popular-post-box img {
        width: 100%;
    }

.popular-post-section .popular-post-text {
    text-align: center;
    padding: 27px 20px 25px 20px;
    background: #fff;
}

    .popular-post-section .popular-post-text h6 {
        font-size: 14px;
        font-family: 'Poppins-SemiBold';
        text-transform: uppercase;
        color: #525252;
        margin-bottom: 20px;
    }

    .popular-post-section .popular-post-text p {
        color: #656565;
        margin: 0;
        margin-bottom: 8px;
    }

        .popular-post-section .popular-post-text p a {
            color: #ef2543;
        }

    .popular-post-section .popular-post-text i {
        font-family: 'SourceSansPro-It';
        color: #754ea1;
    }

.popular-post-section .owl-theme .owl-nav.disabled + .owl-dots {
    padding-top: 40px;
}

.popular-post-section {
    padding: 50px 0px 45px 0px;
}

.blog-image-section {
    position: relative;
}

    .blog-image-section img {
        width: 100%;
    }

    .blog-image-section .shere-bottun {
        position: absolute;
        top: 16px;
        right: 5px;
    }

        .blog-image-section .shere-bottun a img {
            width: 22px;
            height: 24px;
        }

        .blog-image-section .shere-bottun a {
            background: #3f1c4a;
            padding: 12px 14px 17px 12px;
            border-radius: 3px;
        }

    .blog-image-section .continue-reading i {
        font-family: 'SourceSansPro-It';
        background: #ef2543;
        padding: 3px 20px;
        display: inline-block;
        border-radius: 2px;
        color: #fff;
    }

    .blog-image-section .continue-reading {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

.blog-contant-section {
    background: #fff;
    padding: 15px 30px 10px 30px;
}

    .blog-contant-section i {
        color: #754ea1;
        font-family: 'SourceSansPro-It';
    }

    .blog-contant-section span {
        color: #656565;
    }

    .blog-contant-section h6.our-suggested-contant {
        padding-top: 8px;
    }

    .blog-contant-section p {
        margin-top: 15px;
        line-height: 1.8;
        font-size: 17px;
        color: #656565;
    }

    .blog-contant-section h6 {
        color: #525252;
        font-family: 'Poppins-Medium';
        font-size: 17px;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.main-blog-contant {
    margin-bottom: 30px;
}

.blog-pagination .page-link {
    border: none;
    background: transparent;
    font-size: 17px;
    color: #656565;
    outline: none;
    font-family: 'SourceSansPro-Semibold';
}

    .blog-pagination .page-link:focus {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.0);
    }

.blog-pagination .page-item.disabled .page-link {
    color: #a1a1a1;
    background: transparent;
}

.page-all-count p {
    color: #a1a1a1;
    font-size: 17px;
    font-family: 'SourceSansPro-It';
}
/* Destinations blog End */

/* Atlantis Hotels Detail Page start */
.banner-atlantis-section .banner-button button {
    font-family: 'SourceSansPro-Regular';
    background: #ef2543;
    border: 1px solid #ef2543;
    padding: 15px 34px;
    color: #fff;
    outline: none;
}

.banner-atlantis-section .title h2 {
    color: #fff;
}

.banner-atlantis-section .title p {
    color: #fff;
}

.banner-atlantis-section .banner-button {
    padding-top: 17px;
}

.banner-atlantis-section .banner-bottum-img {
    display: flex;
    justify-content: flex-end;
    padding-top: 75px;
    flex-wrap: wrap;
}

    .banner-atlantis-section .banner-bottum-img img {
        border: 1px solid #f1eded;
    }

.banner-atlantis-section {
    padding: 235px 0px 0px 0px;
    background: url(../images/Atlantis-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.banner-bottum {
    background: url(../images/Atlantis6.jpg);
    text-align: center;
    width: 100%;
    padding: 30px 0px 32px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

    .banner-bottum h2 {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 34px;
    }

    .banner-bottum p {
        font-family: 'SourceSansPro-Light';
        color: #fff;
        margin: 0;
        padding-top: 15px;
    }

    .banner-bottum .input-form {
        padding: 0px 15px;
        position: relative;
        display: inline-block;
        max-width: 630px;
        width: 100%;
    }

        .banner-bottum .input-form input {
            color: #fff;
            width: 100%;
            padding: 12px 45px 12px 25px;
            background: transparent;
            border: 1px solid #ffffff;
            outline: none;
            height: 50px;
        }

        .banner-bottum .input-form img {
            position: absolute;
            top: 50%;
            right: 30px;
            box-shadow: 0 0 black;
            transform: translateY(-50%);
        }

    .banner-bottum input::placeholder {
        font-family: 'SourceSansPro-Light';
        color: #fff;
        font-size: 16px;
    }

.Paradise-content h1 {
    font-size: 46px;
    font-family: 'Poppins-Light';
    margin-bottom: 10px;
}

.Paradise-content h2 {
    font-family: 'Poppins-Light';
    font-size: 36px;
    padding: 25px 0px 0px 0px;
}

.Paradise-content p {
    line-height: 1.7;
    color: #5d5b5b;
    margin: 0px;
}

.rating-summrey-section {
    padding: 80px 0px 70px 0px;
}

.Paradise-content p.Paradise-text {
    margin-top: 8px;
}

.rating-summrey-content {
    background: #fff;
    padding: 28px 31px 8px 31px;
    border: 1px solid #f1f0f0;
}

.rating-summrey a.rating-view {
    font-size: 14px;
    font-family: 'SourceSansPro-Light';
    color: #ef2543;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

    .rating-summrey a.rating-view:hover {
        color: #6b2867;
    }

.rating-summrey .rating-list ul {
    list-style: none;
    padding-left: 0px;
}

    .rating-summrey .rating-list ul li {
        display: flex;
    }

        .rating-summrey .rating-list ul li span {
            padding-right: 25px;
        }

.rating-summrey-content span {
    color: #868686;
    font-family: 'SourceSansPro-Light';
}

    .rating-summrey-content span.learn-more::after {
        content: "";
        background: url(../images/good.png);
        width: 24px;
        height: 24px;
        display: inline-block;
        position: relative;
        margin-left: 8px;
        top: 5px;
    }

.rating-summrey-content h1 {
    font-family: 'Poppins-Light';
    padding: 22px 0px 8px 0px;
    margin: 0;
    font-size: 45px;
}

.rating-summrey-content p {
    font-family: 'SourceSansPro-Light';
}

.rating-summrey {
    margin-top: 25px;
}

.rating-list p {
    margin-bottom: 13px;
    font-family: 'SourceSansPro-Light';
}

.Atlantis-tab {
    padding: 30px 0px 90px 0px;
    width: 100%;
}

    .Atlantis-tab img {
        width: 100%;
    }

    .Atlantis-tab .Atlantis-tab-box {
        margin-top: 15px;
    }

    .Atlantis-tab .Atlantis-tab-contant h5 {
        color: #240743;
        margin-bottom: 13px;
        font-family: 'Poppins-SemiBold';
        font-size: 18px;
    }

    .Atlantis-tab .Atlantis-tab-contant {
        text-align: center;
        border: 1px solid #eae7e7;
        border-top: 0px;
        padding: 25px 26px 30px 26px;
        background: #fff;
    }

    .Atlantis-tab .view-more-btn {
        margin-top: 20px;
    }

    .Atlantis-tab .title p {
        max-width: 970px;
        margin: 0 auto;
    }

    .Atlantis-tab .Atlantis-tab-contant p {
        color: #5d5b5b;
        font-size: 16px;
    }

    .Atlantis-tab .Atlantis-image {
        position: relative;
    }

    .Atlantis-tab .Atlantis-text h4 {
        font-size: 20px;
        background: #ef2543;
        display: inline-block;
        color: #fff;
        padding: 4px 15px 6px 15px;
        font-family: 'SourceSansPro-Semibold';
        font-size: 25px;
        margin: 0;
    }

    .Atlantis-tab .Atlantis-text {
        position: absolute;
        right: 0;
        bottom: 0;
    }

.Restaurants-section {
    padding: 0px 0px 35px 0px;
}

    .Restaurants-section .restaurants-box img {
        width: 100%;
    }

    .Restaurants-section .restaurants-contant h3 {
        font-size: 20px;
        font-family: 'Poppins-Medium';
        margin: 0;
        color: #fff;
    }

    .Restaurants-section .restaurants-box {
        position: relative;
        margin-top: 25px;
    }

    .Restaurants-section .restaurants-contant {
        position: absolute;
        left: 0%;
        bottom: 0%;
        width: 100%;
        height: 100%;
        padding: 15px 10px 25px 10px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        text-align: center;
        box-shadow: inset 0px -26px 50px -20px rgba(0,0,0,0.59);
    }

        .Restaurants-section .restaurants-contant .starimg {
            max-width: 100%;
            width: 87px;
            margin: 10px auto 0px auto;
        }

    .Restaurants-section .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 45px;
    }

    .Restaurants-section .title p {
        max-width: 970px;
        margin: 0 auto;
        margin-bottom: 18px;
    }

.Things-section {
    padding: 85px 0px 55px 0px;
    width: 100%;
}

    .Things-section img {
        width: 100%;
    }

    .Things-section .Things-box {
        margin-top: 25px;
    }

    .Things-section .Things-contant h5 {
        color: #240743;
        margin-bottom: 18px;
        font-family: 'Poppins-SemiBold';
        font-size: 18px;
    }

    .Things-section .Things-contant {
        text-align: center;
        border: 1px solid #eae7e7;
        border-top: 0px;
        padding: 20px 30px 30px 30px;
        background: #fff;
    }

    .Things-section .view-more-btn {
        margin-top: 20px;
    }

    .Things-section .title p {
        max-width: 970px;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .Things-section .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 55px;
    }

    .Things-section .Things-contant p {
        color: #5d5b5b;
        font-size: 16px;
    }
/* Atlantis Hotels Detail Page marker-end:  */

/*blog2-page start */
.blog2-section {
    padding-top: 80px;
    padding-bottom: 95px;
}

    .blog2-section .blog-contants {
        background: #fff;
        padding: 15px 30px 15px 30px;
    }

.blog-list {
    background: #fff;
    padding: 40px 20px 15px 0px;
}

.blog-contant2 h6 {
    font-family: 'Poppins-Medium';
    font-size: 17px;
    margin-top: 28px;
    text-transform: uppercase;
    color: #525252;
    font-family: 'Poppins-Medium';
}

.blog-list ul li {
    color: #656565;
    margin-bottom: 15px;
    line-height: 1.7;
}

.blog-contant2 img {
    width: 100%;
}

.blog-contant3 img {
    width: 100%;
}

.blog-contant3 h6 {
    font-size: 18px;
    line-height: 1.6;
}

.blog-contant4 {
    background: #fff;
    padding: 30px 20px 70px 20px;
    margin-top: 30px;
}

    .blog-contant4 .popular-post-box img {
        width: 100%;
    }

    .blog-contant4 .popular-post-box .popular-post-text {
        text-align: center;
        border: 1px solid #f0f0f1;
        border-top: 0px;
        padding: 15px 10px 30px 10px;
    }

        .blog-contant4 .popular-post-box .popular-post-text p {
            color: #656565;
            font-size: 10px;
            margin: 0;
            margin-bottom: 7px;
        }

        .blog-contant4 .popular-post-box .popular-post-text h6 {
            color: #525252;
            text-transform: uppercase;
            font-family: 'Poppins-SemiBold';
            font-size: 11px;
            margin-bottom: 5px;
        }

    .blog-contant4 .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 30px;
    }

    .blog-contant4 .popular-post-box .popular-post-text i {
        color: #754ea1;
        font-size: 12px;
    }

    .blog-contant4 h5 {
        color: #525252;
        font-family: 'Poppins-Medium';
        font-size: 18px;
        text-transform: uppercase;
        padding-bottom: 20px;
    }

.blog-contant3 .blog-contant-box {
    background: #fff;
    padding: 20px 30px 10px 30px;
}

    .blog-contant3 .blog-contant-box p::before {
        content: "";
        background-image: url(../svg/Blog/view.svg);
        height: 20px;
        width: 20px;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        top: 7px;
        left: 0;
        width: 25px;
        height: 11px;
    }

    .blog-contant3 .blog-contant-box p {
        font-size: 16px;
        color: #656565;
        position: relative;
        padding-left: 40px;
        margin-top: 20px;
    }

    .blog-contant3 .blog-contant-box .tab-list ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        line-height: 2.1;
    }

        .blog-contant3 .blog-contant-box .tab-list ul li {
            word-spacing: 10px;
            padding-right: 13px;
        }

            .blog-contant3 .blog-contant-box .tab-list ul li i {
                font-family: 'SourceSansPro-Light';
                color: #656565;
            }

    .blog-contant3 .blog-contant-box .tab-list {
        width: 100%;
        padding-top: 12px;
    }

.blog-form {
    width: 100%;
    background: #fff;
    margin-top: 30px;
    padding: 25px 30px 50px 15px;
}

    .blog-form input.input-form {
        width: 100%;
        height: 50px;
        padding: 10px;
        border: 1px solid #ebebeb;
        border-radius: 2px;
        outline: none;
    }

    .blog-form h6 {
        color: #525252;
        font-family: 'Poppins-Medium';
        text-transform: uppercase;
        word-spacing: 3px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .blog-form label {
        text-transform: capitalize;
        margin: 15px 0px 15px 0px;
        color: #525252;
    }

    .blog-form input.form-messages {
        height: 95px;
        width: 100%;
        padding: 10px;
        border: 1px solid #ebebeb;
        border-radius: 2px;
        outline: none;
    }

    .blog-form button.blog-form-button {
        background: #ef2543;
        border: 1px solid #ef2543;
        outline: none;
        color: #fff;
        padding: 8px 20px;
        border-radius: 3px;
        margin-top: 30px;
    }

    .blog-form form {
        padding-left: 15px;
        max-width: 330px;
    }

.blog-sharch input {
    height: 55px;
    border: 1px solid #d7d7d7;
    width: 100%;
    border-radius: 3px;
    outline: none;
    padding: 20px 42px 20px 20px;
}

.blog-sharch {
    background: #fff;
    padding: 30px 15px;
    position: relative;
}

.sharch-icon img {
    width: 16px;
    height: 16px;
}

.sharch-icon button {
    background: transparent;
    border: 0pc;
    outline: none;
    cursor: pointer
}

.sharch-icon {
    position: absolute;
    right: 34px;
    top: 45px;
}

.blog-sidebar .blog-tags2 {
    border: 1px solid #d7d7d7;
    padding: 25px 10px 30px 10px;
}

.blog-sidebar .blog-tags {
    background: #fff;
    padding: 10px;
}

.blog-sidebar .blog-tags {
    background: #fff;
    padding: 10px;
    margin-top: 25px;
}

.blog-sidebar .blog-tags2 h6 {
    color: #525252;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
}

.blog-sidebar .tags-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}

    .blog-sidebar .tags-list ul li a {
        font-family: 'SourceSansPro-It';
        background: #e7e7e7;
        padding: 6px 20px;
        display: inline-block;
        border-radius: 5px;
        color: #747474;
        text-transform: capitalize;
    }

    .blog-sidebar .tags-list ul li {
        margin-right: 5px;
        margin-bottom: 5px;
    }

.blog-sidebar .tags-list {
    padding-top: 20px;
}

.blog-sidebar .blog-video {
    background: #fff;
    margin-top: 25px;
    padding: 40px 45px;
}

    .blog-sidebar .blog-video iframe {
        width: 100%;
    }

.blog-sidebar .blog-categories h6 {
    color: #525252;
    font-size: 18px;
    font-family: 'SourceSansPro-Semibold';
    font-family: 'Poppins-Medium';
    text-align: center;
    text-transform: uppercase;
}

.blog-sidebar .blog-categories {
    padding: 25px 40px 55px 40px;
    border: 1px solid #d7d7d7;
}

.blog-sidebar .categories-list ul {
    list-style: none;
    padding-left: 0px;
}

    .blog-sidebar .categories-list ul li {
        line-height: 2.4;
    }

        .blog-sidebar .categories-list ul li a {
            color: #747474;
            text-transform: uppercase;
        }

            .blog-sidebar .categories-list ul li a:hover {
                color: #410d86;
            }

            .blog-sidebar .categories-list ul li a::before {
                content: "";
                background: #c9c9c9;
                width: 8px;
                height: 8px;
                display: inline-block;
                margin-right: 15px;
            }

.blog-sidebar .categories-list {
    padding-top: 20px;
}

.blog-sidebar .blog-categories2 {
    background: #fff;
    margin-top: 25px;
    padding: 10px;
}

.blog-sidebar .recent-post {
    background: #fff;
    margin-top: 25px;
    padding: 28px 45px 20px 45px;
}

    .blog-sidebar .recent-post h6 {
        font-family: 'Poppins-Medium';
        color: #525252;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
    }

.blog-sidebar .recent-list ul {
    padding-left: 0px;
    list-style: none;
}

.blog-sidebar .recent-list {
    padding-top: 10px;
}

    .blog-sidebar .recent-list ul li {
        line-height: 2.4;
    }

        .blog-sidebar .recent-list ul li a {
            color: #747474;
            font-family: 'SourceSansPro-Light';
            font-style: italic;
        }

            .blog-sidebar .recent-list ul li a::before {
                content: "";
                background: #c9c9c9;
                width: 8px;
                height: 8px;
                display: inline-block;
                margin-right: 15px;
            }

.book-section {
    padding: 50px 0px;
    position: relative;
    background: rgba(44,6,80,0.5);
}

    .book-section::before {
        content: "";
        background: url(../images/Atlantis4.jpg);
        background-size: cover;
        background-position: center;
        width: 50%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0%;
        z-index: -1;
        background-repeat: no-repeat;
    }

    .book-section::after {
        content: "";
        background: url(../images/Atlantis5.jpg);
        background-size: cover;
        background-position: center;
        width: 50%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0%;
        z-index: -1;
        background-repeat: no-repeat;
        opacity: 0.5;
    }

.main-book .book-left-contant h1 {
    font-family: 'Poppins-Light';
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #fff;
}

.main-book .book-left-contant h3 {
    font-family: 'Poppins-SemiBold';
    color: #fff;
}

.main-book .Nights-contant-from h5 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins-Light';
}

.main-book .Nights-contant-from h4 {
    margin: 0;
    font-family: 'Poppins-SemiBold';
    color: #fff;
    font-size: 30px;
}

.main-book .Nights-contant-from {
    background: #bc254b;
    margin-right: 5px;
    padding: 10px 15px;
    height: 84px;
    margin-top: 7px;
}

    .main-book .Nights-contant-from:hover {
        background: #ef2543;
    }

.main-book .book-left-contant {
    width: 50%;
}

.main-book {
    display: flex;
    flex-wrap: wrap;
}

    .main-book .book-right-contant {
        width: 50%;
        padding-left: 100px;
    }

        .main-book .book-right-contant h4 {
            font-family: 'Poppins-SemiBold';
            font-size: 30px;
            color: #fff;
            margin: 0;
        }

        .main-book .book-right-contant .book-now a {
            border: 1px solid #fff;
            padding: 15px 50px;
            color: #fff;
            display: inline-block;
            border-radius: 2px;
        }

            .main-book .book-right-contant .book-now a:hover {
                background: #ef2543;
                border: 1px solid #ef2543;
            }

        .main-book .book-right-contant .book-now {
            padding-top: 25px;
        }

        .main-book .book-right-contant .book-list {
            padding-top: 17px;
        }

    .main-book .Nights-from {
        display: flex;
        flex-wrap: wrap;
    }

    .main-book .book-list {
        padding-top: 32px;
    }

        .main-book .book-list ul {
            padding-left: 0;
            list-style: none;
        }

            .main-book .book-list ul li {
                font-family: 'SourceSansPro-Light';
                line-height: 2.2;
                font-size: 17px;
                color: #fff;
            }

                .main-book .book-list ul li::before {
                    content: "";
                    background: url(../images/right.png);
                    width: 22px;
                    height: 21px;
                    display: inline-block;
                    position: relative;
                    top: 4px;
                    margin-right: 12px;
                }

.Services-section .service-box {
    background: whitesmoke;
    width: 465px;
    margin-top: -405px;
    float: right;
    padding: 432px 0px 24px 0px;
}

.Services-section .amenities-box span {
    margin-left: 195px;
    font-size: 18px;
}

.Services-section .amenities-box h4 {
    text-align: left;
    font-family: 'Poppins-Light';
}

.Services-section .amenities-list ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.Services-section .amenities-contant {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.Services-section .amenities-list ul li img {
    width: 38px;
}

.Services-section .amenities-list ul .amenities-contant p {
    margin: 0;
    font-size: 14px;
    text-align: left;
}

.Services-section .amenities-list ul li .amenities-contant .img-box {
    background: #e6e0e6;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Services-section .amenities-list ul li {
    margin-bottom: 20px;
    width: 50%;
}

.Services-section .amenities-list {
    padding-top: 25px;
}

.Services-section .amenities-box {
    padding-top: 40px;
    padding-left: 50px;
}

.Services-section .title p {
    margin-bottom: 25px;
    max-width: 958px;
    margin: 0px auto 25px auto;
}

.Services-section {
    padding: 80px 0px 80px 0px;
}

    .Services-section .owl-nav button.owl-prev {
        position: absolute;
        left: 105px;
        top: inherit;
        transform: translateY(-50%);
        bottom: -63px;
    }

    .Services-section .owl-nav button.owl-next {
        position: absolute;
        left: 155px;
        transform: translateY(-50%);
        top: inherit;
        bottom: -63px;
    }

    .Services-section .owl-nav img {
        width: 32px;
    }

.guestrooms-section {
    position: relative;
    margin-top: 25px;
    margin-right: 40px;
}

    .guestrooms-section::before {
        content: "";
        position: absolute;
        left: 80px;
        top: 80px;
        bottom: 0px;
        width: 100%;
        height: calc(100% - 50px);
        background: #f8f8f8;
        z-index: -1;
    }

.guestrooms-title {
    width: 100%;
    text-align: right;
    margin-top: 25px;
}

    .guestrooms-title h3 {
        font-family: 'SourceSansPro-Regular';
        font-size: 18px;
        color: #212121;
    }
/* Atlantis Hotels Detail Page marker-end:  */

/*destinations detail page start */
.newsletters2-section {
    background: url(../images/Atlantis6.jpg);
    text-align: center;
    width: 100%;
    padding: 42px 0px 42px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

    .newsletters2-section .title h2 {
        font-family: 'Poppins-SemiBold';
        font-size: 46px;
        text-transform: uppercase;
        color: #fff;
        font-size: 32px;
        margin: 0px;
    }

    .newsletters2-section .title p {
        color: #fff;
        font-family: 'Poppins-Light';
    }

    .newsletters2-section .newsletters2-email input {
        outline: none;
        height: 50px;
        color: #fff;
        width: 100%;
        padding: 12px 65px 12px 25px;
        background: transparent;
        border: 1px solid #ffffff;
        outline: none;
        height: 50px;
        border-radius: 3px;
    }

    .newsletters2-section input::placeholder {
        font-family: 'SourceSansPro-Light';
        color: #fff;
    }

    .newsletters2-section .newsletters2-email {
        padding: 0px 15px;
        position: relative;
        display: inline-block;
        max-width: 630px;
        width: 100%;
    }

        .newsletters2-section .newsletters2-email img {
            position: absolute;
            width: 27px;
            top: 13px;
            margin-left: -55px;
        }

.welcome-section {
    padding: 50px 0px 82px 0px;
}

    .welcome-section .title h2 span {
        font-family: 'Poppins-Light';
        text-transform: none;
    }

    .welcome-section .title {
        width: 100%;
        text-align: start;
    }

    .welcome-section .welcome-contant h4 {
        font-family: 'Poppins-Light';
        margin-bottom: 13px;
    }

    .welcome-section .welcome-contant p {
        color: #5d5b5b;
        line-height: 1.7;
    }

    .welcome-section .welcome-contant {
        padding-top: 18px;
    }

.rome_section {
    padding-bottom: 50px;
}

    .rome_section .title {
        padding-bottom: 2px;
    }

    .rome_section .rome-list ul {
        padding-left: 0px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .rome_section .rome-box {
        display: flex;
    }

    .rome_section .rome-list ul li {
        width: 46%;
        margin-top: 40px;
    }

    .rome_section .rome-contant {
        width: 100%;
        margin-left: 28px;
        padding-top: 22px;
    }

        .rome_section .rome-contant h5 {
            font-family: 'Poppins-SemiBold';
            text-transform: uppercase;
            padding-bottom: 2px;
        }

        .rome_section .rome-contant p {
            color: #5d5b5b;
            text-transform: uppercase;
            font-size: 19px;
            margin: 0px;
            border-bottom: 1px solid #dcdcdc;
            padding-bottom: 30px;
            width: 100%;
        }

.excursions-section {
    padding: 45px 0px;
}

    .excursions-section .title p {
        max-width: 965px;
        margin: 0 auto;
        width: 100%;
        padding-top: 5px;
    }

.Health-Safety-section {
    padding: 65px 0px 70px 0px;
    border-top: 1px solid #e8e8e8;
}

    .Health-Safety-section .title p {
        max-width: 1025px;
        width: 100%;
        margin: 0 auto;
        padding-top: 5px;
    }

.experiences-section {
    padding: 55px 0px 55px 0px;
}

    .experiences-section .experiences-box img {
        width: 100%;
    }

    .experiences-section .experiences-contant h4 {
        color: #fff;
        font-family: 'SourceSansPro-Light';
        padding-top: 12px;
        margin: 0 auto 0 auto;
    }

    .experiences-section .experiences-contant h3 {
        font-size: 20px;
        font-family: 'Poppins-Medium';
        margin: 0;
        color: #fff;
    }

    .experiences-section .experiences-box {
        position: relative;
        margin-top: 20px;
    }

    .experiences-section .experiences-contant {
        background: #322262;
        /*position: absolute;*/
        left: 0%;
        bottom: 0%;
        width: 100%;
        height: 100%;
        padding: 15px 10px 25px 10px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        text-align: center;
        box-shadow: inset 0px -26px 50px -20px rgba(0,0,0,0.59);
    }

    .experiences-section .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 45px;
    }

    .experiences-section .title p {
        max-width: 970px;
        margin: 0 auto;
        margin-bottom: 18px;
    }

.food-drink-section .food-drink-list ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .food-drink-section .food-drink-list ul li p {
        font-size: 16px;
        font-family: 'Poppins-Medium';
        color: #616161;
        margin: 0px;
        display: inline-block;
    }

    .food-drink-section .food-drink-list ul li {
        width: 45%;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 20px;
        line-height: 1.6;
        margin-top: 30px;
    }

.food-drink-section .food-drink-img img {
    width: 100%;
}

.food-drink-section {
    margin-top: 35px;
    width: 100%;
    margin-bottom: 30px;
    padding: 45px 0px 55px 0px;
}

    .food-drink-section .title {
        padding-bottom: 35px;
    }

    .food-drink-section .food-drink-list ul li span {
        color: #767676;
        font-size: 16px;
        font-family: 'SourceSansPro-Light';
    }

    .food-drink-section .see-more a {
        color: #212121;
        text-transform: capitalize;
        font-family: 'SourceSansPro-Light';
        font-size: 16px;
        padding-right: 18px;
    }

    .food-drink-section .see-more button.button {
        border: 1px solid #ccc9c9;
        width: 30px;
        height: 30px;
        background: transparent;
        cursor: pointer;
    }

    .food-drink-section .see-more img {
        width: 15px;
        height: 20px;
    }

    .food-drink-section .see-more {
        padding-top: 12px;
    }


.weather-section {
    width: 100%;
    padding: 55px 0px 55px 0px;
}

    .weather-section .table {
        margin-top: 30px;
    }

        .weather-section .table tr td {
            font-size: 18px;
            font-family: 'Poppins-Light';
        }

/* Shopping-section */
.Shopping-section {
    padding-top: 45px;
}

    .Shopping-section .Shopping-contant .title {
        text-align: start;
    }

    .Shopping-section .Shopping-contant {
        padding-top: 120px;
        padding-left: 50px;
    }

        .Shopping-section .Shopping-contant .title h2 {
            margin-bottom: 30px;
        }

        .Shopping-section .Shopping-contant .title p {
            margin-bottom: 10px;
        }

    .Shopping-section h4 {
        font-family: 'SourceSansPro-Semibold';
        font-size: 20px;
        color: #212121;
    }

    .Shopping-section .title p {
        margin-bottom: 25px;
        max-width: 958px;
        margin: 0px auto 25px auto;
    }

    .Shopping-section .owl-nav img {
        width: 32px;
    }

    .Shopping-section .owl-nav button.owl-prev {
        position: absolute;
        left: 105px;
        top: inherit;
        transform: translateY(-50%);
        bottom: -142px;
    }

    .Shopping-section .owl-nav button.owl-next {
        position: absolute;
        left: 155px;
        transform: translateY(-50%);
        top: inherit;
        bottom: -142px;
    }

    .Shopping-section .guestrooms-section::before {
        content: "";
        height: calc(100% - 0px);
    }

    .Shopping-section .guestrooms-title {
        width: 92%;
        margin-top: 103px
    }

.entertainment-section {
    padding-top: 45px;
}

    .entertainment-section .entertainment-contant .title {
        text-align: start;
    }

    .entertainment-section .entertainment-contant {
        padding-top: 135px;
        padding-left: 50px;
    }

        .entertainment-section .entertainment-contant .title h2 {
            margin-bottom: 27px;
        }

        .entertainment-section .entertainment-contant .title p {
            margin-bottom: 10px;
        }

    .entertainment-section .owl-nav img {
        width: 32px;
    }

    .entertainment-section .owl-nav button.owl-prev {
        position: absolute;
        left: 105px;
        top: inherit;
        transform: translateY(-50%);
        bottom: -142px;
    }

    .entertainment-section .owl-nav button.owl-next {
        position: absolute;
        left: 155px;
        transform: translateY(-50%);
        top: inherit;
        bottom: -142px;
    }

    .entertainment-section .guestrooms-section::before {
        content: "";
        height: calc(100% - 0px);
    }

    .entertainment-section .guestrooms-title {
        width: 92%;
        margin-top: 103px;
    }

    .entertainment-section .entertainment-list ul li {
        display: flex;
        margin-bottom: 40px;
    }

    .entertainment-section .entertainment-list ul {
        list-style: none;
        padding-left: 0px;
    }

        .entertainment-section .entertainment-list ul li .month {
            padding-right: 5px;
        }

            .entertainment-section .entertainment-list ul li .month p {
                color: #4e4e4e;
                margin: 0px;
                font-family: 'SourceSansPro-Semibold';
                font-size: 16px;
            }

        .entertainment-section .entertainment-list ul li .month-contant {
            padding-left: 5px;
        }

    .entertainment-section .entertainment-contant h2 {
        font-size: 36px;
    }

    .entertainment-section .entertainment-list ul li span {
        color: #767676;
        font-family: 'SourceSansPro-Light';
        font-size: 16px;
    }

    .entertainment-section p.entertainment-title {
        max-width: 930px;
        margin: auto;
    }

    .entertainment-section p.entertainment-title1 {
        max-width: 995px;
        margin: auto;
    }

    .entertainment-section p {
        margin: 0px;
    }

    .entertainment-section .title {
        padding-bottom: 30px;
    }

.entertainment-section {
    padding: 30px 0px 55px 0px;
}

    .entertainment-section .guestrooms-title h4 {
        font-size: 20px;
    }


/* Home Search Page Start*/
.home-search-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-search-sidebar {
    padding: 20px 20px 20px 20px;
}

.home-search-offers {
    display: inline-block;
    padding: 20px 20px 0px 20px;
    width: 100%;
}

.home-search-page .offer-box {
    margin-bottom: 30px;
}

.sharch-filter {
    width: 100%;
    position: relative;
}

    .sharch-filter input {
        border: 1px solid #dadada;
        color: #8b8b8b;
        width: 100%;
        border-radius: 3px;
        padding: 10px 15px 10px 45px;
        outline: none;
        font-size: 16px;
        font-family: 'SourceSansPro-Bold';
        letter-spacing: 1px;
    }

    .sharch-filter .sharch-icon {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

.edit-sorting {
    margin-top: 5px;
}

    .edit-sorting .btn.dropdown-toggle {
        font-size: 16px;
        font-family: 'SourceSansPro-Bold';
        letter-spacing: 1px;
        color: #8b8b8b;
        background: transparent;
        outline: none;
        box-shadow: none;
        padding-right: 0;
        padding-left: 0px;
        width: 100%;
        text-align: right;
    }

    .edit-sorting .dropdown-toggle::after {
        border: transparent;
    }

    .edit-sorting img {
        margin-left: 15px;
    }

    .edit-sorting .dropdown-menu.show {
        width: calc(100% + 45px);
        background: #fff;
        padding: 10px 16px;
        top: 16px !important;
        border: none;
        box-shadow: 1px 0px 15px 1px rgba(0,0,0,0.1);
        right: -10px;
        left: inherit !important;
    }

        .edit-sorting .dropdown-menu.show li a {
            color: #240743;
            color: #4b4b4b;
            font-size: 18px;
            font-family: 'Poppins-Light';
            padding: 10px 0px;
            display: inline-block;
        }

            .edit-sorting .dropdown-menu.show li a:hover {
                color: #240743;
            }

        .edit-sorting .dropdown-menu.show::after {
            content: "";
            width: 0;
            height: 0;
            border-left: 18px solid transparent;
            border-right: 18px solid transparent;
            border-bottom: 24px solid white;
            position: absolute;
            top: -18px;
            right: 10px;
            border-radius: 6px;
        }

.home-search-box {
    background: #fff;
    padding: 20px 20px 0px 20px;
    margin-top: 20px;
}

.title-search {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 10px 15px;
    text-align: center;
}

    .title-search h3 {
        font-family: 'Poppins-Light';
        font-size: 20px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

        .title-search h3 strong {
            font-family: 'Poppins-SemiBold';
        }

.home-search-month {
    padding-top: 15px;
}

    .home-search-month a {
        margin-bottom: 0px;
        font-family: 'Poppins-SemiBold';
        font-size: 18px;
        color: #240743;
        padding: 10px 10px;
        margin: 10px 0px;
        display: inline-block;
    }

        .home-search-month a:hover {
            color: #410d86;
        }

.home-search-country {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .home-search-country a {
        margin-bottom: 0px;
        font-family: 'Poppins-SemiBold';
        font-size: 18px;
        color: #240743;
        padding: 10px 10px;
        margin: 10px 0px;
        display: inline-block;
        border-radius: 4px;
    }

        .home-search-country a:hover {
            background: #f40021;
            color: #fff;
        }

    .home-search-country .see-more-country {
        background: #eeeeee;
        font-family: 'SourceSansPro-Regular';
        width: 100%;
    }

    .home-search-country .all-search-country {
        width: 100%;
        background: #f40021;
        color: #fff;
        font-family: 'SourceSansPro-Regular';
    }

        .home-search-country .all-search-country:hover {
            background: #ff4e54;
        }
/* Home Search Page End*/

/* Search-detail page start */

/* Wimbledon-section start */
.main-Wimbledon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Wimbledon-section {
    background: #24164e;
    padding: 25px 0px;
}

.Wimbledon-right-contant h2 {
    color: #fff;
    font-family: 'Poppins-Light';
    font-size: 36px;
    margin: 0px;
    padding-bottom: 5px;
}

.Wimbledon-right-contant p {
    color: #fff;
    margin: 0px;
    font-family: 'Poppins-Light';
}

    .Wimbledon-right-contant p::before {
        content: "";
        width: 33px;
        height: 19px;
        background: url(../images/Family-search.png);
        display: inline-block;
        background-repeat: no-repeat;
        margin-right: 10px;
        position: relative;
        top: 4px;
    }

.Wimbledon-left-contant .Sell-tickets a {
    background: #ef2543;
    padding: 10px 25px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

    .Wimbledon-left-contant .Sell-tickets a:hover {
        background: #ff4e54;
    }

.Wimbledon-left-contant {
    display: flex;
    align-items: center;
}

.Wimbledon-section .select-option select#cars {
    cursor: pointer;
    background: #24164e;
    color: #fff;
    border: 0px;
    outline: none;
    font-family: 'Poppins-Light';
    font-size: 14px;
}

.Wimbledon-section .select-option {
    padding-right: 30px;
}
/* Wimbledon-section end */


/* gentlemens-ladies-section start */
.gentlemens-ladies-section {
    padding: 30px 0px 25px 0px;
    border-bottom: 1px solid #efefef;
}

.main-gentlemens-ladies {
    display: flex;
}

.gentlemens-ladiesimg {
    padding-right: 25px;
}

.gentlemens-ladies-contant h4 {
    color: #240743;
    font-size: 23px;
    font-family: 'Poppins-Regular';
}

.gentlemens-ladies-contant h5 {
    font-family: 'Poppins-SemiBold';
    margin: 0px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 17px;
}

.gentlemens-ladies-contant p {
    color: #656565;
    margin: 0px;
    font-family: 'Poppins-Regular';
    margin-bottom: 5px;
}

    .gentlemens-ladies-contant p::before {
        content: "";
        background: url(../images/lucation1.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 15px;
        height: 21px;
        position: relative;
        top: 6px;
        margin-right: 7px;
    }

.gentlemens-ladies-contant span {
    font-family: 'Poppins-Medium';
    color: #656565;
    font-size: 14px;
}

    .gentlemens-ladies-contant span::before {
        content: "";
        background: url(../images/wacth.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 16px;
        height: 16px;
        position: relative;
        top: 3px;
        margin-right: 9px;
    }

.gentlemens-ladies-contant i {
    display: block;
    color: #ef2543;
    font-size: 18px;
    font-family: 'SourceSansPro-It';
    margin-top: 5px;
}

.gentlemens-ladies-social-list ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: flex-end;
}

    .gentlemens-ladies-social-list ul li {
        margin-left: 15px;
        border: 1px solid #4b3787;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .gentlemens-ladies-social-list ul li a img {
            height: 20px;
        }

.gentlemens-ladies-section .select-option select#cars {
    border: 0;
    color: #ef2543;
    padding: 8px 40px;
    border-radius: 3px;
    transition: width 2s;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    margin-top: 7px;
}

.of-tickets {
    border: 1px solid #ff4e54;
    border-radius: 3px;
    display: inline-block;
    padding-right: 5px;
    margin-top: 5px;
}

    .of-tickets select#cars {
        margin-top: 0px !important;
        padding: 8px 30px !important;
        min-width: 160px !important;
    }

.gentlemens-ladies-section .select-option {
    text-align: end;
    padding-top: 15px;
}

    .gentlemens-ladies-section .select-option span {
        font-family: 'Poppins-Regular';
        font-size: 15px;
    }

.select-filter select#cars {
    border: none !important;
}

.debenture-box .select-filter {
    border: 1px solid #c7c5c5;
    padding-right: 5px;
}
/* gentlemens-ladies-section end */


/* sports-section start */
.sports-section {
    padding: 25px 0px 80px 0px;
}

    .sports-section .sports-box img {
        width: 100%;
    }

    .sports-section .sports-box p {
        margin: 0px;
        color: #6f6f6f;
        font-family: 'SourceSansPro-Light';
        line-height: 1.2;
        margin-top: 10px;
    }

    .sports-section .sports-title h6 {
        font-family: 'Poppins-Medium';
        color: #240743;
        font-size: 18px;
    }

    .sports-section .sports-title {
        padding-bottom: 8px;
    }
/* sports-section end */

/* debenture-section start */
.debenture-section {
    padding: 20px 0px 80px 0px;
}

    .debenture-section .debentureimg img {
        width: 100%;
    }

    .debenture-section .debenture-contant i {
        color: #ef2543;
        font-size: 18px;
        font-family: 'SourceSansPro-It';
        margin-top: 5px;
    }

    .debenture-section .debenture-list ul {
        list-style: none;
        padding-left: 0px;
    }

    .debenture-section .debenture-contant {
        padding-top: 12px;
    }

        .debenture-section .debenture-contant p {
            color: #656565;
            margin: 0px;
            font-family: 'Poppins-Regular';
        }

            .debenture-section .debenture-contant p::before {
                content: "";
                width: 23px;
                height: 13px;
                background: url(../images/Family-search1.png);
                display: inline-block;
                background-repeat: no-repeat;
                margin-right: 9px;
                position: relative;
                top: 2px;
            }

    .debenture-section .debenture-list ul {
        padding-left: 0px;
        list-style: none;
        margin: 0px;
    }

        .debenture-section .debenture-list ul li {
            font-size: 16px;
            font-family: 'Poppins-Medium';
        }

            .debenture-section .debenture-list ul li::before {
                content: "";
                width: 16px;
                height: 16px;
                background: url(../images/select.png);
                display: inline-block;
                background-repeat: no-repeat;
                margin-right: 9px;
                position: relative;
                top: 2px;
            }

    .debenture-section .debenture-contant h4 {
        color: #240743;
        margin: 0px;
        font-family: 'Poppins-Regular';
        font-size: 23px;
    }

    .debenture-section .debenture-list {
        padding-bottom: 15px;
        margin-top: 5px;
    }

    .debenture-section .debenture-right-contant a.buy {
        background: #ef2543;
        color: #fff;
        display: inline-block;
        padding: 9px 30px;
        border-radius: 3px;
        margin-top: 20px;
    }

    .debenture-section .debenture-right-contant a:hover {
        background: #ff4e54;
    }

    .debenture-section .debenture-right-contant p {
        color: #656565;
        margin: 0px;
        font-family: 'Poppins-Regular';
        font-size: 14px;
    }

    .debenture-section .debenture-right-contant h3 {
        color: #ef2543;
        font-family: 'Poppins-SemiBold';
        margin: 0px;
    }

    .debenture-section .debenture-right-contant span {
        position: relative;
        color: #3d325f;
        font-size: 18px;
        font-family: 'Poppins-Medium';
    }

        .debenture-section .debenture-right-contant span.price::before {
            content: "";
            width: 16px;
            height: 16px;
            background: url(../images/messages.png);
            display: inline-block;
            background-repeat: no-repeat;
            position: absolute;
            top: 4px;
            left: -22px;
        }

    .debenture-section .debenture-right-contant {
        text-align: right;
        padding-top: 15px;
    }

    .debenture-section .main-debenture {
        border: 1px solid #f1f1f1;
        padding: 18px;
        border-bottom: 0px;
    }

        .debenture-section .main-debenture:last-child {
            border-bottom: 1px solid #f1f1f1;
        }

    .debenture-section .debenture-box h6::before {
        content: "";
        width: 16px;
        height: 16px;
        background: url(../images/messages1.png);
        display: inline-block;
        background-repeat: no-repeat;
        margin-right: 9px;
        position: relative;
        top: 2px;
    }

    .debenture-section .debenture-box h6 {
        background: #7fb648;
        padding: 10px;
        color: #fff;
        margin: 0px;
        margin-bottom: 20px;
        font-family: 'Poppins-Light';
        font-size: 14px;
    }

    .debenture-section .tickets-section img {
        width: 100%;
    }

    .debenture-section .tickets-section p {
        text-transform: uppercase;
    }

        .debenture-section .tickets-section p::before {
            content: "";
            width: 16px;
            height: 16px;
            background: url(../images/messages.png);
            display: inline-block;
            background-repeat: no-repeat;
            margin-right: 12px;
            position: relative;
            top: 2px;
        }

    .debenture-section .tickets-section {
        padding-top: 8px;
        margin-bottom: 25px;
    }

.debenture-box select#cars {
    border: 1px solid #c7c5c5;
    padding: 10px 20px 10px 10px;
    width: 200px;
    outline: none;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    cursor: pointer;
}

.debenture-box .select-option {
    text-align: end;
    margin-bottom: 20px;
}

    .debenture-box .select-option span {
        color: #656565;
        font-family: 'Poppins-Regular';
        font-size: 16px;
        padding-right: 10px;
    }
/* debenture-section end */

/* price-range start */
.price-range-contant .price-range .select-option select {
    border: 0px;
    outline: none;
    text-transform: capitalize;
    background: #240743;
    color: #fff;
    width: 100%;
    margin: 0px;
    padding: 12px 12px;
    font-size: 17px;
    font-family: 'Poppins-Medium';
    cursor: pointer;
    text-transform: uppercase;
}

.select-option select#cars option {
    background: #f9f9f9;
    color: #000;
    border: 0px;
    text-transform: capitalize;
    font-size: 16px;
}

.price-range-contant .price-range {
    background: #f9f9f9;
}

    .price-range-contant .price-range .title {
        text-align: left;
    }

        .price-range-contant .price-range .title h5 {
            text-transform: capitalize;
            margin: 0px;
            width: 100%;
            font-family: 'Poppins-Regular';
            font-size: 16px;
            color: #240743;
            padding: 15px 15px;
            position: relative;
        }

            .price-range-contant .price-range .title h5.areas::after {
                content: "";
                width: 16px;
                height: 16px;
                background: url(../images/messages.png);
                display: inline-block;
                background-repeat: no-repeat;
                margin-right: 12px;
                position: absolute;
                top: 17px;
                right: 0;
            }

.price-range-contant .price-range-slider {
    padding: 15px 35px 10px 28px;
}

.price-range-contant .price-range .rating-list ul li {
    margin-bottom: 15px;
}

.price-range-contant .price-range .rating-list {
    padding: 5px 15px 10px 15px;
}

.price-range-contant .price-range-slider span#slider-range-value1 {
    text-transform: capitalize;
    color: #ef2543;
    font-family: 'Poppins-SemiBold';
    margin-left: -6px;
}

.price-range-contant .price-range-slider span#slider-range-value2 {
    text-transform: capitalize;
    color: #ef2543;
    font-family: 'Poppins-SemiBold';
    margin-right: -15px;
}

.price-range-contant .price-range .select-areas {
    border-top: 1px solid #dcdcde;
    padding: 0px 0px 40px 0px;
}

.rating-list .checkbox label {
    margin: 0px;
    padding-left: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #5d5b5b;
    text-transform: capitalize;
    position: absolute;
}

.price-range-contant .view-more-btn {
    margin-top: 10px;
}

    .price-range-contant .view-more-btn a {
        padding: 8px 25px;
    }
/* price-range end */

/* Search-detail page end */




/* Search-list page start */

/* wimbledon-section start */
.wimbledon-banner {
    background: url(../images/sports-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .wimbledon-banner .title h2 {
        font-family: 'Poppins-Light';
        color: #fff;
        text-transform: capitalize;
    }

    .wimbledon-banner .title p {
        color: #fff;
        font-family: 'Poppins-Light';
        font-size: 15px;
    }

        .wimbledon-banner .title p::before {
            content: "";
            width: 33px;
            height: 19px;
            background: url(../images/Family-search2.png);
            display: inline-block;
            background-repeat: no-repeat;
            margin-right: 12px;
            position: relative;
            top: 3px;
        }

.main-wimbledon {
    background: rgba(42,7,53,0.6);
    padding: 220px 0px 70px 0px;
    text-align: center;
}

.wimbledon-banner .input-form {
    padding: 0px 15px;
    position: relative;
    display: inline-block;
    max-width: 1060px;
    width: 100%;
    padding-top: 25px;
}

    .wimbledon-banner .input-form input {
        width: 100%;
        padding: 12px 45px 12px 20px;
        border: 1px solid #ffffff;
        outline: none;
        height: 65px;
    }

        .wimbledon-banner .input-form input::placeholder {
            color: #656565;
            font-family: 'Poppins-Regular';
            font-size: 16px;
        }

    .wimbledon-banner .input-form img {
        position: absolute;
        top: 50%;
        right: 33px;
        box-shadow: 0 0 black;
    }
/* wimbledon-section end */

/* .wimbledon-tickets-section start */
.wimbledon-tickets-section .title {
    text-align: left;
}

    .wimbledon-tickets-section .title h2 {
        font-size: 34px;
    }

.wimbledon-tickets-section .wimbledon-tickets-contant {
    background: #7fb648;
    padding: 15px 25px;
    max-width: 435px;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .wimbledon-tickets-section .wimbledon-tickets-contant h5 {
        margin: 0px;
        color: #fff;
        font-family: 'Poppins-Light';
        text-transform: uppercase;
        font-size: 16px;
        word-spacing: 2px;
        margin-bottom: 3px;
    }

    .wimbledon-tickets-section .wimbledon-tickets-contant h4 {
        margin: 0px;
        color: #fff;
        font-family: 'Poppins-Medium';
        font-size: 18px;
        text-transform: uppercase;
        word-spacing: 3px;
    }

.wimbledon-tickets-section {
    padding: 20px 0px 0px 0px;
}

    .wimbledon-tickets-section .wimbledon-left-box {
        background: #ef2543;
        max-width: 100px;
        text-align: center;
        margin: auto;
        line-height: 1.1;
        padding: 20px 0px 15px 0px;
    }

        .wimbledon-tickets-section .wimbledon-left-box h4 {
            line-height: 0.8;
            margin: 0px;
            color: #fff;
            font-family: 'Poppins-Regular';
            text-transform: uppercase;
            font-size: 28px;
        }

        .wimbledon-tickets-section .wimbledon-left-box p {
            margin: 0px;
            color: #fff;
            font-family: 'SourceSansPro-Semibold';
            font-size: 25px;
        }

        .wimbledon-tickets-section .wimbledon-left-box span {
            color: #fff;
            font-family: 'Poppins-SemiBold';
            font-size: 30px;
        }

    .wimbledon-tickets-section .wimbledon-list {
        border: 1px solid #f1f1f1;
        border-bottom: 0px;
        padding: 12px 0px 20px 0px;
    }

    .wimbledon-tickets-section .wimbledon-list-bottom {
        border-top: 1px solid #f1f1f1;
    }

    .wimbledon-tickets-section .wimbledon-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .wimbledon-tickets-section .recently-viewed h6 {
        background: #7fb648;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        padding: 7px 10px;
        font-size: 10px;
        font-family: 'Poppins-Light';
    }

        .wimbledon-tickets-section .recently-viewed h6::before {
            content: "";
            width: 16px;
            height: 9px;
            background: url(../images/eye.png);
            display: inline-block;
            background-repeat: no-repeat;
            margin-right: 4px;
            position: relative;
            top: 1px;
            background-size: contain;
        }

    .wimbledon-tickets-section .view-contant p {
        color: #4c3a80;
        margin: 0px;
    }

    .wimbledon-tickets-section .view-contant a.view-tickets {
        background: #ef2543;
        color: #fff;
        padding: 9px 30px;
        display: inline-block;
        border-radius: 3px;
        margin-top: 20px;
    }

    .wimbledon-tickets-section .view-contant a:hover {
        background: #ff4e54;
    }

    .wimbledon-tickets-section .view-contant {
        text-align: center;
        margin-top: 40px;
        position: relative;
    }

    .wimbledon-tickets-section .main-viwe {
        border-left: 1px solid #d8d6d6;
        height: 140px;
        position: absolute;
        left: 0;
        top: -18px;
    }

    .wimbledon-tickets-section .main-wimbledon-left-box p {
        background: #4c3a80;
        color: #fff;
        padding: 0px 0px 0px 10px;
        font-family: 'Poppins-Regular';
        margin-left: -1px;
        position: relative;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 144px;
    }

        .wimbledon-tickets-section .main-wimbledon-left-box p::after {
            content: '';
            width: 0;
            height: 0;
            border-top: 14px solid transparent;
            border-left: 12px solid #4c3a80;
            border-bottom: 14px solid transparent;
            position: absolute;
            right: -12px;
            top: 0;
        }

    .wimbledon-tickets-section .tellus-about p {
        font-family: 'SourceSansPro-Light';
    }

        .wimbledon-tickets-section .tellus-about p a {
            color: #4e1e8e;
        }

            .wimbledon-tickets-section .tellus-about p a:hover {
                color: #ff4e54;
            }

    .wimbledon-tickets-section .tellus-about {
        margin-top: 25px;
    }
/* .wimbledon-tickets-section end */
/* Search-list page end */


/* hotel search booking page start */
/* hotel-banner-section start */
.hotel-banner {
    background: url(../images/Booking-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0px 310px 0px;
}

    .hotel-banner .title h2 {
        font-size: 36px;
        color: #fff;
    }

    .hotel-banner .tabbable {
        background: #4c4d5f;
    }

    .hotel-banner .tabbable-responsive.tabsection {
        margin-top: 60px;
    }

    .hotel-banner .tabsection .nav-tabs .nav-item.show .nav-link, .hotel-banner .tabsection .nav-tabs .nav-link.active {
        border: none;
        border-bottom: 2px solid #ef2543;
        background: #ef2543;
        color: #fff;
        font-size: 16px;
        text-transform: capitalize;
        padding: 12px 40px 12px 40px;
        border-radius: 0px;
    }

    .hotel-banner .tabsection .nav-tabs .nav-link:focus, .hotel-banner .tabsection .nav-tabs .nav-link:hover {
        background: #ef2543;
        color: #fff;
        font-size: 16px;
        text-transform: capitalize;
        padding: 12px 40px 12px 40px;
        border-radius: 0px;
        color: #fff;
    }

    .hotel-banner .tabsection .nav-link {
        padding: 0px 4px;
        text-transform: capitalize;
        font-size: 16px;
        font-family: 'Poppins-Medium';
        padding: 12px 40px 12px 40px;
        border-radius: 0px;
        color: #fff !important;
    }

    .hotel-banner .tabsection .nav-tabs {
        border-bottom: 0px solid #dee2e6;
        display: flex;
        justify-content: end;
    }

        .hotel-banner .tabsection .nav-tabs .nav-item {
            margin-bottom: 0;
            margin: 0px 60px 0px 0px;
        }
/* hotel-banner-section end */

/* rating-section start */
.rating-section .title {
    text-align: left;
}

    .rating-section .title h4 {
        text-transform: capitalize;
        background: #240743;
        color: #fff;
        width: 100%;
        margin: 0px;
        padding: 15px 15px;
        font-size: 18px;
        font-family: 'Poppins-Medium';
    }

    .rating-section .title h5 {
        text-transform: capitalize;
        background: #eeeeee;
        margin: 0px;
        width: 100%;
        font-family: 'Poppins-Regular';
        font-size: 16px;
        color: #240743;
        padding: 15px 15px;
    }

.rating-list .rating-price {
    text-align: right;
    width: 100%;
}

.rating-list ul li {
    display: flex;
    margin-bottom: 20px;
    position: relative;
}

.rating-list ul {
    padding-left: 0px;
    list-style: none;
    margin: 0px;
}

.rating-list .star-list {
    display: flex;
    padding-left: 10px;
}

    .rating-list .star-list img {
        height: 15px;
        width: 15px;
        margin-right: 5px;
    }

.rating-list .rating-price p {
    text-transform: capitalize;
    color: #ef2543;
    font-family: 'Poppins-SemiBold';
    margin: 0px;
    float: right;
}

.rating-section {
    background: #f9f9f9;
    padding-top: 5px;
}

    .rating-section .rating-list {
        padding: 18px 10px 20px 15px;
    }

.rating-list .rating-price span {
    text-transform: capitalize;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #150229;
    padding-right: 7px;
}

.rating-list .checkbox label {
    margin: 0px;
    padding-left: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #5d5b5b;
    text-transform: capitalize;
}

.rating-section .rating-more a {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #150229;
    text-decoration: underline;
}

    .rating-section .rating-more a:hover {
        color: #ff4e54;
    }

.rating-list ul li:last-child {
    margin-bottom: 0px;
}

.rating-section .rating-more {
    padding-top: 10px;
}

.rating-section .input-form input {
    border: 1px solid #dcdbdb;
    padding: 8px 10px;
    width: 100%;
    outline: none;
}

.rating-section .input-form {
    padding: 20px 22px 20px 15px;
}

/* This line can be removed it was just for display on CodePen: */
.slider-labels {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
/* Fix 401 */
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer. */
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/* Slider size and handle placement; */
.noUi-horizontal {
    height: 6px;
}

    .noUi-horizontal .noUi-handle {
        width: 20px !important;
        height: 20px;
        border-radius: 50%;
        left: -12px;
        top: -10px;
        border: 2px solid #320b5d;
        background: #fff;
    }
/* Styling; */
.noUi-background {
    background: #5c2993;
}

.noUi-connect {
    background: #5c2993;
}
/* Handles and cursors;*/
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .noUi-handle:active {
        border: 8px solid #345DBB;
        border: 8px solid rgba(53,93,187,0.38);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        left: -14px;
        top: -14px;
    }
/* Disabled state;*/
[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

.range-slider {
    padding: 30px 30px 10px 25px;
}

    .range-slider span#slider-range-value1 {
        text-transform: capitalize;
        color: #ef2543;
        font-family: 'Poppins-SemiBold';
        margin-left: -6px;
    }

    .range-slider span#slider-range-value2 {
        text-transform: capitalize;
        color: #ef2543;
        font-family: 'Poppins-SemiBold';
        margin-right: -15px;
    }

.rating-slider .noUi-handle.noUi-handle-upper {
    display: none;
}

.rating-slider {
    padding: 30px 30px 50px 25px;
}

    .rating-slider span#rating-slider-range-value1 {
        text-transform: capitalize;
        color: #ef2543;
        font-family: 'Poppins-SemiBold';
        margin-left: -6px;
    }

    .rating-slider span#rating-slider-range-value2 {
        text-transform: capitalize;
        color: #ef2543;
        font-family: 'Poppins-SemiBold';
        margin-right: -15px;
    }
/* rating-section end */

/* Hotel-booking-section start */
.Hotel-booking-section {
    padding: 75px 0px;
}

    .Hotel-booking-section .select-option span {
        color: #656565;
        font-family: 'Poppins-Regular';
        font-size: 16px;
        padding-right: 10px;
    }

    .Hotel-booking-section select#cars {
        border: 1px solid #c7c5c5;
        padding: 10px 20px 10px 10px;
        width: 200px;
        outline: none;
        font-size: 14px;
        font-family: 'Poppins-Regular';
        cursor: pointer;
    }

    .Hotel-booking-section .select-option {
        padding: 25px 0px;
        text-align: end;
    }

    .Hotel-booking-section .Hotel-booking-title p {
        border-bottom: 1px solid #b7b7b7;
        width: 100%;
        margin: 0px;
        font-family: 'Poppins-Regular';
        font-size: 16px;
    }

    .Hotel-booking-section .Hotel-booking-box {
        display: flex;
    }

    .Hotel-booking-section .Hotel-booking-img {
        position: relative;
        width: 100%;
        max-width: 206px;
    }

        .Hotel-booking-section .Hotel-booking-img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .Hotel-booking-section .Hotel-booking-text {
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .Hotel-booking-section .Hotel-booking-text p {
            margin: 0px;
            background: #ef2543;
            color: #fff;
            padding: 0px 17px 4px 17px;
            font-size: 18px;
            font-family: 'SourceSansPro-Regular';
        }

    .Hotel-booking-section .Hotel-booking-list {
        border: 1px solid #e2e1e1;
        padding: 0px 30px 0px 0px;
        margin-bottom: 30px;
    }

    .Hotel-booking-section .Hotel-booking-contant {
        padding-left: 10px;
        padding-top: 25px;
    }

        .Hotel-booking-section .Hotel-booking-contant h3 {
            color: #240743;
            font-family: 'Poppins-Regular';
            font-size: 24px;
            margin: 0px;
            position: relative;
        }

            .Hotel-booking-section .Hotel-booking-contant h3::after {
                content: "";
                background: url(../images/heart2.png);
                width: 23px;
                height: 22px;
                display: inline-block;
                position: relative;
                right: 0px;
                top: 3px;
                margin-left: 15px;
            }

        .Hotel-booking-section .Hotel-booking-contant span {
            font-family: 'Poppins-Regular';
            position: relative;
            padding-left: 4px;
        }

            .Hotel-booking-section .Hotel-booking-contant span::before {
                content: "";
                background: url(../images/lucation1.png);
                background-repeat: no-repeat;
                display: inline-block;
                width: 15px;
                height: 21px;
                position: relative;
                top: 6px;
                margin-right: 7px;
            }

            .Hotel-booking-section .Hotel-booking-contant span::after {
                content: "";
                display: inline-block;
                border-bottom: 2px solid #dcd9d9;
                height: 2px;
                width: 93px;
                position: absolute;
                bottom: 0;
                left: 25px;
                top: 19px;
            }

        .Hotel-booking-section .Hotel-booking-contant p {
            font-size: 14px;
            color: #656565;
            margin: 0px;
            font-family: 'Poppins-Regular';
        }

        .Hotel-booking-section .Hotel-booking-contant .star-list h5 {
            font-family: 'Poppins-Regular';
            font-size: 18px;
            margin-top: 5px;
            margin: 0px;
            margin-top: 5px;
            position: relative;
            padding-left: 10px;
        }

            .Hotel-booking-section .Hotel-booking-contant .star-list h5::before {
                content: "";
                display: inline-block;
                border-left: 2px solid #b1afaf;
                height: 16px;
                width: 2px;
                position: absolute;
                left: 0px;
                top: 3px;
            }

        .Hotel-booking-section .Hotel-booking-contant .star-list ul {
            display: flex;
            list-style: none;
            padding-left: 0;
            margin: 0;
            flex-wrap: wrap;
            padding-right: 10px;
            margin-top: 3px;
        }

            .Hotel-booking-section .Hotel-booking-contant .star-list ul li {
                margin-right: 5px;
            }

        .Hotel-booking-section .Hotel-booking-contant .star-list {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 8px;
            margin-top: 2px;
        }

            .Hotel-booking-section .Hotel-booking-contant .star-list h5 a.reviews {
                color: #000;
                font-size: 15px;
                margin-left: 8px;
            }

    .Hotel-booking-section .Hotel-booking-right-contant p {
        margin: 0px;
        font-family: 'SourceSansPro-Light';
        font-size: 16px;
    }

    .Hotel-booking-section .Hotel-booking-right-contant span {
        font-family: 'SourceSansPro-Light';
        font-size: 16px;
        position: relative;
        top: -5px;
    }

    .Hotel-booking-section .Hotel-booking-right-contant h3 {
        margin: 0;
        color: #ef2543;
        font-family: 'Poppins-SemiBold';
        font-size: 30px;
    }

    .Hotel-booking-section .Hotel-booking-right-contant a.view-details {
        background: #ef2543;
        color: #fff;
        padding: 9px 30px;
        display: inline-block;
        border-radius: 3px;
        margin-top: 12px;
    }

    .Hotel-booking-section .Hotel-booking-right-contant a:hover {
        background: #ff4e54;
    }

    .Hotel-booking-section .Hotel-booking-right-contant {
        text-align: right;
        padding-top: 22px;
        position: relative;
    }

        .Hotel-booking-section .Hotel-booking-right-contant .main-details {
            border-left: 1px solid #d8d6d6;
            height: 140px;
            position: absolute;
            left: 0;
            top: 14px;
        }
/* Hotel-booking-section end */


/* hotel search booking page end */
