@font-face {
    font-family: 'Inter-Normal';
    /*src: url('../fonts/Inter-Normal.ttf');*/
    src: url('../fonts/Inter-Regular.otf');
}

@font-face {
    font-family: 'NocturneSerif-Normal';
    /*src: url('../fonts/NocturneSerif-Normal.ttf');*/
    src: url('../fonts/NocturneSerif-Regular.ttf');
}

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

@font-face {
    font-family: 'InterNormal';
    /*src: url('../fonts/Inter-Light.ttf');*/
    src: url('../fonts/Inter-Light.otf');
}


/*.Inter-Normal{
    font-family: 'Inter-Normal';
}*/

html {
    scroll-behavior: smooth;
}

.font-nlight {
    font-family: 'NocturneSerif';
}

.font-ilight {
    font-family: 'InterNormal';
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    --font10: 10px;
    --font12: 12px;
    --font13: 13px;
    --font14: 14px;
    --font15: 15px;
    --font16: 16px;
    --font17: 17px;
    --font20: 20px;
    --font32: 32px;
    --font30: 30px;
    --font48: 48px;
}

body {
    color: #514641;
    font-family: 'Inter-Normal';
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.row.sa-pr .form-group label {
    font-size: 14px;
}

.sa-pr label {
    font-size: var(--font14);
}

.form-control {
    border-radius: 2px!important;
    border: 1px solid #DDDCD7;
    line-height: 20px;
    font-size: var(--font14);
}

a:hover {
    text-decoration: none;
}

.p-room {
    font-size: var(--font14);
}

.fixed .header-new .intr .filter {
    filter: invert(100%) brightness(2.5);
}

.fixed .header-new .intr .fill-white {
    color: #ffffff!important;
}


/*nav-menu*/

.menu-title {
    font-size: 13px;
    letter-spacing: 0.25em;
    font-weight: 300;
}

.btn:focus {
    box-shadow: none!important;
}

.btn-dark,
.bg-dark:active,
.bg-dark:focus {
    background-color: #613842!important;
    color: #ffffff!important;
    box-shadow: none!important;
    border-radius: 0px!important;
    font-family: 'Inter-Normal';
    font-size: 16px;
    line-height: 24px
}

.fn-forgot {
    font-size: 16px;
    border: 1px solid #613842!important;
    line-height: 24px;
}

.btn-dark-outline {
    border-color: #613842!important;
    color: #613842!important;
    border-radius: 0px;
    font-family: 'Inter-Normal';
    font-size: 16px;
    line-height: 24px
}

.login-bg {
    background-image: linear-gradient(45deg, #000000, 60%, transparent), url(../images/hero-login.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
}

.fotgot-bg {
    background-image: linear-gradient(45deg, #000000, 60%, transparent), url(../images/hero-forgot.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
}

.login-dec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 4%;
}

.sa-card1 h5 {
    color: #613842;
    font-weight: 400;
    letter-spacing: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
}

.sign-font {
    font-size: 14px;
}

.p-font1 {
    font-size: 14px;
    line-height: 20px;
}

.w-100 {
    width: 100%;
}

.saform-control {
    border-radius: 2px!important;
    border: 1px solid #DDDCD7!important;
}

.sa-card1 .forgot-link a {
    color: #754733;
    font-family: 'Inter-Normal';
    line-height: 20px;
    font-size: 14px;
}

.sa-card1 label {
    color: #645954;
}

.login-text h4 {
    /* font-size: */
}

.p-color {
    color: #514641;
}

.card {
    border-radius: 0px;
}

.sa-body {
    padding: 16px;
}

.fa-show {
    position: relative;
    float: right;
    right: 14px;
    top: -28px;
    font-size: var(--font14);
    color: #736660;
    cursor: pointer;
}

.navbar-brand1,
.navbar-brand1:hover {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    letter-spacing: 18px;
    color: #ffffff
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s;
    z-index: 9;
    background: #613842;
}

.fixed {
    background-color: #613842;
}

.bg-light {
    height: 55px;
    background-color: transparent!important;
    border: none;
    color: white;
    z-index: 100;
    transition: background-color 1s ease 0s;
}

.nav-link {
    color: #ffffff!important;
    font-size: 15px;
}

.contact-mtminus {
    margin-top: -317px;
}

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        color: #ffffff!important;
    }
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #ffffff!important;
}

.mt-minus {
    margin-top: -3px;
}

.mt-hotel {
    margin-top: -150px;
}

.btn-nav {
    border-radius: 3px;
    border: 1px solid #ffffff;
}

.maxico-mt {
    padding-top: 296px!important;
}

.mt-hotel-detail {
    margin-top: -315px!important;
}

.hoteldetail-bg {
    position: relative;
    z-index: 1;
    top: -44px;
}


/*.bg-text{
    background-image: url(../images/hero-home.png),linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    height: 665px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}*/

.sa-indexlink {
    font-family: 'NocturneSerif-Normal';
    letter-spacing: 9px;
}

.hotel-owl h3 {
    font-family: 'NocturneSerif';
    margin-bottom: 4px;
}

.hotel-owl h1 {
    font-family: 'NocturneSerif-Normal';
    font-weight: normal;
    line-height: 1.2 !important;
    margin-bottom: 48px !important;
}

.hotel-owl {
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-position: 0;
}

.btn-offerbrown,
.btn-offerbrown:active,
.btn-offerbrown:hover {
    background-color: #613842;
    color: #ffffff;
    box-shadow: none;
    border-radius: 0px;
    padding: 21px 43px;
    /*padding: 21px 43px;*/
}

.owl-slider {
    width: 100%;
}

.gotocontact .fa-angle-right {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    font-size: 10px;
    display: inline-block;
    line-height: 20px;
    margin: 0;
    color: #ffffff;
    margin-left: 13px;
    transition: all 0.4s;
}

.gotocontact,
.gotocontact:active,
.gotocontact:hover {
    color: #ffffff;
}

.gotocontact .fa-angle-right:before {
    margin-left: 7px;
    font-size: 16px;
}

.navbar-light .navbar-brand {
    color: #ffffff!important;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Inter-Normal';
}

.owl-slider .owl-nav {
    top: 259px;
    color: #ffffff;
    font-size: 50px;
    position: absolute;
}

.owl-slider .owl-nav.disabled,
.owl-slider .owl-dots.disabled {
    display: block;
}

.owl-slider .owl-nav .owl-next {
    position: relative;
    left: 1275px;
    right: 0px;
}

.owl-slider .owl-nav .owl-prev {
    position: relative;
    left: 21px;
}

.btn-outline-success {
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 15px;
    border-radius: 2px;
}

.btn-outline-success:hover,
.btn-outline-success.active {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.nav-bgcolor {
    background-color: #514641;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    /*min-height: 665px;
    max-height: 665px;*/
    overflow: auto;
}

.nav-title {
    display: flex;
    justify-content: space-between;
}

.ul-none {
    list-style: none;
}

.ul-none li a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'InterNormal';
    line-height: 20px;
    margin-bottom: 8px;
    display: inline-block;
}

.nav-li li a {
    color: #DDDCD7!important;
}

.ul-none:first-child {
    margin-left: 30px;
}

.sa-view-more,
.sa-view-more:hover {
    text-decoration: underline;
    margin-left: 45px;
    color: #ffffff;
    font-size: 13px;
}

.hotel-offerbg {
    position: relative;
    z-index: 2;
    /*top: -100px;*/
    top: -129px;
}

.mt-84px {
    margin-top: 84px;
}

.tab-offerbg {
    position: relative;
    z-index: 1;
    top: -70px;
}

.br-1 {
    border-top: 1px solid #645954;
}

.about-mbmt li {
    margin-top: 32px;
    font-family: 'NocturneSerif-Normal';
}

.sa-ls {
    letter-spacing: 10px;
    font-family: 'NocturneSerif';
}

.nav-main {
    font-family: 'NocturneSerif';
}

.fn-size {
    font-size: var(--font12);
    font-family: 'InterNormal';
    padding-top: 12px;
    padding-bottom: 12px;
    letter-spacing: 0;
}

.owl-slider .owl-dots {
    display: none;
}

.center-tab {
    display: flex;
    /*justify-content: center;*/
    margin: 0;
}

.sa-card {
    background-color: #ffffff;
    border-radius: 0px;
    border: 0px;
    min-width: 1072px;
    max-width: 1072px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 45px 64px rgba(47, 27, 9, 0.15), 0px 12px 49.0304px rgba(47, 27, 9, 0.15), 0px 13.608px 23.0112px rgba(47, 27, 9, 0.08424), 0px 5.472px 10.0768px rgba(47, 27, 9, 0.06576), 0px 1.224px 4.3616px rgba(47, 27, 9, 0.04152);
}

.nav-item:active {
    color: red;
}

.sa-nav {
    background: transparent;
    box-shadow: none;
    /* 3 border: 0px!important; */
    color: #645954!important;
    text-align: center;
}

.sa-nav-tabs {
    border-bottom: 0px!important;
}

.sa-nav:focus {
    outline: none!important;
}

.sa-form {
    border: 0px;
    border-radius: 0px;
    font-size: var(--font12);
}

.sa-card .tab-content label {
    color: #514641!important;
    font-size: var(--font12);
    font-weight: 400;
    font-family: 'NocturneSerif-Normal';
}

.btn-browndark,
.btn-browndark:hover,
.btn-browndark:active {
    background-color: #613842;
    color: #ffffff;
    box-shadow: none;
    border-radius: 0px;
    padding: 21px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.2px;
    min-width: 149px;
}

.fa-select {
    border: none;
    font-size: var(--font12);
    padding: 0;
}

.sa-cardbody {
    padding: 24px 0px 0px 8px;
}

.sa-pd {
    padding-left: 20px;
    padding-right: 0px;
}

.thumb-carousel .item {
    background-size: cover;
}

.nav-pills .sa-nav.active,
.nav-pills .show>.sa-nav {
    color: #ffffff;
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 2px solid #613842;
}

.sa-fg {
    border-right: 1px solid #DDDCD7;
}

.footer-owl-img1 .owl-dots button.owl-dot,
.offer-carousel .owl-dots button.owl-dot {
    height: 8px;
    width: 8px;
    margin: 8px;
    border-radius: 50%;
    outline: none !important;
    background: #DDDCD7;
}

.footer-owl-img1 .owl-dots button.owl-dot.active,
.offer-carousel .owl-dots button.owl-dot.active {
    /*opacity:1!important;*/
    background: #613842;
}

.footer-owl-img1 .owl-dots,
.offer-carousel .owl-dots {
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.hotel-img-list .owl-dots {
    flex-wrap: wrap;
}

.footer-owl-img1 .owl-stage-outer {
    margin: 30px 0;
}

.footer-owl-main1 {
    color: white;
}

.owl-section {
    margin-top: -68px;
}

.luxury-title h2 {
    color: #613842;
    font-family: 'NocturneSerif-Normal';
    font-weight: 400;
    line-height: 38.4px
}

.sa-luxury {
    margin-top: 50px;
    margin-bottom: 96px !important;
}

.luxury-des p {
    color: #514641;
    font-size: var(--font14);
    line-height: 24px;
}

.sa-view {
    color: #754733;
    position: relative;
    font-weight: normal
}

.sa-view:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #754733;
    left: 0;
    right: 0;
    bottom: 0;
}

.light-graybg {
    background-color: #F3F2EE;
}

.thumb-owl {
    position: relative;
    top: 178px;
    overflow: hidden;
}

.thumb-carousel .owl-nav {
    display: flex!important;
}

.mb-minus1 {
    margin-bottom: -133px;
}

.thumb-carousel .owl-prev img {
    position: absolute;
    left: -81px;
    right: 0;
    top: 63px;
    border: 1px solid #645954;
    padding: 10px;
    border-radius: 50%;
    height: 42px;
    width: 42px;
}

.thumb-carousel .owl-next img {
    position: absolute;
    left: -81px;
    right: 0;
    top: 2px;
    border: 1px solid #645954;
    padding: 10px;
    border-radius: 50%;
    height: 42px;
    width: 42px;
}

.fn-white {
    color: #ffffff;
}

.sa-pb1 {
    color: #ffffff;
    position: absolute;
    bottom: 41px;
    left: 10px;
    font-size: 25px;
    font-family: 'NocturneSerif-Normal';
}

.sa-pb2 {
    position: absolute;
    bottom: 28px;
    left: 10px;
    font-size: var(--font14);
    font-family: 'NocturneSerif';
}

.sa-pb2 a,
.sa-pb2 a:hover {
    color: #ffffff;
}

.sa-pb3 {
    position: absolute;
    bottom: 9px;
    left: 10px;
    font-size: var(--font14);
    font-family: 'NocturneSerif';
}

.sa-pb3 a,
.sa-pb3 a:hover {
    color: #ffffff;
}

.bg-darkgray {
    background-color: #EBEAE5;
}

.pd-topdiv {
    padding-top: 178px;
}

.sa-card-text {
    color: #514641;
    font-family: 'NocturneSerif-Normal';
    margin-bottom: 8px !important;
    line-height: 24px;
}

