.extras label {
    margin-top: 10px;
}

.fancybox-caption__body {
    font-size: 2rem;
}

span.banner_room_description-features {
    position: absolute;
    bottom: 15px;
    right: 0px;
    background: rgba(0,0,0,0.34);
    padding: 2px 10px;
    color: #fff;
}

.shadow {
    border-top: 5px solid #475a20;
}

.bar_overview {
    background: url("../themes/yosemite/img/bar.png") no-repeat;
    height: 15px;
    margin-bottom: 10px;
    width: 99%;
}

.gray-icons {
    color: #475a20;
}

.listnone li {
    list-style: none;
}

.sort_bar {
    padding: 7px 10px;
    color: #000;
    height: 40px;
    margin: 12px 0px 20px;
    text-align: center;
    font-weight: bold;
}

.sort_bar h4 {
    margin: 4px 5px 17px;
}

.bordernew {
    border-bottom: 1px solid #000;
}

.other-rooms-content .room_description-features span {
    display: inline-block;
    margin: 0 20px 10px 0;
    /*text-transform: uppercase; */
    color: #333;
    font-weight: 700;
    font-size: 14px;
}

.other-rooms-content .room_description-amenities ul li span {
    display: inline-block;
    font-size: 22px;
}

.other-rooms-content .room_description-amenities ul li:not(:last-child) {
    margin: 0 25px 10px 0;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .slimScrollDiv {
        display: none;
    }

    .main-icon-ada {
        font-size: 24px;
        line-height: 1.3 !important;
    }

    .room-plan-text {
        margin-top: 30px;
    }

}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .title {
        font-size: 25px;
        margin-bottom: -3px;
    }

    .roomtype_div-slider1 .slider-caption span {
        padding: 4px 10px !important;
        font-size: 20px !important;
    }

    .main-icon-ada {
        font-size: 30px !important;
    }
}

.detailborder {
    border: 1px solid #848080;
    padding: 20px 10px;
}

@media screen and (min-width:767px) and (max-width: 2600px) {
    .bor {
        border-right: 1px solid #475a20;
        border-bottom: 1px solid #475a20;
    }

    .bor1 {
        border-right: 1px solid #475a20;
    }

    .bor_right {
        border-right: none !important;
    }
}

.gallery {
    display: inline-block;
    margin-top: 0px;
}

.degree {
    background: url("../images/360-degrees.png")no-repeat;
    height: 88%;
    top: 90px;
    margin-left: 139px;
    position: absolute;
    width: 89px;
    z-index: 999;
    left: 8%;
}

.getdeals-bg {
    background: rgba(255, 255, 255, 0.7) !important;
    color: #000;
    position: absolute;
    bottom: 85px;
    width: 60%;
    z-index: 98;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 21px;
    left: 20%;
}

.list-group {
    margin-bottom: 0px;
}


@media only screen and (min-width: 768px) {

    .nav-tabs-vertical {
        display: table;
        width: 100%;
    }

    .nav-tabs-vertical>.nav-tabs {
        border-bottom: 0;
        width: 333px;
        border-left: 1px solid #555;
        padding: 25px 0;
        display: flex;
        flex-direction: column;
    }

    .nav-tabs-vertical>.nav-tabs>li {
        display: block;
        margin-bottom: 4px;
        float: none;
        font-size: 18px;
    }

    .nav-tabs-vertical>.nav-tabs>li.active {
        order: -1;
    }

    .nav-tabs-vertical>.nav-tabs>li>a {
        border-radius: 0 50px 50px 0;
        padding-left: 25px;
        padding-right: 20px;
        color: #555;
        transition: all .3s ease;
    }

    .nav-tabs-vertical>.nav-tabs>li.active>a {
        background-color: #fff;
        border: none !important;
        box-shadow: 0 0 30px #ddd;
        -webkit-box-shadow: 0 0 30px #ddd;
        color: var(--primary);
    }

    .nav-tabs a:hover {
        color: #4a4443;
    }

    .tab-title {
        font-size: 18px;
        /* opacity: 0; */
        transition: all .3s ease;
    }

    .nav-tabs-vertical>.nav-tabs>li.active .tab-title,
    .nav-tabs-vertical>.nav-tabs>li>a:hover .tab-title {
        opacity: 1;
    }

    .nav-tabs-vertical>.nav-tabs>li>a:hover,
    .nav-tabs-vertical>.nav-tabs>li>a:focus {
        border-color: transparent !important;
    }

    .nav-tabs-vertical>.nav-tabs>li.active>a .tab_icon,
    .nav-tabs-vertical>.nav-tabs>li>a:hover .tab_icon {
        background-color: var(--primary);
        color: #fff;
    }

    .tab_icon {
		display: inline-block;
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 28px;
		vertical-align: sub;
		text-align: center;
		margin-right: 10px;
		transition: all .3s ease;
    }

    .nav-tabs-vertical>.tab-content {
        display: table-cell;
        vertical-align: top;
    }

    .nav-tabs-left>.tab-content {
        padding: 40px 0 25px 30px;
        width: 100%;
    }
}

