/* sign in page */
.sign-logo {
    width: 80px;
    height: 80px;
}
.sign-heading {
    margin-top: 55px;
    font-weight: bold;
}
.sign-text.lntxt {
    width: auto;
    margin-top: 2px;
    height: auto;
    font-weight: 500;
}
.sign-up {
    width: 100%;
    padding: 0 15px;
    max-width: 500px;
    margin: 50px auto 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
}
.error {
    color: #ff0000;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}
.select2-container--default .select2-selection--single {
    /* border: 1px solid #ccc !important;
     border-radius: 0px !important;  */
}
.select2-container--default .select2-selection--single {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    padding: 10px;
    height: 50px !important;
    border: 1px solid #dddddd !important;
    border-radius: 10px !important;
}
.signin-img,
.sign-img,
.forgotpassword-img {
    background-image: url("../img/login-screen-bg.png");
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    min-height: 100%;
    position: static;
}
.sign-img img{
    position: relative;
    top: -20%;
}
.log_in_page .abc,
.sign_up_page .abc,
.forgot_pass_page .abc {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.sign_in_form {
    margin-top: 48px;
}
.sign_in_form .form-label {
    font-weight: 500;
}
.sign_in_form .form-group input,
.sign_in_form .form-group select,
.selectize-input {
    width: 100%;
    height: 58px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-top: 5px;
}
.selectize-input {
    justify-content: flex-start;
}
.sign_in_form .form-group input::placeholder {
    font-size: 16px;
    color: #666666;
}
.field-icon {
    position: absolute;
    bottom: 15px;
    right: 0;
}
.sign_in_form .form-group input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin: 0;
}

.sign_in_form .form-group {
    margin-bottom: 20px;
}
.rememberme {
    width: 22px;
    height: 22px;
}

.error {
    color: #ff0000;
}

.lntxt {
    width: 480px;
    height: 22px;
    left: 240px;
    top: 347px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}
.rememberme {
    /* background: #B53B89; */
    border-radius: 4px;
    border: 2px solid #ffffff;
    accent-color: #b53b89;
}
.abc {
    z-index: 999 !important;
}
.forgot_pass {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.forgot_pass p {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    padding-top: 2px;
    line-height: 22px;
}
.forgot_pass a {
    color: #b53b89;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    padding-top: 3px;
}
.submit_btn button {
    border-radius: 11px;
    font-size: 16px;
    color: white;
    font-weight: 500;
    width: 100%;
    height: 58px;
    border: 0;
    transition: 0.2s ease-in;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
}
.countinue_btn button {
    width: 100%;
    height: 58px;
    border-radius: 11px;
    font-size: 16px;
    color: white;
    font-family: var(--font-family);
    font-weight: 500;
    color: #333333;
    transition: 0.2s ease-in;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #b53b89 0%, #b53b89 100%) border-box;
}
.countinue_btn button:hover,
.submit_btn button:hover {
    transform: scale(1.03);
}

.submit_btn {
    margin-top: 50px;
}

.submit_btn button:hover {
    color: #fff;
}

.already-text {
    font-weight: 500;
    margin-top: 50px;
}
/* -----sign up page----- */

.sign_up_page .sign-up {
    margin-top: 51px;
    margin-bottom: 51px;
}
#inputState-selectized {
    height: 58px;
}
.two-input {
    display: flex;
    gap: 18px;
}
#inputdob {
    text-transform: uppercase;
}

.selectize-control.single .selectize-input:after,
.form-select:after {
    background-image: url(../img/chevron-down.png);
    width: 14px;
    height: 10px;
    border: 0;
    background-position: center;
    top: 45%;
}
.sign_in_form input:focus,
.sign_in_form select:focus {
    box-shadow: none;
}
.selectize-dropdown-content div {
    font-size: 14px;
}
.icon-tabler-eye {
    width: 28px;
    margin-top: 3px;
    margin-left: 10px;
}
.error-text {
    font-size: 12px;
}
/* ============header css =============*/
.notification-dp a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
}
.notification-dp img {
    width: 44px;
    height: 44px;
    margin-right: 20px;
}
.noti-bg {
    padding: 0;
    margin-top: 20px;
    right: -20px;
}
.noti-bg p {
    font-size: 14px;
    color: #666666;
    width: 100%;
}
.noti_tt_btn {
    display: flex;
    justify-content: space-between;
    padding: 22px 22px 0 22px;
}
.noti_tt_btn .title {
    font-weight: 600;
}
.noti_row {
    /* display: flex; */
    padding: 15px 22px;
    justify-content: space-between;
}
.noti_row:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.time-noti {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.profile_list img {
    width: 22px;
    height: 22px;
}
.beage-noti {
    width: 15px;
    margin-left: 6px;
    height: 15px;
    margin-top: 2px;
}
.time-noti span {
    color: #666666;
    text-align: right;
    font-family: Gotham;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    align-items: flex-start;
}
.country_name {
    color: #666666;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
    display: inline-block;
}
.nav-font {
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    margin-right: 0;
    border-bottom: 0 !important;
}
.nav-font.activelink {
    font-weight: 600;
}
.navbar-nav {
    margin-left: 75px;
}
.navbar-nav .nav-item:not(:first-child) {
    padding-left: 20px;
}
.navbar-nav .nav-item {
    padding-right: 20px;
}
.nav-font.activelink::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #b53b89;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translate(-50%);
}
.navbar a {
    text-decoration: none !important;
    font-style:normal !important;
}

.navbar .no-decoration {
    color: #000;
}
.custom_btn {
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: 0;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_sign_in {
    width: 116px;
    height: 50px;
    margin-left: 40px;
}
.cart-flex {
    padding: 0;
    position: relative;
}
.addnewpost.newpost_fixed {
    width: 153px;
    padding: 0;
    height: 52px;
    border: 0;
    border-radius: 46px;
    position: fixed;
    right: 30px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px;
    z-index: 111;
}
.header-menu a img {
    margin-right: 0;
}
.brand {
    margin-right: 0;
}
.header_icons .background {
    width: auto;
}
.header_icons ul {
    margin-left: 0;
    padding-left: 0;
}
.icon-tabler-send {
    margin-top: -2px;
    margin-left: 25px;
    margin-right: 25px;
}
.cart-flex ul {
    margin-bottom: 0;
}
.search_box {
    left: -85%;
    top: 50px;
}
.search_box .firstsearch-bar {
    margin: 20px 20px 10px;
    border-radius: 10px;
}
.recent {
    margin: 13px 23px;
    font-size: 20px;
}
.search_box .search_line {
    padding: 13px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_box .search_list .search_line:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}
.search_list a {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.search_box .innersearch {
    margin: 0;
    padding: 0;
}
.search_box .search_line:hover {
    background-color: #dddddd;
}
.notification_box .noti-bg {
    /* left: -50%; */
    border: 0;
    background-color: #ffffff;
}

.sign_in_img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.icon-tabler-bell,
.icon-tabler-send {
    cursor: pointer;
}
.search_area .icon-tabler-bell {
    margin-left: 30px;
    width: 22px;
    height: auto;
}
.header-menu .navbar-toggler-icon {
    width: 1em;
    height: 1em;
}
.navbar .btn-close {
    padding-left: 0 !important;
    font-size: 0.7em;
}
.cart-flex .dropdown12 {
    position: static;
}
.sign_in_img {
    margin-left: 25px;
}
.login_form {
    background-color: #ffffff;
    border: 0;
}
.noti-bg12.login_form {
    height: auto !important;
    padding: 0;
    left: auto;
    right: 20px;
}
.profile_list {
    display: flex;
    align-items: center;
    padding: 0 20px 20px 20px;
}
.trending_slider .arrow {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.login_form.profile_list:not(:last-child) {
    padding-bottom: 15px;
}
.user_sec {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}
.profile_list .notification-dp {
    padding-left: 0;
}
.profile_list .text {
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 20px;
}
.user_name {
    font-size: 16px;
}
.viewall {
    color: #b53b89;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

/* .viewall {
    padding-bottom: 15px;
} */
.user_sec {
    padding: 20px 20px 0 20px;
}
.home_banner .carousel-control-next,
.home_banner .carousel-control-prev {
    top: 54% !important;
}
.trending_slider .view_more_btn {
    width: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    /* position: absolute;
    right: 20px; */
    margin-top: 15px;
    /* top: 0; */
    font-weight: 400;
}

.trending_slider .view_more_btn:after {
    /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="512px" height="512px" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path style="opacity:0.978" fill="%23ffffff" d="M 281.5,95.5 C 287.105,94.9081 292.439,95.7415 297.5,98C 346.667,147.167 395.833,196.333 445,245.5C 448.333,252.167 448.333,258.833 445,265.5C 395.833,314.667 346.667,363.833 297.5,413C 288.778,417.236 280.945,416.069 274,409.5C 270.667,402.833 270.667,396.167 274,389.5C 313.167,350.333 352.333,311.167 391.5,272C 285.5,271.667 179.5,271.333 73.5,271C 66.513,268.193 63.1797,263.027 63.5,255.5C 63.1797,247.973 66.513,242.807 73.5,240C 179.5,239.667 285.5,239.333 391.5,239C 352.333,199.833 313.167,160.667 274,121.5C 268.677,110.374 271.177,101.707 281.5,95.5 Z"/></g></svg>'); */
    content: "";
    position: absolute;
    width: 20px;
    background-size: 18px;
    height: 20px;
    margin-top: -1px;
    margin-left: 4px;
}

/* ------------header blade start----------- */
.dropbtn12 {
    border: 0px;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-color: #fff;
}

#myInput12 {
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    border: none !important;
    outline: none !important;
    background-color: #f6f6f6;
    width: 100%;
}

#myInput12:focus {
    outline: 3px solid #ddd;
}

.dropdown12 {
    position: relative;
    display: inline-block;
}
.dropdown-content12 {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 440px;
    overflow: auto;
    border: 0;
    z-index: 1;
    border-radius: 10px;
}

.dropdown-content12 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
}

.dropdown12 a:hover {
    background-color: #ddd;
}

.show1 {
    display: block;
}
.searchicon12 {
    width: 22px;
    height: 21px;
    margin-top: 4px;
}

.background {
    width: 100px;
    border-radius: 10px;
}

.navbar .user-name {
    width: auto;
    max-width: max-content;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
.navbar .user-name span {
    display: inline-block;
}

.recent {
    margin: 20px;
}

.innersearch {
    width: 20px;
    height: 20px;
}

.firstsearch-bar {
    background-color: #f6f6f6;
}

/* Notifications popup */
.noti-bg {
    background-color: #f6f6f6;
    width: 380px;
    height: auto;
    border-radius: 10px;
    position: absolute;
    /* top: 119%; */
    /* left: 51%; */
    /* padding:30%; */
}

.navbar-nav li a {
    text-align: center;
}

.noti-bg12 {
    background-color: #fff;
    width: 279px !important;
    max-width: 278px !important;
    height: 223px !important;
    border-radius: 10px;
    position: absolute;
    top: 69%;
    left: 75%;
}

.notification-bg-box {
    margin: 30px 0 10px;
}
.notification-bg {
    max-width: 100%;
    height: auto;
}

.ps--5 {
    width: 99%;
    line-height: 32px;
    padding-left: 0%;
    font-size: 20px;
    text-align: center;
}
.viewall a {
    text-decoration: none;
    color: #b53b89;
    padding: 30px 20px 0px 0px;
    font-size: 20px;
}
/* .time-noti {
padding-left: 23%;
} */

/* .first-noti {
margin-top: 5%;
} */

/* .notification-dp {
padding-left: 5%;
} */
.active23 {
    width: 8px;
    height: 8px;
    background-color: #b53b89;
    border-radius: 100%;
    margin-left: 46%;
    margin-top: 5%;
}

/* .first-noti :before {
content: " ";
display: block;
height: 1px;
width: 100%;
position: absolute;
top: 110%;
left: 0;
background: #DDDDDD;
} */

/* .first-noti  {
position: relative;
} */
/* ----- remove double scroll  */
body {
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.userpic {
    width: 30px;
    border-radius: 50%;
}

/* Absolute Center Spinner */
.loder_hide_show {
    position: fixed;
    z-index: 999999999999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loder_hide_show:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

    background: -webkit-radial-gradient(
        rgba(20, 20, 20, 0.8),
        rgba(0, 0, 0, 0.8)
    );
}

/* :not(:required) hides these rules from IE9 and below */
.loder_hide_show:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loder_hide_show:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 1440px) {
    .nav-font {
        margin-right: 19px !important;
    }
    .navbar-nav .nav-item {
        margin-right: 0;
    }
    .cart-flex ul {
        padding-left: 10px;
    }
    .navbar-nav .nav-item:not(:first-child) {
        padding-left: 0;
    }

    .navbar-nav li a.nav-font {
        margin-right: 0 !important;
    }

    /* .cart-flex {
        padding: 1% 1% 0% 1%;
    } */
}

@media only screen and (min-width: 1367px) {
    .navbar .user-name {
        white-space: nowrap;
    }
}
@media only screen and (max-width: 1290px) {
    .navbar-nav .nav-item {
        padding-right: 0;
        padding-left: 0 !important;
    }
    .background.search_area {
        width: auto;
    }
    .navbar-nav {
        margin-left: 30px;
        margin-right: 20px !important;
    }
    .sign_in_img {
        width: 30px;
        height: 30px;
    }
}
.activelink {
    padding-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 3.1px;
    width: fit-content;
    border-bottom-color: #b53b89;
}
#bellicon {
    display: none;
}
#bellicon.opened {
    display: block;
}
#bellicon1 {
    display: none;
}
#bellicon1.opened {
    display: block;
}
#bellicon2 {
    display: none;
}
#bellicon2.opened {
    display: block;
}
#bellicon3 {
    display: none;
}
#bellicon3.opened {
    display: block;
}
.beage-noti {
    border-radius: 100%;
    text-align: center;
    padding: 0px;
    margin-right: 2px;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ------------header blade finish----------- */

/* ------------post view blade start----------- */

.profile-pic {
    width: 100%;
    height: 100vh;
}

/* .changedp1 {


} */

/* .changedp2 {
    width: 150%;
    height: 6vh;
    background-color: #fff;
    border-color: black;
    padding: 5%;
    border-radius: 10px;
    margin-top: 20px;
} */

.width-dp {
    width: 65% !important;
}
.panels {
    display: none;
}

/* .updateprofile-btn {
    background: linear-gradient(180deg, #b53b89 0%, #f89624 100%);
    border: none;
    margin-top: 10%;
    width: 100%;
    height: auto;
    /* padding: 5%;
    color: #fff;
    border-radius: 10px;
} */
/* .model-w{
    max-width: 70% !important;
    margin-left: 23% !important;
    margin-top: 5% !important;
} */
.header-profile {
    border: none;
}
/* .input-width{
    width:95% !important;
    height:50 !important;
    font-size:16px !important;

} */
/* .view-profile-boder{
    border-radius: 17px !important;
    width:75% !important;

} */
/* .view-btn-close-position{
    margin-left:94% !important;
    margin-top:1% !important;
} */
@media only screen and (max-width: 1440px) {
    .view-profile-boder {
        width: 95%;
    }
    .model-w {
        max-width: 70%;
        margin-left: 14%;
        margin-top: 3%;
    }
}
@media only screen and (max-width: 1024px) {
    .view-profile-boder {
        width: 137%;
    }

    .model-w {
        margin-left: 3%;
    }
}

@media only screen and (max-width: 940px) {
    span.cart-flex.wrap-box {
        position: absolute;
        right: 7px;
        top: 50px;
        flex-direction: row-reverse;
    }
    button.navbar-toggler.respons-nav {
        margin-top: 0px;
    }
    .navbar.header-height > .container {
        align-items: flex-start !important;
    }
    .home_sign_in {
        min-width: max-content;
        width: auto;
        padding: 0 15px;
    }
    html[dir="rtl"] span.cart-flex.wrap-box {
        left: 0;
        right: auto;
    }
}

@media only screen and (max-width: 720px) {
    .view-pro-img img {
        display: none;
        margin-left: 41%;
        margin-bottom: 6%;
    }
}
@media only screen and (max-width: 428px) {
    .first-profile-dp img {
        /* display:none !important; */
        margin-left: 41%;
        margin-bottom: 6%;
    }
}

#my-file {
    visibility: hidden;
}

