/* *{
    margin: 0;
    padding: 0;
} */
*{
    box-sizing: border-box;
}
body {
    font-family: 'Graphik', sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h1 {
    color: #ffffff;
    margin: 20px 0 5px 0;
    font-size: 27px;
}

::placeholder {
    color: rgba(0, 0, 0, 0.718) !important;
}

.submit-div {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}

.submit-div.with-back-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.submit-btn {
    padding: 10px 30px;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.695) !important;
    border: none;
    outline: none;
    border-radius: 6px;
}

.proceed-btn,
.link-btn {
    padding: 10px 30px;
    color: #65abd5;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}

.proceed-btn.inactive {
    opacity: 0.3;
    pointer-events: none;
}

.proceed-btn.active {
    opacity: 1;
    pointer-events: initial;
}

/* grid system */
.text-center {
    text-align: center;
}

.container {
    width: 90%;
    margin: 0 auto;
}

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

.col-12 {
    width: 100%;
}

.col-6 {
    width: 50%;
}

/*  */
.header {
    background-color: #fff;
}

.header-div {
    display: flex;
    align-items: center;
}

.nav {
    width: 100% !important;
}

.download {
    width: 20% !important;
}

.top-nav{
    position: relative;
    background: #c04c95;
}

.top-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 120px;
}

.contact-nav {
    padding: 10px 0;
    display: flex;
    justify-content:space-between;
}

.contact-nav-links {
    display: flex;
    align-items: center;
}

.contact-nav a img {
    height: 30px;
    margin-right: 10px;
}

.contact-nav a {
    color: #fff;
    margin-right: 20px;
}

.login-links a {
    padding: 10px 15px;
    color: #fff;
    background-color: #c04c95;
    margin-right: 10px;
    border-radius: 4px;
}

.header-links-section .login-links a{
    background-color: #dfa6c9;
}

.logo a img {
    height: 40px;
}

.header-links-section .login-links.logged-in a{
    background: #c04c95;
}

.main-nav .container {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 120px;
}

.nav-links ul {
    margin: 0;
    margin-right: 10px;
    padding: 0;

}

.nav-links ul li {
    list-style: none;
    display: inline;
}

.nav-links ul li a {
    color: #65abd5;
    padding: 10px;
    font-weight: 500;

}
.mobile-nav-links{
    display:none;
}
.menu-btn{
     display:none;
}
.download-div {
    margin-left: 30px;
    margin-top: -10px;
}

.download-div a {
    padding: 10px 30px;
    border: 1px solid #ec008c;
    color: #ec008c;
    border-radius: 4px;
}

/* -----------  banner ------------------- */
.banner {
    width: 100%;
    min-height: calc(100vh - 136px);
    background: url('../images/heart-solid.svg') center repeat #65aad4;
    background-size: 16px 16px;
    z-index: -1;
    padding-bottom: 80px;
}

.banner-div {
    margin-top: 30px;
}

.banner-img img {
    height: 400px;
}

.banner-content {
    margin-top: 50px;
    position: relative;
}

.banner-scroller{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-scroller .each-images{
    display: none;
}

.banner-scroller #bimg1{
    display: block;
}

.banner-scroller .each-images img{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.3;
}

.banner-text-wrap{
    position: relative;
    z-index: 2;
    padding: 20px;
    padding-right: 150px;
}

.banner-content a.sign-up-login-link {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
}

.banner-content span.or-text {
    display: block;
    color: #fff;
    margin: 10px 0;
    font-size: 12px;
    position: relative;
}

.banner-content span.or-text::after {
    content: "";
    position: absolute;
    left: 22px;
    bottom: 6px;
    width: 20%;
    height: 1px;
    background-color: #fff;
}

.banner-content p {
    color: #fff;
    line-height: 28px;
}

.banner-profiles,
.banner-profiles *{
    box-sizing: border-box;
}

.banner-profiles{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 300px;
}

.banner-profiles .banner-inner{
    display: flex;
    overflow: hidden;
    width: 310px;
    height: 310px;
    border: solid 5px #fff;
    background: rgba(0, 0, 0, 0.5);
}

.banner-profiles .each-profiles{
    position:relative;
    min-width: 300px;
    width: 290px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-profiles .each-profiles img{
    width: 100%;
}

.banner-profiles .each-profiles .details-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    padding: 15px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    box-sizing: border-box;
}

.breadcrumbs {
    margin-top: -20px;
}

.breadcrumbs .fa-chevron-right {
    font-size: 12px;
}

