body{
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "outfit";
}

html, body {
  overflow-x: hidden;
}


/* Global Typography */
h1, h2, h3, h4, h5, h6,
p {
  font-family: "Outfit", sans-serif;
}


.top {
    background: #e5322d;
    width: 100%;
    line-height: 0;
    position: relative;
    padding: 5px 0px 5px;
    z-index: 9;
}


.top ul {
	list-style: none;
	padding: 0;
	margin: 10px 0px;
}

.top ul li {
	display: inline-block;
	margin-right: 15px;
}

.top ul li a {
	font-family: "outfit";
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

.top ul li a svg {
	vertical-align: middle;
	margin: -4px 2px 0px 2px;
	fill: #ffd557;
	stroke: transparent;
	width: 17px;
}

header {
	position: relative;
	z-index: 99;
}


.header-container {
    max-width: 1338px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-page header {
    background: #000 !important;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 0px;
}

.navbar-brand .logo {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    width: 160px;
    margin-left: 50px;
}

.navbar-toggler {
    display: none;
    background: #ff6b35;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 6px;
    transition: 0.3s;
}

.navbar-toggler:hover {
    background: #e55a28;
    transform: scale(1.05);
}

/* --- DESKTOP FLEX FIXES --- */
.navbar-right {
    display: block ruby;
    align-items: center;
    gap: 0;
}

.navbar-nav {
    display: contents;
    list-style: none;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    /* Ensuring no extra padding */
}

/* --- END DESKTOP FLEX FIXES --- */

.nav-close {
    display: none;
    padding: 20px;
    border-bottom: 1px solid #eee;
}


.btn-nav-close {
    background: transparent;
    border: 1px solid #333;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: 0.3s;
    color: #333;
}

.btn-nav-close:hover {
    background: #333;
    color: #fff;
}

.close-btn {
    transform: rotate(45deg);
    line-height: 1;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    padding: 24px 11px;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    font-family: "jost";
}

.nav-item:hover>.nav-link,
.nav-item.active>.nav-link {
    color: #ff6b35;
    border-bottom-color: #ff6b35;
}

/* Dropdown arrow */
.nav-item.has-dropdown>.nav-link::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 8px;
    margin-left: 4px;
}


.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    padding: 10px 0;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 1000;
    border-radius: 4px;
    color: #ff6b35;
    list-style: none;
}


.navbar-nav {
	list-style: none;
}

.nav-item:hover>.dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown .nav-link {
	color: #555;
	padding: 7px 22px;
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	border: none;
}

.dropdown .nav-item:hover>.nav-link {
    background: #f8f8f8;
    color: #ff6b35;
    border: none;
}

.dropdown .nav-item {
    position: relative;
}

/* Nested dropdown (Desktop) */
.dropdown .dropdown {
    top: 0;
    left: 100%;
    margin-left: 0;
}

.dropdown .has-dropdown>.nav-link::after {
    content: '\f054';
    /* Right arrow for nested desktop menus */
    position: absolute;
    right: 20px;
}



/* Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-overlay.active {
    display: block;
    opacity: 1;
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .nav-link {
        padding: 30px 14px;
        font-size: 12px;
    }

    /* ... (Rest of Tablet styles) ... */
}

