body {
    padding-top: 0rem;
    margin-bottom: 0rem;
}

#jar .row {
    margin: 0px 10px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px 10px 0 10px;
}

#jar .userspece {
    margin: 0 5px 0 15px;
    color: #8cc749;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #8cc749;
    border-color: #8cc749;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8cc749;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

#jar .coment {
    padding: 0px;
    margin: 0% auto;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1.8;
    border: 1px solid #8cc759;
    border-radius: 100px;
}

footer a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

/* login form */

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    top: 73px;
    right: 15px;
    border-radius: 7px;
    border: 3px solid #8cc749;
    z-index: 1031;
}

/* Add styles to the form container */
.form-container {
    max-width: 290px;
    padding: 10px;
    background-color: white;
    border-radius: 7px;
    margin-block-end: 0em;
}

/* Full-width input fields */
.form-container input[type=text],
.form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border-bottom: 1px solid #8cc749;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;

}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

.login-btn {
    border-color: #343a40 !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem 0;
    float: right;
    font-size: 36px;
}


@media (max-width: 1440px) {
    .f14 {
        font-size: 13px;
    }

    #jar .coment {
        margin: 0% auto;
        width: 40px;
        height: 40px;
        line-height: 1.45;
    }

}

@media (max-width: 1280px) {
    .sidenav {
        position: fixed;
        width: 295px;
        height: 100%;
        margin-top: 0rem;
        box-sizing: border-box;
        border-top: none;
        padding-top: 10px;
        padding-bottom: 10rem;
    }
}

@media (max-width: 1150px) {

    .mainmenu {
        float: left;
        margin: 0 4rem 0 0rem;
    }

    .f14 {
        font-size: 12px;
    }

    .idfont {
        font-size: medium
    }

    #jar .coment {
        margin: 0% auto;
        width: 45px;
        height: 45px;
        line-height: 1.6;
    }

    #jar .row {
        margin: 50px 0;
        padding: 12px 10px 0 10px;
    }

    .sidenav {
        width: 295px;
    }

    .content-wrapper {
        margin-left: 150px;
    }
}

@media (min-width: 1231px) {
    .btn_m {
        margin: 8vh 0vh 1vh 0vh;
    }

    .top_spece {
        margin: 6vh 0vh 0vh 0vh !important;
        padding: 4vh 0 3.5vh 0;
    }

    .top_spece_ask {
        margin: 12vh 0vh 0vh 0vh;
        padding: 4vh 0 2vh 0;
    }
}

@media(min-width:1400px) {
    .top_spece {
        margin: 10vh 0vh 0vh 0vh;
        padding: 4vh 0 1vh 0 !important;
    }

    .top_spece_ask {
        margin: 10vh 0vh 0vh 0vh;
        padding: 2vh 0 1vh 0 !important;
    }
}

@media (min-width: 992px) {
    .btn_m {
        margin: 8vh 0vh 1vh 0vh;
    }

    .top_spece {
        margin: 10vh 0vh 0vh 0vh;
        padding: 4vh 0 1vh 0;
    }

    .top_spece_ask {
        margin: 10vh 0vh 0vh 0vh;
        padding: 5vh 0 2vh 0;
    }

    .custom_hide {
        display: none;
    }


    .main_grid_Scroll {
        margin: 5vh 0vh 0vh 0vh !important;
    }

    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }

}

@media (max-width: 991px) {
    .navbar-dark .navbar-toggler-icon {
        float: left;
    }

    .custom_side {
        z-index: 9312 !important;
    }

    .sidenav {
        width: 100%;
    }

    .custom_sidenav1 {
        z-index: 198 !important;
    }

    .custom_sidenav {
        position: fixed;
        width: 295px;
        height: 100%;
        top: 0;
        left: 0;
        margin-top: 6.75rem;
        box-sizing: border-box;
        border-top: none;
        padding-top: 10px;
        z-index: 98 !important;
        padding-bottom: 10rem;
        overflow-x: hidden;
        transition: 0.5s;
    }

    #jar .row {
        margin: 15px 0;
        padding: 10px 10px 0 10px;
    }

    .main_grid_Scroll {
        margin: 8vh 0vh 0vh 0vh !important;
    }


    .button-phone {
        display: block;
        margin: 10px 15px 0 0
    }

    .btn_m {
        margin: 12vh 0vh 1vh 0vh;
    }

    .top_spece {
        margin: 6vh 0vh 0vh 0vh;
        padding: 4vh 0 3vh 0;
    }

    .top_spece_ask {
        margin: -1vh 0vh 0vh 0vh;
        padding: 0vh 0 2vh 0;
    }

    .content-wrapper {
        margin-left: 0px;
    }

    #jar .row h5 {
        font-size: 1.15rem;
    }

}

