body{
	font-family: var(--pragh-font);
  color: #596b85;
}

* {

	margin: 0;

	padding: 0;

	border: none;

	outline: none;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box

}

a {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}

a:hover {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}
::selection {

	background: #81aee7;

}

::-moz-selection {

	background: #81aee7;

	color: #fff;

}

::-webkit-selection {

	background: #81aee7;

	color: #fff;

}

::-ms-selection {

	background: #81aee7;

	color: #fff;

}

::-o-selection {

	background: #81aee7;

	color: #fff;

}
:root {
  --base-color: #191919;
  --primary-color: #ef7d00;
  --secondary-color: #42b3e5;
  --black-color: #000000;
  --white-color: #fff;
  --lighter-color: #f8f8f8;
  --base-font: 'myriad_problack';
  --pragh-font: "Open Sans", sans-serif;
  scroll-behavior: inherit;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
	
}
.img_op { opacity:0.5; }

@font-face {
    font-family: 'myriad_problack';
    src: url('../fonts/myriad_pro_black-webfont.woff') format('woff2'),
         url('../fonts/myriad_pro_black-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* header top section start */
.top_section{
	background-color: var(--lighter-color);
}
.header-info-lft ul{
	list-style: none;
	display: flex;
	font-family: var(--pragh-font);
	margin: 0;
	padding: 0;
}
.header-contact-box {
    display: flex;
	justify-content: space-between;
}

.header-info-lft ul li i {
    margin-right: 5px;
    align-items: center;
}

.header-info-lft ul li {
    margin-right: 10px;
    font-size: 14px;
	color: var(--black-color);
}
.header-info-lft ul li a{
	color: var(--black-color);
}
ul.header-social-icon {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.header-social-icon li a {
    color: #aaa;
}

ul.header-social-icon li {
    display: inline-block;
    margin-right: 12px;
}

ul.header-social-icon li:last-child {
    margin-right: 0;
}
/* header top section End */

/* header Bottom section Start */
.header-bottom{
	background-color: #fff;
}
/* header Bottom section End */

/* Banner section Start */
.banner-sec{
	position: relative;
	overflow: hidden;
}
.banner-sec img{
	width: 100%;
}
.banner-content {
    position: absolute;
    bottom: 45%;
    z-index: 11111;
}
.banner-content h2{
	font-size: 50px;
	color: var(--black-color);
	text-align: left;
	font-weight: 500;
	font-family: var(--pragh-font);
}
.banner-content h2 span{
	display: block;
	font-weight: 100;
}
.banner-content p{
	color: var(--black-color);
	font-size: 16px;
	padding-left: 5px;
}
.banner-boxs {
    position: absolute;
    bottom: 0;
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
}
.banner-boxs .online-book{
	background-color: #62bde5;
	flex-basis: 33.3%;
}
.banner-boxs .online-book h3{
	color: var(--white-color);
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.banner-boxs .online-book p{
	color: var(--white-color);
	font-size: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
a.read-more{
	background-color: transparent;
	display: inline-block;
	border: solid 1px var(--white-color);
	padding: 8px 15px;
	font-size: 14px;
	color: #fff;
	position: relative;
}
a.read-more::after{
	content: "\f30b";
    font-family: "FontAwesome";
    color: #fff;
	margin-left: 8px;
}
.banner-boxs .online-book.doctor-time{
	background-color:rgba(30, 141, 204, 0.7);
}
.banner-boxs .online-book.o-hour{
	background-color:rgba(38, 64, 163, 0.7);
}
.banner-boxs .online-book.o-hour ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner-boxs .online-book.o-hour ul li {
    color: #fff;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    border-bottom: solid 1px #fff;
    padding: 12px 0 10px;
}

.banner-boxs .online-book.o-hour ul li:last-child {
    border-bottom: 0px;
}
/* Banner section End */

/* Services section Start */
.service-sec{
	background-color: #f8f8f8;
}
.service-sec h2{
	color: var(--primary-color);
	font-family: var(--base-font);
	font-size: 38px;
	flex-basis: 80%;
}
.service-sec p{
	font-size: 15px;
	color: #666666;
}
.title-sec{
	display: flex;
	align-items: center;
}
.service-item-img{
}
.service-item-img img{
	width: 100%;
}
.service-box {
    display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}
.service-box.service-box-main{
    margin-top: 0;
}
.service-box.service-box-main .service-item{
    margin-bottom: 20px;
}
.service-item .service-content{
	background-color: #f0f0f0;
	border-right: solid 1px #d4d3d3;
	position: relative;
	transition: all 1s ease;
}
.service-item .service-content:hover{
	background-color: var(--primary-color);
}
.service-item .service-content:hover h3 , .service-item .service-content:hover p{
	color: #fff;
}

.service-item .service-content h3{
	text-transform: uppercase;
	font-family: var(--base-font);
	color: var(--black-color);
	font-size: 22px;
	margin-bottom: 12px;
}
.service-item .service-content p{
	color: #666666;
	font-size: 15px;
	width: 80%;
}
.service-item {
    flex-basis: 33.333%;
	
}
.service-item .service-content:before{
	content: "\f054";
	font-family: "FontAwesome";
	color: #dad9d9;
	margin-left: 8px;
	position: absolute;
	right: 40px;
	top: 37%;
	font-size: 24px;
}
.service-btn{
	background-color: #42b3e5;
	padding: 10px 18px;
	color: #fff;
	margin: 0 auto;
}
/* Services section End	 */

/* About section Start*/
.about-sec h2{
	color: var(--primary-color);
	font-size: 32px;
	text-align: center;
	margin-bottom: 25px;
}
.about-sec p{
	color: #666666;
	font-size: 15px;
}
.client-list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.client-list .client-logo img {
    max-width: 85%;
}
/* About section End*/

/* Meet the Team Section Start*/
.our-team h2{
	font-family: var(--base-font);
	font-size: 38px;
	color: var(--primary-color);
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.our-team h2::after{
	position: absolute;
	width: 80px;
	height: 2px;
	content: "";
	background-color: var(--secondary-color);
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.our-team{
	background-color: #f6f6f6;
}
.our-team p{
	text-align: center;
	color: #666666;
    font-size: 15px;
}

.doctor-n{
	background-color: #f0f0f0;
}
.doctor-n h4 {
    color: #000;
    font-size: 20px;
}
.doctor-n span {
    color: #666;
    font-size: 14px;
}

.doctor-n {
    text-align: center;
}
.doctor-box{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.doctor-box:hover .doctor-n{
	background-color: var(--secondary-color);
}
.doctor-box:hover .doctor-n h4 , .doctor-box:hover .doctor-n span{
	color: var(--white-color);
}
.doctor-description{
	border-bottom: solid 1px #e1e1e1;;
}
.doctor-social-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.doctor-social-link ul li a {
    background-color: #f0f0f0;
    padding: 10px 15px;
    color: #aaa;
    text-align: center;
    display: block;
    margin-right: 8px;
}
.doctor-social-link ul li a:hover{
	background-color: var(--primary-color);
	color: var(--white-color);
}
.team-slider .owl-nav {
    position: absolute;
    right: 0;
    top: 0px;
}

.team-slider {
    position: relative;
	padding-top: 60px;
}

.team-slider .owl-nav .owl-prev span , .team-slider .owl-nav .owl-next span {
    background-color: transparent;
    border: solid 1px #e5e5e5;
    color: #000;
    padding: 0 20px 6px;
    font-size: 26px;
}
/* Meet the Team Section End*/

/* DEV Imecable Section Start */
.dev-imecable{
	background-color: #fff;
}
.dcv-content {
    padding: 0 100px 0 80px;
}
.dcv-content h4{
	color: var(--black-color);
	font-size: 26px;
	margin-bottom: 20px;
}
.bar{
	position: relative;
    width: 100%;
    height: 2px;
    background: #e5e5e5;
    border-radius: 0px;
    margin-bottom: 0;
	overflow: inherit;
}
.bar-inner{
	position: relative;
    display: block;
    width: 0px;
    height: 2px;
    border-radius: 0px;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
    background: var(--secondary-color);
	overflow: inherit;
}
.progress-bar {
	width: 0;
	animation: progress 1.5s ease-in-out forwards;
}
	
.title {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;
    position: absolute;
    top: -9px;
    right: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /* line-height: 28px; */
    background-color: var(--secondary-color);
    color: #fff;
    padding: 7px 10px;
}
.pro-box{
	padding: 15px 0;
}
.pro-box h5{
	color: var(--black-color);
	font-size: 14px;
	margin-bottom: 20px;
}
.dcv-content span {
    color: var(--black-color);
    font-size: 14px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 600;
}
.dcv-content span::after{
	width: 40px;
	content: "";
	position: absolute;
	background-color: var(--secondary-color);
	height: 2px;
	left: 0;
	bottom: 0;
}

  @keyframes progress {
	from {
	  width: 0;
	}
	to {
	  width: 100%;
	}
  } 
  @keyframes show  {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
/* DEV Imecable Section End */

/* DEV Imecable Second Section Start */
.dcv-content.dcv-content-2 {
    padding: 0 80px 0 80px;
}
.dcv-content.dcv-content-2 span {
    color: var(--black-color);
    font-size: 14px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 600;
}
.dcv-content.dcv-content-2 span::after{
	width: 40px;
	content: "";
	position: absolute;
	background-color: var(--secondary-color);
	height: 2px;
	left: 0;
	bottom: 0;
}
.dcv-content p {
    font-size: 14px;
}
.service-pri-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-pri-list ul li {
    display: flex;
    align-items: center;
    flex-basis: 48%;
    justify-content: space-between;
    border-bottom: solid 1px #e5e5e5;
    padding: 5px 0;
	font-size: 14px;
}
.service-price {
    background-color: #42b3e5;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
}
/* DEV Imecable Second Section End */

/* Review Section Start */
.review-box {
    background-color: #fff;
    border: solid 2px #e5e5e5;
    border-radius: 30px;
    text-align: center;
    padding: 40px;
}
.review-image {
    max-width: 80px;
    margin: 0 auto;
    text-align: center;
}
.review-box h3{
	font-family: var(--base-font);
	font-size: 20px;
	color: var(--black-color);
	margin: 10px 0 5px;
	display: block;
}
.review-box span {
    color: #b3b3b5;
}
.star-icon i {
    color: #ffb926;
}

.star-icon {
    margin: 7px 0;
}
.review-box p{
	font-size: 15px;
	color: var(--black-color);
	font-weight: 500;
}
.googleicon i{
	color: var(--primary-color);
	font-size: 20px;
}
.review-box p a{
	font-weight: 700;
	color: var(--black-color);
}
.review-slider {
    position: relative;
}

.review-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.review-slider .owl-nav .owl-prev span , .review-slider .owl-nav .owl-next span{
    background-color: #fff;
    border: solid 2px #e5e5e5;
    padding: 0px 15px 2px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.review-slider .owl-nav .owl-prev {
    position: absolute;
    left: -17px;
}

.review-slider .owl-nav .owl-next {
    position: absolute;
    right: -18px;
}
/* Review Second Section End */

/* Schedule Free Consultation Section Start */
.free-consultation{
	background-color: #f8f8f8;
}
.free-consultation h2{
	font-size: 38px;
	font-family: var(--base-font);
	position: relative;
	color: var(--black-color);
	text-align: center;
	padding-bottom: 20px;
    margin-bottom: 25px;
}
.free-consultation h2::after{
	position: absolute;
	content: "";
	width: 100px;
	height: 2px;
	background-color: var(--primary-color);
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
	margin: 0 auto;
}
.free-consultation p{
	font-size: 15px;
	color: #666;
	text-align: center;
}
form.schedule-form{
	margin-top: 40px;
}
form.schedule-form .form-control {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

form.schedule-form .form-label {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
}
.submit-btn{
	background-color: #a37e31;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 15px;
	float: right;
}
form.schedule-form span {
    color: #666666;
    font-size: 14px;
}
/* Schedule Free Consultation Section End */

/* Footer Section Start */
.footer-sec{
	background-color: #33322e;
}
.footer-top {
    display: flex;
}

.footer-top .find-map , .footer-top .call-today , .footer-top .send-me{
    flex-basis: 33.333%;
}
.find-map{
	background-color: #e59e42;
}
.find-map {
    display: flex;
    align-items: center;
}

.find-icon {
    margin-right: 25px;
}
.find-map .find-content span {
    color: #fff;
    font-size: 14px;
}

.find-map .find-content h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 100;
}
.find-map.call-today{
	background-color: #ce8203;
}
.find-map.send-me{
	background-color: #a39c31;
}
.footer-box h3{
	font-size: 18px;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 12px;
}
.footer-box h3::after{
	background-color:var(--primary-color);
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.footer-box p{
	color: #BAC0C5;
	font-size: 14px;
}
.footer-box .contact-data {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-box .contact-data li {
    padding-bottom: 15px;
	color: #BAC0C5;
	font-size: 14px;
	flex-basis: 100%;
}
.footer-box .contact-data li i{
	margin-right: 12px;
}
.footer-box .contact-data li a{
	color: var(--white-color);
	font-size: 14px;
}
.links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.links li {
    flex-basis: 49%;
    font-size: 14px;
    color: #fff;
	position: relative;
	padding-bottom: 18px;
}
.links li:before {
    content: "\f054";
    font-family: "FontAwesome";
    color: #dad9d9;
    margin-left: 8px;
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 14px;
}
.links li a {
    color: #fff;
    padding-left: 30px;
}
.box-news{
	margin-bottom: 13px;
}
.box-news h5 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 2px;
}

.box-news span {
    font-size: 12px;
    color: #686F78;
}
.news-slider {
    position: inherit !important;
	padding-top: 0px;
}

.news-slider .owl-nav .owl-prev span , .news-slider .owl-nav .owl-next span {
    background-color: transparent;
    border: solid 1px #686F78;
    color: #fff;
    padding: 0 12px 4px;
    font-size: 17px;
}
.news-slider .owl-nav {
    position: absolute;
    right: 0;
    top: -52px;
}
.tweets-slider {
    position: inherit !important;
	padding-top: 0px;
}

.tweets-slider .owl-nav .owl-prev span , .tweets-slider .owl-nav .owl-next span {
    background-color: transparent;
    border: solid 1px #686F78;
    color: #fff;
    padding: 0 12px 4px;
    font-size: 17px;
}
.tweets-slider .owl-nav {
    position: absolute;
    right: 0;
    top: -52px;
}
.footer-box{
	position: relative;
}
.box-news p {
    margin-bottom: 5px;
}
.box-news:last-child{
	margin-bottom: 0;
}
/* Footer Section End */

/* Copyright Secction Start  */
.copyrigh{
	background-color: #000;
}
.copyrigt-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-rgt {display: flex;}

ul.privacy-links {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.copyright-s-links {
    display: flex;
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.copy-lft p {
    color: #BAC0C5;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

ul.privacy-links li a {
    color: #fff;
    font-size: 14px;
}

ul.privacy-links li {
    margin-right: 13px;
}

ul.copyright-s-links li a {
    color: #fff;
}

ul.copyright-s-links li {
    margin-right: 10px;
}

ul.copyright-s-links li:last-child {
    margin-right: 0px;
}
/* Copyright Secction End  */

/* Inner Page Start  */
section.banner-inner img {
    width: 100%;
}
section.banner-inner{
	position: relative;
}
.banner-content.banner-content-2{
	top: 35%;
}
.grey-sec{
	background-color: #f8f8f8;
}
.dcv-content.dcv-content-2.dcv-content-3 {
    padding: 0 25px;
}

.dcv-content.dcv-content-2.dcv-content-3 span {
    color: #666;
    font-weight: 400;
}
.beforeAfter img {
    max-width: none;
    height: inherit !important;
  }
  
  .beforeAfter {
    width: 100%;
    display: inline-block;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}
.beforeAfter i {
    /* position: absolute; */
    top: 11px;
    left: 7px;
    /* font-size: 40px; */
    border-width: 0px 3px 3px 0px !important;
    margin: 11px 0 10px 0;
}

.beforeAfter i:last-child {
    border-width: 3px 0px 0px 3px !important;
    right: 0;
    /* top: 51px; */
}
/* Inner Page Start  */

/* Inner Page featuring dr Start  */
.doctor-sec .doctor-img img {
    border-radius: 50%;
    border: solid 2px #ff9600;
	width: 90%;
}
.doctor-content h4{
	color: var(--black-color);
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.doctor-content h4:after{
	position: absolute;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: var(--secondary-color);
	content: "";
	bottom: 0;
}
.specialty-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.specialty-content ul li {
    display: flex;
	background-color: #f0f0f0;
	padding: 15px 12px;
}
.specialty-content ul li:nth-child(2){
	background-color: #f8f8f8	;
} 

.specialty-content ul li .specialty-text {
    color: #000;
	font-weight: 600;
	flex-basis: 40%;
}
.specialty-content ul li .specialty-label {
    color: #666;
}

.specialty-content .specialty-label ul {
    list-style: none;
}

.specialty-content .specialty-label ul li {
    padding-bottom: 15px;
    padding-top: 0;
    background-color: transparent;
	font-size: 15px;
	position: relative;
	padding-left: 18px;
}
.specialty-content .specialty-label ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: var(--secondary-color);
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 14px;
}
.professional-box {
    display: flex;
    align-items: center;
	margin-top: 30px;
}


.professional-box-icon {
	height: 40.735px;
    position: relative;
    background-color: var(--secondary-color);
    text-align: center;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    /* display: block; */
    max-width: 65px;
	min-width: 65px;
}
.professional-box-content{
	width: 80%;
}
.professional-box-icon img {
    max-width: 57%;
    text-align: center;
}
  .professional-box-icon::before {
	content: "";
	position: absolute;
	top: -18.5px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 32.5px solid transparent;
	border-right: 32.5px solid transparent;
	border-bottom: 18.8675px solid var(--secondary-color);
  }
  .professional-box-icon::after {
	content: "";
	position: absolute;
	bottom: -17.8px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 32.5px solid transparent;
	border-right: 32.5px solid transparent;
	border-top: 18.5px solid var(--secondary-color);
  }
  .professional-box-content h4 {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
	margin-bottom: 10px;
}

.professional-box-content p {
    color: #000;
    font-size: 13px;
    padding-right: 20px;
}
.dev-imecable-n {
    background-color: #f8f8f8;
}
a.p-read-more {
    color: #3156a3;
    font-size: 14px;
	position: relative;
}
a.p-read-more::after {
    content: "\f30b";
    font-family: "FontAwesome";
    color: #3156a3;
    margin-left: 8px;
}
/* Inner Page featuring dr Start  */

/* Contact Us page Start */
.contact-box h3{
	color: #000;
}
.contact-infomation-box .professional-box {
    margin-top: 0;
    flex-basis: 50%;
	margin-bottom: 20px;
}

.contact-infomation-box .professional-box i{
	color: #fff;
	font-size: 20px;
}
.contact-infomation-box {
    display: flex;
    flex-wrap: wrap;
}
/* Contact Us page Start */

@media only screen and (max-width:1460px) {
.banner-boxs{
	max-width: 1300px;
}
.dcv-content h4{
	color: var(--black-color);
	font-size: 28px;
	margin-bottom: 20px;
}
.dev-imecable .container-xxl {
    padding: 0;
	max-width: 100%;
}
.dev-imecable-2 .container-xxl {
    padding: 0;
	max-width: 100%;
}
.doctor-img img{
	width: 90%;
}
}

@media only screen and (max-width:1300px) {
	.banner-boxs{
		max-width: 1120px;
	}
	.banner-content h2{
		font-size: 45px;
	}
	.banner-content{
		bottom: 53%;
	}
	.service-sec h2{
		font-size: 32px;
	}
	.our-team h2{
		font-size: 32px;
	}
	.dcv-content h4{
		color: var(--black-color);
		font-size: 24px;
		margin-bottom: 20px;
	}
	.dev-imecable .container-xxl {
		padding: 0;
	}
	.dev-imecable-2 .container-xxl {
		padding: 0;
	}
	.free-consultation h2{
		font-size: 32px;
	}
	.doctor-img img{
		width: 100%;
	}
}

@media only screen and (max-width:1230px) {
	.banner-boxs{
		max-width: 940px;
	}
	.service-sec h2{
		font-size: 28px;
	}
	.service-item .service-content h3{
		font-size: 24px;
	}
	.service-item .service-content p{
		font-size: 13px;
	}
	.our-team h2{
		font-size: 28px;
	}
	.dcv-content h4{
		color: var(--black-color);
		font-size: 20px;
		margin-bottom: 20px;
	}
	.dev-imecable .container-xxl {
		padding: 0;
	}
	.dev-imecable-2 .container-xxl {
		padding: 0;
	}
	.free-consultation h2{
		font-size: 28px;
	}
	.doctor-img img{
		width: 100%;
	}

}
@media only screen and (max-width:1024px) {
	.banner-boxs{
		max-width: 940px;
	}
	.service-sec h2{
		font-size: 22px;
	}
	.service-item .service-content h3{
		font-size: 28px;
	}
	.service-item .service-content p{
		font-size: 13px;
	}
	.our-team h2{
		font-size: 28px;
	}
	.dcv-content h4{
		color: var(--black-color);
		font-size: 20px;
		margin-bottom: 20px;
	}
	.dev-imecable .container-xxl {
		padding: 0;
	}
	.dev-imecable-2 .container-xxl {
		padding: 0;
	}
	.free-consultation h2{
		font-size: 28px;
	}
	.doctor-img img{
		width: 100%;
	}
	

}
@media only screen and (max-width: 479px) {
	.header-info-lft {
		display: none;
	}
	
	.header-contact-box {
		align-items: center;
		justify-content: center;
	}
	
	.banner-content {
		position: inherit;
	}
	
	section.banner-sec.w-100 {
		position: inherit;
	}
	
	.banner-boxs {
		max-width: 100%;
		position: inherit;
		flex-direction: column;
	}
	
	.title-sec {
		flex-direction: column;
	}
	
	.service-item {
		flex-basis: 100%;
	}
	
	.client-list .client-logo {
		flex-basis: 45%;
		margin-bottom: 15px;
	}
	
	.dcv-content {
		padding: 20px;
	}
	
	.dcv-content.dcv-content-2 {padding: 20px;}
	
	.footer-top {
		flex-direction: column;
	}
	
	.copyrigt-box {
		flex-direction: column;
	}
	
	.copy-lft p {
		margin-bottom: 13px;
	}
}