.inter {
  font-family: "Inter", sans-serif;
}

body{
    font-family: "Inter";
}

.sticky-header {
    background: #FFFFFF;
    border-bottom: 1px solid #ededed;
    box-shadow: 0px 2px 8px 0px #8985851A;
}

.gpis {
    border-right: 1px solid #212121;
}

.gpis-landing-page {
    margin-top: 100px;
}

.color {
    color: #212121;
}

.redd {
    color: #EA0000!important;
}

.size {
    font-size: 16px;
}

.landing-page .carousel-indicators {
    bottom: 0;
}

.landing-page .carousel-indicators li {
    background: #F4F8FB;
    width: 11px;
    height: 10px;
    border-radius: 7px;
}

.landing-page .carousel-indicators li.active {
    background: #D30000;
    width: 17px;
}

.floating-container {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
}

#main {
    float: right;
}

#main:hover {
    cursor: pointer;
}

.social-buttons {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hidden {
    display: none;
}

.social-buttons a {
    width: 100%;
    text-align: right;
    border-radius: 52px;
    background-color: white;
    padding: 12px 22px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 8px 0px #89858533;
    font-weight: 500;
    color: #212121;
}

.social-buttons a:hover, 
.social-buttons a:active,
.social-buttons a:focus {
    background-color: #f7f0f0;
    box-shadow: 0px 2px 8px 0px #89858533!important;
}

.enroll {
    background: #D30000;
    color: white;
    padding: 11px 32px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
}

.enroll:hover, .enroll:focus,
.enroll:active {
    background: linear-gradient(180deg, #A41414 0%, #D30000 100%)!important;
}

.enroll i,
.enroll_new i {
    vertical-align: middle;
}

.successfully {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
}

@media (min-width: 576px) {
    #enrollModal .modal-dialog,
    #entranceModal .modal-dialog {
        max-width: 700px;
    }
    #successModal .modal-dialog,
    #successentranceModal .modal-dialog {
        max-width: 600px;
    }
}

#enrollModal .modal-content,
#entranceModal .modal-content,
#successModal .modal-content,
#successentranceModal .modal-content {
    border-radius: 15px;
}

#enrollModal .modal-header,
#entranceModal .modal-header, 
#successModal .modal-header,
#successentranceModal .modal-header,
#enrollModal .modal-footer,
#entranceModal .modal-footer {
    border:none;
}

#enrollModal .modal-header .close,
#entranceModal .modal-header .close,
#successModal .modal-header .close,
#successentranceModal .modal-header .close {
    font-size: 30px;
}

#enrollModal .modal-body .fill,
#entranceModal .modal-body .fill {
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}

.ficon {
    color: #D30000;
    font-size: 20px;
}

