/*
Stylesheet exclusive for Responsive
1600px (83%)
1400px (73%)
1000px (52%)
*/

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1199px) {
    .main-navigation {
        display: none;
    }

    .header-topbar {
        display: none;
    }

    .header-middlebar-1 {
        width: 100%;
        display: flex;
    }

    .widget_sd_widget_menu_toggle {
        display: inline-block;
    }

    .header-middlebar .widget_sd_widget_logo svg {
        width: 200px;
        display: block;
        margin-top: 8px;
    }

    .header-middlebar.fixed .widget_sd_widget_logo svg {
        width: 200px;
        display: block;
        margin-top: 0px;
    }

    .header-middlebar.fixed .widget_sd_widget_menu_toggle {
        display: inline-block;
        width: 160px;
    }
}

@media screen and (max-width: 1000px) {
    html, body {
        font-family: 'Nunito', sans-serif;
        font-size: 16px;
        line-height: 24px;
    }

    .padding-responsive-none {
        padding-left: 0;
        padding-right: 0;
    }

    .sd-tabs .sd-tabs-list > li {
        padding: 10px 10px 5px;
    }

    label,
    label a,
    label.required::after {
        font-size: 18px;
    }

    .footer-bottombar-1 .textwidget {
        font-size: 14px;
    }

    button,
    input[type='button'],
    input[type='submit']{
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 900px) {
    .sd-tabs .sd-tabs-content > li.active {
        border-radius: 0 0 27px 27px;
    }

    .sd-tabs ul.sd-tabs-list li {
        margin-right: 5px;
    }

    .sd-tabs .sd-tabs-list {
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    footer {
        text-align: center;
    }

    .vc_row-fluid:not(.vc_inner) {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .header-topbar svg {
        width: 230px;
    }

    .apply-button {
        display: none;
    }

    .footer-middlebar-2,
    .footer-middlebar-3 {
        margin-top: 50px;
    }

    .footer-middlebar-2 {
        margin-bottom: unset;
    }

    .footer-middlebar-3 {
        padding-left: 15px;
    }

    .text-center {
        text-align: center;
    }

    .sd-tabs .sd-tabs-content > li.active {
        border-radius: 27px 27px 27px 27px;
    }

    .sd-tabs ul.sd-tabs-list li {
        margin-right: 20px;
        padding: 15px 15px 10px;
    }

    .sd-tabs .sd-tabs-list {
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .scroll-down {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .header-middlebar .widget_sd_widget_logo svg {
        width: 150px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 400px) {
    .sd-tabs ul.sd-tabs-list li {
        margin-right: 10px;
    }

    .sd-tabs .sd-tabs-content > li.active {
        border-radius: 0 0 27px 27px;
    }
}