.left-search-icon {
    display: none;
}
.left-search-icon img {
    width: 32px;
}

@media only screen and (max-width: 770px) {
    .sticky .header__right {
        height: 85px;
    }

    .hero__title {
        margin-top: 30px;
    }

    .header__padding-2 {
        padding: 0;
    }

    .logotype {
        display: none !important;
    }

    .logo-only {
        width: 165px;
        display: block;
    }

    .navbar-phone {
        display: none;
    }
}

.header__area {
    background-color: #018A0F !important;
}

.header__area .e-btn {
    background-color: #ef741f;
    color: #fff;
}

.main-menu ul li.has-dropdown > a::after,
.main-menu ul li a {
    color: #000;
}

.main-menu ul li:hover > a,
.main-menu ul li a:hover {
    color: #ef741f;
}

header {
    position: sticky;
    /* top: 32px; */
    top: 0;
    z-index: 1000;
}

.top-navbar {
    background-color: #157b23;
    color: #fff;
    /* border-bottom: 1px solid #f1f1f1; */
    padding: 7px 15px;
}

.phone-icon {
    width: 29px;
    margin-right: 2px;
}

.support-phone {
    padding-top: 8px;
    vertical-align: middle;
    display: inline-block;
}

.navbar-phone {
    display: inline-block;
}

.navbar-phone h6,
.navbar-phone a,
.navbar-phone img {
    color: #fff;
}

/*  */
.top-right {
    float: right;
    margin-top: 2px;
}

.navbar-social {
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
}

.navbar-social a {
    margin-right: 5px;
}

@media only screen and (max-width: 770px) {
    .navbar-phone {
        display: block;
        width: 100%;
        text-align: center;
        height: 42px;
    }

    .navbar-phone img {
        display: none;
    }

    .support-phone .text-success {
        text-align: center;
    }

    .top-right {
        float: initial;
        width: 100%;
        text-align: center;
    }

    .header__btn-2 a {
        width: 170px;
    }
}

@media only screen and (max-width: 350px) {
    .header__btn-2 a {
        width: 150px;
    }
}
@media only screen and (max-width: 320px) {
    .header__btn-2 a {
        width: 130px;
    }
}

/*  */

#dropdownMenuLink {
    width: 300px;
}

@media only screen and (max-width: 525px) {
    #dropdownMenuLink {
        width: 300px;
    }
}

@media only screen and (max-width: 480px) {
    #dropdownMenuLink {
        width: 250px;
    }
}

@media only screen and (max-width: 440px) {
    #dropdownMenuLink {
        width: 200px;
    }
}

.logo-only {
    display: none;
}

@media only screen and (max-width: 770px) {
    .sticky .header__right {
        height: 85px;
    }

    .hero__title {
        margin-top: 30px;
    }

    .header__padding-2 {
        padding: 0;
    }

    .logotype {
        display: none;
    }

    .logo-only {
        width: 165px;
        display: block;
        text-align: center;
    }

    .left-search-icon {
        display: block;
    }
}

.header__area {
    /* padding: 12px 0; */
    background-color: #018A0F !important;
}

.header__area .e-btn {
    background-color: #fff;
    color: #018A0F;
}

.sidebar-toggle-btn .line {
    background-color: #fff !important;
}

.main-menu ul li.has-dropdown > a span::after,
.main-menu ul li a {
    color: #fff;
}

.main-menu ul li.active > a span::after {
    color: #00870E;
}

.main-menu ul li.active a,
.main-menu ul li:hover > a,
.main-menu ul li a:hover {
    color: yellow;
}

.main-menu ul li.active a span {
    border-radius: 20px;
    background-color: #fff;
    color: #00870E;
    padding: 10px 15px;
}
/*  */
@media only screen and (max-width: 770px) {
    .logotype-only {
        display: none;
    }

    .sticky .header__right {
        height: 85px;
    }

    .hero__title {
        margin-top: 30px;
    }

    .header__padding-2 {
        padding: 0;
    }
}

.logo-only {
    width: 140px;
}

@media only screen and (min-width: 770px) {
    .logo-only {
        display: none;
    }
}

.video-shadow-top {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(25,138,41), rgba(255, 255, 255, 0));
    z-index: 2;
}

.video-shadow-bottom {
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: -1px;
    background-image: linear-gradient(to top, rgba(25,138,41), rgba(255, 255, 255, 0));
    z-index: 2;
}

