@charset "utf-8";
/* CSS Document */


* {
    padding: 0;
    margin: 0;
}
html {
  scroll-behavior: smooth;
}
html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}


/* new css start*/
.frm-container {
    height: calc(100% - 68px);
    overflow: hidden;
}

.des-form {
    padding: 20px;
    /* border: 2px solid red; */
    display: inline-block;
    width: 320px;
    z-index: 5;
    background: #ffffff;
    padding: 0 15px;
    border-radius: 10px;
    height: clamp(
  370px,
  calc(370px + (500 - 370) * ((100vw - 1025px) / (1920 - 1025))),
  500px
);
    margin-left: auto;
}
 /* Reset basics for this section */
    

    /* --- HERO CONTAINER --- */
    .des-hero-section {
        padding: 0px;
        margin: 0px;
        padding-left: clamp(16px, calc(16px + (100 - 16) * ((100vw - 430px) / (1920 - 430))), 100px) !important;
        padding-right: clamp(16px, calc(16px + (100 - 16) * ((100vw - 430px) / (1920 - 430))), 100px) !important;
    
        /* border: 2px solid red; */
        position: relative;
        width: 100%;
height: clamp(
  430px,
  calc(430px + (930 - 430) * ((100vw - 1025px) / (1920 - 1025))),
  930px
);
        display: flex;
        align-items: center;
        color: #ffffff;
        overflow: hidden;
        
    }

    /* --- BACKGROUND IMAGE & BLUE OVERLAY --- */
    .des-hero-bg {
       position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;

background-image: 
    url('../img/banner-man.webp'), 
    url('../img/banner.webp');

background-repeat: 
    no-repeat, 
    no-repeat;

background-position: 
    right clamp(
  290px,
  calc(290px + (450 - 290) * ((100vw - 1025px) / (1920 - 1025))),
  450px
) bottom,
    center center;/* banner.webp */

/* Control sizes separately */
background-size: 
    auto clamp(
  410px,
  calc(410px + (895 - 410) * ((100vw - 1025px) / (1920 - 1025))),
  895px
),  /* banner-man.webp height */
    cover;       /* banner.webp */
    }
    .des-hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    /* --- CONTENT WRAPPER --- */
    .des-content-wrapper {
        /* border: 2px solid red; */
        position: relative;
        z-index: 3;
        max-width: 724px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
    }

    /* --- TYPOGRAPHY --- */
    .des-sub-headline {
        font-size: clamp(20px, 1.88vw, 36px);
        line-height: 1.2;
        margin-bottom: 22px;
        text-align: center;
    }

    .des-main-headline {
        font-size: clamp(32px, 3.33vw, 64px);
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 40px;
        text-transform: none;
        text-align: center;
    }
    
    .des-main-headline span {
        display: block;
    }

    /* --- THE LEGACY BADGE (The tricky bordered box) --- */
    .des-legacy-badge {
        position: relative;
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 12px;
        padding: 12px 30px;
        text-align: center;
        margin-top: 10px;
    }

    .des-badge-text {
        font-size: clamp(24px, 2.08vw, 40px);
        font-weight: 800;
    }

    /* The text breaking the bottom border */
    .des-badge-subtext {
        position: absolute;
        bottom: -10px; /* Moves it down to sit on the line */
        left: 50%;
        transform: translateX(-50%);
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
        
        /* THE TRICK: Background color matches the overlay color 
           to hide the border line behind the text */
        background-color: #00345d; 
        padding: 0 10px;
        color: #ffffff;
    }

    /* Add the dots around the subtext */
    .des-badge-subtext::before,
    .des-badge-subtext::after {
        content: "•";
        margin: 0 6px;
        font-size: 1.2em;
        vertical-align: middle;
    }

.newBannerSec {
    background: url('../img/banner.webp') no-repeat center center;
    position: relative;
    background-size: 100% 100%;
    height: 100%;
    max-height: 930px;
}

@media(max-width: 1366px) {
    .des-sub-headline {
        margin-bottom: 14px;
    }
    .des-main-headline {
        margin-top: 0px;
        margin-bottom: 16px;
    }
}

@media(max-width: 768px) {
    .des-form {
        display: none;
    }
    .des-hero-bg {
        background-position: right 0 bottom, center center;
    }
    
}
@media(max-width: 640px) {
    .des-hero-bg {
        background-position: right 0 bottom, center center;
    }
    .des-hero-section {
        height: 600px;
        max-height: 600px;
        justify-content: center;
        align-items: flex-start;
        padding-top: 35px !important;
    }
    .des-sub-headline {
        margin-bottom: 10px;
    }
    .des-main-headline {
        margin-top: 0px;
        margin-bottom: 12px;
    }
    .des-hero-bg {
    
  
    background-size: auto 310px, cover;
        background-position: center  bottom, center center;
}

.des-badge-text {
    font-size: 18px;
}
    
}
.newBannerSec{ background: url('../img/banner-desktop.webp') no-repeat center center; position: relative; background-size: 100% 100%; height: 100%;     max-height: 930px;}

.sliderRightFm{ height: 560px !important; }
.sliderCap { padding: 5% 6% !important; display: inline-block; max-width: 800px; }
.bannerForm { 
    overflow: hidden;
   display: inline-block;
    width: 320px;
    position: absolute;
    right: 6%;
    top: 16%;
    margin: 0 auto;
    background: #ffffff;
    padding: 0 15px;
    border-radius: 10px;
    height: 500px;
    max-height: calc(100% - 200px);
 }

 .frm-container {
    height: calc(100% - 68px);
    overflow: hidden;
}


@media only screen and (max-width: 1800px) {
.newBannerSec{ padding: 7% 0; background-size: 100% 100%; }
.sliderCap img{ max-width: 400px; } 
.sliderCap h1{ font-size: 42px !important; }
 .bannerForm{ width: 320px; }   
}    

@media only screen and (max-width: 1200px) {
.newBannerSec{ padding: 7% 0; }
.bannerForm{ right: 6%; top: 14%; width: 260px;  }

.sliderCap h1{ font-size: 32px !important; }
.sliderCap img { width: 300px !important; }
} 

@media only screen and (max-width: 992px) {

.sliderCap h4 { font-size: 20px !important; }
.sliderCap h1{ line-height: 36px !important; font-size: 26px !important; }
.sliderCap img{ width: 260px !important; }

.bannerForm{ width: 200px; }
.bannerForm h3{ font-size: 14px !important; }
}


@media only screen and (max-width: 768px) {

.newBannerSec{ background: url('../img/banner-mbl.webp') no-repeat center center; background-size: 100% 100%; margin: 0; padding: 20px 20px 400px 20px; }    
.bannerForm{  display: none;}
.sliderCap{ width: 100%; }
.sliderCap img{ width: 260px !important; margin: 20px auto 40px auto !important; display: block; }
.slider-Sec{ background: none; }
.aprtDimg img{ max-width: 300px !important; }

.card-description{ height: 200px; overflow: auto; }
}

@media only screen and (max-width: 576px) {
    .newBannerSec {
        background-size: 100% 100%;
    }
}

/* new css ends*/



/*************************************** common style start ********************************************/
.btn_facebook {
    color: #fff;
    background: #3b5998;
}

.btn_twitter {
    color: #fff;
    background: #00aced;
}

