@media screen and (min-width:1024px) {
    .navbar-expand-md .navbar-toggler{
        display: none;    
    }    
}

@media screen and (max-width:1200px) {
    .OnlineBx p {    
        font-size: 14px;
        line-height: 20px;
    }
    .OnlineBx h4 {
        font-size: 28px;     
        line-height: 34px;
    }
}

@media screen and (max-width:1023px) {
    .mobile-container {
        max-width: 100%;
    }
    .navbar-expand-md .navbar-toggler{
        display: block;    
        width: 80%;
        text-align: right;
    }
    .navbar-expand-md .navbar-collapse{
        display: none!important;
    }
    .heroarea .container h1{
        font-size: 40px;
        padding:0 10px;
        text-align: center;
    }
    .heroarea p{
        text-align: center;
        font-weight: bold;
        padding: 10px 25px;
    }
}

@media screen and (max-width:991px) {
    .OnlineBx{
        padding: 25px;
    }
    .OnlineBx h3 { 
        font-size: 14px;
    }
    .OnlineBx p {    
        font-size: 13px;
        line-height: 16px;
    }
    .OnlineBx h4 {
        font-size: 18px;
        line-height: 21px;       
    }
}

@media screen and (min-width:767px) {
    
}

@media screen and (min-width:540px) {
    
}

@media screen and (max-width:767px) {    
    .navbar-expand-md .navbar-toggler{
        width: auto;
        display: block;    
    }
    .heroarea .container {
        top: 24%;
        text-align: center;
    }
    .heroarea .container h1 {
        font-size: 40px;
        line-height: 56px;
    }
    .heroarea p {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
    }
    .start-header.scroll-on .navbar-light .navbar-toggler-icon {
        border-color: #000;
    }
    .start-header {
        padding: 20px 0;
    }
    .navbar-nav li.desk-mobile-logo {
        display: block;
        padding: 0 15px 30px;
    }
    .navbar-collapse {
        background: #fff;
        position: fixed;
        width: 80%;
        left: 0;
        height: 100vh;
        z-index: 9;
        top: 0;
        padding: 0;
        box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
        -webkit-transition: left .5s cubic-bezier(.6, .1, .68, .25);
        transition: left .5s cubic-bezier(.6, .1, .68, .25);
        left: -300px;
        z-index: 999;
        transition: all .375s;
    }
    .collapse.show {
        left: 0px;
        z-index: 99;
        -webkit-transition: left .6s cubic-bezier(.6, .1, .68, .53);
        transition: left .6s cubic-bezier(.6, .1, .68, .53);
        transition: 0.5s;
    }
    .start-header.scroll-on .navbar-toggler-icon:before {
        background: url(../images/dots-menu1.svg) left top no-repeat;
    }
    .start-header.scroll-on .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        background: url(../images/cancel1.svg) left top no-repeat;
    }
    .nav-item .nav-link {
        color: #000 !important;
        padding: 15px 0 !important
    }
    .nav-item.active .nav-link {
        color: #000 !important;
    }
    .start-header.scroll-on .nav-item .nav-link {
        color: #000 !important;
    }
    .start-header.scroll-on .nav-item.active .nav-link {
        color: #000 !important;
    }
    .OnlineMarket {
        padding: 40px 0 0;
    }
    .OnlineMarket h2 {
        margin: 0 0 15px;
        font-size: 30px;
        line-height: 42px;
    }
    .OnlineMarket .market-txt {
        font-size: 16px;
        line-height: 28px;
        margin: 0 auto 30px;
    }
    .OnlineMarket .col-sm-6 {
        padding: 0px;
    }
    .OnlineBx {
        padding: 50px 20px;
    }
    .OnlineBx h3 {
        font-size: 17px;
    }
    .OnlineBx h4 {
        font-size: 24px;
        line-height: 36px;
        font-weight: 700;
    }
    .CoreServices {
        padding: 50px 0;
    }
    .CoreServices h2 {
        margin: 0 0 25px;
        font-size: 30px;
        line-height: 38px;
        text-align: left;
    }
    .Team-txt {
        font-size: 17px;
        line-height: 25px;
        margin: 0 auto 40px;
        text-align: left;
    }
    .CoreServices h3 {
        font-size: 22px;
    }
    .CoreServices p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 18px;
    }
    .OurWork {
        padding: 0px 0 30px;
    }
    .OurWork h2 {
        margin: 0 0 15px;
        font-size: 30px;
        line-height: 42px;
    }
    .work-txt {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .OurWork p {
        font-size: 17px;
        line-height: 30px;
        margin-top: 25px;
    }
    .SmallTeam {
        padding: 30px 0 30px;
    }
    .SmallTeam h2 {
        margin: 0 0 15px;
        font-size: 30px;
        line-height: 38px;
    }
    .ContactWrap {
        padding: 20px 0;
    }
    .ContactWrap h2 {
        margin: 0 0 15px;
        font-size: 30px;
        line-height: 40px;
    }
    .contact-txt {
        font-size: 18px;
        line-height: 28px;
        margin: 0 auto 30px;
    }
    footer {
        padding: 40px 0;
    }
    footer .copyTitle {
        font-size: 15px;
        padding-top: 0;
        text-align: center;
        line-height: 24px;
    }
    #scroll {
        right: 4px;
        bottom: 110px;
        width: 35px;
        height: 36px;
    }
    footer .socialbx {
        text-align: center;
        margin: 15px 0 0;
    }
    .mobile-hide {
        display: none;
    }
    .ServicePage h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .OnlineEducation {
        padding: 0px 0;
    }
    .OnlineEducation h2 {
        margin: 0px 0px 15px 0px;
        font-size: 30px;
        line-height: 38px;
    }
    .awardedfeatured {
        padding: 0px 0 80px;
    }
    .awardedfeatured h2 {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    .WorkPage {
        padding: 40px 0;
    }
    .WorkPage h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .WorkPage .Team-txt {
        margin-bottom: 30px;
    }
    .parallax-multi {
        padding: 40px 0;
    }
    .parallax-multi h2 {
        margin: 0px 0px 15px 0px;
        font-size: 20px;
        line-height: 32px;
    }
}

@media screen and (max-width:540px) {  
    .heroarea .container h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .heroarea p {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
    }
}

@media screen and (max-width:320px) {  
    .heroarea .container h1{
        font-size: 32px;
        line-height: 40px;
    }
    .heroarea p{
        font-size: 16px;
        line-height: 22px;
    }
}