.categories-section .item .feature-categories .icon figure{
	width: 60px;
	height: 60px;
	margin: 20px auto;
}
.categories-section .item .feature-categories .icon figure img{
	width: 100%;
}
.categories-section .item .feature-categories .title a{
	font-size: 16px;
}
.destination-price-item .destination-img img{
	height: 370px;
}
.destination-price-item .destination-img .destination-info .destination-title{
	text-decoration: none !important;
}
.alert-danger button.close{
	border: none;
	background: #fbd7da;
	font-size: 28px;
}
.alert-success button.close{
	border: none;
	background: #cee7dd;
	font-size: 28px;
}
.qb_contact_us_hp .ct_right .form_contact_group p{
	margin: 0;
}
.qb_contact_us_hp .ct_right .form_contact_group textarea{
	height: 80px;
}
.qb_contact_us_hp .tact_us_general .ct_left figure{
	height: 100%;
}
.sto_ids_detailds {
	min-height: 450px;
}
.alert{
	z-index: 999999999 !important;
}
.wpcf7-response-output{
	display: none !important;
}
form .form_contact_group .list_group.col-sm-6:nth-child(2n+1){
	clear: both;
}.subscribe_popup .modal-body {
	padding: 0;
}
.subscribe_popup .modal-content {
	border: 0;
	border-radius: 0;
}
.popup_content {
	padding: 50px;
	text-align: center;
}
.subscribe_popup .close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	opacity: 1;
	text-shadow: none;
	width: 40px;
	height: 40px;
}
.subscribe_popup .close i {
	font-size: 40px;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 10%;
	left: 50%;
	width: 24px;
	height: 24px;
	background: url("../images/loading.gif") center center no-repeat;
	text-align: center;
	margin-top: 30%;
	margin-left: -12px;
	z-index: 1044;
	text-indent: -9999px;
	background-color: #000;
	padding: 25px;
	border-radius: 5px;
}

#ajax-message {
	width: 15%;
	height: 70px;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
	padding: 20px 20px;
	background: #ddffdd!important;
	color: #191b1c;
	border-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	display: none;
}
#error-ajax-message {
	width: 25%;
	height: 70px;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
	padding: 20px 20px;
	background: #f74545!important;
	color: #191b1c;
	border-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	display: none;
}