body {
      font-family: "Poppins";
    }

    .img-fluid {
      width: 100%;
    }

    .hero-banner .sliderImg::before {
      background: inherit;
    }

    img[id*="imgLoading"] {
      position: absolute;
      right: 20px;
      top: 18px;
      width: 15px;
      display: none;
    }

    .register-form span[id*="rfv"],
    #span_dob {
      font-size: 9.5px;
      color: #e31e24;
      position: absolute;
      bottom: -13px;
      left: 0px;
    }

    ul[class*="ui-front"] {
      overflow-y: scroll;
      max-height: 200px;
      font-size: 12px;
    }

    #p_Error {
      text-align: center;
      color: #e31e24;
      display: none;
      padding: 8px;
    }

    #div_regform {
      display: block;
    }

    #div_loginform {
      display: none;
    }

    .register-form .col-md-12 {
      position: relative;
    }

    .totalFee span.del {
      display: inline-block;
      position: relative;
      font-size: 14px;
      font-weight: 600;
      color: #e0181e;
    }

    .totalFee span.del::before {
      position: absolute;
      content: "";
      background: #040404;
      width: 100%;
      height: 1px;
      top: 10px;
      transform: rotate(176deg);
    }

    .totalFee .earlyBirdText {
      color: #000;
      font-size: 13px;
      font-weight: 600;
    }

    .totalFee span.no_del {
      display: inline-block;
      position: relative;
      font-size: 14px;
      font-weight: 600;
      color: #e0181e;
    }

    /* 
            .form-control {
            -webkit-appearance: inherit !important; 
            -moz-appearance: inherit !important;
            appearance: inherit !important;
            } */

    .mb-3.col-md-12.col-6.position-relative span[id*="rfv"] {
      padding-right: 15px;
    }

    /************************* SELECT2 CUSTOM CSS *************************/
    .select2-container .select2-selection--single {
      height: 44px;
      font-size: 14px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 40px;
      padding-left: 15px;
    }

    .select2-container--default .select2-selection--single {
      border: 1px solid #ced4da;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 40px;
    }

    .select2-results__option {
      font-size: 12px;
      line-height: 16px;
    }

    input[type="tel"] {
      font-size: 14px !important;
      height: 44px;
    }

    .intl-tel-input {
      width: 100%;
      position: relative;
    }

    .country-list {
      width: 303px !important;
      white-space: normal !important;
    }

    .country-list {
      font-size: 13px;
    }

    .intl-tel-input.separate-dial-code .selected-flag {
      background: #fff;
    }

    .selected-dial-code {
      font-size: 13px;
    }

    .certified-logos {
      display: flex;
      flex-wrap: wrap;
      flex-grow: 1;
      justify-content: center;
      gap: 15px;
    }

    .certified-logos .logos-item .nt-icons {
      margin: 0 !important;
    }

    .certified-logos .logos-item {}

    .stuFes {
      margin-top: 20px;
    }

    .stuFes a {
      display: inline-block;
      background: #ced4da;
      color: #111;
      text-decoration: none;
      padding: 5px 12px;
      border-radius: 6px;
    }

    /*
            

           button, input, optgroup, select, textarea {
            font-family: Arial, Helvetica, sans-serif !important;
            }
*/

    .signUp-form .btn {
      color: #fff !important;
    }

    ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #666 !important;
      opacity: 1;
      /* Firefox */
    }

    :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #666 !important;
    }

    ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #666 !important;
    }

    .select2-selection__rendered {
      color: #666 !important;
      font-family: Arial, Helvetica, sans-serif !important;
    }

    footer.pb-5 {
      padding-bottom: 60px !important;
    }

    .footer-fixed-bar {
      background: #e9ecef;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 10;
      padding: 10px 0;
      display: none;
      border-radius: 20px 20px 0 0;
    }

    .footer-fixed-bar p {
      color: #111;
      font-size: 16px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      margin-bottom: 0;
    }

    .footer-fixed-bar a {
      text-transform: uppercase;
      font-size: 18px;
      text-decoration: none;
      font-weight: 700;
      line-height: 20px;
      color: #cb1218;
      display: inline-block;
      vertical-align: middle;
    }

    .allNotification {
      position: fixed;
      /* right: 30px; */
      left: 20px;
      bottom: 100px;
      bottom: 40px;
      z-index: 10;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
    }

    .allNotification button {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 30px;
      background: #fcb134;
    }

    .allNotification button:focus {
      outline: 0;
    }

    .allNotification__list {
      width: 250px;
      position: absolute;
      /* right: 0; */

      bottom: 50px;
    }

    .allNotification__list.show {
      opacity: 0;
      visibility: hidden;
    }

    .allNotification__icon,
    .gotoTop__icon {
      height: 44px;
      width: 44px;
      text-align: center;
      line-height: 44px;
      color: var(--text-white);
      background: var(--bg-green);
    }

    .allNotification__list:after {
      top: 100%;
      /* right: 15px; */
      left: 15px;
      border: 6px solid rgba(255, 255, 255, 0);
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #fff;
      margin-left: -6px;
    }

    .allNotification__list li {
      min-height: 40px position: relative;
      margin-bottom: 10px;
      background: #fff;
      padding: 20px 20px 20px 38px;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2), 0 3px 30px rgba(0, 0, 0, 0.5) !important;
      float: left;
    }

    .allNotification__list li:last-child {
      margin-bottom: 0;
    }

    .allNotification__list li::before {
      content: "\f0f3";
      font-family: "Font Awesome 6 Free";
      position: absolute;
      left: 18px;
      top: 18px;
      color: #c7c7c7;
      font-size: 14px;
    }

    .allNotification__list li h3 {
      font-size: 11px !important;
      line-height: 16px;
    }

    .allNotification__list li h6 {
      font-size: 11px;
      line-height: 16px;
    }

    .allNotification__list li p {
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 0;
    }

    .allNotification__list li a {
      font-size: 14px;
      margin-bottom: 0;
      text-decoration: none;
      color: var(--text-dark);
      font-weight: 700;
    }

    .allNotification__icon {
      border: 0;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
    }

    .allNotification__icon i {
      display: block;
    }

    .allNotification__icon i.fa-bell::before {
      content: "\f0f3";
      font-family: "Font Awesome 6 Free";
      position: absolute;
      left: 13px;
      top: 14px;
      color: #fff;
      font-size: 14px;
    }

    .allNotification__list li .btn {
      font-size: 13px;
      margin-top: 5px;
      padding: 0;
      border-bottom: 3px solid #fcb134 !important;
      border: 0;
      border-radius: 0;
      background: transparent;
      height: auto;
      min-width: auto;
      line-height: 26px;
      font-weight: 700;
    }

    .allNotification__list li p#demo {
      background: #333;
      color: #fff;
      display: inline-block;
      padding: 10px;
      padding: 0px;
      font-size: 13px;
      border-radius: 6px;
      margin-bottom: 8px;
      font-weight: 600;
    }

    @media (max-width: 991px) {
      .footer-ft-data {
        align-items: flex-start;
      }

      .footer-ft-data img {
        top: auto;
      }
    }

    .animate-text {
      background-image: linear-gradient(-225deg,
          #231557 0%,
          #44107a 29%,
          #cf1212 67%,
          #cf1212 100%);
      background-size: auto auto;
      background-clip: border-box;
      background-size: 200% auto;
      color: #fff;
      background-clip: text;
      text-fill-color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: textclip 2s linear infinite;
    }

    @keyframes textclip {
      to {
        background-position: 200% center;
      }
    }

    .iti-flag {
      background-image: url("https://apply.onlinecu.in/img/flags.webp");
    }

    @media (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
      .iti-flag {
        background-image: url("https://apply.onlinecu.in/img/flags@2x.webp");
      }
    }

    .banner-bar {
      background: #282627;
    }

    .banner-bar li {
      border-right: 1px solid #fff;
    }

    .banner-bar ul {
      flex-wrap: wrap;
      justify-content: center;
      display: flex;
    }

    .banner-bar ul li img {
      max-height: 40px;
      width: 40px;
    }

    @media only screen and (min-width: 767px) {
      .hero-banner {
        height: 720px !important;
        min-height: 720px !important;
      }
    }

    @media only screen and (max-width: 767px) {
      .banner-bar__cont h5 {
        font-size: 16px;
      }

      .banner-bar li {
        border-bottom: 1px solid #fff;
      }

      .banner-bar li:nth-child(3) {
        border-right: 1px solid #fff;
      }

      .banner-bar li:nth-child(7) {
        border-bottom: 0px solid #fff;
      }

      .banner-bar li:nth-child(8) {
        border-bottom: 0px solid #fff;
      }

      .hero-banner {
        height: auto !important;
        min-height: auto !important;
        margin-top: 60px;
        /* added here 2 april */
        margin-top: 0px;
        /* added here 2 april */
      }

      .slider-img {
        background-position: center;
      }

      .mobile-layeron-herobanner {
        width: 100%;
        /* background-color: rgba(141, 35, 35, 0.7);*/
        position: relative;
        margin-bottom: -10px;
      }

      .mobile-layeron-textsize {
        width: 80%;
        margin-left: 10%;
      }
    }

    .banner-bar {
      background: #141414;
    }

    .banner-bar li {
      border-right: 1px solid #fff;
    }

    .banner-bar ul {
      flex-wrap: wrap;
      justify-content: center;
      display: flex;
    }

    .banner-bar ul li img {
      max-height: 40px;
      width: 40px;
    }

    @media (min-width: 992px) {
      .cell1 {
        width: 100%;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
      }

      .cell2 {
        width: 100%;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell3 {
        width: 100%;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell4 {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell5 {
        width: 100%;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell6 {
        width: 100%;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell7 {
        width: 100%;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell8 {
        width: 100%;
        border-top: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .banner-bar__cont {
        width: 100%;
        padding-left: 0px;
      }

      .banner-bar__cont h5 {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
      }

      .banner-bar__cont p {
        text-align: center;
        margin-top: 0px;
      }

      .centeroff-textimage {
        width: 350px;
        margin: 0px auto;
      }

      .banner-content {
        width: 350px;
        margin-left: -60px;
      }

      .mainbanner-badge-logo {
        margin-top: 70px;
        width: 490px;
        height: 60px;
        margin-left: -70px;
      }
    }

    @media (min-width: 768px) and (max-width: 992px) {
      .cell1 {
        width: 100%;
        border: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
      }

      .cell2 {
        width: 100%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell3 {
        width: 100%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell4 {
        width: 100%;
        border: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell5 {
        width: 100%;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell6 {
        width: 100%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell7 {
        width: 100%;
        border: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell8 {
        width: 100%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .banner-bar__cont {
        width: 100%;
        padding-left: 0px;
      }

      .banner-bar__cont h5 {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
      }

      .banner-bar__cont p {
        text-align: center;
        margin-top: 0px;
      }

      .centeroff-textimage {
        width: 250px;
        margin-top: 0px;
      }

      .banner-content {
        width: 250px;
        margin-left: 0px;
        padding: 0px;
      }

      .mainbanner-badge-logo {
        margin-top: 60px;
        width: 300px;
        margin-left: 10px;
      }

      .bannerpic-one {}
    }

    @media (max-width: 776px) {
      .cell1 {
        width: 100%;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
      }

      .cell2 {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell3 {
        width: 100%;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell4 {
        width: 100%;
        border-top: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell5 {
        width: 100%;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell6 {
        width: 100%;
        border-top: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell7 {
        width: 100%;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .cell8 {
        width: 100%;
        border-top: 1px solid #fff;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: 0px;
      }

      .banner-bar__cont {
        width: 100%;
        padding-left: 0px;
      }

      .banner-bar__cont h5 {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
      }

      .banner-bar__cont p {
        text-align: center;
        margin-top: 0px;
      }

      .centeroff-textimage {
        width: 90%;
        margin: 0px auto;
      }

      .banner-content {
        width: 100%;
        margin-left: 0px;
        padding: 0px;
      }

      .mainbanner-badge-logo {
        /*margin-top: 30px;*/
        width: 100%;
      }

      .bannerpic-one {}
    }

    .cell-img {
      width: 40px;
      height: 40px;
      vertical-align: middle;
    }

    .hidden {
      display: none;
    }

    #lblPrintMessage {
      font-size: 13px;
      line-height: 16px;
      display: block;
      margin-bottom: 11px;
    }

    .otpInput input[type="text"] {
      width: 100%;
    }

    #lnkbtnResendOTP {
      color: #e31e24;
      text-decoration: none;
      font-weight: 600;
      font-size: 14px;
    }

    #otpParagraph {
      margin: 0;
      font-size: 12px;
      color: #1f56c7;
    }

    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    select {
      height: 33px;
    }

    .select2-container .select2-selection--single {
      height: 33px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 33px;
    }

    input[type="tel"] {
      height: 33px;
    }

    #divResendOTP {
      display: none;
    }

    .d_none {
      display: none !important;
    }

    #demo {
      background-color: #fff !important;
    }

    .allNotification__list {
      width: 240px !important;
    }

    .demo-timerblock {
      padding: 11px 5px;
      border-radius: 5px;
      background-color: #333;
      margin-left: 0px;
      margin-right: 7px;
      float: left;
    }

    @media (min-width: 776px) {
      .side-call {
        display: block;
        background-image: linear-gradient(to bottom,
            #cf1212 50%,
            #e51c1c 50%);
        /* padding: 8px 32px 8px 10px;
		padding: 2px 13px; */
        border-radius: 13px;
        text-decoration: none;
        margin-left: 20px;
        margin-right: 20px;
        transition: all 0.3s ease-in-out;
        background-color: #cf1212;
        max-width: 190px;
        width: 190px;
        height: 48px;
        float: right;
      }

      .white-call {
        margin-left: 3px;
        margin-top: 4px;
      }

      .call-icon {
        margin-top: 2px;
        margin-right: 4px;
        margin-left: 7px;
        height: 40px;
        width: 40px;
        float: left;
      }

      .need-help {
        width: 130px;
        color: #fff;
        font-size: 13px;
        margin-top: 4px;
        margin-bottom: 0px;
        margin-left: 0px;
        float: left;
      }

      .need-help p {
        width: 100%;
        font-size: 11px;
        font-weight: 400;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: "Poppins";
        float: left;
      }

      .need-help h6 {
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: "Poppins";
        float: left;
      }

      .main-heading {
        max-width: 750px;
        margin: auto;
      }

      .main-heading h2 {
        font-size: 33px;
      }

      .why-study-lineheight {
        background-color: #e31e24;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 2px;
        line-height: 52px;
        font-family: "Poppins";
      }

      .p-60 {
        padding: 60px 0px;
      }

      .pb-6 {
        padding-bottom: 4rem !important;
      }

      .adv-card span {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
        display: inline-block;
      }

      .adv-card h3 {
        font-size: 22px;
        margin: 15px 0;
      }

      .adv-card p {
        margin-bottom: 2px;
      }

      .news-card .card-body {
        height: 280px;
      }
    }

    @media (max-width: 776px) {
      .side-call {
        display: none;
        background-image: linear-gradient(to bottom,
            #cf1212 50%,
            var(--bs-theme-pink) 50%);
        padding: 8px 32px 8px 10px;
        padding: 2px 4px;
        border-radius: 28px;
        text-decoration: none;
        margin-left: 2px;
        margin-right: 2px;
        transition: all 0.3s ease-in-out;
        background-color: #cf1212;
      }

      .call-icon {
        margin-top: 2px;
        margin-bottom: 2px;
      }

      .need-help {
        display: none;
        color: #fff;
        font-size: 13px;
        margin-top: 4px;
        margin-bottom: 0px;
        margin-left: 5px;
      }

      .main-heading {
        max-width: 750px;
        margin: auto;
      }

      .main-heading h2 {
        font-size: 26px;
      }

      .why-study-lineheight {
        background-color: #e31e24;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 2px;
        line-height: 42px;
        font-family: "Poppins";
        display: inline-block;
        word-wrap: break-word;
      }

      .p-60 {
        padding: 60px 0px;
      }

      .pb-6 {
        padding-bottom: 4rem !important;
      }

      .adv-card span {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
        display: inline-block;
      }

      .adv-card h3 {
        font-size: 22px;
        margin: 15px 0;
      }

      .adv-card p {
        margin-bottom: 2px;
      }
    }

    @media (min-width: 991px) {
      .header-right-side-imgblock {
        display: block;
        width: 500px;
        float: right;
      }

      .header-right-side-imgstyle {
        height: 70px;
        width: auto;
      }

      .scroll-text-red {
        font-size: ;
      }

      .scroll-text11 {
        text-align: left;
        width: 100%;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation: my-animation 11.5s linear infinite;
        -webkit-animation: my-animation 11.5s linear infinite;
        animation: my-animation 11.5s linear infinite;
      }

      @keyframes my-animation {
        0% {
          -moz-transform: translateX(100%);
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
        }

        100% {
          -moz-transform: translateX(-100%);
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
        }
      }

      .scroll-text {
        font-size: 16px;
        color: #000;
        font-weight: 700;
        font-family: "Poppins";
        margin-top: 7px;
      }

      .why-study-lineheightnext {
        display: none;
      }
    }

    @media (max-width: 991px) {
      .header-right-side-imgblock {
        display: none;
      }

      .header-right-side-imgstyle {
        height: 70px;
        width: auto;
      }

      .why-study-lineheightnext {
        display: block;
      }

      .mg-bottomx {
        margin-bottom: 0px;
      }
    }

    .headerzindex {
      z-index: 1999 !important;
    }

    @media (max-width: 767px) {
      .inner-page-banner__content {
        display: none !important;
      }

      .newusp-mainblockright p {
        font-size: 15px !important;
      }

      .whystudy-sideicon {
        width: 40px;
        float: left;
      }

    }

    input,
    textarea {
      -webkit-user-select: text;
      /* Chrome, Opera, Safari */
      -moz-user-select: text;
      /* Firefox 2+ */
      -ms-user-select: text;
      /* IE 10+ */
      user-select: text;
      /* Standard syntax */
    }

    @media (min-width: 991px) {
      .in-banner-content {
        max-width: 800px;
        position: absolute;
        top: 0px;
        left: 0%;
        margin-top: -360px;
      }

      .apply-page-banner-title-left {
        width: 800px;
        width: 785px;
      }

      .mg-bottomx {
        margin-bottom: -60px;
      }


    }


    .h-90 {
      height: 93% !important;
    }





.mba-x-linka {
      margin: 0px;
      padding: 0px;
    }

    #mbaxid1 {
      display: block;
    }

    #mbaxid2 {
      display: none;
    }

    @media (min-width:991px) {
      .banner-overlay {
        padding-top: 30px !important;
      }

      .mba-x-linking-img {
        width: 100%;
        height: 285px;
        height: auto;
        border-radius: 8px;
      }

      .mba-x-linka:hover #mbaxid1 {
        display: none;
      }

      .mba-x-linka:hover #mbaxid2 {
        display: block;
      }
    }

    @media (max-width:991px) {
      .mba-x-linking-img {
        width: 100%;
        height: auto;
        border-radius: 8px;
      }
    }







    .display-inline-block {
      height: 33px !important;
      font-size: 14px !important;
      padding: 0 15px;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      appearance: none;
      border-radius: .375rem;
    }

    .jqphone .flag-dropdown {
      top: 20px !important;
    }

    .top-numbers {
      width: 100%;
      background-color: #000;
      float: left;
    }


    .slider-img {
      background-position: left center !important;
    }

    .signUp-form {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    }






    #sb_container a.sb-chat-btn {
      overflow: hidden;
      position: absolute;
      bottom: 0;
      box-sizing: border-box;
      width: 40px !important;
      height: 40px !important;
      width: 50px !important;
      height: 50px !important;
      border-radius: 50%;
      cursor: pointer;
      -webkit-animation: sbchatblink 3s linear infinite;
      -moz-animation: sbchatblink 3s linear infinite;
      -ms-animation: sbchatblink 3s linear infinite;
      -o-animation: sbchatblink 3s linear infinite;
      animation: sbchatblink 3s linear infinite;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
      -ms-transition: all .2s ease;
      transition: all .2s ease;
      max-width: none;
    }

    #sb_container a.sb-chat-btn {
      bottom: 35px;
    }

    #sb_container a.sb-chat-btn .sb-chat-icon {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 34px !important;
      margin: -19px 5px 5px -17px !important;
      display: block;
      opacity: 1;
      transition: opacity .5s linear;
      -webkit-transition: opacity .5s linear;
      -moz-transition: opacity .5s linear;
      -o-transition: opacity .5s linear;
      -ms-transition: opacity .5s linear;
      animation: bounceAroundIcon 1.1s ease-in-out;
    }



    @media (min-width: 767px) and (max-width: 991px) {
      /*
  .hero-banner {
        height: auto !important;
        min-height: auto !important;
        margin-top: 60px;
        margin-top: 0px;
    }
    .mobile-layeron-herobanner 
  {
        display: block;
     width: 100%;
        
        position: relative;
        margin-bottom: -10px;
    }
  .mainbanner-badge-logo {
        width: 100%;
    }
  */
    }



    @media(min-width:1400px) {
      .slider-img {
        background-image: url(https://apply.onlinecu.in/img/apply-online-cu-bg.webp);
      }
    }

    @media((min-width:991px) and (max-width:1400px)) {
      .slider-img {
        background-image: url(https://apply.onlinecu.in/img/apply-online-cu-bg-lpsmall.webp);
      }
    }

    @media(min-width:991px) {
      .mob-timer-strip {
        display: none;
      }
    }

    @media(max-width:991px) {

      .mobile-layeron-herobanner {
        width: 100%;
        /* background-color: rgba(141, 35, 35, 0.7); */
        position: relative;
        margin-bottom: -10px;
      }

      .mob-timer-strip {
        display: grid;
        display: none;
        width: 100%;
        min-height: 70px;
        background-color: #E31E24;
        margin-top: -5px;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
      }

      .mob-timer-strip-center {
        display: flex;
        justify-content: center;
      }

      .signUp-form {
        margin: auto !important;
        width: 100%;
      }
    }

    .new-timerblock-heading {
      font-size: 15px;
      font-weight: 700;
      color: #FFF;
      text-align: center;
      margin-top: 5px;
      margin-bottom: 5px;
    }

    .new-timerblock {
      padding: 11px 5px;
      border-radius: 5px;
      background-color: #333;
      margin-left: 0px;
      margin-right: 7px;
      color: #FFF;
      font-weight: 700;
      float: left;
    }

    .new-timerblock-seconds {
      width: 40px;
      padding: 11px 7px;
      border-radius: 5px;
      background-color: #333;
      margin-left: 0px;
      margin-right: 7px;
      color: #FFF;
      font-weight: 700;
      float: left;
    }

    .counselling-form-wrapper {
      max-width: 420px;
      margin: 40px auto;
      background: #ffffff;
      padding: 28px 26px;
      border-radius: 14px;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    .counselling-form-wrapper h2 {
      text-align: center;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 18px;
    }

    .counselling-form-control {
      width: 100%;
      height: 46px;
      border-radius: 10px;
      border: 1px solid #dcdfe6;
      padding: 0 12px;
      font-size: 14px;
      margin-bottom: 12px;
    }

    .counselling-form-control:focus {
      outline: none;
      border-color: #e31e24;
    }

    .counselling-form-label {
      font-size: 12px;
      color: #555;
    }

    .counselling-form-submit {
      width: 100%;
      height: 48px;
      background: #e31e24;
      color: #fff;
      font-size: 16px;
      border: none;
      border-radius: 10px;
      font-weight: 600;
      cursor: pointer;
    }

    .counselling-form-submit:hover {
      background: #c61a1f;
    }

    .counselling-checkbox-row {
      font-size: 12px;
      margin: 8px 0 16px;
    }

    .counselling-dob-row {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 8px;
    }