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

    .header-mobile {
      display: block;
    }
  
    .admin-bar section:not(.is-stuck) .mmenu-wrapper {
      top: 32px;
    }
    .finance-banner h2 {
        font-size: 42px;     
    }
    .circle ul li span {
        width: 45px;
        height: 45px;
        margin-right: 0;
    }  

  }
  
  @media only screen and (max-width: 782px) {

    .admin-bar section:not(.is-stuck) .mmenu-wrapper {
      top: 46px;
    }
  }
  

@media screen and (max-width:768px) {
    
    .coporate-team {
        margin-top:60px;
    }
    section.coporate-team .space-150 {
        display: none;
    }
    .form-warea {
        text-align: center;
    }   
    .finance-banner h2 {
        text-align: center;
    }     
    .finance-banner p{
        text-align: center;
    }
    .circle {
        text-align: center;
    }
    .about-testi .col-lg-3.col-md-3 {        
        padding: 30px 0 0;
    }   
    .logos-carousel .owl-nav button.owl-prev {
        left: -80px;
        background: #fff;
        color: #000;
    }     
    .logos-carousel .owl-nav button.owl-next {
        right: -80px;
        background: #fff;
        color: #000;
    }    
    
}

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

    .finance-header .topbar-right-info, .topbar-right-info { margin-left: 0; }
    .finance-header .topbar-right-desc h6 { display: none; }
    
    .finance-header .topbar-right-icon a {
        font-size: 18px;
        display: flex;
        margin-right: 8px;
    }
    section.our-ranking {
        background: #333;
    }
    section.our-ranking h3.main-head {
        color: #fff;
    }
    section.our-ranking p {
        color: #fff;
    }
    section.our-ranking h6 {
        color: #fff;
    }

}


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

.alumni_card img {
    display: block;
    margin: auto;
    }
.about-testi .col-lg-3.col-md-3 {
    background: #f6f8f7;
    text-align: center;
    margin: 0 0 10px;    
    padding: 40px 0px 20px 0px;
    }         
section.feature .mb-5 {
    margin-bottom: 20px !important;
    } 
.alumni_card img {
    display: block;
    margin: auto;
    }

}

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

.finance-banner h2 {
    font-size: 26px;
    margin:0;
    } 
.finance-banner p {
    text-align: center;
    font-size: 18px;    
    }
.circle ul li span {
    width: 40px;
    height: 40px;    
    }
.ot-heading h3 {
    font-size: 22px;
    }    
.logos-carousel {
    padding: 30px;    
    }
.owl-carousel .owl-nav {
    display: none;
    }     
section.alumni-section .mb-5 {
    margin: 0px !important;
    }    
.cta-main h2 {
    font-size: 24px;    
    }
.cta-main p {
    font-size: 14px;
    color:#000;
    }    
section.cta-main .row + .space-80 {
    height:15px;
    }
.coporate-mkt .container .row + .space-60 {
    display: none;
    }    
.coporate-mkt .row.client-space-remove .mb-5 {
    margin-bottom: 0 !important;
    margin-top: 15px;
    } 
.coporate-mkt h3 {
    color: #fff;
    font-size: 18px;
    } 
.coporate-mkt p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    }    
.excelience_bg h3 {
    font-size: 24px;    
    }     
.excelience_bg p {
    margin: 7px 0 15px;
    }        
section.why_choose {
    padding: 0 0 50px;
    }

}