/* ------------post view blade finish----------- */

/* ------------view profile blade start----------- */

.profile-pic {
    width: 100%;
    height: 100vh;
}

.width-dp {
    width: 65% !important;
}
.panels {
    display: none;
}

.header-profile {
    border: none;
}

@media only screen and (max-width: 1440px) {
    .view-profile-boder {
        width: 95%;
    }
    .model-w {
        max-width: 70%;
        margin-left: 14%;
        margin-top: 3%;
    }
}
@media only screen and (max-width: 1024px) {
    .view-profile-boder {
        width: 137%;
    }

    .model-w {
        margin-left: 3%;
    }
}

@media only screen and (max-width: 720px) {
    .view-pro-img img {
        display: none;
        margin-left: 41%;
        margin-bottom: 6%;
    }
}
@media only screen and (max-width: 428px) {
    .first-profile-dp img {
        /* display:none !important; */
        margin-left: 41%;
        margin-bottom: 6%;
    }
}

#my-file {
    visibility: hidden;
}

/* ------------view profile blade finish----------- */

/* ------------home page start----------- */

.modal-backdrop.show {
    opacity: -0.5 !important;
}

.check {
    margin: 9px;
}

.btngo {
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    padding: 10px 30px;
    left: 0px;
    top: 0px;

    /* Gradient */

    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    border-radius: 10px;
    border: 1px solid #dddddd;

    font-family: "Gotham";
    font-style: normal;
    font-size: 16px;

    text-align: center;

    /* White */

    color: #ffffff;
}

.close-main {
    width: 20px;
    height: 20px;
    display: none;
}

.card-description {
    font-size: 16px;
    color: #666666 !important;
}

.card-title {
    font-size: 16px;
    color: #666666 !important;
}

.btnskip {
    left: 0px;
    top: 0px;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #b53b89 0%, #b53b89 100%) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
    /* font-weight: 350; */
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 1.5rem 0;

    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    padding: 10px 30px;

    /* Buttons/M */
    font-family: "Gotham";
    font-style: normal;
    font-size: 16px;

    text-align: center;
    /* Primary Text */
    color: #111111;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 0;
}

.card .card-body {
    padding: 1.25rem 1.75rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card .card-title {
    color: #000000;
    margin-bottom: 0.625rem;
    text-transform: capitalize;
    font-size: 0.875rem;
    font-weight: 500;
}

.card .card-description {
    margin-bottom: 0.875rem;
    font-weight: 400;
    color: #76838f;
}

p {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    line-height: 1.5rem;
}

label.check {
    cursor: pointer;
}

label.check input {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    gap: 5px;
    position: absolute;
    height: 42px;
    left: 34.8%;
    right: 52.3%;
    top: calc(50% - 42px / 2 - 76px);
    background: #f8f8f8;
    border: 1px solid #dddddd;
    border-radius: 100px;
}

label.check span {
    padding: 10px 20px 10px 20px;
    border: 1px solid #dddddd;
    display: inline-block;
    border-radius: 100px;
    text-transform: uppercase;
    color: #111111;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    gap: 15px;
    background: #f8f8f8;
    border: 1px solid #dddddd;
    border-radius: 100px;
}

label.check input:checked + span {
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    color: white;
    border: 0;
}

label.check input:checked + span > img {
    display: block;
}

.selchk {
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    height: 42px;
    width: 208px;
    left: 110.404296875px;
    top: 243px;
    border-radius: 100px;
    padding: 10px 12px 10px 20px;
}

.btn-hero {
    z-index: 99999;
}

video {
    max-width: 100%;
    height: auto;
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
}

.border-t {
    border-top-width: 1px;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.font-semibold {
    font-weight: 600;
}

.h-5 {
    height: 1.25rem;
}

.h-8 {
    height: 2rem;
}

.h-16 {
    height: 4rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-lg {
    font-size: 1.125rem;
}

.leading-7 {
    line-height: 1.75rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.ml-1 {
    margin-left: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.ml-4 {
    margin-left: 1rem;
}

.mt-8 {
    margin-top: 2rem;
}

.ml-12 {
    margin-left: 3rem;
}

.-mt-px {
    margin-top: -1px;
}

.max-w-6xl {
    max-width: 72rem;
}

.min-h-screen {
    min-height: 100vh;
}

.overflow-hidden {
    overflow: hidden;
}

.p-6 {
    padding: 1.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.text-center {
    text-align: center;
}

.text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
}

.text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
}

.text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
}

.text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
}

.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
}

.text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
}

