:root {
  --primary-color: #dd3333;
  --secondary-color: #272827;
  --text-color: #727272;
  --white: #fff;
  --primary-font: "Hero", sans-serif;
  --secondary-font: "DINOT", sans-serif;
}


body {
  font-family: 'Hero', sans-serif;
}

.primaryBg {
  background-color: var(--primary-color);
}

.secondaryBg {
  background-color: var(--secondary-color);
}

.primaryColor {
  color: var(--primary-color);
}

.secondaryColor {
  color: var(--secondary-color);
}

.textColor {
  color: var(--text-color);
}

.whiteColor {
  color: var(--white);
}

.primaryFont {
  font-family: var(--primary-font);
}

.secondaryFont {
  font-family: var(--secondary-font);
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px !important;
}

.font-30 {
  font-size: 30px;
}

.banner {
  height: 100vh;
}

.blank_space {
  width: 100%;
  height: 80px;
  color: white;
}

.banner-content h1,
.banner-content h3,
.banner-content h4 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-style: normal;
}

body,
p {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-style: normal;
}

.banner-content h1,
.banner-content h2,
.banner-content h3,
.banner-content h5 {
  color: #fff;
}

.banner,
.item {
  background-position: center center;
}

.carousel,
.carousel-inner,
.item {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.form-btn,
body {
  font-size: 16px;
}

.f-right,
.right,
footer p {
  text-align: left;
}

.form-btn,
.propertieseffect a {
  cursor: pointer;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

footer h3,
p {
  font-size: 18px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 0;
  font-weight: 600;
  color: #000;
}

h1,
h2,
h3,
h4 {
  padding-bottom: 0;
  font-weight: 900;
}

img {
  max-width: 100%;
}

p {
  margin-bottom: 20px;
  color: #111;
  font-weight: 400;
}

a:focus,
a:hover {
  text-decoration: none;
}


.text-white {
  color: #fff;
}

.banner-form h5,
.center,
.cont-header.prop-header,
.cont-header.prop-header .btn-style-1,
.copyright,
.form-btn,
.haus-about,
.logo-wrap,
.nav-tabs,
.properties h2,
.properties h4,
.propertieseffect,
.thank-btn {
  text-align: left;
}

.padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.header-wrap {
  margin: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  min-height: 100px;
  background: #FFF;
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 9;
  box-shadow: 0 0 1px var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-wrap {
  display: flex;
}

.logo-wrap a {
  display: block;
  max-width: 320px;
}

div.logo-wrap svg {
  width: 200px;
}

.banner {
  padding: 0;
  background: url('../images/banners/banner-new.webp');

  background-size: cover;
  background-position: center;
  background-color: #f9f2f2;
}

/* .banner-image{
  display: none;
} */

.banner-content {
  padding: 15px 0 0;
}

.banner-content h3 {
  font-size: 24px;
  line-height: 25px;
  font-weight: 300;
  margin: 0 0 30px;
}

.property-discount table tr:last-child td,
footer h3 {
  font-weight: 700;
}

.banner-content h1 {
  color: #FFFFFF;
  font-family: var(--primary-font);
  font-size: 40px;
  line-height: 50px;
  font-weight: 100;
  margin: 0 0 6px;
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
}

.banner-content p.item-1 {
  font-family: var(--secondary-font);
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  padding-bottom: 16px;
}

.banner-content p.item-2 {
  font-family: var(--secondary-font);
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;

}

@media (max-width: 768px) {
  .banner-content {
    padding-right: 30px;
  }
}

.banner-content {
  padding-right: 140px;
}

.banner-content h2 {
  margin: 20px 0 0;
  font-size: 30px;
}

.banner-content h4 {
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  font-weight: 300;
}

.banner-content h5 {
  font-size: 22px;
  font-weight: 400;
}

.banner-btn-group-wrapper {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}


.btn-style-banner a {
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #fff;
}

#banner-btns1 {
  border-radius: 6px;
  background-color: #111A37;
}

#banner-btns2 {
  border-radius: 6px;
  background-color: #4ACA59;

}



.slide-position {
  margin: 0;
  padding: 0;
}

.carousel-inner .item {
  padding: 490px 0 350px;
  background: center center/cover no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#background-carousel {
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}

.carousel,
.carousel-inner,
.over-hide {
  overflow: hidden;
}

.item {
  background-size: cover;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}

.form-section {
  position: absolute;
  top: 186px;
  left: 0;
  bottom: 0;
  right: 0;
}

input::placeholder {
  color: #c7c7c7 !important;
}

::-webkit-input-placeholder {
  color: #c7c7c7 !important;
}

::-moz-placeholder {
  color: #c7c7c7 !important;
}

:-ms-input-placeholder {
  color: #c7c7c7 !important;
}

:-moz-placeholder {
  color: #c7c7c7 !important;
}

.banner-form {
  margin-left: 26%;
  /* opacity: 0.6;
  background: #000; */
  padding: 30px 40px;
  background-color: #fff;
}

.banner-form h5 {
  font-family: var(--secondary-font);
  color: #212d39;
  background: #fff;
  padding-bottom: 20px;
  padding-top: 0;
  font-size: 24px;
  line-height: 27.53px;
  font-weight: bold;
}

.banner-form .form-group {
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 0;
}

.banner-form .form-control {
  font-family: var(--secondary-font);
  display: block;
  width: 100%;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  background: 0 0;
  background-color: #F6F6F6;
  border-radius: 0;
  color: #a09f9f;
}

/* Placeholder text color */
.form-control::placeholder {
  color: #a09f9f !important;
}

.banner-form .form-control:focus,
.banner-form .form-control:visited {
  border-color: #fff;
  outline: 0;
  background: #fff;
  color: #000;
}

.banner-form input,
radio,
select,
tel,
textarea {
  display: block;
  width: 100%;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  background-image: none;
  border-bottom: 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.haus-about h2,
.properties h2 {
  font-size: 36px;
  padding-bottom: 30px;
}

.form-btn,
.form-btn-light {
  background: var(--primary-color);
  font-family: var(--secondary-font);
  font-weight: 500;
  border-radius: 0;
  padding: 10px 35px;
  color: #fff;
  display: inline-block;
  width: 100%;
}

.form-btn:hover {
  background: #212d39;
  color: #fff;
}

.form-btn-light:hover {
  /* background: #000; */
  color: #fff;
}

.haus-about {
  padding: 70px 0;
}


.modal-title span,
.propertieseffect h3 span {
  font-weight: 400;
}





.footer-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.footer-padding {
  display: flex;
  justify-content: center;
  align-items: center;
}



.footer-wrap img {
  max-width: 100px !important;
}

.logo3-wrap {
  background-color: #fff;
  padding: 5px 10px 0;
}

footer {
  background: #111A37;
  height: 426px;
  padding: 60px 60px;
  margin-top: 0;

}

footer h3 {
  color: #fff;
  padding-bottom: 5px;
}

.copyright p,
footer p,
footer p a {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color: #fff;
}

footer#contact-us img {
  max-width: 100px;
}

footer p {
  padding: 10px 0;
}

.cont-header p,
footer p,
footer p a {
  margin: 0;
}

footer p a:hover {
  color: #ebe4e4;
}

footer .logo-container {
  display: flex;
  align-items: center;
  justify-content: start;
}

footer .logo {
  height: 36px;
  /* Adjust as needed */
  margin-right: 10px;
  /* Space between logo and separator */
}

footer .separator {
  margin: 0 10px;
  /* Space around the separator */
  color: #ffffff;
  /* Separator color */
}

.copyright {
  padding: 10px 0 0;
  background: #414042;
}

.modal-body,
.modal-header,
.modal-title,
.why-buy .btn-style-1 {
  text-align: left;
}

.modal-content {
  border: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.modal-title {
  color: #9ab4b1;
  position: relative;
  font-size: 24px;
  padding: 0;
  margin: 6px 0 0;
  float: left;
}

.modal-body-content {
  padding: 0 30px 0 0;
}

.modal-body-content h6 {
  font-size: 16px;
  padding-bottom: 10px;
}

.modal-body-content ul {
  list-style: disc;
  margin-left: 20px;
}

.modal-body {
  color: #666;
  font-size: 16px;
}

.modal-body img,
.modal-body:hover img {
  width: 100%;
  overflow: hidden;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.modal-body p {
  color: #fff;
  font-size: 16px;
  padding-top: 0;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
}

.modal-body h5 {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 20px;
  color: #9ab4b1;
}

.modal-header .close {
  margin-top: 0;
  background: 0 0;
  color: #fff;
  padding: 0;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 5px;
}

.thank {
  background: url(../images/slider/1.webp) center center/cover no-repeat;
  padding: 33px 0 20%;
}

.thank-banner {
  background: 0 0;
  margin: 5% 0 50px;
  text-align: left;
}

.thank-content {
  padding: 30px 15px;
}

.thank-content h3 {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 25px;
  color: #fff;
}

.thank-content p {
  margin-bottom: 0;
  padding: 0 80px;
}

.thank-btn a {
  color: #fff;
  background: #000;
  padding: 8px 20px;
  display: inline-block;
}

.thank-btn a:hover {
  color: #000;
  background: #fff;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-prev {
  left: 20px;
  top: 45%;
  background: url("../images/left-icon.png") no-repeat;
}

.owl-next {
  right: 8px;
  top: 45%;
  background: url("../images/right-icon.png") no-repeat;
}

.owl-pagination,
div#downloadBrochure h5 {
  display: none;
}

.owl-next,
.owl-prev {
  width: 30px;
  height: 40px;
}

section.Property-details {
  padding: 30px 0 0;
}

section.Property-details img {
  /* border-radius: 50px; */
  margin: 0 auto;
  width: 100%;
}

section.features .row {
  margin-bottom: 30px;
}

section.features {
  padding: 30px 0 0;
}

section.features h3 {
  margin: 0 0 20px;
  text-align: left;
}

section.Property-details .row {
  margin-bottom: 30px;
}

.amenities,
section.Property-details h3 {
  margin: 0 0 20px;
  text-align: left;
}

.cont-header hr,
section.Property-details hr {
  border-color: #9ab4b1;
  border-width: 2px;
  width: 60px;
}

section.Property-details .why-hart .row {
  margin-bottom: 0;
}

.cont-header {
  padding: 20px 10px;
}

.btn-download .brochure-btn {
  background-color: #cdab6e;
  color: #fff !important;
}

.why-hart hr {
  margin-left: auto !important;
}

.why-hart {
  margin: 30px 0 0;
}

.amenities-img,
.cont-header h2 {
  margin: 0 0 10px;
}

.img-shadow {
  box-shadow: 0 0 11px 0 #00000057;
}

.prop-specs h2 {
  margin: 20px 0 30px;
}

.prop-specs ul {
  list-style: disc;
  padding: 0 0 0 30px;
}

.banner-content ul li {
  margin: 8px 0;
}

.prop-specs ul li {
  font-size: 19px;
  margin: 0 0 5px;
}

.amenities-img div svg {
  max-width: 80px;
  fill: #9ab4b1;
}

.amenities-img div svg g {
  fill: #9ab4b1;
}

.amenities-img div {
  display: table-cell;
  vertical-align: middle;
}

.amenities-img {
  display: table;
  width: 100%;
  height: 80px;
}

.btn-style-1 {
  display: block;
  text-align: right;
  margin: 20px 0 0;
}

.btn-style-1 a {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  background: transparent;
  color: #009AD9 !important;
  padding: 10px 15px;
  transition: 0.5s linear;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 225px;
  display: inline-block;
  background: transparent;
  color: #009AD9 !important;
  border: 1px;
  border-style: solid;
  padding: 10px 15px;
  transition: 0.5s linear;
  display: flex;
}

.btn-style-2 a {
  font-family: var(--primary-font);
  font-weight: 500;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  background: #111A37;
  color: #009AD9 !important;
  padding: 10px 15px;
  transition: 0.5s linear;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 225px;
  display: inline-block;
  border-radius: 4px;
  color: #fff !important;
  border: 1px;
  border-style: solid;
  padding: 10px 15px;
  transition: 0.5s linear;
  display: flex;
}


.book-btn{
  font-family: var(--primary-font);
  font-weight: 500;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  background: #009AD9 !important;
  color: #009AD9 !important;
  padding: 10px 15px;
  transition: 0.5s linear;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 225px;
  display: inline-block;
  border-radius: 4px;
  color: #fff !important;
  border: 1px;
  border-style: solid;
  padding: 10px 15px;
  transition: 0.5s linear;
  display: flex;
}



div#sticky-btn {
  margin: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  text-align: right;
}

div#sticky-btn a {
  font-weight: bold;
  color: #dd3333;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 1px;
}

