@media (max-width: 576px) {
    .page-head h1 {
        padding: 40px 0 8px 0;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px; /* 100% */
    }
    .page-head p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 28px 0;
    }
    .points-area .nav-link {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 150% */
        margin: 0 20px 0 0;
    }
    .tab-content {
        height: 528px!important;
        padding: 0 16px 0 16px;
    }
    .points-box {
        padding: 0;
    }
    .points-area {
        padding: 0;
        border-radius: 0;
    }
    .points-area .nav-tabs {
        padding: 32px;
    }
    .points-area .point-row h2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
    .points-area .point-row p {
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 19px;
    }
    .points-area .point-row .see-more {
        display: none;
    }
    .points-area .point-row .img {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
    }
    .contact-us {
        padding: 80px 0;
    }
    .contact-us h2 {
        color: #161616;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
    }
    .accordion-button {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
    .contact-us p {
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 19px;
    }
    .follow-row {
        padding: 16px;
        gap: 16px;
    }
    .follow-row h3 {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        width: 100%;
        margin-bottom: 16px;
    }
    .follow-row img {
        height: 24px;
    }
    .follow-row a {
        margin-right: 16px;
    }
    .slider-section h2 {
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 31px;
    }
    .slider-section p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .border-bar {
        border-top: 1px solid #A2AAAD;
    }
    .delivery {
        padding: 80px 0;
    }
    .delivery h2 {
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 31px;
    }
    .delivery-item .method h3 {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
    .delivery-item .method p {
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 19px;
    }
    .delivery-item .price {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        width: 104px;
        /*margin-left:10px;*/
    }
    .footer a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }
    .footer p {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 768px) {
    /*md equivalent*/
    /*put your class here*/
}
@media (max-width: 992px) {
    /*lg equivalent*/
    /*put your class here*/
}
@media (max-width: 1200px) {
    /*xl equivalent*/
    /*put your class here*/
}
