body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
* {
  padding: 0px;
  margin: 0px;
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 34px;
    color: #242424;
    font-weight: 600;
}
a.navbar-brand {
    height: auto;
}

ul, li {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 28px;
}
.main-header {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 99;
  background: none;
  top: 0px;
  padding: 0;
}
.main-header img {
  max-width: 100%;
  width: 230px;
}
.main-header .header-menu {
  width: 100%;
  float: left;
  padding: 0px;
  background-color: transparent;
  margin-top: 0px;
}
.header-menu .container {
  position: relative;
  height: 100%;
}

.header-menu .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  /* padding-right: 20px;
  right: 0;
  position: absolute;
  justify-content: flex-end; */
}

#mainMenudrop {
  background: #a62a2a;
}
.navbar-mobile-menu-icon .svg-inline--fa.fa-bars {
  color: #fff;
}
.navbar-toggler {
  color: #fff;
  border: 2px solid #fff;
}
.offcanvas-header .btn-close {
  color: #fff;
}
.header-menu .navbar .navbar-nav li.dropdown {
  position: relative;
}
.header-menu .navbar .navbar-nav > li {
  padding: 0px 15px;
}


.sticky-header img {
  width: 180px;
  transition: all 0.3s ease;
}
.main-header, .main-header img {
  transition: all 0.3s ease;
}

.sticky-header {
    background-color: #1C0809 !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    z-index: 999;
    height: auto;
}
.main-header {
    transition: all 0.3s ease;
}

.main-header .header-menu .navbar .navbar-nav > li > a {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  transition: all 150ms linear;
}
.main-header .header-menu .navbar .navbar-nav > li > a {
  background: transparent;
  letter-spacing: .45px;
}
.header-menu .navbar .navbar-nav li a {
  /* background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px;
  transition: all 150ms linear; */
}
.header-menu .navbar .navbar-nav li.dropdown ul::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}
.header-menu .navbar .navbar-nav li.dropdown ul li a {
  line-height: 45px;
  color: #242424;
  font-weight: normal;
  font-size: 15px;
  padding: 0px 20px;
  text-transform: capitalize;
  transition: all 150ms linear;
  display: block;
  position: relative;
}

#main-navmenu ul.main-nav-ul > li.dropdown > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
  line-height: normal;
  font-weight: 900;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  /* display: none; */
  min-width: 200px;
  z-index: 1000;
}
.dropdown-menu.menu-item-children {
  top: 100%;
  left: -40px;
  background: #FFF;
  margin-top: 0px;
  min-width: 215px;
  text-align: left;
  transition: all 300ms ease-in;
  border: none;
  padding: 0px;
  border-radius: 0px;
}
#main-navmenu .navbar-nav li.dropdown ul li {
  display: block;
  float: none;
  margin-left: 0px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.3);
}
#main-navmenu .navbar-nav li.dropdown > ul > li:hover > a {
  background-color: #0c7c8a;
  color: #fff;
}
#main-navmenu .navbar-nav > li > ul > li.dropdown > a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 22px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  z-index: 5;
}
#main-navmenu .navbar-nav li.dropdown > ul > li > ul > li:hover a {
  background-color: #000;
  color: #fff;
}
.dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
}
.header-menu .navbar .navbar-nav > li.dropdown > ul {
  margin-top: 15px;
}

