/*sticky header position*/
.sticky {}

header {
    z-index: 17;
    position: absolute;
    left: 0;
    right: 0;
}
header .container{
    direction: rtl;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: black;
    transition: all .3s ease-in-out;
}

body {
    font-family: 'Cairo', sans-serif;
}

.carousel-control-next {
    right: 0;
    display: none;
}

.carousel-control-prev {
    right: 0;
    display: none;
}

ul {
    font-weight: bold;
}

ul li {
    margin-right: 10px;
}

/*.collapse{
    direction: rtl;
} */
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #d0b102;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #d0b102;
}
.navbar-collapse{
}
nav {
    min-height: 85px;
}

/* .navbar{
    background-color: #212529a1;
} */
.sticky-wrapper {
    position: absolute;
}

.carousel-item img {
    height: 600px;
}

.navbar-brand img {
    width: 50px;
    height: 59px;
}

ul.navbar-nav {
    direction: rtl;
}

.carousel-caption {

    top: 35%;
}

/* .carousel-control-prev-icon {
    border: 1px solid #ad7a5485;
    padding: 25px;
    color: #fff;
}
.carousel-control-prev-icon:hover {
   background: url(..//images/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.carousel-control-next-icon {
border: 1px solid #ad7a5485;
    padding: 25px;
    color: #fff;
}
.carousel-control-next-icon:hover {
    background: url(..//images/slider2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */


.carousel-caption h5 {
    font-size: 3em;
    color: #fff;
    font-weight: 900;
}

.carousel-caption p {
    font-size: 1.2em;

}

.carousel-caption a {
    background: #cdb00a;
    padding: 10px 55px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
}

.carousel-indicators li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 12px;
    background-color: #cdb00a;
    transition: background-color .3s;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.carousel-indicators li.active {
    background-color: #ffffff;
    border: 4px solid #cdb00a;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15b5;
}


/*****************      --rooms --  ****************************/

.rooms {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #2e333c;
}

.rooms .room {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}

.head-title {
    margin-top: -10px;
    margin-bottom: 10px;
}

.hl-1-block {
    background: #4a4640;
}

.hl-2-block {
    border: 1px solid #4a4640;
    background: #cdb00a;
}

.hl-3-block {
    background: #4a4640;
}

.rooms .room h2 {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    font-size: 40px;
    color: #cdb00a;
    text-transform: capitalize;
    font-weight: 600;
}

.rooms .room h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background: #cdb00a;
    bottom: -25px;
    right: 0;
    margin: auto;
}

.rooms .room p {
    text-align: center;
    color: #fff;
}

.rooms .card {
    overflow: hidden;

    border: 1px solid #4a4640;
    margin-bottom: 50px;
    transition: all .2s ease-in-out;

}

.rooms .card::before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.74) 18%, rgba(0, 0, 0, 0.02) 85%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;


}


.rooms .card .btn {
    border: 1px solid #cdb00a;
    background-color: #cdb00a;
    color: #000;
    ;
}

.rooms .card .btn:hover {

    background-color: #fff;
    color: #000;
}

.rooms .card span {
    position: absolute;
    left: 25px;
    bottom: 14px;
    font-weight: bold;
    color: #cdb00a;
    font-size: 20px;
}

.rooms .card .card-body {
    text-align: right;
    position: absolute;
    padding: 7px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
}

.rooms .card .card-body h5 {
    color: #fff;
    font-weight: bold;
}

.rooms .card .card-body p {
    color: #343a40;
}

.rooms .card img {
    height: 250px;
    width: 350px;
    transition: all .2s ease-in-out;

}

.rooms .card:hover img {

    transform: scale(1.2);

}



/***************************about **************************/


.all-pro {
    padding: 50px;
    background: url(../images/offer-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.all-pro::before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(44, 49, 58, 0.79) 46%, rgba(0, 0, 0, 0.41) 100%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.all-pro img {
    height: 250px;
}

.all-pro h2 {
    position: relative;
    margin-bottom: 70px;
    text-align: center;
    font-size: 40px;
    color: #cdb00a;
    text-transform: capitalize;
    font-weight: 600;
}

.all-pro h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background: #cdb00a;
    bottom: -25px;
    right: 0;
    margin: auto;
}

.all-pro .single-pro .img-single {
    width: 100%;
    height: 400px;
    border-radius: 15px;
}

.all-pro .single-pro .img-single img {
    width: 100%;
    height: 400px;

}


.all-pro .single-pro .containt-single {
    padding: 50px 10px;
    position: relative;
}

.containt-single .logo-co {
    position: absolute;
    top: 19%;
    right: 30%;
    width: 230px;
    height: 238px;
    opacity: .4;
}

.all-pro .single-pro .containt-single h4 {
    font-weight: bold;
    font-size: 2em;
    color: #cdb00a;
    text-align: right;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.all-pro .single-pro .containt-single p {
    line-height: 30px;
    color: #fff;
    text-align: right;
}


.all-pro .single-pro .containt-single ul {
    display: flex;
    justify-content: center;

}

.all-pro .single-pro .containt-single ul li {
    margin: 0 15px;
}

.all-pro .single-pro .containt-single ul li a {
    background: #002f67;
    padding: 10px;
    color: #fff;
    display: inline-block;
    margin-top: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 19px;
}

/************************ features section **************/
.features {
    background-color: #2a2b33;
        padding: 50px;
}

.features h1 {
    position: relative;
    margin-bottom: 70px;
    text-align: center;
    font-size: 40px;
    color: #cdb00a;
    font-weight: bold;
    text-transform: capitalize;
}

.features h1::before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background: #cdb00a;
    bottom: -25px;
    right: 0;
    margin: auto;
}

.feat {
    padding: 20px;
}

.features .feat h2 {
    padding: 20px;
    color: #343a40;
    font-weight: bold;
}

.features .feat img {
    width: 40px;
    height: 40px;
}

.features .feat a {
    color: #d0b102;
    font-size: 35px;
}

/**************Gallery*************/
.gallery {
    background-color: #2e333c;
    padding: 50px;
}

.gallery h2 {
    position: relative;
    text-align: center;
    font-size: 40px;
    color: #cdb00a;
    font-weight: bold;
    text-transform: capitalize;
}

.gallery h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background: #cdb00a;
    bottom: -25px;
    right: 0;
    margin: auto;
}

