* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none !important;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: MontserratBold;
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: MontserratMedium;
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: MontserratSemiBold;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: MontserratExtraBold;
    src: url(../fonts/Montserrat-Black.ttf);
}

body {
    font-family: Montserrat;
    font-size: 14px;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    transition: all 0.3s;
}

a, a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    list-style: none;
}

.fw-bold {
    font-family: MontserratSemiBold;
}

.fw-extraBold {
    font-family: MontserratBlack;
}

.fw-semiBold {
    font-family: MontserratSemiBold;
}

.fw-normal {
    font-family: Montserrat;
}

.tt-uper {
    text-transform: uppercase;
}

.fs-italic {
    font-style: italic;
}

/* =============== Header ================ */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 2rem 0;
    transition: ease-in-out .4s all;
    -webkit-transition: ease-in-out .4s all;
    -moz-transition: ease-in-out .4s all;
    -ms-transition: ease-in-out .4s all;
    -o-transition: ease-in-out .4s all;
}

header.fixed {
    background: rgba(0, 0, 0, 0.7);
    padding: 1rem 0;
}

.header-logo {
    width: 140px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu ul.main-menu li.menu-item a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 1rem 2rem .5rem 2rem;
    font-family: MontserratMedium;
    position: relative;
}

.header-menu ul.main-menu li.menu-item {
    display: inline-block;
    position: relative;
    text-align: center;
}

.header-menu ul.main-menu li.menu-item.active a {
    color: #ad9a7a;
}

.header-menu ul.main-menu li.menu-item a:hover {
    color: #ad9a7a;
}

.header-menu ul.main-menu li.menu-item.active a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ad9a7a;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
}

.language-select-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem 0 .5rem 0;
}

.language-select-wrapper .language-select {
    margin-left: .75rem;
    cursor: pointer;
}

.language-select-wrapper:hover .language-options {
    display: block;
}

.language-select-wrapper .language-options {
    position: absolute;
    bottom: -75px;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.language-select-wrapper .language-options ul li a {
    color: #fff;
    font-family: MontserratMedium;
    padding: .5rem 0;
    display: block;
}

.language-select-wrapper .language-options ul li a:hover {
    color: #ad9a7a;
}

.language-select-wrapper .language-options ul li:not(:last-child) a {
    font-size: 1rem;
    border-bottom: 1px solid #fff;
}

.language-select-wrapper .language-options ul li {
    padding: 0 .7rem;
}

.menu-mobile {
    display: none;
}

/* =============== Slider ============= */

.home-slider {
    position: relative;
}

.home-slider-wrapper {
    position: relative;
}

.home-slider .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #000000, #000000);
	opacity: 0.3;
}

.home-slider .slick-arrow.btn-prev {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}

.home-slider .slick-arrow.btn-next {
    position: absolute;
    right: 0;
    left: 0;
    top: 55%;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}

.home-slider .slick-arrow.btn-prev .slide-control {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-flow: column;
    padding-right: 0.7rem;
}

.home-slider .slick-arrow.btn-next .slide-control {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-flow: column;
    padding-right: 0.7rem;
}

.home-slider .slick-arrow.btn-prev.slick-disabled p, .home-slider .slick-arrow.btn-next.slick-disabled p {
    color: rgba(255, 255, 255, 0.5) !important;
}

.slick-slide img {
    width: 100%;
}

.home-slider .slick-arrow.btn-prev p, .home-slider .slick-arrow.btn-next p {
    color: rgba(255, 255, 255, 1);
    margin-bottom: .5rem;
    transition: ease-in-out .4s all;
    -webkit-transition: ease-in-out .4s all;
    -moz-transition: ease-in-out .4s all;
    -ms-transition: ease-in-out .4s all;
    -o-transition: ease-in-out .4s all;
}

.home-slider .slide-control .diamond {
    margin-right: 5px;
    margin-bottom: .5rem;
}

.home-slider .slide-control .slide-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.home-slider .slick-arrow.slick-disabled .diamond {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.home-slider .slick-arrow.slick-disabled .diamond i {
    color: rgba(255, 255, 255, 0.5) !important;
}

.home-slider .slide-control .slide-arrow:hover p, .home-slider .slide-control .slide-arrow:hover .diamond i {
    color: #ad9a7a;
}

.home-slider .slide-control .slide-arrow:hover .diamond {
    border-color: #ad9a7a;
}

.home-slider .item {
    position: relative;
}

.home-slider .item img {
    width: 100%;
    margin: 0 auto;
}

.home-service-background img {
    width: 100%;
}

.home-slider .item .slide-item-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    z-index: 1;
}

.home-slider .item .slide-item-content .slide-description {
    margin-top: 4rem;
    color: #fff;
    text-align: center;
    max-width: 800px;
    font-size: 18px;
    line-height: 1.7;
}

.slide-counter {
    position: absolute;
    right: 0;
    left: 0;
    top: 49%;
    text-align: right;
}

.slide-counter span {
    color: #ad9a7a;
    font-family: MontserratMedium;
}

.slide-counter span:first-child {
    color: #fff;
}

.home-slider.slick-vertical .slick-slide {
    border: unset;
}

.hotel-search-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.check-in-out-date {
    display: flex;
    align-items: center;
}

.check-in-out-date p {
    color: #102447;
    margin-bottom: 0;
}

.check-in .date-picker, .check-out .date-picker {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    visibility: hidden;
}

.datepicker .table-condensed {
    width: 100%;
}

.check-in-out-date .angle-left {
    margin: 0 1rem;
}

