@media (min-width : 992px) and (max-width : 1024px) {
    #nav-not-logged-in .header_logo {
        height: 100% !important;
        max-width: 500px !important;
        width: auto !important;
        position: initial !important;
        margin-right: 72px  !important;
    }
    nav .header_logo {
        height: 100% !important;
        max-width: 500px !important;
        width: auto !important;
        position: initial !important;
        margin-right: 72px  !important;
    }
    .sudomain_landing .parallax-container.header_bg h1 {
        margin: 10.8rem 0 0.5rem 0;
    }
}
@media (min-width : 480px) and (max-width : 992px) {
    nav .header_logo {
        height: 100% !important;
        max-width: 500px !important;
        width: auto !important;
        position: initial !important;
        margin-right: 72px  !important;
    }
    .sudomain_landing .parallax-container.header_bg h1 {
        margin: 10.8rem 0 0.5rem 0;
    }
    .valign-wrapper {
        justify-content: space-between;
    }
    .model_header_when_mare_not_exists{
        margin-right:-430px;
    }
}
@media (max-width : 480px) {
    nav .header_logo {
        height: 100% !important;
        max-width: 500px !important;
        width: auto !important;
        position: initial !important;
        margin-right: 72px  !important;
    }
    .dt_ltst_users button.btn_primary {
        font-size: 8px;
    }
    .sudomain_landing .parallax-container.header_bg h1 {
        margin: 10.8rem 0 0.5rem 0;
    }
    .sett_navbar .tabs {
        width: 310px;
    }
    .model_header_when_mare_not_exists{
        margin-right:-350px;
    }
}
@media (min-width : 370px) and (max-width : 385px) {
    .parallax-container.header_bg .btn-large {
        margin: 2rem -7px 0.5rem 0;
    }
    .model_header_when_mare_not_exists{
        margin-right:-300px;
    }
}
@media (max-width : 369px) {

    .content {
        padding: 10px;
    }

    .parallax-container.header_bg .btn-large {
        margin: 0rem -32px 0rem 0;
    }
    nav .header_logo {
        height: 100% !important;
        max-width: 500px !important;
        width: auto !important;
        position: initial !important;
        margin-right: 72px  !important;
    }
    .model_header_when_mare_not_exists{
        margin-right:-250px;
    }
}