.gallery .card-columns .galleryItem:hover {
    cursor: zoom-in;
}

.gallery .img-opacity img {
    width: 278px;
    height: 278px;
}

.gallery .card-columns .galleryItem img {
    height: 300px;
    width: 325px;
}

/***********************************/




.bg-footer {
    background-color: #2a2b33;
    padding: 50px 0 30px;
}

.footer-heading {}

.footer-link a {
    color: #acacac;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #d0b102;
}

.contact-info {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #424041;
    color: #ffffff;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
    color: #cdb00a!important;
}

/*.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #d0b102;
} */









/***************   about-page ********************/



/*** 6. Section: About Alt ***/
.section__about-alt {
    padding: 80px 0;
}

.section__title {
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    color: #374853;
    margin-bottom: 15px;
    
}

.about__pic img {
    width: 555px;
    height: 500px;
            border-radius: 10px;

}
.about__pic:hover img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: -4px -4px 20px #2f3542;
        border-radius: 15px;


    
}
.divider {
    margin: 30px 0;
}

.divider .line1 {
    width: 50px;
}

.divider .line1,
.divider .line2 {
    height: 1px;
    background-color: #cdb00a;
    margin: 3px auto;
}

.divider .line2 {
    width: 200px;
}

.divider .line1,
.divider .line2 {
    height: 1px;
    background-color: #cdb00a;
    margin: 3px auto;
}

.section__title > strong {
    color: #cdb00a;
}

@media (max-width: 767px) {
    .section__about-alt {
        padding: 50px 0;
    }
}

.section__about-alt .section_about__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .section__about-alt .section_about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.section__about-alt .section_about__content .about__desc {
    padding: 10px;
}

@media (max-width: 767px) {
    .section__about-alt .section_about__content .about__desc {
        padding: 10px 0;
    }
}

.section__about-alt .section_about__content .about__desc .about_desc__title {
    font-size: 34px;
    margin-bottom: 15px;
    text-align: right;
}

@media (max-width: 1199px) {
    .section__about-alt .section_about__content .about__desc .about_desc__title {
        font-size: 32px;
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .section__about-alt .section_about__content .about__desc .about_desc__title {
        font-size: 22px;
    }
}

.section__about-alt .section_about__content .about__desc .about_desc__desc {
    line-height: 1.8em;
    text-align: right;
}

.section__about-alt .section_about__content .about__desc .about_desc__quote {
    padding: 10px 0;
    margin: 15px 0;
    font-style: italic;
    line-height: 1.5em;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    text-align: right;
}

@media (max-width: 1199px) {
    .section__about-alt .section_about__content .about__desc .about_desc__quote {
        margin: 10px 0;
        padding: 5px 0;
    }
}

@media (max-width: 767px) {
    .section__about-alt .section_about__content .about__desc .about_desc__quote {
        font-size: 14px;
    }
}

.about-page .carousel-inner {
    height: 300px;
}

.about-page .carousel-item img {
    height: 300px;
}

/****************************************/
.serviceBox {
    text-align: center;
    margin: 0 -15px;
    overflow: hidden;
}

.serviceBox img {
    width: 100%;
    height: 223px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;


}

.serviceBox:hover img {
    transform: scale(1.2);

}

.serviceBox .service-content {
    position: relative;
    background: #fff;
    color: #f0f4ba;
    padding: 65px 30px 16px;
}

.serviceBox .service-icon {
    display: block;
    width: 70px;
    height: 70px;
    background: #f0f4ba;
    border-radius: 10px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}

.serviceBox .service-icon i {
    font-size: 30px;
    line-height: 70px;
    color: #ac8a4d;
    transform: rotate(-45deg);
}

.serviceBox .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
}

.serviceBox .description {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #000;
}

.serviceBox .read-more {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #f0f4ba;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: #cdb00a;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.serviceBox .read-more:hover {
    color: #000;
    background: #f0f4ba;
    text-decoration: none;
}

