/*
Stylesheet exclusive for Responsive
1600px (83%)
1400px (73%)

Only when necessary
1000px (52%)
*/

/*@media screen and (max-width: 1600px) {*/
/*    .wrap {*/
/*        max-width: 1200px;*/
/*    }*/
/*}*/

@media screen and (max-width: 1500px) {
    .header-middlebar-2 {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1400px) {
    p {
        margin: 0 0 25px 0;
        line-height: 25px; /* This should be the same as the margin bottom */
    }

    .wrap {
        max-width: 1000px;
    }

    h1 {
        font-size: 22px;
        line-height: 26px;
    }

    h2, h3, h4, h5, h6 {
        font-size: 20px;
        line-height: 22px;
    }

    button,
    input[type='button'],
    button[type='submit'],
    input[type='submit'] {
        line-height: 35px;
        min-width: 219px;
    }

    .responsive_marginbottom-30px {
        margin-bottom: 22px;
    }

    .responsive_marginbottom-60px {
        margin-bottom: 44px;
    }

    header .wrap {
        max-width: 1350px;
    }

    .main-navigation ul li:not(:last-child) {
        margin-right: 16px;
    }

    header.site-header.fixed {
        padding: 18px 0;
    }

    .header-bottombar-1 .sd-block-breadcrumb {
        top: 19px;
    }

    .SD_FormGen_form .SD-pretty-upload + label {
        line-height: 35px;
    }

    .team-container .vc_col-sm-2 {
        width: 33%;
    }

    footer p,
    footer a {
        line-height: 25px;
    }

    footer .company-info-container .address-container svg {
        width: 16px;
    }

    footer .company-info {
        padding-left: 22px;
    }

    .footer-bottombar {
        padding: 11px 0;
    }

    .footer-bottombar-2 ul li:not(:last-child) {
        margin-right: 16px;
    }

    .sd-pagination .page-numbers {
        font-size: 18px;
        padding: 0 15px;
        margin-right: 15px;
        height: 29px;
        width: 29px;
    }

    .sd-pagination .page-numbers.prev svg,
    .sd-pagination .page-numbers.next svg {
        height: 13px;
        width: 13px;
    }
}

@media screen and (max-width: 1300px) {
    .header-middlebar-1,
    .header-middlebar-2 {
        width: unset;
    }
}

@media screen and (max-width: 1200px) {
    .site-content-contain {
        margin-top: 87px;
    }

    .header-middlebar-1 {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .header-middlebar-2 {
        display: none;
    }

    .header-bottombar-1 .sd-block-breadcrumb {
        padding: 0 15px 5px;
    }

    .vc_row.wpb_row.contact-info > .wpb_column.vc_column_container.vc_col-sm-1 {
        width: 30%;
        display: inline-block;
    }

    .vc_row.wpb_row.contact-info > .wpb_column.vc_column_container.vc_col-sm-11 {
        width: 70%;
        margin-left: -90px;
    }

    .footer-middlebar-1,
    .footer-middlebar-2 {
        min-height: 200px;
    }

    .footer-middlebar-1 p {
        text-align: left!important;
    }

    .footer-middlebar-1 .sd-block-button {
        text-align: left!important;
    }
}

@media screen and (max-width: 1000px) {
    .site-content-contain {
        margin-top: 77px;
    }

    html, body {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    .responsive_marginbottom-30px {
        margin-bottom: 16px;
    }

    .responsive_marginbottom-60px {
        margin-bottom: 31px;
    }

    .main-navigation ul li:not(:last-child) {
        margin-right: 10px;
    }

    header.site-header.fixed {
        padding: 13px 0;
    }

    .header-bottombar-1 .sd-block-breadcrumb {
        top: 14px;
    }

    .vc_row.wpb_row.team-container {
        padding-bottom: 0 !important;
    }

    .team-container .vc_col-sm-2 {
        width: 33%;
        margin-bottom: 30px;
    }

    .vc_row.wpb_row.contact-info > .wpb_column.vc_column_container.vc_col-sm-11 {
        margin-left: -60px;
    }

    .footer-middlebar-1,
    .footer-middlebar-2,
    .footer-middlebar-3 {
        min-height: unset;
        margin-bottom: 30px;
    }

    footer .company-info-container .address-container svg {
        width: 10px;
    }

    footer .company-info {
        padding-left: 16px;
    }

    .footer-bottombar .wrap {
        flex-direction: column;
    }

    .footer-bottombar {
        padding: 11px 0;
    }

    .footer-bottombar-2 {
        justify-content: left;
    }

    .footer-bottombar-2 ul li:not(:last-child) {
        margin-right: 10px;
    }

    .sd-pagination .page-numbers {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .main-navigation {
        display: none;
    }
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 767px) {
    .sd-form .input-col-10,
    .sd-form .input-col-20,
    .sd-form .input-col-30,
    .sd-form .input-col-40,
    .sd-form .input-col-50,
    .sd-form .input-col-60,
    .sd-form .input-col-70,
    .sd-form .input-col-80,
    .sd-form .input-col-90,
    .sd-form .input-col-100,
    .sd-form .input-col-110,
    .sd-form .input-col-120 {grid-column: span 12;}

    .site-content-contain {
        margin-top: 62px;
    }

    .mobile_marginbottom-0px {
        margin-bottom: 0;
    }

    .mobile_marginbottom-30px {
        margin-bottom: 30px;
    }

    .mobile_marginbottom-60px {
        margin-bottom: 60px;
    }

    body.opened {
        overflow: hidden;
    }

    #filter-anchor {
        display: none;
    }

    .filter-toggle {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        background-color: #3fd3c3;
        z-index: 99;
        padding: 15px 0;
        color: #ffffff;
        transition: all 0.3s ease;
        font-size: 18px;
        cursor: pointer;
    }

    .fiter-toggle:hover {
        color: #ffffff;
        background-color: #393939;
        transition: all 0.3s ease;
    }

    .header-middlebar-1 {
        display: flex;
        height: 50px;
    }

    .widget_sd_widget_logo img {
        height: 40px;
    }

    .header-bottombar-1 .sd-block-breadcrumb {
        width: calc(100% - 30px);
    }

    .header-bottombar-1 .sd-block-breadcrumb li {
        line-height: 20px;
    }

    .vc_row.wpb_row.contact-info {
        display: flex;
    }

    .team-container .vc_col-sm-2 {
        width: 50%;
    }

    .footer-middlebar-1,
    .footer-middlebar-2,
    .footer-middlebar-3 {
        margin-bottom: 15px;
    }

    .sd-cookie-notice .sd-cookie-notice-inner {
        width: 400px;
    }
}

@media screen and (max-width: 500px) {
    .vc_row.wpb_row.contact-info > .wpb_column.vc_column_container.vc_col-sm-11 {
        margin-left: -40px;
    }

    .sd-cookie-notice {
        max-height: 90vh;
    }
}

@media screen and (max-width: 350px) {
    .team-container .vc_col-sm-2 {
        width: 100%;
    }
}