/*
 *
 */
/*font-family: 'Nunito Sans', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Nunito Sans', sans-serif;*/


body {
   font-family: 'Nunito Sans', sans-serif;
}
h1, h3, h4, h5, h6 {
   font-family: 'Nunito Sans', sans-serif;
}

nav.navbar.navbar-expand-lg.navbar-light {
    background: #323a40;

}
a.navbar-brand {
    font-size: 20px;
    color: #fff !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
}
section#header {
    background: #fff;
}
section#header .row {
    height: 80vh;
    align-items: center;
    justify-content: center;
}
.hero-logo {
    text-align: center;
}
.hero-logo h4 {
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    color: #141414;
}
.hero-logo h1 {
    font-size: 40px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: #141414;
}
.slick-slide img {
    width: 100%;
    height: 100%;
}

/* .slick-prev:before {
    content: '\f104';
    font-family: 'Nunito Sans', sans-serif;
    color: #333333;
    font-size: 25px !important;
}
.slick-next:before {
    content: '\f105';
    font-family: 'Nunito Sans', sans-serif;
    color: #333333;
    font-size: 25px !important;
    }  */
    button.slick-prev.slick-arrow {
        left: 10px;
        z-index: 1;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        transition: .3s ease;
        color: #fff !important;
    }
    button.slick-next.slick-arrow {
        right: 10px;
        z-index: 1;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        transition: .3s ease;
        color: #fff !important;
    }
    button.slick-arrow:hover{

    }
    button.slick-arrow:hover.slick-prev:before{
        color: #fff !important;
    }
    button.slick-arrow:hover.slick-next:before{
        color: #fff !important;
    }
    .slick-dots li button:before {
        opacity: 1;
        color: transparent;
        border: none;
        background: #666666;
        height: 12px;
        width: 12px;
        border-radius: 100%;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: transparent;
        border: none;
        background: #deb666;
        height: 12px;
        width: 12px;
        border-radius: 100%;
    }
    .slick-dots {

    }


    .pad-30{
        padding-top: 30px;
    }


    .pad-50{
        padding-top: 50px;
    }


    #rooms{
        padding: 0 0;
        background: #f1f0ed;
    }
    .sec-title h2 {
        color: #333333;
        font-size: 40px;
        font-weight: 700;
        font-family: 'Nunito Sans', sans-serif;
    }
    .sec-title h5 {
        color: #666666;
        font-size: 20px;
        font-weight: 400;
        font-family: 'Nunito Sans', sans-serif;
    }
    .card {
        border: 0;
        background: #fff;
        margin-top: 0px;
        overflow: hidden;

    }
    .room-types{
        padding-bottom: 50px;
    }
    .card img{
        border-radius: 0px;
    }
    .price {
        font-weight: 700;
        font-size: 21px;
    }
/*span.hover-border {
    border: 3px solid #deb666;
    height: 220px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    opacity: 0;
    transition: .3s ease;
}
.card:hover span.hover-border{
    opacity: 1;
    }*/
    .next-carousel-nav ul.slick-dots {
        bottom: 0px;
    }
    
    .next-carousel-nav ul.slick-dots {
        background: #33333380;
    }

    .next-carousel-nav .slick-dots li button:before {
        opacity: 1;
        color: transparent;
        border: none;
        background: #adb5bd;
        height: 5px;
        width: 5px;
        border-radius: 100%;
    }

    .next-carousel-nav .slick-dots li.slick-active button:before {
        opacity: 1;
        color: transparent;
        border: none;
        background: #deb666 !important;
        height: 5px;
        width: 5px;
        border-radius: 100%;
    }

    .room-booking-home a {
        width: 100%;
        display: inline-block;
        padding: 10px;
        background: #deb666;
        text-align: center;
        text-decoration: none;
        color: #2d2d2d;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 600;
        font-size: 17px;
        text-transform: uppercase;
        transition: .3s ease;
    }
    .room-booking-home a:hover{
        background: #c3a25e;
        color: #fafafa;
    }
    .card-body {
        position: relative;
    }
    p.persons {
        font-size: 13px;
        font-weight: 600;
        font-family: 'Nunito Sans', sans-serif;
        color: #999999;
    }
    h5.card-title {
        font-size: 20px;
        color: #333333;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 700;
    }
    p.card-text {
        color: #999999;
        font-size: 14px;
        /* line-height: 28px; */
        font-weight: 200;
        font-family: 'Nunito Sans', sans-serif;
        text-align: justify;
    }
    .hover-border ul {
        /* list-style-image: url(../images/list-style.png); */
        padding: 0px 0px;
        float: left;
        margin-top: 10px;
        /* overflow:auto; */
        padding-right:0px;
        list-style-type: none;
    }
    .card-body{
        padding-right: 20px;
        margin-right:0px;
    /* height: 300px !important;
    overflow-y: scroll; */
}
.hover-border ul li {
    margin-left:0px;
    /* width: 50%; */
    font-size: 11px;
    line-height: 15px;
    color: #999999;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    float:left;
    margin-right:0px;
    padding-right: 0px;
    padding:3px;
}
.hover-border ul li img{
fill: #EEEEEE;
}