.serviceBox.middle .service-content {
    padding: 30px 30px 50px;
}

.serviceBox.middle .service-icon {
    bottom: -35px;
    top: auto;
    z-index: 1;
}



a {

    transition: .3s all ease;
}

.img-opacity img {

    transition: .2s all ease;
    opacity: 1;
}

/****************************************************/


.bg-footer {
    text-align: right;
}

.copyright {
    background-color: #333;
    padding: 4px;
}

.copyright p {
    margin-top: 9px;
}

/*
@media (max-width: 548px) {
    ul.navbar-nav {
    direction: rtl;
    text-align: center;
    margin-left: 40px;
}
    .carousel-item img{
        height: 300px;
    }
    .navbar-light .navbar-toggler {
    border-color: rgb(171, 148, 102);
    background-color: #cdb00a;
}
 .all-pro {
    padding: 0px;

}
    .all-pro .single-pro .img-single {
    width: 260px;
    height: 261px;
    border-radius: 15px;
}
    .all-pro .single-pro .img-single img {
    width: 346px;
    height: 304px;
}
    .features{
        padding: 0;
    }
    .serviceBox img {
    width: 345px;
    height: 223px;
}
    .container .card-columns .galleryItem img {
    height: 300px;
    width: 343px;
}
    .gallery {
    padding: 0px;
 
}
.card-top {
    width: 510px;
}


}
.bg-footer{
    text-align: right;
}

*/

/********************************************/


/* contact page */
h4.title-2-agiles {
    font-size: 24px;
    color: #c5b109;
    letter-spacing: 1px;
    text-align: right;


}

.contact .agileits_mail_grid_right_grid p {
    letter-spacing: 0;
    line-height: 1.7;
    text-align: right;
}

.masry_contact_form input[type="text"],
.masry_contact_form input[type="email"],
.masry_contact_form textarea {
    padding: 12px;
    font-size: 15px;
    direction: rtl;
}

.masry_contact_form textarea {
    min-height: 13em;
    resize: none;
}

.masry_contact_form input[type="submit"] {
    outline: none;
    padding: 12px 0;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-top: 1em;
    color: #fff;
    background: #c5b109;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.masry_contact_form input[type="submit"]:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}



ul.contact_info li,
ul.contact_info li a {
    color: #545b62;
    font-size: 16px;
}

ul.contact_info li a:hover {
    color: #c5b109;
}

ul.contact_info li i {
    font-size: 18px;
    color: #000;
}

.contact .list-unstyled {
    text-align: right;
        direction: rtl;
}

.trends_map iframe {
    width: 100%;
    min-height: 360px;
}

/*
.list-unstyled {

    text-align: right;
}
/* End //contact page */



/*********************************details page*********************************/

.details {
    padding: 50px;
}

.details img {
    overflow: hidden;
    box-shadow: -4px -4px 20px #2f3542;
    border: none;
    margin-bottom: 50px;
}

.details img:hover {
    cursor: -webkit-grabbing;
    opacity: .8;
    transition: all .4s ease-in-out 0s;
}

.details h2 {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    font-size: 40px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}

.details p {
    text-align: right;
    color: #444;
    margin-right: 113px;

}

.details .family {
    padding: 50px;
}

.details .family h6 {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    font-size: 40px;
    margin-right: 60px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}

.details .family h6::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    height: 2px;
    background: #d0b102;
    bottom: -25px;
    right: 0;
    margin: auto;
}

.details .family span {
    margin-bottom: 50px;
    top: 57px;
    position: absolute;
    right: 153px;
    font-size: 15px;
    color: #6c757d;
    text-transform: capitalize;
    font-weight: 600;
}

.details .family .mt-5 {
    text-align: left;
    position: relative;
    bottom: 80px;
    left: 70px;
}

.details .family p {
    margin-right: 60px;
}

.details h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    height: 2px;
    background: #d0b102;
    bottom: -25px;
    right: 0;
    margin: auto;
}

/****************************************/

/*-------------------------------------------------*/
/* =  HOME PAGE ONE - 1
/*-------------------------------------------------*/
.hom-com {
    padding: 70px 0px;
}

.hom1 {
    position: relative;
    overflow: hidden;
}

.hom1-title {
    text-align: center;
    margin-bottom: 50px;
}

.hom1-title h2 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 42px;
}

.hom1-title p {
    font-size: 16px;
}

/*-------------------------------------------------*/
/* =  HOTELS
/*-------------------------------------------------*/

.to-ho-hotel-con {
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
}

.to-ho-hotel-con-1 {
    position: relative;
}

.to-ho-hotel-con-1:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.74) 18%, rgba(0, 0, 0, 0.02) 85%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.to-ho-hotel-con-1 img {
    width: 100%;
}

.to-ho-hotel-con-23 {
    position: absolute;
    /* overflow: hidden; */

    padding: 20px;
    bottom: 0px;
    width: 100%;
}

.to-ho-hotel-con-2 {}

.to-ho-hotel-con-2 h4 {
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    color: #fff;
}

.to-ho-hotel-con-2 a {
    color: #333;
}