.underline {
    text-decoration: underline;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w-5 {
    width: 1.25rem;
}

.w-8 {
    width: 2rem;
}

.w-auto {
    width: auto;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }

    .sm\:block {
        display: block;
    }

    .sm\:items-center {
        align-items: center;
    }

    .sm\:justify-start {
        justify-content: flex-start;
    }

    .sm\:justify-between {
        justify-content: space-between;
    }

    .sm\:h-20 {
        height: 5rem;
    }

    .sm\:ml-0 {
        margin-left: 0;
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:pt-0 {
        padding-top: 0;
    }

    .sm\:text-left {
        text-align: left;
    }

    .sm\:text-right {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .md\:border-t-0 {
        border-top-width: 0;
    }

    .md\:border-l {
        border-left-width: 1px;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (prefers-color-scheme: dark) {
    .dark\:bg-gray-800 {
        --bg-opacity: 1;
        background-color: #2d3748;
        background-color: rgba(45, 55, 72, var(--bg-opacity));
    }

    .dark\:bg-gray-900 {
        --bg-opacity: 1;
        background-color: #1a202c;
        background-color: rgba(26, 32, 44, var(--bg-opacity));
    }

    .dark\:border-gray-700 {
        --border-opacity: 1;
        border-color: #4a5568;
        border-color: rgba(74, 85, 104, var(--border-opacity));
    }

    .dark\:text-white {
        --text-opacity: 1;
        color: #fff;
        color: rgba(255, 255, 255, var(--text-opacity));
    }

    .dark\:text-gray-400 {
        --text-opacity: 1;
        color: #cbd5e0;
        color: rgba(203, 213, 224, var(--text-opacity));
    }
}

.round-line {
    top: 48%;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider_switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dddddd;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider_switch:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 0px;
    bottom: 0;
    background-color: #666666;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #fff;
}

.heading-tertiary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.heading-tertiary ~ .paregraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input:checked + .slider_switch:before {
    background: #fff;
    width: 18px;
    height: 18px;
    top: 1px;
    left: 2px;
    border: 0;
}

.trending_slider .c-share__input:checked ~ .c-share_options,
.post_icons .c-share__input:checked ~ .c-share_options,
.trd_box_sec .c-share__input:checked ~ .c-share_options{
    width: auto;
    margin-top: 42px;
    background: #e3e3e3d9;
}

.trending_slider .c-share__input:checked ~ .c-share_options,
.post_icons .c-share__input:checked ~ .c-share_options,
.trd_box_sec .c-share__input:checked ~ .c-share_options{
    height: auto;
}

.trending_slider .c-share_options::before,
.post_icons .c-share_options::before,
.trd_box_sec .c-share_options::before{
    margin-bottom: 0;
}
input:checked + .slider_switch {
    background-color: #2196f3;
}

input:focus + .slider_switch {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider_switch:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

.trending_slider .c-share_options > li,
.post_icons .c-share_options > li,
.trd_box_sec .c-share_options > li{
    height: 40px;
    width: 40px;
    background: #f4e2ed;
    padding: 10px;
    border-radius: 5px;
}

.trending_slider .c-share_options #social-links ul li a span,
.post_icons .c-share_options #social-links ul li a span,
.trd_box_sec .c-share_options #social-links ul li a span{
    display: none;
}

.trending_slider .c-share_options > li svg,
.post_icons .c-share_options > li svg,
.trd_box_sec .c-share_options > li svg{
    position: relative;
    z-index: 10;
    color: #b53b89;
}
.trending_slider .c-share_options #social-links,
.post_icons .c-share_options #social-links,
.trd_box_sec .c-share_options #social-links{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.trending_slider .c-share_options,
.post_icons .c-share_options,
.trd_box_sec .c-share_options{
    background: transparent !important;
}
.trending_slider .c-share_options #social-links ul,
.post_icons .c-share_options #social-links ul,
.trd_box_sec .c-share_options #social-links ul{
    display: block;
    height: 40px;
    width: 40px;
}
.trending_slider .c-share_options #social-links ul li,
.post_icons .c-share_options #social-links ul li,
.trd_box_sec .c-share_options #social-links ul li{
    display: block;
    height: 40px;
    width: 40px;
}
.trending_slider .c-share_options #social-links ul li a,
.post_icons .c-share_options #social-links ul li a,
.trd_box_sec .c-share_options #social-links ul li a{
    position: absolute;
    left: 0 !important;
    height: 40px;
    width: 40px;
    top: 0;
    display: flex;
}

.trending_slider .c-share_options,
.post_icons .c-share_options
.trd_box_sec .c-share_options{
    right: -10px;
}

/* Rounded sliders */
.slider_switch.round {
    border-radius: 34px;
}

.slider_switch.round:before {
    border-radius: 50%;
}

.home_banner .yoga-img {
    width: 100%;
}

.home_banner .hero1 {
    margin-top: 130px;
}
.home_banner .heading-primary {
    margin-top: 33px;
}
.home_banner .paregraph {
    margin-top: 35px;
    width: 60%;
}
.report_modal .modal-dialog {
    max-width: 500px;
    width: 100%;
}
.report_modal .form-group {
    font-size: 16px;
    padding: 20px 0;
    align-items: center;
    display: flex;
    gap: 20px;
}
.report_modal input[type="radio"] {
    width: 18px;
    height: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: whitesmoke;
    border: 2px solid #ffd4d4;
    border-radius: 50%;
    padding: 9px;
}
.report_modal input[type="radio"]:checked {
    background-color: #b53b89;
}

.report_modal .modal-body {
    padding: 10px 20px 0px;
}
.report_modal .form-group:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.report_modal .modal-footer {
    border-top: 0;
    padding: 0 20px 20px 20px;
}
.report_modal .modal-footer .custom_btn,
.report_modal .modal-footer .custom_btn:hover {
    padding: 10px 20px;
    color: #ffffff;
}
.report_modal .modal-header {
    padding: 20px 20px 0 20px;
}
.report_modal .modal-title {
    font-size: 28px;
}

/* input[type='radio']:checked {
        accent-color: #ffa500;
    } */
/* input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
    .report_modal input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #ffa500;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    } */
.home_banner .scroll_down {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 93px;
    cursor: pointer;
    padding-bottom: 15px;
}

.home_banner .carousel-control-next-icon,
.home_banner .carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="62" height="62" viewBox="0 0 62 62" fill="none"><path d="M31 61C47.5691 61 61 47.5691 61 31C61 14.4309 47.5691 1 31 1C14.4309 1 0.999997 14.4309 0.999997 31C0.999997 47.5691 14.4309 61 31 61Z" stroke="url(%23paint0_linear_300_12484)" stroke-width="2" stroke-miterlimit="10"/><defs><linearGradient id="paint0_linear_300_12484" x1="31" y1="1" x2="31" y2="61" gradientUnits="userSpaceOnUse"><stop stop-color="%23F89624"/><stop offset="1" stop-color="%23B53B89"/></linearGradient></defs></svg>') !important;
    border: 0 !important;
    width: 60px;
    height: 60px;
}

.report_modal .modal-content {
    max-width: 500px;
    width: 100%;
    padding: 10px;
}

.home_banner .flower-img {
    width: 15%;
    position: absolute;
    right: -61%;
    top: 13%;
}

.home_banner .carousel-control-next,
.home_banner .carousel-control-prev {
    opacity: 1;
    width: 7.5% !important;
}

.view_more_btn {
    border-radius: 27px;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 40px;
}
.topics_slider {
    padding: 0 20px;
}
.t-follow {
    width: 100px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    border: 1px solid #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-decoration: none;
}

.t-follow.new-t-follow {
    background-color: #b53b89;
    border: 1px solid #b53b89;
}

.topics_slider .owl-nav button.owl-prev,
.topics_slider .owl-nav button.owl-next,
.topics_slider .owl-nav button.owl-prev:hover,
.topics_slider .owl-nav button.owl-next:hover {
    font-size: 0;
    top: 45%;
    z-index: 11111;
    position: absolute;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    box-shadow: 1px 1px 10px #a1a1a1;
}
.topics_slider .owl-nav button.owl-prev,
.topics_slider .owl-nav button.owl-prev:hover {
    left: -26px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16" fill="none"><path d="M8.59851 15.4C8.80849 15.3985 9.00963 15.3141 9.15785 15.1649C9.30673 15.016 9.39095 14.8139 9.39095 14.6025C9.39095 14.3914 9.30673 14.1885 9.15697 14.0394C9.15678 14.0393 9.1566 14.0391 9.15642 14.0389L3.12213 8.00461L9.15335 1.97196C9.30785 1.8248 9.39642 1.62173 9.39989 1.40906C9.40341 1.19378 9.31959 0.985859 9.16687 0.833133C9.01423 0.680494 8.8066 0.596595 8.59095 0.600106C8.37786 0.603575 8.17506 0.692264 8.02799 0.846692L1.43562 7.44056C1.43536 7.44082 1.4351 7.44108 1.43483 7.44134C1.28511 7.58998 1.20011 7.79251 1.20011 8.00464C1.20011 8.21603 1.28435 8.41886 1.43496 8.56806C1.43534 8.56844 1.43572 8.56881 1.4361 8.56919L8.02991 15.1633C8.17911 15.3164 8.38447 15.402 8.59851 15.4ZM8.59851 15.4L8.59472 15M8.59851 15.4L8.59472 15M8.59851 15.4C8.59788 15.4 8.59725 15.4 8.59662 15.4L8.59472 15M8.59851 15.4L8.59472 15M8.59472 15C8.48929 15.001 8.3881 14.9585 8.3149 14.8826L8.59472 15ZM8.59472 15C8.6999 14.9995 8.80058 14.9573 8.87453 14.8826L8.59472 15Z" fill="%23111111" stroke="%23111111" stroke-width="0.8"/></svg>');
}

.topics_slider .owl-nav button.owl-next,
.topics_slider .owl-nav button.owl-next:hover {
    right: -26px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16" fill="none"><path d="M1.40149 15.4C1.19151 15.3985 0.990368 15.3141 0.842151 15.1649C0.693272 15.016 0.609047 14.8139 0.609047 14.6025C0.609047 14.3914 0.693266 14.1885 0.843034 14.0394C0.843216 14.0393 0.843399 14.0391 0.843581 14.0389L6.87787 8.00461L0.846651 1.97196C0.692146 1.8248 0.603576 1.62173 0.600106 1.40906C0.596593 1.19378 0.680407 0.985859 0.833133 0.833133C0.985773 0.680494 1.1934 0.596595 1.40905 0.600106C1.62214 0.603575 1.82494 0.692264 1.97201 0.846692L8.56438 7.44056C8.56464 7.44082 8.5649 7.44108 8.56517 7.44134C8.71489 7.58998 8.79989 7.79251 8.79989 8.00464C8.79989 8.21603 8.71565 8.41886 8.56504 8.56806C8.56466 8.56844 8.56428 8.56881 8.5639 8.56919L1.97009 15.1633C1.82089 15.3164 1.61553 15.402 1.40149 15.4ZM1.40149 15.4L1.40528 15M1.40149 15.4L1.40528 15M1.40149 15.4C1.40212 15.4 1.40275 15.4 1.40338 15.4L1.40528 15M1.40149 15.4L1.40528 15M1.40528 15C1.51071 15.001 1.6119 14.9585 1.6851 14.8826L1.40528 15ZM1.40528 15C1.3001 14.9995 1.19942 14.9573 1.12547 14.8826L1.40528 15Z" fill="%23111111" stroke="%23111111" stroke-width="0.8"/></svg>');
}

.mycard-img-box {
    position: relative;
    padding: 34.5% 48%;
    display: flex;
}

.mycard-img-box:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    border-radius: 15px;
    z-index: 1;
}
.mycard-img-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.mycard-img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.topics_slider .container {
    width: 1360px;
}
.trending_slider #previous-arrow path,
#next-arrow path {
    fill: #fff;
    stroke: #fff;
}

/* .noti-bg p {
    font-size: 16px;
} */

.noti_title {
    color: #111111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
}