.check-in-out-date .check-in .title, .check-in-out-date .check-out .title {
    font-size: 14px;
}

.check-in-out-date .check-in, .check-in-out-date .check-out {
    text-align: center;
    position: relative;
}

.check-in-out-date .check-in .date, .check-in-out-date .check-out .date {
    font-size: 34px;
}

.hotel-selection p.title {
    color: #102447;
}

.hotel-select {
    position: relative;
    width: 270px;
}

.hotel-select .select-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.adult-select, .children-select {
    position: relative;
}

.hotel-selection select {
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.occupancy p.title {
    color: #102447;
}

.occupancy {
    text-align: center;
}

.occupancy-detail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.occupancy-detail .item:first-child {
    margin-right: 15px;
}

.occupancy-detail .item {
    cursor: pointer;
    width: 48px;
    height: 35px;
    background-color: #102447;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
}

.occupancy-detail .item span {
    padding-top: 3px;
    margin-left: 8px;
}

.btn-check-available {
    font-size: 14px;
    text-align: center;
    background-color: #ad9a7a;
    color: #fff;
    width: 190px;
    height: 60px;
    border: 1px solid #ad9a7a;
    transition: ease-in-out .4s all;
    -webkit-transition: ease-in-out .4s all;
    -moz-transition: ease-in-out .4s all;
    -ms-transition: ease-in-out .4s all;
    -o-transition: ease-in-out .4s all;
}

.btn-check-available:hover {
    background-color: #fff;
    color: #ad9a7a;
}

.promotion-code p.title {
    color: #102447;
    margin-bottom: 0;
}

.promotion-code input {
    padding-left: 0;
    border: unset;
    font-weight: bold;
    border-bottom: 2px solid #102447;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.promotion-code input.form-control:focus {
    color: #102447;
    background-color: #fff;
    border-color: unset;
    outline: none;
    box-shadow: unset;
}

.hotel-search-wrapper {
    border-radius: 3px;
    /* width: 1000px; */
    background: #fff;
    position: absolute;
    bottom: -70px;
    left: 50%;
    padding: 1rem 3rem;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* =========== Home Service ============== */

.ann-wrapper {
    margin-top: 6rem;
    margin-bottom: 0rem;
    position: relative;
}
.home-service-wrapper {
    margin-top: 1rem;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.home-quote-wrapper {
    margin: 8rem 0;
    position: relative;
}

.home-hotel-wrapper {
    margin: 0.2rem 0;
}

.home-service .elite-logo  {float: right;width: 100px; }
.home-service-intro {
    width: 780px;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: rgba(255,255,255,0.93);
    color: #ad9a7a;
}

.home-service-intro .btn-view-more span { 

    color: #ad9a7a;
    font-weight: bold;
    text-decoration: underline;
}
.home-service-intro h2 {
    font-size: 40px;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}

.home-service-intro h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95px;
    height: 1px;
    background: #fff;
    z-index: 1;
}

.home-service-intro h3 {
    font-size: 20px;
    margin-bottom: 2rem;
}

.home-service {
    padding: 0 6rem;
}

.diamond {
    width: 20px;
    height: 20px;
    border: 1px solid #ad9a7a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: ease-in-out .4s all;
    -webkit-transition: ease-in-out .4s all;
    -moz-transition: ease-in-out .4s all;
    -ms-transition: ease-in-out .4s all;
    -o-transition: ease-in-out .4s all;
}

.diamond i {
    color: #ad9a7a;
    font-size: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: ease-in-out .4s all;
    -webkit-transition: ease-in-out .4s all;
    -moz-transition: ease-in-out .4s all;
    -ms-transition: ease-in-out .4s all;
    -o-transition: ease-in-out .4s all;
}

.btn-view-more {
    display: flex;
    align-items: center;
    margin-top: 3rem;
}
.btn-view-more:hover  {opacity: 0.8;}
.btn-view-more:hover span, .btn-view-more:hover .diamond i {
    color: #ad9a7a;
    transition: ease-in-out .4s all;
    -webkit-transition: ease-in-out .4s all;
    -moz-transition: ease-in-out .4s all;
    -ms-transition: ease-in-out .4s all;
    -o-transition: ease-in-out .4s all;
}

.btn-view-more:hover .diamond {
    border-color: #ad9a7a;
}

.btn-view-more span {
    margin-left: 1rem;
    color: #fff;
}

.home-service-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-service-content {
    display: flex;
    justify-content: flex-end;
}

.home-hotel-heading h3 {
    font-size: 20px;
    color: #ad9a7a;
    position: relative;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.home-hotel-heading h3::before {
    position: absolute;
    left: 0;
    width: 95px;
    height: 1px;
    background: #ad9a7a;
    content: '';
    top: 0;
}

.home-hotel-heading h2 {
    font-size: 40px;
    color: #ad9a7a;
    margin-bottom: 0;
}

.home-hotel-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.home-hotel-heading .view-more-detail a span, .home-hotel-heading .view-more-detail .diamond i {
    color: #ad9a7a;
}

.home-hotel-heading .view-more-detail .diamond {
    border-color: #ad9a7a;
}

.home-hotel-item {
    position: relative;
    overflow: hidden;
}

.home-hotel-item img {
    width: 100%;
    transition: ease-in-out .4s all;
    -webkit-transition: ease-in-out .4s all;
    -moz-transition: ease-in-out .4s all;
    -ms-transition: ease-in-out .4s all;
    -o-transition: ease-in-out .4s all;
}

.home-hotel-item:hover .image img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.home-hotel-item .overlay .logo {
    width: 200px;
}

.home-hotel-item .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(16, 36, 71, 0.7);
}

.home-hotel-content {
    margin: 3.5rem 0;
}

.home-quote-wrapper .home-service-content {
    justify-content: flex-start;
}

.author-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 3rem;
}

.author-wrapper .author-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-image {
    width: 93px;
    height: 93px;
    overflow: hidden;
    border: 1px solid #707070;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.author-name {
    margin-left: 1rem;
}

.author-name p {
    font-size: 24px;
    margin-bottom: 0;
}

/* ============ Footer ========= */

footer {
    background: #c19b76;
    padding: 1rem 0;
}
footer a {color: #ffffff !important}
.footer-content {
    display: flex;
    padding-bottom: 1rem;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}

.footer-contact span {
    margin: 0 .5rem;
    font-size: 16px;
    position: relative;
}

.footer-contact span:not(:last-child) {
    margin-right: 3rem;
}

.footer-contact span:not(:last-child):after {
    position: absolute;
    right: -47px;
    bottom: 11px;
    width: 30px;
    height: 2px;
    content: '';
    background: #fff;
    z-index: 1;
}

.footer-contact {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.footer-social a {
    color: #fff;
    font-size: 20px;
    margin: 0 .5rem;
}

.footer-copyright {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

#map {
    height: 500px;
    width: 100%;
}

.map-wrapper {
    position: relative;
}

.location-search-wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.datepicker td, .datepicker th {
    font-size: 12px;
}

.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #102447;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-left: 10px;
}

.search-icon i {
    font-size: 20px;
}

.search-input {
    overflow: hidden;
    width: 0;
    transition: ease-in-out .4s width;
    -webkit-transition: ease-in-out .4s width;
    -moz-transition: ease-in-out .4s width;
    -ms-transition: ease-in-out .4s width;
    -o-transition: ease-in-out .4s width;
}

.search-input.active {
    width: 200px;
}

.search-icon {
    cursor: pointer;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.location-detail-wrapper {
    background: #102447;
    padding: 1rem;
    width: 600px;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 1;
    display: none;
}

.location-detail-wrapper.animate__animated {
    --animate-duration: .5s;
}

.location-detail-wrapper .close {
    color: #fff;
}

.location-detail-content {
    display: flex;
    align-items: center;
}

.location-detail-wrapper .location-detail {
    margin-left: 1rem;
}

.location-detail-wrapper .location-detail p {
    margin-bottom: 0;
}

.location-detail-wrapper .location-detail p.name {
    font-size: 20px;
}

.location-detail-wrapper .location-detail p.city {
    color: rgba(255, 255, 255, 0.5);
}

.location-detail-wrapper .location-detail p.rate i {
    margin-right: 3px;
    font-size: 12px;
    color: #ad9a7a;
}

.zoom-control-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.zoom-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.zoom-controls .zoom-bar {
    height: 100px;
    width: 5px;
    background: #E4E4E4;
    position: relative;
}

.zoom-controls {
    background: #fff;
    color: #102447;
    padding: 0 .2rem;
}

.zoom-controls .plus, .zoom-controls .minus {
    cursor: pointer;
    font-weight: bold;
}

.zoom-controls .zoom-level {
    background-color: #102447;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: ease-in-out .4s height;
    -webkit-transition: ease-in-out .4s height;
    -moz-transition: ease-in-out .4s height;
    -ms-transition: ease-in-out .4s height;
    -o-transition: ease-in-out .4s height;
}

.menu-site .overlay {
    display: none;
}

/* ============= Hotels =========== */

.banner-wrapper {
    position: relative;
}

.banner-image img {
    width: 100%;
}

.banner-wrapper .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.banner-title h1 {
    font-size: 66px;
}

.banner-title {
    margin-bottom: 2rem;
}
.banner-title img.thumb {max-width: 250px !important}
.breadscrum .rectangle {
    width: 10px;
    height: 10px;
    background: #ad9a7a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 0 1rem;
}

.breadscrum ul li {
    display: inline-block;
    vertical-align: middle;
}

.breadscrum ul li a, .breadscrum ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadscrum ul li a {
    color: #fff;
}

.breadscrum ul li a:hover {
    color: #102447;
}

.breadscrum ul li span {
    color: #ad9a7a;
}

.hotels-wrapper {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.hotels-heading .hotels-title {
    text-align: center;
    margin-bottom: 2rem;
}

.hotels-heading .hotels-title p {
    color: #ad9a7a;
    font-size: 18px;
    letter-spacing: 6px;
}

.hotels-heading .hotels-title h2 {
    color: #ad9a7a;
    font-size: 40px;
    text-transform: capitalize;
}

.hotels-heading .hotels-description {
    text-align: center;
    color: #AAAAAA;
    font-size: 18px;
    width: 700px;
    margin: 0 auto;
}

.hotels-content .hotel-item .rate {
    color: #ad9a7a;
}

.hotels-content .hotel-item {
    border: 1px solid #ad9a7a;
}

.hotels-content .hotel-item img {
    width: 100%;
}

.hotels-content .hotel-item h3 {
    font-size: 20px;
    color: #102447;
    font-family: MontserratSemiBold;
    margin-top: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hotels-content .hotel-item .image {
    position: relative;
    cursor: pointer;
}

.hotels-content .hotel-item .image:hover .view-more-overlay {
    height: 100%;
}

.hotels-content .hotel-item .image .view-more-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    overflow: hidden;
    transition: ease-in-out .4s height;
    -webkit-transition: ease-in-out .4s height;
    -moz-transition: ease-in-out .4s height;
    -ms-transition: ease-in-out .4s height;
    -o-transition: ease-in-out .4s height;
}

.hotels-content .hotel-item .image .view-more-overlay a {
    color: #fff;
    background-color: #102447;
    padding: .5rem 1rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.hotels-content .hotel-item .content {
    padding: 1rem;
}

.hotels-content .hotel-item .content p.city {
    margin: .5rem 0;
    color: #707070;
}

.hotels-content .hotel-item .content p.price {
    margin: 0;
    color: #707070;
}

.hotels-content, .services-content {
    margin-top: 5rem;
}

.services-content .service-item {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

.services-content .service-item .content {
    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
    z-index: 2;
}

.services-content .service-item .content a {
    color: #fff;
}

.services-content .service-item .content h3 {
    font-size: 18px;
}

.services-content .service-item .content:hover .title {
    height: 220px;
}

.services-content .service-item .content .title {
    padding-top: 30px;
    position: relative;
    padding-left: 15px;
    padding-right: 30px;
    height: 190px;
    transition: ease-in-out .3s height;
    -webkit-transition: ease-in-out .3s height;
    -moz-transition: ease-in-out .3s height;
    -ms-transition: ease-in-out .3s height;
    -o-transition: ease-in-out .3s height;
}

.services-content .row {
    justify-content: center;
}

.services-content .service-item .content .title::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background: rgba(16, 36, 71, 0.7);
    content: '';
    transform: skewY(15deg);
    -webkit-transform: skewY(15deg);
    -moz-transform: skewY(15deg);
    -ms-transform: skewY(15deg);
    -o-transform: skewY(15deg);
}

.service-item img {
    width: 100%;
}

/* =========== Detail ============ */

.detail-heading h1 {
    color: #102447;
    font-size: 40px;
}

.detail-slider .slider-nav {
    margin-top: 1rem;
}

.detail-slider .slider-nav .item {
    cursor: pointer;
    margin: 0 5px;
    height: 129px;
    overflow: hidden;
    position: relative;
    transition: ease-in-out .4s all;
    -webkit-transition: ease-in-out .4s all;
    -moz-transition: ease-in-out .4s all;
    -ms-transition: ease-in-out .4s all;
    -o-transition: ease-in-out .4s all;
}

.detail-slider .slider-nav .item .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.detail-slider .slider-nav .item.slick-current .overlay {
    display: none;
}

.detail-slider .slider-nav ul {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.detail-slider .slider-nav ul.slick-dots li .dot {
    height: 1px;
    background: #9E9E9E;
    height: 1px;
}

.detail-slider .slider-nav ul.slick-dots li.slick-active .dot {
    height: 4px;
    background: #102447;
}

.detail-slider .slider-for .item {
    position: relative;
}

.detail-slider .slider-for .item .image-zoom {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    cursor: pointer;
}

.detail-wrapper {
    margin: 5rem 0;
}

.detail-heading {
    margin-bottom: 3rem;
}

.description-heading {
    margin-bottom: 2rem;
}

.description-heading h3 {
    font-size: 16px;
    color: #102447;
    position: relative;
    padding-bottom: .7rem;
}

.description-heading h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #9E9E9E;
    height: 1px;
    z-index: 1;
}

.detail-content {
    margin: 4rem 0;
    word-wrap: break-word;
}

.description-heading h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 105px;
    background: #ad9a7a;
    height: 4px;
    z-index: 1;
}

.detail-content .description {
    color: #102447;
    font-family: MontserratMedium;
    font-size: 16px;
    margin-bottom: 3rem;
}

.room-type .heading h2 {
    color: #102447;
    font-size: 18px;
}

.type-table .table-bordered td, .type-table .table-bordered th {
    border: 2px solid #ad9a7a;
}

.type-table table {
    margin-bottom: 0;
}

.type-table table th {
    font-size: 18px;
    font-family: MontserratMedium;
    color: #102447;
}

.type-table table td {
    color: #102447;
    font-family: MontserratMedium;
}

.type-table table th, .type-table table td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.facilities {
    background: #F2F2F2;
    padding: 2rem;
    height: 482px;
}

.facilities h2 {
    font-size: 18px;
    color: #102447;
    margin-bottom: 2rem;
}

.facility-list ul li {
    display: block;
    align-items: center;
    color: #102447;
    margin: 1rem 0;
}

.facility-list ul li p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: MontserratMedium;
}

.facility-list .icon {
    margin-right: 1rem;
    /* display: flex; */
    width: 26px;
    position: relative;
    bottom: 3px;
    float: left;
}
.facility-accord .icon {
    margin-right: 1rem;
    /* display: flex; */
    width: 26px;
    position: relative;
    bottom: 3px;
    float: left;
}

.detail-content .map {
    margin: 0rem 0;
    margin-top:20px;
}

.other-hotels .heading h2 {
    color: #102447;
    font-size: 18px;
}

.other-hotels .hotels-content {
    margin-top: 2rem;
}

.reservation-form {
    padding: 2rem 1.5rem;
    position: sticky;
    top: 120px;
}

.reservation-form h4 {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase !important;
}

.reservation-form .date-input, .reservation-form select {
    position: relative;
    margin: 1rem 0;
}

.reservation-form .date-input input, .reservation-form select {
    height: 38px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.reservation-form .date-input .icon-calendar {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.reservation-form .submit-wrapper {
    margin-top: 2rem;
}

.reservation-form .submit-wrapper .btn-submit {
    color: #fff;
    font-family: MontserratBold;
    text-transform: uppercase;
    background: #ad9a7a;
    padding-top: .75rem;
    padding-bottom: .75rem;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

/* ============= Contact form ============ */

.contact-form {
    padding: 3rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin: 15px 0;
}

.contact-form input, .contact-form textarea {
    background: #F7F7F7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-color: rgba(112, 112, 112, .2);
    margin-bottom: 1rem;
}

.contact-list .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #102447;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin: 15px 0;
    padding: 2rem 1rem;
}

.contact-list .item .diamond {
    width: 40px;
    height: 40px;
    border-color: #ad9a7a;
}

.contact-list .item .diamond i {
    font-size: 16px;
    color: #ad9a7a;
}

.contact-list .item .content {
    text-align: center;
    margin-top: 1rem;
}
.contact-list .item .content a {
    color: #102447;
}
.contact-list .item p.title {
    font-family: MontserratMedium;
    font-size: 18px;
    margin-bottom: .5rem;
}

.contact-form .submit-wrapper {
    margin-top: 3rem;
    text-align: center;
}

.contact-form .submit-wrapper .btn-submit {
    padding: 1rem 2rem;
    background:  #c19b76;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 0;
}

/* ========== About =========== */

.about-heading .diamond {
    border-color: #ad9a7a;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.about-heading .diamond i {
    color: #ad9a7a;
    font-size: 18px;
}

.about-heading h2 {
    margin-top: 1.5rem;
    text-align: center;
    color: #102447;
    font-size: 40px;
    margin-bottom: 0;
}

.about-heading {
    margin-bottom: 2rem;
}

.about-item {
    margin: 15px 0;
}

.about-item .image {
    overflow: hidden;
}

.about-item .image img {
    width: 100%;
    transition: ease-in-out .4s all;
    -webkit-transition: ease-in-out .4s all;
    -moz-transition: ease-in-out .4s all;
    -ms-transition: ease-in-out .4s all;
    -o-transition: ease-in-out .4s all;
}

.about-item:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.about-item .title {
    background: #102447;
    color: #fff;
    text-align: center;
    padding: 2rem;
    height: 180px;
    font-size: 18px;
}

.about-item .title p {
    margin-bottom: 0;
}

.about-section {
    margin-bottom: 5rem;
}

.slider-nav-wrapper {
    position: relative;
}

.slider-nav-wrapper .blur-side .left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 129px;
    overflow: hidden;
}

.slider-nav-wrapper .blur-side .right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 129px;
    overflow: hidden;
}
.award-item img {
    width: 100%;
}
.award-item  {
    margin: 15px 0;
}

.brand-slider .slick-track {
    display: flex;
}
.brand-slider .slick-track .item {
    padding: 0 30px;
}
.brand-wrapper {
    margin-bottom: 5rem;
}
.brand-slider .dot {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #888;
    margin: 0 3px;
}
.brand-slider ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-slider ul.slick-dots li.slick-active .dot {
    background: #102447;
}
.location-image {
    width: 200px;
}

.slide-logo {
    max-width: 200px;
}
#occupancyModal .modal-dialog {
    width: 100%;
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
}
#occupancyModal .modal-content {
    max-width: 300px;
}
#occupancyModal i {
    color: #000;
    font-size: 20px;
}
#occupancyModal .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#occupancyModal .occupancy-select {
    width: 150px;
}
#occupancyModal .icon {
    width: 20px;
    text-align: center;
}
#occupancyModal button.btn-save {
    background: #102447;
}
.occupancy-item {
    background: #102447;
    width: 50px;
    padding: .5rem 0;
    border-radius: 5px;
    cursor: pointer;
}
.occupancy-item:first-child {
    margin-right: 10px;
}
.occupancy-item i {
    margin-right: 5px;
}
.occupancy-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#occupancyModal .children-age {
    display: none;
    margin-right: 5px;
    margin-bottom: 5px;
}
#occupancyModal .children-age.show{
    display: unset;
}
#detail-booking .children-age-wrapper {
    display: none;
}
#detail-booking .children-age {
    display: none;
}
#detail-booking .children-age.show{
    display: unset;
}
#detail-booking .error {
    display: none;
}
#detail-booking .date-input-wrapper input[readonly] {
    background: #fff;
}
.thanks-wrapper {
    color: #102447;
}
.brand-slider .item a {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
}
.brand-slider .item {
    flex: 1;
    display: flex;
    height: auto;
}
.brand-slider .item .image {
    height: 90%;
    display: flex;
    align-items: center;
}
.brand-slider .item .name{
    height: 10%;
    color: #000;
    margin-top: 10px;
    text-align: center;
    color: #102447;
    text-transform: capitalize;
}

