.ambulance_page .sec4 .team .item .imgSec {
    width: 100%;
    height: 280px;
    padding-bottom: 40px;
    overflow: hidden;
        margin-bottom: 15px;
}
.ambulance_page .sec4 .team .item .imgSec img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    float: left;
}
.blog_detail.our-team .sec2 .container>img {
    margin-right: 30px;    max-width: 290px; float: left
}
.blog_detail.our-team {
    width: 100%;
}
.blog_detail.our-team section.sec2 {
    min-height: 440px;
}
.blog_detail.our-team .sec2 .container .content {
    width: 60%;
    margin: 0 auto;
    max-width: 450px;
    float: left;
}
.about_page .sec4 .team .item .imgSec img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    width: 100%;
    height: auto;
    float: left;
}
.about_page .sec4 .team .item .imgSec {
    width: 100%;
    height: 280px;
    padding-bottom: 40px;
    width: 100%;
    height: 280px;
    padding-bottom: 40px;
    overflow: hidden;
    margin-bottom: 15px;
}
.text-blue {
    color: #1d9add !important;
}
/**/
@media (min-width: 768px) and (max-width: 992px){
.blog_detail.our-team .sec2 .container>img { margin-right: 70px;max-width: 240px; float: left;}
footer .footer{clear: both;}
}


@media screen and (max-width: 767px){
footer .footer{clear: both;}
.blog_detail.our-team .sec2 .container .content { width: 100%;}
}


.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;
}
.blog_detail .sec2 .container .content h3 {
    margin-bottom: 20px;
    padding-top: 0;
    margin-top: -5px;
}
.blogifraframebox .blogiframe_.blogiframe_1 {
    /*margin-top: -46px;
    height: 550px !important;*/
}
@media (min-width: 768px) and (max-width: 992px){
.blogifraframebox .blogiframe_.blogiframe_1 {
    /*height: 510px !important;*/
}
}
.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-family: 'Helvetica Neue';
	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-family: 'Helvetica Neue';
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;}
}
.contact_page .map .mapContainer iframe{border:0;margin-top:-60px}.contact_page .map .mapContainer{height:390px;}