/******************** Page Header**************** */


.thumbnails li>.fff .caption {
    background: #fff !important;
    padding: 10px
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}

.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails {
    margin-bottom: 0px;
}



/* Thumbnail Box */
.caption h4 {
    background: rgba(0, 0, 0, 0.7) !important;
    color: #fff;
    position: absolute;
    /* bottom: 85px; */
    width: 75%;
    z-index: 98;
    padding: 10px 15px;
    font-weight: 500;

    left: 0;
    font-size: 14px;
    border: 1px solid;
    right: 0;
    top: 40%;
    margin: 0 auto;
}


.caption p {
    color: #999;
}

.no_smoking {
    background: rgba(211, 211, 211, 211) url(../images/icons.png) no-repeat scroll -847px -53px;
    display: inline-block;
    height: 30px !important;
    width: auto;
    position: relative;
    bottom: 0px;
    padding: 0;
    /* margin-right: 7px; */
    width: 30px !important;
    top: 5px;
}

.handicap {
    padding: 5px 5px !important;
    height: 30px !important;
    width: 30px !important;
    background: rgba(211, 211, 211, 211) !important;
}

/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}

.but_bgbook {
    background: #00a651;
    font-size: 16px;
    border-radius: 0px;
    padding: 15px 40px 15px 40px;
}

.headerbg1 {
    background: #353130;
}

.h1_sister2 {
    color: #fff;
    padding: 24px 10px;
    margin-top: 0px;
    font-size: 30px;
}

/*.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 2px 16px 7px 10px;
    position: static;
    height: 30px;
    width: 15px;
}*/
/* a:hover{color:#fff !important;} */
.room_left {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px;
    font-size: 30px;
}

.room_right {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px;
    font-size: 30px;
}

.deals_share a {
    width: 38px;
    height: 38px;
    display: inline-block;
    /* float: left; */
    margin: -8px 3px;
    border-radius: 0px;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 11px #211e1f;
}

.deal_twitter {
    background: #212121 url(../images/deal_share.png) no-repeat scroll -72px -3px !important;
}

.deal_pin {
    background: #212121 url(../images/deal_share.png) no-repeat scroll -106px -3px !important;
}

.deal_fb {
    background: #212121 url(../images/deal_share.png) no-repeat scroll -32px -3px !important;
}

/* Mobile Only */
@media (max-width: 767px) {
    

    .page-header,
    .control-box {
        text-align: center;
    }

    .amenities_iconset {
        width: 100% !important;
    }
}

@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}

.thumbnails li {
    list-style: none;
}

/******************** Page Header**************** */


