/*
 * Theme Name: Clean theme
 * Description: Clean theme
*/

@import url('https://fonts.googleapis.com/css2?family=Arsenal+SC:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
	box-sizing: border-box;
	margin:0;
	padding:0;
	list-style: none;
	text-decoration: none;
}

body{
	font-family: "Arsenal SC", sans-serif;
}

header{
    position: fixed;
    left:0;
    width:100%;
    background:#fff;
    padding: 20px 0;
    z-index: 99;
}

.menu-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo{
    max-width:170px;
}

header .contact-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:60px;
}

header .contact-info a{
    display: flex;
    gap: 10px;
    color:#32160E;
    font-family: "Open Sans", sans-serif;
    align-items: center;
}

header .contact-info a img{
    height: 30px;
    align-items: center;
}

header .contact-info a i{
    font-style: normal;
    display: block;
    font-size: 11px;
    margin-bottom:1px;
}

header .contact-info a strong{
    font-size: 16px;
}

.hero{
    padding: 100px 0 0;
    position: relative;
}

.hero:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 50%;
    height: 80%;
    background: #FCF0E1;
    border-radius: 20px 0 0 20px;
}
.hero:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 53%;
    height: 80%;
    background-image:url(/wp-content/uploads/2026/01/0000.png);
       background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.hero h1{
   font-size: 103px;
	 letter-spacing: -6px;
	 color: #F27C16;
	margin-bottom:40px;
	line-height:1.1;
}
.hero .title{
	 font-size: 103px;
	 letter-spacing: -6px;
	 color: #F27C16;
}
.pos{
	position:absolute;

}
.btn_class{
	font-family: "Open Sans";
	border-radius: 20px;
background: #EFB469;
	font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
	color: #32160E;
padding:20px 40px;
	display:inline-block;
	transition-duration:0.3s
}
.btn_class:hover{
	cursor:pointer;
opacity:0.6;
	transition-duration:0.3s
}
.row.fix{
	display:flex;
align-items:stretch;
}
.pos1{
	width: 93px;
	top: 13px;
    left: -12%;
}
.pos2{
	width: 100px;
	    bottom: 15%;
    rotate: 180deg;
    right: 3%;
}
.pos3{
	width: 65px;
	    rotate: 180deg;
    bottom: 2%;
    right: 16%;
}
.col{
	width:48%;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center
}
.col_img{
	position:relative;
	height:600px;
}
.top-doctors.owl-carousel{
    display: flex;
    justify-content: center;
    position: relative;
	margin-bottom: -2px;
}

.top-doctors:before{
    content: '';
    position: absolute;
    width: 80%;
    height: 78px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    background: hsl(0deg 0% 100% / 67%);
    border-radius: 20px;
    z-index: 9;
}

.doc_box{
    margin: 0 -25px;
    position: relative;
}

.wide-doctor_box{
    margin: 0 -55px;
}

.doc_box p{
    max-width: 77px;
    display: block;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 41px;
    z-index: 999;
}