/* Mobile Styles */
@media (max-width: 991px) {
    
    .sec10-left,
.sec10-right{
width:100%;
flex:0 0 100%;
max-width:100%;
min-height:auto;
}

.sec10-right img{
width:100%;
height:auto;
}

/* spacing for testimonial */
.sec10-testimonial{
padding:20px;
}

  .stats-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
    .carousel-item.active, .carousel-item-next, .carousel-item-prev{
        max-height: 532px !important;
    }

    .slider-content h2{
        margin-top: -125px !important;
        padding-bottom: 20px !important;
        padding-top: 324px;
    }

    .carousel-inner {
        height: 535px !important;
    }

    .top {

        padding: 0px 0px;
    }

    .top ul {

        display: none;
    }

    .header-container {
        padding: 0 20px;
    }

    .navbar {
        min-height: 70px;
    }

    .navbar-brand .logo {
        font-size: 20px;
        margin-left: 20px;
        margin-top: 24px;

    }

    .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        left: 30px;
        top: 18px;
    }

    .navbar-right {
        display: flex;
        /* Ensure the navbar right side maintains flex on mobile */
        gap: 12px;
    }

    .navbar-nav {
        position: fixed;
        display: flex;
        /* CRUCIAL: Overrides desktop style to allow column layout */
        top: 0;
        left: -100%;
        width: 85%;
        max-width: 320px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0;
        overflow-y: auto;
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 10000;
        box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
    }

    .navbar-nav.active {
        left: 0;
    }

    .nav-close {
        display: flex;
        justify-content: flex-end;
    }

    .nav-item {
        border-bottom: 1px solid #eee;
    }

    .nav-link {
        /* Makes sure nav links fill the width and have space for the icon */
        padding: 18px 22px;
        justify-content: space-between;
        border: none !important;
        text-transform: none;
        font-size: 15px;
        font-weight: 500;
    }

    .nav-item:hover>.nav-link,
    .nav-item.active>.nav-link {
        background: #f9f9f9;
        color: #ff6b35;
    }

    /* Mobile Dropdown (Accordion) */
    .dropdown {
        position: static;
        /* Allows it to flow naturally in the column */
        display: block;
        box-shadow: none;
        background: #f9f9f9;
        padding: 0;
        max-height: 0;
        /* Hides the dropdown content (accordion technique) */
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 1;
        visibility: visible;
        transform: none;
        border-radius: 0;
    }

    .nav-item.dropdown-open>.dropdown {
        max-height: 600px;
        /* Expands the dropdown when class is added by JS */
    }


    /* Dropdown Arrow Rotation */
    .nav-item.has-dropdown>.nav-link::after {
        transition: transform 0.3s ease;
    }

    .nav-item.dropdown-open.has-dropdown>.nav-link::after {
        transform: rotate(180deg);
        /* ICON ROTATION FIX: Points up when open */
    }

    .dropdown .nav-link {
        padding: 15px 22px 15px 42px;
        background: #f9f9f9;
        font-size: 14px;
    }

    /* Nested mobile dropdown styles */
    .dropdown .dropdown .nav-link {
        padding-left: 60px;
        background: #f3f3f3;
    }

    .dropdown .has-dropdown>.nav-link::after {
        content: '\f078';
        /* Ensure it's the down arrow for nested mobile accordion */
        right: 22px;
    }

    .contact-icons {
        margin-left: 0;
    }

    /* ... (Rest of Mobile styles) ... */
}

/* ... (Skipping remaining media queries for brevity, assume they are included after) ... */

/* Final cleanup for nav-link padding - moved to the end */
.navbar-nav .nav-link {
    padding-right: 11px !important;
    padding-left: 11px !important;
}


/* slider */
.banner-section .carousel-control-prev {
    left: -75px;
}

.banner-section .carousel-control-next {
    right: -75px;
}


.carousel-inner{
    height:100vh ;
}


.banner-section .carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}



.banner-section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}


.slider-content {
    text-align: left;
}


.slider-content p {
    font-size: 36px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.slider-content span {

    color: #fb7325;
}


.slider-content h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin: 100px 0 0;
}

.slider-content h3 {
    font-size: 100px;
    color: #fff;
    line-height: auto;
    font-weight: 700;
    margin-bottom: 15px;
}

.slider-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.view-btn {
    margin: 30px 0px;
}


.view-btn a {
    font-family: "Jost", sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    background: #fff;
    padding: 9px 30px;
    border-radius: 35px;
}

.view-btn a:hover {
    background: #fb7325;
    color: #000;
}

/* slider */

.banner-section {
	margin-top: -142px;
}


/*sec2*/

.sec2 {
  padding: 70px 0;
  margin-top: -150px;
}

.sec2 .box {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.sec2 .box h5 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.sec2 .box p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 226px;
}

.sec2 .box img {
  position: absolute;
  right: 20px;
  bottom: 36px;
  width: 110px;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.sec2 .box:hover {
  transform: translateY(-10px);
  background: #e5322d;
  color: #fff;
}

.sec2 .box:hover img {
  transform: scale(1.1) rotate(-4deg);
  opacity: 0.95;
}

.sec2 .box:not(.red):hover {
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.22);
}

