*{padding: 0px;margin: 0px;box-sizing: border-box;}
body {
	font-family: 'Verdana', 'Helvetica', sans-serif;
	line-height: 1.7;	
}
h2{
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
}

.top-bar {
    background: #212D3A;
    color: #ffffff;
    padding: 10px;
}
.top-bar .contact-info img {
    width: 18px;
    height: 18px;
    margin-right:10px;
    transition: .5s;
}
.top-bar .contact img{
	margin-right:10px;
	margin-bottom: 3px;
}
.top-bar .contact-info .social-icons {
    margin-bottom: 0;
}
.top-bar .contact-info .social-icons li {
	list-style: none;
    display: inline-block;
    margin: 0 6px;
}
.top-bar .contact-info .social-icons a img:hover{
	filter: invert(57%) sepia(50%) saturate(3262%) hue-rotate(325deg) brightness(115%) contrast(101%);
}
.top-bar .contact-info .contact p a {
    color: #ffffff;
    text-decoration: none;
    transition: .5s;
}
.top-bar .contact-info .contact p a:hover{
	color: #FF6666;
}
.top-bar .contact-info p {
    margin-bottom: 0;
}

.menu-bar .container-fluid {
    padding-left: 0px;
}
.menu-bar .navbar-collapse{
	flex-grow: unset;
}
.menu-bar .navbar-collapse .navbar-nav a{
	color: #000000;
	font-weight: bold;
	transition: .4s;
}
.menu-bar .navbar-collapse .navbar-nav .active{
	color: #FF6666;
}
.menu-bar .navbar-collapse .navbar-nav a:hover{
	color: #FF6666;
}
.menu-bar .navbar-collapse .navbar-nav .nav-link {
    margin: 8px 12px;
}
.menu-bar .navbar-brand{
	color: #000000;
	font-weight: bold;
}
.btn1{
	color: #fff !important;
	padding: 10px 20px !important;
	background-color: #FF6666 !important;
	transition: .5s !important;
}
.btn1:hover{
	background-color: #212D3A !important;
	color: #fff !important;
}
.menu-bar li.nav-item{
	position: relative;
}
.menu-bar li.nav-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FF6666;
    top: 22px;
    width: 2px;
    height: 18px;
}
.menu-bar li.nav-item:first-child:before{
	display: none;
}


.header-slider img{
	height: 640px;
}
.header-slider .carousel-caption {
	width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    right: unset;
    bottom: unset;
    color: #fff;
    transform: translate(-50%, -50%);
}

.header-slider .carousel-caption h1{
	font-size: 70px;
}
.header-slider .carousel-caption p{
	font-size: 22px;
}
.header-slider .carousel-inner .carousel-item img:first-child{
	object-position: left;
}

.about-us-section {
    margin: 80px 0;
}
.about-us-section .text-box h1{
	color: #fff;
	font-size: 48px;
}
.about-us-section .about-us-left .text-box{
	width: 70%;
	height: 88%;
	background-color: #FF6666;
	text-align: start;
	padding:50px 40px;
}
.about-us-section .about-us-left{
	display: flex;
    align-items: center;
    justify-content: center;
}
h6{
	color: #00a1a3;
}

.quality{
	background-color: #F7F7F7;
	padding: 80px 0;
}
.quality .contact-box h3{
	padding: 15px 0;
}

.services-header{
	background-image: url(../images/services-bg.jpg);
}
.services-section{
	margin: 80px 0;
}
.services-section .services-heading{
	padding: 15px 0;
}
.services-section .card-group .card-img{
	overflow: hidden;
}
.services-section .card-group .card img{
	max-width: 100%;
	transition: .5s;
}
.services-section .card-group .card img:hover{
	transform: scale(1.2);
}
.services-section .card-group{
	box-shadow: rgba(0, 0, 0, 0.20) 0px 5px 15px;
	transition: .5s;
}
.services-section .card-group:hover{
	box-shadow:none;
}
.services-section .card-group .card h5{
	padding: 10px 0;
}
.services-section .card-group .card a{
	text-decoration: none;
	color: #FF6666;
}
.services-section .card-group .card .card-body{
	padding: 20px;
}

