/* Global */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  max-width: 100%;
  padding: 0px 50px;
}

.rmc-abt,
.rmc-ser,
.rmc-video,
.rmc-exc,
.rmc-faq,
.rmc-rev,
.rmc-blog,
.rmc-abt-des,
.rmc-vmv,
.rmc-rely,
.rmc-ser-details,
.rmc-form,
.rmc-map,
.rmc-doctor-profile,
.rmc-blog-details {
  padding: 50px 0px;
}

.row,
.row > * {
  padding: 0px !important;
  margin: 0px !important;
}

.oh {
  overflow: hidden !important;
}

.bg-section {
  border-radius: 15px;
  width: calc(100% - 100px);
  margin: 0 auto;
}

.rmc-abt .about-img-2 {
  border-radius: 25px;
}

.rmc-abt .about-img-2 figure,
.rmc-abt .company-timing,
.rmc-ser .service-item,
.rmc-faq .faq-cta-box,
.rmc-rev .testimonial-item,
.rmc-blog .post-featured-image img,
.rmc-blog .post-featured-image a,
.rmc-vmv .our-facility-item,
.rmc-ser-details .service-catagery-list,
.rmc-ser-details .sidebar-cta-box,
.rmc-ser-details .service-featured-image figure,
.rmc-ser-details .service-featured-image img,
.rmc-ser-details .service-entry-img figure,
.rmc-ser-details .service-entry-img img,
.rmc-form .contact-us-box,
.rmc-map .google-map-iframe iframe,
.rmc-blog-details .post-image figure,
.rmc-blog-details .post-image img {
  border-radius: 15px;
}

.rmc-blog .section-title {
  max-width: 750px;
}

/* Page Loader */
.loading-container,
.loading {
  width: 150px;
  height: 150px;
}

#loading-icon {
  width: 100px;
  max-width: 100px;
}

/* Topbar */
.topbar-contact-info ul li a:hover i,
.topbar-social-icons ul li a:hover i,
.topbar-contact-info ul li a:hover {
  color: var(--sec);
  transition: all 0.3s ease-in-out;
}

.topbar {
  background: var(--pri);
  padding: 10px 0px;
}

.topbar-contact-info ul li a i {
  margin-right: 6px;
}

/* Header Menu Navigation */
.nav-link {
  transition:
    color 0.2s ease,
    font-weight 0.2s ease;
}

.new-header .main-menu ul ul {
  background: var(--pri);
}

/* Active State */
.nav-link.active {
  color: var(--sec) !important;
  font-weight: 700 !important;
}

.nav-item.active > .nav-link {
  color: var(--sec) !important;
  font-weight: 700 !important;
}

/* Hover State */
.nav-link:hover {
  color: var(--sec) !important;
}

/* Active + Hover (no change, but keeps consistency) */
.nav-link.active:hover,
.nav-item.active > .nav-link:hover {
  color: var(--sec) !important;
}

.submenu .nav-link:hover {
  color: var(--sec) !important;
}

.main-menu ul ul {
  border-radius: 15px !important;
}

.navbar {
  padding: 20px 0px;
}