.breadcrumbs,
.breadcrumbs a {
    color: #fff;
}

/* ---------------- interested------------- */
.interested-div {
    margin: 10% 10px;
}

.interested,
.age {
    padding: 10px;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.318);
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 18px;
    margin-bottom: 10px;
}

.age {
    margin: 0 5px;
}

.middle-line {
    width: 10px;
    height: 2px;
    color: #000;
}

.disc {
    margin: 20px 0;
    color: #fff;
}

.form-buttons {
    margin-bottom: 50px;
}

.form-msg-popup-overylay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.form-msg-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
}

.form-msg-popup .form-box {
    background: #fff;
    border: solid 1px #ddd;
    padding: 30px;
    position: relative;
    width: 100%;
    max-width: 420px;
    max-height: calc(100vh - 50px);
    overflow: auto;
    text-align: center;
    border-radius: 10px;
}

.form-msg-popup .form-box .checkmark-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.form-msg-popup .form-box .checkmark-wrapper {
    background: green;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.form-msg-popup .form-box .checkmark {
    display: inline-block;
    transform: rotate(45deg);
    height: 50px;
    width: 25px;
    border-bottom: 7px solid #fff;
    border-right: 7px solid #fff;
}

.form-msg-popup .form-box .cross-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.form-msg-popup .form-box .cross-wrapper {
    background: red;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

.form-msg-popup .form-box .cross-wrapper .cross {
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -35px;
    margin-right: -35px;
    width: 70px;
    height: 70px;
}

.form-msg-popup .form-box .cross-wrapper .cross:before,
.form-msg-popup .form-box .cross-wrapper .cross:after {
    position: absolute;
    left: 35px;
    content: ' ';
    height: 70px;
    width: 2px;
    background-color: #fff;
}

.form-msg-popup .form-box .cross-wrapper .cross:before {
    transform: rotate(45deg);
}

.form-msg-popup .form-box .cross-wrapper .cross:after {
    transform: rotate(-45deg);
}

.form-msg-popup .form-box .close-popup {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 26px;
    height: 26px;
    opacity: 0.4;
}

.form-msg-popup .form-box .close-popup:hover {
    opacity: 1;
}

.form-msg-popup .form-box .close-popup:before,
.form-msg-popup .form-box .close-popup:after {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #333;
}

.form-msg-popup .form-box .close-popup:before {
    transform: rotate(45deg);
}

.form-msg-popup .form-box .close-popup:after {
    transform: rotate(-45deg);
}

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

.resend-link {
    text-align: right;
}

.resend-link a {
    color: #fff;
    font-size: 0.7em;
}

.profile-name {
    color: #fff;
    font-size: 0.85em;
    margin-right: 5px;
    display: flex;
}

.profile-name .pname {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
}

.profile-img-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.profile-img-link.has-new-notifications{
    position: relative;
}

.profile-img-link.has-new-notifications::before{
    content: '';
    position: absolute;
    right: -3px;
    top:-3px;
    background: green;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.profile-img-link svg {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    fill: #fff;
}

.header-links-section {
    position: relative;
    display: flex;
    align-items: center;
}

.login-links.logged-in,
.login-links.logged-in *{
    box-sizing: border-box;
}

.login-links.logged-in {
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    width: 200px;
    padding: 5px 10px;
    z-index: 10;
    border-radius: 4px;
    display: none;
}

.login-links.logged-in a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
    margin: 10px 0;
}

.login-links.logged-in a .dot{
    width: 10px;
    height: 10px;
    background: green;
    border-radius: 50%;
}

.select-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.select-buttons a {
    display: flex;
    padding: 12px 20px;
    outline: none;
    border: none;
    border-radius: 6px;
    color: #65abd5;
    background-color: #fff;
    width: calc(50% - 5px);
    align-items: center;
    margin: 5px 0;
    opacity: 0.4;
    transition: all ease-in-out 300ms;
}

.select-buttons a:hover,
.select-buttons a.selected {
    opacity: 1;
}

.select-buttons a.disabled-link {
    cursor: pointer;
    opacity: 0.2;
    pointer-events: none;
    cursor: not-allowed;
}

.form-box label.with-icon {
    display: flex;
    width: 100%;
    align-items: center;
}

.form-box label.with-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-left: 5px;
}

.alert-box {
    position: relative;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    color: #fff;
    background-color: #085910;

}

.alert-box.failed {
    background-color: #590808;
}

.profiles-wrapper,
.profiles-wrapper * {
    box-sizing: border-box;
}

.profiles-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.profiles-wrapper a {
    position: relative;
    width: 150px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin: 5px;
}

.profiles-wrapper a .prf-det {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    width: 100%;
    z-index: 1;
    color: #fff;
    font-size: 0.85em;
}

.profiles-wrapper a .prf-det .text-1 {
    font-weight: bold;
}

.profiles-wrapper a .prf-det .text-2 {
    font-size: 0.85em;
}

.profile-details-wrapper,
.profile-details-wrapper * {
    box-sizing: border-box;
}

.profile-details-wrapper {
    display: flex;
}

.profile-details-wrapper .profile-details-left {
    width: 300px;
}

.profile-details-wrapper .profile-details-left img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.profile-details-wrapper .profile-details-left .img-holder {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

.profile-details-wrapper .profile-details-left .img-holder img{
    max-width: 150px;
    box-shadow: 0 0 0 #fff;
    border-radius: 0;
}

.profile-details-wrapper .profile-details-right {
    width: calc(100% - 300px);
    padding-left: 20px;
    color: #fff;
}

.profile-details-wrapper .profile-details-right .prf-head-text {
    font-size: 1.2em;
}

.profile-details-wrapper .profile-details-right .prf-head-text2 {
    font-size: 1.2em;
    margin-top: 10px;
}

.profile-details-wrapper .profile-details-right .prf-head-text3 {
    font-size: 1.2em;
    margin-top: 20px;
    font-weight: 600;
}

.profile-details-wrapper .profile-details-right .prf-normal-text {
    margin-top: 10px;
    font-size: 0.85em;
}

.profile-details-wrapper .profile-details-right .prf-head-text .prf-name {
    font-size: 1.4em;
    font-weight: 600;
}

.profile-details-wrapper .profile-details-right .prf-details-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    width: calc(100% + 10px);
    margin-top: 10px;
}

.profile-details-wrapper .profile-details-right .prf-details-wrap .prf-details-each {
    margin: 5px;
    width: calc(33.33% - 10px);
    color: #c04c95;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-weight: 600;
}

.profile-details-wrapper .profile-details-right .prf-details-wrap .prf-details-each .det-label {
    font-size: 0.7em;
    margin-bottom: 3px;
    color: #65abd5;
    font-weight: normal;
}

.page-heading {
    padding: 0;
    margin: 0 0 30px 0;
}

.profiles-listing-wrapper {
    display: flex;
    position: relative;
}

.profiles-listing-wrapper,
.profiles-listing-wrapper * {
    box-sizing: border-box;
}

.profiles-listing-wrapper .profiles-section {
    width: calc(100% - 300px);
}

.profiles-listing-wrapper .filter-wrapper {
    color: #65abd5;
    width: 300px;
    background: rgba(255,255,255, 1);
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100vh - 250px);
    overflow: auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.stick-filter .profiles-listing-wrapper .filter-wrapper {
    position: fixed;
    right: 43px;
    top: 20px;
}

.filter-wrapper .filter-heading {
    font-size: 1.3em;
    margin-bottom: 15px;
    font-weight: 600;
}

.filter-wrapper .filter-section {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #65abd5;
}

.filter-wrapper .filter-section .filter-section-heading {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-wrapper .filter-section .filter-section-heading a {
    color: #65abd5;
    text-decoration: none;
    font-size: 0.7em;
}

.filter-wrapper .filter-section .fselect-buttons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
}

.filter-wrapper .fselect-buttons a {
    display: flex;
    outline: none;
    border: none;
    border-radius: 6px;
    color: #fff;
    background-color: #65abd5;
    align-items: center;
    opacity: 0.4;
    padding: 8px;
    width: auto;
    margin: 5px;
    font-size: 0.8em;
}

.filter-wrapper .filter-section .fselect-buttons a:hover,
.filter-wrapper .filter-section .fselect-buttons a.selected {
    opacity: 1;
}

.fselected-button-wrapper {
    padding: 10px 0;
}

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

.fselected-button-wrapper .fselected-button div {
    display: flex;
    outline: none;
    border: none;
    border-radius: 6px;
    color: #65abd5;
    background-color: #fff;
    align-items: center;
    padding: 8px 25px 8px 8px;
    width: auto;
    margin: 0 5px 5px 0;
    font-size: 0.8em;
    position: relative;
}

.fselected-button-wrapper .fselected-button div span em {
    font-size: 0.7em;
    display: block;
    font-style: normal;
    margin-bottom: 2px;
}

.fselected-button-wrapper .fselected-button div a.close {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
}

.fselected-button-wrapper .fselected-button div a.close:before,
.fselected-button-wrapper .fselected-button div a.close:after {
    position: absolute;
    left: 6px;
    content: ' ';
    height: 12px;
    width: 2px;
    background-color: #65abd5;
}

.fselected-button-wrapper .fselected-button div a.close:before {
    transform: rotate(45deg);
}

.fselected-button-wrapper .fselected-button div a.close:after {
    transform: rotate(-45deg);
}

.profile-details-right .prf-head-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.profile-details-right .prf-head-wrapper .prf-head-right .prf-action-links {
    display: flex;
    position: absolute;
    right: 65px;
}

.profile-details-right .prf-head-wrapper .prf-head-right .prf-action-links a {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    margin-left: 10px;
    background: #c04c95;
    color: #fff;
    border: solid 1px #c04c95;
}

.profile-details-right .prf-head-wrapper .prf-head-right .prf-action-links a svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    fill: #fff;
}

