@media(max-width: 1199px){
    .about_inner_sec{
        flex-direction: column;
        gap: 20px;
    }
    .about_inner_sec .content{
        width: 100%;
        margin-left: 0;
    }
    .about_inner_sec .vid_sec {
        width: 70%;
        /* width: 100% */
    }
}
@media(max-width: 991px){
    header .t_header form {
        position: absolute;
        top: 155%;
        width: 100%;
        left: 0;
        padding: 10px 20px;
        background: #fff;
        border-top: 1px solid #ececec;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: 0.5s;
    }
    header .t_header form.active {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    header .t_header .input-group{
        width: 100%;
    }
    .about_inner_sec .vid_sec {
        width: 100%;
        /* width: 100% */
    }
    header nav{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    header nav ul{
        display: none;
    }
    header nav .header_search_btn{
        display: block;
    }
    header nav .menu_btn{
        display: block;
    }
}
@media(max-width: 768px){
    .your_cart {
        flex-direction: column;
    }
    .your_cart .your_cart_img {
        width: 100%;
    }
    .d_mb_none{
        display: none;
    }
}

@media(max-width: 600px){
    header.active {
        transform: translateY(-70px);
    }
    .check_box{
        gap: 15px;
    }

    header .left_side{
        gap: 20px;
    }

    .contact-info .icon {
        width: 40px;
        height: 40px;
    }
    .contact-info .icon i{
        font-size: 18px;
    }
    .contact-info {
        padding: 20px 13px;
    }
    .top_header{
        flex-direction: column;
        justify-content: center;
    }
    header .logo img{
        width: 85px;
    }
    header .t_header{
        padding: 10px 3%;
    }
    header .left_side .location a{
        font-size: 12px;
    }
    header .left_side .user a{
        font-size: 16px;
    }
}