.btn_google {
    color: #fff;
    background: #db3236;
    margin-top: 10px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.bordrht {
    border-right: 1px solid #ccc;
}
.padleftright0{
    padding-left: 0;
    padding-right: 0;
}
.padright0{
    padding-right: 0;
}
.padleft0{
    padding-left: 0;
}
.width100{
    width: 100%;
}
.form-group{
    margin-bottom: 0;
}
.martop30{
    margin-top: 30px;
}


/*************************************** general style start ********************************************/
.thankyouSec img{
    width: 100%;
}
.thanksD{
    padding: 60px 30px;
    border-radius: 30px;
    padding-top: 80%;
}
.thanksD .imgfst{
    height: 50px;
    margin: 15px 0;
}
.thanksD .imgsnd{
    height: 40px;
    margin: 15px 0;
}
.thanksD h2{
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
}
.thanksD p{
        font-size: 18px;
    font-weight: 500;
    color: rgba(30, 30, 30, 1);
}


.header-nav {
    padding: clamp(8px, 0.52vw, 10px) clamp(14px, 2.08vw, 40px);
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.btn-red{
    padding: 12px 25px;
    border-radius: 50px;
    background: #ED2224;
    font-size: 20px;
    color: #fff;
    border: none;
    text-transform: uppercase;
}
.btn-red:hover, .btn-red:focus, .btn-red:active{
    border: none;
    outline: none;
    color: #fff;
}
.applyBtnD{
    padding: 14px 0;
}


.sitemapH ul li{
    float: left;
    /* padding: 34px 10px; */
}
.sitemapH ul li a{
   font-size: clamp(14px, 1.04vw, 20px);
    color: #000;
    font-weight: 400;
    padding: 10px 10px;
    text-decoration: none;
}
.sitemapH ul li.active a{
    color: #ED2224;
    font-weight: 700;
    border-bottom: 2px solid #ED2224;
}

#fee-image{
margin-top: 17em;
}
.btn.btn-red.header-call-now{
    display: none;
}
.callNowSticky {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
    border-radius: 0;
    background-color: #00345d;
}

.header-call-now {
    display: none;
    margin-left: 10px;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 16px;
    border-radius: 50%;
}
.callnumber{
    background-color: #ED2224;
    border-radius: 50px;
    padding: 2px 5px;
    transform: translateY(-2px);
}
.sub-number{
    display: flex;
    align-items: center;
    color: #fff !important;
    font-size:  clamp(14px, 1.04vw, 20px);
     font-weight: 400;
    text-decoration: none;
    gap: 7px;
}
.callnumber.tablet{
    display: none;
}
.slider-Sec{
    position: relative;
    background: url(../img/slider.jpg) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 60px 40px;
    margin-top: 20px;
    height: 930px;
}

.sliderCap{
    /* padding:10% 0; */
    padding:5% 0;
    padding-left: 80px;
}
.sliderCap h4{
    color: #fff;
    font-size: 40px ;
    font-weight: 500;
    /* text-transform: capitalize; */
}
.sliderCap h1{
    color: #fff;
    font-weight: 700;
    font-size: 54px;
    margin-top: 10px;
    line-height: 73px;
    /* text-transform: capitalize; */
}

/* Cards scrollbar */
.specialtextD {
    height: 230px; 
    scrollbar-width: thin;
    scrollbar-color: transparent transparent; 
}
.specialtextD::-webkit-scrollbar {
    width: 8px; 
}

.specialtextD::-webkit-scrollbar-track {
    background: transparent;
}

.specialtextD::-webkit-scrollbar-thumb {
    background: transparent; 
}

.specialtextD::-webkit-scrollbar-thumb:hover {
    background: transparent; 
}






.sliderCap img{
    margin: 30px 0;
}
.slimg2{
 height: 70px;
}
.ugcimg{
    height: 80px;
    /* height: 45px; */
}
.sliderCapImg img{
    width: 100%;
}
.sliderimgD{
    margin-left: -60px;
}
.header_number{
    padding: 22px 0;
}
.header_number img{
    float: left;
    margin-left: 10px;
    height: 50px;
}


.sliderRightFm {
    padding: 15px;
    background: #fff;
    margin: 7% 0;
        margin-right: 10%;
    height: 420px;
    border-radius: 10px;
        border: 1px #000 solid;
}
.sliderRightFm h3{
    font-size: 24px;
    color: #58595B;
    margin-top: 0;
}

.howBtech-sec{
    background: #fff;
    padding:50px 80px;
}
.howbtechHead h2{
        font-size: 66px;
    font-weight: 700;
    color: #134478;
    line-height: 1.3;
    /* text-transform: capitalize; */
}
.howbtechHead h2 span{
    color: #ED2224;
}
.howbtechD{
    background: #fff;
    box-shadow: 0px 0px 15px 0px #00000040;
    border-radius: 30px;
    padding: 30px;
    /* height: 340px; */
    position: relative;
    overflow: hidden;
        margin-top: 30px;
}
.howbtechD:hover{
    background: radial-gradient(37.67% 56.94% at 78.91% 26.64%, #1C85F3 0%, #134478 100%)
}
.hbPosiimg{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
        height: 120px;
}
.howbtechiconD{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #13447817;
    padding: 15px 0;
}
.howbtechD:hover .howbtechiconD{
    background: #fff;
}
.howbtechD h4{
    color: #134478;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}
.howbtechD p{
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.howbtechD:hover h4, .howbtechD:hover p{
    color: #fff;
}



.special-Sec{
    background: #E9F2FF;
    padding: 80px;
}
.specialD{
    margin-top: 40px;
    position: relative;
}
.specialD img{
    width: 100%;
    border-radius: 40px;
}
.specialtextD{
    position: absolute;
        left: 35px;
    top: 35px;
    right: 46%;
}
.specialtextD h4{
        color: #fff;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    margin-top: 0;
}
.specialtextD p{
    color: #fff;
        font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}




/* New CSS */
.custom-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-right {
    display: flex;
    align-items: center;
}
.logo img {
    min-width: clamp(160px, 16.46vw, 316px);
    width: clamp(160px, 16.46vw, 316px);
}




/* .borderClass {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.sitemaphUl > li:not(:last-child) {
  border-right: 1px solid #ccc; /* change color as needed */
  padding-right: 10px;
  margin-right: 10px;
  /* transform: translateY(10px); */
}


/* Make columns flex */
.howBtech-sec-row {
    /* border: 2px solid; */
    padding-left: 15px;
    padding-right: 15px;
}
.howBtech-sec-row .row {
    display: flex;
    flex-wrap: wrap;
}

/* Stretch cards to same height */
.howBtech-sec-row .row > [class*="col-"] {
    display: flex;
}

/* Card fills full column height */
.howBtech-sec-row .howbtechD {
    width: 100%;
    display: flex;
    flex-direction: column;
}


/* ================ Course Card=========== */

.course-card {
    position: relative;
    width: 100%;
    max-width: 1000px;
    /* height: clamp(280px, 23.44vw, 450px); */
    align-items: flex-start;
    /* height: clamp(280px, 23.44vw, 450px); */
    min-height: clamp(280px, 23.44vw, 450px);

    border-radius: 40px;
    overflow: hidden; /* Clips the image to the corners */
    display: flex;
    align-items: flex-start; /* Vertically centers text */
    color: white;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* This makes the image cover the entire card area */
.card-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Keeps image proportions without stretching */
    z-index: 1;
}

/* This keeps the text on top of the image */
.card-overlay-content {
    position: relative;
    z-index: 2;
    padding: clamp(16px, 3.125vw, 60px);

    max-width: 80%; /* Keeps text on the left side like the original */
}

h4.card-title {
    /* font-size: 2.5rem; */
    font-size: clamp(16px, 1.04vw, 20px);
    margin: 0px;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5); /* Helps text pop */
}

.card-description {
    /* font-size: 1.1rem; */
    font-size: clamp(12px, 0.83vw, 16px);
    line-height: 1.6;
    font-weight: 400;
    opacity: 0.95;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .course-card {
        height: auto;
        /* min-height: 500px; */
        border-radius: 25px;
    }
    .card-overlay-content {
        max-width: 70%;
        /* padding: 40px 25px; */
        /* text-align: center; */
    }
    .card-title {
        /* font-size: 1.8rem; */
    }
}

.course-row {
    display: flex;
    flex-wrap: wrap;
}

.course-row > [class*="col-"] {
    display: flex;
    padding-bottom: 30px;
}

.course-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Course End */

.statsOwl .item h3 {
    font-size: 48px;
    font-weight: 700;
    color: #ED2224;
    margin: 0;
}

.statsOwl .item p {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
}

.statsOwl .owl-stage {
    display: flex;
}

.statsOwl .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.statsOwl .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-right: 1px solid #000;
}

/* slider nav */

.statsOwl .item h3 {
    font-size: 48px;
    font-weight: 700;
    color: #ED2224;
    margin: 0;
}

.statsOwl .item p {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
}

.statsOwl .owl-stage {
    display: flex;
}

.statsOwl .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.statsOwl .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-right: 1px solid #000;
}


.statsOwl .owl-nav {
  display: block !important;
}

.statsOwl .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 36px;
}