.profile-details-right .prf-head-wrapper .prf-head-right .prf-action-links a:hover,
.profile-details-right .prf-head-wrapper .prf-head-right .prf-action-links a.active {
    background: #fff;
    border: solid 1px #c04c95;
    color: #c04c95;
}

.profile-details-right .prf-head-wrapper .prf-head-right .prf-action-links a:hover svg,
.profile-details-right .prf-head-wrapper .prf-head-right .prf-action-links a.active svg {
    fill: #c04c95;
}

.profiles-wrapper a .like-status-msg {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 20px;
    border-radius: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 11px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.profiles-wrapper a .like-status-msg svg {
    width: 10px;
    height: 10px;
    margin-right: 3px;
    fill: #fff;
}

.chkbox-form-box {
    margin-top: 10px;
}

label.checkbox-container {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

label.checkbox-container.full-width {
    width: 100%;
}

.checkbox-container {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    color: #fff;
    font-size: 0.85em;
}

.checkbox-container a {
    color: #fff;
    text-decoration: underline;
}

/* Hide the browser's default checkbox */
.checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: -1;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 3px;
}

.checkbox-container .checkmark+span {
    width: calc(100% - 35px);
    padding-left: 5px;
    padding-right: 10px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
    background-color: #c04c95;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-container .label-text {
    display: inline-block;
    vertical-align: middle;
}

.pg-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
}

