body{
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 999px;
}
}
img {
  max-width: 100%;
}
.slider-banner {
    background: url(../images/blog.png);
    padding: 160px 0 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}
.slider_about_text {
    position: relative;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 1;
}
.slider_about .container {
    position: relative;
}
.slider_about_text h4 {
    color: #e5b73b;
    margin-bottom: 10px;
    /* display: flex; */
    font-size: 22px;
    margin-left: 60px;
    position: relative;
    text-align: left;
}
.slider_about_text h4:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 7px;
    background: #e5b73b;
    left: -60px;
    top: 10px;
    bottom: 0;
}
.slider_about_text p {
    color: #fff;
    width: 60%;
    line-height: 1.5;
    font-size: 42px;
    float: left;
    text-align: left;
}
.slider_about_text p span {
    color: #e5b73b;
    font-size: 38px;
    margin: 0;
}
.slider_about_text p b {
    color: #e5b73b;
}
.slider_about.slider_a-green-vision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100vh;
    margin-bottom: 80px;
}
.videoembed {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.slider_about_pc:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .slider_about_text p {
        font-size: 32px;
    }
}
@media screen and (max-width: 991px) {
    .slider_about_text {
        top: 60%;
    }
}
@media screen and (min-width: 576px) {
    .slider_about_pc {
        display: block;
    }
    .slider_about_media {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .slider_about_text p {
        width: 100%;
        font-size: 24px;
    }
    .slider_about_text {
        top: 60%;
        left: 20px;
    }
    .slider_about_pc {
        display: none;
    }
    .slider_about_media {
        display: block;
    }
}
.distributor-title {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}
.distributor-title h1 {
    font-size: 32px;
    margin-bottom: 15px;
}
.distributor {
    margin-bottom: 80px;
}
.radio-button label {
    margin-right: 20px;
}
.checkbox-button label {
    padding: 0 15px;
}
.distributor button {
    background: #00505c;
    border-color: #00505c;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    color: #fff;
}
.distributor button:focus {
    color: #fff;
}
.distributor button:hover {
    background: #fff;
    color: #000;
    border-color: #00505c;
}
.distributor .distributor_form form .justify-between button:active,
.distributor .distributor_form form .justify-between button:focus {
    background-color: #00505c;
    border-color: #00505c;
    box-shadow: none !important;
}
.distributor_form h2#msg {
    font-size: 16px;
    text-align: left;
}