#rooms-result{
    padding-top:150px;
}

    .scrolling{
      height:90px;
      max-height: 90px;
      width:auto;
    }
    .scrolling2{

        
    }
    .hero-container{
      color:#FFFFFF;
      padding-top:35vh;

    }
    h1.hero-container{
      font-weight: 200;
    }




#conditions {
    padding: 100px 0;
}
.condition-items {
    text-align: center;
    background: #deb666;
    height: 250px;
    padding: 80px;
}
.condition-items h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.condition-items h3 {
    color: #444444;
    font-size: 35px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}
.condition-items h3 span {
    font-size: 50px;
    margin-right: 2px;
}
.condition-items p {
    font-size: 18px;
    color: #444444;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.cancelation-system{
    cursor: pointer;
}
.modal-header {
    background: #323a40;
}
h5#exampleModalLabel {
    color: #fff;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.modal-body p{
    color: #999999;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
}



section#service {
    padding: 0px 0;
    background: #f1f0ed;
}
.spa-image img {
    width: 100%;
    position: relative;
}
.spa-image span {
    position: absolute;
    border: 4px solid #deb666;
    width: 90%;
    left: 50%;
    height: 90%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: .3s ease;
    opacity: 0;
}
.spa-image:hover span{
    opacity: 1;
}
.spa-content {
    text-align: center;
    align-items: center;
    margin-top: 50px;
}
.spa-content img {
    width: 115px;
}
.spa-content h4 {
    font-size: 30px;
    color: #333333;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}
.spa-content h5 {
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
}
.spa-content p {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
}

.restaurant-carousel ul.slick-dots {
    background: none;
}

    .next-carousel-nav ul.slick-dots {
        background: #33333380;
    }

    .spa-carousel ul.slick-dots {
        bottom: 0px;
          background: #33333380;
    }
    


    .spa-carousel .slick-dots li button:before {
        opacity: 1;
        color: transparent;
        border: none;
        background: #adb5bd;
        height: 5px;
        width: 5px;
        border-radius: 100%;
    }

  .spa-carousel .slick-dots li.slick-active button:before {
        opacity: 1;
        color: transparent;
        border: none;
        background: #deb666 !important;
        height: 5px;
        width: 5px;
        border-radius: 100%;
    }

 .rooms-carousel ul.slick-dots {
        bottom: 0px;
          background: #33333380;
    }
    


    .rooms-carousel .slick-dots li button:before {
        opacity: 1;
        color: transparent;
        border: none;
        background: #adb5bd;
        height: 5px;
        width: 5px;
        border-radius: 100%;
    }

  .rooms-carousel .slick-dots li.slick-active button:before {
        opacity: 1;
        color: transparent;
        border: none;
        background: #deb666 !important;
        height: 5px;
        width: 5px;
        border-radius: 100%;
    }






    .restaurant-carousel ul.slick-dots {
        bottom: 0px;
          background: #33333380;
    }
    


    .restaurant-carousel .slick-dots li button:before {
        opacity: 1;
        color: transparent;
        border: none;
        background: #adb5bd;
        height: 5px;
        width: 5px;
        border-radius: 100%;
    }

  .restaurant-carousel .slick-dots li.slick-active button:before {
        opacity: 1;
        color: transparent;
        border: none;
        background: #deb666 !important;
        height: 5px;
        width: 5px;
        border-radius: 100%;
    }

.restaurent-row{
    /* margin-top: 100px; */
    padding-top: 50px;
    padding-bottom: 50px;
}
.check-menu-title {
    font-size: 14px !important;
    color: #333333 !important;
    font-weight: 600 !important;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 15px;
}
.spa-content a {
    padding: 8px 20px;
    margin-top: 0px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600 !important;
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    background: #deb666;
    transition: .3s ease;
}
.spa-content a:hover{
    background: #c5a158;
}
.spa-content.restaurant-content {
    margin-top: 25px;
}



section#about {
    padding: 0px 0;
    padding-top: 100px;
}
.about-images img {
    width: 100%;
    position: relative;
}
.about-images{
    position: relative;
}
.about-images:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: transparent;
    left: -5px;
    border-top: 5px solid #deb666;
    border-left: 5px solid #deb666;
    top: -5px;
}
.about-images:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: transparent;
    right: -5px;
    border-bottom: 5px solid #deb666;
    border-right: 5px solid #deb666;
    bottom: -5px;
}
.about-content h3 {
    font-size: 25px;
    color: #333333;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}
.about-content p {
    font-size: 14px;
    color: #999999;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 0px;
}
.about-content ul {
    /* list-style-image: url(../images/list-style2.png); */
    padding: 0px 0px;
    width: 50%;
    float: left;
    margin-top: 10px;
    list-style-position: inside;
}
ul.about-ul-one {
    padding-right: 10px;
}
ul.about-ul-two {
    padding-left: 10px;
}
.about-content ul li {
    /* border: 1px solid #deb666; */
    /* margin-bottom: 15px; */
    padding: 2px;
    font-size: 13px;
    color: #999999;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}



#facili{
    padding: 100px 0;
    background: #deb666;
}
.facili-items img {
    width: 50px;
}
.facili-items {
    text-align: center;
    padding: 70px 0;
    background: #fff;
}
.facili-items h4 {
    color: #333333;
    font-size: 18px;
    margin-top: 25px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}



section#contact {
    padding: 100px 0;
}
.contact-row{
    margin-top: 70px;
}
.contact-info > div {
    border: 1px solid #f1f0ed;
    margin-bottom: 15px;
    display: flex;
    padding: 12px 20px;
    transition: .3s ease;
    word-break: break-all;
}
.contact-info > div:hover{
    border: 1px solid #deb666;
}
.contact-info > div:hover .contect-icon{
    border: 1px solid;
    color: #fff;
    background: #deb666;
}
.contect-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 100%;
    margin-top: 15px;
    margin-right: 20px;
    color: #deb666;
    transition: .3s ease;
}
.contact-text h5 {
    font-size: 16px;
    color: #bababa;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.contact-text h4 {
    font-size: 15px;
    color: #444444;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    transition: .3s ease;
}
.contact-info > div:hover .contact-text h4{
    font-weight: 700;
}
.nearby-location {
    margin-top: 15px;
    display: inherit;
}
.nearby-location h5 {
    font-size: 12px;
    color: #deb666;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.nearby-location li{
    margin-right: 20px;
    color: #444444;
}
.nearby-location ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #deb666; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.nearby-location ul{
   font-size: 13px;
   padding-left: 15px;
   list-style-type:none;
}
h5.dot-style {
    color: #444444;
    position: relative;
}

