@media only screen and (max-width: 700px){
    h1{
    font-size: calc(3rem + 0.5vw);
    line-height: 3.6rem;
    }
    h2{
    font-size: calc(2.5rem + 0.5vw);
    line-height:3.1rem;
    }
    h3{
    font-size: calc(2rem + 0.5vw);
    line-height: 2.6rem;
    }
    h4{
    font-size: calc(1.5rem + 0.5vw);
    line-height:2.1;
    }
    h5{
    font-size: calc(1rem + 0.5vw);
    line-height: 1.6rem;
    }
    h1, h2, h3, h4, h5, h6{
        margin-bottom: 10px;
    }
    .explore{
        padding: 40px 0px;
    }

    .top-header{
        padding: 10px 20px;
       
    }
    .hamb-menu-cont{
        display: none;
    }
    .lang-select{
        font-size: 0.9rem;
        text-transform: uppercase;
        padding: 0.1rem 0.7rem;
        margin-right: 15px;
    }
    .banner-cont-bx-left h3{
        font-size: 1.1rem;
        line-height: 1.3rem;
        margin-bottom: 5px;
        }
    .main-logobx img{
        width: 30%;
    }
    .main-top-menu{
        flex:1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .banner-sec{
        height: 65vh;
    }
    .banner-cont-bx{
        padding: 20px;
        flex-wrap: wrap!important;
    }
    .banner-cont-bx-left{
        flex: none;
        width: 50%!important;
    }
    .banner-cont-bx-center{
        width: 50%!important;
         flex: none;
    }
    .banner-cont-bx-right{
        width: 100%;
         flex: none;
       margin-top: 15px;
    }
    .banner-cont-bx-center img{
        max-width: 80px;
    }
    .banner-cont-bx-right p{
        font-size: 0.8rem;
        line-height: 1rem;
        max-width: 100%;
        margin-bottom: 0px;
    }
    .banner-slider{
        flex-direction: column;
        padding: 10px 0px;
    }
    .banner-left img{
        max-width: 100px;
    }
    .prim-brd-btn{
        padding: 0.3rem 0.8rem;
        font-size: 0.8rem;
        border: 1px solid #47bfaf;
    }
    .view{
        font-size: 1.8rem;
        font-weight: 500;
    }
    .b-sp{
        padding: 40px 20px;
    }
    p{
        font-size: 0.9rem;
    }
    .img-plhlder{
        width: 90%;
    }
    .abt-sec p{
        font-size: 1rem;
    }
    .read-outline-btn{
        font-size: 1rem;
        padding: 0rem 1rem 0rem 0rem;
    }
    .read-outline-btn-go{
        height: 30px;
        width: 30px;
        margin-right: 10px;
    }
    .facilities h4{
        padding-left: 6%;
    }
    .fez-right img{
        width: 40px;
    }
    .fez-left img{
        width: 40px;
    }
    .ft-sec{
        padding:20px;
    }
    .half-cent{
        width: 100%;
    }
    .ft-logobx{
        text-align: center;
        margin-bottom: 20px;
    }
    .qk-links{
        margin-bottom: 24px;
    }
    .ft-sec h5{
        margin-bottom: 5px;
    }
    .cpright{
        flex-direction: column;
        align-items: flex-start;
    }
    .cp-list{
        flex-direction: column;
        
    }
    .cp-list li{
            border-right: 0px;
}
.ft-logobx img{
    max-width: 100px;
}
.fixed-left{
    left: 0px;
    top: 86px;
}
.fixed-right{
    right: 0px;
     top: 86px;
}
.fixed-left .chat img{
    max-width: 85px;
}
.fixed-left .goto-top img{
    max-width: 35px;
}
.sm-row a i{
    font-size: 16px;
}
.sm-row a{
    width: 27px;
    height: 27px;
    margin: 3px;
}
.sm-row{
    justify-content: center;
}
.follow{
    font-weight: 500;
    font-size: 0.9rem;
}
.bk-tr{
    margin: 5px auto;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.2rem 0.4rem;
}
.get-tch i{
     font-size: 14px;
}
.get-tch{
    width: 27px;
    height: 27px;
}
.mainmenu-toggle{
    width: 40px;
    height: 40px;
    background-color: #001e45;
    padding: 0.5rem;
    border-radius: 50%;
    max-width: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    background-image: url(https://edison.academy/rh/wp-content/uploads/2025/11/ed-menu.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
}
.mainmenu-toggle .mainmenu-icon .main-bar:last-child{
    margin-bottom: 0px!important;
}
.mainmenu-toggle .mainmenu-icon .main-bar:first-child{
    margin-top: 0px!important;
}
.mainmenu-icon{
    display: flex;
    
    justify-content: center;
    flex-direction: column;
}
.mainmenu-toggle .mainmenu-icon .main-bar {
    width: 25px;
    height: 2px;
    margin: 2.5px 0;
    background: #c1c6cf;
}

.mainmenu-toggle .mainmenu-icon .main-bar-center {
    width: 15px;
    height: 2px;
    margin: 2.5px 0;
    background: #c1c6cf;
}

/* When active – expand center bar */
.mainmenu-toggle.active .mainmenu-icon .main-bar-center {
    width: 25px !important;
}

/* When NOT active – return to 15px */
.mainmenu-toggle:not(.active) .mainmenu-icon .main-bar-center {
    width: 15px !important;
}


}

@media only screen and (min-width: 701px) and (max-width: 990px){
    .prim-brd-btn{
        padding: 0.3rem 0.8rem;
        font-size: 1rem;
        border: 1px solid #47bfaf;
    }
    .mainmenu-toggle{
    width: 40px;
    height: 40px;
    background-color: #001e45;
    padding: 0.5rem;
    border-radius: 50%;
    max-width: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.mainmenu-toggle .mainmenu-icon .main-bar:last-child{
    margin-bottom: 0px!important;
}
.mainmenu-toggle .mainmenu-icon .main-bar:first-child{
    margin-top: 0px!important;
}
.mainmenu-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mainmenu-toggle .mainmenu-icon .main-bar{
    width: 25px;
    height: 2px;
    margin: 2.5px 0;
    background: #c1c6cf;
}
  .top-header{
        padding: 10px 20px;
       
    }
    .hamb-menu-cont{
        display: none;
    }
    .lang-select{
        font-size: 0.9rem;
        text-transform: uppercase;
        padding: 0.1rem 0.3rem;
        margin-right: 15px;
    }
    .banner-cont-bx-left h3{
        font-size: 1.7rem;
        line-height: 1.8rem;
        margin-bottom: 5px;
        }
    .main-logobx img{
        width: 20%;
    }
    .main-top-menu{
        flex:1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .banner-sec{
        height: 80vh;
    }
    .banner-cont-bx{
        padding: 20px;
        flex-wrap: wrap!important;
    }
    .banner-cont-bx-left{
        flex: none;
        width: 50%!important;
    }
    .banner-cont-bx-center{
        width: 50%!important;
         flex: none;
    }
    .banner-cont-bx-right{
        width: 100%;
         flex: none;
       margin-top: 15px;
    }
    .banner-cont-bx-center img{
        max-width: 80px;
    }
    .banner-cont-bx-right p{
        font-size: 0.8rem;
        line-height: 1rem;
        max-width: 100%;
        margin-bottom: 0px;
    }
    .banner-slider{
        flex-direction: column;
        padding: 10px 0px;
    }
    .banner-left img{
        max-width: 100px;
    }
 .explore{
    padding: 80px 0px;
 }
 .b-sp{
    padding: 40px 60px;
 }
 .img-plhlder{
    width: 90%;
 }
 .sm-sec{
    margin-top: 20px;
 }
 p{
    font-size: 1rem;
 }
 .abt-sec p{
    font-size: 1rem;
 }
 .read-outline-btn{
    font-size: 1.5rem;
 }
 .read-outline-btn-go{
    width: 50px;
    height: 50px;
 }
 .half-cent{
    width: 90%;
 }
 .ft-sec{
    padding: 40px 60px 0px 60px;
 }
 .fixed-right{
    right: 60px;
 }
 .fixed-left{
    left: 60px;
 }
 .mainmenu-mobile-header img{
    width: 60px;
 }
}


@media only screen and (min-width: 991px) and (max-width: 1300px){
   
}
@media only screen and (min-width: 991px) and (max-width: 1230px){
  
}