@media screen and (min-width: 768px) and (max-width: 991px) {
    .degree {
        left: -18%;
        top: 46px;
    }

    .list-group a::after {
        line-height: 122px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .degree {
        left: -2%;
        top: 68px;
    }

    .list-group a::after {
        line-height: 168px !important;
    }
	
		
	.slider1 .slick-prev,
	.slider1 .slick-next {
		height: 100% !important;
		width: 150px !important;
		border-radius: 0;
	}
	
	.slider1 .slick-prev {
		left: 0 !important;
	}
	
	.slider1 .slick-next {
		right: 0 !important;
	}
	
	.slick-prev, .slick-next {
		border: 0 !important;
	}
	
	.slider1 .slick-prev:before, .slider1 .slick-next:before {
		color: #fff;
		padding: 20px;
		border: 1px solid #fff;
		border-radius: 50%;
		height: 70px;
		width: 70px;
		display: inline-block;
	}
}

@media screen and (min-width: 540px) and (max-width:767px) {
    .degree {
        left: 20%;
        top: 116px;
    }

    .list-group a::after {
        line-height: 272px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 400px) {
    .degree {
        left: -19%;
        top: 44px;
    }

    .list-group a::after {
        line-height: 131px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
    .btns, .bookbtn {
        font-size: 14px !important;
    }
    .getdeals-bg {
        position: absolute;
        bottom: 41px;
    }

    .roomtype_smoke {
        bottom: -7px !important;
    }
}

.box_border {
    border: 2px solid #e7e8e9;
}

.box_bg {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.text-primary {
    color: #475a20;
}

.scroll {
    height: 370px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.roomtype_smoke {
    padding: 11px;
    width: 24px;
    bottom: 0;
}

/*Amenities Icons*/
.amenities_iconset {
    display: block;
    float: left;
    padding: 10px 20px;
    text-align: center;
}

.ameneties_icons {
    background: url("../images/ameneties_icons.png") no-repeat;
    width: 80px;
    height: 40px;
    margin: 0 auto;
}

.air_conditioned {
    background-position: -10px -80px !important;
}

.alarm_clock {
    background-position: -10px -188px !important;
}

.bathtub {
    background-position: -10px -295px !important;
}

.shower {
    background-position: -10px -400px !important;
}

.cable_tv {
    background-position: -10px -506px !important;
}

.coffeemaker {
    background-position: -10px -1889px !important;
}

.hairdryer {
    background-position: -10px -612px !important;
}

.handicap {
    background-position: -10px -719px !important;
}

.iron {
    background-position: -10px -826px !important;
}

.ironing_board {
    background-position: -10px -930px !important;
}

.radio {
    background-position: -10px -1037px !important;
}

.fire_alarm {
    background-position: -10px -1143px !important;
}

.telephone {
    background-position: -10px -1250px !important;
}

.wi_fi {
    background-position: -10px -1347px !important;
}

.toilet {
    background-position: -10px -1457px !important;
}

.non_smoking {
    background-position: -10px -1568px !important;
}

.safe {
    background-position: -10px -1678px !important;
}

.pets_allowed {
    background-position: -10px -1783px !important;
}

.gallery_pic a img {
    display: inline-block !important;
}


/* ============================ Version 2.0 ============================ */

.section-padding {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.position-left {
    margin-right: 8px;
}

.position-right {
    margin-left: 8px;
}

.full-width {
    width: 100%;
}

.includes_listing {
    text-align: center;
}

.includes_listing ul {
    margin-bottom: 30px;
}

.includes_listing ul li {
    display: inline-block;
    padding: 15px 20px;
    background-color: #ededed;
    color: #fff;
    border: 2px solid #fff;
    -o-box-shadow: 0 10px 50px -20px #000;
    -moz-box-shadow: 0 10px 50px -20px #000;
    -webkit-box-shadow: 0 10px 50px -20px #000;
    box-shadow: 0 10px 50px -20px #000;
    vertical-align: middle;
    border-radius: 50px;
    margin: 0 10px 20px;
}

.includes_listing i {
    font-size: 20px !important;
    vertical-align: bottom;
}

.includes_listing ul li.no_smoke {
    background-color: #ff0000;
}

.includes_listing ul li.ada {
    background-color: #0563ae;
}

.roomtype_div-heading h1 {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

.roomtype_div-slider figure img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.roomtype_div-about,
.roomtype_div-amenities {
    margin-bottom: 40px;
}

h2.title {
    color: #111;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 20px;
}

.roomtype_div-about .details {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    margin-bottom: 20px;
}

.roomtype_div-about .details label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #999;
    text-transform: uppercase;
}

.roomtype_div-about .details span.icon {
    margin-right: 10px;
    color: #777;
}

.roomtype_div-about .extras label,
.roomtype_div-about .extras p {
    display: inline-block;
}

.roomtype_div-about .extras p {
    margin-bottom: 10px;
}

.roomtype_div-about .extras label {
    color: #777;
    text-transform: uppercase;
}

.roomtype_div-about p {
    color: #7b7b7b;
    margin-bottom: 20px;
    line-height: 25px;
    text-align: justify;
}

.roomtype_div-amenities .amenities-icons {
    padding: 10px 10px 0;
    margin-bottom: 20px;
    border: 1px solid #000;
}

.amenities-icons ul li {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    max-width: 156px;
    vertical-align: top;
}

.amenities-icons ul li figure {
    padding: 12px;
}

.amenities-icons ul li figure img {
    margin-bottom: 6px;
}

#amenities-details {
    padding: 10px;
}

.roomtype_div-amenities .service-list {
    color: #777;
}

.roomtype_div-amenities .service-list h4 {
    /* font-size: 16px;
    line-height: 26px; */
    color: #222;
    text-transform: uppercase;
}

.roomtype_div-amenities .service-list ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-bottom: 25px;
}

hr.dark {
    border-color: #000;
    margin-top: 50px;
}

.roomtype_div-others h4 {
    color: #777;
    text-transform: uppercase;
    margin: 30px 0 40px;
    padding: 0 15px;
}

.other-rooms-content {
    padding: 5px 15px 30px;
    min-height: 140px;
    position: relative;
}

.other-rooms {
    margin-bottom: 30px;
    /* border: 1px solid #ddd; */
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
}

.other-rooms figure img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    object-position: center right;
}

.other-rooms .other-rooms-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    /* For single line name in more room card */
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.room-facilities-ul {
    column-count: 2;
}


.other-rooms ul li {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.other-rooms ul li .icon {
    margin-right: 10px;
    color: #777;
}

.other-rooms-nav {
	overflow: hidden;
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 15px;
    /* margin: 20px 0 10px 0; */
}

.other-rooms-nav .price {
    color: #959595;
    float: right;
}

.other-rooms-nav .price .prefix {
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

/* .other-rooms-nav .book { float: left; } */

.trans-btn {
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 16px;
	font-size: 19px;
}

.btn-viewmore {
    background-color: #fff;
    border: 1px solid var(--primary);
    color: #000;
    transition: all .3s;
}

.btn-viewmore span {
    display: inline-block;
    transform: translateX(0);
    transition: all .3s;
}

.btn-viewmore:hover,
.btn-viewmore:focus {
    color: #000 !important;

}



.btns {
    text-transform: uppercase;
    padding: 15px 30px !important;
    border-radius: 0;
    transition: all .2s;
}

.btn-brown {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn-brown:hover {
    border-color: var(--primary);
    color: #fff;
    outline: none;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
}

.btn-brown:focus,
.btn-brown:active {
    border-color: var(--primary);
    color: #fff;
    outline: none;
}

/* ------------------------------------------------------------------------ 
                            Slick Customize CSS
--------------------------------------------------------------------------- */
.roomtype_div-slider .slick-arrow {
    bottom: -50px;
    right: 120px;
    top: auto;
    left: auto;
}

.roomtype_div-slider .slick-prev {
    right: 220px !important;
}

.roomtype_div-slider .slick-prev,
.roomtype_div-slider .slick-next {
    background-color: #fff;
    height: 80px;
    width: 80px;
}

.roomtype_div-slider .slick-prev:before,
.roomtype_div-slider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    color: #000;
    font-size: 25px;
    font-weight: 900;
}

.roomtype_div-slider .slick-prev:hover,
.roomtype_div-slider .slick-prev:focus,
.roomtype_div-slider .slick-next:hover,
.roomtype_div-slider .slick-next:focus {
    background-color: #fff;
    color: #000;
}

.roomtype_div-slider .slick-prev:before {
    content: "\f053";
}

.roomtype_div-slider .slick-next:before {
    content: "\f054";
}

.div_facilities ul li span em {
    font-size: 28px !important;
    width: 30px;
    margin: 0 10px 0 0px;
}

/* ------------------------------------------------------------------------ 
                        Slick Customize CSS Ends
--------------------------------------------------------------------------- */
/* @media screen and (max-width: 1440px) {
    .roomtype_div-slider figure img {
        width: 100%;
    }
} */

@media (min-width: 1500px) {
	.roomtype_div-slider1 figure img {
		height: auto;
	}
}

@media screen and (max-width: 1199px) {
    .other-rooms-nav {
        text-align: center;
    }

    .other-rooms-nav .book,
    .other-rooms-nav .price {
        display: block;
        float: none;
    }
}

@media screen and (max-width: 991px) {

.col-md-6.col-xs-12 {
    margin-bottom: 0px;
}



    .roomtype_div-about .details,
    .roomtype_div-amenities .service-list ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .other-rooms .other-rooms-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) and (min-width: 425px) {
    .other-rooms figure img {
        height: auto;
    }

    .other-rooms-nav .book {
        display: inline-block;
        float: left;
    }

    .other-rooms-nav .price {
        display: inline-block;
        float: right;
    }
}

@media screen and (max-width: 600px) {

    .roomtype_div-about .details,
    .roomtype_div-amenities .service-list ul {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }

    .roomtype_div-slider figure img {
        height: 400px;
    }
}

/* ============================ Version 2.0 ============================ */



.title {
    font-size: 40px;
    line-height: 50px;
    color: #161616;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title-2 {
    color: #000;
    letter-spacing: 5px !important;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0px;
}

.paragraph {
    color: #7b7b7b;
    /* margin-bottom: 20px; */
    line-height: 25px;
    text-align: justify;
}

.paragraph p {
    margin-bottom: 0;
}

.button-div {
	text-align:center;
    margin-bottom: 40px;
}

.bookbtn {
    background-color: transparent;
    padding: 0 !important;
    text-transform: uppercase;
    border-radius: 0;
    transition: .3s all;
    color: #0000ff;
}

.bookbtn:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    -o-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
}

.book {
    margin-top: 20px;
}

.info {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 20px;
}

.info label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #999;
    text-transform: uppercase;
}

.info span.icon {
    margin-right: 10px;
    color: #777;
}

.extras label {
    color: #000;
    text-transform: uppercase;
}

.extras p {
    display: inline-block;
    margin-bottom: 10px;
}
.div_facilities:not(:last-child) {
    margin-bottom: 40px;
}

.div_facilities ul li {
    color: #161616;
    padding: 10px 8px;
    letter-spacing: .8px;
    font-size: 13px;
    display: inline-block;
    width: calc(49% - 30px);
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.div_facilities:not(:last-child) ul {
    display: flex;
    flex-flow: row wrap;
}

/* .div_facilities ul li span { margin-right: 24px;} */
.div_facilities ul li span {
    margin-right: 10px;
    float: left;
    max-width: 60px
}

.div_facilities ul li .icon {
    font-size: 18px;
}

.facilities_image img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0px
}

.main-icon-ada {
    color: #458bc8;
    font-weight: bold;
    font-size: 32px;
    line-height: 25px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
}
h3.primary-title-h4 {
    font-size: 26px;
    text-transform: uppercase;
    color: #458bc8;
    font-weight: 200;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 60px;
}
.main-icon {
    color: #fff;
    line-height: 32px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.main-icon span {
    display: inline-block;
    vertical-align: middle;
}

ul.li-icon {
    color: #000;
    line-height: 27px;
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

ul.li-icon li:before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    vertical-align: top;
    margin-left: -10px;
    margin-right: 5px;
}

ul.li-icon li {
    margin-bottom: 15px;
    padding-left: 30px;
    /* display: inline-block;
    width: calc(52% - 17px); */
}
.section_accessible ul.li-icon {
    color: #458bc8;
}

.roomtype_div-slider1 figure img,
.roomtype_div-slider1 figure .iframe-panorama {
    width: 100%;
    height: 600px;
    /* object-fit: cover;
    object-position: center; */
}

.roomtype_div-slider1 figure {
    /* padding-left: 15px;
    padding-right: 15px; */
    position: relative;
}

.roomtype_div-slider1 .slider-caption {
    left: 50%;
    position: absolute;
    text-align: center;
    bottom: 40px;
    transform: translateX(-50%);
    width: 100%;
}

.roomtype_div-slider1 .slider-caption span {
    background-color: #554c42c2;
    color: #fff;
    padding: 6px 35px;
    font-size: 25px;
    display: inline-block;
}

/* .slider1 .slick-slide {
    opacity: 0.4;
} */

.slider1 .slick-slide {
    filter: grayscale(1) drop-shadow(2px -5px 5px black) blur(7px);
}

.slider1 .slick-active {
    filter: grayscale(0) blur(0);
}

.slider1 .slick-next,
.slider1 .slick-prev {
    width: auto;
    height: auto;
    -webkit-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
}

.slider1 .slick-next {
    right: 120px;
}

.slider1 .slick-prev {
    left: 120px;
}

.slider1 .slick-prev:before,
.slider1 .slick-next:before {
    font-size: 30px;
    opacity: 1;
    color: #000;
}

.slider1 .slick-dots li button {
    background: #777;
    border: 1px solid #777;
}

.slider1 .slick-dots li button:before {
    color: #777;
}

.slider1 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--primary);
    background-color: var(--primary);
}

@media screen and (max-width: 1300px) {
    .slider1 .slick-next {
        right: 75px;
    }

    .slider1 .slick-prev {
        left: 75px;
    }
}

@media screen and (max-width: 991px) {
    .roomtype_div-slider1 figure {
        padding: 0;
        display: block !important;
    }
    
}


/* ============================== NEW CODE ============================= */

.mobilehumburgerlinks {
    width: 100%;
    float: left;
    padding: 5px 10px;
    display: none;
}

@media (min-width: 1200px) {
    #General-Services span.tab-title-item {padding-right: 10px !important;}
    .section__booking {
        
        bottom: 0 !important;
        width: 100%
    }

}

@media (max-width: 1199px) {
    .roomtype_div-slider1 .slider-caption {
        bottom: 20px;
    }

    .roomtype_div-slider1 figure img,
    .roomtype_div-slider1 figure .iframe-panorama {
        height: 500px;
    }

    .slider1 .slick-prev:before,
    .slider1 .slick-next:before {
        font-size: 25px;    
    }

    .slider1 .slick-prev {
        left: 45px;
    }

    .slider1 .slick-next {
        right: 45px;
    }

    .slick-prev, .slick-next {
        height: 60px !important;
        width: 60px !important;
    }

}


@media screen and (max-width: 991px) {


    .slider1.slick-dotted.slick-slider {
        margin-bottom: -5px;
    }

    .slider1 .slick-dots {
        width: auto;
        top: 20%;
        right: 0;
        bottom: 0;
        left: auto;
    }

    .slider1 .slick-dots li {
        display: block;
        margin: 15px;
    }

    .slider1 .slick-dots li,
    .slider1 .slick-dots li button,
    .slider1 .slick-dots li button:before {
        width: 10px;
        height: 10px;
        line-height: 10px;
        border-radius: 100px;
        transition: all .15s;
    }

    .slider1 .slick-dots li.slick-active,
    .slider1 .slick-dots li.slick-active button,
    .slider1 .slick-dots li.slick-active button:before {
        height: 40px;
        color: #fff;
        background-color: #fff;
    }

    .slider1 .slick-dots li button {
        background: transparent;
        border-color: #fff;
    }

    .slider1 .slick-dots li button:before {
        color: #fff;
    }

    /* .slider1 .slick-active {
        width: 40px;
        background: #fff;
    } */


}

@media screen and (max-width: 767px) {
	


    .room-facilities-ul {
        column-count: 1;
    }

    .mobilehumburgerlinks {
        display: block;
        background: #ccc;
        margin-bottom: 20px;
    }

    ul.nav-tabs {
        display: none;
        margin-top: 10px;
        margin-bottom: 20px;
        border-bottom: 1px dashed #444;
        padding-bottom: 20px;
    }

    .nav-tabs>li {
        width: 100%;
    }

    ul.mobileshow {
        display: block;
    }

    .mobile-menu-service {
        font-size: 40px;
    }

    .navigationactivetext {
        font-size: 20px;
        top: 6px;
        position: relative;
    }

    .tab_icon {
        margin: 0 10px 0 0
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        border: 1px solid #ccc;
        border-radius: 3px
    }

    /*.tab_icon{background:var(--primary);border-radius: 50%;margin-right: 15px;padding: 8px; height: 20px;
		width: 20px; text-align: center;}
	.tab_icon .fas{color: #fff; width: 25px;} */
}

.slick-prev,
.slick-next {
    z-index: 1;
    background: #fff !important;
    padding: 15px;
    height: 75px !important;
    border-radius: 100vh;
    width: 75px !important;
    line-height: 1;
}


@media screen and (max-width: 767px) {
    ul.li-icon {
        padding-left: 20px;
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }

    ul.li-icon li {
        display: block;
        width: 100%;
    }

    .roomtype_div-slider1 figure img {
        height: 420px;
		object-fit: cover;
    }

}



@media (max-width: 767px) {
	
	#amenities-heading a {
		color: #444 !important;
	}
	
    .slider1 .slick-prev {
        left: 15px;
    }
	
    .slider1 .slick-next {
        right: 15px;
    }

    .slider1 .slick-prev:before, 
    .slider1 .slick-next:before {
        font-size: 20px;        
    }

    .slick-prev, .slick-next {
        height: 50px !important;
        width: 50px !important;
    }
	
	
	.video-thumbnail-row .modal {
		z-index: 9999;
	}
}


@media screen and (max-width: 600px) {
    .div_facilities {
        padding-left: 0;
    }

    .div_facilities ul li {
        width: 100%;
    }
}

.div_otherrooms {
    margin-bottom: 20px;
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
    transition: .5s all;
}

.div_otherrooms:hover {
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.div_otherrooms figure img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center right;
}

.div_otherrooms h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 25px 0;
    letter-spacing: .5px;
}

