#forRemoveBoderColor {
    width: clamp(11em, 5.5vw, 5em);
    height: clamp(4em, 5.5vw, 5em);
    box-shadow: none !important;
    border-radius: 4% !important;
    -webkit-border-radius: 4% !important;
    -moz-border-radius: 4% !important;
    -ms-border-radius: 4% !important;
    -o-border-radius: 4% !important;
}


/*forRemoveHamBTNbg*/
#forRemoveHamBTNbg {
    background: none !important;
    
}

#nnaavv {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 999999999999999;
    gap: 0px;
}

#forHover {
    transition: transform 0.3s ease;
}

#forHover {
    transition: transform 0.3s ease;
}

#forHover:hover {
    transform: translateY(-20px);
}

#forSize {
    padding: 0 !important;
    margin: 0 !important;
}

/*! responsive start*/
@media only screen and (max-width: 1020px) {
    #formarginBottom {
        height: 120px !important;
    }
}
@media only screen and (max-width: 800px) {
    #forRemoveBoderColor {
        width: clamp(9em, 5.5vw, 5em) !important;
    }
}
@media only screen and (max-width: 726px) {
    #formarginBottom {
        height: 220px !important;
    }
}
@media only screen and (max-width: 800px) {
    #forRemoveBoderColor {
        width: clamp(8em, 5.5vw, 5em) !important;
    }
}
@media only screen and (max-width: 367px) {
    #formarginBottom {
        height: 250px !important;
    }
}