/*
====================================
Mobile Phones only 
====================================
*/
@media screen and (max-width: 576px) {

   .mobile-no-apply {
  	height: 450px;
 	width: 1000px;

    }
}

/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 1400px) {

   .hero-content {
        height: 485px;
        background-image: url(../img/home-images/slider01.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 0;
    }

    .hero-content img {
        display: none !important;
    }

}

/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1200px) {

    .main-about-content h2 {
        font-size: 32px;
    }

    .rs-services-item p {
        font-size: 14px;
    }

    .menu-area .menu-nav ul li a {
        padding: 0 5px;
    }


    .logo img {
        width: 180px;
    }

}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    .footer-contact {
        margin: 50px 0;
    }

    .about-left-content {
        margin-bottom: 50px;
    }
    .whychooseus-left h3 {
        font-size: 32px;
    }


    .rs-about-left .image-part {
        padding-right: 0px; 
        margin-bottom: 30px;
   }

   .whychooseus-area .image-part {
       margin-top: 30px;
   }


   .hero-content {
        height: 485px;
        background-image: url(../img/home-images/slider01.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 0;
    }

    .hero-content img {
        display: none !important;
    }

    .green {
        margin-top: 20px;
    }

    .whychooseus-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .image-part {
        margin-bottom: 35px;
    }

    .whychooseus-left p#atyello {
        display: none;
    }

    .rs-about-right-header h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .rs-about-right-header p {
        margin-bottom: 0;
    }

    .rs-about-right-text h6 {
        line-height: 1.8;
    }

    .rs-about-right-text p {
        display: none;
    }

    .content-part .title a {
        font-size: 20px;
        font-weight: 600;
    }

    .virtual-content h3 {
        font-size: 24px;
    }

    .readon {
        margin-top: 35px;
    }

    .sm-menu-area .logo img {
        display: inline-block;
        width: 170px;
    }

    .rs-blog-area .blog-wrap {
        margin: 10px;
    }

}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {

    .copyright-content {
        text-align: center;
    }

    .copyright-text p {
        font-size: 16px;
    }

    .copyright-content .copy-content p br {
        display: none;
    }

    .footer-logo img {
        width: 120px;
    }

    .first-footer {
        margin-bottom: 30px;
    }

    .footer-nav {
        margin-top: 30px
    }

    .about-content-area {
        padding: 50px 0;
    }

    .about-left-content {
        margin-bottom: 50px;
    }


    .about-left-content {
        margin-bottom: 50px;
    }

    .whychooseus-left h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .focused-content {
        flex-direction: column;
        align-items: inherit;
    }

    .focused-content .img {
        margin-bottom: 20px;
    }

    .we-do-content h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .rs-services-area .course-info p {
        font-size: 15px;
        line-height: 24px;
    }

    .latest-news-header h3 {
        font-size: 24px;
        /*! color: #fff; */
        line-height: 32px;
        font-weight: 700;
    }

    .latest-news {
        padding-top: 30px;
        background: #FAFAFA;
    }

    .rs-services-item {
        margin-bottom: 20px;
    }

    .about-banner-area {
        padding: 100px 0;
    }

    .main-about-content h2 {
        font-size: 28px;
    }

    .whychooseus-area .image-part {
        margin-top: 30px;
    }

    .hero-content {
        height: 485px;
        background-image: url(../img/home-images/slider01.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 0;
    }

    .hero-content img {
        display: none !important;
    }

    .green {
        margin-top: 20px;
    }

    .whychooseus-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .image-part {
        margin-bottom: 35px;
        padding-right: 0 !important;
    }

    .whychooseus-left p#atyello {
        display: none;
    }

    .rs-about-right-header h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .rs-about-right-header p {
        margin-bottom: 0;
    }

    .rs-about-right-text h6 {
        line-height: 1.8;
    }

    .rs-about-right-text p {
        display: none;
    }

    .rs-services-area{
        background: #FAFAFA;
        background-image: url(babu);
    }

    .rs-blog-area {
        background: #FAFAFA;
        padding-top: 110px;
    }

    .content-part .title a {
        font-size: 20px;
        font-weight: 600;
    }

    .virtual-content h3 {
        font-size: 24px;
    }

    .readon {
        margin-top: 35px;
    }

    .main-about-content h3 {
        line-height: 30px;
    }

    .sm-menu-area .logo img {
        display: inline-block;
        width: 160px;
    }

    .rs-blog-area .blog-wrap {
        transition: all 0.3s ease;
        margin: 20px;
    }

    .we-do-content {
        padding-bottom: 0;
    }

   .copyright-content .copy-content p {
    width: 100%;
    }

/*
====================================
Sid Additions
====================================
*/

.rs-about-right-header, .rs-about-right-header p, .rs-about-right-header h3, .focused-content .img, .focused-content .text h4, .whychooseus-left h3, .whychooseus-left span  {
     display: block!important;
     text-align: center;
            
     }
}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 576px) {


    .copyright-content {
        text-align: center;
    }

    .copyright-text p {
        font-size: 12px;
    }

    .copyright-content .copy-content p br {
        display: none;
    }

    .footer-logo img {
        width: 120px;
    }

    .first-footer {
        margin-bottom: 30px;
    }

    .footer-nav {
        margin-top: 30px
    }

    .about-content-area {
        padding: 50px 0;
    }

    .about-left-content {
        margin-bottom: 50px;
    }

    .whychooseus-left h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .focused-content {
        flex-direction: column;
        align-items: inherit;
    }

    .focused-content .img {
        margin-bottom: 20px;
    }

    .we-do-content h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .rs-services-area .course-info p {
        font-size: 15px;
        line-height: 24px;
    }

    .latest-news-header h3 {
        font-size: 24px;
        color: #1c1b1b;
        line-height: 32px;
        font-weight: 700;
    }

    .latest-news {
        background: #FAFAFA;
        padding-top: 60px;
    }

    .about-banner-area {
        padding: 100px 0;
    }

    .rs-about-left .image-part {
         padding-right: 0px; 
         margin-bottom: 30px;
    }


    .whychooseus-area .image-part {
        margin-top: 30px;
    }

    .hero-content {
        height: 485px;
        background-image: url(../img/home-images/slider01.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 0;
    }

    .hero-content img {
        display: none !important;
    }

    .green {
        margin-top: 20px;
    }

    .whychooseus-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .image-part {
        margin-bottom: 35px;
    }

    .whychooseus-left p#atyello {
        display: none;
    }

    .rs-about-right-header h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .rs-about-right-header p {
        margin-bottom: 0;
    }

    .rs-about-right-text h6 {
        line-height: 1.8;
    }

    .rs-services-area{
        background: #FAFAFA;
        background-image: url(babu);
    }

    .rs-blog-area {
        background: #FAFAFA;
        padding-top: 110px;
    }

    .content-part .title a {
        font-size: 20px;
        font-weight: 600;
    }

    .virtual-content h3 {
        font-size: 24px;
    }

    .readon {
        margin-top: 10px;
    }

    .rs-blog-area .blog-wrap {
        margin: 18px;
    }

    .main-about-content h3 {
        line-height: 30px;
    }

    .sm-menu-area .logo img {
        display: inline-block;
        width: 160px;
    }

    .we-do-content {
        padding-bottom: 0;
    } 
  
    .copyright-content .copy-content p {
    	width: 100%;
    }


/*
====================================
Sid Additions
====================================
*/

.rs-about-right-header, .rs-about-right-header p, .rs-about-right-header h3, .focused-content .img, .focused-content .text h4, .whychooseus-left h3, .whychooseus-left span  {
     display: block!important;
     text-align: center;
            
     }

}