/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2023 | 13:25:05 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
a:active, a:hover, a:focus {
    outline: 0 !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.booking-form .mb-4 {
    margin-bottom: 2.2rem;
}
.booking-form .field_title {
    font-family: "Poppins" !important;
    font-weight: 600 !important;
    color: #222 !important;
    padding-bottom: 0px;    
    margin-bottom: 0px;
}
.input-field { 
    width: 100%;
    height: 50px !important;
    padding: 5px 14px !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 3px !important;
    margin-top: 8px;
	color: #222 !important;

}
.btn-field {
    font-family: "Poppins" !important;
    height: 50px !important;
    font-size: 1.5rem !important;
    border: 1px solid #222 !important;
    border-radius: 3px;
    color: #fff !important;   
    background: #222 !important;
}
ul.hfe-nav-menu {
    width: 100%;
}
.hfe-nav-menu li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}
.hfe-nav-menu li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    left: 0px;
    top: 9px;
    transform: rotate(-45deg)!important;
}

.widget_search{
	display:none !important
}

@media (max-width:767px){
	.btn-field {
		 margin-top: 1rem !important;
	}
	
	.fixed_social {	
	bottom: 0px !important;
    width: 100% !important;
    background: #0B131E;
    left: 50%;    
    transform: translateX(-50%);
    padding: 5px 0px;
    z-index: 99 !important;
		
	}
}

@media (min-width: 1024px) {
	.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
		padding:0px 15px;
}

.col-sm-4{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
	padding:0px 15px;
}
	
	.btn-field {   
    margin-top: 3.15rem !important;
   
}
}