.pg-popup .pg-wrapper {
    padding: 10px;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pg-popup .pg-wrapper .pg-content-wrapper {
    width: 100%;
    background: #fff;
    max-width: 500px;
    border: solid 1px #ddd;
}

.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-head {
    padding: 15px;
    border-bottom: solid 1px #ddd;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-head .close-popup {
    width: 22px;
    height: 22px;
    position: relative;
}

.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-head .close-popup:before,
.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-head .close-popup:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #333;
}

.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-head .close-popup:before {
    transform: rotate(45deg);
}

.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-head .close-popup:after {
    transform: rotate(-45deg);
}

.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-body {
    padding: 15px;
    max-height: calc(100vh - 200px);
    overflow: auto;
}

.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-body input,
.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-body textarea,
.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-body select {
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
}

.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-body textarea {
    min-height: 200px;
}

.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-footer {
    padding: 15px;
    border-top: solid 1px #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pg-popup .pg-wrapper .pg-content-wrapper .pg-content-footer button {
    padding: 10px 15px;
}

.plans-wrapper {
    display: flex;
    margin-left: -10px;
    width: calc(100% + 20px);
}

.plans-wrapper a.each-plan {
    display: flex;
    padding: 12px 20px;
    outline: none;
    border: none;
    border-radius: 6px;
    color: #fff;
    background-color: #c04c95;
    margin: 10px;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(50% - 20px);
}

.plans-wrapper a.each-plan svg {

    width: 20px;
    height: 20px;
    fill: #fff;
    margin-left: 5px;
}

