 /* Responsive media quries*/

 @media (max-width: 1200px){
    .nav_hed{
        display: block;
    }
    .mob_res{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav_hed .title_sty {
        width: 100%;
        padding: 30px 0 20px 0 !important;
        display: block;
    }
    .nav_hed .title_sty h1{
        font-size: 25px;
    }
    .login-box{
        width: 100% !important;
    }
    .mob_top{
        margin-top: 30px;
    }
 }

 @media (min-width: 992px){
    .nav_hed{
        display: flex;
    }
 }
 @media (min-width: 1200px){
    .nav_hed{
        display: flex;
    }
    .mob_res{
        display: flex;
    }
    .login-box{
        width: 963px !important;
    }

 }
 @media (max-width: 480px){

    .nav_hed{
        display: block;
    }
    .mob_res{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav_hed .title_sty {
        width: 100%;
        padding: 30px 0 20px 0 !important;
        display: block;
    }
    .nav_hed .title_sty h1{
        font-size: 25px;
    }
    .login-box{
        width: 100% !important;
    }
    .mob_top{
        margin-top: 50px;
    }
    img{
        border-radius: 16px;
    }

 }
 @media (max-width: 768px){
    img{
        border-radius: 16px;
    }

 }