.noti_comment {
    color: #666666;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.footer {
    background-image: url(../img/purple_footer.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.footer-box {
    margin: 13% auto 35px;
    width: 100%;
    position: static;
    transform: translate(0, 0);
    padding: 0px 36px;
}

.footer-box .footer-item:link,
.footer-box .footer-item:visited {
    font-weight: 500;
}

.footer-box .footer-bottom {
    margin: 35px 0;
}
.footer-list {
    margin-top: 50px;
    margin-bottom: 80px;
}

.trending_slider .slide-card {
    margin: 0 15px;
}
.trending_slider .depression {
    line-height: 25px;
    font-size: 16px;
}
.trending_slider .c-share_options, .post_icons .c-share_options, .trd_box_sec .c-share_options {
    background-color: transparent;
}
.trending_slider .slide-card-1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.trending_slider .heading-tertiary {
    font-size: 24px;
    font-weight: bold;
}
.trending_slider .heading-tertiary,
.trending_slider .paregraph {
    margin-top: 25px;
}
.trending_slider a#next-arrow div {
    right: 45.5% !important;
}
.trending_slider a#previous-arrow div {
    left: 45.5%;
}
.btn-yellow {
    color: #fafafa;
    background-color: #b53b89;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 16px;
}
.trending_slider .btn-yellow:link,
.trending_slider .btn-yellow:visited {
    color: #fafafa;
    background-color: #b53b89;
    padding: 8px 20px;
    font-weight: 500;
}
.recommended_sec .re-profile img {
    border-radius: 50%;
}
.feature_sec .heading-tertiary {
    font-weight: 600;
}
.subscribe_sec .subscribe-width {
    max-width: 1170px;
}

.footer-brand img {
    width: 100px;
    height: 100px;
}

.footer-brand {
    margin-top: 190px;
}

/* ----------home page end----------- */

/* ------------popup new post css----------- */

.new_post_popup .sign-heading {
    margin-top: 0;
}
.new_post_popup .sign-up {
    margin: 0;
}

.form-switch .form-check-input {
    width: 40px;
    height: 20px;
}
.box-shadow {
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.post_btn {
    color: #ffffff;
    font-weight: 600;
    border: 0;
}
.new_post_popup .model-width {
    padding-bottom: 30px;
}
.post-popup {
    padding: 0 20px;
}
.new_post_popup .modal-dialog {
    width: 460px;
    position: absolute;
    right: 30px;
    bottom: 90px;
}
.new_post_popup .sign-heading {
    font-size: 28px;
}
.btn1.btn-subs {
    padding: 1.3rem 2rem;
    border: 0;
}
.subscribe-input {
    border: 1px solid transparent;
}
.topics_boxes {
    margin-top: 85px;
}
.topics_boxes .mycard-img-box {
    margin-right: 15px;
    margin-top: 35px;
}

.main-topic-model .model-text {
    color: #666666;
}
.main-topic-model .modal-content1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.request_topic_heading {
    margin: 100px 0;
    text-align: center;
}
.request_topic_pp .modal-content1 {
    width: 800px;
    padding: 30px 80px 30px;
    min-height: 600px;
}

.request_topic_pp .modal-title1 {
    margin: 0 auto;
    font-size: 36px;
}
.request_topic_pp .model-text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.request_topic_pp .topic-title {
    font-size: 14px;
    line-height: 22px;
}
.request_topic_pp .text-input,
.request_topic_pp .topic-textarea {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    margin-top: 10px;
}
.request_topic_pp .text-input:focus,
.request_topic_pp .topic-textarea:focus {
    outline: none;
}
.request_topic_pp .form-group {
    margin-top: 20px;
}
.request_topic_pp .topic-textarea {
    height: 140px;
}
.about-heading {
    font-weight: 600;
    color: #fff;
}
.about {
    height: 300px;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    z-index: 1;
    overflow: hidden;
}

.request_topic_pp .modal-footer {
    justify-content: center;
}
.req-topic-btn {
    max-width: 481px;
    width: 40%;
}

/* view profile page css start */
.post_icons button {
    background: none;
    border: 0;
}
ul.breadcrumb li:first-child a {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 988;
    font-weight: 600;
}

ul.breadcrumb li {
    color: #fff;
}
ul.breadcrumb li:first-child {
    font-weight: 500;
}
.breadcrumb li + li:before {
    content: url(../img/breadcrumb-right.png);
    margin: 0 10px;
}
.profile-box img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 4px solid #fff;
}
.viewprofile_page .profile-name {
    font-weight: 600;
}
.profile-mail {
    font-weight: 500;
}
.viewprofile_page .profile-city li {
    margin-left: 30px;
}
.viewprofile_page .profile_box_img {
    flex-basis: 17%;
    text-align: center;
}
.viewprofile_page .profile-text-box {
    width: 83%;
}
.viewprofile_page .profile-paregraph {
    font-weight: 350;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    opacity: 1;
}
.viewprofile_page .profile_heading {
    margin-bottom: 30px;
}
.viewprofile_page .profile_heading .profile-name {
    margin-bottom: 15px;
}
.viewprofile_page .edit-btn .edit {
    display: flex;
    justify-content: center;
    align-items: center;
}
.viewprofile_page .edit-btn .edit .edit-text {
    font-size: 18px;
    font-weight: 500;
}
.viewprofile_page .post_area {
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background: #fff;
    margin-top: 10px;
    position: relative;
}
.about:before {
    content: url(../img/layer-banner.png);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb_box {
    display: grid;
    grid-template-columns: 33.33% 33.33%;
    align-items: center;
}
.view-name-box {
    position: static;
    transform: initial;
}
.popup_main_title {
    width: 100%;
    text-align: center;
}
.popup_main_title .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}
.profile_img_area {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.profile_img {
    width: 35%;
}
.profile_btns {
    width: 65%;
}
.profile_img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #dddd;
}
.changedp1 {
    margin-bottom: 20px;
    background-color: #b53b89;
    color: #fff;
}
.changedp1,
.changedp2 {
    width: 180px;
    max-width: 100%;
    font-size: 14px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 0px;
    border-radius: 10px;
    /* margin-left: 20px; */
}

.changedp2 {
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    border-radius: 8px;
    color: #111111;
    font-weight: 500;
    display: inline-block;
    padding: 2px;
    text-decoration: none;
}
.changedp2 span {
    background: #fff;
    display: block;
    padding: 13px;
    border-radius: 8px;
    font-size: 14px;
}
.profilepopup label {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
}
.profilepopup .input-text {
    font-size: 16px;
    padding: 18px 22px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.updateprofile-btn {
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    border: none;
    width: 100%;
    height: auto;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    margin-top: 40px;
}
.viewprofile_page .modal-dialog {
    max-width: 1250px;
    width: 100%;
    padding: 20px;
}
.viewprofile_page .modal-dialog .modal-content {
    padding: 35px;
}
.viewprofile_page .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.view-pro-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab_post {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    color: #666666;
    font-weight: 500;
}
.tab_reply {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    color: #666666;
    font-weight: 500;
}
.tab {
    margin-bottom: 0;
    box-shadow: none;
}
.tabs {
    border: 1px solid #dddddd;
    border-radius: 10px;
}
#one:checked ~ .tabs .tab_post {
    border-radius: 10px;
}
#two:checked ~ .tabs .tab_reply {
    border-radius: 10px;
}
.input-text:focus {
    box-shadow: none;
    outline: none;
}
/* view profile panel */
.post_section {
    /* border: 1px solid #ddd;
    border-radius: 15px;
    padding: 40px;
    background-color: #ffffff; */
    margin-top: 60px;
    position: relative;
}

.post-empty-section{
    min-height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background: #fff;
    margin-top: 10px;
    position: relative;

}
.post-empty-section h4{
    color: #666666;
    font-size: 18px;
}
.post_profile {
    display: flex;
    justify-content: space-between;
}
.post_img_name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 80%;
}
.post_img_name > a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}

.post_name_time > a{
    text-decoration: none;
}

.post_name {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #111111;
    margin-bottom: 0;
}
.post_time {
    color: #666666;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.post_icons {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    position: absolute;
    right: 40px;
    z-index: 11;
}
.post_para {
    margin-top: 25px;
}
.post_para p {
    color: #111111;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.post_main {
    margin-bottom: 25px;
}
.post_reply {
    padding: 25px 0;
    border-top: 1px solid #dddddd;
}
.re_icons_anxiety {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.re_icons_anxiety .comments-btn-group{
    display: flex;
    align-items: center;
    gap: 15px;
}
.reply_likes {
    display: flex;
    gap: 40px;
}
.reply_likes_sec {
    padding-top: 25px;
    border-top: 1px solid #dddddd;
    position: relative;
    padding-bottom: 30px;
}
.reply_box,
.like_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.re_para,
.like_para {
    color: #111111;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 30px;
}
.like_para {
    white-space: nowrap;
}
.post_btns,
.post_btns:hover {
    display: inline-flex;
    padding: 8px 20px;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #b53b89;
    background-color: #f4e2ed;
    border-radius: 100px;
    transition: 1s ease-out;
}
.post_btns:hover {
    transform: scale(1.05);
    transition: 1s ease-in;
}
.post_area a {
    text-decoration: none;
}
.profile-tab {
    padding: 80px 0 120px;
    margin-bottom: -40px;
}
.profile {
    margin: 80px 0;
}
.viewprofile_page ~ .footer .footer-box {
    margin-top: 100px;
}
.viewprofile_page ~ .footer .footer-brand {
    margin-top: 0;
}
.post_reply .post_para {
    margin-left: 80px;
    margin-top: 15px;
}
/* bipolar disorder page */
.review-box {
    display: flex;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 0;
}

.recommended .reveal {
    margin-bottom: 15px;
}

.recommended {
    /* padding: 80px 0; */
}
.re-profile img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.post_profile_img{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    overflow: hidden;
}

.post_profile_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.review-box button {
    background: none;
    border: 0;
}
.review-box button img {
    width: 30px;
    height: 30px;
}
.post_para_tt {
    margin-top: 25px;
}
.post_title {
    color: #111111;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.post_para_tt .post_para {
    color: #111111;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 150% */
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post_editpage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.review-box .reply_likes_sec {
    padding-top: 40px;
    border-top: 1px solid #dddddd;
    position: relative;
    padding-bottom: 14px;
}
.share_modal .modal-dialog {
    max-width: 500px;
    width: 100%;
    padding: 0 20px;
}
.share_modal .modal-content {
    padding: 25px;
    border-radius: 20px;
}
.share_modal .modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.share_modal .modal-header .btns-group .custom_btn {
    margin: 0 10px;
}
.share_modal .modal-title {
    font-size: 20px;
    text-align: center;
}
.share_modal .btns-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.share_modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
#social-links ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-left: 0;
    padding-left: 0;
}
#copy_div {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}
#copy_div input {
    padding: 10px 20px;
    font-size: 14px;
    width: 80%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    line-height: 22px;
}
#copy_btn {
    width: 20%;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #f4e2ed;
    border-radius: 5px;
}
#social-links ul li a span {
    background-color: #f4e2ed;
    padding: 10px;
    border-radius: 5px;
}
span.fab {
    color: #b53b89;
}
/* topic detail page css */
.trd_box_sec {
    margin-top: 80px;
    margin-bottom: 80px;
}

.trd_detail_area {
    position: relative;
}

