﻿@media only screen and (max-width: 600px) {
    .Youtube {
        padding: 0px;
    }
    .App_section {
        padding: 0px;
}
    .header_left_logo .logo img {
        max-width: 248px !important;
        margin-left: -60px;    
       
    }
    .logo_text h1 {
        font-size: 15px !important;
        color: white !important;
        margin-bottom: 3px;
    }

    .logo_text {
         
        position: relative !important;
        top: 10px !important;
        right: 18px !important;
    }

        .logo_text p {
            font-size: 10px !important;
            color: white !important;
        }
    .top_logo {
        margin-left: -49px !important;
        margin-top: 8px;
    }
    .choose_count {
        background-image: url(../Img/count_choose.jpg);
        background-size: cover;
        padding: 0px;
    }
    .DisMob {
        display: block  !important;
    }
    .Disdesk {
        display: none !important;
    }
    .logo_text h1 {
        font-size: 20px !important;
        color: black !important;
        margin-bottom: 3px;
        font-weight: 900 !important;
    }
  
}

