@font-face {
    font-family: Kanit;
    src: url(fonts/Kanit-Light.ttf);
}

html,
body {
    overflow-x: hidden;
}

.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}

P {
    font-family: Kanit;
}

.navbar-brand img {
    vertical-align: top;
    width: 125px;
}

.top-bar.home3v ul li a,
.top-bar.home3v .contact-infos ul li a,
.top-bar.dhomev ul li a,
.top-bar.dhomev .contact-infos ul li a {
    color: #ffffff;
}

.dropdown-menu>li.kopie>a {
    padding-left: 5px;
}

#main-navigation-wrapper.navbar-default.stricky-fixed .navbar-brand img {
    max-height: 100px;
    display: inline-block;
}

#main-navigation-wrapper .dropdown-submenu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding: 11px 20px;
    text-transform: capitalize;
    color: #1f1c1c;
    border-bottom: 0px solid #F0F0F0;
    font-size: 14px;
    font-family: Kanit;
    font-weight: 600;
    text-align: left;
    transition: background .4s ease;
}

#main-navigation-wrapper.navbar-default.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#main-navigation-wrapper.navbar-default .navbar-nav>.open>a,
#main-navigation-wrapper.navbar-default .navbar-nav>.open>a:focus,
#main-navigation-wrapper.navbar-default .navbar-nav>.open>a:hover,
#main-navigation-wrapper.navbar-default .navbar-nav>li:hover>a {
    background: none;
    color: #fdca18;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

#main-navigation-wrapper .nav>li+li>a {
    padding-left: 45px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #ccc;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
    .navbar-brand img {
        vertical-align: top;
        width: 90px;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}

.search-sec-homet {
    background: transparent;
    margin-top: -14em;
}

.top-bar.home3v,
.top-bar.dhomev {
    background: #0e0e0e;
}

.top-bar.home3v ul li a i,
.top-bar.home3v .contact-infos ul li a i,
.top-bar.dhomev ul li a i,
.top-bar.dhomev .contact-infos ul li a i {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .navbar-default .navbar-toggle:hover .icon-bar {
        background: #000000;
    }
}

@font-face {
    font-family: Dumpling;
    src: url(fonts/&Dumpling.ttf);
}

minimal-bootstrap-carousel .community-item .image img {
    height: 450px;
}

.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    font-style: normal;
    position: relative;
}

#ads .card-notify-year {
    position: absolute;
    right: -10px;
    top: -20px;
    background: #ff444400;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-image: url('../images/circle.png');
    width: 78px;
    height: 77px;
    padding: 15px 0 0 0;
}

.owl-carousel .owl-item {
    border: 0px solid #d8d8d8;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

P {
    font-family: Kanit;
    color: black;
    font-size: 16px;
}

.room-suite .item {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    cursor: pointer;
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
}

.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}

.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}

.fluid-know-area .servic {
    color: #fff;
    font: 2.3em/1em "Playball", sans-serif;
    margin: 0;
    text-align: left;
    padding: 0;
    padding-left: 51px;
}

.fluid-know-area .service-promo .know-top p {
    color: white;
    margin: 0 0;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}

.fluid-know-area .service-promo .promo-content {
    max-width: 535px;
    margin: 0;
    margin-left: 20%;
    z-index: 2;
    position: relative;
    padding: 1em 0 0em 4em;
}

@media (max-width: 600px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 0px;
        background: #252424;
    }
}

#minimal-bootstrap-carousel.default-home-slider .carousel-inner .item {
    min-height: 555px;
}

.nhs-caption .this-title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-family: serif;
    font-weight: bold;
}

.search-sec {
    background: #0d1a4100;
    position: absolute;
    z-index: 100;
    margin-top: -193px;
    width: 80%;
}

.search-sec .res-btn {
    background: #fdca18;
    padding: 7px 25px;
    margin: 9px 0 0 0;
    color: black;
    width: 100% letter-spacing: 0.6px;
}

.search-sec .overlay .border {
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    background-color: white;
    padding: 2.3em 2.5em;
}

.search-sec-homet .overlay .border {
    padding: 35px;
}

.search-sec {
    background: #9b9ca000;
    position: absolute;
    z-index: 100;
    margin-top: -13em;
    width: 80%;
    margin-left: 10%;
}

.sec-header3 h2 {
    color: #585858;
    font-family: serif;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
}

.ser-in-box {
    width: 24%;
    float: left;
    position: relative;
}

@media (max-width: 768) {
    .search-sec {
        background: #9b9ca000;
        position: absolute;
        z-index: 100;
        margin-top: -13em;
        width: 100%;
        margin-left: 0%;
    }
    .ser-in-box {
        width: 100%;
        float: left;
        position: relative;
    }
}

.our-offer-htwo {
    background: url(../images/offer/1.jpg) center bottom no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.search-sec .form-control[readonly] {
    background-color: #fff;
    border-radius: 0;
    height: 40px;
    font-style: normal;
    color: #131212;
    border: 1px solid #4d4d4e70;
    width: 100%;
}

.nhs-caption6 .this-title,
.nhs-caption7 .this-title {
    font-size: 59px;
    margin-bottom: 20px;
    line-height: 1.13;
}

.nhs-caption6 p,
.nhs-caption7 p {
    font-style: normal;
    font-size: 21px;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 50px;
    font-weight: 300;
}

.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev,
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-next {
    background: #fdca18;
    width: 33px;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    color: #060606;
    float: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.community-item-caption {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 38px;
    bottom: 85px;
    font-family: serif;
    color: #FFF;
    text-align: center;
    padding: 15px;
    background-color: #42424029;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}

.news-wrapper {
    position: relative;
    background: #ffffff;
}

.bannerfont {
    position: relative;
    right: 167px;
    top: 13px;
}

#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}

@media only screen and (max-width: 600px) {
    .bannerfont {
        position: relative;
        right: 0;
        top: 0;
    }
}

@media only screen and (max-width: 600px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}

.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    opacity: 1;
    transition-delay: 0.5s;
    color: #131111;
}

.form-control {
    display: block;
    width: 100%;
    height: 47px;
    margin-top: 10px;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #1d1b1b;
    background-color: #ffffff03;
    background-image: none;
    border: 1px solid #5049494f;
    border-radius: 0px;
    border-bottom: 1px solid #2b292952;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.card-notify-year1 {
    position: absolute;
    right: 0;
    top: 0px;
    background: #ff444400;
    /* border-radius: 50%; */
    text-align: center;
    color: #272424;
    font-size: 14px;
    font-weight: 600;
    background-image: url(../images/book.png);
    width: 122px;
    height: 87px;
    padding: 5px 0px 5px 37px;
}

.viewdetail {
    background-color: #ffffff00;
    border: 1px solid #fdca18;
    height: 40px;
    width: 150px;
    color: WHITE;
    font-weight: 600;
}

.bookdetail {
    background-color: #fdca18;
    border: 0;
    height: 40px;
    width: 100% !important;
    color: black;
    font-weight: 600;
}

.bookdetail:hover {
    background-color: #ffffff00;
    border: 1px solid #fdca18;
    height: 40px;
    width: 100% !important;
    color: WHITE;
    font-weight: 600;
}

.shimla {
    position: relative;
    bottom: 100px;
}

@media (max-width: 768px) {
    .shimla {
        position: absolute;
        bottom: 0px;
    }
}

@media all and (max-width: 768px) {
    .fluid-know-area .service-promo .know-top h3 {
        color: #fdca18;
        font-family: serif;
        margin: 0 0;
        padding: 0;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        font-style: normal;
        position: relative;
    }
}

.tcb-product-photo {
    text-align: center;
    height: 350px;
    background: #fff;
}

.tcb-product-photo img {
    height: auto;
    display: inline-block;
}

.tcb-product-info {
    background: #f9f9f9;
    padding: 15px;
}

.tcb-product-title h4 {
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tcb-product-rating {
    color: #acacac;
}

.tcb-product-rating .active {
    color: #FFB500;
}

.tcb-product-price {
    color: firebrick;
    font-size: 18px;
    margin-top: 60px;
}

.details {
    margin: 50px 0;
}

.details h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 3px;
}

.details .back-link {
    text-align: center;
}

.details .back-link a {
    display: inline-block;
    margin: 20px 0;
    padding: 15px 30px;
    background: #333;
    color: #fff;
    border-radius: 24px;
}

.details .back-link a svg {
    margin-right: 10px;
    vertical-align: text-top;
    display: inline-block;
}

.pack1 {
    font-family: Dumpling;
    font-size: 34px;
    color: #fdca18;
    font-weight: 500;
    position: relative;
    top: 30px;
    left: 45px;
}

#minimal-bootstrap-carousel .carousel-control {
    background: none;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background-color: #b08d11;
    color: #fff;
    visibility: visible !important;
    opacity: 6.5;
    margin-top: -20px;
    transition: all 0.5s ease;
    top: 50%;
    border-radius: 0;
    z-index: 99;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    opacity: 1;
    background: #ffcd18;
}

.bookdetail {
    background-color: #fdca18;
    border: 0;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}

.bookdetail:hover {
    background-color: #ffffff00;
    border: 1px solid #fdca18;
    height: 40px;
    width: 150px;
    color: #fff;
    font-weight: 500;
}

.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}