.div_otherrooms-details ul li {
    display: inline-block;
    padding: 15px 10px;
    width: 32%;
    font-size: 25px;
    font-weight: 700;
}

.div_otherrooms-details ul li:nth-child(2) {
    border-left: 1px solid #222;
    border-right: 1px solid #222;
}

.div_otherrooms-details ul li span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    margin-top: 6px;
}

.div_otherrooms a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: small;
    letter-spacing: 1px;
    transition: .5s all;
}

.div_otherrooms a:hover {
    color: #555 !important;
}


/* SLICK SLIDER CUSTOM FONT AWESOME ARROWS FOR MOBILE AND TABLET */


.slick-prev::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f053";
    font-size: 35px;
    font-weight: 900;
}

.slick-next::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-size: 35px;
    font-weight: 900;
}




.slick-list {
    width: 100% ;
}

/* .roomtype_div-slider1 .slider-caption span {
    background: var(--primary-light);
    opacity: .9;
} */


.gallery>iframe {
    height: 600px;
}

.smoking-icons {
    font-size: 26px;
    color: #f71717;
}

.slick-slide .slider-caption {
    opacity: 0;
}

.slick-slide.slick-active .slider-caption {
    opacity: 1;
}



#myModal .close {
    color: #000 !important;
    opacity: 1;
    font-size: 32px;
    background-color: transparent;
}


