.row>*{
    padding-left: 15px;
    padding-right: 15px;
}
.text-left{
    text-align: left!important;
}
.text-center{
    text-align: center!important;
}
.text-right{
    text-align: right!important;
}
.text-justify{
    text-align: justify!important;
}
.pl-1, .px-1{
    padding-left: 0.25rem!important
}
.pr-1, .px-1{
    padding-right: 0.25rem!important
}
.pl-2, .px-2{
    padding-left: 0.5rem!important
}
.pr-2, .px-2{
    padding-right: 0.5rem!important
}
.pl-3, .px-3{
    padding-left: 1rem!important
}
.pr-3, .px-3{
    padding-right: 1rem!important
}
.pl-4, .px-4{
    padding-left: 1.5rem!important
}
.pr-4, .px-4{
    padding-right: 1.5rem!important
}
.pl-5, .px-5{
    padding-left: 3rem!important
}
.pr-5, .px-5{
    padding-right: 3rem!important
}
.ml-1, .mx-1{
    margin-left: 0.5rem!important;
}
.mr-1, .mx-1{
    margin-right: 0.5rem!important;
}
.ml-2, .mx-2{
    margin-left: 0.5rem!important;
}
.mr-2, .mx-2{
    margin-right: 0.5rem!important;
}
.ml-3, .mx-3{
    margin-left: 1rem!important;
}
.mr-3, .mx-3{
    margin-right: 1rem!important;
}
.ml-4, .mx-4{
    margin-left: 1.5rem!important;
}
.mr-4, .mx-4{
    margin-right: 1.5rem!important;
}
.ml-5, .mx-5{
    margin-left: 3rem!important;
}
.mr-5, .mx-5{
    margin-right: 3rem!important;
}
@media screen and (max-width: 767px){
    section.section{
        padding: 90px 0;
    }
    .home-banner{
        height: 700px;
    }
    #enquiry-banner{
        background-image: url(/wp-content/uploads/2023/12/bg-home-enquiry-waves-mobile.png);
        padding-bottom: 160px;
        background-size: contain;
    }
    #singleMachineTabContent .single-machine-swiper-wrapper .swiper-slide{
        width: 260px;
        height: 260px;
    }
    .section-title, .section-content, .set-machine-grid, .img-wrapper, .cerificates-frames{
        padding: 0 10px;
    }
    #machine-types #set-machine{
        padding-left: 0;
        padding-right: 0;
    }
    .set-machine-grid{
        display: flex;
        flex-direction: column;
    }
    .set-machine-grid, .cerificates-frames{
        gap: 30px;
    }
    footer .footer-menu{
        text-align: center;
    }
    .flip-cards{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .flip-cards .cards{
        flex-direction: column;
        align-items: center;
    }
    .flip-cards .cards .card{
        max-width: 100%;
    }
    .img-wrapper, .modal-catalog .modal-thumbnail-wrapper{
        margin-bottom: 25px;
    }
}
@media screen and (min-width: 768px){
    .w-md-20{
        width: 20%;
    }
    .w-md-25{
        width: 25%;
    }
    .w-md-50{
        width: 50%;
    }
    .w-md-75{
        width: 75%;
    }
    .text-md-left{
        text-align: left!important;
    }
    .text-md-center{
        text-align: center!important;
    }
    .text-md-right{
        text-align: right!important;
    }
    .text-md-justify{
        text-align: justify!important;
    }
    .pl-md-1, .px-md-1{
        padding-left: 0.25rem!important
    }
    .pr-md-1, .px-md-1{
        padding-right: 0.25rem!important
    }
    .pl-md-2, .px-md-2{
        padding-left: 0.5rem!important
    }
    .pr-md-2, .px-md-2{
        padding-right: 0.5rem!important
    }
    .pl-md-3, .px-md-3{
        padding-left: 1rem!important
    }
    .pr-md-3, .px-md-3{
        padding-right: 1rem!important
    }
    .pl-md-4, .px-md-4{
        padding-left: 1.5rem!important
    }
    .pr-md-4, .px-md-4{
        padding-right: 1.5rem!important
    }
    .pl-md-5, .px-md-5{
        padding-left: 3rem!important
    }
    .pr-md-5, .px-md-5{
        padding-right: 3rem!important
    }
    section.section{
        padding: 120px 0;
    }
    .form-row.form-fields{
        gap: 0 30px;
    }
    .form-group:not(.full){
        max-width: calc( 50% - 15px );
    }
    .cerificates-frames{
        gap: 40px;
    }
    .cerificates-item {
        max-width: calc( 25% - 30px);
    }
}
@media screen and (max-width: 991px){}
@media screen and (min-width: 992px){
    .w-lg-20{
        width: 20%;
    }
    .w-lg-25{
        width: 25%;
    }
    .w-lg-50{
        width: 50%;
    }
    .w-lg-75{
        width: 75%;
    }
    .text-lg-left{
        text-align: left!important;
    }
    .text-lg-center{
        text-align: center!important;
    }
    .text-lg-right{
        text-align: right!important;
    }
    .text-lg-justify{
        text-align: justify!important;
    }
    .pl-lg-1, .px-lg-1{
        padding-left: 0.25rem!important
    }
    .pr-lg-1, .px-lg-1{
        padding-right: 0.25rem!important
    }
    .pl-lg-2, .px-lg-2{
        padding-left: 0.5rem!important
    }
    .pr-lg-2, .px-lg-2{
        padding-right: 0.5rem!important
    }
    .pl-lg-3, .px-lg-3{
        padding-left: 1rem!important
    }
    .pr-lg-3, .px-lg-3{
        padding-right: 1rem!important
    }
    .pl-lg-4, .px-lg-4{
        padding-left: 1.5rem!important
    }
    .pr-lg-4, .px-lg-4{
        padding-right: 1.5rem!important
    }
    .pl-lg-5, .px-lg-5{
        padding-left: 3rem!important
    }
    .pr-lg-5, .px-lg-5{
        padding-right: 3rem!important
    }
}
@media screen and (max-width: 1199px){
    header#masthead .hamburger{
        outline: none;
        padding: 12px;
        height: 44px;
        box-shadow: none;
    }
    header#masthead .hamburger .hamburger-box{
        width: 25px;
    }
    .hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before{
        width: 25px;
        height: 3px;
        background-color: #1E243E;
    }
    header#masthead .hamburger--slider .hamburger-inner:before{
        top: 8px;
    }
    header#masthead .hamburger--slider .hamburger-inner:after{
        top: 16px;
    }
    header#masthead .hamburger--slider.is-active .hamburger-inner{
        transform: translate3d(0,8px,0) rotate(45deg);
    }
    header#masthead .hamburger--slider.is-active .hamburger-inner:after{
        transform: translate3d(0,-16px,0) rotate(-90deg);
    }
    header#masthead .navbar-nav{
        padding-top: 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    h2{
        font-size: 34px;
    }
    .home-banner{
        height: 600px;
    }
    #authorized-distributor p img{
        width: 90px;
    }
    #enquiry-banner{
        padding-bottom: 170px;
        background-size: 170%;
    }
    #machine-types::before, #machine-types::after{
        width: 40vw;
    }
    #machine-types .section-title, #machine-types #set-machine{
        padding-right: 25px;
    }
    #machine-types #set-machine{
        padding-left: 25px;
    }
    #singleMachineTabContent .single-machine-swiper-wrapper .swiper-slide{
        width: 260px;
        height: 260px;
    }
    .flip-cards .cards{
        gap: 20px;
    }
    .flip-cards .cards .card{
        max-width: calc( 33% - 10px );
        min-height: 280px;
    }
    .card-face{
        padding: 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){}
