/*
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
    background: rgba(50, 195, 108, 0.7);
}


::-webkit-scrollbar-thumb:hover {
    background: #555;
}
*/
 
/*For Overlay Scrollbars*/
.os-padding { z-index: auto; }

.transform-unset {
    transform: unset !important;
    margin: 0 !important;
}

.contact-body .form-control {
    margin-bottom: 30px;
}

.contact-body textarea {
    height: 127px;
    padding-top: 20px;
}

.contact-body .btn {
    width: 270px;
}
