:root {
    --pri-color: #1D50F8;
    --sec-color: #ED2121;    
  }


.space-p-t {
    padding-top: 60px;
}

.space-p-b {
    padding-bottom: 60px;
}

.space-p-tb {
    padding: 60px 0;
}

.space-m-t {
    margin-top: 60px;
}

.space-m-b {
    margin-bottom: 60px;
}

.space-m-tb {
    margin: 60px 0;
}

.custom-logo-link {
    max-width:220px;
}

.ctm-bg-blue {
    background-color: var(--pri-color);
}

.mini-title{
    color: var(--pri-color);
    font-size: 25px;
    font-family: Poppins;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
}

.ab-link{    
    color: var(--pri-color);
    font-size: 18px;
    font-family: Poppins;
    font-weight: 600;
    text-decoration: underline;
}

.ctm-btn-boxes {
    display: block;
    padding: 9px 17px;
    text-decoration: none;
    text-align: center;
    background-color: #1D50F8;
    color: #fff !important;
    border-radius: 5px;
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #978F8F;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Inria Serif", serif;    
    font-style: normal;
}


.ctm-mian-title{
    font-size: 50px;
    color: #383131;
    font-weight: 700;
    line-height: 1;    
}

.sn-name {
    display: block;
    color: #1d50f8;
    font-weight: 500;
    font-size: 15px;
}



/*Main Banner Slider effect CSS*/

.main-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    height: auto; /* Fixed height */
}

/* Background Overlay for Zoom Effect */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    z-index: -1; /* Behind content */
}

    /* Zoom Effect */
    .bg-overlay.zoom {
        transform: scale(1.05); /* Slight zoom */
    }

/* Content Slide Effect */
.mianbanner-content-holder {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .mb-slider-title, .mianbanner-content-holder p {
        opacity: 0;
        transform: translateX(-20px); /* Start slightly left */
        transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    }

    /* Active state for animation */
    .mianbanner-content-holder.active .mb-slider-title,
    .mianbanner-content-holder.active p {
        opacity: 1;
        transform: translateX(0);
    }

/* Content fade and slide effect */


.mianbanner-content-holder {
    position: relative;
    overflow: hidden;
}

    .mb-slider-title, .mianbanner-content-holder p {
        position: relative;
        opacity: 0;
        transform: translateX(-20px); /* Start slightly left */
        transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    }

    /* Active state for animation */
    .mianbanner-content-holder.active .mb-slider-title,
    .mianbanner-content-holder.active p {
        opacity: 1;
        transform: translateX(0);
    }

/*Main Banner Slider effect CSS End*/

.main-banner{
    /* min-height: 850px;     */
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;    
}

.mianbanner-content-holder{
    height: 70vh;
    display: flex;
    align-items: center;
}

.mian-banner-bottom{
    border-top:1px solid #fff;    
}

.mb-bottom-box {
    text-align: center;
    color: #fff;
    min-height: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;    
    position: relative;
    transition: 0.3s ease-in;
    z-index: 1;
    overflow: hidden;
    cursor:pointer;
}

.mb-bottom-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #0000008e;
    z-index: -1;
    top: 100%;
    transition: 0.3s ease-in;
}

.mb-bottom-box:hover:after{
    top: 0;
}

.mb-bottom-box p{
    margin-bottom: 0;
    font-size: 26px;
    font-family: Inria Serif;
    font-weight: 700;    
    line-height:1;
}

.mbb-tag{        
     font-size: 14px;     
     font-weight: 600;
     text-transform: uppercase;    
     display: inline-block;
    padding: 2px 8px;      
    margin-bottom: 10px;
     
}

.mmb-tag-blue{
    background-color: var(--pri-color);
}

.mmb-tag-red{
    background-color: var(--sec-color);
}

.mbb-row > .col-lg-3:first-child .mb-bottom-box{
    border-left: 1px solid #fff;
}

.mian-banner-title{
    font-size: 70px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}


/* TopBar */

.topbar{
    background-color: var(--pri-color);
    color: #fff;    
}

.tb-applynow {
    padding: 8px 0;
}

.topbar-nav-holder {
    display: flex;
    justify-content: flex-end;
     overflow: hidden;
}

.top-navbar-nav {    
    display: flex;
    align-items: center;
   
    list-style: none;
    padding: 0;
    margin: 0;
}
    .top-navbar-nav li {
        border-left: 1px solid;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }
.tb-applynow a {
    color: #fff;
    text-decoration: none;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 12px 36px;
    font-size: 14px;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;


    white-space: nowrap;
}

/*.nav-arrow {
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    background: #ddd;
    border-radius: 50%;
    user-select: none;
    z-index: 10;
  }
  
  .nav-arrow:hover {
    background: #ccc;
  }
  
  .left-arrow {
    margin-right: 10px;
  }
  
  .right-arrow {
    margin-left: 10px;
  }*/
  
  /* Hide arrows by default for larger screens */
  @media (min-width: 992px) {
    .nav-arrow {
      display: none;
    }
  }


.tb-applynow a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.top-navbar-nav li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

/* TopBar End*/


/* Mian Navigation Header */

.mnav-opp-holder{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 15px;
}

.mian-header-search, .slide-left-btn{
    color: #000;
}

.main-header-btn {
    background-color: red;
    text-decoration: none;
    color: #fff;
    padding: 9px 22px;
    border-radius: 4px;
    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;
}
.main-header-btn:hover{
    background-color: #000;    
    color: #fff;
}

.nav-link{
    color: #000;
}

/* Mian Navigation Header end*/


