@media only screen and (max-width: 480px) {

    .hs-3 .hero-single {
        position: relative;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        z-index: 1;
    }
    .home-3 .hero-single .hero-content .hero-title {
        font-size: 30px !important;
    }

    .hero-single .hero-content .hero-sub-title {
        display: inline-block;
        color: var(--theme-color2);
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 700;
        position: relative;
        text-transform: uppercase;
    }

    .hero-single .hero-content .hero-title {
        color: var(--color-white);
        font-size: 45px;
        font-weight: 700;
        margin: 10px 0;
        text-transform: capitalize;
    }

    .hero-single .hero-content p {
        color: var(--color-white);
        line-height: 24px;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .theme-btn {
        position: relative;
        font-size: 16px;
        background: var(--theme-color2);
        color: var(--color-dark);
        padding: 7px 10px;
        display: inline-block;
        vertical-align: middle;
        text-transform: capitalize;
        border-radius: 10px;
        font-weight: 500;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        border: none;
        box-shadow: var(--box-shadow);
        transition: var(--transition);
        z-index: 1;
    }

    .counter-box .icon img {
        filter: brightness(0) invert(1);
        width: 55px;
        margin: 7px auto;
    }

    .py-80 {
        padding: 10px 0;
    }

    .vm-card {
        margin-bottom: 15px;
    }
    .pb-100{
        padding-bottom: 30px;
    }

    .py-100 {
        padding: 30px 0;
    }

    .py-120 {
        padding: 30px 0;
    }

    .pb-50 {
        padding-bottom: 30px !important;
    }
    .pt-50 {
        padding-top: 30px !important;
    }

    .counter-area .counter-box {
        margin: 10px 0;
    }
    .counter-box .icon img {
        filter: brightness(0) invert(1);
        width: 45px;
    }

    .counter-box .icon {
        position: relative;
        text-align: center;
        font-size: 43px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        line-height: 45px;
        color: var(--color-white);
        border: 3px solid var(--color-white);
        background: var(--color-dark);
        z-index: 1;
    }

    .counter-box .title {
        color: var(--color-white);
        margin-top: 1px;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .counter-box .counter {
        display: block;
        line-height: 1;
        color: var(--color-white);
        font-size: 35px;
        font-weight: 600;
    }


    .counter-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        position: relative;
        z-index: 1;
        margin: 10px 70px !important;
    }

    .choose-content {
        margin-top: 30px;
    }

    .py-90 {
        padding: 30px 0;
    }

    .site-heading {
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }
    .pb-100 {
        padding-bottom: 30px;
    }

    .pb-80 {
        padding-bottom: 20px;
    }

    .pt-100 {
        padding-top: 30px !important;
    }

    .footer-widget-box {
        margin-bottom: 20px;
    }

    .faq-area img{
        display: none;
    }

    .faq-area {
        padding-bottom: 0px !important;
    }

    .about-area {
        padding: 50px 0 30px 0 !important;
    }


    .prod-cut .product-item {
        margin-bottom: 10px !important;
    }
    
    .product-item {
        position: relative;
        padding:0 20px 10px;
        border-radius: 10px;
        z-index: 1;
    }
    .my-colours-section {
        padding: 30px 0 30px;
    }


    .services-section .row {
        margin-bottom: 50px;
    }

    .contact-content {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .muc-ocl {
    display: flex
;
    flex-direction: column;
}


   
   






}


@media only screen and (min-width: 481px) and (max-width: 768px) {

    .hs-3 .hero-single {
        position: relative;
        padding-top: 45px !important;
        padding-bottom: 45px !important;
        z-index: 1;
    }
    .home-3 .hero-single .hero-content .hero-title {
        font-size: 45px !important;
    }

    .hero-single .hero-content .hero-sub-title {
        display: inline-block;
        color: var(--theme-color2);
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 700;
        position: relative;
        text-transform: uppercase;
    }

    .hero-single .hero-content .hero-title {
        color: var(--color-white);
        font-size: 45px;
        font-weight: 700;
        margin: 10px 0;
        text-transform: capitalize;
    }

    .hero-single .hero-content p {
        color: var(--color-white);
        line-height: 24px;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .theme-btn {
        position: relative;
        font-size: 16px;
        background: var(--theme-color2);
        color: var(--color-dark);
        padding: 7px 10px;
        display: inline-block;
        vertical-align: middle;
        text-transform: capitalize;
        border-radius: 10px;
        font-weight: 500;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        border: none;
        box-shadow: var(--box-shadow);
        transition: var(--transition);
        z-index: 1;
    }

    .py-100 {
        padding: 45px 0;
    }

    .py-120 {
        padding: 45px 0;
    }

    .pb-100 {
        padding-bottom: 40px;
    }
    .cs-option-section {
        padding: 0px 0 45px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .services-section .row {
        margin-bottom: 45px;
    }

    .single-faq-section {
        padding: 0px 3% 45px;
    }

    .py-80 {
        padding: 40px 0;
    }

    .pb-50 {
        padding-bottom: 45px !important;
    }
    .pt-50 {
        padding-top: 45px !important;
    }

    .counter-area .counter-box {
        margin: 15px 0;
    }
    .counter-box .icon img {
        filter: brightness(0) invert(1);
        width: 45px;
    }

    /* .counter-box .icon {
        position: relative;
        text-align: center;
        font-size: 43px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        line-height: 45px;
        color: var(--color-white);
        border: 3px solid var(--color-white);
        background: var(--color-dark);
        z-index: 1;
    } */

    .counter-box .title {
        color: var(--color-white);
        margin-top: 1px;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .counter-box .counter {
        display: block;
        line-height: 1;
        color: var(--color-white);
        font-size: 35px;
        font-weight: 600;
    }

    .faq-area img{
        display: none;
    }

    .faq-area {
        padding-bottom: 0px !important;
    }


    /* .counter-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        position: relative;
        z-index: 1;
        margin: 10px 70px !important;
    } */

    .choose-content {
        margin-top: 45px;
    }

    .py-90 {
        padding: 35px 0;
    }

    .site-heading {
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }

    .pt-100 {
        padding-top: 45px;
    }

    .footer-widget-box {
        margin-bottom: 30px;
    }

    .about-area {
        padding: 50px 0 30px 0 !important;
    }




    .muc-ocl {
    display: flex
;
    flex-direction: column;
}

 

}




@media only screen and (min-width: 992px) and (max-width: 1024px){

    .hs-3 .hero-single {
        position: relative;
        padding-top: 70px !important;
        padding-bottom: 70px !important;
        z-index: 1;
    }
    .home-3 .hero-single .hero-content .hero-title {
        font-size: 50px !important;
    }

    .hero-single .hero-content .hero-sub-title {
        display: inline-block;
        color: var(--theme-color2);
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 700;
        position: relative;
        text-transform: uppercase;
    }

    .hero-single .hero-content .hero-title {
        color: var(--color-white);
        font-size: 45px;
        font-weight: 700;
        margin: 10px 0;
        text-transform: capitalize;
    }

    .hero-single .hero-content p {
        color: var(--color-white);
        line-height: 24px;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .theme-btn {
        position: relative;
        font-size: 16px;
        background: var(--theme-color2);
        color: var(--color-dark);
        padding: 7px 10px;
        display: inline-block;
        vertical-align: middle;
        text-transform: capitalize;
        border-radius: 10px;
        font-weight: 500;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        border: none;
        box-shadow: var(--box-shadow);
        transition: var(--transition);
        z-index: 1;
    }

    .py-100 {
        padding: 60px 0;
    }

    .py-120 {
        padding: 60px 0;
    }

    .pb-50 {
        padding-bottom: 60px !important;
    }
    .pt-50 {
        padding-top: 60px !important;
    }

    .counter-area .counter-box {
        margin: 20px 0;
    }
    

    .counter-box .title {
        color: var(--color-white);
        margin-top: 1px;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .counter-box .counter {
        display: block;
        line-height: 1;
        color: var(--color-white);
        font-size: 35px;
        font-weight: 600;
    }

    
    


  

    .choose-content {
        margin-top: 60px;
    }

    .py-90 {
        padding: 60px 0;
    }

    .site-heading {
        margin-bottom: 25px;
        position: relative;
        z-index: 1;
    }

    .pt-100 {
        padding-top: 60px;
    }

    .footer-widget-box {
        margin-bottom: 30px;
    }

    .about-area {
        padding: 20px 0 50px 0 !important;
    }

    .pb-100 {
        padding-bottom: 60px;
    }

    .capabilites-hr {
        margin: 20px auto !important;
        height: 3px;
        background-color: brown;
    }

    .py-80 {
        padding: 20px 0;
    }

    .single-faq-section {
        padding: 0px 5% 50px;
    }

    .cs-option-section {
        padding: 0px 0 50px;
    }
    .pb-80 {
        padding-bottom: 50px;
    }
   





} 