.trd_detail_area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    z-index: 1;
}
.trd_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.trd_dis {
    color: #fff;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    z-index: 111;
}
.trd_heading {
    display: flex;
    flex-direction: column;
    min-height: 338px;
    justify-content: flex-end;
}
.trd_reply_con img {
    margin-right: 10px;
    width: 25px;
}
.trd_content {
    display: flex;
    flex-direction: column;
}
.trd_main_title {
    z-index: 111;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0;
    margin-bottom: 25px;
}
.trd_reply_con {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    z-index: 111;
}
.trd_called_title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    z-index: 11;
    margin-bottom: 10px;
}
.trd_detail_area {
    padding: 40px 40px 30px 40px;
}
.trd_share {
    display: flex;
    justify-content: flex-end;
    z-index: 11;
}
.trd_share_btn,
.trd_share_btn:hover {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 10px;
    border: 0;
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.trd_report_btn,
.trd_report_btn:hover {
    padding: 10px 25px;
    background-color: #b53b89;
    border-radius: 10px;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.report_reply {
    display: flex;
    justify-content: space-between;
    z-index: 11;
    align-items: center;
}
.trd_post_sec .post_section {
    margin-top: 0;
}
.trd_post_sec .post_section {
    width: 100%;
}
.trd_post_sec .re_icons_anxiety {
    position: static;
}
.trd_post_sec .post_btns {
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    border: 0;
    color: #ffffff;
    padding: 8px 30px;
    font-size: 16px;
}
.trd_post_sec .post_reply {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 40px;
    margin-top: 25px;
    border-radius: 10px;
}
.trd_post_sec .reply_likes_sec {
    padding-bottom: 0px;
    padding-top: 25px;
}
.trd_post_sec .post_icons {
    position: static;
}

.trd_post_sec .post_icons.comments-icons{
    display: flex;
    align-items: center;
    gap: 35px;
}
.commentBoxtwo.selected{
    display: block !important;
}

.trd_post_sec .post_para {
    margin-top: 25px;
}
.trd_post_sec .post_para p {
    padding-bottom: 25px;
}
.trd_post_sec .post_para {
    margin-left: 0;
}
/* .trd_post_sec .post_reply .post_para p , .trd_post_sec .post_reply .post_name , .trd_post_sec .post_reply .like_box .like_para{
    font-size: 16px;
    margin-bottom: 0;
} */

.trd_post_sec .post_main {
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 40px;
    background-color: #ffffff;
}

.textarea_comment {
    border: 1px solid #dddddd;
    border-radius: 10px;
    font-size: 16px;
    padding: 20px;
    resize: auto;
    margin-top: 10px;
}
.reply_comment_box {
    display: none;
    margin-bottom: 30px;
}
/* .post_reply .trd_report_btn {
    font-size: 12px;
    padding: 7px 16px;
} */
.textarea_comment:focus {
    outline: none;
}
.comment_btn,
.comment_btn:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #b53b89;
    width: 100%;
    font-weight: 600;
    margin-top: 25px;
    padding: 0;
}
.comment_btn:focus {
    box-shadow: none;
    outline: none;
    border: none;
}
.recommended.main_page {
    background-color: #ffffff;
}


.recommended.reveal .post_title{
 position: relative;
 display: inline-block;
}

.recommended.reveal .post_title::after{
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    background: #b53b89;
    width: 100%;
    bottom: -3px;
    display: inline-block;
    border-radius: 0 0 5px 5px;
}
.post_para_profile{
    position: relative;
    display: inline-block;
}

p.post_title_profile{
    font-weight: 600;
}

p.post_title_profile::after{
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    background: #b53b89;
    width: 100%;
    bottom: 0;   
    display: inline-block;
    border-radius: 0 0 5px 5px;
}


.report_modal.show {
    background-color: #34343494;
    position: fixed;
}
.hide {
    display: none;
}
.paragraph .ql-align-justify {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-top: 30px;
}
.composition__photo {
    box-shadow: none;
}
.composition__photo:hover {
    transform: scale(1.02) translateY(-0.5rem);
    box-shadow: none;
}
.about-mymind ~ h2 span {
    font-size: 36px !important;
    font-weight: 600;
    line-height: 50px;
}
.composition {
    position: relative;
}
/* ----about my mind---- */
.about_mind_sec {
    margin-top: 120px;
}
.faqs_about p {
    margin-bottom: 10px;
}
.faqs_about ul li {
    background: none;
    border: 2px solid #dddddd;
}
.accordian_section {
    margin: 100px 0;
}
.accordian_section {
    margin: 100px 0;
}
.accordion-item {
    border: 0;
}
.accordian_area {
    max-width: 1070px;
    margin: 70px auto;
}
/* .accordian_section .accordion-item:first-of-type .accordion-button{
    border-radius: 0 !important;
    box-shadow: none;

} */
.accordian_section .accordion-item .accordion-button {
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 30px;
    color: #111111;
    align-self: center;
    align-items: flex-start;
}

html[dir="rtl"] .accordian_section .accordion-item .accordion-button {
    text-align: right;
}
.accordion-collapse.collapse.show .accordion-body {
    padding-top: 0;
}

.accordion-collapse.collapse {
    padding-top: 0;
    -webkit-tap-highlight-color: transparent;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #b53b88 0%, #b53b89 100%) border-box;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.accordian_section .accordion-button:focus {
    box-shadow: none;
    /* border-color: #00457C; */
}
.accordian_section .accordion-item {
    margin-top: 20px;
}
.accordian_section .custom_btn {
    margin-top: 85px;
}
.accordian_section .accordion-collapse.collapse.show,
.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 10px;
}
.accordion-button {
    -webkit-tap-highlight-color: transparent;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #b53b89 0%, #b53b89 100%) border-box;
    border: 2px solid transparent;
    border-bottom: 0;
}
.accordion-button:focus {
    -webkit-tap-highlight-color: transparent;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #b53b89 0%, #b53b89 100%) border-box;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
}
.accordian_section .accordion-button.collapsed {
    border: 1px solid #cfcfcf;
    padding: 30px;
    border-radius: 15px !important;
}
.accordian_section .main_title .title {
    margin-top: 5px;
}
.accordian_section .accordion-body {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.accordion-button::after {
    content: "";
    background-image: url("/img/plus.svg");
    background-size: 25px;
    width: 25px;
    height: 25px;
    margin-top: 2px;
}
.accordion-button:not(.collapsed)::after {
    content: "";
    background-image: url(/img/minus.svg);
}

.vision-text-box .heading-secondary,
.mision-text-box .heading-secondary,
.reveal .heading-secondary {
    margin-bottom: 30px;
}
.review-name {
    font-weight: 600;
    margin-top: 20px;
}
.review-que {
    margin-bottom: 20px;
}
.review-paregraph {
    margin-top: 20px;
}
.review-about .review1 {
    margin-top: 70px;
}
.testimonial_slider_section .owl-next span,
.testimonial_slider_section .owl-prev span {
    opacity: 0;
    display: none;
}

.testimonial_slider_section .owl-nav {
    margin-top: 70px;
}

.testimonial_slider_section .owl-nav {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_slider_section .owl-next:after {
    content: url(/img/testimonial-right.svg);
    margin-left: 4px;
}

.testimonial_slider_section .owl-prev:after {
    content: url(/img/testimonial-left.svg);
    margin-right: 4px;
}

.about_page .owl-carousel .owl-nav button.owl-next,
.about_page .owl-carousel .owl-nav button.owl-prev,
.about_page .owl-carousel .owl-nav button.owl-next:hover,
.about_page .owl-carousel .owl-nav button.owl-prev:hover {
    width: 48px;
    height: 48px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 10px;
    -webkit-tap-highlight-color: transparent;
    background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
        linear-gradient(180deg, #b53b88 0%, #b53b89 100%) border-box;
}

.testimonial_slider_section {
    padding-bottom: 25rem;
}
.about_page .footer {
    background-color: #f8f8f8;
}
.about_mm {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
.about_mm_left,
.about_mm_right {
    flex-basis: 50%;
}
.our_mission_sec {
    margin-top: 100px;
}
.contact_btn {
    border: 0;
    font-weight: 500;
    display: inline-block;
    width: auto;
    padding: 18px 61px;
    font-size: 16px;
    line-height: 22px;
    margin-top: 40px;
}
.text-input {
    width: 100%;
}
.two_sec_form {
    display: flex;
    gap: 20px;
}
.mail_box_sec {
    padding: 150px 0 300px;
    background: #f8f8f8;
    margin-bottom: -200px;
}
.add_sec {
    display: flex;
    gap: 40px;
    width: 85%;
    margin: 0 auto;
}
.mail_box_sec .add_sec {
    justify-content: center;
}
.subscribe-box {
    width: 85%;
    margin: 0 auto;
}
.mail_box {
    flex-basis: 50%;
    background-color: #ffffff;
    padding: 20px 20px 30px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #ddd;
}
.mail-icon-box {
    margin: -81px auto 0;
    width: 120px;
    height: 120px;
}
.mail-text {
    font-weight: 600;
    font-size: 24px;
    margin: 30px 0;
    color: #111111;
}
.other_text,
.mail-id.other_text {
    font-size: 20px;
    color: #666666;
    width: 70%;
    margin: 0 auto;
    line-height: 40px;
}
.contact_page .footer {
    background-color: #f8f8f8;
}
.contact-us .form-group {
    margin-top: 20px;
}
.text-input:focus {
    border: 0;
    outline: 0;
    border-radius: 0;
    border-radius: 10px;
}
.setting_tabs {
    margin: 80px 0 120px;
}
.setting_tabs .sign-heading {
    margin-top: 0;
}

.tabcontant-box {
    padding: 40px 70px;
}

.tabcontant-box .terms_con img{
    width: 100%;
    height: auto;
}
#terms_content img{
    width: 100%;
    height: auto;
}
.changepass_form {
    width: 65%;
}
.tabcontant-box .form-group {
    margin-top: 20px;
    position: relative;
}
.changepass_form .text-label {
    font-weight: 500;
}
.pass_up_btn {
    border: 0;
    font-weight: 600;
    width: 100%;
    margin-top: 30px;
}
.tabcontent .sign-text {
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}
.setting-pass p {
    font-weight: 400;
}
.tablinks.active .setting-pass p {
    font-weight: 600;
}
.tabcontent {
    display: none;
}
.noti_set_form .form-group {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    align-items: center;
}
.noti_set_form .text-label {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
}
.noti_set_sec .sign-text {
    line-height: 22px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
}
.terms_head .title,
.terms_head span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #111111;
    margin-right: 5px;
    margin-bottom: 15px;
}
.terms_head {
    display: flex;
}
.terms_para .para {
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    margin-left: 20px;
    margin-bottom: 20px;
}
.terms_box {
    margin-top: 35px;
}

.del_ac_img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.del_ac_con .content .paragraph {
    margin: 0 auto;
    width: 60%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}
.del_ac_con {
    margin-bottom: 50px;
}
.del_ac_btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.del_ac_btns .btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 18px;
    width: 209px;
    background-color: #f8f8f8;
    border-radius: 10px;
}
.del_not_btn {
    -webkit-tap-highlight-color: transparent;
    background: linear-gradient(#f8f8f8, #f8f8f8) padding-box,
        linear-gradient(180deg, #b53b88 0%, #b53b89 100%) border-box;
    border: 2px solid transparent;
}
.del_now_btn,
.del_now_btn:hover {
    color: #fff;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    border: 0;
}
.del_ac_btns .btn:hover {
    outline: 0;
    box-shadow: none;
    transform: scale(1.03);
}
.noti_set_form input:checked + .slider_switch {
    background-color: #dddddd;
}
.noti_set_form input:checked + .slider_switch:before {
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
}

.modal-content-topic {
    max-width: 1000px;
}
.topics_pop .modal-title {
    margin: 0 auto;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
}
.topics_pop .modal-content {
    padding: 40px;
    border-radius: 20px;
}
.topics_pop label.check span {
    font-size: 16px;
    padding: 12px 20px 9px;
    justify-content: center;
    align-items: center;
    font-family: "gotham";
    text-transform: capitalize;
    gap: 5px;
}
.topics_pop label.check input:checked + span {
    padding-top: 9px;
    padding-right: 12px;
}
.topics_pop .modal-footer {
    margin: 0 auto;
    gap: 15px;
    justify-content: center;
}
.btngo,
.btnskip {
    width: 276px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.modal.fade.show {
    background: #0000007a;
}
.topics_pop .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.topics_pop .dis_con {
    margin-bottom: 50px;
}

.prefer_top_con label.check span {
    font-size: 16px;
    padding: 12px 20px 9px;
    justify-content: center;
    align-items: center;
    font-family: "gotham";
    text-transform: capitalize;
    gap: 5px;
    background: #f8f8f8;
    border: 1px solid #dddddd;
    border-radius: 100px;
    color: #111111;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

/* .prefer_top_con .main-description .check span{
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #f8f8f8;
    border-radius: 20px;
    padding: 12px 20px 9px;
    border: 1px solid #ddd;
    border-radius: 41px;
} */
/* .prefer_top_con .check {
    margin: 0 13px 18px 0;
} */

/* .prefer_top_con .check input {
    display: none;
} */
.prefer_top_con label.check input {
    position: absolute;
    visibility: hidden;
    /* pointer-events: none;
    box-sizing: border-box; */
    /* display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    gap: 5px;
    height: 42px;
    left: 34.8%;
    right: 52.3%;
    top: calc(50% - 42px/2 - 76px);
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 100px; */
}
.prefer_top_con .check {
    margin: 12.5px;
    margin-left: 0;
}
.prefer_top_con .close-main {
    width: 20px;
    height: 20px;
    display: none;
}
.prefer_top_con .check input:checked + span > img {
    display: block;
}

.prefer_top_con .close-main {
    display: none;
}
.prefer_top_con label.check input:checked + span {
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    color: white;
    padding: 9px 12px 9px 20px;
    line-height: 22px;
    border: 0;
}
.prefer_topic_sec .update_pref {
    margin-top: 100px;
}
.prefer_topic_sec .update_pref .btn {
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    border-radius: 10px;
    width: 250px;
    padding: 18px 0;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

#btn_topic_list {
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    border-radius: 10px;
    width: 250px;
    padding: 18px 0;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    float: right;
    margin-bottom: 20px;
}
/*-----notification page css-----*/
.noti_page_box {
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.noti_sec_page {
    margin: 50px 0;
}
.noti_page_box .profile_sec {
    display: flex;
    align-items: center;
    gap: 15px;
}
.noti_page_box{
    position:relative;
}
.noti_page_box .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.noti_page_box .dis {
    font-size: 16px;
    color: #666666;
}
.noti_page_box .time {
    font-size: 14px;
    color: #666666;
}

.noti_time {
    position: absolute;
    top: 10px;
    right: 10px;
}

.noti_page_box .noti_time .active_icon:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #b53b89;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 60px;
}
.noti_page_boxes {
    margin-bottom: 100px;
}
.noti_page_box .noti_time .active_icon.none:after {
    display: none;
}

@media only screen and (max-width: 1440px) {
    .new-pass {
        margin-top: -6.9% !important;
    }
    .about-heading {
        font-size: 40px;
    }
    .addnewpost.newpost_fixed {
        right: 15px;
        bottom: 15px;
        height: 45px;
    }

    .new_post_popup .post-popup textarea.text-input {
        height: 70px;
    }

    .new_post_popup .text-input {
        padding: 9px 10px;
    }
    .new_post_popup .modal-dialog {
        bottom: 58px;
    }
    .new_post_popup .model-width {
        padding-bottom: 15px;
    }
    .new_post_popup .modal-dialog {
        right: 15px;
    }
    .new_post_popup .modal-header {
        padding-bottom: 0;
    }
    .new_post_popup .sign-heading {
        font-size: 24px;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 36px;
    }
}

@media only screen and (max-width: 1366px) {
    .home_banner .yoga-img {
        max-width: 100%;
    }
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    .trending_slider a#next-arrow div {
        right: 44.5% !important;
    }
    .trending_slider a#previous-arrow div {
        left: 44.5%;
    }
    .mymind_pages .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .trending_slider .heading-tertiary{
        font-size: 22px;
    }
    .trending_slider .depression{
        font-size: 14px;
        line-height: 24px;
    }

    .trading-inner-wrapper .slide-1{
        display: flex;
        gap: 10px;
    }

    .profile_btns {
        width: 60%;
    }
}
@media only screen and (max-width: 1280px) {
    .subscribe_sec .subscribe-width {
        width: 1000px;
    }
    .footer-brand {
        margin-top: 200px;
    }
}
@media only screen and (max-width: 1024px) {
    .new-pass {
        margin-top: -11.9% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar-nav .nav-item:not(:first-child) {
        padding-left: 10px;
    }
    .navbar-nav .nav-item {
        padding-right: 10px;
    }
    .trending_slider a#next-arrow div {
        right: 43.5% !important;
    }
    .trending_slider a#previous-arrow div {
        left: 43.5%;
    }
    .subscribe_sec .subscribe-width {
        width: 800px;
    }
    .request_topic_pp .modal-content1 {
        width: 100%;
        padding: 30px 40px 30px;
        min-height: auto;
    }
    .profile_img {
        width: 40%;
    }
    .reply_likes {
        display: flex;
        gap: 20px;
    }
}

@media only screen and (max-width: 991px) {
    button[aria-expanded="false"] .btn-close {
        display: none;
    }
    .composition {
        margin-top: 0;
    }

    #bellicon2.opened {
        min-width: 200px;
        right: 0;
        left: auto;
    }

    .background.lang_area {
        margin-right: 40px;
    }

    button[aria-expanded="true"] .navbar-toggler-icon {
        display: none;
    }
    button.navbar-toggler {
        border: 0;
    }

    button.navbar-toggler:focus {
        box-shadow: none;
    }
    .signin-img,
    .sign-img,
    .forgotpassword-img {
        display: none;
    }
    .sign-up {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #inputdob {
        font-size: 14px;
    }
    .custom_navbar .navbar-collapse {
        margin-left: 0;
        position: absolute;
        background-color: #ffffff;
        top: 100%;
        border: 1px solid #ddd3;
        box-shadow: 1px 1px 8px #ddd;
        margin-top: 20px;
        width: 100%;
        border-radius: 5px;
        padding: 20px;
        right: 0;
        left: 0;
        z-index: 10;
    }
    .custom_navbar .navbar-nav {
        margin-left: 0;
    }
    .navbar-nav .nav-item {
        padding-left: 0 !important;
        margin-bottom: 20px;
    }
    .navbar-nav .nav-item:last-child {
        margin-bottom: 0px;
    }
    .nav-font.activelink::after {
        display: none;
    }
    .cart-flex {
        display: block;
    }
    .addnewpost.newpost_fixed {
        bottom: 10px;
        right: 10px !important;
        font-size: 14px;
        width: auto;
        padding: 0 15px;
        height: 40px;
    }
    .cart-flex {
        display: flex;
        margin-right: 0;
    }
    .respons-nav {
        margin-top: 12px;
    }
    .home_banner .heading-primary {
        font-size: 32px;
        margin: 10px 0;
    }
    .home_banner .paregraph {
        margin-top: 0px;
    }
    .trending {
        padding: 7rem 0 10rem;
    }
    .subscribe-heading {
        font-size: 30px;
    }
    .feature,
    .topics {
        margin: 70px 0;
    }
    .trending,
    .recommended {
        padding: 70px 0;
    }
    .subscribe_sec .subscribe-width {
        width: 100%;
    }
    .view-pro-img {
        display: none;
    }
    .viewprofile_page .modal-dialog {
        max-width: 800px;
    }
    .profile_img {
        width: auto;
        margin-right: 20px;
    }
    .profile_img_area {
        justify-content: center;
        align-items: center;
    }
    .profile_btns {
        width: auto;
    }
    .about_mm {
        flex-wrap: wrap;
    }
    .about_mm .about_mm_left,
    .about_mm .about_mm_right {
        flex-basis: 100%;
    }
    .composition {
        text-align: center;
    }
    .about_us_images {
        text-align: center;
    }
    .our_visin_Sec .about_mm_left {
        order: 2;
    }
    .home_sign_in {
        margin-right: 0px;
        margin-left: 0;
        font-size: 14px;
        height: 35px;
    }
    .navbar-nav li a {
        text-align: left;
    }
    .home_banner .scroll_down {
        margin-top: 30px;
    }
    .home_banner .carousel-control-prev {
        padding-left: 10px;
    }
    .home_banner .carousel-control-next {
        padding-right: 10px;
    }

    .footer-brand {
        margin-top: 160px;
    }

    .re-msg-text,
    .like_para {
        font-size: 18px;
    }
    .re-msg {
        gap: 5px;
    }
    .post_icons {
        gap: 15px;
    }
    .review-box {
        padding: 15px;
    }
    .post_icons {
        right: 15px;
    }
    .review-box button img {
        width: 22px;
        height: 22px;
    }
    .post_main {
        margin-bottom: 15px;
    }
    .post_para_tt .post_para {
        font-size: 16px;
    }
    .trending_slider .arrow,
    .home_banner .carousel-control-next-icon,
    .home_banner .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
    }
    .trending_slider a#next-arrow div {
        right: 44.5% !important;
    }
    .topics_boxes {
        margin-top: 50px;
    }
    .request_topic_heading {
        margin: 50px 0 70px;
    }
    .about_mind_sec {
        margin-top: 70px;
    }
    .vision {
        margin: 70px 0 0 0;
        padding: 70px 0;
    }
    .vision-text-box .heading-secondary,
    .mision-text-box .heading-secondary,
    .reveal .heading-secondary {
        margin-bottom: 15px;
    }
    .accordian_section {
        margin: 70px 0;
    }
    .testimonial_slider_section {
        padding: 70px 0 200px;
    }
    .contact {
        margin: 10px 0 70px 0;
    }
    .mail_box_sec {
        padding: 140px 0 280px;
    }
    .contact_btn {
        margin-top: 10px;
    }
    .profile {
        margin: 70px 0;
    }
    .profile-tab {
        padding: 70px 0 110px;
    }
    .accordian_section .accordion-button {
        padding: 20px;
    }
    .viewprofile_page .post_area {
        padding: 30px;
    }
    .modal.main-topic-model {
        padding: 15px !important;
    }
    .footer-list{
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 880px) {
    .footer-box {
        margin-top: 21%;
    }
    .row-cols-md-3 > * {
        width: 33.33%;
    }
    .viewprofile_page .profile-text-box {
        width: 100%;
    }
    .breadcrumb_box {
        grid-template-columns: 100%;
    }
    .about-heading {
        font-size: 35px;
        text-align: start;
        padding: 0px 16px;
    }
    .review-box .reply_likes_sec {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .re_icons_anxiety {
        flex-wrap: wrap;
        gap: 10px;
    }
    .post_icons {
        gap: 20px;
    }
    .trd_post_sec .post_main,
    .trd_post_sec .post_reply {
        padding: 20px;
    }
    .changepass_form {
        width: 100%;
    }
    .setting-pass p {
        font-size: 16px;
        font-weight: 400;
    }
    .del_ac_con .content .paragraph {
        width: 80%;
    }
    .tabcontant-box {
        padding: 25px;
    }
    .topics_pop .modal-content {
        padding: 20px;
    }
    .btngo,
    .btnskip {
        width: 215px;
    }
    .modal-content-topic {
        width: 90%;
    }
}
@media only screen and (max-width: 776px) {
    .new-pass {
        margin-top: -5.9% !important;
    }
}
@media only screen and (max-width: 767px) {
    .header-height {
        margin: 20px 10px;
    }
    .home_banner .hero1 {
        margin-top: 50px;
    }
    .trending_slider a#next-arrow div {
        right: 41.5% !important;
    }

    .trending_slider a#previous-arrow div {
        left: 41.5%;
    }
    .subscribe-input {
        width: auto;
    }
    .trending_slider .slide-card{
        margin: 0;
        padding: 0 20px;
    }
    .mymind_pages.chat_page ~ .footer .footer-box, .setting_tabs ~ .footer .footer-box{
        margin-top: 40px;
    }
    .mymind_pages.chat_page ~ .footer .footer-box .footer-brand, .setting_tabs ~ .footer .footer-box .footer-brand{
        margin-top: 0px;
    }
    .footer-box {
        margin-top: 25%;
    }
    .topics_boxes .mycard-img-box {
        margin: 20px;
    }
    .row-cols-1 > * {
        width: 50%;
    }
    .noti-bg {
        padding: 0;
        margin-top: 20px;
        right: -42px;
    }
    .trd_post_sec .post_name,
    .trd_post_sec .post_para p,
    .trd_post_sec .like_para {
        font-size: 16px;
    }
    .trd_post_sec .trd_report_btn,
    .trd_post_sec .post_time {
        font-size: 14px;
    }
    .trd_heading {
        min-height: auto;
    }
    p.about-mymind {
        font-size: 16px;
    }
    .add_sec {
        flex-direction: column;
    }
    .add_sec .mail_box:nth-child(2) {
        margin-top: 50px;
    }
    .other_text,
    .mail-id.other_text {
        width: 100%;
    }
    .add_sec {
        width: 100%;
    }
    .subscribe-input-box {
        flex-wrap: wrap;
    }
    .subscribe-box {
        width: 100%;
    }
    .setting_tabs .tab2 {
        width: auto;
    }
    .tabcontant-box {
        padding: 20px;
    }
    .topics_pop label.check span {
        font-size: 14px;
    }
    .btnskip,
    .btngo {
        font-size: 14px;
    }
    .main-description {
        text-align: center;
    }
    .topics_boxes .mycard-img-box {
        margin: 20px auto 25px;
    }
    .viewprofile_page .post_area {
        padding: 20px;
    }
    .post_profile .post_icons img {
        width: 20px;
        height: 20px;
    }
}
@media only screen and (max-width: 550px) {
    .row-cols-1 > * {
        width: 100%;
    }
    .brand img {
        width: 35px;
        height: 35px;
    }
    .navbar .user-name {
        font-size: 13px;
    }
    .sign-heading {
        font-size: 28px;
        margin-top: 35px;
    }
    .about {
        height: 200px;
    }
    .sign-text.lntxt {
        font-size: 14px;
    }
    .sign_in_form {
        margin-top: 30px;
    }
    .sign_in_form .form-group input,
    .sign_in_form .form-group select,
    .selectize-input {
        height: 45px;
        margin-top: 0;
    }
    .field-icon {
        bottom: 10px;
    }
    .footer-box {
        margin-top: 40%;
    }
    .footer-brand img {
        width: 50px;
        height: 50px;
    }
    span.cart-flex.wrap-box {
        top: 36px;
        right: 0;
    }
    .footer-list {
        margin: 25px 0 20px;
    }
    .header-height {
        margin: 15px 10px 25px;
    }
    .footer-box .follow {
        margin: 3rem 0;
    }
    .follow-box {
        display: flex;
        flex-wrap: wrap;
    }
    .recommended,
    .feature_sec {
        margin-top: 0;
    }
    .sign_in_form .form-group input::placeholder,
    #inputdob,
    #inputState,
    .selectize-input > input {
        font-size: 13px;
    }
    .sign_in_form .form-label {
        font-size: 12px;
    }
    .forgot_pass p,
    .forgot_pass a,
    .submit_btn button,
    .countinue_btn button,
    .already-text {
        font-size: 14px;
    }
    .log_in_page .sign-up,
    .forgot_pass_page .sign-up {
        height: 100%;
    }
    .respons-nav {
        margin-top: 5px;
    }
    .search_area .icon-tabler-bell {
        margin-left: 0;
    }
    .icon-tabler-send {
        margin-left: 20px;
        margin-right: 20px;
    }
    .sign_in_img {
        margin-left: 7px;
    }
    .background {
        width: auto;
    }
    .cart-flex {
        display: flex;
        margin-right: 10px;
        padding-top: 0px;
    }
    .home_banner .paregraph {
        margin-top: 10px;
        font-size: 14px;
    }
    .home_banner .heading-primary {
        margin-top: 15px;
        font-size: 24px;
        line-height: 30px;
    }
    .trending_slider a#next-arrow div {
        right: 37.5% !important;
    }
    .trending_slider a#previous-arrow div {
        left: 37.5%;
    }
    .trending_slider .slide-card {
        margin: 0 10px;
    }
    .slide-card-1 {
        width: 360px;
    }
    .recommended,
    .feature_sec {
        padding: 5rem 0;
        margin-bottom: 0;
    }
    .subscribe-box {
        padding: 2rem 2rem;
    }
    .footer-brand {
        margin-top: 18rem;
    }
    .follow-text {
        width: 100%;
    }
    .follow-box {
        justify-content: center;
        align-items: center;
    }
    .footer-box {
        padding: 0 20px;
    }
    .addnewpost.newpost_fixed {
        bottom: 8%;
    }
    .f-text {
        width: 100%;
    }
    .request_topic_pp .modal-dialog {
        width: auto;
    }

    .viewprofile_page .modal-dialog .modal-content {
        padding: 20px 0;
    }
    .profile_img_area {
        flex-wrap: wrap;
        justify-content: center;
    }
    .changedp1,
    .changedp2 {
        margin: 0;
        margin-bottom: 20px;
    }
    .profile_btns {
        width: 100%;
    }
    .profile_img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .profilepopup .form-group {
        width: 100%;
    }
    .reply_likes_sec {
        padding-bottom: 50px;
    }
    .re_para,
    .like_para {
        font-size: 16px;
    }
    .post_reply .post_para {
        margin-left: 0;
    }
    .post_icons {
        right: 10px;
    }
    .edit-btn {
        text-decoration: none;
        position: absolute;
        right: 6%;
        top: 9%;
    }
    .profile-box img {
        width: 70px;
        height: 70px;
    }
    .profile_btns {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .viewprofile_page .edit-btn .edit .edit-text {
        font-size: 16px;
    }
    .popup_main_title .title {
        font-size: 28px;
    }
    .profile_img img {
        width: 120px;
        height: 120px;
    }
    ul.breadcrumb li {
        font-size: 16px;
    }
    .reply_likes {
        flex-wrap: wrap;
        gap: 20px;
    }
    .post_section {
        padding: 20px;
        margin-top: 20px;
    }

    .re_icons_anxiety {
        flex-wrap: wrap;
        gap: 10px;
    }
    .post_icons {
        gap: 10px;
    }
    .post_para p,
    .post_name {
        font-size: 16px;
    }
    .post_time {
        font-size: 14px;
    }

    .post_profile {
        flex-wrap: wrap;
        gap: 20px;
    }
    .feature {
        margin: 5rem 0;
    }
    .noti-bg {
        right: -100px;
        width: 300px;
    }
    .new_post_popup .modal-dialog {
        width: 350px;
        right: 10px;
    }
    .tab2 button {
        padding: 10px;
    }
    .modal-content-topic {
        width: 98%;
    }
    .setting_tabs .sign-heading {
        font-size: 24px;
        margin-top: 0;
    }
    .setting_tabs .sign-text {
        font-size: 14px;
        line-height: 20px;
    }
    .setting_tabs .pass_up_btn {
        font-size: 14px;
    }
    .setting_tabs .noti_set_form .text-label {
        font-size: 16px;
        line-height: 20px;
    }
    .setting_tabs .noti_set_form .form-group {
        padding-bottom: 15px;
    }
    .setting_tabs .prefer_top_con label.check span {
        font-size: 14px;
    }
    .setting_tabs .prefer_topic_sec .update_pref .btn {
        max-width: 100%;
        font-size: 14px;
    }
    .setting_tabs .prefer_topic_sec .update_pref {
        margin-top: 50px;
    }
    .setting_tabs .terms_head .title,
    .setting_tabs .terms_head span {
        font-size: 16px;
        line-height: 24px;
    }
    .setting_tabs .terms_para .para {
        font-size: 14px;
    }
    .setting_tabs .del_ac_con .content .paragraph {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    .setting_tabs .del_ac_btns {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .setting_tabs .del_ac_btns .btn {
        font-size: 14px;
    }
    .setting_tabs {
        margin: 50px 0;
    }
    .cart-flex ul {
        padding-left: 10px;
    }
    .custom_navbar .navbar-collapse {
        margin-top: 10px;
    }
    .re_para,
    .like_para {
        font-size: 14px;
    }
    .post_btns,
    .post_btns:hover {
        font-size: 14px;
    }
    .reply_box,
    .like_box {
        gap: 5px;
    }
    .tabs.radio-btn .tab {
        font-size: 16px;
    }
}

@media only screen and (max-width: 465px) {
    .reply_likes_sec {
        padding-bottom: 85px;
    }
}

.post_sec_tabs {
    width: 100%;
}

/*** 8-8 ***/

.notification_box .noti-bg.container {
    padding: 22px;
}

.noti-bg .noti-title {
    font-weight: 600;
}

.noti-bg.container p {
    color: rgba(17, 17, 17, 1);
    font-size: 16px;
    line-height: 22px;
}

.pointer {
    cursor: pointer;
}

.no_decoration {
    text-decoration: none;
}

/*** chat page ***/

.chat_sec_page {
    margin: 100px 0 100px;
    position: relative;
    width: 100%;
    min-height: calc(100% - 100px);
}

/* .chat_sec_page #data-chat{
    min-height: 618px;
    overflow-y: auto;
} */

.chat-right-box .chat-box {
    background: rgba(248, 248, 248, 1);
    padding: 30px 0 0;
    width: 100%;
    height: 100%;
    max-height: 550px;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat-profile-left-main{
    max-height: 550px;
    overflow-y: auto;
}

.chat-right-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.chat-right-box .chat-box .chat-box-textbox {
    padding: 30px;
    bottom: 0;
    position: sticky;
    left: 0;
    width: 100%;
    background: rgba(248, 248, 248, 1);

}

.chatbox-textbox-inner {
    padding: 10px;
    border-radius: 10px;
    height: 60px;
    position: relative;
    background: #fff;
}

.chatbox-textbox-inner input {
    border: 0;
    width: calc(100% - 100px);
    height: 100%;
    padding: 8px;
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    outline: none;
}
.chatbox-textbox-inner button svg {
    margin: 0;
    color: #fff;
}

.chat-right-box .chat-box .chat-box-inner {
    margin-bottom: 0px;
    padding: 0 30px;
}

.chatbox-textbox-inner button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 10px;
    outline: none;
    border: 0;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
}

.chat-right-box .chat-box .chat-box-textbox .chat-search-box {
    width: 100%;
    background: rgba(248, 248, 248, 1);
    padding: 20px;
    border-radius: 15px;
}

.chat-profile-box {
    display: flex;
    padding: 20px 15px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    justify-content: space-between;
}

.chat-right-top .chat-profile-box {
    align-items: center;
    border: 0;
    padding-left: 0;
}

.chat-right-top .chat-profile-box button {
    border: 0;
    padding: 0;
    outline: none;
}

.chat-right-top .chat-profile-box button img {
    background: #fff;
}
.chat-profile-box.active {
    background: rgba(254, 245, 235, 1);
    border: 1px solid transparent;
}

.chat-profile-box .profile-thumb {
    margin-right: 10px;
}

.chat-profile-box .profile_name {
    font-size: 20px;
    color: rgba(17, 17, 17, 1);
    font-weight: 500;
    line-height: 30px;
}

.chatpro_right span {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.chat-profile-box .chatpro_left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-profile-box .chatpro_left p {
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
}

.chatpro_right span {
    max-width: max-content;
    position: absolute;
    right: 16px;
    padding-top: 8px;
}

.chat-main-title {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
}

.chat-search-box button {
    border: 0;
    outline: none;
    margin-right: 10px;
    background-color: transparent;
}

.chat-search-box input {
    border: 0;
    background: transparent;
    width: 100%;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
    outline: none;
}

.chat-search-box{
    margin-bottom: 15px;
}

.chat-left .chat-profile-left {
    margin-bottom: 15px;
    max-height: calc(100% - 92px);
    position: relative;
    height: 100%;

}

.chat-box.empty {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    flex-direction: column;
    margin-bottom: 0px;
    min-height: auto;
    max-height: none;
    height: auto;
}


.chat-box.empty p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-top: 15px;
}

.chat-box .receiver {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 30px;
}

.chat-box .receiver .profile-thumb {
    margin-left: 20px;
}

.chat-box .receiver .user-message {
    padding: 15px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    max-width: 330px;
    border: 1px solid rgba(221, 221, 221, 1);
    line-height: 22px;
    border-radius: 10px 0 10px 10px;
}

.chat-box .sender {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 30px;
}

.chat-box .sender .profile-thumb {
    margin-right: 20px;
}

.chat-box .sender .user-message {
    padding: 15px;
    color: rgba(17, 17, 17, 1);
    font-size: 16px;
    background: #fff;
    max-width: 330px;
    border: 1px solid rgba(221, 221, 221, 1);
    line-height: 22px;
    border-radius: 0px 10px 10px 10px;
}

.chat_sec_page .profile-thumb {
    min-width: 56px;
    width: 56px;
    height: 56px;
}

.chat_sec_page .profile-thumb img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.chat_sec_page .chat-right-top .profile-thumb {
    margin-right: 20px;
}

select.Langchange {
    border: 0;
    padding: 10px;
    outline: 0;
    font-size: 16px;
    max-width: 110px;
}

.background.lang_area {
    width: auto;
    margin-left: 22px;
}
.background.lang_area .menu-item-has-children2 {
    position: relative;
}

.menu-item-has-children4 {
    position: relative;
}

.lan-select-box {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
}

.lan-select-box img {
    width: 25px;
    height: 25px;
}

#lang-dropdown {
    display: none;
    padding: 12px;
    min-width: max-content;
}
#lang-dropdown.opened {
    display: block;
    margin-top: 10px;
    right: -9px;
}