/* Slide bar Menu */
.contact-info-item {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
  
  .contact-info-icon {
    height: 50px;
    width: 50px;
    background-color: var(--sec-color);
    text-align: center;
    border-radius: 50%;
  }

  .contact-info-icon i {
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    }
  
  .contact-info-content {
    margin-left: 20px;
    flex: 1;
  }
  
  .contact-info-content h4 {
    color: #000;    
    margin-bottom: 5px;
    font-size: 17px;
  }
  
  .contact-info-content p {
    color: #000;
    font-size: 14px;
  }

  .offcanvas-body{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }

  .offcanvas-body-text {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
/* Slide bar Menu end */



/************************** Homepage  *************************/


.stay-int-sec {
    overflow: hidden;
}

/* Carousal Section HOme */

.colleges-sec {
    overflow: hidden;
}
    .carousal-nav-holer {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
    }

    .ctm-title-holder{
        flex: 1 0 72%;
        max-width: 72%;
    }

    .ctm-slider-nav-holder{
        display: flex;
        gap: 10px;
        text-align: center;
    }



    .ctm-slider-nav-holder a {
        background-color: transparent;
        height: 32px;
        width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border: 1px solid #000000;
        color: #000000;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -ms-border-radius: 32px;
        -o-border-radius: 32px;
        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;        
    }


    .ctm-slider-nav-holder a:hover{
        background-color: var(--pri-color);
        color: #fff;
        border-color: var(--pri-color);
    }

    /* the slides */
    .colleges-carousal-slider .slick-slide {
        margin: 0 10px;
    }
    /* the parent */
    .colleges-carousal-slider .slick-list {
        overflow: visible;
        margin: 0 -10px;
    }

    .cs-title-holder {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        padding: 12px;
        color: #fff;
    }

    .cs-title-holder h3{
        font-size: 16px;
        margin-bottom: 0;
    }

    .ctm-slider-container {
        position: relative;
    }

    .ctm-slider-container:after {
        position: absolute;
        top: 0;
        width: 100vw;
        height: 100%;
        background-color: #ffffff;
        content: "";
        right: 100%;
    }

    .cc-slide-box{
        position: relative;    
        border-radius: 20px;        
        overflow: hidden;
        z-index: 1;
    }
    .cc-slide-box:after{
        position: absolute;            
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.99) 100%);    
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 0;
    }

    .sc-tag {
        display: inline-block;
        margin-top: 20px;
        background-color: var(--pri-color);
        color: #fff;
        padding: 3px 8px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        position: relative;
    }

    .sc-tag::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: calc(100%);
        top: 0;
        background-color: #B9C6D7;
        z-index: 0;
        bottom: 0;
        margin: auto;
    }    

    .slider-item:nth-child(even) .sc-tag{
        background-color: var(--sec-color);
    }    
/* Carousal Section HOme End */


/* Looking for section */

.lf-box {
    padding: 20px;
    box-shadow: 0 0 3px 0px #ccc;
    border-radius: 13px;
    position: relative;    
    min-height: 150px;
    
}

    .lf-item a {
        text-decoration: none;
        color: #978F8F;
    } 

    .lf-box h3 {
        color: #252323;
        font-family: "Inria Serif";
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
    }

.fa-img-box{
    opacity: 0.1;
    mix-blend-mode: luminosity;
    /* mix-blend-mode: overlay; */
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 40px;
}

.lf-box p{
    margin-bottom: 0;
}

.lf-box:hover{
    background-color: var(--pri-color);
    color: #fff;
}

.lf-box:hover h3{
    color: #fff;
}

.lf-box:hover .fa-img-box{
    mix-blend-mode: overlay;
    opacity: 1;
}

/* Looking for section end */

/* popular programs Section */

.pp-box {
    border: 1px solid #C2CAD1;
    padding: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.pp-box-cont {
    min-height: 70px;
}

.pp-box img {
    width: 100%;    
    margin-bottom: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.pp-box h4{
    color: #56595B;    
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.pp-box span{    
    font-family: Poppins;
    line-height: normal;
}

.pp-box-foo {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    align-items: center;
}

.pd-btn {
    font-size: 14px;
    text-decoration: none;
    background-color: var(--sec-color);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}

.pd-btn:hover{
    background-color: #000;   
    color: #fff; 
}

.pd-link-an{
    color: var(--pri-color);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pp-tabs .nav-link.active, .pp-tabs .show>.nav-link {
    color: #FFF;
    background-color: var(--pri-color);
}

#pp-tabs .nav-link {
    cursor: pointer;
    margin-bottom: 12px;
}

#pp-tabs .nav-link.active {
    background-color:var(--pri-color);
}

/* popular programs Section End*/

/* Change Your Future Section*/
.changeyourfuture-sec {
    /* min-height: 100%; */
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 60px 0 20px 0;
}

.changeyourfuture-sec::after{
    content: "";
    position: absolute;
    background-color: #1e1e1ea8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hashtag-title {
    color: #fff;
    /*margin-bottom: 60px;*/
    font-family: "Inria Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
}

.cyf-tabcontent {
    color: #fff;
}


/* Change Your Future Section End*/

.cyf-tabcontent {
    max-width: 590px;
    min-height: 400px;
}

.cyf-tabcontent h4 {
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30), 0px 1px 3px rgba(0, 0, 0, 0.15);
    font-family: "Inria Serif";
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

#cyf-tabs {
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 35px;
    padding-left: 0;
}

#cyf-tabs .nav-item {
    flex: 1;
}

#cyf-tabs .nav-item .nav-link {
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 10px;
}

#cyf-tabs .nav-link.active{
    border-color:var(--sec-color);
}


.esl-box {
    padding: 25px;
    border-radius: 15px;
    background-color: #ccc;
    min-height: 270px;
}

