@media (min-width: 1200px) {
    .container {
        max-width: 1230px; /*padding-left: 15px; padding-right: 15px; by Bootstrap*/
    }
}

@media screen and (max-width: 1204px) {
    /*break menu*/
    .menu-style li {
        margin-right: 30px;
    }
}

@media screen and (max-width: 980px) {
    .col-f9 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .logo-box {
        text-align: center !important;
    }
    .logo-box a {
        margin: 0 auto 15px auto;
    }
    header {
        padding: 25px 0;
    }
    header.fixed .menu-row {
        padding: 20px 0;
    }
    .top-contact-row {
        padding: 60px 0;
    }
    .contact-box .heading {
        font-size: 24px;
        line-height: 1.25;
    }
    .contact-box .sub-heading {
        font-size: 18px;
        line-height: 1.25;
    }
    .btn-cta {
        padding: 5px 0;
    }
    .products .heading {
        font-size: 30px;
        padding: 60px 0;
    }
    .products .item {
        margin-bottom: 40px;
    }
    .products .item .text-box {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.25;
    }
    .about {
        padding: 60px 0;
    }
    .about-box-wrap {
        padding-right: 0;
    }
    .about-box .heading {
        margin-bottom: 20px;
        line-height: 1;
    }
    .why-choose-us {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .why-choose-us .heading {
        margin-bottom: 60px;
        line-height: 1;
    }
    .why-item.pdr {
        padding-right: 0;
    }
    .why-item.pdl {
        padding-left: 0;
    }
    .ft-contact-img {
        padding-right: 0;
    }
    .ft-contact-box {
        padding-left: 0;
    }
    .ft-contact-box .heading {
        line-height: 1.25;
    }
    .ft-contact-box .sub-heading {
        font-size: 20px;
        line-height: 1.25;
    }
    .ft-contact-box .end-form .txt1 {
        margin-left: 20px;
        font-size: 20px;
    }
    .ft-contact-box .end-form .txt2 {
        font-size: 16px;
        line-height: 1.25;
    }
    .ft-contact-form .group {
        margin-bottom: 20px;
    }
    .ft-contact-form .group.last {
        margin: 40px 0 30px 0;
    }
    .ft-contact-form input {
        line-height: 1;
        text-align: right;
        direction: rtl;
    }
    .ft-contact-form button {
        padding: 5px 0;
    }
}

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

@media screen and (max-width: 768px) {
    .col-h7 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .sp-only {
        display: block !important;
    }
    header {
        position: relative;
    }
    .logo-box {
        text-align: right !important;
    }
    .logo-box a {
        margin-left: initial;
        margin-right: initial;
        margin-bottom: 0;
    }
    .logo-label {
        display: block !important;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font: normal normal normal 25px/22px Gveret Levin AlefAlefAlef;
        letter-spacing: 0px;
        color: #000;
        width: 77px;
        padding: 20px 0;
    }
    .logo-label:hover {
        color: #000;
    }
    .header-menu {
        display: none;
        padding-top: 15px;
        /*position: fixed;*/
        /*width: 100%;
        height: auto;
        top: 0;
        left: 0;
        z-index: 99999;
        background-color: #fff;*/
    }
    .header-menu .menu-style {
        background-color: #fff;
        height: auto;
        padding: 15px 0;
    }
    .header-menu li {
        height: auto;
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
        text-align: center;
    }
    .header-menu li:last-child {
        margin-bottom: 0;
    }
    .header-menu li a {
        display: inline-block;
        color: #000;
    }
    .header-menu li a::after {
        display: none;
    }
    .header-menu li a:hover {
        color: #BE2F77;
    }
    .mn-mobile-close {
        display: block !important;
    }
    .contact-box {
        margin-bottom: 60px;
        text-align: center;
    }
    .btn-cta {
        margin-left: auto;
        margin-right: auto;
    }
    .contact-box .heading {
        font-size: 35px;
        letter-spacing: -0.7px;
    }
    .contact-box .sub-heading {

    }
    .products {
        padding-bottom: 20px;
    }
    .products .heading {
        font-size: 25px;
    }
    .products .item .text-box {
        font-size: 16px;
    }
    .about-box .heading {
        font-size: 25px;
    }
    .about-img-box {
        margin-top: 25px;
    }
    .why-choose-us .heading {
        font-size: 25px;
    }
    .why-item {
        margin-bottom: 40px;
    }
    .why-choose-us {
        padding-bottom: 0;
    }
    .ft-contact-box {
        margin-bottom: 90px;
        text-align: center;
    }
    .ft-contact-box .heading {
        
    }
    .ft-contact-form {
        margin-top: 60px;
    }
    footer .logo-box a {
        margin: 0 auto 20px auto;
    }
    footer .menu-style li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    footer .menu-style li:last-child {
        margin-bottom: 0;
    }
    footer .menu-style li a {
        font-size: 15px;
        line-height: 1;
        display: inline-block;
    }
    footer .menu-style li a::after {
        display: none;
    }
    footer .menu-style li a:hover {
        color: #BE2F77;
    }
    footer .menu-box, footer .menu-style {
        height: initial;
    }
}

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

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