.navbar-item {
    overflow: auto;
}

.navbar-item-img img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.navbar-item-img {
    text-align: center;
}

.navbar-item ul li a {
    font-size: 20px;
}

.navbar-item ul li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-item ul li a:hover{
    color: #FB383C!important
}

.navbar-item::-webkit-scrollbar {
  width: 0px;
}

.body-active {
    overflow: hidden;
}

.cross {
    position: absolute;
    top: 30px;
    left: 16px;
}

.cross svg {
    width: 23px;
    height: 23px;
}

.single-post .content-area {
    padding: 30px 0px 0px 0px;
}

.sec-user-tabs {
    padding: 0;
}

.sec-user-profile-blog {
    gap: 20px;
}

.user-profile-listing p {
    font-size: 25px;
    line-height: 35px;
    color: #383838;
}


button#load-user-button {
    display: block;
    margin: 0 auto;
    margin-bottom: 45px;
}

.site-url a {
     margin-bottom: 0px; 
}

.user-txt {
    margin-bottom: 35px;
}

/*======= Subscribe model css starts =======*/
.popup-content {
    width: 820px;
    height: 600px;
    position: relative;
}

.old_featured_section h3 {
font-size: 28px;
    color: #2f2e2e;
    font-weight: 500;
    padding: 0 50px 0 30px;
}

form.register_form {
    margin-top: 50px!important;
}

.register_form .medium-6 {
      width: calc(50% - 2px);
    display: inline-block;
}

.register_form .small-12.column {
    padding-left: 8px;
    padding-right: 8px;
}

form.register_form input {
    width: 100%;
    margin-bottom: 15px;
        font-size: 16px;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e8f0;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.subs-txt {
    -webkit-text-security: none;
    color: rgb(117, 117, 117);
   /* direction: inherit !important;
    pointer-events: none !important;
    text-orientation: inherit !important;
    writing-mode: inherit !important; */
    font-size: 17px;
    width: 100%;
    margin-bottom: 15px;
}

form.register_form input.button.btn {
    width: 20%;
    margin: 0 auto;
    height: 46px;
    display: block;
    min-width: 130px;
}

form.register_form input.button.btn:hover {
background: transparent;
    color: #FB383C;
}

.column input::-webkit-input-placeholder {
    -webkit-text-security: none;
    color: rgb(117, 117, 117);
    direction: inherit !important;
    pointer-events: none !important;
    text-orientation: inherit !important;
    writing-mode: inherit !important;
    font-size:16px;
}

button#closePopupButton {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 8px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    line-height: 36px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 251, 56, 60, 1.00 );
    text-transform: uppercase;
}


/*======= Subscribe model css end =======*/

@media only screen and (max-width: 768px) {
  .sec-user-profile-blog {
    flex-direction: column;
}

.sec-user-profile-logo {
    margin: 0 auto;
}

.tab-menu ul {
    margin-bottom: 25px;
    justify-content: flex-start;
}

.user-profile-blog-lising {
    width: 100%;
}

.mob-user-profile {
    width: 100%;
}

.tab-main-box {
    margin-top: 45px;
}
}



@media only screen and (max-width: 767px) {
.user-blog-listing {
    width: 47%;
}

.popup-content {
    width: 95%;
}
}

@media only screen and (max-width: 575px) {
.user-blog-listing {
    width: 100%;
}
.tab-menu ul li a {
    padding: 25px 30px;
    font-size: 11px;
}

.related-blog-sec {
    padding-top: 10px;
}

.related-blog-txt {
    font-size: 20px;
    margin-bottom: 15px;
}

.popup-content {
    width: 95%;
}
}