@media (max-width: 767px) {
    .my-float {
        float: left;
    }

    .custom_s a {
        padding: 8px 8px 6px 30px !important;
        font-size: 14px;
    }

    .btn_back {
        margin: 10vh 0vh 0vh 0vh;
    }

    .fix_login {
        right: -80% !important;
    }

    .fix_ask {
        right: -62% !important;
    }

    .fix_menu {
        text-align: left;
    }

    .custom_pad {
        padding: 0 0 2vh 0px !important;
    }

    .sidenav {
        position: fixed;
        width: 295px;
        height: 100%;
        margin-top: 8rem !important;
        box-sizing: border-box;
        border-top: none;
        padding-top: 10px;
        padding-bottom: 10rem;
    }

    .btn_m {
        margin: 18vh 0vh 1vh 0vh;
    }

    .top_spece {
        margin: 5vh 0vh 0vh 0vh;
        padding: 4vh 0 8vh 0;
    }

    .top_spece_ask {
        margin: 10vh 0vh 0vh 0vh;
        padding: 4vh 0 2vh 0;
    }

    .content-wrapper {
        margin-top: 10vh;
    }

    #jar .row h5 {
        font-size: 1rem;
    }
}

@media (max-width: 360px) {
    #jar .row {
        margin: 10px 0;
        padding: 8px 8px 0 8px;
    }

    .btn_back {
        margin: 12vh 0vh 0vh 0vh;
    }

    .main_grid_Scroll {
        margin: 10vh 0vh 0vh 0vh !important;
    }

    #main {
        transition: margin-left .5s;
        padding: 0px 8px;
    }

    .btn_m {
        margin: 20vh 0vh 1vh 0vh;
    }

    .fix_login {
        margin: 3vh 0vh 0vh 0vh;
    }

    .fix_login {
        right: -74% !important;
    }

    .custom_xs_style {
        margin-top: 3vh;
    }

    /* .fix_ask {
        margin: 3vh 0vh 0vh 0vh;
    } */

    .fix_ask {
        right: -60% !important;
    }


    .top_spece {
        margin: 8vh 0vh 0vh 0vh;
        padding: 4vh 0 6vh 0px;
    }

    .top_spece_ask {
        margin: 12vh 0vh 0vh 0vh;
        padding: 4vh 0 2vh 0;
    }

    .navbar-brand {
        margin-right: 0rem;
    }

    .login-btn {
        padding: .375rem .25rem;
        line-height: 1.2;
    }

    .navbar-toggler {
        padding: .25rem .25rem;
        font-size: 1rem;
        line-height: 1;
    }
}

@media only screen and (max-device-width: 770px) and (min-device-width: 765px) {
    .login_custon_margin {
        margin-top: -10vh;
    }

    .fix_ask {
        right: -80% !important;
    }

    .main_grid_Scroll {
        margin: 4vh 0vh 0vh 0vh !important;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
    section.about_sec {
        margin-top: 8em !important;
    }

    section.contact_sec {
        margin-top: 0em !important;
    }
}

.textdecoration {
    text-decoration: none;
    color: #0f0f0f;
}

.textdecoration:hover {
    text-decoration: none;
    color: #0f0f0f;
}

.sidenav {
    position: fixed;
    width: 295px;
    height: 100%;
    margin-top: 0rem;
    box-sizing: border-box;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10rem;
}

a:hover {
    text-decoration: none;
}

#jar .noBorder {
    border: none !important;
}

#jar .row pre {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
}

#jar .info {
    margin: 15px 0 0 0;

}



div#ShowComment {
    padding-top: 15px;
}

.chat_list {
    border: 2px solid #383a3c;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: inset 0px 0px 5px #000000;
    background: #f4f4f4;
}

.main_chat {
    padding: 10px 4px;
}

.post_heading {
    width: 100%;
    overflow: hidden;
    display: block;
}

.image_people {
    width: 10%;
    float: left;
}

.image_people img {
    width: 60%;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.name_people {
    width: 88%;
    float: left;
    padding-left: 0px;
    padding-top: 13px;
}

.name_people .h4_text {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
    color: #282828;
}

.name_people .h5_text {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 8px;
    color: #adaaaa;
    font-style: italic;
    padding-left: 50px;
}

.post_comment {
    border: 2px solid #ccc;
    padding: 20px 10px;
    font-size: 14px;
    color: black;
    margin: 17px 0;
}

.main_chat pre {
    border: none;
    background: transparent;
    padding: 0px;
    margin: 0;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

i.fa.fa-thumbs-up {
    font-size: 16px;
    margin-right: 12px;
}

i.fa.fa-thumbs-down {
    font-size: 16px;
}

button.btn.reply_btn {
    background: transparent;
    font-size: 15px;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 0;
    color: blue;
    font-weight: 500;
}

#box {
    padding: 5px;
    width: 200px;
    z-index: 10;
    position: relative;
}

#box form {
    background: #efefef;
    padding: 5px;
    display: none;
    position: absolute;
    top: 27px;
}

