/* == google font ---------- */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Raleway', sans-serif !important;
}
/* == google font ---------- */

  
/* responsive */
@media only screen and (max-width: 1400px){
    .slider, .slider > div{
        height: 600px !important;
    }
    .slider > div span{
        top: 25% !important;
    }
    .slider > i{
        top: 41% !important;
    }
    .header .upper .header_content .phone::after{
        width: 25% !important;
    }
 
    
}
/* responsive */