div#sticky-btn a:hover {
  /* background-color: #212D39; */
  color: #009AD9 !important;
}

header .btn-wrapper {
  display: flex;
  gap: 16px;
}

#sticky-btn-banner a {

  margin-top: 40px;
  font-weight: bold;
  color: #dd3333;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  background: #dd3333;
  color: #fff !important;
  border: 0;
  padding: 10px 15px;
  transition: 0.5s linear;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 225px;
  display: inline-block;
  background: #dd3333;
  color: #fff !important;
  border: 0;
  padding: 10px 15px;
  transition: 0.5s linear;
  display: flex;
}

@media (max-width: 1023px) {
  #sticky-btn {
    display: none;
    /* Show on screens smaller than 1024px */
  }
}

div#downloadBrochure .modal-dialog {
  max-width: 600px;
}

div#downloadBrochure .modal-header h4 {
  color: #9ab4b1;
  display: block;
  text-align: left;
  float: none;
}

.modal-header {
  border: none;
}

.text-center {
  text-align: left !important;
}

div#downloadBrochure .banner-form {
  padding: 0 20px;
}

.banner-cf-wrapper.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000087;
  z-index: 999;
}

.banner-cf-wrapper.popup .banner-form {
  max-width: 500px;
  margin: 10% auto 0;
  position: relative;
  background: #fff;
}