/*sec2*/

/* sec3 */
.sec3 {
  padding: 70px 0;
}

.about-content {
  padding-left: 40px;
}

.about-tag {
  display: inline-block;
  color: #e5312e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.about-title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 600;
}

.about-title span {
  color: #e5312e;
}

.about-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 14px;
  font-weight: 400;
}

.view-more {
  display: inline-flex;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  margin-top: 14px;
  transition: gap 0.3s ease;
}

.view-more:hover {
 color: #e5312e;
}

.px{
    padding-right: 5px;
}

/*sec3*/

/*sec4*/

.sec4 {
  position: relative;
  padding: 70px 0;
}

.sec4-icon {
  display: block;
  margin: 0 auto;
}

.greyborder {
  background: #f4f9fc;
  padding: 70px 0;
}

.secc-tag {
  color: #e6332a;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
}

.sec4-left h2 {
  font-size: 42px;
  font-weight: 600;
}

.sec4-right p {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-top: 35px;
  font-weight: 400;
}

.service-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}

.service-slide {
  min-width: calc(50% - 12px);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.service-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s ease;
}

.service-slide.active {
  display: block;
}

.service-slide img {
  width: 600px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.service-overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 20px;
  border-radius: 16px;
  max-width: 320px;
  text-align: left;
}

.service-overlay h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}

.nav-arrow {
  font-size: 22px;
  color: #e6332a;
  cursor: pointer;
  user-select: none;
}

.nav-dot {
  width: 8px;
  height: 8px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.nav-dot.active {
  background: #e6332a;
}

/*sec4*/

/* sec5 */

.sec5 {
  padding: 70px 0;
}

.sec-tag {
  color: #e5312e;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  align-items: center;
}

.sec-title {
  font-size: 42px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}

.sec-subtitle {
  font-size: 18px;
  color: #444;
  max-width: 520px;
  margin: 0 auto;
  font-weight: 500;
}

.feature-box {
  margin-bottom: 40px;
}

.feature-box .icon {
  margin-bottom: 12px;
}

.feature-box h5 {
  font-size: 20px;
  margin-bottom: 12px;
}

.feature-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 60px;
}

.vision-center {
  position: relative;
  display: inline-block;
}

.vision-center img {
  background: #fff;
}

/*sec5*/

/* sec6 */

.sec6{
    padding: 70px 0;
}

.hero-vision {
  /*min-height: 520px;*/
   padding: 100px 0 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.45) 40%,
    rgba(0,0,0,0.1) 70%,
    rgba(0,0,0,0) 100%
  );
}

.hero-content {
 position: relative;
    z-index: 2;
    max-width: 685px;
    padding: 120px 0px 80px;
    color: #fff;
    display: block;
}

.hero-tag {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* HEADLINE */
.hero-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: #e2e2e2;
  margin-bottom: 26px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: transform 0.2s ease, gap 0.2s ease;
}

.hero-btn:hover {
  transform: translateX(4px);
  color: #fff;
}

/* sec6 */

/* sec7 */

.sec7 {
  padding: 70px 0 140px;
}

.sec7-tag {
  color: #e53935;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 12px;
}

.sec7-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.25;
}

