/*==================================================
=            Bootstrap 5 Media Queries             =
==================================================*/
@media (min-width: 1200px) and (max-width: 1600px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	.hero-img{
		height: 600px;
	}
	.hero-text h1 {
		font-size: 54px;
	}
	.professional-left h2 {
		font-size: 60px;
	}
	.professional-item-three {
		display: none;
	}.appoinment-right img {
		width: 400px;
	}
	.doctor-education-timeline::before {
		display: none;
	}
	
}

/* Without side menu */
@media (min-width: 768px) and (max-width: 991px) {
	#contact-section .container{
		width: 700px;
		margin: auto;
	}
	.ace-responsive-menu > li > a {
		padding: 8px;
		font-size: 15px;
	}
	/*hero secction*/
	.header-logo{
		margin-top: 10px;
	}
	.hero-img {
		height: 500px;
	}
	/*speciality section*/
	.speciality-item {
		width: 33.333%;
		padding: 10px;
		border: 1px solid #076cec;
	}
	/*openning section*/
	.open-time-text {
		border: 10px solid #ddd;
		padding: 50px 30px 50px 30px;
		border-radius: 38% 37% / 30% 44% 56% 30%;
	}
	/*professional section*/
	.professional-right{
		padding: 20px;
	}
	/*appoinment section*/
	.appoinment-right img {
		position: absolute;
		bottom: 0;
		right: 30px;
		width: 350px;
	}
	.appoinment-left h2 {
		font-size: 26px;
	}
	/*newsletter section*/
	.newsletter-text p{
		display: none;
	}
	.newsletter-form {
		margin-top: 0;
	}
	/*footer section*/
	.footer-emergency h4, .footer-operation h4{
		margin: 50px 0 30px 0;
	}
	/*about page*/
	.about-detials-img{
		margin-bottom: 70px;
	}
	.counter-item{
		margin: 30px 0;
	}
	/*doctor page*/
	.doctor-education-timeline ul li:nth-child(1) {
		width: 20%;
	}
	.doctor-education-timeline ul li:nth-child(2) {
		width: 10%;
	}
	.doctor-education-timeline ul li:nth-child(3) {
		width: 60%;
	}
	.doctor-education-timeline::before {
		display: none;
	}.doctor-visit-time .parent li {
		font-size: 14px;
	}
}
/* Mobile device 320px to 767px
------------------------------------------ */
@media (max-width: 767px) {
	/*Header section*/
	.header-top{
		padding: 30px 0;
	}
	.header-info{
		text-align: center;
		color:fff;
	}
	.header-social {
		margin-top: 20px;
		float: inherit;
		text-align: center;
	}
	.header-menu {
		position: relative;
	}
	.menu-toggle {
		background: #fff;
		box-shadow: 0 5px 40px -5px rgba(0,0,0,.2);
	}
	.mobile-logo{
		position: absolute;
		top: 10px;
	}
    .mobile-logo img{
        width: 160px;
    }
	.header-btn {
		display: none;
	}

	/*mobile logo*/
	.ace-responsive-menu {
		background: rgba(255,255,255,.9);
	}
	.ace-responsive-menu > li > ul.sub-menu {
		padding-left: 20px;
	}

	/*Hero secton*/
	.hero-item::before {
		opacity: .9;
	}
	.hero-img{
	    height: auto;
	}
	.hero-text{
		width: 320px;
		left: 0;
	}
	.hero-text p{
		display: none;
	}
	.hero-text a{
		display: none;
	}
	.button{
		display: none;
	}
	.hero-text h1{
		font-size: 28px;
	}
	.feature-list{
		margin-top: 30px;
	}
	.feature-list ul li {
		width: 50%;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	    height: 50px;
	    width: 50px;
	    line-height: 58px;
	}
	.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
	    height: 50px;
	    width: 50px;
	}
	/*Speciality section*/
	.speciality-item {
		float: left;
		width: 100%;
		border-bottom: 1px solid #076cec;
	}
	/*About section*/
	.about-img {
		position: relative;
		height: 100%;
		width: 100%;
		margin-top: 100px;
	}
	/*Opening section*/
	.open-time-text {
		margin-top: 70px;
		border: none;
		padding: 0;
		border-radius: 38% 37% / 41% 44% 56% 59%;
	}
	/*Professional section*/
	.professional-left {
		padding: 30px 0;
	}
	.professional-left h2 {
		padding: 20px 0;
		font-size: 42px;
	}
	.professional-right h3 {
		font-size: 36px;
		color: #222;
	}
	/*Appoinment section*/
	#appoinment-section .container {
		padding: 70px 0 0;
	}
	.appoinment-left {
		padding: 30px;
	}
	.appoinment-right img{
		position: relative;
	}
	/*Newsletter section*/
	.newsletter {
		padding: 30px;
	}
	.newsletter p{
		display: none;
	}
	.newsletter-form button {
		width: 100px;
	}
	/*Footer section*/
	.footer-speciality h4, .footer-emergency h4, .footer-operation h4{
		margin: 50px 0 30px 0;
	}
	.footer-operation h4{
		margin-top: 70px;
	}
	/*Copyright section*/
	#copyright{
		text-align: center;
	}
	.copyright-menu{
		float: inherit;
		text-align: center;
	}
	/*Banner section*/
	.banner-text{
		text-align: center;
		margin-bottom: 30px;
	}
	.breadcrumbs{
		float: inherit;
		text-align: center;
	}
	/*About page*/
	.about-detials-img{
		margin-bottom: 70px;
	}
	.counter-item{
		margin: 30px 0;
	}
	/*doctor page*/
	.doctor-profile-img{
		margin-bottom: 70px;
	}
	.doctor-education-timeline::before {
		display: none;
	}
	/*shop page*/
	.shop-detl-img{
		margin-bottom: 50px;
	}
	.shipping-img{
		margin-bottom: 50px;
	}
	/*faq page*/
	.faq-title-img{
		margin-top: 50px;
	}
	.faq {
		padding: 0;
	}
	.collapse-card {
		margin: 0;
		padding: 40px 15px;
	}
}