.to-ho-hotel-con-3 {}

.to-ho-hotel-con-3 ul {
    padding: 0px;
    margin-bottom: 0px;
}

.to-ho-hotel-con-3 ul li {
    list-style-type: none;
    float: left;
    color: #f9f9f9;
}

.to-ho-hotel-con-3 ul li:last-child {
    float: right;
    padding-top: 10px;
}

.ho-hot-rat-star {
    padding-bottom: 0px !important;
    position: absolute;
    left: 18px;
    top: 6px;
}

.ho-hot-rat-star i {
    font-size: 15px !important;
    padding-left: 7px;
    color: #FF9800;
}

.ho-hot-rat-star-list {}

.ho-hot-rat-star-list i {
    color: #04abc0;
}

.hot-list-left-part-rat {
    width: 25px;
    height: 25px;
    background-color: #04abc0;
    /* bottom: 8px; */

    padding: 4px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
    margin-right: 10px;
}

.ho-hot-pri {
    font-size: 38px;
    font-weight: 600;
    color: #f4364f;
    float: right;
}

.ho-hot-pri-dis {
    font-weight: 400;
    color: #a4a4a4;
    /* float: right; */

    padding: 0px 5px;
    /* display: none; */

    text-decoration: line-through;
}

.hot-page2-hli-3 {
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: rgba(255, 197, 37, 0.79);
    /* bottom: 8px; */

    padding: 4px;
    margin: 9px 5px;
    right: 5px;
    border-radius: 5px;
}

.to-ho-hotel-con-4 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 14px;
}

.to-ho-hotel-con-4 a {
    float: left;
    width: 47%;
    text-align: center;
}

.to-ho-hotel-con-5 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 12px;
}

.to-ho-hotel-con-5 ul {
    margin-bottom: 0px;
    padding: 0px;
}

.to-ho-hotel-con-5 ul li {
    float: left;
    list-style-type: none;
    display: inline-block;
    width: 25%;
}

.to-ho-hotel-con-5 ul li a {
    display: block;
    border: 1px solid #ececec;
    margin: 2px;
    padding: 0px 5px;
    font-size: 12px;
    color: #8a8a8a;
    text-align: center;
}

.to-ho-hotel-con-5 ul li a i {
    padding-right: 5px;
}

.hom-hot-book-btn {
    margin-right: 3%;
}

.hom-hot-view-btn {
    margin-left: 3%;
}

.hom-hot-av-tic {
    position: absolute;
    background-color: #cdb00a;
    bottom: 15px;
    padding: 3px 8px;
    margin: 0px 0px;
    left: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #253747;
    font-family: 'Quicksand', sans-serif;
}

.hom-hot-av-tic-list {
    left: 10px;
    right: inherit;
    bottom: 10px;
    border-radius: 2px;
    background: rgba(0, 188, 212, 0.41);
    color: #fff;
    font-weight: 600;
    padding: 3px 8px;
    font-size: 13px;
}

/*-------------------------------------------------*/
/* =  DATE PICKER
/*-------------------------------------------------*/

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-datepicker-prev {
    background: url('../images/left-arrow.png') no-repeat center center;
    background-size: 12px;
}

.ui-datepicker-next {
    background: url('../images/right-arrow.png') no-repeat center center;
    background-size: 12px;
}

/* Icons
----------------------------------*/

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

.ui-datepicker {
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: -4px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 500;
    color: #aaaaaa;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 9px;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
    box-shadow: 0px 0px 54px rgba(0, 0, 0, 0.31);
    padding: 20px;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    /* border: 1px solid #dddddd; */
    /* background: #e9e9e9; */

    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0px solid #b4b4b4;
    background: #f6f6f6;
    font-weight: normal;
    color: #4f4f4f;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    font-weight: normal;
    border: 0px solid #dad55e;
    background: #f6598e;
    color: #ffffff;
    border-radius: 27px;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    font-weight: normal;
    border: 0px solid #dad55e;
    background: #cdb00a;
    color: #ffffff;
    border-radius: 27px;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Icons
----------------------------------*/

@media only screen and (max-width: 990px) {
    .serviceBox .title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .serviceBox {
        margin: 0 0 30px 0;
    }
}


/*** 20. Section: Rooms 1 ***/
.section__rooms-1 {
    padding: 80px 0;
}

.section__rooms-1 .rooms__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 50px 0;
}

.rooms__item .rooms__pic img {
    width: 535px;
    height: 425px;
    box-shadow: -4px -4px 20px #2f3542;
}

.rooms__item p {
    float: right;
    text-align: right;
    direction: rtl;
}

.rooms__item .btn {
    padding: 15px 30px;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-color: #cdb00a;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 0;
    text-transform: uppercase;
}

.rooms__desc .col-sm-6 {
    float: right;
    position: relative;
}

@media (max-width: 991px) {
    .section__rooms-1 .rooms__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .section__rooms-1 .rooms__item {
        margin-top: -20px;
    }
}

@media (max-width: 320px) {
    .rooms__item {
        overflow: hidden;
    }

    .rooms__item .rooms__pic img {
        width: 288px;
        height: 200px;
    }

}