.footer-logo img {max-width: 220px;}


/* fahd */

.service .btn-view-more .tt-uper{
    color: #ad9a7a;
}
.faci_cont {
    float: left;
    margin: 10px 0;
}
.btn-view-more{
    cursor: pointer;
    font-family: MontserratSemiBold;
}
.faci_cont .icon {
    /*float: left;*/
    width: 50px;
    height: 50px;
    display: block;
}
p.name_faci {
    font-weight: bold;
    color: #102447;
    width: 100%;
    margin: 4px 0;
    /* font-family: MontserratSemiBold; */
}
p.content_faci {
    font-weight: normal;
    font-size: 14px  !important;
    color: #102447;
    text-decoration: justify;
}
.hotel-details{
    width: 100% !important;
    height: initial !important;
    padding: 33px 0; 
}

.content_section_faci {
    /*float: left;*/
    /*margin: 0 14px;*/
}

.home-service-wrapper-hotel {
    margin-top: 0;
}

.home-service-wrapper-hotel .home-service {
    padding: 0 2rem;
}



.home-service-wrapper-hotel .container{
    /*height: 482px;*/
}

.home-service-wrapper-hotel-single {padding: 0px !important; margin-top: 10px !important;}
.home-service-wrapper-hotel-single .home-service-intro h2 {font-size: 30px; margin-bottom:  1rem !important;}
.home-service-wrapper-hotel-single .home-service-intro  {background: none !important; color: #ffffff}
.home-service-wrapper-hotel-single .home-service-intro  a {font-size: 25px; font-weight: bold;}
#btn-share {display: none;}



.accordion {
    font-size: 1rem;
    /* width: 30vw; */
    margin: 0 auto;
    border-radius: 5px;
  }
  
  .accordion-header,
  .accordion-body {
    background: white;
  }
  
  .accordion-header {
    padding: 1.5em 1.5em;
    background: #F2F2F2;
    color: white;
    cursor: pointer;
    font-size: .7em;
    /* letter-spacing: .1em; */
    transition: all .3s;
    text-transform: uppercase;
  }
  
  .accordion__item {
      border-bottom: 1px solid #F2F2F2;
  }
  
  .accordion__item .accordion__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  
  .accordion-header:hover {
    background: #F2F2F2;
    position: relative;
    z-index: 5;
  }
  
  .accordion-body {
    background: #fcfcfc;
    color: #353535;
    display: none;
  }
  
  .accordion-body__contents {
    padding: 1.5em 1.5em;
    font-size: .85em;
  }
  
  .accordion__item.active:last-child .accordion-header {
    border-radius: none;
  }
  
  .accordion:first-child > .accordion__item > .accordion-header {
    border-bottom: 1px solid transparent;
  }
  
  .accordion__item > .accordion-header:after {
    /* content: "\f106"; */
    color: #102447;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f106";
    font-size: 1.2em;
    float: right;
    position: relative;
    top: -25px;
    transition: .3s all;
    transform: rotate(0deg);
  }
  
  .accordion__item.active > .accordion-header:after {
    transform: rotate(-180deg);
  }
  
  .accordion__item.active .accordion-header {
    background: #F2F2F2;
  }
  
  .accordion__item .accordion__item .accordion-header {
    background: #f1f1f1;
    color: #353535;
  }
  
  .home-logos-ksa {display: inline-block; max-width: 300px;}
  .home-logos-ksa-wrapper {text-align: center;  padding-top: 5px;}
  .home-logos-ksa.full-me { max-width: 100%; margin-bottom: 0;}
  @media screen and (max-width: 1000px) {
 
    
    .accordion {
      width: 100%;
    }
  }



@media screen and (min-width: 2000px) {
    .home-slider .item {
        height: 80vh;
        overflow: hidden;
    }
    .services-content .service-item .content p {
        width: 1000px;
    }
    .banner-wrapper {
        max-height: 80vh;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }
    .banner-wrapper {
        max-height: 70vh;
        overflow: hidden;
    }
    .home-slider .item {
        max-height: 80vh;
        overflow: hidden;
    }
    .slider-for .item {
        max-height: 600px;
        overflow: hidden;
    }
}

@media (min-width: 1680px) {
    .container {
        max-width: 1500px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1700px;
    }
    .services-content .service-item .content .title {
        padding-right: 90px;
    }
}

@media screen and (max-width: 1680px) {
    .home-service-intro {
        width: 700px;
        height: 650px;
    }
}

@media screen and (max-width: 1440px) {
    .home-service-intro {
        width: 650px;
        height: 550px;
    }
}

@media screen and (max-width: 1366px) {
    .home-service-intro {
        width: 630px;
        height: 530px;
    }

    .home-service-wrapper-hotel .container{
        height: 482px;
    }
    #map {
        height: 500px;
    }
    .hotel-search-wrapper {
        /* width: 1200px; */
    }
    .header-menu ul.main-menu li.menu-item a {
        padding-left: 0;
        padding-right: 0;
    }
    .header-menu ul.main-menu li.menu-item a {
        color: #fff;
        font-size: 11px;
        display: block;
        padding: 12px 5px;
        font-family: MontserratMedium;
        position: relative;
    }
}

