/**
 * created by akhi on 08/08/19
 * for offer pop up
 */
.offer-popup{position: relative;
    z-index: 995;
    top: -610px;
    cursor: pointer;
    right: 200px;
   }
.offer-popup-page{position: absolute;z-index: 10;top:5px;cursor: pointer;right: 15%;left: 0;bottom :0;margin-top: 2%;}
.offer-popup  .container,.offer-popup-page .container {margin-top: 5%;margin-right: 5%;}
.offer-popup img,.offer-popup-page img{height:250px;position: absolute;right: 0;}
#offerView div.modal-dialog{top:30%;bottom: auto;}
#offerView .modal-content,#pageOfferView .modal-content,#offerView-munnar .modal-content,#offerView-kochi .modal-content,#offerView-kollam .modal-content{background: transparent;border: 0;box-shadow:none !important;}
#pageOfferView .modal-content img{height: 20% !important;}
/*Button*/
.x {
	position: relative;
	float: right;
	display: block;
	width: 23px;
	height: 23px;
	border: 0px solid #eef5df;
	background-color: #2d9a0f;
	border-radius: 50%;
	}
.x::before, .x::after {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 13px;
	height: 3px;
	content: "";
	background-color: #eef5df;
	display: block;
	}
.x::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
.x::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.x:hover { cursor: pointer; }
.x:hover::before, .x:hover::after { display: block; }


.direct-booking{
	width: 250px;
    min-height: 150px;
    position: absolute;
    top: 150px;
    background: #0000006b;
    z-index: 1030;
    right: 150px;
    padding: 15px;
    border-radius: 5px;
}
.direct-booking.relative{
	position: initial;
	display: flow-root;
	float: right;
}


/* .direct-booking .dropdown-menu{
	top: 20px !important;
	left: 15px !important;
	right: 15px !important;
} */

.header-heading{
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 14px;
}

.primary-heading,.secondary-heading{
	font-size: 2rem;
	/* color: #2d7735; */
	color: #a9a9a9;
	font-weight: 700;
}
.secondary-heading{
	color: #cc2f5d;
}

.btn-book-direct{
	/* background: #2e7d32 !important; */
	background: #00bdc2;
    color: #fff !important;
    padding: 9px 22px;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%), 0 1px 6px 0 rgb(0 0 0 / 12%);
    float: right;
    margin: 10px 0 0;
		text-transform: uppercase;

}

.video{
	width: 100% !important
}

.search_wrp_relative{
	width: 100%;
	min-height: 80px;
	padding: 10px 10px;
	opacity: 1;
	justify-content: center;
	position: relative;
	display: block;
}

.search_wrp_relative .select_desti,
.search_wrp_relative .select_room,
.search_wrp_relative .date input[type="text"]  {
    border: 1px solid #000;
     color: #000;
}

.search_wrp_relative .btn{
	margin: 10px 10px 0 0;
	padding: 8px 10px;
	min-width: 150px;
}

.direct-booking .dropdown-menu {
	padding: 2px;
	border-radius: 10px;
	background-color:transparent !important;
}
.direct-booking .dropdown-menu li{
	margin-top: 3px;
}
.direct-booking .dropdown-menu a{
	font-weight: 700;
	/* background-color:#2e7d32 !important; */
	background-color: #a9a9a9;
	color: #fff;
	border-radius: 10px;
	  border: 2px solid #fff;
}
.direct-booking .dropdown-menu a:hover{
	color: #cc2f5d;
}

.tp-fullwidth-forcer{
	opacity: 0;
	display: none;
}
@media (min-width: 768px){
.modal-dialog {
    width: 600px;
    margin: 75px auto;
	}
}
