


@media only screen and (max-width: 480px) { 
    .video-content .video-sub-title {
        color: #a3bed5;
        text-align: center;
        margin: 0 auto;
        font-size: 15px !IMPORTANT;
        padding-bottom: 35px;
        line-height: 22px;
    }
    
    .service-box1 .service-box-icon {
        display: none;
    }
    .service-box-content p {
        margin-bottom: 0;
    }
    .service-box1 {
        background-color: #002147;
        padding: 6px 10px 6px;
    }
    .mean-container .mean-bar {
        background: #ffffff !important;
      }

      .courses-box1 .single-item-wrapper {
        margin-bottom: 60px;
        min-height: 270px;
    }

    .service1-area .service1-wrapper {
        display: block;
        margin-top: 15px;
    }


}

@media (min-width: 768px) and (max-width: 991px) { 
.courses-box1 .single-item-wrapper {
    margin-bottom: 60px;
    padding: 12px 0;
    min-height: 210px;
}
}

@media (min-width: 991px) and (max-width: 1024px) { 
.main-menu-area .logo-area {
    margin: 5px 0;
    width: 60%;
}