.date {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.gpis-landing-page .date{
    color: #212121;
}

.call {
    background: #EB2024;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.tel:hover {
    color: #868484 !important;
}

.banner {
    border-radius: 10px;
    width: 100%;
}

.rr {
    font-size: 14px;
}

.about {
    background: #F4F8FB;
    border-radius: 15px;
    box-shadow: 0px 2px 8px 0px #89858533;
}

.landing-page .about p {
    font-family: 'Pyidaungsu';
    font-size: 16px;
    color: #212121;
}

.about ul {
    font-family: 'Pyidaungsu';
}

.about ul, .program ul {
    padding-left: 8px;
}

.about ul li, .program ul li, .ug-landing-page .career ul li{
    list-style: disc;
    color: #212121;
    margin: 16px;
}

.about .check li {
    list-style-type: none;
}

.content {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
}

.facts li {
    list-style-type: disc;
    color: #212121;
    font-size: 16px;
    font-family: 'Pyidaungsu';
    padding-bottom: 10px;
}

.red_fact li, .ug-landing-page .career li {
    position: relative;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    list-style: none!important;
}

.red_fact li::before,
.ug-landing-page .career ul li::before {
    content: '\2022';
    color: #D30000;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    position: absolute;
    left: 5px;
}

.red_fact li span {
    flex: 2.5;
}

.red_fact li .date {
    flex: 3;
}

.what {
    font-size: 20px;
    font-weight: 500;
}

.enroll_new {
    background: #ffffff;
    color: #D30000;
    font-size: 20px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 10px;
}

.gpis-landing-page .enroll_new:hover {
    background: linear-gradient(180deg, #A41414 0%, #D30000 100%)!important;
}

.program {
    border-radius: 16px;
    border: none;
}

.program ul li ul li {
    list-style: none;
    margin-left: 0;
}

.program .card-header {
    background: linear-gradient(180deg, #A41414 0%, #D30000 100%);
    font-size: 20px;
    color: #ffffff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.program .card-body {
    background: #F4F8FB;
    box-shadow: 0px 2px 8px 0px #89858533;
    color: #212121;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.program .card-body .one {
    list-style-type: disc;
}

/* .check li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../../img/landing/check.png') no-repeat center center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
} */

.check li {
    background: url('../../images/landing/check.png') no-repeat;
    padding-left: 30px;
}

.bank {
    background: url('/images/landing/bg.png') no-repeat center center;
    background-size: cover;
    border-radius: 16px;
}

.bank1 {
    background: #F4F8FB;
    border: 1px solid #E3ECF3;
    border-radius: 16px;
    box-shadow: 0px 2px 8px 0px #89858533;
}

.back {
    background: #FAFAFA52;
    border-radius: 30px;
    width: 52%;
}

.back1 {
    background: #FAFAFA52;
    border-radius: 30px;
    width: 85%;
}

.back2 {
    background: #FAFAFA52;
    border-radius: 30px;
    width: 62%;
}

.back3 {
    background: #FAFAFA52;
    border-radius: 30px;
    width: 55%;
}

.back4 {
    background: #FAFAFA52;
    border-radius: 30px;
    width: 100%;
}

.back5 {
    background: #FAFAFA52;
    border-radius: 30px;
    width: 82%;
}

.back6 {
    background: #FAFAFA52;
    border-radius: 30px;
    width: 70%;
}

.percent {
    border-radius: 15px;
    border: none;
    box-shadow: 0px 2px 8px 0px #89858533;
    /* width: 70%; */
}

.percent .card-header {
    background: #CCCCCC;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.percent .percentage {
    color: #EA0000;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.percent .cash {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.percent .fsize {
    font-size: 20px;
}

.default-content,
.education-info {
    display: none;
}

.te-card .card-body {
    background: #21212199;
    margin: 0 33px;
    color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.te-card .card-body .name {
    font-size: 20px;
    font-weight: 600;
}

.te-card .card-body .designation {
    font-size: 16px;
    font-weight: 600;
}

.te-card .card-body .certificate {
    font-size: 14px;
    font-weight: 500;
}

.alert-box {
    display: flex;
    align-items: center;
    background: #E7E7E7;
    padding: 24px;
    border: 1px solid #E3ECF3;
    border-radius: 15px;
    box-shadow: 0px 2px 8px 0px #89858533;
    margin: 0 auto;
}

.alert-box .icon {
    margin-right: 12px;
}

.alert-text {
    flex: 1;
    margin: 0;
}

.interest {
    background: radial-gradient(ellipse at top right, rgba(211, 0, 0, 0.48), transparent 25%),
        radial-gradient(ellipse at bottom left, rgba(211, 0, 0, 0.48), transparent 18%),
        radial-gradient(ellipse at center, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1) 81%);
}

.form-container {
    position: relative;
}

.interested {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: #D30000;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px #89858533;
    padding: 10px 24px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.interest .card {
    border-radius: 15px;
}

.interest .form-control,
#enrollModal .form-control,
#entranceModal .form-control {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 10px 14px;
}

.interest .form-control:active,
.interest .form-control:focus,
#enrollModal .form-control:active,
#enrollModal .form-control:focus,
#entranceModal .form-control:active,
#entranceModal .form-control:focus {
    border: 1px solid #212121 !important;
    font-size: 14px;
}

.interest .form-control::placeholder,
#enrollModal .form-control::placeholder,
#entranceModal .form-control::placeholder {
    font-size: 14px;
    color: #C0C0C0;
}

.submit {
    background: #EB2024;
    color: #fff;
    font-size: 14px;
    padding: 14px 24px;
    border: 1px solid #EB2024;
    border-radius: 10px;
}

.submit:hover {
    background: #D1D3D9;
    border: 1px solid #D1D3D9;
}

/* @media(min-width: 767px) { */
    .te-card {
        position: relative;
    }

    .card-img-overlay {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        border-radius: 16px;
        transition: transform 0.3s ease-out, background 0.3s ease-out;
    }

    .te-card-body {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 10px;
        box-sizing: border-box;
        transition: opacity 0.3s;
        opacity: 0;
    }

    .te-card:hover .te-card-body {
        opacity: 1;
    }

    .default-content {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #21212199;
        color: #fff;
        box-sizing: border-box;
        opacity: 1;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        font-weight: 500;
    }

    .education-info,
    .te-card:hover .default-content {
        display: none;
    }

    .education-info p {
        margin-bottom: 0;
    }

    .default-content .card-text, .education-info .card-text {
        font-size: 16px;
    }

    .te-card:hover .education-info {
        display: block;
        color: #fff;
    }

    .te-card:hover .card-img-overlay {
        background: #21212199;
    }
/* } */

@media(min-width: 768px) and (max-width: 1024px) {
    .red_fact li span {
        flex: 2.5;
    }

    .back,
    .back1,
    .back2,
    .back3,
    .back5, 
    .back6 {
        width: 100%;
    }

    .percent {
        width: 100%;
    }

    .floating-container {
        right: 30px;
    }
}

#logo {
    padding: 0.2rem 1rem;
}