.statsOwl .owl-nav .owl-prev {
  left: -20px;
  background: #ed2225b9 !important; font-size: 24px !important; color: #ffffff !important;
}

.statsOwl .owl-nav .owl-next {
  right: -20px;
  background: #ed2225b9 !important; font-size: 24px !important; color: #ffffff !important;
}
.owl-theme .owl-nav [class*=owl-]{
    border-radius: 50px;
}

/* Here is what section ======================== */
.apart-card {
    position: absolute;
padding: clamp(10px, 1.56vw, 30px);

    border-radius: 25px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.3355) 100%);
    backdrop-filter: blur(25px);
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 127px;
    /* max-width: 410px; */
    max-width: clamp(180px, 21.35vw, 410px);
    padding: clamp(10px, 1.56vw, 30px);


}

.apart-card-img {
    width: clamp(40px, 4.17vw, 80px);

    min-width: clamp(40px, 4.17vw, 80px);
min-height: clamp(40px, 4.17vw, 80px);
    background: #ED2224;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: clamp(12px, 0.94vw, 18px);
}

.apart-card-img img {
    width: clamp(28px, 2.5vw, 48px);
height: clamp(28px, 2.5vw, 48px);

}


.apart-card p {
    color: #fff;
    font-size: clamp(12px, 1.15vw, 22px);
    font-weight: 700;
    text-align: left;
    margin: 0px;
}

.apart-card_1 {
    top: 44%;
    left: clamp(0%, 8vw, 8%);
}
.apart-card_2 {
    top: 74%;
    left: 11%;
}
.apart-card_3 {
    top: 33%;
    right: 8%;
}
.apart-card_4 {
    top: 63%;
    right: 14%;
}

/* Timeline */

/* New Admission process */
/* New Changes
New Admission Timeline Section */
.adProcees-Sec {
    display: none !important;
}

.admission-timeline {
    background-color: #200C08;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.timeline-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 52px;
    color: #fff;
    margin-bottom: 60px;
    letter-spacing: 0;
    line-height: 1.2;
}

.timeline-wrapper {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    height: 710px;
}

.timeline-road-bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 300px;
    background: url('../img/timeline-road.png') no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
    z-index: 1;
}
.step-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: auto;
    color: #200C08;
    margin-top: -22px;
    background: #ffffff;
    padding: 5px 20px;
    border: 8px solid #F7931D;
    border-radius: 0px 0px 12px 12px;
    border-top: 0px;
}
a.btn.btn-red.grohBtn {
    box-shadow: 1px 1px 194px #F7931D;
}
.timeline-step.bottom .step-label {
    margin-bottom: -22px;
    border-bottom: none !important;
    border: 8px solid #F7931D;
    border-radius: 12px 12px 0 0;
}
.timeline-step {
    position: absolute;
    width: 300px;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom .step-desc {
    margin-bottom: 16px;
}

.timeline-step.step-1 { top: clamp(
  0px,
  calc(110px + (0 - 110) * ((100vw - 992px) / (1920 - 992))),
  100px
); left: 8%; }
.timeline-step.step-2 { bottom: clamp(
  0px,
  calc(110px + (0 - 110) * ((100vw - 992px) / (1920 - 992))),
  100px
); left: 25%; flex-direction: column-reverse; }
.timeline-step.step-3 { top: clamp(
  0px,
  calc(110px + (0 - 110) * ((100vw - 992px) / (1920 - 992))),
  100px
); left: 41%; }
.timeline-step.step-4 { bottom: clamp(
  0px,
  calc(110px + (0 - 110) * ((100vw - 992px) / (1920 - 992))),
  100px
); left: 57%; flex-direction: column-reverse; }
.timeline-step.step-5 { top: clamp(
  0px,
  calc(110px + (0 - 110) * ((100vw - 992px) / (1920 - 992))),
  100px
); left: 73%; }

.timeline-step.bottom .step-box { margin-top: 20px; margin-bottom: 0; }
.timeline-step:not(.bottom) .step-box { margin-bottom: 20px; }

.step-box {
    display: flex;
    flex-direction: column;
    background: #F7931D;
    padding: 15px 20px;
    border-radius: 15px;
    color: #fff;
    width: 100%;
    position: relative;
    box-shadow: 0 5px 15px rgba(247, 147, 29, 0.3);
}

.timeline-step.step-2 .step-box, 
.timeline-step.step-4 .step-box {
    flex-direction: column-reverse;
}

.step-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    color: #200C08;
}

.step-desc {
    font-family: 'Roboto', sans-serif;
    
    line-height: 1.3;
    min-height: 70px;
}

.step-icon-circle {

}

.step-icon-circle img {
    object-fit: contain;
        width: clamp(
  100px,
  calc(100px + (193 - 100) * ((100vw - 992px) / (1920 - 992))),
  193px
);
height: auto;
}