.map iframe {
    border: 3px solid #acacac !important;
}



section#footer {
    padding: 50px 0;
    background: #f1f0ed;
}
.footer-info h1 {
    font-size: 30px;
    color: #666666;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}
.footer-info p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    width: 80%;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.footer-social h3 {
    font-size: 25px;
    color: #666666;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.footer-social {
    float: right;
    margin-top: 50px;
}
.social-link {
    display: flex;
}
.social-link h5 {
    font-size: 17px;
    color: #999999;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 2px;
}
.social-link ul li {
    margin-left: 8px;
    margin-right: 8px;
}
.social-link ul li a {
    color: red;
    text-decoration: none;
    font-size: 30px;
    color: #868686;
    transition: .3s ease;
}
.social-link ul li a:hover{
    color: #deb666;
}


section#copyright {
    background: #12183f;
    padding: 17px 0;
}
.copyright-text p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}


section#booking-sec {
    position: relative;
    z-index: 1050;
}
.booking-bg{
    background: #323a40;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}
.check-footer {
    text-align: center;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
button.btn.check-btn {
    color: #2d2d2d;
    padding: 3px 140px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: 17px;
    background: #deb666;
}

svg path{
    fill:  #deb666 !important;
}
.icon{
    max-width: 100px;
}

.check-in {
    width: 48%;
    float: left;
    padding: 15px 20px;
    border-radius: 5px;
    background: #f1f0ed;
}
input#datepick-in {
    border: 1px solid #deb666;
    padding: 15px 0px;
    text-align: center;
    background: transparent;
    color: #fff;
    width: 100%;
}
.check-out {
    width: 48%;
    float: right;
    padding: 15px 20px;
    border-radius: 5px;
    background: #f1f0ed;
}
input#datepick-out {
    border: 1px solid #deb666;
    padding: 15px 0px;
    text-align: center;
    background: transparent;
    color: #fff;
    width: 100%;
}
input:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.suit-type {
    width: 48%;
    float: left;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 5px;
    background: #f1f0ed;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
.member-number {
    width: 48%;
    float: right;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 5px;
    background: #f1f0ed;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
input.popup-email {
    border: 1px solid #deb666;
    width: 100%;
    margin-top: 20px;
    padding: 15px 25px;
    background: #f1f0ed;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    text-transform: lowercase;
}
button.btn.btn.check-availability {
    color: #323a40;
    padding: 8px 0px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: 15px;
    background: #deb666;
    margin-top: 30px;
    width: 100%;
    text-transform: uppercase;
}
.modal-body {
    padding: 35px;
}
button.close {
    color: #fff !important;
    opacity: 1;
}

.suit-type select {
    border: 1px solid #deb666;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: transparent;
    color: #333333;
    width: 100%;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.member-number select {
    border: 1px solid #deb666;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: transparent;
    color: #333333;
    width: 100%;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.suit-type option{
    width: 100%;
    padding: 15px !important;
    text-align: center;
    background: red;
    color: #333333;
    width: 100%;
    background: #deb666 !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.member-number option{
    border: 1px solid #444444;
    width: 100%;
    padding: 15px !important;
    text-align: center;
    background: #deb666 !important;
    color: #333333;
    width: 100%;
    background: #deb666 !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.second-modal-header{
    background: #323a40 !important;
    color: #fff;
}
.second-modal-header h5{
    text-align: center;
    width: 100%;
}

label {
    color: #333333;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
input::placeholder{
    color: #333333;
    font-size: 15px !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
input{
    color: #333333 !important;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}








.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: #deb666;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400 !important;
}
a.ui-state-default {
    text-align: center !important;
    background: #deb666 !important;
    color: #fff !important;
    border: 0 !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400 !important;
}
.ui-datepicker-calendar th {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400 !important;
}
div#ui-datepicker-div {
    background: #f1f0ed;
}
td.ui-datepicker-days-cell-over.ui-datepicker-today {
    border: 1px solid #333 !important;
}
a.ui-state-default.ui-state-highlight {
    background: #333 !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #e9ecef94;
}






#button {
    display: inline-block;
    background-color: #deb666;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 2000;
}

#button::after {
    content: "\f077";
    font-family: 'Nunito Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #c5a158;
}
#button:active {
  background-color: #c9543a;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
html{
    scroll-behavior: smooth;
}

/*-------------Availablity Page------------------*/
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
.second-page-suite-image {
    position: relative;
}
.second-page-suite-image img {
    width: 100%;
}
.second-page-suite-image span {
    position: absolute;
    border: 4px solid #deb666;
    width: 83%;
    left: 50%;
    height: 90%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: .3s ease;
    opacity: 0;
}
.second-page-suite-image:hover span {
    opacity: 1;
}
.sdf-facility {
    background: #ebebeb;
    padding: 5px;
}
.sdf-facility ul {
    list-style-image: url(../images/list-style2.png);
    padding: 0px 0px;
    margin-top: 10px;
    list-style-position: inside;
}
.sdf-facility ul li {
    margin-right: 12px;
    font-size: 15px;
}
.second-page-suite-info p {
   font-family: 'Nunito Sans', sans-serif;
}
#availability-header{
    padding: 80px 0px;
}
.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
    width: 180px;
    height: 50px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;

    text-align: center;
    position: relative;
    z-index: 1;
    border:1px solid #CCC;
    border-radius: 10px;

}

.quantity2 input {
    width: 180px;
    height: 50px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;

    text-align: center;
    position: relative;
    z-index: 1;
    border:1px solid #CCC;
    border-radius: 10px;

}
.quantity-nav {
    float: left;
    position: absolute;
    height: 50px;

    width: 180px;

}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #999999;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
   position: absolute;
   height: 30px;
   right: -10px;
   background: #eee;
   z-index: 2;
   width: 30px;
   text-align: center;
   line-height: 30px;
   font-size: 30px;
   top: 50%;
   transform: translate(-50%, -50%);
   border-radius: 10px;
}

