/*================================ Satrt large screens =========================*/
@media (min-width: 1440px)
{
    .profile-pg .container-fluid{
       padding: 0 120px;
   }
}
@media (min-width:1201px ) and (max-width: 1439px)
{
}
@media (min-width:1024px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1024px)
{
    section .title-section::before {
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{

}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .product-card .img-box {
        height: 200px;
    }
    .product-card .card-body .group-button .card-button .btn {
        font-size: 8px;
        height: 60px;
    }
    .product-card .card-body .group-button .card-button .btn img {
        display: block;
        margin: 0px auto 5px auto;
    }
    .new-product .new-info .cart .qodef-quantity-buttons {
        padding: 5px 8px;
    }
    .product-details-wrapper .nav-wrapper .nav-tabs .nav-link {
        padding: 10px 14px;
    }
    
    .navbar .navbar-brand {
        width: 50%;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
        text-align: center;
    }
    .discount .discount-content .card {
        margin: 20px auto;
    }
    .banner .banner-content .content .text {
        font-size: 14px;
    }
    .banner .banner-content .content .info {
        font-size: 17px;
    }
    section .card {
        margin: 30px auto;
    }
    
    .banner-two .banner-content .content .text {
        font-size: 9px;
        width: 100%;
        padding: 0 0 0 0;
    }
    .banner-two .banner-content .content .info {
        font-size: 12px;
        width: 100%;
        padding: 6px 0;
    }
    .banner-two .banner-content .content .underline {
        width: 235px;
    }
    .distinguish .distinguish-content .feauture {
        justify-content: space-between;
        padding: 14px 0;
    }
    section .title-section {
        font-size: 27px;
        width: 86%;
    }
    .clients .clients-box {
        width: 100%;
    }
    .clients .clients-box .text {
        font-size: 16px;
        line-height: 25px;}
    .clients .clients-box .client-user .title-user {
        font-size: 14px;
    }
    .footer .title {
        padding: 20px 0;
    }
    header .swiper-slide .title-slide {
        font-size: 32px;
        width: 100%;
    }
    header .swiper-slide .text-slide {
        width: 100%;
    }
    header .swiper-slide {
        right: 135px;
    }
    header .swiper-container .swiper-wrapper {
        top: 150px;
        right: -100px;
    }
    .navbar .navbar-collapse{
        background-color: #fff;
        z-index: 3;
    }
    .navbar .navbar-brand .nav-icon {
        top: 0;
    }
    .navbar-toggler{
        position: absolute;
        top: 20px;
        left: 18px;
    }
    .sign-up .sign-up-content {
        width: 100%
    }
    header .swiper-container .swiper-numbers {
        right: -56px;
        bottom: 216px;
    }
    header .swiper-container .swiper-numbers::after {
        width: 90px
    }
    section .title-section::before {
        display: none;
    }
}
@media (min-width: 577px) and (max-width: 767px)
{
}
@media(max-width:576px){
    .navs-container .nav-top .icon {
        width: 18px;
    }
    .navs-container .nav-top .floating-l .lang-link {
         width: 30px;
    }
    .navs-container .nav-top .floating-l .search_icon .s-icon {
        width: 20px;
        height: 20px;
    }
    .order .form-order .form-content .pay {
        width: 100%;
    }
    .navbar .navbar-brand .nav-icon {
        width: 100%;
        object-fit: cover;
    }
    .shop .shop-box .add-more {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0 ,0);
    }
    .shop .shop-box .salary {
        left: 0;
        transform: translate(0, 0);
        justify-content: center;
        top: 0;
    }
    header .swiper-container .swiper-numbers::after {
        width: 88px;
    }
    .shop .shop-box-info .input-group {
        width: 100%;
    }
    .shop .shop-box-info .shop-btn {
        float: none;
    }
    .light-sec .light-content {
        height: 100%;
    }
    .navs-container .shopping-cart {
        width: 300px;
        min-width: 250px;
    }
    .navs-container .navbar .navbar-brand .nav-icon {
        width: 185px;
    }
    .navs-container .nav-top .dropdown.profile-dropdown .dropdown-menu{
        right: -190px;
    }
}
@media(min-width: 425px) and (max-width: 576px)
{
}
@media (min-width: 375px) and (max-width: 425px)
{
}
@media (min-width: 320px) and (max-width: 375px)
{
}
@media (max-width: 320px)
{
    .navs-container .nav-top .icon {
        width: 13px;
    }
}