/* Logo */
.new-logo {
  width: 250px !important;
  max-width: 250px !important;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/* Footer */
.main-footer.bg-section {
  padding-top: 50px;
  margin: 50px;
  margin-top: 0px;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-copyright {
  padding-top: 10px;
}

.new-footer a {
  color: #fff;
}

.new-footer a:hover,
.new-footer li:hover a {
  color: var(--sec) !important;
}

/* Page Header */
.rmc-ph .page-header-box {
  width: 75%;
  margin: 0 auto;
}

.rmc-ph .page-header-box h1 {
  font-size: 50px;
  font-weight: 700;
  /* line-height: normal;
    letter-spacing: normal;
    padding: 0;
    margin: 0; */
  text-transform: uppercase;
}

.rmc-ph .page-header-box p {
  padding: 0px 200px;
}

.rmc-ph a:hover {
  color: var(--sec) !important;
  transition: all 0.3s ease-in-out;
}

.rmc-ph strong {
  font-weight: normal;
}

/* Hero Section */
.rmc-hero {
  height: calc(100vh - 164px);
  padding: 0px;
}

.rmc-hero > *,
.rmc-hero .row,
.rmc-hero .row > *,
.rmc-hero .hero-image,
.rmc-hero .hero-image .hero-img,
.rmc-hero .hero-image figure {
  height: 100% !important;
}

.hero-img img {
  aspect-ratio: unset !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  margin-top: 20px;
}

.rmc-hero .row .col-lg-6:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rmc-hero .google-rating {
  margin-top: 25px;
  padding-top: 15px;
}

.rmc-hero .section-title {
  margin-bottom: 25px;
}

.rmc-hero strong {
  font-weight: bold !important;
}

.rmc-hero p span {
  font-weight: normal !important;
  font-size: 18px !important;
}

.rmc-hero .section-title p {
  font-size: 21px;
}

.rmc-hero .section-title p span {
  color: var(--accent-color);
}

/* About Us Section */
.rmc-abt .company-timing {
  padding: 25px;
  background: linear-gradient(
    90deg,
    var(--accent-color) 0%,
    var(--accent-color-two) 100%
  );
}

.rmc-abt .company-timing ul li span {
  width: 30%;
}

.rmc-abt .company-timing ul li i {
  padding-right: 8px;
}

.about-img-2 figure {
  padding: 15px;
}

.rmc-abt .about-img-2 figure img {
  border-radius: 10px;
  /* aspect-ratio: 1/1; */
}

.rmc-abt .about-img-2 h3 {
  padding-bottom: 0px;
}

.rmc-abt .about-img-1 img {
  border-radius: 25px;
}

.rmc-abt .company-timing h3 {
  color: var(--white);
}

/* Our Services */
.rmc-ser .service-item {
  margin: 0px !important;
  padding: 25px;
}

.rmc-ser .service-body p {
  min-height: 65px;
}

.rmc-ser .row > * {
  padding: 15px !important;
}

.rmc-ser .row .col-lg-12 {
  padding: 0px !important;
}

.rmc-ser .service-item-content h3 {
  font-size: 18px;
}

.rmc-ser .service-item-box {
  width: 100%;
}

.rmc-ser .service-image img,
.service-image a {
  border-radius: 10px;
}

.rmc-ser {
  background-size: 175px;
}

.rmc-ser .service-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.rmc-ser .service-link:hover {
  text-decoration: none;
}

/* Intro Video */
.intro-video .section-row .section-title {
  max-width: 675px;
}

/* FAQ */
.rmc-faq .faq-cta-box {
  padding: 25px;
}

.rmc-faq .row {
  align-items: center;
}

/* Review */
.rmc-rev .testimonial-content p {
  min-height: 85px;
}

.rmc-rev .testimonial-item {
  padding: 25px;
}

/* Blog */
.rmc-blog .post-item {
  margin: 0px;
}

.rmc-blog .row > * {
  padding: 15px !important;
}

.rmc-blog .post-item-meta ul li:before {
  background-color: var(--pri);
}

/* CTA */
.rmc-cta .cta-img-2 img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  aspect-ratio: unset;
}

.rmc-cta .cta-box-btn .btn-default {
  width: max-content;
}

.rmc-cta .section-title {
  margin-bottom: 0px;
}

.rmc-cta .cta-box-text {
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 0px 100px;
}

.rmc-cta .cta-box-content {
  padding-bottom: 50px;
}

.rmc-cta .section-title .htx {
  font-size: 45px;
}

/* About Us Page */
/* .rmc-abt-des .row {
    align-items: stretch !important;
} */

.rmc-abt-des {
  position: relative;
}

.rmc-abt-des::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: url("../img/loader.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  top: 38%;
  left: 0%;
  transform: translateY(-50%);
  animation: floatUpDown 3s ease-in-out infinite;
}

.rmc-abt-des .about-us-image,
.rmc-abt-des .about-us-image figure {
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}

.rmc-abt-des .about-us-image {
  margin-right: 50px;
}

.rmc-abt-des .about-us-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rmc-abt-des .about-us-content p:last-child {
  margin: 0px;
}

.rmc-abt-des .abt-txt {
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(-50%);
  }

  50% {
    transform: translateY(-60%);
  }

  100% {
    transform: translateY(-50%);
  }
}

.animate-up-down {
  animation: floatUpDown 3s ease-in-out infinite;
}

.rmc-vmv .section-title {
  margin-bottom: 50px;
}

.rmc-vmv .row:last-child > * {
  padding: 15px !important;
}

.rmc-vmv .our-facility-item .icon-box i {
  color: #fff;
  font-size: 25px;
}

.rmc-vmv .our-facility-item {
  padding: 25px;
  margin: 0px;
  height: auto;
}

.rmc-vmv .our-facility-content p {
  min-height: 105px;
}

/* Services Page */
.all-ser {
  background: transparent;
}

.all-ser .service-item {
  box-shadow: 0px 0px 5px #e5e5e550;
  border: 1px solid var(--divider-color);
}