@media(max-width: 399px){
    .logo {
        width: 150px;
    }
}

@media(min-width: 400px) and (max-width: 767px){
    .logo {
        width: 180px;
    }
}

@media(max-width: 767px) {
    #logo {
        text-align: center;
    }

    .red_fact li span {
        flex: 3;
    }

    .what {
        font-size: 14px;
    }

    .enroll_new {
        font-size: 16px;
        padding: 14px;
    }

    .back {
        width: 75%;
    }

    .back1 {
        width: 100%;
    }

    .back2 {
        width: 92%;
    }

    .back3 {
        width: 82%;
    }

    .back5 {
        width: 100%;
    }

    .back6 {
        width: 100%;
    }

    .te-card .card {
        width: 306px;
    }

    .education-info p {
        font-size: 12px;
    }

    .teacher {
        height: auto;
    }

    .red_fact li,
    .ug-landing-page .career li {
        display: list-item;
    }

    .course, .enroll,
    .program .card-header {
        font-size: 16px;
    }

    .enroll_new {
        background: #D30000;
        color: #fff;
    }

    .successfully {
        font-size: 16px;
    }

    .applied, .scrolling-wrapper .btn {
        font-size: 14px;
    }
    
    .floating-container {
        right: 20px;
    }
}

@media(min-width: 1440px) {
    .container {
        max-width: 1320px;
    }
}

@media(min-width: 2000px) {
    .container {
        max-width: 1540px;
    }
}


/* GPIS Landing Page*/
.gpis-landing-page .bsc {
    background: url('/images/landing/bg.png') no-repeat center center;
    background-size: cover;
    border-radius: 10px;
}

.gpis-landing-page .course {
    font-size: 20px;
    color: #212121;
}

.gpis-landing-page .class {
    font-size: 36px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 1rem;
}

.gpis-landing-page .in_person {
    background: #E3ECF3;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #212121;
}

.gpis-landing-page .bsc .des {
    color: #fff;
    font-size: 16px;
}