@media screen and (max-width: 1024px) {
    .home-service-intro {
        width: 530px;
        height: 410px;
    }
    .home-service {
        padding: 0 3rem;
    }
    .home-service-intro h2 {
        font-size: 30px;
    }
    .home-service-intro h3 {
        font-size: 15px;
    }
    .author-image {
        width: 60px;
        height: 60px;
    }

    .hotel-search-wrapper {
        /* width: 900px; */
    }
    .hotel-search-content {
        flex-wrap: wrap;
    }
    .hotel-search-content .promotion-code {
        margin-top: 1rem;
    }
    .btn-check-available {
        margin-top: 2rem;
    }
    .hotel-search-wrapper {
        bottom: -130px;
    }
    .home-service-wrapper {
        margin-top: 15rem;
        margin-bottom: 2rem;
    }
    .home-hotel-wrapper {
        margin: 0.1rem 0;
    }
    .home-hotel-item .logo {
        text-align: center;
    }
    .home-hotel-item .logo img {
        width: 70%;
        margin: 0 auto;
    }
    .home-slider .slick-arrow.btn-prev {
        top: 38%;
        display: none !important; 
    }
    .home-slider .item img.thumb {width: 80%;}
    .home-slider .slick-arrow.btn-next, .slide-counter {display: none !important;}

    .footer-content {
        flex-flow: column;
        align-items: center;
    }
    .footer-content .footer-logo, .footer-contact {
        margin-bottom: 1rem;
    }
    .hotels-content .hotel-item {
        margin: 15px 0;
    }
    .reservation-form {
        margin: 2rem 0;
        position: static;
    }
    .reservation-form form {
        width: 50%;
        margin: 0 auto;
    }
    .detail-content .map {
        margin-bottom: 1rem;
    }
    .banner-title {
        margin-bottom: 0;
    }
    .about-item .title {
        padding: 1rem 2rem;
    }
}

 