.banner-form .close {
  border: 2px solid #a09f9f;
  margin-top: 0;
  background: 0 0;
  color: #000;
  padding: 0;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content h1 span {
  background-color: #cdab6e;
  padding: 0 5px;
  font-size: 30px;
}

.tab-content img {
  margin: 0 auto;
  display: block;
}



@media only screen and (max-width: 800px) {
  .desktop_footer {
    display: none !important;
  }

  .responsive_footer {
    display: block !important;
  }

  .adm_text {
    font-size: 15px !important;
  }
}

/* Accordian */
.accordion {
  border: none !important;
}

.accordion-item {
  border: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  color: var(--secondary-color);
  font-size: 18px !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  color: var(--text-color);
}

/* Project Filter */
#filter-buttons {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

.filter-btn {
  font-family: var(--primary-font);
  margin: 20px;
  cursor: pointer;
  border: none;
  background: transparent;
  font-weight: normal;
  transition: all 0.3s;
  text-transform: uppercase;
}

.filter-btn:first-child {
  margin-left: 0;
}

.filter-btn.active {
  font-weight: bold;
  border-bottom: 2px solid var(--primary-color);
}

/* Crousel */
.owl-dots {
  margin-top: 20px;
  text-align: left !important;
}

.owl-dot {
  display: inline-block;
  width: 50px;
  /* Adjust the width as needed */
  height: 4px;
  /* Adjust the height as needed to make it a line */
  background-color: #d9d9d9 !important;
  /* Default color */
  margin: 5px;
  transition: background-color 0.3s;
}

.owl-dot.active {
  background-color: var(--primary-color) !important;
  /* Active color */
}

/* Testimonials */
.testimonial_box {
  border: 1px solid var(--primary-color);
}

.testimonial_text {
  font-weight: normal;
  color: var(--secondary-color);
}

.testimonial_from {
  font-size: 16px;
  color: var(--secondary-color);
  font-weight: bold;
}

.conslusion_text {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 55px;
}

.conslusion_description {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  margin-bottom: 55px;
}

.conslusion_box {
  background: linear-gradient(0deg, #000000, #000000),
    radial-gradient(22.71% 58.06% at 80.75% 38.5%,
      rgba(226, 6, 19, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 100%),
    radial-gradient(23.89% 61.06% at 22.68% 57.24%,
      rgba(226, 6, 19, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 100%);
  background-blend-mode: normal;
  /* Ensure the gradients blend correctly */
  padding-top: 70px;
  padding-bottom: 70px;
}

.conslusion_box .conslusion_text {
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
}

.testimonials-content-wrapper {
  display: flex;
  border-radius: 10px;
  border: 1px solid #c8c8c8;
  padding: 30px 25px;
  width: 390px;
  min-height: 503px;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 15px;
}

.testimonials-content-wrapper .description {
  min-height: 200px;
}

.footer-banner-button {
  background-color: #dd3333 !important;
  color: #fff !important;
  border-radius: 50px !important;
  height: 54px !important;
  width: 230px !important;
  text-align: left !important;
  align-items: center !important;
}

footer .map {
  max-width: 90% !important;
  width: 100%;
  float: right;
}

.sub_title {
  padding-bottom: 23px;
  font-weight: 300;
  font-size: 40px;
  color: var(--secondary-color);
  font-family: var(--secondary-font);
}

.map_address {
  color: #727272;
}

a {
  text-decoration: none;
}

label {
  font-size: 14px;
}

.title_text {
  font-size: 16px;
  font-family: var(--primary-font);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 35px !important;
}

.hidden {
  opacity: 0 !important;
}

.cta-mobile-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #111A37;
  padding: 10px 0;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-around;
  z-index: 1000;
  opacity: 0;
  color: #fff;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cta-mobile-button a {
  text-decoration: none;
  outline: none;
  border: none;
}

.cta-mobile-button.visible {
  opacity: 1;
  transform: translateY(0);
}

.cta-mobile-link {
  text-transform: uppercase;
  justify-content: center;
  color: white;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.cta-mobile-link i {
  margin-right: 8px;
}

.cta-mobile-button:hover {
  color: #009AD9;
}

/* Ensure that your styles are specific enough */
.custom-banner-content-items-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  /* Space between items */
  margin-top: 70px;
}

.custom-banner-item {
  display: flex;
  align-items: center;
  width: 161px;
  height: 46px;
  position: relative;
  /* For positioning */
}

.custom-banner-icon {
  width: 18px;
  /* Width of the icon */
  height: 18px;
  /* Height of the icon */
  position: absolute;
  /* Position the icon absolutely within the item */
  top: 0;
  /* Align icon to the top */
  left: 0;
  /* Align icon to the left */
}

.custom-banner-text {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin-left: 24px;
  /* Space between icon and text */
  line-height: 1.3;
  /* Adjust line height for text separation */
}



.erp-section h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
}

.erp-section p {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.58px;
  text-align: center;
}

.enquire-now {
  padding: 12px 16px;
  width: 218px;
  /* Adjust if "Hug" means it should fit the content */
  height: 51px;
  /* Adjust if "Hug" means it should fit the content */
  gap: 8px;

  background: linear-gradient(90deg, #394a56 0%, #293845 100%),
    linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(90deg, #394a56 0%, #293845 100%);
  color: #fff;
  /* Assuming you want the text to be white */
  border: none;

  cursor: pointer;

  margin-bottom: 30px;
}

.enquire-now:hover {
  opacity: 1;
  /* Make button fully visible on hover */
}



@media (max-width: 768px) {}

@media (max-width: 768px) {
  .download-brochure-btn-wrapper {
    text-align: left;
  }


  section.container.section-box-gallery h4 {
    text-align: left;
  }

  div.container.form-section h5 {
    text-align: left !important;
  }

  section.container.section-three h4 {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
}

section.col-md-12.text-center.conslusion_box a.register_btn {
  background: var(--primary-color);
  font-family: var(--secondary-font);
  border-radius: 0;
  padding: 10px 35px;
  background-color: #fff;
  display: inline-flex;
  width: auto !important;
  color: #394a56;
  font-size: 16px;
  font-weight: bold;
  line-height: 23.68px;
  text-align: left;
}

#register .container-fluid {
  background-color: #fff;
}

.banner-image {
  /* filter: drop-shadow(5px -4px 160px rgba(244, 208, 208, 1));  */
  filter: drop-shadow(5px -4px 160px rgba(255, 0, 0, 9));
}

.section-two .owl-carousel {
  padding: 0;
}

.map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.map-container img {
  max-width: 100%;
  height: auto;
}

.owl-carousel-two {
  position: relative;
}

.owl-carousel-two .owl-prev,
.owl-carousel-two .owl-next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  gap: 10px;
  /* This property isn't applicable to absolute positioning, but we'll use margin for spacing if needed */
  opacity: 1;
  /* Set to 1 for visibility */
  background-color: #fff !important;
  /* Optional: Add background color for better visibility */
  color: #000 !important;
  /* Optional: Text color */
  border: none;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10;
  /* Ensure buttons are above other elements */
  cursor: pointer;
  /* Change cursor to pointer for better UX */
  display: flex;
  align-items: center;
  /* Vertically center the span */
  justify-content: center;
  /* Horizontally center the span */
}

.owl-carousel-two button.owl-prev {
  left: 30px;
  background-color: #fff;
}

.owl-carousel-two .owl-next {
  right: 30px;
  background-color: #fff;
}

/* ----------------------- */

.owl-carousel-full {
  margin-top: 55px;
}

.owl-carousel-full .owl-prev,
.owl-carousel-full .owl-next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  gap: 10px;
  /* This property isn't applicable to absolute positioning, but we'll use margin for spacing if needed */
  opacity: 1;
  /* Set to 1 for visibility */
  background-color: #fff !important;
  /* Optional: Add background color for better visibility */
  color: #000 !important;
  /* Optional: Text color */
  border: none;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10;
  /* Ensure buttons are above other elements */
  cursor: pointer;
  /* Change cursor to pointer for better UX */
  display: flex;
  align-items: center;
  /* Vertically center the span */
  justify-content: center;
  /* Horizontally center the span */
}

.owl-carousel-full button.owl-prev {
  left: 40px;
  background-color: #fff;
}

.owl-carousel-full .owl-next {
  right: 40px;
  background-color: #fff;
}

.banner-center-image-wrap {
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translate(-50%, -50%);
}

.banner-center-image-wrap img {
  height: auto;
  width: 418px;
}

.section-three h4 {
  text-align: left;
}

.section-four h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
}

.section-four p {
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 26.64px;
  text-align: left;
  color: #81909f;
  margin-top: 10px;
}

.list-group-item span {
  font-family: Amulya;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
  color: #7e664e;
}

.list-group-item p {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 23.68px;
  text-align: left;
  color: #81909f;
}

.section-four .list-group {
  display: flex;
  width: 56%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.section-four .main-title {
  font-family: var(--secondary-font);
}

/* new style starts */
section.best-choice {
  padding-bottom: 40px;
  padding-right: 0px;
}

section.best-choice h4 {
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 400;
  color: #111A37;
  padding-bottom: 20px;
}

.our-servces-wrapper {
  padding-bottom: 4.3rem;
}

.our-servces-wrapper .our-servces-wrapper-main-btn {
  padding-top: 3rem;
}




.our-servces-wrapper .service-card p{
 margin-bottom: 0px;
}

.service-card{
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  min-height: 3rem;
}

.service-card-wrapper .service-card:nth-child(4) {
margin-bottom: 0px!important;
}

.featured-items-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.featured-item-row-wrapper .items {
  flex-grow: 1;


}

.featured-item-row-wrapper .item-wrapepr {
  text-align: center;
  padding: 25px 30px;
  min-height: 200px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.featured-item-row-wrapper .item-wrapepr {
  display: grid;
  place-items: center;

}

.featured-item-row-wrapper .item-wrapepr img {
  border-radius: 50px;
}

.featured-item-row-wrapper .item-wrapepr .count {
  font-family: var(--primary-font);
  font-size: 48px;
  font-weight: 400;
  color: #009AD9;
}

.featured-item-row-wrapper .item-wrapepr .text p {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  color: #009AD9;
}

.featured-item-row-wrapper .item-wrapepr .text p {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  color: #009AD9;
}

.featured-item-row-wrapper .item-wrapepr .text-description p {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  color: #4A5662;
}

.wrapper-certificates {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #F6F6F6;
}


.wrapper-certificates .container {

  padding-top: 70px;
  padding-bottom: 70px;
}




.wrapper-certificates .text-wrapper h4 {
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 400;
  color: #111A37;
  padding-bottom: 0px;
}

.wrapper-certificates .text-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



.wrapper-certificates .logos {
  width: 150px;

}


.section-google-reviews {
  padding-top: 70px;

}

.section-google-reviews h4 {
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 400;
  color: #111A37;
  padding-bottom: 30px;
}

.google-reviews-content-wrapper {
  min-height: 275px;
}

.google-reviews-content-wrapper .description {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  color: #4A5662;

}

.google-reviews-content-wrapper .logo {
  padding-bottom: 10px;
}



.orthopaedic-wrapper {
  padding-bottom: 70px;
}

.orthopaedic-wrapper h4 {
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 400;
  color: #111A37;
  padding-bottom: 30px;
}


.orthopaedic-content {
  padding-right: 11%;
}


.section-departments {
  padding-bottom: 70px;
}


.section-departments h4 {
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 400;
  color: #111A37;
  padding-bottom: 0px;
}

.department-content {
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  justify-content: space-between;
  /* margin-top: 34px; */
  flex-grow: 1;
}



.department-card {
  overflow: hidden;
  border-radius: 10px;

  height: 425px;
  max-height: 425px;
  display: flex;
  flex-direction: column;

}

.department-card h2 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #111A37;
  padding-bottom: 10px;
  flex-grow: 1;
}

.department-card p {
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #4A5662;
  flex-grow: 3;
}

.department-card img {
  width: 100%;
  height: 174px;
  /* Or any fixed height you prefer */
  object-fit: cover;
  /* Ensures the image covers the area without overflowing */
}


.department-card .btn-book {
  outline: none;
  border: solid 1px #009AD9;
  border-radius: 4px;
  height: 48px;
  background-color: transparent;
  color: #009AD9;
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 48px;
}

.department-card .btn-book:hover {
  background-color: #009AD9;
  color: #fff;
}



.our-doctors-wrapper {
  padding-bottom: 70px;
}

.our-doctors-wrapper .sub_title {
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 400;
  color: #111A37;
  margin-bottom:  0px !important;;
  text-align: center;
}

.our-doctors-wrapper .sub-text{
  text-align:center!important;
  padding-bottom: 30px;
}

.doctor-card {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* The shadow effect */
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.doctor-card .doctor-image img {
  width: 100%;
  object-fit: cover;
}

.doctor-card u li {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #4A5662;
}

.featured-points {
  padding-bottom: 15px;
}

.featured-points button {
  border: none;
  background-color: transparent;
}

.doctor-content .btn-book {
  outline: none;
  border: solid 1px #009AD9;
  border-radius: 4px;
  height: 48px;
  background-color: transparent;
  color: #009AD9;
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 48px;
  width: 100%;
}

.doctor-content .btn-book:hover {
  background-color: #009AD9;
  color: #fff;
}



.featured-points ul {
  padding-bottom: 20px;
}

.featured-points li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;

}

.featured-points .item-1::before {
  background-image: url('../images/doctors/icons/1.svg');
}

.featured-points .item-2::before {
  background-image: url('../images/doctors/icons/2.svg');
}

.featured-points .item-3::before {
  background-image: url('../images/doctors/icons/3.svg');
}



.doctor-card .doctor-content {
  flex-grow: 1;
  padding: 20px 35px;
}


.doctor-content h2 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #111A37;
  min-height: 3.6rem;
  padding-bottom: 10px;
}

.doctor-content p {
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #009AD9;
  min-height: 3rem;
}


.doctor-content .view-more-btn {
  color: #4A5662;
}


.affiliations-wrapper {

  padding-bottom: 70px;
}

.affiliations-wrapper .title-section {
  padding-bottom: 30px;
}

.affiliations-wrapper h4 {
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 400;
  color: #111A37;

  text-align: left;
}

.affiliations-wrapper p {
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #4A5662;
  text-align: left;

}

.affiliation-card {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: -11px;
  gap: 16px;
  border-radius: 4px;
}

.affiliations-wrapper .affiliation-item {
  padding-bottom: 18px;
  font-family: var(--secondary-font);
  color: #4A5662;
  font-size: 18px;
  line-height: 27px;
}

.contact-details-wrapper {
  display: flex;
  flex-direction: column;
}


.contact-details-wrapper .contact-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


.contact-details .phone p {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
}

.contact-details .phone a {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
}

.office-address-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.owl-carousel-departments .owl-stage-outer {
  padding-bottom: 30px;
  padding-top: 30px;
}

.owl-carousel-departments .owl-item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.header-btns {
  display: none;
}

.best-choice .extra-item {
  display: none;
}






@media (min-width: 320px) and (max-width: 480px) {

  .banner {
    background-position: left;
    min-height: 1106px;

  }

}


@media (min-width: 481px) and (max-width: 767px) {

  .banner {
    background-position: left;
    min-height: 1100px;
  }

  footer {
    padding: 44px 9px;
  }

}


@media (max-width: 399.98px) {


  footer {
    padding: 44px 9px;
  }

  section.best-choice h4 {
    padding: 12px 38px;
  }

  .orthopaedic-content {
    padding-right: 0%;
  }

  .center-on-mobile {
    text-align: center !important;
  }

  .sub_title {
    text-align: center !important;
    font-size: 24px !important;
  }


  .featured-item-row-wrapper {
    width: 78%;
    margin: auto;
  }

  .wrapper-certificates .container {
    width: 100%;
  }

  section.best-choice {
    padding-bottom: 31px;
    padding-right: 0px;
  }
}

@media (max-width: 479.98px) {

  section.best-choice h4 {
    padding: 12px 38px;
  }

  .orthopaedic-content {
    padding-right: 0%;
  }

  .center-on-mobile {
    text-align: center !important;
  }

  .sub_title {
    text-align: center !important;
    font-size: 24px !important;
  }



  .banner-form {
    margin-left: 0;
  }

  .banner-content {
    padding: 0px 0;
  }

  .featured-item-row-wrapper {
    width: 78%;
    margin: auto;
  }

  .wrapper-certificates .container {
    width: 100%;
  }

  section.best-choice {
    padding-bottom: 31px;
    padding-right: 0px;
  }
}




/* Small devices (Phones & Small Tablets) */
@media (min-width: 576px) and (max-width: 767.98px) {

  section.best-choice h4 {
    padding: 12px 38px;
  }

  .orthopaedic-content {
    padding-right: 0%;
  }

  .center-on-mobile {
    text-align: center !important;
  }

  .banner-form {
    margin-left: 0;
  }

  .banner-content {
    padding: 0px 0;
  }

  .wrapper-certificates .container {
    width: 100%;
  }

  section.best-choice {
    padding-bottom: 31px;
    padding-right: 0px;
  }

  .orthopaedic-content {
    padding-right: 0;
  }



}

/* Medium devices (Tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {

  .featured-item-row-wrapper .item-wrapepr {
    min-height: 300px !important;
  }

  .banner {
    height: 746px;
  }

  .banner-form {
    margin-left: 0;
  }

  .banner-content {
    padding: 0px 0;
  }

  .wrapper-certificates .container {
    width: 100%;
  }

  section.best-choice {
    padding-bottom: 31px;
    padding-right: 0px;
  }

  .orthopaedic-content {
    padding-right: 0;
  }

  .google-reviews-content-wrapper {
    width: 325px !important;
  }

  .best-choice .extra-item {
    display: block;
  }

}

/* Large devices (Laptops & Desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {

  .featured-item-row-wrapper .item-wrapepr {
    min-height: 325px !important;
  }

  .banner {
    position: relative;
  }


  .form-section .banner-items-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  .banner {
    height: 59vh;
  }

  .banner-form {
    margin-left: 0%;

  }

  .header-btns {
    display: block;
  }

  .banner {
    height: 62vh;
  }

  .google-reviews-content-wrapper {
    width: 325px;
  }

  .wrapper-certificates .container {
    width: 100%;
  }

}

/* Extra large devices (Big Screens) */
@media (min-width: 1200px) and (max-width: 1399.98px) {

  .featured-item-row-wrapper .item-wrapepr {
    min-height: 300px !important;
  }

  .banner {
    position: relative;
  }


  .form-section .banner-items-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .dr-profile-image {
    display: block !important;
  }

  .header-btns {
    display: block;
  }

  .banner {
    height: 120vh;
  }

  .featured-item-row-wrapper .item-wrapepr {
    min-height: 295px;

  }

}

/* Extra extra large devices (Ultra-Wide Screens) */
@media (min-width: 1400px) {

  .banner {
    position: relative;
  }


  .form-section .banner-items-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header-btns {
    display: block;
  }

  .featured-item-row-wrapper .item-wrapepr {
    min-height: 236px;

  }

  .dr-profile-image {
    display: block !important;
  }
}


.modal-body {
  display: flex;
  flex-direction: row;
  padding: 20px 20px;
  gap: 60px;
}

.modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100000;
  color: #000;
  cursor: pointer;
  border: none;
  height: 25px;
  width: 25px;
}

