.enquire_page .contactleft { width: 52%; padding-right: 4%;float:left;}
.enquire_page .contactright {width: 48%;float:left;}
.enquire_page .contact_form .container .right .contactForm textarea {height:116px;}
.countrycode { width: 35% !important; float: left; margin-top: 2px;}
.contactnum { width: 65% !important; float: left;margin: -24px 0 0 0;}
.enquire_page .intl-tel-input .selected-flag .iti-flag {bottom: 44px;}
.enquire_page .contact_form .container .right .contactForm span.wpcf7-not-valid-tip {top: 38px;}
.enquire_page .contact_form .container .right .contactForm span.wpcf7-form-control-wrap.Condition .wpcf7-not-valid-tip {top: 125px;}
.enquire_page .contact_form .container .right .contactForm span.wpcf7-form-control-wrap.Code .wpcf7-not-valid-tip { width: 124px;top: 50px;}
.enquire_page .contact_form .container .right .contactForm span.wpcf7-form-control-wrap.Number .wpcf7-not-valid-tip { width: 109px;top: 30px;}
.blog_detail .sec2 .container .content ul { padding-bottom: 0px; margin: 0 0 0 5px;}
.blog_detail .sec2 .container .content ul li { font-family: "Helvetica",sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.5; color: #1d1d1b;}
/*   404 PAGE   */
.eroor-page{background:url(../images/bg-404.jpg); width: 100%; background-position: bottom;  background-size: cover;  margin: 0;  background-repeat: no-repeat;  padding: 0;  min-height: 600px; width: 100%; margin: 0; padding: 0; min-height: 500px;}
.eroor-page h1, .eroor-page p{color:#fff; text-align: center; }
.eroor-page h1{font-size:8rem;}
.eroor-page p{font-size:0.8rem;}
.btn-bac-h{background-color:#1d9add; border-radius:50px; width:130px; color: #fff; font-weight:400; display: block;}
/*    end     */

@media (max-width: 767px) { 
.enquire_page .contactleft { width: 100%; padding-right: 0;}
.enquire_page .contactright {width: 100%;}
.countrycode { width: 28% !important; }
.contactnum { width: 72% !important; margin: 4px 0 0 0;}
.enquire_page .contact_form .container .right .contactForm span.wpcf7-not-valid-tip {top: 0;}
.enquire_page .contact_form .container .right .contactForm span.wpcf7-form-control-wrap.Email .wpcf7-not-valid-tip {top: 33px;}
.enquire_page .contact_form .container .right .contactForm span.wpcf7-form-control-wrap.Condition .wpcf7-not-valid-tip {top: 93px;}
.enquire_page .contact_form .container .right .contactForm span.wpcf7-form-control-wrap.Code .wpcf7-not-valid-tip {top: 108px; right: 180px;}
.enquire_page .contact_form .container .right .contactForm span.wpcf7-form-control-wrap.Number .wpcf7-not-valid-tip {top: 50px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.enquire_page .contactleft { width: 100%; padding-right: 0;}
.enquire_page .contactright {width: 100%;}
}
.fullWidth {width:100% !important;}
.thank {    
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
}
.thank-box {
    text-align: center;
}
.thank-box h5 {
    color: #fff;
    font-size: 80px;
    text-align: center;
    margin: 0;
}
.thank-box p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0;
}
a.blue-btn {
    color: #fff;
    background: #1d9add;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: block;
    width: fit-content;
    float: none;
    margin: auto;
    margin-top: 34px;transition: .5s;
}
a.blue-btn:hover{
    box-shadow: 5px 5px 5px grey;
    transition: .5s;
}
/* Booking Ambulance - 27jun2022 */
section.booking-ambulance {
	padding: 100px 0 0;
}

section.booking-ambulance .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.col-md-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-md-12 {
	flex: 0 0 auto;
	width: 100%;
}

.booking-ambulance .heading {
	text-align: center;
}

.booking-ambulance .heading h2 {
	text-transform: uppercase;
	color: #1d9add;
}

.booking-ambulance .heading p {
	font-size: 18px;
	width: 46%;
	margin: 0 auto;
	padding-bottom: 30px;
	line-height: 1.2;
}

.booking-ambulance .booking-item {
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
	margin: 21px;
	background: #f5f5f5;
	border-radius: 20px;
	text-align: center;
	min-height: 280px;
}

.booking-ambulance .booking-item img {
	width: 140px;
	padding: 20px;
}

.booking-ambulance .booking-item h2 {
	font-size: 16px;
	color: #999999;
}

.booking-ambulance .booking-item p {
	text-align: left;
	font-size: 23px;
}

@media only screen and (max-width: 600px) {
	.col-md-3 {
		flex: 0 0 auto;
		width: 100%;
	}
	.booking-ambulance .heading p {
		font-size: 18px;
		text-transform: capitalize;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 11px;
		line-height: 1.2;
		padding-top: 16px;
	}
	section.booking-ambulance {
    padding: 100px 0 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1115px) {
	.booking-ambulance .booking-item {
		padding: 21px;
		box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
		margin: 9px;
		background: #f5f5f5;
		border-radius: 20px;
		text-align: center;
		min-height: 265px;
	}
	.booking-ambulance .heading p {
		font-size: 14px;
		text-transform: capitalize;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 22px;
		line-height: 1.2;
		padding-top: 8px;
	}
}
 .blogOuter .container .bttn {
    margin-top: 40px;
    position: relative;
    left: 50%;
    border-radius: 8px;
    transform: translateX(-50%);
}
.blogOuter .container .bttn:hover {
    color: #1d9add;
}
.contact_form .container .right .contactForm .submitSec {display:block;}
.contact_form .container .right .contactForm .submitSec input[type="submit"] {float:right;}

/* BLOG & SERVICE */
.d-flex{display: flex;flex-wrap: wrap;}
.w-100{width:100%}
.service_breadcrumb ul.breadscrumbs{justify-content: left;}

/* Create two equal columns that sits next to each other */
  .column {
	/* flex: 50%; */
	padding-right: 20px;
	flex: 0 0 auto; width: 50%;
	
  }
  .h_w {
	width: 100%;
  }

.h_t {
	background-color: #DDDFE3;
	height: auto;
	padding: 20px 0px;

}


.h_w {
	font-style: normal;
	font-weight: 500;
	font-size: 72px;
	line-height: 74px;
	align-items: center;
	letter-spacing: -1.44px;
	padding-top: 120px;
  }

.p_w {

font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 26px;
display: flex;
align-items: center;
margin-top: 2vw;
width: 480px;

color: #1F1F1F;
 } 


.service_breadcrumb ul.breadscrumbs {
    display: flex;
    
    list-style: none;
    margin: 0;
    padding: 0;
}
.service_breadcrumb ul.breadscrumbs li {
    font-family: "Helvetica",sans-serif;
    font-weight: normal;
    color: #1d1d1b;
    padding-right: 40px;
    position: relative;
}

.img_med{
width: 752px;
margin-left: 0;
max-width: 100%;
}
.column .description {display: flex; flex-wrap: wrap; justify-content: space-between;margin-top: 15px;}
.column .description .author { display: flex; flex-wrap: wrap; justify-content: flex-start; font-family: "Helvetica",sans-serif; font-weight: normal; font-size: 18px; color: #1d1d1b; width: 90%; padding-right: 10px;}
.column .description .author .name { font-weight: bold; padding-right: 14px; margin: 5px 0;}
.column .description .author .date { margin: 5px 0;}
.column .description .author .read { padding-left: 14px; position: relative; margin: 5px 0;}
.column .description .author .read::before { content: "."; position: absolute; left: 5px; bottom: 50%; font-size: 22px; line-height: 1;}
.service_breadcrumb ul.breadscrumbs li {font-size: 15px;}
.service_breadcrumb ul.breadscrumbs li span {color: #1d9add}
@media (max-width: 767px) {
.d-flex{display: block;}	
.img_med{width:auto !important; margin-left:0 !important;margin-top: 10px;}
.p_w, .h_w{width:100%}
.h_w{padding-top:20px !important;font-size: 42px !important;line-height: 1.2 !important;}
.column{padding-right:0 !important}
.service_breadcrumb ul.breadscrumbs{display:block !important}
.service_breadcrumb ul.breadscrumbs li, .service_breadcrumb ul.breadscrumbs span{display:inline-block !important; line-height:1.2 !important}	
.column{width: 100% !important;}
#otp_type {width:100% !important}
div#otptypestyl {width: 100%;}
}
.contact_page .map .mapContainer iframe{border:0;margin-top:-60px}.contact_page .map .mapContainer{height:390px;}