@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a,button{
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}
.container{
    max-width: 1670px;
}
/* ***** End Common Css **** */

/* **** Header **** */
.topbar{
    padding: 15px 0;
    background: #C5E8E7;
}
.topbar ul{
    display: flex;
    align-items:center;
    justify-content: flex-end;
}
.topbar ul li{
    margin-right: 35px;
}
.topbar ul li:last-child{
    margin: 0;
}
.topbar ul li a{
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.5px;
    display: block;
}
.topbar ul li:last-child a{
    font-family: 'Gotham';
    font-weight: bold;
}
.topbar ul li:nth-last-child(2) a{
    font-family: 'Gotham';
    font-weight: bold;
}
.topbar ul li a i{
    margin-right: 5px;
}
.topbar ul li a:hover{
    color: #1FC1E5;
}
.topbar ul li:first-child a span{
    text-decoration: underline;
}

header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 0 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.header .container{
    max-width: 1780px;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 75px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 30px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 15px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight:400;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar-light .navbar-nav .menu-item-has-children .nav-link {
    padding: 10px 35px 10px 20px;
}

.navbar-light .navbar-nav .nav-link i{
    margin: 0 0 0 5px;
}
.navbar-light .navbar-nav .nav-link.btn-nav{
    font-family: 'Gotham';
    font-weight: bold;
    padding: 10px 20px;
    color: #000;
    background: #C5E8E7;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link.btn-nav:focus,
.navbar-light .navbar-nav .nav-link.btn-nav:hover{
    background: #9FD6D5;
    color: #000;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #9FD6D5;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #9FD6D5;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #9FD6D5;
}
.navbar-light .navbar-nav .nav-link.active{
    background: #fff;
    border-radius: 30px;
    color: #000;
}
.dropdown-toggle::after{display: none;}
.navbar-light .navbar-nav li .dropdown-menu{
    padding: 10px;
    border-radius: 10px;
    border: none;
}
.navbar-light .navbar-nav li .dropdown-menu li{
    margin: 0;
}
.navbar-light .navbar-nav li .dropdown-menu li a{
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: normal;
    color: #111;
}
.navbar-light .navbar-nav li .dropdown-menu li a:hover{
    background: transparent;
    color: #9FD6D5;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #C5E8E7;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #C5E8E7;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner{
    position: relative;
}
.videofrem{
    width: 100%;
    height: 100vh;
    position: relative;
}
.videofrem video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.videofrem:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.50;
    top: 0;
    left: 0;
}
.banner-center{
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    z-index: 1;
}
.banner-center .container{
    max-width: 1440px;
}
.banner-center h1{
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 45px;
}
.banner-center p{
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    letter-spacing: 0.7px;
    margin: 0 auto 45px;
}
.btn-main{
    color: #C5E8E7;
    padding: 12px 25px;
    background: #000;
    border-radius: 30px;
    display: table;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-main:hover{
    background: #C5E8E7;
    color: #000;
}
.banner-center .btn-main{
    margin: 0 auto 80px;
}
.banner-row{
    background: rgba(138,206,205,0.80);
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.banner-row .field-box{
    width:23%;
    padding: 0 10px;
}
.banner-row .form-group{
    margin: 0;
    padding: 15px;
    background: #fff;
    border-radius: 7px;
}
.banner-row .form-group label{
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: normal;
    color: #777777;
}
.banner-row .form-group label i{
    margin-right: 5px;
    color: #9FD6D5;
    font-size: 16px;
}
.banner-row .form-group .form-control{
    padding: 5px 0;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}
.banner-row .form-group .form-control::placeholder{
    color: #000;
}
.search-btn{
    padding: 0 10px;
    width: 8%;
}
.search-btn button{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: #9FD6D5;
    font-size: 30px;
    font-weight: bold;
    align-items: center;
    border: none;
    background: #fff;
    border-radius: 7px;
}
.search-btn button:hover{
    background: #000;
    color: #fff;
}
.search-btn button i{
    transform: rotate(90deg);
}

.journey-wrp{
    padding: 85px 0 65px;
}
.titlebar{
    margin: 0 auto 30px;
}
.titlebar h2{
    font-size: 33px;
    font-weight: normal;
    color: #2F2F2F;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.titlebar p{
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 15px auto 0;
}
.journey-tabs .nav-tabs{
    border: none;
    margin: 0 auto 45px;
    justify-content: center;
}
.journey-tabs .nav-tabs li{
    margin-right: 40px;
}
.journey-tabs .nav-tabs li:last-child{
    margin: 0;
}
.journey-tabs .nav-tabs li a{
    font-size: 15px;
    font-weight: 300;
    color: #000;
    padding: 5px 15px;
    line-height: 24px;
    position: relative;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.journey-tabs .nav-tabs li a:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: #1FC1E5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.journey-tabs .nav-tabs .nav-item.show .nav-link, .journey-tabs .nav-tabs .nav-link.active{
    font-weight: 500;
    color: #000;
    background: transparent;
}
.journey-tabs .nav-tabs .nav-item.show .nav-link:after, .journey-tabs .nav-tabs .nav-link.active:after{
    width: 100%;
}

.journey-box{
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
}
.journey-box:before{
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.30;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.journey-box img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.journey-box h3{
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight:normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .4s linear;
    -webkit-transition: .4s linear;
    z-index: 5;
}
.journey-box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


.top-deals-wrp{
    padding: 85px 0;
    overflow: hidden;
    background: #F6F5F1;
}
.top-deals-wrp .titlebar{
    margin: 0 auto 80px;
}
.topdeals-slider .slick-slide {
    margin: 0 15px;
}
.topdeals-slider .slick-list {
    margin: 0 -15px;
}
.deal-block{position: relative;margin: 0 0 35px;}
.deal-block img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.deal-block:hover img{
    opacity: 0.70;
}
.deal-nambx{
    position: absolute;
    top: 25px;
    left: 25px;
}
.deal-nambx h3{
    font-size: 18px;
    font-weight: bold;
    color: #004F98;
    padding: 12px 30px;
    border-radius: 30px;
    background: #fff;
    margin: 0 0 10px;
    display: table;
}
.deal-nambx h6{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #004F98;
    display: table;
    padding: 12px 30px;
    border-radius: 30px;
    background: #DBF1FA;
}
.deal-family-block{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    align-items: center;    
}
.deal-family-dt{
    padding: 15px 35px;
    width: 50%;
}
.deal-family-dt h3{
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.deal-family-dt h6{
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #000;
}
.deal-family-dt p{
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
}
.deal-family-dt h4{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
}
.deal-family-img{
    width: 50%;
}
.deal-family-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.deal-family-block:hover .deal-family-img img{
    opacity: 0.70;
}
.pak-lg{
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #000;
}
.pak-lg img{
    margin: 0 auto;
    height: 65px;
}

.cruis-video-wrp{
    padding: 85px 0;
}
.cruis-video-wrp .container{
    max-width: 1440px;
}
.video-pak-box{
    position: relative;
    margin: 0 0 15px;
}
.play-button-wrapper{
    position: absolute;
    top: 50%;
    left: 35px;
    right: 35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}
.play-button-wrapper h3{
    text-align: center;
    font-size: 55px;
    font-weight: 300;
    letter-spacing:10px;
    color: #fff;
    margin: 0 auto 35px;
    text-transform: uppercase;
}
.play-gif i{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    background: #C5E8E7;
    color: #000;
    margin: 0 auto;
    display: table;
    text-align: center;
    cursor: pointer;
    font-size:28px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.play-gif i:hover{
    background: #fff;
    color: #000;
}
.video-info-row{
    padding: 45px 60px;
    background: #E3E1DD;
}
.video-info-row .row{
    align-items: center;
}
.video-info-row h4{
    margin: 0;
    font-size: 21px;
    font-weight:normal;
    color: #000;
    font-style: italic;
}
.video-info-row p{
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 22px;
}
.video-info-row .btn-secondary{
    margin: 0 auto;
}
.btn-secondary{
    padding: 12px 30px;
    color: #000;
    background: #C5E8E7;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table;
    margin: 0 auto;
    font-family: 'Gotham';
    font-weight: bold;
}
.btn-secondary:hover{
    background: #000;
    color: #fff;
}

.whats-new-wrp{
    padding: 85px 0;
}
.whats-new-wrp .titlebar{
    margin: 0 auto 50px;
}
.whats-new-wrp .titlebar h2{
    font-size: 40px;
    letter-spacing: 0.8px;
}
.whats-new-wrp .container{
    max-width: 1440px;
}
.whats-img img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.whats-data{
    padding: 35px 0;
}
.whats-data h6{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.whats-data p{
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 22px;
    margin: 0 0 15px;
}
.whats-data a{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
}
.whats-data a:hover{
    color: #777;
}


.testimonail-wrp{
    padding: 150px 0;
    background: #C5E8E7;
    position: relative;
}
.testimonail-box{
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.testimonail-box img{
    margin: 0 auto 45px;
}
.testimonail-box h4{
    font-size: 35px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin: 0 auto 35px;
    letter-spacing: 0.35px;
    line-height: 42px;
}
.testimonail-box h5{
    font-size: 35px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.35px;
    text-align: center;
    margin: 0;
    font-style: italic;
}
img.quote-shp{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
}

.about-pakage-wrp{
    padding: 125px 0 125px;
}
.about-pakage-wrp .titlebar{
    margin: 0 auto 80px;
}
.about-pakage-wrp .titlebar h2{
    text-transform: capitalize;
    font-size: 50px;
}
.about-pakage-wrp .row{
    margin: 0 -40px;
}
.about-pakage-wrp .col-md-4{
    padding: 0 40px;
}
.abt-pkgbx{
    position: relative;
    overflow: hidden;
}
.abt-pkgbx:after{
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.30;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.abt-pkgbx img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.abt-pkgbx:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.abt-dta{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 270px;
    z-index: 1;
}
.abt-dta h3{
    font-size: 58px;
    font-weight:200;
    color: #fff;
    text-align: center;
    margin: 0 auto 15px;
}
.abt-dta p{
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
}
.pakage-banner{
    position: relative;
}
.pakage-banner img{
    width: 100%;
}

.contact-wrp{
    padding: 125px 0 45px;
    background: #000;
    margin: 0 0 -1px;
}
footer .container,
.contact-wrp .container{
    max-width: 1140px;
}
.contact-wrp .titlebar {
    margin: 0 auto 50px;
}
.contact-wrp .titlebar h2{
    color: #fff;
}
.contact-wrp .form-group{
    margin: 0 0 25px;
}
.contact-wrp .form-group .form-control{
    padding: 10px 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    background: #000;
    box-shadow: none;
    height: auto;
}
.contact-wrp .form-group .form-control::placeholder{
    color: #fff;
}
.contact-wrp .row{
    align-items: center;
}
.customcheck-bx{
    margin: 0 0 35px;
}
.customcheck-bx .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.customcheck-bx .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height:22px;
    display: flex;
}
.customcheck-bx .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background: #000;
}
.customcheck-bx .styled-checkbox:checked + label:after {
    content:"\f00c";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    left: 0;
    top: 0;
    background:#fff;
    border: 1px solid #fff;
    color: #000;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    width: 20px;
    height: 20px;
}
.contact-info{
    padding: 0 0 0 30px;
}
.contact-info p{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    margin: 0 0 25px;
}
.contact-info button{
    margin: 30px 0 0;
    border: none;
    font-family: 'Inter';
    font-weight: normal;
    letter-spacing: 1.8px;
}
.contact-info button:hover{
    background: #004F98;
    color: #fff;
}

.sponcer-lst{
    margin: 85px 0 0;
    padding: 50px 0;
    border-bottom: 1px solid #fff;
}
.sponcer-lst ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.sponcer-lst ul li{
    padding: 0 10px;
}

footer{
    background: #000;
    padding: 35px 0 85px;
}
.quicklinks h3{
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 15px;
}
.quicklinks p{
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 25px;
    display: table;
    color: #fff;
}
.quicklinks p a{
    color: #fff;
    text-decoration: underline;
    display: block;
}
.quicklinks p a:hover{
    color:#C5E8E7;
}
.quicklinks li a{
    display: table;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.quicklinks li a:hover{
    color:#C5E8E7;
}
.social-bx{
    display: flex;
    align-items: center;
}
.social-bx a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #C5E8E7;
    margin-right: 10px;
    color: #101010;
    font-size: 16px;
}
.social-bx a:hover{
    background: #004F98;
    color: #fff;
}

footer .f-bottom .f-content {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #fff;
    text-align: center;
}

footer .f-bottom ul {
    display: block;
    margin: 0 -10px 0 -5px;
    padding: 0;
    list-style-type: none;
}

footer .f-bottom ul li {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 10px 0 5px;
    list-style-type: none;
    color: #fff;
}

footer .f-bottom ul li:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}

footer .f-bottom ul li:last-child:before {
    display: none;
}

footer .f-bottom ul li a {
    text-decoration: none;
    color: #C5E8E7;
}

footer .f-bottom ul li a:hover {
    color: #fff;
}
/* **** End Home Page **** */

/* **** Destination Page ***** */
.inner-banner img.inner-banner-img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.inner-banner:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: url('../images/inner-banner-shadow.png') 0 0 no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    right: 0;    
}
.inner-banner-content{
    position: absolute;
    bottom:10%;
    left: 0;
    right: 0;
}
.inner-banner-content h1{
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    line-height: 50px;
    margin: 0;
    letter-spacing: 0.8px;
    max-width: 630px;
}

.inner-intro{
    padding: 132px 0;
}
.inner-intro .container{
    max-width: 930px;
}
.inner-intro .titlebar{
    margin: 0 auto 35px;
    display: table;
}
.inner-intro .titlebar h2{
    text-align: left;
    font-size: 47px;
}
.inner-banner .inner-banner-content .banner-row{
    margin: 30px 0 0;
}
.inner-intro p{
    text-align: center;
    font-size:21.66px;
    font-weight: normal;
    color: #22292B;
    line-height: 32px;
    /* margin: 0; */
}

.outdoor-experiences-wrp{
    padding: 131px 0 199px;
}
.outdoor-experiences-wrp .container{
    max-width: 1390px;
}
.outdoor-experiences-img{
    position: relative;
    z-index: 4;
}
.outdoor-experiences-img img{
    width: 100%;
    height: 650px;
    object-fit: cover;    
}
.outdoor-data{
    max-width: 560px;
    margin: 0 auto;
    padding: 60px 0 150px;
}
.outdoor-data h2{
    font-size: 46px;
    font-weight: 500;
    color: #2F2F2F;
    margin: 0 0 25px;
}
.outdoor-data p{
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 24px;
    text-align: justify;
    /* margin: 0; */
}

.outdoor-data .outdoor-data-detail {
    max-height: 325px;
    overflow: auto;
}

.outdoor-data .outdoor-data-detail .mCSB_scrollTools {
    width: 10px;
}

.outdoor-data .outdoor-data-detail .mCSB_scrollTools .mCSB_draggerContainer {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.outdoor-data .outdoor-data-detail .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #023D73;
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.outdoor-data .outdoor-data-detail .mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.outdoor-experiences-row{
    margin: -200px 0 0;
    position: relative;
}
.outdoor-experiences-row .row{
    margin: 0;
    align-items: flex-end;
}
.outdoor-experiences-row .row .col-md-4,
.outdoor-experiences-row .row .col-md-7{padding: 0;}
.experiences-img{
    position: relative;
    z-index:5;
    margin: 0 0 0 -3px;
}
.experiences-img img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    border: 10px solid #fff;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
    /*border-right: none;*/
}
.experiences-imgtwo img{
    height:650px;
    border-top: 15px solid #fff;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}


.destinations-wrp{
    padding: 117px 0;
    background: #F6F5F1;
}
.destinations-wrp h2{
    font-size: 46px;
    font-weight: normal;
    color: #22292B;
    text-align: center;
    margin: 0 auto 25px;
}
.destinations-wrp p{
    font-size: 16px;
    font-weight: normal;
    color: #22292B;
    line-height: 24px;
    margin: 0 auto 20px;
    max-width: 800px;
    text-align: center;
}
.destinations-wrp .btn-secondary{
    font-weight: 400;
    font-family: 'Poppins';
    margin: 0 auto;
    background: #C5E8E7;
}
.destinations-wrp .btn-secondary:hover{
    background: #333;
    color: #fff;
}
.client-expwrp{
    background: #fff;
    padding: 100px 0 85px;
}
.client-expwrp p{
    margin: 0 auto;
}

.discover-destination-wrp{
    padding: 180px 0 100px;
    background: #F6F5F1;
}
.discover-destination-wrp .container{
    max-width: 1430px;
}
/*.discover-destination-wrp .row{
    align-items: center;
}*/
.discover-destination-titlebx{
    padding: 80px 30px;
    background: #8ACECD;
    position: relative;
    height:calc(100% - 65px);
    /*display: flex;
    flex-flow: column;*/
}
.discover-destination-titlebx h2{
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px;
}
.discover-destination-titlebx p{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    line-height: 24px;
    margin: 0 0 15px;
}
.discover-destination-titlebx .btn-secondary{
    background: #E3E1DD;
    margin: 0;
    font-family: 'Poppins';
    font-weight: normal;
    letter-spacing: 1.3px;
}
.discover-destination-titlebx .btn-secondary:hover{
    background: #fff;
    color: #000;
}
.discover-destination-wrp .discover-img img{
    width: 100%;
    height: 520px;
    object-fit: cover;
}
/* **** End Destination Page ***** */

/* **** Holiday Page **** */
.holiday-top-deals-wrp{
    padding:95px 0 100px;
    background: #F6F5F1;
}
.holiday-top-deals-wrp .titlebar h2 {
    font-size: 50px;
    margin: 0 auto 0px;
    letter-spacing:-1.5px;
    text-align: left;
}
.holiday-top-deals-wrp .row{
    margin: 0 -20px;
}
.holiday-top-deals-wrp .row .col-md-3{
    padding: 0 20px;
}
.topdeal-box{
    margin: 0 0 35px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    height: calc(100% - 35px);
}
.topdeal-img{
    position: relative;
}
.topdeal-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.topdeal-img label{
    margin: 0;
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    max-width: 150px;
    display: flex;
    padding: 5px 10px;
    color: #2065A5;
}
.topdeal-img label i{
    margin-right: 5px;
}
.tagsbb{
    position: absolute;
    top: 0;
    right: 25px;;
}
.tagsbb img{
    width: 80px;
    height: 80px;
    height: auto;
    border-radius: 0;
}
.tagsbb h5{
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.topdeal-img h4{
    padding: 8px 15px;
    background: #004F98;
    border-radius: 30px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: fit-content;
    justify-content:flex-start;
    flex-wrap: wrap;
    margin: 0;
    display: flex;
    align-items: flex-end;
}
.topdeal-img h4 span{
    font-size: 12px;
    margin-right: 5px;
}
.topdeal-img h4 img{
    margin-right: 5px;
    width: 20px;
    height: auto;
}
.topdeal-img h4 span.was-price{
    display: block;
    width: 100%;
    margin: 5px 0 0;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 500;
}
.raitinnbx{
    display: flex;
    position: absolute;
    right: 25px;
    top: 80px;
}
.raitinnbx img{
    width: auto;
    height: auto;
    margin-right: 5px;
}
.raitinnbx img:last-child{
    margin: 0;
}
.topdeal-data{
    padding: 25px;
    border-radius: 0 0 10px 10px;
}
.topdeal-data h3{
    font-size: 26px;
    font-weight: 600;
    color: #004F98;
    text-transform: uppercase;
    margin: 0 0 25px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.topdeal-data h3:hover{
    color: #101010;
}
.topdeal-data ul {
    margin: 0 0 25px;
}
.topdeal-data ul li{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    margin: 0 0 10px;
}
.topdeal-data ul li span{
    margin-right: 10px;
    min-width:25px;
}
.topdeal-data ul li span img{
    margin: 0 auto;
}
.topdeal-data ul li:last-child{
    margin: 0;
}
.topdeal-data .btn-main{
    padding: 15px;
    display: block;
    width: 100%;
    text-align: center;
    background: #C5E8E7;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #004F98;
    border-radius: 0;
}
.topdeal-data .btn-main:hover{
    background: #004F98;
    color: #C5E8E7;
}
.holiday-banner .container{
    max-width: 1470px;
}
.dream-holiday-banner{
    position:relative;
}
.dream-holiday-banner img{
    width:100%;
}
.dream-holiday-banner-center{
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
}
.dream-holiday-banner-center .container{
    display: flex;
    justify-content: flex-end;
}
.dream-holiday-box{
    max-width: 500px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.dream-holiday-box h2{
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #fff;
    line-height: 60px;
    text-align: right;
    margin: 0 0 30px;
}
.dream-holiday-box .btn-secondary{
    padding: 15px 35px;
    border-radius: 10px;
    background: #004F98;
    font-size: 18px;
    font-weight: bold;
    display: table;
    width: 100%;
    font-family: 'Poppins';
    color: #fff;
    margin: 0;
    max-width: 260px;
    text-align: center;
}
.dream-holiday-box .btn-secondary:hover{
    background: #fff;
    color: #004F98;
}


header.inner-header{
    position: relative;
}
header.inner-header .navbar{
    background: #023D73;
}
.holiday-inner-details{
    position: relative;
    padding:85px 0;
    background: url('../images/holiday-details-img.jpg') 0 0 no-repeat;
    background-size: cover;
}
.holiday-inner-details:after{
    position: absolute;
    content: '';
    background: url('../images/banner-shp.png') 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    right: 0;
}
.holiday-inner-details .container{
    position: relative;
    z-index: 1;
}
.holiday-inbanner h1{
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 25px;
}
.holiday-inbanner .btn-secondary{
    font-size: 20px;
    font-weight: 600;
    color: #004F98;
    font-family: 'Poppins';
    border-radius: 10px;
    padding: 10px 30px;
    background: #C5E8E7;
    margin: 0;
}
.holiday-inbanner .btn-secondary:hover{
    background: #004F98;
    color: #C5E8E7;
}

.pakage-includebox{
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.pakage-includebox-head{
    display: flex;
    padding: 30px 25px;
    border-bottom: 1px solid #4D4D4D;
}
.pakage-includebox-headic{
    margin-right: 15px;
    min-width:60px;
}
.pakage-includebox-headic img{
    width: 60px;
}
.pakage-includebox-headdt h3{
    font-size: 14px;
    font-weight: bold;
    color: #4D4D4D;
    margin: 0 0 5px;
    line-height: 22px;
}
.pakage-includebox-headdt p{
    font-size: 14px;
    font-weight: normal;
    color: #4D4D4D;
    font-family: 'Proxima Nova Rg';
    margin: 0 0 10px;
}
.pakage-includebox-headdt a{
    display: block;
    text-align: center;
    font-size: 13px;
    color: #000;
    background: #C5E8E7;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    border-radius: 8px;
    padding: 5px 10px;
}
.pakage-includebox-headdt a:hover{
    background: #000;
    color:#fff;
}

.pakage-include-list{
    padding: 25px 25px;
}
.pakage-include-list h4{
    font-size: 30px;
    font-weight: 500;
    color: #4D4D4D;
    margin: 0 0 10px;
}
.pakage-include-list ul li{
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.pakage-include-list ul li:last-child{
    margin: 0;
}
.inicbx{
    min-width: 35px;
    padding: 5px 0 0;
    margin-right: 15px;
}
.pakage-include-list ul li p{
    font-size: 14px;
    font-weight: normal;
    color: #4D4D4D;
    line-height: 26px;
    margin: 0;
}
.pakage-includebox .btn-main{
    padding: 15px 15px;
    border-top: 1px solid #000;
    font-size:22px;
    font-weight: 600;
    color: #000;
    display: block;
    text-align: center;
    background: #C5E8E7;
    border-radius: 0 0 10px 10px;
}
.pakage-includebox .btn-main:hover{
    background: #004F98;
    color: #fff;
}

.quick-look-wrp{
    padding: 70px 0;
}
.quick-look-wrp .row{
    align-items: center;
}
.quicklook-data{
    padding: 0 60px 0 0;
}
.quicklook-data h2{
    font-size:30px;
    font-weight: 500;
    color: #4D4D4D;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.quicklook-data p{
    font-size: 17px;
    font-weight: normal;
    color: #4D4D4D;
    line-height: 22px;
    /*margin: 0 0 ;*/
}
.quicklook-innerclude{
    padding: 0 0 0 60px;
}
.quicklook-innerclude ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.quicklook-innerclude ul li{
    padding: 25px 15px;
    width: 33.33%;
}
.quickbx{
    display: flex;
    align-items: center;
}
.quickimg{
    min-width: 100px;
    margin-right: 15px;
    max-width: 100px;
}

/*quicklook-data-holiday-detail -> 10-1-2025*/
.quicklook-data-holiday-detail ul,
.quicklook-data-holiday-detail ol{
    padding: 0 0 0 21px;
    margin: 0 0 16px 0;
    color: #4D4D4D;
}

.quicklook-data-holiday-detail ul li {
    margin-bottom: 7px;
    list-style-type: disc;
    font-size: 17px;
    line-height: 22px;
}

.quicklook-data-holiday-detail ol li {
    margin-bottom: 7px;
    list-style-type: decimal;
    font-size: 17px;
    line-height: 22px;
}


/*quicklook-data-holiday-detail -> 10-1-2025*/


.quickimg img{
    width: 100%;
}
.quickdt p{
    font-family: 'Proxima Nova Rg';
    font-size: 21px;
    font-weight: normal;
    color: #4D4D4D;
    margin: 0 0 5px;
    line-height: 22px;
}
.quickdt h3{
    margin: 0;
    font-size: 25px;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    color: #8BC53E;
}

.itinerary-wrp{
    padding: 70px 0;
    background: #C5E8E7;
}
.itinerary-title h2{
    font-size: 40px;
    font-weight: 500;
    color: #004F98;
    margin: 0 0 20px;
}
.itinerary-title .btn-secondary{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    background: #004F98;
    margin: 0 0 25px;
    font-family: "Poppins", sans-serif;
}
.itinerary-title .btn-secondary:hover{
    background: #101010;
    color: #fff;
}
.sharedrop{
    display: table;
}
a.share-btn{
    display: table;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Proxima Nova Lt';
    color: #004F98;
}
a.share-btn i{
    margin-left: 5px;
}
a.share-btn:hover{
    color: #717171;
}
.sharedrop .dropdown-menu{
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    padding: 0;
    right: -17px !important;
    left: auto !important;
    border-radius: 0;
    border: 1px solid #e0e0e0;
}
.sharedrop .dropdown-menu li{
    margin: 0;
}
.sharedrop .dropdown-menu li a{
    font-size: 16px;
    color: #000;
    padding: 5px 15px;
    text-align: right;
}
.sharedrop .dropdown-menu li a:hover{
    background: #f5f5f5;
    color: #333;
}

.scadual-flow h3{
    margin: 0 0 25px;
    font-size: 17px;
    font-weight:  bold;
    color: #000;
    line-height: 22px;
    max-width: 600px;
}
.scadual-flow h3 span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.flow-trak-img img{
    width: 100%;
}

.destinations-gallery-wrp{
    padding: 110px 0 80px;
}
.destinations-gallery-wrp .titlebar{
    margin: 0 auto 70px;
}
.destinations-gallery-wrp .titlebar h2{
    font-size: 50px;
    letter-spacing: -1.5px;
}
.gallerybox {
    margin: 0 0 30px;
    position: relative;
}
.gallerybox:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.30;
    top: 0;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.gallerybox img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.gallerybox:hover:before{
    opacity: 0;
}


.banner-searchbox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.banner-searchbox .container{
    max-width: 480px;
    padding: 0;
    margin: 0 0 0 auto;
}
.banner-searchbox .searchbox-field{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.banner-searchbox .searchbox-field .form-group{
    margin: 0 15px 0 0;
}
.banner-searchbox .searchbox-field .form-control{
    padding: 15px 25px;
    border: none;
    background: #fff;
    border-radius: 5px;
    height: auto;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #101010;
    min-width: 250px;
}
.banner-searchbox .searchbox-field select.form-control{
    -webkit-appearance: none;
    background-image: url('http://cloud9x.wpenginepowered.com/wp-content/uploads/down-ic2.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}
.banner-searchbox .searchbox-field button{
    background: transparent;
    border: none;
    color: #101010;
    font-size: 18px;
    line-height: 26px;
    background: #C5E8E7;
    padding: 10px 15px;
    outline: none !important;
}
.banner-searchbox .searchbox-field button:hover{
    background: #004F98;
    color: #fff;
}
/* **** End Holiday Page **** */

/* **** Search Page **** */
.inner-search-banner{
    padding: 165px 0;
    /* background: url('../images/search-banner.png') 0 0 no-repeat; */
    background-size: cover;
    position: relative;
}
.inner-search-banner:before{
    position: absolute;
    content: '';
    background: url('../images/banner-shp.png') 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.inner-search-banner h1{
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 55px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.search-filter{
    background: #8ACECD;
    padding: 30px 0;
    font-family: 'Montserrat';
}
.search-filter .search-filterbx{
    position: relative;
}
.search-filter .search-filterbx .form-control{
    padding: 16px 50px 16px;
    border-radius: 4px;
    border: none;
    height: auto;
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.search-filter .search-filterbx .form-control::placeholder{
    color: #000;
}
.search-filterbx i.fa-search{
    position: absolute;
    top: 18px;
    left: 15px;
    font-size: 18px;
    color: #666666;
}
.search-filterbx button{
    border: none;
    background: transparent;
    position: absolute;
    top: 12px;
    padding: 0;
    right: 15px;
    font-size: 20px;
    color: #666666;
}
.date-row{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
}
.date-bx{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.date-bx{
    padding: 6px 15px;
    width: 50%;
    border-right: 1px solid #E6E6E6;
}
.date-bx:last-child{
    border: none;
}
.memberbx{
    width: 70%;
}
.memberbx .date-bx{
    display: flex;
    align-items: center;
    width: 100%;
}
.date-bx i{
    font-size: 24px;
    margin-right: 15px;
}
.date-bx h3{
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 22px;
    margin: 0;
}
.date-bx h3 span{
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    display: block;
}
.search-rw{
    display: flex;
}
.search-filter button.search-btn{
    border-radius: 4px;
    background: #004F98;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    border: none;
    margin: 0 0 0 20px;
    width:30%;
}
.search-filter button.search-btn:hover{
    background: #fff;
    color: #004F98;
}
.booking-filter.search-filter button.search-btn{
    font-size: 14px;
}
.breadcrumb-wrp{
    padding: 15px 0;
    font-family: 'Montserrat';
    background: #F0F0F0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
}

.breadcrumb-wrp ul{
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.breadcrumb-wrp ul li{
    margin-right: 25px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}
.breadcrumb-wrp ul li:after{
    position: absolute;
    content: '/';
    font-size:13px;
    color: #333;
    right: -15px;
    top:2px;
}
.breadcrumb-wrp ul li a{
    color: #333333;
    font-weight: normal;
}
.breadcrumb-wrp ul li:last-child{
    margin: 0;
}
.breadcrumb-wrp ul li:last-child:after{display: none;}
.breadcrumb-wrp h3{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}
.breadcrumb-wrp h3 a.filterbtn{display: none;}

.product-wrp{
    padding:80px 0;
    font-family: 'Montserrat';
}
.filter-sidebar{
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.closefilter{
    display: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #004F98;
    color: #fff;
    position: absolute;
    top: 0;
    text-align: center;
    font-weight: 400;
    right: 0;
}
.mapbox{
    margin: 0 0 25px;
    position: relative;
    height: 120px;
    border-radius: 5px;
}
.mapbox iframe{
    border-radius: 5px;
}
.mapbox .btn-secondary{
    padding: 8px 15px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #1E2E5E;
    position: absolute;
    text-transform: capitalize;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    display: table;
    margin: 0 auto;
}
.mapbox .btn-secondary:hover{
    background: #8ACECD;
    color: #1E2E5E;
}

.popular-filterbox{
    padding: 10px 0 0;
    border-radius: 6px;
    border: 1px solid #333333;
}
.popular-filterbox h3{
    padding: 15px 25px;
    background: #2D83C2;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}
.inner-popular-blocks{
    padding: 25px;
}
.range-block{
    margin: 0 0 30px;
}
.range-block h6{
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    display: block;
    margin: 0 0 15px;
}
.ranger-bar{
    position: relative;
}
img.buildsp{
    position: absolute;
    top: 15px;
    left:25px;
}
.irs--round .irs-bar {
    background-color: #2D83C2;
}
.irs--round .irs-handle {
    background-color: #2D83C2;
    border-color: #2D83C2;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}
.irs--round .irs-handle.state_hover, 
.irs--round .irs-handle:hover {
    background-color: #2D83C2;
}
.irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: 29px
}
.irs--round .irs-from, 
.irs--round .irs-to, 
.irs--round .irs-single {
    background-color: transparent;
    color: #666666;
}
.irs--round .irs-from:before, 
.irs--round .irs-to:before, 
.irs--round .irs-single:before,
.irs--round .irs-min, 
.irs--round .irs-max {
    display: none;
}
.results-rw{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 15px 0 0;
}
.resubx{
    width: 50%;
    padding: 0 10px;
}
.resubx label{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.resubx .form-control{
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    height: auto;
    padding: 10px 15px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    text-align: right;
    box-shadow: none;
}
.filter-lt ul li{
    margin: 0 0 20px;
}
.filter-lt ul li:last-child{
    margin: 0;
}
.filter-lt ul li .customcheck-bx{
    margin: 0;
}
.filter-lt ul li .customcheck-bx .styled-checkbox + label{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.filter-lt ul li .customcheck-bx .styled-checkbox + label span i{
    color: #FDA700;
}
.filter-lt ul li .customcheck-bx .styled-checkbox + label b{
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    margin: 0 0 0 auto;
}
.filter-lt ul li .customcheck-bx .styled-checkbox + label:before{
    border: 1px solid #C6C6C6;
    border-radius: 2px;
    background: transparent;
}
.filter-lt ul li .customcheck-bx .styled-checkbox:checked + label:after{
    background: #2D83C2;
    border-radius: 2px;
    color: #fff;
    border: 1px solid #2D83C2;
    line-height: 18px;
}

.filter-comnbox{
    padding: 25px 0;
    border-bottom: 1px solid #DADADA;
}
.filter-comnbox:last-child{
    border: none;
}
.search-leftfilter h3{
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.search-leftfilter h3 a{
    margin: 0 0 0 auto;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.search-leftfilter h3 a:hover{
    color: #777;
}
.search-leftfilter .form-group{
    margin: 0;
    position: relative;
}
.search-leftfilter .form-group .form-control{
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    height: auto;
    padding: 10px 15px 10px 35px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    box-shadow: none;
}
.search-leftfilter .form-group i{
    font-size: 16px;
    color: #777777;
    font-weight: bold;
    position: absolute;
    top: 12px;
    left: 10px;
}
.filter-comnbox h3{
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
a.viwebtn{
    display: table;
    margin:15px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #2D83C2;
}
a.viwebtn i{
    margin: 0 0 0 5px;
}
a.viwebtn.active{display: none;}
a.viwebtn.active i:before{
    content: "\f077";
}

.raiting-star ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.raiting-star ul li{
    padding: 0 10px;
    width: 20%;
}
.raiting-star ul li .customcheck-bx{
    margin: 0;
}
.raiting-star ul li .customcheck-bx .styled-checkbox + label{
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    font-size: 16px;
    color: #B3B3B3;
    font-weight: 600;
    justify-content: center;
    display: flex;
    padding: 10px;
    position: relative;
    background: #F6F6F6;
}
.raiting-star ul li .customcheck-bx .styled-checkbox + label i{
    margin: 0 0 0 5px;
    font-size: 14px;
    line-height: 20px;
}
.raiting-star ul li .customcheck-bx .styled-checkbox + label:before{
    position: absolute;
    border-radius: 5px;
    margin: 0;
    border: 1px solid #E4E4E4;
    left: 0;
    top: 0;
    width: 61px;
    height: 44px;
    background: transparent;
}
.raiting-star ul li .customcheck-bx .styled-checkbox:checked + label{
    background: #fff;
    color: #111;
}
.raiting-star ul li .customcheck-bx .styled-checkbox:checked + label i{
    color: #FDA700;
}
.raiting-star ul li .customcheck-bx .styled-checkbox:checked + label:after{
    display:none;
}

.custome-radbx [type="radio"]:checked,
.custome-radbx [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custome-radbx [type="radio"]:checked + label,
.custome-radbx [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    color: #333333;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    display: flex;
}
.custome-radbx [type="radio"]:checked + label b,
.custome-radbx [type="radio"]:not(:checked) + label b{
    margin: 0 0 0 auto;
    font-weight: 500;
    color: #888888;
}
.custome-radbx [type="radio"]:checked + label:before,
.custome-radbx [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #C6C6C6;
    border-radius: 100%;
    background: #fff;
}
.custome-radbx [type="radio"]:checked + label:after,
.custome-radbx [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #2D83C2;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custome-radbx [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custome-radbx [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sortby-row{
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}
.sorbuop{
    display: flex;
    align-items: center;
}
.sortby-row h4{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 0 25px 0 0;
}
.sortby-row a{
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(168, 168, 168, 0.25);
    margin-right: 5px;
}
.sortby-row a:last-child{margin: 0;}

.product-row{
    margin: 0 0 25px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
}
.product-img{
    width: 25%;
    position: relative;
}
.product-img label{
    position: absolute;
    top: 12px;
    left: -4px;
    padding: 3px 5px;
    border-radius: 3px;
    background: #329223;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.28);
}
.product-img img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.view-bx{
    padding:15px 10px;
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.view-bx a{
    display: table;
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    color: #fff;
}
.view-bx a:hover{
    opacity: 0.60;
}
.btn-like{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    color: #FFFFFF;
}
.btn-like:hover{
    color:#2D83C2;
    font-weight: bold;
}

.product-data{
    width: 50%;
    padding: 15px;
    border-right: 1px solid #DDDDDD;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.product-data-name h3{
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}
.product-data-name h3 i{
    color: #FFA800;
    font-size: 14px;
    margin: 0 0 0 5px;
}
.product-data-name h4{
    display: flex;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.product-data-name h4 i{
    margin: 0 5px 0 0;
}
.product-data-name h4 a{
    font-weight: 500;
    color: #2577BE;
    text-decoration: underline;
}
.product-data-name h5{
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.product-data-name h5 span{
    color: #339933;
    font-weight: 500;
    margin: 0 5px;
}
.product-data-name h5 img{
    min-width: 18px;
    margin-right: 10px;
}
.product-data-name h5 a{
    margin: 0 0 0 10px;
}
.product-data-name h5 a img{margin: 0}
.product-data-name ul{
    display: flex;
    align-items: center;
}
.product-data-name ul li{
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #329223;
}
.product-data-name ul li i{
    margin-right: 5px;
}
.product-data-name ul li:last-child{
    margin: 0;
}
.product-data-name ul li.promotion-btn{
    background: #EEFCED;
    border-radius: 3px;
    border: 1px solid #80BF80;
    padding: 3px 10px;
}

.product-act{
    padding: 15px 0 0;
    border-top: 1px solid #E4E4E4;
}
.product-act ul{
    display: flex;
    align-items: center;
}
.product-act ul li{
    margin-right: 30px;
    padding: 5px 5px;
    position: relative;
}
.product-act ul li a{
    color: #329223;
    font-size: 14px;
    font-weight: 500;
}
.product-act ul li:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #DDDDDD;
    right: -15px;
    top: 0;
}
.product-act ul li:last-child{margin: 0;}
.product-act ul li:last-child:after{display: none;}

.product-actionbox{
    width: 25%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
    padding: 15px;
}
.rating-pro{
    display: flex;
    justify-content: flex-end;
    margin: 0 0 15px;
}
.rating-pro h3{
    font-size: 18px;
    font-weight: 500;
    color: #329223;
    margin: 0;
    line-height: 20px;
    margin: 0 10px 0 0;
}
.rating-pro h3 span{
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
.rating-pro label{
    padding: 5px 10px;
    border-radius: 6px;
    background: #21922E;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    height: 30px;
    position: relative;
}
.rating-pro label:after{
    position: absolute;
    content:'';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #21922E;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.product-includebx{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.product-includebx h4{
    font-size: 12px;
    display: flex;  
    align-items: center;
    width: fit-content;
    color: #fff;
    border-radius: 3px;
    background: #F67121;
    line-height: 15px;
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding:5px 5px;
}
.product-includebx h4 img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.product-includebx h4.stokealt{
    background: #004F98 !important;
    color: #8ACECD;
}
.product-includebx h4 i{
    margin-right:5px;
    font-size: 12px;
}
.product-includebx h4.stockbnt{
    background: #FCE8E6;
    border-radius: 4px;
    color: #DD1A00;
}
.product-includebx h5{
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin: 0 0 5px;
}
.product-includebx h5 a{
    color: #999999;
}
.product-includebx h5 span{
    text-decoration: line-through;
}
.product-includebx h3{
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: bold;
    color: #329223;
}
.product-includebx h3 small{
    font-size: 14px;
}
.product-includebx h6{
    font-size: 12px;
    font-weight: 600;
    color: #329223;
    margin: 0 0 5px;
}
.product-includebx p{
    font-size: 12px;
    font-weight: normal;
    color: #555555;
    margin: 0 0 15px;
}
.product-includebx .btn-secondary{
    padding: 12px 15px;
    display: block;
    width: 100%;
    border-radius: 4px;
    background: #1E2E5E;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: capitalize;
    text-align: center;
}
.product-includebx .btn-secondary:hover{
    background: #2D83C2;
    color: #fff;
}
.products-listing-wrp .btn-more{
    margin: 45px auto 0;
    display: table;
    font-size: 16px;
    font-weight: bold;
    color: #1E2E5E;
    padding: 12px 20px;
    border-radius: 4px;
    border: 1px solid #1E2E5E;
}
.products-listing-wrp .btn-more i{
    margin: 0 0 0 5px;
}
.products-listing-wrp .btn-more.active{display: none;}
.products-listing-wrp .btn-more.active i:before{
    content: "\f077";
}
.products-listing-wrp .btn-more:hover{
    background: #1E2E5E;
    color: #fff;
}
/* **** End Search Page **** */


/* **** Booking Page **** */
.booking-wrp{
    padding: 60px 0;
    font-family: 'Montserrat';
}
.breadcrumb-row{
    padding: 0 0 15px;
    border-bottom: 1px solid #DDDDDD;
}
.breadcrumb-row ul{
    display: flex;
    align-items: center;
}
.breadcrumb-row ul li{
    margin-right: 20px;
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat';
    position: relative;
}
.breadcrumb-row ul li:after{
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #333;
    right: -13px;
    top: 1px;
}
.breadcrumb-row ul li a{
    color: #2D83C2;
}
.breadcrumb-row ul li a:hover{
    color: #777;
}
.breadcrumb-row ul li:last-child{
    margin: 0;
}
.breadcrumb-row ul li:last-child:after{display: none;}

.product-title-details{
    padding: 25px 0;
}

.booking-proname h2{
    font-size: 24px;
    font-weight: bold;
    color: #2D2D4F;
    display: flex;
    font-family: 'Montserrat';
    align-items: center;
    margin: 0 0 10px;
}
.booking-proname h2 span{
    width: 65px;
    height: 45px;
    background: #8ACECD;
    border-radius: 5px;
    line-height: 45px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin: 0 15px 0 10px;
}
.booking-proname strong{
    font-size: 16px;
    font-weight: 600;
    color: #1E2E5E;
    line-height: 20px;
    padding: 0 0 0 15px;
    position: relative;
}
.booking-proname strong:before{
    position: absolute;
    content: '';
    background: url('../images/shp.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 15px;
    left: 0;
    top:5px;
}
.booking-proname strong b{
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    display: block;
}
.booking-proname h6{
    font-size: 14px;
    font-weight: normal;
    font-family: 'Montserrat';
    color: #333333;
    margin: 0 0 15px;
}
.booking-proname h6 i{
    margin-right: 5px;
}
.booking-proname h6 a{
    color: #1E2E5E;
    font-weight:600;
}
.booking-proname a.share-btn{
    display: table;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 21px;
}
.booking-proname a.share-btn i{
    margin: 0 5px 0 0;
    color: #C1C1C1;
}
.booking-proname a.share-btn:hover{
    color: #1E2E5E;
}

.booking-buybox{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.booking-buybox h2{
    font-size: 30px;
    font-weight: 600;
    color: #004F98;
    margin: 0 0 5px;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
}
.booking-buybox h2 span{
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin-right: 5px;
}
.booking-buybox h6{
    font-size: 14px;
    font-weight: normal;
    font-family: 'Montserrat';
    color: #333333;
    margin: 0 0 5px;
}
.booking-buybox .btn-secondary{
    background: #004F98;
    border-radius:6px;
    padding: 15px 25px;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: bold;
    margin: 0;
    color: #fff;
    display: table;
    text-transform: capitalize;
}
.booking-buybox .btn-secondary:hover{
    background: #8ACECD;
    color: #fff;
}

.booking-gallery-wrp{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px 50px;
}
.booking-gallery-wrp .row{
    margin: 0 -3px;
}
.booking-gallery-wrp .row .col-md-6,
.booking-gallery-wrp .row .col-md-4,
.booking-gallery-wrp .row .col-md-12{
    padding: 0 3px;
}
.booking-leftbx{
    width: 55%;
    padding: 0 3px;
}
.booking-rightbx{
    width: 45%;
    padding: 0 3px;
}
.galleryimgbx{
    margin: 0 0 6px;
    position: relative;
}
.galleryimgbx img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.bigimg img{
    height: 320px;
}
.midimg img{
    height: 255px;
}
.midsmlimg img{
    height: 255px;
}
.showbox:after{
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.showbox h5{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0;
    position: absolute;
    font-family: 'Montserrat';
    top: 50%;
    left: 15px;
    right: 15px;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.facility-wrp{
    margin: 0 0 50px;
}
.facility-wrp .mapbox{
    margin: 0;
}
.facility-wrp .mapbox .btn-secondary{
    background: #2D83C2;
    font-family: 'Montserrat';
}
.facility-wrp .mapbox .btn-secondary:hover{
    background: #333;
    color: #fff;
}
.facility-listbx{
    box-shadow: 0 7px 35px rgba(0, 0, 0, 0.07);
    display: flex;
    height: 100%;
    align-items: center;
    padding: 15px 30px;
}
.facility-listbx ul{
    display: flex;
    margin: 0 -25px;
}
.facility-listbx ul li{
    padding: 0 25px;
}
.facility-listbx ul li img{
    margin: 0 auto 5px;
}
.facility-listbx ul li p{
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 22px;
    font-family: 'Montserrat';
    margin: 0;
    text-align: center;
}
a.btnsh{
    margin: 0 0 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #2D83C2;
}
a.btnsh i{
    margin: 0 0 0 5px;
}
a.btnsh:hover{
    color: #777;
}

.booking-filter-wrp{
    margin: 0 0 30px;
}
.booking-filter-wrp h3{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 15px;
}
.filter-rw ul.filter-bx{
    display: flex;
    align-items: center;
}
.filter-rw ul.filter-bx li{
    margin-right: 10px;
}
.filter-rw ul.filter-bx li:last-child{
    margin: 0;
}
.filter-rw ul.filter-bx li a{
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #A5ABBF;
    font-size: 14px;
    font-weight: normal;
    color: #1A1A1A;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
}
.filter-rw ul.filter-bx li a img{
    min-width: 24px;
    margin-right: 5px;
}
.filter-rw ul.filter-bx li a i{
    margin: 0 0 0 10px;
}
.filter-rw ul.filter-bx li a:hover{
    background: #f5f5f5;
}
.filter-rw ul.filter-bx li .dropdown-menu{
    padding: 0;
    border-radius: 6px;
    box-shadow: none;
    width: 100%;
    min-width: 100%;
    border: 1px solid #e0e0e0;
}
.filter-rw ul.filter-bx li .dropdown-menu li{
    margin: 0;
}
.filter-rw ul.filter-bx li .dropdown-menu li a{
    padding: 10px 15px;
    border: none;
    color: #333;
}
.booking-filter-wrp .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.booking-filter-wrp .btn-group a{
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #A5ABBF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: normal;
    color: #1A1A1A;
    display: flex;
    align-items: center;
}
.booking-filter-wrp .btn-group a img{
    margin-right: 5px;
}
.booking-filter-wrp .btn-group a:hover{
    background: #f5f5f5;
}


.booking-list-wrp h2{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    font-family: 'Montserrat';
    margin: 0 0 25px;
}

.booking-list-wrp .accordion .accordion-item {
    margin: 0 0 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.booking-list-wrp .accordion .accordion-item .accordion-button {
    font-size: 16px;
    color:#fff;
    font-family: 'Montserrat';
    border-radius: 0;
    font-weight: 700;
    line-height: 24px;
    background-color: #004F98;
    padding: 15px 50px 15px 20px;
    position: relative;
    display: block;
}
.booking-list-wrp .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #004F98;
    box-shadow: none;
}
.booking-list-wrp .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.booking-list-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}
.booking-list-wrp .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 15px;
    top: 50%;
    font-size: 15px;
    color:#fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.booking-list-wrp .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
}
.booking-list-wrp .accordion .accordion-body {
    padding:20px;
    box-shadow: 0 7px 35px rgba(0, 0, 0, 0.07);
}
.hotel-block img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.hotel-slider .slick-prev,
.hotel-slider .slick-next{
    position: absolute;
    right:0;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.hotel-slider .slick-prev:before,
.hotel-slider .slick-next:before {
    width: 30px;
    height: 30px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    font-weight:400;
    line-height: 30px;
    display: block;
    border-radius: 0;
    text-align: center;
    font-size:14px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.hotel-slider .slick-prev {
    left:0;
    right: auto;
}
.hotel-slider .slick-prev:before {
    content: "\f053";
}
.hotel-slider .slick-prev:hover:before,
.hotel-slider .slick-next:hover:before{
    color: #fff;
    background: #20A0E2 ;
}
.hotel-databox{
    padding: 15px 0 0;
}
.hotel-databox h3{
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    color: #004F98;
    margin: 0 0 15px;
}
.hotel-databox p{
    font-size: 14px;
    font-weight: normal;
    font-family: 'Montserrat';
    color: #000;
    margin: 0 0 15px;
}
.hotel-databox h6{
    display: flex;
    align-items: center;
    padding:8px 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin: 0;
}
.hotel-databox h6 img{
    margin-right: 10px;
}
.hotel-databox ul{
    margin: 15px -5px;
    display: flex;
    flex-wrap: wrap;
}
.hotel-databox ul li{
    width: 50%;
    padding: 5px 5px 5px 25px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    position: relative;
}
.hotel-databox ul li:before{
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #004F98;
    font-size: 14px;
    top: 5px;
    left: 0;
}
.seeall-btn{
    font-size: 14px;
    font-weight: 500;
    color: #004F98;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
}
.seeall-btn i{
    margin-right:5px;
    font-size: 18px;
}
.seeall-btn:hover{
    color: #777;
}
.hotel-tbl-wp table.table{
    margin: 0;
    border-collapse:separate;
    border-spacing:0 15px;
}
.hotel-tbl-wp table.table thead {
    border:1px solid #DADADA;
}
.hotel-tbl-wp table.table thead th{
    padding: 10px 15px;
    text-align: center;
    background: #F8F8F8;
    font-size: 14px;
    border: none;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}
.hotel-tbl-wp table.table tbody tr{
    border: 1px solid #DADADA;
}
.hotel-tbl-wp table.table tbody tr td{
    padding: 15px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-align: center;
    border: 1px solid #DADADA;
    margin: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.hotel-tbl-wp table.table tbody tr td label{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #004F98;
    border-radius: 0 0 15px 0;
    box-shadow: 0 4px 4px rgba(168, 168, 168, 0.25);
    padding: 3px 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.hotel-tbl-wp table.table tbody tr:hover,
.hotel-tbl-wp table.table tbody tr:hover td{
    border: 1px solid #004F98;    
    box-shadow: 0 3px 6px rgba(0, 0, 0,0.07);
}
.best-pricebox{
    padding: 30px 0 0;
}
.best-pricebox h3{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #000;
    margin: 0 0 20px;
}
.best-pricebox h3 img{
    min-width: 30px;
    margin-right: 10px;
}
.best-pricebox ul li{
    padding: 5px 0 5px 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #000;
    position: relative;
}
.best-pricebox ul li:before{
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #329223;
    font-size: 14px;
    top: 5px;
    left: 0;
}
.sleep-ic img{
    margin: 0 auto;
}
.choice-box{
    padding: 20px 0 20px;
    border-bottom: 1px solid #D1D1D1;
}
.choice-box:last-child{
    border: none;
}
.choice-box h3{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px;
    text-align: left;
}
.choice-box ul{
    margin: 0 0 15px;
}
.choice-box ul li{
    padding: 5px 0 5px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
}
.choice-box ul li:before{
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #329223;
    font-size: 14px;
    top: 5px;
    left: 0;
}
.choice-box ul li img{
    margin: 0 0 0 5px;
}
.approx{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.approx img{
    margin-right: 5px;
    min-width: 25px;
}
.approx h4{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    text-align: left;
}
.approx h4 span{
    color: #004F98;
    font-weight: 500;
}
.approx h4 img{
    display: inline-block;
    margin: 0 0 0 5px;
    min-width: 15px;
    vertical-align: middle;
}

.cancellation-box h3{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0 0 5px;
    text-align: left;
}
.policybtn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px;
}
.policybtn img{
    margin: 0 0 0 5px;
}
.cancellation-box h4{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin: 0 0 10px;
}
.cancellation-box h4 img{
    margin-right: 10px;
    min-width: 30px;
}
.hotel-tbl-wp table.table tbody tr td:last-child{
    width: 300px;
}
.hotel-tbl-wp table.table tbody tr td .product-includebx{
    text-align: right;
}
.hotel-tbl-wp table.table tbody tr td .product-includebx h4{
    background: #8ACECD;
}
.hotel-tbl-wp table.table tbody tr td .product-includebx h3{
    color: #004F98;
    font-size: 30px;
}
.hotel-tbl-wp table.table tbody tr td .product-includebx h5{
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hotel-tbl-wp table.table tbody tr td .product-includebx h5 span{
    text-decoration: line-through;
}
.hotel-tbl-wp table.table tbody tr td .product-includebx h5 img{
    margin: 0 0 0 5px;
}
.hotel-tbl-wp table.table tbody tr td .product-includebx h6{
    color: #004F98;
}
.hotel-tbl-wp table.table tbody tr td .product-includebx p{
    line-height: 18px;
    color: #000;
}
.hotel-tbl-wp table.table tbody tr td .product-includebx .btn-secondary{
    background: #004F98;
    font-size: 14px;
    padding: 12px 15px;
    font-family: 'Montserrat';
}
.hotel-tbl-wp table.table tbody tr td .product-includebx .btn-secondary:hover{
    background: #333;
    color: #fff;
}

.hotel-des-block,.amenities-wrp,.hotel-review-wrp,
.property-near-block{
    padding: 25px;
    box-shadow: 0 4px 13px rgba(0, 0, 0,0.10);
    margin: 0 0 25px;
}
.property-near-block h2{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 20px;
}

.nearby-slider .slick-slide {
    margin: 0 15px;
}
.nearby-slider .slick-list {
    margin: 0 -15px;
}
.nearby-slider .slick-prev,
.nearby-slider .slick-next{
    position: absolute;
    right:-80px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.nearby-slider .slick-prev:before,
.nearby-slider .slick-next:before {
    width: 45px;
    height: 45px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #333333;
    background: #F7F7F7;
    border: 1px solid #9D9D9E;
    font-weight:400;
    line-height: 43px;
    display: block;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    font-size:18px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.nearby-slider .slick-prev {
    left:-80px;
    right: auto;
}
.nearby-slider .slick-prev:before {
    content: "\f053";
}
.nearby-slider .slick-prev:hover:before,
.nearby-slider .slick-next:hover:before{
    color: #fff;
    background: #20A0E2 ;
}
.nearby-slider .slick-next.slick-disabled,
.nearby-slider .slick-prev.slick-disabled{
    display: none !important;
}
.nearby-box{
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}
.nearby-img{
    position: relative;
}
.nearby-img img{
    width: 100%;
    height: 185px;
    object-fit: cover;
}
.nearby-img label{
    margin: 0;
    padding:5px 10px;
    border-radius: 5px;
    background: #004F98;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    box-shadow: 0 4px 4px rgba(102, 102, 102, 0.68);
    position: absolute;
    top: 10px;
    left: -5px;
    display: table;
}
.nearby-data{
    padding: 15px;
}
.nearby-data h3{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 15px;
    min-height: 40px;
}
.nearby-data h6{
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 500;
    color: #808080;
}
.nearby-data h6 i{
    margin-right: 5px;
}
.raitingrw{
    display: flex;
    align-items: center;
    padding: 0 0 15px;
    border-bottom: 1px solid #E6E6E6;
}
.raitingrw h4{
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #004F98;
}
.raitingrw h4 label{
    margin: 0 10px 0 0;
    width: 40px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: #004F98;
    border-radius: 5px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}
.raitingrw h5{
    margin: 0 0 0 auto;
    font-size: 12px;
    font-weight: 500;
    color: #004F98;
}
.near-pricebox{
    padding: 20px 0 0;
}
.near-pricebox .product-includebx{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.near-pricebox .product-includebx h4{
    display: inline-block;
}
.near-pricebox .product-includebx h5{
    display: flex;
    align-items: center;
}
.near-pricebox .product-includebx h5 img{
    margin: 0 0 0 5px;
}
.near-pricebox .product-includebx h3{
    font-weight: 600;
    font-size: 24px;
    color: #004F98;
    text-align: right;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

.amenities-wrp h2,.hotel-review-wrp h2,
.hotel-des-block h2{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 25px;
    padding: 0 0 15px;
    border-bottom: 1px solid #C6C6C6;
}
.hotel-des-block p{
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 22px;
    margin: 0 0 20px;
}
.hotel-dt h3{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 25px;
}
.hotel-dt ul{
    padding: 0 0 20px 30px;
}
.hotel-dt ul li{
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 22px;
}
.hotel-dt h4{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
    margin: 0;
    font-style: italic;
}

.most-pop-block{
    margin: 0 0 30px;
}
.most-pop-block:last-child{
    margin: 0;
}
.most-pop-block h3{
    font-size: 16px;
    font-weight: 600;
    color: #004F98;
    margin: 0 0 20px;
}
.most-pop-block ul{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.most-pop-block ul li{
    width: 25%;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 22px;
    display: flex;
    align-items: center;
}
.most-pop-block ul li img{
    margin-right: 10px;
    min-width: 25px;
}

.reviewboxin{
    margin: 0 0 30px;
}
.reviewnumv{
    display: flex;
    align-items: center;
}
.reviewnumv h3{
    font-size: 54px;
    font-weight: 600;
    color: #004F98;
    margin: 0 10px 00 0;
}
.reviewnumv h4{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
}
.reviewnumv h4 span{
    font-size: 14px;
    font-weight: 600;
    color: #004F98;
    display: flex;
    width: 100%;
}
.reviewnumv h4 span img{
    margin: 0 0 0 5px;
}

.progressbox{
    margin: 0 0 15px;
}
.progress-right .progress{
    background-color: #E3E3E3;
    border-radius: 20px;
    position: relative;
    margin: 15px 0 0;
    height: 10px;
    width: 100%;
}
.progress-right .progress-done{
    background: #004F98;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity:1;
    transition: 1s ease 0.3s;
}
.progress-right h4{
    margin: 0 0px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}
.progress-right h4 span{
    margin: 0 0 0 auto;
}
.review-lst-wrp{
    padding: 0 0 0 30px;
}
.review-lst-wrp ul li{
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.left-review{
    width: 30%;
    padding: 0 10px;
}
.right-review{
    width: 70%;
    padding: 0 10px;
}
.left-review h3{
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
}
.left-review h3 label{
    width: 55px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #004F98;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 5px 0 0;
}
.left-review h4{
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0 0 10px;
}
.left-review h5{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #1A1A1A;
    margin: 0;
}
.left-review h5 img{
    margin-right: 5px;
}
.review-cmntbox{
    padding: 15px;
    border-radius: 5px;
    background: #F4F6F8;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.review-bx h4{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 30px;
}
.review-bx p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 24px;
}
/* **** End Booking Page **** */


/* **** Booking Checkout Page **** */
.checkout-wrp{
    padding: 60px 0;
    font-family: 'Montserrat';
}
.checkout-wrp .container{
    max-width: 1500px;
}
.checkout-steps{
    margin: 0 auto 40px;
}
.checkout-steps ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-steps ul li{
    margin-right: 100px;
}
.checkout-steps ul li:last-child{
    margin: 0;
}
.checkout-steps ul li a{
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    display: flex;
    align-items: center;    
    position: relative;
}
.checkout-steps ul li a span{
    min-width: 25px;
    width: 25px;
    height: 25px;
    background: #BBC0CF;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    border-radius: 100%;
    margin-right:10px;
}
.checkout-steps ul li a:after{
    position: absolute;
    content: '';
    width: 75px;
    height:1px;
    background: #BBC0CF;
    right: -90px;
    top: 13px;
}
.checkout-steps ul li:last-child a:after{display: none;}
.checkout-steps ul li.active a{
    color: #333333;
    font-weight: bold;
}
.checkout-steps ul li.active a span{
    background: #1E2E5E;
    color: #fff;
}

.login-note{
    background: #F2F9FF;
    border: 1px solid #A6BFF9;
    border-radius: 3px;
    padding: 12px 20px;
    margin: 0 0 15px;
}
.login-note p{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.login-note p span{
    color: #023D73;
    font-weight: 600;
    text-transform: uppercase;
}
.login-note p i{
    margin-right: 5px;
}
.checking-in-form{
    padding: 25px;
    box-shadow: 0 11px 33px rgba(0, 0, 0, 0.07);
    margin: 0 0 30px;
}
.checking-in-form h2{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #CCCCCC;
}
.checking-in-form .customcheck-bx{
    margin: 0 0 30px;
}
.checking-in-form .customcheck-bx .styled-checkbox + label{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.checking-in-form .customcheck-bx .styled-checkbox + label:before{
    border: 1px solid #023D73;
    border-radius: 3px;
    background: transparent;
}
.checking-in-form .customcheck-bx .styled-checkbox:checked + label:after{
    background: #023D73;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #023D73;
    line-height: 18px;
}
.checking-in-form h3{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.checking-in-form .form-group{
    margin: 0 0 20px;
}
.checking-in-form .form-group label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 10px;
}
.checking-in-form .form-group .form-control{
    padding: 8px 15px;
    height: auto;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 400;
    color: #111;
    box-shadow: none;
}
.checking-in-form .btn-show{
    display: table;
    font-size: 14px;
    font-weight: 500;
    color: #023D73;
    margin: 15px 0 0;
}
.checking-in-form .btn-show i{
    margin: 0 0 0 0;
    font-size: 18px;
}
.checkout-row-wrp .booking-list-wrp .accordion .accordion-item{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
}
.checkout-row-wrp .booking-list-wrp .accordion .accordion-item .accordion-button{
    color: #333333;
    background: transparent;
}
.checkout-row-wrp .booking-list-wrp .accordion .accordion-item .accordion-button i{
    margin-right: 5px;
}
.checkout-row-wrp .booking-list-wrp .accordion .accordion-item .accordion-button:before{
    color: #333;
}
.checkout-row-wrp .booking-list-wrp .accordion .accordion-item .checking-in-form{padding: 0;box-shadow: none;margin: 0;}
.checkout-row-wrp .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.checkout-row-wrp .btn-group .btn-secondary{
    padding: 15px 30px;
    border-radius: 4px;
    background: #023D73;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
    max-width: 290px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    width: 100%;
    margin: 0;
    font-family: 'Montserrat';
}
.checkout-row-wrp .btn-group .btn-secondary:hover{
    background: #333;
    color: #fff;
}

.booked-barnav{
    background: #fff;
    box-shadow: 0 11px 33px rgba(0, 0, 0, 0.07);
    margin: 0 0 15px;
}
.book-hotel-boxs{
    background: #fff;
}
.booking-bar-hotel{
    padding: 20px 25px;
    display: flex;
    position: relative;
}
.hotel-imgbx{
    width: 40%;
}
.hotel-imgbx img{
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
}
.hotel-databox-book{
    padding: 0 0 0 30px;
}
.hotel-databox-book h3{
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 10px;
}
.hotel-databox-book h6{
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    margin: 0 0 10px;
}
.hotel-databox-book h6 i{
    margin-right: 0;
}
.hotel-databox-book .rating-pro{
    justify-content: flex-start;
    margin: 0;
}
.hotel-databox-book .rating-pro label{
    margin: 0 10px 0 0;
    font-size: 15px;
    padding: 4px 10px;
}
.hotel-databox-book .rating-pro label:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #21922E;
    bottom: -5px;
}
.hotel-databox-book .rating-pro h3{
    font-size: 18px;
    font-weight: 600;
    color: #023D73;
    margin: 0;
}
.hotel-databox-book .rating-pro h3 span{
    color: #333;
    font-weight: 600;
}

.booking-bar-hotel .discountbx{
    width: 95px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #C5E8E7;
}
.booking-bar-hotel .discountbx h3{
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #023D73;
}
.booking-bar-hotel .discountbx h3 span{
    display: block;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}
.chechin-daterw{
    padding: 10px 25px;
    background: #F2F9FF ;
    display: flex;
    align-items: center;
}
.checkindatebx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
}
.checkbx h4{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
}
.checkbx h3{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 22px;
}
.checkbx h5{
    font-size: 12px;
    font-weight: normal;
    color: #000;
    margin: 0;
    line-height: 20px;
}
.daysbx{
    margin: 0 0 0 auto;
}
.daysbx h3{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
}
.daysbx h3 img{
    margin-right: 5px;
}

.room-data-rw{
    padding: 15px 25px;
    background: #fff;
}
.room-data-rw h3{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px;
}
.room-data-rw h4{
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 10px;
}
.room-data-rw h4 span{
    color: #023D73;
}
.room-data-rw h5{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #C81818;
    display: flex;
    align-items: center;
}
.room-data-rw h5 img{
    margin: 0 0 0 5px;
}

.booked-blocks-payment{
    margin: 0 0 15px;
    background: #fff;
    border: 1px solid #D3D3D3;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
}
.payment-detailsbx{
    padding: 25px;
    position: relative;
}
.payment-detailsbx label{
    background: #C5E8E8;
    padding: 5px 10px;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #1E2E5E;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: -5px;
}
.payment-detailsbx label:after{
    position: absolute;
    content: '';
    border-top: 5px solid #C5E8E8;
    border-right: 5px solid transparent;
    right: 0;
    bottom: -5px;
}
.payment-detailsbx h3{
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px;
}
.payment-detailsbx h4{
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
}
.payment-detailsbx h4 span{
    margin: 0 0 0 auto;
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
}
.payment-detailsbx h5{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    margin: 0 0 5px;
}
.payment-detailsbx h5 span{
    margin: 0 0 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.payment-detailsbx p{
    font-size: 14px;
    font-weight: normal;
    color: #777777;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}
.payment-detailsbx p img{
    margin: 0 0 0 5px;
}
.payment-detailsbx h6{
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #808080;
}
.payment-detailsbx h6 span{
    margin: 0 0 0 auto;
    color: #000;
}
.total-pay-block{
    padding: 25px;
    background: #C5E8E7;
    border: 1px solid #023D73;
    display: flex;
}
.total-bx h4{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}
.pay-tobx{
    margin: 0 0 0 auto;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.pay-tobx h3{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 5px;
}
.pay-tobx h6{
    font-size: 12px;
    font-weight: 600;
    color: #023D73;
    margin: 0 0 5px;
}
.pay-tobx h4{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}
.pay-tobx h4 img{
    margin: 0 5px 0 0;
}
.pay-tobx h4 span{
    color: #023D73;
    display: flex;
    align-items: center;
}
.pay-tobx h4 span img{
    margin: 0 0 0 5px;
}

.payblock-rw{
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
}
.payblock-rw h3{
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
}
.payblock-rw h3 i{
    margin: 0 0 0 5px;
}
.payblock-rw P span,
.payblock-rw h3 span{
    margin: 0 0 0 auto;
}
.payblock-rw P{
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    font-style: italic;
}
/* **** End Booking Checkout Page **** */

/* **** 404 Page **** */
.not-found-wrp{
    padding: 100px 0;
}
.not-found-wrp h1{
    font-size: 200px;
    margin: 0 auto 50px;
    color: #111;
    line-height: 180px;
    font-weight: bold;
    letter-spacing: 1.65px;
}
.not-found-wrp h2{
    margin: 0 0 15px;
    font-size: 42px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.not-found-wrp p{
    font-size: 18px;
    font-weight: normal;
    color:#333;
    line-height: 28px;
    margin: 0 auto 40px;
}
/* **** End 404 Page **** */

.typography-wrp{
    padding: 80px 0;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 26px;
}
.typography-wrp h1{
    font-size: 72px;
    line-height: 82px;
    margin: 0 0 15px;
}
.typography-wrp h2{
    font-size: 62px;
    line-height: 72px;
    margin: 0 0 15px;
}
.typography-wrp h3{
    font-size: 52px;
    line-height: 62px;
    margin: 0 0 15px;
}
.typography-wrp h4{
    font-size: 42px;
    line-height:52px;
    margin: 0 0 15px;
}
.typography-wrp h5{
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 15px;
}
.typography-wrp h6{
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 15px;
}
.typography-wrp p{
    line-height: 26px;
    font-size: 15px;
    font-weight: normal;
    color: #111;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0 15px;
}
.typography-wrp p a,
.typography-wrp a{
    color: #023D73;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
.typography-wrp a:hover{
    color: #777;
}
.typography-wrp img{
    margin: 0 0 15px;
}
.typography-wrp img.alignright{
    float: right;
    display: table;
}
.typography-wrp img.aligncenter{
    margin: 0 auto;
    display: table;
}
.typography-wrp ul{
    padding: 0;
    margin: 0 0 15px;
    list-style-type: none;
}
.typography-wrp ul li{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 28px;
    position: relative;
    padding: 0 0 0 15px;
}
.typography-wrp ul li:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 12px;
    left: 0;
    background: #000;
}
.typography-wrp ol{
    padding: 0 0 0 15px;
}
.typography-wrp ol li{
    list-style-type: decimal;
}
.typography-wrp ol li ul{
    padding: 0 0 0 15px;
    margin: 0;
}
.typography-wrp ol li ul li{
    list-style-type: none;
}

/* 3-09-2024 Start */
header .navbar-nav .menu-item .menu-arrow {
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    right: 8px;
    top: 14px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: 0.5s;
}

header .navbar-nav .menu-item.current-menu-item  .menu-arrow {
    color: #000;
}

header .navbar-nav .menu-item.arrow-parent .menu-arrow {
    transform: rotate(180deg);
}
/* 3-09-2024 End */


@media (min-width: 992px) {
    .navbar-light .navbar-nav li.dropdown a:hover .dropdown-menu {
        display: block;
    }
}

.tab-content .row {
    justify-content: center;
}

.topdeals-slider .slick-prev,
.topdeals-slider .slick-next{
    position: absolute;
    right:-45px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.topdeals-slider .slick-prev:before,
.topdeals-slider .slick-next:before {
    width: 30px;
    height: 30px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #101010;
    background: #C5E8E7;
    font-weight:400;
    line-height: 30px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:14px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.topdeals-slider .slick-prev {
    left:-45px;
    right: auto;
}
.topdeals-slider .slick-prev:before {
    content: "\f053";
}
.topdeals-slider .slick-prev:hover:before,
.topdeals-slider .slick-next:hover:before{
    color: #fff;
    background: #000 ;
}
 
.topdeals-slider-destunation .slick-slide {
    margin: 0 15px;
}
.topdeals-slider-destunation .slick-list {
    margin: 0 -15px;
}

.topdeals-slider-destunation .slick-dots{
    display: flex;
    align-items: center;    
    justify-content: center;
    margin: 25px auto 0;
}
.topdeals-slider-destunation .slick-dots li{
    line-height: 0;
    margin-right: 16px;
}
.topdeals-slider-destunation .slick-dots li:last-child{
    margin: 0;
}
.topdeals-slider-destunation .slick-dots li button{
    width: 9px;
    height: 9px;
    border: none;
    font-size: 0;
    background: #004F98;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.topdeals-slider-destunation .slick-dots li.slick-active button{
    background: #8ACECD;
}

.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}

/* 06-12-2024 */
.room-person-detail-main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
/* 06-12-2024 */

.contact-wrp .contact-info input[type="checkbox"] {
    flex: 0 0 auto;
    appearance: none;
    /*Formodernbrowsers*/-webkit-appearance: none;
    /*ForSafari*/-moz-appearance: none;
    /*ForFirefox*/width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: #000;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 0px;
    margin-right: 8px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

  /* Add a checkmark when checked */
  .contact-wrp .contact-info input[type="checkbox"]:checked {
    background-color: #000;
  }

  .contact-wrp .contact-info input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

.contact-wrp .contact-info label{
    display: flex;
    align-items: center;
}


.contact-wrp .contact-info input[type="submit"]{
    padding: 14px 41px;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 400;
    background: #C5E8E7;
    border: transparent;
    transition: 0.3s ease-in all;
    -webkit-transition: 0.3s ease-in all;
    -moz-transition: 0.3s ease-in all;
    -ms-transition: 0.3s ease-in all;
    -o-transition: 0.3s ease-in all;
}

.contact-wrp .contact-info input[type="submit"]:hover{
    background: #9FD6D5;
}

.mc4wp-alert.mc4wp-notice{
    color: green;
}

.mc4wp-alert.mc4wp-error{
    color: red;
}

/* 28-mar-25 */
.cart-chekout-btn .wp-element-button{
    display: flex !important;
    flex-direction: column !important;
}

.typography-wrp .common-get-holiday-quote-form .quform-spacer ul li:before{
    display: none;
}


.common-get-holiday-quote-form .select2-search__field{
    min-height: 39px;
}

.common-get-holiday-quote-form .select2-search__field::placeholder{
    color: #000;
}

.common-get-holiday-quote-form .quform-field-date::placeholder{
    color: #000;
}

.common-get-holiday-quote-form  .select2-container--quform .select2-selection--multiple .select2-selection__choice{
    margin: 15px 4px 14px 0;
}

/* select-box */

.select2-container--quform .select2-results__option--highlighted[aria-selected]{
    background-color: #9FD6D5 !important;
    border-color: transparent !important;
    background-image: none !important;
    color: #000;
}

.select2-container--quform .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]{
    color: #000;
    opacity: 0.6;
}
