.slider-tab-section h3 {
    color: #141B47;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 2rem;
}

ul.number {
    list-style: number !important;
}

body .color-red {
    color: #C4161C !important;
}

.International_Partners p,
.Journeys-siu-slider p,
.right-campuse-content p {
    font-size: 1.3rem;
}

/*privacy policy*/
.privacy-policy .aboutus-vission-inner-heading {
    font-size: 1.4rem !important;
    line-height: 1.3;
}

.privacy-policy-banner .aboutus-banner-heading h1 {
    font-size: 4rem;
    font-weight: 700;
    padding-top: 10%;
    padding-bottom: 10%;
}

@media screen and (max-width: 999px) {
    section.academic-journey-SIU .icon-sept-box img {
        margin: auto !important;
    }

    .privacy-policy-banner .aboutus-banner-heading h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 600px) {
    .privacy-policy .aboutus-vission-inner-heading {
        font-size: 1.1rem !important;
    }

    .privacy-policy-banner .aboutus-banner-heading h1 {
        font-size: 1.4rem;
    }

    .slider-tab-section h3 {
        font-size: 1.4rem;
        text-align: center;
    }

    .slider-tab-section button.tablinks {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}


/*bg video banner*/
.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Adjust this to the desired height */
    overflow: hidden;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px;
    color: white;
}

/*end bg video banner*/

.footer-logo {
    margin-right: 20px;
}

.academic-journey-SIU .icon-sept-box p {
    display: none !important;
}

.text-red {
    color: #F3223C;
}


/* @media screen and (min-width: 800px) {
    body .last-section {
        padding-bottom: 100px !important;
    }
} */

body .scholarship-cus-box .cust-box-grad {
    min-height: 350px !important;
}

.white-list-item li {
    filter: brightness(0) invert(1);
}

body .selection-procedure {
    padding-bottom: 0px !important;
    padding-top: 0 !important;
}

.why-boxs .why-box-inner {
    width: 45%;
}

.why-box-inner p {
    font-size: 18px;
}

.cus-nav-bar .cta-box {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

nav.cus-nav-bar {
    z-index: 9999;
}

.main-header-inner.fixed-header {
    position: fixed;
    width: 100%;
    background: white;
    top: 0;
    box-shadow: 0px 0px 35px 0px #00000024;
    z-index: 999;
}

.menu-bar img {
    max-width: 400px;
}

.header .inner-menu .btn-secondary:hover {
    background-color: #f3223c00 !important;
    border-color: #f3223c00 !important;
    color: #F3223C !important;
}


@media screen and (max-width: 1400px) {

    .cus-nav-bar .cta-box a.cta-btn-red {
        font-size: 14px !important;
    }

    .cus-nav-bar .cta-box {
        width: 150px;
    }


    .why-title h1 {
        /* font-size: 8rem !important; */
         font-size: 3rem !important;
    }

    .why-title h3 {
        font-size: 1.5rem;
    }

    .why-title h4.light-title {
        font-size: 1.6rem;
    }

    .cta-btn-blue {
        padding: 10px 20px;
    }

}

@media screen and (max-width: 1100px) {
    .cus-nav-bar .cta-box {
        width: 130px;
    }

    .cus-nav-bar .nav-item .nav-link {
        font-size: 11px !important;
    }
}


@media screen and (max-width: 999px) {
    .menu-bar img {
        max-width: 200px;
        max-height: 50px;
    }
}

@media screen and (max-width: 600px) {
    .cus-nav-bar {
        padding: 10px 5px;
    }

    section.ug-Admissions {
        padding-top: 70%;
    }

    section.academic-journey-SIU .icon-sept-box {
        align-items: center;
        align-content: center;
    }

    .academic-journey-SIU .icon-sept-box p {
        text-align: center;
    }

    .menu-bar img {
        max-width: 200px;
        max-height: 40px;
    }
}

@media screen and (max-width: 999px) {
    .last-update-date {
        font-size: 1rem;
    }
}

p.last-update-date {
    /*position: absolute;*/
    text-align: left;
    padding: 5px 12px;
    margin: 0;
}


footer.footer {
    border-bottom: 0px !important;
    border-left: 1px solid #91919173;
    border-top: 1px solid #91919173;
    border-right: 1px solid #91919173;
}

.navbar-hover .collapse ul li{
    font-size: 16px ;
}

/* hover dropdown menus */
@media only screen and (max-width: 991px) {
    .navbar-hover .show>.dropdown-toggle::after {
        transform: rotate(-90deg);
    }

    .top-bar {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-hover .collapse ul li {
        position: relative;
        font-size: 16px;
    }

    .navbar-hover .collapse ul li:hover>ul {
        display: block
    }

    .navbar-hover .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }

    .navbar-hover .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }
}


