/*--------------------------------------------------------------------- 
File Name: responsive.css 
---------------------------------------------------------------------*/

@media (min-width: 1343px) and (max-width: 1500px) {}

@media (min-width: 1200px) and (max-width: 1342px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner_main .bluid h1 {
        font-size: 110px;
        line-height: 136px;
    }
    .about_img {
        padding-right: 0;
    }
    .helpful ul li {
        padding-right: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .titlepage h2 {
        font-size: 37px;
        line-height: 41px;
    }
    .service_img {
        height: 226px;
        width: 226px;
    }
    .about_img {
        padding-right: 0;
    }
    .helpful ul li {
        padding-right: 2px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .banner_main{
        background-image: url('../public/images/posters/MobLandicPic.png');
        width: 100%;
        height: 100vh;
    }

    .airmic {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .about_img {
        padding-right: 0;
    }
    .about_img figure img {
        padding-top: 30px;
    }
    .openbtn{
        i{
             font-size: 30px;
             margin-right: 15px;
        }
        }

        .airmic {
            padding-top: 60px;
            margin-bottom: 30px;
            width: 100%;
            padding: 0%;
            height: 90vh;
        }
    .airmic h1 {
        color: #fff;
        font-size: 64px;
        line-height: 69px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    
    .airmic p {
        color: #fff;
        line-height: 25px;
        padding-bottom: 20px;
        font-size: 20px;
    }
    .airmic .buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        :nth-child(2){
            background-color: red;
            color: white ;
        }
        
    }
    .d_flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-right: 30px;
   }
}

@media (max-width: 575px) {
    .banner_main{
        background-image: url('../public/images/posters/MobLandicPic.png');
        width: 100%;
        height: 100vh;
    }
    .latest_release{
        display: flex;
        justify-content: center;
        margin-top: 2%;
    }

    header {
        padding: 33px 0px;
    }
    .head-top-left{
        width: 80%;
   }
   .head-top-right{
        width: 20%;
   }
   .airmic h1 {

    width: auto;
}
.d_flex {

    margin-right: 0px;
    margin-left: 0px;
}

.airmic p {

    width: auto;
}
.airmic .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    :nth-child(2){
        background-color: red;
        color: white ;
         margin-left: 10px;
    }
    
}
    .d_none {
        display: none !important;
    }
    /* ul.email {
        margin-top: -43px;
    } */
    .logo {
        display: block;
        width: 144px;
        float: left;
    }
    .logo{     
        width: auto;
        height: auto;
        
        img{
             width: 50px;
             height: 50px;
        }
        a{
            font-size: 13px;
        }
   }
   .email{
    display: flex;
    justify-content: center;
    align-items: center;
}
    .airmic {
        padding-top: 60px;
        margin-bottom: 30px;
        width: 100%;
        padding: 0%;
        height: 83vh;
    }
    .airmic h1 {
        font-size: 53px;
        line-height: 53px;
    }
    .airmic .buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        :nth-child(2){
            background-color: red;
            color: white ;
        }
        
    }

    #top_section {
        height: 100%;
    }
    .banner_main .bluid .read_more {
        margin-right: 5px;
        max-width: 124px;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
    .titlepage h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .about .titlepage {
        padding-bottom: 40px;
    }
    .testomoniam_text {
        padding: 40px 25px;
    }
    .about_img {
        padding-right: 0;
    }
    .mics {
        width: 290px;
    }
    .mics_icon {
        width: 261px;
    }
    .d_none {
        display: none;
    }
}