/* @import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");

@font-face {
    font-family: "Helvetica";
    src: url("Helvetica.eot?#iefix") format("embedded-opentype"),
        url("fonts/Helvetica.woff") format("woff"),
        url("fonts/Helvetica.ttf") format("truetype"),
        url("Helvetica.svg#Helvetica") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica";
    word-wrap: break-word;
}

h2 {
    font-family: "DM Serif Display", serif;
}

button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
}
img {
    font-size: 7px;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    /*color:white;*/
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: inherit;
    font-weight: inherit;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 12px;
}

span,
a {
    display: inline-block;
}

/*#members_table_info{
  display: none;
}*/
.flex {
    display: flex;
    flex-wrap: wrap;
}

/**********************
        HOME
***********************/
.site-logo {
    padding: 20px 0;
    text-align: center;
}

.site-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.site-menu ul {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    align-items: center;
}

.site-menu li {
    display: inline-block;
    margin-right: 55px;
}

.site-menu li:last-child {
    margin-right: 0;
}

.site-menu li a {
    color: #371d1d;
    font-size: 18px;
    transition: 0.3s ease;
}

.site-menu li:hover a {
    color: #e9147b;
}
a.u_cht {
    display: block;
}
a.u_cht.u_cht_active li {
    background: rgba(110, 48, 118, 0.06);
}
.single-hero {
    min-height: calc(100vh - 158px);
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    justify-content: center;
    padding: 100px;
    background: center bottom -40px / cover no-repeat;
}

.hero-content {
    background: #fff;
    padding: 50px 60px;
    max-width: 740px;
    border-radius: 10px;
    text-align: center;
}

.hero-content span {
    color: #6e3076;
    font-size: 20px;
}

.hero-content h1 {
    font-size: 48px;
    color: #e9147b;
    margin: 15px 0 30px;
}

.hero-content a {
    background-image: linear-gradient(
        98.41deg,
        #4fa6c9 -22.46%,
        #6c41b6 82.65%
    );
    border-radius: 8px;
    padding: 17px 30px;
    color: #fff;
    font-size: 18px;
    width: 226px;
}
.box-member {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
        rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
        rgba(0, 0, 0, 0.07) 0px 16px 16px;
    border-radius: 5px;
}
.new-event-sc .owl-item {
    padding: 17px 5px;
}
.owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 3px;
    background: #ea147e !important;
}

.owl-dot.active {
    width: 30px !important;
    border-radius: 15px !important;
    background: #ea147e !important;
}

.couples-section {
    padding: 80px 0;
    position: relative;
    background: center top -30px/100% no-repeat;
}

.couples-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 33%;
}
#text-clr {
    color: white;
}