/*
Very common low res
*/
@media (min-width: 576px) and (max-width: 767px) {
	#speciality-section .container, #about-section .container,
	#opening-section .container, #professional-section, #appoinment-section .container, #footer-section .container,
	#copyright .container, #contact-section .container, #shop-details-section .container, #instrument-section .container{
		width: 570px;
		margin: auto;
	}
	#professional-section{
		margin-top: 150px;
		padding: 0 10px;
	}
	
	.hero-text{
		width: 100%;
		left: 0;
		padding: 0 30px;
	}
	.hero-text h1{
		font-size: 48px;
	}
	.hero-text p{
		display: none;
	}
	.feature-list ul li {
		width: 25%;
	}
	/*Speciality section*/
	.speciality-item {
		float: left;
		width: 50%;
		border-bottom: 1px solid #076cec;
	}
	/*Professional section*/
	.professional-left {
		padding: 100px 0;
	}
	.professional-left h2 {
		font-size: 58px !important;
	}
	.professional-left h2 {
		padding: 20px 0;
		font-size: 42px;
	}
	/*Newsletter section*/
	#newsletter-section .container{
		width: 600px !important;
	}
	.footer-speciality h4{
		margin-top: 0;
	}
	.footer-emergency h4, .footer-operation h4 {
		margin: 50px 0 30px 0;
	}
	/*Doctor page*/
	.doctor-visit-time .parent li {
		padding: 20px 0px;
		font-size: 12px;
	}
	.doctor-education-timeline ul li:nth-child(1) {
		width: 20%;
	}
	.doctor-education-timeline ul li:nth-child(2) {
		width: 10%;
	}
	.doctor-education-timeline ul li:nth-child(3) {
		width: 60%;
	}
	/*test & fee page*/
	.test-list ul li h5{
		margin-top: 0;
	}
	/*login page*/
	.login-form {
		padding: 50px;
	}

}
@media (max-width: 575px) {
	#header-section .header-top .container, #speciality-section .container, #about-section .container,
	#opening-section .container, #professional-section, #appoinment-section .container, #footer-section .container,
	#copyright .container, #contact-section .container, #certificate-section .container, .all-doctors .container,
	#doctor-details .container, #shop-section .container, #shop-details-section .container, #instrument-section .container,
	#faq-section .container, #login-section .container, #reister-section .container, #test-section .container{
		width: 320px;
		margin: auto;
	}
	#professional-section{
		margin-top: 150px;
		padding: 0 10px;
	}

	.doctor-education-timeline ul li:nth-child(1) {
		width: 40%;
	}
	.doctor-education-timeline::before {
		display: none;
	}
	.doctor-education-timeline ul li:nth-child(3) {
		width: 100%;
		margin-top: 50px;
	}
		.doctor-visit-time .parent li {
		display: block;
	}
	.doctor-visit-time ul li {
		float: inherit;
		width: 100%;
	}
	.doctor-visit-time .child li {
		padding: 30px 20px;
	}
	/*test and fee page*/
	.test-list ul {
		padding: 50px 0;
	}
	.test-list ul li:nth-child(1), .test-list ul li:nth-child(2), .test-list ul li:nth-child(3) {
		width: 100%;
	}
	.test-list ul li:nth-child(2){
		padding: 0;
		margin-top: 50px;
	}
	.test-list ul li h5{
		float: inherit;
		margin-top: 30px;
	}
	/*faq page*/
	.collapse-card .title i {
		display: none;
	}
	.collapse-card .title h5{
		font-size: 18px;
	}
	/*login page*/
	.login-form {
		padding: 30px;
	}
	
}
@media (min-width: 400px) and (max-width: 767px) {	
	#newsletter-section .container{
		width: 400px !important;
	}
}

#baslik 
    color: #fafafa;
    margin-top: 0;
    font-style: normal;
    text-transform: normal;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(1.325rem + .9vw);
}
   

