﻿@media only screen and (max-width :1024px){
    .header .main-header-logo{
        height:25vh;
    }
    .header .main-header-img{
        height:25vh;
    }
    .header{
        min-height:unset;
    }
}
@media only screen and (max-width :515px) {
    .mobile-enhance{
        justify-content:center;
        text-align:center;
    }
    .margin-top-16-m{
        margin-top:16px;
    }
    .jadara-icon-background{
        width:75%;
        background-size:100% 65%;
        background-repeat:no-repeat;
    }
    .form-content ul li{
        margin:0;
    }
    .form-content button{
        margin-top:10px;
    }
    .image-margin-m img{
        margin-top:10px;
    }
    .content-center-xs{
        display:flex;
        justify-content:center;
        align-items:center;
    }
    #RenderPackages .col-sm-4:first-child{
        margin-top:0 !important;
    }
    #RenderPackages .col-sm-4 {
        margin-top: 50px !important;
    }
    .full-width-xs a{
        width:100% !important;
    }
    .content-center-xs .button-width{
        width:50%;
    }
}