.our-team{
	margin: 80px 0;
}
.our-team .card-group p{
	margin-bottom: 0px;
}
.our-team .card-group .card-body{
	background-color: #FF6666;
	transition: 1s;
	color: #fff;
}
.our-team .card-group .card-body:hover{
	background-color: #212D3A;
}
.our-team .our-team-p{
	padding: 15px 0;
}
.our-team .card-group img{
	transition: .5s;
	overflow: hidden;
}
.our-team .card-group img:hover{
	transform: scale(1.1);
}
.our-team .card-group .card-img{
	overflow: hidden;
}

.appointment{
	background-color: #F7F7F7;	
}
.appointment .row1{

	padding: 80px 0;
}
.appointment form{
	padding: 20px 0;
}
.appointment .form-control{
	background-color: unset;
}
.appointment .appointment-content button{
	border: none;
}

.faq{
	background-color: #F7F7F7;
	padding: 80px 0;
}
.faq .faq-content p{
	padding: 20px 0;
}
.faq .accordion{
	border: 2px solid #dfdfdf;
}

.why-chooes .row3 p{
	padding: 15px 0;
}
.why-chooes .row3 button{
	padding: 5px 30px;
}
.why-chooes .container{
	margin-top: 80px;
	margin-bottom: 80px;
}
.why-chooes .row3 .tab{
	display: flex;
	justify-content: space-around;
	padding-bottom: 60px;
}
.why-chooes .why-chooes-right{
	display: flex;
	align-items: center;
}
.why-chooes .tabcontent{
	display: none;
}
.why-chooes #Certified-Doctor{
	display: inline-flex;
}
.why-chooes .tabcontent img{
	width: 100%;
	height: 70%;
}
.why-chooes .tabcontent .why-chooes-content h2{
	padding-bottom: 20px;
}

.testimonial .wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}
.testimonial{
	padding: 80px 0;
}
.testimonial .testimonial-slider{
  width:80%;
  margin:0px auto;
}
.testimonial .slick-slide{
  margin:15px;
}
.testimonial .slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.testimonial .wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
.testimonial .slick-prev:before {
	color: #000;
}
.testimonial .slick-next:before{
	color: #000;
}
.testimonial .testimonial-slider .slider-item{
	display: flex;
	align-items: center;
	min-height: 300px;
	background-color: #F7F7F7;
	padding: 40px;
}

footer{
	background-color: #343a40;
	padding: 80px 0;
}
footer .text-box .social-links img{
	/*filter: grayscale(100%) brightness(9%) contrast(102%);*/
	width: 18px;
	height: 18px;
	margin-right: 10px;
	transition: .4s;
}
footer .text-box p{
	color: #fff;
}
footer .text-box .social-links ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px; 
}
footer .text-box .social-links ul li{
	display: inline-block;
	padding-top: 0px;
}
footer .footer-logo{
	text-decoration: none;
	color: #fff;
}
footer .footer-nav ul a{
	color: #fff;
}
footer .footer-nav ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
footer h2{
	color: #fff;
	padding-bottom: 10px;
}
footer .footer-nav ul a{
	text-decoration: none;
	transition: 0.5s;
	padding-top: 10px;
}
footer .footer-nav ul a:hover{
	color: #ff6666;
	padding-left: 5px;
}
footer .footer-nav ul .active{
	color: #ff6666;
}
footer ul li{
	padding-top: 10px;
}
footer .footer-contact a{
	text-decoration: none;
	color: #fff;
	transition: 0.5s;
}
footer .footer-contact img{
	width: 18px;
	height: 18px;
	margin-right: 10px;
	transition: .4s;
}
footer .footer-contact p:nth-child(2){
	margin-left: 0px !important;
}
footer .footer-contact p{
	color: #fff;
	margin-bottom: 12px;
}
footer .footer-contact a:hover{
	color: #ff6666;
	padding-left: 5px;
}
footer img:hover{
	filter: invert(57%) sepia(50%) saturate(3262%) hue-rotate(325deg) brightness(115%) contrast(101%);
}
footer ul li:first-child{
	padding-top: 0px;
}
footer .footer-logo img{
	filter: none;
}