@media (max-width: 991px) {
    .bottom .step-desc {
        margin-bottom: 0px;
    }

    .timeline-heading { font-size: 36px; }
    .timeline-wrapper { height: auto; }
    .timeline-road-bg { display: none; }
    
    .timeline-step {
        position: relative;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 40px;
        flex-direction: row !important;
        text-align: left;
    }
    
    .timeline-step.step-2, .timeline-step.step-4 { flex-direction: row-reverse !important; text-align: right; }
    
    .step-box { width: 70%; margin: 0 20px !important; }
    .step-icon-circle { width: 80px; height: 80px; flex-shrink: 0; }


    .admission-timeline {
        padding: 40px 0;
    }
    
    .timeline-heading {
        font-size: 32px !important;
        margin-bottom: 40px;
    }

    .timeline-wrapper {
        height: auto;
        padding-left: 30px;
        position: relative;
    }

.timeline-road-bg {
    display: block !important;
    position: absolute;
    top: -35px;
    left: 25px;
    height: calc(100% + 45px);
    background: url('../img/strightroad.png') repeat-y center;
    background-size: contain;
    transform: none;
    z-index: 1;
    background-position: left;
}

    .timeline-step {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 25px 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        text-align: left !important;
    }

    /* Reverse steps for mobile should also be left-aligned */
    .timeline-step.step-2, .timeline-step.step-4 {
        flex-direction: row !important;
        text-align: left !important;
    }

.step-icon-circle {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    left: -30px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

    /* .step-icon-circle img {
        width: 45px;
        height: 45px;
    } */

    .step-num-mob {
        position: absolute;
        top: -5px;
        right: -5px;
        background: #F7931D;
        color: #fff;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        font-size: 11px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
    }

    .step-connector {
        position: absolute;
        left: 43px;
        width: 30px;
        height: 2px;
        background: #bbb;
        z-index: 1;
    }

    .step-box {
        width: calc(100% - 20px) !important;
        margin-left: 70px !important;
        padding: 15px !important;
        border-radius: 15px !important;
    }

.step-label {
    /* margin: -22px 0 5px 0 !important; */
    /* font-size: 14px !important; */
    /* background: none !important; */
    /* border: none !important; */
    margin-left: 0;
    margin-right: auto;
    /* color: #200C08 !important; */
    /* padding: 0 !important; */
    text-align: left !important;
    /* display: inline-block; */
    /* width: auto; */
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
}
    
    .timeline-step.bottom .step-label {
        margin-bottom: 5px !important;
        border-radius: 0 !important;
        padding-top: 0 !important;
    }

    .step-desc {
        font-size: 16px !important;
        min-height: auto !important;
        color: #fff !important;
    }
    
    .timeline-step.step-2 .step-box, 
    .timeline-step.step-4 .step-box {
        flex-direction: column !important; /* Undo reversal for mobile */
    }
}

@media screen and (max-width: 1440px){
    .specialtextD p{
        font-size: 14px;
    }
}

.desAbt-sec{
    padding: 80px;
    padding-bottom: 140px;
}
.abttextD p{
    color: #101010;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.abttextD{
    margin-top: 30px;
}

.apartSet-sec{
    padding: 0 80px;
    background: radial-gradient(28.91% 53.61% at 64.89% 35.8%, #1C85F3 0%, #134478 100%);
    border-radius: 0 0 100px 100px;
}
.apartHead{
    padding: 33% 0;
}
.apartHead h2{
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    margin: 30px 0;
}
.aprtDimg {
    padding: clamp(10px, 1.56vw, 30px);
    padding-bottom: 0;
    position: relative;
}
.aprtDimg img{
    width: 100%;
     max-width: 500px;
}
.astopImgD{
    margin-top: -95px;
    background: #F4F9FF;
    box-shadow: 0px 14px 14px 0px #00000040;
    border: 1px solid #134478;
    border-radius: 30px;
    padding: 30px 0;
}
.astopImgD ul li{
    float: left;
    border-right: 1px solid #000;
    padding: 0 22px;
}
.astopImgD ul li:last-child{
    border: none;
}
.astopImgD ul li h3{
    font-size: 48px;
    font-weight: 700;
    color: #ED2224;
    line-height: 34px;
    margin: 0;
}
.astopImgD ul li h3 small{
    font-size: 16px;
    font-weight: 500;
    color: #101010;
}

.aprtDimg h4{
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 20px;
}

.factor-Sec {
    padding: clamp(16px, 4.17vw, 80px);
    padding-right: 0px;
    background: #fff;
    background-image: url(../img/factorBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    margin-top: -100px;
    z-index: -1;
    position: relative;
}


.logoOwl{
    margin-top: 30px;
}
.factorSlider{
    border-radius: 30px;
    padding: 30px 40px;
    margin: 10px;
    height: 430px;
}
.factorSlider img{
    height: 150px;
    width: auto !important;
}
.factorSlider {
    position: relative;
    border-radius: 30px;
    padding: 30px 40px;
    margin: 10px;
    /* height: 469px; */
    background-image: url(../img/factorSlider-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 89%;
    background-position: bottom;
    background: #fff;
    overflow: hidden;
}

.factorSlider:after {
    content: "";
    border: 72px solid #731804;
    position: absolute;
    width: 565px;
    height: 565px;
    border-radius: 50%;
    filter: opacity(0.10);
    z-index: 1;
    top: 12%;
    left: -56px;
}

.factorSlider img {
    height: 150px;
    width: auto !important;
    border: 2px solid #731804;
    border-radius: 50%;
}

.factorSlider h4 {
    color: #731804;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 30px 0;
}

.factorSlider-owl {
}
/* Make owl items equal height */
.factorSlider-owl .owl-stage {
    display: flex;
    margin-bottom: 16px;
}

.factorSlider-owl .owl-item {
    display: flex;
}

.factorSlider-owl .factorSlider {
  
    height: 100%;
    width: 100%;
}

.factorSlider p {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}



.logoOwl .owl-nav, .logoOwl .owl-dots{
    display: none;
}
/* .fsbg1{
    background: #F39314;
}
.fsbg2{
    background:#ED2224;
}
.fsbg3{
    background: #134478;
}
.fsbg4{
    background: #FEC000;
}
.fsbg5{
    background: #ABCD52;
}
.fsbg6{
    background: #14212F;
} */

.headfixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999;
    border: 1px solid #ccc;
}


.global-Sec{
    background: #fff;
    padding: 80px;
    padding-bottom: 0px;
}
.globalImgD{
    margin-top: 50px;
}
.globalImgD img{
    width: 100%;
}
.global-Sec h4{
    font-size: 36px;
    color: #606060;
    font-weight: 600;
}
.wrapper {
     
     padding: 50px 70px 50px 70px;
     box-sizing: border-box;
     background-color:#0f1624;
 }

 /* --- TITLE HEADER --- */
 .eligibityD {
     text-align: center;
     font-size: 42px;
     margin-bottom: 40px;
     color: #fff;
     font-weight: bold;
 }

 .main-container {
     background-color:#2b3743;
     border-radius: 30px;
     overflow: hidden;
     display: flex;
     flex-direction: column;
     border: 1px solid #49453b;
 }

 /* --- LOGIC: HIDE RADIOS --- */
 input[type="radio"] {
     display: none;
 }

 /* --- MAIN NAV GRID --- */
 .nav-tabs-list {
     display: grid;
     grid-template-columns: repeat(1, 1fr);
     background-color: #404b55;
     gap: 1px;
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .nav-tabs-list li label {
    width: 100%;
     background-color: #2b3743;
         padding: 19px 12px;
     text-align: center;
     font-size: 20px;
     cursor: pointer;
     color: #9ca3af;
     text-transform: uppercase;
     display: flex;
     align-items: center;
     justify-content: center;
     /* min-height: 75px; */
     transition: 0.3s;
     margin-bottom: 0;

 }
 /* .nav-tabs-list li label[for="c6"],[for="c7"],[for="c8"],[for="c9"],[for="c10"]{
    border-bottom: #424342 1px solid;
 } */
 /* Highlight Active Main Tab */
 #c1:checked~.nav-tabs-list label[for="c1"]
  {
     background-color:#f59e0b;
     color: white;
     font-weight: bold;
 }

 /* --- SUB NAV AREA --- */
 .sub-nav-group {
     display: none;
     justify-content: center;
     flex-wrap: wrap;
     gap: 15px;
     padding: 16px;
     list-style: none;
     border-bottom: 1px solid #fff;
     margin: 0;
 }

 .sub-nav-group li label {
     min-width: 140px;
     padding: 10px 50px;
     border: 1px solid #fff;
     border-radius: 30px;
     text-align: center;
     cursor: pointer;
     color: #fff;
     display: block;
     font-size: 22px;
 }

 /* Toggle Sub-Navs based on Main Course selection */
 #c1:checked~#sub-nav-c1
 {
     display: flex;
 }

 /* Highlight Active Sub-Tab */
 #c1-ind:checked~#sub-nav-c1 label[for="c1-ind"],
 #c1-int:checked~#sub-nav-c1 label[for="c1-int"]
  {
     background-color: white;
     color: black;
     border-color: white;
 }

 /* --- DESCRIPTION AREA --- */
 .description-outer-wrap {
     padding: 40px 0;
 }

 .description-scroll-area {
     /* height: 586px; */
     overflow-y: scroll;
     padding-left: 60px;
     padding-right: 50px;
     margin-right: 20px;
     margin-bottom: 40px;
     /* Moves scrollbar inward away from container edge */
 }

 /* Thin Orange Scrollbar */
 .description-scroll-area::-webkit-scrollbar {
     width: 4px;
 }

 .description-scroll-area::-webkit-scrollbar-track {
     background: rgba(255, 255, 255, 0.05);
 }

 .description-scroll-area::-webkit-scrollbar-thumb {
     background: #f59e0b;
     border-radius: 10px;
 }

 .desc-pane {
     display: none;
 }
 .category{
    display: flex;
    flex-direction: column;
 }
.content-desc{
    display: flex;
    align-items: center;
    gap: 20px;
}
 /* Show pane logic */
 #c1-ind:checked~.description-outer-wrap #pane-c1-ind,
 #c1-int:checked~.description-outer-wrap #pane-c1-int
 {
     display: block;
 }

 .category-header {
     color:#F7931D;
     font-size: 22px;
     font-weight: bold;
 }
 .content-header{
    padding-left: 20px;
 }
 .content-header h5 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding-left: 25px;
    line-height: 1.5;
 }

 .list-item {
     color: #fff;
     font-size: 16px;
     margin-bottom: 15px;
     font-weight: 500;
     gap: 10px;
     line-height: 1.6;
     padding-left: 25px;
     font-size: 20px;
 }
 .list-item span{
    font-weight: bold;
 }
/* --- HIGHLIGHT ACTIVE SUB-TABS --- */
/* This rule targets the first label of EVERY sub-nav group when its radio is checked */

#c1-ind:checked ~ #sub-nav-c1 label[for="c1-ind"],
/* Also include the International/other options so they turn white when clicked */
#c1-int:checked ~ #sub-nav-c1 label[for="c1-int"]
{
    background-color: white !important;
    color: black !important;
    border-color: white !important;
    font-weight: bold;
}
@media (max-width:1677px){
    .nav-tabs-list li label{
        /* min-height: 90px; */
    }
}
@media (max-width:1300px){
    .sub-nav-group li label{
        font-size: 18px;
    }
    .nav-tabs-list li label{
        font-size: 14px;
    }
    .eligibityD{
        font-size: 32px;
    }
}
@media (max-width:1024px){
    .nav-tabs-list li label{
        font-size: 18px;
                padding: 9px 12px;
    }
}
 /* Responsive 10th item center */
 @media screen and (max-width: 768px) {
    .eligibityD{
        font-size: 28px;
    }
     

     
     .nav-tabs-list{
        background-color: #0f1624;
        row-gap: 2px;
     }
     .nav-tabs-list li label{
        background-color: #404b55;
        margin-bottom: 20px;
        /* font-size: 12px; */
     }
     .sub-nav-group li label {
        padding: 20px 35px;
        font-size: 16px;
     }
     .description-scroll-area {
         padding-left: 20px;
         padding-right: 40px;
         margin-right: 10px;
         /* height: 330px; */
     }
     .main-container{
        border-radius: 0;
     }
     .wrapper{
        padding: 40px 0;
     }
     .description-outer-wrap{
        font-size: 14px;
     }
     .category-header{
        font-size: 14px;
     }
     .content-header h5{
        font-size: 14px;
        margin-bottom: 10px;
     }
     .list-item{
        font-size: 16px;
     }
 }
@media(max-width:399px){
    .eligibityD{
        font-size: 22px;
    }
}
.pindus-Sec{
    padding:60px 80px;
    background: #E9F2FF;
}
.eliselecD{
    background: #14212F;
    box-shadow: 0px 0px 18px 0px #00000040;
    padding: 30px 60px;
    border-radius: 30px;
    margin-top: -205px;
}
.eliselecD h3{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin: 20px 0;
}
.eliselecD p{
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}
.martop60{
    margin-top: 60px;
}
.maintabD{
    background: #fff;
    border-radius: 60px;
    padding: 30px;
    padding-top: 0;
    margin-top: 80px;
}
.pindustab .nav>li>a {
    color: #134478;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    padding: 15px 25px;
    text-align: center;
}
.pindustab .nav>li{
    width: 49%;
}
.toggle-content { display: none; }
.active { display: block; } 


.toggle-header {
    /* background-color: #0a0f38; */
    color: rgb(255, 253, 253);
    font-size:20px;
    padding: 15px;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 5px;
    text-align: center;
}
.toggle-header::after {
    content: "";
    display: block;
    width: 100%; /* Full width */
    height: 2px; /* Thickness of underline */
    background-color: #6d6767; /* Change to desired color */
    margin-top: 5px; /* Space between text and underline */
    border-radius: 3px; /* Rounded edges */
}

.toggle-header:hover {
    /* background-color: #010b20; */
    border-color: #152a40; /* Blue border on hover */
    transform: translateY(-5px); /* Moves element up slightly */
}
.pindustab{
    background: #fff;
    padding: 10px;
    border-radius: 60px;
    box-shadow: 0px 0px 24px 0px #00000040;
    margin-top: -45px;
}
.pindustab .nav-pills>li.active>a, .pindustab .nav-pills>li.active>a:focus, .pindustab .nav-pills>li.active>a:hover, .pindustab .nav-pills>li>a:hover {
    color: #fff;
    background-color: #134478;
    border-radius: 50px;
}

.pinsTabConD{
    padding: 20px 15px;
    border: 1px solid #1344784A;
    border-radius: 20px;
    margin-top: 30px;
    display: flex;
    height: 175px;
}
.pinsTabiconConD{
    float: left;
    margin-right: 15px;
    width: 16%;
    padding: 30px 0;
}
.pinsTabtextConD{
    float: left;
    width:80%;
}
.pinsTabtextConD h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    color: #134478;
}
.pinsTabtextConD p{
    font-size: 17px;
    font-weight: 400;
    /* line-height: 25px; */
    line-height: 21px;

    color: #101010;
}
.number-responsive{
    height: auto;
    width: 90%;
    font-size: clamp(12px, 3.54vw, 70px);
    margin-right: 8px;
    transform: translateY(-30%);
    font-weight: 700;
    color: #ED2224;
}



.enter-Sec{
    padding: 80px;
    background: url(../img/enter.jpg) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    height: 895px;
}
.enter-Sec p{
    color: #101010;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 60px;
}




.adProcees-Sec{
    padding:60px 80px;
    position: relative;
    background: url(../img/adprosBG.jpg) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding-bottom: 0;
}
.adProceesHed h2{
    color:#fff;
        font-size: 64px;
    line-height: 82px;
    font-weight: 800;
}
.adProceesblank{
    height: 870px;
}



.dpu-Sec {
    padding: 30px 80px;
    background: url("../img/feeimg.png") left center no-repeat, url(../img/fees.jpg) top center no-repeat;
    background-size: cover;
    -webkit-background-size: contain, cover;
    padding-bottom: 0;
    position: relative;
    padding-bottom: 100px;
}
.col-md-8.col-sm-8.col-xs-12.mb-5.table_sec {
    margin-bottom: 10rem;
}
/* .dpuTable{
    margin-top: 60px;
} */
 .dpuTable table {
    border-radius: 20px;
    border-collapse: separate;
    border-spacing: 0;
}
.dpuTable table tr th {
    background: #ED2224;
    color: #fff;
    font-size: 32px;
    padding: 20px 35px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.dpuTable table tr th:last-child {
    border-right: 1px solid #000;
}

.dpuTable table tr:first-child th:first-child {
    border-top-left-radius: 20px;
}

.dpuTable table tr:first-child th:last-child {
    border-top-right-radius: 20px;
}

.dpuTable table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

.dpuTable table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.dpuTable table tr td {
    font-size: 24px;
    padding: 20px 35px;
    font-weight: 500;
    color: #101010;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.dpuTable table tr td:last-child {
    border-right: 1px solid #000;
}

.dpuTable table tr:last-child td {
    border-bottom: 1px solid #000;
}

.dpuTable .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFF5E9;
}
.dpuTable .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #FFF;
}




.fttop{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 999;
}
.footer-Sec{
    background: #14212F;
    /* background: #134478; */
    padding: 80px;
}
.ftpHed h2{
    color:#fff;
        font-size: 64px;
    line-height: 82px;
    font-weight: 800;
}
.ftpHed h2 span{
    color: #F7931D;
}
.ftpHedimg{
    margin-top: 10px;
}


.lastfooter-Sec{
    background: #ED2224;
    padding: 15px 80px;
}
.lastfooter-Sec p{
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.lastfooter-Sec p a{
    color: #fff;
}

.applySticy{
        position: fixed;
        top: 30%;
        right: -62px;
        z-index: 9999999999;
        transform: rotate(-90deg);
}

.ftpHedimg{
    padding: 10px 20px;
}
.bdrR{

    border-right: 1px solid #fff;
}
.ftadd{
    padding-top: 20px;
}

@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1850px) {
    .sliderCap h1 {
        font-size: 58px;
        line-height: 66px;
    }
    .slider-Sec {
    height: 850px;
}
.sliderCap {
    padding: 5% 0;
    padding-left: 35px;
}
.factorD h2 {
    font-size: 55px;
    line-height: 64px;
}
.sliderimgD {
    margin-left: -45px;
}
.apartHead h2 {
    font-size: 70px;
}
.factorSlider {
    height: 460px;
}
.pinsTabtextConD h4 {
    font-size: 18px;
    line-height: 26px;
}
.pinsTabtextConD p {
    font-size: 16px;
    line-height: 24px;
}
.adProceesHed h2 {
    font-size: 52px;
    line-height: 70px;
}

.thanksD{
    padding: 60px 30px;
    border-radius: 30px;
    padding-top: 75%;
}
.specialtextD h4 {
    font-size: 25px;
    line-height: 35px;
}
.specialtextD p {
    font-size: 16px;
    line-height: 26px;
}

}

@media screen and (max-width: 1750px) {
.thanksD{
    padding: 60px 30px;
    border-radius: 30px;
    padding-top: 70%;
}
.abtmainD h2 {
    font-size: 76px;
    line-height: 85px;
}
.abtUl ul li {
    padding: 0 25px;
}
.abtUl ul li h4 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
}
    .slider-Sec {
        height: 820px;
    }
    .pinsTabConD {
    height: 180px;
}
.dpuTable table tr th {
    font-size: 24px;
    padding: 15px 30px;
}
.dpuTable table tr td {
    font-size: 20px;
}
.ftpHed h2 {
    font-size: 50px;
    line-height: 70px;
}
.header_number img {
    height: 44px;
}
.sitemapH ul li {
    /* padding: 34px 5px; */
}

}