#langbtn span {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin-left: 10px;
}

.lan-box span {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.lan-box {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lan-box input {
    margin-right: 10px;
}

.lan-box img {
    width: 20px;
    height: 20px;
}

.lan-box label {
    display: flex;
    align-items: center;
    min-width: 50px;
}

/* .lan-box:first-child {
    margin-bottom: 15px;
} */

html[dir="rtl"] .home_sign_in {
    margin-left: 0;
    margin-right: 40px;
}

html[dir="rtl"] .owl-carousel,
html[dir="rtl"] .bx-wrapper {
    direction: ltr;
}
html[dir="rtl"] .owl-carousel .owl-item {
    direction: rtl;
}

html[dir="rtl"] .t-follow {
    right: auto;
    left: 20px;
}

html[dir="rtl"] .text-left {
    text-align: right;
}

html[dir="rtl"] .rtl-contant-thumb {
    text-align: left;
}

html[dir="rtl"] #myInput12 {
    margin-right: 15px;
}

html[dir="rtl"] .search_box {
    right: auto;
    left: 40px;
}

html[dir="rtl"] .profile_list img {
    margin-right: 0;
    margin-left: 10px;
}

html[dir="rtl"] .edit-btn {
    right: auto;
    left: 5%;
}

html[dir="rtl"] .post_icons {
    left: 40px;
    right: auto;
}

html[dir="rtl"] .chatpro_right span {
    right: auto;
    left: 16px;
}

html[dir="rtl"] .chat_sec_page .profile-thumb {
    margin-right: 0;
    margin-left: 10px;
}

html[dir="rtl"] .chat_sec_page .receiver .profile-thumb {
    margin-right: 10px;
    margin-left: 0;
}

html[dir="rtl"] .field-icon {
    right: auto;
    margin-left: 15px;
    left: 0;
}

html[dir="rtl"] .forgot_pass p {
    margin-left: 0;
    margin-right: 10px;
}

html[dir="rtl"] .addnewpost.newpost_fixed {
    right: auto !important;
    left: 30px !important;
}

html[dir="rtl"] #langbtn span {
    margin-right: 10px;
}

