    @charset "utf-8";
    /* CSS Document */
    
    * {
        padding: 0;
        margin: 0;
    }
    
    html,
    body {
        height: 100%;
    }
    
    body {
        position: relative;
        font-family: "Fira Sans", sans-serif;
    }
    /*************************************** common style start ********************************************/
    
    .btn_facebook {
        color: #fff;
        background: #3b5998;
    }
    .imgSize {
        max-height: 78px;
    }
    .d-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .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 ********************************************/
.d-none-desktop {
    display: none;
}
.lifeAtpcu-Sec .row.dcsl {
    margin-bottom: 16px;
}
/* Apply flex only to this specific row */
.row.dcsl {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* stretch columns */
}

/* Make column a flex container */
.row.dcsl > [class*="col-"] {
    display: flex;
}

/* Stretch inner box */
.row.dcsl .lifeatpcuSubD {
    height: 100%;
    width: 100%;
}
.test-img img {
    max-height: 180px;
    width: 80%;
}

.lifeatpcuSubD {
    margin-top: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #FFF;
    border-radius: 27px;
    /* margin: 2rem; */
    width: 100%;
}
.lifeatpcuSubD img {
    width: 100%;
}
.lifeatpcuSubD h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    padding: 12px 20px;
    margin: 0;
}
    
/* Main Box Container */
.uniq-adm-container {
  /* This matches the light gray background in the image. 
     Change this hex code if your website background is different */
  /* background-color: #f1f2f4;  */
  border: 1px solid #000;
  border-radius: 12px;
  padding: 30px 20px 20px 20px;
  position: relative;
  margin: 30px 0;
  font-family: 'Arial', 'Helvetica', sans-serif; /* Adjust to your site's font */
    max-width: 470px;
}
.marginBottom {
    margin-bottom: 60px;
}

/* The "Admissions Open for" Header Wrapper */
.uniq-adm-label {
  position: absolute;
  top: 0;
  left: 30px; /* Adjusts horizontal position of the title */
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  
  /* IMPORTANT: This background color must match the .uniq-adm-container 
     background color (or the page body color) to "hide" the border line behind the text */
  background-color: #f1f2f4; 
  padding: 0 5px;
}

/* The Text "Admissions Open for" */
.uniq-adm-label-text {
  font-weight: 700;
  font-size: 1.1rem;
  color: #000;
  white-space: nowrap;
}

/* The small circles on either side of the header */
.uniq-adm-circle {
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent; 
}

/* The Course List Text */
.uniq-adm-content {
  font-size: 1.5rem; /* Large, readable text */
  font-weight: 800; /* Extra bold */
  color: #000;
  line-height: 1.5;
  text-align: left;
}