.card-color {
    background-color: #F3F2EE;
}

.card-color:hover {
    background-color: #ffffff;
    box-shadow: 0px 4px 0px #b4846c;
}

.sa-compliments {
    background-color: #613842;
    font-size: var(--font12);
    padding: 5px;
    width: 125px;
    text-align: center;
}

.sa-room {
    background-color: #B4846C;
    font-size: var(--font12);
    padding: 5px;
    text-align: center;
}

.sa-bed {
    background-color: #854C5A;
    font-size: var(--font10);
    padding: 5px;
}

.sa-late1 {
    background-color: #754733;
    font-size: var(--font10);
    padding: 5px;
}

.sa-free {
    background-color: #514641;
    font-size: var(--font12);
    padding: 5px;
    width: 137px;
    text-align: center;
}

.sa-freehotel {
    background-color: #6F605A;
}

.sa-freelocal {
    background-color: #95857E;
}

.sa-freelocal,
.sa-freehotel {
    font-size: var(--font12);
    text-align: center;
    padding: 4.52px 8px;
    line-height: 16px;
    margin-bottom: 16px;
}

.sa-stay {
    background-color: #E5B299;
    ;
    font-size: var(--font12);
    padding: 5px;
    /* width: 88px; */
    text-align: center;
}

.sa-fb {
    background-color: #A07055;
    font-size: var(--font12);
    width: 129px;
    text-align: center;
    padding: 4.52px 8px;
    line-height: 16px;
}

.span-color {
    color: #736660;
    font-size: var(--font12);
}

.sa-camp {
    color: #514641;
}

.hoesa {
    color: #645954;
}

.section-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 300px;
}

.offer-color {
    background-color: #F3F2EE;
    border: 0px;
}

.img21 {
    height: 13px!important;
    margin-top: -3px;
    margin-right: 6px;
}

.btn-dark-outline1 {
    border-color: #613842!important;
    color: #613842!important;
    border-radius: 0px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active {
    background-color: #613842!important;
    border-radius: 0px!important;
    border-color: #613842!important;
}

.btn-primary:focus {
    outline: none!important;
    box-shadow: none!important;
}

.card-color {
    border: 0px;
}

.card-color .absolute {
    display: none;
}

.card-color img.card-img-top {
    border-radius: 0px;
}

.card-color:hover .absolute {
    display: block;
    z-index: 1;
    margin-top: 15px;
}

.bg-darkgray {
    overflow: hidden;
}

.owl-margin {
    margin-left: -50px;
    margin-right: -50px;
}

.section-carousel .owl-dots button.owl-dot {
    height: 10px;
    width: 10px;
    margin: 10px;
    border-radius: 50%;
    outline: none !important;
    background: #DDDCD7;
}

.section-carousel .owl-dots button.owl-dot.active {
    /*opacity:1!important;*/
    background: #613842;
}

.section-carousel .owl-dots {
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    z-index: -1;
}


/*.section-carousel .owl-stage-outer {
    margin:30px 0;
}*/

.section-owl {
    color: white;
}

.label-color {
    color: #613842;
}

.sa-newcolor {
    background-color: #F3F2EE;
}

.homebodycolor {
    background-color: #FFFEF9;
}

.sa-late {
    color: #514641;
}

.sa-pointer {
    cursor: pointer;
}

.angle-right {
    color: #754733;
    font-size: 18px;
}

.span-color1 a {
    color: #754733;
    font-size: var(--font12);
}

.card-img1 {
    height: 170px!important;
    object-fit: cover;
}

.card-color1 {
    height: 265px!important;
}

.card-hover {
    padding: 1.25rem;
    background-color: #ffffff;
    height: 265px!important;
    width: 100%;
    white-space: normal;
}

.index-pd {
    padding: 120px 0px;
    overflow: hidden;
}

.most-color {
    color: #645954;
}

.browse-color {
    color: #613842;
    font-family: 'NocturneSerif-Normal';
}


/*.arrow{
    border: 1px solid #645954;
    width: 34px!important;
    height: 34px;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}
*/

.outline-view1 {
    border-color: #613842!important;
    color: #613842!important;
    border-radius: 0px;
    padding: 10px;
    border: 1px solid;
}

.sa-pos1 {
    overflow: hidden;
    position: relative;
}

.card-hover {
    position: absolute;
    bottom: -100%;
    transition: 0.5s;
}

.card-hover:hover {
    top: 0;
    position: absolute;
}

.sa-pos1:hover .card-hover {
    bottom: 0;
}

.bg-img1 {
    background-image: url(../images/img-about-home-hero.png);
    height: 555px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.img-sec1 p {
    /*font-size: var(--font14);*/
    font-family: 'NocturneSerif';
    font-size: 18px!important;
}

.sa-rowscen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.read-outline {
    border-color: #FFFFFF!important;
    color: #ffffff!important;
    border-radius: 0px;
    padding: 10px 15px;
    border: 1px solid;
    margin-top: 30px;
}

.rows-end {
    display: flex;
    justify-content: flex-end;
}


/*/srushti*/

footer {
    background: #514641;
    color: white;
    padding: 64px 0;
    font-size: var(--font12);
    letter-spacing: 1px
}

.footer-ul {
    padding: 0;
    margin: 0;
}

.footer-btn {
    border: 1px solid #ffffff;
    background: #645954;
    color: #ffffff;
    border-radius: 0px;
    font-size: 15px;
    padding: 7px 12px;
    margin-bottom: 28px;
}


/*.footer-owl{
    background: #645954;
    color:white;
 }*/

.footer-owl {
    padding: 49px 0 47px;
}

.footer-owl .owl-dots button.owl-dot {
    height: 8px;
    width: 8px;
    background: #736660;
    margin: 0 10px;
    border-radius: 50%;
    outline: none !important;
}

.footer-owl .owl-dots button.owl-dot.active {
    /*opacity:1!important;*/
    background: #DDDCD7;
}

.footer-owl .owl-dots {
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
}

.footer-owl .owl-stage-outer {
    margin: 0px 12px;
}

.footer-owl-main {
    background: #645954;
    color: #ffffff;
}

ul.footer-ul li {
    padding-top: 4px;
    list-style: none;
}

.f-up a {
    font-family: 'NocturneSerif'!important;
    font-size: var(--font12);
    color: #ffffff;
}

.f-up {
    margin-bottom: 8px;
    padding-top: 0 !important;
    font-weight: 400;
}

.footer-bor {
    border-top: 1px solid #736660;
    margin: 88px 0 32px;
    opacity: 0.4;
}

.sr-mh {
    min-height: 900px;
}

.sr-end {
    display: flex;
    justify-content: flex-end;
}

.ls-0 {
    letter-spacing: 0;
}

.sr-white {
    color: #ffffff!important;
}

.footer-ul li a {
    color: #ffffff!important;
    font-size: 14px;
    font-family: 'Inter-Normal';
    letter-spacing: 0;
    display: inline-block;
}

.Inter-Normal {
    font-family: 'Inter-Normal';
}

.NocturneSerif {
    font-family: 'NocturneSerif-Normal';
}

.svg-insta {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.main-owl .owl-nav.disabled {
    display: flex;
}

.insta-sec-img {
    width: 100%;
}

.newslettertext {
    color: #613842;
    font-size: 19px;
    font-family: 'NocturneSerif-Normal';
}

.newsmodel {
    color: #645954;
    font-size: var(--font12);
    margin-bottom: 4px;
}

.footer-top {
    border-top: 0px!important;
    margin-top: -10px;
    margin-bottom: 11px;
    padding: 32px;
}

.border-content {
    border-radius: 0px!important;
}

.main-owl .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
}

.main-owl .owl-nav button.owl-next {
    position: absolute;
    right: 50px;
}


/*owl carousell img heigth and width*/


/*.main-owl .owl-nav img{
        height: 19px;
    width: 19px;
}*/

.main-owl .owl-nav button.owl-prev {
    position: absolute;
    left: 36px;
}

.main-owl .owl-nav button.owl-next:focus,
.main-owl .owl-nav button.owl-prev:focus {
    outline: none;
}

a.sa-nav {
    position: relative;
    /* width: 104px; */
    padding: 0 0 10px 0;
    margin: 0 19px;
    line-height: 24px;
}

.nav-tabs .nav-item.show .sa-nav,
.nav-tabs .sa-nav.active::after {
    content: '';
    height: 2px;
    width: 70%;
    background: #613842;
    position: absolute;
    display: flex;
    left: 15%;
    border-radius: 5px;
    bottom: -9px;
}


/*
select.sa-icon + .select2-container--default .select2-selection--single {
    border: 1px solid #fff!important;
}

select.sa-icon + .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
select.sa-icon + .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: #495057;
}

select.sa-icon + .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    padding-left: 0px;
    padding-top: 2px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
    font-size: var(--font12)!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff!important;
    color: #736660!important;
    font-size: var(--font12)!important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff!important;
    font-size: var(--font12)!important;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 12px;
}*/

select.form-control.fs-border {
    border: 0px;
    font-size: var(--font12);
    padding: 0px;
    /*margin-left:-2px;*/
    opacity: 0.5;
}

.fs-border:focus {
    box-shadow: none;
}


/*  offer page css */

.bg-offer {
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.offer1bg {
    position: relative;
    z-index: 1;
    top: -260px;
}

.uncover-top {
    position: absolute;
    top: 81px;
    z-index: -1;
    left: 0;
    right: 0;
}

.sa-mtmb {
    margin-top: 135px;
    margin-bottom: 100px;
}

.sa-mtmb2 {
    margin-top: 135px;
    margin-bottom: 100px;
}

.light-mtminus {
    margin-top: -230px;
}


/*portfolio */

.portfolio {
    background-color: #EBEAE5;
    margin-top: -31px;
}

.section .top-side .title {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}

.section .top-side .title:after {
    content: '';
    display: block;
    width: 50%;
    border-bottom: 1px solid #494949;
    margin: 8px auto;
}

.section .top-side h2 {
    font-weight: 700;
}

.section.portfolio .filters ul {
    padding: 0;
    flex: 1;
    margin-right: 15px;
}

.section.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
    line-height: 32px;
}

.section.portfolio .filters ul li:after {
    content: '';
    display: block;
    width: calc(0% - 60px);
    position: absolute;
    height: 2px;
    margin-top: 7px;
    background: #514641;
    transition: width 350ms ease-out;
}

.section.portfolio .filters ul li:hover:after {
    width: calc(100% - 22px);
    transition: width 350ms ease-out;
}

.section.portfolio .filters ul li.active:after {
    width: calc(100% - 22px);
}

.section.portfolio .filters-content {
    margin-top: 28px;
}

.section.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}

.section.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

.section.portfolio .filters-content .item {
    cursor: pointer;
    margin-bottom: 30px;
}

.section.portfolio .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.section.portfolio .filters-content .item .p-inner h5 {
    font-size: 15px;
}

.section.portfolio .filters-content .item .p-inner .cat {
    font-size: 13px;
}

.section.portfolio .filters-content .item img {
    width: 100%;
}

.filters li {
    color: #645954;
    font-size: var(--font14);
}

.bg-offer-size {
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
}

.offertop {
    position: absolute;
    left: 0;
    right: 0;
    top: 321px;
}

.filtermt {
    margin-top: 47px;
}

.d-advance {
    margin-top: 47px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.advance-filter,
.advance-filter:hover,
.advance-filter:active {
    color: #754733;
    position: relative;
}

.advance-filter:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #754733;
    left: 0;
    right: 0;
    bottom: 0;
}

.d-flexadv {
    display: flex;
    justify-content: space-between;
}

input.sa-input1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.sa-rowmt {
    margin-top: 55px;
}

.showmtmb {
    margin-top: 60px;
    margin-bottom: 90px;
}

.showmtmb a {
    color: #645954;
}

.advanced-f {
    color: #613842;
    font-family: 'NocturneSerif-Normal';
    line-height: 38.4px;
    font-size: 32px;
}

.span-check {
    display: flex;
    justify-content: space-between;
}

.span-check p {
    margin-bottom: 7px;
    color: #514641;
    font-size: var(--font12);
    padding-right: 17px;
}

.span-check input {
    margin-top: 4px;
}

.form-check-input {
    visibility: hidden;
}

.form-check-label {
    color: #754733;
    text-decoration: underline;
    font-size: var(--font12);
}

.d-flexadv p {
    color: #514641;
    font-size: 20px;
    font-family: 'Inter-Normal';
    font-weight: 500;
    line-height: 24.2px;
}

.sa-modal {
    display: flex;
    justify-content: flex-end;
    padding: 14px;
}

.insta-img {
    background-repeat: no-repeat;
    background-size: cover;
}


/*srushti header css*/

.intr {
    line-height: 40px;
    color: #fff;
    display: flex;
    padding: 9px;
    align-items: center;
    justify-content: space-between;
}

.intr p {
    font-size: 16px;
    letter-spacing: 6px;
    display: flex!important;
    margin-bottom: 0px!important;
    align-items: center!important;
    letter-spacing: 0.4em;
}


/*/contact us css*/

.letus-color h3 {
    color: #613842;
    font-family: 'NocturneSerif-Normal';
    margin-bottom: 20px;
    line-height: 57.6px;
}

.letus-color p {
    color: #514641;
    line-height: 1.5;
}

.contact-bg {
    background-color: #EBEAE5;
}

.contact-details p {
    font-family: 'Inter-Normal';
}

.payment-padding {
    padding-left: 90px;
}

.p-title {
    color: #514641;
    font-weight: 600;
}

.contact-details {
    padding: 100px 97px 100px 44px;
}

.contact-details h3 {
    color: #613842;
    font-family: 'NocturneSerif-Normal';
    line-height: 38.4px;
}

.singapure-detail {
    display: flex;
    flex-direction: column;
    width: 373px;
    margin: 23px 0px;
}

.hongkong-detail {
    width: 373px;
    margin: 23px 0px;
}

.span-img1 {
    display: flex;
    align-items: flex-start;
}

.img-mrmt {
    margin-top: 4px;
    margin-right: 9px;
}

.business-flex {
    display: flex;
    justify-content: space-between;
    max-width: 352px;
}

.business-flex p {
    margin-bottom: 4px;
}

.business {
    width: 373px;
}

.conimg-hgt {
    height: 1005px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sa-navlink {
    color: #514641!important;
}

.bg-faq {
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hotels-bg {
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
}

.fully-detail h3,
.genuine-pd h3,
.genuine-pd2 h3,
.list-pd h3 {
    color: #613842;
    font-family: 'NocturneSerif-Normal';
}


/*accordion*/

.faq-sec {
    background-color: #E5E5E5;
}

.bg-sub {
    background-color: #f3f2ee;
}

.accordion_container {
    width: 100%;
}

.faq-bg-color {
    background-color: #f3f2ee;
}

.accordion_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f3f2ee;
    color: #514641;
    cursor: pointer;
    font-size: var(--font14);
    margin: 0 0 1px 0;
    font-family: 'Inter-Normal';
    padding: 32px 0px;
    font-weight: 600;
    border-top: 1px solid #DDDCD7!important;
}

.accordion_head:first-child {
    border-top: 0!important;
}

.accordion_body {
    background-color: #f3f2ee;
    margin-top: -8px;
}

.accordion_body p {
    font-family: 'Inter-Normal';
    font-size: var(--font14);
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 400;
}

.plusminus {
    float: right;
    /*border: 2px solid #736660;*/
    font-size: 16px;
    border-radius: 50%;
    width: 20px;
    display: flex;
    height: 20px;
    justify-content: center;
    color: #736660;
    align-items: center;
    text-align: center;
}

.cb-color {
    background-color: #f3f2ee;
}

.card-br {
    border-radius: 0px;
    border: 0px;
}

.sa-nav-pills .sa-navlink.active,
.sa-nav-pills .show>.sa-navlink,
.sa-nav-pills .sa-navlink:hover {
    background-color: #EBEAE5!important;
    color: #514641!important;
    font-weight: 600;
    border-radius: 0px;
}


/*.head-mtminus{
    display: flex;
    justify-content: space-between;
        align-items: center;
}*/

.still-color {
    margin-bottom: 12px!important;
}

.frerq-color {
    font-family: 'NocturneSerif-Normal';
    color: #613842;
}

.mb-border {
    border-bottom: 1px solid #DDDCD7!important;
}

.ques-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}

.ques-sec p {
    /*width: 477px;*/
    font-size: var(--font12);
    font-weight: 400;
}

.still-color {
    color: #514641;
    font-family: 'NocturneSerif-Normal';
    font-style: normal;
}

.mb-70px {
    margin-bottom: 70px;
}


/*end accordion*/


/*create account*/

.lorem-p {
    font-size: var(--font14);
}

.discover-h3 {
    font-size: 37px;
}

.bg-neutral {
    background-color: #EBEAE5;
}

.container.sa-con {
    max-width: inherit;
}

.fully-img {
    margin-bottom: 30px;
    width: 82%;
}

.fully-detail {
    padding: 70px 103px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.fully-detail p {
    font-size: var(--font16);
    line-height: 1.5;
}

.pl-res {
    padding-left: 10px;
}

.light-color {
    background-color: #F3F2EE;
}

.text-end1 {
    text-align: end;
}

.aimg1 {
    height: 400px;
    width: 100%;
    padding-left: 18px;
}

.aimg2 {
    height: 400px;
    margin-right: 40px;
}

.aimg3 {
    height: 300px;
    margin-right: 7px;
    position: relative;
    top: 0;
    width: 100%;
}

.genuine-pd {
    padding: 70px 103px;
}

.genuine-pd2 {
    padding: 50px 103px 50px 0px;
}

.top-img {
    position: relative;
    /*top: 96px;*/
}

.list-circle {
    list-style: none;
}

.list-circle li {
    font-size: 12px;
    padding: 7px 0px;
    display: flex;
    align-items: center;
}

.list-circle li::before {
    content: url(../images/svg/oval.svg);
    padding-right: 38px;
    position: relative;
    height: 20px!important;
    width: 20px;
}

.mt-minuslight {
    margin-top: -151px;
}

.d-flex-center {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.mt-30px,
.mb-30px {
    margin-top: 90px;
    margin-bottom: 60px;
}

.mt-5px {
    margin-top: 60px;
}

select.sr-pho-select+.select2-container--default .select2-selection--single {
    border: none!important;
}

select.sr-pho-select+.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #736660!important;
    line-height: 36px!important;
}

select.sr-pho-select+.select2-container .select2-selection--single {
    height: 36px;
}

select.sr-pho-select+.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.sr-p-input {
    display: inline-flex;
    width: 83%;
    border: none;
    padding-left: 0;
}

.sr-p-bo {
    border: 1px solid #ced4da;
    border-radius: 4px;
    display: flex;
}

.select2-search--dropdown .select2-search__field {
    outline: none;
}

.r-center {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.card-top {
    position: relative;
    top: -69px;
    border-radius: 0px;
    box-shadow: 0px 45px 94px rgba(47, 27, 9, 0.15), 0px 26.496px 49.0304px rgba(47, 27, 9, 0.10848), 0px 13.608px 23.0112px rgba(47, 27, 9, 0.08424), 0px 5.472px 10.0768px rgba(47, 27, 9, 0.06576), 0px 1.224px 4.3616px rgba(47, 27, 9, 0.04152);
    margin-bottom: 50px;
}

.check-label {
    font-size: 12px;
}

.card-br {
    border-radius: 0px;
    border: 1px solid #736660;
}

.bg-hgt {
    background-size: 100% 787px;
    background-repeat: no-repeat;
    height: 787px;
}


/*.country select2*/

select.sa-drop+.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 4px 15px!important;
}

select.sa-drop+.select2-container .select2-selection--single {
    height: 38px!important;
}

select.sa-drop+.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 68%!important;
}

select.sa-drop+.select2-container--default .select2-selection--single .select2-selection__rendered span {
    color: #736660;
    font-size: 12px;
    display: flex;
    opacity: 0.5;
}

select.sa-drop+.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #DDDCD7;
    border-radius: 2px;
}