#Reply {
    width: 75px;
    background: #efefef;
    color: #010101;
    padding: 3px 10px;
    border: 1px solid #efefef;
    margin-bottom: 15px;
    cursor: pointer;
}

input[type="submit"] {
    background: none;
    color: #fff;
    border: none;
    text-align: left;
    cursor: pointer;
}

.FormClass textarea#Reply {
    height: 200px;
    resize: none;
    width: 100%;
    background-color: #fff;
}

.FormClass textarea#Reply,
.FormClass .form-control {
    box-shadow: none;
    border: 1px solid #e6e6e6;
}

#Commntform textarea#CommentDesc,
#Commntform .form-control {
    background: #efefef;
    border: 1px solid #dddddd4d;
    box-shadow: none;
    border-radius: 4px;
}

#CommentDesc {
    width: 25%;
    height: 178px;
}

#CommentDesc {
    width: 100% !important;
    height: 200px !important;
    resize: none;
}

#Commntform .form-control {
    height: 35px;
}

#Commntform .buttonload {
    background-color: #8cc749;
    border: none;
    color: white;
    padding: 8px 18px;
    font-size: 16px;
}

#Commntform div.col-xs-12 {
    margin-bottom: 15px;
}


.inner_chat {
    width: 90%;
    margin-left: 10%;
}

.post_heading {
    width: 100%;
    overflow: hidden;
    display: block;
}

b {
    color: red;
}

.FormClass div.col-md-12 {
    margin-bottom: 15px;
}

.FormClass .submit_rply {
    background-color: #8cc749;
    border: none;
    color: white;
    padding: 8px 18px;
    font-size: 16px;
}

.bn-left {
    float: left;
}

.mytopMenu_phone {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

/* div#main {
    width: auto;
    float: left;
} */

.mytopMenu_phone a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    /* color: #818181; */
    display: block;
    transition: 0.3s;
}

#mytopMenu_phone a {
    text-align: left;
    font-weight: bold;
}

.mytopMenu_phone a:hover {
    /* color: #f1f1f1; */
}

.mytopMenu_phone .closebtn {
    position: absolute;
    top: 0;
    color: #000;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.ui-widget-content {
    border: none !important;
    border-radius: 7px !important;
    /*top: 140px !important;*/
}

.ui-menu-item {
    background: #eee;
    padding: 10px;
}

.ui-menu-item:hover {
    background: #fff;
    padding: 10px 15px;
    color: #8cc749;
    border: none;
}

/* about us*/

h3.heading_about {
    font-size: 33px;
    padding-bottom: 50px;
    font-weight: 600;
    padding-top: 30px;
    text-transform: uppercase;
}

h3.heading_contact {
    font-size: 33px;
    padding-bottom: 50px;
    font-weight: 600;
    padding-top: 0px;
    text-transform: uppercase;
}

.heading_about span,
.heading_contact span {
    border-bottom: 3px solid;
    padding: 7px 0;
}

.about_sec p {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    text-align: justify;
}

.about_sec .blue,
.privacy_sec .blue {
    color: #226095;
}

.about_sec .red,
.privacy_sec .red {
    color: #d81717;
}

.about_sec h5 {
    font-size: 21px;
    padding-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #484848;
    padding-top: 20px;
}

.about_sec h5 span {
    border-bottom: 2px solid;
    padding: 7px 0;
    color: #152732;
}

.about_sec li {
    list-style: square;
    font-size: 24px;
}

.about_sec li span {
    font-size: 17px;
    vertical-align: text-bottom;
}

.about_image {
    background-image: url('/image/ODhGlQKR.jpeg');
    height: 500px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 20px;
}


.container {
    max-width: 1380px;
    width: 100%;
}

.mycontainer {
    width: 90%;
    margin: 0 auto;
}

/* contact us*/

.row.form_section {
    background: #494949;
    color: white;
    padding: 40px 40px 30px 40px;
    box-shadow: 0 0 black;
    border-top: 6px solid #8cc749;
    border-radius: 2px;
}

.form_section h2 {
    color: #8cc749;
    padding-bottom: 20px;
}

.form_section a {
    color: #2196F3;
    font-size: 15px;
    line-height: 26px;
    text-decoration: underline;
}