.modal-body * {
  color: #000 !important;
}


.dr-profile-image {
  width: 100%;
}

.modal-body .item-1::before {
  background-image: url(../images/doctors/icons/1.svg);
}

.modal-body .item-2::before {
  background-image: url(../images/doctors/icons/2.svg);
}

.modal-body .item-3::before {
  background-image: url(../images/doctors/icons/3.svg);
}

.modal-body li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}


.modal-body ul {
  padding-bottom: 20px;
}

.modal-body .description {
  height: 212px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 15px;
}

/* Scrollbar width */
::-webkit-scrollbar {
  width: 8px;
  /* Adjust scrollbar width */
}

/* Scrollbar track (background) */
::-webkit-scrollbar-track {
  background: #e0f7fa;
  /* Light sky blue */
  border-radius: 10px;
}

/* Scrollbar thumb (draggable part) */
::-webkit-scrollbar-thumb {
  background: #00bcd4;
  /* Sky blue color */
  border-radius: 10px;
}

/* Scrollbar on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0097a7;
  /* Slightly darker blue on hover */
}

.dr-profile-image {
  display: none;
}


/* new style ends here */


@media only screen and (max-width: 1024px) {
  .section-four .main-title {
    text-align: left !important;
  }

  .section-four .sub-title {
    text-align: left !important;
  }

  .section-four .list-group {
    width: auto;
    gap: 0px;
    justify-content: space-around;
  }

  .section-four .text-blocks {
    margin-bottom: 40px;
  }
}

