/*================Screen Desktop======
============================*/

@media (min-width: 1200px){
    .content_xs_mourn_mey {
        margin-left: -60px;
    }
}
/*================Screen Ipad Pro 3======
============================*/
@media only screen and (min-width: 1024px) and (max-width: 1200px){
    .content_xs_mourn_mey {
        margin-left: -60px;
    }
}
/*================Screen Ipad Mini======
============================*/
@media only screen and (min-width: 768px) and (max-width: 1000px){
    .content_xs_mourn_mey {
        margin-left: -60px;
    }    
}
/*================Screen Devide======
============================*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and  (max-width : 736px) {
    .content_xs_mourn_mey {
        display: block;
    }   
    .content_foter {
        display: block;
    
    }
    .content_foter .line {
        display: none;
    }
    .mey-s.se {
        margin-left: 26px;
    }
    .footer .mey-title {
        text-align: left;
    }
    .content_foter {
       
        margin-bottom: 0px;
    }
    i.fas.fa-map-marker-alt {
        margin-right: 14px;
    }
}
   