@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
::-webkit-scrollbar-track {
  border: 0px;
  padding: 2px 0;
  background-color: #ffffff;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #21b5e5;
  border: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1290px;
  }
}
a {
  text-decoration: none !important;
}

.text-theme {
  color: #65d3f6 !important;
}

.text-gray {
  color: #1c0a09 !important;
}

.color-6 {
  color: #65d3f6;
}

.text-dark {
  color: #1c0a09 !important;
}

body {
  font-family: Montserrat;
  line-height: 1.45em;
  font-weight: 400;
  color: #1c0a09 !important;
  font-size: 15px !important;
  text-decoration: none;
}

main {
  min-height: 85vh;
  /* overflow-x: hidden; */
}

.fixed-icon {
  position: fixed;
  right: 40px;
  bottom: 70px;
  width: 50px;
}
.fixed-icon .whatsppchat {
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  z-index: 2;
  position: relative;
}
.fixed-icon .fb {
  margin-bottom: 10px;
}
.fixed-icon .insta {
  margin-bottom: 10px;
}
.fixed-icon .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  transform: scale(0.6);
  opacity: 0.8;
  animation: ripple 2.6s infinite;
  z-index: 1;
}
.fixed-icon .wave1 {
  animation-delay: 0s;
}
.fixed-icon .wave2 {
  animation-delay: 0.9s;
}
.fixed-icon .wave3 {
  animation-delay: 1.8s;
}
@keyframes ripple {
  0% {
    transform: scale(0.6);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.8);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

.btn {
  font-family: Montserrat;
  font-size: 15px;
  line-height: 1.76em;
  font-weight: 500;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 40px;
  outline: 0;
  position: relative;
  padding: 10px 24px;
}

.btn-animy {
  position: relative;
  color: #fff !important;
  display: block;
}

.btn-animy span::before,
.btn-animy span::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.btn-animy:hover::before,
.btn-animy:hover::after {
  width: 0%;
}

.btn-animy:hover span::before,
.btn-animy:hover span::after {
  height: 0%;
}

.btn-animy span {
  display: block;
  padding: 12px 70px;
}

.btn-animy:after,
.btn-animy:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.btn-animy::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.btn-animy span::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.btn-animy::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.btn-animy span::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #ffffff !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #ffffff !important;
}

.btn:focus-visible {
  box-shadow: none !important;
  background: #000 0% 0% no-repeat padding-box;
  border-color: #000;
  color: #ffffff;
}

.btn-primary {
  background-color: #21b5e5;
  border: #21b5e5;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-primary:hover {
  background-color: #1c0a09;
  color: #ffffff;
}
.btn-primary:focus,
.btn-primary:active {
  background: #1c0a09 !important;
  color: #ffffff;
}

.btn-secondary {
  background: #1c0a09;
  border: #1c0a09;
  color: #ffffff;
}
.btn-secondary:hover {
  color: #ffffff;
  border: #21b5e5;
  background: #21b5e5;
}
.btn-secondary:focus,
.btn-secondary:active {
  color: #ffffff;
  border: #21b5e5;
  background: #21b5e5;
}

.btn-light {
  background-color: #fff;
  border: #fff;
  color: #000;
}
.btn-light:hover {
  background-color: #000;
  border: #000;
  color: #fff;
}
.btn-light:focus,
.btn-light:active {
  background-color: #000;
  border: #000;
  color: #fff;
}

.circle-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  text-align: center;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #21b5e5;
  color: #fff;
}
.circle-icon:hover {
  background-color: #1c0a09;
  color: #fff;
}

@keyframes tilt-shaking {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.03);
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
  }
  75% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.brochure {
  font-size: 18px;
}

form .form-group label {
  color: #252525;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
}
form .form-group .form-control {
  padding: 7px 20px 7px 20;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: #333;
  background-color: transparent;
  border: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: none;
}
form .form-group .form-control::-moz-placeholder {
  color: #a5a5a5;
  opacity: 1;
}
form .form-group .form-control::placeholder {
  color: #a5a5a5;
  opacity: 1;
}

.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.help-block {
  display: inline-block;
  font-size: 13px;
  background: #ff7171;
  color: white;
  padding: 2px 10px;
  margin-top: 8px;
  position: relative;
  border-radius: 3px;
}
.help-block:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ff7171;
}

.sub-title {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: #65d3f6;
  text-transform: uppercase;
}

.main-title {
  font-family: Montserrat;
  font-size: 42px;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
}

.heading-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  color: #000;
}

.heading-large {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  color: #252525;
}

.animatated-title span {
  transition: all 0.4s ease;
  display: inline-block;
}
.animatated-title span:hover {
  transform: translateY(-10px);
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}