.esl-box h4{
    color: #383131;
    font-family: "Inria Serif";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.esl-box-bg-1{
    background-color:#FFF4F4;
}

.esl-box-bg-2{
    background-color:#F3F6FF;
}

.esl-blue-btn{
    background-color: var(--pri-color);
    padding: 10px 16px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    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;
}

.esl-red-btn {
    background-color: var(--sec-color);
    padding: 10px 22px;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    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;
}

.esl-white-btn {
    background-color: #fff;
    padding: 10px 16px;
    color: #000 !important;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    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;
}


.esl-white-btn:hover {
    background-color: #000;
    color: #fff !important;
}

.ctaa-btn {
    display: inline-block !important;
}
    .esl-blue-btn:hover, .esl-red-btn:hover {
        background-color: #000;
        color: #fff;
    }


/************************** Homepage  End *************************/



/* Start :: Social Icons
===========================*/
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -138px;
    top: 230px;
    width: 203px;
    z-index: 1100;
    font-family: 'Lato', sans-serif;
  }

  .sticky li {
    
    list-style-type: none;
    border-radius: 30px;
    /* height: 48px; */
    padding: 2px 4px;
    margin: 9px 0px 9px -1px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 7px 0 #d5d5d5;
    display: flex;
    align-items: center;
}
  .sticky li:hover {
    margin-left: -115px;
  }
    .sticky li i {
        margin-right: 20px;
        background: var(--sec-color);
        border-radius: 20px;
        height: 26px;
        width: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
  .sticky li p {
    margin: 0px;
    line-height: 1;
  }

  .sticky li p a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    line-height: 1;
  }
  .sticky li p a:hover {
    color: #222;
  }
  /* end :: Social Icons
  ========================*/
  

  /* Blog post carousal home */
   /* the slides */
   .bp-carousal-slider .slick-slide {
        margin: 0 10px;
    }
    /* the parent */
    .bp-carousal-slider .slick-list {
        overflow: visible;
        margin: 0 -10px;
    }

    .cc-slide-box:hover::after{        
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(29, 80, 248, 0.79) 100%);
    }

  /* Blog post carousal home End */



/******************Contact Us Page************************/

.mian-title-black{
    color: #383131;
    font-size: 35px;
    font-family: Inria Serif;
    font-weight: 700;
    line-height: 1;
    word-wrap: break-word
}

.ttemp-header{
    min-height: 450px;
    background-color: black;
}

.cp-list h3{    
    color: #383131;
    font-size: 16px;
    font-family: Inria Serif;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}

.cp-list h3:after{
    content: "";
    width: 60px;
    height: 3px;
    background-color: var(--sec-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.cp-list li {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.cp-list li:before {
    content: "\f192";
    font-family: fontawesome;
    color: red;
    position: relative;
    top: -2px;
}

.cp-list p{    
    color: #383131;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 31px;
}


.cp-list {
    list-style: none;
    padding-left: 0;
}

.cp-form-holder {
    text-align:center;
    background: #1D50F8;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.cf-btn{
    border-radius: 6px;
    background-color: var(--pri-color);
    padding: 10px 58px;
    color: #fff;
    border: 1px solid var(--pri-color);
    margin-top: 20px;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}
.cf-btn:hover{
    background-color: #000;
    border-color: #000;
}

.cf-info-message{
    max-width: 700px;
    margin:0 auto;
}

.cf-info-message p{
    color: #978F8F;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.cp-form-holder input, .cp-form-holder select {
    height: 46px;
    color: #7c7c7c;
}

.cf-info-box {
    text-align: center;
/*    border: 1px solid #000;*/
    border-radius: 40px;
    padding: 20px;
    min-height: 186px;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    box-shadow: 0 0 9px 0px #0000001c;
}

.cf-info-box:hover{
    background-color: var(--sec-color);
    color: #fff;
    border-color: var(--sec-color);
}

.cf-info-box:hover svg path{
    fill: #fff !important;
}


.cf-info-box h4 {
    color: #383131;
    font-family: Inria Serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}

.cf-info-box svg{
    margin-bottom: 14px;
}

.cf-info-box svg path{
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}

.cf-info-box:hover h4, .cf-info-box:hover a{
    color: #fff;
}

.cf-info-box a{
    color: #383131;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}




/******************Contact Us Page end********************/

/******************AE Page Start********************/


#ae-tab .nav-link {
    padding: 8px 30px;
    color: #958D8D;
}

#ae-tab {
    padding-bottom: 25px;
    border-bottom: 1px solid #958D8D;
    margin-bottom: 25px;
}

#ae-tab .nav-link.active, #ae-tab .show>.nav-link{
    color: #fff;
}

.ae-icon-box {
    border-radius: 10px;
    border: 1px solid var(--pri-color);
    padding: 20px 20px 20px 40px;
    margin-left: 20px;
    position: relative;
    margin-bottom: 25px;
    min-height: 131px;
}
.ae-icon-box h3{ 
    color: #383131;
    font-family: "Inria Serif";
    font-size: 25px;    
    font-weight: 700;
    line-height: 1.3;
}

.ae-box-img {
    position: absolute;
    left: -20px;
    z-index: 20;
    background-color: #fff;
    top: 22px;
}

.ae-icon-box p{
    margin-bottom: 0;
}

.ae-icon-box ul {
    list-style: square;
    padding-left: 20px;
    margin-bottom: 0;
}

.ae-icon-box ul li::marker {
    color: var(--pri-color);
}

.ae-icon-box ul li {
    margin-bottom: 9px;
}

.ae-icon-box ul li:last-child{
    margin-bottom: 0;
}

.ctm-btn-bordered{
    border-radius: 6px;
    border: 1px solid #ED2121;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;    
}

/******************AE Page end********************/

/******************Our Faculty********************/

.of-bg-1{
    background-color: #FFF4F4;
}

.of-bg-2{
    background-color: #F3F6FF;
}

.of-bg-3{
    background-color: #F3FBFF;
}

.of-bg-4{
    background-color: #FFF4FF;
}

.of-color-box span{
    font-size:15px;
}

.of-color-box {
    border-radius: 13px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    justify-content: center;
}

.of-color-box h3{
    color: #383131;
    font-size: 35px;
    font-family: Inria Serif;
    font-weight: 700;
    line-height: 35px;
}

#ftd-accordion .accordion-button{
    color: #383131;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 63px;
}



 #ftd-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' 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");
    transition: all 0.5s;
  }
  #ftd-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' 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");
  }

  #ftd-accordion .accordion-button::after {
    transition: all 0.5s;
  }
  

/******************Our Faculty end********************/


/* Footer Style */
/* Newsletter section */
.nscf-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cf-info-foo{
    display: flex;
    gap: 15px;
    align-items:flex-end;
}

.cf-info-foo a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.cf-info-foo a i {
    color: var(--pri-color);
    margin-right: 6px;
}