#myModal .modal-title{
    font-weight: bold;
    text-transform: capitalize;
}

/* CSS WHEN THERE IS SINGLE IMAGE ON ROOM DETAILS HEADER SLIDER */

.full-width {
    width: 100% !important;
    padding: 0 !important;
    object-fit: cover;
}

.full-width .slick-list.draggable {
    padding: 0 !important;
}

.full-width .slick-track {
    width: 100% !important;
}

.full-width .slick-slide {
    width: 100% !important;
}

/* .full-width img {
    object-fit: cover;
} */

.full-width img {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'

}



/* END OF CSS WHEN THERE IS SINGLE IMAGE ON ROOM DETAILS HEADER SLIDER */

.video-thumbnail-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ADA-icons {
    color: var(--ada);
}

.slick-prev, .slick-next {
    background: transparent !important;
    border: 1px solid #fff;
}

.slider1 .slick-prev:before, .slider1 .slick-next:before {
	color: #fff; 
}

.roomtype_div-slider1 .slider-caption span {
    background: rgba(0, 0, 0, 0.6)
}


.div_facilities .room-facilities-ul li {
    display: flex;
    width: 100%;
    align-items: center;
}

/* New edit by KK */

.video-thumbnail-row a[data-toggle="modal"]::after {
    content: '';
    position: absolute;
    display: block;
    top: 0px;
    left: 5%;
    height: 100%;
    width: 90%;
    background: url('../images/play_icon.svg') no-repeat center center;
    background-size: 40px;
}