/* to remove slide effect  css */
.animated {
  animation-duration: 0 ms !important;
  animation-fill-mode: both !important;
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.owl-arrow-middle .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  display: flex;
  height: 30px;
}
.owl-arrow-middle .owl-nav button {
  position: absolute;
}
.owl-arrow-middle .owl-nav button img {
  width: 20px;
}
.owl-arrow-middle .owl-nav .owl-prev {
  left: -50px;
}
.owl-arrow-middle .owl-nav .owl-next {
  right: -50px;
}

.terms {
  padding: 40px 0;
}
.terms .sidebar a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 15px;
  color: #252525;
  font-family: Montserrat;
}
.terms .sidebar .active {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #449452;
}
.terms .date {
  font-size: 16px;
}
.terms p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
}
.terms li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
  margin-bottom: 10px;
}

.pagination {
  margin: 40px 0px;
  position: relative;
  z-index: 0;
}
.pagination .page-item .page-link,
.pagination .page-item a {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #252525;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 7px 13px;
  text-align: center;
}
.pagination .page-item .page-link.disable,
.pagination .page-item a.disable {
  opacity: 0.6;
}
.pagination .page-item .page-link.active,
.pagination .page-item a.active {
  color: #449452;
  font-weight: bold;
  opacity: 1;
}
.pagination .page-item .page-link:hover,
.pagination .page-item a:hover {
  color: #449452;
  font-weight: bold;
  opacity: 1;
}
.pagination .page-item .prev {
  margin-right: 15px;
}
.pagination .page-item .next {
  margin-left: 15px;
}

.atc-success {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 90%;
  max-width: 650px;
  padding: 20px 15px;
  display: none;
  font-family: Montserrat;
}
.atc-success h1 {
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  opacity: 1;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.atc-success h5 {
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  opacity: 1;
}
.atc-success h4 {
  color: #7ca330;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.atc-success img {
  border-radius: 8px;
}

.companypara {
  font-size: 12px;
}

.more-content {
  display: none;
  margin-top: 15px;
}

#toggleMore:checked ~ .more-content {
  display: block;
}

.read-more-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #21b5e5;
  color: #fff;
  cursor: pointer;
}

/* Hide original label text (just in case) */
.read-more-btn::before {
  content: "";
}

/* Button text */
.read-more-btn::after {
  content: "Read More";
}

#toggleMore:checked ~ .read-more-btn::after {
  content: "Read Less";
}

.content-wrap p {
  display: -webkit-box; /* Flex-like container for lines */
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical; /* Vertical orientation */
  overflow: hidden; /* Hide extra content */
  text-overflow: ellipsis; /* Show ... at the end */
}

.page-title {
  padding: 120px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}
.page-title .main-title {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.page-title ul li {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  margin: 0 1px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  display: inline;
}
.page-title ul li a {
  color: #ffffff;
  font-weight: 400 !important;
}

.page-title-two {
  padding: 80px 0px;
  position: relative;
}
.page-title-two .main-title {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  letter-spacing: 0px;
  color: #252525;
  text-align: center;
}
.page-title-two ul li {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  margin: 0 1px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #252525;
  display: inline;
}
.page-title-two ul li a {
  color: #252525;
  font-weight: 300 !important;
}

.page-title-three {
  padding: 40px 0px;
}

header {
  z-index: 2;
  position: relative;
  width: 100%;
  z-index: 9;
  transition: all 0.4s ease;
}
header .navbar {
  padding: 7px 0 !important;
  background: #fff;
}
header .logo {
  width: 90px;
}
header nav {
  border-bottom: 1px solid rgba(7, 7, 7, 0.031372549);
  background: transparent 0% 0% no-repeat padding-box;
  transition: all 0.4s ease;
  padding: 15px 0 !important;
}
header nav .navbar-toggler {
  border: 0;
  box-shadow: none;
}
header nav .navbar-toggler:focus {
  box-shadow: none;
}
header nav .navbar-nav .nav-item {
  padding: 0 15px;
}
header nav .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 0px;
  color: #1c0a09;
  opacity: 1;
  position: relative;
}
header nav .navbar-nav .nav-item .nav-link::before {
  background-color: #21b5e5;
  position: absolute;
  content: "";
  bottom: 8px;
  left: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  transition: 0.5s;
}
header nav .navbar-nav .nav-item .nav-link .fa {
  color: #21b5e5;
  transition: all 0.4s ease;
}
header nav .navbar-nav .nav-item .nav-link.active {
  color: #21b5e5;
}
header nav .navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
  opacity: 1;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  color: #21b5e5;
}
header nav .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
  opacity: 1;
}
header nav .navbar-nav .nav-item .nav-link:hover .fa {
  rotate: 180deg;
}
header nav .navbar-nav .nav-item .bag-img {
  filter: brightness(0);
}
header nav .navbar-nav .nav-item .bag-img:hover {
  filter: none;
}
header nav .navbar-nav .has-dropdown {
  position: relative;
  z-index: 0;
}
header nav .navbar-nav .has-dropdown .sub-menu {
  z-index: 1;
  position: absolute;
  background: #fff 0% 0% no-repeat padding-box;
  padding: 15px 15px;
  width: 220px;
  left: 0px;
  top: 75px;
  opacity: 0;
  border-radius: 10px;
  visibility: hidden;
  transition: all ease 0.4s;
}
header nav .navbar-nav .has-dropdown .sub-menu .nav-item .nav-link {
  text-align: center;
  color: #1c0a09;
  font: normal normal normal 13px/18px Montserrat;
  letter-spacing: 0px;
  padding: 7px 0;
  opacity: 1;
}
header nav .navbar-nav .has-dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header nav .right-nav .nav-item {
  padding: 5px 10px;
}
header nav .right-nav .make-call a {
  color: #1c0a09;
  font-weight: 500;
  margin-left: 5px;
}
header nav .right-nav .make-call a span 
{
  display: none;
}
.fixed {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.0901960784);
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}