.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}

.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}

.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family: kanit;
    text-align: center;
}

.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}

.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight: bold;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}

.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}

.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}

.topreview {
    height: 609px;
    width: 100%;
}

@media (max-width: 768px) {
    .topreview {
        height: 609px;
        display: none;
    }
}


/*------Explore Packages--------*/

.rounded {
    border-radius: .25rem!important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

#ads {
    margin: 30px 0 30px 0;
}

#ads .card-image-overlay {
    font-size: 20px;
}

#ads .card-notify-badge {
    position: absolute;
    left: -10px;
    top: -20px;
    background: #f2d900;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: #000;
    padding: 5px 10px;
    font-size: 16px;
}

#ads .card-detail-badge {
    background: #f2d900;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: #000;
    padding: 5px 10px;
    font-size: 16px;
}

#ads .card:hover {
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}

#ads .card-image-overlay {
    font-size: 20px;
}

#ads .card-image-overlay span {
    display: inline-block;
}

#ads .ad-btn {
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    border-radius: 80px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border: 3px solid #e6de08;
    display: block;
    text-decoration: none;
    margin: 20px auto 1px auto;
    color: #000;
    overflow: hidden;
    position: relative;
    background-color: #e6de08;
}

#ads .ad-btn:hover {
    background-color: #e6de08;
    color: #1e1717;
    border: 2px solid #e6de08;
    background: transparent;
    transition: all 0.3s ease;
    box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
}

#ads .ad-title h5 {
    text-transform: uppercase;
    font-size: 18px;
}

.review {
    font-family: Dumpling;
    text-align: center;
    color: white;
}

.modal {
    position: fixed;
    top: 124px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30000;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 30%;
}

.modal-content {
    position: relative;
    background-color: #fdca18;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px !important;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
    width: 350px !important;
}

@font-face {
    font-family: Kanit;
    src: url(fonts/Kanit-Light.ttf);
}

P {
    font-family: Kanit;
}

.navbar-brand img {
    vertical-align: top;
    width: 125px;
}

.top-bar.home3v ul li a,
.top-bar.home3v .contact-infos ul li a,
.top-bar.dhomev ul li a,
.top-bar.dhomev .contact-infos ul li a {
    color: #ffffff;
}

.dropdown-menu>li.kopie>a {
    padding-left: 5px;
}

#main-navigation-wrapper.navbar-default.stricky-fixed .navbar-brand img {
    max-height: 100px;
    display: inline-block;
}

#main-navigation-wrapper .dropdown-submenu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding: 11px 20px;
    text-transform: capitalize;
    color: #1f1c1c;
    border-bottom: 0px solid #F0F0F0;
    font-size: 14px;
    font-family: Kanit;
    font-weight: 600;
    text-align: left;
    transition: background .4s ease;
}

#main-navigation-wrapper.navbar-default.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#main-navigation-wrapper.navbar-default .navbar-nav>.open>a,
#main-navigation-wrapper.navbar-default .navbar-nav>.open>a:focus,
#main-navigation-wrapper.navbar-default .navbar-nav>.open>a:hover,
#main-navigation-wrapper.navbar-default .navbar-nav>li:hover>a {
    background: none;
    color: #fdca18;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

#main-navigation-wrapper .nav>li+li>a {
    padding-left: 45px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .sec-header3 h2 {
        color: #585858 !important;
        font-family: serif;
        margin: 0;
        padding: 0;
        font-weight: 700;
        font-size: 38px !important;
        line-height: 40px;
    }
    .navbar-nav {
        display: inline;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #ccc;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
    .navbar-brand img {
        vertical-align: top;
        width: 90px;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}

.search-sec-homet {
    background: transparent;
    margin-top: -14em;
}

.top-bar.home3v,
.top-bar.dhomev {
    background: #0e0e0e;
}

.top-bar.home3v ul li a i,
.top-bar.home3v .contact-infos ul li a i,
.top-bar.dhomev ul li a i,
.top-bar.dhomev .contact-infos ul li a i {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .navbar-default .navbar-toggle:hover .icon-bar {
        background: #000000;
    }
}

@font-face {
    font-family: Kanit;
    src: url(fonts/Kanit-Light.ttf);
}

P {
    font-family: Kanit;
}

.final-breadcrumb .breadcrumb li {
    font-family: kanit;
    font-weight: 500;
    text-transform: capitalize;
    color: #a5a2a2;
    float: left;
    line-height: 52px;
    margin-right: -7px;
    padding-right: 0;
}

.common-pad-room {
    padding-top: 2.4em;
    padding-bottom: 3em;
}

.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.8em;
    padding: 0;
    font-weight: bold;
}

.fluid-know-area .service-promo .promo-content {
    max-width: 606px;
    margin: 0;
    z-index: 2;
    position: relative;
    padding: 3em 2em 2em 3em;
}

.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}

.common-pad {
    padding-top: 20px;
    padding-bottom: 3em;
}

.about-info-box p {
    color: #171515;
    margin: 0 0 3em;
    padding: 0;
    font-size: 16px;
    font-family: Kanit;
    line-height: 1.5em;
    font-weight: 400;
}

.news-wrapper {
    position: relative;
    background: #ffffff;
}

.common-pad {
    padding-top: 6px;
    padding-bottom: 2em;
}

.view-aminities h2 {
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    font-size: 25px;
    font-style: inherit;
    font-weight: bold;
}

.aminities-outer ul li {
    float: left;
    width: 16%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0 1.3%;
}

.final-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: serif;
    text-transform: capitalize;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.final-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: none;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .fluid-know-area .work-image-ser {
        width: 100%;
        text-align: center;
        display: none;
    }
}

.final-inner-header {
    display: table;
    height: 325px;
    background: url("images/about-us.jpg") no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}

.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #212121;
}

h2 {
    font-size: 30px;
    font-family: serif;
}

.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}

.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    background-color: #252424;
    padding-left: 200px;
    background: #252424;
}

@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 0px;
        background: #252424;
    }
    .view-aminities h2 {
        background: transparent;
        margin: 1em 0 0.45em;
        transition: all 0.5s ease-in-out;
        font-size: 16px;
        font-style: inherit;
        font-weight: bold;
    }
    .view-aminities p {
        opacity: 1;
        transition: all 0.5s ease-in-out;
        font-family: Kanit;
        padding: 0;
        color: #272424;
        font-size: 14px;
        margin: 0;
    }
    .about-info-box p {
        color: #171515;
        margin: 0 0 3em;
        text-align: justify;
        padding: 0;
        font-size: 14px;
        font-family: Kanit;
        line-height: 1.3em;
        font-weight: 400;
    }
    .fluid-know-area .service-promo .promo-content {
        max-width: 606px;
        margin: 0;
        z-index: 2;
        position: relative;
        padding: 2em 0 2em 2em;
    }
}

#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}

#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}

P {
    font-family: Kanit;
}

h2 {
    font-family: serif;
}

.sticky-placeholder {
    display: none;
}

.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}

.bookdetail:hover {
    background-color: white;
    width: 100%;
    height: 40px;
    padding: 0px;
    color: #fdca18;
    font-weight: 500;
    border: 1px solid #fdca18;
    border-radius: 0px
}