.quantity-button.quantity-down {

    position: absolute;
    top: 50%;
    border-bottom: 1px solid #eee;
    width: 30px;
    background: #eee;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    left: 35px;
    z-index: 1;
    transform: translate(-100%, -50%);
    text-align: center;
    border-radius: 10px;

}
.secont-page-member-select.quantity span {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}
.secont-page-member-select.quantity2 span {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}
.adult-quantity {
    width: 33%;
    float: left;
}
.child-quantity {
    width: 33%;
    float: left;
}
.child-ages {
    width: 33%;
    float: left;
}
.chd-selects{
    width: 23%;
    float: left;
}
.age-span {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}
.second-suite-price {
    display: flow-root;
    width: 35%;
    float: left;
    position: relative;
}
.second-suite-price:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;

    right: 35px;
    top: 0;
}
.second-suite-includ {
    display: flow-root;
    width: 40%;
    float: left;
    position: relative;

}

.second-suite-booking {
    margin-top:20px;
    border-top: 1px dashed #EEEEEE;
    padding-top: 10px;
    padding-bottom: 10px;
}
.rate-item{

}
.second-suite {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
span.price-include-title {
    color: #828282;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
}
.second-suite-booking h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    font-family: 'Nunito Sans', sans-serif;
}
span.night-counte {
    font-size: 16px;
    color: #111111;
    margin-top: 10px;
}
.second-suite-booking button {
    color: #17a2b8;
    margin-top: 0px;
    border: 0;
    background: none;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
}
.second-suite-includ h6 {
    font-size: 16px;
    margin-top: 8px;
    color: #333;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}
.second-suite-includ h4 {
    margin-top: 15px;
    font-size: 22px;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}
.second-suite-booking label {
    color: #ff5656;
    font-weight: 400;
    font-size: 15px
}
.second-suite-booking select {
    border: 1px solid;
    border-color: #2ba8bc;
    padding: 10px;
    background: #f8f9fa;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    height: 50px;
    font-size: 14px;
}
.second-suite-booking select option{
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
select:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.suite-tow{
    margin-top: 70px;
}
.footer-price p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
}
.footer-price small{
    font-family: 'Nunito Sans', sans-serif;

}
.footer-price p span {
    color: #28a745;
    font-weight: 700;
    font-size: 17px;
}
.footer-price h4{
    font-size: 15px;
}
.resenvation-bnt button {
    background: #28a745 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    width: 100%;
}

/*--------------Form Page Style--------------*/
section#booking-form {
    padding: 50px 0px 90px 0;
}
.input-first-name {
    width: 48%;
    float: left;
    margin-bottom: 35px !important;
}
.input-last-name {
    width: 48%;
    float: right;
    margin-bottom: 35px !important;
}
.input-level h5 {
    color: #333333;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.input-email-main {
    width: 48%;
    display: grid;
    float: left;
    margin-bottom: 35px !important;
}
.input-phone-main {
    width: 48%;
    display: grid;
    float: right;
    margin-bottom: 35px !important;
}
.input-booking-type {
    width: 48%;
    float: left;
    display: grid;
    margin-bottom: 35px;
}
.input-booking-day {
    width: 48%;
    float: right;
    display: grid;
    margin-bottom: 35px;
}
.input-country {
    width: 30%;
    float: left;
}
.input-state {
    width: 30%;
    float: left;
}
.input-zip {
    width: 30%;
    float: right;
}
.country-seclection {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
}
.input-flight-no {
    width: 48%;
    float: left;
    display: grid;
    margin-bottom: 35px;
}
.input-arrive-time {
    width: 48%;
    float: right;
    display: grid;
    margin-bottom: 35px;
}
.input-checkin-time {
    width: 48%;
    display: grid;
    margin-bottom: 35px;
}
span.payment-info-title {
    color: #333333;
    font-size: 26px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
}
.reservation-form-title h4 {
    color: #333333;
    font-size: 26px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
}
.input-address-main {
    width: 100%;
    display: grid;
    margin-bottom: 25px;
}
.input-address-optional {
    width: 100%;
    margin-bottom: 25px;
}
.input-level select {
    -webkit-appearance: none;
    -moz-appearance: window;
    padding: 2px 50px 2px 2px;
    border: none;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    border: 1px solid #ced4da;
    width: 100%;
    padding: 6px;
    border-radius: 5px;
}
select {
    color: #333333 !important;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
.input-level select option{
    background: #deb666;
    padding: 10px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
.back-to-search a {
    width: 220px;
    display: inline-block;
    text-align: center;
    padding: 6px;
    text-decoration: none;
    color: #fff;
    background: #6c757d;
    font-family: 'Nunito Sans', sans-serif;
    border-radius: 5px;
}
span.badge {
    background: #5d70ff;
    /* border-radius: 100%; */
    color: #fff;
    /* font-size: 16px; */
}
.suite-counte {
    font-size: 15px;
    margin-bottom: 10px !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
.total-suite-price {
    font-size: 17px;
    margin-bottom: 10px !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
ul.include-in-price {
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    font-family: 'Nunito Sans', sans-serif;
}
.total-suite-price-title {
    font-size: 15px;
    margin-bottom: 10px !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
.total-price-amount {
    font-size: 17px;
    margin-bottom: 10px !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
button#redeem {
    background: #deb666;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
.visa-image img {
    width: 50px;
    margin-bottom: 35px;
}
label.custom-control-label {
    font-size: 16px;
    line-height: 29px;
}

.confirm-booking-bnt button {
    background: #dc3545 !important;
    color: #fff !important;
    padding: 5px 25px !important;
    width: 450px;
    font-size: 22px !important;
}
button.btn.check-btn.count h3 {
    font-size: 14px;
    display: inline-block;
}
button.btn.check-btn.count h3 {
    font-size: 14px;
    display: inline-block;
}
span#timer {
    font-size: 15px;
    margin-left: 10px;
}

/*-------------------details page----------------------*/

.booking-info-details img {
    width: 150px;
}
.b-i-details-content p img {
    width: auto;
}
.b-i-details-content p {
    text-align: left;
}
.b-i-details-content ul li p {
    font-size: 16px !important;
    font-weight: 400;
}
.b-i-details-content ul li span{
    font-size: 16px !important;
    font-weight: 400;
}
.booking-info-details {
    width: 350px;
    text-align: center;
}
.booking-info-details img {
    width: 150px;
    margin-bottom: 20px;
}
section#details {
    padding: 50px 0 90px 0;
}
.b-i-details-content {
    text-align: left;
}
a.checkin-now {
    border: 2px solid #3e55ff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    color: #333;
    font-size: 20px;
    text-decoration: none;
    margin-top: 10px;
}
.bar-code {
    text-align: right;
}
.bar-code img {
    width: 65px;
}
.bar-code span {
    font-size: 16px;
    color: gray;
    margin-top: 10px;
    display: inline-block;
}
.guest-details h4 {
    margin-bottom: 40px;
}
.guest-details {
    width: 350px;
}
.room-details img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.room-details {
    position: relative;
}
.room-details:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    left: -3px;
    top: -3px;
    background: #deb666;
}
.room-details:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -3px;
    bottom: -3px;
    background: #deb666;
}
.day-and-price-details {
    display: flex;
    justify-content: space-between;
}
.in-and-out-details {
    display: flex;
    justify-content: space-between;
}
.checkin-details {
    border: 1px solid;
    width: 48%;
    text-align: center;
    padding: 36px 0;
    border-radius: 20px;
}
.checkout-details {
    border: 1px solid;
    width: 48%;
    text-align: center;
    padding: 36px 0;
    border-radius: 20px;
}
.room-details-info h4 {
    font-size: 32px;
}
.day-and-price-details p {
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Nunito Sans', sans-serif;
}
.day-and-price-details span {
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Nunito Sans', sans-serif;
    display: inline-block;
    color: #3cd35a;
}
.in-and-out-details h5 {
    font-size: 26px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}
.in-and-out-details p {
    font-size: 26px;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 0;
}
.member-details {
    display: flex;
    justify-content: space-between;
    width: 480px;
}
.member-details p{
   font-family: 'Nunito Sans', sans-serif;
   font-size: 20px;
   color: #333;
}
.contact-form form textarea {
    width: 100%;
}
.contact-form form button {
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
}
.contact-direction a {
    width: 100%;
    border-radius: 10px;
}
h4.contact-form-title {
    margin-bottom: 20px;
}
.contact-form {
    margin-bottom: 25px;
}
.contact-direction-main{
    margin-bottom: 25px;
}

/*------------------Payment page---------------------*/

section#payment-page {
    padding: 70px 0 100px 0;
}
.payment-option-bg {
    background: #ced4da;
    padding: 70px 70px;
}
.visa-image.payment-page-cards img {
    margin-bottom: 0;
}
.payment-option-bg p {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
}
.payment-page-amount-select {
    background: #fff;
    padding: 40px 40px;
    border-radius: 10px;
}
.visa-image.payment-page-cards {
    padding: 10px;
    border-radius: 10px;
    background: #ced4da;
    margin-bottom: 30px;
}
.form-group.bank-payment-box {
    margin-top: 50px;
}
.payment-note p {
    display: inline-block;
    float: right;
    margin-top: -50px;
}
section#contact-form-sec {
    padding-bottom: 80px;
}
.card.ability-card {
    margin-top: 0;
    border-radius: 0;
}
.card.ability-card .card-body {
    /* background: #dee2e6; */
}
.card.ability-card .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.card.ability-card .card-body {
    /* background: #dee2e6; */
    padding: 0px 15px;
}
.nearby-location h5 {
    display: inline;
    float: left;
    width: 120px;
}
.hero-img {
  width: 100%;
  overflow: hidden;
  justify-content: center;
  max-height: 500px;
  min-height: 500px;
}

