/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2024 | 04:23:38 */
/* 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: #fff !important;
    padding-bottom: 0px;    
    margin-bottom: 0px;
}
.input-field { 
    width: 100% !important;
    height: 50px !important;
    padding: 5px 14px !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 3px !important;   
	color: #222 !important;

}

.walcf7-datepicker, .walcf7-timepicker { 
    width: 242px !important;
    height: 50px !important;
    padding: 5px 14px !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 3px !important;   
	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 !important;
    padding-left:15px !important;
}
.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
}

.work_icon .elementor-icon {
	border: 3px solid #fff !important;
	box-shadow: 0 0 20px rgba(12,12,12,6%);
}
.eael-feature-list-icon {
	color:#fff !important
}
select {
	background:#fff !important
}

@media (max-width:767px){
	.col-sm-6, .col-sm-4, .col-sm-12{
		width:100%
	}
	.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-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		padding:0px 15px;
}
	.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;
}
	.dropdown-width{
	width:242px !important;
	height: 50px !important;
    padding: 5px 14px !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 3px !important;
    color: #222 !important;
	}
	

	
	
	.btn-field {   
    margin-top: 3.15rem !important;
   
}
}


