@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

:root {
  --primary: #130947;
  /* --primary: #0e0733; */
  /* --secondary: #4f87fb; */
  --secondary: #4f87fb;
  /* --text-color: #6d7a8c; */
  --text-color: rgba(0 0 0 / 60%);
}
.lb-details{
  display: none !important;
}
.doctorsSlider .slick-dots{
  bottom: -50px;
}
body {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: var(--text-color);
}
.dropdown-item {
  padding: 5px 70px 5px 13px;
}
section{
  overflow: hidden;
}
.dropdown-item a {
  color: var(--primary);
}
body p {
  font-weight: 600;
  text-align: justify;
}
.paddingCls {
  padding: 70px 0;
}
.hmSec2 {
  margin-top: -80px;
  padding-bottom: 50px;
}
.hmSec3 {
  background-image: linear-gradient(
      rgb(255 255 255 / 80%),
      rgb(255 255 255 / 80%)
    ),
    url(https://img.freepik.com/free-vector/teeth-dental-care-medical-background_1419-1932.jpg?w=2000&t=st=1709375549~exp=1709376149~hmac=5b2e8ac01285274e92ec51b5e269564102c3e1a08685cd9f46d8841d8b9c3c05);
  background-size: cover;
  background-position: top center;
  background-color: rgb(79 135 251 / 7%);
  position: relative;
  z-index: 1;
}

/* .bgSec3{ */
.hmSec3::before {
  z-index: -1;
  background-image: url(../media/img-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-position: right;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hmSec4 {
  background-image: url(../media/bg-02.png);
  background-size: contain;
  background-position: top center;
  padding-bottom: 0;
  /* background-color: rgb(79 135 251 / 7%); */
}
.hmSec4 .title p {
  width: 70%;
  margin: auto;
  margin-bottom: 40px;
}
.hmSec4 .treatments {
  padding: 27px 0 50px;
  margin-bottom: 70px;
}
.hmSec4 .slick-dots li button:before {
  font-size: 16px;
  color: var(--secondary);
}
.hmSec5 {
  margin-top: -50px;
  background-image: url(../media/bg-01-new.jpg);
  background-size: cover;
  background-position: center;
}
.title {
  margin-bottom: 20px;
}
.title h6 {
  color: var(--secondary);
  font-weight: 700;
  /* display: inline-block; */
}
.title h1 {
  color: black;
  display: inline-block;
  font-weight: 700;
}
a {
  text-decoration: none;
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.btn-primary {
  border-radius: 0;
  padding: 9px 12px;
  box-shadow: 3px 3px 0 #130947;
  transition: 0.7s;
  background: linear-gradient(163deg, #130947, #4f87fb);
  background-size: 200% 200%;
  border: 0;
}
.btn-primary:hover {
  animation: gradientAnimation 2s;
  box-shadow: none;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.topbar {
  font-size: 14px;
  padding: 10px 0;
}
.topbar a {
  color: var(--primary) !important;
}
.topbar span {
  color: var(--secondary);
}
.topbar .social-icons a span {
  color: var(--primary) !important;
}
.topbar p {
  color: rgb(0 0 0/ 50%);
}
.bottombar {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.5);
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.navbar-brand {
  flex-basis: 30%;
}
.navbar-brand img {
  width: 20%;
}
.navbar-brand h2 {
  font-weight: 800;
  color: #0d043a;
}
.navbar-brand p {
  color: #0d043a;
  opacity: 0.8;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
}
.navbar-nav .nav-item {
  height: 100%;
}
.navbar-nav .nav-item .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 40px 10px !important;
  font-weight: 700;
}
.callUs {
  padding: 50px 35px 40px;
  background-image: url(https://dentiq-demo.pbminfotech.com/demo1/wp-content/uploads/sites/2/2018/12/project-new-06.jpg?id=11678) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.callUs::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -1;
  background-color: var(--secondary);
  opacity: 0.85;
}
.callUs img {
  width: 60px;
  margin: 0 15px 0 0;
}
.callUs h6,
.callUs h4 {
  color: white;
}
.callUs h4 {
  font-weight: 700;
  font-size: 24px;
}
.callUs h6 {
  letter-spacing: 2px;
  margin-bottom: 5px !important;
}
.sec1LeftBx {
  border-bottom: 1px solid rgb(0 0 0/ 10%);
  border-color: var(--secondary);
  border-radius: 4px;
  box-shadow: 0 0 35px 10px rgb(26 47 106 / 10%);
  padding: 0;
  background-color: white;
  z-index: 333;
}
.sec1LeftBx1,
.sec1LeftBx2 {
  padding: 50px 35px 40px;
  height: 100%;
  z-index: 990;
  position: relative;
}
.sec1LeftBx1 h4 {
  font-weight: 600;
  margin-bottom: 30px !important;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  position: relative;
}
.footerBottom h5::before,
.footerBottom h5::after,
.sec1LeftBx1 h4::after,
.sec1LeftBx1 h4::before {
  position: absolute;
  bottom: -7px;
  height: 2px;
  width: 50%;
  background-color: var(--secondary);
  left: 0;
  content: "";
}
.footerBottom h5::after,
.sec1LeftBx1 h4::after {
  background-color: white;
  width: 2%;
  left: 3px;
  animation: slide1 2s infinite linear alternate;
}
@keyframes slide1 {
  from {
    left: 3px;
  }
  to {
    left: 30px;
  }
}
.sec1LeftBx2 li {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sec1LeftBx2 h2 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
}
.sec1LeftBx2 h2 span {
  color: var(--secondary);
  font-size: 40px;
  margin: 0 10px 0 0;
}
.medical-logo {
  background-color: var(--secondary);
  box-shadow: 4px 2px 3px #130947;
  position: relative;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-right: 20px;
}
.medical-logo::before {
  position: absolute;
  content: "";
  background-image: url(../media/logo/medical-logo.png);
  height: 70%;
  width: 70%;
  background-size: cover;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.years-of-experience h4 {
  color: black;
  font-weight: 700;
  font-size: 42px;
}
.sec1_bottom {
  margin-top: 30px;
}
.years-of-experience h4 span {
  font-size: 25px;
  font-weight: 600;
}
.treatmentBx {
  padding: 50px 50px;
  box-shadow: 7px 6px 9px 3px rgb(0 0 0 / 13%);
  border: 1px solid rgb(0 0 0 / 5%);
  position: relative;
  border-radius: 2px;
  transition: 0.7s;
  top: 0;
}
.treatmentBx:hover {
  top: -10px;
}
.treatmentBx::before {
  content: "";
  position: absolute;
  border: 50px solid;
  top: -9px;
  right: -9px;
  border-color: var(--primary) var(--primary) transparent transparent;
  opacity: 0.8;
  z-index: -1;
}
.treatmentBx::after {
  content: "";
  position: absolute;
  border: 50px solid;
  bottom: -9px;
  left: -9px;
  border-color: transparent transparent var(--primary) var(--primary);
  opacity: 0.8;
  z-index: -1;
}
.treatments .slick-slide {
  padding: 0 15px;
}
.treatments .slick-list {
  overflow: visible;
  overflow-x: clip;
}
.right-bg {
  background-color: var(--secondary);
  padding: 80px 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 0 0 12%;
  border-radius: 20px 0 0 20px;
  box-shadow: -7px 8px 16px 2px rgb(0 0 0 / 15%);
}
.right-bg::before {
  background-image: url(https://dentiq-demo.pbminfotech.com/demo1/wp-content/uploads/sites/2/2019/07/dotted-map.png?id=11065) !important;
  background-size: contain !important;
  margin-right: -89.5px;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.facts h4,
.facts p {
  color: white;
}
.facts h4 {
  font-weight: bold;
  font-size: 38px;
}
.facts p {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}
.sideSec5Content {
  padding: 80px 50px;
  background: linear-gradient(to left, white 54%, transparent 110%);
  /* background: rgba(255, 255, 255, 0.5); */
  /* box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%); */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
main section:nth-child(5) ul {
  display: flex;
  flex-wrap: wrap;
}
main section:nth-child(5) ul li {
  flex-basis: 50%;
  margin-bottom: 20px;
}
.footTopCol {
  display: flex;
  align-items: start;
  background: white;
  height: 100%;
  padding: 23px 24px;
  box-shadow: 0px 0 14px 6px rgb(0 0 0 / 10%);
  border: 1px solid rgb(0 0 0 / 5%);
}
main section:nth-child(6) .accordion-button:not(.collapsed) {
  background: transparent;
}
main section:nth-child(6) .accordion-item {
  border: 0;
}
main section:nth-child(6) .accordion-body {
  background-color: rgb(245 245 245 / 62%);
}
footer {
  background-color: whitesmoke;
  z-index: 1;
  position: relative;
  border-top: 10px solid;
  border-color: var(--secondary);
  border-radius: 4px 4px 0 0;
}
footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../media/dotted-world-maps.png);
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0.03;
}
.footerTop {
  padding: 70px 0 40px;
  position: relative;
}
.footerTop::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 95%;
  background: rgba(79 135 251 / 35%);
}
.footerBottom ul li a,
.footerTop a {
  color: var(--primary);
  transition: 0.7s;
}
.footerTop a,
.footerTop p {
  text-shadow: 2px 2px rgb(0 0 0 / 20%);
}
.footerBottom ul li a:hover,
.footerTop a:hover {
  color: var(--secondary);
}
.footerBottom {
  padding: 50px 0 50px;
}
.footerBottom .bi-chevron-double-right {
  font-size: 10px;
}
.footerBottom .footbottomcol {
  position: relative;
}
.footerBottom .footbottomcol::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 2px;
  background-color: rgb(0 0 0 / 5%);
  content: "";
}
.footerBottom .footbottomcol:last-child:before {
  display: none;
}
.footerBottom h5 {
  color: var(--primary);
  font-weight: bold;
  position: relative;
  display: inline-block;
  font-size: 23px;
}
.footerBottom h5::before,
.footerBottom h5::after {
  bottom: -4px;
  animation: none;
}
.footerBottom h5::after {
  width: 4%;
  left: 4px;
  animation: none;
}
.icn {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin: 0 0 15px;
  z-index: 1;
}
.icn::before {
  position: absolute;
  top: -23%;
  left: -32%;
  background-color: var(--secondary);
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  opacity: 0.2;
  border-radius: 50%;
}
.appt-icn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #13094763;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.appt-icn img {
  width: 20%;
  animation: beat1 1s infinite alternate linear;
}
@keyframes beat1 {
  from {
    transform: scale(0.9) rotate(0deg);
  }
  to {
    transform: scale(1.02) rotate(5deg);
  }
}
.animateTop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  animation: topAnimate 0.7s linear;
}
@keyframes topAnimate {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.offcanvas {
  transition: 0.7s;
}
.offcanvas-header {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  box-shadow: 2px 2px 7px rgb(0 0 0 / 10%);
}
.sec1LeftBx2 {
  padding: 30px 35px;
}
.appt-icn img {
  width: 12%;
}

.abouthmSec3::before{
  background-image: url(../media/img-03.png);
  background-position: left;
}
.pageBanner h1{
  font-size: 55px;
}
.pageBanner p{
  font-size: 17px;
}
.contact-info , .opening-hours{
    position: relative;
    padding: 32px;
    border-radius: 20px;
    border: 2px solid #dde4ea;
}
.opening-hours h2, .emergency-box h2, .appointment-box h2, .contact-info h2 {
    position: absolute;
    top: -24px;
    left: -2px;
    height: 48px;
    padding-right: 16px;
    background: #fff;
    font-size: 24px;
    font-weight: 600;
    color: #404040;
}
.contact-info ul {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #828282;
}
.contact-info ul li {
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 500;
}
.contact-info ul li span {
    display: inline-block;
    color: #404040;
}
.contact-info ul li span {
    width: 64px;
}
.opening-hours ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #828282;
}

.emergency-box {
    padding: 32px;
}
.emergency-box .call-btn {
    /*max-width: 220px;*/
    /*margin: 24px auto !important;*/
}
.emergency-box p {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 13px;
    font-style: italic;
    color: #828282;
}
.button.gradient-bg {
    border-color: transparent;
    background: -moz-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(50,200,250,1)), color-stop(100%, rgba(88,125,228,1)));
    background: -webkit-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%);
    background: -o-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%);
    background: -ms-linear-gradient(180deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%);
    background: linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb', endColorstr='#587de4',GradientType=1 );
    color: #fff;
    border-radius: 40px;
    padding: 10px 15px !important;
    display: inline-block;
    margin: 10px 0 !important;
}

.contactForm .form-control.rounded-0:focus{
  box-shadow: none !important;
}

.treatmentPageBx h4{
  left: 20px;
  transition: all 1.7s ease; 
}
.treatmentPageBx:hover h4{
  left: 60%;
}
.treatmentPageBx h4::before,
.treatmentPageBx h4::after{
  position: absolute;
  bottom: -2px;
  left: 15%;
  background: var(--secondary);
  content: '';
  width: 30px;
  height: 2px;
}
.treatmentPageBx h4::after{
  animation: animateBefore 2s infinite linear alternate;
  background: white;
  width: 8px;
  /*left: 20%;*/
}

@keyframes animateBefore{
  0%{
    left: 17%;
  }100%{
    left: 20%;
  }
}
.treatmentPageBx{
  border-color: var(--secondary) !important;
}
ul.treatmentUL.m-0.p-0.ps-3 span{
  color: var(--secondary);
  font-size: 10px;
}