.plans-wrapper a.each-plan .plan-name {
    font-size: 1.2em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.plans-wrapper a.each-plan .other-details {
    display: flex;
    justify-content: space-between;
}

.plans-wrapper a.each-plan .other-details .label {
    font-size: 0.85em;
    margin-bottom: 2px;
    color: #d094b7;
}

.edit-profile-form,
.edit-profile-form * {
    box-sizing: border-box;
}

.edit-profile-form .account-form {
    max-height: none;
    overflow: visible;
    height: auto;
}

.change-passw-page .account-form{
    max-height: none;
    overflow: visible;
    height: auto;
}

.edit-profile-form .account-form .each-ques-box-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.edit-profile-form .account-form .each-ques-box {
    width: calc(50% - 20px);
    padding: 20px;
    background: #c04c95;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 20px 10px;
    max-height: 510px;
    overflow: auto;
}

.edit-profile-form .account-form .each-ques-box.with-more-form-inside {
    padding-top: 10px;
    padding-bottom: 10px;
}

.edit-profile-form .account-form .each-ques-box.with-more-form-inside .form-box {
    margin: 10px 0;
}

.edit-profile-form .account-form .each-ques-box .form-box {
    margin: 0;
}

.edit-profile-form .submit-div-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #c04c95;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0;
    z-index: 1;
}

.edit-profile-form .submit-div-wrapper .submit-div {
    max-width: 90%;
    margin: 0 auto;
}

.chats-wrapper,
.chats-wrapper * {
    box-sizing: border-box;
}

.chats-wrapper {
    max-width: 800px;
    margin: 20px auto;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    display: flex;
    position: relative;
    min-height: calc(100vh - 180px);
}

.chats-wrapper.single-chat {
    max-width: 600px;
}

.chats-wrapper .profile-header {
    padding: 5px 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: solid 1px #ddd;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background: #fff;
}

.chats-wrapper .chat-details-wrapper {
    max-height: calc(100vh - 240px);
    overflow-x: visible;
    overflow-y: auto;
    padding-bottom: 80px;
}

.chats-wrapper .profile-header img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.chats-wrapper .chats-list {
    position: relative;
    width: 250px;
    border-right: solid 1px #ddd;
    padding-top: 60px;
}

.chats-wrapper .chat-box-wrapper {
    position: relative;
    width: calc(100% - 250px);
    padding-top: 60px;
}

.chats-wrapper.single-chat .chat-box-wrapper{
    width: 100%;
}

.chatting-profiles-wrapper a {
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ddd;
    font-size: 0.85em;
    color: #000;
}

.chatting-profiles-wrapper a:hover,
.chatting-profiles-wrapper a.active {
    background: #ececec;
}

.chatting-profiles-wrapper a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.chat-box-wrapper .chat-box {
    margin: 5px 0;
}

.chat-box-wrapper .chat-box .msg-box {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.chat-box-wrapper .chat-box .msg-box.box-left {
    align-items: flex-start;
}

.chat-box-wrapper .chat-box .msg-box.box-right {
    align-items: flex-end;
}

.chat-box-wrapper .chat-box .msg-box .text-box {
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    border: solid 1px #ddd;
    font-size: 0.85em;
    max-width: 70%;
    width: 100%;
}

.chat-box-wrapper .chat-box .msg-box .date-time {
    font-size: 0.7em;
    color: #666;
    font-style: italic;
    padding: 0 10px;
}

.chat-box-wrapper .chat-box .msg-box.box-right .text-box {
    background: #ececec;
}

.chat-box-wrapper .chat-send-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
}

.chat-box-wrapper .chat-send-box .chat-input {
    position: relative;
}

.chat-box-wrapper .chat-send-box .chat-input input {
    width: 100%;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding-right: 40px;
}

.chat-box-wrapper .chat-send-box .chat-input input:disabled{
    cursor: not-allowed;
    background: #ddd;
    opacity: 0.3;
}

.chat-box-wrapper .chat-send-box .chat-input a {
    position: absolute;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    box-shadow: 0 0 0 #fff;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background: none;
    cursor: pointer;
}

.chat-box-wrapper .chat-send-box .chat-input a svg {
    width: 20px;
    height: 20px;
    fill: #000;
}

.chat-box-wrapper .chat-box .msg-box.skeleton-box .text-box {
    min-height: 100px;
    animation: shine 1s infinite;
    border: 0;
    background: #f2f2f2;
    animation: shine-box 2s infinite ease;
}

.chat-box-wrapper .chat-box .msg-box.skeleton-box .date-time {
    width: 100%;
    display: flex;
}

.chat-box-wrapper .chat-box .msg-box.skeleton-box.box-right .date-time {
    justify-content: flex-end;
}

.chat-box-wrapper .chat-box .msg-box.skeleton-box .date-time .skeleton-line {
    max-width: 150px;
    height: 12px;
    border-radius: 6px;
    background: #f2f2f2;
    width: 100%;
    margin-top: 2px;
    animation: shine-box 2s infinite ease;
}

