.latest__news .news_right, .latest__news .news_left {
	align-self: center;
}
.latest__news .gform_wrapper.gravity-theme .gform_footer input {
	margin: 0;
}
.latest__news .news_left {
	width: 70%;
}
.latest__news .news_right {
	width: 30%;
}
.news_main h2 {
	max-width: 100%;
}
.latest__news .container {
	max-width: 1400px;
}
.meet_doctor_section .meet_desc {
    padding-top: 70px;
    padding-bottom: 70px;
}
.about__grid a .grid_box img {
    height: 60px;
    max-height: 60px;
    width: 60px;
    max-width: 60px;
}
.care__section h2 {
	margin-bottom: 0;
}
.care__section .name_sign {
	margin-top: 60px;
}
.left_image .care_left, .right_image .care_left {
	height: 100%;
}
.left_image, .right_image {
	height: auto;
}
.left_image .care_right, .right_image .care_right {
	padding: 70px 0;
}
.care_grid {
	margin-top: 60px;
}
.why_main ul li {
	align-self: center;
}
.left_image .care_right ul li, .right_image .care_right ul li {
	margin-left: 13px;
	list-style-position: outside;
}
.fax {
    display: block;
    color: #ffff;
    padding-left: 28px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'optimaregular';
    letter-spacing: 0.32px;
    font-style: normal;
    font-weight: 400;
}
.fax {
    background: url(../images/fax.svg) no-repeat left center;
    background-size: 14px;
}
.contact_desc {
    max-width: 550px;
    align-self: center;
}
@media(max-width: 991px) {
	.latest__news .news_left {
		width: 60%;
	}
	.latest__news .news_right {
		width: 40%;
	}
	.toggle_nav {
		top: 50%;
		transform: translate(0, -50%);
	}
	.show_menu .close_icon {
		top: 15px;
	}
}
@media (max-width: 767px) {
	.latest__news .news_right, .latest__news .news_left {
		width: 100%;
	}
	.right_image .care_left, .left_image .care_left {
	    height: 300px;
	}
	.left_image .care_right, .right_image .care_right {
    	padding: 30px 20px;
	}
	.meet_doctor_section .meet_desc {
		padding-top: 20px;
	    padding-bottom: 20px;
	}
}
