/*==========================
Media Responsive Style
============================*/

@media screen and (max-width: 1200px) {
    .welcome_content_area_link .col-3 {
        width: 33.33%;
    }

    .offer-card a.btn_default {
        padding: 15px 25px;
        font-size: 16px;
    }

    .welcome_content_area .title-home {
        font-size: 58px;
    }
}

@media screen and (max-width: 1100px) {
    .specials-offer .col-6 {
        width: 100%;
    }

    .top-section-services {
        height: 500px;
    }

    .header_content .slide-heading {
        font-size: 64px;
        line-height: 64px;
    }
}


@media screen and (max-width: 992px) {
    .promo-offers {
        flex-wrap: wrap;
    }

    a.mobile-view,
    .call-btn {
        display: block;
    }

    .hide_mobile,
    .call-btn {
        display: none;
    }

    .right_head .mobilehead {
        width: 90%;
        justify-content: space-between;
    }

    .welcome_content_area_link .col-3 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .top-section-services {
        height: 400px;
    }

    .top_bar {
        display: none !important;
    }

    .footer-site.text-right a {
        color: #ffff !important;
    }

    .title-home {
        font-size: 26px !important;
        letter-spacing: -1px !important;
    }

    .pt-pb {
        padding: 70px 0 !important;
    }

    .right-side,
    .left-container {
        max-width: 100%;
    }

    .text-right {
        text-align: center;
    }

    .btn-default {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    .flex-row,
    .Automation,
    .flex-row-center {
        display: block;
    }

    .top-img-btn {
        display: block;
    }

    .container {
        padding: 0 15px;
    }

    .side-menu-wrapper ul li a {
        font-family: var(--navigation-font);
    }

    /* Home */
    .site_logo {
        z-index: 99;
        position: relative;
    }


    .top-section-head {
        padding: 1.5em 0;
    }

    .slide-heading-content {
        padding: 0;
    }

    .header_content .slide-heading {
        font-size: 40px;
        padding: 0;
        line-height: 1;
        margin-bottom: 10px;
    }

    .sub-heading {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0 0;
    }

    .slide-heading-content a.btn_default {
        margin: 0;
    }

    .quality {
        padding: 30px 0;
        text-align: center;
    }

    .quality h2.white-color {
        font-size: 28px;
        margin: 0 0 20px;
    }

    .welcome_content_area strong,
    .about_content strong {
        font-size: 22px;
        line-height: 1;
        display: block;
        letter-spacing: -1px;
    }

    section.welcome_section,
    section.about_home,
    .service_top_section,
    section.top_services_section {
        padding: 40px 0 !important;
    }

    .welcome_section img {
        margin-top: 20px;
    }

    .col-3.text-right {
        text-align: unset;
    }

    .payment-options p {
        margin-bottom: 20px;
    }

    .service-systems-wrapper h2.white-color {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .img-set-wrapper {
        padding-top: 0;
    }

    .service_block_item img {
        height: auto;
    }

    .services-list .col-4 {
        margin: 30px 0;
    }

    .service-roofing .col-3 {
        width: 50%;
        float: left;
    }

    .specials-offer .col-6 {
        flex-direction: column;
        padding: 20px;
    }

    .specials-offer .offer-blocks h4 {
        font-size: 30px;
        margin: 0 0 10px;
    }

    .specials-offer .col-6 img {
        height: auto;
        width: 100%;
    }

    .specials-offer .btn_default {
        margin: 0;
    }

    .offer-blocks {
        text-align: center;
    }

    .maintenance-services img {
        height: auto;
        margin-top: 20px;
    }

    .dream-construction {
        padding: 70px 0;
    }

    .dream-construction p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    section.testimonials {
        padding-top: 0 !important;
    }

    .maintenance-services {
        padding: 20px;
        margin: 30px 0;
    }

    .service_icon_item .icon-img {
        padding: 20px;
    }

    .service_icon_item .icon-img img {
        height: 150px;
        object-fit: contain;
    }

    .service-systems-wrapper strong,
    .service-systems-wrapper h2.white-color small {
        font-size: 17px;
    }

    .site-footer .services_link h2.widget-title:after {
        right: unset;
        left: 0;
    }

    .row-item {
        flex-wrap: wrap;
    }

    .alignright,
    .alignleft {
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    .col-6.logo-section {
        padding: 0;
    }

    .logo-section strong {
        font-size: 22px;
        line-height: 1.1;
    }

    .col-2.services_link {
        text-align: left;
        margin-top: 20px;
    }

    .col-4.contact_details {
        margin-top: 30px;
    }


    /*  Inner Page*/
    .bead h1.entry-title,
    .bead .entry-title {
        padding: 0;
    }

    .page-header {
        padding: 3em 15px;
        height: auto;
    }

    .page-header h1.entry-title,
    .page-header .entry-title {
        font-size: 25px;
        text-align: center;
    }

    .sub-header-link ul li a {
        padding: 8px 20px;
        margin: 2px;
        font-size: 14px;
    }

    /*Blog*/
    .contact-info,
    .blog .blog-aligment {
        flex-wrap: wrap;
        gap: 10px;
    }

    .blog .blog-aligment .entry-content,
    .blog .blog-aligment .post-thumbnail {
        width: 100%;
    }

    /*Footer*/
    .site-footer {
        padding: 3em 0 0;
    }

    .footer-section {
        padding-bottom: 20px;
    }

    .site-footer h2.widget-title {
        margin-top: 10px;
        text-align: left;
        margin-bottom: 35px;
    }

    .footer-section li.widget_nav_menu {
        list-style: none;
        margin-bottom: 0;
    }

    .site-info {
        text-align: center;
        line-height: 1.1;
    }

    .col-6.text-right.website {
        margin-top: 15px;
    }

    .footer-section .container {
        display: block !important;
    }

    .container.button-link-footer {
        padding: 0;
    }

    .custom-html-widget h2,
    .custom-html-widget h2 a {
        font-size: 20px;
    }

    .footer-section .nav_menu_list ul.menu li {
        padding-bottom: 10px;
        margin-right: 0;
        border: none;
        width: 100%;
    }

    .footer-section .nav_menu_list ul.menu li a,
    .site-footer a,
    .widget ul li,
    .widget ol li {
        font-size: 17px;
    }

    .button-page-option {
        display: block;
    }

    .button-page-option a.btn_default {
        margin: 5px 0;
        width: 80%;
        justify-content: center;
    }

    .welcome_content_area_link .col-3 {
        width: 100%;
    }

    .header_section .flex-row-wrap {
        flex-wrap: nowrap;
    }

    .header_section .flex-row-wrap .col-3 {
        width: 25%;
    }

    .header_section .flex-row-wrap .col-9 {
        width: 75%
    }

    .footer-section {
        text-align: center;
    }

    .footer-section li.widget_nav_menu {
        text-align: center;
    }

    .site-footer h2.widget-title {
        text-align: center !important;
    }

    .site-footer h2.widget-title:after {
        width: 100%;
    }

    .logo-section strong {
        text-align: center;
    }

    .logo-section p {
        text-align: center;
    }

    .col-6.logo-section {
        text-align: center;
    }

    .footer-privacy-policy {
        flex-wrap: wrap;
    }

    section.visit_us_section {
        padding: 40px 0px;
    }
}

@media screen and (min-width: 590px) and (max-width: 800px) {
    .text-right {
        text-align: center;
    }

    .service-icons .text-center.col-3 {
        width: 32%;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        font-size: 17px;
        line-height: 1.7;
    }

    .site_logo {
        max-width: unset;
    }

    .main-navigation a {
        font-size: 15px;
        padding: 1em 20px;
    }

    .main-navigation ul ul a {
        font-size: 12px;
    }

    .right-side,
    .left-container {
        max-width: 100%;
    }

    .title-home {
        font-size: 45px;
    }

    .nav ul.sub-menu {
        width: 15em;
    }

    /*Home Page*/
    .header_content {
        width: 100%;
    }

    .service-roofing .col-3 {
        width: 20%;
        float: left;
    }

    .service_icon_item h3 {
        font-size: 20px;
    }

    .specials-offer .col-6 {
        padding: 20px;
        flex-direction: column;
    }

    .specials-offer .col-6 img {
        width: 100%;
    }

    .maintenance-services img {
        margin-top: 20px;
        height: auto;
    }

    /*End Home*/

    ul.content.accordion_cont_list li {
        width: 50%;
    }

    .footer-header-style ul#menu-footer-menu li {
        margin-left: 20px;
    }

    .footer-header-style .col-4 {
        width: 30%;
    }

    .footer-header-style .col-8 {
        width: 70%;
    }

    .quote-tool-links .quote-tool-links-tab a#quote-tool-btn {
        padding: 6px 15px;
    }

    .quote-button {
        background: #56a0d3;
        padding: 25px 20px;
        max-width: 240px;
    }

    .quote-button a {
        font-size: 16px;
    }

    .nav-container {
        padding: 10px;
    }

    /*Footer*/
    .site-footer:after {
        display: none;
    }

    .footer-section li.widget_nav_menu {
        margin: 0 0 25px;
    }

    h1.title-home {
        font-size: 40px !important;
    }

    .col-6.about_content {
        padding: 2em;
    }

    .footer_icon .col-3 {
        padding: 1em;
        width: 25%;
        float: left;
    }

    .footer_icon h3 {
        font-size: 18px;
    }

    .footer_icon span {
        font-size: 14px;
        line-height: normal;
        display: block;
    }

    .site-footer h2.widget-title {
        font-size: 18px;
    }


}


@media screen and (max-width: 768px) {
    body {
        font-size: 17px;
        line-height: 1.6;
    }

    .mobilehead {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .site_logo img {
        width: 180px;
    }

    [class*="col-"] {
        float: none;
        width: 100%;
        padding: 0 5px;
    }

    .nav>li {
        display: block;
    }

    /*Home Page*/
    .customers-services {
        flex-wrap: wrap;
    }

    /*Menu*/
    .navigation-top {
        position: absolute;
        right: 0;
        top: 44px;
        border-top: 1px solid #6f1e1e;
    }

    #menu-top-menu {
        position: absolute;
        width: 100%;
        z-index: 99999;
        left: 0;
    }

    .main-navigation .nav li {
        float: none;
        display: block;
        margin: 0;
    }

    .main-navigation .nav li a {
        padding: 0.5em 1.2em;
    }

    .navigation-top {
        width: 100%;
        text-align: right;
    }

    .main-navigation>div>ul {
        text-align: right;
        padding: 0;
    }

    .main-navigation .nav li a {
        color: #fff;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .nav>li.hover>ul {
        position: relative;
        box-shadow: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /*Home Page*/
    .mobilehead .ri-phone-line {
        font-size: 25px;
        padding: 8px;
    }

    .pt-pb {
        padding: 50px 0 !important;
    }

    .container {
        padding: 0 20px;
    }

    .map-outer {
        margin-left: 0 !important;
    }

    .x-text {
        font-size: 25px;
    }

    /*Page*/
    .bead {
        padding: 0 !important;
    }

    .bead .sub-header {
        display: flex;
        align-items: center;
        height: 180px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        justify-content: center;
    }

    .bead:after,
    .bead:before {
        display: none;
    }

    .bead .entry-title {
        font-size: 30px !important;
        line-height: 1.2;
    }

    .flex-col {
        display: block;
    }

    .blog .entry-header .entry-title {
        font-size: 22px;
    }

    .blog .entry-content img {
        max-width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .blog .entry-content p {
        font-size: 16px;
    }
}

@media screen and (max-width:576px) {
    .gallery_tabs {
        flex-direction: column;
        gap: 10px;
    }

    .gallery_tabs .tab-btn {
        width: 230px;
    }

    .offer-card {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .offer-content,
    .offer-image {
        width: 100%;
    }

    .service-roofing .col-3 {
        width: 100% !important;
    }

    img.main-title-img {
        height: auto;
    }

    .header_section .flex-row-wrap .col-3,
    .header_section .flex-row-wrap .col-9 {
        width: 100%;
    }
}