@media only screen and (max-width:1200px) {}

@media only screen and (max-width:990px) {

    .mainHeader .mainMenu,
    .mainHeader .language {
        display: none;
    }
    .mainHeader {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        background-color: #fff;
        z-index: 99999999;
        box-shadow: 0px 0px 10px #0000001a;
    }
    .mainHeader .logo .hidden-xx {
        display: block;
    }
    .intro 
    {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
    }
    .intro .chess img
    {
        position: absolute;
        top: -10%;
        width: 300px;
    }
    .aboutUs .aboutDataPic
    {
        margin-top: 0px;
    }
    .mainHeader .logo
    {
        justify-content: space-between;
    }
    .aboutUs .aboutDataPic img
    {
        width: 100%;
    }
    .sectionOfGallery .gallerySlider img
    {
        height: auto!important;
    }
    .loginSection .pic ul {
        top: 150px;
    }
    .upperHeadPage
    {
        margin-top: 100px;
    }
    .upperHeadPage .road {
        top: 50px;
        right: 0px;
        left: 0px;
        margin: 0 auto;
        text-align: center;
    }
    .upperHeadPage .content
    {
        padding-top: 150px;
    }
    .serviceContent .activity img
    {
        width: 100%;
    }

}
@media only screen and (max-width:767px) {
    .intro .chess img
    {
        position: relative;
        display: block;
        margin: 0 auto;
    }
    .intro .studio h5 , .intro .status h5
    {
        text-align: center;
    }
    .intro .status hr , .intro .studio hr
    {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .intro
    {
        margin-bottom: 0px;
    }
    .theHeadOf p
    {
        width: 100%;
    }
    .aboutUs .aboutDataPic
    {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .aboutUs .theFeature
    {
        margin-bottom: 50px;
    }
    .aboutUs .theFeature span
    {
        right: 0px;
        left: 0px;
        margin: 0 auto;
        top: -30px;
    }
    .sectionOfClasses .the-one .content h4
    {
        font-size: 12px;
    }
    .aboutUs .aboutDataPic img
    {
        width: 100%;
    }
    .footer .footer-content
    {
        display: none;
    }
    .footer .copyright
    {
        display: block;
        text-align: center;
    }
    .theHeadOf h4
    {
        font-size: 12px;
    }
    .loginSection .pic ul {
        top: 100px;
    }
    .contactUsSection .form , .contactUsSection .form
    {
        width: 100%;
    }
    .upperHeadPage
    {
        margin-top: 100px;
    }
    .profileSection .myClasses .one ul li i
    {
        margin-right: 5px;
        margin-left: 0px;
    }
    .profileSection .myClasses .one ul li .pay {
        width: 70px;
        margin-right: 0px;
        margin-left: 30px;
    }
    .profileSection .myClasses .one
    {
        border-right: none;
        border-left: 12px solid #000000;
        padding-right: 0px;
        padding-left: 25px;
    }
    .workshopSection .content p
    {
        width: 100%;
    }
}