@media screen and (min-width: 1200px){
    .w-xl-20{
        width: 20%;
    }
    .w-xl-25{
        width: 25%;
    }
    .w-xl-50{
        width: 50%;
    }
    .w-xl-75{
        width: 75%;
    }
    .text-xl-left{
        text-align: left!important;
    }
    .text-xl-center{
        text-align: center!important;
    }
    .text-xl-right{
        text-align: right!important;
    }
    .text-xl-justify{
        text-align: justify!important;
    }
    .pl-xl-1, .px-xl-1{
        padding-left: 0.25rem!important
    }
    .pr-xl-1, .px-xl-1{
        padding-right: 0.25rem!important
    }
    .pl-xl-2, .px-xl-2{
        padding-left: 0.5rem!important
    }
    .pr-xl-2, .px-xl-2{
        padding-right: 0.5rem!important
    }
    .pl-xl-3, .px-xl-3{
        padding-left: 1rem!important
    }
    .pr-xl-3, .px-xl-3{
        padding-right: 1rem!important
    }
    .pl-xl-4, .px-xl-4{
        padding-left: 1.5rem!important
    }
    .pr-xl-4, .px-xl-4{
        padding-right: 1.5rem!important
    }
    .pl-xl-5, .px-xl-5{
        padding-left: 3rem!important
    }
    .pr-xl-5, .px-xl-5{
        padding-right: 3rem!important
    }
    .home-banner{
        height: 100vh;
    }
    #machine-types .section-title{
        padding-right: 100px;
    }
}
@media screen and (max-width: 1399px){}
@media screen and (min-width: 1200px) and (max-width: 1399px){
    h2{
        font-size: 38px;
    }
    #singleMachineTabContent .single-machine-swiper-wrapper .swiper-slide{
        width: 220px;
        height: 220px;
    }
    #authorized-distributor p img{
        width: 100px;
    }
}
@media screen and (min-width: 1400px){
    .w-xxl-20{
        width: 20%;
    }
    .w-xxl-25{
        width: 25%;
    }
    .w-xxl-50{
        width: 50%;
    }
    .w-xxl-75{
        width: 75%;
    }
    .text-xxl-left{
        text-align: left!important;
    }
    .text-xxl-center{
        text-align: center!important;
    }
    .text-xxl-right{
        text-align: right!important;
    }
    .text-xxl-justify{
        text-align: justify!important;
    }
    .pl-xxl-1, .px-xxl-1{
        padding-left: 0.25rem!important
    }
    .pr-xxl-1, .px-xxl-1{
        padding-right: 0.25rem!important
    }
    .pl-xxl-2, .px-xxl-2{
        padding-left: 0.5rem!important
    }
    .pr-xxl-2, .px-xxl-2{
        padding-right: 0.5rem!important
    }
    .pl-xxl-3, .px-xxl-3{
        padding-left: 1rem!important
    }
    .pr-xxl-3, .px-xxl-3{
        padding-right: 1rem!important
    }
    .pl-xxl-4, .px-xxl-4{
        padding-left: 1.5rem!important
    }
    .pr-xxl-4, .px-xxl-4{
        padding-right: 1.5rem!important
    }
    .pl-xxl-5, .px-xxl-5{
        padding-left: 3rem!important
    }
    .pr-xxl-5, .px-xxl-5{
        padding-right: 3rem!important
    }
}
@media screen and (min-width: 1600px){
    #machine-types > div[class*='container']{
        gap: 100px;
    }
    .set-machine-grid{
        gap: 35px;
    }
}
@media screen and (max-width: 1899px){}
@media screen and (min-width: 1900px){}