.cus-nav-bar a.nav-link {
    color: #000;
    font-weight: 500;
}

@media screen and (max-width: 1400px) {
    .cus-nav-bar a {
        font-size: 13px;
    }
}

@media screen and (max-width:999px) {
    body .cus-nav-bar a {
        font-size: 14px !important;
    }
}


@media screen and (max-width: 991px) {
    .cus-nav-bar .nav-item .nav-link {
        font-size: 16px !important;
        border-bottom: 1px solid #ccc;
        padding: 10px 10px;
    }

    .cus-nav-bar .cta-box {
        width: 130px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    div#navbarHover {
        padding-top: 20px;
    }
}

@media screen and (max-width:991px) {
    .cus-nav-bar {
        /* position: fixed; */
        width: 100%;
        background: white;
        /* height: 50px; */
        z-index: 99;
    }
}

.cus-nav-bar button:focus-visible {
    border: 0px !important;
}

.cus-nav-bar button {
    outline: none !important;
}

.cus-nav-bar .dropdown-item.active,
.cus-nav-bar .dropdown-item:active {
    background-color: #F3223C;
}


@media screen and (max-width: 400px) {
    .ug-Admissions h3 {
        font-size: 1rem !important;
    }

    section.academic-journey-SIU .journey-content-box h6 {
        margin-bottom: 2rem;
    }

    section.academic-journey-SIU .journey-content-box h6 {
        font-size: 1.2rem;
        padding-top: 5rem;
    }

    section.academic-journey-SIU .btn-box a.cta-red-arrow {
        margin-right: 0px !important;
        width: 100%;
    }

    a.cta-red-arrow.mobile {
        display: flex !important;
        justify-content: space-between;
    }
}

.nav-title {
    display: inline;
}

.cus-nav-bar a.cta-btn-red:hover {
    color: white;
}

.nav-link:hover {
    color: red !important;
}

.cus-nav-bar .dropdown-item:hover {
    background-color: #F3223C;
    color: #fff;
}

@media screen and (max-width: 1500px) {
    .menu-bar img {
        max-width: 250px;
    }
}

@media screen and (max-width: 1005px) {
    .menu-bar .logo img {
        max-width: 200px;
    }

    span.last-scroll {
        padding-left: 600px;
    }
}

@media screen and (max-width: 700px) {
    span.last-scroll {
        padding-left: 400px;
    }
}

@media screen and (max-width: 500px) {
    span.last-scroll {
        padding-left: 250px;
    }

    .slider-tab-section button.tablinks {
        padding: 10px 20px !important;
        font-size: 16px !important;
        margin-bottom: 20px;
        width: 100%;
    }
}


@media screen and (max-width: 991px) {
    .menu-bar .logo img {
        max-width: 400px !important;
    }
}


@media screen and (max-width: 350px) {
    .menu-bar .logo img {
        max-width: 250px !important;
    }
}



.program-inner-slide a.cta-btn-blue:hover,
.program-inner-slide a.cta-btn-red:hover {
    color: white !important;
}