/*Home Banner*/
.carousel-item {
  position: relative;
}
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.carousel-item img {
  position: relative;
  z-index: 0;
}
.carousel-caption {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0;
  z-index: 1;
  transform: translate(0%, -50%);
}
.carousel-caption span {
  color: #FFF;
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: capitalize;
  display: block;
  position: relative;
  line-height: 1.2;
}
.carousel-control-prev-icon-custom {
  position: absolute;
  top: 50%;
  color: #FFF;
  font-size: 26px;
  margin: 5px;
  padding: 0px;
  background: rgba(255,255,255,0.2);
  display: inline-block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 100%;
  line-height: 64px;
}
.carousel-control-next-icon-custom {
  position: absolute;
  top: 50%;
  color: #FFF;
  font-size: 26px;
  margin: 5px;
  padding: 0px;
  background: rgba(255,255,255,0.2);
  display: inline-block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 100%;
  line-height: 64px;
}
.carousel-control-prev-icon-custom:hover,
.carousel-control-next-icon-custom:hover {
  background: #0b7c8a;
  color: #fff;
}
.appoint-btn-doc {
  padding: 6px 8px;
  background: #6C3E0A;
  border-radius: 4px;
  border: solid 1px #6C3E0A;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  border: none;
  transform: perspective(1px) translateZ(0);
  outline: none;
  width: 100%;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-appoint {
  padding: 15px 20px;
}

/*Home About*/
.aboutcom {
  height: 100%;
  background-color: #fafcfb;
}
.section-padding {
  padding: 60px 0;
}
/* .about-sct-title h1 {
  font-size: 30px;
} */
.b-r-15 {
  border-radius: 15px;
}
.experince-box {
  width: 100%;
  background-color: #FFF;
  font-size: 65px;
  color: #FFF;
  text-align: center;
  padding: 10px;
  box-shadow: 0px 1px 8px 1px rgb(0 0 0 / 11%);
}
.experince-box_inner {
  background-color: #6C3E0A;
  width: 100%;
  border-radius: 10px;
  padding: 5px 0 15px 0;
}
.ex-year span {
  font-size: 85px;
  color: #6C3E0A;
  text-shadow: -1px 1px 0 #FFF, 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
  font-weight: 600;
}
.experince-box p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #fff;
}
.aboutcom .img-box-2 {
  position: relative;
  margin-top: 30px;
}
.about-sct-title {
  padding-bottom: 20px;
}
.sm-title {
  padding-bottom: 15px;
}
.sm-title span {
  font-size: 16px;
  font-weight: 600;
  color: #6C3E0A;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}
.lg-title h2 {
  font-size: 45px;
  font-weight: 600;
  color: #212529;
  padding-left: 0px;
  text-transform: capitalize;
}
.sec-title .title-sep-left {
  width: 330px;
  height: 1px;
  background-color: #d2d2d2;
  margin: 20px 0 0;
}
.sec-title .title-sep-sm-left {
  width: 18px;
  background-color: #6C3E0A;
  height: 4px;
  margin: -3px 0 0;
}
.aboutcom .about-text-box {
  padding: 0px 0 0 0px;
}
.aboutcom .list-col {
  padding-top: 0;
  padding-bottom: 10px;
}
.aboutcom .list-col ul {
  margin: 0;
  padding: 0;
}
.aboutcom .list-col li {
  font-size: 16px;
  line-height: 30px;
  color: #242424;
  display: flex;
  align-items: baseline;
  position: relative;
  padding-left: 30px;
  list-style: none;
  margin-bottom: 10px;
  font-weight: 600;
}
.aboutcom .list-col li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0c7e8c;
  position: absolute;
  left: 0;
  margin-right: 22px;
  font-size: 20px;
  top: 1px
}
.about-text-box .list-col ul li .svg-inline--fa.fa-circle-check {
  color: #6C3E0A;
  margin-right: 15px;
  font-size: 20px;
  top: 6px;
  position: relative;
}
.aboutcom .telinfo {
  padding:10px 0;
  float: left;
  margin-right: 50px;
}
.aboutcom .telinfo .info-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
  border-radius: 50%;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid #6C3E0A;
}
.info-box .info-icon .svg-inline--fa {
  color: #6C3E0A;
}
.aboutcom .telinfo .text {
  float: left;
  padding: 5px 0 0 0;
}
.aboutcom .telinfo .text P {
  font-size: 14px;
  text-align: left;
  line-height: 9px;
  color: #000;
  margin-bottom: 4px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 300;
}
.aboutcom .telinfo .text span {
  font-size: 18px;
  font-weight: 600;
  color: #6C3E0A;
}

/*------services---------*/
.sec-title .middile-title-line {
  width: 330px;
  height: 1px;
  background-color: #d2d2d2;
  margin: 20px auto 0;
}
.sec-title .middile-title-sm-line {
  width: 18px;
  background-color: #6C3E0A;
  height: 4px;
  margin: -3px auto 0;
}
.service-item-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 15px;
}
.service-content {
  position: absolute;
  inset: 0;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
  overflow: hidden;
  z-index: 2;
}
.service-text-core {
  position: relative;
  bottom: -100px;
  transition: bottom 0.4s ease;
}
.scat-short-detail {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}
.service-item-block:hover .service-text-core {
  bottom: 30px;
}
.service-item-block:hover .scat-short-detail {
  opacity: 1;
  transform: translateY(0);
}

.service-icon {
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px;
  background-color: #FFF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}
.service-content h3,
.service-content h3 a {
  position: relative;
  color: #fff;
  font-size: 27px;
  margin: 20px 0;
}

.service-content .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: #FFF;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: 0 auto 20px;
}