@media screen and (max-width: 1680px) {
    .sliderCap h1 {
        font-size: 52px;
        margin-top: 0;
        line-height: 62px;
    }
        .slider-Sec {
        height: 785px;
    }
    .howbtechD p {
    font-size: 18px;
    line-height: 30px;
}
    .apartHead h2 {
        font-size: 60px;
    }
    .factorSlider h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 25px 0;
}
.abtmainD h2 {
    font-size: 74px;
}
.factorSlider {
    padding: 30px;
}
    .factorD h2 {
        font-size: 50px;
        line-height: 60px;
    }
.ftpHed h2 {
    font-size: 54px;
    line-height: 72px;
}
.pindustab .nav>li>a {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 20px;
}
.adProceesblank {
    height: 680px;
}
.specialtextD {
    left: 30px;
    top: 30px;
}
.specialtextD h4 {
    font-size: 22px;
    line-height: 30px;
}
.specialtextD p {
    font-size: 15px;
    line-height: 24px;
}
.header_number img {
    height: 40px;
}
.sitemapH ul li a {
    /* font-size: 17px; */
}

}
@media (max-width: 1640px){
    .number-responsive{
        font-size: clamp(12px, 3.2vw, 65px);
    }
}
@media screen and (max-width: 1600px) {
.applyBtnD {
    padding: 18px 0;
}
.sliderCap h4 {
    color: #fff;
    font-size: 30px;
}
    .sliderCap h1 {
        font-size: 45px;
        line-height: 52px;
    }
        .slider-Sec {
        height: 740px;
    }
    .howbtechiconD {
    height: 90px;
    width: 90px;
}
.howbtechD h4 {
    margin: 10px 0;
}
    .factorSlider {
        padding: 20px;
    }
    .factorSlider p {
    font-size: 16px;
    line-height: 25px;
}
.pinsTabiconConD {
    margin-right: 12px;
    width: 14%;
}
    .pinsTabtextConD p {
        font-size: 15px;
        line-height: 20px;
    }
        .pinsTabConD {
        height: 170px;
    }
    .howbtechHead h2 {
    font-size: 54px;
    
}
.enter-Sec {
    height: 750px;
}
.dpuTable {
    margin-top: 30px;
}
.header_number img {
    height: 38px;
}
.sitemapH ul li a {
    padding: 10px 6px;
}


}