.sec7-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sec7-list li {
  background: linear-gradient(41deg,rgba(253, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 10px 14px;
  margin-bottom: 10px;
  font-size: 18px;
  padding-left: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.sec7-image img {
  border-radius: 30px;
}


/* sec7 */

/* sec8 */

.sec10.mob-1 img{
    min-height: 430px !important;
}

.sec8 {
  background: #000;
  padding: 100px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.sec8-tag {
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 500;
}

.sec8-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0;
}

.sec8-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sec8-btn:hover {
  background: #e53935;
  border-color: #e53935;
}

.btn-icon {
  width: 36px;
  height: 36px;
  background: #e53935;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: bold;
}

.sec8-steps {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.sec8-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.step-number {
  font-size: 70px;
  font-weight: 700;
  color: #6c0300;
  line-height: 1;
}

.step-content h5 {
  font-size: 20px;
  margin-bottom: 8px;
}

.step-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #cfcfcf;
  max-width: 280px;
}

.sec8-step.mx {
    margin-left: 170px;
}

.sec8{
    padding: 70px 0;
}

.sec-inner {
    padding: 50px;
    position: relative;
}

.sec-inner::before{
        position: absolute;
    content: "";
    background: url(/drpmh/public/assets/images/d15.png);
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 9;
    top: 0px;
}

/*sec8*/


/*sec9*/

.sec9 {
    padding: 140px 0 70px;
}

.sec9-text {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.sec9-image {
  border-radius: 50%;
  background: #d40000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

/*.sec9-image img {
  border-radius: 50%;
  max-width: 85%;
}
*/
/* RIGHT STATS WRAPPER */
.sec9-stats {
  background: #ebebeb;
  border-radius: 20px;
  padding: 30px 28px;
}

/* EACH STAT */
.stat-box {
  margin-bottom: 28px;
}

.stat-box:last-child {
  margin-bottom: 0;
}

/* ICON + NUMBER ROW */
.stat-box .d-flex {
  align-items: center;
  gap: 14px;
}

/* ICON */
.stat-box img {
  width: 36px;
  height: auto;
}

/* NUMBER */
.stat-box h3 {
  font-size: 28px;
  font-weight: 600;
  color: #d40000;
  margin: 0;
  line-height: 1;
}

.stat-box h3 span {
  font-size: 18px;
  font-weight: 500;
}

/* TEXT */
.stat-box p {
  font-size: 16px;
  color: #444;
  margin: 8px 0 0 0px;
  font-weight: 500;
  line-height: 1.5;
}

/*sec9*/

/*sec10*/

.sec10 {
  padding: 70px 0 0;
  border-bottom: 1px solid #e5312e;
}

.sec10-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
}

.sec10-testimonial {
  position: relative;
  padding: 40px 40px 70px;
  max-width: 520px;
  color: #fff;
  margin-left: 65px;
}

.sec10-testimonial .quote {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 10px;
}

.sec10-testimonial p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.author h6 {
  margin: 0;
  font-size: 14px;
}

.author span {
  font-size: 12px;
  opacity: 0.8;
}

/* RIGHT SIDE */
.sec10-right {
  background: #222;
  padding: 0;
  color: #fff;
}

.sec10-right h3 {
  font-size: 26px;
  margin-bottom: 6px;
  text-align: center;
}

.sub-text {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 25px;
  text-align: center;
}

.appointment-form input,
.appointment-form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  padding: 12px 14px;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 14px;
}

.appointment-form textarea {
  min-height: 120px;
  resize: none;
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
  color: rgba(255,255,255,0.6);
}

.sec10-btn {
  background: none;
  border: none;
  color: #e5312e;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}

.sec10-btn::hover{
    color: #f57576;
}
/*sec10*/

/* footer */

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.footer-bottom a{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover{
    text-decoration: underline;
}


.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.footer-list a:hover {
  color: #ff3b3b;
  padding-left: 3px;
}


.footer-last {
  background: #001b38;
  color: #cfd8e3;
  padding: 90px 0 35px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 20px;
  margin-top: -24px;
}

.footer-brand h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-brand p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 500;
  color: #fff;
}

.footer-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 20%;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    margin-right: 8px;
    text-decoration: none;
    border: 1px solid #344a63;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #fff;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
  color: #fff;
  cursor: pointer;

}

.footer-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e5312e;
    font-size: 25px;
    top: -6px;
}

.footer-line {
  border-color: #1a324c;
  margin: 50px 0 35px;
}

.footer-label {
  font-size: 12px;
  color: #9bb2c9;
  display: block;
  margin-bottom: 14px;
}

.footer-bottom h6 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.footer-copy {
  font-size: 13px;
  color: #3c5e84;
}

.footer-copy a {
  color: #3c5e84;
  text-decoration: none;
  margin: 0 8px;
}

.footer-copy a:hover {
  color: #fff;
}
/* footer */

.navv-black{
    background: #000;
    border-radius: 0 0 50px 50px;
}

section.in-page {
    padding: 50px 0 120px;
}

.in-page h2{
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.in-page p{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 10px;
}

.image{
   margin-top: -75px;
   text-align: left;
}

.image img {
    width: 700px;
    height: 300px;
    object-fit: cover;
}

.image h3 {
    font-size: 60px;
    font-weight: 700;
    color: #000000;
    padding-left: 40px;
    margin-top: 100px;
}

.inpage-sec2{
    background: #000;
}

.inpage-sec2 {
    background: #f4f9fc;
    padding: 70px 0 40px;
    color: #000;
    font-size: 18px;
    border-radius: 50px 50px 0 0;
    margin-top: -38px;
}

.inpage-sec3{
    background: linear-gradient(180deg,rgba(22, 71, 254, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 100px;
    text-align: center;
}

.inpage-sec3 h6{
    font-size: 24px;
    color: #000;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
}

.inpage-sec3 h6 {
    font-size: 20px;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
}

.inpage-sec3 p{
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
}

.in-we-down svg {
    fill: #1b4bfe;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.in-we-down h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.in-we-down p {
    font-size: 18px;
    color: #545454;
    font-weight: 400;
    line-height: 1.4;
}

.in-we-down .col-md-3 {
    display: flex;
}

.overvieww {
    padding: 25px;
    text-align: center;
    width: 100%;
}

.in-we-down {
    padding-top: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}

.padding{
    padding: 70px 0;
}

.inn-sec4 h5{
    font-size: 60px;
    color: #e5312e;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}

.inn-sec4 p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #444;
    text-align: left;
}




.inner-banner{
width: 100%;
background-size: cover;
margin-top: -180px;
position: relative;
}

.inner-banner::after {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.inner-banner h1{
    padding: 280px 0px 150px;
    text-align: center;
    position: relative ;
    z-index: 9;
    color: #fff;
}


.refractive-power-checkup {
    background: url("../images/refractive-power-checkup.jpg") no-repeat;

    background-repeat: no-repeat;
    background-position: top;
    min-height: 550px;
    background-size: auto;

}


.welcome-text {
    margin: 55px 0px;
}


.welcome-text p {
    font-family: "Mona Sans", sans-serif;
    font-size: 18px;
    color: #444;
    text-align: center;
    font-weight: 500;
    line-height: 36px;
    /* padding: 0px 50px; */
}


.services-sec-two{
    background: #001b38;
    width: 100%;

}

.services-sec-two-pad{
    padding: 50px 25px;
}


.services-sec-two-pad h2 {
    font-size: 34px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 600;
}

.services-sec-two-pad p {
    font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}


.services-sec-two-bg {
    background: url('https://drpmh.com/public/assets/images/laser-vision-correction.png') no-repeat top left;
    height: 100%;
    background-size: cover;
    margin-left: -15px;
}


.services-sec-three{
    margin:  120px 0px;
}

.services-sec-three h2{
     font-size: 34px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.services-sec-three  p{
    font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}

.services-sec-three img{
    border-radius: 15px;
}

.services-sec-three-bg {
    background: #e6f4fd;
    padding: 30px 15px;
    border-radius: 15px;
    height: 100%;
}

.services-sec-three-bg h3{
     font-size: 22px;
     margin-bottom: 25px;
    color: #000;
    font-weight:500;
    text-align: left;
}

.services-sec-three-bg img{
    width: 50px;
    height: 50px;
}

.services-sec-three-img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
}


.services-sec-four h2{
       font-size: 34px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.services-sec-four p{
       font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}

.services-sec-four .box{
    border: 1px solid #dedede !important;
    border-radius: 25px !important;
    text-align: left;
    padding: 30px 20px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: auto;
    margin: 10px !important;
    -webkit-box-shadow: 0 0 23px 0 rgba(168,168,168,.4);
    -moz-box-shadow: 0 0 23px 0 rgba(168,168,168,.4);
    box-shadow: 0 0 16px 0 rgba(168,168,168,.4);
    height: 100%;
}

.services-sec-four h3{
  font-size: 22px;
     margin-bottom: 20px;
    color: #000;
    font-weight:500;
    text-align: left;
    line-height: 32px;
}

.services-sec-four img{
    width: 60px;
    margin-bottom: 30px;
}

 details {
     --border-color-open: #a0abbb;
     border: 2px solid #cfd6e1;
     font-weight: normal;
     border-radius: 7px;
     transition: 0.2s;
     margin-bottom: 10px;
}
 details:focus-within {
     outline: 3px solid #91b8ff;
}
 details:hover, details[open] {
     border-color: var(--border-color-open);
}
 details > span {
     box-sizing: border-box;
     display: inline-block;
     width: 100%;
     padding: 1rem;
     font-size: 0.9rem;
     line-height: 1.4;
     background: linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 0) 10px);
}
 details summary {
     user-select: none;
     cursor: pointer;
     font-weight: bold;
     padding: 1rem;
     position: relative;
     opacity: 0.74;
}
 details summary:hover {
     opacity: 1;
}
 details summary:focus {
     outline: none;
}
 details summary::marker {
     content: none;
}
 details summary::before {
     content: "\F285";
     font-family: bootstrap-icons;
     position: absolute;
     right: 1rem;
     transform: rotate(0deg);
     color: #6e7fa7;
     font-size: 1rem;
     transition: transform 0.3s;
}
 [open] details summary::before {
     transform: rotate(90deg);
}

 .faq{
    margin: 0 0 120px;
 }
 /*20-01*/
 .edu-institute {
    margin: 55px 0px;
}

.edu-institute p{
    font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}

.feature-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #1d1d1d;
}

.feature-content ul {
  padding-left: 0;
  list-style: none;
}

.feature-content li {
     font-family: "Mona Sans", sans-serif;
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  line-height: 1.7;
  color: #000;
   font-weight: 400;
  font-size: 16px;
}

.feature-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #001b38;
  font-size: 30px;
  line-height: 1;
}

.feature-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.edu-institute, .events p {
    font-size: 26px;
    font-weight: 500;
    margin-top: 30px;
    font-family: "outfit";
    padding: 0px;
    color: #fff;
}

.edu-institute, .events span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.events svg {
    position: relative;
    top: -2px;
}

.events:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s ease;
  border-radius: 12px;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-gridd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.gallery-itemm {
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.gallery-itemm img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s ease;
  border-radius: 12px;
}

.gallery-itemm:hover img {
  transform: scale(1.08);
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
}

#lightbox .close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.contact-section {
  padding: 60px 20px;
  background: #f5f7fa;
  font-family: "Outfit", sans-serif;
}

.contact-box {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.form-group {
  margin-bottom: 25px;
}

label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  display: block;
  margin-bottom: 8px;
   font-family: "Mona Sans", sans-serif;
}

input,
textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 15px;
  outline: none;
  background: transparent;
   font-family: "Mona Sans", sans-serif;
}

input:focus,
textarea:focus {
  border-bottom-color: #000;
}

textarea {
  min-height: 120px;
  resize: none;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 6px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.submit-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #333;
}

.contact-section h2 {
    text-align: center;
    font-size: 36px;
    color: #e5312e;
    font-weight: 600;
}

.contact-section p{
    margin-bottom: 35px;
}

.contact {
    padding: 50px;
}

.contact h6{
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.red-round {
    background: #e5312e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.contact a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
    font-weight: 400;
}

.contact a:hover{
    color: #e5312e;
}

.contact svg {
    position: relative;
    top: 9px;
    left: 9px;
}

.about-contentt{
    padding-left: 0;
}

.about-contentt p {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 14px;
  font-weight: 400;
}

.events {
  background: #1E2F49;
  padding: 10px 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}

.edu-institute h2{
    font-size: 34px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
/*21-01*/
.stats-bg {
  background: #001b38;
  padding: 80px 20px;
}

.stats-wrapper {
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
  justify-items:center;
}

.stat-item {
  color: #fff;
}

.stat-icon img {
  width: 48px;
  margin-bottom: 16px;
}

.stat-item h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
}

.stat-item h2 span {
  font-size: 30px;
}

.stat-item p {
  font-size: 16px;
  opacity: 0.9;
  margin-top: 6px;
}

.vision-section {
  padding: 60px 20px;
  background: #fff;
}

.vision-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

/* Left buttons */
.vision-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 240px;
}

.tab-btn {
  padding: 16px 18px;
  border: none;
  background: #14233c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  background: #1f3457;
}

.tab-btn.active {
  background: #e5322d;
}

/* Right content */
.vision-content {
  flex: 1;
  background: #fff;
  padding: 10px 10px;
}

.tab-content {
  display: none;
  animation: fade 0.4s ease;
}

.tab-content.active {
  display: block;
}

.tab-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  max-width: 700px;
   font-family: "Mona Sans", sans-serif;
}