.doc_box p strong{
	line-height: 15px;
    display: inline-block;
	font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.doc_box p i{
    font-size: 7px;
    line-height: 11px;
    display: inline-block;
}

.first-doc img{
	z-index:5;
	position: relative;
}

.second-doc img{
	z-index:4;
	position: relative;
}

.third-doc img{
	z-index:3;
	position: relative;
}

.fourth-doc img{
	z-index:2;
	position: relative;
}

.fifth-doc img{
	z-index:1;
	position: relative;
}

.doc_box img{
    height: 294px;
}

.diagnostic{
    padding:60px 0;
}

.diagnostic h2{
	max-width: 640px;
    display: block;
    margin: 0 auto 60px;
}

h2{
    color:#32160E;
    font-size:40px;
    line-height:28px;
    text-align:center;
    margin-bottom:60px;
    line-height: 40px;
}

.diagnostic_box{
    background: #FCF0E1;
    display: flex;
    gap: 25px;
    border-radius: 20px;
    height: 356px;
}

.diagnostic_box img{
    width: 35%;
}


.diagnostic_content{
    padding:30px 30px 30px 0;
}

.diagnostic_content h3{
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0 40px 0 0;
    color: #32160E;
    font-family: "Open Sans", sans-serif;
}

.diagnostic_content p{
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
}

.best{
    
}

.best_box{
    background: url('/wp-content/uploads/2025/05//best.png');
    position: relative;
    border-radius: 20px;
    padding: 60px;
    background-size: cover;
    background-repeat: no-repeat;
}

.best_box h2{
    color: #fff;
    text-align: left;
    line-height: 54px;
    font-size: 50px;
    margin-bottom: 20px;
}

.best_box p{
    font-size: 16px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
}

.best_box .dentirol_logo{
    display: flex;
    gap: 20px;
    align-items: center;
}

.best_box .dentirol_logo img:nth-child(1){
    height:110px;
}

.best_box .dentirol_logo img:nth-child(2){
    height:57px;
	display:none;
}


.best_box_content{
    position: relative;
    z-index: 9;
    color: #fff;
    max-width: 500px;
    text-align: left;
}

.services {
    padding: 60px 0 120px;
}

.services h2{
    text-align: left;
    max-width: 300px;
    line-height: 47px;
    margin-bottom: 40px;
    font-size: 50px;
}

.service_box{
    background: #FCF0E1;
    padding:40px;
    border-radius: 20px;
}

.service_box h3{
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 8px;
    color: #32160E;
    font-family: "Open Sans", sans-serif;
	max-width: 540px;
}

.service_box p{
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
	max-width: 560px;
}

.services_img_1{
    position: relative;
    height:100%;
}

.services_img_2{
    position: relative;
    height:100%;
}

.services_img_3{
    position: relative;
    height:100%;
}

.services_img_4{
    position: relative;
    height:100%;
}

.services_img_5{
    position: relative;
    height:100%;
}

.services_img_6{
    position: relative;
    height:100%;
}

.services_img_1 img:nth-child(1){
    width: 180px;
    position: absolute;
    left: -60px;
    top: 26px;
}

.services_img_1 img:nth-child(2){
    width: 150px;
    position: absolute;
    right: 0;
    top: 54px;
}

.services_img_1 img:nth-child(3){
    width: 123px;
    position: absolute;
    left: 55px;
    top: 175px;
}

.services_img_1 img:nth-child(4){
    width: 100px;
    position: absolute;
    right: 130px;
    bottom: 0;
}

.services_img_2 img:nth-child(1){
    width: 180px;
    position: absolute;
    right: -50px;
    bottom: 40px;
}

.services_img_2 img:nth-child(2){
    width: 65px;
    position: absolute;
    right: 280px;
    bottom: 40px;
    transform: rotate(180deg);
}

.services_img_2 img:nth-child(3){
    width: 100px;
    position: absolute;
    right: 180px;
    top: 0px;
    transform: rotate(180deg);
}

.services_img_3 img:nth-child(1){
    width: 200px;
    position: absolute;
    left: -79px;
    bottom: 50px;
}

.services_img_3 img:nth-child(2){
    width: 70px;
    position: absolute;
    left: 210px;
    bottom: 36px;
}

.services_img_3 img:nth-child(3){
    width: 120px;
    position: absolute;
    left: 160px;
    top: 96px;
    transform: rotate(180deg);
}

.services_img_4 img:nth-child(1){
    width: 145px;
    position: absolute;
    right: 10px;
    bottom: -10px;
}

.services_img_4 img:nth-child(2){
    width: 100px;
    position: absolute;
    right: -55px;
    top: -29px;
    transform: rotate(-90deg);
}

.services_img_4 img:nth-child(3){
    width: 85px;
    position: absolute;
    right: 212px;
    top: 56px;
    transform: rotate(180deg);
}

.services_img_5 img:nth-child(1){
    width: 140px;
    position: absolute;
    left: -60px;
    top: 50px;
}

.services_img_5 img:nth-child(2){
    width: 80px;
    position: absolute;
    left: 104px;
    top: 10px;
    transform: rotate(90deg);
}

.services_img_5 img:nth-child(3){
    width: 80px;
    position: absolute;
    left: 213px;
    top: 100px;
    transform: rotate(180deg);
}

.services_img_6 img:nth-child(1){
    width: 150px;
    position: absolute;
    right: -55px;
    top: 75px;
}

.services_img_6 img:nth-child(2){
    width: 105px;
    position: absolute;
    right: 276px;
    top: 0px;
    transform: rotate(-90deg);
}

.services_img_6 img:nth-child(3){
    width: 90px;
    position: absolute;
    right: 140px;
    top: 130px;
    transform: rotate(-90deg);
}

.service_box ul{
    margin-left: 20px;
}

.service_box ul li{
    list-style: disc;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
}

.service_box ul li::marker {
  color: #F27C16;
}

.services .contact-info{
    padding: 65px 0 0 90px;
}

.services .contact-info-box{
    display: flex;
    align-items: center;
    gap:15px;
    margin-top: 25px;
}

.services .contact-info-box a{
    font-family: "Open Sans", sans-serif;
    color: #32160E;
}

.services .contact-info-box a i{
    display: block;
    font-style: normal;
    margin-bottom: 5px;
}

.services .contact-info-box a strong{
    font-size: 16px;
}

.services .row{
    margin-bottom: 60px;
}

.modern-box{
    background: #32160E;
    border-radius: 20px;
    display: flex;
    gap: 70px;
    align-items: center;
    justify-content: center;
    padding: 70px 50px;
}

.modern-content{
    flex-basis: 50%;
	max-width: 510px;
}

.modern-content > img{
    width:150px;
}

.modern-content h3{
    font-size: 50px;
    line-height: 47px;
    margin-bottom: 30px;
    color: #fff;
    padding-right: 60px;
	max-width: 430px;
}

.modern-content p{
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin-bottom: 33px;
    line-height: 22px;
}

.modern-box .modern-box-img{
    max-width: 400px;
    position: relative;
    top: -112px;
    margin-bottom: -120px;
}

.modern-box .modern-box-img{
	width:100%;
	position:relative
}

.modern-box .modern-box-img .plant_1{
	position: absolute;
    width: 65px;
    right: -30px;
    bottom: 66px;
    transform: rotate(180deg);
}

.modern-box .modern-box-img .plant_2{
	position: absolute;
    width: 65px;
    left: -37px;
    bottom: 50%;
    transform: rotate(270deg);
}

.contact-line{
    padding: 80px 0 200px 0
}

.contact-line-box{
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}

.contact-line-box a{
    display: flex;
    gap: 15px;
    align-items: center;
    color: #32160E;
    font-family: "Open Sans", sans-serif;
    background: #fff;
    z-index: 9;
    padding: 0px 0 20px;
}

.contact-line-box a i{
    display: block;
    font-style: normal;
}

.contact-line-box a strong{
    font-size: 16px;
}

.unit-container{
    background: #FCF0E1;
    padding:30px 30px 40px 30px;
    border-radius:20px;
    position: relative;
}

.unit-box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.unit-box .unit-content{
    flex-basis: 50%;
    padding: 75px;
}

.unit-box .unit-content h2{
    text-align: left;
    font-size: 50px;
    line-height: 47px;
    margin-bottom: 30px;
    color: #32160E;
}

.unit-box .unit-content p{
    margin-top: 15px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.unit-box .unit-img{
    max-width: 400px;
    position: relative;
    top: -140px;
    display: block;
    margin-bottom: -120px;
}

.unit-box .unit-img img{
	width:100%;
}

.unit-box .unit-img .plant_1{
	position: absolute;
    width: 65px;
    transform: rotate(180deg);
    right: -40px;
    bottom: 115px;
}

.unit-box .unit-img .plant_2{
	position: absolute;
    width: 65px;
    transform: rotate(270deg);
    left: -40px;
    top: 115px;
}

.free-box{
    background: #32160E;
    border-radius: 20px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 30px 50px;
}

.free-content{
    flex-basis: 40%;
    color: #fff;
    padding: 20px;
}

.free-box .free-img{
    position: relative;
    flex-basis: 50%;
    padding-left: 220px;
}

.free-content h3{
    font-size: 50px;
    line-height: 47px;
    margin-bottom: 30px;
    color: #fff;
}

.free-content p{
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    line-height: 23px;
}

.free-box .free-img img:nth-child(1){
    max-width: 275px;
}

.free-box .free-img img:nth-child(2){
    max-width: 100px;
    position: absolute;
    left: 104px;
    bottom: 124px;
}

.free-box .free-img img:nth-child(3){
    max-width: 180px;
    position: absolute;
    left: 26px;
    bottom: -73px;
    transform: rotate(180deg);
}

.doctor-desc{
    max-width: 400px;
}

.doctor-desc h4{
    color: #EFB469;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.doctor-desc p{
    color: #EFB469;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 23px;
}

.unite-phone{
    display: flex;
    flex-direction: column;
    max-width: 235px;
    background: #fcf0e1;
    border-radius: 0 20px 0 0;
    position: absolute;
    left: 14px;
    bottom: 38px;
    width: 100%;
    padding: 8px 10px 2px 25px;
    color: #F27C16;
    font-family: "Open Sans", sans-serif
}

.unite-phone span{
    text-shadow: 0px 0px 0px #f2851c;
    margin-bottom: 2px;
}

.unite-phone a{
    color: #F27C16;
    font-size: 22px;
    font-weight: 700;
}

.team{
    padding:60px 0;
}

.slider .slide {
  text-align: center;
  padding: 20px;
  transition: background-color 0.3s;
  position: relative;
}

.slider .slide:before {
    content: '';
    position: absolute;
    left: 3%;
    bottom: 20px;
    width: 94%;
    height: 35%;
    border-radius: 20px;
    background: hsl(0deg 0% 85.1% / 30%);
    z-index: 1;
}

.slider .slide img {
  height: 300px;
  display: block;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  transition: 0.4s;
}

.slider .slick-center img{
    height: 350px;
    transition: 0.4s;
}

.slider .slide .slide-text {
  display: none;
  color: white;
  margin-top: 10px;
  z-index: 99;
}

.slider .slick-center{
    position: relative;
    background: transparent;
}

.slider .slick-center:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 60%;
    border-radius: 20px;
    background: #EFB469;
    z-index: 1;
}

.slider .slick-center .slide-text {
    display: block;
    position: absolute;
    left: 25px;
    bottom: 35px;
    background: #fff;
    color: #32160E;
    border-radius: 5px;
    text-align: left;
    padding: 0px 12px 8px;
    font-family: "Open Sans", sans-serif;
}

.slider .slick-center .slide-text span{
    font-size: 14px;
}

.slider .slick-center .slide-text h3{
    font-size: 16px;
    margin-top: 3px;
}

.slider .slick-arrow-left{
    position: absolute;
    left: 25%;
    top: 63%;
    background: #efb469;
    padding: 18px 15px;
    border-radius: 5px;
    z-index: 9;
    cursor: pointer;
}

.slider .slick-arrow-right{
    position: absolute;
    right: 25%;
    top: 63%;
    background: #efb469;
    padding: 18px 15px;
    border-radius: 5px;
    z-index: 9;
    cursor: pointer;
}

.reviews-container{
    background: #FCF0E1;
    border-radius: 20px;
    padding: 60px 0 260px 0;
}

.slider-reviews {
    position: relative;
    overflow: visible;
}

.review-slide {
    text-align: center;
    padding: 20px 20px 50px 20px;
    transition: 0.4s;
    opacity: 0.5;
    transform: scale(0.8);
    position: relative;
    background: #fff;
    /* padding: 10px; */
    border-radius: 20px;
    margin-top: 18px;
}

.review-slide .avatar {
  height: 120px;
    border-radius: 50%;
    display: none;
    margin: 0 auto;
    border: 10px solid #fcf0e1;
    margin-top: -76px;
    z-index: 99;
    position: relative;
}

.review-slide.slick-center .avatar{
    display: block;
    transition:0.4s;
}

.review-slide .review-text {
  display: block;
  color: #333;
  margin-top: 10px;
}

.quote_1{
	width: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.quote_2{
	width: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.slick-center.review-slide {
  opacity: 1;
  transform: scale(1.05);
  z-index: 2;
  background: #ffffff;
  border-radius: 20px;
  margin-top: 0px;
}

.slick-center .review-slide img{
    border: 10px solid #fcf0e1;
    display: block;

}

.slick-center.review-slide .review-text {
  display: block;
}

.reviews .slick-list{
    padding: 70px 0 40px 0!important;
}

.review-text h3{
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}

.review-text p{
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.reviews .slick-dots li button:before{
    opacity: 1;
    color: #EFB469;
}

.reviews .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #F27C16;
    font-size: 11px;
}

.map{
    margin-top: -200px;
}

.map-container{
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 0 20px;
    position: relative;
}

.map-container iframe{
    margin-bottom:20px;
    border-radius: 20px;
	position:relative;
	z-index:9;
}

.bg-map{
	position: absolute;
    right: -161px;
    bottom: -16px;
    width: 80%;
    z-index: 0;
}

.map .contact-line-box {
    display: flex;
    justify-content: flex-start;
    max-width: 960px;
    margin: 0 auto;
    gap: 40px;
}


footer{
    padding: 80px 0 20px;
}

.footer-container{
    background: #32160E;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 35px 20px;
    border-radius: 20px;
}

footer p{
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    flex: 1 1 33%;
    line-height: 22px;
}

footer img{
    max-width: 160px;
}

footer a{
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    flex: 1 1 33%;
}

footer a p{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

footer a span{
    line-height: 11px;
}

footer a i{
    font-style: normal;
    display: block;
}

footer .contact-line-box{
    max-width:auto;
}

.mob-menu{
    display: none;
}

.logo-mob{
    display: none;
}

.close{
    display: none;
}


.container{
    width:100%;
    margin:0 auto;
}

.row{
    display: inline-block;
    width:100%;
}

.row-flex{
    display: flex;
}

.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12{
    padding:0 15px;
    float: left;
}

.col-md-1 {
    width: 8.33%;
}

.col-md-2 {
    width: 16.67%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-5 {
    width: 41.67%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.33%;
}

.col-md-8 {
    width: 66.67%;
}

.col-md-9 {
    width: 75%;
}

.col-md-10 {
    width: 83.33%;
}

.col-md-11 {
    width: 91.67%;
}

.col-md-12 {
    width: 100%;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 22, 14, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.popup-overlay.active {
    visibility: visible;
    opacity: 1;
}

.popup-content {
    background: #fff;
    padding: 50px 40px;
    border-radius: 20px;
    max-width: 450px;
    width: 90%;
    position: relative;
    transform: translateY(-30px) scale(0.95);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.popup-overlay.active .popup-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    color: #32160E;
    transition: 0.3s;
}

.popup-close:hover {
    color: #F27C16;
    transform: rotate(90deg);
}

.popup-content h3 {
    font-size: 28px;
    color: #32160E;
    margin-bottom: 10px;
    text-align: center;
}

.popup-content > p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 25px;
}

.popup-form input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #FCF0E1;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
    outline: none;
    transition: 0.3s;
}

.popup-form input:focus {
    border-color: #EFB469;
}

.popup-form .btn_class {
    width: 100%;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.popup-form .btn_class:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-message {
    text-align: center;
    margin-top: 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    display: none;
}

.form-message.success {
    color: #28a745;
    display: block;
}

.form-message.error {
    color: #dc3545;
    display: block;
}

.btn_class.loading {
    position: relative;
    color: transparent;
}

.btn_class.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@media(max-width:1920px){
    
}

@media(max-width:1700px){
    .doc_box{margin: 0 -40px;}
}

@media(max-width:1550px){
    .doc_box{margin: 0 -43px;}
	.top-doctors:before{width: 85%;}
/* 	.hero h1{font-size: 155px;margin: 50px 0 -50px;} */
}


@media(max-width:1400px){
	.hero .title {
		font-size: 80px;}
/*     .hero h1{font-size: 135px;} */
    .doc_box{margin: 0 -40px;}
	.top-doctors:before{width:100%;}
	.bg-map{right: -70px;}
	.col_img{height:480px}
	.pos1 {
    width: 63px;
    top: 9px;
    left: -9%;
}
}

@media(max-width:1200px){
	.pos2 {
    width: 44px;
    bottom: 25%;
    rotate: 272deg;
    right: 6%;
}
	    .hero .title {
        font-size: 70px;
    }
	.btn_class{
		font-size:18px;margin-top:20px
	}
	    .col_img {
        height: 450px;
    }
/* 	.hero h1 {margin: 50px 0 30px;} */
    header .contact-info{gap: 35px;}
    .diagnostic_box{flex-direction: column;}
    .diagnostic_box img{width: 100%;height: 45%;object-fit: cover;object-position: center;border-radius: 20px 20px 0 0;}
    .diagnostic_content {padding: 10px 15px 10px 15px;text-align: center;}
    .diagnostic_content h3{padding: 0;}
    .diagnostic_box{height: 500px;}
    .doc_box img {height: 450px;width: auto !important;margin: 0 auto;}
    .top-doctors.owl-carousel{display: block;}
    .doc_box {margin: 0 0px;}
    .doc_box p {max-width: 200px;width: 100%;color: #000;background: #fff;padding: 20px 10px;border-radius: 5px;bottom: 25px;}
    .doc_box p strong{color: #32160e;position: relative;z-index: 999;font-size: 20px;}
    .doc_box p i{display: block;margin-top: 5px;color: #32160e;}
    .top-doctors:before{display: none;}
    .owl-nav{position: absolute;top: 50%;width: 100%;display: flex;justify-content: space-between;}
    .owl-nav img{padding: 18px 15px;border-radius: 5px;z-index: 9;cursor: pointer;background: #f27c16;}
    .hero h1{font-size: 95px;}
	.bg-map{display:none;}
	.map-container{padding:10px 0 0px;}
	.contact-line-box a{padding: 0px 0 0px;}
	.doc_box p strong{line-height:22px;}
}


@media(max-width:991px){
	    .col_img {
        height: 460px;
    }
	.row.fix{
		position:relative
	}
	.hero .title{
		letter-spacing: -3px;
	}
	.hero:after{    width: 68%;}
	.col.fix{
		        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
            justify-content: center;
        align-items: center;
             top: -19%;
        height: 80%;
        z-index: 1;
	}
	.btn_class{
		margin: 0 auto;
              display: block;
        max-width: 355px;
		white-space: nowrap;
        position: absolute;
        left: 50%;
        bottom: -38%;
        /* z-index: 10000000; */
        transform: translateX(-50%);
	}
	.pos{display:none}
	.hero h1{letter-spacing: -3px;font-size:56px;text-align:center}
	    .hero .title {
        font-size: 55px;
    }
    .mob-menu{display: block;width: 60px;margin-top: 5px;margin-bottom: -2px;}
    header .contact-info{transition:0.4s;display: flex;align-items: center;justify-content: center;gap: 32px;flex-direction: column;position: fixed;left: 0;top: -200%;width: 100%;height: 100%;background: #fff;}
    header .contact-info.open{top:0;transition:0.4s;}
    .logo-mob{display: block;}
    .close{position: absolute;right: 20px;top: 20px;width: 35px;display: block;}
    header .contact-info a{width: 250px;}
    .contact-info .logo{margin-bottom: 30px;max-width: 220px;}
    .diagnostic .col-md-6{width:100%;margin-top: 50px;}
    .diagnostic_box {height: auto;}
    .diagnostic_box img{height: 300px;}
    .diagnostic_content {padding: 10px 15px 30px 15px;}
    .diagnostic h2{margin-bottom: 20px;}
    .best_box_content{max-width: 100%;text-align: center;}
    .best_box h2{font-size: 40px;line-height: 28px;text-align: center;}
    .best_box .dentirol_logo{justify-content: center;}
    .best_box p{font-size: 15px;}
    .services .col-md-7{width:100%;}
    .services .col-md-5{width:100%;}
    .services .row-flex {display: flex;flex-direction: column;}
    .services h2{text-align: center;max-width: 100%;}
    .service_box {padding: 25px 15px;text-align: left;}
    .services img{display: none;}
    .services .row {margin-bottom: 30px;}
    .service_box p{font-size:15px;}
    .services .contact-info-box img{display: block;}
    .services .contact-info {padding: 10px 0 0px 0px;}
    .modern-box{flex-direction: column;padding: 20px 15px;}
    .modern-box > img {max-width: 200px;position: relative;top: 0;margin-bottom: 0;}
    .modern-content h3{margin-bottom: 10px;padding-right: 0px;}
    .modern-content p{font-size: 15px;}
    .unit-box{flex-direction: column;}
    .unit-box .unit-content {flex-basis: 100%;padding: 0px;}
    .unit-box .unit-img {max-width: 400px;position: relative;top: 30px;display: block;margin-bottom: 10px;width: 100%;}
    .unit-box .unit-content h2{margin-bottom: 15px;}
    .contact-line {padding: 80px 0px 60px 0;}
    .unit-container{padding: 20px 15px;}
    .free-box{flex-direction: column;padding: 0px 15px 80px;}
    .unite-phone {max-width: 235px;background: #fcf0e1;border-radius: 20px 0px 0 0px;left: auto;right: 0;bottom: 19px;}
    .unite-phone a {font-size: 20px;}
    .free-content {padding: 20px 0px;}
    .free-content h3{margin-bottom: 20px;}
    .slider .slick-center img {height: 300px;transition: 0.4s;}
    .slider .slick-arrow-left{background: #fff;left:0;top:57%;}
    .slider .slick-arrow-right{background: #fff;right:0;top:57%;}
    .slider .slick-center .slide-text{left: 50%;transform: translateX(-50%);text-align: center;}
    .team h2{margin-bottom: 20px;}
    .reviews .review-slide{padding: 20px 10px 70px 10px;}
    .review-text p{font-size: 12px;}
    .slick-center.review-slide{transform: scale(1);}
    .review-slide{transform: scale(1);margin-top: 0;}
    .review-slide img{display: block;}
    footer p{order: 3;flex: 1 1 100%;font-size: 12px;text-align: center;}
    footer a{order: 2;flex: 1 1 100%;}
    .footer-logo {order: 1;}
    .footer-container{flex-direction: column;gap: 30px;}
    .hero h1{font-size: 70px;}
	.services {padding: 60px 0 250px;}
}

@media(max-width:767px){
	.hero:after {
        width: 100%;
    }
	.hero .title{
		max-width:85%;margin:0 auto
	}
    h2{font-size: 32px!important;line-height: 34px!important;}
    h3{font-size: 24px!important;line-height: 30px!important;}
    .best_box{padding: 25px 15px;}
    .best_box .dentirol_logo img:nth-child(1) {height: 50px;}
    .best_box .dentirol_logo img:nth-child(2) {height: 42px;}
    .contact-line-box{flex-direction: column;gap: 20px;}
    .free-box .free-img img:nth-child(2){display: none;}
    .free-box .free-img img:nth-child(3){display: none;}
    .free-box .free-img{padding-left: 0;}
    .free-box .free-img img:nth-child(1) {max-width: 275px;width: 100%;}
    .slider .slick-center .slide-text span {font-size: 10px;line-height: 18px;display: inline-block;}
    .slider .slick-center .slide-text h3 {font-size: 16px !important;}
    .hero h1{font-size: 55px;}
	
}

@media(max-width:576px){
    h2{font-size: 28px!important;line-height: 30px!important;}
    h3{font-size: 21px!important;line-height: 27px!important;}
    .hero h1 {font-size: 45px;line-height: 48px;}
    .doc_box img{height:350px;}
	.modern-box .modern-box-img .plant_2{left:0;bottom: 60%;width:45px;}
	.modern-box .modern-box-img .plant_1{right:0;bottom: 60px;width:45px;}
	.unit-box .unit-img .plant_2{left:0;width:45px;top:60px;}
	.unit-box .unit-img .plant_1{right:0;width:45px;bottom:60px;}
	.slide-text h3{line-height:17px!important;}
	.reviews-container{margin-bottom: 30px;}
	    .hero:after {
        width: 109%;
    }
	.btn_class{
		padding:15px 30px
	}
	.popup-content {
        padding: 40px 20px;
        width: 95%;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .popup-content h3 {
        font-size: 24px !important;
    }
    
    .popup-content > p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .popup-form input {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .popup-form .btn_class {
        padding: 15px 20px;
        font-size: 16px;
    }
}

@media(max-width:400px){
    
}

@media(min-width:576px){
    .container{
        max-width: 540px;
    }
}

@media(min-width:768px){
    .container{
        max-width: 720px;
    }
}

@media(min-width:992px){
    .container{
        max-width: 960px;
    }
}

@media(min-width:1200px){
    .container{
        max-width: 1140px;
    }
}

@media(min-width:1400px){
    .container{
        max-width: 1320px;
    }
}

@media(min-width:1550px){
    .container{
        max-width: 1450px;
    }
}

@media(min-width:1700px){
    .container{
        max-width: 1600px;
    }
}