.service-icon img {
  width: 38px;
}

/*------why choose us--------*/

.why-choose-us {
  position: relative;
  background: #EFF8FF;
  padding: 60px 0;
}
.section-row {
  margin-bottom: 60px;
}
.section-row .section-title {
  text-align: center;
  margin-bottom: 0;
}
.section-title h3 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-title h1 span, .section-title h2 span {
  color: #212529;
}
.section-title p {
  margin-top: 20px;
  margin-bottom: 0;
}
.why-choose-box-1 {
  position: relative;
  z-index: 1;
}
.why-choose-box-1 .why-choose-item {
  flex-direction: row-reverse;
}
.why-choose-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.why-choose-box-1 .why-choose-item .icon-box {
  margin-left: 15px;
  margin-right: 0;
}
.why-choose-item .icon-box img {
  max-width: 48px;
}
.why-choose-box-1 .why-choose-item .why-choose-content {
  text-align: right;
}
.why-choose-content {
  width: calc(100% - 63px);
}
.why-choose-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #0E384D;
}
.why-choose-content p {
  margin: 0;
}
.why-choose-item .icon-box {
  margin-right: 15px;
}
.sub-section-title {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6C3E0A;
  margin-bottom: 10px;
}



/*-----------before after------------*/
/* .bdc-before-bg.section-padding {
  background: #103749;
} */
.bdc-before-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bdc-btn-primary {
  background: #2093CA;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 18px 22px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  transition: 0.3s;
}
.bdc-section-title {
  margin-bottom: 60px;
}
.bdc-section-title .subtitle {
  color: #fff;
  background: #274B5B;
  border-radius: 8px;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 14px;
}
.bdc-section-title .title{
  color: #000;
  font-size: 44px;
  line-height: 54px;
}