@media screen and (max-width: 1510px) {
.thanksD{
    padding-top: 65%;
}
    .slider-Sec {
        height: 710px;
    }
        .apartHead h2 {
        font-size: 52px;
        line-height: 55px;
    }
    .factorSlider img {
    height: 125px;
    width: auto !important;
}
    .factorSlider {
        height: 430px;
    }
    .eliselecD p {
    font-size: 17px;
    line-height: 28px;
}
.pinsTabConD h4 {
    font-size: 20px;
    line-height: 24px;
}
    .adProceesHed h2 {
        font-size: 40px;
        line-height: 50px;
    }
        .adProceesblank {
        height: 530px;
    }
    .pindustab .nav>li>a {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 15px;
    }
        .specialtextD {
        left: 25px;
        top: 20px;
        right: 40%;
    }
        .specialtextD p {
        font-size: 14px;
        line-height: 24px;
    }
    .header_number img {
    height: 36px;
}
.sitemapH ul li a {
    /* font-size: 16px; */
}
    .dpuTable table tr td {
        font-size: 18px;
    padding: 12px 15px;
    }

}

@media screen and (max-width: 1440px) {
        .specialtextD p {
        font-size: 14px;
        line-height: 20px;
    }
    .sliderCap h4 {
    font-size: 28px;
}
    .sliderCap h1 {
        font-size: 42px;
        margin-top: 0;
        line-height: 48px;
    }
    .sliderCap img {
    margin: 25px 0;
}

.slimg2 {
    height: 60px;
}
    .slider-Sec {
        height: 680px;
    }
        .sliderimgD {
        margin-left: -36px;
    }
    
        .howbtechHead h2 {
                font-size: 42px;
        
    }
    .howbtechD h4 {
    font-size: 20px;
}
    .howbtechD p {
        font-size: 16px;
        line-height: 25px;
    }
    .howbtechD {
    padding: 30px;
    /* height: 310px; */
}
.astopImgD {
    margin-top: -60px;
}
.desAbt-sec {
    padding: 80px;
    padding-bottom: 85px;
}
    .pinsTabtextConD p {
        font-size: 14px;
        line-height: 20px;
    }
        .dpuTable table tr th {
        font-size: 20px;
        padding:10px 20px;
    }

.sliderRightFm {
    margin: 2% 0;
}
    .factorD h2 {
        font-size: 42px;
        line-height: 54px;
    }
    .factorSlider {
    padding: 15px;
    margin: 10px;
}
.factorSlider h2 {
    font-size: 82px;
}
.factorSubD {
    margin-top: -50px;
}
.dpumainD {
    padding: 15px;
}
.dpumainD p {
    font-size: 18px;
    line-height: 28px;
}
.dpuiconD {
    height: 100px;
    width: 100px;
    margin-top: -50px;
}
.dpuiconD img{
    height: 65px;
}
    .dpuHed h2 {
        font-size: 48px;
        line-height: 64px;
    }

.header_number img {
    height: 34px;
}
.sitemapH ul li a {
    /* font-size: 15px; */
}

}

@media screen and (max-width: 1400px) {

    .slider-Sec {
        height: 660px;
    }
    .abttextD p {
    font-size: 16px;
    line-height: 26px;
}
    .factorSlider h4 {
        font-size: 20px;
        line-height: 26px;
        margin: 20px 0;
    }
        .ftpHed h2 {
        font-size: 38px;
        line-height: 58px;
    }
     .list-item{
        font-size: 16px;
     }

}


@media screen and (max-width: 1366px) {
        .logo img {
        max-height: 54px;
    }
    .header-nav {
        padding-top: 4px;
        padding-bottom: 4px;
    }
     .timeline-step.step-5 {
        left: 71%;
    }
    .timeline-step.step-1 {
        left: 6%;
    }
    .timeline-step.step-3 {
       
        left: 39%;
    }
    
    .timeline-step.step-2 {
        left: 23%;
    }
    .timeline-step.step-4 {

        left: 55%;
    }
        .specialtextD h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .sliderCap h4 {
        font-size: 24px;
    }
      .sliderCap h1 {
        font-size: 42px;
        margin-top: 0;
        line-height: 50px;
    }
.thanksD {
    padding-top: 50%;
}
        .slider-Sec {
        height: 620px;
    }
        .dpuHed h2 {
        font-size: 45px;
        line-height: 58px;
    }
        .apartHead h2 {
        font-size: 46px;
        line-height: 55px;
    }
        .factorSlider h4 {
        font-size: 18px;
        line-height: 26px;
        margin: 20px 0;
    }
        /* .factorSlider {
        height: 335px;
    } */
        .pindustab .nav>li>a {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 10px;
    }
    .pinsTabConD h4 {
        font-size: 18px;
        line-height: 24px;
    }
        .pinsTabtextConD p {
        font-size: 13px;
        line-height: 18px;
    }
        .dpuTable table tr th {
        font-size: 20px;
        padding: 12px 20px;
    }
        .dpuTable table tr td {
        font-size: 17px;
    }
        .header_number img {
                margin-left: 8px;
        height: 30px;
    }
    .header_number {
    padding: 28px 0;
}
    .factorSlider p {
        font-size: 14px;
        line-height: 23px;
    }
        .adProceesblank {
        height: 470px;
    }
    .sitemapH ul li a {
    /* font-size: 12px; */
}
.sitemapH ul li {
    /* padding: 34px 6px; */
}
.astopImgD ul li h3 {
    font-size: 42px;
}

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1200px) {


}
@media (max-width: 1180px){
    .number-responsive{
        font-size: clamp(12px, 4.2vw, 30px);
    }
}
   @media screen and (max-width: 1150px) {
.call-num{
    display: none;
}
.callnumber{
    transform: translateY(1px);

}
} 
@media screen and (max-width: 1024px) {

}