@media (max-width: 1199.9px) {
    ol.carousel-indicators {
        bottom: -45px;
    }
    .card-body ul {
        padding: 0px 0px 0px 0px;
        /* float: left; */
        list-style-type: none;
    }
    .card-body ul li {
        font-size: 14px;
    }
    .condition-items {
        height: 250px;
        padding: 80px 30px;
    }
    .spa-content {
        margin-top: 35px;
    }
    .spa-content.restaurant-content {
        margin-top: 0px;
    }
}

@media (max-width: 991.9px) {

    .hero-img {
       width: 100%;
       overflow: hidden;
       justify-content: center;
       max-height: 300px;
       min-height: 300px;
   }

   .card-body ul li {
    font-size: 15px;
    float: left;
    margin-right: 10px;
}
.condition-items {
    height: 230px;
    padding: 75px 10px;
}
.spa-content img {
    width: 90px;
}
.spa-content {
    margin-top: 5px;
}
.spa-image span {
    display: none;
}
.spa-content h4 {
    font-size: 25px;
    margin-top: 15px;
}
.facili-items h4 {
    font-size: 17px;
    margin-top: 20px;
}
.contact-text h4 {
    font-size: 14px;
}
.footer-info p {
    width: 100%;
}
.footer-info h1 {
    font-size: 35px;
}
.hero-logo h1 {
    font-size: 24px;
}
.hero-logo img {
    width: 130px;
}
.sec-title h2 {
    font-size: 40px;
}
.condition-items h3 {
    font-size: 30px;
}
.condition-items h3 span {
    font-size: 40px;
}
.quantity-nav {
    width: 130px;
}
.quantity input {
    width: 130px;
}
.second-suite-price h4 {
    color: #000;
    font-size: 23px;
}
.second-suite-price button {
    font-size: 13px;
}
.second-suite-price:after {
    right: 5px;
}
.second-suite-includ:after {
    right: 10px;
}
.second-suite-includ h4 {
    font-size: 19px;
}
button.navbar-toggler {
    display: none !important;
}
.member-details {
    width: auto;
}
.room-details-info h4 {
    font-size: 25px;
}
.member-details p {
    font-size: 17px;
}
.in-and-out-details h5 {
    font-size: 21px;
    margin-bottom: 8px;
}
.checkout-details {
    padding: 20px 0;
}
.checkin-details {
    padding: 20px 0;
}
.input-level h5 {
    font-size: 16px;
}
.confirm-booking-bnt button {
    width: auto;
    font-size: 20px !important;
}
.total-suite-price {
    text-align: right;
}
button#redeem {
    width: 195px;
    border-radius: 5px;
    margin-top: 10px;
}
.payment-option-bg p {
    font-size: 9px;
    font-family: 'Nunito Sans', sans-serif;
}
section#contact-form-sec {
    padding-bottom: 100px;
}
}
#add-discount{
    font-size: 12px;
}