.gpis-landing-page .bsc .enroll {
    text-transform: uppercase;
    background: #EB2024;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 4px 4px 0px 0px #FAFAFA;
}

.gpis-landing-page .bsc .enroll i{
    font-size: 25px;
}

.gpis-landing-page .call .right {
    border-right: 1px solid #ffffff;
}

.gpis-landing-page .about {
    background: #F4F8FB;
    border-radius: 10px;
    box-shadow: none;
}

.gpis-landing-page .about p {
    font-size: 16px;
    color: #212121;
}

.gpis-landing-page .bank .bank-info {
    width: 60px;
}

.gpis-landing-page .road {
    font-weight: 600;
}

.gpis-landing-page .bank .card-title {
    color: #fff;
    background: #EB2024;
    padding: 5px 14px 7px 14px;
    border-radius: 44px;
    font-weight: 500;
    font-size: 16px;
}

.gpis-landing-page .bank .fee {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.gpis-landing-page .bank .info {
    background: #FFFDFD73;
    border-radius: 40px;
}

.gpis-landing-page .bank .info .title {
    font-size: 16px;
    color: #fff;
}

.gpis-landing-page .bank .info .content {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.gpis-landing-page .scrolling-wrapper {
    overflow-x: auto;
    white-space: nowrap;
}

.gpis-landing-page .scrolling-wrapper .btn {
    display: inline-block;
    margin-right: 10px;
    background: #ececec;
    color: #212121;
}

.gpis-landing-page .scroll {
    padding: 10px 15px;
    border-radius: 44px;
}

.gpis-landing-page .scroll.active {
    background: rgb(237, 238, 239);
    color: #212121;
    border-radius: 10px;
}

.gpis-landing-page .foundation .sub {
    font-weight: 600;
}

.gpis-landing-page .foundation .card-number {
    font-size: 20px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #EB2024;
    border-radius: 50%;
    text-align: center;
    color: #FFFDFD;
    margin-bottom: 10px;
}

.gpis-landing-page .foundation .number {
    border-radius: 10px;
    border-top: 2px solid #EB2024;
    box-shadow: 0px 2px 8px 0px #89858533;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.gpis-landing-page .foundation .card-text {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}

.dett {
    font-size: 16px!important;
}

.gpis-landing-page .foundation .table-header {
    background: linear-gradient(180deg, #A41414 0%, #D30000 100%);
    border: none;
    border-right: 1px solid #FAFAFA;
    color: white;
    text-align: center;
    padding: 18px;
    vertical-align: middle;
}

.gpis-landing-page .foundation .table-header.first {
    border-top-left-radius: 12px;
}

.gpis-landing-page .foundation .table-header.last {
    border-top-right-radius: 12px;
}

.gpis-landing-page .foundation .table-cell {
    text-align: center;
    border: none;
    border: 1px solid #CCCCCC;
    padding: 18px;
}

.gpis-landing-page .foundation .highlight {
    background: #E3ECF3!important;
    ;
}

.gpis-landing-page .leave-email {
    background: linear-gradient(44.09deg, #212121 40.17%, #D30000 158.57%);
}

.gpis-landing-page .leave-email .inter {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.gpis-landing-page .leave-email .border {
    background: #fff;
    border-radius: 10px;
}

.gpis-landing-page .leave-email .form-control {
    background: #fff;
    font-size: 16px;
    border: none;
    padding-left: 0;
}

.gpis-landing-page .leave-email .form-control::placeholder {
    font-size: 16px;
    color: #A9A9A9;
}

.gpis-landing-page .leave-email .input-group-text {
    background: #fff;
    border: none;
    color: #A9A9A9;
}

.gpis-landing-page .leave-email .input-group-text i {
    font-size: 18px;
}

.gpis-landing-page .leave-email .btn {
    border: none;
    padding: 10px;
    font-size: 16px;
    font-size: 500;
    border-radius: 7px;
    background-color: #D30000;
    box-shadow: 4px 4px 0px 0px #FAFAFA;
    color: white;
    cursor: pointer;
}

.gpis-landing-page .life {
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.gpis-landing-page .interest {
    background: linear-gradient(44.09deg, #212121 40.17%, #D30000 158.57%);
}

.gpis-landing-page .interest .card {
    background: #F4F8FB!important;
}

.gpis-landing-page .interest .forget {
    color: #212121;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.gpis-landing-page .interest .leave {
    color: #212121;
    font-size: 16px;
}

.gpis-landing-page .interest .question {
    font-size: 20px;
}

.gpis-landing-page .interest .location {
    background: #EB2024;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

.gpis-landing-page .interest .center {
    font-size: 16px;
    font-weight: 700;
}

.gpis-landing-page .interest .place {
    color: #C0C0C0;
}

.interested {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: #D30000;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px #89858533;
    padding: 10px 24px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.header-enroll {
    background: #212121;
    color: white;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 45px;
}

.header-enroll:hover {
    opacity: 0.7;
}

button:hover,
button:focus,
button:active {
    outline: none!important;
    box-shadow: none!important;
}

.hamburger {
    background: transparent;
    color: #212121!important;
}

.programmes-div.open {
    right: 0;
    display: block;
}

.programmes-div {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: -300px;
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    display: none;
}

.side {
    background: #212121;
}

.cancel {
    background: #EDEEEF;
    color: #212121;
    font-size: 14px;
    padding: 14px 24px;
    border: 1px solid #EDEEEF;
    border-radius: 10px;
}

#programmesDiv button.close i {
    font-size: 20px;
}

#programmesDiv .nav-link.collapsed {
    margin-bottom: 0;
}

#programmesDiv .nav-link:hover, 
#programmesDiv .nav-link.active, 
#programmesDiv #collapseDiploma .nav-link.hover, 
#programmesDiv #collapseCertificate .nav-link:hover, 
#programmesDiv #collapseDiploma .nav-link.active, 
#programmesDiv #collapseCertificate .nav-link.active {
    background-color: #EDEEEF;
    color: #212121;
}

#programmesDiv .nav-link {
    border: none;
    padding: 0.6rem 1rem;
    margin-bottom: 0.8rem;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: #212121;
    background-color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#programmesDiv .cat {
    box-shadow: 0px 2px 8px 0px #89858533;
    border-radius: 10px;
    margin-bottom: 0.8rem;
}

#programmesDiv .pd {
    margin-bottom: 0!important;
}

#programmesDiv #collapseDiploma1 .nav-link, 
#programmesDiv #collapseCertificate1 .nav-link {
    background-color: #ffffff;
    color: #212121;
    font-weight: 400 !important;
    text-align: left;
}

#programmesDiv .sidebar .nav-link {
    text-align: left;
}

#programmesDiv .sidebar .nav-link:hover, 
#programmesDiv .sidebar .nav-link.active, 
#programmesDiv .sidebar #collapseDiploma .nav-link.hover, 
#programmesDiv .sidebar #collapseCertificate .nav-link:hover, 
#programmesDiv .sidebar #collapseDiploma .nav-link.active, 
#programmesDiv .sidebar #collapseCertificate .nav-link.active {
    background-color: #EDEEEF!important;
    color: #212121!important;
}

#programmesDiv .badge {
    background: #E9EAEB;
    color: #212121;
    border-radius: 100px;
}

.fee-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.fee-label {
    font-size: 16px;
    color: rgb(33, 33, 33);
    font-weight: 500;
}

.fv {
    background: rgb(251, 230, 230);
    padding: 2px 5px;
}

.fee-value {
    font-weight: 600;
    color: rgb(33, 33, 33);
    line-height: 2;
    text-align: right;
    white-space: normal;
}

.fee-label i, 
.fee-box i {
    font-size: 20px;
    vertical-align: middle;
}

.btn-info {
    color: white;
    background-color: rgb(33, 33, 33) !important;
    border-radius: 10px;
    padding: 12px 15px;
    border-color: rgb(33, 33, 33) !important;
}

.btn-enroll {
    background-color: #d10000;
    color: white;
    border-radius: 10px;
    padding: 12px 15px;
}

.quick-menu {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 20px;
}

.gpis-landing-page .scroll .style {
    color: rgb(33, 33, 33);
}

.fee-box .program-details, .quick-menu .program-details {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgb(33, 33, 33);
}

.quick-menu a:hover {
    text-decoration: none;
}

.invoice {
    border: 1px solid #212121;
    border-radius: 10px;
    background: #E4E4E4;
    color: #212121;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 20px;
    width: 200px;
    text-align: center;
}

.notes li{
    font-size: 14px;
}

@media(max-width: 767px) {
    .gpis-landing-page {
        margin-top: 95px;
    }

    .gpis-landing-page .course,
    .gpis-landing-page .career .bbb,
    .gpis-landing-page .road {
        font-size: 16px;
    }
    
    .gpis-landing-page .class {
        font-size: 20px;
        line-height: 24px;
    }

    .gpis-landing-page .bsc .des,
    .gpis-landing-page table,
    .gpis-landing-page .date,
    .gpis-landing-page .call .phone,
    .gpis-landing-page .about p,
    .gpis-landing-page .subj,
    .gpis-landing-page .in_person,
    .gpis-landing-page .bank .info .title,
    .gpis-landing-page .bank .info .content,
    .gpis-landing-page .facts li,
    .gpis-landing-page .foundation .card-text,
    .gpis-landing-page .foundation .card-number,
    .gpis-landing-page .leave-email .inter,
    .gpis-landing-page .interest .leave,
    .gpis-landing-page .interest label,
    .dett {
        font-size: 14px!important;
    }

    .gpis-landing-page .bsc .enroll {
        font-size: 16px;
        border-radius: 10px;
        text-transform: capitalize;
        padding: 10px;
        width: 100%;
    }

    .gpis-landing-page .inter {
        text-align: center;
    }
    
    .gpis-landing-page .leave-email .btn {
        margin: auto;
        display: block;
        font-size: 14px;
    }

    .gpis-landing-page .about h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .gpis-landing-page .about .ncc {
        width: 83px;
    }

    .gpis-landing-page .bank .card-title {
        font-size: 12px;
    }

    .gpis-landing-page .bank .fee {
        text-align: center;
        font-size: 20px;
    }

    .gpis-landing-page .percent .percentage {
        font-size: 20px;
    }

    .gpis-landing-page .percent .fsize,
    .gpis-landing-page .interest .question {
        font-size: 16px;
    }

    .gpis-landing-page .interest .forget {
        font-size: 16px;
        font-weight: 600;
    }

    .gpis-landing-page .interest .bell {
        display: none;
    }

    .programmes-div {
        width: 300px;
    }

    .scrolling-wrapper.sticky {
        position: fixed;
        top: 70px;
        left: 0px;
        right: 0px;
        z-index: 100;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
        padding: 10px 15px;
        background: white;
    }
}

@media(min-width:992px){
    .gpis-landing-page .interest .phone {
        display: none;
    }

    .gpis-landing-page .ones {
        overflow-y: scroll;
        height: 900px;
    }
}

@media(max-width:991px){
    .gpis-landing-page .interest .desktop {
        display: none;
    }

    .gpis-landing-page .scroll.active {
        background: #212121;
        color: #fff;
        border-radius: 44px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .scrolling-wrapper.sticky {
        position: fixed;
        top: 85px;
        left: 0px;
        right: 0px;
        z-index: 100;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
        padding: 10px 15px;
        background: white;
    }
}

@media(min-width:768px){
    .gpis-landing-page .enroll_new {
        float: right;
        margin-right: 3rem;
    }
}
/* End UG Landing Page*/