@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Montserrat:wght@400;500;600;700&family=Open+Sans&display=swap");
body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
body a {
  text-decoration: none;
}
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .padding-tb {
  padding: 40px 0;
}
@media (max-width: 575px) {
  body .padding-tb {
    padding: 30px 0;
  }
}

.book-appoint-div {
  position: fixed;
  right: -124px;
  transform: rotate(-90deg);
  top: 40%;
  font-size: 20px;
  z-index: 999;
  box-shadow: 0 0 15px #b1b1b1;
  border-radius: 10px 10px 0 0 !important;
}
@media only screen and (max-width: 480px) {
  .book-appoint-div {
    font-size: 14px;
    right: -125px;
  }
}
@media only screen and (max-width: 450px) {
  .book-appoint-div {
    font-size: 14px;
  }
}
.book-appoint-div .btn-book-appoint {
  border-radius: 10px 10px 0 0 !important;
  font-size: 17px;
}
.book-appoint-div .btn-book-appoint:hover {
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .book-appoint-div .btn-book-appoint {
    font-size: 15px;
  }
}

.inx-hdr.micro-hdr .nav-lnk {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  min-width: 100px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.inx-hdr.micro-hdr .nav-lnk:after {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s;
}
.inx-hdr.micro-hdr .nav-lnk:hover:after {
  transform: scaleX(1);
}
.inx-hdr.micro-hdr .nav-lnk.active:after {
  transform: scaleX(1);
}
.inx-hdr#header-sroll {
  position: fixed;
  height: 100px;
  background: transparent;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .inx-hdr#header-sroll {
    position: relative;
    transition: none;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .inx-hdr#header-sroll .logo-img {
    height: 80px;
  }
}
.inx-hdr#header-sroll.small {
  height: 80px;
  line-height: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inx-hdr#header-sroll.small .logo-img {
  height: 80px;
}
.inx-hdr#header-sroll.small .nav-lnk {
  height: 80px;
}
.inx-hdr#header-sroll.small .nav-lnk:hover {
  transition: all 0.3s ease-out;
}
.inx-hdr .navbar-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .inx-hdr .navbar-menu {
    display: none;
  }
}
.inx-hdr .navbar-menu .navbar-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.inx-hdr .navbar-menu .navbar-list .nav-item .nav-lnk {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  min-width: 100px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
}
.inx-hdr .navbar-menu .navbar-list .nav-item .nav-lnk:hover {
  transition: all 0.3s ease-out;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 200px;
  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 999;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li {
  height: 0;
  transition: all 500ms;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li a {
  line-height: 24px;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  display: block;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li a:hover {
  padding-left: 20px;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown.hover:hover li {
  height: auto;
}
.inx-hdr .sidepanel {
  display: none;
  width: 0;
  height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-bottom: 15px;
}
.inx-hdr .sidepanel a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  text-align: left;
  transition: 0.3s;
}
.inx-hdr .sidepanel .closebtn {
  width: 100%;
  height: 59px;
  line-height: 1;
  font-size: 36px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
}
.inx-hdr .sidepanel ul li.dropdown {
  position: relative;
}
.inx-hdr .sidepanel ul li.dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.inx-hdr .sidepanel ul li.dropdown ul li {
  height: 0;
  overflow: hidden;
  transition: all 500ms;
}
.inx-hdr .sidepanel ul li.dropdown ul li a {
  font-size: 13px;
}
.inx-hdr .sidepanel ul li.dropdown.toggle > input {
  display: none;
}
.inx-hdr .sidepanel ul li.dropdown.toggle > input:checked ~ ul li {
  height: auto;
}
.inx-hdr .sidepanel ul li .mob-menu-links {
  padding: 8px 8px 8px 20px;
  padding-right: 20px;
  padding-top: 12px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 12px;
  text-transform: uppercase;
  line-height: normal;
  display: block;
}
.inx-hdr .sidepanel ul li label.mob-menu-links {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.inx-hdr .sidepanel ul li label.mob-menu-links::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}
.inx-hdr .openbtn {
  display: none;
  font-size: 30px;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  border: none;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  .inx-hdr .openbtn {
    display: block;
  }
  .inx-hdr .sidepanel {
    display: block;
    z-index: 9999;
  }
}
@media (max-width: 575px) {
  .inx-hdr .openbtn {
    margin-right: 15px;
  }
}

.banner-sec-2 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.banner-sec-2 .absolute-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-sec-2 .container {
  z-index: 1;
}
.banner-sec-2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.banner-sec-2 img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .banner-sec-2 img {
    max-height: 180px;
  }
}
.banner-sec-2 .text-overlay h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 2;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}
@media (max-width: 991px) {
  .banner-sec-2 .text-overlay h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner-sec-2 .text-overlay h1 {
    font-size: 18px;
  }
}
.banner-sec-2 .text-overlay h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
}
.banner-sec-2 .text-overlay h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.banner-sec-2 .text-overlay h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 2em;
  padding-left: 0.25em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .banner-sec-2 .text-overlay h1 span {
    letter-spacing: 1px;
  }
}
.banner-sec-2 .text-overlay h1 em {
  font-style: normal;
  font-weight: 600;
}
.banner-sec-2 .text-overlay .breadcrumb.br-custom {
  background: transparent;
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: center;
}
.banner-sec-2 .text-overlay .breadcrumb.br-custom .breadcrumb-item a {
  text-decoration: none;
}