.p-price {
    font-size: 30px;
    line-height: 15px;
    font-family: 'NocturneSerif-Normal';
    color: #613842;
}

.mt-90px {
    margin-top: 90px;
}

.account-detail h3 {
    color: #613842;
    font-family: 'NocturneSerif-Normal';
}

.check-large {
    width: 17px;
    height: 17px;
}

.account-detail p {
    color: #645954;
    margin-bottom: 35px;
}

.create-pd {
    font-size: 16px;
    width: 170px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.r-center label {
    color: #645954;
    font-size: 14px;
    margin-bottom: 3px;
}

.fn-11 {
    font-size: 11px;
}


/*/ order detail*/

.fullsec-bg {
    background-color: #E5E5E5;
}

.pt-90px {
    padding-top: 150px;
}


/*progressbar*/


/*#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #613842;
    text-transform: uppercase;
    font-size: 9px;
    align-items: baseline;
    float: left;
    position: relative;
    display: flex;
    width: 220px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
       color: #fff;
    background: #736660;
    border-radius: 50%;
    text-align: center;
        border-radius: 50%;
    margin: 0 12px 5px auto;
}*/


/*#progressbar li:first-child:after {
    content: none;
}

 #progressbar li.active:before{
    background: #613842;
    color: white;
    text-align: center;
    margin-right: 12px;
}

#progressbar li.active:after {
    content: '';
    width: 41%;
    height: 2px;
    background: #736660;
    position: absolute;
    right: -44%;
    top: 9px;
}*/


/*desing 2*/


/*.progressbar {
  counter-reset: step;
}
.progressbar li {
  list-style: none;
  display: inline-flex;
  width: 32.83%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
 margin: 0 12px 10px auto;
  background-color:#613842;
  color:#fff;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 45%;
  height: 2px;
  background-color: #ddd;
  top: 15px;
  left: -95px;
  z-index : 1;
}
.progressbar li:first-child:after {
  content: none;

}
.progressbar li.active {
  color:#613842;
}
.progressbar li.active:before {
  border-color: #613842;
}
.progressbar li.active + li:after {
  background-color: #613842;
}
.progressbar li:first-child:before {
    margin-left: 0;
}*/


/*design 3*/

.progressbar li {
    list-style: none;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
}

.progressbar li.active span.st1 {
    background: #613842;
}

.progressbar li.active .step {
    background: transparent;
}

.progressbar li.active .step {
    background: transparent;
}

.progressbar li.active .count1 {
    display: none;
}

.progressbar li.active .act-check {
    display: block;
}

.progressbar li .act-check {
    display: none;
}

.step {
    background: #613842;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    font-size: var(--font14);
}

.step3 {
    background: #736660;
}

.st1 {
    width: 134.5px;
    height: 2px;
    position: relative;
    z-index: 1;
    background: #DDDCD7;
    margin: 0 40px;
}

.progressbar p {
    color: #613842;
    white-space: nowrap;
    margin-bottom: 0;
}


/*end progressbar*/

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

.d-line {
    display: flex;
    font-weight: 600;
    color: #514641!important;
    font-size: 13px;
}

.we-p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
    margin-bottom: 25px;
}

.fn-12 {
    font-size: 12px;
}

.btn-border {
    border-color: #645954;
    color: #645954;
    padding: 7px 23.07px;
    border-radius: 0px;
}

.d-colflex {
    display: flex;
    flex-direction: column;
}

.nextbtns {
    width: 168px;
    height: 40px;
}

.sa-pr {
    margin-right: 224.999px;
}

.fn-11 {
    font-size: 11px;
}

.fn-13 {
    font-size: 13px;
}

.fn-16 {
    font-size: 16px;
}


/*rating-design*/

.rate {
    float: left;
    height: 29px;
    width: 100%;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    /*float:right;*/
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 18px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: 'â˜… ';
}

.rate>input:checked~label {
    color: #613842;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #613842;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #613842;
}

.japan-p {
    font-size: var(--font12);
}

.room-detail p {
    color: #514641;
    font-size: var(--font12);
    font-weight: 600;
}

.rt {
    font-size: var(--font12);
    color: #645954;
    font-weight: 600;
}

.r-deluxe {
    font-size: var(--font12);
    color: #645954;
}

.rt1 {
    /*font-size: var(--font12);*/
    color: #645954;
    font-weight: 600;
}

.rate-details p {
    color: #514641;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: var(--font14);
}

.sa-table th,
.sa-table td {
    padding: 0px 17px;
    vertical-align: top;
    border-top: 0px;
    font-size: var(--font12);
}

.tx-end {
    text-align: end;
}

.pd1 {
    padding: 0px 17px;
}

.fw {
    font-weight: 600;
}

.check-img {
    height: 16px;
    width: 16px;
    margin-top: -3px;
    margin-right: 8px;
}

.booking-details h5 {
    font-family: 'NocturneSerif-Normal';
    color: #514641;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
}

.booking-details label {
    color: #645954;
    font-size: var(--font12);
}

.booking-details p {
    color: #514641;
    font-weight: 600;
}

.booking-details {
    margin-bottom: 40px;
}

.payment-details h5 {
    font-family: 'NocturneSerif-Normal';
    color: #514641;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 24px;
}

.payment-details label {
    color: #645954;
    font-size: var(--font12);
}

.payment-details p {
    color: #514641;
    font-weight: 600;
}

.payment-details {
    margin-bottom: 30px;
}

.input-clip {
    background: #F3F2EE;
    box-shadow: inset 1px 1px 1px rgb(34 26 23 / 15%);
    border-radius: 2px;
    padding: 4px 35px 4px 8px;
    border: 1px solid #f3f2ee;
    width: 103%;
    height: 37px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #645954;
    font-family: 'Inter-Normal';
}

.send-by-email {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter-Normal';
    font-weight: 400;
    color: #645954;
    padding: 8px 12px;
    border: 1px solid #645954;
    border-radius: 0;
    margin-right: 12px;
}

.btn-confim {
    border-radius: 0px;
    border: 1px solid #645954;
    color: #645954;
}

input.input-clip:focus {
    outline: none;
}


