@media screen and (max-width: 1200px) {
    .main-area {
        width: 100%;
    }
}

@media screen and (max-width: 1024px){
    body {
        padding: 60px 0 0 0;
    }

    .header {
        height: 60px;
        background: rgba(255, 255, 255, 0.95);
        margin-top: 0;
        top: 0;
    }
    
    .logo {
        height: 60px;
        position: relative;
        top: 0;
    }
    
    .menu-icon {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/menu_icon.png);
        z-index: 9999;
        position: fixed;
        right: 10px;
        top: 10px;
    }
    
    .top-menu .nav {
        display: none;
    }
    
    .responsive {
        display: block;
        text-align: center;
    }
    
    .responsive .menu-mask {
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(128, 128, 128, 0.9);
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10000;
    }
    
    .responsive .menu {
        display: none;
        width: 70%;
        height: 100%;
        background: rgba(255, 255, 255, 1);
        color: #fff;
        position: fixed;
        right: -500px;
        top: 0;
        z-index: 10001;
        opacity: 0;
        box-shadow: 0 0 12px #999;
        overflow-y: scroll;
    }
    
    .responsive .menu.show {
        display: block;
    }
    
    .responsive a {
        display: block;
        padding: 10px;
    }
    
    .responsive .menu a {
        border-bottom: 1px solid #ccc;
    }
    
    .responsive .level2-menu {
        display: none;
        background: rgba(237, 20, 91, 0.95);
    }
    
    .responsive .level2-menu.show {
        display: block;
    }
    
    .responsive .level2-menu a,
    .responsive .level3-menu a {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    
    .responsive .level3-menu {
        display: none;
        background: rgba(237, 20, 91, 0.95);
    }
    
    .responsive .level3-menu.show {
        display: block;
    }
    
    .icon-bar {
        top: 60px;
    }

    .all_round_services {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 150px;
        margin: 0 15px 10px 15px;
    }

    .main-area.subpage {
        padding: 10px;
    }

    .subpage-container {
        padding: 20px 0;
    }

    .subpage-menu li {
         margin-bottom: 10px;
     }

    .subpage-menu li a {
        font-size: 17px;
        padding: 4px 40px;
    }

    .subpage-menu.style2 li a {
         font-size: 13px;
         padding: 2px 25px;
     }

    .subpage-nav.style2 {
        width: 90%;
        margin: 0 auto;
    }

    .slideshow .ocsc-content {
        width: 80%;
        margin: 0 10%;
    }

    .sa-container,
    .st-container,
    .op-container,
    .hc-container,
    .msg-container {
        width: 90%;
    }

    .st-links a {
        margin: 10px 0;
    }

    .au {
        width: 90%;
        margin: auto;
    }

    .au.left .aul-container {
        margin: 40px 0;
    }

    .au.left {
        width: 100%;
    }

    .au.right {
        display: none;
    }

    .spc-title, .ck-content, .page-title {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px){
    .info.left, .info.right {
        width: 97%;
        display: block;
        text-align: left;
    }
    
    .info.right .footer-nav-item .link-group {
        text-align: left;
    }
    
    .info.right .footer-nav-item ul li {
        display: inline-block;
        margin-right: 10px;
    }
    
    .info.right .footer-nav-item .title {
        display: block;
    }
    
    .footer .main-area .back-to-top {
        top: -57px;
    }

    .google-map iframe {
         width: 100%;
     }

    .quick-view-main-area .close-qv-popup {
        width: 40px;
        height: 40px;
    }

    .quick-view-main-area .close-qv-popup:after {
        width: 30px;
        height: 30px;
        font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    }
    
    .msg-form .form.left, .msg-form .form.right {
        width: 98%;
    }

    .msg-form .form-group {
         text-align: center;
     }

    .subpage-banner {
        height: 225px;
    }

    .course-details .cd-left, .course-details .cd-right {
        width: 100%;
    }

    .course-details .cd-left {
        text-align: center;
    }

    .w20, .w40, .w60, .w80 {
        width: 100%;
    }

    .course-details .green-shadowed-btn {
        margin: 0 auto;
    }

    .heading {
        padding: 5px;
    }

    .heading-left,
    .heading-right {
        width: 100%;
    }

    .heading-left {
        text-align: center;
        margin-bottom: 10px;
    }

    .remind {
         text-align: center;
     }

    .remind.style2 {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(152, 152, 152, 0.5);
    }

    .bfc-left, .bfc-right {
         width: 100%;
         padding: 0 5px;
     }

    .w38, .w48, .w50, .w58, .w78 {
        width: 100%;
    }

    .payment-container {
        display: block;
    }

    .pc {
        padding: 5px;
    }

    .pc.left, .pc.middle, .pc.right {
        display: block;
        width: 100%;
    }

    .pc.middle {
        border-left: none;
        border-right: none;
    }

    .pc-title {
        margin-bottom: 5px;
    }

    .pc.left img {
        margin: 5px 0;
    }

    .pc.right .green-shadowed-btn {
        margin-bottom: 5px;
    }

    .subpage-menu {
         text-align: center;
     }

    .subpage-menu.style2 {
        display: none;
    }

    .subpage-menu.style2-responsive {
        width: 50%;
        display: block;
        height: 40px;
        line-height: 17px;
        color: #fff;
        background-color: #ED145B;
        opacity: 0.5;
        outline: none;
        padding: 10px 20px;
        border: solid 1px #ED145B;
        cursor: pointer;
        margin: 0 auto 10px auto;
    }
    .others{
        margin-right: 20px;
    }
    .noa{
        /*background-color: red;*/
        margin-top: 50px;

        /*margin-left: 20px;*/
    }
    #submit-btn{
        max-width: 70%;
        display: inline;
        box-shadow: none;
    }
}


@media screen and (max-width: 430px){
    .btn{
        width: 100%;

    }
    .btn .green-btn{
        padding: 10px 30px 10px 30px;
        /*background-color: red;*/
        width: 50%;
        height: auto;
    }
    .noa{

        margin-top: 20px;
        /*margin-left: 20px;*/
    }



}

@media screen and (max-width: 460px){
    .others{
        top:0px;

    }

}