
@media all and (max-width: 1500px) {
	.overly_text {
		top: 80%;
	}
	.overly_text h3 {
		font-weight: 400;
		font-size: 22px;
		line-height: normal;
		color: #002B4B;
		padding: 10px 10px;
	}
}

@media all and (max-width: 1200px) {
	.overly_text h3 {
		font-size: 18px;
		padding: 10px 10px;
	}
	.overly_text {
		top: 194px;
	}


	.footer_area::before {
		top: 158px;
	}
	.car_content_box h1 {
		font-size: 76px;
	}
	.car_content_box p, .all_title p{
		font-size: 22px;
	}
	.all_title h1 {
		font-size: 54px;
	}

	.ser_content h3 {
		font-size: 24px;
	}
	.ser_content p, .doctor_img p, .featured_items h3{
		font-size: 18px;
	}
	.ws_gap:first-child .ws_items span, .featured_items p{
		font-size: 16px;
	}
	.ws_items span {
		font-size: 14px;
	}
	.schedule_title h2 {
		font-size: 28px;
	}
	.doctor_content h3 {
		font-size: 20px;
	}
	.footer_head h1 {
		font-size: 48px;
	}
	.doctor_area::after {
		height: 440px;
	}
	.doctor_area::before {
		top: 442px;
	}
	.bgs {
		height: 222px;
	}

}