.copyright{
	background-color: #212D3A;
}
.copyright p{
	margin-bottom: 0px;
	color: #fff;
}
.copyright a{
	color: #ff6666;
	text-decoration: none;
	transition: .5s;
}
.copyright a:hover{
	color: #fff;
}

.about-us-header{
	background-image: url(../images/aboutus-bg.jpg);
	background-position: right;
	height: 380px;
	display: flex;
    align-items: center;
}
.about-us-header .content-box a.active{
	color: #ff6666;
}
.about-us-header .content-box a{
	text-decoration: none;
	color: #fff;
	transition: .5s;
}
.about-us-header .content-box h1{
	text-shadow: 0px 4px 0px #FF6666;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}
.about-us-header .content-box {
    justify-content: center;
    display: flex;
}
.about-us-header .content-box .breadcrumb{
	justify-content: center;
}
.about-us-header .content-box .breadcrumb a:first-child:hover{
	color: #ff6666;
}

.services-header{
	background-image: url(../images/services-bg1.jpg);
}

.contact-us-header{
	background-image: url(../images/contact-us-bg.jpg);
	background-position: center;
}
.contact-us-page .text-box .list-group-item{
	border: none !important;
}
.contact-us-page{
	margin: 80px 0;
}
.contact-us-page .text-box h4{
	margin-bottom: 0px !important;
}
.contact-us-page .text-box .list-group{
	position: relative;
}
.contact-us-page .text-box .list-group li:before{
	content: "";
	position: absolute;
	left: -10px;
    bottom: 0;
    right: 0;
    top: 9px;
    max-width: 20px;
    background-repeat: no-repeat;
}
.contact-us-page .text-box .list-group li:first-child:before{
	background-image: url(../images/location-black.png);
}
.contact-us-page .text-box .list-group li:nth-child(2):before{
	background-image: url(../images/phone-black.png);
}
.contact-us-page .text-box .list-group li:nth-child(3):before{
	background-image: url(../images/mail-black.png);
}
.contact-us-page .text-box .list-group li:last-child:before{
	background-image: url(../images/time-black.png);
}
.contact-us-page .text-box .list-group p{
	margin-bottom: 0px !important;
}
.contact-us-page .right-col a{
	text-decoration: none;
	color: black;
	transition: .5s;
}
.contact-us-page .right-col .text-box{
	padding-left: 10px;
}
.contact-us-page .right-col p a:hover{
	color: #FF6666;
}

.appointment-header{
	background-image: url(../images/appointment-bg.jpg);
	background-position: center;
}




/*.....................................Responsive Part...............................................*/

@media screen and (min-width: 992px){
.top-bar .contact-info {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.top-bar .contact-info .contact {
    display: flex;
}
.header {
     height: 600px;
}
.header .col-lg-6.header-right{
	 height: 600px;
}
.contact-us-page .col-md-6:last-child .text-box{
	padding-left: 25px;
}
}

@media screen and (min-width: 1280px){
.header {
     height: 84vh;
}
.header .col-lg-6.header-right{
	 height: 84vh;
}
}

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

.header {
  height: 84vh;
}
.header .col-lg-6.header-right{
	 height: 84vh;
}
}

@media screen and (min-width: 1440px){
.header{
	 height: 84vh;
}
.header .col-lg-6.header-right{
	 height: 84vh;
}
.appointment form {
    padding: 20px 0;
}
}

@media screen and (min-width: 1536px){
.header{
	 height: 700px;
}
.header .col-lg-6.header-right{
	 height: 700px;
}
 .testimonial .carousel {
    width: 100%;
}
}

@media screen and (max-width: 1439.98px){
 .appointment form {
    padding: 0px 0;
}
}

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

}

@media screen and (max-width: 1199.98px){
.about-us-section .text-box h1{
	font-size: 42px;
}
.header-slider img{
	height: 520px;
}
.header .header-content h1 {
  font-size: 48px;
}
.menu-bar .navbar-collapse .navbar-nav .nav-link {
    margin: 8px 0px;
}
}