.section__rooms-1 .rooms__item .rooms__desc {
    padding: 30px;
    box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
    background-color: #ffffff;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
}

@media (max-width: 991px) {
    .section__rooms-1 .rooms__item .rooms__desc {
        padding: 40px;
        margin: 0 6%;
        -webkit-transform: translate(0, -60px);
        transform: translate(0, -60px);
    }
}

@media (max-width: 767px) {
    .section__rooms-1 .rooms__item .rooms__desc {
        padding: 15px;
        margin: 0 5px;
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }
}

.section__rooms-1 .rooms__item .rooms__desc .rooms_desc__header {
    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
    margin-bottom: 10px;
}
.clear{
    clear: both;
}
.section__rooms-1 .rooms__item .rooms__desc .rooms_desc__header .rooms_desc__title {
       display: inline-block;
    font-weight: 700;
    color: #374853;
    font-size: 26px;
    margin-top: 0;
    float: right;
}

@media (max-width: 767px) {
    .section__rooms-1 .rooms__item .rooms__desc .rooms_desc__header .rooms_desc__title {
        font-size: 20px;
    }
}

.section__rooms-1 .rooms__item .rooms__desc .rooms_desc__header .rooms_desc__price {
   display: inline-block;
    float: left;
    font-weight: 700;
    color: #cdb00a;
}

.section__rooms-1 .rooms__item .rooms__desc .rooms_desc__header .rooms_desc__price > span {
    font-size: 24px;
}

@media (max-width: 767px) {
    .section__rooms-1 .rooms__item .rooms__desc .rooms_desc__header .rooms_desc__price > span {
        font-size: 20px;
    }
}

.section__rooms-1 .rooms__item .rooms__desc .rooms_desc__services {
    list-style: none;
    padding: 0;
    margin-left: -15px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .section__rooms-1 .rooms__item .rooms__desc .rooms_desc__services {
        margin-bottom: 0;
    }
}

.section__rooms-1 .rooms__item .rooms__desc .rooms_desc__services > li {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    text-align: right;
    letter-spacing: 0.1em;
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}

.section__rooms-1 .rooms__item .rooms__desc .rooms_desc__services > li > i {
    font-size: 20px;
    color: #cdb00a;
    margin-right: 5px;
}

.section__rooms-1 .rooms__item .rooms__desc .btn-rooms {
    margin: 0;
    border: 1px solid #cdb00a;
    background-color: #cdb00a;
    color: #000;
}

@media (max-width: 767px) {
    .section__rooms-1 .rooms__item .rooms__desc .btn-rooms {
        margin: 15px 0;
    }
}

/*** 21. Section: Rooms-2 ***/
.section__rooms-2 {
    padding: 80px 0;
    background-color: #fafafa;
}