@media screen and (max-width: 868px) {
    .home-hotel-content .home-hotel-item {
        margin: 15px 0;
    }

    #loading img {
        width: 31% !important;
    }
    .menu-site {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        display: flex;
        z-index: 999;
        width: 0;
        overflow: hidden;
        transition: ease-in-out .4s width;
        -webkit-transition: ease-in-out .4s width;
        -moz-transition: ease-in-out .4s width;
        -ms-transition: ease-in-out .4s width;
        -o-transition: ease-in-out .4s width;
    }
    .menu-site .header-menu {
        height: 100%;
        width: 40%;
        background-color: #fff;
    }
    .menu-site .overlay {
        height: 100%;
        width: 60%;
        background-color: rgba(0, 0, 0, 0.7);
        display: block;
    }
    .menu-site .overlay .btn-close {
        background-color: #fff;
        color: #102447;
        font-size: 25px;
        font-weight: bold;
        width: 50px;
        height: 50px;
        float: right;
    }
    .menu-site .header-menu ul.main-menu li.menu-item {
        display: block;
        text-align: left;
        border-bottom: 1px solid #102447;
    }
    .menu-site .header-menu ul.main-menu li.menu-item a {
        color: #102447;
        padding: 1rem;
    }
    .header-menu ul.main-menu li.menu-item.active a::after {
        display: none;
    }
    .header-menu ul.main-menu li.menu-item.active a {
        background-color: #ad9a7a;
        color: #fff;
    }
    .header-content .menu-mobile {
        font-size: 20px;
    }
    .hotel-search-content .search-item {
        width: 50%;
        margin-bottom: 1rem;
    }
    .hotel-search-wrapper {
        /* width: 90%; */
    }
    .menu-mobile {
        display: block;
    }
    .hotel-search-content .btn-submit-wrapper {
        flex: 1;
        text-align: center;
    }
    .check-in-out-date {
        justify-content: center;
    }
    .home-service-intro {
        width: 100%;
        height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .hotel-search-content .btn-submit-wrapper input {
        margin: 2rem auto 0 auto;
    }
    .hotel-search-wrapper {
        margin: 5rem auto 0 auto;
        position: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .slide-counter {
        top: 32%;
    }
    .home-slider .item .slide-item-content .slide-description {
        width: 500px;
    }
    .home-service-wrapper, .home-quote-wrapper {
        margin: 5rem 0;
    }
    .home-service-background {
        display: none;
    }
    .location-detail-wrapper {
        top: 20px;
    }
    .services-content .service-item .content p {
        width: 100%;
    }
    .detail-slider .slider-nav .item, .slider-nav-wrapper .blur-side .left, .slider-nav-wrapper .blur-side .right {
        height: 120px;
        overflow: hidden;
    }
    .hotels-heading .hotels-title h2 {
        font-size: 30px;
    }
    .banner-title {
        margin-bottom: 2rem;
        text-align: center;
    }
    .type-table {
        margin-bottom: 1rem;
    }
 
    .detail-heading h1 {font-size: 25px;}
    .occupancy-detail {justify-content: space-evenly !important;}
    .promotion-code input {border: 1px solid #ced4da !important; }
    .home-service-intro h2, .home-hotel-heading h2 {font-size: 30px}
    .home-hotel-heading h3 {font-size: 30px;margin-bottom: 10px;}
    body {
        font-size: 14px;
    }
    header, header.fixed {
        padding: .5rem 0;
    }
    .home-service-intro, .home-service-content {
        display: block;
        width: 100%;
    }
    .home-slider .item .slide-item-content .slide-description {
        width: 250px;
        margin-top: 1rem;
        font-size: 14px;

       
    }
    .home-slider .item .slide-item-content .slide-description p {

         /*height: 100px;*/
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
         display: -webkit-box;
        /*max-width: 200px;*/
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    /*.home-slider .item img.thumb {max-width: 80%}*/
    .home-hotel-heading {
        flex-flow: column;
        align-items: flex-start;
    }
    .home-hotel-heading .view-more-detail .btn-view-more {
        margin-top: 2rem;
    }
    .home-service-intro {
        padding-top: 0;
        padding-bottom: 0;
    }
    #map {
        height: 400px;
    }
    #map .gm-style .gm-style-iw-d {
        color: #102447;
    }
    #map .gm-style .gm-style-iw-d p {
        margin-bottom: 3px;
    }
    .footer-contact {
        flex-flow: column;
        align-items: center;
    }
    .home-service {
        padding: 2rem 1rem;
    }
    .slide-counter {
        top: 26%;
    }
    .hotel-search-content .search-item {
        width: 100%;
        margin-bottom: 1rem;
    }
    .hotel-search-wrapper {
        padding: 1rem;
    }
    .check-in-out-date {
        justify-content: center;
    }
    .check-in-out-date .angle-left {
        margin: 0 1.5rem;
    }
    .hotel-select {
        width: 100%;
    }
    .author-wrapper .author-detail {
        flex-flow: column;
    }
    .home-service-intro {
        height: auto;
    }
    .author-detail .author-name {
        text-align: center;
        margin-left: 0;
        margin-top: 1rem;
    }
    .menu-site .header-menu {
        width: 250px;
    }
    .menu-site .overlay {
        width: calc(100% - 250px);
    }
    .occupancy-detail select {
        width: 60px;
    }
    .occupancy-detail select {
        padding-left: 36px;
    }
  
   
    .home-hotel-content {
        margin: 2rem 0;
    }
    .hotel-search-wrapper {
        margin-top: 3rem;
    }
    .home-service-wrapper, .home-quote-wrapper {
        margin: 3rem 0;
        -webkit-box-shadow: 1px 5px 15px 5px #AAAAAA; 
box-shadow: 1px 5px 15px 5px #AAAAAA;
    }
    .footer-contact span {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-contact span:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .footer-contact span:not(:last-child):after {
        left: 50%;
        transform: translateX(-50%);
        bottom: unset;
        right: unset;
        top: 37px;
    }
    .footer-logo {
        margin-bottom: 2rem;
    }

    .footer-copyright {
        flex-flow: column;
    }
    .language-select-wrapper i.fa-globe {
        display: none;
    }
    .language-select-wrapper .language-select {
        margin: 0;
    }
    .header-logo img {
        width: 80%;
    }
    .header-logo {
        text-align: center;
    }
    .hotels-heading .hotels-description {
        width: 100%;
    }
    .banner-title h1 {
        font-size: 50px;
    }
    .hotels-content {
        margin-top: 3rem;
    }
    .hotels-wrapper {
        margin: 3rem 0;
    }
    /* .services-content .service-item .content .title {
        padding-top: 20px;
        height: 300px;
    } */
    .services-content .service-item .content .title::after {
        transform: skewY(10deg);
        -webkit-transform: skewY(10deg);
        -moz-transform: skewY(10deg);
        -ms-transform: skewY(10deg);
        -o-transform: skewY(10deg);
    }
    .type-table {
        margin-bottom: 2rem;
    }
    .reservation-form form {
        width: 100%;
    }
    .reservation-form {
        margin-top: 1rem;
    }
    .detail-content {
        margin-bottom: 1rem;
    }
    .detail-content .map {
        margin-top: 2rem;
    }
    .type-table .table-bordered td, .type-table .table-bordered th {
        vertical-align: middle;
    }
    .breadscrum ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 300px;
    }
    .breadscrum ul li {
        display: block;
        margin-top: 1rem;
    }
    .contact-form .form-group {
        margin-bottom: 0;
    }
    .contact-form {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-bottom: 2rem;
    }
    .about-item .title {
        padding: 1.5rem 2rem;
    }
    
}