/*dark menu*/

.menudark {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: #514641!important;
    font-weight: 300;
}

.intriq-key {
    color: #613842;
    font-size: 18px;
    margin-top: 10px;
}

.user-name {
    color: #645954;
    display: flex;
    align-items: center;
    min-width: 136px;
    height: 32px;
}

.card-border-r {
    border: 0px;
}

.btn-dark-outline1 span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-dark-outline1 span img {
    width: auto!important;
    margin-top: 1px;
    margin-right: 7px;
}


/*/about-us   */

.about-padding {
    padding: 90px 0px;
}

.about-content p {
    font-size: 15px;
    font-family: 'Inter-Normal';
}

.about-title {
    display: flex;
    justify-content: center;
}

.about-title h2 {
    color: #613842;
}

.about-info {
    padding: 90px 0px 50px;
}

.img-info {
    height: 80px;
    width: 80px;
    background-color: #F3F2EE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-info img {
    width: auto;
    height: 48px;
}

.about-cardbody {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.about-card {
    background-color: #EBEAE5;
    border: 0px;
}

.info-title .about-text {
    font-size: 18px;
    color: #645954;
    font-family: 'NocturneSerif-Normal';
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 21.6px;
}

.info-title p {
    color: #645954;
    font-size: 14px;
}

.exclusive-details {
    display: flex;
    flex-direction: column;
}

.exclusive-details span {
    padding: 10px;
}

.exclusive-details span img {
    padding-right: 19.73px;
}

.preferred-title {
    padding-top: 74px;
}

.about-secimg {
    position: relative;
    top: 58px;
}

.exclusive-padding,
.preferred-padding {
    padding: 52px 0px;
}

.preferred-title p {
    font-size: 14px;
    width: 441px;
    max-width: 352px;
}

.reward-img {
    height: 342px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-size: cover;
}

.btn-white,
.btn-white:hover,
.btn-white:active {
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
}

.reward-details {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.maxico-map {
    padding-top: 140px;
}

.cities-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 250px;
}

.offer-relative {
    position: relative;
}

.cities-title h3 {
    color: #613842;
    margin: 70px 0px 40px;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
}

.cities-contentp {
    margin-bottom: 150px;
}

.cities-contentp p,
.cities-content p {
    font-size: var(--font14);
}

.collections-head {
    color: #613842;
}

.collection-padding {
    padding: 60px 0px;
}

.lorem-fn {
    font-size: 16px;
}

.main-card {
    text-align: center;
    border: 0px;
    font-size: 13px;
    background-color: #F3F2EE;
    margin-bottom: 20px!important;
}

.main-card .a-absolute,
.main-card .a-absolute:active,
.main-card .a-absolutehover {
    /*display: none;*/
    text-decoration: none;
    color: #754733;
}

.main-card .a-absolute {
    height: 30px;
}

.main-card:hover .a-absolute {
    display: block;
}

.main-card:hover {
    background-color: #fff;
    /*box-shadow: 0px 45px 94px rgb(47 27 9 / 15%), 0px 26.496px 49.0304px rgb(47 27 9 / 11%), 0px 13.608px 23.0112px rgb(47 27 9 / 8%), 0px 5.472px 10.0768px rgb(47 27 9 / 7%), 0px 1.224px 4.3616px rgb(47 27 9 / 4%);*/
}

.main-card .card-body img {
    margin-bottom: 20px;
}

.bg-collection {
    height: 512px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-contact {
    height: 321px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.collection-bradcrumb {
    background-color: #f3f2ee!important;
    padding: 16px 0;
}

.collection-bradcrumb a {
    color: #645954;
}

.show-anchor {
    color: #754733!important;
    text-decoration: none;
    border-bottom: 1px solid #754733;
    line-height: 24px;
}

.shangri-detail h1 {
    color: #613842;
    line-height: 57.6px;
}

.collection-logo {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.ul-flex li {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 10px 0px;
}

.offer-details .cur-detail {
    max-width: 452px;
    color: #514641;
    font-size: 18px!important;
    margin-top: 16px!important;
    line-height: 21.6px;
}

.filtter-space {
    display: flex;
    justify-content: space-between;
}

.hotels-under {
    padding: 450px 0px 72px;
}

.color61 {
    color: #613842;
}

.f-mar {
    margin-top: 36px;
}

.color51 {
    color: #514641;
}

.color75 {
    color: #754733;
}

.color64 {
    color: #645954;
}

.filtter-space span p {
    font-size: var(--font12);
}

.show-check {
    font-size: var(--font14);
}

.fn-12 {
    font-size: var(--font12);
}

.fn-14 {
    font-size: var(--font14);
}

.go-pd {
    padding: 6px 20px;
}

.collection-top {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -42px;
}

.collection-relactive {
    position: relative;
}

.current-details {
    padding-bottom: 75px;
}

.current-offers {
    margin-bottom: 40px;
}

.sa-pd1 {
    padding-left: 15px;
    padding-right: 7px;
    padding-top: 6px;
}

.pd-cardbody {
    padding: 0px 0px 0px 8px!important;
}

.bottom-right {
    position: absolute;
    bottom: 31px;
    right: 16px;
}

.shangri-pd {
    padding-left: 60px;
}

.col-pd1 {
    padding-left: 33px;
}

.hotel-address {
    display: flex;
    justify-content: space-between;
}

.btn-light,
.btn-light:hover,
.btn-light:active {
    background-color: #EBEAE5!important;
    color: #645954!important;
    font-size: var(--font12);
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #EBEAE5;
}

.mb-light {
    margin-bottom: 90px;
}

.bg-hoteldetail {
    height: 513px;
    background-repeat: no-repeat;
    background-size: cover;
}


/*/check box deisgn*/

.check-change {
    display: block;
    position: relative;
    padding-left: 29px;
    cursor: pointer;
    user-select: none;
}

.check-change input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #DDDCD7;
    border-radius: 6px;
}

.check-change:hover input~.checkmark {
    background-color: #fff;
    border: 1px solid #dddcd7;
}

.check-change input:checked~.checkmark {
    background-color: #613842;
    border-radius: 6px;
    border-color: #613842;
}

.check-change input:checked~.checkmark:after {
    display: block;
}

.col-paddright {
    padding-right: 23px;
}

.bg-hotelcolor {
    background-color: #FEFDF7;
}

.hotel-padding {
    padding: 40px 0px 60px;
}

.star {
    font-size: 10px;
    letter-spacing: -1px;
}

.checked {
    color: #613842;
}

.free-height {
    height: 20px;
    width: 26px;
}

.plane-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 291px;
}

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

.hotel-imgs {
    object-fit: cover;
    min-width: 119px;
}

.col-br {
    border-right: 1px solid #DDDCD7;
}

.des-p {
    font-weight: 600;
}

.value-center {
    text-align: center;
}

.left-end {
    text-align: end;
}

.hotel-imgs1 {
    height: 115px;
    object-fit: cover;
}

.des-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 24.2px;
}

.view-morebtn {
    text-decoration: underline;
}

.li-color li::marker {
    color: #514641!important;
}

.li-color {
    padding-left: 20px;
    margin-bottom: 0px;
}

.room-section {
    padding-bottom: 70px;
}


/*chat-css*/

.pro-p {
    font-size: var(--font12);
}

.pro-nam {
    color: #514641;
    font-weight: 600;
    font-size: 16px;
}

.reply-body {
    font-size: 13px;
    /* padding: 5px 0px; */
    line-height: 20px;
}

.sr-reply {
    font-size: var(--font14);
    color: #754733!important;
    border-bottom: 1px solid #754733;
    width: max-content;
    min-width: 36px;
}

.sr-stay {
    color: #736660;
    font-size: var(--font12);
}

img.pr-5px {
    padding-right: 20px;
}

img.pl-3px {
    margin-left: -34px;
}

img.pl-5px {
    padding-left: 47px;
}

.comment-img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    object-fit: contain;
}

.qa-padding {
    padding: 100px 0px;
}

.dark-padding {
    padding: 10px 17px;
}


/*/advance-filter check box*/

.filters {
    display: flex;
    justify-content: space-between;
}

.filter-change {
    display: block;
    position: relative;
    /*padding-left: 25px;*/
    cursor: pointer;
    user-select: none;
}

.filter-change input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter-check {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #DDDCD7;
    border-radius: 6px;
}

.filter-change:hover input~.filter-check {
    background-color: #fff;
    border: 1px solid #dddcd7;
}

.filter-change input:checked~.filter-check {
    background-color: #613842;
    border-radius: 6px;
    border-color: #613842;
}

.filter-check:after,
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    background: url(../images/svg/checkbox-mark.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    background-size: 12px;
}

.filter-change input:checked~.filter-check:after {
    display: block;
}

.filter-change .filter-check:after,
.check-change .checkmark:after {
    left: 0px;
    top: 0px;
}

.alert-text {
    color: #fff;
    background-color: #514641;
    border-color: #514641;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 7px;
    font-size: 10px;
    width: auto;
    /*max-width: 205px;*/
}

.alert-text .cancel {
    position: absolute;
    /* top: 0;
    right: 0;*/
    padding: 2px 0px;
    opacity: 1;
}

.cancel-img {
    margin-top: 7px!important;
    margin-left: 12px;
}