.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}

.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}

.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}

.inner-addon {
    position: relative;
}


/* style icon */

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}


/* align icon */

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}


/* add padding  */

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.left-addon .glyphicon {
    left: 0px;
    color: black;
}

.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}

.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}

.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}

.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}

.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}

.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans", sans-serif;
    text-align: center;
}

.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}

.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}

.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}

.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}

@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}

.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}

.news-wrapper {
    position: relative;
    background: #ffffff;
}

.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}

@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}

.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}

.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}

.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}

.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}

.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}

.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}

@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}

.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}

.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball", cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}

.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}

.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}

.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}

#hep {
    font-size: 14px;
    padding-left: 40px;
}

.eng {
    display: block;
}

@media (max-width: 768px) {
    .eng {
        display: none;
        ;
    }
}

.engback {
    display: none;
}

@media (max-width: 768px) {
    .engback {
        display: block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}

.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}

.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}

.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}

.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family: kanit;
    text-align: center;
}

.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}

.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}

.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}

.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}

.topreview {
    height: 609px;
    width: 100%;
}

@media (max-width: 768px) {
    .topreview {
        height: 609px;
        display: none;
    }
}

.feature-box:first-child {
    margin-top: 0;
}

.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}

.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}

.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}

.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}

.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}

.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}

.review {
    font-family: Dumpling !important;
    text-align: center;
    color: white;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}

.address {
    padding-left: 20px !important;
    color: black !important;
}

h2 {
    font-family: serif;
}

P {
    font-family: Kanit;
    color: black;
    font-size: 16px;
}

.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322 !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}

.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424 !important;
    font-size: 16px;
    margin: 0;
}

.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.final-breadcrumb .breadcrumb li {
    font-family: kanit;
    font-weight: 500;
    text-transform: capitalize;
    color: #a5a2a2;
    float: left;
    line-height: 52px;
    padding-right: 0;
    margin-right: -7px;
}

.room-wrapper {
    overflow: hidden;
    position: relative;
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    padding: 0;
    margin-bottom: 1.4em;
}

.news-wrapper {
    position: relative;
    background: #ffffff;
}

.inner-addon {
    position: relative;
}


/* style icon */

.inner-addon .glyphicon {
    position: absolute;
    padding: 16px 0 10px 0px;
    pointer-events: none;
}


/* align icon */

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}


/* add padding  */

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.left-addon select {
    padding-left: 30px;
}

.left-addon .glyphicon {
    left: 10px;
    color: black;
}

.room-suite .item {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    cursor: pointer;
    border: 1px solid;
    position: relative;
    overflow: hidden;
}

.max-width-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.section-title {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 40px;
}

.section-title h2 {
    text-transform: lowercase;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    letter-spacing: 2.5px;
}

.community-wrapper {
    overflow: hidden;
    padding: 0 30px;
    margin-bottom: -30px;
}

.GridLex-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}

[class*=GridLex-grid-][class*=-noGutter] {
    margin: 0;
}

[class*=GridLex-grid] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
}

[class*=GridLex-grid-][class*=-equalHeight]>[class*=GridLex-col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

[class*=GridLex-grid-][class*=-noGutter]>[class*=GridLex-col] {
    padding: 0;
}

[class*=GridLex-grid]>[class*=GridLex-col-3] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.community-wrapper .community-item {
    margin-bottom: 30px;
}

.GridLex-gap-20>div>div>div,
.GridLex-gap-20>div>div>a {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.community-item {
    overflow: hidden;
    display: block;
    color: #636363;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.community-item .image {
    overflow: hidden;
    position: relative;
}

.community-item .image img {
    height: 450px;
}

.image-object-fit.image-object-fit-cover img {
    object-fit: cover;
}

.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    /* display: block; */
}

.community-item-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}

.community-item-category span {
    line-height: 1;
    padding: 15px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.community-item-caption h3 {
    color: #FFF;
    font-size: 38px;
    line-height: 1.4;
    margin: 0 0 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    font-family: serif;
    text-align: center;
}

.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}

.community-item-caption h3 {
    color: #FFF;
    line-height: 1.4;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.community-item .image {
    overflow: hidden;
    position: relative;
}

.community-item .image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.community-item .image img {
    height: 450px;
}

.image-object-fit.image-object-fit-cover img {
    object-fit: cover;
}

.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    display: block;
}

.community-item-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}

.community-item-category span {
    line-height: 1;
    padding: 15px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}

.community-item-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    padding: 15px;
}

.community-item-caption h3 {
    color: #FFF;
    line-height: 1.4;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.community-item-caption p {
    line-height: 1.4;
}

.community-item-meta {
    border-top: 1px solid #FFF;
    padding-top: 10px;
    margin-top: 20px;
}

.owl-controls .owl-nav .owl-prev {
    margin-right: 1104px;
}

.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev,
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-next {
    background: #fdca18;
    width: 33px;
    text-align: center;
    margin-top: 277px;
    font-size: 20px;
    line-height: 33px;
    color: #000;
    float: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-right: 1104px;
}

.room-wrapper .media-body h3 {
    color: #000;
    line-height: 25px;
    margin: 0 0 0.4em;
    padding: 0;
    font-size: 20px;
    font-family: serif;
    font-style: initial;
}

.room-wrapper .media-body p {
    color: #524e4e;
    margin: 0 0 0.5em;
    padding: 0;
    font-family: Kanit;
}

h4 {
    color: black;
}

.tophe {
    color: white;
    font-size: 36px;
    font-weight: 600;
}

.tophe-p {
    color: white;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: Kanit;
}

.viewdetail {
    background-color: #ffffff00;
    border: 1px solid #fdca18;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}

.bookdetail {
    background-color: #fdca18;
    border: 0;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}

.viewdetail:hover {
    background-color: #fdca18;
    border: 1px solid #fdca18;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}

@media (max-width: 768px) {
    .tophe-p {
        color: white;
        font-size: 14px;
        line-height: 1.2em;
    }
    .room-wrapper .media-body {
        padding-left: 10px;
        padding-right: 0;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}

#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}

P {
    font-family: Kanit;
}

h2 {
    font-family: serif;
}

.sticky-placeholder {
    display: none;
}

.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}

.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}

.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
    text-transform: uppercase;
}

.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}

.inner-addon {
    position: relative;
}


/* style icon */

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}


/* align icon */

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}


/* add padding  */

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.left-addon .glyphicon {
    left: 0px;
    color: black;
}

.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #d0cece;
}

.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}

.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}

.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}

.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}

.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans", sans-serif;
    text-align: center;
}

.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}

.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}

.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}

.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}

@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}

.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}

.news-wrapper {
    position: relative;
    background: #ffffff;
}

.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}

@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}

.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}

.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}

.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}

.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}

.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}

.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}

.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}

#hep {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 10px;
}

.eng {
    display: block;
}

@media (max-width: 768px) {
    .eng {
        display: none;
        ;
    }
}

.engback {
    display: none;
}

@media (max-width: 768px) {
    .engback {
        display: block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}

.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}

.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}

.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}

.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family: kanit;
    text-align: center;
}

.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}

.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}

.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}

.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

.review {
    font-family: Dumpling;
    text-align: center;
    color: white;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}

.topreview {
    height: 609px;
    width: 100%;
}

.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}

@media (max-width: 768px) {
    {
        .topreview height: 609px;
        display: none;
    }
}

.inc {}

.inc li {}

.inc li img {
    margin-right: 15px !important;
}

@font-face {
    font-family: Kanit;
    src: url(fonts/Kanit-Light.ttf);
}

P {
    font-family: Kanit;
}

.final-breadcrumb .breadcrumb li {
    font-family: kanit;
    font-weight: 500;
    text-transform: capitalize;
    color: #a5a2a2;
    float: left;
    line-height: 52px;
    margin-right: -7px;
    padding-right: 0;
}

.common-pad-room {
    padding-top: 2.4em;
    padding-bottom: 3em;
}

.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.8em;
    padding: 0;
    font-weight: bold;
}

.fluid-know-area .service-promo .promo-content {
    max-width: 606px;
    margin: 0;
    z-index: 2;
    position: relative;
    padding: 3em 2em 2em 3em;
}

