@media (max-width: 1399.99px) {
    /* .section-wrap.section-3 .box-about-wrap .img-absolute-2 {
        top: 300px;
    } */

    .banner-content .banner-text-wrap .headline {
        font-size: 64px;
    }
}

@media (max-width: 1199.99px) {
    #header .header-top {
        display: none !important;
    }

    #header .logo-header-mobile,
    #header .button-header-mobile {
        display: block;
    }

    #header .button-header-mobile {
        margin-right: 16px;
        padding: 8px 24px;
        background-color: #bf0603;
        font-weight: 500;
        color: #ffffff;
        border-color: #ffffff;
        animation: BlinkButton 4s linear infinite alternate-reverse;
        -webkit-animation: BlinkButton 4s ease-in-out infinite alternate-reverse;
    }

    @keyframes BlinkButton {
        from { background-color: #bf0603; } 
        to { background-color: #ffc300; }
    }
      
    @-moz-keyframes BlinkButton {
        from { background-color: #bf0603; } 
        to { background-color: #ffc300; }
    }
      
    @-webkit-keyframes BlinkButton {
        from { background-color: #bf0603; } 
        to { background-color: #ffc300; }
    }

    #header .navbar {
        height: 165px;
        justify-content: flex-end;
    }

    #header.sticky .navbar {
        height: 70px;
    }

    #header .logo-header-mobile img {
        width: 200px;
        position: absolute;
        top: 50%;
        left: -16px;
        transform: translateY(-50%);
    }

    #header.sticky .logo-header-mobile img {
        width: 270px;
        top: calc(50% - 4px);
    }

    #header .logo-absolute-wrap {
        display: none;
    }

    #header .navbar-brand img {
        width: 100%;
        max-width: 200px;
    }

    .offcanvas-header {
        position: relative;
        height: 150px;
    }

    .offcanvas-header .navbar-brand {
        position: absolute;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #header .navbars-menu-wrap {
        flex-wrap: wrap;
        box-shadow: none;
    }

    #header .navbars-menu-wrap a {
        width: 100%;
        padding: 1rem 1rem;
    }

    #header .navbars-menu-wrap .col-left, 
    #header .navbars-menu-wrap .col-right {
        width: 100%;
        flex-wrap: wrap;
    }

    .banner-slider {
        height: 800px;
    }

    .banner-slider .banner-item {
        height: 800px;
    }

    .banner-content .banner-text-wrap .headline {
        font-size: 48px;
    }

    .banner-content .banner-text-wrap .sub-headline {
        font-size: 40px;
    }

    .banner-content .banner-img-wrap {
        height: calc(100vh - 150px);
    }

    .section-wrap.section-3 .box-about-wrap {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 500px;
    }
    
    .section-wrap.section-3 .box-about {
        padding: 80px 80px 80px 80px;
    }

    .section-wrap.section-3 .box-about-wrap .img-absolute-1 {
        top: unset;
        width: 350px;
        height: 350px;
        right: 50px;
        bottom: 100px;
    }
    
    .section-wrap.section-3 .box-about-wrap .img-absolute-2 {
        top: unset;
        width: 350px;
        height: 350px;
        right: unset;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .section-wrap.section-3 .box-about-wrap .img-absolute-3 {
        width: 350px;
        height: 350px;
        right: 0;
        left: 50px;
        bottom: 0;
    }

    .section-wrap.section-4 .img-testimonials {
        height: 500px;
        padding-top: 50px;
    }

    .section-wrap.section-4 .img-testimonials img {
        position: relative;
    }

    .section-wrap.section-4 .testimonials-box-wrap {
        padding: 50px 0 75px 0;
    }

    .page-title {
        /*padding: 200px 0 50px 0;*/
        padding: 50px 0 50px 0;
    }

    /*.section-wrap.section-3 {*/
    /*    padding-bottom: 124px;*/
    /*}*/
}

@media (max-width: 991.99px) {
    .banner-slider {
        height: 1150px;
    }
    
    .banner-slider .banner-item {
        height: 1150px;
        padding: 0 160px;
    }

    .banner-content .banner-text-wrap {
        text-align: center;
    }

    .banner-content .banner-img-wrap {
        width: 100%;
        height: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    
    .banner-content .banner-img {
        height: 100%;
    }

    .section-wrap.section-4 .testimonials-box-wrap {
        padding: 24px 0 75px 0;
    }
    
    .section-wrap {
        padding: 40px 0;
    }

    .section-wrap.section-1 {
        padding: 40px 0;
    }

    .section-wrap.section-2 {
        padding-top: 80px;
    }

    /*.section-wrap.page.section-3 {*/
    /*    padding-top: 80px;*/
    /*}*/

    .section-wrap.section-3 {
        /*padding-bottom: 104px;*/
        padding-bottom: 80px;
    }

    .section-wrap.section-4 .img-testimonials {
        padding-top: 26px;
    }

    .section-wrap.section-5 {
        padding-bottom: 80px;
    }

    #footer .footer-main {
        padding: 80px 0;
    }
    
    .testimonial-slider-2 .testimonial-item {
        margin-right: 20px;
        width: calc((100% - 40px) / 3);
        text-align: center;
    }
}

