@import url('https://fonts.googleapis.com/css2?family=Anton&family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Frank+Ruhl+Libre:wght@300..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Pacifico&family=Playball&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap');

.hoteldetails_image_div{
	display:flex;
	justify-content:start;
	background:#fff;
	padding:10px;
}
.hotelimg_lt{
	width:70%;
}
.hotelimg_rt{
	width:30%;
}
.imrtrow{
	display:flex;
	align-items:center;
	justify-content:start;
}
.imrt-clm{
	display: block;
    width: 100%;
	padding-left: 5px;
}
.pbx3{
	padding-bottom:3px;
}
.ptx3{
	padding-top:3px;
}
.hotel_bigimage{
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
}
.hotel_bigimage img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.more_photos{
	position:absolute;
	right:10px;
	bottom:10px;
	border:1px solid #fff;
	background:#fff;
	border-radius:20px;
	padding:5px 20px;
}
.hotel_smimage{
	display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.hotelsm_imgbox{
	width:49%;
}
.hotl_innbox{
    position: relative;
    height: 130px;
    position: relative;
	border-radius: 5px;
    overflow: hidden;
}
.hotl_innbox img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
	cursor:pointer;
}
.hotelsm_imgbox {
	
}
.btn-img_close{
	position: absolute;
    right: -10px;
    top: -11px;
    width: 25px;
    height: 25px;
    background: #FF9800;
    border-radius: 50%;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 98955;
}
.gallery-pop{
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
	z-index:9895;
}
.gallery-pop .hotl_innbox{
	width: 50%;
    height: 500px;
}
.gallery-pop .btn-img_close{
	display:flex;
}
.bg-white{
	background-color:#fff!important;
}
.bg-colr{
	background-color:#e1e1e1!important;
}
.box-dls {
    border-radius: 4px;
    border-color: rgb(221, 223, 226);
    border-style: solid;
    border-width: 1px;
    padding: 16px;
    box-shadow: none;
    margin: 0px;
	background:#fff;
}
.hotel-details-header{
	margin:15px 0px;
	display:flex;
	align-items:center;
	justify-content:start;
}
.hdtl-nv{
	display:flex;
	align-items:center;
	justify-content:start;
	list-style:none;
}
.hdtl-nv li{
	margin-right:25px;
}
.hdtl-nv a{
	color: #111;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
	text-decoration:none;
}
.hoteldetails_price{
	margin-left:auto;
	display:flex;
	align-items:baseline;
	justify-content:start;
}
.price_from{
	color: #111;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    display: block;
	margin-right:5px;
}
.price_rs{
	color: #af311b;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    display: block;
	margin-right:5px;
}
.price_amount{
	color: #af311b;
    font-size: 22px;
    line-height: 18px;
    font-weight: 600;
    display: block;
}
.with-rating{
	display:flex;
	align-items:baseline;
	justify-content:start;
}
.with-rating .fa-star{
	font-size:12px;
}
.text-justify{
	text-align:justify;
}
.facilities_dv{
	display:flex;
	align-items:center;
	justify-content:start;
}
.facilities_box{
	width:100%;
}
.facilities_list{
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.facilities_list li{
	width:25%;
	color: #111;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    display: block;
	padding-left:20px;
	font-family: "Nunito", serif;
	position:relative;
}
.facilities_list li::before{
	content: '\2713';
    position: absolute;
    left: 0;
    top: 1px;
    color: #af311b;
    font-size: 15px;
}
.bg-theam{
	background: linear-gradient(176deg, #ffe6d0, #fff6ee, #ffffff);
}
.bg-theam .hotel_name{
	margin-bottom:0;
}
.border-bottom{
	border-bottom:1px solid rgb(221, 223, 226);
}
.c_rmdv{
	border:1px solid rgb(221, 223, 226);
	overflow: hidden;
	border-radius:10px;
	background:#fff;
	padding:5px;
	background: linear-gradient(180deg, #ffd4c4, #ffffff, #ffff);
}
.c_rmheader{
	position:absolute;
	top:0;
	left:0;
	right:0;
	color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	padding:5px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: linear-gradient(96deg, #af311b, #eb662b) !important;
}
.c_rmbox{
	padding:10px;
}
.c_rmimg{
	position:relative;
	width:100%;
	height:180px;
}
.roomchs_img{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	object-fit:cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sm_bold{
	text-transform:capitalize;
	font-size: 15px;
	font-weight:600!important;
	font-family: "Nunito", serif;
    margin-bottom: 10px;
}
.room_fclt{
	display:flex;
	align-items:center;
	justify-content:start;
	color: #111;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
	font-family: "Nunito", serif;
	margin-top: 8px;
	text-transform:capitalize;
}
.room_fcicon{
	margin-right:10px;
	width:16px;
}
.morepolicy_options{
	color: #111;
    font-size: 11px;
    line-height: 17px;
    font-weight: 400;
	display: block;
    cursor: pointer;
	margin:0px;
	text-transform:capitalize;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.5!important;
    font-weight: 500!important;
    color: #111!important;
    margin: 0!important;
}
.c_contain{
	display: block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
    font-weight: 500;
    margin: 5px 0px;
	color:#111;
	font-family: "Nunito", serif;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c_radio{
	position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
    opacity: 0;
}
.c_check{
	position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #858585;
    overflow: hidden;
}
.c_check::before{
	content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
	background:#af311b;
	display:none;
}
.c_radio:checked ~ .c_check::before{
	display:block;
}
.c_radio:checked ~ .c_check{
	border: 1px solid #af311b;
}
.prc_c{
	font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}
.c_offer{
	margin-bottom:10px;
	padding:2px 10px;
	font-size: 12px;
    font-weight:600;
	color:#fff;
	font-family: "Nunito", serif;
	border-radius: 3px;
	background: linear-gradient(96deg, #af311b, #eb662b) !important;
}
.c_hbkdv{
	display:flex;
	align-items:end;
	justify-content:space-between;
}
.chbkpr{
	
}
.chbk{
	text-align:right;
}
.hprice_n{
	display:flex;
	align-items:center;
	justify-content:start;
	font-size: 20px;
    font-weight: 500;
    color: #e46029;
    line-height: 25px;
	font-family: "Nunito", serif;
}
.hpriced_old{
	margin-left:10px;
	font-size: 14px;
    font-weight: 500;
    color: #000;
	text-decoration:line-through;
}
.tinc-text{
	font-size: 14px;
    font-weight: 500;
    color: #000;
	line-height:18px;
	display:block;
	font-family: "Nunito", serif;
}
.room-left{
	font-size: 14px;
    font-weight: 400;
    color: #e46029;
	line-height:18px;
	display:block;
	margin-bottom:10px;
}
.htel_book, .htel_book:hover{
	background: linear-gradient(96deg, #af311b, #eb662b) !important;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
	font-family: "Nunito", serif;
}
.allphotos_layover{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	padding:50px;
	background:rgba(0,0,0,0.7);
	z-index:9895;
	display:none;
	align-items:center;
	justify-content:center;
}
.allphotos_mod{
	width: 100%;
    background: #fff;
    overflow: auto;
    height: 100%;
	position: relative;
}
.allphotos_header{
	padding: 10px;
    border-bottom: 1px solid rgb(221, 223, 226);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
	display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}
.allphotos_footer{
	padding: 10px;
    border-top: 1px solid rgb(221, 223, 226);
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}
.allphotos_body{
	padding:10px;
	overflow:auto;
	min-height:100%;
}
.grow {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.gcolumn {
  -ms-flex: 25%; /* IE 10 */
  flex: 25%;
  padding: 0 4px;
}

.gcolumn img {
  margin-top: 8px;
  vertical-align: middle;
}
.closeallphotos{
	font-weight: 900;
    color: rgb(0 0 0 / .85);
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 15px;
    position: relative;
    cursor: pointer;
}
.allt{
	margin-bottom:0;
}
.mlg-10{
	margin-left:10px;
}
.box-dls p{
	font-weight:500;
	color:#111;
	font-size:14px;
	font-family: "Nunito", serif;
}
.cHoose-room-type-section{
	display:flex;
	align-items:flex-start;
	justify-content:start;
	gap:10px;
}
.choose-room-type-img-section{
	width:18%;
}
.choose-room-img{
	width:100%;
}
.choose-room-img img{
	width:100%;
}
.rOom-option-availablility{
	width:82%;
}
.rOom-option-body{
	
}
.rOom-option-row{
	width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: start;
    min-height: 150px;
    padding: 25px 0px;
    background: linear-gradient(32deg, #ffffff, #ffffff, #dfdfdf);
    /* border: 1px solid #ddd; */
    zoom: 0.9;
}
.rOom-option-freund{
	width:25%;
	display:flex;
	align-items:stretch;
	justify-content:start;
	gap:20px;
	border-right:1px solid #ddd;
}
.rOom-option{
	padding:0px 15px;
}
.room-refundable{
	padding:0px 15px;
}
.rOom-facilities-available{
	width:40%;
	padding:0px 15px;
	border-right:1px solid #ddd;
}
.room-price-option{
	width:35%;
	padding:0px 15px;
	position:relative;
}
.rOompricediv{
	display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.room-omenities{
	display:flex;
	align-items: flex-start;
	width:49%;
	height:35px;
}
.omenties-img{
	width:15px;
	margin-right:0.2rem
}
.omenties-img img{
	width:100%;
	margin-top: 2px;
}
.omenities-text{
	color: #111;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    font-family: "Nunito", serif;
    position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rOom-omenities-sec{
	display: flex;
    flex-wrap: wrap;
}
.room-nrefundable{
	color:red;
	font-weight: 500;
    font-size: 14px;
    font-family: "Nunito", serif;
}
.free-cancellation{
	color:green;
	font-weight: 500;
    font-size: 14px;
    font-family: "Nunito", serif;
}
.rOom-old-price-sec{
	
}
.marked-price{
	display:block;
	font-weight: 500;
    color: #555;
    font-size: 14px;
    font-family: "Nunito", serif;
}
.room-old-price{
	display:block;
	font-weight: 500;
    color: #222;
    font-size: 14px;
	text-decoration: line-through;
    font-family:  "Nunito", serif;
}
.rOom-traveller-price-sec{
	
}
.traveler-price, .grand-price{
	display: flex;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 600!important;
	line-height: 18px !important;
	font-family:  "Nunito", serif;
	color: #e04525 !important;
}
.grand-price{
	color:#111!important
}
.room-price{
	color: #111!important;
    font-size: 20px;
    font-weight: 800!important;
    display: block;
    font-family: "Nunito", serif;
}
.per-night{
	color: #111;
    font-size: 13px;
    line-height: 12px;
    font-family: "Nunito", serif;
    text-decoration: none;
}
.room-select-radio-setion{
	position:absolute;
	right: 10px;
    top: -15px;
}
.room-select-container{
	position:relative;
	cursor:pointer;
	display:block;
}
.room-select-radio{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.room-check-span{
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:20px;
	border:1px solid #e1e1e1;
	background:#9f9e9e;
	border-radius:30px;
	overflow:hidden;
}
.room-check-span::after{
	content:'';
	position:absolute;
	left:0;
	top:-1px;
	width:20px;
	height:20px;
	border-radius:50%;
	background: linear-gradient(180deg, #ffd4c4, #ffffff, #ffd4c4);
	transition:all ease-in-out 0.3s;
}
.room-select-radio:checked ~ .room-check-span::after{
	left:17px;
}
.room-select-container:has(.room-select-radio:checked) .room-check-span{
	background: #df3d1c;
}
.rOomGrandTotaldiv{
	margin-top:30px;
}
.rOomtf{
	display: block;
    font-weight: 500;
    color: #111;
    font-size: 12px;
    font-family: "Nunito", serif;
	line-height: 14px;
}
.rOombedchnl{
	padding: 25px 0px 25px;
}
.rOombedchnl-body{
	display: flex;
    align-items: flex-end;
    justify-content: start;
}
.rOombedchnltext{
	width: 310px;
    margin-right: 10px;
    display: block;
}
.rOombedchnlbtn{
	
}
.rOombedt{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.seemorebtn{
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 18px !important;
    font-family: "Nunito", serif;
    color: #e04525 !important;
	text-decoration: underline;
}
.room-select{
	color: #fff;
    border: none;
    outline: none;
    width: 80px;
    height: 35px;
    font-family: "Nunito", serif;
    border-radius: 3px;
    font-weight: 500;
    background: linear-gradient(96deg, #af311b, #eb662b) !important;
	transition:all ease-in-out 0.3s;
}
.roombtntype{
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.room-select:hover{
	background: linear-gradient(96deg, #eb662b, #af311b) !important;
}
.showmoremodlinr{
	display:flex;
	justify-content:stretch;
	justify-content:start;
	gap:20px;
}
.showmore-img{
	width:40%
}
.showmore-img img{
	width:100%;
	min-height:500px;
}
.showmore-details{
    width: 60%;	
	height: 445px;
	overflow:auto;
	position:relative;
	padding-right:15px;
}
.scroller-padding
{
	padding:15px 0px 15px 15px !important;
}




.bedtype{
	position:sticky;
	top:0;
	background:#fff;
}
.mdlbedimg{
	width:15px;
	margin-right:0.5rem;
}
.bg-gradient{
	background: linear-gradient(180deg, #ffffff, #ffffff, #9d9d9d);
}
.bg-gray{
	background:#ededed;
	border-radius: 5px;
}
.sctbnr{
	padding:10px;
	margin-bottom:10px;
	
}
.slpmdl{
	display:flex;
	align-items:center;
	justify-content:start;
}
.text-14{
	font-weight: 500;
    color: #111;
    font-size: 14px;
	line-height: 20px;
    font-family: "Nunito", serif;
}
.fw-400{
	font-weight:400;
}
.d-block {
	display:block;
}
.sctbnr-row{
	padding:10px;
}
.border-top-white{
	border-top:1px solid #fff;
}
.mdlroommenities-prcdetaisl{
	display:flex;
	align-items:flex-start;
	justify-content:stretch;
	gap:10px;
}
.d-flex
{
	display:flex;
	align-items:center;
}
.mb-0
{
mrgin-bottom:0px !important;
}
.orange
{
	color: #e04525 !important;
}
.mdlroommenities{
	width:50%;
}
.prcdetaislmdl{
	width:50%;
}
.rOompricediv-modal{
	justify-content:space-between;
	align-items: end; 
    padding: 10px 10px;
}
.mdlprice{
	
}
.traveler-hotel-price{
	display: flex;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 18px !important;
    font-family: "Nunito", serif;
    color: #111 !important;
}
.frbrkdn{
	margin-top:10px;
}
.traveler-model-price{
	display: flex;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: 600 !important;
    line-height: 18px !important;
    font-family: "Nunito", serif;
    color: #000000 !important;
}
.rOmdlpcsec {
    width: 55%;
}
.frbrkdn-title{
	padding: 10px 10px 0px;
}
.mdlrOoomAmenities{
	margin-top:25px;
}
.amenitieslist{
	display:flex;
	flex-wrap:wrap;
}
.amenitieslist li{
	width:50%;
	font-weight: 500;
    color: #111;
    font-size: 14px;
    font-family: "Nunito", serif;
	margin-bottom: 5px;
	position:relative;
	padding-left:20px;
}
.amenitieslist li::after{
	content:'\2B9E';
	position:absolute;
	left:0;
	top:0;
	color:#111;
	font-size:15px;
}
.hdcarousel-inner{
	height:400px;
}
.hotel-wrapergrp{
    top: 70px!important;
}
.hotel-details-itinery{
    
}
.hotel-details-itinery-inner{
    display: flex;
    gap: 5px;    
    background: #fff;
    padding: 10px;
}
.itnerary-box{
    width: 25%;
    border: 1px solid #555;
}
.itnerary-box-1{
    
}
.itnerary-box-2{
    
}
.itnerary-box-3{
    
}
.itnerary-box-4{
    
}
.detlBox{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
    background: #ffffff;
    gap: 2px;
}
.detlBox .right-content{
    position: relative;
    width: 100%;
}
.detlBox .left-icon{
    position: relative;
    width: 50px;
}
.detlBox .left-icon img{
    position: absolute;
    left: 10px;
    top: 11px;
    width: 25px;
}
.dtl-lbl {
        font-size: 12px;
    font-weight: 600;
    color: #333;
    position: absolute;
    top: 4px;
    left: 0;
}
.dtl-dtlails{
        font-size: 14px;
    font-weight: 600;
    color: #333;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.details-modal-close {
    top: 8px !important;
    right: 15px !important;
    color: #333 !important;
    font-size: 30px !important;
}
.seemore-header {
    padding: 10px 40px 10px 10px!important;
}
.seemore-header-content{
    display: flex;
    align-items: center;
}
@media (min-width: 1200px) {
    .modal-lg {
        width:1200px!important;
    }
}


@media only screen and (max-width: 991px) {
	.choose-room-type-img-section {
		display:none;
	}
	.rOom-option-availablility{
		width:100%;
	}
	.facilities_list li{
		width:33.333%;
	}
	.hoteldetails_image_div {
        display: block;
    }
    .hotelimg_lt {
        width: 100%;
    }
    .hotel_bigimage {
        height: 300px!important;
    }
    .hdcarousel-inner {
        height: 300px!important;
    }
    .carousel-inner>.item {
        perspective: none!important;
    }
    .carousel-inner>.item {
        position: initial!important;
    }
    .hotelimg_rt {
        display: none;
    }
    .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
        transform: none!important;
    }
    .hotel_bigimage img {
        height: 100% !important;
        object-fit: fill;
    }
    .scroller-padding {
        padding: 15px 15px 15px 15px !important;
    }
}
@media only screen and (max-width: 767px) {
	.facilities_box {
		width: 100%;
	}
	.facilities_list li {
		margin-top: 8px;
	}
	.facilities_dv {
		display: block;
	}
	.c_rmdv {
		margin-bottom: 15px;
	}
	.ml-0-767{
		margin-left:0!important;
	}
	.with-rating {
		display: inline-grid;
	}
	.facilities_list li{
		width:50%;
	}
	.hotel-details-itinery-inner {
       display: none;
    }
    
}
@media only screen and (max-width: 699px) {
	.rOom-option-row {
    flex-wrap: wrap;
    flex-direction: row;
	position:relative;
}
.rOom-option-freund, .rOom-facilities-available, .room-price-option {
	margin-bottom:20px;
	width:100%;
	border-right:none;
}
.rOom-facilities-available{
	
}
.room-price-option{
	
}
.room-omenities {
    height: 30px;
	width:100%;
}
.rOompricediv {
    justify-content: space-between;
}
.room-price-option {
    position: initial;
}
.room-select-radio-setion {
    top: 10px;
}
.rOombedchnl-body {
    display: block;
}
.showmoremodlinr {
    display: block;
}
.showmore-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.showmore-img img {
           object-fit: fill;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        min-height: auto;
}
.showmore-details {
    width: 100%;
    height: auto;
    padding-right: 0;
}
.mdlroommenities-prcdetaisl {
    display: block;
}
.mdlroommenities, .prcdetaislmdl {
    width: 100%;
	margin-bottom: 10px;
}
.amenitieslist li {
    width: 100%;
}

}
@media only screen and (max-width: 500px) {
.facilities_list li{
	width:100%;
}
}