* {
    font-family: "Open Sans", sans-serif;
}

section {
    height: 100vh;
    padding: 100px 0;
}

.section-1 {
    background: url("../images/1.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    padding-top: 300px !important;
    height: calc(100vh + 200px);
}

.text-red {
    color: #c40000;
}

.top-icon {
    width: 60px;
}

.title-1 {
    font-size: 90px;
    font-weight: bold;
}

.section-2 {
    background: url("../images/2.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

.title-2 {
    font-size: 65px;
}

.section-3 {
    background: url("../images/3.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

.title-3 {
    font-size: 60px;
}

.text-green-with-shadow {
    color: #e2ff00;
    text-shadow: 2px 2px 2px #000;
}

.section-4 {
    background: url("../images/4.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.title-4 {
    font-size: 50px;
}

.section-5 {
    background: url("../images/5.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.section-6 {
    background: url("../images/6.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.specifications {
    padding: 100px 0;
    background: #aee000;
}

.text-green {
    color: #aee000;
}

.mobile {
    display: none;
}

.search_holder form {
    display: flex;
    margin: auto;
}

.header_content .search_holder {
    margin-top: 5px;
}

.fs-14 {
    font-size: 14px;
}

.copyright {
    width: 100%;
    padding: 30px 5%;
    float: left;
    color: #7a7a7a;
    background: #000;
    text-align: center;
}

.popup_form_sample .popup_form .distributors_sample_form {
    width: 50%;
    padding: 0 2%;
}

.distributors_sample_form ul li input,
select,
textarea {
    border: 1px solid #ccc;
    height: 33px;
    padding: 0 4.5%;
    width: 100%;
    font-family: "dinregular";
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    font-size: 15px;
}

.popup .textbox input,
select,
.email_form ul li input {
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
    padding: 0 4.5%;
    font-size: 15px;
    color: #666;
    margin-top: 2px;
}

.popup .textbox {
    width: 106%;
    float: left;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    section {
        height: auto !important;
        background: unset !important;
        padding: 0;
        margin-bottom: 30px;
    }

    .title-1 {
        font-size: 30px;
    }

    .title-2 {
        font-size: 26px;
    }

    .title-3 {
        font-size: 22px;
    }

    .title-4 {
        font-size: 18px;
    }

    .mobile {
        display: block;
        margin-bottom: 30px;
    }

    br {
        display: none;
    }

    body,
    html {
        overflow-x: hidden;
    }

    .details_holder {
        width: 100%;
        margin: 0 auto;
    }
}