.main-icon-ada .fas.fa-wheelchair{
    font-size: 38px !important;
}

@media (max-width: 1199px) {
    .title {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .main-icon-ada {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    
    .main-icon-ada .fas.fa-wheelchair{
        font-size: 28px !important;
    }
}

.guestroom_line {
    width: 19%;
    margin-bottom: 20px;
    height: 1px;
    display: block;
    background: #000;
}

/*gallery hover*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.img-hovereffect {
    transition: all .3s;
}

.img-hovereffect:hover {
    transform: scale( 1.03);
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    background: rgba(243, 181, 29, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 20px;
    margin-top: 70px;
    left: 10%;
    right: 10%;
    width: 80%;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 14px;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.gallcenwrap a.thumbnail.fancybox.sbox {
    border: none;
}
/*gallery hover*/
.room_description-features {
    background: #fff;
    position: absolute;
    top: 80%;
    left: 10px;
}
.other-rooms-img {
    position: relative;
}
.room_description-features span {
    text-transform: uppercase;
    padding: 29px 20px;
    line-height: 2;
}

#Carouselamenities .carousel-inner {
    padding-left: 50px;
    padding-right: 50px;
}

#Carouselamenities .nav-amenities a small
{
    display: block;
}
#Carouselamenities .carousel-control.left{
	background-image:none;
	 left: -12px;
}
#Carouselamenities .carousel-control.right{
	background-image:none;
	 right: -12px;
}

