.em-service-title h4
{
	padding:15px 0;
}
.flt_right
{
	float:right;
}
.flt_left
{
	float:left;
}
.clr
{
	margin:0px;
	padding:0px;
	clear:both;
	line-height:0px;
}
.price
{
	margin:0px 0 20px 0;
	padding:10px;
	color:#000;
	font-weight:bold;
	text-align:center;
	border:1px dotted #000; 
	border-radius:5px;
}
.twr_form_box select option
{
	color:#000;
}
.twr_form_box span
{
	color:#000;
}
.twr_form_box 
{
	text-align:center;
}
.twr_form_box img
{
 width:60%;

margin:0px 0 20px 0;
}
.sec-title .sub-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    z-index: 0;
}
.hr-lines {
    position: relative;
    max-width: 500px;
    margin: auto;
    text-align: center;
}
.blue-color {
    color: #c6a236;
}
h2 {
    font-size: 28px !important;
    line-height: 34px !important;
}
.features-section {
    padding-top: 60px;
    position: relative;
    padding-bottom: 50px;
    z-index: 2;
}
.mb-54 {
    margin-bottom: 54px;
}
.features-images {
    margin: auto;
    display: block;
    padding-bottom: 18px;
}
.features-title {
    text-align: center;
    font-size: 19px;
    line-height: 0;
}
.features-wrap p {
    color: #212121;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

/* Basic styles for the popup form */
.popup-form {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	
	z-index: 1000;
	width: 575px;
	border-radius: 8px;
}
.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.popup-form h2 {
	margin: 0 0 15px;
}
.popup-form input, .popup-form textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px;
}
.popup-form button {
	padding: 10px;
	background-color: #007bff;
	color: white;
	border: none;
	cursor: pointer;
}
.popup-form button.close-btn {
	background-color: red;
}
.phone2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 112px;
    left: 15px;
    background-color: #24cc63;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
	padding:15px 0 0 0;
}
.phone3 {
	padding:15px 0 0 0;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 15px;
    background-color: #1858a3;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
@media (min-width:320px) and (max-width:700px)
{
	.witr_swiper_height {
    height: 144px;
}
.mobile_menu_logo img
{
	max-width: 54%;
}
.footer-middle img
{
	    max-width: 125px;
}
}




