/*========HERO SLIDER SECTION START=======*/

.hero-slider-section {
    padding: 0;
}

.hero-slider .item-inner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.item-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.item-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.slider-inner-cont {
    width: 100%;
    max-width: 1140px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.slider-inner-cont h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(-100px);
    transition-delay: 4s;
    transition: all 4s ease-in-out;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

.slider-inner-cont p {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    margin-bottom: 0px;
    line-height: 28px;
    opacity: 0;
    transform: translateY(150px);
    transition-delay: 4s;
    transition: all 3s ease-in-out;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
}

.slider-inner-cont a {
    background: #E91E63;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 25px;
    border-radius: 5px;
    text-transform: capitalize;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    display: inline-block;
    line-height: 1;
    transition-delay: 35s;
    transition: all 2s ease-in-out;
    transform: translateY(50px);
    opacity: 0;
}

.sw-btn-next {
    color: #fff;
    background: red;
    font-weight: 700;
}

.hero-slider .owl-item.active .slider-inner-cont h1,
.hero-slider .owl-item.active .slider-inner-cont p,
.hero-slider .owl-item.active .slider-inner-cont a {
    opacity: 1;
    transform: translate(0);
}

.hero-slider .slider-inner-cont p {
    max-width: 700px;
}

.hero-slider .owl-dots {
    bottom: 190px;
    z-index: 10;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero-slider .owl-dots .owl-dot {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    opacity: 0.5;
    position: relative;
    margin: 0 4px;
}

.hero-slider .owl-dots .owl-dot:after {
    content: '\f08a';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    font-family: fontAwesome;
    color: red;
}

.hero-slider .owl-dots .owl-dot.active {
    opacity: 1;
}

.hero-slider .owl-dots .owl-dot.active:after {
    content: '\f004';
}


.fre-reg {
    position: absolute;
    top: 54%;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

.fre-reg a {
    display: inline-block;
    background: #fb060e;
    color: #fff;
    font-size: 19px;
    padding: 7px 15px;
    border-radius: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.fre-reg a:hover {
    background: #ff474d;
}

.hero-slider-section {
    height: 100vh;
    background: #ddd;
}

.search-crd-holder.profile-card {
    position: sticky;
    top: 112px;
}

/*========HERO SLIDER SECTION END=======*/



/*========ALL MEMBER SECTION START=======*/

.section-heading {
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: 'Great Vibes', cursive;
}

.section-heading .heading-style {
    text-align: center;
    position: relative;
    width: 150px;
    display: inline-block;
    margin-bottom: 15px;
}

.section-heading .heading-style img {
    width: 100%;
}

.section-heading p {
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
    color: #555;
}

.members-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.member-box {
    width: calc(25% - 25px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    margin-bottom: 35px;
    margin-right: 24px;
    background: #f4f4f4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.member-box:hover {
    background: #eaeaea;
}

.member-image {
    height: 200px;
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px 0;
    border: none;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.member-details {
    padding: 8px 15px 20px 15px;
    background: #f4f4f4;
    text-align: center;
    transition: 0.4s;
}

.member-details .member-name {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    display: block;
    padding-bottom: 6px;
}

.member-details p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    text-align: center;
}

.member-details ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    justify-content: space-between;
    margin: 15px 0 25px;
    text-align: left;
}

.member-details ul li {
    background: #e8e8e8;
    padding: 6px 8px 6px 5px;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    font-size: 11px;
    font-weight: 500;
}

.member-details ul li i {
    color: #5c00f0;
    font-weight: bold;
    font-size: 15px;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.member-details ul li:first-child {
    left: -15px;
    border-radius: 0 18px 18px 0;
}

.member-details ul li:last-child {
    right: -15px;
    border-radius: 18px 0 0 18px;
    border-left: none;
    -webkit-border-radius: 18px 0 0 18px;
    -moz-border-radius: 18px 0 0 18px;
    -ms-border-radius: 18px 0 0 18px;
    -o-border-radius: 18px 0 0 18px;
    padding: 6px 5px 6px 8px;
}

.member-details ul li .icon-holder {
    display: inline-block;
    height: 20px;
    width: 20px;
}

.member-details ul li .icon-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sw-btn-next {
    color: #fff;
    background: red;
    font-weight: 700;
}

.member-details a,
.srch-submit-btn {
    display: inline-block;
    border-radius: 35px;
    /* background: linear-gradient(90deg, #e91e63, #ff6097); */
    background: linear-gradient(90deg, #fb060e, #ff838a);
    color: #fff;
    padding: 0px 25px;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    transition: all .5s ease-in-out;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    box-shadow: 0 2px 6px #fd9b96;
}

.member-details a:hover,
.srch-submit-btn:hover {
    background: linear-gradient(90deg, #ff838a, #fb060e);
}

.member-box:hover .member-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.member-box:hover .member-details {
    background: #eaeaea;
}

.member-box:hover .member-details ul li {
    background: #f4f4f4;
}

.load-more-btn-holder a {
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    color: #fb060e;
    border: 1.5px solid #fb060e;
    padding: 0px 45px;
    font-weight: 500;
    height: 50px;
    line-height: 47px;
    font-size: 17px;
    transition: all .5s ease-in-out;
}

.load-more-btn-holder a:hover {
    background: #fb060e;
    color: #fff;
}

@media (max-width:1199px) {
    .member-box {
        width: 30%;
        margin: 15px;
    }
}

@media (max-width:1023px) {

    .member-box {
        width: 30%;
        margin: 10px;
    }
}


@media (max-width:767px) {
    .member-box {
        width: 46%;
        height: auto;
        margin: 5px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
}






/*========ABOUT SECTION START=======*/

.about-section {
    position: relative;
    padding: 100px 0;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    height: 389px;
}

.about-section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    top: 0;
    left: 0;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.about-cont {
    position: relative;
    z-index: 2;
    /* max-width: 600px; */
    margin: 0 auto;
    text-align: center;
}

.about-cont h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-cont p {
    color: #fff;
    font-size: 18px;
}

.about-cont a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    background: #fb060e;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    font-weight: 500;
    font-size: 17px;
    transition: all 0.5s ease-in-out;
}

.about-cont a:hover {
    background: #000 !important;
}


/*========ABOUT SECTION END=======*/

.map-holder {
    height: 450px;
    width: 100%;
}

.map-holder iframe {
    width: 100%;
    height: 100%;
}





/*========FOOTER START=======*/

.footer-top {
    background: #302D34;
    padding: 70px 0 0px 0;
}

.footer-top-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer-about-part {
    width: 450px;
    padding: 0 15px;
}

.footer-logo-holder {
    margin-bottom: 25px;
}

.footer-logo-holder img {
    max-width: 100%;
}

.footer-about-part h4,
.footer-common-box h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-about-part p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}

.footer-about-part a {
    display: inline-block;
    border-radius: 5px;
    background: #E91E63;
    color: #fff;
    padding: 0px 25px;
    font-weight: 500;
    line-height: 35px;
    height: 35px;
    font-size: 15px;
    transition: all .5s ease-in-out;
}

.footer-about-part a:hover {
    background: #000;
}

.footer-common-box {
    padding: 0 15px;
    width: 275px;
    padding-left: 45px;
}

.footer-common-box.contact-box {
    width: 350px;
    padding-left: 15px;
}

.footer-common-box li {
    margin-bottom: 5px;
}

.contact-box ul li {
    position: relative;
    padding-left: 40px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}

.quicklink-ul li {
    /* display: inline-block;
        width: 48%; */
}

.contact-box ul li:last-child,
.footer-common-box:last-child {
    margin-bottom: 0;
}

.contact-box ul li:before {
    content: '\f1a8';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 24px;
    transition: all 0.5s ease-in-out;
}

.contact-box ul li:nth-child(2):before {
    content: '\f2be';
}

.contact-box ul li:nth-child(3):before {
    content: '\f159';
}

.contact-box ul li:hover:before {
    color: #E91E63;
}

.footer-common-box ul li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
    font-size: 15px;
}

.footer-common-box ul li a:hover {
    color: #E91E63;
}

.footer-common-box img {
    width: 100%;
    height: 200px;
}

.facebook-widget h4 {
    margin-top: 20px;
}

.footer-social-wrpr {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #262626;
    padding: 15px 0;
}

.footer-social-wrpr h4 {
    color: #fff;
    margin-right: 20px;
    font-size: 19px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
}

.footer-social li {
    margin-right: 15px;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-social li a {
    height: 40px;
    width: 40px;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #3f3f3f;
    background: #222125;
}

.footer-social li a:hover {
    color: #c50a2d;
    border-color: #c50a2d;
    background: #000;
}

.footer-copy-right {
    padding: 15px 0;
    background: #222125;
}

.footer-copy-right p {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.footer-copy-right p a {
    color: #de4b50;
    transition: all 0.4s ease-in-out;
}

.footer-copy-right p a:hover {
    color: #fb060e;
}


/*========FOOTER END=======*/

ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer {
    padding: unset;
}

@media only screen and (max-width: 700px) {
    .lw-profile-image-card-container .lw-cover-picture {
        height: auto;
        max-height: unset;
    }

    .lw-horizontal-container .lw-user-photo {
        height: auto;
    }
}

.lw-messenger .lw-messenger-content .lw-messenger-chat-window .lw-messenger-chat-sender .lw-messenger-chat-item {

}

.lw-messenger .lw-messenger-content .lw-messenger-chat-window .lw-messenger-chat-item .lw-single-message-delete {
    color: #fff;
}

.lw-messenger .lw-messenger-content .lw-messenger-chat-window .lw-messenger-chat-sender .lw-messenger-chat-item:after {
    border-left-color: #c6c2c2;
}

.show-in-mobile-m {
    display: none;
}

@media only screen and (max-width: 600px) {
    .show-in-mobile-m {
        display: block;
    }

    .by-default-hidden-m {
        display: none;
    }

    .m-p-0 {
        padding: 0px;
    }

    .m-b-r-0 {
        border-radius: 0px;
    }

    .m-m-0 {
        margin: 0px !important;
    }

    .m-hide-mobile {
        display: none !important;
    }

    .fre-reg a {
        font-size: 14px;
    }

    .member-box {
        width: 96% !important;
    }

    .lw-logo-img {
        height: 40px;
    }

    .navbar {
        padding: 0.2rem 0.5rem
    }

    .header-same-width {
        width: 100px;
        /* text-align: center; */
        color: #fff
    }

    a.header-same-width {
        color: #fff !important;
        font-size: 17px;
    }

    .lw-search-section {
        padding: 2rem 0 !important;
    }

    .slider-image-mobile-m {
        height: 200px !important;
    }

    .slider-inner-cont h1 {
        font-size: 24px;
        text-align: center;
    }

    .slider-inner-cont p {
        text-align: center !important;
    }

    .hero-slider .item-inner {
        height: 70vh !important;
    }

    .hero-slider-section {
        /* height: 50vh !important; */
        height: 424px !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    .load-more-btn-holder {
        margin-bottom: 20px !important;
    }

    .footer-top {
        padding: 40px 0 0px 0;
    }

    .about-section {
        padding: 60px 0;
        height: 330px;
    }

    .sidebar.toggled {
        width: 295px;
        position: absolute;
        z-index: 999999;
    }

    .sidebar {
        width: 70%;
        position: fixed;
        z-index: 999;
    }

    .sidebar .nav-item .nav-link {
        width: 100%;
        text-align: left;
    }

    .sidebar .nav-item .nav-link span {
        display: unset;
        font-size: 1.1rem;
    }

    .sidebar-dark .nav-item .nav-link i {
        width: 28px;
        font-size: 22px;
    }

    .icon-mobile-width {
        width: 28px !important;
    }

    .sidebar .nav-item .nav-link {
        padding: 0.5rem 1rem;
    }

    html.lw-light-theme .sidebar-dark .nav-item .nav-link {
        border-bottom: #ccc solid 1px;
    }

    .mobile-home-nav {
        display: flex;
        margin-bottom: 20px;
        margin-top: -23px;
    }

    #content-wrapper {
        padding-right: unset !important;
    }

    .mobile-home-nav li {
        position: relative;
        align-items: center;
        justify-content: center;
        padding: 10px 5px;
        width: 20%;
        text-align: center;
        background: #dfdfdf;
    }

    .mobile-home-nav li:not(:last-child) {
        border-right: #ccc solid 1px;
    }

    .mobile-home-nav li svg {
        fill: #7b7b7b;
    }

    html.lw-light-theme .sidebar-dark .sidebar-brand,
    html.lw-light-theme nav.navbar.navbar-expand.navbar-light.bg-dark.topbar.mb-4.static-top.shadow {
        background-color: #0000008c !important;
    }

    .mobile-home-nav li span {
        position: absolute;
        display: flex;
        top: 5px;
        right: 5px;
        background-color: #c50a2d;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        color: #fff;
        font-size: 13px;
        align-items: center;
        justify-content: center;
    }



    .mobile-msg-nav {
        display: flex;
        margin-bottom: 20px;
        margin-top: -23px;
    }

    .mobile-msg-nav li {
        position: relative;
        align-items: center;
        justify-content: center;
        padding: 10px 5px;
        width: 50%;
        /* width: 33.3333%; */
        text-align: center;
        background: #ffffff;
        border-bottom: rgb(244, 243, 243) solid 2px;
        font-size: 14px;
    }

    .mobile-msg-nav li:not(:last-child) {
        border-right: rgb(255, 255, 255) solid 1px;
    }

    .mobile-msg-nav li span {
        position: absolute;
        display: flex;
        top: 5px;
        right: 5px;
        background-color: #c50a2d;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        color: #fff;
        font-size: 13px;
        align-items: center;
        justify-content: center;
    }

    .lw-user-thumbnail-block {
        position: relative;
    }

    .lw-user-thumbnail-block .lw-user-thumbnail {
        min-width: 220px;
        width: 100%;
        height: unset;
        border-radius: 0px;
    }

    .status-mobile-m {
        padding: 0px !important;
    }

    .lw-user-thumbnail-block .lw-dot.lw-dot-danger {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .lw-user-thumbnail-block {
        padding: unset;
        min-height: 300px;
    }

    .lw-user-thumbnail-block .card-title .text-secondary {
        text-align: left;
        border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 8px;
    }

    .lw-user-thumbnail-block h5 {
        text-align: left;
        margin-bottom: 0px;
        font-size: 14px !important;
        padding-left: 10px;
    }

    .mobile-message-listing {
        display: block;
        width: 100%;
    }

    .mobile-message-listing li {
        display: flex;
        align-items: center;
        width: 100%;
        border-bottom: #ccc solid 1px;
        padding: 8px 10px;
        background-color: #e0e0e0;
        cursor: pointer;
        font-weight: bold;
    }

    .mobile-message-listing li.active {
        background-color: #fff !important;
        font-weight: 500;
    }

    .mobile-message-listing li .img {
        width: 50px;
        height: 50px;
        background-color: #3f3f3f;
    }

    .mobile-message-listing li .desc {
        padding-left: 10px;
        height: 50px;
    }

    .mobile-message-listing li .desc h3 {
        font-size: 14px;
        font-weight: bold;
        margin: unset;
    }

    .msg-read-m {
        display: flex;
        width: 100%;
    }

    .msg-pro-img {
        width: 50px;
        height: 50px;
        background-color: #3f3f3f;
    }

    .msg-name {
        /* width: 100%; */
        font-size: 14px;
        margin-left: 10px;
    }

    .bottom-line {
        padding-bottom: 5px;
        border-bottom: rgb(229, 229, 229) solid 1px;
    }

    .msg-textarea {
        margin-top: 10px;
        width: 100%;
        height: 100px;
        font-size: 14px;
        padding: 8px;
        border: #ccc 1px solid;
    }

    .send-msg-m {
        width: 100%;
    }

    p.read-msg-m {
        position: relative;
        background-color: #ffb6c56f;
        padding: 10px;
        border: #c50a2c70 solid 0px;
    }

    .flex-msg-m.my {
        justify-content: end;
    }

    .flex-msg-m.my p {
        background-color: rgb(237, 237, 237);
        border: rgb(231, 231, 231) solid 1px;
        ;
    }

    .flex-msg-m {
        display: flex;
    }

    .full-width-m {
        width: 100% !important;
    }

    .message-display-m {
        height: 300px;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        ;
    }

    .m-profile-image {
        min-height: 250px !important;
        max-height: 250px !important;
    }

    .m-profile-circle-image {
        width: 100px !important;
        height: 100px !important;
        bottom: -60px !important;
        left: 5px !important;
    }

    .m-keep-profile-image-bottom-space {
        margin-bottom: 5rem;
    }

    .m-profile-name-address {
        position: absolute;
        bottom: -65px;
        left: 110px;
        width: 100%;
    }

    .m-profile-name-address h4 {
        font-size: 14px;
        font-weight: bold;
        padding: 2px;
        margin: 0px;
    }

    .m-profile-name-address p {
        width: 150px;
        font-size: 12px;
        margin: 0px;
    }

    .m-show-online-profile {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    /* .m-profile-send-message{
        position: absolute;
        bottom: 50px;
        display: flex;
        width: 100%;
    } */
    .m-profile-send-message {
        position: absolute;
        bottom: 0px;
        display: flex;
        width: 200px;
        right: 70px;
    }

    .m-profile-send-message div {
        width: 50%;
        text-align: right;
        padding: 2px;
    }

    .m-profile-send-message div span {
        padding: 13px 12px 13px 12px;
        border-radius: 50%;
        /* background-color: rgba(255, 255, 255, 0.588); */
        background-color: rgb(196 196 196 / 59%);
    }

    .m-profile-send-message div:not(:first-child) {
        text-align: left !important;
    }

    .find-user-m.m-profile-send-message {
        right: 10px;
        width: auto !important;
        top: -8px;
    }

    .find-user-m.m-profile-send-message div svg {
        width: 15px;
        height: 15px;
    }

    .find-user-m.m-profile-send-message div span {
        padding: 8px 7px 8px 7px;
    }

    .like-icon-profile {}

    .m-like svg {
        fill: rgb(182, 0, 0);
    }

    .m-unlike svg {
        fill: rgb(78, 78, 78);
    }

    .profile-bottom-button-m {
        display: block;
    }

    .profile-bottom-button-m li {
        background-color: rgb(238, 238, 238);
        margin-bottom: 8px;
        padding: 8px;
        font-weight: 700;
        text-align: center;
        border-radius: 6px;
        width: 100%;
        color: #262626;
    }

    .sub-menu-mobile {
        display: none;
    }

    .sub-menu-mobile li::before {
        content: '\00BB';
        margin-left: -10px;
        margin-right: 10px;
    }

    .sub-menu-mobile li {
        text-align: left;
        padding: 7px;
        padding-left: 30px;
        border-bottom: #ccc solid 1px;
        font-size: 18px;
        background-color: rgb(245, 245, 245);
    }

    .sub-menu-mobile li a {
        color: #302D34;
    }

    .menu-arrow-m {
        position: absolute;
        right: 10px;
    }

    .menu-arrow-m.up {
        transform: rotate(180deg);
    }

    .logged-mobile-nav-m {
        width: 33.3333%;
    }

    .mobile-nav-toggle-icon {
        border: red solid 1px;
        border-radius: 6px !important;
    }

    .owl-carousel .owl-item img {
        min-height: 425px !important;
    }

    .remove-chat-m {
        position: absolute;
        right: 49px;
        color: #0c0e20;
        font-size: 10px;
    }

    .create-chat {
        position: absolute;
        right: -108px;
        color: #0c0e20;
        font-size: 10px;
    }

    .my .remove-chat-m {
        left: -120px;
    }

    .my .create-chat {
        left: 50px;
    }

    .read-msg-m {
        max-width: 80%;
    }

    #lwStaticBasicInformation strong {
        color: #c50a2d;
    }

    .member-details {
        padding: 0px 15px 5px 15px;
    }

    .member-details .member-name {
        padding-bottom: 0px;
    }

    .member-details a {
        font-size: 12px;
        padding: 0px 15px;
        height: 30px;
        line-height: 30px;
        float: right;
        margin-bottom: 10px;
    }

    .member-image {
        margin: 0 0 10px 0;
    }

    .member-details p {
        margin-bottom: 0px;
    }

    .member-details .member-name {
        float: left;
        font-size: 14px;
    }


    .msg-menu-m {
        position: absolute;
        right: 20px;
        margin-top: -20px;
        padding-left: 30px;
    }

    .msg-menu-m svg {
        width: 7px;
    }

    .msg-menu-m ul {
        display: none;
        position: absolute;
        right: 0px;
        width: 150px;
        background-color: #fff;
        padding: 10px;
        border: #ccc solid 1px;
        z-index: 999999;
    }

    .msg-menu-m ul li {
        cursor: pointer;
    }

    .hero-slider .owl-dots {
        /* bottom: 280px; */
        bottom: unset;
        /* top: 242px; */
        top: 280px;
    }

    .hero-slider .owl-dots .owl-dot:after {
        color: #fb060e;
    }

    .fre-reg {
        top: 360px;
    }

    /*popup to update some options*/
    .popup-form-mobile {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.269);
        backdrop-filter: blur(2px);
        display: flex !important;
        /* align-items: center; */
        justify-content: center;
    }

    .popup-form-mobile .inner {
        width: 90%;
        min-height: 100px;
        height: fit-content;
        margin-top: 10%;
        background-color: rgba(255, 255, 255, 0.87);
        /* padding: 8px; */
    }

    .popup-form-mobile .inner form {
        margin: 15px;
    }

    .popup-form-mobile .inner h4 {
        font-size: 14px;
        text-align: center;
        padding: 10px 0px;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #90041d;
        color: #fff;
    }


    hr.creative-line {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(184, 2, 2, 0), rgba(169, 0, 0, 0.75), rgba(174, 0, 0, 0));
        margin-top: 0;
    }

}

.filepond--drop-label label {
    color: #c50a2d !important;
}

.m-profile-send-message div:nth-child(1) span {
    background-color: #ec2020;
    color: #fff;
}

.m-profile-send-message div:nth-child(1) span svg {
    fill: #fff;
}

.m-profile-send-message div:nth-child(2) span {
    background-color: #2f70d2;
    color: #fff;
}

.m-flex-column {
    display: flex;

}

.m-flex-column div {
    width: 100%;
    padding: 0 2px;
}

.m-flex-column div select {}

.m-flex-column div:nth-child(3) {
    padding-right: 0px;
}

.m-flex-column div:nth-child(3) select {
    border-radius: 0px 20px 20px 0px;
}

.m-flex-column div:nth-child(1) {
    padding-left: 0px;
}

.m-flex-column div:nth-child(1) select {
    border-radius: 20px 0px 0px 20px;
}