.section-four .list-group-item {
  width: 140px;
  height: 129px;
}

.owl-carousel-section-box-gallery .owl-item {
  position: relative;
}

.section-box-gallery {
  padding-bottom: 75px;
}

.owl-carousel-section-box-gallery .owl-item span {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 400;
  line-height: 41.6px;
  text-align: left;
  width: 100%;
  color: #fff;
  font-family: "Melodrama", sans-serif;
}

.owl-carousel-section-box-gallery .owl-prev,
.owl-carousel-section-box-gallery .owl-next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  gap: 10px;
  /* This property isn't applicable to absolute positioning, but we'll use margin for spacing if needed */
  opacity: 1;
  /* Set to 1 for visibility */
  background-color: #fff !important;
  /* Optional: Add background color for better visibility */
  color: #000 !important;
  /* Optional: Text color */
  border: none;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10;
  /* Ensure buttons are above other elements */
  cursor: pointer;
  /* Change cursor to pointer for better UX */
  display: flex;
  align-items: center;
  /* Vertically center the span */
  justify-content: center;
  /* Horizontally center the span */
}

.owl-carousel-section-box-gallery button.owl-prev {
  left: 40px;
  background-color: #fff;
}

.owl-carousel-section-box-gallery .owl-next {
  right: 40px;
  background-color: #fff;
}