/* Animation */
@keyframes fade {
  from {opacity: 0; transform: translateY(5px);}
  to {opacity: 1; transform: translateY(0);}
}

.about-sec {
  padding: 60px 0;
  background: #fff;
}

.about-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
}

.about-image {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  transition: 0.4s ease;
  height: fit-content;
}

.about-image img {
  width: 100%;
  height: auto;
  transition: 0.6s ease;
  transform: scale(1);
}

/* Hover effects */
.about-image:hover img {
  transform: scale(1.08);
}

.about-image:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  transform: translateY(-6px);
  height: fit-content;
}

.about-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 18px;
   font-family: "Mona Sans", sans-serif;
}

.about-content strong {
  color: #e5322d;
}

.testimonial-section {
  padding: 60px 20px;
  background: #f8f9fb;
  font-family: Outfit, sans-serif;
}

.sub-title {
  color: #e5322d;
  text-align: center;
}

.main-title {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
  gap: 20px;
}

.testimonial-card {
  background: #fff;
  min-width: 48%;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: relative;
  margin-bottom: 10px;

}

.quote {
  font-size: 40px;
  color: #e5322d;
}

.stars {
  color: #f5a623;
  margin: 10px 0;
}

.user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.user img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.user h4 {
  margin: 0;
  font-size: 16px;
}