.before-after-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  aspect-ratio: 16 / 9;
  background-color: #eee;
}
.image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.after-image-wrapper,
.before-image-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
}
.slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #fff;
  border-left: 2px solid #000;
  cursor: ew-resize;
  z-index: 10;
}
.slider-handle .arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  z-index: 11;
}
.slider-handle .arrow-circle {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.slider-handle .arrow-circle:hover {
  background: #333;
}
.before-label,
.after-label {
  font-size: 1em;
  padding: .25em .75em;
  position: relative;
  display: inline-block;
  top: 0;
  background-color: #000;
  background-color: rgba(0,0,0,.7);
  color: white;
  z-index: 10;
  white-space: nowrap;
  vertical-align: middle;
}
.before-after-container .after-label {
  float: right;
  right: 0;
}
.before-after-container .before {
  float: left;
  right: 0;
}

/*-------Home Blog--------*/
.blog-item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  z-index: 1;
}
.post-featured-image figure {
  margin: 0;
}
.blog-item .post-featured-image {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-image-link::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) rotate(-45deg);
  z-index: 1;
}
.blog-item .post-featured-image img {
  border-radius: 30px;
  aspect-ratio: 1 / 0.66;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.blog-item:hover .post-featured-image img {
  transform: scale(1.1);
}
.post-item-body {
  margin-bottom: 15px;
}
.post-item-body h2 {
  color: #6C3E0A;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.post-item-body h2 a {
  color: inherit;
}
.post-item-body p {
  margin: 0;
}
.post-item-footer a.read-more-btn {
  position: relative;
  color: #6C3E0A;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding-right: 35px;
  transition: 0.5s ease-in-out;
}

/*---------------Home Testimonial--------------*/
#homeTestimonials {
  background: #EFF8FF;
}
.testimonial-block-outer {
  padding: 15px;
  background-color: #FFF;
  border-radius: 50px;

}
.highlight-banner-img {
  width: 346px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px dashed #0c7d8b;
  padding: 8px;
  float: left;
}
.testimonial-block-outer .client-img {
  border-radius: 15px;
  margin: auto;
  background-color: transparent;
  overflow: hidden;
  padding: 0px;
}
.testimonial-block-outer .text-box {
  width: 565px;
  margin: auto;
  padding: 0px 30px 0px;
  color: #FFF;
  text-align: left;
  float: left;
}
.mob-devic-space .quote-icon {
  position: relative;
  display: inline-block;
  width: 76px;
  height: 76px;
  text-align: center;
  background: transparent;
  border: 1px solid #6C3E0A;
  color: #6C3E0A;
  font-size: 36px;
  line-height: 76px;
  border-radius: 70px;
  transition: all 500ms ease-out 0s;
  margin-bottom: 30px;
}
.testimonial-block-outer .name {
  font-size: 20px;
  line-height: 30px;
  padding-top: 0px;
  text-align: left;
  color: #6C3E0A;
  margin-top: 30px;
}
.testimonial-block-outer .name span {
  font-size: 16px;
  font-weight: 300;
}
/*----------footer-----------*/
footer.main-footer {
  padding: 100px 0 0;
  background: #095E69;
}
.footer-logo {
  margin-bottom: 35px;
}
.footer-logo img {
  width: 100%;
  max-width: 220px;
}
.about-footer-content p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.8em;
}
.footer-quick-links, .footer-social-links {
  margin-left: 50px;
}
.footer-links h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer-links ul,
.contact-footer-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links ul li {
  margin-bottom: 10px;
}
.contact-footer-title ul li {
  margin-bottom: 20px;
}
.footer-links ul li a {
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.social-links-footer {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.social-links-footer a {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 16px;
  line-height: 36px;
  margin: 9px 2px 0px;
  border-radius: 70px;
  transition: all 500ms ease-out 0s;
}
.social-links-footer a:hover {
  background-color: #0c7e8c;
  border: 1px solid #0c7e8c;
  color: #FFF;
  outline: none;
  transition: all 500ms ease-out 0s;
}
.footer-copyright {
  border-top: 1px solid #FFFFFF1F;
  padding: 30px 0;
  text-align: center;
  margin-top: 60px;
}
.footer-copyright-text p {
  color: #fff;
  margin: 0;
}
.footer-links ul li:hover a {
  color: #FFF200;
}
.footer-contact-info ul li {
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.footer-contact-info ul li a {
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.contact-footer-title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer-contact-info ul li:hover a {
  color: #FFF200;
}
.about-footer-content {
  margin-bottom: 10px;
}
/*-----our team-------*/
.our-team {
  background: #EFF8FF;
  padding: 60px 0;
}
.team-member-item {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
.team-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.image-anime::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) rotate(-45deg);
  z-index: 1;
}
.image-anime:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.image-anime {
  position: relative;
  overflow: hidden;
  margin: 0;
}
/* .team-image img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  display: block;
  border-radius: 20px 20px 0 0;
  aspect-ratio: 2/1.4;
  object-fit: cover;
} */
.team-image img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  display: block;
  border-radius: 20px 20px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.team-member-item:hover .team-image img {
  transform: scale(1.1);
}
.team-social-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transform: translateY(101%);
  text-align: center;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.team-member-item:hover .team-social-icon {
  transform: translateY(-20px);
}
.team-social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.team-social-icon ul li a {
  height: 38px;
  width: 38px;
  background-color: #0E3A4F;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-size: 18px;
}
.team-social-icon ul li a:hover {
  background-color: #1D83B5;
}
.team-content {
  padding: 20px;
  text-align: center;
}
.team-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #0E3A4F;
}
.team-content p {
  margin: 0;
  text-transform: capitalize;
  color: #666;
}
.custom-col-gap > [class*="col-"] {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

/*--------------pages---------------*/
.banner_area .banner_content h1 {
  padding: 30px 0 10px 0;
  color: #fff;
  font-size: 65px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.detail-sub-text {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  font-size: 36px;
  margin-top: 69px;
}
.banner_content {
  text-align: center;
}

.page_banner_area {
  position: relative;
  overflow: hidden;
}
.banner_wrap-block {
  position: relative;
}
.detail-banner-img {
  position: relative;
  height: 500px;
}
.detail-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.detail-banner-img::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner_title-sec {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  color: #fff;
  text-align: center;
  z-index: 2;
  width: 100%;
}

.banner_title-sec h1 {
  padding: 30px 0 10px 0;
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 600;
  margin: 0px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.banner_title-sec .detail-sub-text {
  font-size: 24px;
  display: block;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
}


/*-------contact page----------*/
.contact_us_area {
  padding: 60px 0px;
}
.contact-heading {
  margin: 0 auto 80px;
  text-align: center;
  width: 80%;
}
.contact-heading p {
  font-size: 22px;
  color: #8ba1b2;
}
.contact_us_details {
  background-color: #fff;
  border-radius: 16px;
  padding: 35px 30px;
  color: #333;
  border: 1px solid #eee;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.contact_us_details:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}
.contact_us_details .section-title h2,
.contact-form .section-title h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0E3548;
  position: relative;
}
.contact_us_details .section-title h2::after,
.contact-form .section-title h2::after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #C2BA31;
  display: block;
  margin-top: 8px;
  border-radius: 2px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c_details_item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.c_details_item .icon {
  font-size: 20px;
  color: #C2BA31;
  flex-shrink: 0;
}

.c_details_item .text p {
  margin: 0;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  word-break: break-all;
}

.contact-page-social-links {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 16px;
  color: #555;
  transition: 0.3s;
  text-decoration: none;
}

.social-icon:hover {
  transform: translateY(-4px);
  color: #fff;
}

.facebook:hover { background-color: #3b5998; }
.tiktok:hover { background-color: #000000; }
.instagram:hover { background-color: #e1306c; }
.linkedin:hover { background-color: #0077b5; }
.youtube:hover { background-color: #ff0000; }
.contact-form {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 35px 30px;
  color: #333;
  border: 1px solid #eee;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.bloom-dental-map {
  margin-top: 40px;
}
.btn-submit-design::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0d7d8b;
  left: 0px;
  top: 0px;
  border-radius: 45px;
  display: block;
  transform-origin: 0 50%;
  transform: scaley(0);
  transition: all 400ms linear 0s;
}
.btn-submit-design {
  display: inline-block;
  background: #1cc0d5;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 45px;
  border: none;
  transition: all 400ms linear 0s;
  transform: perspective(1px) translateZ(0);
  outline: none;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
}
.btn-submit-design:hover::before, .btn-submit-design:focus::before {
  outline: none;
  color: #000;
  border-radius: 45px;
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.contact_us_details .section-title h2,
.contact-form .section-title h2{
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
}

/*----------------About Us Page-------------------*/
.about_us_area {
  padding: 60px 0;
}
.about_us_area h2 {
  font-size: 34px;
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 0 20px;
  margin-top: 15px;
}
.about_us_area p {
  font-size: 16px;
  color: #4d4d4d;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.about_us_area ul li::before {
  content: "\f560";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.about_us_area ul li {
  position: relative;
    padding-left: 25px;
    list-style: none;
    margin-bottom: 10px;
    color: #020D2B;
}
.about_us_area ul {
  padding-bottom: 15px;
}
.technology-body-title {
  border-bottom: 1px solid #0E3A4F1A;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.technology-body-title h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.2em;
  color: #0E3A4F;
}
.adv-tech-item-list {
  margin-bottom: 10px;
}
.technology-body-item {
  background: aliceblue;
  height: 100%;
  padding: 15px;
}
.advTechnology-content P {
  font-weight: 600;
}
/*--------------bloom academic-------------*/
/*
.bloom-academic-section h1 {
  font-size: 48px;
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 0 20px;
  margin-top: 15px;
}
.bloom-academic-section h2 {
  font-size: 34px;
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 0 20px;
  margin-top: 15px;
}*/
.bloom-academic-section ul li::before {
  content: "\f560";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.bloom-academic-section ul li {
  position: relative;
  padding-left: 25px;
  list-style: none;
  margin-bottom: 10px;
  color: #020D2B;
}
.bloom-academic-section ul {
  padding-bottom: 15px;
}


.bloom-academic-section h2 {
color: #242424;
margin-bottom: 20px;
}

.bloom-academic-section .custom-list,
.bloom-academic-section .custom-list-sm {
list-style: none;
padding-left: 0;
}
.bloom-academic-section .custom-list li,
.bloom-academic-section .custom-list-sm li {
margin-bottom: 10px;
position: relative;
padding-left: 28px;
color: #020D2B;
}
.bloom-academic-section .custom-list i,
.bloom-academic-section .custom-list-sm i {
position: absolute;
left: 0;
top: 3px;
}
.bloom-academic-section .card-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
}
.doctor-info-sec img {
  width: 100%;
}
.whatsapp-icons::before {
  content: "\f232";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  color: #28a745;
  font-size: 20px;
}
.whatsapp-icons {
  position: relative;
  margin-bottom: 10px;

}
/*----doctor detail----*/
.doctor-detail-banner-img {
  position: relative;
  height: 65px;
}
.doctor-profile-image {
  position: sticky;
  top: 70px;
}
.doctor-detail-banner-img::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.doctor-title {
  background-color: #0E7A8E;
  padding: 15px 25px;
  color: #fff;
  text-align: center;
}
.doctor-title h1 {
  font-size: 2.5rem;
  font-weight: 600;
}
.designation-title {
  font-size: 18px;
}
.doctor-detail-section ul {
  padding-bottom: 15px;
}
.doctor-detail-section ul li::before {
  content: "\f560";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.doctor-detail-section ul li {
  position: relative;
    padding-left: 25px;
    list-style: none;
    margin-bottom: 10px;
    color: #020D2B;
}
.doctor-detail-section h2 {
  font-size: 34px;
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 0 20px;
  margin-top: 15px;
}
.doctor-info-sec {
  background: #095E69;
}
.doctor-info-sec h2 {
  font-family: inherit;
  font-size: 34px;
  color: #fff;
  font-weight: 600;
}
.doctor-info-sec p {
  color: #fff;
}
.doctor-info-sec .col-space-img {
  padding: 0;
}
/*---gallery---*/
.gallery-title-div {
  background: #004353;
  padding: 15px;
}
.gallery-title-div h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
/*-----------Videos------------*/
.video-page-title,
.gallery-page-title,
.appoint-form-title {
  padding: 0 0px 50px;
}
.commom-page-space {
    padding: 60px 0;
  }
.video-container {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.video-container:hover {
  transform: translateY(-5px);
}
.video-container img {
  border-radius: 12px 0 0;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0.6);
  padding: 15px;
  border-radius: 50%;
  color: #fff;
}
.play-icon svg {
  width: 30px;
  height: 30px;
}
.vid-title {
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 15px;
  background: #004353;
}


}



/*----------------service detail page-----------------*/
.page-services {
  padding: 100px 0 70px;
}
.detail-desc {
  margin-bottom: 30px;
}
.detail-service-item::before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #0E384D;
  border-radius: 0px;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.page-services .detail-service-item {
  border: 1px solid #0E384D1A;
}
.detail-service-item {
  position: relative;
  background-color: #FFF;
  box-shadow: 0px 4px 40px 0px #0000000F;
  border-radius: 30px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 30px;
  overflow: hidden;
  z-index: 1;
}
.detail-service-item .icon-box {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.detail-service-item .icon-box img {
  max-width: 48px;
  transition: all 0.5s ease-in-out;
}
.service-body {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.service-body h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  transition: 0.5s ease-in-out;
}
.service-body p {
  margin: 0;
  transition: 0.5s ease-in-out;
}
.read-more-btn {
  position: relative;
  z-index: 1;
}
.read-more-btn a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: 0.4s ease-in-out;
}
.read-more-btn a {
  position: relative;
  display: inline-block;
  color: #1D85B7;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding-right: 35px;
  transition: all 0.5s ease-in-out;
}
.detail-service-item:hover::before {
  top: 0;
}
.detail-service-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}
.detail-service-item:hover .service-body p, .detail-service-item:hover .service-body h3 {
  color: #FFF;
}
.detail-service-item:hover .read-more-btn a:hover {
  color: #FFF200;
}
.detail-service-item:hover .read-more-btn a {
  color: #FFF;
}
.service_content ul li {
  position: relative;
  padding-left: 25px; /* space for icon */
  list-style: none;   /* remove default bullet */
  margin-bottom: 10px;
  color: #020D2B;
}

.service_content ul li::before {
  content: "\f560"; /* Unicode for fa-check-double */
  font-family: "Font Awesome 6 Free"; /* Make sure you're using the correct FA version */
  font-weight: 900; /* Solid icons use 900 */
  color: #28a745;   /* Optional: green color for check */
  position: absolute;
  left: 0;
  top: 0.2em;
}


/*-----------sub-service-page------------*/
.commom-page-space {
  padding: 60px 0;
}
.service_content h2 {
  font-size: 34px;
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 0 20px;
  margin-top: 15px;
}
.service_content h3 {
  font-size: 30px;
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
}
.service_content h4 {
  font-size: 26px;
color: #242424;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 0 20px;
  margin-top: 15px;
}
.service_content p {
  font-size: 16px;
  color: #4d4d4d;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.service_content p + p {
  padding-bottom: 0px;
}
.service_content .image-bx {
  border-radius: 30px;
  overflow: hidden;
}
.service_content .image-bx img {
  border-radius: 30px;
}
.row.service-images-div {
  padding-bottom: 60px;
}
/* Accordion Button Custom Styling */
.accordion-button {
  background-color: #0c7d8b !important;
  color: #fff;
  padding: 1.25rem 1.25rem;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.accordion-button::after {
  filter: brightness(0) invert(1); /* Make the arrow white */
}
.accordion-button:not(.collapsed) {
  background-color: #095e69 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.accordion-button:not(.collapsed) {
  color: #fff;
}
.accordion-button:hover {
  background-color: #0a6b77 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
/* Remove default border */
.accordion-item {
  border: none;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #f8f9fa;
}
.accordion-body {
  background-color: #ffffff;
  padding: 1rem 1.25rem;
}
.section-faq {
  margin-top: 2rem;
}
.sub-detail-page-title {
  font-size: 2rem;
  color: #0c7d8b;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.sidebar-appointment {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 15px;
  background: #D7ECE4;
  border-radius: 20px;
}
.appointment-form-block h3 {
  font-size: 1.28rem !important;
}
.detail-list li {
  list-style-type: none;
  margin-bottom: 20px;
  display: flex;
  color: #020D2B;
}
.detail-list li .svg-inline--fa{
  color: #60BD9A;
  font-size: 25px;
  margin-right: 10px;
}
.service-book-default-btn {
  background-color: #020C28;
  border-color: #020C28;
}
.service-overview-div ul {
  padding-bottom: 15px;
}
.sidebar-block {
  position: sticky;
  top: 60px;
}
.service_content ol li {
  position: relative;
  padding-left: 5px;
  margin-bottom: 10px;
  color: #020D2B;
}
/*-----about-page----*/
  .about-overview-card {
  border-radius: 40px;
  background-color: #D7ECE4;
  padding: 50px;
  margin-bottom: 25px;
  position: relative;
}
.about-overview-card .svg-inline--fa {
  font-size: 35px;
  display: block;
  margin-bottom: 35px;
  color: #020E2D;
}
.about-overview-card h3 {
  font-weight: 700;
  letter-spacing: 1.4px;
  font-size: 15px;
  margin-bottom: 20px;
}
.about-overview-card p {
  margin-bottom: 0;
}
/*--------------detail blog-------------*/
.blog-page {
  padding: 130px 0px 100px 0px;
  background-color: #f9f9f9;
}
.main_blog_items {
  padding-right: 30px;
}
.main_blog_items .main_blogpost_item {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  padding: 25px;
  background-color: #FFF;
  box-shadow: 0px 1px 8px 1px rgb(0 0 0 / 5%);
  border-radius: 14px;
}
.main_blog_items .main_blogpost_item .blog_image::before {
  content: "";
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 400ms linear 0s;
  border-radius: 14px;
}
.main_blog_items .main_blogpost_item .blog_image {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.main_blog_items .main_blogpost_item .blog_image img {
  width: 100%;
  transition: all 400ms linear 0s;
}
.blog-page .main_blog_inner .blog_image img {
  max-width: 100%;
}
.main_blog_items .main_blogpost_item .blog_image .date {
  height: 76px;
  width: 76px;
  z-index: 3;
  background-color: #097886;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 12px;
}
.main_blog_items .main_blogpost_item .blog_image .date h5 {
  font-size: 30px;
  color: #fff;
  padding-top: 16px;
  letter-spacing: .66px;
  line-height: 22px;
}
.main_blog_items .main_blogpost_item .blog_image .date h5 span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.main_blog_items .main_blogpost_item .main_blog_text h2 {
  font-size: 24px;
  color: #242424;
  text-transform: capitalize;
  letter-spacing: .40px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.main_blog_items .main_blogpost_item .main_blog_text .blog_title_area {
  padding-top: 10px;
  margin-bottom: 30px;
}


        .blog_sidebar_area {
            max-width: 800px;
            margin: auto;
            background-color: #fff;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .blog_widget_title h3 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #2c3e50;
            border-bottom: 2px solid #ddd;
            padding-bottom: 10px;
        }

        .recent_inner {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .recent_item {
            display: flex;
            align-items: center;
            gap: 20px;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
        }

        .recent-bl-img img {
            min-width: 100px;
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 8px;
        }

        .recent_item h4 {
            margin: 0 0 8px;
            font-size: 18px;
            color: #242424;
            text-decoration: none;
        }

        .recent_item h4:hover {
            text-decoration: underline;
        }
        .recent_item h5 {
            margin-top: 4px; /* space from title */
            font-size: 14px;
            color: #6c757d;
            display: flex;
            align-items: center;
            gap: 6px;
        }



        .recent_item svg {
            width: 14px;
            height: 14px;
            fill: #6c757d;
        }


@media (max-width: 576px) {
  .c_details_item .media {
    flex-direction: column;
    align-items: flex-start;
  }
  .c_details_item .media .media-left {
    padding-right: 0;
    margin-bottom: 8px;
  }
  .contact-us-form .form-control {
    margin-bottom: 12px;
  }
  .contact-heading p,
  .c_details_item .media a,
  .contact_us_details,
  .contact-form {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .main-header {
    height: 60px;
  }
  .main-header img {
    max-width: 100%;
    width: 160px;
  }
  .detail-banner-img {
    height: 200px;
  }
  .banner_title-sec h1 {
    font-size: 26px;
  }
  .banner_title-sec .detail-sub-text {
    font-size: 14px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .sm-title {
    margin-top: 15px;
  }
  .lg-title h1 {
    font-size: 30px;
  }
  .why-choose-us {
    padding: 30px 0;
  }
  .section-title h2 {
      font-size: 16px;
      letter-spacing: 0.1em;
    }
    .section-title h3 {
      font-size: 24px;
    }
    .bdc-section-title .title {
      font-size: 24px;
    }
  .why-choose-item {
    margin-bottom: 30px;
  }
  .section-row {
    margin-bottom: 30px;
  }
  .recent_item {
      flex-direction: column;
      align-items: flex-start;
  }
  .recent-bl-img img {
      width: 100%;
      height: auto;
  }
  footer.main-footer {
    padding: 30px 0 0;
  }
  .footer-quick-links {
    margin-left: 0px;
  }
  .footer-copyright {
    margin-top: 30px;
  }
  .service_content h2 {
    font-size: 24px;
  }

  .contact_us_area {
    padding: 40px 15px;
  }

  .contact-heading {
    width: 100%;
    margin-bottom: 40px;
  }

  .contact_us_details, .contact-form {
    padding: 20px 20px 16px 20px;
  }

  .contact-heading p {
    font-size: 18px;
  }

  .contact_us_details .section-title h2,
  .contact-form .section-title h2 {
    font-size: 24px;
  }

  .btn-submit-design {
    font-size: 13px;
    padding: 12px 18px;
  }
  .contact_us_details {
    padding: 25px 20px;
  }

  .c_details_item .text p {
    font-size: 14px;
  }

  .social-icon {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .video-page-title h1 {
    font-size: 26px;
  }
  .gallery-page-title h1 {
    font-size: 26px;
  }
  .commom-page-space {
    padding: 30px 0;
  }
  .video-page-title, .gallery-page-title, .appoint-form-title {
    padding: 0 0px 30px;
  }
  .about_us_area {
    padding: 30px 0;
  }
  .about_us_area h2 {
    font-size: 22px;
  }
  .technology-body-title h3 {
    font-size: 18px;
  }
  .bloom-academic-section h2 {
    font-size: 22px;
  }
  .doctor-info-sec h2 {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-caption span {
    font-size: 30px;
  }
  .about-sct-title.sec-title.text-left h1 {
    font-size: 35px;
  }
  .why-choose-image {
    display: none;
  }
  .service-icon img {
    width: 22px;
  }
  .service-icon {
    width: 40px;
    height: 40px;
  }
  .service-text-core {
  bottom: -200px;
  }
  .service-content h5, .service-content h5 a {
  font-size: 18px;
  }
}

@media (min-width: 992px) {
  /* .dropdown-submenu > .dropdown-menu {
    display: none;
  } */
  .dropdown-submenu.show > .dropdown-menu {
    display: block;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .about-left-img-sec {
      display: none;
    }
  .dropdown-submenu > .dropdown-menu {
    position: static;
    /* display: block; */
    width: 100%;
    margin-left: 0;
  }
    .navbar-nav {
      right: auto;
      align-items: normal;
    }
    .header-menu .navbar .navbar-nav > li {
      margin-bottom: 20px;
    }
    .dropdown-menu.menu-item-children {
      background: #a62a2a;
      color: #fff;
    }
    .dropdown-menu.menu-item-children.show {
      background: #a62a2a;
      color: #fff;
    }
    #main-navmenu .navbar-nav li.dropdown ul li {
      border: none;
    }
    .header-menu .navbar .navbar-nav li.dropdown ul li a {
      padding: 0;
      color: #fff;
    }
}
@media (max-width:1199) {
  .main-header img {
    width: 150px;
  }
}
@media (max-width:1399) {
  .ex-year span {
    font-size: 65px;
  }
}
