/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {
    
}




@media (min-width: 1200px) and (max-width: 1300px) {
    .social_tranding_content h2 {
        font-size: 45px;
    }


}







/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
    .social_tranding_content h2 {
        font-size: 42px;
    }
    .social_tranding_content{
        padding: 60px 0;
    }

}
 



/* LG Device :992px. */
@media (min-width: 768px) and (max-width: 991px) {
    .social_tranding_content h2 {
        font-size: 32px;
    }
    .social_tranding_content a {
        font-size: 16px;
        margin-top: 15px;
    }
    .social_tranding_content p {
        font-size: 16px;
        line-height: 24px;
    }
    .social_tranding_content{
        padding: 25px 0;
    }


}
 






/* SM Small Device :320px. */
@media only screen and (max-width: 767px) {
   
    .res_hide{
        display: none;
    }
    .social_tranding_content h2 {
        font-size: 42px;
        text-align: center;
    }
   
    .social_tranding_content a {
        font-size: 16px;
    }
    .social_tranding_content{
        text-align: center;
    }
    .shp_right{
        display: none !important;
    }
    .social_tranding_content {
        max-width: 540px;
        padding: 50px 0;
    }
    .zero-markets-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .social-tranding-area {
        background-image: url(/wp-content/uploads/2022/08/bg-45.png);
    }
    .social_tranding_content h2 {
        font-size: 42px;
        text-align: center;
        margin-bottom: 450px;
    }





}










/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

  
    
    
 
}