.section-four .text-blocks>div {
  padding-right: 114px;
}

.footer-padding {
  padding: 20px 0;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;

}

.footer-items {
  text-align: left;
}

.footer-items a {
  text-decoration: none;
  color: inherit;
  /* Inherits the color of the surrounding text */
}

.footer-items a:hover {
  text-decoration: underline;
  /* Adds underline on hover */
}

footer svg {
  height: 34px;
}

.thank-you-container {
  padding-top: 100px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-brochure-btn {
  width: auto !important;
  margin-top: 35px;
}

.download-button-thank-you {
  display: flex;
  text-align: left;
  justify-content: center;
}

.download-button-thank-you a:hover {
  background-color: #212d39 !important;
}

.owl-carousel-slider-details .text-wrapper {
  padding: 18px;
}

.owl-carousel-slider-details .text-wrapper h2 {
  font-family: var(--secondary-font);
  font-size: 24px;
  font-weight: bold;
  line-height: 31.2px;
  padding-bottom: 6px;
}

.owl-carousel-slider-details .text-wrapper p {
  font-family: var(--secondary-font);
  font-size: 18px;

  line-height: 26.64px;
}

.owl-carousel-slider-details .text-wrapper a {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-weight: bold;
  font-size: 13px;
}

section.section-slider-details ul>li {
  font-weight: bold;
  display: flex;
}

section.section-slider-details ul {
  padding-bottom: 22px;
}

body {
  overflow-x: hidden;
}

body>section.section-slider-details ul>li:nth-child(2)>div>svg {
  /* margin-right: 6px; */
  margin-left: -3px !important;
  margin-right: 3 !important;
}

.owl-carousel-slider-details {
  position: relative;
}

.owl-carousel-slider-details .owl-prev,
.owl-carousel-slider-details .owl-next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 22%;
  transform: translateY(-50%);
  gap: 10px;
  /* This property isn't applicable to absolute positioning, but we'll use margin for spacing if needed */
  opacity: 1;
  /* Set to 1 for visibility */
  background-color: #fff !important;
  /* Optional: Add background color for better visibility */
  color: #000 !important;
  /* Optional: Text color */
  border: none;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10;
  /* Ensure buttons are above other elements */
  cursor: pointer;
  /* Change cursor to pointer for better UX */
  display: flex;
  align-items: center;
  /* Vertically center the span */
  justify-content: center;
  /* Horizontally center the span */
}