/* .video-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 78px;
    z-index: 1;
} */

.video-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    /* top: 0; */
    /* top: 120px; */
    top: 78px;
    z-index: 1;
    background: url(../../../../images/home_page/bg.png);
    background-size: cover;
    background-position: center;
}

video {
    width: 100%;
    position: absolute;
    top: -10px;
}

.video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(15, 57, 11, 0.5);
    /* background-color: red; */
    width: 100%;
    height: 100%;
    display: block;
    z-index: 44;
}

.hero__area {
    overflow: hidden;
    padding-top: 190px;
    padding-bottom: 200px;
}

.hero__area .container {
    z-index: 3;
}

.hero__area .buttons {
    margin-top: 15px;
}

.hero__area .buttons a:first-child {
    margin-right: 15px;
}

.category__area {
    background-color: #018A0F;
}

.buttons .site-btn {
    background-color: #028910;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}

.buttons .site-btn:hover {
    transform: scale(1.1);
}

.slider__btn {
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: #ffffff;
    font-size: 17px;
    font-weight: 600;
}
.slider__btn:hover {
    background: #ffffff;
    color: #000320;
    border-color: #ffffff;
    transform: scale(1.1);
}

@media only screen and (max-width: 1044px) {
    #mobile-menu {
        display: none;
    }

    .header__area:not(.sticky) {
        padding: 12px 0;
    }

    .hero__area .buttons {
        margin-top: 0;
    }

    .hero__area .buttons a:first-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    .hero__area .buttons a:last-child {
        border: 1px solid #ccc;
    }

    .hero__area .buttons a {
        font-size: 15px;
        display: inline-block;
        margin-top: 6px;
    }

    .top-right {
        margin-top: 5px;
    }

    .navbar-social {
        margin-top: 16px;
    }

    video {
        width: 100%;
        height: 750px;
        position: absolute;
        top: -10px;
        object-fit: cover;
    }

    .hero__content-wrapper {
        /* background-color: #fff; */
        padding: 20px 16px;
        border-radius: 26px;
        margin-top: 280px;
    }

    .hero__title {
        margin-top: 0;
    }

    .hero__title span {
        color: #fff !important;
        font-size: 27px;
    }
    .hero__content p {
        margin-bottom: 18px;
        color: #fff !important;
    }

    header {
        top: 0;
    }
    .top-navbar {
        display: none;
    }

    .video-shadow-top {
        height: 200px;
    }
    
    .video-shadow-bottom {
        height: 300px;
    }

    .buttons .site-btn {
        background-color: #018A0F;
        color: #fff;
    }
}

/*  */

.dropdown-menu {
    border-radius: 20px;
    overflow: hidden;
}

.dropdown-item {
    padding-left: 25px;
    border-bottom: 1px solid #f1f1f1;
}
.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    color: #018A0F;
}

.bg-yellow {
    background-color: yellow;
}

/*  */

.header_menu {
    background-color: #018A0F;
    position: fixed;
    top: 79px;
    left: 0;
    width: 100%;
    z-index: 333;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    padding-bottom: 18px;
}

.header_menu_line {
    margin-top: 10px;
    width: 90%;
    height: 1px;
    background-color: #fff;
}

.search_bar_wrapper {
    margin-top: 15px;
}

.search_bar {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0px 4px 5.5px 0px #00000029;
    padding: 6px 18px;
    width: 95%;
    height: 52px;
}
.search_bar .form-control {
    background: transparent;
    border-radius: 25px;
    box-shadow: none;
    outline: none;
    font-size: 16px;
}
.search_bar .btn {
    background: none;
    border: none;
    color: #888;
    font-size: 20px;
}

.header_menu_list {
    margin-top: 20px;
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.header_menu_list::-webkit-scrollbar {
    display: none;
}

.header_menu ul {
    padding: 0 20px;
}

.header_menu li {
    padding: 12px 10px;
}

.header_menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.header_menu .submenu {
    display: none;
}
.header_menu .submenu.active {
    display: block;
}

.header_menu ul li.has-dropdown > a::after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px) rotate(270deg);
    font-size: 14px;
    color: #252d1d;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 5px;
    display: inline-block;
    color: #fff;
}

#go-back::before {
    content: "\f107";
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px) rotate(90deg);
    font-size: 14px;
    color: #252d1d;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 5px;
    display: inline-block;
    color: #fff;
}

#go-back {
    color: #fff;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}