#Carouselamenities .carousel-inner .item{
	padding-top: 72px;
}
span.tab-title-item {
    position: absolute;
    top: 38px;
    background: #fff;
    left: 80px;
	padding-right: 20px;
    padding-left: 10px;
	color: #000;
    font-size: 22px;
}
#Carouselamenities .carousel-control {
    color: #000;
    top: 50%;
    font-size: 100px;
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.tab_icon_item  {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    vertical-align: sub;
    text-align: center;
    margin-right: 10px;
    transition: all .3s ease;
}
span .tab_icon_item em {
    font-size: 46px !important;
}
span.tab_icon_item {
    margin-right: 5px !important;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-amenities span.tab_icon {
    color: #949494;
}
.nav-amenities>li>a {
    padding: 5px 10px !important;
}
.li-icon-amenities {
    padding-left: 50px;
    padding-right: 50px;
	border: 1px solid #7f7f7f;
    padding-top: 50px;
	padding-bottom:50px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: transparent;
}
.nav-pills>li>a, .nav-pills>li>a:focus, .nav-pills>li>a:hover {
    background-color: transparent;
}
.nav-pills>li.active>a>span.tab_icon em, .nav-pills>li.active>a>span.tab_icon em:focus, .nav-pills>li.active>a>span.tab_icon em:hover {
    color: #000 !important;
    background-color: transparent;
}
ul.nav.nav-pills.nav-justified.nav-amenities {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    padding-right: 50px;
    background: #f2f2f2;
}
.nav-amenities>li{
    display: table-cell;
	width: auto;
}
.li-icon-amenities ul li {
    color: #595959;
	text-transform: capitalize;
}

 .tab_text{
        display:inline-block;
        color:black;
    }

.details_overlay {
    position: relative;
    display: block;
}

.details_overlay:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.59);
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}


