/************
1. 1840px
************/

@media only screen and (max-width: 1840px) {
    .main_nav {
        margin-left: 143px;
    }
}


/************
1. 1760px
************/

@media only screen and (max-width: 1760px) {
    .work_hours {
        display: none;
    }
}


/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {
    .main_nav {
        margin-left: 54px;
    }
}


/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {
    .header_phone {
        display: none;
    }
}


/************
3. 1380px
************/

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


/************
3. 1280px
************/


/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
    .header_button {
        display: none;
    }
    .home_slider_dots {
        left: calc((100vw - 930px) / 2);
    }
    .direct_line_num {
        font-size: 24px;
    }
    .cd-resize-img {
        right: 0px;
    }
    .loader_col:nth-last-child(n+3) {
        margin-bottom: 60px;
    }
    .milestone_col:nth-last-child(n+3) {
        margin-bottom: 60px;
    }
    .button a {
        padding-left: 20px;
        padding-right: 18px;
    }
}


/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {
    .main_nav ul li:not(:last-child) {
        margin-right: 15px;
    }
}


/************
5. 1024px
************/

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


/************
6. 991px
************/

@media only screen and (max-width: 991px) {
    .main_nav,
    .header_social {
        display: none!important;
    }
    .home_slider_dots {
        left: calc((100vw - 690px) / 2);
    }

    .header_content {
        padding: 0;
    }
    .hamburger {
        flex: auto;
        display: block;
    }

    .search-button{
        display: block;
        /* justify-content: end; */
        /* flex-grow: 1; */
        flex:auto;
    }
    .intro_form_container {
        margin-top: 102px;
    }
    .why_image {
        position: relative;
        bottom: auto;
        right: auto;
    }
    .why_content {
        padding-bottom: 60px;
    }
    .why_image img {
        max-width: 100%;
    }
    .intro_image {
        text-align: center;
        margin-top: 80px;
    }
    .test_slider_container {
        padding-left: 0;
        padding-right: 0;
    }
    /* .team_col:not(:last-child) {
        margin-bottom: 60px;
    } */
    .cta_phone {
        margin-top: 33px;
    }
    .contact_col {
        margin-top: 70px;
    }
    .google_map {
        height: 470px;
    }
    .tabs_col {
        margin-top: 90px;
    }
    .price_col:nth-last-child(n+3) {
        margin-bottom: 0px;
    }
    .price_col:not(:last-child) {
        margin-bottom: 57px;
    }
    /* .footer_col:not(:last-child) {
        margin-bottom: 80px;
    } */
    .footer_location,
    .footer_contact {
        padding-top: 0;
    }

    .services {
        padding: 0;
    }
}


/************
7. 959px
************/

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


/************
8. 880px
************/

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


/************
9. 768px
************/

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


/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    .home_slider_dots {
        left: calc((100vw - 510px) / 2);
    }
    .home_content {
        max-width: 100%;
    }
    .home_title {
        font-size: 48px;
    }
    .home_subtitle {
        font-size: 24px;
    }
    .milestone_col:not(:last-child) {
        margin-bottom: 50px;
    }
    .extra_content {
        width: 100%;
    }
    .intro_text p {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        -ms-column-gap: 0px;
        -o-column-gap: 0px;
        column-gap: 0px;
    }
    .loader_col:nth-last-child(n+3) {
        margin-bottom: 0px;
    }
    .loader_col:not(:last-child) {
        margin-bottom: 60px;
    }
    .footer_bar_content {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer_nav {
        margin-top: 15px;
    }
}


/************
11. 575px
************/

@media only screen and (max-width: 575px) {
    p {
        font-size: 13px;
    }
    h2 {
        font-size: 42px;
    }
    .header.scrolled .header_content,
    .header_content {
        height: 60px;
        background-color: #199d76;
    }
    .home {
        margin-top: 60px;
        height: calc(100vh - 60px)
    }
    .logo a>div:first-child {
        font-size: 24px;
    }
    .logo a>div:last-child {
        font-size: 10px;
    }
    .section_subtitle {
        font-size: 16px;
    }
    .header_content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .button {
        height: 40px;
    }
    .button a {
        font-size: 12px;
        line-height: 36px;
        padding-left: 31px;
        padding-right: 30px;
    }
    .home_slider_dots {
        display: none !important;
    }
    .home_subtitle {
        font-size: 18px;
    }
    .home_title {
        font-size: 36px;
    }
    .cta_title {
        font-size: 28px;
    }
    .cta_phone {
        font-size: 24px;
    }
    .extra_disc>div:first-child {
        font-size: 48px;
    }
    .extra_disc>div:last-child {
        font-size: 20px;
    }
    .extra_title {
        font-size: 56px;
    }
    .blog_post_title a {
        font-size: 24px;
    }
    .blog_post_info {
        margin-top: 15px;
    }
    .blog_post_info ul li,
    .blog_post_info ul li a {
        font-size: 13px;
    }
    .blog_post_text {
        margin-top: 26px;
    }
    .blog_post_date {
        width: 70px;
        height: 98px;
    }
    .date_day {
        font-size: 30px;
    }
    .google_map {
        height: 370px;
    }
    .accordion,
    .tab {
        height: 40px;
        font-size: 12px;
        border-radius: 17px;
        line-height: 40px;
    }
    .accordion_panel p {
        font-size: 13px;
    }
    .newsletter {
        padding-bottom: 67px;
    }
    .newsletter_row {
        margin-top: 39px;
    }
    .newsletter_title {
        font-size: 24px;
    }
    .newsletter_input {
        width: calc(100% - 120px);
        height: 40px;
    }
    .newsletter_input::-webkit-input-placeholder {
        font-size: 13px !important;
    }
    .newsletter_input:-moz-placeholder {
        font-size: 13px !important;
    }
    .newsletter_input::-moz-placeholder {
        font-size: 13px !important;
    }
    .newsletter_input:-ms-input-placeholder {
        font-size: 13px !important;
    }
    .newsletter_input::input-placeholder {
        font-size: 13px !important;
    }
    .newsletter_button {
        width: 142px;
        height: 40px;
        font-size: 12px;
    }
    .opening_hours {
        left: auto;
        width: 100%;
    }
}


/************
11. 539px
************/

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


/************
12. 480px
************/

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


/************
13. 479px
************/

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


/************
14. 400px
************/

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