@media only screen and ( min-width: 1200px ) and ( max-width: 1399px ) {

	/*.logo_wrapp {
		width: 280px;
	}*/

	.header_bottom .header_menu > li {
	    padding: 0 15px;
	}

	.header_bottom .header_login li.appointmentsbtn a {
	    padding: 5px 15px;
	}
	.header_bottom .header_login li.appointmentsbtn {
	    padding-left: 0;
	}
	.header_bottom .header_menu > li {
	    padding: 0 10px;
	}

	.profile_imgs > span {
    	width: 155px;
	    height: 155px; 
	    margin-left: 30px;
    	margin-top: -70px;
	}

}


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

	.blog_right {
	    margin-top: 60px;
	}
	.references_box h6 {
		font-size: 18px;
	} 
	.outer-card > .forms > .product_appoin_wrapp {
	    display: flow;
	}
	.blog_details, 
	.blog_bg {
		padding-right: 0;
	}
	

}


@media only screen and ( min-width: 992px ) and ( max-width: 1199px ) {

	.header_bottom .header_login li.rigister {
		display: none;
	}
	.header_bottom .header_menu > li {
	    padding: 0 10px;
	}
	/*.logo_wrapp {
	    width: 280px; 
	}*/
	.top_header ul li a {
	    color: #fff;
	    font-size: 15px;
	}
	.banner_content h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.banner_content p {
		font-size: 18px;
		line-height: 26px;
	}
	.about_box h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.introducing .introducing-content {
		margin-top: -50px;
	}
	.blog_info_heading h3 {
		font-size: 26px;
		line-height: 34px;
	}

	.header_bottom .header_login li.appointmentsbtn {
	    display: none;
	}

	.profile_imgs > span {
    	width: 140px;
	    height: 140px; 
	    margin-left: 20px;
    	margin-top: -60px;
	}

	.appointment_tabs li a {
		font-size: 20px;
		line-height: 26px;
	}

	.calendardatetimes {
		padding-left: 0;
	}
	.calendartimes ul li {
		grid-template-columns: repeat(3, 1fr);
		gap: 0 10px;
	}
 	.calendartimes ul li .form_group.radiobtn .checkmark {
	    font-size: 14px;
	    font-weight: 600;
	}
	.appointment_details .form_group .label_text .smalltext {
	    display: none;
	}
	.header_bottom .navbar_menu{
		padding: 0 5px;
	}
	.header_bottom .header_menu > li{
		padding: 0 5px;
	}

}


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

	.submenu {
		display: none !important;
	}
	.submenu.open {
		display: block !important;
	}

	.header_bottom .toggle_menu {
		background-color: transparent;
		width: 40px;
		height: 40px;
		position: relative;
		top: 7px;
	}

	.header_bottom .toggle_menu .toggle-icon {
		width: 32px;
		display: inline-block;
		background-color: #150E22;
		height: 2px;
		position: relative;
		margin: 5px 0;
	}

	.header_bottom .toggle_menu .toggle-icon:before {
		content: '';
		background-color: #150E22;
		height: 2px;
		width: 100%;
		top: -10px;
		position: absolute;
		left: 0;
	}

	.header_bottom .toggle_menu .toggle-icon:after {
		content: '';
		background-color: #150E22;
		height: 2px;
		width: 100%;
		position: absolute;
		bottom: -10px;
		left: 0;
	}

	.openmenu {
		position: fixed;
		left: -340px;
		top: 0;
		transition: left 0.3s ease-in-out;
		z-index: 99999;
		width: 340px;
		height: 100%;
		overflow: hidden;
		background: rgb(243,196,170);
    	background: linear-gradient(330deg, rgba(243,196,170,1) 0%, rgba(254,245,240,1) 24%, rgba(252,238,230,1) 75%, rgba(243,196,170,1) 100%);
		pointer-events: auto;
		overflow-y: auto;
		padding: 30px 20px;
	}

	.header_bottom .header_menu > li {
		padding: 15px 5px;
		width: 100%;
		border-bottom: 1px solid #e1b196;
	}
	.header_bottom .header_menu > li > a {
		padding: 0;
		width: 100%;
	}
	.header_bottom .header_menu > li > a .menu_icon {
		float: right;
		position: relative;
    	top: 5px;
	}

	.header_bottom .navbar_menu .header_menu {
	    margin-top: 30px;
	}
	.header_bottom .navbar_menu .close_menu {
	    position: absolute;
	    right: 35px;
	    top: 25px;
	}
	.header_bottom .navbar_menu .close_menu .icon-close {
	    position: relative;
	}
	.header_bottom .navbar_menu .close_menu .icon-close:before, 
	.header_bottom .navbar_menu .close_menu .icon-close:after {
	    content: '';
	    width: 3px;
	    height: 30px;
	    background-color: #150E22;
	    position: absolute;
	}
	.header_bottom .navbar_menu .close_menu .icon-close:before {
		transform: rotate(45deg);
	}
	.header_bottom .navbar_menu .close_menu .icon-close:after {
		transform: rotate(-45deg);
	}
	.openmenu_bg:after {
	    content: '';
	    position: absolute;
	    left: 0;
	    top: 0;
	    height: 100%;
	    width: 100%;
	    background-color: rgba(0, 0, 0, 0.7);
	    transition: left 0.3s ease-in-out;
	    z-index: 9999;
	}
	.header_wrapp {
		z-index: 99999;
	}

	.header_bottom .header_menu li .submenu {
	    position: relative;
	    top: 0;
	    width: 100%;
	    background-color: transparent;
	    box-shadow: none !important;
	    margin-top: 10px;
	    opacity: 1;
    	visibility: visible;
	}

	.footer_info {
		padding-left: 0;
		padding-top: 30px;
	}
	.top_header ul li a .social_content {
		display: none;
	}

	.logo_wrapp {
		margin-right: 10px;
/*		width: auto;*/
	}
	.header_bottom {
	    padding: 10px 0 10px 15px;
	}
	.banner_img {
		text-align: center;
		margin-top: 50px;
	}
	.about_box_img {
		text-align: center;
		padding-bottom: 40px;
	}
	.about_box_img1 {
		padding: 40px 0px 0px;
	}

	.introducing { 
		text-align: center; 
	}
    .introducing .pic{
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .introducing .pic:before,
    .introducing .pic:after{
        width: 80px;
        height: 100px;
    }
    .introducing .introducing-content{
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div {
        height: 50px;
        line-height: 50px;
    }

    .contact_form {
    	margin-top: 50px;
    }
    .introducing_medical {
    	padding-bottom: 0;
    }

    .contact_service_box {
	    margin: 15px 0;
	}
	.contact_service_wrapp {
		padding: 0;
	}

	.tabsbtn .nav .nav-item {
		width: auto;
		padding: 5px;
		white-space: nowrap;
	}
	.tabsbtn {
	    overflow: hidden;
	    overflow-x: auto;
	    -webkit-overflow-scrolling: touch;
	}
	.tabsbtn .nav-tabs {
	    display: grid;
	    grid-template-columns: repeat(7, 1fr);
	}

	.edit_profile_box {
	    margin: 15px 0;
	}
	.checkout_payment {
	    margin-top: 30px;
	}

.main_wrapp section:first-child {
        padding-top: 100px;
        padding-bottom: 0px;
    }
        .banner_content h1 {
        font-size: 24px;
        line-height: 26px;
    }
    .innovator_main_heading h2{
    	font-size: 24px;
    	line-height: 26px;
    }
    .about_meet_wrapp {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    section {
    padding: 30px 0;
    position: relative;
}
.main_heading {
    text-align: center;
    margin-bottom: 25px;
}
#faq.accordion .accordion-item .accordion-button{
	font-size: 16px !important;
}
#faq.accordion .accordion-item {
    margin-bottom: 15px;

}
    .footer_info {
        padding-left: 0;
        padding-top: 0px;
    }
    .about_meet_content h2 {
    font-size: 24px;
}
.about_meet_image{
	padding: 0 8px;
}
.contact_content h2{
	font-size: 26px;
    line-height: 30px;
}
.inner_listing {
    margin-bottom: 30px;
}
.innovator_main_heading ul li{
	margin-left: 5px !important;
}
.innovator_main_heading ul li .form-check .form-check-label{
	font-size: 16px;
}
.contact_service_box h5{
	font-size: 20px;
}
    .contact_service_box {
        margin: 10px 0;
    }
    .contact_service_wrapp .mt-5{
    	margin-top: 0 !important;
    }
    .contact_form {
        margin-top: 10px;
    }
    fieldset div {
    margin-bottom: 10px;
}
fieldset{
	display: block !important;
}
}