.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}

.common-pad {
    padding-top: 20px;
    padding-bottom: 3em;
}

.about-info-box p {
    color: #171515;
    margin: 0 0 1em;
    padding: 0;
    font-size: 16px;
    font-family: Kanit;
    line-height: 23px;
    font-weight: 400;
}

.news-wrapper {
    position: relative;
    background: #ffffff;
}

.common-pad {
    padding-top: 6px;
    padding-bottom: 2em;
}

.view-aminities h2 {
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    font-size: 25px;
    font-style: inherit;
    font-weight: bold;
}

.aminities-outer ul li {
    float: left;
    width: 16%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0 1.3%;
}

.final-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: serif;
    text-transform: capitalize;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.final-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: none;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .fluid-know-area .work-image-ser {
        width: 100%;
        text-align: center;
        display: none;
    }
}

.final-inner-header {
    display: table;
    height: 325px;
    background: url("images/about-us.jpg") no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}

.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #212121;
}

h2 {
    font-size: 30px;
    font-family: serif;
}

.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}

.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    background-color: #252424;
    padding-left: 200px;
    background: #252424;
}

@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 0px;
        background: #252424;
    }
    .view-aminities h2 {
        background: transparent;
        margin: 1em 0 0.45em;
        transition: all 0.5s ease-in-out;
        font-size: 16px;
        font-style: inherit;
        font-weight: bold;
    }
    .view-aminities p {
        opacity: 1;
        transition: all 0.5s ease-in-out;
        font-family: Kanit;
        padding: 0;
        color: #272424;
        font-size: 14px;
        margin: 0;
    }
    .about-info-box p {
        color: #171515;
        margin: 0 0 3em;
        text-align: justify;
        padding: 0;
        font-size: 14px;
        font-family: Kanit;
        line-height: 1.3em;
        font-weight: 400;
    }
    .fluid-know-area .service-promo .promo-content {
        max-width: 606px;
        margin: 0;
        z-index: 2;
        position: relative;
        padding: 2em 0 2em 2em;
    }
}

.table-formate {
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
}

.table-formate table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
}

.table-formate th {
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    background: #f9ca47;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    text-align: center;
}

.table-formate td {
    font-size: 16px;
    line-height: 35px;
    color: #000;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    font-family: Kanit;
}

@font-face {
    font-family: Kanit;
    src: url(fonts/Kanit-Light.ttf);
}

P {
    font-family: Kanit;
}

.final-breadcrumb .breadcrumb li {
    font-family: kanit;
    font-weight: 500;
    text-transform: capitalize;
    color: #a5a2a2;
    float: left;
    line-height: 52px;
    margin-right: -7px;
    padding-right: 0;
}

.inner-addon {
    position: relative;
}

.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}

.single-room-wrapper .room-slider-wrapper {
    position: relative;
    margin-bottom: 3em;
    overflow: hidden;
}


/* style icon */

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}


/* align icon */

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}


/* add padding  */

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.left-addon .glyphicon {
    left: 0px;
    color: black;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 11px 0px 0px 0px;
    pointer-events: none;
}

form {
    text-align: center;
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #fdca18;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.value-button:hover {
    cursor: pointer;
}

form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}

form #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}

form #input-wrap {
    margin: 0px;
    padding: 0px;
}

input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.final-inner-header {
    display: table;
    height: 245px;
    background: url(../images/inner-header2.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}

.contactsmlhd {
    font-weight: 600;
    padding-bottom: 6px;
    font-size: 16px;
    font-family: kanit;
    color: black;
}

.contactp {
    color: #444242;
    font-size: 16px;
    font-family: kanit;
}

.conth2 {
    background-color: black;
    color: white;
    font-family: serif;
    font-size: 20px;
    padding: 10px;
}

@font-face {
    font-family: Kanit;
    src: url(fonts/Kanit-Light.ttf);
}

P {
    font-family: Kanit;
}

.final-breadcrumb .breadcrumb li {
    font-family: kanit;
    font-weight: 500;
    text-transform: capitalize;
    color: #a5a2a2;
    float: left;
    line-height: 52px;
    margin-right: -7px;
    padding-right: 0;
}

.final-breadcrumb {
    background: #f9f9f900;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.news-wrapper {
    position: relative;
    background: #ffffff;
}

.final-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: serif;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}

.final-inner-header .this-title:after {
    content: '';
    display: none;
    width: 60px;
    height: 2px;
    background: #92ba19;
    margin-left: 20px;
}

.single-gallery .img-holder .content .link-gallery {
    display: table-cell;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fdca18;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px dashed rgba(236, 236, 236, 0.5);
}

.single-gallery .img-holder .content .link-gallery a {
    color: #151212;
    font: 2.43em/1em "Playball", sans-serif;
    display: table-cell;
    vertical-align: middle;
}

.common-pad-inner {
    padding-top: 6.4em;
    padding-bottom: 0;
}

#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}

.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322 !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}

.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424 !important;
    font-size: 16px;
    margin: 0;
}

h2 {
    font-family: serif;
}

P {
    font-family: Kanit;
    color: black;
    font-size: 16px;
}

.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.final-breadcrumb .breadcrumb li {
    font-family: kanit;
    font-weight: 500;
    text-transform: capitalize;
    color: #a5a2a2;
    float: left;
    line-height: 52px;
    padding-right: 0;
    margin-right: -7px;
}

.room-wrapper {
    overflow: hidden;
    position: relative;
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    padding: 0;
    margin-bottom: 1.4em;
}

.news-wrapper {
    position: relative;
    background: #ffffff;
}

.inner-addon {
    position: relative;
}


/* style icon */

.inner-addon .glyphicon {
    position: absolute;
    padding: 16px 0 10px 0px;
    pointer-events: none;
}


/* align icon */

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}


/* add padding  */

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.left-addon select {
    padding-left: 30px;
}

.left-addon .glyphicon {
    left: 10px;
    color: black;
}

.room-suite .item {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    cursor: pointer;
    border: 1px solid;
    position: relative;
    overflow: hidden;
}

.max-width-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.section-title {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 40px;
}

.section-title h2 {
    text-transform: lowercase;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    letter-spacing: 2.5px;
}

.community-wrapper {
    overflow: hidden;
    padding: 0 30px;
    margin-bottom: -30px;
}

.GridLex-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}

[class*=GridLex-grid-][class*=-noGutter] {
    margin: 0;
}

[class*=GridLex-grid] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
}

[class*=GridLex-grid-][class*=-equalHeight]>[class*=GridLex-col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

[class*=GridLex-grid-][class*=-noGutter]>[class*=GridLex-col] {
    padding: 0;
}

[class*=GridLex-grid]>[class*=GridLex-col-3] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.community-wrapper .community-item {
    margin-bottom: 30px;
}

.GridLex-gap-20>div>div>div,
.GridLex-gap-20>div>div>a {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.community-item {
    overflow: hidden;
    display: block;
    color: #636363;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.community-item .image {
    overflow: hidden;
    position: relative;
}

.community-item .image img {
    height: 450px;
}

.image-object-fit.image-object-fit-cover img {
    object-fit: cover;
}

.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    /* display: block; */
}

.community-item-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}

.community-item-category span {
    line-height: 1;
    padding: 15px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.community-item-caption h3 {
    color: #FFF;
    font-size: 38px;
    line-height: 1.4;
    margin: 0 0 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    font-family: serif;
    text-align: center;
}

.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}

.community-item-caption h3 {
    color: #FFF;
    line-height: 1.4;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.community-item .image {
    overflow: hidden;
    position: relative;
}

.community-item .image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.community-item .image img {
    height: 450px;
}

.image-object-fit.image-object-fit-cover img {
    object-fit: cover;
}

.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    display: block;
}

.community-item-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}

.community-item-category span {
    line-height: 1;
    padding: 15px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}

.community-item-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    padding: 15px;
}