.all-ser .service-item i,
.all-ser .service-item i::after,
.all-ser .service-item i::before {
  color: #fff;
  /* width: 30px;
    height: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  z-index: 3;
}

.all-ser .service-item:hover .icon-box::before {
  background: var(--pri);
}

/* Service Details Page */
.rmc-ser-details img {
  object-position: center;
  object-fit: cover;
}

.rmc-ser-details .section-title .htx,
.rmc-ser-details .service-entry .htx,
.rmc-doctor-profile .htx {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.rmc-ser-details .service-entry,
.rmc-ser-details .service-featured-image,
.rmc-ser-details .services-comfort,
.rmc-ser-details .providing-services,
.rmc-ser-details .section-title {
  margin-bottom: 50px;
}

/* Contact Us Page */
.rmc-form .contact-us-box {
  padding: 50px;
}

.rmc-form .contact-info-item {
  padding: 25px;
  border-radius: 15px;
}

.rmc-form .rmc-contact-form .row > * {
  padding: 15px !important;
}

.rmc-form .rmc-sticky-box {
  position: sticky;
  top: 30px;
}

.rmc-form form #formSuccess {
  margin: 0px;
  padding-bottom: 0px;
}

/* Doctor Profile */
.rmc-doctor-profile .doctor-single-sidebar {
  margin-right: 50px;
}

.rmc-doctor-profile .doctor-sidebar-image img {
  border-radius: 0px;
}

.rmc-doctor-profile .doctor-single-sidebar {
  border-radius: 15px;
  overflow: hidden;
}

.rmc-doctor-profile .member-experience-info {
  width: 100%;
}

.rmc-doctor-profile .member-experience-info .dr-exp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.rmc-doctor-profile .member-experience-info-item {
  margin: 0px;
  padding: 25px;
  background: var(--secondary-color);
  border-radius: 15px;
}

.rmc-doctor-profile .doctor-contact-form {
  border-radius: 15px;
}

.rmc-doctor-profile .doctor-contact-form .contact-form .row > * {
  padding: 15px !important;
}

.rmc-doctor-profile .doctor-contact-form .section-title h2 {
  padding: 0px 15px;
  margin-bottom: 0px;
  font-size: 35px;
  text-transform: uppercase;
}

.rmc-doctor-profile .doctor-contact-form .section-title {
  margin-bottom: 30px;
}

.rmc-doctor-profile .dr-edu h3 {
  font-size: 18px;
  color: #000;
}

.rmc-doctor-profile .dr-edu:not(:last-child) {
  margin-bottom: 15px;
}

.rmc-doctor-profile .dr-pub ol {
  padding-left: 15px;
}

.rmc-doctor-profile .dr-pub ol li {
  padding-left: 5px;
}

.rmc-doctor-profile .dr-pub p {
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}

.rmc-doctor-profile .dr-pub .pub-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

/* Blog Single Details Page */
.rmc-blog-details .post-image {
  margin-bottom: 50px;
}

.rmc-blog-details .post-content {
  max-width: 100%;
}

.rmc-blog-details .post-entry blockquote {
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 25px;
  background-position: 15px center;
  background-size: 25px;
  padding-left: 50px;
}

.company-timing {
  animation: unset !important;
}
.reveal-off {
  visibility: visible !important;
}
.why-choose-list ul li::before,
.main-menu ul li.submenu > a:after,
::after,
::before {
  font-family: "Font Awesome 7 Pro" !important;
}
.topbar-social-icons ul li a i,
.topbar-social-icons ul li a i::before,
.topbar-social-icons ul li a i::after,
.contact-social-list ul li a i,
.contact-social-list ul li a i::before,
.contact-social-list ul li a i::after,
.footer-social-link ::before {
  font-family: "Font Awesome 7 Brands" !important;
}

.topbar-contact-info ul li a {
  font-size: 13px !important;
}
.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  font-size: 8px !important;
}

/* =========================================================
FONT AWESOME FALLBACK STACK
========================================================= */

/* Solid / Regular Icons */
.why-choose-list ul li::before,
.main-menu ul li.submenu > a::after,
::after,
::before {
  font-family:
    "Font Awesome 7 Pro", "Font Awesome 6 Pro", "Font Awesome 6 Free",
    "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome", sans-serif !important;

  font-weight: 900;
}

/* Brand Icons */
.topbar-social-icons ul li a i,
.topbar-social-icons ul li a i::before,
.topbar-social-icons ul li a i::after,
.contact-social-list ul li a i,
.contact-social-list ul li a i::before,
.contact-social-list ul li a i::after,
.footer-social-link i,
.footer-social-link i::before,
.footer-social-link i::after {
  font-family:
    "Font Awesome 7 Brands", "Font Awesome 6 Brands", "Font Awesome 5 Brands",
    "FontAwesome", sans-serif !important;

  font-weight: 400;
}

:root {
  --fa-solid:
    "Font Awesome 7 Pro", "Font Awesome 6 Pro", "Font Awesome 6 Free",
    "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome", sans-serif;

  --fa-brand:
    "Font Awesome 7 Brands", "Font Awesome 6 Brands", "Font Awesome 5 Brands",
    "FontAwesome", sans-serif;
}

/* Solid Icons */
::before,
::after {
  font-family: var(--fa-solid) !important;
}

/* Brand Icons */
.social-icons i,
.social-icons i::before,
.social-icons i::after {
  font-family: var(--fa-brand) !important;
}