.section__rooms-2 .rooms__item {
    margin-bottom: 30px;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.section__rooms-2 .rooms__item:hover {
    box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
}

.section__rooms-2 .rooms__item .rooms__desc {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
}

.section__rooms-2 .rooms__item .rooms__desc .rooms_desc__header {
    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
    margin-bottom: 10px;
}

.section__rooms-2 .rooms__item .rooms__desc .rooms_desc__header .rooms_desc__title {
    display: inline-block;
    font-weight: 700;
    color: #374853;
    font-size: 26px;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .section__rooms-2 .rooms__item .rooms__desc .rooms_desc__header .rooms_desc__title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .section__rooms-2 .rooms__item .rooms__desc .rooms_desc__header .rooms_desc__title {
        font-size: 20px;
    }
}

.section__rooms-2 .rooms__item .rooms__desc .rooms_desc__header .rooms_desc__price {
    display: inline-block;
    float: right;
    font-weight: 700;
    color: #cdb00a;
}

.section__rooms-2 .rooms__item .rooms__desc .rooms_desc__header .rooms_desc__price > span {
    font-size: 24px;
}

@media (max-width: 1199px) {
    .section__rooms-2 .rooms__item .rooms__desc .rooms_desc__header .rooms_desc__price > span {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .section__rooms-2 .rooms__item .rooms__desc .rooms_desc__header .rooms_desc__price > span {
        font-size: 20px;
    }
}

.section__rooms-2 .rooms__item .rooms__desc .rooms_desc__services {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.section__rooms-2 .rooms__item .rooms__desc .rooms_desc__services > li {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}

.section__rooms-2 .rooms__item .rooms__desc .rooms_desc__services > li > i {
    font-size: 20px;
    color: #cdb00a;
    margin-right: 5px;
}

/*** 22. Section: Room-detail ***/
.section__room-detail {
    padding: 50px 0;
    background: #fafafa;
}

.section__room-detail .room_detail__body {
    background: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
    margin: 30px 0;
    padding: 40px;
}

@media (max-width: 991px) {
    .section__room-detail .room_detail__body {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room_detail__body {
        padding: 15px;
    }
}

.section__room-detail .room_detail__body .room_price__body {
    border-top: 1px solid #cdb00a;
    border-bottom: 1px solid #cdb00a;
    padding: 15px 0;
    margin: 30px 0;
}

.section__room-detail .room_detail__body .room_price__body .room__name {
    display: inline-block;
    color: #374853;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 767px) {
    .section__room-detail .room_detail__body .room_price__body .room__name {
        font-size: 18px;
    }
}

.section__room-detail .room_detail__body .room_price__body .room__price {
    display: inline-block;
    float: right;
    font-weight: 700;
    color: #cdb00a;
    margin: 0;
}

@media (max-width: 767px) {
    .section__room-detail .room_detail__body .room_price__body .room__price {
        font-size: 12px;
    }
}

.section__room-detail .room_detail__body .room_price__body .room__price > span {
    font-size: 22px;
}

@media (max-width: 767px) {
    .section__room-detail .room_detail__body .room_price__body .room__price > span {
        font-size: 16px;
    }
}

.section__room-detail .room_detail__body .subheading {
    color: #cdb00a;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;
}

.section__room-detail .room_detail__body .room__desc {
    line-height: 1.8em;
    margin-bottom: 20px;
}

.section__room-detail .room__reviews {
    background: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
    padding: 40px;
}

@media (max-width: 767px) {
    .section__room-detail .room__reviews {
        padding: 15px;
    }
}

.section__room-detail .room__reviews .subheading {
    color: #cdb00a;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;
}

.section__room-detail .room__reviews .reviews__list {
    list-style: none;
    padding: 0;
}

.section__room-detail .room__reviews .reviews__list .review {
    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.section__room-detail .room__reviews .reviews__list .review .review__user {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
}

.section__room-detail .room__reviews .reviews__list .review .review__date {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    letter-spacing: 0.03em;
    font-size: 12px;
    color: #6e6e6e;
}

.section__room-detail .room__reviews .reviews__list .review .review__message {
    margin: 15px 0;
    line-height: 1.8em;
}

@media (max-width: 767px) {
    .section__room-detail .room__reviews .reviews__list .review .review__message {
        line-height: 1.6em;
    }
}

.section__room-detail .room-detail__sidebar .room_features__body {
    padding: 40px;
    margin: 30px 0;
    background-color: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
}

@media (max-width: 991px) {
    .section__room-detail .room-detail__sidebar .room_features__body {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .room_features__body {
        padding: 15px;
    }
}

.section__room-detail .room-detail__sidebar .room_features__body .subheading {
    color: #cdb00a;
    text-transform: uppercase;
    font-size: 12px;
}

.section__room-detail .room-detail__sidebar .room_features__body .room__features {
    list-style: none;
    padding-left: 0;
}

.section__room-detail .room-detail__sidebar .room_features__body .room__features .feature__item {
    padding: 15px 0;
}

.section__room-detail .room-detail__sidebar .room_features__body .room__features .feature__item > i {
    float: left;
    margin-top: -12px;
    color: #cdb00a;
    font-size: 30px;
}

.section__room-detail .room-detail__sidebar .room_features__body .room__features .feature__item .feature_item__title {
    margin-left: 50px;
    overflow: hidden;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.section__room-detail .room-detail__sidebar .similar__rooms {
    padding: 40px;
    margin: 30px 0;
    background-color: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
}

@media (max-width: 991px) {
    .section__room-detail .room-detail__sidebar .similar__rooms {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .similar__rooms {
        padding: 15px;
    }
}

.section__room-detail .room-detail__sidebar .similar__rooms .subheading {
    color: #cdb00a;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 30px;
}

.section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list {
    list-style: none;
    padding-left: 0;
}

.section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}

.section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item .list_item__body figcaption > h3 {
    display: inline-block;
    margin-top: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #374853;
}

@media (max-width: 1199px) {
    .section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item .list_item__body figcaption > h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item .list_item__body figcaption > h3 {
        font-size: 18px;
    }
}

.section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item .list_item__body figcaption > .item__price {
    display: inline-block;
    float: right;
    color: #cdb00a;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item .list_item__body figcaption > .item__price {
        font-size: 16px;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item .list_item__body figcaption > .item__price {
        font-size: 16px;
        margin-top: 8px;
    }
}

.section__room-detail .room-detail__sidebar .info__body {
    padding: 40px;
    margin: 30px 0;
    background-color: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
}

@media (max-width: 991px) {
    .section__room-detail .room-detail__sidebar .info__body {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .info__body {
        padding: 15px;
    }
}

.section__room-detail .room-detail__sidebar .info__body .info__title {
    color: #cdb00a;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 12px;
}

.section__room-detail .room-detail__sidebar .info__body .info__content {
    list-style: none;
    padding-left: 0;
}

.section__room-detail .room-detail__sidebar .info__body .info__content > li {
    padding: 10px 0;
}

.section__room-detail .room-detail__sidebar .info__body .info__content > li > i {
    float: left;
    margin-top: -8px;
    font-size: 40px;
    color: #cdb00a;
}

@media (max-width: 991px) {
    .section__room-detail .room-detail__sidebar .info__body .info__content > li > i {
        margin-top: -5px;
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .info__body .info__content > li > i {
        font-size: 32px;
        margin-top: -4px;
    }
}

.section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content {
    overflow: hidden;
    margin-left: 50px;
}

.section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content .title {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content {
        margin-left: 45px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content {
        margin-left: 45px;
    }

    .section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content .title {
        font-weight: 700;
        margin-bottom: 0;
        font-size: 13px;
        text-transform: uppercase;
    }

    .section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content .description {
        font-size: 13px;
    }
}


/*** 22. Section: Room-detail ***/
.section__room-detail {
    padding: 50px 0;
    background: #fafafa;
}

.section__room-detail .btn {
    border: 1px solid #cdb00a;
    background-color: #cdb00a;
    color: #000;
    float: right;
}

.section__room-detail .room_detail__body {
    background: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
    margin: 30px 0;
    padding: 40px;
}

@media (max-width: 991px) {
    .section__room-detail .room_detail__body {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room_detail__body {
        padding: 15px;
    }
}

.section__room-detail .room_detail__body .room_price__body {
    border-top: 1px solid #cdb00a;
    border-bottom: 1px solid #cdb00a;
    padding: 15px 0;
    margin: 30px 0;
}

.section__room-detail .room_detail__body .room_price__body .room__name {
    display: inline-block;
    color: #374853;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    float: right;
}

@media (max-width: 767px) {
    .section__room-detail .room_detail__body .room_price__body .room__name {
        font-size: 18px;
    }
}

.section__room-detail .room_detail__body .room_price__body .room__price {
    display: inline-block;
    font-weight: 700;
    color: #cdb00a;
    margin: 0;
    float: left;
}

@media (max-width: 767px) {
    .section__room-detail .room_detail__body .room_price__body .room__price {
        font-size: 12px;
    }
}

.section__room-detail .room_detail__body .room_price__body .room__price > span {
    font-size: 22px;
}

@media (max-width: 767px) {
    .section__room-detail .room_detail__body .room_price__body .room__price > span {
        font-size: 16px;
    }
}

.section__room-detail .room_detail__body .subheading {
    color: #cdb00a;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: right;
}

.section__room-detail .room_detail__body .room__desc {
    line-height: 1.8em;
    margin-bottom: 20px;
    text-align: right;
}

.room__desc .btn {
    float: right;

}

.section__room-detail .room__reviews {
    background: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
    padding: 40px;
}

@media (max-width: 767px) {
    .section__room-detail .room__reviews {
        padding: 15px;
    }
}

.section__room-detail .room__reviews .subheading {
    color: #cdb00a;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.section__room-detail .room__reviews .reviews__list {
    list-style: none;
    padding: 0;
}

.section__room-detail .room__reviews .reviews__list .review {
    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.section__room-detail .room__reviews .reviews__list .review .review__user {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
}

.section__room-detail .room__reviews .reviews__list .review .review__date {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    letter-spacing: 0.03em;
    font-size: 12px;
    color: #6e6e6e;
}

.section__room-detail .room__reviews .reviews__list .review .review__message {
    margin: 15px 0;
    line-height: 1.8em;
}

@media (max-width: 767px) {
    .section__room-detail .room__reviews .reviews__list .review .review__message {
        line-height: 1.6em;
    }
}

.section__room-detail .room-detail__sidebar .room_features__body {
    padding: 40px;
    margin: 30px 0;
    background-color: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
}

@media (max-width: 991px) {
    .section__room-detail .room-detail__sidebar .room_features__body {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .room_features__body {
        padding: 15px;
    }
}

.section__room-detail .room-detail__sidebar .room_features__body .subheading {
    color: #cdb00a;
    text-transform: uppercase;
    font-size: 20px;
    text-align: right;
}

.section__room-detail .room-detail__sidebar .room_features__body .room__features {
    list-style: none;
    padding-left: 0;
}

.section__room-detail .room-detail__sidebar .room_features__body .room__features .feature__item {
    padding: 15px 0;
    text-align: right;
}

.section__room-detail .room-detail__sidebar .room_features__body .room__features .feature__item > i {
    float: left;
    margin-top: -12px;
    color: #cdb00a;
    font-size: 30px;
}

.section__room-detail .room-detail__sidebar .room_features__body .room__features .feature__item .feature_item__title {
    margin-left: 50px;
    overflow: hidden;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.section__room-detail .room-detail__sidebar .similar__rooms {
    padding: 40px;
    margin: 30px 0;
    background-color: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
}

@media (max-width: 991px) {
    .section__room-detail .room-detail__sidebar .similar__rooms {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .similar__rooms {
        padding: 15px;
    }
}

.section__room-detail .room-detail__sidebar .similar__rooms .subheading {
    color: #cdb00a;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: right;
}

.section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list {
    list-style: none;
    padding-left: 0;
}

.section__room-detail img {
    width: 257px;
}

.section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}

.section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item .list_item__body figcaption > h3 {
    display: inline-block;
    margin-top: 8px;
    font-weight: 700;
    font-size: 20px;
    float: right;
    color: #374853;
}

@media (max-width: 1199px) {
    .section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item .list_item__body figcaption > h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item .list_item__body figcaption > h3 {
        font-size: 18px;
    }
}

.section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item .list_item__body figcaption > .item__price {
    display: inline-block;
    float: left;
    color: #cdb00a;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item .list_item__body figcaption > .item__price {
        font-size: 16px;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .similar__rooms .similar-rooms__list .list__item .list_item__body figcaption > .item__price {
        font-size: 16px;
        margin-top: 8px;
    }
}

.section__room-detail .room-detail__sidebar .info__body {
    padding: 40px;
    margin: 30px 0;
    background-color: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
}
@media (max-width: 991.98px){
    .navbar-expand-lg>.container {
   
    direction: ltr;
}
    .gallery .card-columns .galleryItem img {
    height: 150px;
    width: 150px;
}
}
@media (max-width: 991px) {
    .section__room-detail .room-detail__sidebar .info__body {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .info__body {
        padding: 15px;
    }
}

.section__room-detail .room-detail__sidebar .info__body .info__title {
    color: #cdb00a;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 12px;
}

.section__room-detail .room-detail__sidebar .info__body .info__content {
    list-style: none;
    padding-left: 0;
}

.section__room-detail .room-detail__sidebar .info__body .info__content > li {
    padding: 10px 0;
}

.section__room-detail .room-detail__sidebar .info__body .info__content > li > i {
    float: left;
    margin-top: -8px;
    font-size: 40px;
    color: #cdb00a;
}

@media (max-width: 991px) {
    .section__room-detail .room-detail__sidebar .info__body .info__content > li > i {
        margin-top: -5px;
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .info__body .info__content > li > i {
        font-size: 32px;
        margin-top: -4px;
    }
}

.section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content {
    overflow: hidden;
    margin-left: 50px;
}

.section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content .title {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content {
        margin-left: 45px;
    }
}

@media (max-width: 767px) {
    .section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content {
        margin-left: 45px;
    }

    .section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content .title {
        font-weight: 700;
        margin-bottom: 0;
        font-size: 13px;
        text-transform: uppercase;
    }

    .section__room-detail .room-detail__sidebar .info__body .info__content > li .info-content .description {
        font-size: 13px;
    }
}

.cler {
    clear: both
}

.pagination {
    direction: rtl;
}

svg:not(:root).svg-inline--fa {
    float: right;
    margin-left: 10px;
}

.serv {
    overflow: hidden;
}


@media (max-width: 767px) {
     h2{
font-size: 20px!important;  
    }
    .ftco-booking {
        position: relative !important;
        top: 0px;
    }

    .card-top {
        width: 510px;
    }
}

@media (max-width: 375px) {
     h2{
font-size: 20px!important;
    }
    .carousel-item img {
        height: 250px;
    }

    .navbar-light .navbar-toggler {
        border-color: rgb(171, 148, 102);
        background-color: #cdb00a;
    }

    .about__pic img {
        width: 100%;

    }
.rooms .room p {
    font-size: 12px;
}
    .all-pro {
        padding: 0px;
    }
    .all-pro h2 {
    position: relative;
   top: 30px;
}
    .all-pro .single-pro .containt-single h4 {
    font-size: 1em;
    
}
    .rooms{
            padding-top: 0px;

    }
    .all-pro .single-pro .containt-single p {
        font-size: 13px;
    }

    .rooms__item .rooms__pic img {
        width: 100%;
    }

    ul.navbar-nav {
        direction: rtl;
        text-align: center;
        margin-left: 40px;
    }

    .section__title {
        font-size: 20px;

    }
    .gallery {
    padding: 0px;
}
     .gallery .card-columns .galleryItem img {
      height: 260px;
    width: 313px;
    }
.section__room-detail img {
    width: 100%;
}
    .features h1 {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    h2{
font-size: 20px!important;
    }
    ul.navbar-nav {
        direction: rtl;
        text-align: center;
        margin-left: 40px;
    }


    .navbar-brand img {
        position: relative;
        left: 15px;
    }

    .carousel-item img {
        height: 300px;
    }

    .navbar-light .navbar-toggler {
        border-color: rgb(171, 148, 102);
        background-color: #cdb00a;
    }

    .features {}

    .gallery {
        overflow: hidden;

    }

    .bd-exampel {
        overflow: hidden;

    }
.rooms{
            padding-top: 0px;

    }
    .rooms .room p {
        font-size: 11px;

    }

    .all-pro {
        padding: 0px;
        overflow: hidden;
    }
.all-pro h2 {
    position: relative;
    top: 40px;
}
    .all-pro .single-pro .containt-single {
        padding: 0px;
    }

    .all-pro .single-pro .containt-single p {
        line-height: 18px;

        font-size: 12px;
    }

    .all-pro .single-pro .img-single img {
        width: 289px;
        height: 300px;
        margin-top: 50px;
    }

    .features {
        padding: 15px;
    }

    .serviceBox img {
        width: 289px;
        height: 223px;
    }

    .gallery .card-columns .galleryItem img {
        height: 260px;
    width: 260px;
    }

    .gallery {
        padding: 0px;

    }
      .section__room-detail img {
    width: 100%;
}
    .card-top {
        width: 510px;
    }

    h2.section__title {
        font-size: 25px;
    }

    .about__pic img {
        width: 293px;
        height: 300px;
    }

}