@media screen and (max-width: 1200px) {
    body .aboutus-vission .aboutus-vission-flexx {
        flex-direction: unset !important;
    }
    
}

@media screen and (max-width: 767px) {
    body .scholarship-cus-box .cust-box-grad {
        min-height: 200px !important;
    }
  
    section.cust-h.about-dubai {
        padding: 7% 4%;
    }
    section.cust-h.about-dubai h1.color-white {
        font-size: 4rem !important;
    }
    section.cust-h.about-dubai h4.color-white {
        font-size: 2rem !important;
    }
}


@media screen and (max-width:600px) {
    .menu-bar .logo img {
        max-width: 200px !important;
        width: 100%;
        max-height: 100% !important;
    }

    .why-boxs .why-box-inner {
        width: 100% !important;
    }
    .cus-nav-bar{
       
        padding: 0.5rem 10px !important;
    }
    .cus-nav-bar.logo {
        width: 80%;
    }
    .cus-nav-bar  button.navbar-toggler {
        width: 20%;
    }
    
}




#top-button {
    display: inline-block;
    background-color: #F3223C;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 0px;
    margin: 0 auto !important;
    right: 0;
    left: 0;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#top-button::after {
    content: "\2191"; 
    font-size: 1.5em;
    line-height: 40px;
    color: #fff;
    display: block;
}


#top-button:hover {
    cursor: pointer;
    background-color: #333;
}

#top-button:active {
    background-color: #555;
}

#top-button.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 500px) {
    #top-button {
        margin: 30px;
    }
}



@media screen and (max-width: 600px) {
    #top-button::after {
        font-size: 1em;
    }

    #top-button::after {
        font-size: 1.4em;
        line-height: 45px;
    }

    #top-button {
        width: 40px;
        height: 40px;
    }
    #top-button{
        bottom: 0px;
    }
    .last-update-date{
        text-align: center !important;
    }
    .footer-tabs a{
        font-size: 17px;
        text-align: center;
    }
}

/* @media screen and (max-width: 1250px) {
    .cus-nav-bar a {
        font-size: 14px;
    }
} */


.sec5_mass_comm .cust-table {
    background: #fff !important;
}

@media screen and (max-width:600px) {
    .table_fee {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table_fee img {
        max-width: 1000px;
        width: 1000px !important;
        height: auto;
    }

    .row.table_fee {
        margin: 0;
    }

    .footer-tabs{
        background: #F3223C;
        padding-bottom: 40px !important;
        text-align: center !important;
        padding-top: 12px !important;
    }
}

@media screen and (max-width: 1070px) {
    .aboutus-leadership .slider-tab-section button.tablinks {
        font-size: 18px !important;
    }
}

.cus-mobile-menu {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .cus-mobile-menu {
        display: block !important;
    }
}


.footer-tabs {
    /*text-align: center;*/
    background: #F3223C;
    padding: 10px;
}

.footer-tabs a {
    color: white !important;
}

/* Basic styling for the dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Dropdown options */
.dropdown-content div {
    padding: 12px 16px;
    cursor: pointer;
}

/* Show the dropdown when hovering or focusing on it */
.dropdown:hover .dropdown-content,
.dropdown:focus-within .dropdown-content {
    display: block;
}

#filterDropdown div:hover {
    background: #F3223C;
    color: white !important;
}

#filterDropdown div:hover a {
    color: white !important
}

#filterDropdown a {
    color: #000;
    margin-left: 0px !important;
}

@media screen and (min-width: 992px) {
    .navbar-nav {
        display: contents !important;
        margin-top: 0px !important;
    }

    .mobile-search {
        display: none;
    }
    
}

.mobile-search div#filterDropdown_Mobile a {
    color: black;
}


.apply-section-inner {
    color: black;
    margin: auto;
    background: #ffffff;
    padding: 80px 60px;
    box-shadow: 0px 0px 20px 10px #000002;
    text-align: center;
    font-size: 2rem;
}