@media only screen and ( min-width: 768px) and ( max-width: 991px ) {

	.footer_info {
		padding-top: 0;
		display: block;
	}
	.footer_menu ul li {
		padding: 0 0 15px;
	}
	.footer_menu {
	    text-align: right;
	}

	.banner_content h1 {
		font-size: 30px;
		line-height: 38px;
	}
	.about_box h2, 
	.ongoing_wrapp .main_heading h2, 
	.ongoing_wrapp .main_heading h2, 
	.medical_consultants h2, 
	.about_meet_content h2, 
	.faq_meet_content h2, 
	.appointment_tabs_main h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.about_box h3, 
	.footer_contact h3, 
	.faq_meet_content h3, 
	.blog_info_heading h3
	h3 {
		font-size: 24px;
		line-height: 32px;
	}
	.main_heading h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.banner_content p {
		font-size: 16px;
		line-height: 24px;
	}	

	.main_wrapp section:first-child {
	    padding-top: 260px; 
	    padding-bottom: 0px;
	}

	.about_meet_rightbox {
	    padding-left: 50px;
	}
	.about_meet_leftbox {
		padding-right: 40px;
	}

	.profile_imgs > span {
    	width: 130px;
	    height: 130px; 
	    margin-left: 20px;
    	margin-top: -50px;
	}

	.appointment_tabs li a {
	    line-height: 22px;
	    font-size: 18px;
	    padding: 10px 15px;
	}
	.calendardatetimes {
		padding-left: 0;
	}
	.calendartimes ul li {
		grid-template-columns: repeat(2, 1fr);
		gap: 0 10px;
	}
 	.calendartimes ul li .form_group.radiobtn .checkmark {
	    font-size: 14px;
	    font-weight: 600;
	}

	.productbtns .product_appoin_wrapp {
	    display: flow;
	}
	.product_coupon {
		max-width: 300px;
	}
	.productbtns .form_group .product_appoin_wrapp {
	    display: flex;
	}


}