.close {
    float: unset!important;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.sa-alert {
    background-color: #514641;
    font-size: 14px;
    height: 28px;
    border-radius: 2px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 7.1px;
}

.alert-detail {
    position: relative;
    padding: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 2px;
}

button.close.cancel:focus {
    outline: none;
    opacity: 1;
}

.sa-alert label {
    margin: 0;
}

.sa-alert .cancel-img {
    margin-top: 0 !important;
}

.padding-ptmb {
    padding: 0px 0px 60px;
}

.insta-sec {
    position: relative;
}

.width-offer {
    width: 45%;
}

.w-hotel {
    width: 23%;
}

.insta-sec1 {
    width: 100%;
}


/*.accordion_head:after{
    content: url('../images/svg/add-circle.svg'); ;
}*/

.padding-forgot {
    margin-left: 16%;
}

.checkbox-sign {
    display: flex;
    align-items: center;
}

.bg-offer-detail {
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
}

.sr-off-p {
    color: #645954;
    font-family: 'Inter-Normal';
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.lim-offer {
    color: #613842;
    line-height: 54px;
    font-family: 'NocturneSerif-Normal';
    font-size: 44px;
}

.lim-offer-p {
    font-family: 'Inter-Normal';
    font-size: 15px;
    line-height: 33px;
    padding-top: 20px;
    color: #514641;
}

.sr-ul-none {
    list-style-type: none
}

.sr-ul-text {
    font-size: 14px;
    display: flex;
    padding: 20px 0;
}

.sr-card-top {
    margin-top: -70px;
}

.sr-t {
    font-size: 20px;
    color: #514641;
    font-family: 'NocturneSerif-Normal';
    margin-bottom: 0;
}

.gohomebtn {
    padding: 10px 20px!important;
}

.sr-collection {
    color: #645954;
    font-size: 14px;
    font-family: 'Inter-Normal';
    text-align: center;
    padding-top: 20px;
}

.sr-reward-card {
    border: none;
    background: transparent;
}

.c-title {
    font-size: 20px;
    font-weight: 400;
    color: #514641;
    font-family: 'NocturneSerif-Normal';
    line-height: 24px;
}

.sr-img-card {
    width: 100%;
    object-fit: contain;
}

.title-avail {
    font-size: 20px;
    font-family: 'Inter-Normal';
    color: #514641;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 24.2px;
}


/*.title-curr{
    margin-left: 12px;
}*/

.sr-dis-text {
    display: flex;
    align-items: flex-start;
    color: #645954;
    background: #EBEAE5;
    padding: 10px 20px;
    margin-bottom: 5px;
}

.color73 {
    color: #736660;
}

.sr-txt1 {
    color: #514641;
    font-weight: 600;
    font-family: 'Inter-Normal';
}

.pb-10 {
    padding-bottom: 10px;
}

.thumb-carousel2 .owl-next img {
    position: absolute;
    right: -81px;
    top: 2px;
    border: 1px solid #645954;
    padding: 10px;
    border-radius: 50%;
}

.thumb-carousel2 .owl-prev img {
    position: absolute;
    right: -81px;
    top: 65px;
    border: 1px solid #645954;
    padding: 10px;
    border-radius: 50%;
}

.thumb-carousel2 .owl-nav.disabled {
    display: flex;
}

.thumb-carousel-img {
    object-fit: cover;
}

.thumb-owl2 {
    margin-bottom: 100px;
    margin-top: 60px;
}

.sr-minus {
    margin-bottom: -70px;
}

.des-w-14 {
    width: 14%;
}

.section-carousel2 .owl-item img {
    display: block;
    width: 100%;
    height: 300px;
}

.sr-owl-title {
    display: flex;
    justify-content: space-between;
    color: #754733;
    padding-top: 60px;
    /*padding-bottom: 30px;*/
}

.sr-owl-title h4 {
    color: #613842;
    font-family: 'NocturneSerif-Normal';
    font-size: 32px;
    line-height: 38.4px;
}

.section-carousel2 .owl-dots button.owl-dot {
    height: 10px;
    width: 10px;
    margin: 10px;
    border-radius: 50%;
    outline: none !important;
    background: #DDDCD7;
}

.section-carousel2 .owl-dots button.owl-dot.active {
    /*opacity:1!important;*/
    background: #613842;
}

.section-carousel2 .owl-dots {
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    z-index: -1;
}

.section-carousel2 .owl-stage-outer {
    margin: 30px 0;
}

.offer-owlhght {
    height: 651px;
}


/*
.sr-owl-top{
    padding-top:104px;
}*/

.margin-owlbottom {
    padding-bottom: 193px;
}

.owl-margin1 {
    margin-left: -50px;
}

.sr-back {
    background: #F3F2EE;
}


/*end offer detail page */


/*offer-serch pop up*/

.sr-modal-header {
    border-bottom: 0!important;
}

.sr-modal-content {
    border-radius: 0;
    padding: 20px;
}

.lim-model-offer {
    color: #613842;
    line-height: 57.6px;
    font-family: 'NocturneSerif-Normal';
    font-size: 48px;
}

.sr-cal {
    position: relative;
    top: 5px;
    padding-right: 10px;
}

.hgt-img {
    width: 100%;
    height: 100%;
}


/*.section-owl .owl-carousel .owl-stage-outer{
    overflow: visible;
}*/

.mb-100 {
    margin-bottom: 105px;
}

.menu-width {
    width: 220px;
    justify-content: flex-end;
}

.menu-mobile {
    display: none;
}

.menu-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'InterNormal';
}

.fn-intriq {
    font-size: 20px;
}

.ul-stylenone {
    list-style-type: none;
}

.indexowl-padding {
    height: 690px;
}

.indexowl4-padding {
    height: 730px;
}

.indexowl4-padding .owl-stage-outer {
    padding-bottom: 140px!important;
}

.indexowl-padding .owl-stage-outer {
    padding-bottom: 70px!important;
}

.indexowl2-padding {
    height: 661px;
}

.indexowl2-padding .owl-stage-outer {
    padding-bottom: 190px!important;
}

.stay-ml,
.what-ml {
    margin-left: 24.4vw;
}

.indexowl3-padding {
    height: 640px;
}

.indexowl3-padding .owl-stage-outer {
    padding-bottom: 100px!important;
}

.ul-stylenone li a {
    color: #fff;
    font-size: var(--font16);
    font-family: 'NocturneSerif';
}

.form-hght {
    height: 25px;
    margin-bottom: 10px;
}

.sa-fg label {
    margin-bottom: 0px;
}

.desktop-footer {
    display: flex;
    justify-content: flex-end;
}

.res-aureum {
    font-size: 12px;
    padding-right: 13px;
    position: absolute;
    top: 25px;
}

.copyright {
    display: flex;
    justify-content: flex-end;
    font-family: 'InterNormal';
}

.sub-padding {
    padding: 12px 24px 12px 24px;
}

.mtop5px {
    margin-top: 90px;
}

.light-graybg .mtop5px {
    margin-top: 120px;
}

.right-svg {
    width: 25px!important;
    height: 25px;
    margin: 10px 10px 10px 20px;
}

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

.sa-hoesa {
    color: #645954;
    font-size: 12px;
}

.sa-camp1 {
    color: #514641;
    font-size: 16px;
    margin-bottom: 0px;
}

.span-colo1 .rbrown {
    height: 12.37px;
    width: 10.37px;
}

.mb120px {
    margin-bottom: 100px;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


/*26/7/21*/

.faq-bright {
    position: absolute;
    bottom: 431px;
    right: 36px;
    font-size: var(--font14);
}

.daterangepicker td.in-range {
    background-color: #F3F2EE;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #613842;
    border-color: transparent;
    color: #fff;
}

.daterangepicker.show-calendar .drp-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

button.cancelBtn.btn.btn-default {
    color: #645954;
    font-family: 'Inter-Normal';
    font-weight: 100;
    border: 1px solid #645954;
    border-radius: 0px;
    width: 86px;
    height: 44px;
    font-size: 14px;
    line-height: 20px;
}

button.applyBtn.btn.btn-sm.btn-primary {
    width: 103px;
    font-size: 14px;
    height: 44px;
    font-family: 'Inter-Normal';
    font-weight: normal;
    line-height: 20px;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    display: none;
}

.daterangepicker .drp-buttons {
    border-top: 0px;
}

.daterangepicker {
    border-radius: 0px;
    margin-left: -223px;
    margin-top: 18px;
    border-top: 1px solid #613842!important;
    border: 0px!important;
}

.daterangepicker:after {
    display: none;
}

.daterangepicker.opensright:before {
    display: none;
}

.sidecontact-img {
    background-size: cover;
    background-position: bottom center;
    min-height: 100%;
}

.faq-bright {
    position: absolute;
    bottom: 8px;
    right: 27px;
    font-size: var(--font14);
}

.collection-bright {
    position: absolute;
    bottom: 15px;
    right: 36px;
    font-size: var(--font14);
}

.contact-bright {
    position: absolute;
    bottom: 24px;
    right: 44px;
    font-size: var(--font14);
}

.con-width {
    margin-left: auto;
    max-width: 610px;
}

.menu-title {
    width: 38px;
    font-weight: 300;
    line-height: 12px;
}

.back-contact {
    height: 514px;
}

.sr-nav {
    width: 38px;
    height: 12px;
}

.exclu-pad {
    padding-top: 50px;
}

img.margin-imgright {
    margin-right: 12px!important;
}

.lorem-length {
    line-height: 25px;
    padding-top: 24px;
}

.i1 {
    margin-right: 18.67px;
}

.coll-detail {
    background-color: #f3f2ee;
}

.a-absolute a,
.a-absolute a:hover,
.a-absolute a:active {
    color: #754733;
    border-bottom: 1px solid #754733;
    width: max-content;
    margin: 0 auto;
}

.kerry-logo {
    width: 175px!important;
    text-align: left;
    height: 41px;
    display: flex;
    object-fit: contain;
}


/*.trade-img{
    height:71px;
    width:74px;
}*/

.jen-img {
    display: flex;
    object-fit: contain;
    margin-left: -18px;
}

.collection-logo1 {
    width: 151px;
    height: 68px;
    object-fit: contain;
    margin-right: 17px;
}

.owl-carousel .owl-item img {
    width: auto;
}

.dflex-hotel {
    display: flex;
    align-items: center;
}

.sr-cd2 {
    max-width: 495px;
    color: #514641;
    line-height: 24px;
    font-size: 20px;
    margin-top: 10px;
}

.margin-card1 {
    margin-right: -50px;
    width: calc(100% + 100px);
}

.hero-bright {
    position: absolute;
    /*bottom: 15px; */
    right: 36px;
    font-size: var(--font14);
    margin-top: -35px;
}

.backhgt-contact {
    height: 513px;
}

.cntct-bright {
    position: absolute;
    bottom: 24px;
    right: 48px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.list-pd h3 {
    margin-bottom: 39px;
}

p.p1 {
    font-weight: 600;
    color: #514641;
}

.main-card:hover .shadowhov {
    box-shadow: 0px 45px 94px rgba(47, 27, 9, 0.15), 0px 26.496px 49.0304px rgba(47, 27, 9, 0.10848), 0px 13.608px 23.0112px rgba(47, 27, 9, 0.08424), 0px 5.472px 10.0768px rgba(47, 27, 9, 0.06576), 0px 1.224px 4.3616px rgba(47, 27, 9, 0.04152);
}

.plus-minus-icon {
    padding-left: 15px;
}

.plus-minus-icon .icon2 {
    display: none;
}

.plus-minus-icon.active .icon1 {
    display: none;
}

.plus-minus-icon.active .icon2 {
    display: block;
}

.resbg-offer {
    position: relative;
}

.create-bright {
    position: absolute;
    right: 48px;
    bottom: 24px;
    font-size: 14px;
    font-weight: 400
}

.account-detail {
    padding-left: 15px;
    padding-right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #736660 transparent transparent transparent!important;
}

.bottom-bor {
    border-bottom: 1px solid #dddcd7;
}

.bcolldetails-right {
    position: absolute;
    bottom: 13px;
    right: 16px;
}


/*.footer-owl img {
    width: 160px !important;
    object-fit: contain;
}*/

.footer-owl .item {
    /* height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184px;
}

.index-bright {
    position: absolute;
    bottom: 24px;
    right: 48px;
    font-size: var(--font14);
}

.item-card1 {
    /*height: 470px;*/
    background-size: cover;
    width: auto;
}

.antartica-img {
    width: 100%;
    height: 473px;
    object-fit: cover;
}

.discover-by-countries-div {
    padding-left: 122px;
    width: calc(100% + 96px);
}

.stay-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 300px;
}

.stay-carousel .owl-dots button.owl-dot.active {
    background: #613842;
}

.stay-carousel .owl-dots button.owl-dot {
    height: 8px;
    width: 8px;
    margin: 10px;
    border-radius: 50%;
    outline: none !important;
    background: #DDDCD7;
}

.stay-carousel .owl-dots {
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    z-index: -1;
}


/*----*/

.room-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 300px;
}

.room-carousel .owl-dots button.owl-dot.active {
    background: #613842;
}

.room-carousel .owl-dots button.owl-dot {
    height: 8px;
    width: 8px;
    margin: 10px;
    border-radius: 50%;
    outline: none !important;
    background: #DDDCD7;
}

.room-carousel .owl-dots {
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    z-index: -1;
}

.coll-imghgt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 162px;
}

.shadowhov {
    padding-top: 13px;
}

.intr a.sr-white p {
    font-family: 'NocturneSerif'!important;
}

.pre-mt {
    padding-top: 47px;
}

.res-pintriq {
    font-family: 'InterNormal';
    line-height: 24px;
}

.tabpill-mt {
    margin-top: -31px;
}

.ftr-lst-sec .Inter-Normal {
    font-family: 'InterNormal'!important;
}

.login-lst-text {
    position: absolute;
    bottom: 48px;
    color: #fff;
    font-size: 16px;
    font-family: 'InterNormal';
    right: 48px;
    line-height: 32px;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    min-width: 48px;
    width: 48px;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Inter-Normal';
    font-weight: normal;
    height: 40px;
}

.daterangepicker .drp-calendar.left {
    padding: 16px;
    padding-right: 8px;
}

.daterangepicker .drp-calendar.right {
    padding: 16px;
    padding-left: 8px;
}

.daterangepicker .drp-calendar {
    max-width: initial;
}

.daterangepicker .drp-selected {
    display: none;
}

th.month {
    color: #514641;
    font-weight: 600!important;
    line-height: 20px!important;
}


/*.filters-content .grid:hover {
    margin-bottom: 100px;
}*/

.border-none {
    border: 0px;
}

.filters-content .grid-hov:hover {
    margin-bottom: 100px;
}