.my-0{
    font-size:15px;
}
@media (max-width: 767.9px) {

}

@media (max-width: 575.9px) {

     .hero-container{
      padding-top:30vh;

    }
      .hero {
      position: relative;
      height: 93vh;
      z-index: -2;
      font-size:12px;
  }
  .hero h1{
      font-size:30px;
      margin-top:-10px;
  }



    .list-group-item {
        position: relative;
        display: block;
        padding: .75rem 1.25rem;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.125);
        width: 350px;
    }

    button.btn.check-btn {
        padding: 3px 30px;
    }
    .hero-slider {
        margin-top: 0px;
    }
    button.slick-prev.slick-arrow {
        /* display: none !important; */
    }
    button.slick-next.slick-arrow {
        /* display: none !important; */
    }
    .hero-logo {
        /* margin-top: 5px; */
        /* margin-bottom: 0px; */
    }
    .hero-logo h1 {
        font-size: 30px;
    }
    .sec-title h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .sec-title h5 {
        font-size: 17px;
    }
    .card-body ul li {
        font-size: 14px;
    }
    span.hover-border{
        display: none;
    }
    .condition-items {
        height: 200px;
        padding: 65px 35px;
        margin-bottom: 30px;
    }
    .spa-content {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .restaurent-row {
        margin-top: 50px;
    }
    .about-content {
        text-align: center;
    }
    .about-content h3 {
        font-size: 26px;
    }
    .about-content {
        text-align: center;
        margin-top: 5px;
    }
    .about-content ul {
        width: 100%;
        float: left;
        text-align: start;
    }
    ul.about-ul-two {
        padding-left: 0px;
        padding-right: 10px;
        margin-top: -15px;
    }
    .facili-items {
        padding: 50px 0;
        margin-bottom: 30px;
    }
    .contact-text h4 {
        font-size: 16px;
    }
    .nearby-location h5 {
        font-size: 13px;
    }
    .footer-info {
        text-align: center;
    }
    .footer-info h1 {
        font-size: 30px;
    }
    .footer-social {
        float: inherit;
        margin-top: 50px;
        text-align: center;
    }
    .social-link {
        display: flex;
        position: absolute;
        right: 50%;
        left: 50%;
        width: fit-content;
        transform: translateX(-50%);
    }
    #button {
        width: 40px;
        height: 40px;
        bottom: 49px;
        right: 5px;
    }
    #button::after {
        line-height: 40px;
    }
    label {
        font-size: 15px;
    }
    .modal-body {
        padding: 25px 5px;
    }
    .check-in {
        padding: 15px 10px;
    }
    .check-out {
        padding: 15px 10px;
    }
    input::placeholder{
        color: #333333;
        text-transform: uppercase;
        font-size: 11px !important;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 600;
    }
    .suit-type {
        padding: 15px 10px;
    }
    .member-number {
        padding: 15px 10px;
    }
    button.btn.check-btn {
        font-size: 17px;
    }
    button.btn.btn.check-availability {
        font-size: 16px;
    }
    input#datepick-in {
        padding: 7px 0px;
    }
    input#datepick-out {
        padding: 7px 0px;
    }
    .suit-type select {
        padding: 7px;
    }
    .member-number select {
        padding: 7px;
    }
    input.popup-email {
        padding: 10px 10px;
    }
    a.navbar-brand {
        font-size: 17px;
        display: block;
        display: inline-table;
    }
        .logo{
        max-height: 90px;
    }
    .copyright-text p {
        font-size: 13px;
    }
    ol.carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    a.carousel-control-prev {
        width: 30px;
        height: 30px;
        left: 5px;
        display: none;
    }
    a.carousel-control-next {
        width: 30px;
        height: 30px;
        right: 5px;
        display: none;
    }
    .adult-quantity {
        width: 50%;
        float: left;
    }
    .child-quantity {
        width: 45%;
        float: left;
    }
    .second-suite-price {
        width: 40%;
        float: left;
    }
    .second-suite-includ {
        width: 70%;
        float: left;

    }
    .second-suite-includ:after {
        display: none;
    }

    .second-suite-price:after {
        right: 0px;
    }
    .second-page-suite-info {
        margin-top: 20px;
    }
    .check-footer.resenvation-bnt button {
        margin-top: 10px;
    }
    #availability-header {
        padding: 0px 0px 0px;
    }
    #availability-header {
        padding-top:0px;
        margin-top:0px;
    }
    .booking-info-details {
        width: auto;
        text-align: center;
    }
    .guest-details {
        width: auto;
    }
    .bar-code {
        text-align: center;
        margin-top: 30px;
    }
    a.checkin-now {
        display: block;
        padding: 4px 30px;
        font-size: 18px;
        text-align: center;
    }
    .room-details {
        margin-bottom: 20px;
    }
    .input-first-name {
        width: 100%;
        float: inherit;
    }
    .input-last-name {
        width: 100%;
        float: inherit;
    }
    .input-email-main {
        width: 100%;
        float: inherit;
    }
    .input-phone-main {
        width: 100%;
        float: inherit;
    }
    .input-booking-type {
        width: 100%;
        float: inherit;
    }
    .input-booking-day {
        width: 100%;
        float: inherit;
    }
    .input-checkin-time {
        width: 100%;
    }
    .input-group-append.redeem-button {
        width: 100%;
    }
    .input-group-append.redeem-button button {
        width: 100% !important;
    }
    input.form-control.redeem-input {
        border-radius: 5px !important;
    }
    .row.payment-line p {
        font-size: 14px;
    }
    .check-footer.confirm-booking-bnt button {
        padding: 0px !important;
        margin-top: 10px;
    }
    .back-to-search {
        text-align: center;
    }
    .back-to-search a {
        font-size: 12px;
    }
    .check-footer.confirm-booking-bnt button {
        padding: 0px !important;
        margin-top: 10px;
        font-size: 17px !important;
    }
    section#booking-form {
        padding: 50px 0px 130px 0;
    }
    .payment-option-bg {
        padding: 40px 15px;
    }
    .payment-page-amount-select {
        background: #fff;
        padding: 20px 15px;
        border-radius: 10px;
    }
    .payment-page-amount-select h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .visa-image.payment-page-cards {
        padding: 7px;
        border-radius: 10px;
        background: #ced4da;
        margin-bottom: 25px;
    }
    .payment-note p {
        display: inline-block;
        float: inherit;
        margin-top: 10px;
    }
    button.btn.check-btn.count.payment-page-f-btn {
        width: 100%;
        padding: 7px !important;
    }
    section#contact-form-sec {
        padding-bottom: 120px;
    }
}