@media (max-width: 1014px){
    .number-responsive{
        font-size: clamp(12px, 4.2vw, 24px);
    }
}

@media (max-width: 992px){
    .number-responsive{
        font-size: clamp(12px, 4.2vw, 34px);
    }
}
@media (max-width: 884px){
    .number-responsive{
        font-size: clamp(12px, 4.2vw, 30px);
    }
}
@media (max-width: 768px){
    .number-responsive{
        font-size: clamp(72px, 4.2vw, 82px);
    }
}
@media screen and (max-width: 768px) {

.header-nav {
    padding: 5px 0;
}

p.elg-text {
    min-height: 52px !important;
    font-size: 12px !important;
}
.toggle-header {
    color: rgb(255, 253, 253);
    font-size:12px;
    padding: 15px;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 5px;
    text-align: center;
}

.btn-red {
    padding: 10px 15px;
    font-size: 16px;
            margin: 0 auto;
        display: table;
}
.col-md-8.col-sm-8.col-xs-12.mb-5.table_sec {
    margin-bottom: 1rem;
}
    .factorSlider {
        height: 300px;
    }
.applyBtnD {
    padding: 0px 0;
}
.sliderCap{
    padding: 0;
}
    .sliderCap h1 {
        font-size: 28px !important;
        text-align: center;
        line-height: 37px;
    }
    .sliderCap h4 {
        font-size: 20px !important;
        font-weight: 400;
        text-align: center;
        line-height: 29px;
    }
        .slimg2 {
        height: auto;
    }
        .sliderCap img {
        margin: 15px 0;
    }
        .slider-Sec {
        height: auto;
    padding: 20px 0;
    margin-top: 0;
    background: url(../img/mobsli.jpg) top center no-repeat;
    background-size: cover;
    background: #ffffff;
    }
    .howBtech-sec {
    background: #fff;
    padding: 30px 0;
    overflow: hidden;
}
        .sliderimgD {
        margin-left: 0;
    }
    .sliderCap h1 span {
        font-size: 24px;
    }

.sliderCap h5 {
      font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.special-Sec {
    padding: 30px 0;
}
    .howbtechHead h2 {
        font-size: 22px;
        
    }
        .header_number img {
        margin-left: 10px;
        height: 20px;
    }
       .header_number {
        padding: 9px 0;
    }
        .sliderCap h4 {
        font-size: 14px;
    }
.navbar-toggle{
    padding: 0;
}
.sliderCapImg img {
    width: 100%;
}
.sliderRightFm {
    margin: 0;
}

.About-Sec {
    padding: 30px 0;
}
.abtmainD {
    margin-top: 0;
}
    .abtmainD h4 {
        font-size: 26px;
        line-height: 34px;
    }
        .abtmainD h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .abtmainD p {
    font-size: 15px;
    line-height: 20px;
}
    .abtUl ul li {
        padding: 0px 20px;
        font-size: 50px;
        line-height: 58px;
        width: 50%;
        margin: 10px 0;
    }
        .abtUl ul li h4 {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }
    .howbtechD {
        padding: 30px;
        height: auto;
    }
        .desAbt-sec {
        padding: 30px 0;
        padding-bottom: 70px;
    }
    .apartSet-sec {
    padding: 30px 0;
}
.apartHead {
    padding: 0;
}
    .apartHead h2 {
        font-size: 24px;
        line-height: 24px;
    }

 .global-Sec {
        padding: 30px 0;
        padding-bottom: 0px;
    }
.global-Sec h4 {
    font-size: 17px;
}
.pindus-Sec {
    padding: 30px 0;
}
.eliselecD h3 {
    font-size: 18px;
    margin: 10px 0;
}
    .eliselecD p {
        font-size: 14px;
        line-height: 19px;
    }
    .maintabD {
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}
    .pindustab {
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: transparent;
        box-shadow: none;
    }



.factor-Sec {
    padding: 30px 0;
    padding-top: 100px;
}
    .factorD h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .factorSubD {
        margin-top: -40px;
    }   
    .factorDimg {
    margin-top: 0;
    margin-left: 0;
}

    .pindushead h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .pindustab .nav>li {
    width: 100%;
}
        .pindustab .nav>li>a {
        font-size: 13px;
        line-height: 20px;
        padding: 12px 10px;
    }

        .pinsTabConD h4 {
        font-size: 18px;
    }
    .pinsTabConD i {
    font-size: 20px;
    line-height: 28px;
}
.pinsTabConD {
    padding: 10px 15px;
}
    .pinsTabConD img {
        height: auto;
    }
    .dwnbtn {
    margin-top: -50px;
    display: block;
}

    .dpu-Sec {
    padding: 30px 0;
    background: #fff;
}
    .dpuHed h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .dpuHed p {
    font-size: 17px;
    line-height: 25px;
}
    .enter-Sec {
        background: #fff;
        height: auto;
        padding: 30px 0;
    }
    .enter-Sec p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}
.adProcees-Sec {
    padding: 30px 0;
            padding-bottom: 60px;
}
    .adProceesHed h2 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 0;
    }
        .adProceesblank {
        height: 165px;
    }
.dpuHed {
    padding-right: 0;
}

.dpumainD {
    height: auto;
    margin-top: 60px;
}
.dpuTable table tr th {
    font-size: 16px;
    padding: 12px 25px;
}
.dpuTable table tr td {
    font-size: 15px;
    padding: 12px 25px;
}
.applySticy {
    position: fixed;
    top: inherit;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999999;
    transform: none;
    display: block;
    border-radius: 0;
}


.lastfooter-Sec {
    padding: 15px 0;
}
.lastfooter-Sec p {
    font-size: 11px;
}

.footer-Sec {
/*    background: #000000;*/
    padding: 30px 0;
}
    .ftpHed h2 {
        font-size: 25px;
        line-height: 38px;
    }
    .eliselecD {
    padding: 15px;
}
.specialD img {
    border-radius: 10px;
}
    .specialtextD {
        left: 10px;
        top: 10px;
        right: 30%;
    }
        .specialtextD h4 {
        font-size: 12px;
        line-height: 17px;
    }
        .specialtextD p {
        font-size: 10px;
        line-height: 13px;
    }
    .aprtDimg h4 {
    font-size: 14px;
    right: 0;
    left: 0;
    bottom: -30px;
}
.dpuTableimg{
    display: none;
}
.martop60{
    margin-top: 10px;
}
.astopImgD ul li {
    padding: 0px 10px;
    width: 50%;
    margin: 15px 0;
}
.astopImgD ul li h3 {
    font-size: 36px;
    line-height: 28px;
}
.astopImgD ul li h3 small {
    font-size: 13px;
}

.ugcimg{
    margin: 0 auto;
}
.ugcimg{
    height:50px;
}
    .sitemapH ul li {
        padding: 5px 6px;
        float: none;
    }

}

@media screen and (max-width: 360px) {
 
}



/* Let's get this party started */
.catby::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

/* Track */
.catby::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* Handle */

.catby::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #A50C22;
}










/* .banner_text {
    position: absolute;
    width: 84%;
    top: 33%;
    left: 4%;
    transform: translatey(-50%);
    z-index: 999;
    bottom: 23%;
}
.banner_form {
    padding: 13px;
    position: absolute;
    top: 17rem;
    right: 2%;
    width: 415px;
    z-index: 999;
    border-radius: 8px;
    background: #f7f7f7;
}

.bglabel{
    background-image: url(../img/whitelabel.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bglabel {
    background-image: url(../img/whitelabel.png);
    background-repeat: no-repeat;
    height: 20rem;
    width: 55rem;
    background-size: 100%;
} */
.text_blue{
    color:#122E5E;
    
}

.text_red{
    color:#ED2224;
    
}
.ptxt {
    position: absolute;
    top: 49rem;
    left: 9rem;
    font-weight: bold;
    font-size: 2.6rem;
}


@media screen and (min-width:992px) and (max-width:1199px){
    .ptxt {
        position: absolute;
        top: 41rem;
        left: 9rem;
        font-weight: bold;
        font-size: 2rem;
        width: 37rem;
    }
    .whitelabel {
        width: 44rem;
    }
}