@media all and (max-width: 1199px) {
	.featured_area::before {
		top: 194px;
	}
	.bgs {
		height: 200px;
	}
	.car_content_box h1 {
		font-size: 54px;
	}
	.car_content_box p, .all_title p {
		font-size: 18px;
	}
	.car_content_box ul li a, .view_button a {
		font-size: 18px;
		width: 180px;
	}
	.view_button select{
		font-size: 18px;
	}
	.af_bef_border::after, .contact_box, .top_contact_area::before, .top_contact_area::after{
		display: none;
	}

	.vc_button button {
		font-size: 16px;
		padding: 10px 20px;
	}
	.msearch, .bar{
		display: inline-block;
		cursor: pointer;
	}
	.logo {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
	.logo img {
		width: 80px;
	}
	.msearch img, .bar img {
		width: 80px;
	}

	.search_items, .vc_button{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.vc_button {
		text-align: center;
		margin-top: 10px;
	}
	.search_box {
		background: #FFF;
		padding: 0px;
	}
	.search_boxs {
		border: none;
		border-radius: 0;
	}
	.top_contact_area{
		padding: 10px 0px;
	}
	.search button img{
		display: none;
	}
	.search button span {
		display: block;
		font-weight: 600;
		font-size: 18px;
		color: #002B4B;
		line-height: normal;
	}
	.search button{
		position: relative;
	}
	.search button::before {
		position: absolute;
		content: "";
		top: 50%;
		left: 0px;
		background: #002B4B;
		width: 2px;
		height: 52px;
		transform: translateY(-50%);
	}
	.search {
		padding: 5px 15px;
		border-radius: 0;
	}
	.search input {
		text-align: left;
		padding: 10px 10px;
	}

	.search_items{
		display: none;
	}
	.menu > ul {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.menu > ul > li > ul {
		position: relative;
		width: 100%;
		padding: 0;
		top: inherit;
		left: inherit;
		display: none;
	}
	.menu > ul > li{
		width: 100%;
	}
	.header_area {
		position: absolute;
		top: 0;
		left: -100%;
		z-index: 1111;
		width: 400px;
		height: 130vh;
		padding: 20px 15px;
		padding-top: 30px;
		transition: 0.3s;
	}
	.header_area.open_menu{
		left: 0;
	}
	.menu{
		padding-top: 30px;
	}
	.menu > ul > li > a.active::after, .menu > ul > li > a:hover::after {
		display: none;
	}
	.menu > ul > li > a{
		display: flex;
		justify-content: space-between;
		padding: 15px 0px;
		border-top: 1px solid #FFFFFF26;
	}
	.menu > ul > li:last-child > a {
		border-bottom: 1px solid #FFFFFF26;
	}
	.menu > ul > li > a > img {
		width: 20px;
		margin-left: 0;
	}
	.sub_row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.sub_mitems {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.sub_mbox{
		border: none;
	}
	.sub_menu::after{
		display: none;
	}
	.menu > ul > li > .sub_menu {
		position: relative;
		width: 100%;
		top: inherit;
		left: inherit;
		padding: 0px;
		height: 130px;
		overflow: hidden;
		overflow-y: auto;
		margin-bottom: 10px;
		visibility: inherit;
		display: none;
	}
	.menu > ul > li:hover > .sub_menu{
		display: block;
		visibility: inherit;
	}
	.sub_menu::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	.sub_menu::-webkit-scrollbar-track {
		background-clip: content-box;
		border: 1px solid transparent;
	}
	.sub_menu::-webkit-scrollbar-thumb {
		background: #C4C4C4;
	}
	.sub_menu::-webkit-scrollbar-thumb:hover {
		background: #C4C4C4;
	}
	.sub_menu::-webkit-scrollbar-corner, .sub_menu::-webkit-scrollbar-track {
		border: 1px solid #FFF;
	}
	.sub_mitems > a {
		padding: 10px 0px;
	}
	.sub_mitems:first-child > a{
		padding-top: 0;
	}

	.social_box{
		display: block;
	}
	.social_box .social {
		padding-top: 40px;
	}
	.social_box .social ul{}


	.social_box .contact {
		position: absolute;
		bottom: 15px;
		left: 30px;
	}
	.social_box .contact ul {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.social_box .contact ul li{
		padding: 0px;
		padding-top: 7px;
	}
	.social_box .contact ul li:first-child{
		padding-top: 0;
	}
	.social_box .contact ul li a {
		font-size: 16px;
		color: #FFF;
	}
	.social_box .contact ul li a img, .social_box .social ul li a img{
		width: 25px;
		height: 25px;
	}
	.overly_text {
		top: 157px;
	}

	/* font size css */
	.count span {
		font-size: 40px;
		line-height: 30px;
	}
	.cm_items h5, .schedule_title h2 {
		font-size: 24px;
	}
	.all_title h1 {
		font-size: 44px;
	}
	.ser_content h3{
		font-size: 20px;
	}
	.overly_text {
		top: 174px;
	}
	.footer_widget p, .footer_widget ul li a, .car_content_box p, .all_title p, .ser_content p, .doctor_img p, .featured_items h3, .doctor_content p, .doctor_items.stories_items .doctor_content h4{
		font-size: 16px;
	}
	.ser_icon img {
		width: 45px;
	}
	.working_schedule {
		padding: 20px 20px;
	}
	.doctor_content p {
		max-width: 205px;
	}
	.footer_head h1{
		font-size: 40px;
	}
	.footer_widget p {
		max-width: 250px;
	}
	.mail input, .mail button{
		font-size: 18px;
		height: 50px;
	}
	.footer_widget h3 {
		font-size: 28px;
	}
	.footer_area::before {
		top: 150px;
	}
	.footer_area::after {
		bottom: 63px;
	}
	.footer_widget::after {
		height: 240px;
	}
	/* font size css */
	.signup_box1 .modal-dialog {
		margin-top: 230px;
		display: inherit;
	}
	.doctor_content p, .pss_items p, .pss_items a{
		font-size: 15px;
	}
	.pss_slider .left, .pss_slider .right {
		width: 25px;
		height: 25px;
	}
	.pss_slider button.owl-prev {
		left: 0px;
	}
	.pss_slider button.owl-next{
		right: 0px;
	}
	.pss_items h1 {
		font-size: 34px;
		line-height: 1em;
	}
	.pss_items h3 {
		font-size: 18px;
	}
	
	.pss_box{
		padding: 40px 40px;
	}
}


@media all and (max-width: 991px) {
	.section_padding {
		padding: 30px 0px;
	}
	.logo img {
		width: 60px;
	}
	.msearch img, .bar img {
		width: 60px;
	}
	.search button::before {
		height: 42px;
	}
	.search input {
		padding: 5px 10px;
	}
	.vc_button button {
		font-size: 14px !important;
		padding: 8px 20px;
	}
	.pss_box{
		padding: 40px 40px;
	}
	.pss_gap {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pss_gap:last-child .pss_items{
		padding-top: 25px;
	}
	.bgs {
		height: 215px;
	}
	.car_box.owl-theme .owl-dots {
		bottom: 5px;
	}
	.overly_text{
		top: 0;
	}
	.overly_text a{
		padding: 10px 10px;
	}

	.overly_text{
		padding-top: 5px;
	}
	.all_title h1 {
		font-size: 30px;
		padding-bottom: 10px;
	}
	.view_button a img {
		width: 20px;
	}
	.view_button a, .view_button select{
		padding: 12px 15px;
	}
	.footer_head a{
		position: inherit;
	}
	.footer_head {
		text-align: center;
		margin-bottom: 30px;
	}
	.footer_head h1 {
		font-size: 34px;
		display: inline-block;
		margin-bottom: 30px;
	}
	.footer_widget {
		margin-top: 0px;
	}
	.footer_area::before {
		top: 208px;
	}
	.footer_area::after {
		bottom: 174px;
	}
	.col-lg-4:nth-child(2) .footer_widget::after {
		display: none;
	}
	.fab {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background: #FFFFFF38;
		top: 431px;
		left: 0;
	}
	.footer_widget::after {
		height: 221px;
	}
	.news_feed a > .news_overlay{
		opacity: 1;
		z-index: 11;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.news_overlay h3 {
		font-size: 20px;
	}
	.news_overlay p, .news_overlay span {
		font-size: 15px;
	}
	.vc_button button{
		width: 100%;
	}
	.count_area {
		padding-top: 40px;
	}
	.counter_member_box {
		margin-top: 0;
	}
	.car_content_box{
		width: 100%;
	}
	.car_items {
		padding: 120px 0px 120px 0px;
		background-position: 75% 100% !important;
	}

	.copy_right_box {
		padding-bottom: 130px;
	}
	.to_top {
		bottom: 20px;
	}
	.featured_area::before {
		top: 185px;
	}
	.slick_box > button.left_arrow{
		right: inherit;
		left: 40%;
	}
	.slick_box > button.right_arrow {
		right: 40%;
	}
	.overly_text{
		background: transparent;
	}
	.blog_details .single_blog_details img {
		height: 360px;
	}
	#thumbs img {
		height: 110px;
	}
}


@media all and (max-width: 767px) {
	.search input, .search button span, .cm_items h5, .car_content_box ul li a, .view_button a, .overly_text a, .ser_content p, .view_button select, .doctor_img p, .doctor_content p, .doctor_content a, .featured_items p, .news_overlay p, .news_overlay span{
		font-size: 14px;
	}
	.vc_button button, .car_content_box p, .overly_text h3, .ser_content h3, .all_title p, .doctor_content h3, .featured_items h3, .news_overlay h3{
		font-size: 15px;
	}
	.max_box.opens {
		width: 100%;
	}
	.max_box {
		right: calc(-100% - -50px);
	}
	.doctor_area .doctor_items .doctor_content a {
		width: 100px;
		left: 50%;
		transform: translateX(-50%);
	}
	.count span {
		font-size: 18px;
		line-height: 18px;
	}
	.cm_items::after{
		display: none;
	}
	.counter_member_box::before {
		background: #002B4B;
	}
	.car_items {
		padding: 315px 0px 40px 0px;
		background: url("../images/slider.png") !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: 100% 100% !important;
	}
	.car_content_box{
		width: 100%;
	}
	.car_content_box h1 {
		font-size: 44px;
	}
	.car_content_box h1::after {
		left: 35px;
		width: 75px;
	}
	.car_content_box h1 {
		font-size: 44px;
		margin-top: -90px;
	}
	.all_title h1 {
		font-size: 24px;
		padding-bottom: 10px;
		line-height: 1.2em;
		max-width: 200px;
	}
	.car_content_box ul li a, .view_button a {
		width: 160px;
	}
	.overly_text p{
		font-size: 12px;
	}
	.service_items {
		flex-direction: column;
	}
	.ser_content {
		padding-top: 10px;
	}
	.ser_icon img {
		width: 45px;
		height: 45px;
	}
	.schedule_title h2 {
		font-size: 20px;
		padding-bottom: 5px;
	}
	.schedule_title::after {
		width: 75px;
	}
	.doctor_area .view_button{
		bottom: inherit;
		top: 0;
	}
	.view_button select{
		width: 160px;
	}

	.doctor_content {
		text-align: center;
	}
	.doctor_content h3 {
		line-height: normal;
	}
	.doctor_content h3::after {
		left: 50%;
		transform: translateX(-50%);
		width: 60px;
		height: 2px;
	}
	.doctor_area::after {
		height: 400px;
	}
	.doctor_area::before {
		top: 402px;
	}
	.preview_page ul li a {
		font-size: 14px;
		width: 25px;
		height: 25px;
	}
	.preview_page > a > img {
		width: 10px;
		height: 21px;
	}
	.featured_box.owl-theme .owl-dots .owl-dot span, .stories_slider.owl-theme .owl-dots .owl-dot span {
		width: 15px;
		height: 15px;
	}
	.featured_items {
		margin-bottom: 10px;
	}
	.featured_area::before {
		top: 165px;
	}
	.featured_area::after {
		bottom: 68px;
	}
	.bgs {
		height: 175px;
		bottom: 75px;
	}
	.featured_box.owl-theme .owl-dots, .stories_slider.owl-theme .owl-dots {
		justify-content: center;
	}
	.doctor_items.stories_items .doctor_content p {
		margin: 0 auto;
	}
	.doctor_items.stories_items .doctor_content h4{
		text-align: center;
	}
	.doctor_items.stories_items .doctor_content .read_more {
		text-align: center;
	}

	.footer_head h1 {
		font-size: 28px;
		padding-bottom: 30px;
		line-height: 1.2em;
	}
	.footer_head h1::after {
		left: 55px;
		width: 85px;
	}
	.footer_area::before {
		top: 211px;
	}
	.fab {
		top: 424px;
	}

	.copy_right_box {
		justify-content: center;
		flex-direction: column-reverse;
	}
	.footer_area::after {
		bottom: 203px;
	}
	.footer_widget p, .footer_widget ul li a, .mail input, .footer_nav ul li a, .copy_right p, .footer_head a, .signup_items input, .signup_items select, .dropdownbox > span{
		font-size: 14px;
	}
	.dropdownbox > img {
		width: 15px;
	}
	.footer_widget h3 {
		font-size: 18px;
	}
	.mail button, .signup_items label, .signup_button button{
		font-size: 15px;
	}
	.footer_widget::after {
		height: 211px;
	}
	.copy_right{
		padding-top: 15px;
	}
	.footer_head {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.gate_box ul li button {
		font-size: 14px;
	}
	.signup_box1 {
		width: 100%;
	}
	.signup_gap {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.signup_box2 {
		width: calc(100% - 55px);
	}
	.gate_box ul li a {
		display: none;
	}
	.show_mobles {
		display: block;
		position: fixed;
		bottom: 30px;
		right: 10px;
		z-index: 111;
	}
	.show_mobles ul{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.show_mobles ul li:first-child{
		padding-bottom: 10px;
	}
	.show_mobles ul li a img {
		width: 40px;
		height: 40px;
	}
	.menu > ul > li > a {
		font-size: 15px;
		line-height: 15px;
	}
	.sub_mitems a > p{
		font-size: 15px;
	}
	.sub_mitems a > span{
		font-size: 13px;
	}
	.search button::before {
		height: 34px;
	}
	.select_box {
		width: 160px;
	}
	.slick_box > button img, .slick_box > button img {
		width: 12px;
		height: 25px;
	}
	.blogs_area {
		padding: 30px 0px 20px 0px;
	}
	.blog_banner {
		padding: 70px 0px;
	}
	.blog_banner .blog_banner_text h1 {
		font-size: 32px;
	}
	.blog_banner .blog_banner_text h1 img {
		width: 45px;
		margin-right: 10px;
	}
	.blog_details {
		padding: 30px 0px;
	}
	.blog_details .single_blog_details h3 {
		font-size: 22px;
	}
	.blog_details .single_blog_details p {
		font-size: 15px;
	}
	#thumbs.owl-carousel .owl-nav button.owl-prev {
		left: -15px;
	}
	#thumbs.owl-carousel .owl-nav button.owl-next {
		right: -15px;
	}
	#thumbs.owl-carousel .owl-nav button.owl-next, #thumbs.owl-carousel .owl-nav button.owl-prev {
		width: 25px;
		height: 25px;
		font-size: 15px;
	}
	.blog_details .single_blog_details h1 {
		font-weight: 700;
		font-size: 24px;
	}
	.blog_details .single_blog_details span {
		font-size: 24px;
	}
	.blog_details .single_blog_details span sub {
		font-size: 16px;
	}
	#thumbs img {
		margin-top: 18px;
	}
	.blog_details .single_blog_details .blog_details_article iframe {
		width: 100%;
	}
	.blogs_area .single_blogs .blogs_left, .blogs_area .single_blogs .blogs_right {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media all and (max-width: 575px) {
	.doctor_content p, .pss_items p, .pss_items a {
		font-size: 13px;
	}
	.pss_items h1 {
		font-size: 24px;
	}
	.social_box .contact ul li a {
		font-size: 14px;
	}
	.social_box .contact ul li a img, .social_box .social ul li a img {
		width: 20px;
		height: 20px;
	}
	ul.dropdown_select button {
		font-size: 14px;
	}
	.bgs {
		height: 185px;
	}
	.header_area{
		padding-left: 0;
		padding-right: 0;
	}
	.view_button a{
		width: 120px;
		height: 45px;
	}
	.car_items {
		background-position: 50% 100% !important;
	}
	.cm_items {
		padding: 25px 10px;
	}
	.cm_items h5{
		font-size: 13px;
	}
	.to_top button {
		width: 60px;
		height: 50px;
		padding: 10px;
	}
	.social_box .contact {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 10px 14px;
	}
	.top_contact_area {
		padding: 5px 0px;
	}
	.vc_button {
		margin-top: 10px;
	}
	.msearch img, .bar img, .logo img{
		width: 55px;
	}
	.dropdownbox {
		height: 45px;
	}
	.doctor_area .doctor_items > .doctor_content {
		height: 190px;
	}
	.doctor_content p {
		padding-top: 7px;
	}
}

@media all and (max-width: 540px) {
	.select_box {
		width: 150px;
	}
	ul.dropdown_select button {
		font-size: 13px;
	}
	.header_area {
		width: 350px;
	}
	.car_content_box ul{
		flex-wrap: wrap;
		margin-left: -5px;
		margin-right: -5px;
	}
	.car_content_box ul li {
		padding-right: 0px;
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.car_content_box ul li a{
		width: 100%;
	}
	.signup_box2 > .signup {
		padding: 15px 15px;
	}
	.signup_items {
		margin-bottom: 15px;
	}
	.signup_items label, .signup_button button {
		font-size: 13px;
	}


}

@media all and (max-width: 500px) {
	.overly_text p {
		padding: 7px 10px;
	}
	.overly_text a {
		padding: 7px 10px;
	}
	.overly_text p {
		font-size: 10px;
	}
	.car_content_box {
		padding: 20px 20px;
	}

}

@media all and (max-width: 414px) {
	.footer_area::before {
		top: 212px;
	}
	.fab {
		top: 425px;
	}
}
@media all and (max-width: 412px) {
	.footer_area::before {
		top: 211px;
	}
	.fab {
		top: 424px;
	}
}

@media all and (max-width: 393px) {
	.search input, .search button span, .cm_items h5, .car_content_box ul li a, .view_button a, .overly_text a, .ser_content p, .view_button select, .doctor_img p, .doctor_content p, .doctor_content a, .featured_items p, .news_overlay p, .news_overlay span {
		font-size: 12px;
	}
	.vc_button button, .car_content_box p, .overly_text h3, .ser_content h3, .all_title p, .doctor_content h3, .featured_items h3, .news_overlay h3 {
		font-size: 13px;
	}
	.all_title h1 {
		font-size: 22px;
	}
	.footer_widget p, .footer_widget ul li a, .mail input, .footer_nav ul li a, .copy_right p, .footer_head a, .signup_items input, .signup_items select, .dropdownbox > span {
		font-size: 12px;
	}
	.doctor_content p, .pss_items p, .pss_items a {
		font-size: 12px;
	}
	.footer_area::before {
		top: 208px;
	}
	.fab {
		top: 421px;
	}
}
@media all and (max-width: 390px) {
	.header_area {
		width: 320px;
	}
}
@media all and (max-width: 375px) {
	.cm_items h5 {
		font-size: 12px;
	}
}