﻿@media only screen and (max-width: 600px) {
    .Youtube {
        padding: 0px;
    }
    .App_section {
        padding: 0px;
}
    .header_left_logo .logo img {
        max-width: 60px !important;
       
    }
    .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: -85px !important;
        margin-top: -3px;
    }
    .choose_count {
        background-image: url(../Img/count_choose.jpg);
        background-size: cover;
        padding: 0px;
    }
    .DisMob {
        display: block  !important;
    }
    .Disdesk {
        display: none !important;
    }

  
}