@media screen and (min-width:1200px) and (max-width:1366px){
    .whitelabel {
        width: 46rem;
    }
    .ptxt {
        position: absolute;
        top: 76%;
        left: 9rem;
        font-weight: bold;
        font-size: 2.2rem;
        width: 40rem;
    }
    .sitemapH ul li a {
        /* font-size: 10px !important; */
    }
}

@media screen and (min-width:1367px) and (max-width:1440px){
    .whitelabel {
        width: 46rem;
    }
    .ptxt {
        position: absolute;
        top: 79%;
        left: 9rem;
        font-weight: bold;
        font-size: 2.2rem;
        width: 40rem;
    }
    .sitemapH ul li a {
        /* font-size: 10px !important; */
    }
}

@media screen and (min-width:1441px) and (max-width:1600px){
    .whitelabel {
        width: 46rem;
    }
    .ptxt {
        position: absolute;
        top: 80%;
        left: 9rem;
        font-weight: bold;
        font-size: 2.2rem;
        width: 40rem;
    }
    .sitemapH ul li a {
        /* font-size: 10px !important; */
    }
}


@media screen and (min-width:1601px) and (max-width:1699px){
    .whitelabel {
        width: 46rem;
    }
    .ptxt {
        position: absolute;
        top: 79%;
        left: 9rem;
        font-weight: bold;
        font-size: 2.2rem;
        width: 40rem;
    }
    .sitemapH ul li a {
        /* font-size: 10px !important; */
    }
}


@media screen and (max-width:600px){
   .whitelabel {
        width: 95%;
    }
    .ptxt {
        position: absolute;
        left: 3rem;
        font-weight: bold;
        font-size: 1.6rem;
        top: 81%;
    }
}

.mouOwl{
    margin-bottom: 0.5rem;
    margin-top: 3rem;
}
@media (max-width: 1024px) {
        .hbPosiimg {
        height: 90px;
    }

.header-nav {
        position: relative;
    }
    .navbar-header {
        display: block !important;
    }
    .navbar-toggle {
        display: block !important;
        margin-right: 8px !important;
        /* border: 1px solid #ED2224; */
        margin: 0 0 0 10px;
        padding: 6px 10px;
    }
    .navbar-toggle i {
        color: #2d2d2d;
        font-size: 20px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1000;
        padding: 10px 20px;
        box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    }
    .sitemapH ul li {
        float: none !important;
        border-right: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .sitemapH ul li a {
        padding: 12px 10px;
        display: block;
        border-bottom: 1px solid #eee;
        font-weight: 500;
        font-size: 16px !important;
    }
    .sitemaphUl > li:not(:last-child) {
        border-right: none;
    }



    
    .sitemapH ul li.active a {
        border: none !important
    }
    .custom-nav {
        position: static;
    }
    .header-nav {
        position: relative;
    }
    .header-nav.headfixed {
        position: fixed;
    }
    #quickLH {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    }
    .sitemapH ul li {
        float: none;
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    .sitemapH ul li:last-child {
        border-bottom: none;
    }
    .sitemapH {
        padding: 0 15px;
    }
      .call-num{
    display: inline;

}
.btn.btn-red.header-call-now{
    display: inline-block;
}
.sitemap.callnumber{
    width: fit-content;
    background-color: unset;
    transform: translateY(10px);
    border-radius: 0;
    display: none;
}
 .sitemapH ul li a.sub-number{
    padding: 8px 10px;
    margin: 8px 0;
    width: fit-content;
    background-color: #ED2224;
    border-radius: 50px;
}
.tablet{
    display: flex;
}
.btn-red{
    padding: 8px 10px;
    font-size: 14px;
}
}
@media (max-width: 648px){
    .number-responsive{
        font-size: clamp(62px, 4.2vw, 72px);
    }
}
@media (max-width: 575px) {
    .number-responsive{
        font-size: clamp(52px, 4.2vw, 72px);
    }
    .apart-card_1 {
        left: 0%;
    }
    .apart-card_2 {
        left: 0%;
    }
    .apart-card_3 {
        right: 0%;
    }
    .apart-card_4 {
        right: 0%;
    }
}
@media (max-width: 485px) {
    .number-responsive{
        font-size: clamp(42px, 4.2vw, 72px);
    }}
@media (max-width: 380px) {
    .number-responsive{
        font-size: clamp(32px, 4.2vw, 52px);
    }
    .apart-card_1 {
        top: 48%;;
    }
    .apart-card_2 {
        top: 80%;
    }
.apart-card p {
    font-size: 11px;
}
.apart-card-img img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.apart-card-img {
    margin-right: 4px;
}
.apart-card {
    padding: 8px;
}
}

@media (max-width:768px){
    .hidden-xs-custom{
        display: none !important;
    }
        .dpuTable {
    overflow: auto;
}
    .dpuTable table {
    min-width: 600px;
}
}





 
   /* Layout Container */
 .tabs-container {
        display: flex;
        border-top: 1px solid #ddd;
        margin: 20px auto;
        color: #333;
    }

    .tab-link span {
        margin-left: 8px;
    }


    .sidebar {
        flex: 0 0 350px;
        border-right: 1px solid #ddd;
        padding-top: 10px;
         padding-bottom: 10px;
    }

    .tab-link {
        padding: 18px 25px;
        cursor: pointer;
        font-weight: 500;
        transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
          font-size: 20px;
    }

    .tab-link:hover {
        background-color: #dae9ff;
        border-radius: 50px;
        margin-right: 8px;
    }


    .tab-link.active {
        background-color: #134478; 
        border-radius: 50px;
        color: #fff;
     
        margin-right: 8px;
        border-bottom: none;
    }

    .arrow {
        font-size: 24px;
        visibility: hidden;
    }

    .active .arrow {
        visibility: visible;
    }

    .content-area {
        flex: 1;
        padding: 40px 20px;
        padding-left: 30px;
    }

    .tab-content {
        display: none;
        animation: fadeIn 0.5s;
    }

    .tab-content.active {
        display: block;
    }

    .content-title {
        color: #800040;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .content-text {
        line-height: 1.6;
        color: #000000;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .read-more {
        color: #800040;
        text-decoration: none;
        border-bottom: 1px solid #800040;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 40px;
    }


    .outcome-title {
        color: #ED2224;
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 40px;
        font-weight: 600;
    }

    .outcomes-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .outcome-item {
        display: flex;
        align-items: center;
        font-size: 16px;
        
    }

    .outcome-item span {
        color: #ED2224;
        border: 1px solid #ED2224;
        border-radius: 50%;
        min-width: 18px;
        min-height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        margin-right: 15px;
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
@media (max-width: 1400px){
    .content-text {
        font-size: 16px;
    }
}
    @media(max-width: 992px) {
        .howbtech-row {
            padding: 0px 16px;
        }
        .sub-nav-group li label {
            width: 100%;
            max-width: 300px;
        }
        .tabs-container {
            flex-direction: column;
            border: none;
        }
        .sidebar {
            flex: unset !important;
            border: none;
            border-top: 1px solid #ddd;
        }
        .content-area {
            padding: 20px 16px;
        }
        .tab-link.active {
            margin-left: 8px;
        }
        .content-area {
            border-top: 1px solid #ddd;
        }
    }

    @media(max-width: 640px) {
        .outcomes-grid {
            grid-template-columns: 1fr;
        }
    } 


/* footer css new */
.phone-link,
.address-link{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-align: left;

}
.phone-link:hover{
    color: #ececec;
}
.ftpHedimg{
    text-align: left;
}

.phone-icon,
.address-icon{
    width: 42px;
    height: auto;
}


@media (max-width: 1200px){
.footer-Sec{
    padding: 50px 10px;
}
 .phone-link,
  .address-link{
    font-size: 16px;
    gap: 8px;
    word-break: break-word;  
  }
}
@media (max-width: 768px) {
    .ftpHedimg img {
        margin: 0 auto;
    }
    .ftpHedimg.ftadd.address-box {
        text-align: center;
    }
    .btn.btn-red.header-call-now{
    display: none;
}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .header-call-now {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .applySticy {
        width: 50%;
        left: 50%;
        right: 0;
    }

    .callNowSticky {
        display: block;
        width: 50%;
        left: 0;
        right: 50%;
    }
}

/* footer css new end */
@media(max-width:400px){
    .des-main-headline{
        font-size: 24px;
    }
}