    #usersMenu {
        background: #11134f;
    }

    .custom-menu-class,
    .header-top-menu {
        text-align: center;
        margin: 0 0 0 0;
    }

    .custom-menu-class ul {
        margin: 0px 0px;
        background: #11134f;
        list-style: none;
        list-style-image: none;
        text-align: right;
        display: inline-block;
    }

    .header-top-menu ul {
        margin: 0px 0px;
        list-style: none;
        list-style-image: none;
        text-align: right;
        display: inline-block;
    }

    .custom-menu-class li {
        padding: 20px 40px;
        display: inline-block;
    }

    .header-top-menu li {
        padding: 5px 25px;
        display: inline-block;
        border-radius: 5px;
    }

    .custom-menu-class li:hover,
    .header-top-menu li:hover {
        display: inline-block;
        background: #f5381f;
    }

    .custom-menu-class a,
    .header-top-menu a {
        color: #FFF;
    }

    .custom-menu-class a:hover {
        color: #11134f;
        font-weight: 600;
        font-size: 20px;
    }

    #suggestionForm {
        background: #11134f;
        padding: 40px;
        border-radius: 14px;
    }

    #formHead H3 {
        color: #fff;
    }

    .hello-user {
        background: #f5381f;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 10px;
    }

    #subject,
    #area1,
    #suggestion,
    #area2 {
        width: 100%;
    }

    #area1,
    #subject,
    #suggestion,
    #submitButton,
    #area2 {
        font-size: 18px;
        padding: 10px;
    }

    #area1,
    #subject,
    #area2 {
        height: 50px;
        margin-bottom: 25px;
    }

    #submitButton {
        width: 40%;
        height: 50px;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 50px;
    }

    #opinions {
        margin: 0 0 40px 0;
        display: flex;
    }

    #opSuggestion {
        text-align: justify;
    }

    #opNum {
        background: #f5381f;
        padding: 1px 25px;
        color: #fff;
        margin-right: 15px;
        border-radius: 10px;
        max-height: 70px;
    }
    @media (max-width: 767px) {
        #opNum {
            padding: 0px 15px;
            margin-right: 10px;
            max-height: 70px;
        }
        #opNum h1, #opSubject h1 {
            font-size: 24px;
        }
    }

    #opEdit,
    #opDelete {
        text-align: center;
        color: #f5381f;
        margin-right: 15px;
        height: 40px;
        padding-top: 15px;
    }

    #opinions-meta {
        margin: 0 0 40px 0;
        display: flex;
    }
    @media (max-width: 767px){
        #opinions-meta {
            margin: 0px;
            display: block;
        }
    }

    #opPerson, #opDate, #opLike, #opDisLike, #opComment {
        display: flex;
        text-align: center;
        padding: 25px 0px;
        color: #f5381f;
        width: 20%;
    }
    @media (max-width: 767px) {
        #opPerson, #opDate, #opLike, #opDisLike, #opComment {
            padding: 5px;
            width: 100%;
        }
    }

    #all-sug-head {
        padding: 50px 0;
        background: #11134f;
        color: #fff;
    }

    .bottom {
        padding-top: 60px;
    }

    .top {
        padding-bottom: 60px;
    }

    #abc {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        position: fixed;
        background-color: rgba(39, 127, 246, 0.6);
        overflow: auto;
        z-index: 100;
    }

    #popupContact {
        position: absolute;
        left: 35%;
        top: 30%;
        margin-left: auto;
        font-family: 'Raleway', sans-serif;
        width: 30%;
    }

    .popupForm {
        min-width: 30%;
        padding: 50px;
        border: 2px solid gray;
        border-radius: 10px;
        font-family: raleway;
        background-color: #fff;
        width: 100%;
    }

    #close {
        position: absolute;
        right: -14px;
        top: -14px;
        cursor: pointer
    }

    #user_login,
    #user_pass {
        width: 100%;
        height: 50px;
        margin-bottom: 25px;
    }

    #rememberme {
        margin-bottom: 25px;
    }
    .login-div {
        float: left;
    }
    .register-div {
        float: right;
    }
    .login-button, .register-button {
        width: 200px;
    }
@media (max-width: 767px) {
    #abc {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        position: fixed;
        background-color: rgba(39, 127, 246, 0.6);
        overflow: auto;
    }
    #popupContact {
        position: absolute;
        left: 10%;
        top: 30%;
        margin-left: auto;
        font-family: 'Raleway', sans-serif;
        width: 80%;
    }
    .login-div, .register-div {
        float: none;
    }
    .login-button, .register-button {
        width: 80px;
    }
}
.locationMsg {
    padding: 150px 0 150px 0;
}
.fname {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}
.messege {
    width: 100%;
    margin-bottom: 15px;
}
.text-center {
    text-align: center;
}