html[dir="rtl"] .lan-box span {
    margin-left: 0;
    margin-right: 5px;
}

html[dir="rtl"] .lan-box input {
    margin-right: 0;
    margin-left: 10px;
}

html[dir="rtl"] .lan-box {
    justify-content: flex-start;
}

html[dir="rtl"] #lang-dropdown.opened {
    right: -34px;
}

html[dir="rtl"] .sign_in_img {
    margin-left: 0;
    margin-right: 20px;
}

html[dir="rtl"] #notification_list_ul {
    margin-right: 2rem;
}

html[dir="rtl"] .background.search_area {
    text-align: left;
}

html[dir="rtl"] .background.search_area .d-flex {
    padding-left: 15px;
}

html[dir="rtl"] .search_area .icon-tabler-bell {
    margin-left: 0;
}

html[dir="rtl"] .background.lang_area .d-flex {
    margin-left: 0;
    padding-left: 0;
}

html[dir="rtl"] .navbar-nav .nav-item {
    padding-left: 20px;
}

html[dir="rtl"] .background.lang_area {
    margin-left: 0;
    margin-right: 20px;
}

html[dir="rtl"] #inputState-selectized {
    margin-right: 20px !important;
}

html[dir="rtl"] .sign_in_form .form-group select {
    padding-right: 28px;
}