.user span {
  font-size: 14px;
  color: gray;
}

/* Buttons */
.nav {
  position: absolute;
  top: -50px;
  background: #e5322d;
  color: white;
  border: none;
  padding: 6px 14px;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
}

.prev { right: 60px; }
.next { right: 10px; }


.eye-treatment {
  padding: 80px 0;
  background: #fff;
  font-family: "Outfit", sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.eye-grid {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 40px;
  align-items: start;
}

/* LEFT */
.eye-content .small-title {
  color: #e5322d;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

.eye-content h2 {
  font-size: 42px;
  margin: 15px 0;
  line-height: 1.2;
}

.eye-content p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 18px;
   font-family: "Mona Sans", sans-serif;
}

.eye-btn {
  display: inline-block;
  background: #e5322d;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 15px;
}

.eye-btn:hover {
  background: #fff;
}

/* RIGHT CARDS */
.eye-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.eye-card {
  text-align: center;
}

.eye-card img {
  width: 100%;
  max-height: 240px;
  object-fit: contain;
  padding: 20px;
  border-radius: 10px;
}

.eye-card h4 {
  /*margin: 15px 0 8px;*/
  font-size: 20px;
}

.eye-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.mtt-2{
    margin-top: 17px;
}

.cta-section {
  background: #1f2f46;
  padding: 60px 20px;
}

.cta-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cta-text h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  max-width: 800px;
}