@media screen and (max-width: 500px) {
    .home-service-content div {margin-bottom: 10px;}
    #slide-logo {max-width: 120px !important;}
    #btn-share {
        display: block; 
        color: #ffffff; 
        text-align: right;
        color: #ad9a7a;
        text-align: right;
        position: absolute;
        z-index: 1000000000;
        bottom: 5%;
        right: 16px;
        position: fixed;  
    }
    #btn-share i {font-size:28px;}
}
@media screen and (max-width: 376px) {
    .services-content .service-item .content .title {
        height: 340px;
    }
    .about-item .title {
        padding: 1rem;
    }

}


#loading {background: #fff;}
#loading img {width: 5%;}
.loading_ui {background-color: #ffffff6d !important;}


.header-languages{ align-items: center; display: flex;}
#roi-loyalty-icon { margin-right: 2rem;}



/*BEGIN: widget CSS*/

#font-size-toggle {
  position: fixed;
  right: 0;
  top: 30%;
  display: flex;
  background: #ad9a7a;
  color: #fff;
  transform: translate(calc(20px + 2.7em));
  transition: 0.3s;
  z-index: 9999999999999;
}

#font-size-toggle.expanded {
  transform: none;
}

.font-size-toggle__label-wrap {
  width: 2.5em;
  height: 10em;
}