@media (max-width: 767.99px) {

    .banner-slider .banner-item {
        padding: 0 80px;
    }

    .section-wrap.section-1 .headline {
        font-size: 40px;
    }

    .section-wrap.section-2 .headline, 
    .section-wrap.section-3 .headline,
    .section-wrap.section-4 .headline,
    .section-wrap.section-5 .headline {
        font-size: 36px;
    }

    .section-wrap.section-2 .sub-headline,
    .section-wrap.section-3 .sub-headline,
    .section-wrap.section-4 .sub-headline,
    .section-wrap.section-5 .sub-headline {
        font-size: 22px;
    }

    .section-wrap.section-2 .service-item .service-name {
        font-size: 22px;
    }

    .section-wrap.section-3 .box-about {
        padding: 40px 40px 40px 40px;
    }

    .section-wrap.section-3 .about-header .text-absolute {
        top: 50px;
        left: unset;
        right: 0;
    }

    .section-wrap.section-4 .img-testimonials {
        height: 400px;
    }

    .testimonial-slider .testimonial-item p {
        font-size: 18px;
    }

    .page-title h2 {
        /*padding-left: 3rem;*/
        font-size: 48px;
    }

    .page-title .breadcrumb {
        /*padding-right: 3rem;*/
        font-size: 22px;
    }

    .page-title .icon-absolute.heart {
        width: 125px;
        height: 125px;
    }

    .section-wrap {
        padding: 30px 0;
    }

    .section-wrap.section-1 {
        padding: 30px 0;
    }

    .section-wrap.section-2 {
        padding-top: 60px;
    }

    .section-wrap.section-3 {
        /*padding-bottom: 84px;*/
        padding-bottom: 60px;
    }

    /*.section-wrap.page.section-3 {*/
    /*    padding-top: 60px;*/
    /*}*/

    .section-wrap.section-4 .img-testimonials {
        padding-top: 26px;
    }

    .section-wrap.section-5 {
        padding-bottom: 60px;
    }

    #footer .footer-main {
        padding: 60px 0;
    }
    
    .testimonial-slider-2 .testimonial-item {
        margin-right: 20px;
        width: calc((100% - 20px) / 2);
        text-align: center;
    }
}

@media (max-width: 575.99px) {

    /*#header .button-header-mobile {*/
    /*    display: none;*/
    /*}*/
    
    #header .logo-header-mobile img {
        left: -36px;
        width: 170px;
    }
    
    #header.sticky .logo-header-mobile img {
        width: 170px;
        top: calc(50% - 0px);
    }
    
    #header .button-header-mobile {
        margin-right: 8px;
        padding: 8px 16px;
    }
    
    .navbar-toggler {
        padding-right: 0;
    }

    #header .navbar {
        height: 130px;
    }

    #header .logo-header-mobile img {
        top: 65px;
    }

    /* #header.sticky .logo-header-mobile img {
        top: calc(50% - 4px);
    } */

    .banner-slider {
        height: 1000px;
    }

    .banner-slider .banner-item {
        height: 1000px;
    }

    .banner-item .banner-content {
        margin-top: 50px;
    }

    .banner-slider .banner-item {
        padding: 0 50px;
    }

    .banner-content .banner-img-wrap {
        height: 350px;
    }

    .banner-content .banner-text-wrap .headline {
        font-size: 36px;
    }

    .banner-content .banner-text-wrap .sub-headline {
        font-size: 28px;
    }

    .section-wrap.section-2 .headline, 
    .section-wrap.section-3 .headline,
    .section-wrap.section-4 .headline,
    .section-wrap.section-5 .headline {
        font-size: 32px;
    }

    .section-wrap.section-2 .sub-headline,
    .section-wrap.section-3 .sub-headline,
    .section-wrap.section-4 .sub-headline,
    .section-wrap.section-5 .sub-headline {
        font-size: 20px;
    }

    .section-wrap.section-2 .service-item .service-name {
        font-size: 20px;
    }

    .section-wrap.section-3 .box-about {
        padding: 24px 24px 24px 24px;
    }

    .section-wrap.section-3 .about-header .text-absolute {
        position: relative;
        font-size: 72px;
        line-height: 1.3;
    }

    .section-wrap.section-3 .box-about-wrap {
        padding-bottom: 400px;
    }

    .section-wrap.section-3 .box-about-wrap .img-absolute-1 {
        top: unset;
        width: 250px;
        height: 250px;
        right: 0;
        bottom: 100px;
    }
    
    .section-wrap.section-3 .box-about-wrap .img-absolute-2 {
        top: unset;
        width: 250px;
        height: 250px;
        right: unset;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .section-wrap.section-3 .box-about-wrap .img-absolute-3 {
        width: 250px;
        height: 250px;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .page-title {
        /*padding: 150px 0 50px 0;*/
        padding: 50px 0 50px 0;
    }

    .page-title h2 {
        width: fit-content;
        padding-left: 0;
        text-align: center;
        margin: auto;
    }

    .page-title .breadcrumb {
        padding-right: 0;
        font-size: 22px;
        justify-content: center;
    }

    .page-title .icon-absolute.heart {
        width: 125px;
        height: 125px;
        display: none;
    }
    
    .testimonial-slider-2 .testimonial-item {
        margin-right: 20px;
        width: calc((100% - 0px) / 1);
        text-align: center;
    }
}