.nl-signup-form-holer {
    display: flex;
    gap: 16px;
}

.nl-signup-label {
    flex: 1 0 125px;
    max-width: 125px;
}

.ns-form input {
    height: 46px;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 5px 14px;
    border-radius: 12px;
}

button.nl-btn {
    font-size: 14px;
    padding: 14px 44px;
    border-radius: 12px;
    background: #1D50F8;
    color: #fff;
    border: 0px solid #1D50F8;
    margin-left: -30px;
}

/* Newsletter section End */

.ctm-footer{
    background-color: #000;
    padding-top: 60px;  
    color: #fff;  
}


.footer-widget-title{
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;    
}

.foo-nav-list{
    padding-left: 0;
    list-style: none;
}

.foo-nav-list li a, .foo-nav-list li{
    color: white;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 28px;
    text-decoration:none;
    transition:0.3s ease-in-out;
}

.foo-nav-list li a:hover {
    color:var(--pri-color);
}

.foo-bottom {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 18px 0;
    border-top: 1px solid #fff;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 16px;
}

.nav-foo {
    display: flex;
    gap: 15px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.nav-foo li a{
    color: #fff;
    text-decoration: none;    
}

ul.nav-foo li:after {
    content: "|";
    margin-left: 16px;
}

ul.nav-foo li:last-child:after {
    content: "";
    margin-left:0;
}

/*.foo-navigatio-holder {
    padding-bottom: 50px;
}*/

/* Footer Style end */


.acc-list li{
    margin-bottom:4px;
}
/**********Media Quries************/

.nav-pills a{
    padding:2px 5px;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #111;
    font-weight:400;
}
.nav-pills a:hover{
    color: #fff;
    background-color: var(--pri-color);
}
#myTab .nav-link.active, #myTab .show > .nav-link {
    color: #fff;
    background-color: var(--pri-color);
}

#myTab .nav-link{
   padding:5px 10px;
   border-radius:0;
}

#myTab .nav-link {
    padding: 2px 5px;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}

#myTab .tab-content {
    border-left: 1px solid #ccc;
}

#ctm-navtabs-cont {
    border-left: 1px solid #ccc;
}

#myTab a:last-child {
    border-bottom:none;
}

.mm-title {
    font-size: 23px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.mm-title:after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:2px;
    background-color:var(--sec-color);
}

.mm-inner-title {
    font-weight:600;
    font-size:20px;
}

.mm-inner-menu {
    list-style: none;
    padding-left: 0;
}

.mm-inner-menu li a {
    text-decoration:none!important;
    display: flex;
    gap: 8px;
    color: #222;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px;
}

.mm-cta-box {
    display: flex;
    align-items: center;
    gap: 22px;
}

.mm-cta-btn {
    background-color:var(--sec-color);
    display:inline-block;
    padding:5px 10px;
    border-radius:4px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    transition:0.3s ease-in;
}

.mm-cta-btn:hover {
    background-color: #222;
    color: #fff;
}

.mm-inner-menu li a:hover {
    background-color: red;
    color: #fff;    
}

#main-nav .navbar-nav .dropdown-item:hover, #main-nav .navbar-nav .dropdown-item:focus {
    background-color:var(--pri-color);
    color:#fff;
}

/*Accordions Style*/

#bachelors-accordion .accordion-item {
    margin-bottom: 30px;
    border-radius: 6px !important;
}

#bachelors-accordion h2 {
    margin: 0;
}

#bachelors-accordion h2 div {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #444141;
    margin: 0;
}

#bachelors-accordion h2 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #978F8F;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
#bachelors-accordion .accordion-button {
    gap: 20px;
    border-radius: 7px;
    background-color:transparent;
}

#bachelors-accordion .accordion-item {
    margin-bottom: 30px;    
}
#bachelors-accordion .accordion-button:focus{
    box-shadow:none;
}
/*#bachelors-accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid;
}*/
#bachelors-accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
}

#bachelors-accordion .acc-icon {
    max-width: 57px;
    flex: 1 0 57px;
}

#bachelors-accordion .accordion-item:first-of-type {
    border-radius: inherit;
}

#bachelors-accordion .accordion-item:last-of-type {
    border-radius: inherit;
}

.list-sty-5 {
    list-style: none;
    padding-left: 0;
}

.list-sty-5 li {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    color: #978F8F;
    font-size:15px;
}


.list-sty-5 li:before {
    content: "\f058";
    font-family: "FontAwesome";
    color:var(--pri-color);
}

/*Accordions Style end*/

/*Banner buttons Style*/

.banner-btns-holder {
    display:flex;
    gap:15px;
}

.an-btn {
    background-color: var(--sec-color);
    color: #fff;
    text-decoration: none;
    padding: 9px 32px;
    border-radius: 4px;
    transition:0.3s ease-in;
}

.slc-btn {
    background-color: var(--pri-color);
    color: #fff;
    text-decoration: none;
    padding: 9px 32px;
    border-radius: 4px;
    transition: 0.3s ease-in;
}

.an-btn:hover, .slc-btn:hover {
    background-color:#000;
    color:#fff;
}

.ser-tab-list-no li {    
    padding-left: 7px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.ser-tab-list-no {
    padding-left: 1rem;
}

/*Banner buttons Style end*/
@media (max-width: 1399.98px) {
    
    .nl-signup-form-holer {
        flex-direction: column;
    }

    .nl-signup-label {
        flex: 1;
        max-width: 100%;
    }

    .mian-banner-title {
        font-size: 40px;
    }

    .mb-bottom-box p {        
        font-size: 18px;
    }

    .ctm-mian-title {
        font-size: 40px;     
    }

    #pp-tabs .nav-link {    
        margin-bottom: 6px;
    }

    .pp-box h4 {        
        font-size: 17px;
    }

    .cyf-tabcontent {        
        min-height: 350px;
    }

    .changeyourfuture-sec {
        padding: 40px 0 20px 0;
    }

    .of-color-box {
        padding: 30px 24px;
    }

    .mainCard-div {
        min-height: 362px;
    }

    .applyForm-cont {
        padding: 40px 14px;
    }

    .mncsImg-div {
        top: -120px;
        left: 50px;
    }

    .quotes {
        padding-left: 90px;
        padding-top: 50px;
    }

    .core-boxes {
        padding: 24px 15px 25px;
        min-height: 408px;
    }

    #SignupForm .nav-pills .nav-link.active {
        font-size: 17px !important;
    }

    #SignupForm .nav-pills .nav-link {
        font-size: 17px !important;
    }
}