.owl-carousel-slider-details button.owl-prev {
  left: 30px;
  background-color: #fff;
}

.owl-carousel-slider-details .owl-next {
  right: 30px;
  background-color: #fff;
}

@media (min-width: 321px) and (max-width: 375px) {

  .owl-carousel-slider-details .owl-prev,
  .owl-carousel-slider-details .owl-next {
    /* Your styles here */
    top: 20%;
    /* Example: Adjust this value as needed */
  }
}

/* @media (max-width: 425px) {

  .owl-carousel-slider-details .owl-prev,
  .owl-carousel-slider-details .owl-next {
    top: 23%;
  }

}

@media (max-width: 1024px) {

  .owl-carousel-slider-details .owl-prev,
  .owl-carousel-slider-details .owl-next {
    top: 18%;
  }


}

@media (max-width: 768px) {

    .owl-carousel-slider-details .owl-prev,
    .owl-carousel-slider-details .owl-next {
      top: 30%;
    }
  

} */
@media (max-width: 768px) {

  .owl-carousel-slider-details .owl-prev,
  .owl-carousel-slider-details .owl-next {
    background-color: transparent !important;
    color: #fff !important;
  }
}

@media (min-width: 768px) {

  .owl-carousel-slider-details .owl-prev,
  .owl-carousel-slider-details .owl-next {
    top: 32%;
  }

  .owl-carousel-slider-details .owl-prev,
  .owl-carousel-slider-details .owl-next {
    background-color: transparent !important;
    color: #fff !important;
  }
}

@media (min-width: 1024px) {

  .owl-carousel-slider-details .owl-prev,
  .owl-carousel-slider-details .owl-next {
    top: 17%;
  }
}

@media (max-width: 321px) {

  .owl-carousel-slider-details .owl-prev,
  .owl-carousel-slider-details .owl-next {
    top: 17%;
  }
}

@media (min-width: 1440px) {

  .owl-carousel-slider-details .owl-prev,
  .owl-carousel-slider-details .owl-next {
    top: 24%;
  }
}




.section-what-we-do .items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.section-what-we-do div.item-wrapper {
  display: flex;
}

.section-what-we-do .text-wrapper {
  display: flex;
  flex-direction: column;
}

.section-what-we-do .item-wrapper .item {
  display: flex;
  gap: 16px;
}

.section-what-we-do .button-exp-more {
  margin-top: 45px;
}

.section-what-we-do .button-exp-more .link {
  background-color: #dd3333;
  border-radius: 50px;
  height: 53px;
  width: 163px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

.section-what-we-do .ticker-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: left;
  padding-bottom: 10px !important;
}

.section-what-we-do h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
  padding-bottom: 30px;
}

.profile-image img {
  width: 67px !important;
}

.profile-details-wrapper {
  display: flex;
  gap: 21px;
  justify-content: left;
  align-items: center;
}

.google-reviews-content-wrapper {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 50px 25px;

}

.google-reviews-content-wrapper .title {
  padding-bottom: 15px;
}

.google-reviews-content-wrapper .logo {
  width: 150px;
}

.profiledetails h6 {
  font-family: var(--secondary-font);
  color: #000000;
  font-size: 16px;
}

.owl-carousel-google-reviews .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.profile-details-wrapper .name {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 6px;
}

.footer-banner-button {
  text-transform: uppercase;
}

.accordion__wrapper {
  background-color: #fff;

  width: 100%;
  max-width: 60rem;
}

.accordion__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
  margin-bottom: 4rem;
}

.accordion {
  border-bottom: 0.1rem solid #dae1f5;
  /* --color-border */
  padding-bottom: 2rem;
}

.accordion__header {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
}

.accordion__icon {
  background-color: #ff4b4b;
  /* --color-primary */
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  /* --color-white */
  flex-shrink: 0;
}

.accordion__question {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: left;
}

.accordion__answer {
  padding: 2rem 0;
  padding-left: 60px;
}

.accordion__content {
  overflow: hidden;
  height: 0;
  transition: 0.4s ease-in-out;
  /* --transition */
}

.accordion__icon {
  background-color: #000;
  /* Your primary color */
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  /* Icon color */
  font-size: 1.4rem;
  /* Adjust icon size if needed */
}

.accordion__icon i {
  margin: 0;
  /* Remove default margins if needed */
}

