.hotelbooking-wraper{
	overflow:hidden;
}
.hotelbooking-left-wraper{
	float: left;
    width: calc(100% - 400px);
}
.hotelbooking-right-wraper{
	float: right;
    width: 390px;
}
.gcp{
	border-left:5px solid green;
}
.tsleft{
	border-left:5px solid #f09a48;
}
.gcp_xt{
	display:flex;
	align-items:center;
	justify-content:start;
}
.sic{
	width:18px;
	margin-right:6px;
}
.gcp_xt span{
	color:green;
	margin:0px 5px;
}
.hotel_itinerary{
	
}
.hbooking_header{
	
}
.hotel_address{
	color: #111;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
	font-family: "Nunito", serif;
    display: block;
	text-transform:capitalize;
}
.hotel_itibody{
	display:flex;
	align-items:end;
	justify-content:start;
}
.hotel_itiimg{
	width:200px;
	height:200px;
	position:relative;
}
.hotel_itiimg img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hotel_itideat{
	margin-left:15px;
	width:calc(100% - 215px);
}
.ccgbx{
	background: linear-gradient(45deg, #ffd4c4, #ffffff, #ffff);
	padding:10px;
	display:flex;
	justify-content:start;
}
.ccg-gt{
	border:1px solid #ffd7c9;
	padding:10px;
	border-radius:10px;
}
.hbicin{
	width:33%;
}
.hbc-ttl, .hbc-time{
	color: #111;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
	font-family: "Nunito", serif;
    display: block;
}
.hbc-date{
	color: #111;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
	font-family: "Nunito", serif;
    display: block;
}
.hbc-time{
	
}
.hbrt{
	color: #111;
    font-size: 14px;
    line-height: 18px;
	font-family: "Nunito", serif;
    font-weight: 600;
    display: block;
}
.ccg-gtin{
	
}
.hbok-form{
	
}
.hbok-form .form-group{
	position:relative;
}
.hb-labels{
	color: #111;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: "Nunito", serif;
    display: block;
    line-height: 18px;
    position: absolute;
    left: 10px;
    top: 12px;
	pointer-events: none;
	transition:0.2s ease all; 
}
.hb_input:focus ~ label, .hb_input:not(:placeholder-shown) ~ label {
    top: -8px;
    font-size: 13px;
    left: 10px;
    color: #008000;
    background: #fff;
    padding: 0px 3px;
}
.hb_input:focus, .hb_input:not(:placeholder-shown){
	border:1px solid #008000!important;
}
.reqstar{
	color:red;
}
.hb_input{
	width:100%;
	height:40px;
	outline:none;
	padding:5px 10px;
	font-family: "Nunito", serif;
	font-size:14px;
	color:#111;
	border-radius: 5px;
	font-weight:500;
	border:1px solid rgb(206, 208, 212)!important;
}
.specialreqpre{
	/*background: linear-gradient(180deg, #ffd4c4, #ffffff, #ffff);*/
    padding: 10px;    
	border-color: rgb(221, 223, 226);
    border-style: solid;
    border-width: 1px;
	    background: linear-gradient(32deg, #ffffff, #ffffff, #dfdfdf);
}
.c_smoking{
	display: block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
    font-weight: 500;
	color:#111;
	font-family: "Nunito", serif;
    margin: 5px 0px;
    letter-spacing: 0.2px;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: start;
}
.c_smoradio{
	position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
    opacity: 0;
}
.c_smocheck{
	position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #111;
    overflow: hidden;
}
.c_smocheck::before{
	content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #af311b;
    display: none;
}
.c_smoradio:checked ~ .c_smocheck::before {
    display: block;
}
.c_smoradio:checked ~ .c_smocheck {
    border: 1px solid #af311b;
}
.sprepre_ic{
	width:16px;
	margin-right:8px;
}
.bookingfor-other{
	background: #f5f5f5;
    padding: 15px 10px;
	display:none;
}
.showad_pre{
	color:#af311b;
	border:none;
	outline:none;
	font-weight:600;
	font-size:14px;
	display: flex;
	margin-bottom: 15px;
    align-items: center;
    justify-content: start;
	position:relative;
}
#togic{
	background: #af311b;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    margin-right: 8px;
	transition:all ease-in-out 0.5s;
}
.booking_sdp{
	display:none;
}
.hb_textarea{
	width: 100%;
    height: 80px;
    padding: 5px 10px;
	font-family: "Nunito", serif;
	font-weight:500;
	font-size:14px;
	color:#111;
	border-radius:10px;
	outline:none;
    border: 1px solid rgb(206, 208, 212) !important;
}
.hb_textarea:focus ~ label, .hb_textarea:not(:placeholder-shown) ~ label {
    top: -8px;
    font-size: 13px;
    left: 10px;
    color: #008000;
    background: #fff;
    padding: 0px 3px;
}
.hb_textarea:focus, .hb_textarea:not(:placeholder-shown){
	border:1px solid #008000!important;
}
.bkw_conf{
	display:none;
}
.hbok-submit, .hbok-submit:hover{
	width: 200px;
    background: linear-gradient(96deg, #af311b, #eb662b) !important;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.content-fare {
    border-radius: 4px;
    border-color: rgb(221, 223, 226);
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    margin: 0px;
}
.fare_header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding: 10px 16px;
       background: linear-gradient(32deg, #ffffff, #ffffff, #dfdfdf);
}
.fare-lf{
	
}
.fare-rf{
	text-align:right;
}
.farelf_bold{
	color: #111;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
	font-family: "Nunito", serif;
    display: block;
}
.farelf-ttl{
	color: #111;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
	font-family: "Nunito", serif;
	text-transform:capitalize;
    display: block;
}
.fare_body{
	padding: 10px 16px;
}
.htl-binfo{
	display:block;
}
.htlfare-cntnt{
	width:100%;
}
.htlfare-imgrf{
	width:100%;
}
.hotelfare_img{
	width:100%;
}
.coup-off{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:5px 10px;
	border-radius:2px;
	border:1px dashed #111;
	cursor:pointer;
}
.coup-off:hover{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.coup-ictx{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.couptx{
	color: #111;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
	font-family: "Nunito", serif;
    display: block;
}
.coupslide{
	color: #008000!important;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
	font-family: "Nunito", serif;
    text-transform: capitalize;
    display: block;
}
.disoff{
	width:20px;
	margin-right:6px;
}
.farecalc{
	
}
.fareins{
	list-style:none;
	padding:0;
	margin:0;
	border-bottom: 2px solid #ed8116;
    padding-bottom: 5px;
}
.farefin{
	list-style:none;
	padding:0;
	margin:0;
	padding-top: 5px;
}
.fareins li, .farefin li{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:5px 0px;
	font-size:13px;
	font-family: "Nunito", serif;
	font-weight:500;
}
.fcatx{
	color: #111;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
	font-family: "Nunito", serif;
    display: block;
}
.fcaval{
	color: #111;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
	font-family: "Nunito", serif;
    display: block;
}
.offfare{
	color: #333;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
	margin-right:10px;
	font-family: "Nunito", serif;
	text-decoration: line-through;
}
.finalcatx, .finalval{
	color: #111;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
	font-family: "Nunito", serif;
    display: block;
}
.finalval{
	
}
.text-green{
	color:green!important;
}
#hotelCarousel{
	margin-bottom:15px;
}
#hotelCarousel .carousel-inner .item{
	width:100%;
	height:150px;
	overflow:hidden;
}
#hotelCarousel .carousel-inner .item img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.roomBook{
    padding: 0 15px;
    font-weight: 800!important;
    color: #af311b!important;
        margin-bottom: 15px;
}
.iagree-contain{
    padding-left: 25px;
}
@media only screen and (max-width: 991px) {
 .hotelbooking-left-wraper{
    width: 100%;
}
.hotelbooking-right-wraper{
    width: 100%;
}
}
@media only screen and (max-width: 767px) {
  .hotel_itibody {
    display: block;
}
.hotel_itiimg {
    width: 100%;
}
}