.community-item-caption h3 {
    color: #FFF;
    line-height: 1.4;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.community-item-caption p {
    line-height: 1.4;
}

.community-item-meta {
    border-top: 1px solid #FFF;
    padding-top: 10px;
    margin-top: 20px;
}

.owl-controls .owl-nav .owl-prev {
    margin-right: 1104px;
}

.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev,
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-next {
    background: #fdca18;
    width: 33px;
    text-align: center;
    margin-top: 277px;
    font-size: 20px;
    line-height: 33px;
    color: #000;
    float: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-right: 1104px;
}

.room-wrapper .media-body h3 {
    color: #000;
    line-height: 25px;
    margin: 0 0 0.4em;
    padding: 0;
    font-size: 20px;
    font-family: serif;
    font-style: initial;
}

.room-wrapper .media-body p {
    color: #524e4e;
    margin: 0 0 0.5em;
    padding: 0;
    font-family: Kanit;
}

h4 {
    color: black;
}

.tophe {
    color: white;
    font-size: 36px;
    font-weight: 600;
}

.tophe-p {
    color: white;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: Kanit;
}

.viewdetail {
    background-color: #ffffff00;
    border: 1px solid #fdca18;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}

.bookdetail {
    background-color: #fdca18;
    border: 0;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}

.viewdetail:hover {
    background-color: #fdca18;
    border: 1px solid #fdca18;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}

@media (max-width: 768px) {
    .tophe-p {
        color: white;
        font-size: 14px;
        line-height: 1.2em;
    }
    .room-wrapper .media-body {
        padding-left: 10px;
        padding-right: 0;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}

#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}

P {
    font-family: Kanit;
}

h2 {
    font-family: serif;
}

.sticky-placeholder {
    display: none;
}

.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}

.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}

.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
    text-transform: uppercase;
}

.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}

.inner-addon {
    position: relative;
}


/* style icon */

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}


/* align icon */

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}


/* add padding  */

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.left-addon .glyphicon {
    left: 0px;
    color: black;
}

.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #d0cece;
}

.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}

.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}

.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}

.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}

.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans", sans-serif;
    text-align: center;
}

.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}

.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}

.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}

.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}

@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}

.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}

.news-wrapper {
    position: relative;
    background: #ffffff;
}

.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}

@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}

.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}

.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}

.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}

.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}

.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}

.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}

.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}

#hep {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 10px;
}

.eng {
    display: block;
}

@media (max-width: 768px) {
    .eng {
        display: none;
        ;
    }
}

.engback {
    display: none;
}

@media (max-width: 768px) {
    .engback {
        display: block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}

.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}

.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}

.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}

.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family: kanit;
    text-align: center;
}

.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}

.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}

.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}

.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

.review {
    font-family: Dumpling;
    text-align: center;
    color: white;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}

.topreview {
    height: 609px;
    width: 100%;
}

.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}

@media (max-width: 768px) {
    .topreview height: 609px;
    display: none;
}


}
.inc {}
.inc li {}
.inc li img {
    margin-right: 15px !important;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322 !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424 !important;
    font-size: 16px;
    margin: 0;
}
h2 {
    font-family: serif;
}
P {
    font-family: Kanit;
    color: black;
    font-size: 16px;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}
