@media (max-width: 1750px) {
    .wrapper_shap_left {
        height: 100%;
        width: 33%;
        display: none;
    }
    
    .wrapper_shap_right {
        height: 100%;
        width: 10%;
        display: none;
    }
}
@media (max-width: 1440px) {
    
    .follow_area {
        width: 220px;
        position: inherit;
        right: -0;
        top: -0;
        z-index: 1;
        transition: .4s all ease-in-out;
        margin: 0 auto;
        margin-top: 50px;
    }
    .margin_area_left {
        margin-left:0px;
    }
    .margin_area_right {
        margin-right:0px;
    }
    .logo_area_bottom {
        text-align: center;
        position: inherit;
        bottom: 0;
        right: 0;
    }
    .wrapper_shap_left img {
        width: 100%;
        height: 100%;
    }
    .wrapper_shap_left {
        height: 100%;
    }
    .wrapper_shap_right img {
        width: 100%;
        height: 100%;
    }
    .wrapper_shap_right {
        height: 100%;
    }

  }
@media (max-width: 1199px) {
    .text_heading span img{
        display: none;
    }
  }

@media (max-width: 992px) {

}
@media (max-width: 768px) {
    .download_area {
        display: inherit;
        padding-top: 30px;
        text-align: center;
    }
    .download_area h3 img{
       display: none;
    }
    .download_area a img {
        padding-left:0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    h1 {
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
    }
    h2 {
        font-size: 22px;
        font-weight: 300;
        line-height: 48px;
    }
    .download_area a img {
        padding-left: 30px;
        width: 50%;
        transition: .4s all;
    }
}

@media (max-width: 576px) {
    .footer_list ul li a {
        font-size: 14px;
    }
    .banner_btn_top {
        display: inherit;
        align-items: center;
        margin-top: 30px;
    }
    .video_play {
        color: #fff;
        font-size: 18px;
        padding-left: 0;
        display: block;
        margin-top: 36px;
    }
    h3 {
        font-size: 22px;
        font-weight: 300;
    }
    .logo_area a img{
        width: 30%;
    }
    h1 {
        font-size: 22px;
        font-weight: 300;
        line-height: 30px;
    }
    .video_area{
        padding-top: 20px;
    }
    h2 {
        font-size: 18px;
        font-weight: 300;
        line-height: 48px;
    }
    .logos_inner a img{
        width: 20%;
    }
    .button {
        border-radius: 5px;
        font-size: 15px;
        padding: 14px 30px;
        color: #fff;
        border: 1px solid #fff;
        font-weight: 400;
        position: relative;
        text-transform: uppercase;
        transition: .4s all ease-in-out;
    }
    .logo_area_bottom h4 {
        font-weight: 300;
        padding-bottom: 8px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
  
}

@media (max-width: 361px) {
  
}