/* The Red Separator Pipes */
.uniq-adm-sep {
  color: #a91b28; /* The specific dark red from the image */
  font-weight: 700;
  margin: 0 6px; /* Space around the pipe */
  display: inline-block;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .uniq-adm-content {
    font-size: 1.2rem;
  }
  .uniq-adm-label-text {
    font-size: 0.9rem;
  }
}

    
    .thankyouSec {
        padding: 80px 0;
        border-top: 1px solid #ccc;
        background: url(../img/Thankyou.jpg) top center no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
    }
    
    .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: 10px 40px;
        background: #fff;
    }
    
    .btn-red {
        padding: 12px 25px;
        border-radius: 8px;
        background: #A50C22;
        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;
    }
    
    @media screen and (max-width: 500px) {
        .studentspeckSubDslider .carousel-control.left {
            margin-top: 0px;
        }
        .studentspeckSubDslider .carousel-control.right {
            margin-top: 0px;
        }
    }
    /* .sliderCap h5 {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 330px;
} */
    
    .slider-Sec {
        position: relative;
        background: url(../img/music_banner.png) top center no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        padding: 60px 40px;
        padding-bottom: 0;
    }
    
    .sliderCap {
        padding: 12% 0;
    }
    
    .sliderCap h4 {
        color: #000;
        font-size: 45px;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 0;
    }
    
    .sliderCap h1 {
        color: #A50C22;
        font-size: 80px;
        font-weight: 800;
        margin-top: 15px;
        line-height: 90px;
        text-transform: capitalize;
    }
    
    .sliderCap h1 span {
        color: #000;
    }
    
    .sliderCap h5 {
        text-transform: capitalize;
        color: #000;
        font-size: 32px;
        font-weight: 400;
        margin-top: 30px;
    }
    
    .sliderCap img {
        width: 100%;
        margin-top: 30px;
    }
    
    .sliderCapImg img {
        width: 90%;
    }
    
    .sliderRightFm {
        padding: 15px;
        background: #fff;
        margin: 7% 0;
        height: 420px;
        border-radius: 10px;
    }
    
    .sliderRightFm h3 {
        font-size: 24px;
        color: #58595B;
        margin-top: 0;
    }
    
    .afterSlider-Sec {
        background: #A50C22;
        padding: 15px 60px;
    }
    
    .afterSliD h4 {
        color: #fff;
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    
    .afterSliD h3 {
        font-size: 56px;
        color: #fff;
        font-weight: 700;
        margin: 0;
    }
    
    .afterSliD h3 small {
        font-size: 36px;
        color: #fff;
        font-weight: 600;
    }
    
    .afterSliD h5 {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        margin: 0;
        padding: 10px 15px;
        background: #fff;
        border-radius: 5px;
        display: inline-block;
    }
    
    .logoD .owl-dots,
    .logoD .owl-nav {
        display: none;
    }
    
    .logoD {
        padding: 20px 0;
    }

    .exSvDiffD .tab-pane p.tab-text {
    line-height: 1.5 !important;
    font-size: clamp(14px, 0.83vw, 16px) !important;
    color: #000 !important;
}
    
    .exSvDiff-Sec {
        padding: 0 60px;
    }
    
    .exSvDiffD {
        padding: 60px 0;
    }
    
    .exSvDiffD h2 {
        font-size: 75px;
        line-height: 85px;
        font-weight: 600;
        color: #000;
        margin-bottom: 30px;
    }
    
    .exSvDiffD h2 span {
        color: #A50C22;
    }
    
    .exSvDiffD p {
        color: #606060;
        font-size: 21px;
        line-height: 34px;
        font-weight: 400;
    }
    
    .exSvDiffD h5 {
        color: #fff;
        font-size: clamp(18px, 1.67vw, 32px);
        font-weight: 600;
        margin: 0;
        background: #A50C22;
        padding: 18px 35px;
        display: inline-block;
        border-radius: 8px;
        margin-top: 30px;
    }
    
    .exSvDiffimgD {
        margin-left: -100px;
    }
    
    .exSvDiffimgD img {
        width: 100%;
    }
    /* ✅ KEEPING ORIGINAL STYLING FOR .exSvDiffD .nav-pills */
    
    .exSvDiffD .nav-pills {
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        /* ✅ Vertically centers all tabs */
    }
    
    .exSvDiffD .nav-pills>li {
        position: relative;
        display: flex;
        align-items: center;
        /* ✅ Ensures text inside is centered */
    }
    
    .exSvDiffD .nav-pills>li:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -5px;
        top: 50%;
        /* ✅ Centered using transform */
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: #ccc;
    }
    
    .exSvDiffD .nav-pills>li.active>a,
    .exSvDiffD .nav-pills>li.active>a:focus,
    .exSvDiffD .nav-pills>li.active>a:hover {
        color: #A50C22;
        background-color: transparent;
        border-bottom: 3px solid #A50C22;
        border-radius: 0;
    }
    
    .exSvDiffD .nav>li>a {
        position: relative;
        display: block;
        padding: 0px 15px;
        font-size: clamp(14px, 0.94vw, 18px);
        margin: 0 6px;
        font-weight: 600;
    }
    
    .exSvDiffD .nav>li:first-child a {
        margin-left: 0;
    }
    /* ✅ APPLYING THE SAME STYLING TO .nav-tabs */
    
    .nav-tabs {
        border-bottom: none;
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        /* ✅ Vertically centers all tabs */
    }
    
    .nav-tabs>li {
        position: relative;
        display: flex;
        align-items: center;
        /* ✅ Ensures text inside is centered */
    }
    
    .nav-tabs>li:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -5px;
        top: 50%;
        /* ✅ Centered using transform */
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: #ccc;
    }
    
    .nav-tabs>li>a {
        font-weight: bold;
        color: black;
        text-decoration: none;
        padding: 10px 15px;
        display: inline-block;
        border: none;
        outline: none;
        background: transparent;
        box-shadow: none;
        transition: color 0.3s, border-bottom 0.3s;
    }
    
    .nav-tabs>li:first-child a {
        margin-left: 0;
    }
    
    .nav-tabs>li a:hover,
    .nav-tabs>li.active>a {
        color: #A50C22;
        background: transparent;
        border: none;
        outline: none;
        position: relative;
    }
    
    .nav-tabs>li a:hover::after,
    .nav-tabs>li.active>a::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #A50C22;
    }
    
    .nav-tabs>li a:focus,
    .nav-tabs>li a:active {
        border: none;
        outline: none;
        box-shadow: none;
    }
    
    .nav-tabs>li.active {
        border: none;
        background: none;
        box-shadow: none;
    }
    
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        border: none;
        border-bottom: none;
        outline: none;
        background-color: transparent;
        color: #A50C22;
        box-shadow: none;
    }
    
    .tab-content {
        margin-top: 20px;
    }
    
    .exSvDiffD table {
        margin-right: 60px;
    }
    
    .exSvDiffD table tr td {
        color: #000;
    }
    
    .areaExpert-Sec {
        background: url(../img/probg.png) top center no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        padding: 60px 80px;
        border-radius: 60px 60px 0 0;
        box-shadow: 1px -2px 25px -17px #333;
        /* margin-top: -120px; */
    }
    
    .areaExperthead h2 {
        font-size: 84px;
        font-weight: 600;
        color: #000;
        line-height: 94px;
        text-transform: capitalize;
    }
    
    .areaExpertD {
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
        padding: 45px 30px;
        margin-top: 60px;
        height: 260px;
    }
    
    .areaExpertD img {
        height: 90px;
    }
    
    .areaExpertD p {
        font-size: 23px;
        color: #000;
        font-weight: 600;
        margin-top: 15px;
    }
    
    .reason-Sec {
        padding: 0 80px;
        padding-bottom: 80px;
    }
    
    .reasonwhyimgD img {
        width: 100%;
    }
    
    .reasonwhyD {
        padding-top: 155px;
    }
    
    .reasonwhyD h2 {
        font-size: 96px;
        font-weight: 600;
        line-height: 93px;
        color: #A50C22;
    }
    
    .reasonwhysubD h2 {
        font-size: 110px;
        font-weight: 600;
        line-height: 93px;
        color: #A50C22;
        float: left;
        width: 20%;
    }
    
    .reasonwhysubD h4 {
        font-size: 23px;
        font-weight: 500;
        line-height: 28px;
        color: #000;
        float: left;
        width: 80%;
        margin: 30px 0;
        text-transform: capitalize;
    }
    
    .reasonwhysubD h4 span {
        color: #A50C22;
        font-weight: 700;
    }
    
    .reasonwhysubD {
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }
    
    .marminus {
        margin-left: -115px;
    }
    
    .bdr0 {
        border: none;
    }
    
    .admisonPross-Sec {
        background: #F9F9F9;
        padding: 60px 120px;
        position: relative;
    }
    
    .admisonProssD {
        margin-top: 50px;
    }
    
    .admisonProssD .panel-title a {
        display: block;
        padding: 20px 35px;
        color: #000;
    }
    
    .admisonProssD .glyphicon {
        float: right;
        font-weight: 400;
    font-size: 14px;
    }
    
    .admisonProssD .panel-default>.panel-heading {
        background-color: transparent;
        border: none;
        padding: 0;
    }
    
    .admisonProssD .panel-body {
        padding: 35px;
        max-height: 400px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    
    .admisonProssD .panel-group .panel-heading+.panel-collapse>.list-group,
    .admisonProssD .panel-group .panel-heading+.panel-collapse>.panel-body {
        border: none;
    }
    
    .admisonProssD h4 {
        font-size: 24px;
        font-weight: 400;
        color: #000;
    }
    
    .admisonProssD h5 {
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }
    
    .admisonProssD h5 span {
        color: #A50C22;
    }
    
    .admisonProssD p span {
        color: #A50C22;
    }
    
    .admisonProssD p {
        font-size: 20px;
        color: #222;
        line-height: 30px;
    }
    
    .applySticy {
        position: fixed;
        top: 30%;
        right: -62px;
        z-index: 999;
        transform: rotate(-90deg);
    }
    
    .eligibil-Sec {
        background: url(../img/probg.png) top center no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        padding: 0 80px;
        background-color: #fff;
        position: relative;
        border-radius: 60px 60px 0 0;
        box-shadow: 1px -2px 25px -17px #333;
    }
    
    .eligibilD {
        padding: 80px 0;
        padding-right: 120px;
    }
    
    .eligibilD h2 {
        font-size: 52px;
        font-weight: 600;
        color: #000;
        line-height: 64px;
        margin-bottom: 25px;
    }
    
    .eligibilD p {
        font-size: 20px;
        color: #606060;
        line-height: 36px;
    }
    
    .eduexl-Sec {
        background: linear-gradient(180deg, #ED1C24 22.54%, #871015 110.48%);
        padding: 60px 80px;
    }
    
    .eduexlheadD h2 {
        font-size: 84px;
        font-weight: 600;
        line-height: 94px;
        color: #fff;
        text-transform: capitalize;
    }
    
    .eduexlimgD {
        margin-top: 20px;
    }
    
    .headfixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999999;
        border: 1px solid #ccc;
    }
    
    .studentspeck-Sec {
        padding: 100px 0;
    }
    
    .studentspeckSubD {
        padding-left: 30px;
    }
    
    .studentspeckSubD h3 {
        font-size: 70px;
        line-height: 72px;
        margin-top: 0;
        font-weight: 600;
        color: #222222;
        text-transform: capitalize;
    }
    
    .studentspeckSubD p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #000;
    }
    
    .studentspeckrightBk {
        background: #A50C22;
        border-radius: 15px 0 0 15px;
        height: 160px;
    }
    
    .studentspeckSubDslider {
        background: #fff;
        padding: 30px;
        border-radius: 30px;
        box-shadow: 2px 3px 12px 0px #3333335c;
        position: absolute;
        margin-left: 45px;
        margin-right: 130px;
        margin-top: -40px;
        /* height: 240px; */
    }
    
    .qt {
        position: absolute;
        right: 20px;
        top: 10px;
        height: 30px;
    }
    
    .studentspeckSubDslider .carousel-control.left,
    .studentspeckSubDslider .carousel-control.right {
        background-image: none;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: #A50C22;
        opacity: 1;
        line-height: 50px;
    }
    
    .studentspeckSubDslider .carousel-control.left {
        background: #000;
    }
    
    .studentspeckSubDslider h4 {
        font-size: 32px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
        color: #000;
        margin-top: 0;
    }
    
    .studentspeckSubDslider p {
        /* font-size: 18px; */
        font-size: clamp(13px, 0.94vw, 18px);
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #000;
        margin-bottom: 0;
    }
    
    .studentspeckSubDslider .carousel-control {
        position: absolute;
        top: 220px;
        bottom: 0;
        left: -97%;
    }
    
    .studentspeckSubDslider .carousel-control.right {
        right: inherit;
        left: -90%;
    }
    
    @media screen and (max-width: 768px) {
        .campusVid video {
            height: 250px;
            margin-top: 20px;
        }
        .campusVid iframe {
            height: 200px !important;
        }
    }
    
    .campusVid video {
        margin-top: 20px;
    }
    /* 
.lifeAtpcu-Sec{
    padding: 60px 80px;
    background: url(../img/g1.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 460px;vn 
} */
    
    .lifeAtpcu-Sec {
        padding: 60px 80px;
        background: url(../img/Life-at-SVU-Desktop.png) top center no-repeat;
        background-size: cover;
        padding-bottom: 460px;
    }
    
    .lifeatpcuD {
        margin-bottom: 30px;
    }
    
    .lifeatpcuD h4 {
        color: #000;
        font-size: 42px;
        font-weight: 600;
    }
    
    .lifeatpcuD p {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
        color: #606060;
    }
    
    .lifeatpcuSubDP {
        margin: 15px;
    }
    
    .lastfooter-Sec {
        background: #000;
        padding: 15px 80px;
    }
    
    .lastfooter-Sec p {
        margin: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
    }
    
    .lastfooter-Sec p a {
        color: #fff;
    }
    
    @media screen and (max-width: 1920px) {
        .studentspeckSubDslider .item img {
            /* height: 190px; */
        }
    }
    
    @media screen and (max-width: 1880px) {
        .afterSliD h3 small {
            font-size: 32px;
        }
        .afterSliD h3 {
            font-size: 48px;
        }
        .afterSliD h5 {
            font-size: 16px;
        }
        .reasonwhysubD h4 {
            font-size: 20px;
        }
        .sliderCap h1 {
            font-size: 56px;
        }
        .exSvDiffD p {
            font-size: 22px;
            line-height: 35px;
        }
        .studentspeckSubD h3 {
            font-size: 60px;
            line-height: 72px;
        }
        .thanksD {
            padding: 60px 30px;
            border-radius: 30px;
            padding-top: 75%;
        }
    }
    
    @media screen and (max-width: 1750px) {
        .reasonwhysubD h4 {
            font-size: 18px;
        }
        .exSvDiffD h2 {
            font-size: 70px;
            line-height: 70px;
        }
        .thanksD {
            padding: 60px 30px;
            border-radius: 30px;
            padding-top: 70%;
        }
    }
    
    @media screen and (max-width: 1680px) {
        .sliderCap h1 {
            font-size: 66px;
            line-height: 70px;
        }
        .sliderCap h5 {
            font-size: 28px;
        }
        .afterSliD h3 {
            font-size: 46px;
        }
        .afterSliD h3 small {
            font-size: 30px;
        }
        .afterSliD h5 {
            font-size: 15px;
        }
        .exSvDiffD h2 {
            font-size: 66px;
            line-height: 78px;
        }
        .exSvDiffimgD {
            margin-left: -150px;
        }
        .areaExpert-Sec {
            /* margin-top: -50px; */
        }
        .areaExpertD img {
            height: 80px;
        }
        .areaExpertD p {
            font-size: 18px;
        }
        .areaExpertD {
            margin-top: 40px;
            height: 230px;
        }
        .reasonwhyD h2 {
            font-size: 78px;
            line-height: 82px;
        }
        .reasonwhyD {
            padding-top: 135px;
        }
        .reasonwhysubD h2 {
            font-size: 80px;
            line-height: 92px;
            width: 18%;
        }
        .reasonwhysubD h4 {
            font-size: 18px;
            line-height: 24px;
            width: 80%;
        }
        .reasonwhysubD {
            padding: 5px 0;
        }
        .eligibilD h2 {
            font-size: 45px;
            line-height: 55px;
            margin-bottom: 20px;
        }
        .eligibilD p {
            font-size: 16px;
            color: #606060;
            line-height: 24px;
        }
        .eligibilD {
            padding: 80px 0;
        }
        .studentspeckSubD h3 {
            font-size: 62px;
            line-height: 62px;
        }
        .studentspeckSubDslider .carousel-control {
            left: -98%;
        }
        .studentspeckSubDslider {
            margin-right: 100px;
            height: 250px;
        }
    }
    
    @media screen and (max-width: 1600px) {
        .afterSliD h3 {
            font-size: 40px;
        }
        .applyBtnD {
            padding: 18px 0;
        }
        .sliderCap h1 {
            font-size: 62px;
            line-height: 62px;
        }
        .afterSliD h4 {
            color: #fff;
            font-size: 20px;
        }
        .afterSliD h5 {
            font-size: 14px;
        }
        .exSvDiffD p {
            font-size: 20px;
            line-height: 33px;
        }
        .exSvDiffimgD {
            margin-left: -94px;
        }
        .eduexlheadD h2 {
            font-size: 68px;
            line-height: 72px;
        }
    }
    
    @media screen and (max-width: 1510px) {
        .sliderCap h1 {
            font-size: 60px;
            line-height: 65px;
        }
              .lifeatpcuSubD h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #000000;
    padding: 12px 20px;
    margin: 0;
}
        .exSvDiffD h2 {
            font-size: 60px;
            line-height: 70px;
        }
        .sliderCap h5 {
            font-size: 24px;
        }
        .afterSliD h3 {
            font-size: 42px;
        }
        .afterSliD h5 {
            font-size: 13px;
        }
        .applyBtnD {
            padding: 14px 0;
        }
        .afterSliD h3 small {
            font-size: 26px;
        }
        .reasonwhysubD h4 {
            font-size: 16px;
        }
        .thanksD {
            padding-top: 65%;
        }
    }
    
    @media screen and (max-width: 1440px) {
        .eligibilD {
            padding: 45px 0;
            padding-right: 80px;
        }
        .sliderCap h1 {
            font-size: 56px;
            line-height: 60px;
        }
        .afterSliD h4 {
            color: #fff;
            font-size: 18px;
        }
        .sliderCap h5 {
            font-size: 22px;
        }
        .sliderRightFm {
            margin: 2% 0;
        }
        .afterSliD h3 {
            font-size: 36px;
        }
        .afterSliD h3 small {
            font-size: 22px;
        }
        .afterSliD h5 {
            font-size: 12px;
            padding: 8px 8px;
        }
        .exSvDiffD {
            padding: 30px 0;
        }
        .exSvDiffD h2 {
            font-size: 56px;
            line-height: 60px;
        }
        .areaExperthead h2 {
            font-size: 68px;
            line-height: 70px;
        }
        .areaExpertD img {
            height: 70px;
        }
        .areaExpertD {
            margin-top: 30px;
            height: 190px;
            padding: 30px 20px;
        }
        .areaExpertD p {
            font-size: 16px;
        }
        .reasonwhyD h2 {
            font-size: 48px;
            line-height: 62px;
        }
        .reasonwhyD {
            padding-top: 105px;
        }
        .marminus {
            margin-left: -90px;
        }
        .reasonwhysubD h2 {
            font-size: 70px;
            line-height: 68px;
            width: 18%;
        }
        .reasonwhysubD h4 {
            font-size: 17px;
            line-height: 24px;
            margin: 32px 0;
        }
        .areaExperthead h2 {
            font-size: 64px;
            line-height: 80px;
        }
        .linePosi {
            top: 205px;
        }
        .admisonProssD p {
            font-size: 17px;
            line-height: 26px;
        }
        .eligibilD h2 {
            font-size: 42px;
            line-height: 64px;
        }
        .eligibil-Sec {
            padding: 0px 30px;
        }
        .eduexlheadD h2 {
            font-size: 65px;
            line-height: 64px;
        }
        .studentspeckSubD h3 {
            font-size: 48px;
            line-height: 57px;
        }
        .studentspeckSubDslider p {
            /* font-size: 16px; */
        }
        .studentspeckSubDslider .carousel-control {
            left: -104%;
        }
  
    }
    
    @media screen and (max-width: 1400px) {
        .reasonwhysubD h4 {
            font-size: 15px;
            line-height: 20px;
            margin: 25px 0;
        }
        .sliderCap h4 {
            font-size: 40px;
        }
        .sliderCap h1 {
            font-size: 52px;
            line-height: 58px;
        }
    }
    
    @media screen and (max-width: 1366px) {
        .sliderCap h1 {
            font-size: 52px;
            line-height: 58px;
        }
        .thanksD {
            padding-top: 50%;
        }
        .afterSliD h4 {
            color: #fff;
            font-size: 16px;
        }
        .reasonwhysubD h4 {
            font-size: 13px;
        }
        .studentspeckSubDslider .item img {
            height: auto;
        }
        .admisonPross-Sec {
            padding: 60px 80px;
        }
        .admisonProssD .panel-title a {
            padding: 15px 25px;
        }
        .admisonProssD h4 {
            font-size: 28px;
        }
        .admisonProssD h5 {
            font-size: 25px;
        }
        .admisonProssD p {
            font-size: 14px;
            line-height: 22px;
        }
        .slider-Sec {
            padding: 40px 60px;
            padding-bottom: 0;
        }
        .exSvDiffimgD {
            margin-left: -65px;
        }
        .exSvDiffD h2 {
            font-size: 50px;
            line-height: 56px;
        }
        .exSvDiffD p {
            font-size: 14px;
            line-height: 25px;
        }
        .areaExpertD p {
            font-size: 15px;
        }
        .lifeatpcuD .owl-theme .owl-dots .owl-dot span {
            width: 50px;
            height: 6px;
        }
        .lifeTextcap h5 {
            font-size: 24px;
        }
        .lifeATsubD .lifeTextcap {
            bottom: 20px;
        }
        .studentspeckSubDslider h4 {
            font-size: 26px;
            line-height: 26px;
        }
        .lifeatpcuSubD h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    padding: 6px 6px;
    margin: 0;
}
    }
    
    @media screen and (max-width: 1280px) {}
    
    @media screen and (max-width: 1200px) {
        .reasonwhysubD h4 {
            font-size: 11px;
        }
    }
    
    @media screen and (max-width: 1024px) {}
    
    @media screen and (max-width: 768px) {
        .exSvDiffD .nav>li>a {
            padding: 0px 10px;
            font-size: 18px;
            margin: 8px 0;
            border-bottom: 3px solid transparent;
        }
        .header-nav {
            padding: 5px 0;
        }
        .btn-red {
            padding: 10px 15px;
            font-size: 16px;
        }
        .applyBtnD {
            padding: 0px 0;
        }
        .lifeAtpcu-Sec {
            padding: 60px 80px;
            background: url(../img/Life-at-SVU-Mobile.png) top center no-repeat;
            background-size: cover;
            padding-bottom: 460px;
        }
        .sliderCap {
            padding: 0 20px;
        }
        .sliderCap h1 {
            font-size: 28px;
            text-align: center;
            line-height: 36px;
        }
        .sliderCap h4 {
            font-size: 14px;
            text-align: center;
        }
        .sliderCap h5 {
            font-size: 18px;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 210px;
        }
        .slAdop {
            font-size: 22px;
            padding: 8px 10px;
            height: 45px;
        }
        .slider-Sec {
            background: url(../img/banner_img_2.png) top center no-repeat;
            border-top: 1px solid #ccc;
            background-size: contain;
            padding: 20px 0;
            padding-bottom: 0;
        }
        .slider-Sec {}
        .sliderCapImg img {
            width: 100%;
        }
        .sliderRightFm {
            margin: 0;
        }
        .afterSlider-Sec {
            padding: 25px 0;
        }
        .afterSliD {
            margin: 15px 0;
        }
        .afterSliD h3 {
            text-align: center;
        }
        .afterSliD h5 {
            font-size: 15px;
            line-height: 22px;
            text-align: center;
            margin: 0 auto;
            display: table;
        }
        .exSvDiff-Sec {
            padding: 0;
        }
        .exSvDiffD h2 {
            font-size: 42px;
            line-height: 50px;
            text-align: center;
        }
        .exSvDiffD img {
            margin-top: -30px;
        }
        .exSvDiffD p {
            font-size: 16px !important;
            line-height: 28px;
            text-align: center;
        }
        .exSvDiffD h5 {
            /* font-size: 24px; */
        }
        .areaExpert-Sec {
            /* margin-top: 0; */
            padding: 30px 0;
        }
        .areaExperthead h2 {
            font-size: 32px;
            line-height: 38px;
        }
        .lifeatpcuD h4 {
            font-size: 26px;
        }
        .lifeatpcuD p {
            font-size: 15px;
            line-height: 25px;
        }
        .lifeatpcuSubD {
            margin-top: 20px;
        }
        .lifeatpcuSubD img {
            /*    height: 130px;*/
            margin: 0 auto;
        }
        .lifeatpcuSubD h4 {
            text-align: center;
        }
        .areaExpertD img {
            height: 40px;
        }
        .areaExpertD p {
            font-size: 13px;
            font-weight: 400;
            color: #000;
        }
        .areaExpertD {
            height: 130px;
            padding: 15px 10px;
        }
        .reason-Sec {
            padding: 30px 0;
        }
        .reasonwhyD {
            padding-top: 25px;
        }
        .reasonwhyD h2 {
            font-size: 30px;
            line-height: 37px;
        }
        .marminus {
            margin-left: 0;
            margin-top: 30px;
        }
        .reasonwhysubD {
            padding: 10px 0;
        }
        .reasonwhysubD h2 {
            font-size: 60px;
            line-height: 60px;
            margin: 0;
        }
        .admisonProssD h4 {
            font-size: 22px;
        }
        .admisonProssD .panel-body {
            padding: 20px;
        }
        .admisonProssD h5 {
            font-size: 18px;
        }
        .reasonwhysubD h4 {
            font-size: 15px;
            line-height: 20px;
            margin: 2px 0;
        }
        .bdrR0xs {
            border: none;
        }
        .admisonPross-Sec {
            padding: 30px 0;
        }
        .linePosi {
            display: none;
        }
        .xsStepimg {
            margin-top: 30px;
        }
        .xsStepimg img {}
        .admisonProssD {
            margin-top: 30px;
        }
        .admisonProssD p {
            font-size: 14px;
            line-height: 22px;
            text-align: left;
        }
        .eligibil-Sec {
            padding: 0;
            padding-top: 30px;
        }
        .eligibilD {
            padding: 0;
        }
        .eligibilD h2 {
            font-size: 32px;
            line-height: 38px;
        }
        .eligibilD img {
            height: 15px;
        }
        .lifeAtpcu-Sec {
            padding: 30px 0;
            padding-bottom: 455px;
        }
        .lastfootSubD p {
            text-align: center !important;
        }
        .eligibilImg {
            margin-top: 0px;
        }
        .eduexl-Sec {
            padding: 30px 0;
        }
        .eduexlheadD h2 {
            font-size: 24px;
            line-height: 28px;
            text-align: center;
        }
        .studentspeckSubD h3 {
            font-size: 30px;
            line-height: 32px;
        }
        .lifeTextcap h5 {
            font-size: 18px;
        }
        .lastfooter-Sec {
            padding: 15px 0;
        }
        .lastfooter-Sec p {
            font-size: 11px;
        }
        .studentspeck-Sec {
            padding: 30px 0;
            padding-bottom: 100px;
        }
        .studentspeckSubD h3 {
            font-size: 32px;
        }
        .studentspeckrightBk {
            border-radius: 0;
            margin-top: 35px;
            height: 85px;
        }
        .studentspeckSubDslider {
            background: #fff;
            padding: 8px;
            border-radius: 5px;
            box-shadow: 2px 3px 12px 0px #3333335c;
            position: absolute;
            margin-left: 15px;
            margin-right: 15px;
            margin-top: -20px;
            height: auto;
        }
        .studentspeckSubDslider p {
            /* font-size: 13px; */
            line-height: 19px;
        }
        .studentspeckSubDslider h4 {
            font-size: 16px;
            margin-top: 0;
            margin-bottom: 3px;
        }
        .testiXsD {
            height: 110px;
            overflow-y: scroll;
            overflow-x: hidden;
        }
        .studentspeckSubDslider .carousel-control {
            top: 132px;
            left: 90px;
        }
        .studentspeckSubDslider .carousel-control.right {
            right: 100px;
            left: inherit;
        }
        .studentspeckSubD {
            padding-left: 0;
        }
        .applySticy {
            position: fixed;
            top: inherit;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 999;
            transform: none;
        }
    }
    
    @media screen and (max-width: 360px) {
        .studentspeckSubD h3 {
            font-size: 25px;
        }
    }
    /* 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;
    }
    
    .npfCodeD {
        background: #fff;
        height: 528px;
        padding: 10px;
        border-radius: 10px;
        margin: 12% 0;
        margin-left: -9%;
        width: 110%;
    }
    
    .registration-title {
        color: #A50C22;
        text-align: center;
        background: rgb(0 0 0 / 4%);
        margin-bottom: 0;
        padding-top: 2rem;
        margin-top: 0;
    }
    
    @media screen and (max-width:991px) {
        .npfCodeD {
            background: #fff;
            height: 528px;
            padding: 10px;
            border-radius: 10px;
            margin: 12% 0;
            margin-left: 0;
            width: 110%;
        }
    }
    
    .table {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .red-headers strong {
        color: #A50C22;
    }
    
    @media (max-width: 768px) {
            .eduexl-Sec img.nirf-65 {
    max-width: 50%;

}
        .nav-tabs {
            display: flex;
            flex-direction: column;
            border-bottom: none;
            align-items: center;
        }
        .nav-tabs>li {
            width: auto;
            text-align: center;
            display: flex;
            justify-content: center;
        }
        .nav-tabs>li a {
            display: inline-block;
        }
        .nav-tabs>li.active>a {
            border-bottom: none;
        }
    }
    
    .placement-student {
        width: 400px !important;
        display: block !important;
        margin: 0 auto;
        margin-top: 6em;
    }
    
    .panel-title .steps {
        color: #A50C22;
    }

    @media (max-width: 640px) {
    .d-none-mobile {
        display: none !important;
    }
    .d-none-desktop {
        display: block !important;
    }
    }