@media only screen and ( max-width: 767px ) {
	
	.top_header {
		gap: 15px;
		padding: 10px 15px 10px 10px;
	}
	.top_header ul li {
		padding: 0 10px;
	}
	
	.header_cart a {
		font-size: 21px;
    	top: 3px;
	}

	.banner_content h1 {
		font-size: 28px;
		line-height: 36px;
	}
	.banner_content p {
		font-size: 16px;
		line-height: 24px;
	}

	.about_box h2, 
	.ongoing_wrapp .main_heading h2, 
	.ongoing_wrapp .main_heading h2, 
	.medical_consultants h2, 
	.about_meet_content h2, 
	.faq_meet_content h2,  {
		font-size: 26px;
		line-height: 34px;
	}
	.blog_info_heading h3, 
	.appointment_tabs_main h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.main_heading h2,
	.faq_meet_content h3,
	h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.main_heading p br {
		display: none;
	}

	.about_box h3, 
	.footer_contact h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.about_wrapp .main_heading {
	    margin-bottom: 20px;
	}

	#faq.accordion .accordion-item .accordion-body {
    	font-size: 17px;
	    line-height: 24px;
	}

	.blog_box {
	    display: block;
	}
	.blog_imgs {
		margin-bottom: 40px;
	}
	.main_wrapp section:first-child {
		padding-top: 220px;
		padding-bottom: 0px;
	}

	.about_meet_content {
	    margin-top: 60px;
	    text-align: center;
	}
	.about_meet_wrapp {
	    padding-bottom: 60px;
	}

	.header_bottom .header_login li.appointmentsbtn {
	    position: fixed;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    padding: 0;
	}
	.header_bottom .header_login li.appointmentsbtn a {
	    width: 100%;
	    display: inline-block;
	    text-align: center;
	    padding: 10px 15px;
	}
	.copyright {
	    margin-bottom: 30px;
	    padding-top: 20px;
	}

	.profile_wrapp {
		padding: 10px;
	}
	.profile_cover_banner .cover_bnner {
		height: auto;
	}
	.profile_imgs > span {
    	width: 90px;
	    height: 90px; 
	    margin-left: 10px;
    	margin-top: -30px;
	}

	.appointment_tabs {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.appointment_tabs li:nth-of-type(2) a {
		border-right: none;
		border-bottom: 1px solid #e1b196;
	}
	.appointment_tabs li.active:nth-of-type(1) a {
		border-right: none;
		border-bottom: 1px solid #e1b196;
	}
	.appointment_tabs li:nth-of-type(1) a {
		border-bottom: 1px solid #e1b196;
	}
	.appointment_tabs li a {
		padding: 10px 15px;
		font-size: 16px;
		line-height: 22px;
		width: 100%;
	    height: 100%;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.calendardatetimes {
		padding: 40px 0px 0px 0px;
	}

	.product_appoin_wrapp {
	    display: flow;
	}

	.product_coupon {
		max-width: 100%;
	}
	
}


@media only screen and ( min-width: 577px ) and ( max-width: 767px ) {

	.review_modal_content {
		height: calc(420px - 50px);
	}
	.productbtns .form_group .product_appoin_wrapp {
	    display: flex;
	}

}


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

	.header_bottom .header_login li.rigister {
	    display: none;
	}
	.subscription_footer .mainbtn {
	    white-space: nowrap;
	}

	.profile_imgs {
		display: inline-block;
	}
	.profile_imgs > span {
		margin-top: -60px;
	}

	.appointment_steps .steps_list {
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	.review_modal_content {
		height: calc(390px - 50px);
	}

	.productbtns .form_group .product_appoin_wrapp input.mainbtn {
	    margin-top: 20px;
	}


}


@media only screen and ( min-width: 501px ) and ( max-width: 767px ) {

	.calendartimes ul li {
		grid-template-columns: repeat(3, 1fr);
		gap: 0 10px;
	}
 	.calendartimes ul li .form_group.radiobtn .checkmark {
	    font-size: 14px;
	    font-weight: 600;
	}

}


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

	.calendartimes ul li {
		grid-template-columns: repeat(2, 1fr);
		gap: 0 10px;
	}
 	.calendartimes ul li .form_group.radiobtn .checkmark {
	    font-size: 14px;
	    font-weight: 600;
	}

	.appointmentbtns {
		display: flow;
	}
	.appointment_backbtn, 
	.appointment_nextbtn {
		padding: 10px 0;
	} 
	.appointmentbtns .mainbtn {
		width: 100% !important;
	}

}
 
@media only screen and (max-width:425px){
	.logo_wrapp{
		width: auto;
	}
	.main_wrapp section:first-child{
		padding-top: 300px;
	}
}
@media only screen and ( max-width: 400px ) {

	.about_box .mainbtn {
		font-size: 15px;
	}
	.references_box h6 {
	    font-size: 18px;
	    word-break: break-all;
	}
	

}


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

	.openmenu {
	    width: 100% !important;
	}
	.top_header ul li a .social_icon {
		margin-right: 0;
	}

	.footer_menu ul li a {
		font-size: 15px;
	}

	/*.footer_info {
	    display: block;
	}*/
	.calendartimes ul li .calentimes {
		padding: 5px 6px;
	}

}

@media only  screen and ( min-width: 991px ) {

	.header_bottom .toggle_menu {
		display: none;
	}

	.introducing {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    gap: 60px;
	}

}