body .apply-section-inner h5 {
    line-height: 2rem;
    margin-top: 2rem;
    font-size: 1.2rem !important;
}

.apply-section-inner h1 {
    color: #F3223C;
}

.apply-section-inner h5 a {
    color: #F3223C;
}

.row.m-0.apply-section {
    margin-right: 30% !important;
}

@media screen and (max-width: 1700px) {
    section.cust-h.coming-soon-banner {
        padding-top: 100px !important;
        padding-bottom: 200px !important;
    }
}

@media screen and (max-width: 1500px) {
       .apply-section-inner {
        padding: 40px 20px !important;
    }

    .form-control {
        height: calc(2.25rem + -4px) !important;
    }

    .top-bar a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px){
    section.cust-h.coming-soon-banner {
        background-position: left !important;
    }
    .row.m-0.apply-section {
        margin-right: 0% !important;
    }
}

@media screen and (max-width: 800px){
    section.cust-h.coming-soon-banner {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .coming-soon-banner .apply-section-inner h1 {
      font-size: 1.6rem !important;
    }
       .coming-soon-banner .apply-section-inner h5 {
        font-size: 1rem !important;
      }
}

@media screen and (max-width: 600px){
    .apply-section-inner {
        margin: 20px;
    }
    .coming-soon-banner .apply-section-inner h5 br{
       display: none !important;
       line-height: 1.4rem;
      }
      body .apply-section-inner h5 {
        line-height: 1.5rem !important;
    }
    .coming-soon-banner .apply-section-inner h5 {
        font-size: 0.8rem !important;
        margin-top: 1rem !important;
    }

}
@media screen and (min-width: 600px){
    .coming-soon-banner .apply-section-inner h1 br{
        display: none !important;
       }

}

.mid_pic.mx-500 img{
    max-width: 500px !important;
}
.mid_pic.mx-400 img{
    max-width: 400px !important;
}

@media screen and (max-width: 999px){
    section.SIU-Dubai-cta {
        display: flex;
        justify-content: flex-end;
        padding: 8% 5% 50%;
        background-position: left bottom;
        background-size: 100%;
    }
}


.contact-us-section .d-flex {
    justify-content: center !important;
}



/*about us dubai css*/

body section.cust-h.about-dubai h4.color-white {
    font-size: 3rem !important;
    margin-bottom: -10px;
}
body section.cust-h.about-dubai  h1.color-white {
    font-size: 6rem !important;
    font-weight: 700;
}
section.cust-h.about-dubai  .color-white{
    color: white !important;
}
section.cust-h.about-dubai {
    padding: 10% 5%;
}
.about-dubai-box .cust-box-grad {
    padding: 1.5rem !important;
}

.tourist-box .tourist-box-inner {
    box-shadow: 0px 0px 20px 0px #cccccc6b;
    border-radius: 10px;
}

section.tourist-box {
    padding-bottom: 200px !important;
}

@media screen and (max-width: 800px){
    section.tourist-box {
        padding-bottom: 40px !important;
    }
    
}
@media screen and (max-width: 767px) {
    body .scholarship-cus-box .cust-box-grad {
        min-height: 200px !important;
    }
  
    section.cust-h.about-dubai {
        padding: 7% 4%;
    }
    section.cust-h.about-dubai h1.color-white {
        font-size: 4rem !important;
    }
    section.cust-h.about-dubai h4.color-white {
        font-size: 2rem !important;
    }
}
@media screen and (max-width: 600px){
    .tourist-box-inner  .tourist-img ,
    .tourist-box-inner  .tourist-content {
        width: 100% !important;
    }
    .tourist-box-inner{
        flex-wrap: wrap !important;
    }
    .tourist-box-inner  .tourist-content{
        padding-left: 0px !important;
    }
}