.final-breadcrumb .breadcrumb li {
    font-family: kanit;
    font-weight: 500;
    text-transform: capitalize;
    color: #a5a2a2;
    float: left;
    line-height: 52px;
    padding-right: 0;
    margin-right: -7px;
}
.room-wrapper {
    overflow: hidden;
    position: relative;
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    padding: 0;
    margin-bottom: 1.4em;
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 16px 0 10px 0px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon select {
    padding-left: 30px;
}
.left-addon .glyphicon {
    left: 10px;
    color: black;
}
.room-suite .item {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    cursor: pointer;
    border: 1px solid;
    position: relative;
    overflow: hidden;
}
.max-width-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.section-title {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 40px;
}
.section-title h2 {
    text-transform: lowercase;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    letter-spacing: 2.5px;
}
.community-wrapper {
    overflow: hidden;
    padding: 0 30px;
    margin-bottom: -30px;
}
.GridLex-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}
[class*=GridLex-grid-][class*=-noGutter] {
    margin: 0;
}
[class*=GridLex-grid] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
}
[class*=GridLex-grid-][class*=-equalHeight]>[class*=GridLex-col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
[class*=GridLex-grid-][class*=-noGutter]>[class*=GridLex-col] {
    padding: 0;
}
[class*=GridLex-grid]>[class*=GridLex-col-3] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.community-wrapper .community-item {
    margin-bottom: 30px;
}
.GridLex-gap-20>div>div>div,
.GridLex-gap-20>div>div>a {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.community-item {
    overflow: hidden;
    display: block;
    color: #636363;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item .image {
    overflow: hidden;
    position: relative;
}
.community-item .image img {
    height: 450px;
}
.image-object-fit.image-object-fit-cover img {
    object-fit: cover;
}
.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    /* display: block; */
}
.community-item-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.community-item-category span {
    line-height: 1;
    padding: 15px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.community-item-caption h3 {
    color: #FFF;
    font-size: 38px;
    line-height: 1.4;
    margin: 0 0 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    font-family: serif;
    text-align: center;
}
.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}
.community-item-caption h3 {
    color: #FFF;
    line-height: 1.4;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item .image {
    overflow: hidden;
    position: relative;
}
.community-item .image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item .image img {
    height: 450px;
}
.image-object-fit.image-object-fit-cover img {
    object-fit: cover;
}
.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    display: block;
}
.community-item-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.community-item-category span {
    line-height: 1;
    padding: 15px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}
.community-item-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    padding: 15px;
}
.community-item-caption h3 {
    color: #FFF;
    line-height: 1.4;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item-caption p {
    line-height: 1.4;
}
.community-item-meta {
    border-top: 1px solid #FFF;
    padding-top: 10px;
    margin-top: 20px;
}
.owl-controls .owl-nav .owl-prev {
    margin-right: 1104px;
}
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev,
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-next {
    background: #fdca18;
    width: 33px;
    text-align: center;
    margin-top: 277px;
    font-size: 20px;
    line-height: 33px;
    color: #000;
    float: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-right: 1104px;
}
.room-wrapper .media-body h3 {
    color: #000;
    line-height: 25px;
    margin: 0 0 0.4em;
    padding: 0;
    font-size: 20px;
    font-family: serif;
    font-style: initial;
}
.room-wrapper .media-body p {
    color: #524e4e;
    margin: 0 0 0.5em;
    padding: 0;
    font-family: Kanit;
}
h4 {
    color: black;
}
.tophe {
    color: white;
    font-size: 36px;
    font-weight: 600;
}
.tophe-p {
    color: white;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: Kanit;
}
.viewdetail {
    background-color: #ffffff00;
    border: 1px solid #fdca18;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}
.bookdetail {
    background-color: #fdca18;
    border: 0;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}
.viewdetail:hover {
    background-color: #fdca18;
    border: 1px solid #fdca18;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}
@media (max-width: 768px) {
    .tophe-p {
        color: white;
        font-size: 14px;
        line-height: 1.2em;
    }
    
    .room-wrapper .media-body {
        padding-left: 10px;
        padding-right: 0;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322 !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424 !important;
    font-size: 16px;
    margin: 0;
}
h2 {
    font-family: serif;
}
P {
    font-family: Kanit;
    color: black;
    font-size: 16px;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}
.final-breadcrumb .breadcrumb li {
    font-family: kanit;
    font-weight: 500;
    text-transform: capitalize;
    color: #a5a2a2;
    float: left;
    line-height: 52px;
    padding-right: 0;
    margin-right: -7px;
}
.room-wrapper {
    overflow: hidden;
    position: relative;
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    padding: 0;
    margin-bottom: 1.4em;
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 16px 0 10px 0px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon select {
    padding-left: 30px;
}
.left-addon .glyphicon {
    left: 10px;
    color: black;
}
.room-suite .item {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    cursor: pointer;
    border: 1px solid;
    position: relative;
    overflow: hidden;
}
.max-width-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.section-title {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 40px;
}
.section-title h2 {
    text-transform: lowercase;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    letter-spacing: 2.5px;
}
.community-wrapper {
    overflow: hidden;
    padding: 0 30px;
    margin-bottom: -30px;
}
.GridLex-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}
[class*=GridLex-grid-][class*=-noGutter] {
    margin: 0;
}
[class*=GridLex-grid] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
}
[class*=GridLex-grid-][class*=-equalHeight]>[class*=GridLex-col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
[class*=GridLex-grid-][class*=-noGutter]>[class*=GridLex-col] {
    padding: 0;
}
[class*=GridLex-grid]>[class*=GridLex-col-3] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.community-wrapper .community-item {
    margin-bottom: 30px;
}
.GridLex-gap-20>div>div>div,
.GridLex-gap-20>div>div>a {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.community-item {
    overflow: hidden;
    display: block;
    color: #636363;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item .image {
    overflow: hidden;
    position: relative;
}
.community-item .image img {
    height: 450px;
}
.image-object-fit.image-object-fit-cover img {
    object-fit: cover;
}
.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    /* display: block; */
}
.community-item-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.community-item-category span {
    line-height: 1;
    padding: 15px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.community-item-caption h3 {
    color: #FFF;
    font-size: 38px;
    line-height: 1.4;
    margin: 0 0 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    font-family: serif;
    text-align: center;
}
.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}
.community-item-caption h3 {
    color: #FFF;
    line-height: 1.4;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item .image {
    overflow: hidden;
    position: relative;
}
.community-item .image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item .image img {
    height: 450px;
}
.image-object-fit.image-object-fit-cover img {
    object-fit: cover;
}
.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    display: block;
}
.community-item-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.community-item-category span {
    line-height: 1;
    padding: 15px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}
.community-item-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    padding: 15px;
}
.community-item-caption h3 {
    color: #FFF;
    line-height: 1.4;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item-caption p {
    line-height: 1.4;
}
.community-item-meta {
    border-top: 1px solid #FFF;
    padding-top: 10px;
    margin-top: 20px;
}
.owl-controls .owl-nav .owl-prev {
    margin-right: 1104px;
}
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev,
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-next {
    background: #fdca18;
    width: 33px;
    text-align: center;
    margin-top: 277px;
    font-size: 20px;
    line-height: 33px;
    color: #000;
    float: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-right: 1104px;
}
.room-wrapper .media-body h3 {
    color: #000;
    line-height: 25px;
    margin: 0 0 0.4em;
    padding: 0;
    font-size: 20px;
    font-family: serif;
    font-style: initial;
}
.room-wrapper .media-body p {
    color: #524e4e;
    margin: 0 0 0.5em;
    padding: 0;
    font-family: Kanit;
}
h4 {
    color: black;
}
.tophe {
    color: white;
    font-size: 36px;
    font-weight: 600;
}
.tophe-p {
    color: white;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: Kanit;
}
.viewdetail {
    background-color: #ffffff00;
    border: 1px solid #fdca18;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}
.bookdetail {
    background-color: #fdca18;
    border: 0;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}
.viewdetail:hover {
    background-color: #fdca18;
    border: 1px solid #fdca18;
    height: 40px;
    width: 150px;
    color: black;
    font-weight: 500;
}
@media (max-width: 768px) {
    .tophe-p {
        color: white;
        font-size: 14px;
        line-height: 1.2em;
    }
    
    .room-wrapper .media-body {
        padding-left: 10px;
        padding-right: 0;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display: none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans", sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball", cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size: 14px;
    padding-left: 40px;
}
.eng {
    display: block;
}
@media (max-width: 768px) {
    .eng {
        display: none;
        ;
    }
}
.engback {
    display: none;
}
@media (max-width: 768px) {
    .engback {
        display: block;
        ;
    }
    
    .fluid-know-area {
        display: none;
    }
    
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family: kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width: 100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display: none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display: none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display: block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview {
        height: 609px;
        display:none;
    }
}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.bookdetail:hover {
    background-color: white;
    width: 100%;
    height: 40px;
    padding: 0px;
    color:#fdca18;
    font-weight: 500;
    border: 1px solid #fdca18;
    border-radius: 0px
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.bookdetail:hover {
    background-color: white;
    width: 100%;
    height: 40px;
    padding: 0px;
    color:#000;
    font-weight: 500;
    border: 1px solid #fdca18;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.hotel-inner-header {
    display: table;
    height: 245px;
    background: url(images/hotel-header.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
@media (max-width: 767px) {
    .hotel-inner-header {
        background-size: cover;
    }
}
.hotel-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}
.hotel-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball",
    cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}
.hotel-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
    margin-left: 20px;
}
.tophp {
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:40px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 35px;
    color: #fff;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.ser-ract {
    list-style-type: square;
    padding-top: 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.review {
    font-family:Dumpling !important;
    text-align: center;
    color:white;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,
    0,
    0,
    .125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
}
.address {
    padding-left:20px !important;
    color:black !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
P {
    font-family: Kanit;
}
h2 {
    font-family: serif;
}
.sticky-placeholder {
    display:none;
}
.bookdetail {
    background-color: #fdca18;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px
}
.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}
.carousel-control.left {
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0) 0,
    rgba(0,
    0,
    0,
    0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right,
    rgba(0,
    0,
    0,
    0.0001) 0,
    rgba(0,
    0,
    0,
    0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
    endColorstr='#80000000',
    GradientType=1);
}
.single-room-wrapper .room-dec-wrapper h2 {
    color: #ffffff;
    font-family: serif;
    margin: 0 0 1em;
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.tilteh4 {
    font-size: 16px;
    border: 1px solid #fdca18;
    padding: 9px;
    color: black;
    font-weight: bold;
    font-family: Kanit;
    text-transform: uppercase;
}
.final-breadcrumb .breadcrumb li {
    font-family: "Open Sans",
    sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7b7b;
    float: left;
    margin-right: -7px;
    line-height: 55px;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #d0cece;
}
.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em "Open Sans",
    sans-serif;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3 {
    color: #fdca18;
    font-family: serif;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-style: normal;
    position: relative;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 67px;
        background-color: #252627;
        background: #252627;
    }
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.aminities-outer ul li {
    float: left;
    width: 17%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 1.3%;
}
@media (max-width: 768px) {
    .fluid-know-area .work-image-ser img {
        float: right;
        display: none;
    }
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.2em;
    padding: 0;
    font-size: 45px;
    font-weight: bold;
    font-family: serif;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    font-size: 26px;
    font-style: normal;
    color: black;
    font-weight: 600;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #000;
}
.toph2 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}
.tophp {
    color:white;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family:Kanit;
    line-height: 22px;
}
.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    "

}
#hep {
    font-size:14px;
    padding-left:30px;
    padding-right:10px;
}
.eng {
    display:block;
}
@media (max-width: 768px) {
    .eng {
        display:none;
        ;
    }
}
.engback {
    display:none;
}
@media (max-width: 768px) {
    .engback {
        display:block;
        ;
    }
    .fluid-know-area {
        display: none;
    }
    .our-table-wrapper {
        background: url("images/manali.jpg") 0 0 no-repeat fixed;
        background-size: auto;
        position: relative;
        overflow: hidden;
        padding-top: 58px;
        min-height: 400px;
    }
    .toph2 {
        color: white;
        font-size: 30px;
        font-weight: 600;
    }
}
.single-room-wrapper .room-dec-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #a7cc3800;
    margin: 0 0 0 12px;
}
.testimonials-wrapper .item .test-cont {
    background: #f4f4f400;
    padding: 0em;
    border-radius: 8px;
    color: white;
    position: relative;
    display: block;
}
.testimonials-wrapper .item .test-cont:after {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #f4f4f400;
    position: absolute;
    content: '';
    bottom: -55px;
}
.testimonials-wrapper .item .test-cont p {
    color: #ffffff;
    font: 400 1.0175em/1.8em;
    font-family:kanit;
    text-align: center;
}
.testimonials-wrapper .item .test-bot {
    padding: 1em 0 0;
}
.fluid-know-area .service-promo .know-top h3:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display:none;
    display: inline-block;
    background: #ffb60600;
    margin: 0 0 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    font-weight:bold;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fluid-know-area .service-promo .know-bot {
    border-top: 0px solid #23447000;
    padding: 2em 0 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    padding-left: 30px;
    background-color: #252627;
    background: #252627;
}
.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c3000;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
    0,
    0,
    0.6);
    background-color: rgba(0,
    0,
    0,
    0);
}
.review {
    font-family:Dumpling;
    text-align: center;
    color:white;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: auto;
        margin-top: -10px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px;
        height: 40px;
        margin-top: -12px;
        font-size: 23px;
        padding-top: 7px;
    }
    .fluid-know-area .service-promo {
        width: 100%;
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 10px;
        background: #252424;
    }
}
.topreview {
    height: 609px;
    width:100%;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
@media (max-width: 768px) {
    .topreview height: 609px;
    display:none;
}

}
.inc {}
.inc li {}
.inc li img {
    margin-right: 15px !important;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322 !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424 !important;
    font-size: 16px;
    margin: 0;
}
h2 {
    font-family: serif;
}
P {
    font-family: Kanit;
    color:black;
    font-size:16px;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.final-breadcrumb .breadcrumb li {
    font-family: kanit;
    font-weight: 500;
    text-transform: capitalize;
    color: #a5a2a2;
    float: left;
    line-height: 52px;
    padding-right: 0;
    margin-right: -7px;
}
.room-wrapper {
    overflow: hidden;
    position: relative;
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    padding: 0;
    margin-bottom: 1.4em;
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 16px 0 10px 0px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon select {
    padding-left: 30px;
}
.left-addon .glyphicon {
    left: 10px;
    color: black;
}
.room-suite .item {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    cursor: pointer;
    border: 1px solid;
    position: relative;
    overflow: hidden;
}
.max-width-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.section-title {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 40px;
}
.section-title h2 {
    text-transform: lowercase;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    letter-spacing: 2.5px;
}
.community-wrapper {
    overflow: hidden;
    padding: 0 30px;
    margin-bottom: -30px;
}
.GridLex-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}
[class*=GridLex-grid-][class*=-noGutter] {
    margin: 0;
}
[class*=GridLex-grid] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
}
[class*=GridLex-grid-][class*=-equalHeight]>[class*=GridLex-col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
[class*=GridLex-grid-][class*=-noGutter]>[class*=GridLex-col] {
    padding: 0;
}
[class*=GridLex-grid]>[class*=GridLex-col-3] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.community-wrapper .community-item {
    margin-bottom: 30px;
}
.GridLex-gap-20>div>div>div,
.GridLex-gap-20>div>div>a {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.community-item {
    overflow: hidden;
    display: block;
    color: #636363;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item .image {
    overflow: hidden;
    position: relative;
}
.community-item .image img {
    height: 450px;
}
.image-object-fit.image-object-fit-cover img {
    object-fit: cover;
}
.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    /* display: block; */
}
.community-item-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.community-item-category span {
    line-height: 1;
    padding: 15px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.community-item-caption h3 {
    color: #FFF;
    font-size: 38px;
    line-height: 1.4;
    margin: 0 0 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    font-family: serif;
    text-align: center;
}
.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}
.community-item-caption h3 {
    color: #FFF;
    line-height: 1.4;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item .image {
    overflow: hidden;
    position: relative;
}
.community-item .image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top,
    rgba(0,
    0,
    0,
    0) 0%,
    rgba(0,
    0,
    0,
    0.65) 100%);
    background: -webkit-linear-gradient(top,
    rgba(0,
    0,
    0,
    0) 0%,
    rgba(0,
    0,
    0,
    0.65) 100%);
    background: linear-gradient(to bottom,
    rgba(0,
    0,
    0,
    0) 0%,
    rgba(0,
    0,
    0,
    0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000',
    endColorstr='#a6000000',
    GradientType=0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item .image img {
    height: 450px;
}
.image-object-fit.image-object-fit-cover img {
    object-fit: cover;
}
.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    display: block;
}
.community-item-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.community-item-category span {
    line-height: 1;
    padding: 15px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}
.community-item-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    padding: 15px;
}
.community-item-caption h3 {
    color: #FFF;
    line-height: 1.4;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item-caption p {
    line-height: 1.4;
}
.community-item-meta {
    border-top: 1px solid #FFF;
    padding-top: 10px;
    margin-top: 20px;
}
.owl-controls .owl-nav .owl-prev {
    margin-right: 1104px;
}
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev,
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-next {
    background: #fdca18;
    width: 33px;
    text-align: center;
    margin-top: 277px;
    font-size: 20px;
    line-height: 33px;
    color: #000;
    float: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-right: 1104px;
}
.room-wrapper .media-body h3 {
    color: #000;
    line-height: 25px;
    margin: 0 0 0.4em;
    padding: 0;
    font-size: 20px;
    font-family: serif;
    font-style: initial;
}
.room-wrapper .media-body p {
    color: #524e4e;
    margin: 0 0 0.5em;
    padding: 0;
    font-family: Kanit;
}
h4 {
    color: black;
}
.tophe {
    color: white;
    font-size: 36px;
    font-weight: 600;
}
.tophe-p {
    color: white;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: Kanit;
}
.viewdetail {
    background-color:#ffffff00;
    border: 1px solid #fdca18;
    height:40px;
    width: 150px;
    color: black;
    font-weight: 500;
}
.bookdetail {
    background-color: #fdca18;
    border: 0;
    height:40px;
    width: 150px;
    color: black;
    font-weight: 500;
}
.viewdetail:hover {
    background-color:#fdca18;
    border: 1px solid #fdca18;
    height:40px;
    width: 150px;
    color: black;
    font-weight: 500;
}
@media (max-width: 768px) {
    .tophe-p {
        color: white;
        font-size: 14px;
        line-height: 1.2em;
    }
    .room-wrapper .media-body {
        padding-left: 10px;
        padding-right: 0;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322 !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424 !important;
    font-size: 16px;
    margin: 0;
}
h2 {
    font-family: serif;
}
P {
    font-family: Kanit;
    color:black;
    font-size:16px;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.final-breadcrumb .breadcrumb li {
    font-family: kanit;
    font-weight: 500;
    text-transform: capitalize;
    color: #a5a2a2;
    float: left;
    line-height: 52px;
    padding-right: 0;
    margin-right: -7px;
}
.room-wrapper {
    overflow: hidden;
    position: relative;
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    padding: 0;
    margin-bottom: 1.4em;
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 16px 0 10px 0px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon select {
    padding-left: 30px;
}
.left-addon .glyphicon {
    left: 10px;
    color: black;
}
.room-suite .item {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    cursor: pointer;
    border: 1px solid;
    position: relative;
    overflow: hidden;
}
.max-width-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.section-title {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 40px;
}
.section-title h2 {
    text-transform: lowercase;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    letter-spacing: 2.5px;
}
.community-wrapper {
    overflow: hidden;
    padding: 0 30px;
    margin-bottom: -30px;
}
.GridLex-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}
[class*=GridLex-grid-][class*=-noGutter] {
    margin: 0;
}
[class*=GridLex-grid] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
}
[class*=GridLex-grid-][class*=-equalHeight]>[class*=GridLex-col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
[class*=GridLex-grid-][class*=-noGutter]>[class*=GridLex-col] {
    padding: 0;
}
[class*=GridLex-grid]>[class*=GridLex-col-3] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.community-wrapper .community-item {
    margin-bottom: 30px;
}
.GridLex-gap-20>div>div>div,
.GridLex-gap-20>div>div>a {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.community-item {
    overflow: hidden;
    display: block;
    color: #636363;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item .image {
    overflow: hidden;
    position: relative;
}
.community-item .image img {
    height: 450px;
}
.image-object-fit.image-object-fit-cover img {
    object-fit: cover;
}
.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    /* display: block; */
}
.community-item-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.community-item-category span {
    line-height: 1;
    padding: 15px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.community-item-caption h3 {
    color: #FFF;
    font-size: 38px;
    line-height: 1.4;
    margin: 0 0 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    font-family: serif;
    text-align: center;
}
.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}
.community-item-caption h3 {
    color: #FFF;
    line-height: 1.4;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item .image {
    overflow: hidden;
    position: relative;
}
.community-item .image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top,
    rgba(0,
    0,
    0,
    0) 0%,
    rgba(0,
    0,
    0,
    0.65) 100%);
    background: -webkit-linear-gradient(top,
    rgba(0,
    0,
    0,
    0) 0%,
    rgba(0,
    0,
    0,
    0.65) 100%);
    background: linear-gradient(to bottom,
    rgba(0,
    0,
    0,
    0) 0%,
    rgba(0,
    0,
    0,
    0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000',
    endColorstr='#a6000000',
    GradientType=0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item .image img {
    height: 450px;
}
.image-object-fit.image-object-fit-cover img {
    object-fit: cover;
}
.image-object-fit img {
    width: 100%;
    height: 220px;
    background: #eee;
    display: block;
}
.community-item-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.community-item-category span {
    line-height: 1;
    padding: 15px 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}
.community-item-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    padding: 15px;
}
.community-item-caption h3 {
    color: #FFF;
    line-height: 1.4;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.community-item-caption p {
    line-height: 1.4;
}
.community-item-meta {
    border-top: 1px solid #FFF;
    padding-top: 10px;
    margin-top: 20px;
}
.owl-controls .owl-nav .owl-prev {
    margin-right: 1104px;
}
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev,
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-next {
    background: #fdca18;
    width: 33px;
    text-align: center;
    margin-top: 277px;
    font-size: 20px;
    line-height: 33px;
    color: #000;
    float: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.roomsuite-slider-two.owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-right: 1104px;
}
.room-wrapper .media-body h3 {
    color: #000;
    line-height: 25px;
    margin: 0 0 0.4em;
    padding: 0;
    font-size: 20px;
    font-family: serif;
    font-style: initial;
}
.room-wrapper .media-body p {
    color: #524e4e;
    margin: 0 0 0.5em;
    padding: 0;
    font-family: Kanit;
}
h4 {
    color: black;
}
.tophe {
    color: white;
    font-size: 36px;
    font-weight: 600;
}
.tophe-p {
    color: white;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: Kanit;
}
.viewdetail {
    background-color:#ffffff00;
    border: 1px solid #fdca18;
    height:40px;
    width: 150px;
    color: black;
    font-weight: 500;
}
.bookdetail {
    background-color: #fdca18;
    border: 0;
    height:40px;
    width: 150px;
    color: black;
    font-weight: 500;
}
.viewdetail:hover {
    background-color:#fdca18;
    border: 1px solid #fdca18;
    height:40px;
    width: 150px;
    color: black;
    font-weight: 500;
}
@media (max-width: 768px) {
    .tophe-p {
        color: white;
        font-size: 14px;
        line-height: 1.2em;
    }
    .room-wrapper .media-body {
        padding-left: 10px;
        padding-right: 0;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
}
@font-face {
    font-family: Kanit;
    src: url(fonts/Kanit-Light.ttf);
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    font-size: 45px;
    padding: 0;
    font-weight: 600;
}
P {
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: kanit;
    font-weight: 500;
    text-transform: capitalize;
    color: #a5a2a2;
    float: left;
    line-height: 52px;
    margin-right: -7px;
    padding-right: 0;
}
.common-pad-room {
    padding-top: 2.4em;
    padding-bottom: 3em;
}
.final-breadcrumb {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,
    0,
    0,
    0);
}
.sec-header-small h2 {
    color: #0e1322;
    margin: 0 0 0.8em;
    padding: 0;
    font-weight: bold;
}
.fluid-know-area .service-promo .promo-content {
    max-width: 606px;
    margin: 0;
    z-index: 2;
    position: relative;
    padding: 3em 2em 2em 3em;
}
.sec-header-small h2:after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 60px;
    height: 2px;
    display: none;
    background: #a7cc38;
    margin: 0 0 0 12px;
}
.common-pad {
    padding-top: 20px;
    padding-bottom: 3em;
}
.about-info-box p {
    color: #171515;
    margin: 0 0 1em;
    padding: 0;
    font-size: 16px;
    font-family: Kanit;
    line-height: 23px;
    font-weight: 400;
}
.news-wrapper {
    position: relative;
    background: #ffffff;
}
.common-pad {
    padding-top: 6px;
    padding-bottom: 2em;
}
.view-aminities h2 {
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    font-size: 25px;
    font-style: inherit;
    font-weight: bold;
}
.aminities-outer ul li {
    float: left;
    width: 16%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0 1.3%;
}
.final-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: serif;
    text-transform: capitalize;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.final-inner-header .this-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: none;
    margin-left: 20px;
}
@media (max-width: 991px) {
    .fluid-know-area .work-image-ser {
        width: 100%;
        text-align: center;
        display: none;
    }
}
.final-inner-header {
    display: table;
    height: 325px;
    background: url("images/about-us.jpg") no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
.view-aminities:hover h2,
.view-aminities:hover p,
.view-aminities:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #212121;
}
h2 {
    font-size: 30px;
    font-family: serif;
}
.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50%+115px);
    width: calc(50%+115px);
    float: left;
    position: relative;
    background-color: #252424;
    padding-left: 200px;
    background: #252424;
}
@media (max-width: 768px) {
    .fluid-know-area .service-promo {
        width: 100%;
        float: left;
        position: relative;
        background-color: #252424;
        padding-left: 0px;
        background: #252424;
    }
    .sec-header3 h2 {
        color: #0e1322;
        font-family: serif;
        margin: 0;
        font-size: 25px;
        padding: 0;
        font-weight: 600;
    }
    .view-aminities h2 {
        background: transparent;
        margin: 1em 0 0.45em;
        transition: all 0.5s ease-in-out;
        font-size: 16px;
        font-style: inherit;
        font-weight: bold;
    }
    .view-aminities p {
        opacity: 1;
        transition: all 0.5s ease-in-out;
        font-family: Kanit;
        padding: 0;
        color: #272424;
        font-size: 14px;
        margin: 0;
    }
    .about-info-box p {
        color: #171515;
        margin: 0 0 3em;
        text-align: justify;
        padding: 0;
        font-size: 14px;
        font-family: Kanit;
        line-height: 1.3em;
        font-weight: 400;
    }
    .fluid-know-area .service-promo .promo-content {
        max-width: 606px;
        margin: 0;
        z-index: 2;
        position: relative;
        padding: 2em 0 2em 2em;
    }
}
@font-face {
    font-family: Kanit;
    src: url(fonts/Kanit-Light.ttf);
}
.sec-header3 h2 {
    color: #0e1322;
    font-family: serif;
    margin: 0;
    padding: 0;
}
P {
    font-family: Kanit;
}
.final-breadcrumb .breadcrumb li {
    font-family: kanit;
    font-weight: 500;
    text-transform: capitalize;
    color: #a5a2a2;
    float: left;
    line-height: 52px;
    margin-right: -7px;
    padding-right: 0;
}
.inner-addon {
    position: relative;
}
.single-room-wrapper .room-dec-wrapper {
    position: relative;
    background-color: #efefef;
    border: 1px solid #d0cece;
}
.single-room-wrapper .room-slider-wrapper {
    position: relative;
    margin-bottom: 3em;
    overflow: hidden;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left : 0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left : 30px;
}
.right-addon input {
    padding-right: 30px;
}
.left-addon .glyphicon {
    left: 0px;
    color: black;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fdca18;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inner-addon .glyphicon {
    position: absolute;
    padding: 11px 0px 0px 0px;
    pointer-events: none;
}
form {
    text-align: center;
}
.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #fdca18;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.value-button:hover {
    cursor: pointer;
}
form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}
form #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}
form #input-wrap {
    margin: 0px;
    padding: 0px;
}
input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.final-inner-header {
    display: table;
    height: 245px;
    background: url(../images/inner-header2.jpg) no-repeat scroll center bottom;
    width: 100%;
    margin: 0;
}
.contactsmlhd {
    font-weight: 600;
    padding-bottom: 6px;
    font-size: 16px;
    font-family: kanit;
    color: black;
}
.contactp {
    color: #444242;
    font-size:16px;
    font-family: kanit;
}
.conth2 {
    background-color: black;
    color: white;
    font-family: serif;
    font-size: 20px;
    padding: 10px;
}
.media-body button {
    width: 150px !important;
}
.media-body button:hover {
    width: 150px !important;
}
ul.faq-list {
    margin-left: 30px;
}
ul.faq-list li {
    list-style: disc;
    font-size: 16px;
    font-family: Kanit;
}
.faq-wrapper.patners-icon a {
    color: #000000de;
    font-weight: 600;
}
.faq-wrapper.patners-icon i {
    color: #fdca18;
}
.patners-icon img {
    padding: 6px;
}