
  body {
    font-family: sans-serif;
    overflow-x: hidden;
  }

  @media (prefers-reduced-motion: reduce) {
    * {
      animation: none !important;
      transition: none !important;
    }
  }
  input#readmore-toggle {
    display: none;
  }
  html,
  body {
    scroll-behavior: smooth;
  }
  .form-wrapper {
    max-width: 600px;
    margin: 8px auto;
    padding: 27px;
    background: #990000;
    border-radius: 10px;
    color: #fff;
  }

  /* Unified Input / Select / Captcha */
  .form-control,
  select,
  .captcha-row input {
    width: 100%;
    padding: 6px 10px;
    margin: 4px 0; /* minimal spacing */
    border-radius: 5px;
    border: none;
    background: #f1f1f1;
    font-size: 13px;
    box-sizing: border-box;
    height: auto !important;
  }

  /* Focus effect */
  .form-control:focus,
  select:focus,
  .captcha-row input:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 2px #c9dafc;
  }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #dee2e6;
    border: 1px solid #ccc;
    max-height: 180px;
    overflow-y: auto;
    width: 100%;
    font-size: 12px;
    width: 277px;
    color: black;
  }
  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14px;
    color: #000000;
  }
  /* Phone input */
  .iti {
    width: 100%;
  }
  .iti__flag {
    display: none !important;
  }
  .iti input {
    padding-left: 70px !important;
    height: 38px;
  }

  /* CAPTCHA Row */
  .captcha-row {
    display: flex;
    align-items: center;
    gap: 2px;

    font-size: 13px;
    padding: 0px 3px !important;
  }
  .captcha-row img {
    height: 35px; /* match input height */
    border-radius: 5px;
  }
  .captcha-row input {
    flex: 1;
  }
  i.fa-solid.fa-rotate {
    font-size: 14px;
    cursor: pointer;
    color: #020202;
    margin-left: -40px;
  }

  /* Checkbox */

  .checkbox-row input {
    margin-right: 6px;
  }
  .checkbox-row {
    padding: 7px 0px;
  }
  /* Submit Button */
  .submit-btn {
    width: 100%;
    background: #f2b90c;
    border: none;
    padding: 8px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 5px !important;
  }
  /* Columns: remove extra spacing */
  .form-collumn {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px; /* minimal row spacing */
  }
  .placement-student-card {
    position: relative;
    height: 459px;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    background:
      linear-gradient(#0dcaf075, #ffc10700),
      url(https://sageuniversity.edu.in/assets/admission_landing_assets/images_file/state-of-higher-ed.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .placement-student-content {
    z-index: 2;
  }
  .placement-student-content h5 {
    font-weight: 600;
    font-size: 26px;
  }

  .company-student-name {
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .placement-student-card hr {
    border-color: rgba(255, 255, 255, 0.4);
    margin: 10px 0 20px;
  }

  .placement-student-card h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .placement-student-card p {
    font-size: 16px;
    opacity: 0.9;
  }
  .student-img-placemtnimage {
    position: absolute;
    bottom: 0;
    left: 75%;
    transform: translateX(-50%);
    max-height: 256px;
    object-fit: contain;
  }

  /* Hide radio buttons */
  .inner-tabs input[type="radio"] {
    display: none;
  }

  /* Tab Labels */
  .inner-tabs > label {
    display: inline-block;
    padding: 8px 14px;
    background: #d3d3d3;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
  }

  /* Active Label */
  .inner-tabs > input:checked + label {
    background: #470000;
    color: #fff;
  }

  /* Hide all content */
  .main-content {
    display: none;
    margin-top: 83px;
  }

  /* 1 */
  #ugMain1:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain1:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }

  /* 2 */
  #ugMain2:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain2:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }

  /* 3 */
  #ugMain3:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain3:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }

  /* 4 */
  #ugMain4:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain4:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }

  /* 5 */
  #ugMain5:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain5:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }
  #piMain55:checked ~ .main-content-wrapper .pi-content {
    display: block;
  }

  /* 6 */
  #ugMain6:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain6:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }

  /* 7 */
  #ugMain7:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain7:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }

  /* 8 */
  #ugMain8:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain8:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }
  #pgMain88:checked ~ .main-content-wrapper .pg-content8 {
    display: block;
  }
  #pgMain89:checked ~ .main-content-wrapper .pg-content9 {
    display: block;
  }
  /* 9 */
  #ugMain9:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain9:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }

  /* 10 */
  #ugMain10:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain10:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }

  /* 11 */
  #ugMain11:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain11:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }

  /* 12 */
  #ugMain12:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain12:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }
  #pgMain122:checked ~ .main-content-wrapper .pg-content12 {
    display: block;
  }

  /* 13 */
  #ugMain13:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain13:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }

  /* 14 */
  #ugMain14:checked ~ .main-content-wrapper .ug-content {
    display: block;
  }
  #pgMain14:checked ~ .main-content-wrapper .pg-content {
    display: block;
  }
  .program-body {
    margin: 0px 0px 0px 0px;
  }

  /* //choose css */
  .counter-number-bg {
    background: #ffffffd4;
    padding: 52px 0px 64px 0px;
  }

  .counter-contentbox .col-sm-2 {
    margin: 0px 0px 20px 0px;
  }

  .counter-num-section {
    background-image: url("../../assets/admission_landing_assets/images_file/hero-banner.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  p.text-paragraph-content {
    text-align: center;
    font-size: 15px;
  }

  b.count-bold-text {
    text-align: font;
    font-size: 19px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  p.sub-description {
    font-size: 22px;
    text-align: center;
    width: 59%;
    margin: 17px auto 59px auto;
    display: block;
    line-height: 29px;
    /* margin: 17px 0px 0px 0px; */
    font-weight: 500;
  }

  .card-counterone,
  .card-countertwo {
    padding: 15px;
    border-radius: 13px;
    margin: 0px 0px 0px 0px;
  }

  .card-counterone {
    /* background: #990000; */
    color: white !important;
    background-image: linear-gradient(to bottom, #990000, #410006);
  }

  a.enquirybtn {
    background: #990000;
    padding: 7px 41px;
    margin: 44px 0px 0px 0px;
    top: -14px;
    display: block;
    position: relative;
    width: fit-content;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    border-radius: 100px;
  }
  .card-inner-count,
  .card-body {
    height: 100%;
  }
  .card-body {
    min-height: 156px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .card-inner-count {
    border: 2px solid #dee2e6;
    padding: 6px;
    border-radius: 5px;
  }

  .card-countertwo {
    /* background: #dee2e6; */
    background-image: linear-gradient(to bottom, #dee2e6, #2125294a);
  }

  h5.counter-number-tilte {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
  }
  p.counter-paragraph {
    font-size: 15px;
    text-align: center;
  }

  /* // choose card css end*/
  .program-card {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 363px;
  }

  .program-box {
    position: relative;
    z-index: 1;
  }

  .program-section {
    background-size: cover;
    background-position: center bottom;

    position: relative;
    background-image: url("../../assets/admission_landing_assets/images_file/social-coontect.webp");
  }

  .our-programs-sec {
    background: #f5f5f5eb;
    padding: 125px 74px 74px 74px;
  }
  .testimonial-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    text-align: start;
    position: relative;
    /* padding-bottom: 40px; */
    margin: 21px;
    box-shadow: 0 4px 54px rgb(173 187 225 / 44%);
    border: none;
  }

  .card-header {
    height: 150px;
    position: relative;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 140px;
  }

  .blue .card-header {
    background: #990000;
  }

  .card-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.2);
    border-top-right-radius: 200px;
  }

  .quote {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.4);
  }

  .profile-img {
    width: 141px;
    height: 141px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    position: absolute;
    left: 24%;
    bottom: -60px;
    transform: translateX(-50%);
    z-index: 2;
  }

  .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }

  .card-content {
    margin-top: 75px;
    padding: 0 20px;
  }

  .card-content h3 {
    margin: 0px 0 7px;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
  }

  .designation {
    font-size: 19px;
    color: #060606;
    line-height: 25px;
  }

  .card-content p {
    font-size: 16px;
    color: #494848;
    line-height: 24px;
    top: 9px;
    position: relative;
  }

  .mba-text-ul {
    font-size: 16px;
    color: #494848;
    line-height: 24px;
    top: 9px;
    position: relative;
    font-family: sans-serif;
    padding: 0px 0px 0px 15px;
  }

  .program-body {
    margin: 80px 0px 0px 0px;
  }

  /* banner section css */

  .form-control {
    display: block;
    width: 100%;
    height: 28px !important;
    padding: 3px 12px;
    font-size: 12px;
  }

  button.btn.btn-default.dropdown-toggle.as-is.bs-dropdown-to-select {
    height: 28px !important;
  }

  iframe {
    border: 0;
  }

  .npf_wgts {
    overflow: hidden;
    height: 489px;
    /* adjust till white space disappears */
  }

  .npf_wgts iframe {
    border: 0;
    width: 100%;
    height: 530px;
    transform: scaleY(0.93);
    transform-origin: top;
  }

  .npf_wgts {
    height: 489px;
  }

  .container-banner {
    position: relative;
    min-height: 620px;
    /* just reserve space */
  }

  .text-block-banner {
    position: absolute;
    bottom: 66px;
    right: 124px;
  }

  .banner-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  /*.banner-img {*/

  /*    display: block;*/
  /*}*/

  h1.h1-title {
    font-size: 31px !important;
    font-weight: 600 !important;
    line-height: 42px !important;
    text-align: start;
  }

  h1.h1-title1 {
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 42px !important;
    text-align: start;
  }
  h3.h3-heading {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
  }

  .h1-title span {
    color: #f1c40f;
  }

  a {
    font-weight: 500 !important;
  }

  .hero-admission {
    font-size: 24px;
    margin-top: 15px;
    color: #f1c40f;
    font-weight: 700;
  }

  .widget_container.label_no {
    background-color: #ffffff !important;
  }

  .enquiry-form {
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    background: rgb(255 255 255 / 44%);
    border-top: 11px solid #990000;
    padding: 18px;
    border-radius: 6px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    right: -61px;
    width: 467px;
    display: block;
    position: relative;
    margin: -34px -1px 33px auto;
    display: block;
  }

  .enquiry-form-box {
    background: white;
    padding: 8px 15px 1px 15px;
  }

  hr {
    padding: 0px;
    margin: 6px;
  }

  /* // approval section css */
  .approval-section {
    background-image: url("../../assets/admission_landing_assets/images_file/consenbg.webp");
    background-size: cover;
    background-position: top;
    padding: 53px 0px 49px 30px;
    background-repeat: no-repeat;
  }

  h2.h2-heading {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    color: #000000;
  }

  .span-text {
    color: #990000;
  }

  img.approval-logo {
    width: 108px;
    height: 108px;
    margin: 0px auto;
    display: block;
    object-fit: contain;
    position: relative;
    padding: 10px 0px 10px 0px;
  }

  .approval-cards {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin: 0 auto;
  }

  .card-collumn {
    margin: 20px;
    padding: 11px;
    position: relative;
    margin: -0px auto;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
  }

  .approval-img-logo {
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    margin: 0px auto;
    display: block;
    z-index: 58;
    margin: 0px auto;
    box-shadow: 0 4px 54px rgb(173 187 225 / 44%);
    color: white;
    padding: 0px 0px 13px 0px;
  }

  .why-chooseus-text h5 {
    font-size: 28px;
    text-align: start;
    font-weight: 600;
  }

  p.approval-title {
    text-transform: capitalize;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0px 0px 0px 0px;
    color: #a40010;
  }

  h2.h2-heading-left {
    text-align: start;
    font-weight: 600;
    color: white;
  }

  .why-choose-us-bg {
    background-image: url("../../assets/admission_landing_assets/images_file/dotimg.webp");
    background-position: inherit;
    background-repeat: no-repeat;
  }

  .why-choose-us-section {
    position: relative;

    display: inline-block;
    margin: 151px auto 18px 0px;
  }

  .why-choose-us-section-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    height: 100%;
    background: #c5970a;
    z-index: 0;
    clip-path: polygon(0 0%, 95% -3%, 76% 100%, 0% 100%);
    padding: 290px 0px;
  }

  .mobileviewwhychoos {
    display: flex;
    align-items: center;
  }

  .mobilechoosecontent {
    order: 1;
  }

  .mobilechooseimg {
    order: 2;
  }
  span.error.text-danger.agreetext {
    margin: 5px 0px 8px 0px;
  }
  .why-choose-us-section-content {
    position: relative;
    z-index: 1;
    filter: url(#round1);
    padding: -7px;
    color: #fff;
    width: 65%;
    margin: 0px 0px 0px -35px;
  }

  .why-choose-us-section-content h1 {
    font-size: 48px;
    line-height: 1.1;
  }

  .why-choose-us-section-content h1 span {
    color: #ffc107;
  }

  span.span-why-choose {
    color: #ffc107;
  }

  span.key-highlit {
    font-size: 21px;
    font-weight: 800;
    /* margin: -51px 0px -17px 0px !important; */
  }
  .why-choose-us-section-content p {
    margin: 15px 0 25px;
    font-size: 16px;
    line-height: 25px;
  }

  /* Image */
  .why-choose-us-section-image {
    position: absolute;
    right: 0;
    top: -104px;
    width: 55%;
    height: 100%;
  }

  .why-choose-us-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0%);
    height: 634px;
    border-radius: 113px 0px 0px 0px;
  }

  .why-chooseus {
    position: relative;
    display: inline-block;
    width: 100%;
    filter: url(#round1);
    box-shadow: rgb(0 0 0 / 32%) 0px 2px 9px;
    margin: 0 auto;
  }

  .why-chooseus::before {
    content: "";
    position: absolute;
    top: 00%;
    width: 100%;
    background: #990000;
    clip-path: polygon(0 0%, 95% 0%, 75% 100%, 0% 100%);
    z-index: 2;
    margin: 0 auto;
    padding: 298px 0px;
  }

  .why-chooseus .why-chooseus-text {
    position: relative;
    z-index: 3;
    margin: 4px 0 0 0;
    width: 80%;
    padding: 52px 36px 52px 81px;
    text-align: justify;
  }

  p {
    font-family: sans-serif;
    font-size: 16px;
  }

  ul {
    font-family: sans-serif;
    font-size: 16px;
  }

  html .njs-sticky-side.image_button_cover.placement-right {
    right: 0;
  }

  html .njs-sticky-side.image_button_cover {
    position: fixed;
    bottom: 50%;
    box-shadow: none;
    z-index: 99999;
    transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
  }

  html .njs-sticky-side.image_button_cover.placement-right.now-show a {
    transform: translate3d(4px, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
  }

  html .njs-sticky-side.image_button_cover.placement-right a {
    border-radius: 3px 3px 0 0;
    transform: translate3d(200%, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
  }

  html .njs-sticky-side.image_button_cover a {
    padding: 8px 27px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    background-color: #990000;
    color: white;
    font-weight: 100;
    top: -106.5px;
    text-decoration: none;
  }

  .icon-arrow-box {
    float: right;
  }

  span.line-box {
    background: #6c757d;
    height: 12px;
    position: relative;
    display: block;
    width: 89%;
    border-radius: 42px 42px 0px 0px;
    margin: -4px auto;
    display: block;
  }

  span.line-box1 {
    background: #ddd;
    height: 12px;
    position: relative;
    display: block;
    width: 85%;
    border-radius: 42px 42px 0px 0px;
    margin: -4px auto;
    display: block;
  }

  p.courses-text {
    font-size: 16px;
  }

  img.img-icon {
    width: 37px;
  }
  ul.courses-text-ul {
    font-size: 15px;
    line-height: 24px;
  }

  .courses-body-text {
    padding: 0px 22px;
    height: 225px;
    z-index: 999999;
    position: relative;
  }

  .icon-arrow-box {
    background-color: #dea804;
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 60px;
    height: 60px;
    border: 1px solid #ffffff;
    margin: -80px 6px 0px 0px;
    z-index: 58;
    color: white;
  }

  .courses-cards {
    position: relative;
    display: inline-block;
    width: 100%;
    filter: url(#round1);
    margin: 0 auto;
  }

  .courses-cards::before {
    content: "";
    position: absolute;
    top: -10%;
    width: 100%;
    background: #ffffff;
    clip-path: polygon(
      0% 0%,
      1% -95%,
      214% 49%,
      83.1% 74%,
      83.3% 255%,
      0% 100%,
      -10% 13%
    );
    z-index: 0;
    margin: 0 auto;
    padding: 211px 0px;
  }

  .courses-cards .text-body-courses {
    position: relative;
    z-index: 1;
    margin: -14px 0 0 0;
  }

  p.courses-text {
    font-size: 15px;
    line-height: 22px;
    margin: 18px 0px 24px 0px;
  }

  h5.courses-title {
    font-size: 21px;
    color: #333333;
    font-weight: 600;
  }

  img.img-boxbba {
    width: 100%;
    clip-path: polygon(
      0% 0%,
      1% -95%,
      214% 49%,
      83.1% 74%,
      83.3% 255%,
      0% 100%,
      -10% 13%
    );
    height: 311px;
    object-fit: cover;
    filter: url(#round1);
  }

  .img-body-box::before {
    content: "";
    position: absolute;
    top: -10%;
    width: 100%;
    z-index: 0;
    margin: 0 auto;
    padding: 224px 0px;
    filter: url(#round1);
    clip-path: polygon(
      0% 0%,
      1% -95%,
      214% 49%,
      83.1% 74%,
      83.3% 255%,
      0% 100%,
      -10% 13%
    );
  }

  .tabsprogramcomm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .tabsprogramcomm__radio {
    display: none;
  }
  .tabsprogramcomm__label {
    padding: 10px 7px;
    cursor: pointer;
    background: #daa300;
    margin: 4px 0px 6px 0px;
    font-weight: 700;
    font-size: 13px;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
  }

  .tabsprogramcomm__radio:checked + .tabsprogramcomm__label {
    background: #990000;
    color: #fff;
  }

  .tabsprogramcomm__label,
  .tabsprogramcomm__radio:checked + .tabsprogramcomm__label {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    border-radius: 0px 0px 0px 0px;
  }

  .tabsprogramcomm__content {
    width: 100%;
    display: none;
    margin-top: -32px;
    order: 1;
  }
  span.error.text-danger.mobile {
    margin: 8px 0px 0px 0px;
  }
  .error {
    margin-bottom: 2px;
    display: block;
    font-size: 10px;
  }
  .error-border {
    border: 2px solid red !important;
  }
  .text-danger {
    color: #ffffff !important;
  }
  span.error.text-danger {
    bottom: 0px;
    position: relative;
    font-size: 12px;
  }
  span.error.text-danger,
  small.error.text-danger {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 10px;
    line-height: 0;
  }
  span.error.text-danger.chaptcha {
    margin: 6px 0px 0px 0px;
  }

  .captcha-row .error.chaptcha {
    margin-top: 2px;
  }
  .tabsprogramcomm__radio:checked
    + .tabsprogramcomm__label
    + .tabsprogramcomm__content {
    display: block;
  }

  .section-thankyu-bg {
    background-image: url(https://sageuniversity.edu.in/assets/admission_landing_assets/images_file/sageuniver.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  img.errorimg {
    width: 35%;
  }

  .overlay-thankyu-bg {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: #56080847;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .thankyou-card {
    background: #fff;
    padding: 67px 30px;
    width: 51%;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 4px 54px rgb(173 187 225 / 44%);
    animation: fadeIn 0.8s ease-in-out;
    margin: 0px auto;
  }

  .thankyou-icon {
    width: 90px;
    height: 90px;
    background: #00753f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 43px;
    margin: 0px auto 42px auto;
  }

  .thankyou-card h1 {
    font-size: 36px;
    font-weight: 700;
    color: #990000;
    margin-bottom: 10px;
  }

  .thankyou-card p {
    font-size: 21px;
    color: #525252;
    line-height: 25px;
  }

  .thankyou-info {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 14px;
  }

  .thankyou-actions {
    margin-top: 25px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .thankyou-actions a {
    text-decoration: none;
    padding: 11px 22px;
    border-radius: 46px;
    font-weight: 600;
    /* transition: font; */
    font-size: 21px;
    width: 54%;
  }

  .btn-home {
    background: linear-gradient(125deg, #990000, #990000, #c49300);
    color: #fff;
  }

  .btn-home:hover {
    background: linear-gradient(125deg, #c49300, #990000, #990000);
    color: #ffffff;
  }

  .carousel-item img {
    height: 420px;
    object-fit: cover;
  }

  .tabsprogram {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    margin: 53px 0px 0px 0px;
  }

  .tabsprogram__radio {
    display: none;
  }

  .tabsprogram__label {
    padding: 14px 33px;
    cursor: pointer;
    background: #daa300;
    margin: 5px 6px;
    transition: all 0.3s ease;
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 23px;
    width: 22%;
  }

  .tabsprogram__label,
  .tabsprogram__radio:checked + .tabsprogram__label {
    clip-path: polygon(-31% 0, 75% 0, 127% 100%, 0% 116%);
  }

  .tabsprogram__content {
    order: 1;
    width: 100%;

    line-height: 1.5;
    font-size: 0.95em;
    display: none;
  }

  .tabsprogram__radio:checked + .tabsprogram__label {
    background: #990000;
    color: #fff !important;
    font-weight: bold;
  }

  /* Show content */
  .tabsprogram__radio:checked + .tabsprogram__label + .tabsprogram__content {
    display: block;
  }

  .slider-img {
    height: 459px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-image: url("../../assets/admission_landing_assets/images_file/sageclgimg.webp");
  }

  img.d-block.w-100.placement-img-stduent {
    width: 261px !important;
    height: 709px;
    margin: -171px -1px 0 auto;
    bottom: 0;
    position: relative;
    object-fit: contain;
  }
  img.d-block.w-100.placement-img-stduent.img-surchi {
    height: 455px;
    width: 187px !important;
    margin: -57px -1px 0 auto;
    position: relative;
    object-fit: contain;
  }
  .read-more-btn {
    padding: 8px 20px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
  }

  .read-more-btn:hover {
    background: #000;
    color: #fff;
  }
  .stduent-placement-overlay {
    background: #0000009c;
    color: white;
    border-radius: 10px;
  }

  .placement-text-body {
    padding: 30px 0px 0px 20px;
  }

  .placement-text-body h5 {
    font-size: 30px;
    font-weight: 800;
  }

  .placement-text-body h4 {
    text-align: end;
    font-size: 21px;
    font-weight: 600;
    padding: 0px 19px 0px 0px;
  }

  .salary-pac {
    padding: 21px 0px 0px 20px;
  }

  .salary-pac h5 {
    font-size: 22px;
  }

  .salary-pac p {
    font-size: 25px;
    padding: 0px;
    margin: -3px 0px 0px 0px;
  }

  .rupay-text {
    font-size: 34px;
    font-weight: 800;
  }

  .salary-pac h5 {
    font-size: 22px;
    padding: 0px;
    margin: 0px;
  }

  .hilights-top-placement h3 {
    font-size: 37px;
  }

  .paragraph1 {
    font-size: 44px;
    line-height: 51px;
    font-weight: 600;
    margin: 18px 0px 18px 0px;
  }

  .card-body-placement {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .card-box-placement p {
    font-size: 16px;
    line-height: 51px;
    font-weight: 600;
  }

  .card-label-placement {
    padding: 20px 0px 3px 0px;
    justify-content: center;
    display: block;
    text-align: center;
    box-shadow: 0 4px 54px rgb(173 187 225 / 44%);
  }

  p.pacekage-text-paragraph {
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    width: 100%;
  }

  h5.pacekage-text {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
  }

  .border-placement {
    border: 1px solid #ccc;
    padding: 6px;
  }

  .placement-section {
    padding: 35px 0px;
    background: #f8f9fa;
  }
  .placement-box-section > .col-sm-3 {
    display: block;
  }
  .readmore__toggle {
    display: none;
  }
  .row.placement-box-section {
    padding: 28px 0px 0px 0px;
  }

  .hilights-top-placement {
    margin: 10px 0px 0px 0px;
  }

  .card-label-placement.bg-box-sec2 {
    background: #81000c;
    color: white;
  }

  .card-label-placement.bg-box-sec {
    background: #ccc;
  }
  .mobileview-compus {
    display: none !important;
  }
  a.applynowbtn {
    background: #990000;
    padding: 7px 20px;
    margin: 44px 0px 0px 0px;
    top: -14px;
    display: block;
    position: relative;
    width: 27%;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 100px;
  }

  .hilights-top-placement {
    margin: 33px 0px 0px 0px;
  }

  p.text-our-companies {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #424242;
    margin: 0px 0px 30px 0px;
  }

  .top-recruiters-bg {
    background-size: cover;
    background-position: center bottom;
    position: relative;
    background-image: url("../../assets/admission_landing_assets/images_file/pngtree-abstract-bg.webp");
  }

  .top-recruiters-overlay {
    padding: 70px 0px 101px 0px;
    background: #f5f5f582;
  }

  .infinite-slider {
    overflow: hidden;
    position: relative;
    margin: 51px 0px 0px 0px !important;
  }

  img.top-recruiters-img {
    width: 95%;
    height: 84px;
    object-fit: contain;
  }

  .top-recruiter-card {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 7px;
    border-radius: 7px;
    background: white;
  }

  .infinite-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
  }

  .infinite-track:hover {
    animation-play-state: paused;
  }

  .slide-item {
    flex: 0 0 auto;
    width: 220px;
    margin: 0 10px;
  }

  .slide-item img {
    width: 100%;
    border-radius: 10px;
  }

  .desktopview-banner {
    display: block !important;
  }

  .mobileview-banner {
    display: none !important;
  }

  /* Animation */
  @keyframes scroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }

  /* Responsive */
  @media (max-width: 768px) {
    .slide-item {
      width: 160px;
    }
    .hero-title {
      font-size: 36px;
    }

    .top-logo {
      left: 15px;
      top: 15px;
    }

    .tabsprogramcomm {
      justify-content: space-between;
    }

    .tabsprogramcomm__label {
      width: 48%;
      margin: 6px 0;
      font-size: 14px;
      padding: 10px 5px;
    }
  }

  .card-one-facilities {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 377px;
    border-radius: 20px;
  }
  .card-three-facilities {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 317px;
    border-radius: 20px;
  }

  .card-four-facilities {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 372px;
    margin: 12px 0px 0px 0px;
    border-radius: 20px;
  }

  .card-five-facilities {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 372px;
    border-radius: 20px;
  }

  .card-six-facilities {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 372px;
    margin: 12px 0px 0px 0px;
    border-radius: 20px;
  }

  .card-two-facilities {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 303px;
    margin: 12px 0px 0px 0px;
    border-radius: 20px;
  }

  .card-one-facilities,
  .card-two-facilities,
  .card-three-facilities,
  .card-four-facilities,
  .card-five-facilities,
  .card-six-facilities {
    background-size: cover;
    background-position: center;
    border-radius: 41px;
    position: relative;
    overflow: hidden;
  }

  .card-overlay-facilities {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to top, #00000024, #0dcaf000, #fff1f145);
  }

  /* Text content */
  .facilitiescontent {
    padding: 20px;
    color: #fff;
  }

  .facilitiescontent h3 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .facilitiescontent p {
    font-size: 18px;
    opacity: 0.9;
    margin: 0;
  }

  h2.h2-heading.campus-heading {
    text-align: start;
    margin: 0px 0px 0px 64px;
  }

  a.campus-btn {
    margin: 0 40px 0 auto;
    width: fit-content;
    top: 0px !important;
  }

  a.download-btn {
    width: 100% !important;
  }

  a.applynowbtn1.start-btnapplication {
    width: fit-content;
  }

  .facilities-section-bg {
    background-size: cover;
    background-position: center bottom;

    position: relative;
    background-image: url("../../assets/admission_landing_assets/images_file/360-f-494852538-r8ylvapday0yuwyckwisg5pdzkboeryi-69746e3321580.webp");
  }

  .facilities-overlay-bg {
    padding: 39px 0px;
    background: #ffffffe0;
  }

  .gallery-section-bg {
    padding: 38px 0px 49px 0px;
    background: #ffffffe0;
  }

  .warpper-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 59px 0px 0px 0px;
  }

  .tab {
    cursor: pointer;
    padding: 10px 71px;
    margin: 0 3px;
    color: #000000;
    display: inline-block;
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    transition: all 0.3s;
    font-size: 20px;
    font-weight: 700;
  }

  .tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .tab-drums {
    background: #dee2e6;
    color: black;
  }

  .tab-guitar {
    background: #dee2e6;
    color: black;
  }

  .tab-violin {
    background: #dee2e6;
    color: black;
  }

  .tab-bells {
    background: #dee2e6;
    color: black;
  }

  .tab-board {
    background: #dee2e6;
    color: black;
  }

  .tab-saxophone {
    background: #dee2e6;
    color: black;
  }

  .panels {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    margin-top: 10px;
  }

  .panel {
    display: none;
    animation: fadein 0.5s;
  }

  @keyframes fadein {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .radio {
    display: none;
  }

  #drums:checked ~ .panels #drums-panel,
  #guitar:checked ~ .panels #guitar-panel,
  #violin:checked ~ .panels #violin-panel,
  #bells:checked ~ .panels #bells-panel,
  #board:checked ~ .panels #board-panel,
  #saxophone:checked ~ .panels #saxophone-panel {
    display: block;
  }

  #drums:checked ~ .tabs .tab-drums,
  #guitar:checked ~ .tabs .tab-guitar,
  #violin:checked ~ .tabs .tab-violin,
  #bells:checked ~ .tabs .tab-bells,
  #board:checked ~ .tabs .tab-board,
  #saxophone:checked ~ .tabs .tab-saxophone {
    box-shadow: 0 0.5rem 0.8rem #00000080;
    background: #990000;
    color: white;
  }

  .tabs {
    border-bottom: 4px solid #990000;
  }

  div#accordionExample {
    margin: 38px 32px 0px 0px;
  }

  .content-faqs-question {
    position: relative;
    z-index: 99;
    padding: 45px 0px 5px 0px;
  }

  .accordion-button {
    box-shadow: 0 4px 54px rgb(173 187 225 / 44%);
    padding: 16px 20px;
    font-size: 18px;
  }

  .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    border-radius: 5px !important;
    background: #990000;
  }

  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
  }

  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-radius: 0px;
    border: none;
    background: transparent;
  }

  .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 300px !important;
  }

  .accordion-body {
    padding: 1rem 1.25rem;
    border-radius: 0px;
    background: white;
    font-size: 16px;
    font-family: sans-serif;
  }

  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-radius: 30px;
  }

  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled),
  button:not(:disabled) {
    cursor: pointer;
    border-radius: 40px;
  }

  .accordion-item {
    margin: 10px 0px;
  }

  .accordion-item:not(:first-of-type) {
    border-top: 0;
    border-radius: 900px;
  }

  .accordion-item:not(:first-of-type) {
    border-top: 0;
    border-radius: 900px;
    border: none;
  }

  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  }

  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }

  .content-faqs-question {
    position: relative;
    z-index: 99;
  }

  .faqs-box-bg-1 {
    background: #f5f5f5eb;
  }

  .faqs-box-bg {
    background-image: url("../../assets/admission_landing_assets/images_file/social-coontect.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .faqs-row {
    display: flex;
    align-items: stretch;
    min-height: 600px;
  }

  img.questions-icon {
    width: 27%;
    height: 201px;
    object-fit: contain;
    margin: 32px 47px -184px auto;
    display: block;
  }

  .faqs-left {
    position: relative;
    background: #dea804;
    clip-path: polygon(0 0%, 100% 0%, 85% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .faqs-left::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 101%;
    background: #990000;
    z-index: 1;
    clip-path: polygon(0 0%, 100% 0%, 84% 98%, 0% 98%);
  }

  .faqs-left-inner {
    position: relative;
    z-index: 2;
  }

  .faqs-left img {
    max-width: 85%;
    height: auto;
  }

  .faqs-right {
    position: relative;

    /* display: flex; */
  }

  .faqs-right::before {
    content: "";
    position: absolute;

    z-index: 1;

    background: #dea804;
    clip-path: polygon(102% 94%, 100% 0%, 100% 100%, 0% 100%);
    padding: 80px 60px;
    width: 100%;
    height: 100%;
  }

  /* .faqs-right-inner {
    max-width: 720px;
} */
  .faqs-right-inner {
    z-index: 2;
    /* max-width: 720px; */
    position: relative;

    padding: 28px 54px;
  }

  img.image-gallery {
    width: 100%;
    height: 154px;
    margin: 11px 9px;
  }

  img.image-gallery.img-gallery-one {
    height: 406px;
    object-fit: cover;
    border-radius: 26px 0px 26px 0px;
  }

  img.image-gallery.img-gallery-two {
    height: 239px;
    object-fit: cover;
    border-radius: 26px 0px 26px 0px;
  }

  img.image-gallery.img-gallery-five {
    object-fit: cover;
    border-radius: 26px 0px 26px 0px;
    height: 324px;
  }

  .testimonial-section {
    background-image: url("../../assets/admission_landing_assets/images_file/user-thumbs.webp");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .testimonial-bg {
    background-color: #f5f5f5e6;
    padding: 49px 0px 53px 0px;
  }

  a.applynowbtn1 {
    background: white;
    background: #c5970d;
    padding: 7px 20px;
    display: block;
    position: relative;
    width: 27%;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 100px;
  }

  .testimonial-cards {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }

  .testimonial-cards::before {
    content: "";
    position: absolute;
    top: 00%;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% 80%,
      31% 80%,
      21% 100%,
      21% 81%,
      0% 80%
    );
    padding: 13px 10px 100px 10px;
    z-index: 1;
    margin: 0 auto;
  }

  .testimonial-inner-card {
    position: relative;
    z-index: 1;
  }

  img.user-img-testimonial {
    width: 241px;
    height: 241px;
    border-radius: 500px;
    margin: -11px 0px 0px -2px;
  }

  .testimonial-card-box {
    padding: 0px 0px 200px 0px;
  }

  .testimonial-img {
    background: #990000;
    padding: 22px 15px;
    border-radius: 1px 137px 0px 137px;
    width: 267px;
    height: 267px;
    margin: -40px -19px -27px -25px;
  }

  .small-circle {
    background: #990000;
    height: 46px;
    width: 83px;
    border-radius: 49px 49px 0px 0px;
    margin: -43px 0px -6px 375px;
    display: block;
    z-index: 0;
  }

  .small-circle2 {
    background: red;
    height: 46px;
    width: 83px;
    border-radius: 49px 49px 0px 0px;
    margin: 6px 0px -5px 177px;
    display: block;
    background: #990000;
    transform: rotate(90deg);
  }

  .carousel-inner.testimonial-boxhh {
    padding: 160px 24px 436px 24px;
  }

  .text-line-border-heading {
    bottom: 0;
    left: 0px;
    right: 0px;
    background: #d9d9d9;
    padding: 1px;
    width: 69%;
    clip-path: polygon(88% 0%, 5% 100%, 0% 101%, 0% 50%, 0% 0%, 75% 0%);
    height: 8px;
    color: white;
    margin: -22px 0px 0px 11px;
  }

  .testimonial-bg-user-img {
    background-image: url("../../assets/admission_landing_assets/images_file/user-thumbs.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }

  .testimonial-item {
    padding: 126px 26px 500px 0px;
  }

  h2.testimonial-title {
    font-size: 98px;
    font-weight: bold;
    font-family: "Agdasima";
  }

  .testimonial-box99 {
    padding: 7px 0px 0px 0px;
  }

  .testimonial-box-5 {
    padding: 8px 46px 0px 22px;
    text-align: justify;
  }

  span.user-degignation {
    font-size: 16px;
    color: black;
    font-weight: 400;
    font-family: sans-serif;
  }

  span.user-name {
    font-size: 21px;
    color: black;
    font-weight: 600;
  }

  .testimonial-bg-box {
    background-image: url("../../assets/admission_landing_assets/images_file/testimonial1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 14px;
    border-radius: 52px;
  }

  .testimonial-body {
    padding: 60px 0px 14px 0px;
    background: #f4f4f4a8;
    margin: 10px 0px 10px 0px;
    border-radius: 52px;
  }

  img.user-image-1 {
    width: 229px;
    border-radius: 500px;
    display: block;
    border: 4px solid #ffffff;
    height: 229px;
    margin: -37px 0px -15px auto;
    padding: 0px;
  }

  .testimonial-box-body {
    margin: 0px 0px -437px 0px;
    position: relative;
    z-index: 9;
    padding: 20px 18px;
  }

  .border-right-testimonial::before {
    content: "";
    position: absolute;
    padding: 0px 4px;
    margin: 23px 198px 2px auto;
    border-radius: 500px;
    height: 257px;
    width: 257px;
    z-index: 4;
    position: relative;
    background: #990000;
    width: 10px !important;
    display: block;
    height: 10px;
  }

  div#testimonialSlider {
    margin: 46px 0px 0px 0px;
  }

  .border-right-testimonial {
    border-right: 2px solid #696565;
    padding: 10px;
    margin: -153px -32px -13px auto;
    border-radius: 500px;
    border-left: 2px solid #ff000000;
    border-top: 2px solid #696565;
    border-bottom: 2px solid #ff000000;
    height: 250px;
    width: 250px;
    z-index: 4;
    position: relative;
    border-width: 2px;
    border-width: 2px 2px 10px 2px;
  }

  .talkbubble {
    width: 100%;
    padding: 21px 0px 22px 0px;
    background: #ffffff;
    position: relative;
    border-radius: 28px;
    box-shadow: 0 4px 54px rgb(173 187 225 / 44%);
  }

  .talkbubble:after {
    content: "";
    position: absolute;
    bottom: -85px;
    left: 84px;
    width: 0;
    height: 0;
    border-right: 101px solid transparent;
    border-left: 0px solid transparent;
    border-top: 100px solid #ffffff;
  }

  .testimonial-box2 {
    background: #d3d4da;
    width: 286px;
    padding: 13px 41px;
    border-radius: 30px 46px 46px 0px;
    margin: 0px 0px 0px -18px;
    text-align: white;
  }

  .testimonial-body-box {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #fff;
    filter: url(#round1);
    margin: 0 auto;
  }

  .testimonial-body-box::before {
    content: "";
    content: "";
    position: absolute;
    width: 100%;
    background: #d9d9d9;
    clip-path: polygon(191% 7%, 100% 0, 100% 100%, 0% 100%, 0% 39%);
    z-index: 0;
    margin: 0 auto;
    padding: 208px 0px;
  }

  button#csreventlefticon,
  button#csreventrighticon {
    border-radius: 100px;
    width: 44px;
    height: 44px;
  }

  .arrow-left-icon1,
  .arrow-right-icon2 {
    font-size: 25px;
  }

  footer {
    background: black;
    padding: 20px 0px;
  }

  footer p {
    color: rgb(255, 255, 255);
    padding: 9px 0px;
    margin: 0px;
    text-align: center;
  }

  .mobile-banner img {
    display: none !important;
  }

  .mobileview {
    display: none !important;
  }

  .site-header {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
  }

  .logo img {
    height: 48px;
  }

  .main-nav a {
    margin-left: 22px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
  }

  .btn-apply {
    background: #dc3545;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 30px;
  }

  /*// common page css*/
  .card-body.cardbody-school {
    padding: 0px 0px;
  }

  img.school-icon {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .card-program-school {
    box-shadow: 0 4px 54px rgb(173 187 225 / 44%);
    padding: 14px 12px;
    background: white;
    border-bottom: 2px solid #990000;
    margin: 0px 0px 0px 0px;
  }

  h5.school-heading {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #990000;
    margin: -62px 0px 27px 0px;
  }

  h5.paragraph-sholl-text {
    text-align: center;
    font-size: 15px;
    width: 100%;
    line-height: 24px;
    text-align: center;
    margin: 13px auto;
  }

  .img-box-school {
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 69px;
    height: 69px;
    border: 1px solid #6c757d;
    margin: 1px 0px 0px 0px;
    z-index: 58;
    color: white;
    margin: 0 auto;
  }

  .course-card {
    display: none;
  }

  .course-card.show {
    display: block;
  }

  .item.awardiitem {
    margin: 0px 0px 67px 0px;
  }

  h5.school-btn {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #990000;
  }

  .view-more-btn {
    color: #fff;
    background-color: #990000;
    border-color: #dc3545;
    margin: -33px auto 0px auto;
    width: fit-content;
    display: block;
    border: 0px solid #dea804;
    padding: 6px 17px;
  }

  /* //slider */
  .counter-slider {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 40px auto;
  }
  .common-counter-slider {
    width: 100%;

    position: relative;
    margin: 20px auto;
  }
  .counter-track {
    display: flex;
    width: max-content;
    animation: none;
  }

  .counter-slider:hover .counter-track {
    animation-play-state: paused;
  }
  .common-counter-slider:hover .counter-track {
    animation-play-state: paused;
  }

  .counter-slide {
    flex: 0 0 auto;
    width: 195px;
    margin: 0 12px;
  }

  @keyframes counterScroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .approval-slider {
    width: 100%;

    position: relative;
    margin: 40px auto;
  }

  .approval-track {
    display: flex;
    width: max-content;
  }

  .approval-slider:hover .approval-track {
    animation-play-state: paused;
  }

  .approval-slide {
    flex: 0 0 auto;
    width: 190px;
    margin: 0 12px;
  }

  @keyframes approvalScroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .mobileviewwhychoos {
    display: flex;
    align-items: center;
  }

  .mobilechoosecontent {
    order: 1;
  }

  .mobilechooseimg {
    order: 2;
  }

  @media screen and (max-width: 1470px) {
    .hero-banner {
      background-size: cover;
      background-position: center bottom;
      min-height: 78vh;
      padding: 0px;
    }

    p.pacekage-text-paragraph {
      font-size: 11px !important;
      line-height: 16px;
      text-align: center;
      font-weight: 700;
      width: 100%;
    }

    p.sub-description {
      font-size: 22px !important;
      text-align: center;
    }

    h2.h2-heading {
      font-size: 39px;
    }

    .text-block-banner {
      position: absolute;
      bottom: 55px;
      right: 124px;
    }

    .form-control {
      display: block;
      width: 100%;
      height: 28px !important;
      padding: 3px 12px;
      font-size: 12px;
    }

    button.btn.btn-default.dropdown-toggle.as-is.bs-dropdown-to-select {
      height: 28px !important;
    }

    iframe {
      border: 0;
    }

    .npf_wgts {
      overflow: hidden;
      height: 420px;
    }

    .npf_wgts iframe {
      border: 0;
      width: 100%;
      height: 530px;
      transform: scaleY(0.8);
      transform-origin: top;
    }

    .npf_wgts {
      height: 420px;
    }

    .enquiry-form {
      padding: 25px;
      border-radius: 6px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      background: rgb(255 255 255 / 44%);
      border-top: 11px solid #990000;
      padding: 8px;
      border-radius: 6px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      right: -50px !important;
      width: 368px !important;
      display: block;
      position: relative;
      margin: 18px -1px 33px auto !important;
      display: block;
    }

    h3.h3-heading {
      font-size: 22px;
      font-weight: 800;
      text-align: center;
    }

    .why-choose-us-section-content p {
      margin: 15px 0 25px;
      line-height: 25px;
    }

    ul {
      font-size: 15px !important;
    }

    p {
      font-size: 15px !important;
    }

    .accordion-body {
      font-size: 15px !important;
    }

    a.applynowbtn1 {
      font-size: 17px;
      font-weight: 700;
      border-radius: 100px;
    }

    .why-chooseus-text h5 {
      font-size: 29px;
      text-align: start;
      font-weight: 600;
    }

    h2.h2-heading.h2-heading-left {
      font-size: 37px;
      font-weight: 800;
    }

    img.d-block.w-100.placement-img-stduent.img-surchi {
      height: 455px;
      width: 187px !important;
      margin: -28px -1px 0 auto;
    }

    .our-programs-sec {
      background: #f5f5f5eb;
      padding: 78px 74px 74px 74px;
    }

    img.approval-logo {
      width: 105px;
      height: 105px;

      padding: 6px;
    }

    p.approval-title {
      font-size: 23px;
    }

    .icon-arrow-box {
      margin: -80px -5px 0px 0px;
    }

    a.applynowbtn {
      width: 35%;
    }

    .tab {
      cursor: pointer;
      padding: 10px 55px;
      margin: 0 -2px;
      color: #000000;
      display: inline-block;
      position: relative;
      clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
      transition: all 0.3s;
      font-size: 20px;
      font-weight: 700;
    }

    .accordion-button {
      box-shadow: 0 4px 54px rgb(173 187 225 / 44%);
      padding: 16px 16px;
      font-size: 15px;
    }

    .tabsprogram__label {
      padding: 14px 33px;
      cursor: pointer;
      background: #daa300;
      margin: 5px 6px;
      transition: all 0.3s ease;
      text-align: center;
      color: white;
      font-weight: 700;
      font-size: 28px;
      width: 26%;
    }
  }

  @media only screen and (max-width: 1440px) {
    .hero-banner {
      background-size: cover;
      background-position: center bottom;
      min-height: 78vh;
      padding: 0px;
    }
    .why-chooseus .why-chooseus-text {
      position: relative;
      z-index: 3;
      margin: 4px 0 0 0;
      width: 80%;
      padding: 21px 36px 58px 81px;
      text-align: justify;
    }
    .counter-slide,
    .approval-slide {
      flex: 0 0 auto;
      width: 169px;
      margin: 0 9px;
    }

    .text-block-banner {
      position: absolute;
      bottom: 74px !important;
      right: 124px;
    }

    .tabsprogram__label {
      padding: 14px 33px;
      cursor: pointer;
      background: #daa300;
      margin: 5px 6px;
      transition: all 0.3s ease;
      text-align: center;
      color: white;
      font-weight: 700;
      font-size: 28px;
      width: 26%;
    }

    .text-block-banner {
      position: absolute;
      bottom: 70px;
      right: 124px;
    }

    p.pacekage-text-paragraph {
      font-size: 13px !important;
      line-height: 20px;
      text-align: center;
      font-weight: 700;
      width: 100%;
    }

    .p.sub-description {
      font-size: 22px !important;
      text-align: center;
    }

    .form-control {
      display: block;
      width: 100%;
      height: 28px !important;
      padding: 3px 12px;
      font-size: 12px;
    }

    button.btn.btn-default.dropdown-toggle.as-is.bs-dropdown-to-select {
      height: 28px !important;
    }

    iframe {
      border: 0;
    }

    .npf_wgts {
      overflow: hidden;

      height: 420px;
    }

    .npf_wgts iframe {
      border: 0;
      width: 100%;
      height: 530px;
      transform: scaleY(0.8);
      transform-origin: top;
    }

    .npf_wgts {
      height: 420px;
    }

    .enquiry-form {
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      background: rgb(255 255 255 / 44%);
      border-top: 11px solid #990000;

      display: block;
      position: relative;
      margin: 18px -1px 70px auto;
      display: block;
    }

    .form-control,
    select,
    .captcha-row input {
      width: 100%;
      padding: 5px 10px;
      margin: 2px 0;
      border-radius: 5px;
      border: none;
      background: #f1f1f1;
      font-size: 13px;
      box-sizing: border-box;
      height: auto !important;
    }

    h3.h3-heading {
      font-size: 22px;
      font-weight: 800;
      text-align: center;
    }

    .checkbox-row {
      padding: 7px 0px;
      font-size: 12px;
    }

    .form-wrapper {
      max-width: 600px;
      margin: 7px auto;
      padding: 20px 24px;
      background: #990000;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      color: #fff;
    }

    .submit-btn {
      width: 100%;
      background: #f2b90c;
      border: none;
      padding: 5px;
      font-weight: bold;
      font-size: 15px;
      border-radius: 5px;
      cursor: pointer;
      transition: background 0.3s ease;
      border-radius: 5px !important;
    }

    .why-choose-us-section-content p {
      margin: 15px 0 25px;
      line-height: 25px;
    }

    p {
      font-size: 14px !important;
    }

    .accordion-body {
      font-size: 14px !important;
    }

    ul {
      font-family: sans-serif;
      font-size: 14px !important;
    }

    a.applynowbtn1 {
      font-size: 17px;
      font-weight: 700;
      border-radius: 100px;
    }

    .why-chooseus-text h5 {
      font-size: 30px;
      text-align: start;
      font-weight: 600;
    }

    h2.h2-heading.h2-heading-left {
      font-size: 37px;
      font-weight: 800;
    }

    img.approval-logo {
      width: 140px;
      height: 140px;
      margin: 0px auto;

      padding: 14px;
    }

    p.approval-title {
      font-size: 23px;
    }

    .icon-arrow-box {
      margin: -80px -5px 0px 0px;
    }

    a.applynowbtn {
      width: 35%;
    }

    .tab {
      cursor: pointer;
      padding: 10px 39px;
      margin: 0 -2px;
      color: #000000;
      display: inline-block;
      position: relative;
      clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
      transition: all 0.3s;
      font-size: 20px;
      font-weight: 700;
    }

    h2.h2-heading {
      font-size: 37px;
    }

    p.courses-text {
      line-height: 22px;
      margin: 18px 0px 24px 0px;
    }

    img.d-block.w-100.placement-img-stduent {
      width: 377px !important;
      height: 305px;
      margin: -34px -62px 0 auto;
      bottom: 0;
      position: relative;
      object-fit: contain;
    }

    img.d-block.w-100.placement-img-stduent {
      width: 377px !important;
      height: 305px;
      margin: -34px -62px 0 auto;
      bottom: 0;
      position: relative;
      object-fit: contain;
    }

    .placement-text-body h5 {
      font-size: 22px;
      font-weight: 800;
    }

    .rupay-text {
      font-size: 27px;
      font-weight: 800;
    }

    .slider-img {
      height: 518px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 10px;
    }

    .tabsprogramcomm__label {
      padding: 10px 11px;
      font-size: 12px;
      width: 14%;
    }
  }

  /* 150 */
  @media only screen and (max-width: 1200px) {
    .enquiry-form {
      padding: 25px;
      border-radius: 6px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      background: rgb(255 255 255 / 44%);
      border-top: 11px solid #990000;
      padding: 18px;
      border-radius: 6px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      right: -50px !important;
      width: 377px !important;
      display: block;
      position: relative;
      margin: 18px -1px 33px auto !important;
      display: block;
    }

    ul {
      font-size: 15px !important;
    }

    p {
      font-size: 15px !important;
    }

    .accordion-body {
      font-size: 15px !important;
    }
  }

  /* 90% screan */
  @media (min-width: 1700px) {
    .our-programs-sec {
      padding: 127px 74px;
    }
    .enquiry-form {
      padding: 25px;
      border-radius: 6px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      background: rgb(255 255 255 / 44%);
      border-top: 11px solid #990000;
      padding: 18px;
      border-radius: 6px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      right: -3px;
      width: 489px;
      display: block;
      position: relative;
      margin: 1px -1px 33px auto;
      /* display: block; */
    }

    .banner-img {
      width: 100%;
      height: 87vh;
      object-fit: cover;
    }

    .text-block-banner {
      position: absolute;
      bottom: 29px;
      right: 124px;
    }
  }

  /* 80% screan */
  @media (min-width: 1920px) {
    .text-block-banner {
      position: absolute;
      bottom: 155px;
      right: 167px;
    }
    .our-programs-sec {
      background: #f5f5f5eb;
      padding: 127px 74px;
    }
    .form-control {
      display: block;
      width: 100%;
      height: 28px !important;
      padding: 3px 12px;
      font-size: 12px;
    }

    button.btn.btn-default.dropdown-toggle.as-is.bs-dropdown-to-select {
      height: 28px !important;
    }

    iframe {
      border: 0;
    }

    .npf_wgts {
      overflow: hidden;
      height: 524px;
      /* adjust till white space disappears */
    }

    .npf_wgts iframe {
      border: 0;
      width: 100%;
      height: 530px;
      transform: scaleY(0.99);
      transform-origin: top;
    }

    .npf_wgts {
      height: 524px;
    }

    .enquiry-form {
      padding: 25px;
      border-radius: 6px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      background: rgb(255 255 255 / 44%);
      border-top: 11px solid #990000;
      padding: 18px;
      border-radius: 6px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      right: -3px;
      width: 489px;
      display: block;
      position: relative;
      margin: 1px -1px 33px auto;
      /* display: block; */
    }

    .banner-img {
      width: 100%;
      height: 97vh;
      object-fit: cover;
    }
  }

  /* Mobile screan */
  @media (max-width: 480px) {
    .tabsprogramcomm {
      display: block !important;
    }
    h1.h1-title,
    h1.h1-title1 {
      font-size: 26px !important;
      font-weight: 600 !important;
      line-height: 30px !important;
      text-align: center;
    }
    .tabsprogramcomm__label {
      width: 100% !important;
      display: block;
      padding: 12px 10px;
      font-size: 13px;
      text-align: center;

      border-bottom: 1px solid #ddd;
    }

    .tabsprogramcomm__content {
      display: none;
      width: 100%;
    }

    .tabsprogramcomm__radio:checked
      + .tabsprogramcomm__label
      + .tabsprogramcomm__content {
      display: block;
    }

    .inner-tabs > label {
      display: inline-block !important;
      padding: 8px 2px !important;
      margin: 5px auto;
      width: 48% !important;
    }

    .placement-student-content h5 {
      text-align: center;
    }

    .placement-student-card p {
      text-align: center;
    }

    .placement-student-card {
      display: flex !important;
      flex-direction: column-reverse !important;
    }

    .placement-student-content {
      order: 2;
    }

    .student-img-placemtnimage {
      order: 1;
    }

    .company-student-name {
      text-align: center;
      font-size: 20px !important;
    }

    .student-img-placemtnimage {
      position: absolute;
      top: 0;
      right: 0;
      transform: translateX(0%);
      max-height: 209px;
      object-fit: contain;
      left: 0px;
      margin: 20px auto 2px auto;
      object-fit: contain;
      width: 209px;
      border-radius: 500px;
      background: #9b9b9b;
    }

    .placement-student-card {
      color: black;
      background:
        linear-gradient(#ddd, #ddd),
        url(https://sageuniversity.edu.in/assets/admission_landing_assets/images_file/state-of-higher-ed.jpg);
      height: 453px;
      object-fit: contain;
    }

    .carousel-item img {
      height: 420px;
      object-fit: contain;
    }

    .readmore__toggle {
      display: inline-block;
      padding: 5px 23px;
      background: linear-gradient(0deg, #850a0a 0%, #990000 100%);
      color: #fff;
      border-radius: 2rem;
      cursor: pointer;
      text-align: center;
      margin: 20px auto 0px auto !important;
      display: block;
      width: fit-content;
    }

    img.d-block.w-100.placement-img-stduent.img-surchi {
      height: 455px;
      width: 252px !important;
      margin: -28px -1px 0 auto;
    }

    .inner-tabs > label {
      display: inline-block;
      padding: 8px 14px;
      background: #d3d3d3;
      cursor: pointer;
      margin-right: 5px;
      border-radius: 4px;
      font-weight: 600;
      font-size: 13px;
      margin: 5px auto;
      width: fit-content;
      text-align: center;
      display: block;
    }

    .desktovewcompues {
      display: none !important;
    }

    .mobileview-compus {
      display: block !important;
    }

    .placement-box-section > .col-sm-3 {
      display: none;
    }

    .placement-box-section > .col-sm-3:nth-child(-n + 2) {
      display: block;
    }

    .readmore-toggle:checked
      ~ .readmore__content
      .placement-box-section
      > .col-sm-3 {
      display: block;
    }

    .readmore__toggle::after {
      content: "Show more";
    }

    .readmore-toggle:checked + .readmore__content + .readmore__toggle::after {
      content: "Show less";
    }

    img.approval-logo {
      width: 100px !important;
      height: 100px !important;
      margin: 0px auto;
    }

    .mobileviewwhychoos {
      flex-direction: column;
    }

    .mobilechooseimg {
      order: 1 !important;
      /* image first */
      width: 100%;
    }

    .mobilechoosecontent {
      order: 2;
      /* content second */
      width: 100%;
    }

    .approval-track {
      display: flex;
      width: max-content;
      animation: approvalScroll 20s linear infinite;
    }

    .approval-slider {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .approval-slider {
      width: 100%;
      overflow: hidden;
      position: relative;
      margin: 40px auto;
    }

    .approval-slide {
      width: 160px;
    }

    .counter-track {
      display: flex;
      width: max-content;
      animation: counterScroll 20s linear infinite;
    }

    .common-counter-slider {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      overflow: hidden;
      position: relative;
      margin: 16px auto !important;
    }

    .counter-slider {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      overflow: hidden;
      position: relative;
      margin: 40px auto;
    }

    .counter-slide {
      width: 160px;
    }

    .mobile-banner img {
      display: block !important;
      width: 100%;
      padding: 0px 0px 0px 0px;
    }

    img.errorimg {
      width: 100% !important;
    }

    .npf_wgts {
      height: 420px important;
    }

    .thankyou-card {
      padding: 30px 20px !important;
      width: 100% !important;
    }

    .thankyou-icon {
      width: 74px !important;
      height: 74px !important;
      font-size: 43px !important;
      margin: 0px auto 24px auto !important;
    }

    .thankyou-card h1 {
      font-size: 22px !important;
    }

    .thankyou-actions a {
      padding: 9px 22px !important;

      font-size: 18px !important;
      width: 66% !important;
    }

    img.d-block.w-100.placement-img-stduent {
      width: 313px !important;
      height: 305px !important;
      margin: -8px -33px 0 auto !important;
    }

    .slider-img {
      height: 434px !important;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 10px;
    }

    img.d-block.w-100.placement-img-stduent {
      margin: -110px -1px 0 auto;
    }

    .col-sm-2.collumn-order-collumn1 {
      order: 1;
    }

    .col-sm-2.collumn-order-collumn2 {
      order: 2;
    }

    .col-sm-2.collumn-order-collumn3 {
      order: 4;
    }

    .col-sm-2.collumn-order-collumn4 {
      order: 3;
    }

    .col-sm-2.collumn-order-collumn5 {
      order: 5;
    }

    .col-sm-2.collumn-order-collumn6 {
      order: 6;
    }

    .col-sm-2.collumn-order-collumn7 {
      order: 7;
    }

    .col-sm-2.collumn-order-collumn8 {
      order: 8;
    }

    .col-sm-2.collumn-order-collumn9 {
      order: 10;
    }

    .col-sm-2.collumn-order-collumn10 {
      order: 9;
    }

    .col-sm-2.collumn-order-collumn11 {
      order: 11;
    }

    .col-sm-2.collumn-order-collumn12 {
      order: 12;
    }

    .counter-contentbox .col-sm-2 {
      width: 50% !important;
    }

    .card-counterone,
    .card-countertwo {
      padding: 9px 8px !important;
      border-radius: 13px;
      margin: 0px 0px 0px 0px;
    }

    p.sub-description {
      font-size: 16px !important;
      margin: 17px auto 33px auto !important;
      display: block;
      width: 100% !important;
      line-height: 21px !important;
    }

    .counter-number-bg {
      padding: 49px 0px 12px 0px !important;
    }

    .tabsprogram__label {
      padding: 14px 33px;
      margin: 5px 0px !important;
      width: 77% !important;
    }

    .faqs-right-inner {
      padding: 27px 0px !important;
    }

    .tabsprogram {
      margin: 29px 0px 0px 0px !important;
    }

    img.questions-icon {
      width: 18% !important;
      height: 186px !important;
      object-fit: contain;
      margin: -36px 38px -128px auto !important;
      display: block;
    }

    .desktopview-banner {
      display: none !important;
    }

    .mobileview-banner {
      display: block !important;
    }

    .text-block-banner {
      position: relative !important;
      bottom: -17px !important;
      right: 0px !important;
      padding: 0px 11px !important;
    }

    .hero-banner {
      min-height: auto !important;
      padding: 0;
      background-image: none !important;
    }

    img.banner-img.mobileview-banner {
      height: auto !important;
      width: 100% !important;
    }

    html .njs-sticky-side.image_button_cover.placement-right.now-show a {
      transform: translate3d(4px, 0, 0) rotate(-90deg) !important;
      -webkit-transform: translate3d(0px, 0, 0) rotate(0deg) !important;
    }

    html .njs-sticky-side.image_button_cover a {
      top: 0px !important;
      padding: 6px 27px;
      font-size: 20px;
    }

    html .njs-sticky-side.image_button_cover {
      position: fixed;
      bottom: 0px;

      width: 100% !important;
      background-color: #990000 !important;
      text-align: center !important;
    }

    .enquiry-form {
      padding: 0px;
      right: 0 !important;
      margin: 25px 0px 0px 0px;
      width: 100% !important;
    }

    .logo {
      margin: 0 auto;
      display: block;
    }

    .top-logo img {
      width: 59% !important;
    }

    h3.h3-heading {
      font-size: 22px !important;
    }

    h2.h2-heading {
      font-size: 38px !important;
    }

    .approval-section {
      padding: 30px 10px 5px 10px !important;
      background-size: auto !important;
    }

    .card-collumn {
      margin: 8px auto !important;
    }

    .why-chooseus {
      filter: none !important;
    }

    .why-choose-us-section-content {
      width: 100%;
      filter: none !important;

      margin: 0px !important;
    }

    .why-choose-us-section-image {
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }

    .why-chooseus .why-chooseus-text {
      position: relative;
      z-index: 3;
      margin: 4px 0 0 0;
      width: 100% !important;
      padding: 36px 11px;
      text-align: justify;
    }

    h2.h2-heading.campus-heading {
      text-align: center !important;
      margin: 0px !important;
    }

    .why-chooseus::before {
      clip-path: none !important;
      z-index: 2;
      margin: 0 auto;
      padding: 0px;
      height: 100%;
    }

    .why-choose-us-section-content::before {
      content: "";
      position: relative;
      left: 0;
      top: 0px;

      clip-path: none !important;
      padding: 0px !important;
    }

    .why-choose-us-section-image img {
      border-radius: 0px !important;
    }

    .why-choose-us-section {
      position: relative;

      margin: 0;
    }

    .why-chooseus-text h5 {
      font-size: 29px !important;
    }

    .why-choose-us-section-content p {
      margin: 15px 0 25px;
      font-size: 16px !important;
      line-height: 24px !important;
    }

    h2.h2-heading-left,
    .why-chooseus-text h5 {
      text-align: center !important;
    }

    a.applynowbtn1 {
      width: 64% !important;
      margin: 17px auto 0px auto !important;
    }

    .why-choose-us-section-image img {
      height: 100% !important;

      width: 100%;
      margin: 10px 0px 0px !important;
    }

    .icon-arrow-box {
      margin: -82px -6px 89px 0px;
    }

    .program-body {
      margin: 64px 0px 0px 0px;
    }

    .courses-body-text {
      padding: 0px 20px;
      height: auto !important;
    }

    ul {
      margin: 0px;
    }

    .our-programs-sec {
      padding: 41px 0px 30px 0px !important;
    }

    .desktopview {
      display: none !important;
    }

    .mobileview {
      display: block !important;
    }

    .placement-section {
      padding: 10px 0px 30px 0px !important;
      background: #f8f9fa;
    }

    .hilights-top-placement h3 {
      font-size: 33px;
    }

    .paragraph1 {
      margin: 10px 0px 18px 0px;
      font-size: 26px;
      line-height: 36px;
    }

    .tophighlightsprogram .col-sm-3 {
      width: 50%;
    }

    a.applynowbtn {
      padding: 7px 16px;
      margin: 6px auto 0px auto !important;
      top: 7px !important;
      width: 72% !important;
    }

    .d-flex.g-3.downloadbtngetbtn {
      display: block !important;
      gap: 0px;
      position: relative;
    }

    .warpper-tab {
      margin: 13px 0px 0px 0px !important;
    }

    .facilities-section-bg {
      padding: 0px 0px !important;
    }

    .top-recruiters-overlay {
      padding: 20px 0px 25px 0px !important;
      background: #f5f5f582;
    }

    .tab {
      cursor: pointer;
      padding: 10px 4px !important;
      margin: 4px 0px !important;
      font-size: 13px !important;
      width: 32% !important;
      clip-path: none !important;
      /* margin: 0px auto; */
      text-align: center !important;
      /* display: block; */
    }

    .panels {
      padding: 3px !important;
    }

    .testimonial-bg {
      padding: 49px 0px 3px 0px !important;
    }

    .card-one-facilities,
    .card-two-facilities,
    .card-three-facilities,
    .card-four-facilities,
    .card-five-facilities,
    .card-six-facilities {
      height: 269px !important;
    }

    body {
      font-family: sans-serif;
      overflow-x: hidden !important;
    }

    div#accordionExample {
      margin: 38px 15px 0px 15px;
    }

    h2.h2-heading.text-start {
      text-align: center !important;
    }

    .gallery-section-bg {
      padding: 34px 0px 18px 0px !important;
    }

    .col-sm-6.testimonialboxcollum .border-right-testimonial {
      margin: -121px 0 0 auto !important;
      height: 212px !important;
      width: 212px !important;
    }

    .testimonial-box2 {
      background: #d3d4da00 !important;
      padding: 0px 41px !important;
    }

    .testimonialboxrow > .testimonialbox987 {
      order: 2 !important;
    }

    .testimonialboxrow > .testimonialboxcollum {
      order: 1 !important;
    }

    .border-right-testimonial {
      border-right: 2px solid #696565 !important;
      padding: 12px;
      margin: -153px -32px -13px auto !important;
      border-radius: 500px;
      border-left: 2px solid #696565 !important;
      border-top: 2px solid #696565 !important;
      border-bottom: 2px solid #696565 !important;
    }

    .border-right-testimonial img.user-image-1 {
      width: 187px !important;
      height: 187px !important;
      margin: -35px 0px -4px auto !important;
      padding: 0px;
    }

    .testimonial-box-5 {
      padding: 8px 22px 0px 22px;
      text-align: justify;
    }

    .border-placement {
      border: 1px solid #ccc;
      padding: 6px;
      margin: 0px 0px 14px 0px;
    }

    .col-sm-3.order-placement2 {
      order: 2 !important;
    }

    .col-sm-3.order-placement1 {
      order: 2 !important;
    }

    .carousel-inner.testimonial-boxhh {
      padding: 88px 0px 490px 0px !important;
    }

    .testimonial-section {
      background-color: #e9ecef;
      padding: 0px 0px 11px 0px;
    }

    footer p {
      padding: 9px 36px !important;
      font-size: 14px !important;
    }

    a.applynowbtn.campus-btn {
      width: 77% !important;
      margin: 20px auto !important;
      display: block;
    }

    footer {
      background: black;
      padding: 20px 0px 57px 0px;
    }

    p.testimonial-peragraph.pt-2 {
      font-size: 16px !important;
    }

    img.image-gallery {
      margin: 6px 0px !important;
      height: 244px !important;
    }

    nav.main-nav {
      display: none !important;
    }

    .tabsprogramcomm__label {
      padding: 10px 7px;
      font-size: 12px;
    }

    .tabsprogramcomm__label,
    .tabsprogramcomm__radio:checked + .tabsprogramcomm__label {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
      border-radius: 0px 0px 0px 0px;
      margin: 2px 5px !important;
    }

    .item.awardiitem {
      margin: 0px 0px 7px 0px !important;
    }

    .collomn-school-box .col-sm-2 {
      width: 50% !important;
    }
  }

  @media (max-width: 768px) {
    .hero-title {
      font-size: 36px;
    }

    .top-logo {
      left: 15px;
      top: 15px;
    }

    .tabsprogramcomm {
      justify-content: space-between;
    }

    .tabsprogramcomm__label {
      width: 48%;

      margin: 6px 0;
      font-size: 14px;
      padding: 10px 5px;
    }
  }