@media (max-width: 1199.98px) {
  
    .mianbanner-content-holder {
        height: 60vh;
    }

    .pp-box-foo {
        flex-direction: column;
    }

    .pd-btn {        
        padding: 6px 12px;
        margin-bottom: 10px;
        font-size:14px;
    }

    .cf-info-foo {
        display: flex;
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .space-p-tb {
        padding: 60px 0;
    }

    .space-p-b {
        padding-bottom: 60px;
    }

    .space-p-t {
        padding-top: 60px;
    }

    #cyf-tabs .nav-item .nav-link {
        font-size: 13px;
    }

    .fact-box {
        min-height: 180px;
    }

    #ae-tab .nav-link {
        padding: 8px 14px;
    }

    .step-form-top span {
        font-size: calc(17px + (19 - 17) * ((100vw - 300px) / (1920 - 300))) !important;
    }

    #SignupForm {
        padding: 50px 20px !important;
    }

    .ctaBtns .esl-red-btn {
        padding: 10px 5px;
    }

    #ftd-accordion .accordion-button {
        line-height: 26px !important;
        font-size: 20px !important;
    }

    .cost-card-btn a {
        padding: 10px 50px !important;
    }

    .tc-box {
        padding: 20px !important;
    }

    .tc-box h4 {
        font-size: 30px !important;
        line-height: 42px !important;
        margin-bottom: 18px !important;
    }

    .degreeTab-div-info h5 {
        font-size: 26px;
    }

    .of-color-box {
        min-height: 250px;
        padding: 30px 16px;
    }

    .bnrCard-div {
        min-height: 324px;
    }

    .mainCard-div {
        min-height: 406px;
        padding: 22px 14px;
    }

    .counter-box {
        min-height: 265px;
    }

    .mncsImg-div {
        top: -80px;
        left: 30px;
    }

    .quotes p {
        font-size: 26px;
    }

    .tuitionFee-btn {
        margin: 0 5px 0 5px;
    }

    .bfAply-box {
        padding: 20px;
        min-height: 282px;
    }

    .bnrCards-main {
        margin-top: -60px;
    }

    .core-boxes {
        min-height: 450px;
    }

    .esl-red-btn {
        margin-top: 10px;
    }

    .creditCard-blue {
        min-height: 334px;
    }
    
}

@media (max-width: 991.98px) {

    .ctm-footer {    
        padding-top: 50px;    
    }

    .foo-navigatio-holder {
        padding-bottom: 0px;
    }
    .footer-logo {
        margin-bottom: 23px;
    }

    .ctm-mian-title {
        font-size: 30px;
    }

    .mini-title {
        font-size: 18px;
    }

    .mb-bottom-box p {
        font-size: 15px;
    }

    .mbb-tag {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .mb-bottom-box {
        min-height: 98px;
    }

/*    .custom-logo-link {
        flex: 1 0 120px;
        max-width: 80px;
    }*/

    .slide-left-btn {
        display: none;
    }

    .lf-box h3 {
        font-size: 20px;
    }

    .ctm-mian-title {
        font-size: 30px;
    }

    .lf-box {
        padding: 14px;
        min-height: 180px;
    }

    #cyf-tabs {
        flex-wrap: wrap;
    }

    #cyf-tabs .nav-item {
        flex: 1 0 45%;
        max-width: 45%;
    }

    .esl-box {
        min-height: 388px;
    }

    .fact-box {
        min-height: auto;
    }

    .blue-cta img {
        display: none;
    }

    .blue-cta {
        text-align: center;
        padding: 40px 0;
    }

    .contact-bg img {
        display: none;
    }

    .acc-box {
        min-height: auto !important;
    }

    .acc-box .acc-box-icon {
        margin: 2px 0 !important;
    }

    .blue-cta-full img {
        display: none;
    }

    .blue-cta-full {
        text-align: center;
        padding: 40px 0;
    }

    .accredited-box span {
        font-size: calc(20px + (2 - 20) * ((100vw - 300px) / (1920 - 300))) !important;
    }

    .accred-box-mid {
        min-height: 60px !important;
    }

    .step-form-top span {
        font-size: calc(17px + (20 - 17) * ((100vw - 300px) / (1920 - 300))) !important;
    }

    #SignupForm {
        padding: 50px 40px !important;
    }

    #ae-tab {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .mian-title-black {
        font-size: 30px;
        line-height: 38px;
    }

    .ae-icon-box {
        min-height: 190px;
    }

    .core-boxes {
        padding: 20px 10px 10px 10px !important;
    }

    .ctaBtns .esl-red-btn {
        width: 100% !important;
        padding: 10px 3px;
    }

    .select-1 {
        margin-top: 30px !important;
    }

    .f-box-main {
        padding-top: 40px !important;
    }

    .mob-bg img {
        display: none;
    }

    .ctaForm-img img {
        display: none;
    }

    .ctaForm-Cont {
        padding: 40px 20px !important;
    }

    .lgBlue-cta img {
        display: none;
    }

    .lgBlue-cta {
        padding: 40px 20px 10px 20px !important;
    }

    .lgBlue-cont ul {
        margin-bottom: 0px !important;
    }

    .st-services h3 {
        margin-bottom: 20px !important;
    }

    .st-services .st-tabs .tab-content {
        margin-top: 20px !important;
    }

    .logo-cnt h2 {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .cf-info-box {
        min-height: 206px !important;
    }

    .accDegree-card {
        min-height: 216px;
    }

    .facultyTD-sec img {
        display: none;
    }

    .bnrCard-div {
        padding: 16px 12px;
    }

    .bnrCard-div h2 {
        font-size: 20px;
    }

    .mainCard-div {
        min-height: 504px;
        padding: 14px 12px;
    }

    .mainCard-btn {
        bottom: 14px;
    }

    .Newspace-p-tb {
        padding: 0 0 30px 0;
    }

    .cyf-tabcontent {
        min-height: 300px;
    }

    .changeyourfuture-sec {
        padding: 20px 0 20px 0;
    }

    button.nl-btn {
        margin-left: 0px;
        margin-top: 8px;
    }

    .ccount-number {
        font-size: 50px;
    }

    .ctm-counter-label {
        font-size: 13px;
    }

    .counter-box {
        min-height: auto;
        padding: 30px 20px;
    }

    .mncsImg-div {
        top: -130px;
        max-width: 100%;
    }

    .Img-Content-div {
        max-height: 630px;
    }

    .mncs span {
        font-size: 80px;
    }

    .mncs p {
        font-size: 22px;
    }

    .mncs {
        max-width: 260px;
        max-height: 210px;
        top:28px;
    }

    .img-quotes {
        top: -64px;
    }

    .bfAply-box {
        padding: 16px 10px;
        min-height: 290px;
    }

    .cor-top {
        top: 0 !important;
    }

    .core-boxes {
        min-height: auto !important;
        text-align: center;
        padding: 10px !important;
    }

    .core-sec h3 {
        margin-bottom: 20px;
    }

    .core-sec h3 {
        margin-bottom: 20px;
    }

    .esl-red-btn {
        margin-top: 0px;
    }

    .creditCard-brown {
        min-height: 382px;
    }
}