.section-faqAccordion {
  padding-top: 100px;
  padding-bottom: 40px;
}

.expand-icon {
  min-height: 32px;
  min-width: 32px;
  position: relative;
}

.expand-icon::before,
.expand-icon::after {
  content: " ";
  width: 20px;
  height: 4px;
  background-color: #dd3333;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 1;
}

.expand-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.expand-icon::after {
  transform: translate(-50%, -50%);
}

.expand-icon.expanded::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.expand-icon.expanded::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.office-address-wrapper {
  display: flex;
  gap: 5px;
}

.office-address-wrapper .address {
  color: #979797;
}

.office-address-wrapper p {
  padding: 0 !important;
}

/* modal pop */

.modal-body-extends {
  padding: 0;
}

.modal-content-extents {
  border-radius: 0;
}

#exampleModal {
  padding: 0 !important;
}

.modal-dialog-extends {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 1rem);
}

.button-erp-more {
  padding-top: 70px;
}

.button-erp-more .register_btn {
  background-color: #dd3333;
  border-radius: 50px;
  height: 53px;
  width: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 600px) {
  .logo-wrap a {
    max-width: 232px;
  }

  #sticky-btn-banner {
    display: flex;
    text-align: left;
    justify-content: left;
  }
}



.item-wrapper .item {
  display: flex;
  gap: 8px;
}

.banner-content .item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}



.erp-item-row-wrapper {
  margin-top: 50px;
}

.section-what-we-do .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.58px;
  text-align: left;
}

.section-what-we-do .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.section-one .why-choose-us {
  padding-bottom: 10px !important;
}

.section-slider-details .ticker-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: center;
  color: #7b7b7b;
}

.section-testimonials .sub_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
  color: #000000;
}

.testimonials-content-wrapper h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: left;
  color: #000000;
}

.testimonials-content-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}

.testimonials-content-wrapper h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: left;

  color: #000000;
}

.testimonials-content-wrapper .designation {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

.conslusion_box_wrapper p {
  text-align: center !important;
}

.conslusion_box_wrapper {
  text-align: center;
}

#btnSubmit {
  font-family: var(--primary-font);
  background-color: #009AD9;
  text-align: center !important;
}

.banner-form H5 {
  font-family: var(--primary-font);
  color: #525252;
  text-align: left !important;
}

.section-slider-details .ticker-text {
  padding-bottom: 30px;
}

.thank-you-container .sub_title {
  padding-bottom: 0;
  text-align: center;
}

.thank-you-container span {
  font-weight: 600;
  font-size: 52px;
}

.sub_title-thank-you {
  text-align: center;
  font-size: 32px;
}

.banner-form .sub-line {
  font-family: var(--secondary-font);
  color: #4A5662;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0px !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {



  .accordion__answer {
    padding-left: 40px;
  }

  .accordion {
    padding-bottom: 4px;
  }

  .accordion__question {
    font-size: 16px;
  }

  .testimonials-content-wrapper {
    width: auto;
  }

  .section-what-we-do div.item-wrapper {
    gap: 18px;
    flex-direction: column;
  }

  section h4 {
    font-size: 36px !important;
  }

  .banner-content p {
    text-align: left;
  }



  .banner-image {
    display: none;
  }


  #sticky-btn-banner {
    margin-top: 19px;
  }

  .banner-content {
    margin-top: 2%;
  }

  .banner-content h1 {
    text-align: left;
  }

  .section-one .item-wrapper {
    display: flex;
    gap: 14px;
  }

  .section-one .points-wrapper {
    gap: 7px;
  }
}

@media only screen and (max-width: 425px) {}

@media only screen and (min-width: 768px) {


  .banner-content h1 {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {}

@media only screen and (min-width: 1024px) {}

@media only screen and (max-width: 1024px) {


  .button-erp-more {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {}

@media only screen and (min-width: 900px) and (max-width: 1100px) {}

.section-testimonials .owl-item {
  background-color: transparent !important;
}

.section-slider-details .owl-item {
  background-color: transparent !important;
}

.section-slider-details .owl-carousel {
  display: flex !important;
  justify-content: center;
}

.section-slider-details .owl-carousel .owl-nav .owl-prev {
  color: #000 !important;
  position: absolute;
  top: 50%;
  left: 0;
}

.section-slider-details .owl-carousel .owl-nav .owl-next {
  color: #000 !important;
  position: absolute;
  top: 50%;
  right: 0;
}

.section-slider-details .owl-carousel .owl-stage-outer {
  width: 85%;
}

.sub_title-thank-you-phone {
  text-align: center;
}

.owl-prev,
.owl-next {
  padding: 10px 20px;
  /* Adjust padding as needed */
  font-size: 16px;
  /* Adjust font size as needed */
  border: none;
  /* Remove default border */
  background-color: #333;
  /* Background color of the button */
  color: #fff;
  /* Text color of the button */
  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: filter 0.3s ease;
  /* Smooth transition for the filter effect */
  position: relative;
  /* Required for pseudo-element positioning if needed */
}

.owl-prev {
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.3));
  /* Shadow effect for Previous button */
}

.owl-next {
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.3));
  /* Shadow effect for Next button */
}

.owl-prev:hover,
.carousel-next:hover {
  filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.4));
  /* Shadow effect on hover */
}

/* ////////////////////////// */
/* ////////////////////////// */
/* ////////////////////////// */
.whatsappIcon {
  position: fixed;
  right: 24px;
  bottom: 24px;
  height: 68px;
  width: 68px;
  background-image: url(../images/wApp.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.best-choice .sub-text{
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .our-servces-wrapper-main-btn .scrollToForm{
    display: grid!important;
    place-items: center!important;
  }
}

.description ul {
  list-style: disc inside;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.image-wrapper{
  width: 80px;
}


.featured-points .item-3:nth-child(3) {
  padding-bottom: 0px;
  min-height: 2.5rem;
}


.doctor-content p{
  margin-bottom: 0px!important;
}


@media only screen and (max-width: 820px) {
    .banner-form {
       margin-left: unset;
    }
	
	.our-servces-wrapper-main-btn #scrollToForm{
    display: grid!important;
    place-items: center!important;
	}
}