.font-size-toggle__label.font-size-toggle__label {
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-decoration: none;
  color: #ffffff;
  transition: 0.2s;
  height: 100%;
  width: 100%;
  /*opacity: 0.6;*/
  font-weight: bold;
}

.font-size-toggle__label.font-size-toggle__label:hover,
.font-size-toggle__label.font-size-toggle__label:focus {
  opacity: 1;
}

.font-size-toggle__control-panel {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.font-size-toggle__increase.font-size-toggle__increase,
.font-size-toggle__decrease.font-size-toggle__decrease {
  background: none;
  border: solid 2px #ffffff;
  color: #ffffff;
  height: 1.6em;
  width: 1.6em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
}

.font-size-toggle__increase.font-size-toggle__increase:hover,
.font-size-toggle__decrease.font-size-toggle__decrease:hover,
.font-size-toggle__increase.font-size-toggle__increase:focus,
.font-size-toggle__decrease.font-size-toggle__decrease:focus {
  background: #ad9a7a;
  color: #ffffff;
}

.font-size-toggle__scale {
  padding: 10px 0;
}

@media (max-width: 767px) {
  #font-size-toggle {
    top: auto;
    bottom: 0;
    flex-flow: column;
    transform: translateY(calc(10px + 2.5em));
    padding: 0 10px 10px 0;
  }
  .font-size-toggle__label.font-size-toggle__label {
    writing-mode: initial;
    transform: none;
  }
  .font-size-toggle__control-panel {
    flex-flow: row;
  }
  .font-size-toggle__scale {
    padding: 0 10px;
  }
  .font-size-toggle__label-wrap {
    height: 2.5em;
    width: 10em;
  }
}

/*END: widget CSS*/