@media (max-width: 767.98px) {

    .nl-signup-form-holer {
        flex-direction: column;
        margin-top: 25px;
        margin-left: 20px;
    }

    .copyright-foo {
        font-size: 14px;
    }

    .nav-foo {
        justify-content: center;
    }

    .nav-foo li a {
        font-size: 13px;
    }

    .foo-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .mian-banner-bottom {
        display: none;
    }

    .space-p-tb {
        padding: 40px 0;
    }

    .space-p-b {
        padding-bottom: 40px;
    }

    .space-p-t {
        padding-top: 40px;
    }

    .lf-box {
        min-height: 100px;
        margin-bottom: 20px;
    }

    .fa-img-box {
        max-width: 30px;
    }

    .pp-box-foo {
        flex-direction: row;
    }

    .pp-box-cont {
        min-height: auto;
    }

    .pp-box {
        margin-bottom: 16px;
    }

    .lf-box:last-child {
        margin-bottom: 0;
    }

    .esl-box {
        min-height: auto;
        margin-bottom: 10px;
    }

    .esl-box h4 {
    font-size: 26px;
    margin-bottom: 10px;
}

.esl-blue-btn {
    padding: 6px 10px;
    font-size: 14px;
}

.esl-red-btn {
    padding: 6px 10px;
    font-size: 14px;
}

.ns-form input {
        height: 40px;
    }

    button.nl-btn {
        padding: 8px 40px;
        margin-top: 8px;
        margin-left: 0px;
    }

    .step-form-top span {
        font-size: calc(17px +(16 - 17)*((100vw - 300px) /(1920 - 300))) !important;
    }

    #SignupForm {
        padding: 50px 14px !important;
    }

    .ae-icon-box {
        min-height: auto;
    }

    .btn-holder {
        justify-content: center;
    }

    .core-sec h3 {
        margin-bottom: 20px !important;
    }

    .cor-top {
        top: 0 !important;
    }

    .core-boxes {
        min-height: auto !important;
        text-align: center;
        padding: 10px !important;
    }

    .ctaBtns .esl-red-btn {
        width: 60% !important;
    }

    .select-1 {
        margin-top: 20px !important;
    }

    .f-box-main {
        padding-top: 20px !important;
    }

    .ques-bdr {
        margin-top: 0px !important;
    }

    .question-box {
        padding: 20px 20px 15px 20px !important;
    }

    .ctaForm-Cont {
        padding: 20px 0px !important;
    }

    .uniCard-div img {
        width: 100%;
    }

    .uniCard-Cont p {
        min-height: auto !important;
    }

    .lgBlue-cta {
        padding: 14px 12px 10px 14px !important;
    }

    .programs-card-div h5 {
        font-size: 20px !important;
    }

    .st-services .st-tabs .nav-tabs .nav-link {
        font-size: 18px;
        padding: 6px 12px;
    }

    .st-services h3 {
        margin-bottom: 20px !important;
    }

    .st-services .st-tabs .nav-tabs .nav-link {
        font-size: 18px !important;
        padding: 6px 12px !important;
    }

    .future-sec h3 {
        margin-bottom: 14px !important;
    }

    .future-main {
        flex-direction: column;
        gap: 10px !important;
    }

    .future-box {
        max-width: 80% !important;
        text-align: center !important;
    }

    .future-top {
        justify-content: center !important;
    }

    .tc-box {
        padding: 10px !important;
    }

        .tc-box h4 {
            font-size: 26px !important;
            line-height: 32px !important;
        }

    .bachelors-fields h2 {
        margin-bottom: 20px !important;
    }

    .bf-box {
        padding: 10px !important;
        margin-bottom: 14px !important;
    }

    .bf-box-first {
        gap: 20px !important;
    }

    .acc-second {
        margin-bottom: 12px !important;
    }

    .acc-para {
        margin-bottom: 10px !important;
    }

    .cp-form-holder {
        padding: 20px !important;
    }

    .cf-btn {
        margin-top: 0px !important;
    }

    .cf-info-box {
        min-height: auto !important;
    }

    .payment-failure-top img {
        max-width: 110px !important;
    }

    .payment-failure-box {
        padding: 20px !important;
    }

    .payment-failure-top {
        margin-top: -63px !important;
    }

    .thankImage img {
        max-width: 124px !important;
    }

    .main-header-btn {       
        padding: 9px 12px;
        font-size: 14px;
    }

    .bnrCard-div {
        padding: 20px;
        min-height: auto;
    }

    .mainCard-btn {
        bottom: 14px;
    }

    .mainCard-div {
        min-height: auto;
        padding: 20px 20px 40px 20px;
    }

    .aplNow-sec h4 {
        font-size: 34px;
    }

    .aplNow-sec a {
        padding: 8px 30px;
    }

    .ctm-footer {
        padding-top: 30px;
    }

    .box-text {
        margin-right: -12px;
        padding: 20px 10px 10px 20px;
    }

    .halfImage-divLeft {
        display: none;
    }

    .mncsImg-div {
        left: 0;
        padding: 20px;
    }

    .Img-Content-div {
        max-height: 560px;
    }

    .mncs span {
        font-size: 50px;
    }

    .mncs {
        top: 10px;
        left: 0;
        max-width: 240px;
        max-height: 166px;
    }

