@media screen and (max-width: 400px) {
    .cm-examples-container {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .cm-category .feature-box {
        height: auto;
        margin: 10px auto;
    }
}
@media (max-width: 991px) {
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }
    .main-text .col-md-3 {
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .c-text {
        /* padding-bottom: 30px; */
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .c-text .pull-left, .c-text .footer-social {
        display: block;
        clear: both !important;
        text-align: center;
        width: 100%;
    }
    .footer-social {
        display: none !important;
    }
    .footer-bg-t {
        height: 50px;
    }
    .set-fixed-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        height: 70px !important;
        /* background: #323232 !important; */
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
@media (max-width: 992px) {
    .fix-height-images {
        height: initial !important;
    }
}
@media (max-width: 760px) {
    .mb-xs-20 {
        margin-bottom: 20px !important;
    }
    .custom-login-btn-google button {
        width: 100%;
        margin-bottom: 20px !important;
    }
    .custom-login-btn-google .button-custom-google {
        width: 100%;
    }
    .mega-menu .menu-logo {
        padding: 15px 0 15px !important;
    }
    .custom-organization-style .rebranding-custom-section-image {
        background-position: top !important;
        width: 100% !important;
        height: 30vh !important;
    }
    .custom-organization-style .rebranding-container-right {
        width: 100% !important;
        margin-left: inherit !important;
    }
    .custom-organization-style .section-rebranding-logo-form-login img {
        width: 100%;
    }
    .custom-organization-style .login-box-02 {
        height: auto;
        padding: 15px 30px !important;
        border: initial;
    }
    .custom-organization-style .login-box-02 input {
        padding: 10px !important;
    }
    .custom-organization-style .login-box-02 .unmask {
        bottom: 30px !important;
    }
    .news-line-xs-footer {
        display: grid !important;
    }
    .section-rebranding-logo img {
        width: 150px !important;
    }
}
@media (max-width: 1026px) {
    .fix-recaptcha-xs {
        left: 0px !important;
    }
    .fix-recaptcha-xs .recaptcha-parent {
        width: 100% !important;
    }
    .fix-recaptcha-xs .g-recaptcha {
        text-align: center !important;
    }
    .fix-recaptcha-xs .g-recaptcha>div {
        width: 100% !important;
    }
    .btn-width-100-xs {
        width: 100% !important;
        text-align: center !important;
    }
    .fix-button-center-xs {
        left: 0px !important;
    }
}
@media (min-width: 420px) and (max-width: 760px) {
    #locales-modal {
        margin: 0px 20px !important;
    }
    #locales-modal .modal-footer {
        margin-top: 50px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .container-b-wave {
        min-height: 800px !important;
    }
    .conteinter-page-landing {
        min-height: 600px !important;
    }
    .custom-organization-style .login-box-02 input {
        padding: 12px !important;
    }
    .custom-organization-style .login-box-02 .unmask {
        bottom: 34px !important;
    }
    .custom-login-btn-google button {
        padding: 10px !important;
    }
    .custom-login-btn-google .button-custom-google {
        padding: 10px !important;
    }
}
@media (max-width: 1024px) {
    .custom-rebranding-section-left {
        display: none;
    }
    .custom-organization-style .login-box-02 {
        height: 100% !important;
    }
}
@media (min-width: 760px) and (max-width: 1024px) {
    .custom-organization-style .rebranding-container-right {
        width: 70% !important;
        margin-left: 15% !important;
    }
}
@media only screen and (min-width: 480px) and (orientation: landscape) {
    /*.custom-organization-style .rebranding-container-right {*/
    /*width: 80% !important;*/
    /*margin-left: 10% !important;*/
    /*}*/
    .custom-organization-style {
        height: 520px !important;
    }
    /*.footer-2020 {*/
    /*position: relative !important;*/
    /*}*/
    /*.custom-organization-style .login-box-02 {*/
    /*height: 125vh !important;*/
    /*}*/
}

@media only screen and (min-width: 480px) and (max-width: 1024px) and (orientation: landscape) {
    .footer-2020 {
        position: relative !important;
    }
}

/*@media only screen and (min-width: 480px) and (orientation: landscape){*/
    /*.footer-2020 {*/
         /*position: relative !important;*/
    /*}*/
    /*.custom-organization-style {*/
        /*height: 520px !important;*/
    /*}*/
/*}*/