.header-style-two .menu-area {
    background: rgba(0, 0, 0, 0.1);
}
section.home-social-icons ul li:first-child a,
section.home-social-icons ul li:nth-child(3) a,
section.home-social-icons ul li:nth-child(4) a {
    display: flex;
    background: #333;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 18px;
    transition: background 0.3s;
    justify-content: center;
    align-items: center;
}

section.home-social-icons ul li:first-child a i,
section.home-social-icons ul li:nth-child(3) a i,
section.home-social-icons ul li:nth-child(4) a i {
    color: #ffd600;
    font-size: 24px;
    transition: color 0.3s;
}

section.home-social-icons ul li:nth-child(2) {
    margin-top: 11px;
}

section.home-social-icons ul li:nth-child(2) a {
    display: inline-block;
    background: #333;
    border-radius: 50%;
    width: 44px;
    height: 48px;
    line-height: 18px;
    transition: background 0.3s;
    padding: 7px;
}
.faq-wrap .accordion-button::after {
    display: none;
} 
.faq-area.fix .row.align-items-center {
    flex-direction: row-reverse;
}
.btn {
    letter-spacing: 1px;
}

.btn.btn-one {
    color: #000 !important;
}
.menu-area.sticky-menu {
    background: white;
}
.menu-area.sticky-menu ul.navigation a {
    color: black;
}
.navbar-wrap.main-menu.d-none.d-lg-flex {
    margin-right: 22px;
}

.banner-videos > div.video-container {
    height: 918px;
    position: relative;
    overflow: hidden;
}
section.home-social-icons {
    padding: 2px 0;
    background: #222;
    text-align: center;
}
.brand-item-two img {
    filter: unset;
}

.banner-videos video {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    display: block;
}
.brand-area-two.icons .brand-item-two img {
    height: 130px;
    width: 100%;
    padding: 20px;
    object-fit: contain;
    border-radius: 22px;
    mix-blend-mode: multiply;
}
.brand-item-two img {
    filter: unset;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    height: 500px;
}

@media (max-width: 968px) {
    .cta-bg {
        margin-top: 100px;
        height: 22vh;
        background-size: cover;
    }

    .consultation-video {
        height: unset;
        width: unset;
        margin-left: auto;
        margin-top: 20px;
    }

    .custom-product-slider .row {
        flex-direction: column;
    }

    #slider-container,
    .slider-description {
        width: 100%;
    }
}

@media (max-width: 597.98px) {
    .banner-videos video {
        height: 400px;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        display: block;
    }
    .why-to-go .items-div div.flex {
        width: 47%;
    }
    .banner-videos > div.video-container {
        height: 311px;
        position: relative;
        overflow: hidden;
    }

    section.home-social-icons ul li:first-child a,
    section.home-social-icons ul li:nth-child(3) a,
    section.home-social-icons ul li:nth-child(4) a {
        display: inline-block;
        background: #333;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 18px;
        transition: background 0.3s;
    }

    section.home-social-icons ul li:first-child a i,
    section.home-social-icons ul li:nth-child(3) a i,
    section.home-social-icons ul li:nth-child(4) a i {
        color: #ffd600;
        font-size: 12px;
        transition: color 0.3s;
    }

    section.home-social-icons ul li:nth-child(2) {
        margin-top: 11px;
    }

    section.home-social-icons ul li:nth-child(2) a {
        display: inline-block;
        background: #333;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 18px;
        transition: background 0.3s;
        padding: 2px;
    }

    .consultation-video {
        border-radius: 12px;
        overflow: hidden;
        margin-top: 23px;
        margin-bottom: 0;
        height: unset;
        width: unset;
        margin-left: unset;
    }

    .cta-bg {
        height: 114px;
        width: 100%;
        background-size: cover;
    }

    .about-area {
        padding: 60px 0;
    }

    .consultation-area,
    .consultation-area-two {
        padding: 40px 0;
    }

    .testimonial-area-two {
        padding: 12px 0 21px;
    }

    .content-wrapper {
        margin-bottom: 0;
    }

    .why-to-go .items-div div.flex {
        width: 47%;
    }

    .consultation-content {
        background: #fafad2;
        padding: 25px;
        text-align: center;
        border: 1px solid orange;
    }

    .consultation-content .btn {
        color: #fff;
    }

    .clients-label {
        text-align: center;
    }

    .brands.blog-post-area.pt-120 {
        padding-top: 20px;
    }

    .blog-post-area.pt-120.pb-30 {
        padding-top: 40px;
    }

    .faq-area,
    .services-area-four {
        padding-bottom: 30px;
    }
}
@media (max-width: 500.98px) {
    .slick-slide img {
        height: 100px;
    }
}

.consultation-content .btn {
    background: black !important;
}
.why-to-go .items-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-evenly;
}