span.overlay_data {
    color: #fff;
    position: absolute;
    font-size: 30px;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

a.btn.btns.btn-green {
    display: inline-block;
    padding: 8px !important;
    background: transparent;
    color: var(--black) !important;
    border: 1px solid var(--primary);
    font-size: 19px;
}

a.btn.bookbtn {font-size: 16px;margin-right: 20px;}

a.btn.bookbtn:hover {
    background: transparent;
    /*border: 1px solid transparent;*/
    color: var(--black);
    box-shadow: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    span.tab-title-item{padding-left: 10px;}

#Carouselamenities .carousel-control.left{
    left: -40px;
}

#Carouselamenities .carousel-control.right {
    right: -40px;
}
#Carouselamenities .carousel-inner {
    padding-left: 10px;
    padding-right: 10px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
a.btn.bookbtn{margin: 20px 20px 20px 0}
#Carouselamenities .carousel-control.right {
    right: -45px;
}
#Carouselamenities .carousel-inner {
    padding-left: 10px;
    padding-right: 10px;
}
.nav-amenities>li {
    display: table-cell;
    width: auto;
}

.tab_icon {
    
    width: 50px;}

.li-icon-amenities {
    padding-left: 30px;
    padding-right: 30px;
}
span.tab-title-item{
    left: 30px;
    padding-left: 0px;
}
span .tab_icon_item em {
    font-size: 36px !important;
}
ul.li-icon{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
div#Carouselamenities {
    /*margin-bottom: 30px;*/
}
#Carouselamenities .carousel-control.left {
    left: -45px;
}

}
@media (max-width: 767px) {
	
		 .tab_text{
        display: none;
    }


	.carousel-inner>.item::after {display:none !important;}
.nav-amenities span.tab_icon {
    font-size: 26px;
}
.nav-amenities>li+li {
    margin-left: 20px;
}
#Carouselamenities .carousel-control.right , #Carouselamenities .carousel-control.left {
   display :none;
}

.li-icon-ada-div ul.li-icon {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
#Carouselamenities .carousel-inner {
    padding-left: 10px;
    padding-right: 10px;
}
ul.nav.nav-pills.nav-justified.nav-amenities{
    background: #ededec;
	/*justify-content: center;*/
	padding-right:0px;
}
	span .tab_icon_item em {
		font-size: 34px !important;
	}
	.li-icon-amenities {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 25px;
	}
	.li-icon-amenities {
    padding-left: 25px;
    padding-right: 25px;
	}
	span.tab-title-item {
    left: 25px;
    font-size: 18px;
    top: 15px;
}
	div#Carouselamenities {
		margin-bottom: 30px;
	}
	#Carouselamenities .carousel-inner .item {
    padding-top: 50px;
}
	.nav-amenities>li {
		width: auto;
	}
}


.other-rooms-content .book {

    display: flex;
    justify-content: center;
    align-items: baseline;
}