@keyframes shine-box {
    0% {
        opacity: 0.5;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}
.chat-box-wrapper .chat-send-box .add-chat{
    display: none;
}
#chat-skeleton-loader,
#add-skeleton-box{
    display: none;
}
.chat-warning{
    background: #daf3a9;
    padding: 10px;
    font-size: 0.75em;
    color: #000;
    margin-top: -5px;
    margin-bottom: 5px;
}
.chat-warning .warning-links{
    display: flex;
    align-items: center;
    margin: 2px 0 0 0;
}
.chat-warning .warning-links a{
    background: #28a745;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin: 3px;
}
.chat-warning .warning-links a.reject{
    background: #dc3545;
}
.chat-warning .warning-links a:first-child{
    margin-left: 0;
}
.no-chats{
    padding: 10px;
    text-align: center;
    font-size: 0.7em;
    color: #666;
}
.new-message{
    color: #dc3545;
    font-size: 0.7em;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding:10px;
}
.new-message::before,
.new-message::after{
    content:'';
    width: calc(50% - 50px);
    background: #dc3545;
    height: 1px;
}

.notify-wrapper{
    max-width: 600px;
}

.notify-wrapper a,
.notify-wrapper .each-notification{
    margin: 15px 0;
    color: #65abd5;
    background-color: #fff;
    border-radius: 10px;
    padding:15px;
    display: block;
}

.notify-wrapper .each-notification{
    opacity: 1;
}

.notify-wrapper .each-notification .img-section{
    margin-bottom: 10px;
}

.notify-wrapper .each-notification .head-text-section{
    font-weight: bold;
    margin-bottom: 10px;
}

.notify-wrapper .each-notification .img-section img{
    max-width: 100%;
}

.notify-wrapper a.new{
    opacity: 1;
}

.notify-wrapper a .date-time{
    margin-top: 2px;
    font-size: 0.7em;
    font-style: italic;
}

.advertisements-wrapper,
.advertisements-wrapper *{
    box-sizing: border-box;
}

.advertisements-heading{
    color:#fff;
    font-size: 20px;
    margin-top: 50px;
}

.advertisements-wrapper{
    display: flex;
    width: 100%;
    overflow: auto;
    padding: 10px 0;
}

.interestedin-page .advertisements-wrapper{
    width: calc(100% - 320px);
}

.advertisements-wrapper a{
    margin: 0 10px;
    width: 200px;
    min-width: 200px;
    height: 200px;
    border-radius: 10px;
    background: #e8e8e8;
}

.advertisements-wrapper a:first-child{
    margin-left: 0;
}

.advertisements-wrapper a .img-holder{
    height: 160px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.advertisements-wrapper a .img-holder img{
    max-width: 100%;
    max-height: 120px;
}

.advertisements-wrapper a .text-holder{
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    font-size: 0.85em;
    line-height: 1.2em;
    border-top:solid 1px #c04c95;
    background: #c04c95;
    border-radius: 0 0 10px 10px;
}
.hnotifications-outer,
.hnotifications-outer *{
    box-sizing: border-box;
}
.hnotifications-outer{
    position: fixed;
    background: #facce8;
    border-top: 4px solid #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index:99999 ;
}
.hnotifications-outer .hnotifications-wrapper{
    display: flex;
    align-items: center;
    padding: 10px;
    color: #ec008c;
    width: 100%;
}
.hnotification-header{
    font-weight: bold;
    padding-right: 10px;
}
.hnotifications-outer .hnotifications-wrapper a{
    color: #ec008c;
    font-size: 0.85em;
    display: none;
}
.hnotifications-outer .hnotifications-wrapper a .hn-wrap{
    display: flex;
    align-items: center;
    width: 100%;
}
.hnotifications-outer .hnotifications-wrapper a#hn-1{
    display: flex;
}
.hnotifications-outer .hnotifications-wrapper a .img-holder{
    width: 30px;
    min-width: 30px;
}
.hnotifications-outer .hnotifications-wrapper a .img-holder img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 0;
}
.hnotifications-outer .hnotifications-wrapper a .text-holder{
    padding-left: 10px;
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hnotifications-home-outer,
.hnotifications-home-outer *{
    box-sizing: border-box;
}
.hnotifications-home-outer{
    width: 100%;
    background-color: #fff;
    padding: 10px 50px;
}
.hnotifications-home-outer .hnotifications-wrapper{
    color: #65abd5;
    width: 100%;
    border-radius: 10px;
}
.hnotification-header{
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
.hnotifications-home-outer .hnotifications-wrapper a{
    color: inherit;
    font-size: 0.85em;
    padding: 0;
    display: none;
}
.hnotifications-home-outer .hnotifications-wrapper a#adv1{
    display: block;
}
.hnotifications-home-outer .hnotifications-wrapper a:last-child{
    border-bottom: 0;
}
.hnotifications-home-outer .hnotifications-wrapper a .hn-wrap{
    display: flex;
    align-items: center;
    width: 100%;
}
.hnotifications-home-outer .hnotifications-wrapper a#hn-1{
    display: flex;
}
.hnotifications-home-outer .hnotifications-wrapper a .img-holder{
    width: 80px;
    min-width: 80px;
}
.hnotifications-home-outer .hnotifications-wrapper a .img-holder img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    line-height: 0;
}
.hnotifications-home-outer .hnotifications-wrapper a .text-holder{
    padding-left: 10px;
    width: calc(100% - 30px);
}