.contactus-bg {
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.nav-tabs .nav-item.show .sa-nav,
.nav-tabs .sa-nav.active {
    background-color: none;
    border-color: transparent!important;
    min-width: 49px;
    height: 24px;
    color: #514641!important;
}

.menu-viewmore {
    color: #DDDCD7;
    font-family: 'InterNormal';
    text-transform: capitalize;
}

.collections-bg {
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sa-form::placeholder {
    color: #736660;
    opacity: 0.5;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #613842;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.t1 {
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border-radius: 2px;
    border: none;
    padding: 10px 30px 10px 10px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.sa-modal .filter-hgtwidth {
    width: 88px;
    height: 40px;
}

.pd-right {
    padding-right: 0px;
    padding-left: 10px;
}

.view-hotels,
.view-hotels:active,
.view-hotels:hover {
    font-size: var(--font14);
    border-bottom: 1px solid #754733;
}

.loyalty-select .your-loyalty {
    opacity: 0.5;
}

.ad-filter {
    padding: 32px;
    padding-bottom: 0;
}

.padd-left {
    padding-left: 50px;
}

.question-sec h3 {
    line-height: 38.4px;
    font-size: 32px;
    margin-bottom: 24px;
}

.sa-modal button.btn-dark-outline {
    border: 1px solid #645954;
}

.sub-txt {
    font-size: 28px;
    margin-bottom: 48px !important;
    line-height: 38.4px;
}

.sa-pdhotel {
    padding-left: 15px;
    padding-right: 7px;
    padding-top: 1px;
}

.hotels-tabs {
    display: flex;
    justify-content: center;
    /* margin: 0; */
}

.res-pr {
    padding-right: 8px;
}

.special-text {
    margin-top: 25px;
}

.collection-img {
    margin-bottom: 25px;
}

.loyalty-select {
    appearance: none;
}

.select-arrow {
    position: relative;
    background-color: #fff;
}

.select-arrow:after {
    content: url('../images/svg/down-drop.svg');
    position: absolute;
    top: 5px;
    right: 14.22px;
    /*background: red;*/
    height: 6px;
    width: 12px;
}

.select-arrow select {
    padding-right: 40px;
    position: relative;
    z-index: 1;
    background: transparent !important;
}

.h-search100 {
    height: 100%;
}

.a-absolute .prev-hotel {
    display: none;
}

.main-card:hover .a-absolute .prev-hotel {
    display: block;
}

.checkin-out {
    width: 40%;
    display: flex;
    position: relative;
    border: 1px solid transparent;
    border-bottom: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent!important;
}

.sa-fg,
.w-hotel {
    padding-top: 22px;
}

.checkin-out .sa-fg {
    margin-top: 19px;
    padding-top: 0;
}

.daterangepicker:after {
    content: "";
    display: block;
    height: 79px;
    width: 352px;
    position: absolute;
    top: -87px !IMPORTANT;
    left: 177px !IMPORTANT;
    border: 1px solid #613842 !important;
    border-bottom: 0 !important;
    z-index: -4;
}

.daterangepicker:before {
    content: "";
    width: 352px;
    background: #fff;
    position: absolute;
    left: 177px !important;
    height: 8px;
    top: -8px;
    display: block !important;
    z-index: 9999999999999;
    border: 0 !important;
    border-left: 1px solid #613842!important;
    border-right: 1px solid #613842!important;
}

.h-100 {
    height: 100%;
}

.collection-select-div {
    position: relative;
    max-width: 206.75px;
}

.collection-select-div .select2-container--default {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.collection-select-div .select2-selection.select2-selection--single {
    border-radius: 0;
    height: 77px;
    border-color: transparent;
}

.collection-select-div .select2-selection--single .select2-selection__rendered {
    height: 77px;
    line-height: 105px !important;
    font-size: 12px;
    color: #73665F;
}

.collection-select-div .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-open span.select2-selection.select2-selection--single {
    /*border-color: #645954;*/
    border-bottom: 0px;
}

.collection-select-div .select2-selection--single {
    padding-left: 11px;
}

.collection-select-div .select2-container--default .select2-results>.select2-results__options {
    width: 327px;
    background: #fff;
}

.collection-select-div .select2-results__option[aria-selected] {
    font-size: 14px;
    background: transparent !important;
    color: #514641 !important;
}

.select2-results__option {
    font-size: 12px;
    color: #514641 !important;
    white-space: nowrap;
    background-color: transparent!important;
    padding: 8px 24px !important;
    font-family: 'NocturneSerif-Normal';
    line-height: 20px;
    font-weight: 400;
}

.collection-select-div .select2-container--open .select2-dropdown--below {
    border: 1px solid #645954;
    width: auto !important;
    border-radius: 0 !important;
    border-top: 0 !important;
}

.collection-select-div>label {
    position: relative;
    z-index: 2;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: initial !important;
    overflow-y: inherit !important;
}

.select2-dropdown--below,
.select2-dropdown--above {
    width: auto !important;
    border-radius: 0 !important;
}

.sr-read {
    padding: 12px 24px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.filters li:active {
    color: #514641;
}

.home-logo-item {
    width: 184px;
    height: 96px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.res-contact {
    line-height: 24px;
}

.plusminus .spaceimg {
    height: 18.75px;
    width: 18.75px;
}

.footer-logo-item {
    width: 184px;
    height: 132px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
}

.booking-title {
    font-size: 25px;
    font-weight: 400;
}

.select2-dropdown {
    border: 1px solid #645954!important;
    margin-top: 7px;
    border-top: 0px!important;
}

.select2-open .select2-dropdown {
    z-index: 8 !important;
}

.select2-open span.select2-dropdown.select2-dropdown--above {
    border: 1px solid #645954!important;
}

.collection-select+.select2-container--open.select2-container--below:after {
    content: "";
    background: white;
    position: absolute;
    left: -1px;
    right: 0;
    border: 0;
    height: 26px;
    border-left: 1px solid #645954;
    border-right: 1px solid #645954;
    bottom: -13px;
    width: calc(100% + 2px);
}

.select2-dropdown--above #select2-cmbIdioma-results:after {
    width: 100% !important;
}

#cmbIdioma+.select2-container--open {
    border: 1px solid #613842;
    width: 100% !important;
}

.pop-border {
    border: 1px solid #736660;
}

.res-alert {
    margin-top: 16px;
}

.country-icon {
    appearance: none;
}

.drop-country {
    position: relative;
    background: #fff;
}

.drop-country:after {
    content: url('../images/svg/create-downarrow.svg');
    position: absolute;
    top: 5px;
    right: 14.22px;
    height: 6px;
    width: 12px;
    z-index: 0;
}

.drop-country .country-icon {
    padding-right: 40px;
}

.drop-country .country-icon {
    opacity: 0.5;
    color: #736660;
    background: transparent;
    position: relative;
    z-index: 1;
}

.booking-confirm {
    margin-top: 0px;
}

.user-name img {
    padding-right: 12px!important;
}

.user-profile-img {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    object-fit: cover;
    margin-right: 12px;
    padding-right: 0px!important;
}

.subsribe-drop:after {
    content: url(../images/svg/create-downarrow.svg);
    position: absolute;
    top: 9px;
    right: 14.22px;
    height: 6px;
    width: 12px;
}

.view-all1 {
    line-height: 24px!important;
    height: 24px;
    min-width: 149px;
    font-size: 16px;
}

.subsribe-drop {
    position: relative;
}

.subsribe-drop .country-icon {
    padding-right: 40px;
    position: relative;
    z-index: 1;
    background: transparent !important;
}

.order-email {
    margin-top: 22px;
}

.order-label {
    color: #645954;
}

.sa-expiry::placeholder {
    color: #736660;
    opacity: 0.5;
}

.sa-expiry {
    color: #645954;
}

.bottom-tokyo {
    position: absolute;
    right: 10px;
    bottom: 14px;
    color: #fff;
    font-size: var(--font14);
    font-weight: 400;
}

.order-room {
    position: relative;
    height: 240px;
}

.form-hotelhg {
    margin-bottom: 5px;
}

.menu-group {
    width: 100%;
    margin-right: 12px;
    min-width: 40px;
}

.menu-line {
    width: 40px;
    height: 1px;
    display: flex;
    flex: 0 0 40px;
    background: #fff;
}

.menu-line1 {
    width: 40px;
    height: 1px;
    display: flex;
    flex: 0 0 40px;
    background: #fff;
    margin-top: 8px;
}

.mt2px {
    margin-top: 2px;
}

.mail-img {
    height: 12px;
    width: 12px;
}

.img-relative {
    position: relative;
}

.rock-width {
    min-width: 295px;
    height: 20px;
}

.daterangepicker td.start-date {
    /* border-radius: 4px 0 0 4px; */
    border-radius: 6px 0 0 6px;
}

.daterangepicker td.end-date {
    border-radius: 0px 6px 6px 0px;
}


/*.select2-container--default .select2-results>.select2-results__options .select2-results__option:first-child {
    display: none;
}*/

.intriq-stars {
    display: flex;
    margin-bottom: 12.13px;
    margin-top: 4.12px;
}

.intriq-stars img {
    margin-right: 2.35px;
}

.img-clip {
    position: absolute;
    top: 11px;
    right: 5px;
}

.booking-title {
    line-height: 38.4px;
}

.font-100 {
    font-weight: 100 !important;
}

.font-200 {
    font-weight: 200 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.font-900 {
    font-weight: 800 !important;
}

.line-height-12 {
    line-height: 12px !important;
}

.line-height-14 {
    line-height: 14px !important;
}

.line-height-16 {
    line-height: 16px !important;
}

.line-height-18 {
    line-height: 18px !important;
}

.line-height-20 {
    line-height: 20px !important;
}

.line-height-22 {
    line-height: 22px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

.line-height-26 {
    line-height: 26px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.line-height-32 {
    line-height: 32px !important;
}

.booking-row {
    display: flex;
}

.booking-col1 {
    width: 100%;
    max-width: 808px;
    display: inline-block;
    margin-right: 24px;
}

.booking-col2 {
    width: 100%;
    max-width: 392px;
    display: inline-block;
}

.progressbar {
    margin-bottom: 32px;
}

.booking-col1 .card,
.booking-col2 .card {
    border: 0;
}

.enter-details {
    margin-bottom: 20px;
    margin-top: 14px;
}

.mb-8 {
    margin-bottom: 8px;
}

.shangri-text {
    font-size: 16px;
    line-height: 24px
}

.night-stay {
    font-weight: normal;
    line-height: 16px;
}

.sa-table th,
.sa-table td {
    padding-bottom: 4px;
}

.converted-rate {
    font-size: 12px;
    line-height: 16px;
}

.primary-color {
    color: #514641 !important;
}

.hotels-tabs .collection-select-div .select2-selection.select2-selection--single {
    height: 74px;
}

.font-14 {
    font-size: 14px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-30 {
    font-size: 30px !important;
}

.lorem-length {
    margin-bottom: 24px;
}

.shangri-div {
    display: flex;
    flex-wrap: wrap;
}

.shangri-div .col1 {
    width: 312px;
    flex: 0 0 312px;
    max-width: 312px;
    margin-right: 104px;
}

.shangri-div .col2 {
    flex: 1;
    margin-bottom: 48px;
}

.partners-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 48px;
    width: 100%;
    max-width: 808px;
    flex-wrap: wrap;
}

.partners-logo li {
    width: 184px;
    height: 96px;
    flex: 0 0 184px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sa-stay,
.sa-compliments,
.sa-room,
.sa-late1,
.sa-free,
.sa-bed {
    font-size: var(--font12);
    padding: 4.52px 8px;
    line-height: 16px;
    margin-bottom: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #736660;
}

.checkin-out div:first-child {
    border-right: 0;
    position: relative;
}

.checkin-out .form-group.sa-fg.res-fg.sa-pd.mb-0 {
    margin-top: 0;
    padding-top: 19px;
}

.checkin-out div:first-child:after {
    content: "";
    height: 48px;
    width: 1px;
    background: #DDDCD7;
    position: absolute;
    bottom: 16px;
    right: 0;
}

.res-width {
    margin-bottom: 0 !important;
}

.form-control {
    color: #514641;
}

.select2-open .select2-container--default .select2-results>.select2-results__options {
    padding-top: 16px;
    padding-bottom: 16px;
}

a:hover {
    color: #B4846C;
}

.open-datepicker {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1D1917;
    z-index: 1;
    opacity: 0.5;
}

.nav-bgcolor .col-md-12 {
    padding: 0;
}

.discover-by-countries-div .sa-pb2,
.discover-by-countries-div .sa-pb3 {
    font-family: 'InterNormal';
}

.modal-open {
    padding-right: 0 !important;
}

.sa-camp {
    margin-top: 24px !important;
}

.hoesa {
    margin-top: 4px !important;
    display: block;
}

.btn-primary,
.btn-dark-outline1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}

.most-popular-arrow {
    height: 32px;
    width: 32px;
    margin-right: 24px;
}

.most-popular-box .most-color {
    margin-bottom: 8px;
    display: block;
}

.most-popular-box .browse-color {
    margin-bottom: 40px;
}

.most-popular-box .outline-view1 {
    display: inline-block;
    margin-top: 52px;
    font-size: 14px;
    line-height: 20px;
    height: 44px;
    padding: 12px 23.03px;
}

.hotels-under-title {
    font-size: 32px;
    line-height: 38.4px;
    margin-bottom: 40px;
}

.width-popup.res-mt {
    margin-left: auto;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mount-title {
    font-size: 32px;
    line-height: 38.4px;
    margin-bottom: 24px;
    font-family: 'NocturneSerif-Normal';
}

.mount-title.with-label {
    display: flex;
    gap: 8px;
    align-items: start;
}

.mount-title .label-new-hotel {
    line-height: 1;
    margin-top: 7px;
}

.mount-row {
    display: flex;
    flex-wrap: wrap;
}

.mount-row .col1 {
    width: 288px;
    margin-right: 24px;
}

.mount-row .col2 {
    width: 228px;
    flex: 0 0 228px;
    margin-right: 60px;
}

.mount-row .col3 {
    width: 117px;
    flex: 0 0 117px;
    margin-right: 91px;
}

.mount-row .col4 {
    width: 156px;
    flex: 0 0 156px;
    margin-right: 76px;
}

.mount-row .col5 {
    width: 184px;
    flex: 0 0 184px;
}

.mount-box {
    margin-bottom: 48px;
}

.mount-row .small {
    margin: 0;
    line-height: 16px;
    font-size: 12px;
    color: #645954;
}

.mount-row h6 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #514641;
}

.mount-row .col2 img {
    margin-top: 8px;
    margin-right: 8px;
}

.mount-row .col5 a {
    height: 40px;
    line-height: 24px;
}

.show-more-results,
.show-more-results:hover {
    color: #645954;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.collections-page-title,
.about-title h2 {
    line-height: 57.6px;
}

.exclusive-details span.imgspan {
    padding: 0;
    min-width: 50px;
    display: inline-block;
}

.reward-details h2 {
    font-size: 48px;
    line-height: 57.6px;
}

.btn-white {
    line-height: 20px;
}


/*#select2-cmbIdioma-results:after {content: "";position: absolute;right: 0;width: calc(100% - 203px);height: 1px;background: #613842;top: 0;}
#cmbIdioma + .select2 {
    width: 100% !important;
}*/

.peni-details h2 {
    font-size: 48px;
    line-height: 57.6px;
}

.hotel-col-one {
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    max-width: 59%;
}

.hotel-col-two {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
    padding-left: 25px;
}

.mb-16 {
    margin-bottom: 16px;
}

.span_img {
    margin-right: 16px;
    width: 24px;
}

.img-section {
    display: flex;
    flex-wrap: wrap;
}

.current-offers-row .col1 {
    width: 184px;
    flex: 0 0 184px;
    max-width: 184px;
    margin-right: 24px;
}

.current-offers-row .col2 {
    flex: 1;
}

.current-offers-row {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.login-dec h1 {
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 400;
}

.login-dec p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.nav-main .sr-white,
.ul-stylenone li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.nav-title .fn-intriq {
    font-size: 24px;
    line-height: 28.8px;
}

.ul-none.about-mbmt {
    margin-top: 30px;
}

.ul-none.about-mbmt li {
    margin: 0;
    margin-bottom: 16px;
    line-height: normal;
}

.ul-none.about-mbmt span {
    padding: 0;
}

.ul-none.about-mbmt a {
    margin: 0;
}

.sa-camp.nightsp {
    margin-top: 6px !important;
}

.destination-search-section {
    position: relative;
}

.destination-search-section input[type="text"] {
    height: 25px;
    margin-bottom: 10px;
    font-size: 12px;
    border: 0;
    color: #495057;
    outline: none !important;
}

.destination-search-section .dest-ul {
    margin: 0;
    background: #fff;
    position: absolute;
    left: calc(0px + -18px);
    right: 0;
    display: none;
    z-index: 99;
}

.destination-search-section .dest-ul li {
    display: block;
    padding: 4px 20px;
    font-size: 12px;
    line-height: 14px;
}

.destination-search-section .dest-ul li:first-child {
    margin-top: 10px;
}

.destination-search-section .dest-ul li:last-child {
    margin-bottom: 10px;
}

.destination-search-section .dest-ul li:hover {
    background: #613842;
    color: #fff;
}

.uncover-our-offers {
    font-size: 48px !important;
    line-height: 57.6px !important;
}

.filters-content-item {
    margin-bottom: 72px !important;
    min-height: 765px;
    position: relative;
}

.filters-content-item:hover {
    z-index: 1;
}

.limited-time-offer {
    line-height: 57.6px;
}

.mandarinoriental .card-body {
    padding: 16px;
}

.mandarinoriental .sr-card-top {
    max-width: 312px;
    margin-left: auto;
    border-color: #736660;
}

.mandarinoriental .sr-t {
    margin-top: 24px;
}

.mandarinoriental .gohomebtn {
    line-height: 32px;
}

.sr-dis-text .sr-cal {
    min-width: 28px;
    height: 18px;
}

.sr-dis-text p {
    font-size: 14px;
}

.can-font {
    font-size: 14px;
    max-width: 677px;
}

button {
    outline: none !important;
}

.timemodal-offer .sr-t {
    margin-top: 24px;
    line-height: 24px;
}

.go-tohotel-page {
    line-height: 32px;
    font-size: 16px;
}

.valid-to-book-img {
    width: 26px;
    height: 18px;
    margin-right: 12px;
}

.before-underline {
    text-decoration: none !important;
    position: relative;
}

.before-underline:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #754733;
    left: 0;
    right: 0;
    bottom: 0;
}

.sa-modal .btn {
    font-size: 16px;
    line-height: 32px !important;
    padding: 4px 24px;
    height: auto;
    font-family: 'Inter-Normal';
}

label.form-check-label.before-underline:after {
    bottom: 2px;
}

.mb-8px {
    margin-bottom: 8px;
}

.light-graybg a.btn.btn-light {
    line-height: 16px;
    padding: 12px;
}

.maxico-map .show-check label {
    line-height: 32px;
    font-size: 16px;
}

.maxico-map .show-check label .checkmark {
    line-height: 20px;
    margin-top: 6px;
}

.mb-40 {
    margin-bottom: 40px;
}

.room-section .value-center {
    line-height: 20px;
}

.we-have {
    line-height: 12.1px;
    font-size: 10px;
}

.deluxe-double-row {
    margin-top: 56px;
}

.deluxe-double-row .des-text {
    margin-bottom: 40px !important;
}

.widthque {
    line-height: 32px;
    font-weight: 400;
}

.user-name .fill-white {
    font-size: 14px;
    line-height: 20px;
}

.h3-shar {
    font-size: 20px;
}

.fully-detail h3,
.genuine-pd h3,
.genuine-pd2 h3,
.list-pd h3 {
    line-height: 38.4px;
    font-size: 32px;
}

.bg-neutral {
    /*padding-top: 58px;*/
}

.payment-padding .p1 {
    line-height: 58px;
}

.payment-padding .padding-get {
    line-height: 32px;
    font-size: 16px;
    height: 56px;
}

.account-detail .one-time {
    line-height: 21.6px;
    font-size: 18px;
}

.country-code-select+.select2.select2-container {
    max-width: 100px;
}

.by-signing-up {
    padding-left: 28px;
    line-height: 20px;
}

.by-signing-up .checkmark {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 27px;
    top: 0px;
}

.create_account_btn {
    line-height: 32px;
    font-size: 16px;
}

.subsribe-and-modal .modal-dialog {
    max-width: 856px;
}

.guests-dropdown {
    position: absolute;
    background: #fff;
    left: -1px;
    padding: 15px;
    width: 250px;
    font-size: 14px;
    display: none;
    margin-top: 8px;
}

.guests-dropdown-ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    padding: 5px 0;
}

.guests-dropdown-ul li p {
    margin: 0;
    font-size: 12px;
}

.guests-dropdown-ul li p small {
    padding-left: 5px;
}

.guests-open .guests-form-group:after {
    background: white;
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    bottom: -8px;
    height: 8px;
    width: calc(100% + 2px);
}

.number span {
    cursor: pointer;
}

.number {
    float: right;
}

.minus,
.plus {
    width: 26px;
    height: 26px;
    background: #f7f7f7;
    border-radius: 0px;
    padding: 0;
    border: 1px solid #ddd;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.number input {
    height: 26px;
    width: 26px;
    text-align: center;
    font-size: 12px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    outline: none !important;
}

.guests-form-group {
    position: relative;
}

.f-up a {
    font-family: 'NocturneSerif-Normal'!important;
}

.daterangepicker-overlay,
.guests-overlay,
.select2-overlay,
.destination-overlay,
.offer-type-select2-overlay {
    background: #1D1917;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0.5;
}

.daterangepicker-open .fixed {
    z-index: 9;
}

.offer-type-select2-open .hotel-offerbg,
.offer-type-select2-open .tab-offerbg,
.offer-type-select2-open .sr-minus,
.offer-type-select2-open .collection-top,
.daterangepicker-open .hotel-offerbg,
.daterangepicker-open .tab-offerbg,
.daterangepicker-open .sr-minus,
.daterangepicker-open .collection-top,
.guests-open .hotel-offerbg,
.guests-open .tab-offerbg,
.guests-open .sr-minus,
.guests-open .collection-top,
.select2-open .hotel-offerbg,
.select2-open .tab-offerbg,
.select2-open .sr-minus,
.select2-open .collection-top,
.destination-open .hotel-offerbg,
.destination-open .tab-offerbg,
.destination-open .sr-minus,
.destination-open .collection-top {
    z-index: 99;
}

.sr-minus {
    position: relative;
}

.intriq-form-check {
    position: relative;
}

.select2-open span.select2-container {
    z-index: 99;
}

.select2-open .collection-select-div>label {
    z-index: 999;
}

.select2-open .hoteldetail-bg {
    z-index: 99;
}

.intriq-form-check {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.intriq-form-check .form-check-input {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    visibility: visible;
    opacity: 0;
}

.intriq-form-check .form-check-input:checked+.intriq-span {
    background: #613842;
}

.intriq-form-check .form-check-label {
    text-decoration: none;
}

.intriq-form-check .intriq-span {
    height: 18px;
    width: 18px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #613842;
    margin: 2px;
    margin-right: 10px;
}

.intriq-form-check.sm .intriq-span {
    height: 14px;
    width: 14px;
    border: 3px solid #fff;
}

.guests-dropdown .btn {
    width: 100%;
    margin-top: 15px;
}

.guests-dropdown-ul {
    margin-bottom: 0px;
}

.guests-dropdown-ul li:first-child {
    border-top: 0;
    padding-top: 0;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #613842;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #613842;
}

.bs-tooltip-left .arrow::before {
    border-left-color: #613842;
}

.bs-tooltip-right .arrow::before {
    border-right-color: #613842;
}

.tooltip-inner {
    background-color: #613842;
}

#hide_show_span span:nth-child(2),
#hide_show_span_new span:nth-child(2),
#hide_show_span2 span:nth-child(2) {
    display: none;
}

#hide_show_span.active span:nth-child(1),
#hide_show_span_new.active span:nth-child(1),
#hide_show_span2.active span:nth-child(1) {
    display: none;
}

#hide_show_span.active span:nth-child(2),
#hide_show_span_new.active span:nth-child(2),
#hide_show_span2.active span:nth-child(2) {
    display: block;
}

[include*="form-input-select()"] select:not(:focus):invalid {
    color: #7366609c;
}

.discover-by-countries-div .item-card1 {
    position: relative;
}

.discover-by-countries-div .content span {
    position: inherit;
    padding-left: 0;
    margin-bottom: 4px;
    left: 0;
}

.discover-by-countries-div .content {
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    width: 100%;
    left: 24px;
}

.discover-by-countries-div .content .sa-pb1 {
    position: inherit;
    padding-left: 0;
    margin-bottom: 12px;
    line-height: 32px;
    left: 0;
}

.countries-slick .prev-arrow,
.countries-slick .next-arrow {
    background: transparent;
    outline: none !important;
    border: 0;
    position: absolute;
    left: -122px;
}

.countries-slick .prev-arrow {
    top: 88px;
}

.countries-slick .next-arrow {
    top: 0;
}

.hero-slick .slide-arrow {
    position: absolute;
    background: transparent;
    border: 0;
    outline: none !important;
    top: calc(50% - 0px);
    z-index: 1;
}

.hero-slick .prev-arrow {
    left: 64px;
}

.hero-slick .next-arrow {
    right: 64px;
}

span[title="E.g. Virtuoso (optional)"],
span[title="Select Offer Type"] {
    color: #736660;
    opacity: 0.5;
}

.nav-bgcolor .col-md-12:nth-child(1) .nav-main {
    margin-bottom: 40px;
}

.first-last-row {
    position: relative;
}

.remove-row-btn {
    background: transparent !important;
    border-radius: 2px!important;
    border: 1px solid #DDDCD7;
    height: 35px;
    width: 35px;
    outline: none !important;
    color: #613842;
}

.first-last-row .remove-row-btn {
    position: absolute;
    right: -50px;
    top: 29px;
}

.mandarin-oriental {
    max-width: 330px;
    margin-left: auto;
}

.pass-padd {
    padding-right: 62px;
}


/*========= figma 1600 fix =====*/


/*body{
     max-width: 1680px;
    margin: auto;
}
header, .nav-bgcolor{
        left: auto;
    right: auto;
    width: 100%;
    max-width: 1680px;
}*/


/*========= figma 1600 fix =====*/

.guests-open .guests-form-group:before {
    content: "";
    width: calc(100% + 3px);
    border: 1px solid #613842;
    border-bottom: 0;
    height: 86px;
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    z-index: 1;
}

.d-advance .advance-filter {
    line-height: 32px;
}

.d-advance .advance-filter::after {
    bottom: 6px;
}

.hoteldetail-bg .checkin-out {
    width: 35.6%;
    max-width: 352.89px;
    min-width: 336px;
}

.guests-open .hoteldetail-bg .guests-form-group:before {
    width: calc(100% + 2px);
    left: -2px;
}

.guests-open .hoteldetail-bg .guests-form-group:after {
    left: -1px;
    width: calc(100% + 1px);
}

.hoteldetail-bg .guests-dropdown {
    left: -1px !important;
    margin-top: 7px;
}

.hoteldetail-bg .checkin-out .sa-fg {
    margin-top: 0;
    padding-top: 16px;
}

.hoteldetail-bg .checkin-out div:first-child {
    margin-top: 16px;
    padding-top: 0;
}

.hoteldetail-bg .collection-select-div {
    max-width: 208.75px;
}

.mr-10px {
    margin-right: 10px;
}

.sr-exclu-pad {
    padding-top: 143px;
}

.sr-pre-padding {
    padding: 63px 0px!important;
}

.sr-pre-title {
    padding-top: 80px!important;
}

.about-bg {
    margin-top: -63px;
}

.new-underline {
    border: 0 !important;
    position: relative;
}

.new-underline:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #754733;
}

.mt120px {
    margin-top: 120px;
}

.span_img img {
    max-width: 100%;
}

li[id*="E.g. Virtuoso (optional)"],
li[id*="Select Offer Type"] {
    display: none;
}

.sr-curent-offer p.cur-detail {
    margin-top: 24px!important;
    margin-bottom: 4px;
}

.sr-curent-offer {
    margin-bottom: 24px;
}

.intriq-title-hero {
    position: relative;
}

.intriq-title-hero .bgim {
    width: 100%;
    max-width: 100%;
}

.intriq-title-hero .text {
    position: absolute;
    right: 48px;
    bottom: 24px;
}

.intriq-title-hero .text .inner-text {
    color: #fff;
    font-size: 14px;
}

.intriq-payment-box {
    padding-right: 0;
    margin-bottom: 120px;
}

.intriq-payment-box .card {
    width: 288px;
    margin-left: auto;
    height: auto;
}

.intriq-payment-box .p1 {
    font-size: 16px;
    margin-bottom: 8px;
}

.intriq-payment-box .p-price {
    line-height: 57.6px;
    font-size: 48px;
    margin-bottom: 24px;
}

.intriq-payment-box .btn {
    margin-bottom: 8px;
    padding: 12px;
}

.intriq-payment-box .pay-font {
    font-size: 12px;
}

.intriq-payment-box .paycard {
    padding: 24px 40px;
}

.intriq-payment-box .mt-180px {
    margin-top: 222px;
}

.footer-btn {
    margin-top: 4px;
}

.footer-ul .fn-size {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 23px;
    display: block;
}

.followusat {
    display: flex !important;
    line-height: 20px;
}

.followusat a {
    margin: 0 8px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.late-checkout-bg {
    background: #754733 !important;
}

.footer-top .sub-padding {
    margin: 0;
}

#get-start .by-signing-up .checkmark {
    height: 24px;
    width: 24px;
    border-radius: 2px;
    top: -1px;
}

#get-start .by-signing-up {
    padding-left: 36px;
    margin-top: 5px;
}

#get-start .filter-check:after,
#get-start .checkmark:after {
    height: 24px;
    width: 24px;
    background-size: 14px;
    background-position: 4px 5px;
}

.subsribe-and-modal .btn {
    width: auto;
    padding: 15px 29.4px;
    height: auto;
}

.amenitieul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

.amenitieul li {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amenitieul li img {
    margin: 0 !important;
}

.thumb-carousel2 .owl-item img {
    width: 100%;
}

.booking-col1 .form-control::placeholder {
    color: #736660;
    opacity: 0.5;
}

.topspace {
    height: 28px;
}

.booking-col1 .sa-pr .btn {
    line-height: 32px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.booking-col1 .form-control {
    min-height: 40px;
}

.form-control:focus {
    border-color: #DDDCD7;
}

.widthque {
    width: 189px !important;
    height: 56px !important;
    font-size: 15px !important;
}

.show-only-new-div {
    margin-bottom: 48px;
}

.share-my-booking-text-new {
    margin-bottom: 32px !important;
}

.owl-new-slider-offer .owl-nav button {
    position: absolute;
    right: -106px;
    top: 0;
}

.owl-new-slider-offer .owl-nav button.owl-prev {
    top: 88px;
}

.owl-new-slider-offer .thumb-carousel-img {
    width: 100% !important;
    height: 440px;
}

.exclusiveamenities-new-title {
    margin-bottom: 16px;
}

.login-bg .btn-dark-outline {
    line-height: 32px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.login-bg .btn {
    min-height: 40px;
}

.sa-camp-neww {
    margin: 0;
    line-height: 32px;
}

.hoesa.the-new-forms {
    margin-top: 16px !important;
}

.home-logo-item img {
    width: 100% !important;
}

.uncover-luxury-offers-col1,
.uncover-luxury-offers-col2 {
    margin-top: 120px;
}

.uncover-luxury-offers-col2 {
    margin-bottom: 56px;
}

.lifelongmemories-section {
    padding-top: 89px;
    padding-bottom: 89px;
    height: auto;
}

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

.followusat img {
    display: block;
}

.insta-main-section {
    background: #514641;
}

.insta-main-section .row {
    justify-content: center;
}

.mount-row .col1 img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.late-checkout-main-image {
    height: 403px;
    object-fit: cover;
}

.offer-type-select2+.select2 .select2-selection {
    border: 0;
    font-size: 12px;
}

.offer-type-select2+.select2 .select2-selection .select2-selection__rendered {
    padding-left: 0;
}

.offer-type-select2+.select2 .select2-selection .select2-selection__arrow {
    display: none;
}

.offer-type-select2-open .select2-container--open .select2-dropdown {
    margin-left: -29px;
    min-width: 250px;
}

.offer-type-select2+.select2-container {
    width: 100% !important;
}

.term-page-header {
    background: #514641;
    text-align: center;
    padding: 132px 0 50px;
}

.term-page-header h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 34px;
    font-family: 'NocturneSerif-Normal';
    margin: 0;
}

.term-section {
    padding: 80px 0;
}

.term-section h3 {
    font-family: 'NocturneSerif-Normal';
    margin-top: 0;
}

.term-section p {
    font-family: 'Inter-Normal';
    font-size: 14px;
}

.intriqcheckbox input {
    visibility: visible;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    margin: 0;
}

#destinationHotelerror {
    position: absolute;
    background: #613842;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    bottom: -24px;
    left: -6px;
}

#offertypeerror {
    position: absolute;
    background: #613842;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    bottom: -24px;
    left: 20px;
}

#destinationHotelerrorcountry {
    position: absolute;
    background: #613842;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    bottom: -24px;
}

#destination_inputerror:empty,
#destinationHotelerror:empty {
    display: none;
}