html[dir="rtl"] .noti-bg12.login_form {
    left: 40px;
    right: auto;
}
html[dir="rtl"] .noti-bg {
    left: 0;
    right: auto;
}
html[dir="rtl"] span.cart-flex.wrap-box {
    margin-left: 15px;
}

html[dir="rtl"] .respons-nav {
    right: auto !important;
    left: 0;
}

html[dir="rtl"] .request_topic_pp .form-group {
    text-align: right;
}

html[dir="rtl"] .request_topic_pp .text-input,
html[dir="rtl"] .request_topic_pp .topic-textarea {
    text-align: right;
}

html[dir="rtl"] .accordion-button::after {
    text-align: left;
    margin-right: auto;
    /* width: 23px; */
    margin-left: 0;
}

html[dir="rtl"] .new_post_popup .modal-dialog {
    left: 30px;
    right: auto;
}

html[dir="rtl"] .new_post_popup .sign-heading {
    margin-right: 20px;
}

html[dir="rtl"] .new_post_popup select#inputtopic {
    padding-right: 28px;
}

html[dir="rtl"] .new_post_popup .close-topic-model {
    left: 5%;
    right: auto;
}

html[dir="rtl"] .trending_slider .owl-theme .owl-nav{
    flex-direction: row-reverse;
    display: flex;
    justify-content: center;
}

html[dir="rtl"] .trending_slider .owl-theme .owl-nav .owl-prev{
    transform: rotate(0deg) !important;
}

html[dir="rtl"] .trending_slider .owl-theme .owl-nav .owl-next{
    transform: rotate(180deg) !important;
}

@media only screen and (max-width: 1290px) {
    html[dir="rtl"] .background.search_area .d-flex {
        padding-left: 5px;
    }
}
@media only screen and (max-width: 991px) {
    html[dir="rtl"] .header-menu {
        margin-right: 0px;
    }

    html[dir="rtl"] .background.lang_area {
        margin-right: 0px;
    }
    html[dir="rtl"] #notification_list_ul {
        margin-right: 3px;
        margin-left: 20px;
    }

    html[dir="rtl"] .cart-flex {
        margin-left: 50px;
    }
    html[dir="rtl"] .navbar-nav li a.nav-font {
        margin-right: 0 !important;
        text-align: right;
    }
}
@media only screen and (max-width: 479px) {
    .notification_box .noti-bg.container {
        padding: 15px;
    }
    .sign_in_img {
        width: 25px;
        height: 25px;
    }
    .background.lang_area {
        margin-right: 10px;
    }

    #langbtn span {
        margin-left: 5px;
        font-size: 13px;
    }
    .lan-select-box img {
        width: 20px;
        height: 20px;
    }
    .cart-flex {
        margin-right: 0;
    }
    .cart-flex ul {
        padding-left: 6px;
    }
    .search_area .icon-tabler-bell {
        width: 20px;
    }

    html[dir="rtl"] .cart-flex {
        margin-left: 35px;
    }

    html[dir="rtl"] .sign_in_img {
        margin-right: 10px;
    }
    html[dir="rtl"] .noti-bg {
        left: -109px;
        right: auto;
        width: 250px;
    }
}