.account-form .phone-number-wrapper{
    display: flex;
    align-items: center;
}
.account-form .phone-number-wrapper select{
    width: 100px;
    margin-right: 5px;
}
.account-form .phone-number-wrapper select + input{
    width: calc(100% - 105px);
}
.footer,.footer *{
    box-sizing: border-box;
}
.footer{
    padding: 10px 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #c04c95;
    color: #fff;
    font-size: 11px;
}

.footer a{
    color: inherit;
}


.q-notes{
    color: #fff;
    display: block;
    margin-bottom: 2px;
    font-size: 0.7em;
    font-style: italic;
}

.form-box-input-with-eye{
    position: relative;
}

.account-form .form-box-input-with-eye input[type="password"]{
    padding-right: 30px;
    height: 45px;
}

.form-box-input-with-eye .eye-holder{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.form-box-input-with-eye .eye-holder svg{
    width: 16px;
    height: 16px;
    fill: #65abd5;
    position: absolute;
    right: 0;
    top: 0;
}

.reg-banner{
    position: relative;
    height: 400px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.reg-banner .banner-scroller .each-images img{
    opacity: 0.5;
}

body.edit-profile-page{
    padding-bottom: 75px;
}

.header-container{
    position: relative;
}
.header-container .header-div{
    position: relative;
    z-index: 1;
}
.header-container .header-pic{
    position: absolute;
    right: 0px;
    top: 17px;
    z-index: 1;
    width: 100px;
    height: 100px;
    background: #fdf0f9;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: first baseline;
    justify-content: center;
    border:solid 1px rgba(236, 0, 140, 0.4);
}
.header-container .header-pic img{
    max-width: 90px;
    max-height: 90px;
    opacity: 1;
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
}
.white-small-text{
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.contact-us-wrapper{
    color: #fff;
    width: calc(100% - 40px);
    max-width: 700px;
}

.tabs-wrapper{
    display: flex;
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
    overflow: auto;
}

.tabs-wrapper a{
    display: flex;
    align-items: center;
    color: #fff;
    padding:20px;
    font-size: 14px;
    white-space: nowrap;
}

.tabs-wrapper a svg{
    width: 16px;
    height: 16px;
    line-height: 0;
    fill: #fff;
    margin-right: 10px;
}

.tabs-wrapper a:first-child svg{
    width: 13px;
    height: 13px;
}

.tabs-wrapper a.active{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.tabs-wrapper a.active svg{
    fill: #fff;
}

.tab-content-wrapper{
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
}

.tab-content-wrapper .each-content.with-map{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.each-content .contact-box{
    font-size: 14px;
}

.each-content .contact-box p{
    margin: 0;
    padding-bottom: 5px;
}

.each-content .iframe-box{
    margin-top: 10px;
}

.each-content .iframe-box iframe{
    width: 100% !important;
}

.contact-us-wrapper .account-form{
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

.app-download{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}

.app-download a{
    display: flex;
    margin-right: 10px;
}

.app-download a img{
    max-width: 120px;
}

@media only screen and (max-width: 900px){


    .mobile-nav-links{
        display:block;
    }
    .menu-btn{
        display:block;
    }

  .contact-nav{
        display:flex;
        align-items:center;
        justify-content: flex-start;
        width: 50%;
    }

    .login-links {
        /*display: none ;*/
         width: 100%;
         text-align: right;
    }

    .header-links-section {
        width: 50%;

    }
    .top-nav{
         border-bottom: 1px solid #ec008c;
    }
    .contact-nav a img {
        height: 20px;
        margin-right: 5px;
    }
    .nav {
        width: 100% !important;
    }
     .contact-nav a {
        font-size: 13px;
    }
    .top-nav::after {
        display: none;
    }
    .download {
        display: none;
    }
    /* .main-nav .nav-links {
        display: none;
    } */

    /* menu btn */
    .menu-btn {
        background: none;
        border: none;
        outline: none;
    }

    .menu-btn span .fa-solid {
        font-size: 30px;
        color: #65abd5 !important;
    }
    .nav-links{
        position: fixed;
        left: -210px;
        width: 200px;
        top: 0;
        height: 100vh;
        background-color: #65abd5;
        z-index: 99999999999999999999999999999999999999999 !important;
        padding: 20px 20px 0 20px;
        overflow: scroll;
        transition: all ease-in-out 300ms;
    }
    .nav-links::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.1) !important;
        border-radius: 10px !important;
    }

    .nav-links::-webkit-scrollbar {
        width: 3px !important;
        height: 5px !important;
    }

     .navlinks ul{
         margin:0 !important;
         padding:0;
     }
    .navlinks ul:first-child{
        margin-top: 50px !important;
    }
    .nav-links ul li{
        display: block !important;
        padding: 15px 0;
    }

    .nav-links ul li a{
        color: #fff !important;
        padding:0 !important;
        display:block;
        width:100%;
    }
    .mobile-nav-links a{
        color: #fff !important;
        display:block;
        width:100%;
        padding:15px 0;
        font-weight: 500;
    }
   .col-6{
        width: 100% ;
   }
    .banner-img img {
        height: auto;
        width:100%;
    }
    .edit-profile-form .account-form .each-ques-box {
        width: calc(100%);
    }
    .header-container .header-pic{
        display: none;
    }
    .header-container .header-div{
        padding-right: 0;
        z-index: 11;
    }
    .top-nav .container,
    .main-nav .container{
        padding-right: 0;
    }
}

.filter-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
}

.filter-wrapper::-webkit-scrollbar {
    width: 3px !important;
    height: 5px !important;
}

@media only screen and (max-width:768px){
    .banner-text-wrap{
        padding-right: 20px;
    }

    .profiles-listing-wrapper {
        display: flex;
        position: relative;
        flex-wrap: wrap;
    }

   .profiles-listing-wrapper .profiles-section {
        width: 100%;
    }

    .profiles-listing-wrapper .filter-wrapper {
        width: 100%;
        position : static !important;
        order:-1 !important;
        margin-bottom:20px;
        height:150px;
    }

    .profiles-wrapper a {
        position: relative;
        width: 100%;
        height: 300px;
        border-radius: 10px;
        overflow: hidden;
        margin: 5px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .interestedin-page .advertisements-wrapper {
        width: 100%;
    }

    .contact-nav{
        justify-content:flex-start;
        gap:10px
    }

    .contact-nav a {
        font-size: 12px;
        margin-right: 0px;
    }
    .contact-nav a img {
    height: 26px;
    margin-right: 10px;
    }

    .header-links-section {
    justify-content: flex-end;
    }
}

@media only screen and (max-width:600px){
    .contact-nav a p{
        display:none;
    }
    .contact-nav a img {
        height: 26px;
        margin-right: 0px;
    }
    .login-links a {
        margin-right: 0px !important;
    }
    .contact-nav {
        width: 30%;
    }
    .header-links-section {
        width: 70%;
    }
    .login-links a {
        padding: 7px 15px;
    }

     .profile-details-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .profile-details-wrapper .profile-details-left {
        width: 100%;
    }
    .profile-details-wrapper .profile-details-right {
        width: 100%;
        padding-left:0;
        margin-top:10px;
    }

    .profile-details-right .prf-head-wrapper {
        flex-wrap: wrap;
    }
    .profile-details-right .prf-head-wrapper .prf-head-right .prf-action-links {
        display: flex;
        right: 65px;
        position: static;
    }

    .profile-details-right .prf-head-wrapper .prf-head-right .prf-action-links a {
        padding: 0 10px;
        margin-left: 0px;
        margin-right:10px;
        margin-top:10px;
    }

    .profile-details-wrapper .profile-details-right .prf-details-wrap .prf-details-each {
        width: calc(50% - 10px);
    }

    .select-buttons a {
        display: flex;
        padding: 12px 5px;
        font-size:14px;
    }
}
@media only screen and (max-width:400px){
    .profile-details-right .prf-head-wrapper .prf-head-right .prf-action-links a {
    padding: 0 10px;
    margin-left: 0px;
    margin-right: 5px;
    font-size:14px;
    }
}

