#home-slider .swiper-slide.bg-overlay:before{
    background: rgba(30,34,40,.15);
}
.border-green-dark {
    border-color: #35834c!important;
}

.color-green-dark {
    color: #35834c!important;
}
.color-icon-grey {
    color: #343f52 !important;
}
.level-3 li{
    display: none;
}
.overlay a {
    background: white;
}

.project.item .post-header{
    min-height: 130px;
}
.project.item{
    padding: 0 !important;
}
.product-background{
    background: #f6f7f9;
    border-radius: 10px;
    margin-right: 10px;
    padding: 20px;
    min-height: 635px;
}
.dropdown-menu.mega-menu{
    /*max-width: 750px !important; */
}
.dropdown-menu.mega-menu ul li:hover{
    background: #EEEEEE;
}
.form-floating textarea{
    min-height: 150px;
}
.product-contact-form{
    display: none;
}
.swiper-container.clients .swiper img{
    height: 60px;
    width: auto;
}
.swiper-container.clients .swiper-slide{
    text-align: center;
}
.wpcf7-acceptance input{
    -webkit-appearance: auto !important;
}
.accordion-wrapper#accordionCountries .card-header button.collapsed:before{
    content: none;
    font-family: 'Font Awesome 5 Pro';
}
.accordion-wrapper#accordionCountries .card-header button:before{
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    left: 200px;
}
.video-play-btn{
    position: absolute;
    left: 0;
    color: white !important;
    right: 0;
    top: calc(50% - 30px);
    font-size: 56px !important;
    z-index: 8;
}

body::-webkit-scrollbar {
    width: 15px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #35834c;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #f1f1f1;  /* creates padding around scroll thumb */
}

#accordionCountries .card-body::-webkit-scrollbar{
    width: 15px;               /* width of the entire scrollbar */
}
#accordionCountries .card-body::-webkit-scrollbar-track{
    background: #f1f1f1;        /* color of the tracking area */
}
#accordionCountries .card-body::-webkit-scrollbar-thumb{

    background-color: #35834c;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #f1f1f1;  /* creates padding around scroll thumb */
}
.navbar-nav .dropdown-menu{
    min-width: 16rem;
}
.acceptance-rule input{
    -webkit-appearance: auto!important;
}

.accordion-hide-button::before{
    visibility: hidden !important;
}
.accordion-hide-button{
    cursor: auto !important;
}
#accordion-products.accordion-wrapper .card {
    margin-bottom: 0.75rem !important;
}