.rooms-carousel{
    max-width: 360px;
}
.booking-features{

    font-size: 12px;

}
.more-info{
    color: #6bbdcc;
    font-size: 13px;
    font-weight: 700;
}

.room-result-card.card-body ul{

    padding-left: 0px;

    list-style-type: none;

    margin-left: 0px;
}
.room-result-card.card-body li{

    margin-left: 0px;

    padding-left: 0px;
}

.second-suite-includ{
    padding:0px;
}

.invalid-feedback{
    font-size: 12px;
    display: block;
}



.date-info{
    font-size: 12px;
}


h2, h3, h4, h5, h6{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
}
100% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
}
}


.payment-secure{
    font-size: 11px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}


/* ===================================== */
/* ===== THE INTERESTING STUFF NOW ===== */
/* ===================================== */
.navbar {
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* --- navbar sizes --- */
  /* --- navbar colors --- */
}
.navbar-brand {
  font-size: 2.25rem;
  font-weight: 900;
  color: #4b4b4b;
}
.navbar--size--xl {
    padding: 2rem 0;
}
.navbar--size--lg {
  padding: 0rem 0;
}
.navbar--size--md {
  padding: 0rem 0;
}

.navbar--color--white {
  background: #fff;
}
.navbar--color--primary {
  background: #37ca7e;
}
.navbar--color--secondary {
  background: #343b3f;
  color:#FFFFFF;
-webkit-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.19);
box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.19);
}

