@media screen and (min-width:1366px)

{
	.container {
		max-width: 1300px;
	}
}
@media screen and (max-width:1365px)

{

}

@media screen and (max-width:1200px)

{
	.nav-menu a {
		padding: 10px 10px;
		font-size: 14px;
	}

}

@media screen and (max-width:1100px)
{

}

@media screen and (max-width:1050px)

{

}



@media screen and (max-width:992px)

{
	#intro .text_area h2
	{
		font-size:30px;
	
	}
	#intro .text_area p
	{
		font-size:20px;
	}
	#intro .img_area img
	{
		width:100%;
		height:400px;
		object-fit: cover;
		object-position: center;	
	}
	.about_box h2 
{
	font-size: 22px;
}
.nav-menu a {
	padding: 10px 6px;
}
.page_main_heading h2
{
	font-size: 25px;	
}
.page_main_heading2 h2
{
	font-size: 25px;	
}
.doctors_box1 .text h2 {
    font-size: 22px;
}
.doctors_box1 .text h4 {
    font-size: 18px;
}
.subpage_header h2
{
    font-size: 25px;
}
.service_right_top_text_area h2 {
    font-size: 22px;
}
.about_section1_right h2
{
    font-size: 22px;
}
.about_section3_top_mission_text_area h2
{
    font-size: 22px;
}
.help_section h2
{
    font-size: 22px;
}
.top_form_area_heading {
    font-size: 22px;
}

}

@media screen and (max-width:850px)

{

}

@media screen and (max-width:768px)

{
	.top_contact .left
	{
		text-align: center;
	}		
	.top_contact .right
	{
		text-align: center;
	}
	.about_box
{
	margin-top: 25px;
}
.top_header_menu_and_contact_area
{
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.doctors_box1 .image img
{
	height: 250px;
}
.doctors_box1 .text
{
	margin-top: 30px;
	padding: 0 30px;
	text-align: center;
}
.footer_top_section
{
	padding: 40px 0;	
}
.footer_box1
{
	margin: 15px 0;	
}
.footer_box2
{
	margin: 15px 0;	
}
.testimonial_text_area {
    width: 100%;
    padding-left: 0;
	margin-top: 15px;
	text-align: center;
}
.testimonial_img_area {
    width: 120px;
    height: 150px;
}
.contact_right
{
	margin-top: 30px;
}
.service_right_top_text_area ul li {
    width: calc(100% / 1 - 4px);
}
.about_section1_right
{
	margin-top: 15px;
}
.about_section2 h2{
	font-size: 40px;
}
.about_section2 h3{
	font-size: 25px;
}
.about_section2 p
{
	padding: 0 40px;
}
}


@media screen and (max-width:600px)

{
}



@media screen and (max-width:576px)

{

}


@media screen and (max-width:480px)

{
}

@media screen and (max-width:400px)

{
	.top_header_logo_area
	{
		width: 210px;
	}
	.top_header_menu_area
{
	width: calc(100% - 215px);	
}
}