@media screen and (max-width: 991.98px){
.about-us-section .about-us-left .text-box{
	text-align: unset;
}
.header-slider .carousel-caption h1 {
	font-size: 60px;
}
.header-slider img{
	height: 500px;
}
.menu-bar .navbar-collapse .navbar-nav .nav-link {
     margin: unset;
}
.testimonial .carousel .slider-item{
	padding: 20px;
}
.our-team .col-md-6:last-child .card-group {
    margin-top: 3rem;
}
.appointment .appointment-content button{
	margin-bottom: 15px;
}
.appointment .appointment-left{
    order: 2;
}
.appointment .appointment-right{
    order: 1;
}
.our-team{
	margin: 40px 0;
}
.quality {
    padding: 40px 0;
}
.services-section {
    margin: 40px 0;
}
.services-section .service-3{
	margin-top: 3rem;
}
.top-bar ul.social-icons{
	padding-left: 0px !important;
}
.menu-bar li.nav-item:before{
	display: none;
}
.menu-bar .btn1{
	display: none;
}
.header-content {
    text-align: center;
    padding-top: 40px;
}
 .header .header-content h1 {
    font-size: 48px;
}
.header {
    height: 913px;
}
.header .col-lg-6.header-right{
	 height:594px;
}
.top-bar .contact-info{
	text-align: center;
}
.menu-bar .navbar-toggler:focus{
	box-shadow: unset;
}
.menu-bar .navbar-toggler{
	border:1px solid #00a1a3;
}
.menu-bar .navbar-collapse .navbar-nav .nav-link {
     margin: unset;
}
.about-us-section {
     margin: 40px 0;
}
.about-us .about-us-content{
	text-align: center;
}
.about-us .about-us-content .btn1{
	margin-bottom: 40px;
}
.appointment .row1 {
    padding: 40px 0;
}
.appointment .appointment-content {
    text-align: center;
}
.faq {
    padding: 40px 0;
}
.faq .img-box{
	padding-top: 40px;
}
.testimonial {
    padding: 40px 0;
}
.testimonial .testimonial-slider .slider-item{
	padding: 20px;
}
footer .contact-box {
   padding-top: 20px;
}
footer .footer-nav{
	padding-top: 20px;
}
footer {
   padding: 40px 0;
}
footer .social-links ul li {
  padding-top: 0px;
}
.contact-us-page{
	margin: 40px 0;
}
}

@media screen and (max-width: 767.98px){
.about-us-section .text-box h1{
	font-size: 38px;
}
.header-slider img{
	height: 450px;
}
.header-slider .carousel-caption h1 {
	font-size: 48px;
}
.quality .col-md-4:not(:first-child){
	padding-top: 30px;
}
.our-team .card-group img{
	width: 100%;
}
.about-us-section .about-us-right{
	padding-top: 20px;
}
.services-section .card-group .card img{
	width: 100%;
}
.testimonial .testimonial-slider {
  width: 100%;
}
.our-team .col-md-6:nth-child(2) .card-group {
    margin-top: 3rem;
}
.contact-us-page .right-col .text-box {
    padding-top: 20px;
}
.services-section .col-lg-4{
	margin-top: 3rem !important;
}
.header {
    height: 940px;
}  
.testimonial .carousel {
  width: 100%;
}
}

@media screen and (max-width: 575.98px){
.header-slider .carousel-caption p{
	font-size: 14px;
}
.header-slider .carousel-caption h1 {
	font-size: 38px;
}
.header-slider img{
	height: 400px;
}
.services-section .services-heading {
    padding: 15px 10px;
}
.about-us-section .text-box h1 {
    font-size: 26px;
}
.testimonial .testimonial-slider {
  width: 87%;
}
.header {
    height: 892px;
}
.header .col-lg-6.header-right {
  height: unset;
}
.header .header-content h1 {
    font-size: 38px;
}
.testimonial .carousel {
	width: 87%;
}
}

@media screen and (max-width: 499.98px){
.our-team .card-group img{
	max-width: 100%;
}
.services-section .card-group .card img{
	max-width: 100%;
}
.menu-bar .btn1{
	margin: 0 auto;
}
}

@media screen and (max-width: 399px){
.header {
    height: 784px;
}
.header-slider img{
	height: 250px;
}
}
@media screen and (max-width: 380px){
.header {
    height: 766px;
}
}

@media screen and (max-width: 361px){
.about-us-section .text-box h1 {
    font-size: 22px;
}
.header {
    height: 717px;
}
.header .header-content h1 {
    font-size: 30px;
}
}
