.discount-area,
.product-sec {
    padding: 40px 0
}

video {
    width: -webkit-fill-available
}

.clients.style-5 .content .img {
    background-color: #fff !important
}

.discount-cont h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 54px;
    color: #0f2a64;
    margin-bottom: 15px;
}

.discount-cont a {
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 600;
    background-color: #5eb300;
    margin: 5px 0 0;
}

.product-sec {
    background-color: #f6f3ea !important
}

.section-head h2 {
    font-size: 35px
}

.social-icon {
    position: fixed;
    left: 2px;
    top: 27%;
    display: flex;
    flex-direction: column;
    z-index: 999;
    justify-content: space-between;
    gap: 10px;
    display:none;
}

.social-icon img {
    width: 25px;
    height: 25px;
}

.social-inner {
    background: #e3e3e3;
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0 0 4px -5px;
}

.bg-light2 {
    background-color: #d3d3d355 !important
}