.navbar--color--ghost {
  background: rgba(0,0,0,0.2);
}
.navbar--color--ghost .navbar-brand,
.navbar--color--ghost .navbar-text,
.navbar--color--ghost a {
  color: #fff;
}

  .conditions {
    margin-left: 0px;
    padding-left: 0px;
  }
  .conditions li{
    margin-left:0;
    padding-left:0;
    list-style: none;
  }
  .discount{
    max-width: 80px;
    padding-right: 10px;
  }
  .strike{
    text-decoration: line-through;
  }
  .new-total{
    text-decoration: none;
  }
  .other-prices{
    display: none;
  }

.date-link{
    text-decoration-line: underline;
    text-decoration-style: wavy;
}


.bed-types{
    font-size: 12px;
}
h5.card-title{
    padding-top: 15px;
}


@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    /* margin-right: -15px; */
    /* margin-left: -15px; */
    width: 100%;
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block;
    max-width: 200px;
    height: auto;
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .rooms-carousel{
        max-width: 100%;
    }
    #period-col{    
        margin-top:-30px;

    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
.footer-price{
    font-size: 18px;
}

 .navbar-brand>img {
                height: auto;
                margin:0 auto;
                max-width: 100px;
     }

     #mobileNav{
        margin-top: -50px;
     }
    
.navbar--color--secondary {
    padding-top:10px;
    }
.navbar--size--xl {
    padding: 0rem 0;
    padding-top:10px;
}
.navbar{
    padding-top: 10px;
    display: block;
}

.navbar--color--ghost {
  /*height: 110px;*/
}
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.6);
}
.main-content {
  background: #f2f2f2;
}
section {
  background: #fff;
  padding: 4rem 0 7rem;
}
section:nth-child(even) {
  background: #f5f5f5;
}
h2,
h3 {
  padding: 2rem 0 0.75rem;
  font-weight: 700;
  color: #4b4b4b;
}

     #mobileNav{
        margin-top:-25px;
       
     }
     .check-rates{
        font-size: 12px;
     }
    

    
