@media only screen and (max-width: 1250px) {

}
@media only screen and (max-width: 1150px) {
    header {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .content-pads {
        padding-left: 40px;
        padding-right: 40px;
    }
    .add-info-tip .tooltip-inner {
        margin-left: 0;
    }



}

@media only screen and (max-width: 992px) {
    .login-box {
        padding-right: 30px;
        padding-left: 30px;
    }
    .content-pads {
        min-height: auto;
    }
    .step {
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {

    .home-image-sec {
        min-height: 300px;
    }
    .step-title {
        font-size: 15px;
    }

    .next-prev {
        flex-direction: column;
    }

    button.btn.next-btn.btn-arrow {
        margin-left: auto;
    }
    .group-btn {
        width: 100%;
    }
    .save-assessment-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    div#saved-assessment_info, .dataTables_wrapper .dataTables_paginate, div#completed-assessment_info, .dataTables_wrapper .dataTables_paginate, div#company-list_info, .dataTables_wrapper .dataTables_paginate {
        margin-top: 30px;
        min-width: 800px;
    }
    .saved-menu-side {
        padding-bottom: 30px;
        padding-top: 50px;
    }
    #main-menu {
        max-width: 100%;
    }
    ul.navbar-nav {
        max-width: 300px;
        margin: auto;
        margin-top: 20px;
        gap: 20px !important;
    }
    .profile-icon {
        margin-left: 8px;
    }
    .drop-main {
        padding: 10px;
        background-color: #1E3432;
        justify-content: space-between;
        border-radius: 4px;
    }

    .location-list {
        flex-direction: column;
    }
    .dataTables_length label {
        margin-top: 5px;
    }

    .create-col-left, .create-col-right {
        padding-left: 40px;
        padding-right: 40px;
    }

    .editprofile-form {
        padding-left: 30px;
        padding-right: 30px;
    }

    .addcompany-form-footer .group-btn {
        justify-content: center !important;
    }
}
@media only screen and (max-width: 658px) {
    .save-assessment-wrap {
        flex-direction: column;
        gap: 0;
    }

    .save-assessment-wrap p {
        text-align: center;
    }


}
@media only screen and (max-width: 600px) {
    img.brand-img {
        margin-bottom: 60px !important;
    }
    .home-image-sec {
        min-height: 300px;
    }
    .step-title {
        font-size: 11px;
    }
    .step {
        padding-bottom: 20px;
    }
    .radio-btns label {
        max-width: 100% !important;
    }

    ul.navbar-nav {
        max-width: 100%;
    }
    .gallery {
        flex-direction: column;
    }
}

@media only screen and (max-width: 498px) {
    .step-title {
        font-size: 10px;
    }
    .assessment-title-wrap {
        flex-direction: column;
        text-align: center;
    }
    span.check-error-message {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 430px) {
    .modal-footer {
        justify-content: center;
        gap: 20px;
    }
    .modal-footer button {
        margin: auto !important;
    }
}

@media only screen and (max-width: 400px) {
    .contact-details {
        flex-direction: column;
    }
    .step-title {
        display: none;
    }
    .accordion-button {
        padding-left: 15px;
        padding-right: 15px;
    }
    .accordion-body {
        padding-left: 0;
        padding-right: 0;
    }
    .step-progress {
        margin-bottom: 50px !important;
    }
    .submit-wrap button {
        margin: auto;
    }
    .submit-wrap {
        flex-direction: column;
    }
}