.form_section p {
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
}

.form-control {
    border-radius: 0;
    border: 0;
    height: 33px;
    font-size: 14px;
    box-shadow: 0px 0px 4px #0006;
}

.form_section iframe {
    width: 100%;
}


button.subscribe_btn {
    background: #8cc749;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    padding: 15px 30px;
    margin-top: 30px;
}

h3.title_admin {
    color: #494949;
    font-weight: bold;
    display: inline-block;
}

p.description_admin {
    color: #3c763d;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 10px 0;
    font-weight: 600;
}

.dropdown-menu>li>.ddlogout {
    padding: 3px 0px;
}

.CodeMirror-scroll {
    overflow: scroll !important;
    margin-bottom: -30px;
    margin-right: -30px;
    padding-bottom: 30px;
    height: 100%;
    outline: none;

}

.CodeMirror-sizer {
    margin-left: 35px;
    margin-bottom: -17px;
    border-right-width: 13px;
    min-height: 7256px;
    min-width: 1112.28px;
    padding-right: 0px;
    padding-bottom: 0px;
}


@media only screen and (min-width: 1450px) and (max-width: 1559px) {
    .btn_m {
        margin: 12vh 0vh 1vh 0vh !important;
    }

    #navbar-right {
        margin: 0 0% 0 3%;
    }

    .top_spece1 {
        margin: 6vh 0vh 0vh 0vh !important;
        padding: 4vh 0 0vh 0;
    }

    .top_spece_ask {
        margin: 12vh 0vh 0vh 0vh;
        padding: 5vh 0 2vh 0 !important;
    }

    .top_spece_L {
        margin: 12vh 0vh 0vh 0vh !important;
        padding: 4vh 0 0vh 0;
    }

    .sidenav {
        margin-top: 6.80rem !important;
        padding-bottom: 10.5rem;
    }
}

@media only screen and (min-width: 1230px) and (max-width: 1470px) {
    .btn_m {
        margin: 12vh 0vh 1vh 0vh !important;
    }


    #navbar-right {
        margin: 0 0% 0 3%;
    }

    .top_spece_ask {
        margin: 12vh 0vh 0vh 0vh;
        padding: 5vh 0 2vh 0 !important;
    }

    .top_spece1 {
        margin: 6vh 0vh 0vh 0vh !important;
        padding: 4vh 0 0 0;
    }

    .top_spece_L {
        margin: 12vh 0vh 0vh 0vh !important;
        padding: 4vh 0 0 0;
    }

    .sidenav {
        margin-top: 6.80rem !important;
        padding-bottom: 10.5rem;
    }
}

.sociol_anima {
    width: auto;
}

@media (min-width: 768px) {
    .content-wrapper {
        margin-top: 3rem;
        margin-left: 210px;
    }

    .custom_s a {
        padding: 8px 8px 8px 35px !important;
        font-size: 14px;
    }
}

.btn_m {
    margin-bottom: 1vh !important;
}

.custom-home-Main {
    -webkit-overflow-scrolling: auto;
}

.fix_box {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 9;
}

.fix_login {
    position: fixed;
    background: transparent;
    width: 100%;
    z-index: 9;
    right: -90%;
}

.fix_ask {
    position: fixed;
    background: transparent;
    width: 100%;
    z-index: 10;
    right: -88%;
}

.fix_menu {
    position: fixed;
    background: transparent;
    width: 100%;
    z-index: 9;
}

/*Trigger Button*/
.custom_trigger {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to bottom right, #8ad719, #8ca749);
    padding: 15px 30px;
    border-radius: 30px;
    position: relative;
    top: 50%;
}

/*Modal*/
.title_form {
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#ForgotPassWord {
    float: right;
    margin: 0 0 20px 0px;
    cursor: pointer;
    color: #fff;
}

.close {
    color: #313131;
    transform: scale(1.2)
}

.custom_content {
    font-weight: bold;
    background: linear-gradient(to bottom right, #8ad719, #8ca749);
}

.form-control {
    margin: 1em 0;
}

.username,
.password {
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #eee;
    padding-left: 0;
    font-weight: normal;
    background: transparent;
}

.c_form-control::-webkit-input-placeholder {
    color: #fff;
    font-weight: bold;
}

.c_form-control:focus::-webkit-input-placeholder {
    font-weight: bold;
    color: #fff;
}

.login,
.send {
    padding: 6px 20px;
    border-radius: 20px;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    transition: all .5s;
    margin-top: 1em;
}


.login:hover,
.send:hover {
    background: #303030;
    border: 2px solid #000;
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.sidemenu {
    z-index: 999;
}

#mySidenav a {
    color: #000;
}