.section-head {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-head h2 {
    font-family: "DM Serif Display", serif;
    color: #ea147e;
    font-size: 45px;
    position: relative;
}

.section-head h2::before {
    content: "";
    position: absolute;
    left: -34px;
    top: -35px;
    height: 40px;
    width: 50px;
    background: url("../images/hearts.png") center/contain no-repeat;
}

.section-head h2::after {
    content: "";
    position: absolute;
    right: -72px;
    bottom: -8px;
    height: 2px;
    width: 155px;
    background-color: #eb147f;
}
.new-about-h2::after {
    background-color: #fff !important;
}

.weddingBg {
    border-radius: 10px 10px 0px 0px;
    transition: 0.3s ease;
    overflow: hidden;
    background: center/cover no-repeat;
}

.wedding_image1 {
    width: 100%;
    /* margin: 7px;
    margin-left: 10px; */
    /*    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);*/
}
.wedding_image1.weddingBg img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.weddingBg:hover {
    opacity: 0.8;
}

.weddingBg:hover {
    transform: scale(1.01);
}

.couples-content {
    /*max-width: 70%;*/
    max-width: 100%;
    margin: 30px auto 0;
    position: relative;
    z-index: 99;
    padding: 15px;
}

.wedding_image2 {
    width: 25%;
    height: 250px;
    margin-left: 20px;
}

.wedding-top-row {
    align-items: flex-end;
}

.weddingBg a {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
}

.wedding_image3 {
    height: 210px;
    width: 23%;
}

.wedding-bottom-row {
    justify-content: flex-end;
    margin-top: 20px;
}

.wedding_image4 {
    width: 28%;
    height: 350px;
    margin: 0 20px;
}

.wedding_image5 {
    width: 25%;
    height: 270px;
}

.wedOverlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

.wedOverlay a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wedOverlay span {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    font-family: "DM Serif Display", serif;
}

.events-section {
    padding: 60px 0px 0px 0px;
    padding-bottom: 80px !important;
    position: relative;
    /* background: linear-gradient(87.57deg, #FB406C 0%, rgba(234, 20, 126, 0.95) 0%, #1BAACC 99.61%); */
}
.past-events-section {
    background: #f5f1f1;
    /*padding: 0px 0px 0px 0px;*/
    position: relative;
}

.section-head p {
    margin-top: 10px;
    font-size: 20px;
    color: rgb(16 16 16 / 58%);
    /* color: rgba(61, 61, 61, 0.5); */
}

.single-event {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    width: 49%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.single-event-home {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    width: unset;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin-left: 20px;
}
.events-content {
    margin-top: 70px;
    justify-content: space-between;
}
.event_image img {
    min-height: 176px;
    border-radius: 10px;
}
.event_image {
    width: 30%;
    background: center/cover no-repeat;
    border-radius: 10px;
}

.event_details {
    width: 70%;
    padding-left: 25px;
    padding-top: 10px;
}

.event_details h4 {
    color: #e9147b;
    font-size: 25px;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.event_details p {
    color: rgba(61, 61, 61, 0.5);
    margin-bottom: 20px;
}

.event_details a {
    display: flex;
    align-items: center;
    max-width: fit-content;
    /* color: #6e3076;*/
    color: #2db9d7;
    font-size: 14px;
    text-decoration: underline;
}
/*story details button*/
.story_details {
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    background-color: #ea147e;
}
.story_details a {
    display: flex;
    align-items: center;
    max-width: fit-content;
    color: #fefefe;
    font-size: 14px;
    text-decoration: none;
}
.event_details a img {
    margin-right: 6px;
    max-width: 25px;
}

.event_info {
    margin-top: 30px;
}
.event_info span {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 20px;
    font-size: 14px;
}

.event_info span img {
    margin-right: 5px;
    display: inline;
}

.events-link {
    text-align: center;
    margin-top: 0;
    padding-bottom: 50px;
}

.events-link a,
.members-text a {
    color: #00acd0;
    font-size: 14px;
    text-decoration: underline;
}

.events-link a img,
.members-text a img,
.about-text a img {
    display: inline-block;
    max-width: 26px;
    margin-right: 10px;
}

.members-text .section-head {
    align-items: flex-start;
}

.members-text {
    padding: 0px 50px 285px 12%;
    /*width: 45%;*/
}

.members-text a,
.about-text a {
    margin-top: 20px;
    color: #00acd0;
    font-size: 14px;
    text-decoration: underline;
}

.members-image {
    width: 55%;
    background-color: #e9147b;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px;
}

.members-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.members-list .single-member {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}
.members-content {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
    background-image: unset !important;
}
.new_members_section {
    color: #fff !important;
}
.new_members_section p,
h2 {
    color: #000;
}

.owl-item .member-info img {
    width: unset !important;
}
.member-info {
    text-align: center;
}

.stories-gallery .container {
    text-align: center;
}

.member-info h5 {
    color: #000;
    font-size: 18px;
    text-align: left;
    display: flex;
    font-weight: bold;
}

.member-infos span img {
    display: inline-block;
    margin-right: 5px;
}

.member-infos span {
    color: rgba(61, 61, 61, 0.5);
    font-size: 14px;
}

.member-infos {
    text-align: left;
    padding: 0 10px;
}
.btn_member_send a {
    background: #ea147e;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 10px 0;
    color: #fff;
    margin-top: 16px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    height: 50px;
    align-items: center;
}
.btn-member-msg-login {
    background: #ea147e;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 10px 0;
    color: #fff;
    margin-top: 16px;
    height: 50px;
    align-items: center;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
/* .cros_heart {
    padding-bottom: 6px;
} */
.cros_btn {
    border: 2px solid #d92047;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    border-radius: 0px 0 0 16px;
    border-right: none;
    border-top: none;
}
.heart_btn {
    border: 2px solid #1baacc;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    border-radius: 0px 0 16px 0;
    border-top: none;
}
.cros_heart .col-lg-6 {
    padding-right: 0px !important;
    margin-right: -15px;
    margin-left: 0px;
}
.member-infos span:first-child {
    margin-right: 30px;
}
.btn-custom-primary {
    font-size: 15px;
    font-weight: 400;
    fill: #ffffff;
    color: #ffffff;
    background: #e8067e;
    /*border-style: solid;*/
    border-width: 1px 1px 1px 1px;
    border-color: #ff5a60;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 25px 10px 25px;
    margin-top: 15px;
    /*display: flex;*/
}
.btn-custom-primary:hover {
    color: #ff5a60;
    background: #df175600;
    border-style: solid;
}
/*btn seconday*/
.btn-custom-secondary {
    font-size: 15px;
    font-weight: 400;
    fill: #ffffff;
    color: #ffffff;
    background: linear-gradient(#1eddf5, #21c2d6) padding-box,
        linear-gradient(to bottom, #1eddf5, #21c2d6) border-box;

    border-width: 1px 1px 1px 1px;
    border-color: #1eddf5;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 25px 10px 25px;
    margin-top: 15px;
}
.btn-custom-secondary:hover {
    color: #1eddf5;
    background: #df175600;
    border-style: solid;
}
.addmembtn {
    font-size: 15px;
    font-weight: 400;
    fill: #ffffff;
    color: #ffffff;
    background: linear-gradient(#1eddf5, #21c2d6) padding-box,
        linear-gradient(to bottom, #1eddf5, #21c2d6) border-box;

    border-width: 1px 1px 1px 1px;
    border-color: #1eddf5;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 16px 10px 16px;
    margin-top: 15px;
}
.addmembtn:hover {
    color: #1eddf5;
    background: #df175600;
    border-style: solid;
}

.btn-custom-cancel {
    background-color: rgb(231, 20, 123);
    border: 0;
    border-radius: 0.25em;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    padding: 10px 25px 10px 25px;
}

.about-images {
    width: 50%;
}
.prof-actions-details a {
    font-size: 10px;
    min-width: 60px;
    margin: 2px;
    padding: 10px 16px 10px 16px !important;
}
.about-text {
    width: 50%;
    padding-left: 30px;
    padding-top: 30px;
}

.about-text .section-head {
    align-items: flex-start;
}

.about-images {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.about_image1 {
    height: 260px;
    width: 30%;
}

.about_image2 {
    height: 600px;
    width: 60%;
    margin-left: 20px;
}

.about_image {
    background: center/cover no-repeat;
    border-radius: 10px;
}

.about-section {
    margin-bottom: 80px;
}

.about_image3 {
    height: 280px;
    width: 430px;
}

.about-bottom-image {
    display: flex;
    margin-top: -170px;
    justify-content: center;
}

.contact-overlay {
    padding: 60px 0;
    background-image: linear-gradient(
        90.48deg,
        hsl(0deg 77% 50%) -73.27%,
        rgb(234 20 126 / 95%) -11.03%,
        rgb(87 54 117 / 95%) 99.61%
    );
}

.contact-section {
    background: center/cover no-repeat;
}

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

.contact-header h2 {
    font-family: "DM Serif Display", serif;
    color: #fff;
}

.contact-content {
    margin-top: 60px;
}

.contact-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-col {
    width: 33.33%;
}

.contact-col h4 {
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    font-size: 22px;
}

.contact-col h4 img {
    margin-right: 20px;
}

.contact-col span {
    color: #fff;
    margin-top: 15px;
    font-size: 22px;
    margin-left: 25px;
    padding-left: 12px;
    border-bottom: 1px solid #fff;
}

.footer-top {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 20px;
}

.ft-menu li {
    display: inline-block;
    margin-left: 25px;
}

.ft-menu li a {
    color: #3d3d3d;
    font-size: 14px;
    transition: 0.3s ease;
}

.ft-menu li a:hover {
    color: #e9147b;
}

.ft-bottom {
    padding: 15px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ft-bottom span {
    color: rgb(16 16 16 / 58%);
    /* color: rgba(61, 61, 61, 0.5); */
}

.ft-social li a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    color: #fff;
    transition: 0.3s ease;
}

.ft-social li a:hover {
    background-color: #000;
}
.ft-social li a {
    background-color: #03abd0;
}
.ft-social ul {
    display: flex;
    flex-wrap: wrap;
}

.heartic {
    display: block;
    max-width: 50px;
    margin: 0 auto 10px;
}

.bracelet_image {
    position: absolute;
    top: -180px;
    left: 50px;
}

.tag {
    position: absolute;
    top: 23px;
    right: -52px;
    background: #6e3076;
    transform: rotate(39.77deg);
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    width: 200px;
    text-align: center;
    z-index: 99;
}

.mobile-menu {
    display: none;
}

.mobile-menu span {
    height: 2px;
    width: 30px;
    background-color: #e9147b;
    margin-bottom: 8px;
    display: block;
    transition: 0.3s ease;
}

.mobile-menu span:last-child {
    margin-bottom: 0;
}

.mobile-menu.active span {
    margin: 0;
    height: 1px;
}

/************************
        Login Page
*************************/
#login_modal .modal-dialog,
#registerModal .modal-dialog {
    max-width: 90%;
    margin: auto;
}

#login_modal .modal-body,
#registerModal .modal-body {
    padding: 0;
    border-radius: 0;
}

.account-image {
    width: 45%;
    position: relative;
    background-color: #cccccc;
    height: 836px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.account-form {
    width: 55%;
    padding: 100px;
}

.account-form h3 {
    color: #e9147b;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}

.account-form-inner {
    max-width: 500px;
    margin: auto;
}

.login-links a {
    display: flex;
    align-items: center;
    width: 48%;
    font-size: 14px;
    font-weight: 700;
}

.login-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.login-links a:first-child {
    background: #7289da;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    justify-content: center;
}

.login-links a img {
    margin-right: 20px;
}

.login-links a:last-child {
    background: #6f9f31;
    color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}
.terms-conditions {
    color: #e8067e !important;
    /*  text-decoration: none !important;*/
    padding-left: 6px;
}
input[type="radio"] {
    accent-color: #e8067e;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #e8067e;
}
.click_reg {
    padding-left: 10px;
}
.click_reg {
    padding-left: 10px;
}

/* user */
.navbar-dropdown-account-wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    color: #1e2022;
    background-color: transparent;
    padding: 0.25rem;
    border-radius: 50rem;
    transition: 0.3s;
}

.avatar-sm,
.avatar-sm .avatar-initials {
    width: 2.40625rem;
    height: 2.40625rem;
}

.avatar:not(img) {
    background-color: #fff;
}

.avatar-circle {
    border-radius: 50%;
}

.navbar-dropdown-account-wrapper .avatar {
    position: relative;
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
}

.navbar-dropdown-account-wrapper:focus,
.navbar-dropdown-account-wrapper:hover {
    background-color: rgba(55, 125, 255, 0.1);
}

.avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.site-menu .dropdown-menu {
    box-shadow: 0 0.6125rem 2.5rem 0.6125rem rgb(140 152 164 / 18%);
    border-top: 0.1875rem solid #377dff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 8px;
}

.site-menu .dropdown-menu .dropdown-item {
    font-size: 0.8125rem;
    border-radius: 0.3125rem;
    color: #371d1d;
}

.site-menu .dropdown-menu .dropdown-item:hover {
    color: #371d1d;
}

.dropdown-item:not(:last-child) {
    margin-bottom: 0.25rem;
}

.dropdown-item-text {
    display: block;
    padding: 8px 0px;
}

.dropdown-item-text h5 {
    font-weight: bold;
}

.dropdown-item-text p {
    font-size: 12px;
    font-weight: 400;
}
.swal2-styled {
    padding: 0.625em 4.1em;
}
@media (min-width: 992px) {
    .navbar-expand-lg .dropdown-menu {
        margin-top: 0.75rem;
    }
}

.orline {
    text-align: center;
    margin: 30px 0;
    position: relative;
}

.orline::before {
    content: "";
    position: absolute;
    mix-blend-mode: normal;
    opacity: 0.15;
    width: 100%;
    left: 0;
    top: 12px;
    z-index: 0;
    mix-blend-mode: normal;
    opacity: 0.15;
    border: 1px solid #979797;
}

.orline span {
    background: #fff;
    z-index: 999;
    padding: 0 20px;
    position: relative;
    color: #94a7af;
    font-size: 14px;
}

/*validation error*/
label.error {
    color: #ff0000 !important;
}

.field input.error {
    border: 1px solid #ff0000;
}

/*END validation error*/
.field label {
    position: relative;
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 5px;
}

.field input {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    width: 100%;
    padding: 8px 10px;
    color: #5d6c76;
}

.field select {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    width: 100%;
    padding: 10.5px 10px;
    color: #5d6c76;
}

.field {
    margin-bottom: 20px;
}

.remember {
    justify-content: space-between;
}

.field-check label {
    position: relative;
    padding-left: 30px;
    color: #5d6c76;
    font-size: 14px;
    margin: 0;
}

.field-check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

.field-check span {
    position: absolute;
    top: 1px;
    left: 0;
    height: 17px;
    width: 17px;
    background: #e7e7e7;
    border-radius: 4px;
}

.remember > a {
    color: #020935;
    font-size: 14px;
    font-weight: 700;
}
/*
.btn-primary:hover {
    background: linear-gradient(#e20f43 , #6c2f75) padding-box, linear-gradient(to bottom, #6c2f75, #be0c53 ) border-box;
    border: 3px solid transparent;
}*/

.field-btn {
    /* margin: 35px 0;*/
    display: flex;
    justify-content: center;
}

.account-form-inner h6 {
    text-align: center;
    font-size: 14px;
    color: #000;
}

.account-form-inner > a {
    background: #b31b72;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    padding: 12px 20px;
    font-size: 14px;
    width: 150px;
    text-align: center;
    margin: 30px auto 0;
    display: block;
}

.account-image > img {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.siteModal .close {
    position: absolute;
    top: 35px;
    right: 35px;
    opacity: 1;
}

.siteModal .modal-content {
    border-radius: 0;
}

.fields-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fields-row .field {
    width: 49%;
}

.msg_left_cls {
    min-width: 110px;
    min-height: 65px;
}

/************************
        Accounts
*************************/
.accounts-image {
    width: 55%;
    background: center/cover no-repeat;
}

.accounts-form {
    width: 100%;
    padding-left: 45px;
    padding-top: 40px;
}

.site-menu.shadow {
    box-shadow: 0px 20px 20px -22px rgb(0 0 0 / 20%);
}

.accounts-form > h4 {
    color: #e9147b;
    margin-bottom: 5px;
}

.accounts-form > p {
    color: #000;
    font-size: 18px;
}

.sync-links.login-links {
    margin-top: 25px;
}

.field.gender {
    max-width: 120px;
}

.accounts-form > h4 {
    color: #e9147b;
    margin-bottom: 5px;
}

.accounts-form > p {
    color: #000;
    font-size: 18px;
}

.sync-links.login-links {
    margin-top: 25px;
}

.field.gender {
    max-width: 120px;
}

.birth-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.birth-details select {
    width: 32%;
}

.accounts-form form h4 {
    color: #e9147b;
    margin: 40px 0 25px;
}

.fields-row.address .field:first-child {
    width: 70%;
}

.fields-row.address .field:last-child {
    width: 28%;
}

.country .field {
    width: 26%;
}

.country .field:first-child {
    width: 45%;
}

.account-section {
    margin-bottom: 80px;
}

.filters-section {
    padding: 60px 0;
    opacity: 0.95;
    background: linear-gradient(
        90.48deg,
        #e11d1e -73.27%,
        #ea147e -11.03%,
        #573675 99.61%
    );
    /*z-index: 111111111;*/
    position: relative;
}
.filters-content form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.filter-btn button:first-child {
    background: #1cacce;
    mix-blend-mode: normal;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.filter-btn button:first-child img {
    margin-right: 15px;
}

.filter-btn button:last-child {
    background: #1cacce;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    padding: 10px 25px;
    color: #ffffff;
    margin-left: 15px;
    width: 150px;
    font-weight: bold;
    font-size: 15px;
    min-height: 44px;
    display: flex;
}
.filter-btn button img {
    filter: brightness(0) invert(1);
}

.filter-btn {
    display: flex;
}

.filter-btn button {
    cursor: pointer;
}

.filter-btn button:last-child img {
    margin-right: 10px;
}

.filter-search label {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.filter-search input {
    width: 100%;
    background: rgba(255, 255, 255, 0.12);
    mix-blend-mode: normal;
    opacity: 0.8;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 10.5px 15px;
    color: #fff;
    font-size: 14px;
}

.filter-search {
    /* width: calc(100% - 380px); */
    width: 100%;
}

.event-filter-search {
    width: calc(100% - 165px);
}

.event-filter-search label {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.event-filter-search input {
    width: 100%;
    background: rgba(255, 255, 255, 0.12);
    mix-blend-mode: normal;
    opacity: 0.8;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 10.5px 15px;
    color: #fff;
    font-size: 14px;
}

.event-filter-search input::placeholder {
    color: #fff;
}

.filter-search input::placeholder {
    color: #fff;
}

.profiles-content ul {
    display: flex;
    /*flex-wrap: wrap;*/
    margin: 0 -10px;
}

.profiles-content li {
    /* width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;*/
}

.single-profile {
    background: #ffffff;
    box-shadow: 0px 0px 17px rgb(0 0 0 / 13%);
    padding: 15px 0;
    border-radius: 5px;
    /* background-image: url(../images/Rectangle-bg.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
}
div#members_table_wrapper {
    max-width: 100%;
    /* margin: 0 auto; */
}
.profiles-content li.paginate_button .page-link {
    color: #d51982;
}
.profiles-content li.paginate_button.active .page-link {
    color: #fff;
}
.paginate_button.page-item.previous.disabled a.page-link,
.paginate_button.page-item.next.disabled a.page-link {
    color: #9d9d9d;
}

.profiles-section {
    margin: 40px 0;
}

.profile_image {
    min-width: 100px !important;
    min-height: 274px !important;
    background: center/cover no-repeat;
    border-radius: 5px;
    object-fit: cover;
    margin: 0 auto;
}

/*.profile-info {
  margin-top: 20px;
}*/

.profile-info h5 {
    color: #6e3076;
    font-size: 26px;
    margin-bottom: 5px;
}

.profile-info h5 span {
    color: #000000;
    font-size: 14px;
}

.profile-info > span {
    color: #000;
    font-size: 12px;
    display: flex;
    align-items: center;
    opacity: 0.8;
}

.prof-tags {
    margin-top: 15px;
}

.profile-info > span img {
    margin-right: 5px;
}

.prof-tags span {
    background: #dee2e6;
    border-radius: 3px;
    padding: 8px 10px;
    color: #2e2e2e;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-weight: 600;
}

.prof-tags span img {
    display: inline-block;
    margin-top: -4px;
    margin-right: 8px;
}

/*.prof-actions a {
    display: flex;
    align-items: center;
    width: auto;
    background: #fefefe;
    box-shadow: 0px 0px 23px rgb(122 122 122 / 20%);
    border-radius: 0;
    justify-content: center;
    padding: 9px;
    color: #6e3076;
    font-size: 14px;
    margin: 0 5px;
    flex-direction: column;
    border-radius: 6px;
    min-width: 85px;
}*/
.prof-actions a {
    margin: 0 5px;
}
.basic-info.with_line.members-basic-info td {
    padding: 6px 10px;
}
a.btn-view {
    margin-left: auto;
    color: #03acce;
    text-decoration: underline;
    padding-top: 4px;
    padding-right: 6px;
}
/* .prof-actions.btn-member-user .icn_member {
    padding-right: 16px;
} */
/* a.wth-member {
    width: 20% !important;
    margin-top: 24px !important;

} */
.prof-actions {
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    border-top: solid 1px #dee2e6;
    padding-top: 20px;
}
.profile_inner {
    padding: 0 15px;
}

.prof-actions a img {
    margin-right: 0;
    margin-bottom: 0;
    width: 35px;
}
.prof-actions a.favorite-btn {
    background: #d71f83;
}

.single-profile h5 {
    color: #6e3076;
    font-size: 20px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.single-profile h5 span {
    margin-left: 5px;
    margin-top: 3px;
}
.table td,
.table th {
    /*border: none;*/
    font-size: 14px;
    padding: 0.4rem;
}

.table td h6,
.table th h6 {
    font-size: 14px;
}

.results {
    margin-top: 60px;
    text-align: center;
}

.results img {
    margin-bottom: 50px;
}

.results h2 {
    color: #303030;
    font-size: 25px;
    margin-bottom: 25px;
}

.results span {
    color: #707070;
    font-size: 14px;
}
.filters-wrap {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    border-radius: 10px;
    background: #000;
    padding: 15px 20px;
    z-index: 1111111111111 !important;
    display: none;
}

.filters-content > span {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
}

.filters-content > span img {
    margin-right: 10px;
}

.filters-row {
    margin-top: 0;
    justify-content: space-between;
    padding: 0;
}

.single-filterr select {
    width: 100%;
    background: #ffffff url("../images/down-arr.png") center right 15px/10px
        no-repeat;
    mix-blend-mode: normal;
    opacity: 0.99;
    border-radius: 10px;
    padding: 11.5px 14px;
    color: #595962;
    font-size: 14px;
    appearance: none;
    cursor: pointer;
}

.single-filterr {
    width: 24%;
}

.single-filterr input {
    background: #ffffff;
    mix-blend-mode: normal;
    opacity: 0.99;
    border-radius: 10px;
    padding: 11.5px 15px;
}

.filters-row-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 15px;
    padding: 0;
    padding-top: 15px;
}

.filters-actions.flex {
    margin-top: 15px;
    justify-content: flex-end;
    padding-right: 0;
}

.filters-actions a {
    background: #fefefe;
    box-shadow: 0px 0px 23px rgba(122, 122, 122, 0.2);
    border-radius: 8px;
    padding: 10px 30px;
    color: #6361bd;
    margin-right: 20px;
}

.filters-actions button {
    background: linear-gradient(98.41deg, #5cbbe1 -22.46%, #7649c4 82.65%);
    border-radius: 8px;
    padding: 10px 50px;
    border: none;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

/************************
        User Profile
*************************/
.empty-banner {
    height: 280px;
    background: linear-gradient(
        90.48deg,
        #e11d1e -73.27%,
        #ea147e -11.03%,
        #573675 99.61%
    );
    opacity: 0.95;
}

.user-profile-left {
    width: 400px;
    z-index: 9;
    margin-top: -195px;
}

.setting-head {
    color: #6e3076;
    font-size: 28px;
}

.list-group-item.active {
    background-color: #e9147b;
    border-color: #e9147b;
}

.user-profile-right {
    width: 320px;
    padding-top: 50px;
}
.user-profile-center {
    width: calc(100% - 410px);
    padding: 0 25px;
    z-index: 9;
}
.profile-main-page .user-profile-center {
    width: calc(100% - 400px);
}

.user-profile-center-custom {
    width: calc(100% - 720px);
    padding: 0 25px;
    z-index: 9;
}

.user-profile-image {
    background: #f1f1f1;
    border-radius: 10px;
}
.user-profile-image {
    background: #f1f1f1;
    border-radius: 10px;
}

.user-profile-image img {
    width: 100%;
    padding: 18px;
}
.edit-profile-image {
    background: #f1f1f1;
    border-radius: 10px;
}
.edit-profile-image {
    background: #f1f1f1;
    border-radius: 10px;
}

.edit-profile-image img {
    width: 100%;
    padding: 18px;
}

.mesg-btn img {
    margin-right: 12px;
}

.profile-top-head.flex {
    align-items: flex-end;
    padding-top: 25px;
}

.profile-left-titles h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
}

.profile-left-titles h2 span {
    font-size: 14px;
    font-family: "Helvetica";
    color: rgba(255, 255, 255, 0.7);
}

.profile-left-titles span {
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
}

.profile-left-titles {
    width: 100%;
}

.profile-left-titles span img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -2px;
}

.profile-actionss a {
    background: rgba(255, 255, 255, 0.18);
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px 5px;
    font-size: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.profile-main-page .user-profile-row {
    height: auto;
    padding-top: 50px;
}
.user-profile-center {
    height: auto;
}
.user-profile-right {
    height: auto;
}
.profile-main-page .user-profile-left {
    width: 400px;
    z-index: 9;
    height: 100%;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    margin-top: 0 !important;
}
.profile-actionss {
    width: 45%;
}

.profile-actionss a img {
    margin-right: 6px;
    margin-top: -3px;
}

.profile-actionss a:last-child {
    border: none;
}

.profile-main-body {
    padding: 25px;
    background: #ffffff;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.08);
}

.profile-main-page .profile-main-body {
    padding: 0;
}
.profile-main-body h4 {
    color: #6e3076;
    margin-bottom: 20px;
    font-size: 28px;
}

.profile-main-body p {
    color: #1e2b32;
    margin-bottom: 20px;
    opacity: 0.6;
}

.basic-row h4 {
    color: #6e3076;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.basic-row.flex {
    align-items: center;
    justify-content: space-between;
}

.quick-info-row span {
    color: #697083;
    font-size: 13px;
    margin-right: 5px;
    background: rgba(187, 198, 202, 0.2);
    padding: 5px 10px;
    margin-bottom: 5px;
}

.quick-info-row span img {
    display: inline-block;
    margin-top: -4px;
    margin-right: 8px;
}

.quick-info-row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.basic-info-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.basic-info-row span {
    color: #444;
    font-size: 16px;
}

.basic-info-row h6 {
    font-size: 16px;
    color: #444;
}

.basic-info.with_line {
    margin-bottom: 20px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
}

/*.basic-info-wrap {
  border-left: 1px solid lightgray;
}
*/
.basic-info.with_line.members-basic-info {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.basic-info.with_line.members-basic-info table {
    margin: 0;
}

.basic-info.with_line.members-basic-info h6 {
    font-weight: bold;
}

.basic-info.with_line.members-basic-info .basic-info-row {
    margin-bottom: 6px;
}

.user-profile-section {
    padding-bottom: 30px;
}

.user-profile-card {
    background-color: #d1ecf15e;
}

#family_members_table,
#payment_section {
    background-color: #d3d3d361;
}

#payment_section .form-control:disabled {
    background-color: white;
}

#family_members_table .table thead th {
    /* text-align: center; */
}

.user-profile-section h4 {
    color: #6e3076;
    margin-bottom: 20px;
    font-size: 34px;
}

.profile-photos {
    margin-top: 25px;
}

.profile-photos h4 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 18px;
}

.profile-photos li a {
    display: block;
}

.profile-photos li {
    padding: 5px;
    width: 33.33%;
}

.profile-gal {
    width: 100%;
    height: 130px;
    border-radius: 10px;
    background: center/cover no-repeat;
    object-fit: cover;
}

.profile-photos ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.prersonal-prof .profile-top-head.flex {
    margin-top: -90px;
    padding-bottom: 60px;
    padding-top: 0;
}

.prersonal-prof .profile-left-titles.flex {
    align-items: center;
}

.prersonal-prof .profile-left-titles.flex > span {
    font-size: 16px;
    opacity: 0.5;
    cursor: pointer;
}

.about-rows {
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.aboutMe span {
    color: #6e3076;
    font-size: 20px;
}

.aboutMe {
    margin: 20px 0;
    justify-content: space-between;
}

.upload-pic label {
    position: relative;
    background: #e9e9e9;
    height: 130px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.upload-pic input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
    cursor: pointer;
}

.upload-pic label img {
    margin: 0 auto 15px;
}

.upload-pic label span {
    color: #6e3076;
    font-size: 13px;
}

.events_overlay {
    padding: 100px 0;
    background: linear-gradient(
        90.48deg,
        #e11d1e -73.27%,
        #ea147e -11.03%,
        #573675 99.61%
    );
    opacity: 0.95;
}

.event_section {
    background: center/cover no-repeat;
}

.events_content {
    text-align: center;
}

.events_content h2 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 15px;
}

.events_content p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    min-height: 3.8rem;
}

.events_links a:first-child {
    background: linear-gradient(98.41deg, #4fa6c9 -22.46%, #6c41b6 82.65%);
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    padding: 15px 20px;
    min-width: 200px;
    margin-right: 20px;
    font-weight: bold;
    text-align: center;
}

.events_links a:last-child {
    border: 1px solid #ffffff;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    padding: 14px 20px;
    min-width: 200px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
}
.stories-gallery .col-md-4 {
    padding: 0 5px;
}

.stories-gallery a {
    width: 100%;
}

.stories-gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.events_detailing {
    background: center/cover no-repeat;
}

.events_detailing_overlay {
    background: linear-gradient(
        180deg,
        #f5f1f1 48.88%,
        rgba(245, 241, 241, 0.81) 119.16%
    );
    padding: 100px 0 250px;
}

.eventsss_content {
    justify-content: space-between;
    margin-top: 70px;
    text-align: center;
}

.events_left {
    width: 150px;
}

.events_right {
    width: 150px;
}

.events_center {
    width: calc(100% - 350px);
}

.single_event_option {
    margin-bottom: 70px;
}

.single_event_option h5 {
    text-align: left;
    color: #000;
    margin-top: 0;
    padding-top: 10px;
    line-height: 1.5;
}

.single_event_option > span {
    background-image: url("../images/star1.png");
    height: 64px;
    width: 64px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 2px solid rgba(110, 48, 118, 0.4);
}

.events_center p {
    color: #2e2e2e;
    opacity: 0.6;
    margin-bottom: 18px;
    line-height: 1.5;
}

.separator {
    margin: 20px auto 30px;
    background: #6e3076;
    height: 2px;
    width: 46px;
}

.event_lists_row {
    margin-top: 60px;
}

.event_lists_row {
    justify-content: space-between;
}

.event_lists_row ol {
    width: 40%;
    padding-left: 25px;
}

.event_lists_row ol li {
    color: #ea147e;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 10px 0;
    list-style: auto;
}

.video-overlay {
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6e3076;
    opacity: 0.66;
    border-radius: 10px;
}

.video {
    background: center/cover no-repeat;
    border-radius: 10px;
    margin-top: -220px;
    margin-bottom: 40px;
}

.video-content p {
    max-width: 80%;
    margin: auto;
    text-align: center;
    color: #0b171c;
    margin-bottom: 20px;
    opacity: 0.6;
    line-height: 1.5;
}

.video-section {
    padding-bottom: 50px;
}

.event_detail .video-section {
    padding-bottom: 60px;
    margin-bottom: 0 !important;
    padding-top: 60px;
}
.text-center.single_photo a {
    border: solid 1px #f1f1f1;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}
main.event_detail .video-section .events_links {
    margin-top: 20px;
}
main.event_detail .video-section .events_links a:last-child {
    border: solid 1px #46b8cc;
    color: #fff;
    background: #46b8cc;
}

.couples-section.success_stories {
    background-color: #fff;
    background-image: none !important;
    padding-top: 30px;
    padding-bottom: 80px;
}

.events-section.past_events {
    padding-bottom: 160px;
}

.upcoming-content {
    border: 16px solid rgba(110, 48, 118, 0.18);
    box-sizing: border-box;
    box-shadow: 0px 20px 30px rgba(110, 48, 118, 0.06);
    border-radius: 10px;
    padding: 50px 100px;
    text-align: center;
    max-width: 90%;
    margin: auto;
    background: #fffcff center/contain no-repeat;
}

.upcoming-content h2 {
    color: #e9147b;
    font-size: 45px;
    margin-bottom: 30px;
}

.upcoming-content p {
    color: #0b171c;
    max-width: 80%;
    margin: auto;
    opacity: 0.6;
    line-height: 1.6;
}

.event-contacts {
    justify-content: space-between;
    max-width: 80%;
    margin: 60px auto 0;
}

.upcoming-section {
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

.single-event-contact {
    width: fit-content;
    text-align: left;
}

.single-event-contact h5 {
    color: #ea147e;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(110 48 118 / 30%);
    margin-bottom: 10px;
}

.single-event-contact span {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.faq-section {
    margin: 70px 0 60px;
}

.faq-row {
    max-width: 90%;
    margin: auto;
    justify-content: space-between;
}

.faq-heading {
    width: 320px;
}

.faq-heading h2 {
    color: #ea147e;
    font-size: 40px;
    margin-bottom: 15px;
}

.faq-heading p {
    color: #0b171c;
    opacity: 0.6;
    font-size: 18px;
}

.faq-content {
    width: calc(100% - 360px);
}

.accordion_head {
    border-radius: 10px 10px 0 0;
    padding: 22px;
    cursor: pointer;
    padding-right: 20px;
    background: rgba(114, 147, 154, 0.08) url("../images/angle-rig.png") center
        right 20px/15px no-repeat;
}

.accordion_head p {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.tab_outer {
    margin-bottom: 15px;
    background: #f4f7f7;
    border-radius: 10px;
}

.accordion_body {
    background: #eaf0f0;
    padding: 0 22px 10px 22px;
    border-radius: 0 0 10px 10px;
}

.accordion_body p {
    color: #474747;
    font-size: 15px;
    margin-bottom: 20px;
}

.tab_outer.active .accordion_head p {
    color: #ea147e;
}

.tab_outer.active .accordion_head {
    background: rgba(114, 147, 154, 0.08) url("../images/anlge-do.png") center
        right 20px/15px no-repeat;
}

.upcoming-event-section {
    background: rgba(241, 243, 245, 0.86);
    padding: 80px 0;
}

.events-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.events-content li {
    width: 25%;
    padding: 0 10px;
}

.single_event_image {
    height: 240px;
    background: center/cover no-repeat;
    border-radius: 10px;
}

.single_event_info {
    margin: 15px 0;
}

.single_event_info h4 {
    color: #e9147b;
    font-size: 22px;
    margin-bottom: 15px;
}

.single_event_info p {
    color: #0b171c;
    font-size: 18px;
    opacity: 0.6;
    font-style: italic;
}

.single_eventss a {
    display: block;
}

.events_content span {
    color: #fff;
    font-size: 20px;
    opacity: 0.8;
}

.event_detail .events_overlay {
    padding: 150px 0;
}

.aboutEvent-section {
    background: linear-gradient(
        180deg,
        #f5f1f1 48.88%,
        rgba(245, 241, 241, 0.81) 119.16%
    );
    padding: 60px 0 60px;
}
.aboutEvent-section .events_center {
    width: 100%;
    text-align: center;
    max-width: 740px;
    margin: 25px auto 0;
}

.single_photo a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.event_detail .video {
    border-radius: 0;
    margin-bottom: 15px;
}

.event_detail .video-overlay {
    border-radius: 0;
}

.all-photos {
    margin-top: 80px;
    text-align: center;
}

.all-photos a {
    display: flex;
    width: fit-content;
    margin: auto;
    align-items: center;
    text-decoration: underline;
    color: #6e3076;
    font-size: 14px;
}

.all-photos a img {
    margin-right: 14px;
}

.upcoming-event-section .events_links {
    margin-top: 50px;
    justify-content: center;
    width: 100%;
    display: flex;
}

.upcoming-event-section .events_links a {
    text-align: center;
}

.upcoming-event-section .events_links a:last-child {
    color: #6e3076;
    border-color: #6e3076;
}

.plans-section {
    margin: 70px 0;
}

.plans-row {
    justify-content: center;
}
.plan-header {
    background: linear-gradient(90.97deg, #f093fb -41.6%, #f5576c 107.06%);
    border-radius: 10px;
    padding: 20px 30px 10px;
    text-align: center;
}

.plan-header h5 {
    color: #fff;
    font-size: 20px;
    font-family: "DM Serif Display", serif;
    margin-bottom: 10px;
}

.plan-header p {
    color: #f2f2f2;
    font-size: 14px;
}

.bottom-line {
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 16px;
    color: #fff;
    font-size: 20px;
}

.plan-body {
    padding: 0px 20px;
    width: auto;
    display: flex;
    justify-content: center;
}
.plan-body ul li {
    text-align: center;
    color: hsl(209deg 28% 16% / 55%);
    font-size: 17px;
    padding: 8px 0;
    border-bottom: 1px solid rgb(28 33 37 / 0.2);
    /*border-top: 1px solid rgb(28 33 37 / 0.2);*/
    font-weight: 500;
}

.plan-body li img {
    display: inline-block;
}

.tooltip-text {
    position: absolute;
    font-size: 13px;
    background: #c9c09a;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    top: -33px;
    right: -50px;
    opacity: 0;
    transition: 0.3s ease;
    width: 150px;
    z-index: 111111;
}

.tooltip-text::before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 9px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #c9c09a;
    right: 0;
    margin: auto;
    width: 10px;
}

.tooltip-wrap:hover .tooltip-text {
    opacity: 1;
}

span.tooltip-wrap {
    position: relative;
}

.plan-footer {
    padding: 20px 10px;
}

.plan-footer a {
    display: block;
    text-align: center;
    background: linear-gradient(90.97deg, #f093fb -41.6%, #f5576c 107.06%);
    border-radius: 10px;
    padding: 18px;
    color: #fff;
    font-weight: 700;
}

.plan-body ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.plan2 .plan-header {
    background: linear-gradient(90.09deg, #6dd5ed 1.82%, #2193b0 119.65%);
}

.plan2 .plan-footer a {
    background: linear-gradient(90.09deg, #6dd5ed 1.82%, #2193b0 119.65%);
}

.plan3 .plan-footer a,
.plan3 .plan-header {
    background: linear-gradient(90.97deg, #f093fb -41.6%, #753a88 107.06%);
}

#plan1 .modal-content {
    border-radius: 0;
    background: none;
    border: none;
}

#plan1 .modal-dialog {
    max-width: 65%;
}

.all-packages {
    justify-content: space-between;
}

.single-packagee {
    width: 31%;
    box-sizing: border-box;
    box-shadow: 0px 4px 11px rgba(65, 75, 78, 0.05);
    border-radius: 10px;
    text-align: center;
    background: url("../images/bars.png") center/cover no-repeat;
}

.single-package-overlay {
    background: radial-gradient(
        231.63% 1256.5% at 0% -18.18%,
        #27bdc9fa 0%,
        #2566c0eb 100%
    );
    height: 100%;
    padding: 10px 20px;
    border-radius: 9px;
}

#plan1 .modal-body {
    padding: 0;
}

.pkg-icon {
    padding: 60px 60px 20px;
    display: flex;
    justify-content: center;
}

.single-packagee h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
}

.single-packagee p {
    color: #fff;
    margin-bottom: 15px;
}

.single-packagee h5 {
    color: #fff;
    font-size: 18px;
}

.single-packagee a {
    background: #ffffff;
    opacity: 0.99;
    border-radius: 5px;
    display: block;
    padding: 14px;
    color: #2e9fbb;
    font-weight: 600;
    margin-top: 20px;
}

.single-packagee.pkg2 .single-package-overlay {
    background: linear-gradient(90.97deg, #f093fbf2 -41.6%, #f5576cf7 107.06%);
}

.single-packagee.pkg3 .single-package-overlay {
    background: linear-gradient(90.97deg, #f093fbf0 -41.6%, #753a88f5 107.06%);
}

div#plan1 .close {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 1;
    background: #ef4d4d;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.interest_section {
    padding: 90px 0;
    background: rgb(196 196 196 / 20%);
}

.interest-tabs-section {
    margin: 70px 0 70px;
}

.intrest-header .nav-link {
    border: none;
    color: #000 !important;
    font-size: 18px;
    padding-bottom: 15px;
}

.intrest-header .nav-tabs {
    border-bottom: 2.5px solid rgb(0 0 0 / 10%);
}

.intrest-header .nav-link.active {
    border-bottom: 2.5px solid #ea147e;
}

.interest-wrapping .members-list {
    /* margin-top: 0;*/
}

.interest-wrapping {
    margin-top: 60px;
}

.interest-wrapping .members-list ul {
    margin: 0 -10px;
    justify-content: flex-start;
}

.interest-wrapping .members-list ul li {
    padding: 0 10px;
    background: none;
    box-shadow: none;
}

.interest-wrapping .members-list ul li .single-member {
    box-shadow: 0px 4px 17px rgb(0 0 0 / 9%);
    background-image: linear-gradient(to bottom, #efddf8 50%, #fff 50%);
    padding-top: 10px;
    border-radius: 10px;
}

.intrest-header .nav-link .cover span {
    position: absolute;
    font-size: 13px;
    color: #fff;
    background: #ea147e;
    border-radius: 10px;
    right: -32px;
    height: 20px;
    width: 25px;
}

.chat-sidebar {
    width: 450px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: linear-gradient(
        87.57deg,
        #fb406c 0%,
        rgba(234, 20, 126, 0.95) 0%,
        #1baacc 99.61%
    );
    border-radius: 10px 0 0 10px;
}

.caht-head {
    padding: 25px 30px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.caht-head h4 {
    color: #fff;
    font-size: 26px;
}

.caht-head span {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
}

.chat-boxes li {
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

.chat-boxes li:hover,
.chat-boxes li.active {
    background: rgba(110, 48, 118, 0.06);
}

.chat-boxes li.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #6e3076;
}

.time {
    position: absolute;
    top: 21px;
    right: 18px;
    color: #0b171c;
    font-size: 13px;
    opacity: 0.6;
}

.unread {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 24px;
    width: 25px;
    background: #6e3076;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: center/cover no-repeat;
    position: relative;
    border: 2px solid #25d366;
}

.chat-data {
    /* width: calc(100% - 90px); */
    padding-left: 10px;
    padding-top: 8px;
}

.chat-data h5 {
    color: #fff;
    margin-bottom: 5px;
}
.chat-data img {
    color: #fff;
    filter: invert(1);
}
.chat-data p {
    color: #fff;
    font-size: 14px;
}

.status {
    height: 8px;
    width: 8px;
    /*position: absolute;
  bottom: 5px;
  right: 6px;*/
    background: #fb406c;
    border-radius: 50%;
}

.chat-main {
    width: calc(100% - 450px);
}

.current-chat-head {
    padding: 15.5px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: space-between;
}

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

.current-active-info {
    margin-left: 10px;
}

.current-active-info h5 {
    color: #6b7c85;
}

.current-active-info span {
    color: #0b171c;
    opacity: 0.6;
    font-size: 12px;
}

.chat_top_fix_cls + .current-chat-body {
    padding: 15px 30px;
    height: calc(100% - 225px);
    overflow-x: hidden;
    overflow-y: auto;
}
.current-chat-body {
    padding: 15px 30px;
    height: calc(100% - 170px);
    overflow-x: hidden;
    overflow-y: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.current-chat-body > div {
    width: 100%;
    height: 100%;
    transition: background 0.3s ease-out 0.1s;
}

.generic-append img.sender-img,
.receiving-sms img.receiving-img {
    border: 4px solid;
    object-fit: cover;
}
.btn_sendmsg {
    border: none;
    background: transparent;
    cursor: pointer;
    color: #fb406c;
    font-size: 25px;
    rotate: revert;
    transform: rotate(24deg);
}
.instant-msg {
    border: none !important;
    border-radius: 50% !important;
    height: auto !important;
    position: absolute;
}

.instant-msg-right {
    top: -15px;
    right: 0;
}

.instant-msg-left {
    top: -22px;
    left: 0;
}

.generic-append img.sender-img {
    border-color: #e9147b;
    border-radius: 28px 28px 0 28px;
}

.receiving-sms img.receiving-img {
    border-color: #6e3076;
    border-radius: 28px 28px 28px 0;
}

.receieve_img {
    height: 58px;
    width: 58px;
    border-radius: 50%;
    background: center/cover no-repeat;
    position: relative;
}

.receiving-mesg {
    background: #4db6d2;
    border-radius: 15px 15px 15px 0;
    padding: 15px;
    position: relative;
}
/*.receiving-mesg:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 6px solid transparent;
    border-right: 7px solid #e1e1e1;
    border-bottom: 6px solid transparent;
    left: -10px;
    top: 15px;
    display: block;
}*/
.receiving-mesg p,
.sender-sms p {
    color: #fff;
    font-size: 16px;
    white-space: unset;
    word-break: break-all;
}

.receiving-sms {
    max-width: 60%;
    margin: 10px 0;
    position: relative;
}

.generic-append {
    position: relative;
}

.blur-message {
    /* position: absolute; */
    top: 0;
    height: 100%;
    width: auto;
    max-width: 350px;
    padding: 0;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 5px;
}

/*.blur-message p {
    font-size: 12px;
    color: #ffffff21;
    text-shadow: 0 0 8px #000;
}*/
.msg_btn_pln i {
    float: left;
    margin-right: 4px;
    font-size: 13px;
    border: 3px solid;
    border-radius: 41px;
    background: #444;
    color: #fff;
    height: 24px;
    width: 24px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.msg_btn_pln span {
    color: #e8067e;
    font-size: 16px;
    margin: 0;
}
.upgrade_msg {
    margin-top: 40px;
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 18%);
    border-radius: 5px;
    padding: 6px;
    position: relative;
    top: 0;
}
.blurand_upgrade {
    height: 100%;
    max-width: 335px;
    min-height: 200px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: linear-gradient(
        148.05deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(6px);
    border-radius: 10px;
}
.upgrade_msg p {
    z-index: 1;
    /* justify-content: center; */
    margin: 0.3em 0em 0.6em 0.3em;
    padding: 0;
    overflow: auto;
    color: inherit;
    /* font-size: 1.125em; */
    font-weight: normal;
    line-height: normal;
    /* text-align: center;*/
    word-wrap: break-word;
    word-break: break-word;
    color: #545454;
}
/*.upgrade_msg p {
    font-size: 13px;
    font-weight: 600;
    color: #5b5b5b;
    line-height: 1.6;
    padding: 10px;
}*/
/*.receiving-mesg span,
.sender-sms span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  margin-top: 10px;
}*/

.sms-status {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.chat-content {
    height: calc(100vh - 158px);
}

.chat-main {
    height: 100%;
}

.current-chat-footer {
    margin: 10px 10px;
    border-radius: 10px;
    padding: 10px 0px 10px 16px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}
.chat_footer {
    margin: 0px 10px;
    border-radius: 10px;
    padding: 10px 0px 10px 16px;
}

/* .current-chat-footer{
  margin: 6px 4px;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 0px 10px 16px;
  max-height: 65px;
} */

/*.current-chat-footer button {
    display: flex;
    align-items: center;
    border-radius: 8px;
    justify-content: center;
    padding: 8px 20px;
    color: #fff;
    box-shadow: inset 0px 3px 5px #f9f9f9c7, 0 8px 17px rgb(0 0 0 / 20%);
    background: linear-gradient(#e20f43 , #6c2f75) padding-box, linear-gradient(to bottom, #6c2f75, #be0c53 ) border-box;
    border: 3px solid transparent;
    font-size: 15px;
}*/

.send-field {
    display: flex;
    align-items: center;
}

.send-field input {
    width: calc(100% - 145px);
    border: none;
    color: #0b171c;
    opacity: 0.9;
    margin: 0 20px;
}

.encrypt-send {
    margin-right: 10px;
    width: 46px;
}
.btn_uplode {
    height: 47px;
    padding: 12px 30px;
    margin-top: 10px;
    border-radius: 10px;
}
.send-field input::placeholder {
    color: #0b171c;
    opacity: 0.6;
}

.current-chat-footer button img {
    margin-left: 5px;
}

.chat-dots span {
    display: block;
    height: 6px;
    width: 6px;
    background: #000;
    border-radius: 50%;
    margin: 2px 0;
}

.chat-options {
    position: relative;
}

.chat-act {
    position: absolute;
    top: 30px;
    right: 0;
    width: 160px;
    background: #e3e3e3;
    border-radius: 4px;
    display: none;
    z-index: 11;
}

.chat-act ul li a {
    display: block;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    color: #333;
    transition: 0.2s ease;
}

.chat-act ul li a:hover {
    background: #000;
    color: #fff;
}

.eventss-wrapper {
    height: 100vh;
}

.eventss-overlay {
    background: linear-gradient(
        90.48deg,
        #e11d1e -73.27%,
        #ea147e -11.03%,
        #573675 99.61%
    );
    opacity: 0.95;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

span.current-locate {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    color: rgb(255 255 255 / 80%);
    font-size: 22px;
}

span.current-locate img {
    margin-right: 10px;
}

.eventss-content h2 {
    color: #fff;
    font-size: 45px;
}

.eventss-content p {
    margin: 25px 0 15px;
    color: #fff;
    opacity: 0.8;
    font-size: 20px;
}

.eventss-content a {
    background: #ffffff;
    border-radius: 5px;
    padding: 14px 20px;
    min-width: 180px;
    color: #6e3076;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
}

.eventss-content.cells {
    max-width: 950px;
    margin: auto;
}

.eventss-content.cells img {
    margin: 0 auto 50px;
}

.cover {
    position: relative;
}

.chat-mobile {
    background: linear-gradient(
        90.48deg,
        #e11d1e -73.27%,
        #ea147e -11.03%,
        #573675 99.61%
    );
    opacity: 0.95;
    padding: 15px 20px;
    display: none;
}

.chat-mobile span {
    display: flex;
    width: fit-content;
    align-items: center;
    color: #fff;
    font-size: 25px;
}

.chat-mobile span i {
    margin-right: 10px;
}

.modal {
    overflow: auto !important;
}

h3.requested {
    text-align: center;
}

.prof-btn-wraper a {
    width: 49% !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.avatar {
    height: 50px;
    width: 50px;
    border-radius: 0.25rem;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.mt-88 {
    margin-top: 68px;
    margin-bottom: 50px;
}

#card-element {
    display: block;
    width: 100%;
    padding: 10px 13px;
    font-size: 1rem;
    line-height: 1.5;
    color: #5d6c76;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#card-errors {
    color: red;
    margin-top: 16px;
}

.StripeElement--invalid {
    border: 1px solid #ff0000 !important;
}

.active-chat-user {
    background: rgba(110, 48, 118, 0.06);
}

/** Fixes 14 August ***/
.field-btn.fullBtn {
    width: 100%;
    /*margin: 30px 0 0;*/
}

/*.field-btn.fullBtn button {
  width: 100%;
}*/

.newUser span {
    display: block;
    margin-bottom: 20px;
}

.newUser {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.newUser a {
    padding-left: 10px;
    color: #e8067e;
}

/*.newUser a {
  background: #b31b72;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 20px;
  min-width: 180px;
  font-size: 14px;
}
*/
/*#members_table tr td {
  border-top: 2px solid #6e3076;
}*/

.dataTables_wrapper .col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: unset;
}
.ft-social li:first-child a {
    margin-left: 0;
}
.single-filterr label {
    color: #ffff;
}
.data_not_found {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    height: 100%;
}
.data_not_found p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.parsley-pattern,
label.error {
    color: #ff0000 !important;
    font-size: 12px;
}
.parsley-errors-list {
    color: #ff0000 !important;
    font-size: 12px;
}

.chat-content {
    height: calc(100vh - 211px) !important;
}
.sms-status {
    position: absolute;
    right: 10px;
    bottom: 5px;
    max-width: 12px;
}
.sms-status i {
    font-size: 11px;
}

.blur-message span {
    color: #ffffff21;
    text-shadow: 0 0 8px #000;
}
section.chat-section {
    border: solid 1px #d1cccc;
    box-shadow: 0 0 17px -3px #a900ff;
    padding: 0px;
    margin: 0 0 20px 0;
    border-radius: 10px;
}
.swal2-icon.swal2-error.swal2-icon-show {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 40px;
    max-height: 40px;
    display: none !important;
}
.swal2-icon.swal2-error.swal2-icon-show span.swal2-x-mark {
    max-width: 30px;
    right: -2px;
    line-height: 1.5;
}
.swal2-icon.swal2-error.swal2-icon-show
    span.swal2-x-mark
    span.swal2-x-mark-line-left {
    max-width: 25px;
    left: 0;
    top: 18px;
}
.swal2-icon.swal2-error.swal2-icon-show
    span.swal2-x-mark
    span.swal2-x-mark-line-right {
    max-width: 25px;
    right: 5px;
    top: 18px;
}

.plan-footer a {
    min-height: unset;
    width: 100%;
    padding: 10px 20px;
    height: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.swal2-actions {
    margin-top: 0;
    width: 100%;
    display: unset !important;
    max-width: 75px;
    text-align: right;
}
.swal2-actions button.swal2-styled {
    margin: 0;
    border-radius: 10px;
    background: linear-gradient(98.41deg, #4fa6c9 -22.46%, #6c41b6 82.65%) !important; 
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100%;
    padding: 6px;
}
.swal2-actions {
    width: 100% !important;
    display: block !important;
    margin-top: 10px !important;
    max-width: 100%;
    padding: 0 30px !important;
    height: unset !important;
    outline: 0 !important;
    box-shadow: none !important;
}*/
.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}
h2#swal2-title {
    font-size: 20px;
    margin-bottom: 0;
}

div#swal2-html-container {
    font-size: 14px;
}
.current-chat-body > div {
    height: auto;
}

.current-chat-footer.chat_img_uplaod_btn {
    padding: 0 6px;
    border: 0;
    display: flex;
}
.current-chat-footer.chat_img_uplaod_btn .uploading_btn {
    margin-left: 10px;
}

.croppie-container .cr-boundary {
    width: 100% !important;
}
.croppie-container {
    border: solid 1px #acacac;
    padding: 20px;
    border-radius: 15px;
}
.cr-slider-wrap {
    margin-bottom: 0 !important;
}
.chat-boxes #members_table {
    margin: 0 !important;
}
.chat-boxes #members_table td {
    border: 0 !important;
    border-bottom: solid 1px #ccc !important;
}
.chat-boxes li.active::before {
    display: none;
}
.chat-boxes #members_table tr:last-child td {
    border-bottom: 0 !important;
}
.plan-header * {
    width: 100%;
}
.plan-header {
    min-height: 178px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
}

.plan-header p {
    padding: 5px;
}
.plan_head_main .bottom-line span.price_bold {
    padding: 0;
    font-size: 30px;
    line-height: 1.2;
}
.plan_head_main .bottom-line span span {
    padding: 0;
    font-size: 22px;
    line-height: 1.5;
}
.plan_head_main .bottom-line span span.plan_days {
    display: block;
    line-height: 1.2;
}
.blur_msg_cls {
    display: -webkit-inline-block;
    display: inline-block;
}
.blur_msg_cls span.inner_blr_msg {
    display: inline;
    color: #ffffff00;
    text-shadow: 0 0 5px #000;
}
.blur_msg_cls span {
    display: inline;
}
.uprgrade_plan_msg {
    max-width: 350px;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    display: -webkit-inline-block;
    display: inline-block;
    box-shadow: 0 0 10px #00000036;
}
.upgrade_plan_btn {
    margin-left: auto;
    text-align: right;
}
.upgrade_plan_btn a {
    background: #e6007e;
    border-radius: 4px;
    padding: 13px;
    margin-top: 5px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.upgrade_plan_btn a:hover {
    background: #35a0c5;
}
.upgrade_plan_btn i {
    margin-left: 10px;
}
.chat_top_fix_cls {
    position: -webkit-sticky;
    position: sticky;
    top: -15px;
    box-shadow: 0 0 10px #00000026;
    border-radius: 0;
    padding: 10px 20px;
    background: linear-gradient(98.41deg, #5787c3 -22.46%, #6a45b6 82.65%);
}
.chat_top_fix_cls p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.chat_top_fix_cls a.btn.btn-secondary {
    color: #fff;
    background-color: #e8067e;
    border-color: #e8067e;
    margin-left: 10px;
}
.single-plan .plan-header {
    border-radius: 20px;
    position: relative;
}
.single-plan .plan-header h5 {
    color: #fff;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 30px;
}
.bottom-line {
    color: #000;
    border-top: 0;
    position: absolute;
    width: auto;
    padding: 25px;
    bottom: 0;
}
.plan_price_meta {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.plan_head_main {
    position: relative;
}
.single-plan .plan-header p {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.plan_head_main .bottom-line {
    border-top: 0;
    width: auto;
    padding: 15px 0px !important;
    z-index: 11111;
    height: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0;
    max-width: 250px;
}
.single-plan .most_popular {
    position: absolute;
    top: -20px;
    left: calc(50% - 65px);
    display: -webkit-flex;
    display: flex;
}
.single-plan {
    position: relative;
    -webkit-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.single-plan .most_popular .btn_popular {
    background: linear-gradient(90.97deg, #f093fb -41.6%, #f5576c 107.06%);
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.members-list .single-member,
.members-list {
    margin-top: 0 !important;
}
.members-list .single-member {
    background-color: transparent;
    margin-bottom: 0;
    padding: 25px 10px;
    transition: all 0.5s;
    border-radius: 14px;
}

.members-content {
    padding-bottom: 80px !important;
}
.member-image {
    margin: 0 auto !important;
}
.events-section .events-section {
    padding: 20px 0;
}
.field i {
    right: 15px;
    top: 30px;
    margin-left: 0 !important;
}

.field {
    position: relative;
}
.page-item.active .page-link {
    background-color: #d71f83;
    border-color: #d71f83;
}

/* .plan_head_main .bottom-line:after {
    position: absolute;
    content: '';
    width: 100%;
    background: #fff;
    height: 100%;
    border-radius: 10px;
} */

.plan_head_main .bottom-line span {
    position: relative;
    z-index: 1111;
    text-align: center;
    padding: 0px;
    font-weight: bold;
}
.plan-footer a {
    width: 70%;
}

.plan-footer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.plan_head_main .bottom-line svg {
    position: absolute;
    width: 300px;
    height: 113px;
    z-index: 1111;
    left: calc(50% - 150px);
    top: -30px;
}
.single-plan > div {
    background: #ffffff;
    box-shadow: 0px 1px 22px rgb(0 0 0 / 10%);
    border-radius: 15px;
    height: 100%;
}

/*.interest-img {
   
    width: 240px !important;
    height: 240px !important;
}

.member-image {
    height: auto;
    border-radius: 50%;
    border: solid 1px #f1f1f1;
    overflow: hidden;
    margin-bottom: 20px !important;
    width: 100%;
}*/

/*.member-image {text-clr
    height: 100%;
    border-radius: 50%;
    border: solid 1px #f1f1f1;
    overflow: hidden;
    margin-bottom: 20px !important;
    width: 60%;
}*/
.member-image img {
    height: 100% !important;
    width: 100% !important;
}
.members-content .owl-item {
    padding: 0px 5px;
    box-shadow: none !important;
}

/* .single-member:hover {
    box-shadow: 0 8px 17px rgb(0 0 0 / 20%), 0 6px 20px rgb(0 0 0 / 19%);
} */
.member-infos span {
    display: flex;
}
.new_members_section p {
    /* color: rgba(61, 61, 61, 0.5); */
    color: rgb(16 16 16 / 58%);
}
.new_members_section #text-clr {
    color: #ea147e;
}
.events-section .section-head #text-clr {
    color: #ea147e;
}
.events-section .section-head p {
    color: rgb(16 16 16 / 58%);
}
.events-section .section-head #text-clr::before {
    background: none;
}
.user-profile-left .profile-main-body ul {
    border-bottom: 2.5px solid rgb(0 0 0 / 10%);
}
.user-profile-left .profile-main-body ul li.nav-item {
    margin-bottom: 0 !important;
    margin: 0;
}
.profile-main-body ul li.nav-item a {
    border: 0;
    padding: 10px 15px !important;
    font-size: 18px;
}
.user-profile-left .profile-main-body ul li.nav-item a.active {
    color: #000 !important;
    border-bottom: 2.5px solid #ea147e;
}
.profile-main-body ul.list-group a {
    margin-bottom: 10px;
}
.profile-main-body ul.list-group a:last-child {
    margin-bottom: 0;
}
.profile-main-body .field-btn {
    justify-content: left;
    margin: 0;
}
#family_members_table table.table.table-bordered {
    margin-bottom: 0;
}
.msg_left_cls p {
    color: #fff;
    text-align: left;
}
.msg_left_cls {
    margin: 10px 0;
    width: auto;
    max-width: 450px;
    margin-left: auto;
    background: #fb406c !important;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    /* min-width: 150px; */
    box-shadow: 0 0 15px #00000024;
    text-align: left !important;
}
.send_msg_cont {
    display: flex;
}
.msg_right_cls a {
    color: #fff;
}
.msg_right_cls {
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    background: #21a6c8;
    margin-left: 10px;
    margin-top: 10px;
}
.msg_right_cls img.sender-img {
    width: auto !important;
    border: 0 !important;
    height: unset;
}
.msg_left_cls:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 6px solid transparent;
    border-right: 7px solid #d4e5cd;
    border-bottom: 6px solid transparent;
    right: -10px;
    top: 15px;
    display: block;
    transform: rotate(180deg);
}
.sms-status img {
    filter: invert(1);
}
.current-active-info p {
    display: none;
}
#payment_section h4 {
    padding: 15px;
    margin-bottom: 0;
    font-size: 24px;
    border-bottom: solid 1px #98277a;
}

#payment_section .alert.alert-info.apply-event {
    padding: 15px 0px 0;
    background: transparent;
    border: 0;
}

#payment_section .alert.alert-info.apply-event h5 {
    margin-bottom: 15px;
    border-bottom: solid 1px #972579;
    font-size: 18px;
    padding: 0px 15px 15px;
}

.profile-main-body p {
    padding: 0 15px;
    margin-bottom: 20px;
}

.profile-main-body .table-responsive {
    padding: 0;
}

.profile-main-body .table-responsive th,
.profile-main-body .table-responsive td {
    padding: 7px 15px;
}

.profile-main-body .table-responsive table.table {
    margin-bottom: 0;
}

.profile-main-body form#payment-form {
    padding: 0 15px 15px;
}
.receiving-mesg {
    max-width: 335px;
    background: #4cb5d2;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0 0 12px rgb(0 0 0 / 18%);
    min-width: 143px;
    display: flex;
    flex-direction: column;
}
.receiving_msg_cont {
    display: flex;
}

.receiving_msg_cont .msg_right_cls {
    margin-right: 10px;
    margin-left: 0;
}
.profile_user_img {
    border: solid 1px #dee2e6;
    padding: 10px;
    /*height: 100%;*/
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile_user_img a .profile_image {
    /* max-width: 100%; */
    max-height: 275px;
    width: 100% !important;
    background-size: cover;
}
.chat-boxes div#members_table_wrapper {
    max-width: 100%;
}
.profile-inner-body h4 {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 20px;
    margin-bottom: 10px;
}
.profile-inner-body span {
    padding: 5px 20px 10px;
    display: block;
    width: 100%;
}
.inner_information {
    padding: 10px;
}
.inner_information > div {
    border: 1px solid #dedede !important;
    border-top: 2px solid #6e3076 !important;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
}
.inner_information > div h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.inner_information > div p {
    padding: 0;
    margin-bottom: 0;
}
.inner_information .basic-info-row {
    border: solid 1px #6f3377;
    margin-bottom: 0;
    padding: 5px 15px;
    border-bottom: 0;
}
.inner_information .basic-info-row:last-child {
    border-bottom: solid 1px #6f3377;
}
.inner_information .basic-info-row span:first-child {
    font-weight: 500;
    color: #000;
}
.inner_information .basic-info-row h6 {
    font-weight: 600;
}

.inner_information > div:last-child {
    margin-bottom: 0;
}
/*.profile-main-page .user-profile-left a {
    background: #8a3a95;
}*/
.profile-main-page .user-profile-left .prof-actions a img {
    border-radius: 0 !important;
}
.profile-main-page .user-profile-left a img {
    margin-bottom: 5px;
}
.user-profile-left .profile-main-body ul.pagination {
    background: transparent;
    padding: 0;
    margin: 0;
}
.tab-content > .active .profiles-section {
    margin: 35px 0;
}
.user-profile-left .profile-main-body ul. li {
    padding: 0;
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    background: transparent;
}
.profile-main-page .user-profile-left .profile-photos a {
    background: transparent;
    min-width: unset;
    height: unset;
}
.user-profile-left .profile-main-body ul.pagination li {
    padding: 0;
    margin: 0 !important;
    border: 0 !important;
}
.upgrade_msg a {
    padding: 10px 10px;
    font-size: 12px;
    display: flex;
    justify-content: center;
}
.upgrade_plan_btn img {
    margin-left: 10px;
}
.upgrade_msg .upgrade_plan_btn {
    display: block;
    margin-left: 0 !important;
    text-align: left;
}
.user-profile-left .profile-main-body ul.list-group {
    border-bottom: 0;
}

.profile-photos h4 {
    color: #000;
}
.profile-photos h4 + ul li a {
    border: solid 1px #bdbdbd;
    border-radius: 5px;
}
.space_cls {
    margin-top: 35px;
}
.alert_popup .modal-footer .btn {
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase !important;
    font-weight: bold;
    border-radius: 8px;
    padding: 8px 15px;
    color: #fff;
    box-shadow: inset 0px 3px 5px #f9f9f9c7, 0 8px 17px rgb(0 0 0 / 20%);
    background: linear-gradient(#e20f43, #6c2f75) padding-box,
        linear-gradient(to bottom, #6c2f75, #be0c53) border-box;
    /*border: 2px solid transparent;*/
    font-size: 15px;
}
.alert_popup .modal-footer a {
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase !important;
    font-weight: bold;
    border-radius: 8px;
    padding: 8px 15px;
    color: #fff;
    box-shadow: inset 0px 3px 5px #f9f9f9c7, 0 8px 17px rgb(0 0 0 / 20%);
    background: linear-gradient(#e20f43, #6c2f75) padding-box,
        linear-gradient(to bottom, #6c2f75, #be0c53) border-box;
    /*border: 2px solid transparent;*/
    font-size: 15px;
}
.modal-footer {
    padding: 10px 15px;
}

.alert_popup .icon-show {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: linear-gradient(#1fd5ec, #1fd5ec);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
}

.alert_popup .modal-body h2 {
    color: #000;
    margin: 15px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    max-width: 310px;
}

.alert_popup .modal-body p {
    text-align: center;
    font-size: 14px;
    padding: 0 90px;
    font-weight: 600;
}

.alert_popup .modal-header {
    position: absolute;
    border: 0;
    right: 30px;
    padding: 0;
    top: 20px;
}

.alert_popup .modal-header button.close {
    padding: 0;
    line-height: 1;
    font-size: 32px;
    font-weight: 400;
    color: #c40a51;
    opacity: 1;
}
.alert_popup .modal-content {
    padding: 30px 0 0;
}
.user-profile-image + a {
    margin-top: 15px;
}
.edit-profile-image + a {
    margin-top: 15px;
}
.profile-main-page .user-profile-left h2 {
    color: #000;
}
.profile-main-page .user-profile-left h2 span {
    color: #000;
}
.profile-main-page .user-profile-left span {
    color: #000;
}
.profile-main-page .user-profile-left span img {
    filter: brightness(0);
}
.profile-main-page .user-profile-left .profile-photos {
    margin-top: 30px;
}
.profile-main-page .user-profile-row img {
    padding: 0;
    border-radius: 10px;
}

header {
    position: relative;
    z-index: 1111111111111111111111111;
}

.blur_img {
    filter: blur(7px);
}
/*CSS for country phone numbers*/
.iti__flag {
    background-image: url("../images/flags.png");
}
/*.note-editor.note-frame.panel.panel-default {
    background-color: black !important;
    color: white !important;
}*/
#family_members_show {
    cursor: pointer;
}
/*new about us section*/
.parallax-section-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.parallax-section {
    position: relative;
    overflow-x: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.mask-dark--style-2 {
    background: #e9147b;
    opacity: 0.31;
}
.new-about-h2 {
    color: #fff !important;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.text-center {
    text-align: center !important;
}
.text-normal {
    text-transform: none !important;
}
.heading-1 {
    font-size: 2.5rem !important;
    line-height: 1.3;
}
.heading-inverse {
    color: #ffffff !important;
}
.heading {
    margin: 0 0 6px;
    padding: 0;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #111111;
    line-height: 1.46;
}
#parallax_txt {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
    word-spacing: 1px;
}
.c-white {
    color: white !important;
}

.fluid-paragraph {
    font-size: 1rem;
    /*width: 680px;*/
    margin: auto;
    padding: 0 20px;
    position: relative;
}
.btn-base-1 {
    color: #fff;
    background-color: #23c3d3;
    transition: all ease 0.5s;
}
.btn-styled {
    padding: 0.75rem 1.5rem;
}

.star {
    color: #ff0000;
}
.user-profile-section h5 {
    color: #6e3076;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}
.submit_for_approval_popup {
    margin-left: 10px;
}
.submit_for_approval {
    margin-left: 10px;
}

.btn-popup-profile {
    background: #6e3076;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.modal-open .modal {
    z-index: 111111111111;
}
.modal-backdrop.show {
    z-index: 111111111;
}
.user-profile-image + .btn-primary {
    width: 100%;
}
.edit-profile-image + .btn-primary {
    width: 100%;
}
/*.btn-primary {
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase !important;
  font-weight: bold;
  border-radius: 65px;
  padding: 10px 45px;
  color: #fff !important;
  box-shadow: inset 0px 3px 5px #f9f9f9c7, 0 8px 17px rgb(0 0 0 / 20%);
  background: linear-gradient(#e20f43 , #6c2f75) padding-box, linear-gradient(to bottom, #6c2f75, #be0c53 ) border-box !important;
  border: 3px solid transparent !important;
  font-size: 15px;
  outline: 0 !important
}*/

.continue-action a {
    border-radius: 65px;
    padding: 10px 35px;
    color: #fff;
    box-shadow: inset 0px 3px 5px #f9f9f9c7, 0 8px 17px rgb(0 0 0 / 20%);
    background: linear-gradient(#e20f43, #6c2f75) padding-box,
        linear-gradient(to bottom, #6c2f75, #be0c53) border-box;
    border: 3px solid transparent;
    font-size: 18px;
    width: auto;
    display: inline-flex;
    margin-top: 15px;
}

.like_popup h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3px;
}

span.msg_ic_cls {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

span.msg_ic_cls svg {
    width: 50px;
    height: 50px;
}

.like_popup h3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 24px;
}

.like_popup p {
    text-align: center;
    font-size: 14px;
}

.continue-action {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.plan_inner {
    display: flex;
}

.plan_col {
    flex: 0 0 33.33%;
    border: solid 2px #d1d1d1;
    padding: 40px 15px 15px;
    max-width: 33.33%;
    position: relative;
}

.plan_cont {
    text-align: center;
}

.plan_inner_cont {
    text-align: center;
    margin-bottom: 10px;
    min-height: 70px;
}

.plan_inner_cont h5 {
    display: block;
    font-size: 16px;
    color: #000;
    margin: 2px 0;
}

.plan_cont h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1;
}

.plan_inner_cont h2 {
    font-size: 26px;
    line-height: 1;
}

.plan_main_sec {
    margin-top: 40px;
}
.most_popular {
    position: absolute;
    top: -20px;
    left: calc(50% - 65px);
    display: flex;
}
.most_popular .btn_popular {
    background: linear-gradient(#e20f43, #6c2f75);
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.plan_col.most_popular_main {
    border: 3px solid;
    border-image: linear-gradient(45deg, #6c2f75, #be0c53) 1;
}
.events-section .events-content {
    margin-top: 0;
}
p.MsoNormal {
    margin-bottom: 15px;
    white-space: normal;
    word-break: break-word;
    display: block;
    /*text-align: justify;*/
}
.btn {
    text-transform: capitalize !important;
}
/* .notification-drop .dropdown-menu.show {
    display: block !important;
    will-change: unset !important;
    right: 0 !important;
    transform: unset !important;
} */
.video-content {
    margin-top: 30px;
}
.event_detail .video {
    margin-top: 0;
}
.stories-gallery p {
    color: #747474;
    font-size: 20px;
}
.profile_info_cls {
    display: flex;
    margin-bottom: 5px;
}
.profile_info_cls .btn-custom-primary {
    margin-left: auto;
    padding: 9px 20px;
    font-size: 14px;
    border-width: 2px !important;
}
.profile_info_cls h5 {
    margin-bottom: 0;
}

.form-control {
    min-height: 42px;
}
.desktop_none {
    display: none;
}
.btn_action {
    /*padding: 0 15px;*/
    justify-content: center;
}
.btn_action a {
    padding: 10px 30px;
    width: auto;
    margin-right: 15px;
}
.chat_top_cls {
    display: flex;
    align-items: center;
}
.chat_top_cls .chat_top_left {
    flex: 0 0 40px;
    margin-right: 15px;
}
.chat_top_cls .chat_top_left img {
    filter: invert(1);
}
.chat_top_right h4 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
}

.chat_top_right p {
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    font-size: 18px;
}
.chat_top_right h4 span.blur-message {
    margin-bottom: 0;
    color: #ffffff0a;
    text-shadow: 0 0 8px #fff;
}
.upgrade_msg_inner {
    display: flex;
}

.upgrade_msg_inner .profile_lock {
    flex: 0 0 25px;
    margin-right: 3px;
    padding-top: 5px;
}
.alert-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.alert-action .btn {
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px;
    padding: 8px 15px;
    color: #fff;
    box-shadow: inset 0px 3px 5px #f9f9f9c7, 0 8px 17px rgb(0 0 0 / 20%);
    background: linear-gradient(#e20f43, #6c2f75) padding-box,
        linear-gradient(to bottom, #6c2f75, #be0c53) border-box;
    border: 2px solid transparent;
    font-size: 15px;
    margin-right: 10px;
}
.alert_popup.chat_upgrade_popup h2 {
    margin: 0 auto 10px;
    font-size: 24px;
}
.alert_popup.chat_upgrade_popup p {
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
}
.alert-action button.btn {
    margin: 0;
    border-radius: 10px;
    background: linear-gradient(
        98.41deg,
        #4fa6c9 -22.46%,
        #6c41b6 82.65%
    ) !important;
    padding: 8px 15px;
}

.alert_popup.chat_upgrade_popup .modal-content {
    padding: 25px 0;
}

/************************
        Responsive
*************************/

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .interest_sec {
        width: 356px !important;
        margin-bottom: 20px !important;
    }
}

@media screen and (min-width: 1700px) {
    .container,
    .banner_specs {
        max-width: 1500px;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1699px) {
    .container {
        max-width: 1270px;
    }
    .chat_top_fix_cls p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1460px) {
    .hero-content {
        max-width: 600px;
        padding: 30px 50px 45px;
    }

    .hero-content h1 {
        font-size: 35px;
    }

    .site-menu li a {
        font-size: 15px;
    }

    .section-head h2 {
        font-size: 40px;
    }

    .event_details p {
        font-size: 15px;
    }

    .section-head p {
        font-size: 16px;
        text-align: center;
    }

    .about_image2 {
        height: 500px;
    }

    .about-bottom-image {
        margin-top: -140px;
    }

    .members-text {
        padding-left: 6%;
    }

    .accounts-image {
        width: 50%;
    }

    .accounts-form {
        width: 100%;
    }

    .user-profile-left {
        width: 320px;
    }

    .user-profile-right {
        width: 250px;
    }

    .user-profile-center {
        width: calc(100% - 410px);
    }

    .user-profile-center-custom {
        width: calc(100% - 320px);
    }

    .upcoming-content {
        max-width: 100%;
        padding: 50px;
    }

    #plan1 .modal-dialog {
        max-width: 85%;
    }
}

@media screen and (max-width: 1360px) {
    .chat_top_fix_cls + .current-chat-body {
        height: calc(100% - 270px);
    }
    .current-chat-body {
        height: calc(100% - 170px);
    }
}
@media screen and (max-width: 1199px) {
    .site-menu li {
        margin-right: 45px;
    }
    .single-hero {
        min-height: 750px;
        padding: 50px;
        background-position: center;
    }

    .hero-content {
        max-width: 500px;
        padding: 20px;
    }

    .hero-content h1 {
        font-size: 26px;
    }

    /* .wedding_image1 {
    height: 240px;
  }*/

    .wedding_image2 {
        height: 180px;
    }

    .wedding_image3 {
        height: 150px;
    }

    .wedding_image4 {
        height: 250px;
    }

    .wedding_image5 {
        height: 200px;
    }

    .wedOverlay span {
        font-size: 17px;
    }

    .couples-content {
        max-width: 90%;
    }

    .single-event {
        width: 100%;
    }

    .members-list .single-member {
        /* width: 48%; */
        margin-bottom: 40px;
        margin-top: 130px;
    }

    .members-section {
        margin-bottom: 0px !important;
    }

    .about_image1 {
        height: 200px;
    }

    .about_image2 {
        height: 380px;
    }

    .about-bottom-image {
        margin-top: 0;
    }

    .contact-col span {
        font-size: 18px;
    }

    h2 {
        font-size: 36px;
    }

    .contact-content {
        margin-top: 50px;
    }

    .accounts-image {
        width: 100%;
        height: 400px;
    }

    .accounts-form {
        width: 100%;
        padding-left: 0;
    }

    .profiles-content li {
        width: 33.33%;
    }

    .user-profile-left {
        width: 250px;
    }

    .user-profile-right {
        width: 50%;
    }

    .user-profile-center {
        width: calc(100% - 250px);
    }

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

    .user-profile-image img {
        padding: 8px;
    }
    .edit-profile-image img {
        padding: 8px;
    }

    .profile-gal {
        height: 100px;
    }
    .profile-photos h4 {
        font-size: 23px;
    }

    .upload-pic label {
        height: 100px;
    }

    .single-event-contact {
        width: 44%;
    }

    .video-overlay {
        height: 500px;
    }

    .upcoming-content h2 {
        font-size: 34px;
    }

    .chat-sidebar {
        width: 380px;
    }

    .caht-head {
        padding: 20px;
    }

    .chat-boxes li {
        padding: 20px;
    }

    .chat-main {
        width: calc(100% - 380px);
    }

    .current-chat-head {
        padding: 13px 20px;
    }

    .chat-image,
    .receieve_img {
        height: 45px;
        width: 45px;
    }
    .chat_top_fix_cls + .current-chat-body {
        padding: 15px 20px;
        height: calc(100% - 310px);
    }
    .current-chat-body {
        padding: 15px 20px;
        height: calc(100% - 155px);
    }
    .receiving-mesg {
        padding: 15px;
    }
    .chat-content {
        height: 740px;
    }

    .account-form {
        padding: 50px 20px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
        width: auto !important;
    }
}

@media screen and (max-width: 991px) {
    .dropdown-menu.show {
        /* top: 100% !important; */
        /* right: auto !important; */
        /* left: auto !important; */
    }
    .site-logo {
        padding: 10px 0;
    }
    div#members_table_wrapper {
        max-width: 100%;
    }
    .filter-btn button {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }

    .filter-btn button:last-child img {
        margin-right: 8px;
    }

    .filter-btn button:first-child img {
        margin-right: 8px;
    }
    .site-menu li:hover a {
        color: #f1f1f1;
    }
    .current-active-info p {
        display: block;
    }
    .single-plan .plan-header h5 {
        font-size: 28px;
    }
    .plan_head_main .bottom-line svg {
        width: 220px;
        height: 85px;
        left: calc(50% - 110px);
    }
    .plan_head_main .bottom-line span.price_bold {
        font-size: 30px;
    }
    .plan_head_main .bottom-line {
        padding: 5px 0 !important;
        height: 60px;
    }
    .mobile-menu {
        display: block;
    }
    .header-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .site-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 11111111111111;
        background: #ec348d;
        display: none;
    }
    header {
        position: relative;
    }

    .site-menu ul {
        display: block;
    }

    .site-menu li {
        display: block;
        margin: 10px 0;
    }

    .site-menu a {
        display: block;
        padding: 0;
    }

    .site-menu .container {
        max-width: 100%;
    }

    .site-menu li a {
        color: #fff;
    }

    .about-images {
        width: 100%;
    }

    .about-text {
        width: 100%;
        margin-top: 50px;
    }

    .about-bottom-image {
        margin-top: 50px;
    }

    .about-section {
        margin-bottom: 50px;
    }

    .members-image {
        width: 50%;
    }

    .members-text {
        width: 50%;
    }

    .contact-col {
        width: 100%;
        margin-bottom: 50px;
    }

    h2 {
        font-size: 30px;
    }

    .contact-overlay {
        padding: 60px 0 40px;
    }

    .ft-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .ft-menu {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .ft-bottom span {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .ft-social ul {
        justify-content: center;
    }

    .ft-social {
        width: 100%;
    }

    .footer-top {
        padding-top: 20px;
    }

    .bracelet_image img {
        max-width: 300px;
    }

    .bracelet_image {
        top: -120px;
        left: 20px;
    }

    .events-content {
        margin-top: 20px;
    }

    .profiles-content li {
        width: 50%;
    }

    .single-filterr {
        width: 24%;
        margin-bottom: 10px;
    }

    .user-profile-left {
        width: 180px;
        margin-top: 5px;
    }
    .profile-main-page .user-profile-left {
        width: 100%;
        margin-top: 0;
    }
    .user-profile-center {
        width: calc(100% - 180px);
        margin-top: 0;
    }
    .profile-main-page .user-profile-center {
        width: 100%;
        margin-top: 30px;
        padding: 0;
        margin-bottom: 30px;
    }
    .profile-actionss a {
        font-size: 11px;
    }

    .profile-actionss a img {
        max-width: 13px;
    }

    .events_left {
        width: 50%;
        order: 2;
    }

    .events_right {
        width: 25%;
        order: 3;
    }

    .events_center {
        width: 100%;
        order: 1;
    }

    .eventsss_content {
        justify-content: center;
    }

    .faq-heading {
        width: 100%;
        margin-bottom: 30px;
    }

    .faq-content {
        width: 100%;
    }

    .faq-row {
        max-width: 100%;
    }

    .events-content li {
        width: 50%;
        margin-bottom: 20px;
    }

    .single-plan {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .plan-header {
        padding: 15px;
        min-height: 130px;
    }

    .plan-body {
        padding: 10px 15px;
    }

    .plan-body ul li {
        font-size: 12px;
    }

    #plan1 .modal-dialog {
        max-width: 90%;
    }

    .intrest-header .nav-link {
        font-size: 15px;
    }

    .chat-sidebar {
        position: absolute;
        width: 92%;
        transition: 0.3s ease;
        left: -100%;
        background: #fff;
        z-index: 100;
        border-radius: 0px !important;
    }
    section.chat-section {
        box-shadow: 0 0 0px 0 !important;
    }

    .chat-content.flex {
        overflow: hidden;
    }

    .chat-main {
        width: 100%;
    }

    .chat-mobile {
        display: block;
        border-radius: 10px 10px 0 0;
    }

    .chat-sidebar.active {
        left: 16px;
        background: linear-gradient(
            87.57deg,
            #fb406c 0%,
            rgba(234, 20, 126, 0.95) 0%,
            #1baacc 99.61%
        );
    }

    .account-image {
        width: 100%;
        height: 444px;
        background: center/cover no-repeat;
    }

    .account-form {
        width: 100%;
    }

    #login_modal .modal-dialog,
    #registerModal .modal-dialog {
        padding: 50px 0;
    }

    .siteModal .close {
        top: -30px;
        right: -30px;
        opacity: 1;
    }
    .current-chat-footer {
        /* margin: 4px 6px; */
        border-radius: 10px;
        padding: 10px 0px 10px 16px;
        max-height: 63px;
    }
}

/*new css*/
.member_view a {
    color: #66cc66;
    font-size: 16px;
    font-weight: 400;
}
.member-info.new_mbr {
    padding-top: 20px;
}
/*.new_member_h {
    min-height: 424px;
}*/
.new_member_img img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover;
}
img.member_intrst {
    height: 200px;
}
.view_intrst {
    margin-top: 20px;
}
.addnewclasshere {
    width: 200px;
    height: 200px;
    border-radius: 70px;
}
img.member_intrst {
    border-radius: 100%;
    object-fit: cover;
}
.interest_sec {
    width: 470px !important;
    margin-bottom: 20px !important;
}
.addnewclasshere {
    width: 200px;
    height: 200px;
    border-radius: 70px;
    margin: auto;
    margin-bottom: 25px;
}
.accept-me {
    background: #ea147e;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
}
.reject-me {
    background: #00acd0;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
}
.img_border img {
    border-radius: 20px 21px 10px 10px !important;
    position: relative;
}
.uplode_img {
    display: flex;
}
.btn_send_img {
    background: #fb406c !important;
    color: #fff;
    height: 46px;
    padding: 12px 30px;
    /* margin-top: 10px; */
    border-radius: 10px;
}
.icon-number-design {
    margin-top: 10px;
}
.btn-member-user a {
    padding: 15px 0 !important;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 0px;
}
.send-message-design {
    margin-top: 0px !important;
}
.send-message-design i {
    margin-right: 5px;
}
.send-message-design:hover {
    color: white !important;
}
.icn_member a {
    background: #e9057e;
    height: 40px;
    text-align: center;
    position: relative;
    align-items: center;
    margin: 0px !important;
    font-size: 16px;
    color: #fff;
    padding: 5px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 49%;
}
.interest-request i {
    margin-right: 5px;
}
.report-request i {
    margin-right: 5px;
}
.btn-member-msg .fa {
    margin-right: 5px;
}
.icn_member {
    display: flex;
    justify-content: space-between;
}

.mem_detail {
    margin: 0px 15px;
}
/* .member_icon{
  margin-top: 20px;
} */
.past_event_h {
    text-align: center;
}
.past_event_h h2 {
    text-align: center;
    color: #ea147e;
    font-size: 45px;
    position: relative;
}

.past_event_h p {
    margin-top: 10px;
    font-size: 20px;
    color: rgba(61, 61, 61, 0.5);
}

.icn_member .blw {
    background: #03abd0;
}

.fancybox-image,
.fancybox-spaceball {
    padding: 30px !important;
}
.btn-login {
    width: 100%;
    cursor: pointer;
}

/* .profile-main-body .field-btn {
    padding-left: 15px;
} */
.profile-main-body .field-btn .btn-submit {
    cursor: pointer;
}

.data_not_found h4 {
    color: #888989;
}

@media screen and (max-width: 767px) {
    .event_detail .aboutEvent-section {
        padding-bottom: 30px;
        padding: 15px;
    }
    .interest_sec {
        width: 360px !important;
    }
    .accept-me {
        margin-bottom: 10px;
    }
    a.upload_photo img {
        margin-top: 10px;
    }
    .event_image img {
        min-height: 330px;
        border-radius: 10px;
    }
    .event-imgs img {
        height: 100% !important;
    }
    .wedding_image1.weddingBg img {
        width: 100% !important;
        height: 250px;
        object-fit: cover;
        margin: 0px;
        height: 261px;
    }
    .wedding_image1 {
        box-shadow: 0 0 0 0;
    }
    /* a.wth-member {
    width: 90% !important;
    margin-top: 24px !important;
    margin: auto;
} */
    .alert_popup.chat_upgrade_popup .modal-content {
        padding: 35px 0 20px;
    }
    .alert_popup.chat_upgrade_popup h2 {
        max-width: 100%;
        font-size: 20px;
    }
    .alert_popup.chat_upgrade_popup p {
        font-size: 13px;
    }
    .profile-main-body {
        margin-top: 20px;
    }
    .card-body.p-3.pt-0.text-center.padding_cls {
        padding: 20px 0 0 !important;
    }
    .mobile_none {
        display: none;
    }
    .desktop_none {
        display: flex;
        margin: 20px 0;
    }
    .profile_info_cls {
        flex-direction: column;
    }
    .profile_info_cls .btn-primary {
        margin-left: 0;
        margin-top: 10px;
        width: auto;
        margin-bottom: 10px;
    }
    .section-head {
        padding: 20px 0;
    }
    .events_center p {
        margin-bottom: 10px;
    }
    main.event_detail .video-section .events_links a {
        min-width: unset !important;
    }
    .stories-gallery p {
        font-size: 16px;
    }
    .single-event-home {
        margin-bottom: 0;
    }
    .members-list .single-member {
        width: 100%;
    }
    .video-content {
        /*margin-top: 0;*/
    }
    .stories-gallery {
        padding-top: 35px !important;
    }
    .user-profile-section h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .user-profile-section .row.form-group {
        margin-bottom: 0;
    }
    .profile-main-body [class*="col-"] {
        margin-bottom: 20px;
    }
    .profile-main-body [class*="col-"] label.form-label,
    .profile-main-body [class*="col-"] label {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .btn,
    .mesg-btn,
    .upload_photo span,
    .field-btn button {
        font-size: 14px !important;
    }
    /* <<<<<<< HEAD p.MsoNormal {
        margin-bottom: 10px;
        font-size: 16px;
    }
    =======>>>>>>>9d15f52ead4935b25cd3948c61da5bbc831ff6f1 */
    .alert_popup .modal-body h2 {
        font-size: 16px;
        max-width: 80%;
        margin: 10px auto;
    }
    form#report-form label.form-label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
    }
    form#report-form .form-control {
        font-size: 14px;
    }
    .alert_popup .modal-footer .btn {
        font-size: 14px;
        padding: 5px 15px;
    }

    .alert_popup .icon-show {
        height: 35px;
        width: 35px;
        font-size: 20px;
    }

    .alert_popup .modal-body {
        padding: 0 15px;
    }
    .most_popular .btn_popular {
        padding: 10px 5px;
        font-size: 10px;
    }

    .most_popular {
        left: calc(50% - 42px);
    }

    .plan_inner_cont h2 {
        font-size: 20px;
    }

    .plan_inner_cont h5 {
        font-size: 14px;
    }

    .like_popup p {
        font-size: 10px;
    }

    .plan_col {
        padding: 20px 5px 15px;
    }

    .plan_inner_cont {
        min-height: 50px;
        margin-bottom: 5px;
    }

    .like_popup h2 {
        font-size: 24px;
    }

    .like_popup h3 {
        font-size: 18px;
    }

    .continue-action a {
        font-size: 15px;
        padding: 10px 25px;
    }
    .alert_popup .modal-body p {
        font-size: 12px;
        padding: 0 10px;
    }
    .profile-photos li {
        width: 50%;
    }
    .croppie-container .cr-boundary {
        height: 240px !important;
    }
    .mt-88 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .user-profile-image {
        margin-bottom: 20px;
    }
    .edit-profile-image {
        margin-bottom: 20px;
    }
    .receiving-sms {
        max-width: 100%;
    }
    .receiving-mesg {
        max-width: 100%;
    }
    .field-btn button {
        padding: 10px 30px;
    }
    table#transactions_table {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
    }
    .profile-inner-body span {
        padding: 10px 0px 10px;
    }
    .basic-info.with_line {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .profile-main-page .user-profile-left {
        padding: 15px;
    }
    .profiles-content ul {
        margin-top: 10px !important;
    }
    .single-profile {
        margin-bottom: 20px;
    }
    #user_section .row {
        flex-direction: unset !important;
    }
    .current-chat-head .currently-active {
        flex: 0 0 calc(100% - 30px);
    }

    .chat-options {
        display: flex;
        justify-content: end;
        flex: 0 0 30px;
    }

    .chat-options .chat-dots {
        margin-left: auto;
    }
    .profiles-section {
        margin: 30px 0;
    }
    .basic-info.with_line.members-basic-info
        .basic-row
        + table.table.table-bordered
        td {
        font-size: 12px;
        padding: 5px 5px;
        width: auto !important;
        min-width: unset;
        white-space: unset;
        word-break: break-word;
    }
    .basic-info.with_line.members-basic-info
        .basic-row
        + table.table.table-bordered
        td
        h6 {
        font-size: 12px;
    }

    .prof-actions {
        flex-wrap: wrap;
    }

    div#members_table_wrapper {
        max-width: 100%;
    }

    .prof-actions a img {
        max-width: 20px;
    }

    .current-chat-head {
        padding: 5px 20px;
    }
    section.chat-section {
        margin: 0 !important;
    }
    .send-field .encrypt-send.instant_message {
        height: 41px;
    }
    .current-chat-head .currently-active {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .current-chat-head .currently-active .current-active-info {
        margin-left: 0;
    }

    .current-chat-head .currently-active .current-active-info h5 {
        margin: 0;
        font-size: 12px;
        font-weight: bold;
    }

    .current-chat-head .currently-active .current-active-info p {
        font-size: 12px;
    }
    .chat_top_fix_cls {
        padding: 10px 10px 5px;
    }

    .chat_top_fix_cls p {
        font-size: 14px;
    }
    .chat_top_right h4 {
        font-size: 20px;
    }
    .chat_top_cls {
        justify-content: center;
    }

    .chat_top_fix_cls a.btn.btn-secondary {
        display: block;
        width: auto;
        max-width: 130px;
        margin: 10px auto 0;
        font-size: 12px;
    }
    .data_not_found img {
        max-width: 300px;
    }
    .profile-main-body ul li.nav-item a {
        font-size: 14px;
        padding: 10px 10px;
    }

    li.list-group-item {
        font-size: 14px;
        padding: 10px 10px;
    }
    /* .user-profile-payment .row {
      flex-direction: column-reverse;
  } */
    div#user_section .form-group [class*="col-"] {
        margin-bottom: 15px;
    }
    div#reserve_family_members > .py-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .user-profile-info.pt-5 {
        padding-top: 0px !important;
    }

    .profile-main-body .field-btn {
        margin-top: 0px;
    }
    .single-plan {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .single-hero {
        align-items: flex-end;
        padding-bottom: 30px !important;
    }
    .parallax-section-lg {
        padding: 30px 0 !important;
    }
    .couples-section {
        padding: 30px 0 !important;
    }
    .members-content {
        padding-bottom: 30px !important;
    }
    .event_details h4 {
        font-size: 20px;
    }
    .filters-section {
        padding: 30px 0;
    }
    .event-filter-search {
        width: 100%;
    }
    .ft-menu li a {
        font-size: 13px;
    }
    .fluid-paragraph {
        padding: 0 !important;
        margin: 0 !important;
    }
    #parallax_txt {
        font-size: 16px;
    }
    .wedding_image1 {
        height: 260px;
        margin: 0;
    }
    .couples-content {
        margin-top: 0px;
    }
    .ft-menu li {
        margin-left: 10px;
    }
    .event_info span {
        margin-left: 0;
        display: flex;
        width: 100%;
        margin-bottom: 5px;
    }
    h2 {
        font-size: 24px;
    }

    .couples-content {
        max-width: 100%;
    }
    .section-head h2::after {
        right: 0;
        width: 100px;
    }

    .section-head h2 {
        font-size: 26px;
    }

    .event_image {
        width: 100%;
        min-height: 200px;
    }

    .event_details {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .events-link {
        margin-top: 0;
    }

    .event_info {
        margin-top: 10px;
        justify-content: left;
        flex-wrap: wrap;
    }

    .bracelet_image {
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .events_center p iframe {
        width: 360;
        height: 214;
    }

    /* .wedding_image1 {
    width: 60%;
    height: 160px;
  }*/

    .wedding_image2 {
        width: 37%;
        margin-left: 10px;
        height: 120px;
    }

    .wedding_image3 {
        height: 80px;
        width: 25%;
    }

    .wedding_image4 {
        margin: 0 10px;
        width: 35%;
        height: 190px;
    }

    .wedding_image5 {
        width: 33%;
        height: 120px;
    }

    .wedOverlay span {
        font-size: 12px;
    }

    .wedOverlay span img {
        max-width: 70px;
    }

    .members-text {
        width: 100%;
        padding: 60px 20px;
    }

    .members-list {
        margin-top: -160px;
    }

    .members-list .single-member {
        /* width: 100%; */
        margin-bottom: 15px;
    }

    .members-image {
        width: 100%;
        height: 200px;
    }

    .about_image1 {
        height: 140px;
    }

    .about_image2 {
        height: 250px;
    }

    .about-text {
        padding-left: 0;
    }

    .section-head h2::before {
        left: -20px;
    }

    .about-bottom-image {
        margin-top: 20px;
    }

    .about_image3 {
        height: 220px;
    }

    .about-section {
        margin-bottom: 30px;
    }

    .contact-overlay {
        padding: 40px 0 10px;
    }

    .contact-col h4 {
        font-size: 16px;
    }

    .contact-col span {
        font-size: 16px;
    }

    /* .member-info h5 {
        font-size: 22px;
    } */

    .single-hero {
        min-height: 450px;
        padding: 10px;
    }

    .hero-content h1 {
        font-size: 20px;
        margin: 6px 0 14px;
    }

    .hero-content {
        padding: 25px 10px 30px;
        max-width: 260px;
    }

    .hero-content a {
        font-size: 16px;
        padding: 14px;
    }

    .hero-content span {
        font-size: 17px;
    }

    .heartic {
        margin-bottom: 0px;
    }

    .site-logo img {
        max-width: 230px;
    }

    .site-logo {
        padding: 12px 0;
    }

    .single-event {
        padding: 8px;
        margin-bottom: 15px;
    }
    .events-section {
        padding: 30px 0;
    }
    .past-events-section {
        padding: 30px 0;
    }

    .accounts-image {
        height: 300px;
    }

    .login-links a {
        width: 100%;
        height: 50px;
        margin: 6px 0;
    }

    .accounts-form > p {
        font-size: 16px;
    }

    .fields-row .field {
        width: 100%;
    }

    .field.gender {
        max-width: 100%;
    }

    .birth-details select {
        width: 100%;
        margin-bottom: 7px;
    }

    .country .field:first-child {
        width: 100%;
    }

    .account-section {
        margin-bottom: 0;
    }
    .profiles-content li {
        width: auto;
    }
    .filter-search {
        width: 100%;
    }

    .filter-btn {
        width: 100%;
        flex-wrap: wrap;
    }

    .filter-btn button {
        width: 100%;
    }

    .filter-btn button:last-child {
        width: 100%;
        margin: 5px 0;
    }

    .filter-btn button:first-child {
        margin: 10px 0 5px;
    }

    .filters-wrap {
        padding: 10px;
        top: 160px;
    }
    .profile-info > span {
        opacity: 0;
    }
    .filters-row {
        margin-top: 15px;
        padding: 0;
    }

    .single-filterr {
        width: 48%;
    }

    .filter-search label {
        margin-bottom: 3px;
    }

    .filters-row-bottom {
        margin-top: 15px;
    }

    .filters-actions.flex {
        justify-content: center;
        padding-right: 0;
        margin-top: 20px;
    }

    .filters-actions a {
        margin: 0;
        width: 100%;
    }

    .filters-actions button {
        margin: 10px 0;
        width: 100%;
    }

    .user-profile-left {
        width: 100%;
    }
    .user-profile-left + .user-profile-left {
        margin-top: 0;
    }
    .prersonal-prof .profile-top-head.flex {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .user-profile-image img {
        height: 280px !important;
        object-fit: cover;
    }
    .edit-profile-image img {
        height: 280px;
        object-fit: cover;
    }

    .empty-banner {
        height: 190px;
    }

    .profile-photos {
        margin-top: 20px;
    }

    .profile-gal {
        height: 140px;
    }

    .profile-main-page .profile-main-body {
        width: 100%;
        padding: 15px 10px;
    }
    .profile-main-body {
        width: 100%;
        padding: 15px 10px;
    }

    .user-profile-center {
        width: 100%;
        padding: 0;
    }

    .profile-top-head.flex {
        margin: 0;
        background: linear-gradient(
            90.48deg,
            #e11d1e -73.27%,
            #ea147e -11.03%,
            #573675 99.61%
        );
        padding: 20px;
        margin-top: 20px;
        border-radius: 4px;
    }
    .profile-main-page .profile-top-head.flex {
        margin: 0;
        background: transparent;
        padding: 0;
        margin-top: 20px;
        border-radius: 0;
    }

    .profile-left-titles {
        width: 100%;
    }

    .profile-actionss.flex {
        width: 100%;
        margin-top: 20px;
    }

    .profile-left-titles h2 {
        font-size: 24px;
    }
    .profile-main-body h4 {
        font-size: 18px;
        margin-bottom: 0;
        padding: 0px 0px 10px;
    }
    .user-profile-right {
        padding-top: 30px;
    }

    .user-profile-section {
        margin-bottom: 20px;
    }

    .basic-row h4 {
        font-size: 24px;
    }

    .events_content h2 {
        font-size: 32px;
    }
    .events_content p {
        font-size: 16px;
    }

    .events_links a:first-child {
        margin: 10px 0;
        font-size: 16px;
    }

    .events_overlay {
        padding: 70px 0;
    }

    .events_detailing_overlay {
        padding: 60px 0 150px;
    }

    .event_lists_row ol {
        width: 100%;
        margin-bottom: 20px;
    }
    .stories-gallery a img {
        height: auto !important;
    }
    .single_event_option {
        margin-bottom: 40px;
    }

    .events_right {
        width: 48%;
    }

    .events_left {
        width: 48%;
    }

    .eventsss_content {
        justify-content: space-between;
    }

    /*.video {
    margin-top: -130px;
  }*/

    .video-overlay {
        height: 300px;
    }

    .video-overlay a img {
        max-width: 110px !important;
    }

    .video-content p {
        max-width: 100%;
    }

    .couples-section.success_stories {
        padding-bottom: 80px;
    }

    .upcoming-content h2 {
        font-size: 26px;
    }

    .upcoming-content {
        padding: 20px;
    }

    .upcoming-content p {
        max-width: 100%;
    }

    .event-contacts.flex {
        max-width: 100%;
        margin-top: 30px;
    }

    .single-event-contact {
        width: 100%;
        margin: 20px 0;
    }

    .single-event-contact span {
        font-size: 15px;
    }

    .faq-heading h2 {
        font-size: 26px;
    }

    .faq-section {
        margin: 40px 0;
    }

    .faq-heading p {
        font-size: 16px;
    }

    .accordion_head p {
        font-size: 16px;
    }

    .accordion_head {
        padding: 15px;
        background-position: center right 5px;
    }

    .events-content li {
        width: 100%;
    }

    .event_detail .events_overlay {
        padding: 100px 0;
    }

    .event_detail .aboutEvent-section {
        padding-bottom: 30px;
    }

    .plans-section {
        margin: 40px 0 20px;
    }

    .single-plan {
        margin-bottom: 20px;
    }

    .single-packagee {
        width: 100%;
        margin: 10px 0;
    }

    #plan1 .modal-dialog {
        max-width: 100%;
    }

    div#plan1 .close {
        top: 5px;
        right: 7px;
    }

    .intrest-header .nav-tabs {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .intrest-header .nav-link {
        min-width: 170px;
    }

    .interest-wrapping {
        margin-top: 30px;
    }

    .interest-tabs-section {
        margin: 40px 0 20px;
    }

    .eventss-content h2,
    .eventss-content h2 {
        font-size: 26px;
    }

    .eventss-content p {
        font-size: 16px;
    }

    .chat-mobile span {
        font-size: 20px;
    }

    .chat-mobile {
        padding: 10px 20px;
    }

    .chat_top_fix_cls + .current-chat-body {
        padding: 5px 15px;
        height: calc(100% - 170px);
    }
    .current-chat-body {
        padding: 5px 15px;
        height: calc(100% - 170px);
    }
    .chat-content {
        height: calc(100vh - 170px) !important;
    }

    .current-chat-footer {
        padding: 10px 10px;
    }

    .current-chat-footer button {
        /*font-size: 14px;*/
        width: unset;
    }
    .send-field input {
        width: calc(100% - 55px);
        font-size: 14px;
        margin: 0 10px;
    }
    .siteModal .close {
        top: -30px;
        right: 0;
        opacity: 1;
    }

    .account-form h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .account-form {
        padding: 25px 10px;
    }

    .currently-active.flex {
        flex-wrap: unset !important;
        flex-direction: unset;
        justify-content: left;
    }
    .chat-image,
    .receieve_img {
        height: 30px;
        width: 30px;
        flex: 0 0 30px;
    }
    .current-chat-head {
        padding: 5px 10px !important;
        justify-content: start;
        align-content: start;
    }
    .current-chat-head .currently-active .current-active-info {
        text-align: left;
        margin-left: 5px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
        width: auto !important;
    }
}
.timedate {
    font-size: 10px;
}
/* end new about us section*/

@media screen and (max-width: 575.98px) {
    .msg_btn_pln span {
        color: #e8067e;
        font-size: 14px;
        margin: 0;
    }
    .btn_action {
        padding: 0;
    }
    .inner_information {
        padding: 0;
    }
    .inner_information > div {
        padding: 10px;
    }
    .basic-info-row h6 {
        font-size: 14px;
        color: #444;
    }

    .basic-info-row span {
        font-size: 14px;
        color: #444;
    }
    .user-profile-left {
        /*margin-top: 0px !important;*/
    }

    .inner_information .basic-info-row {
        padding: 5px 10px;
    }

    .inner_information > div h4 {
        margin-top: 0;
        font-size: 15px;
    }
    .prof-tags span {
        font-size: 11px;
        padding: 5px 5px;
    }

    .prof-tags span img {
        margin-right: 5px;
    }

    .single-profile h5 {
        font-size: 14px;
    }

    .profile-info-wrap {
        margin-top: 15px;
    }

    .single-profile h5 span {
        font-size: 11px;
    }

    .basic-row h4 {
        font-size: 18px;
    }
    .chat_top_fix_cls a.btn.btn-secondary {
        margin: 5px auto 0;
        font-size: 10px;
    }
    .data_not_found img {
        max-width: 240px;
    }
    .data_not_found p {
        font-size: 13px;
    }
    .receiving-mesg {
        border-radius: 5px;
        padding: 5px 10px;
        margin: 5px 0;
        margin-right: auto;
    }
    .receiving-sms {
        margin: 0;
    }
    .current-chat-head .currently-active .current-active-info p {
        font-size: 10px !important;
    }
    .send-field .encrypt-send.instant_message {
        height: 38px;
    }

    .current-chat-footer button {
        /* font-size: 12px;*/
        width: unset;
        padding: 10px 26px;
        border-width: 2px !important;
    }
    .current-chat-footer button img {
        max-width: 15px;
    }
    .receiving-mesg span,
    .sender-sms span {
        font-size: 9px;
        margin-top: 5px !important;
        display: block;
    }
    .msg_left_cls {
        padding: 5px 10px;
        margin: 5px 0;
        margin-left: auto;
    }
    .receiving-mesg p,
    .sender-sms p {
        font-size: 17px;
        margin-bottom: 0;
    }
    .sms-status {
        bottom: 3px !important;
    }
    .ft-social li a {
        height: 35px;
        width: 35px;
        margin-left: 10px;
    }
    .single-event-home {
        margin-left: 0;
    }
    .upgrade_msg p {
        font-size: 14px;
    }
}
@media screen and (max-width: 420px) {
    .btn_action a {
        padding: 10px 10px;
        margin-right: 10px;
    }
    .chat_top_right h4 {
        font-size: 15px;
    }
    .chat_top_right p {
        font-size: 11px;
    }
    .chat_top_fix_cls p {
        font-size: 12px;
    }
    .most_popular .btn_popular {
        padding: 10px 5px;
        font-size: 9px;
    }
    .most_popular {
        left: calc(50% - 39px);
    }
    .single-plan {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.carasoul-new-image {
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}
.carasoul-new-image img {
    min-height: 300px;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}

.location-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
}
.location-box img {
    margin-right: 10px;
    max-width: 20px;
}
.location-box h4 {
    font-size: 14px;
    color: #2db9d7;
}
.main-box-content {
    padding: 0px 20px;
}
.new-content-para {
    text-align: left;
}
.new-content-para {
    padding-top: 15px;
    margin-bottom: 0px;
}
.new-content-para p {
    font-size: 16px;
    color: gray;
}
.calender-box {
    justify-content: start !important;
    padding: 0px 18px;
}
.calender-box i {
    margin-right: 0.13rem !important;
}
.min-descip {
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}
.member-descip {
    min-height: 57px;
    max-height: 57px;
    overflow: hidden;
}
.events-section.container {
    width: 1140px;
    margin: auto;
    margin-bottom: 65px;
}
.events-list .single-member {
    background-color: transparent;
    margin-bottom: 0;
    /* box-shadow: 0 2px 10px rgb(0 0 0 / 12%); */
    transition: all 0.5s;
    /* border:1px solid lightgray; */
    border-radius: 14px;
    margin: 0px 10px;
    background-color: white;
}

.member_h5 {
    overflow: hidden;
}

.events-link a {
    border: 1px solid #ea147e;
    padding: 10px 25px;
    color: #ea147e;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.events-link a:hover {
    border: 1px solid #ea147e;
    padding: 10px 25px;
    color: #fff;
    background-color: #ea147e;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
}

.events-link {
    margin-top: 50px;
    /* margin-bottom: 80px !important; */
}

.story_details .interest_profile {
    text-decoration: none;
}
.interest-details {
    line-height: 3;
}
.events-section .container .row .col-lg-4 {
    background-color: transparent;
}
.member_h5 h5 {
    font-family: "DM Serif Display", serif;
    letter-spacing: 0.2px;
}

.details-btn a {
    background: #ea147e !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags@2x.png");
    }
    .showallanchor {
        color: #e9147b !important;
    }
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .interest_sec {
        width: 400px !important;
        margin-bottom: 20px !important;
    }
    .new_member_img img {
        height: 165px !important;
    }
    .showallanchor {
        color: #e9147b !important;
    }
}

@media screen and (max-width: 992px) {
    .location-box {
        justify-content: flex-start !important;
    }
    .member-info h5 {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .new_member_img img {
        height: 120px !important;
    }
}
.img-box i {
    font-size: 18px;
}
.cross-icon {
    color: #d92047;
}
.heart-icon {
    color: #1baacc;
}
.member-slider-button {
    border-radius: 0px !important;
}
.new-member-design {
    padding: 0px !important;
    margin: 25px 0px !important;
    margin-bottom: 0px !important;
    box-shadow: 0px 2px 20px #f1efef;
}
.owl-item.active {
    border-radius: 13px !important;
    overflow: hidden !important;
}

.up-events {
    margin-bottom: 50px;
    /* padding: 0px !important; */
    /* margin: 0.3rem; */
    /* margin: 25px -15px !important; */
    background-color: transparent;
    box-shadow: 0px 2px 20px #f1efef;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}
.past_events {
    background-color: transparent !important;
}

.eventss-section,
.past_events {
    padding-top: 30px;
}

.events-content {
    margin-top: 0px;
}
.main-buttons-design {
    display: flex;
    justify-content: space-between;
}
.members-merge-buttons {
    width: 50%;
}
@media screen and (max-width: 992px) {
    .msg_btn_pln span {
        color: #e8067e;
        font-size: 16px;
        margin: 0;
    }
    .main-buttons-design {
        display: block;
        justify-content: space-between;
    }
    .cros_btn {
        border-right: 2px solid #d92047 !important;
        border-radius: none !important;
        border-bottom-left-radius: 0px !important;
    }
    .heart_btn {
        border-radius: none !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .members-merge-buttons {
        width: 100%;
    }
    .showallanchor {
        color: #e9147b !important;
    }
}
.cros_btn {
    transition: 0.4s;
}
.cros_btn:hover {
    background-color: #ec8fa3;
}
.cros_btn i {
    transition: 0.4s;
}
.cros_btn:hover i {
    color: white;
}
.heart_btn {
    transition: 0.4s;
}
.heart_btn:hover {
    background-color: #8dd4e5;
}
.heart_btn i {
    transition: 0.4s;
}
.heart_btn:hover i {
    color: white;
}
.seprate-button {
    width: 49.5%;
    display: flex;
    justify-content: space-between;
}
.seprate-button i {
    margin-right: 5px;
}
p.MsoNormal {
    margin-bottom: 10px;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .msg_btn_pln span {
        color: #e8067e;
        font-size: 16px;
        margin: 0;
    }
    .seprate-button {
        width: 100%;
        margin-bottom: 10px;
    }
    .mem_detail {
        display: block !important;
    }
    .main-buttons-design {
        margin-bottom: 20px;
    }
    .single-member.new_member_h.text-center.up-events {
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
    }
    .section-head h2 {
        text-align: center;
    }
    .section-head p {
        text-align: center;
        font-size: 16px;
    }
    p.MsoNormal {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .notification_title h4 {
        font-size: 26px;
    }
    .showallanchor {
        color: #e9147b !important;
    }
}
.wedding_image1.weddingBg {
    border-radius: 13px;
}
.single-member.new_member_h.text-center.new-member-design {
    margin-bottom: 20px !important;
}
.check {
    color: #0289ba;
}

.user-profile-image {
    background: #f1f1f1;
    border-radius: 10px;
    height: 339px !important;
    overflow: hidden !important;
}

.edit-profile-image {
    background: #f1f1f1;
    border-radius: 10px;
    overflow: hidden !important;
}

@media screen and (max-width: 432px) {
    .msg_btn_pln span {
        color: #e8067e;
        font-size: 16px;
        margin: 0;
    }
    p {
        font-size: 16px !important;
    }
    .swal2-actions button {
        min-width: 230px;
    }
    .user-profile-image {
        background: #f1f1f1;
        border-radius: 10px;
        height: 285px !important;
        overflow: hidden !important;
    }
    .edit-profile-image {
        background: #f1f1f1;
        border-radius: 10px;
        height: 285px !important;
        overflow: hidden !important;
    }
    p.MsoNormal {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .showallanchor {
        color: #e9147b !important;
    }
}

.aboutEvent-section li {
    list-style: auto !important;
    text-align: left;
    color: #0b171c !important;
    opacity: 0.6;
}

.aboutEvent-section ul li {
    list-style-type: disc !important;
    /* Set the bullet style to disc */
}

.ft-social li {
    list-style: none !important;
    opacity: 1;
}
.MsoNormal span {
    font-size: 20px !important;
    font-family: "Helvetica" !important;
    color: #2e2e2e !important;
}

.aboutEvent-section p {
    font-size: 16px !important;
    color: #2e2e2e !important;
}

.MsoNormal span[style="font-size: 14px;"] {
    font-size: 20px;
    color: #2e2e2e !important;
}

.plan-details {
    padding: 10px 20px 30px 20px;
    font-size: 14px;
    color: hsl(209deg 28% 16% / 55%);
    font-family: Helvetica, sans-serif;
}

.plan-details ul li {
    display: flex;
}

.svg-design-title span {
    font-size: 14px;
    position: relative;
    bottom: 10px;
}
.checkicon {
    color: #69d669;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 3px;
}

/* Header Notifications */

.countnotifications {
    font-size: 10px;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    padding: 3px;
    text-align: center;
    background-color: #ea147e;
    position: absolute;
    left: 13px;
    bottom: 19px;
    font-weight: 1000;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    z-index: 2;
}
.showall {
    text-align: center;
}
.showallanchor {
    font-size: 14px !important;
    text-transform: capitalize;
}

.fa-bell {
    z-index: 0;
    font-size: 25px;
}

#headerNotifications {
    max-height: 260px;
    overflow: scroll;
}

#headerNotifications span {
    padding: 8px 0px;
    width: 100%;
    color: black;
    display: flex;
    border-bottom: 0.4px solid #000;
}
.notification-avatar {
    margin-top: 2px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.notification-text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 200px;
}

#headerNotifications span a {
    color: #000;
    font-size: 14px;
}

#headerNotifications span b {
    color: #000;
    font-size: 11px;
}

#headerNotifications span a:hover {
    color: #000;
}

.new-card-slot-design {
    display: flex;
    justify-content: space-between;
    width: 60%;
}
.images-design {
    display: flex;
}
/* .countnotifications i {
    position: absolute;
    bottom: 1px;
    right: 7px;

    text-decoration: none;
} */
.payment-card-header {
    background-color: white;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
.card-logo {
    background-color: #f0f0f0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-submit {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.title {
    font-size: 18px !important;
    width: 120px;
    color: #707070 !important;
}

.card_name {
    margin-top: -5px;
}

.payment-card-logo {
    width: 100px;
}
.payment-logo-text {
    font-size: 10px;
}
/* For extra small screens */
@media (max-width: 576px) {
    .btn_action {
        flex-direction: row;
    }
    .current-chat-body {
        height: calc(100% - 130px);
    }
    .dropdown-menu.show {
        /* top: auto; */
        /* right: 0; */
        left: auto !important;
    }
    .notification-drop .dropdown-menu.show {
        display: block !important;
        will-change: unset !important;
        right: 0 !important;
        transform: unset !important;
    }
    .new-card-slot-design {
        display: block;
    }
    .new-card-slot-design .images-design {
        margin-top: 20px;
    }

    .payment-card-header {
        background-color: white;
        padding: 0px;
        display: flex;
        flex-direction: column-reverse !important;
    }
    .card-logo {
        background-color: #f0f0f0;
        border-radius: 10px;
        padding: 10px;
        width: 210px;
        margin: auto;
        margin-bottom: 10px;
    }
    .new-card-slot-design {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
    .card_name {
        margin-top: 0px;
    }
}

/* For small screens */
@media (min-width: 577px) and (max-width: 991px) {
    .btn_action {
        flex-direction: row;
    }
    /* .current-chat-body {
        height: calc(100% - 130px);
    } */
    .others.show {
        /* top: auto; */
        /* right: 0; */
        left: auto !important;
    }
    .notify.show {
        display: block !important;
        will-change: unset !important;
        right: 0 !important;
        transform: unset !important;
    }
    .new-card-slot-design {
        display: block;
    }
    .new-card-slot-design .images-design {
        margin-top: 20px;
    }

    .payment-card-header {
        background-color: white;
        padding: 0px;
        display: flex;
        flex-direction: column-reverse !important;
    }
    .card-logo {
        background-color: #f0f0f0;
        border-radius: 10px;
        padding: 10px;
        width: 210px;
        margin: auto;
        margin-bottom: 10px;
    }
    .new-card-slot-design {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
    .card_name {
        margin-top: 0px;
    }
}

/* For medium screens */
@media (min-width: 992px) and (max-width: 1333px) {
    .btn_action {
        flex-direction: column;
    }
    .others.show {
        top: 0px !important;
        left: -80px !important;
    }
    .notify.show {
        display: block !important;
        top: 0px !important;
        left: -151px !important;
        /* will-change: unset !important; */
        /* right: 0 !important; */
        /* transform: unset !important; */
    }
    .account-form-inner {
        min-width: 500px;
        margin: auto;
    }
    /* .current-chat-body {
        height: calc(100% - 130px);
    } */
    .payment-card-header {
        background-color: white;
        padding: 0px;
        display: flex;
    }
    .new-card-slot-design {
        display: flex;
        justify-content: space-between;
        width: 51%;
    }
    .payment-logo-text {
        font-size: 13px;
    }
    .payment-card-logo {
        width: 130px;
    }
    .card_name {
        margin-top: 0px;
    }
}

/* For large screens and above */
@media (min-width: 1333px) and (max-width: 1600) {
    .btn_action {
        flex-direction: row;
    }
    .others.show {
        top: 0px;
        /* right: 0; */
        transform: translate3d(-212px, 50px, 0px);
        left: -10px !important;
    }
    .notify.show {
        display: block !important;
        top: 0px;
        /* will-change: unset !important; */
        /* right: 0 !important; */
        /* transform: unset !important; */
    }
    .account-form-inner {
        min-width: 500px;
        margin: auto;
    }
    .new-card-slot-design {
        display: flex;
        justify-content: space-between;
        width: 51%;
    }

    /* .current-chat-body {
        height: calc(100% - 130px);
    } */
}
@media (min-width: 1600px) {
    .btn_action {
        flex-direction: row;
    }
    .others.show {
        top: 0px !important;
        left: -190px !important;
    }
    .notify.show {
        top: 0px !important;
        left: -217px !important;
    }
    .account-form-inner {
        min-width: 500px;
        margin: auto;
    }
    /* .current-chat-body {
        height: calc(100% - 130px);
    } */
    .new-card-slot-design {
        display: flex;
        justify-content: space-between;
        width: 51%;
    }
}

@media (min-width: 1333px) and (max-width: 1600px) {
    .btn_action {
        flex-direction: row;
    }
    .others.show {
        top: 0px !important;
        left: -190px !important;
    }
    .notify.show {
        top: 0px !important;
        left: -217px !important;
    }
    .account-form-inner {
        min-width: 500px;
        margin: auto;
    }
    /* .current-chat-body {
        height: calc(100% - 130px);
    } */
    .new-card-slot-design {
        display: flex;
        justify-content: space-between;
        width: 51%;
    }
}
.account-form-inner h3 {
    font-family: "DM Serif Display", serif;
    color: #ea147e;
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
}

/* For extra-large devices like large desktops */
@media (min-width: 1200px) {
    .account-form-inner h3 {
        font-size: 45px;
    }
}
/* For large devices like desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .account-form-inner h3 {
        font-size: 45px;
    }
}

/* For medium devices like tablets */
@media (min-width: 768px) and (max-width: 991px) {
    .account-form-inner h3 {
        font-size: 45px;
    }
}

/* For small devices like smartphones */
@media (max-width: 767px) {
    .account-form-inner h3 {
        font-size: 35px;
    }
}