.mncs p {
    font-size: 20px;
}

.img-quotes {
    right: -183px;
    width: 70px;
}

.quotes {
    padding-left: 0;
    padding-top: 20px;
}

.quotes p {
    font-size: 22px;
    line-height: 1.4;
}

}

@media (max-width: 575.98px) {

    p {
        font-size: 15px;
    }

    .hashtag-title {
        font-size: 20px;
        line-height: 25px;
    }
    
    .custom-logo-link {
        max-width: 138px;
    }

    .space-p-tb {
        padding: 20px 0;
    }

    .space-p-b {
        padding-bottom: 20px;
    }

    .space-p-t {
        padding-top: 20px;
    }

    section.topbar {
        display: none;
    }

    .mian-banner-title{
        font-size: 26px;
    }

    .mini-title {
        font-size: 12px;
    }

/*    .mianbanner-content-holder {
        height: 60vh;
    }*/

    .lf-box {
        margin-bottom: 10px !IMPORTANT;
    }

    #cyf-tabs .nav-item {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .cyf-tabcontent h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .cyf-tabcontent {
        min-height: 100px;
    }

    .ctm-mian-title {
        font-size: 22px;
    }

    .nscf-info {
        flex-direction: column;
    }

    .changeyourfuture-sec {
        min-height: 400px;
    }

    #cyf-tabs {
        gap: 20px;
    }

    .mb-bottom-box {
        min-height: 70px;
    }

    .foot-col {
        flex-direction: column;
        gap: 0 !important;
    }

    .inner-banner {
        padding: 20px 4px !important;
    }

    .inner-banner span {
        font-size: calc(14px + (20 - 20) * ((100vw - 300px) / (1920 - 300))) !important;
    }

    .fact-box {
        padding: 12px;
    }

    .fact-box .fact-img {
        max-width: 100px !important;
    }

    .fact-box .fact-text {
        max-width: 140px !important;
    }

    .blue-cta {
        padding: 14px 0;
    }

    .blue-cta h3 {
        font-size: 22px;
    }

    .blue-cta a {
        line-height: 1.3;
        font-size: 14px;
    }

    .game-box {
        padding: 14px 10px !important;
    }

    .contact-bg {
        padding: 16px 20px !important;
    }

    .contact-bg .esl-red-btn {
        margin-top: 8px;
    }

    .program-sec .row {
        padding: 10px !important;
    }

    #SignupForm {
        padding: 20px 14px !important;
        margin-top:20px;
    }

    .step-form-top {
        flex-direction: column;
        margin-bottom: 10px !important;
        gap: 20px !important;
    }

    .mid-title {
        font-size: 24px !important;
    }

    .dark-sec-bg th {
        font-size: 13px;
        padding: 2px;
    }

    .dark-sec-bg tr td {
        font-size: 12px;
        padding: 2px;
    }

    .table-box::before {
        right: 17px;
        width: 25%;
        height: 85%;
        top: 5%;
    }

    .federal-sec .row {
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    .federal-box {
        margin-bottom: 10px !important;
        gap: 4px;
    }

    .advisor-box {
        min-height: auto !important;
        padding: 16px !important;
    }

    .advisor-box-text p {
        margin-bottom: 0 !important;
    }

    .advisor-card-box {
        min-height: auto !important;
    }

    .guiding-sec .accordion-button {
        padding: 10px 0;
    }

    .guiding-sec .accordion .accordion-button {
        font-size: 14px !important;
    }

    .core-sec h3 {
        margin-bottom: 0px !important;
    }

    .core-boxes .core-boxes-icon {
        margin: 10px 0;
    }

    .core-boxes .core-boxes-text p {
        margin: 4px 0 4px 0;
    }

    .f-box {
        padding: 20px 0 !important;
    }

    .phd {
        margin-top: 12px !important;
        margin-bottom: 10px !important;
    }

    .f-box h5 {
        margin-top: 10px !important;
    }

    .mian-title-black {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .cost-card-head {
        padding: 10px 30px !important;
        font-size: 16px !important;
    }

    .cost-card-fee {
        margin-left: 16px !important;
        padding: 0 !important;
        margin-right: 16px !important;
    }

    .cost-card-fee li {
        padding-top: 14px !important;
        padding-bottom: 2px !important;
    }

    .cost-card-total {
        padding: 10px 18px !important;
    }

    .cost-card-btn {
        padding: 0 0 22px !important;
    }

    .cost-card-btn a {
        padding: 6px 30px !important;
    }

    .overallCost-btns {
        gap: 20px !important;
        font-size: 14px !important;
    }

    .fees-table {
        padding-top: 20px;
    }

    .fees-table .colHead {
        font-size: 14px !important;
        padding-bottom: 4px !important;
    }

     .fees-table .rowHead {
        line-height: 1.4 !important;
        padding-left: 6px !important;
        font-size: 12px !important;
     }

    .sld-btn {
        padding-bottom: 30px !important;
    }

    .sld-btn a {
        padding: 6px 40px !important;
    }

    .sld-btn p {
        padding-bottom: 0px !important;
        font-size: 16px !important;
    }

    .savingCost-div {
        padding: 20px 0 !important;
    }

    .savingCost-div:before {
            height: 55px !important;
            top: 17px !important;
        }

    .savingCost-div span {
        font-size: 30px !important;
    }

    .ctaLogo-div {
        gap: 14px !important;
    }

    .ctaContent-div p {
        font-size: 12px !important;
    }

    .scholar-sec .red-before {
        padding-bottom: 6px !important;
        margin-bottom: 6px !important;
        font-size: 20px;
    }

    .scholar-sec tr td {
        font-size: 14px !important;
    }

    .priceSaved {
        margin-bottom: 14px !important;
    }

    .priceSaved h2 {
        margin-bottom: 0 !important;
    }

    .applyLogo-div h3 {
        font-size: 22px !important;
    }

    .ctaForm-Fields select.form-select {
        padding: 6px 6px 6px 14px;
    }

    .prog-schl-Cont {
        min-height: 170px !important;
    }

    .prog-Accord .accordion-button {
        padding: 4px 0 !important;
        font-size: 20px !important;
    }

    .st-services h3 {
        margin-bottom: 8px;
    }

    .st-services .st-tabs .tab-content h4 {
        font-size: 26px !important;
        line-height: 24px !important;
    }

    .st-services .st-tabs .tab-content .tab-pane p {
        margin-bottom: 10px !important;
    }

    .logo-cnt h2 {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .logo-img {
        margin-bottom: 0 !important;
    }

    .bf-box-cnt h5 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .reaching-out p {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 0;
    }

    .cp-list li {
        margin-bottom: 0px !important;
    }

    .cp-list p {
        line-height: 20px !important;
    }

    .cp-list h3 {
        padding-bottom: 4px !important;
    }

    .cp-form-holder {
        padding: 16px 10px !important;
    }

    .cf-info-message p {
        font-size: 14px !important;
    }

    .cf-btn {
        padding: 4px 40px !important;
    }

    .cp-form-holder input {
        height: 36px !important;
    }

    .cp-form-holder select {
        height: 36px !important;
        padding: 6px 4px !important;
    }

    .cp-form-holder {
        padding: 20px;
    }

    .cf-info-box {
        padding: 6px;
    }

        .cf-info-box svg {
            margin-bottom: 2px;
            width: 26px;
        }

        .cf-info-box h4 {
            font-size: 22px;
            line-height: 1;
        }

    .payment-failure-top img {
        max-width: 90px !important;
    }

    .payment-failure-box {
        padding: 30px 10px !important;
    }

    .retry-btn {
        padding: 8px 30px !important;
        font-size: 14px !important;
    }

    .thankImage img {
        max-width: 80px !important;
    }

    .degreeTab-div-info h5 {
        font-size: 20px;
    }

    .degreeTab-div-info {
        min-height: 60px;
    }

    .blue-cta-full {
        padding: 20px 0;
    }

    .of-color-box {
        min-height: auto;
    }

    .aplNow-sec h4 {
        font-size: 30px;
    }

    .aplNow-sec a {
        padding: 6px 22px;
    }

    .applyForm-cont {
        padding: 20px 14px;
    }

    .applyForm-btn {
        padding: 8px;
        margin-top: 0px;
    }

    .nscf-info {
        margin-bottom: 14px;
    }

    .nl-signup-form-holer {
        margin-top: 12px;
        margin-left: 5px;
        gap: 8px;
    }

    button.nl-btn {
        padding: 10px 40px;
    }

    .ctm-footer {
        padding-top: 12px;
    }

    .footer-logo {
        margin-bottom: 10px;
        width: 170px;
    }

    .box-text {
        margin-right: 0px;
        padding: 10px 10px 10px 14px;
    }

    .box-text h4 {
        font-size: 20px;
    }

    .mncsImg-div h3 {
        font-size: 20px;
    }

    .mncsImg-div h4 {
        font-size: 23px;
    }

    .mncsImg-div {
        padding: 16px 14px 1px;
        top: -40px;
    }

    .Img-Content-div {
        max-height: 704px;
    }

    .mncs {
        max-width: 210px;
        max-height: 130px;
    }

        .mncs span {
            font-size: 42px;
        }

        .mncs p {
            font-size: 18px;
        }

    .img-quotes {
        top: -34px;
        right: -144px;
        width: 40px;
    }

    .quotes p {
        font-size: 18px;
    }

    .fee-table-date p {
        text-align: start;
    }

    .esl-box {
        padding: 16px;
    }

    .an-btn {
        padding: 6px 16px;
    }

    .slc-btn {
        padding: 6px 16px;
    }

    .tsCredit-box span {
        font-size: 20px;
    }

    .tsCredit-box p {
        padding: 6px 10px 0px 0;
    }

    .choseUs-bg .chose-Card {
        padding: 20px;
        min-height: auto;
    }

    .chose-Card h4 {
        padding-bottom: 0;
    }

    .creditCard-brown {
        padding: 20px 14px;
        min-height: auto;
    }

    .creditCard-blue {
        padding: 20px 14px;
        min-height: auto;
    }

    .creditTrans-ImpBody {
        padding: 14px 30px 1px 14px;
    }

    #SignupForm input, #SignupForm select {
        height: 40px;
    }

}


@media all and (min-width: 992px) {
    .dropdown-menu {
        width: 13rem;
        padding: 0;
    }

    .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
    }

    .ktm-mega-menu {
        position: static;
    }

    .mega-menu {
        /* left:0; */
        left: -30rem !important;
        right: 0;
        width: 100%;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }

    .dropdown-menu > li:hover > .submenu,
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .ctm-mob-menu-btn {
        display: none;
    }
}


@media (max-width: 480px) {
    .main-header-btn {
        display:none;
    }

    .accDegree-card {
        min-height: 180px;
    }

    .esl-blue-btn {
        width: 100%;
        text-align: center;
    }

    .esl-red-btn {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .cost-card-btn a {
        padding: 6px 2px !important;
    }

    .core-boxes .core-boxes-text span {
        font-size: 20px;
    }

}


.ctm-mob-menu {
    display: none;
}



    /**********Media Quries End********/



.bya-box {
    min-height: 236px;
}

/*Blogs Hide**/

.colleges-sec {
    display:none;
}