@media screen and (max-width: 767px) {
    .hm-box-left::before{
        right: 38%;
        bottom: -68px;
        transform: rotate(30deg);
        top:unset;
    }   
    .hm-box-mid::before{
        right: 38%;
        bottom: -20px;
        transform: rotate(30deg);
        top:unset;
    }        

}


/* Tablets */
@media (min-width: 768px) {
    .custom-nav-width {
        width: 75%;
    }

    .customizable .heading h1 {
        font-size: 48px;
    }

    .customizable .heading .para {
        font-size: 18px;
    }

    .features .heading h1 {
        font-size: 36px;
    }

    .features .heading .para {
        font-size: 16px;
    }

    .features .cards h4 {
        font-size: 20px;
    }

    .features .cards p {
        font-size: 15px;
    }

}

/* Mobile */
@media (min-width: 992px) {
    .custom-nav-width {
        width: 75%;
    }

    .customizable .heading h1 {
        font-size: 60px;
    }

    .features .heading h1 {
        font-size: 42px;
    }

    .features .heading {
        max-width: 800px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .customizable .img img {
        max-width: 300px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .customizable .img img {
        max-width: 250px;
    }
}

@media screen and (max-width: 991px) {
    .nav-toggle-btn{
        justify-content: end !important;
    }
    .nav-toggle-btn button{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

