:root{
    --ff1: 'Montserrat', sans-serif;
    --ff2: 'Lato', sans-serif;
    --ff3: 'Poppins', sans-serif;
    --ff4: 'Open Sans', sans-serif;
    --clr1:#0E7A8E;
    --clr2:#EF9532;
    --clr3: #101010;
    --clr4: #fff;
    --l1:#004353;
    --l2:#F09500;
    --l3:#009291;
}
body{
    font-family: var(--ff1);
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
.no-scroll{
    overflow:hidden;
  }
.container{
    max-width: 1180px;
}
.center-body {
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	/*width: 100%;*/
	/*height: 100vh;*/
	    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111111;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(4, 48, 56, 0.95);

}
.loader-ball-18 {
	width: 100px;
	height: 40px;
	position: relative;
	margin: 0 auto;
}
.loader-ball-18 > div {
	content: "";
	width: 15px;
	height: 15px;
	background: var(--clr4);
	border-radius: 100%;
	position: absolute;
	animation: anm-BL-18-move 2s linear infinite;
}
.loader-ball-18 > div:nth-of-type(1) {
	animation-delay: -.4s;
}
.loader-ball-18 > div:nth-of-type(2) {
	animation-delay: -.8s;
}
.loader-ball-18 > div:nth-of-type(3) {
	animation-delay: -1.2s;
}
.loader-ball-18 > div:nth-of-type(4) {
	animation-delay: -1.6s;
}
@keyframes anm-BL-18-move {
	0% {
		left: 100px;
		top: 0;
	}
	80% {
		left: 0;
		top: 0;
	}
	85% {
		left: 0;
		top: -15px;
		width: 15px;
		height: 15px;
	}
	90% {
		width: 40px;
		height: 15px;
	}
	95% {
		left: 100px;
		top: -15px;
		width: 15px;
		height: 15px;
	}
	100% {
		left: 100px;
		top: 0;
	}
}
.loader-wrapper{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111111;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(4, 48, 56, 0.95);
}
.loader-wrapper i{
    font-size: 10rem;
    color: var(--clr4);

}
#navbar #logo{
    transition: all 0.4s ease-in-out;
}
.navbar{
    position: sticky;
    top: 0;
    z-index:199;
    background-color: var(--clr4);
    box-shadow:0 0 2px 0 var(--clr1);
}
.offcanvas{
  --bs-offcanvas-height:fit-content;
}
.navbar-brand{
    width: 125px;
    transition: all .4s ease-in-out;
}
.navbar-active .navbar-brand{
  width: 100px;
}
#navbar.navbar-active .logo-dark{
  display: none;
}
.navbar-active .logo-light{
  display: block !important;
}
.navbar-active{
  background-color: var(--clr1);
}
.navbar-active .nav-link{
  color:var(--clr4);
}
.nav-link{
    color: var(--clr1);
    font-weight: 600;
    transition: all .2s ease-in-out;
    padding: 10px 15px !important;
    display: inline-block;
    transform: scale(1);
}
.head-follow-icon{
    color: var(--clr1);
}
.head-follow-icon i{
    animation: icon-rotate linear 3s;
    box-shadow: 0 0 5px 1px rgba(240, 149, 0, 0.8);
    border-radius: 50%;

}
.navbar-active .head-follow-icon{
    color: var(--clr4);
}
@keyframes icon-rotate{
    0%{
        transform: rotateY(0deg);
    }
    100%{
        transform: rotateY(360deg);
    }
}
 .nav-link:hover{
    transform: scale(1.01);
}
.dropdown-toggle::after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
	  content: "\f107";
    border: none;
    vertical-align: 0;
}
.dropdown:hover > .dropdown-menu{
    display: block;
    animation: fadeInDown 0.5s;
    cursor: default;
}
.dropdown-menu{
    border-radius: 0;
    min-width: 15rem;
}
.specialities-menu{
    min-width: 25rem;
}
.dropdown-item{
    color: var(--clr1);
    font-weight: 600;
    transition: all .2s ease-in-out;
}
.dropdown-item:hover{
    background: none;
    color: var(--clr1);
    transform: scale(1.01);
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler i{
    font-size: 35px;
    color: var(--clr1);
}
.banner-img{
    position: relative;
}
.img-slide img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.banner-container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    overflow: hidden;
}
.carousel-txt{
    text-transform: capitalize;
    color: var(--clr4);
    font-weight: 400;
    font-size: 36px;
    line-height: 2;
    margin: 0;
}
.carousel-bottom-txt{
  color:var(--l2);
  background-color: var(--l1);
  padding-left: 9999px;
  padding-right: 16px;
  position: relative;
  margin-left: -9999px;
  font-size: 30px;
  border-right: 10px  solid var(--l2);
  display: inline-block;
}
.banner-tail{
    background-color: var(--clr1);
    padding: 20px 0;
    text-align: center;
}
.banner-contents{
    position: relative;
}
.banner-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    color: var(--clr4);
    opacity: .5;
    font-size: 45px;
}
.banner-icon2{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(135deg);
    color: var(--clr4);
    opacity: .5;
    font-size: 45px;
}
.banner-tail-text{
    color: var(--clr4);
    font-family: var(--ff2);
    font-weight: 700;
}
.pain-finder{
    margin: 50px 0;
}
.finder-title{
    text-align: left;
    font-family: var(--ff3);
    font-weight: 700;
    color: var(--clr4);
    padding-top: 20px;
    font-size: 40px;
    text-transform: capitalize;
}
.pain-section{
  background-image: url('../assets/bg/bg-img.jpg');
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  overflow: hidden;
}
.finder-section{
  position: relative;
  display: inline-block;
}
.pain-container{
  display: flex;
}
.finder-section img{
  mix-blend-mode: luminosity;
  padding:35px 0 35px 90px;
}
.finder_common{
  position: absolute;
  border-radius: 50%;
  padding: 2px;
  line-height: 0;
}
.finder-parent_1{
  top: 15%;
  left: 47%;
}
.finder-parent_2{
  top: 22.5%;
  left: 37%;
}
.finder-parent_3{
  top: 33%;
  left: 45.5%;
}
.finder-parent_4{
  top: 17.5%;
  right: 28%;
}
.finder-parent_5{
  top: 12%;
  right: 14.5%;
}
.finder-parent_6{
  top: 42%;
  right:42%;
}
.finder-parent_7{
  bottom: 33%;
  right: 37%;
}
.finder-parent_8{
  bottom: 11%;
  right: 33%;
}
.finder-parent_9{
  bottom: 16%;
  left: 41%;
}
.finder-icon i{
  color: var(--clr2);
  cursor: pointer;
  font-size: 8px;
}
.finder-section > div.finder > a::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--l3);
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 50%;
}
.finder-section > div.finder > a::before {
  content: attr(data-bs-content);
  position: absolute;
  color: var(--clr2);
  font-size: 18px;
  font-weight: 500;
  left: calc( 100% + 100px);
  width: 180px;
  top: 50%;
  transform: translateY(-50%);
}
.finder-section > div.finder-l > a::after{
  border-width: 0 0 1px 1px;
  border-color: var(--l3);
  border-style: solid;
  background-color: none;
  height: 60px;
  content: "";
  width: 100px;
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 50%;
}
.finder-section > div.finder-l >a::before{
  content: attr(data-bs-content);
  position: absolute;
  color: var(--clr2);
  font-size: 18px;
  font-weight: 500;
  left: calc( 100% + 100px);
  width: 180px;
  top: 50%;
  transform: translateY(-50%);
}
.finder-section > div.finder-parent_1 > a::before {
    left: inherit;
    right: calc(100% + 16px);
}
.finder-section > div.finder-parent_1 > a::after {
  left: inherit;
  right: 100%;
  width: 145px;
}
.finder-section > div.finder-parent_2 > a::before {
    left: inherit;
    right: calc(100% - 25px);
}
.finder-section > div.finder-parent_2 > a::after {
  left: inherit;
  right: 100%;
  width: 75px;
}
.finder-section > div.finder-parent_3 > a::before {
    left: inherit;
    right: calc(100% + 10px);
}
.finder-section > div.finder-parent_3 > a::after {
  left: inherit;
  right: 100%;
  width: 145px;
}
.finder-section > div.finder-parent_4 > a::after{
  left: 50%;
width: 80px;
top: 100%;
}
.finder-section > div.finder-parent_4 > a::before {
  left: calc( 100% + 77px);
  width: 151px;
  top: calc(100% + 55px);
}
.finder-section > div.finder-parent_5 > a::after{
    left: 50%;
    width: 23px;
    top:100%;
}
.finder-section > div.finder-parent_5 > a::before {
  left: calc( 100% + 20px);
  width: 151px;
  top: calc(100% + 55px);
}
.finder-section > div.finder-parent_6 > a::after{
    left: inherit;
    width: 140px;
}
.finder-section > div.finder-parent_6 > a::before {
  left: calc( 100% + 137px);
  width: 151px;
}
.finder-section > div.finder-parent_7 > a::after{
    left: inherit;
    width: 122px;
}
.finder-section > div.finder-parent_7 > a::before {
  left: calc( 100% + 118px);
  width: 151px;
}
.finder-section > div.finder-parent_8 > a::after{
    left: inherit;
    width: 110px;
}
.finder-section > div.finder-parent_8 > a::before {
  left: calc( 100% + 105px);
  width: 151px;
}
.finder-section > div.finder-parent_9 > a::before {
    left: inherit;
    right: calc(100% - 8px);
}
.finder-section > div.finder-parent_9 > a::after {
  left: inherit;
  right: 100%;
  width: 135px;
}
.pain-form{
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15em;
  background-color: rgba(14, 122, 142, 0.7);
  padding: 58px;
}
.pain-form-title{
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--clr4);
    padding-bottom: 30px;
}
.pain-form-label{
    width: 110px;
    display: inline-block;
    color: var(--clr4);
    font-weight: 500;
}
.pain-form-input{
    margin:0 5px 15px 0;
    padding: 7px;
    background:none;
    border:none;
    border-bottom: 1px solid var(--clr4);
    color: var(--clr4);
    font-weight: 500;
}
.pain-form-input::placeholder{
  color: #A1F2FF;
  font-size: 14px;
}
.pain-form-input:focus{
  outline: none;
}
.submit-btn-pain{
  margin: 15px 0;
  text-align: center;
}
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: var(--clr2);
  color:var(--clr4);
  padding: 6px 20px;
  font-weight: 600;
  border-radius: 5px;
  border:2px solid var(--clr4);
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:var(--clr4);
  border-radius: 5px;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color:var(--clr2);
  border: 2px solid var(--clr2);
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.about{
    margin: 50px 0;
}
.about-title{
    font-family: var(--ff3);
    font-weight: 700;
    color: var(--clr1);
    font-size: 40px;
}
.about-logo{
  position: relative;
}
.doc-logo{
  position: absolute;
  left: 70px;
  bottom: -3.15rem;
  z-index: 99;
}
.about-detail{
    font-family: var(--ff3);
    font-weight: lighter;
    margin-bottom: 1.5rem;
    color: rgba(0, 0,0, .6);
}
.about-link{
    background-color: var(--clr2);
    padding: 10px;
    color: var(--clr4);
    border: 1px solid var(--clr2);
    border-radius: 5px;
    font-weight: 600;
    transition: all .2s ease-in-out;
}
.about-link:hover{
    color: var(--clr2);
    background-color: var(--clr4);
    border-radius:15px 0 15px 0;
}
.body-banner{
    position: relative;
    overflow: hidden;
}
.body-banner-img{
    width: 100%;
}
.body-container{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}
.body-banner-txt{
    font-size: 35px;
    font-weight: 600;
    color: var(--clr4);
    text-transform: capitalize;
}
.service-card{
  margin:0 8px 40px 0;
}
.service-header{
  text-transform: capitalize;
  color: var(--clr4);
  font-weight: 700;
  font-size:16px;
  transition: all .2s ease-in-out;
}
.hvr-radial-in:hover .service-header{
  color: var(--clr1);
}
.hvr-radial-in img{
  margin-bottom: 20px;
}
.hvr-radial-in img {
  margin-bottom: 20px;
  height: 55px;
  transition: transform .3s ease-in-out;filter: brightness(100) invert(0);
}
.hvr-radial-in:hover img{
  filter: brightness(1);
  transform: scale(1.2);
}
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  transform:perspective(1px) translateZ(0) ;
  -webkit-transform: perspective(1px) translateZ(0);
  position: relative;
  background-color: var(--clr4);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
  color: var(--clr4);
  width: 200px;
  height: 200px;
  box-shadow: 0 0 5px 0 var(--clr1);
  border-radius: 50%;
  padding: 0 20px;
  display: grid;
  place-items:center;
  margin-left: auto;
  margin-right: auto;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--clr1);
  border-radius: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: var(--clr1);
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.doctors{
    margin: 50px 0;
    text-align: center;
}
.doctors-title{
    padding-bottom: 35px;
    font-weight: 700;
    color: var(--clr1);
    font-family: var(--ff3);
}
.doctor-card img{
    margin-left: auto;
    margin-right: auto;
    transition: all .4s ease-in-out;
}
.doctor-card{
    opacity: .7;
    position: relative;
    transform: scale(.8);
    transition: all .4s ease-in-out;
}
.slick-current .doctor-card{
    transform: scale(1);
    z-index: 55;
    opacity: 1;
}
.doctor-text{
    padding-top:15px;
    color: var(--clr1);
    font-family: var(--ff3);
    font-weight: 600;
    text-transform: uppercase;
}
.doctor-tag{
    color: var(--clr3);
    text-transform: capitalize;
    font-family: var(--ff1);
    font-weight: 500;
    line-height: 1;
}
.doctor-of{
  color: var(--clr3);
  text-transform: capitalize;
  font-family: var(--ff1);
  font-weight: 500;
}
.speciality{
  margin:50px 0;
}
.speciality-title{
    text-align: center;
    padding-bottom: 35px;
    font-weight: 700;
    font-size: 40px;
    color: var(--clr1);
    font-family: var(--ff1);
}
.testimonial{
    margin-top: 50px;
    padding: 50px 0;
    background-image: url('../assets/bg/Testmonial-bg.jpg');
    background-position: center;
    background-size: cover;
}
.client-main{
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--clr4);
    margin-bottom: 25px;
}
.testimonial-card{
   position: relative;
   margin: 25px 10px 25px 55px;
   padding: 20px;
   border-radius: 30px;
   background-color: var(--clr1);
   box-shadow: 0 0 2px 0 var(--clr1);
}
.quote{
    position: absolute;
    top:-50px;
    left: 2%;
    font-size: 65px;
    color: #F2C200;
    font-weight: 600;
}
.client-text{
    font-family: var(--ff3);
    font-weight: lighter;
    font-size: 14px;
    color: var(--clr4);
    font-style: italic;
}
.client-img{
  position: absolute;
  top: 24%;
  left: -50px;
  border:3px solid var(--clr2);
  border-radius: 50%;
}
.play-icon{
  position: absolute;
  top: 35%;
  left: 35%;
  font-size: 30px;
  opacity: 0.65;
  color: #f1f1f1;
}
.fancybox__content{
    padding: 15px !important;
    background: none !important;
}
.client-details{
  margin-left: 60px;
}
.client-img img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.client-name{
    font-family: var(--ff3);
    font-weight: 600;
    font-size: 18px;
    color: var(--clr4);
}
.testimonial-more a{
  color: var(--clr4);
  background-color: var(--clr1);
  padding: 10px 18px;
  border-radius: 30px;
  border: 3px solid var(--clr1);
  transition: all 0.3s ease-in-out;
}
.testimonial-more a:hover{
  font-weight: 600;
  background-color: var(--clr2);
  
}
.appointment{
    background-color: var(--clr1);
    margin-bottom: 50px;
    padding: 50px 0;
}
.appointment-title{
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--clr4);
}
.appointment-form{
    position: relative;
    display: grid;
    place-items: center;
}
.form-label{
    width: 50px;
    display: inline-block;
    color: var(--clr4);
    font-weight: 500;
}
.form-input{
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 10px;
    width: 90%;
    background: none;
    border:none;
    border-bottom: 1px solid var(--clr4);
    color: var(--clr4);
}
.form-input::placeholder{
  color: var(--clr4);
}
.form-input:focus{
    outline: none;
}
.submit-btn{
    margin-top: 15px;
}
.submit-btn-mobile{
  display: none;
}
.date-pick{
  display: grid;
  place-items:center;
}
.form-submit{
    color: var(--clr4);
    font-weight: 500;
    background-color: var(--clr2);
    border: 1px solid var(--clr2);
    border-radius: 5px;
    padding: 6px 17px;
    transition: all .3s ease-in-out;
}
.form-submit:hover{
    background-color: var(--clr4);
    border:1px solid var(--clr2);
    color: var(--clr2);
}
.resource{
  margin-bottom: 8rem;
}
.resource-main{
    font-weight: 700;
    color: var(--clr1);
    padding-bottom: 45px;
}
.resource-more{
    background-color: var(--clr1);
    padding: 8px;
    float: right;
    color: var(--clr4);
    font-weight: 500;
    border: 1px solid var(--clr1);
    border-radius: 33px;
    transition: all .2s ease-in-out;
}
.resource-more:hover{
    color: var(--clr1);
    background-color: var(--clr4);
}
.resource-more i{
    transition: all .2s ease-in-out;
}
.resource-more:hover i{
    transform: translateX(4px);
}
.resource-card{
  position: relative;
}
.resource-body{
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  background-color: rgba(14, 122, 142, 0.95);
  width: 100%;
  left: 0%;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  transition: all .3s ease-in-out;
  border-radius: 3px;
  padding: 15px;
  color: var(--clr4);
}
.resource-body h5{
    color: var(--clr4);
    text-align: center;
    font-family: var(--ff3);
    font-weight: 500;
    transition: all .3s ease-in-out;
}
.resource-card:hover p{
   height: 90px;
   color: var(--clr4);
}
.resource-body p{
    color: var(--clr3);
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.5;
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    text-align: center;
}
.loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 48, 56, 0.8);
    z-index: 99999;
    color: white;
    text-align: center;
}
.loading-icon{
    position: relative;
    top: 50%;
    font-size: 100px;
}
.footer{
  background-color: var(--clr1);
  padding: 18px 0;
  color: var(--clr4);

}
.foot-logo{
    width: 160px;
}
.foot-icons{
    display: inline-block;
    text-align: center;
}
.footer a{
  color: var(--clr4);
  font-size: 15px;
}
.foot-links{
  display: grid;
}
.foot-links ul{
  list-style: none;
}
.foot-links a{
  color: var(--clr4);
}
.footer-copyright{
  text-align: center;
  margin-top: 20px;
}
.footer-copyright span{
  font-weight: 600;
  font-family: var(--ff3);
}
.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
color: var(--clr1);
background-color: var(--clr2);
border-radius: 50%;
}
.testimonial-slider .slick-next:hover
.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:focus,
.testimonial-slider .slick-prev:focus{
    background-color: none;
    border-radius: 50%;
}
.slick-prev:before,
.slick-next:before {
color: var(--clr1);
background-color: var(--clr4);
}
.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus{
    background-color: var(--clr1);
}
.slick-slide{
    height: inherit;
}
/* .hidden{
    opacity: 0;
    filter: blur(15px);
    transform: translateX(-100%);
    transition: all 1s;
}
.show{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
} */
@media only screen and (max-width: 900px) {
    .navbar-brand {
        width: 80px;
    }
  .navbar-active .navbar-toggler i{
    color: var(--clr4);
  }
  .nav-link{
    color:var(--clr1);
  }
  .navbar-active   #offcanvasNavbar{
    background-color: var(--clr1);
  }
  .navbar-active .nav-link{
    color:var(--clr4);
  }
  .button-open{
    margin-left: 200px;
    font-size: 22px;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .navbar-active .dropdown-menu{
    background-color: var(--clr1);
  }
  .navbar-active .dropdown-item{
    color: var(--clr4);
  }
  .carousel-txt{
      font-weight: 700;
      font-size: 24px;
  }
  .carousel-bottom-txt{
    font-size: 24px;
  }
  .carousel-btn{
    display: none;
  }
  .body-banner-txt{
      font-size: 30px;
      font-weight: 600;
  }
  .form-label{
      width: auto;
  }
  .about-logo{
    display: none;
  }
  .pain-container{
    display: grid;
  }
  .pain-form{
    margin-left: 0;
    text-align: center;
  }
  .finder-section{
    margin-left: 7rem;
  }
  .servicepage-header::after{
  display: none;
  }
  .resource{
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  #carouselBanner img {
    height: 300px;
    max-width: inherit !important;
    width: auto !important;
    transform: translate(-50%, 0);
    position: relative;
    left: 50%;
  }
  .carousel-txt{
      font-weight: 600;
      font-size: 12px;
  }
  .carousel-bottom-txt{
    font-weight: 600;
    font-size: 12px;
  }
  .body-banner-txt{
    font-size: 22px;
    font-weight: 800;
    text-align: center;
  }
  .body-banner-img{
    height: 250px;
    max-width: inherit !important;
    width: auto !important;
    transform: translate(-50%, 0);
    position: relative;
    left: 50%;
  }
  .about-title{
    font-size: 18px;
  }
  .about-detail{
    font-size:11px;
  }
  .about-link {
  padding: 6px;
  font-size: 10px;
}
.doctor-card img{
  width: 50%;
}
.doctor-text {
  font-size: 15px;
}
.doctor-tag {
  font-size: 12px;
}
.doctor-of {
  font-size: 12px;
}
  .finder-title{
    font-size: 20px;
    display: grid;
    place-items:center;
  }
  .list-group-item{
    font-size: 11px;
  }
  .booking-icon{
    display: none;
  }
  .submit-btn{
    display: none;
  }
  .submit-btn-mobile{
    display: block;
    margin-top: 15px;
  }
  .tab-pane{
    font-size: 12px;
  }
  .speciality-title{
    font-size:28px;
  }
  .speciality-more{
    font-size: 12px;
  }
  .client-text{
    font-size: 12px;
  }
  .quote, .quote-invert{
    font-size:45px;
  }
  .quote {
    top: -30px;
    left: 8%;
}
.testimonial-card{
  margin-left:50px;
}
.resource-contents{
  margin-bottom: 6rem;
}
.pain-section{
  background-position: left;
}
  .finder-section{
    margin-left:0;
  }
  .finder-parent_1{
    top: 15%;
    left: 49%;
  }
  .finder-parent_2{
    top: 23.5%;
    left: 39%;
  }
  .finder-parent_3{
    top: 33%;
    left: 47.5%;
  }
  .finder-parent_4{
    top: 19.5%;
    right: 28%;
  }
  .finder-parent_5{
    top: 13%;
    right: 14.5%;
  }
  .finder-parent_6{
    top: 42%;
    right:44%;
  }
  .finder-parent_7{
    bottom: 33%;
    right: 38%;
  }
  .finder-parent_8{
    bottom: 11%;
    right: 33%;
  }
  .finder-parent_9{
    bottom: 16%;
    left: 42%;
  }
  .finder-section > div.finder-l >a::before,
  .finder-section > div.finder > a::before  {
    font-size: 12px;
  }
  .finder-section > div.finder-l > a::after{
    border-width: 0 0 0 1px;
    border-color: var(--l3);
    border-style: solid;
    height: 40px;
    left: 50%;
    top: 70%;
  }
  .finder-section > div.finder-parent_1 > a::after {
    width: 125px;
  }
  .finder-section > div.finder-parent_4 > a::before {
  left: -15px;
  top: 50px;
}
.finder-section > div.finder-parent_5 > a::before {
  left: -35px;
  top: 50px;
}
.finder-section > div.finder-parent_1 > a::before {
  left: inherit;
  right: -15px;
}
.finder-section > div.finder-parent_2 > a::before {
  left: inherit;
  right: -55px;
}
.finder-section > div.finder-parent_2 > a::after {
    left: inherit;
    right: 100%;
    width: 60px;
}
.finder-section > div.finder-parent_3 > a::before {
  left: inherit;
  right: -20px;
}
.finder-section > div.finder-parent_3 > a::after {
  left: inherit;
  right: 100%;
  width: 120px;
}
.finder-section > div.finder-parent_9 > a::before {
  left: inherit;
  right: -50px;
}
.finder-section > div.finder-parent_9 > a::after {
    right: 100%;
    width: 92px;
}
.finder-section > div.finder-parent_6 > a::before {
  left: calc( 100% + 77px);
}
.finder-section > div.finder-parent_6 > a::after {
  left: inherit;
  width: 80px;
}
.finder-section > div.finder-parent_7 > a::before {
  left: calc( 100% + 55px);
}
.finder-section > div.finder-parent_7 > a::after {
  left: inherit;
  width: 57px;
}
.finder-section > div.finder-parent_8 > a::before {
  left: calc( 100% + 45px);
}
.finder-section > div.finder-parent_8 > a::after {
  left: inherit;
  width: 49px;
}
.testimonial-card{
   padding: 10px;
}
.appointment-form form{
  text-align: center;
}
 .slick-next:hover,
  .slick-prev:hover,
  .slick-next:focus,
   .slick-prev:focus {
  background-color: none;
  border-radius: 50%;
}
.slick-prev::before {
  color: var(--clr1);
  background-color: var(--clr4);
  border-radius: 50%;
}
.slick-next::before {
  color: var(--clr1);
  background-color: var(--clr4);
  border-radius: 50%;
}
.slick-prev{
  left: 0;
  z-index: 999;
}
.slick-next{
  right: 0;
  z-index: 999;
}
.testimonial-slider .slick-prev{
  left: -15px;
}
.testimonial-slider .slick-next{
  right: -10px;
}
.hvr-radial-in{
  width: 140px;
  height: 140px;
}
.hvr-radial-in img{
  width: 40px;
  margin-bottom: 0;
}
.service-header{
  font-size:11px;
}
.resource-body h5{
    font-size: 14px;
    font-weight: 400;
}
.resource-card:hover p{
   height: 60px;
}
.resource-body p{
    font-size: 10px;
}
.footer{
  margin-top:0;
}
.foot-contact,.foot-follow{
    margin-top: 1rem;;
}
.footer a{
  font-size: 14px;
}
.foot-logo{
  width: 100px;
}
.footer-copyright span {
    font-size: 14px;
}
}