.about-area .designation {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.about-area .designation:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 100px;
  height: 1px;
  width: 50px;
}
@media (max-width: 991px) {
  .about-area .designation {
    margin-top: 20px;
  }
}
.about-area .sub-title {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .about-area .sub-title {
    font-size: 26px;
  }
}
.about-area img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 100%;
}
@media (max-width: 991px) {
  .about-area img {
    margin-top: 20px;
  }
}
.about-area .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about-area .content p {
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  text-align: justify;
}
.about-area .content p:last-child {
  margin-bottom: 0;
}

.counter-sec {
  display: flex;
  align-items: center;
  position: relative;
  background-image: url(../../images/banner/counter-banner.jpg);
  width: 100%;
  height: 400px;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .counter-sec {
    height: 480px;
  }
}
.counter-sec .count-card {
  border: none;
  border-radius: 0;
  padding: 20px 0;
  align-items: center;
}
@media (max-width: 767px) {
  .counter-sec .count-card {
    margin: 15px 0;
  }
}
.counter-sec .count-card i {
  font-size: 40px;
}
.counter-sec .count-card h3 {
  font-size: 40px;
  margin: 20px 0;
}
.counter-sec .count-card h4 {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
}

footer {
  padding: 30px 0 0;
}
footer .f-col {
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  footer .f-col img {
    width: 100px;
    height: auto;
    will-change: opacity;
  }
}
footer .f-col p {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}
footer .f-col h4 {
  margin: 10px 0 20px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
footer .f-col .fm-link li a {
  display: block;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.3s ease-out;
}
footer .f-col .fm-link li a:hover {
  padding-left: 20px;
}
footer .f-col .fm-link li a:before {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  z-index: 9;
  left: 0;
  line-height: 1.8;
  font-size: 10px;
}
footer .copy-right-row {
  padding: 30px 0 25px;
}
footer .copy-right-row .f-bootom-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  footer .copy-right-row .f-bootom-col {
    flex-direction: column;
    height: 70px;
  }
}
footer .copy-right-row .f-bootom-col p {
  font-size: 13px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  footer .copy-right-row .f-bootom-col p {
    font-size: 11px;
  }
}
footer .copy-right-row .f-bootom-col .social-links {
  display: flex;
  align-items: center;
}
footer .copy-right-row .f-bootom-col .social-links li a {
  display: block;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  text-decoration: none;
  overflow: hidden;
}
footer .copy-right-row .f-bootom-col .social-links li a:hover i:first-child {
  margin-top: -31px;
}
footer .copy-right-row .f-bootom-col .social-links li a i {
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
  line-height: 32px;
}
.services-section .slider-single-item {
  max-height: 350px!important;
  min-height: 100% !important;
}

.logo-blk {
  display: flex;
  align-items: center;
}
.sub-title h3{
  font-weight: 400 !important;
    color: #242424 !important;
    font-size: 16px !important;
    text-align: justify !important;
}

h2{
  font-weight: 600 !important;
    color: #242424 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
}
p{
  font-size: 16px !important;
  text-align: justify;
}
.services-section{
  overflow: hidden;
}

.section-title ul li {
  list-style: disc!important;
  float: left !important;
  text-align: justify !important;
}

.book-appoint-div {
  position: fixed;
  right: -124px;
  transform: rotate(-90deg);
  top: 40%;
  font-size: 20px;
  z-index: 999;
  box-shadow: 0 0 15px #b1b1b1;
  border-radius: 10px 10px 0 0 !important;
}

.book-appoint-div .btn-book-appoint {
  border-radius: 10px 10px 0 0 !important;
  font-size: 17px;
}

.btn-book-appoint {
  background-color: #a21c7c;
  color: #fff;
  border-color: #a21c7c;
}


.fixed-btn ul.br-info-card-btns {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0;
  box-shadow: 0 0 6px #b1b1b1;
}

@media (max-width: 767px) {
  .fixed-btn ul.br-info-card-btns {
      display: flex;
  }

  .book-appoint-div {
      display: none !important;
  }
}

.fixed-btn ul.br-info-card-btns li {
  width: 50%;
  height: 50px;
  border-right: 0.5px solid #adadad;
}



.fixed-btn ul.br-info-card-btns li .dir-btn {
  color: #fff;
  background: #a21c7c;
  border: 1px solid #a21c7c;
}

.fixed-btn ul.br-info-card-btns li a {
  display: flex;
  justify-content: center;
  font-size: 9px;
  height: 100%;
  align-items: center;
  flex-direction: column;
}

.fixed-btn ul.br-info-card-btns li a i {
  margin: 0 0 2px 0;
  font-size: 16px;
}

.fixed-btn ul.br-info-card-btns li .calling-btn {
  background-color: #333;
  color: #fff;
  border: 1px solid #e7e7e7;
}


.fixed-btn ul.br-info-card-btns li .booking-btn {
  color: #fff;
  background: #a21c7c;
  border: 1px solid #a21c7c;
}


.fixed-btn ul.br-info-card-btns li .sharing-btn {
  background-color: #333;
  color: #fff;
  border: 1px solid #e7e7e7;
}