
.thumb{
    max-width: 120px;
    height: auto;
    border-radius: 10px;
    margin: 5px;
    }
    .small{
    max-width: 80px;
    height: auto;
    border-radius: 10px;
    margin: 5px;
    }

    .contact-page .theme-form input, .register-page .theme-card .theme-form input{
        font-size: 16px;
    }
    .onhover-dropdown .onhover-show-div {
        min-width: 200px !important;
    }
    .about-page li{
    display: block !important;
    }