.image-anime {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}
.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(33, 181, 229, 0.1490196078);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.zoom-anim {
  animation: zoom 1s linear 1s infinite;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.sidebarmenu {
  background-color: #9e5e07;
  padding: 8px 10px 8px 10px;
  border-radius: 20px;
  border: 0;
  position: relative;
  width: 50px;
  min-width: 50px;
}

.sidebarmenu span {
  position: relative;
  display: block;
  height: 1px;
  width: 30px;
  margin: 3px 0;
  overflow: hidden;
}

.sidebarmenu span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

.sidebarmenu:hover span::before {
  animation: animbar 0.4s ease-in-out;
}

@keyframes animbar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.offcanvas {
  background-color: #ece2d4 !important;
  --bs-offcanvas-width: 500px;
}

.offcanvas-header {
  position: absolute;
  right: 30px;
  top: 20px;
}

.offcanvas-body {
  padding: 85px 80px 80px;
}

.offcanvas-header .btn-close {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(32%) sepia(44%) saturate(3615%)
    hue-rotate(31deg) brightness(89%) contrast(94%);
}

.canvas-logo img {
  width: 160px;
}

.canvas-logo {
  margin-bottom: 40px;
}

.qodef-side-navigation ul.menu {
  list-style: none;
  padding-left: 0;
}

.qodef-side-navigation ul.menu > li {
  margin: 10px 0;
}

.qodef-side-navigation ul.menu > li > a {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 2.09em;
  letter-spacing: 0.3em;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.qodef-side-navigation .submenu-toggle {
  font-size: 12px;
  margin-left: 6px;
  cursor: pointer;
}

.qodef-side-navigation ul.submenu {
  display: none;
  padding-left: 15px;
  margin-top: 5px;
}

.qodef-side-navigation .has-submenu.open > ul.submenu {
  display: block;
  list-style: none;
}

.qodef-side-navigation .submenu li {
  position: relative;
  padding-left: 20px;
}

.qodef-side-navigation .submenu li::before {
  content: "→";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #c28562;
}

.qodef-side-navigation ul.submenu li a {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 2.09em;
  letter-spacing: 0.3em;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.sidebar-footer {
  border-top: 1px solid #9e5e07;
  padding-top: 20px;
  margin-top: 0px;
}
.sidebar-footer .title {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 400 !important;
}
.sidebar-footer p {
  color: #000;
}

footer {
  padding: 50px 0 0px;
  background-color: rgba(0, 0, 0, 0.9294117647);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0 solid rgba(12, 7, 5, 0.1);
  background-image: url(../images/footer-bg-pattern.png);
  position: relative;
  background-size: cover;
  background-position: center;
}
footer .footer-img img {
  width: 120px;
}
footer .footer-top img {
  position: absolute;
  top: 0;
}
footer p {
  text-align: left;
  font: normal normal normal 14px/24px Montserrat;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}
footer .footer-content {
  font: normal normal normal 14px/24px Montserrat;
  margin-bottom: 20px;
}
footer .footer-content .footer-heading .p {
  color: #21b5e5;
  color: #fff;
  font: normal normal 500 22px/32px Montserrat;
  letter-spacing: 0px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
footer .footer-content .footer-list {
  -moz-column-count: 2;
  column-count: 2;
}
footer .footer-content .footer-list li {
  margin-bottom: 5px;
}
footer .footer-content .footer-list li a {
  color: #ffffff;
  font: normal normal 300 14px/23px Montserrat;
  letter-spacing: 0px;
}
footer .footer-content .contact-area {
  padding-left: 0;
  color: #fff;
  list-style: none;
}
footer .footer-content .contact-area li {
  display: flex;
  align-items: start;
  justify-content: left;
  color: #fff;
  margin-bottom: 10px;
}
footer .footer-content .contact-area li .icons {
  min-width: 30px;
  display: inline-block;
  text-align: center;
}
footer .footer-content .contact-area li i {
  font-size: 18px;
  margin-right: 10px;
  margin-top: 4px;
}
footer .footer-content .contact-area li a {
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  margin: 8px 0;
  line-height: 1.45em;
  font-weight: 400;
  color: #fff !important;
  display: block;
  font-size: 14px !important;
}
footer .footer-content .footer-list1 li a {
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  margin: 8px 0;
  line-height: 1.45em;
  font-weight: 400;
  color: #fff !important;
  display: block;
  font-size: 14px !important;
  position: relative;
  padding-left: 15px;
}
footer .footer-content .footer-list1 li a::before {
  content: "\f105";
  position: absolute;
  left: 2px;
  top: 2px;
  font: normal normal normal 15px/1 FontAwesome;
  color: #ffffff;
}
footer .disclaimer h5 {
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-size: 12px !important;
  color: rgba(33, 31, 29, 0.631372549) !important;
  font-family: "Montserrat" !important;
}
footer .disclaimer p {
  padding-bottom: 0px;
  font-size: 12px !important;
  color: rgba(33, 31, 29, 0.631372549) !important;
  font-family: "Montserrat" !important;
  margin: 0;
  line-height: 16px;
}
footer .hr-line {
  color: #848484;
  padding: 0;
  margin: 0;
}
footer .footer-test {
  padding-bottom: 12px;
  padding-top: 3px;
}
footer .footer-test .test-start {
  text-align: start;
  font: normal normal normal 14px/20px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
}
footer .test-end {
  text-align: end;
  font: normal normal normal 14px/20px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
}

.social-icon {
  padding-bottom: 0px;
  text-align: start;
}

.social-connect {
  text-align: center;
  color: #ffffff;
  background-color: #21b5e5;
  border: 2px solid #21b5e5;
  font-size: 18px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  position: relative;
  transition: all 0.4s ease;
}
.social-connect:hover {
  border: 2px solid #21b5e5;
  background-color: #ffffff;
  color: #21b5e5;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.copyright-area {
  padding-top: 20px;
}

.copyright-area p {
  font-family: Montserrat;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  padding: 20px 0 !important;
  margin: 0;
  border-top: 1px solid rgba(187, 187, 187, 0.2);
}

.copyright-area p a {
  color: #fff;
}

.space-one {
  padding: 50px 0;
}

.space-two {
  padding: 30px 0;
}

.space-three {
  padding: 30px 0;
}

.space-one-top {
  padding-top: 50px;
}

.space-one-bottom {
  padding-bottom: 50px;
}

.counter-box {
  text-align: center;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 30px 20px;
  border-radius: 10px;
  transition: all 0.4s ease;
}
.counter-box .number {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  color: #21b5e5;
  line-height: 38px;
}
.counter-box span.pre {
  font-size: 30px;
  margin-left: 4px;
  color: #21b5e5;
}
.counter-box .title {
  font-size: 16x;
  font-weight: 600;
  margin-bottom: 0;
}
.counter-box:hover {
  transform: translateY(-10px);
}

.counter-box-one {
  text-align: center;
  background: #21b5e5;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 30px 50px;
  border-radius: 10px;
  display: inline-block;
  margin-left: 30px;
  transition: all 0.4s ease;
}
.counter-box-one .number {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  line-height: 38px;
}
.counter-box-one span.pre {
  font-size: 30px;
  margin-left: 4px;
  color: #ffffff;
}
.counter-box-one .title {
  font-size: 16x;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
.counter-box-one.top {
  position: relative;
  margin-bottom: -65px;
  float: left;
  z-index: 1;
}
.counter-box-one.bottom {
  position: relative;
  margin-left: auto !important;
  margin-right: 30px;
  margin-top: -65px;
  float: right;
}
.counter-box-one:hover {
  transform: translateY(-10px);
}

.list-one {
  list-style: none;
  padding-left: 0;
}
.list-one li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.list-one li::before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
  color: #21b5e5;
}

.services {
  background-color: #21b5e5;
}
.services .service-box {
  text-align: center;
}
.services .service-box .icon-wrap {
  width: 110px;
  height: 110px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}
.services .service-box .icon-wrap .image {
  height: 95px;
  border-radius: 60%;
  object-fit: cover;
}
.services .service-box .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
.services .service-box .para {
  color: #fff;
}
.services .service-box:hover .icon-wrap {
  border: 2px solid #65d3f6;
}

.box-wrap-one {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: rgba(33, 182, 229, 0.1490196078);
  border: 1px solid #65d3f6;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}
.box-wrap-one .icon-wrap {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: #21b5e5;
  min-height: 60px !important;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
.box-wrap-one .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  transition: all 0.4s ease;
}
.box-wrap-one .para {
  margin-bottom: 0;
  transition: all 0.4s ease;
}
.box-wrap-one:hover {
  transform: translateY(-10px);
  border: 1px solid #21b5e5;
  background-color: #21b5e5;
}
.box-wrap-one:hover .icon-wrap {
  background-color: #ffffff;
}
.box-wrap-one:hover .title {
  color: #fff;
}
.box-wrap-one:hover .para {
  color: #fff;
}

.team-wrap {
  text-align: center;
}
.team-wrap .team-image {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}
.team-wrap .team-image img {
  transition: all 0.4s ease;
  border-radius: 10px;
}
.team-wrap .description-wrap .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.team-wrap .description-wrap .para {
  margin-bottom: 0;
}
.team-wrap:hover .team-image img {
  transform: scale(1.04);
}

.gallery-box .content-wrap .title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.gallery-box a {
  display: block;
  overflow: hidden;
}
.gallery-box a img {
  transition: all 0.4s ease;
}
.gallery-box:hover a img {
  transform: scale(1.04);
}

.gallery-row {
  -moz-column-count: 4;
  column-count: 4;
  gap: 0;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cnt-box {
  text-align: center;
}
.cnt-box .icon-wrap {
  width: 90px;
  margin: auto;
}
.cnt-box .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}
.cnt-box .para {
  font-size: 16px;
}

.btn-phone-call {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 15px 45px;
  transition: all 0.4s ease;
}
.btn-phone-call .icon {
  margin-right: 15px;
}
.btn-phone-call .icon i {
  font-size: 35px;
  animation: tilt-shaking 1s infinite;
}
.btn-phone-call .info {
  text-align: center;
}
.btn-phone-call .info h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}
.btn-phone-call .info p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.btn-phone-call:hover {
  transform: scale(1.05);
}

.btn-whastapp {
  background: #61ce70;
  color: #fff;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease;
}
.btn-whastapp .icon i {
  font-size: 28px;
  margin-right: 5px;
}
.btn-whastapp:hover {
  background: #25d366;
  color: #fff;
  transform: scale(1.03);
}

.owl-nav {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translate(0px, -43%);
  z-index: 1;
}
.owl-nav button {
  background-color: #21b5e5 !important;
  width: 35px;
  height: 35px;
  border-radius: 35px !important;
  color: #fff !important;
  font-size: 24px !important;
}
.owl-nav button i {
  font-size: 24px;
}
.owl-nav button i:hover {
  color: #fff;
}
.owl-nav button:hover {
  background-color: #65d3f6 !important;
  color: #fff !important;
}
.owl-nav .owl-prev {
  position: absolute;
  left: -18px;
}
.owl-nav .owl-next {
  position: absolute;
  right: -18px;
}

figcaption {
  display: none;
}

img.mfp-img {
  border-radius: 15px !important;
}

.accordion-item {
  margin-bottom: 15px;
  border: 0;
}
.accordion-item .accordion-button {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #1c0a09;
  border-radius: 10px !important;
}
.accordion-item .accordion-button:not(.collapsed) {
  background: #21b5e5 !important;
  color: #ffffff !important;
}
.accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(10) !important;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
  background: #f2f2f2;
  margin-top: -10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px !important;
  padding-top: 10px;
}

.testimonial-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #21b5e5;
}
.testimonial-box ul.rating-stars {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 4px;
  font-size: 16px;
  color: #ffc402;
}
.testimonial-box .bio-details {
  display: flex;
  justify-content: left;
  align-items: center;
}
.testimonial-box .bio-details .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin-right: 10px;
}
.testimonial-box .bio-details .profile-image img {
  width: 100%;
  border-radius: 50%;
}
.testimonial-box .bio-details .profile-info .profile-name {
  font-size: 16px;
  font-weight: 500;
  color: #1c0a09;
}
.testimonial-box .bio-details .profile-info .profile-des {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.bg-two {
  background-color: #eaf8ff;
}

.text-color1 {
  color: #21b5e5;
}

.expertise-box-one .expertise-top {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 2px;
  background-color: #21b5e5;
  border-radius: 50px 10px 10px 50px;
}
.expertise-box-one .expertise-top .icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 10px;
  background: #fff;
  margin-right: 10px;
}
.expertise-box-one .expertise-top .title {
  font-size: 21px;
  margin: 0;
  color: #fff;
  font-weight: 500;
}
.expertise-box-one .description-wrap {
  background: #fff;
  padding: 15px;
  margin-top: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  font-size: 14px;
  border-radius: 10px;
}

.columnbg .expertise-box-one .description-wrap {
  background-color: #eaf8ff !important;
}

.quote-box {
  background: #f5f5f5;
}
.quote-box .box .text {
  font-size: 18px;
}
.quote-box .box .name {
  font-size: 16px;
  color: #21b5e5;
}

.team-one .doctor-wrap {
  position: relative;
}
.team-one .doctor-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #21b5e5;
  background: linear-gradient(
    0deg,
    rgb(33, 181, 229) 0%,
    rgb(101, 211, 246) 100%
  );
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.team-one .doctor-info {
  padding: 30px;
  border: 3px solid #21b5e5;
  margin-top: 15px;
  text-align: center;
}
.team-one .doctor-info h4 {
  font-size: 21px;
  color: #1c0a09;
  font-weight: 600;
}
.team-one .doctor-info p {
  color: #1c0a09;
  font-weight: 500;
}

.square-text-box {
  background-color: #21b5e5;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  padding: 50px;
}

.second-banner .wrapper {
  text-align: center;
  background: #21b5e5;
  padding: 80px 50px;
  border-radius: 30px;
  position: relative;
  z-index: 0;
}
.second-banner .wrapper .sub {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
}
.second-banner .wrapper .title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
}
.second-banner .wrapper .info {
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
}
.second-banner .wrapper .left-img {
  position: absolute;
  left: 20px;
  z-index: -1;
  transform: rotate(-40deg);
  bottom: 30px;
  opacity: 0.5;
}
.second-banner .wrapper .right-img {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: -1;
  opacity: 0.5;
  transform: rotate(25deg);
}