.cta-text p {
  color: #fff;
  font-size: 16px;
}

.cta-btn a {
  background: #e5322d;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.cta-btn a:hover {
  background: #c62824;
  transform: translateY(-2px);
}

.why-choose {
  background: #f6f6f6;
  padding: 80px 20px;
}

.section-title {
  text-align: center;
  color: #e5322d;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 70px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.why-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  margin-bottom: 40px;
}

.icon-circle {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  margin: -70px auto 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 35px;
}

.why-card h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
  transition: 0.3s;
  font-family: "Mona Sans", sans-serif;
}

.why-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  transition: 0.3s;
  font-family: "Mona Sans", sans-serif;
}

/* Only text color change on hover */
.why-card:hover h4 {
  color: #e5322d;
}

.why-card:hover p {
  color: #222;
}
/* -------------------------------------RESPONSIVE ------------------------------------- */
@media only screen and (max-width: 600px) {

/*21-01*/

.why-choose {
  background: #f6f6f6;
  padding: 80px 0px;
}

.section-title {
  margin-bottom: 70px;
}

.card-grid {
    grid-template-columns: 1fr;
 }

.eye-treatment {
    padding: 80px 15px;
}

.cta-container {
    flex-direction: column;
    text-align: center;
}

 .cta-text h2 {
    font-size: 26px;
}

.eye-grid {
    grid-template-columns: 1fr;
}

  .eye-cards {
    grid-template-columns: 1fr 1fr;
  }

  .eye-cards {
    grid-template-columns: 1fr;
  }

  .eye-content h2 {
    font-size: 30px;
  }

    .about-sec {
    padding: 60px 15px;
}


    .testimonial-card {
    min-width: 100%;
  }

     .about-wrapper {
    grid-template-columns: 1fr;
  }

    .vision-container {
    flex-direction: column;
  }

  .vision-tabs {
    width: 100%;
    flex-direction: row;
  }

  .tab-btn {
    flex: 1;
    text-align: center;
    font-size: 14px;
  }

     .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .stats-wrapper {
    grid-template-columns: 1fr;
  }

/*20-01*/

.feature-grid{
        gap: 25px;
    }

    .feature-content h2 {
        margin-left: 12px;
        margin-top: 15px;
    }

    .edu-institute h2{
        font-size: 24px;
    }

    .events{
        margin-bottom: 20px;
    }

    a.nav-link {
        color: #000;
    }

    .edu-institute {
        padding: 0 8px;
    }

    .red-round{
        margin: 18px 0;
    }

    .contact {
        padding: 50px 25px;
    }

    .contact-section h2{
        margin-bottom: 16px;
        font-size: 24px;
    }

    .about-contentt {
        padding: 0 15px;
    }

    .sec3 {
        padding: 70px 15px;
    }

    .m-gap{
        gap: 20px !important;
    }

    .sec5 {
        padding: 70px 10px !important;
    }

    .services-sec-three {
        margin: 120px 15px;
    }

    .services-sec-two-pad {
        padding: 50px 15px;
    }

    .services-sec-two-pad {
        padding: 50px 15px;
    }

    .welcome-text {
        margin: 55px 15px;
    }

    .footer-social {
        padding-bottom: 25px;
    }

    .footer-last {
        padding: 90px 20px 35px;
    }

    .sec10-testimonial {

     margin-left: 0px;
     padding: 40px 40px 40px;
    }

    .sec9 {
        padding: 140px 15px 70px;
    }

    .sec8-step.mx {
        margin-left: 0px;
    }

    .sec-inner {
        padding: 50px 15px;
    }

    .vision-center img {
        padding: 30px 15px;
    }

    .sec3 {
        padding: 70px 15px;
    }

    .greyborder {
        padding: 70px 15px;
    }

    .in-we-down {
        justify-content: center;
    }

    .in-we-down .col-md-3 {
        margin-bottom: 30px;
    }

    .slider-content h3{
        font-size: 42px;
    }

    .sec2 {
     margin-top: 0px;
    }

  .sec2 .box {
    margin-bottom: 30px;
  }

  .sec2 .box img {
    position: static;
    margin-top: -90px;
    float: inline-end;
  }

  .about-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .about-title {
    font-size: 28px;
  }

    .sec4-left h2 {
    font-size: 26px;
  }

  .service-slide img {
    height: 280px;
  }

   .feature-box {
    text-align: center;
  }

  .feature-box .icon {
    margin: 0 auto 12px;
  }

  .vision-center::after {
    display: none;
  }

  .sec-title {
    font-size: 26px;
  }

    .hero-content {
    padding: 60px 30px;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-vision {
    min-height: 420px;
  }

  .sec7-title {
    font-size: 28px;
  }

  .sec7 {
    padding: 60px 15px;
  }

  .sec7-image img {
    margin-top: 30px;
  }

   .sec8-title {
    font-size: 30px;
  }

  .sec8-steps {
    margin-top: 40px;
  }

  .sec9-title {
    font-size: 28px;
  }

  .sec9-image {
    margin: 40px auto;
  }

   .sec10-left {
    min-height: 400px;
  }

  .sec10-right {
    padding: 0;
  }

    .footer-label, .footer-title{
        padding-top: 20px;
    }





}