#destination_inputerror:empty,
#destinationHotelerror:empty,
#startdateerror:empty,
#end_dateerror:empty {
    display: none;
}

#destination_inputerror,
#startdateerror,
#end_dateerror {
    position: absolute;
    background: #613842;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    bottom: -24px;
    white-space: nowrap;
}

#destination_inputerror:after,
#destinationHotelerror:after,
#startdateerror:after,
#end_dateerror:after {
    content: "";
    border-bottom: 6px solid #613842;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    left: 6px;
    top: -6px;
}

#offertypeerror:empty {
    display: none;
}

#destinationHotelerrorcountry:empty {
    display: none;
}

#destination_inputerror:after,
#destinationHotelerror:after {
    content: "";
    border-bottom: 6px solid #613842;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    left: 6px;
    top: -6px;
}

#destinationHotelerrorcountry:after {
    content: "";
    border-bottom: 6px solid #613842;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    left: 6px;
    top: -6px;
}

#offertypeerror:after {
    content: "";
    border-bottom: 6px solid #613842;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    left: 6px;
    top: -6px;
}

.new-img-section {
    display: flex;
    flex-wrap: wrap;
    max-height: 450px;
    overflow: auto;
}

.new-img-section li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.new-img-section li img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

img {
    max-width: 100%;
}