.treatment-wrap {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  height: 100%;
}
.treatment-wrap .treatment-image {
  overflow: hidden;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.treatment-wrap .treatment-image img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  transition: all 0.4s ease;
}
.treatment-wrap .icon-wrap {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #21b5e5;
  min-height: 60px !important;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 50%;
  margin: auto;
  margin-top: -40px;
  z-index: 1;
  position: relative;
  margin-bottom: 0px;
}
.treatment-wrap .description-wrap {
  padding: 20px;
  text-align: center;
}
.treatment-wrap .description-wrap .title {
  font-size: 18px;
  font-weight: 600;
}
.treatment-wrap .description-wrap .para {
  font-size: 16px;
  font-weight: 400;
}
.treatment-wrap .description-wrap strong {
  font-weight: 600;
}
.treatment-wrap .description-wrap ul {
  padding-left: 18px;
}
.treatment-wrap:hover {
  transform: translateY(-10px);
}
.treatment-wrap:hover .treatment-image img {
  transform: scale(1.04);
}

.branches-wrap {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  padding: 20px;
}
.branches-wrap .description-wrap .title {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.branches-wrap .description-wrap ul li {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}
.branches-wrap .description-wrap ul li span {
  font-weight: 500;
  min-width: 85px;
}
.branches-wrap .map iframe {
  border-radius: 10px;
}
.branches-wrap:hover {
  transform: translateY(-10px);
}

.contact-form-wrap {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  padding: 30px;
}
.contact-form-wrap .wrap .title {
  font-size: 24px;
  font-weight: 600;
}
.contact-form-wrap .wrap p {
  font-weight: 500;
}

.block-after-before {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.block-after-before .title {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
}
.block-after-before::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 40%;
  background-color: #21b5e5;
  width: 100%;
  z-index: -1;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.img-wrap {
  text-align: center;
}

.social-connect img {
  width: 48%;
  filter: invert(1);
}

.social-connect:hover img {
  filter: invert(58%) sepia(76%) saturate(500%) hue-rotate(173deg)
    brightness(95%) contrast(90%);
  cursor: pointer;
}

.counter-box-two {
  text-align: center;
}
.counter-box-two .number {
  font-size: 32px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
}
.counter-box-two .pre {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
.counter-box-two .ctitle {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.box-after-before {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0px;
}
.box-after-before img {
  width: 100%;
  display: block;
}
.box-after-before .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%; /* default half overlay */
  height: 100%;
  overflow: hidden;
}
.box-after-before .img-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
.box-after-before .slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #fff;
  cursor: ew-resize;
  transform: translateX(-50%);
}
.box-after-before .handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #21b5e5;
  color: white;
  border-radius: 50%;
  padding: 5px;
  width: 35px;
  min-height: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.appointment .modal-content {
  background: #f3f7fb;
  padding: 10px;
  border: 10px;
}
.appointment .modal-content .model-inset {
  border: 2px solid #21b5e5;
  padding: 0;
  border-radius: 5px;
}
.appointment .modal-content .modal-header {
  justify-content: center;
  border: 0;
}
.appointment .modal-content .modal-header .navbar-logo {
  width: 100%;
  display: block;
  text-align: center;
}
.appointment .modal-content .modal-header .navbar-logo .logo {
  width: 70px;
}
.appointment .modal-content .modal-header button.btn-close {
  opacity: 1;
  border-radius: 50%;
  padding: 10px !important;
  font-size: 16px;
  position: absolute;
  right: -35px;
  top: -15px;
  filter: invert(1);
}
.appointment .modal-content .modal-header button.btn-close:hover,
.appointment .modal-content .modal-header button.btn-close:focus,
.appointment .modal-content .modal-header button.btn-close:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
.appointment .modal-content .modal-body {
  padding: 20px 40px;
}
.appointment .modal-content .modal-body .title {
  font-size: 24px;
  color: #21b5e5;
  font-weight: 600;
}
.appointment .modal-content .modal-body .sub {
  font-size: 14px;
  font-weight: 500;
}

.input-group .input-group-text {
  background: #fff;
  padding-right: 0;
  color: #21b5e5;
  border-radius: 30px;
}
.input-group .form-control {
  border-left: 0;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 30px;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.input-group .form-control ::-moz-placeholder {
  font-size: 14px;
}
.input-group .form-control ::placeholder {
  font-size: 14px;
}
.input-group .form-control:focus,
.input-group .form-control:focus-visible,
.input-group .form-control:hover {
  box-shadow: none !important;
  outline: none;
  border: 1px solid #ddd;
  border-left: 0 !important;
}
.input-group .control-one {
  border-left: 1px solid #ddd !important;
}
.input-group .control-one:focus,
.input-group .control-one:focus-visible,
.input-group .control-one:hover {
  border-left: 1px solid #ddd !important;
}
.input-group label {
  font-size: 14px;
  display: flex;
  justify-content: start;
  line-height: 18px;
  align-items: start;
}
.input-group label input {
  margin-top: 5px;
}

.couter-popup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.couter-popup .line-wrap {
  position: absolute;
  top: 50%;
  left: 7%;
  width: 86%;
  right: 0;
  height: 2px;
  background-color: #0092c1;
  transform: translateY(-50%);
  z-index: 1;
}
.couter-popup .box-wrap-counter {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #0092c1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  background-color: #21b5e5;
  color: white;
  font-size: 14px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.couter-popup .box-wrap-counter span {
  font-size: 14px;
  line-height: 16px !important;
}
.couter-popup .box-wrap-counter span b {
  font-size: 16px;
  margin-bottom: 6px !important;
  display: block;
  line-height: 16px !important;
}

.blog-box {
  display: block;
  border: 1px solid rgba(128, 128, 128, 0.2196078431);
  border-radius: 8px;
  overflow: hidden;
}
.blog-box .img-wrap {
  overflow: hidden;
}
.blog-box .img-wrap img {
  transition: all 0.4s ease;
  transform: scale(1.02) translateX(-4px);
}
.blog-box .content-wrap {
  padding: 10px 22px 10px 22px;
  height: 100%;
}
.blog-box .content-wrap .title {
  font-family: "Montserrat";
  text-transform: capitalize;
  color: #1c0a09;
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 500;
  margin: 8px 0;
}
.blog-box .content-wrap p {
  margin: 0 0 13px;
  color: #1c0a09 !important;
}
.blog-box:hover .img-wrap {
  overflow: hidden;
}
.blog-box:hover .img-wrap img {
  transform: scale(1.02) translateX(4px);
}
.blog-box:hover .title {
  color: #21b5e5 !important;
}

.blog-detail .blog-box-info .title {
  font-family: "Montserrat";
  text-transform: capitalize;
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.22em;
  padding: 15px 0;
}
.blog-detail .blog-box-info .content-wrap {
  line-height: 1.45em;
  font-weight: 400;
  color: #1c0a09 !important;
  font-size: 16px !important;
}

@media (min-width: 991px) {
  .col-lg-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 20px 0;
    position: fixed;
    width: 240px;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100vh;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: #fff;
  }
  .blog-box-info img {
    width: 100%;
  }

  header nav .navbar-nav .nav-item .nav-link {
    padding: 7px 0px;
    display: inline-block;
  }
  .btn {
    padding: 7px 30px;
  }
  .sub-title {
    font-size: 12px;
    line-height: 16px;
  }
  .main-title {
    font-size: 32px;
    line-height: 42px;
  }
  .heading-title {
    font-size: 28px;
    line-height: 36px;
  }
  .heading-large {
    font-size: 36px;
    line-height: 45px;
  }
  .page-title {
    padding: 80px 0px;
  }
  .page-title .main-title {
    font-size: 32px;
    line-height: 38px;
  }
  .page-title ul li {
    font-size: 12px;
    line-height: 20px;
  }
  .page-title-two {
    padding: 50px 0px;
    position: relative;
  }
  .page-title-two .main-title {
    font-size: 32px;
    line-height: 38px;
  }
  .page-title-two ul li {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  header nav {
    padding: 5px 0 !important;
  }
  .fixed-icon {
    right: 10px;
    bottom: 30px;
  }
  .blog-box-info img {
    width: 100%;
  }
  .fixed-icon .whatsppchat {
    width: 35px;
    height: 35px;
    font-size: 21px;
  }
  .fixed-icon .wave {
    width: 35px;
    height: 35px;
  }
  .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .heading-title {
    font-size: 20px;
    line-height: 28px;
  }
  .heading-large {
    font-size: 28px;
    line-height: 36px;
  }
  .page-title {
    padding: 60px 0px;
  }
  .page-title .main-title {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 0;
  }
  .page-title ul li {
    font-size: 12px;
    line-height: 20px;
  }
  .sub-banner {
    height: 250px;
  }
  .sub-banner h1.title {
    font-size: 24px;
  }
  .gallery-row {
    -moz-column-count: 2;
    column-count: 2;
    gap: 0;
  }
}
@media (max-width: 576px) {
  .owl-nav .owl-next {
    right: -2px;
  }
  .owl-nav .owl-prev {
    left: -2px;
  }
  .appointment .modal-content .modal-header button.btn-close {
    font-size: 14px;
    right: 4px;
    top: 2px;
    filter: invert(0);
  }
  .appointment .modal-content .modal-body {
    padding: 10px 10px;
  }
  .second-banner .wrapper .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
  }
  .second-banner .wrapper .sub {
    font-size: 16px;
    line-height: 22px;
  }
  .second-banner .wrapper .info {
    font-size: 16px;
    line-height: 22px;
  }
  .second-banner .wrapper .right-img {
    width: 80px;
  }
  .second-banner .wrapper .left-img {
    width: 80px;
  }
  .counter-box-one.top {
    margin-bottom: -25px;
  }
  .counter-box-one.bottom {
    margin-right: 10px;
    margin-top: -25px;
  }
  .counter-box-one {
    padding: 10px 15px;
    border-radius: 5px;
    margin-left: 10px;
  }
  .counter-box-one p {
    margin-bottom: 0;
  }
  .counter-box-one .number {
    font-size: 24px;
    line-height: 30px;
  }
  .counter-box-one span.pre {
    font-size: 21px;
  }
  .counter-box-one .title {
    font-size: 14px;
  }
  .expertise-box-one .expertise-top .title {
    font-size: 16px;
  }
  .space-one {
    padding: 20px 0;
  }
} /*# sourceMappingURL=style.css.map */
.banner {
  position: relative;
}
.banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
}
.banner .banner-text .badge {
  border-radius: 0;
  font-size: 40px;
  background: #21b5e5;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 50px;
}
.big-text {
  font-size: 70px;
  color: #21b5e5;
  font-weight: bold;
}
.banner .banner-text p {
  color: #1c0a09;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  opacity: 0.8;
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
}
.sub-banner-full .banner-text {
  scale: 0.8;
  transform-origin: left;
}
.contact-banner .banner-text p {
  max-width: 400px;
  text-align: left;
  margin: initial;
}
.contact-banner .banner-text {
  text-align: left;
}
.contact-banner .banner-text .big-text {
  margin: 0;
}
.contact-banner .banner-text .big-text span {
  color: #1c0a09;
  opacity: 0.8;
}
@media (min-width: 1260px) {
  header nav .right-nav .make-call a span 
  {
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm
  {
    max-width: 100%;
  }
}
@media (max-width: 1060px) {
 header nav .navbar-nav .nav-item {
    padding: 0 10px;
}
}
@media (max-width: 1140px) {
  header nav .right-nav .make-call
  {
    display: none;
  }
}
@media (max-width: 991px) {
  header nav .right-nav .make-call 
  {
    margin: 10px 0 !important;
  }
   header nav .right-nav .make-call, header nav .right-nav .make-call a span 
  {
    display: inline-block;
  }
  
  .banner img {
    min-height: 40vh;
    object-fit: cover;
  }
  .big-text {
    font-size: 40px;
  }
  .banner .banner-text p {
    font-size: 18px;
  }
  .banner .banner-text {
    scale: 1;
  }
  .banner .banner-text .badge {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .banner .banner-text .badge {
    margin-bottom: 10px;
  }
  .banner img {
    min-height: 22vh;
  }
  .big-text {
    font-size: 32px;
  }
  .banner .banner-text p {
    font-size: 14px;
    text-shadow: 0 1px #fff;
            max-width: 200px;
  }
  .banner .banner-text .badge {
    font-size: 20px;
  }
  .owl-nav, .owl-nav button
  {
    position: inherit !important;
    translate:  inherit !important;
  }
}