.show-more-img-section {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 60%);
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff !important;
}

.new-img-section::-webkit-scrollbar,.hotel-reviews::-webkit-scrollbar {
    width: 4px;
}

.new-img-section::-webkit-scrollbar-track,.hotel-reviews::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.new-img-section::-webkit-scrollbar-thumb,.hotel-reviews::-webkit-scrollbar-thumb {
    background: #888;
}

.new-img-section::-webkit-scrollbar-thumb:hover,.hotel-reviews::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.new-img-owl .owl-dots {
    display: flex;
    justify-content: center;
}

.new-img-owl .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    background: #DDDCD7;
    border-radius: 50%;
    margin: 0 5px;
}

.new-img-owl .owl-dots .owl-dot.active {
    background: #613842;
}

.select-100+span.select2.select2-container.select2-container--default.select2-container--disabled {
    width: 100%!important;
}

.newul.ul-none {
    display: flex;
    flex-wrap: wrap;
    padding-left: 44px;
}

.newul.ul-none li {
    width: 0 0 calc(100% / 4);
    max-width: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    margin-right: 12px;
}

.page-item .page-link {
    border-radius: 0 !important;
    font-size: 14px;
    border-color: #dddcd7 !important;
    color: #645954 !IMPORTANT;
}

.page-link:hover {
    background: #ececec;
}

.page-top-mt {
    background: #f3f2ee;
    padding: 20px 0;
}

img.orderuserprofile {
    height: 32px;
    width: 32px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 7px;
}

.bg-transperant {
    background-color: transparent!important;
    border: none!important;
}

.pe-none {
    pointer-events: none;
}

.no-found-btn {
    margin: 0px!important;
}

.user-widths {
    width: 208px;
    text-align: end;
}

.padding-tb {
    padding: 10px 0px;
}

.filla-text,
.filla-text:hover {
    color: #fff;
}

.new-filter-desi form {
    display: flex;
    width: 100%;
}

.new-filter-desi form .btn {
    padding: 4px 30px;
    font-size: 14px;
}

.new-filter-desi {
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1072px;
}

.flex-dataspace {
    flex: 8;
}

.flex-dataimg {
    flex: 1;
}

.collect-imgs {
    height: 416px;
    object-fit: cover;
}

.owl-slider-hotel-listing .owl-stage-outer {
    width: calc(100vw - 30px);
}

.dek-none-img-slider {
    display: none;
}

.item-hotel-slider img {
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

.hotel-img-list .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel-img-list .owl-nav .owl-prev span,
.hotel-img-list .owl-nav .owl-next span {
    font-size: 35px;
    line-height: 35px;
}

.hotel-img-list .owl-prev,
.hotel-img-list .owl-next {
    width: 50px;
    height: 50px;
    border: 1px solid #613842 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 10px 10px;
}

.popover.fade.bs-popover-right.show{
    /* max-width: 460px; */
    width: 800px;
    max-width: max-content;
}
.popover-body p {
    margin-bottom: 0;
}

.res-mdcol-padding-saerch-box.fix-search.active{
    top: 110px;
    max-width: 600px;
}
.label-new-hotel {
    background-color: gold;
    padding: 5px 10px;
    border-radius: 25px;
    font-family: 'Inter-Normal';
    font-size: small;
    text-transform: capitalize;
    border: 1px #cccaaa;
    vertical-align:bottom;
}
/* .userside-user-name.user-widths.hover-menu::after{
    content: "";
    position: relative;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 100%;
    left: 0;
} */

.mount-box {
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}

.mount-box:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid rgba(97,56,66,0.5);
    background: #f3f3f3;
    border-radius: 6px;
    opacity: 0;
    transition: all .5s ease;
    box-shadow: 0px 0 20px 0 rgba(0,0,0,0.25);
}

.mount-box:hover:before {opacity: 1;}

.mount-box > * {
    position: relative;
}

.hotel-name{
    display: flex;
    gap: 8px;
    align-items: start;
}
.hotel-name .label-new-hotel{
    line-height: 1;
    margin-top: 15px;
}
.sa-newcolor .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

.checkin-out .sa-fg {
    flex: 0 0 50%;
}

.width-popup.res-mt{
    flex: 1 0 auto
}

.width-popup.res-mt button {
    width: 100%;
}

.width-popup.res-mt button#submitbtn1:hover {
    opacity: 1;
}

div.gm-style-iw.gm-style-iw-c {
    padding: 0;
    max-height: none !important;
}

div.gm-style-iw-chr {
    display: none;
}

div.gm-style-iw-d {
    overflow: auto !important;
    max-height: none !important;
}

.hmw {
    padding: 12px;
    width: 200px;
}

.hmw_row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-direction: column;
}

.hmw_img img {
    width: 100%;
}

.hmw h5 {
    font-size: 16px;
}


.hotel-review-title h5 {
    margin: 0 0 0.25rem;
}

.hotel-review-stars {
    display: flex;
    gap: 2px;
    align-items: center;
}
.hotel-reviews {
    /**max-height: 424px; **/
    max-height: 222px;
    overflow: auto;
    padding-top: 8px;
    visibility: hidden;
    opacity: 0;
}

.hotel-reviews.init{
    visibility: visible;
    opacity: 1;
}

.hotel-review-item {
    padding: 0.75rem 0;
    gap: 1rem;
    /*display: flex;*/
}
.hotel-review-item.hidden{
    display: none;
}

.hotel-review-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
    /* margin: 0 0 16px; */
}

.hotel-review-name {
    text-transform: capitalize;
    font-weight: bold;
}

.hotel-review-right {
    /* background: rgba(255,255,255,0.5); */
    flex: 1 0 auto;
    /* border-radius: 8px; */
    /* box-shadow: 0 0 10px 0px rgba(0,0,0,0.15); */
    /* padding: 0.5rem 1rem; */
}

.hotel-review-content p:last-child {
    margin: 0;
}
span.hotel-review-stay {
    opacity: 0.8;
}

span.hotel-review-stay:before {
    content: "\2022";
    display: inline-block;
    margin: 0px 8px;
}

.hotel-review-toggle {
    display: inline-block;
    min-width: 0;
    cursor: pointer;
}

.notfound-wrapper ol,.notfound-wrapper ul {
    text-align: left;
    max-width: 520px;
    margin: auto;
    padding-left: 25px;
}

.notfound-wrapper .desc {
    line-height: 1.3;
}