@font-face {
	font-family: 'cera_problack_italic';
	src: url('fonts/cera_pro_black_italic-webfont.woff2') format('woff2'),
		url('fonts/cera_pro_black_italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'cera_problack';
	src: url('fonts/cera_pro_black-webfont.woff2') format('woff2'),
		url('fonts/cera_pro_black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'cera_probold';
	src: url('fonts/cera_pro_bold-webfont.woff2') format('woff2'),
		url('fonts/cera_pro_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'cera_prolight';
	src: url('fonts/cera_pro_light-webfont.woff2') format('woff2'),
		url('fonts/cera_pro_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'cera_promedium';
	src: url('fonts/cera_pro_medium-webfont.woff2') format('woff2'),
		url('fonts/cera_pro_medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'cera_proitalic';
	src: url('fonts/cera_pro_regular_italic-webfont.woff2') format('woff2'),
		url('fonts/cera_pro_regular_italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Work Sans';
	src: url('fonts/WorkSans-Bold.eot');
	src: url('fonts/WorkSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/WorkSans-Bold.woff2') format('woff2'),
		url('fonts/WorkSans-Bold.woff') format('woff'),
		url('fonts/WorkSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Work Sans';
	src: url('fonts/WorkSans-SemiBold.eot');
	src: url('fonts/WorkSans-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/WorkSans-SemiBold.woff2') format('woff2'),
		url('fonts/WorkSans-SemiBold.woff') format('woff'),
		url('fonts/WorkSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Work Sans';
	src: url('fonts/WorkSans-Italic.eot');
	src: url('fonts/WorkSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/WorkSans-Italic.woff2') format('woff2'),
		url('fonts/WorkSans-Italic.woff') format('woff'),
		url('fonts/WorkSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Work Sans';
	src: url('fonts/WorkSans-Medium.eot');
	src: url('fonts/WorkSans-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/WorkSans-Medium.woff2') format('woff2'),
		url('fonts/WorkSans-Medium.woff') format('woff'),
		url('fonts/WorkSans-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Work Sans';
	src: url('fonts/WorkSans-Regular.eot');
	src: url('fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/WorkSans-Regular.woff2') format('woff2'),
		url('fonts/WorkSans-Regular.woff') format('woff'),
		url('fonts/WorkSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alex Brush';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/alex-brush-v20-latin-regular.eot');
	src: local(''),
		url('fonts/alex-brush-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/alex-brush-v20-latin-regular.woff2') format('woff2'),
		url('fonts/alex-brush-v20-latin-regular.woff') format('woff'),
		url('fonts/alex-brush-v20-latin-regular.ttf') format('truetype'),
		url('fonts/alex-brush-v20-latin-regular.svg#AlexBrush') format('svg');
}

/*-- Common --*/
body {
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	color: #666666;
	margin: auto;
}

A:LINK,
A:VISITED {
	color: #0074E1;
	font-size: 1em;
	text-decoration: none;
}

select {
	color: #666666;
}

.lf1,
.lf2 {
	padding-bottom: 8px;
}

.acc_err1 {
	color: red;
	font-weight: bold;
}

#left_data {
	display: none;
}

/*-- Common --*/

/*-- New Footer - page_bottom.ihtml Start--*/
.primary-footer {
	background: #5884f1;
}

.primary-footer a:hover {
	text-decoration: underline;
}

.footer-top {
	color: #fff;
	font-style: italic;
	border-bottom: 1px solid #4472c4;
	text-align: center;
	padding: 25px 10px 0 10px;
	margin: 0 auto;
	max-width: 80%;
}

.footer-middle {
	display: grid;
	grid-template-columns: 37% 37% 26%;
	margin: 10px auto 0 auto;
	max-width: 80%;
}

.footer-nav-title {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
}

.footer-nav ul li {
	margin-bottom: 5px;
}

.footer-nav a {
	color: #fff;
	font-size: 13px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 12px;
	color: #fff;
	padding: 0 20px;
	background: #6f9bf1;
	margin-top: 15px;
}

.footer-bottom ul {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer-bottom a {
	color: #fff;
	font-size: 12px;
}

.footer-bottom .footer-credits {
	margin-right: 30px;
}

.footer-terms {
	margin-right: 45px;
}

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

.footer-bottom li:last-child {
	margin-right: 0 !important;
}

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

.footer-social img {
	max-width: 28px;
}

/*-- New Footer - page_bottom.ihtml End--*/

/*-- New Header - page_top.ihtml Start--*/
.primary-header {
	border-top: 10px solid #5884f1;
}

.header-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 15px;
}

.header-logo {
	max-width: 217px;
}

.header-logo img {
	width: 100%;
}

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

.header-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	margin-right: 5px;
}

.header-nav ul>li {
	margin-right: 10px;
	position: relative;
	margin-right: 45px;
}

.header-nav ul li i {
	position: absolute;
	top: 0px;
	right: -12px;
	background: #4fc445;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	color: #fff;
	border-radius: 100%;
	font-style: normal;
}

.header-nav ul li:last-child {
	margin-right: 0;
}

.header-nav ul li a {
	padding: 5px 0;
	display: flex;
	align-items: center;
	border: 1px solid transparent;
	text-align: center;
}

.header-nav ul li a img {
	display: block;
	text-align: center;
}

.header-nav ul li a img {
	width: 22px;
	margin: 0 8px 0 0;
}

.header-nav ul li a span {
	display: block;
	color: #5A6376;
	font-family: 'Work Sans';
	font-size: 19px;
	line-height: 25px;
	letter-spacing: -0.02em;
}

.header-nav ul li a span:hover {
	color: #5884f1;
	text-decoration: underline;
}

.menu-toggle img {
	max-width: 32px;
}

/*-- New Header - page_top.ihtml End--*/


/*-- New Member's area - members_area.ihtml Start--*/


.stamp-tile {
	background: url('/images/stamp-frame.png') no-repeat center center;
	background-size: cover;
	padding: 20px 10px 10px 10px;
	text-align: center;
	font-family: Georgia, serif;
	width: 120px;
	height: 140px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.stamp-tile img {
	width: 42px;
	height: auto;
	margin-bottom: 6px;
}

.stamp-country {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
}

.stamp-count {
	font-size: 11px;
	color: #777;
}


.stamp-tile:hover {
	transform: translateY(-4px);
	transition: transform 0.2s ease;
}

.stamp-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 15px;
	justify-items: center;
}

.map-container {
	text-align: center;
	padding: 10px 0;
}

.map-container svg {
	width: 100%;
	max-width: 800px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.world-map {
	width: 100%;
	max-width: 500px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.highlighted path {
	fill: #FFD700 !important;
	stroke: #333;
	stroke-width: 0.5;
}


.members-area {
	display: grid;
	grid-template-columns: 287px 1fr;
	grid-gap: 10px;
}

.members-area-sidebar {}

.sidebar-menu {
	position: relative
}

.sidebar-menu:after {
	content: '';
	display: block;
	width: calc(100% - 62px);
	margin: 15px auto 0 auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.sidebar-menu ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.sidebar-menu ul li a {
	display: flex;
	align-items: center;
	padding: 14px 15px 14px 32px;
}

.sidebar-menu-title {
	padding: 0 25px 0 35px;
	margin: 28px 0 15px 0
}

.sidebar-menu li a {}

.sidebar-item-active,
.sidebar-menu li a:focus,
.sidebar-menu li a:hover {
	background: linear-gradient(269.73deg, rgba(255, 255, 255, 0.4) -4.96%, rgba(255, 255, 255, 0) 94.92%);

}

.sidebar-menu ul li a span {
	font-family: 'cera_promedium';
	font-size: 17px;
	font-weight: 500;
	line-height: 21px;
	color: #fff;
}

.sidebar-menu ul li img {
	height: 24px;
	width: 24px;
	margin-right: 12px;
}

.sidebar-upgrade-btn {
	padding: 32px 30px 32px;
	text-align: center;
}

.btn-sidebar span {
	background: none !important;
	padding-right: 0 !important
}

.members-area-content {
	padding: 45px
}

.profile-card {
	margin: 40px auto 0;
	max-width: 300px;
}

.profile-title {
	text-align: center;
	font-size: 24px;
}

.profile-pic {
	max-width: 120px;
	margin: 0px auto 20px;
}

.profile-pic img {
	width: 100%;
	border-radius: 100%;
}

.badge-tooltip {
	display: inline-block;
	position: relative;
	cursor: help;
}
.badge-tooltip img {
	vertical-align: middle;
}

.joined-info,
.membership-info {
	font-size: 16px;
}

.joined-info span {
	margin-right: 30px;
}

.joined-info span:last-child {
	margin-right: 0;
}

.membership-meta {
	position: relative;
}

.membership-meta::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #4472c4;
	left: 135px;
}

.membership-meta div span:first-child {
	min-width: 93px;
	display: inline-block;
}

.membership-meta div span {
	margin-right: 80px;
}

.membership-meta div span:last-child {
	margin-right: 0;
}

.membership-meta,
.membership-snail {
	margin-top: 20px;
}

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

.profile-status-cover {
	margin: 40px auto 0;
	max-width: 300px;
	border: 1px solid #4472c4;
	padding: 40px 30px 30px;
	border-radius: 50px;
}

img.profile-status {
	width: 100%;
}

.member-profile-steps {}

.member-profile-steps ul {
	list-style: none;
	padding: 0;
}

.member-profile-steps ul li {
	font-size: 16px;
	font-weight: 600;
}

.member-profile-steps ul li span {
	color: #888;
	position: relative;
	padding-left: 40px;
	margin: 5px 0;
	display: block;
}

.member-profile-steps ul li span:before {
	content: '';
	display: block;
	height: 14px;
	width: 14px;
	background: #21ff06;
	border: 1px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.member-profile-steps ul li a {
	text-decoration: underline;
	color: #000 !important
}

.member-profile-steps ul li a span {
	color: #000
}

.member-profile-steps ul li a span:before {
	background: #ff0000
}

.member-profile-steps ul li img {
	display: none
}

/*-- New Member's area - members_area.ihtml End--*/

/*-- Page Upgrade(Billing) --*/
.page-billing #main_box {
	width: calc(100% - 287px) !important;
}

.billing-sidebar {
	padding: 30px;
	color: #fff;
}

.billing-sidebar-title {
	font-family: 'cera_probold';
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	margin-bottom: 10px;
}

.billing-sidebar-row {
	display: flex;
	align-items: center;
	padding: 7px 0px;
}

.billing-sidebar-row img {
	max-width: 18px;
	width: 100%;
	margin-right: 10px;
}

.billing-sidebar-row span {
	font-size: 16px;
}

.billing-wrap {
	padding-right: 35px;
	padding-left: 35px;
}

.billing-wrap h1 {
	text-align: center;
}

.billing-footer {
	text-align: center;
	margin: 20px auto
}

.billing-footer h3 {
	margin: 0 0 5px 0;
}

.billing-footer p {
	margin: 0
}

.billing-footer a {
	margin-top: 10px;
	display: inline-block;
}

.style1 {
	color: #545454;
	font-weight: bold;
	font-size: 20px;
}

#div_billing {
	margin: 0 auto;
	background-color: #DDDDFF;
	border-radius: 15px;
	overflow: hidden;
}

.bill1 {
	text-align: center;
}

.bill_text {
	padding: 5px 15px;
}

.bill_title,
.bill_title2 {
	width: 100%;
	padding: 4px 15px;
	background-color: #5984F1;
	color: #FFFFFF;
	box-sizing: border-box;
}

.bill1,
.bill2,
.bill3 {
	float: left;
	padding-bottom: 8px;
	width: 50px;
}

.bill2 {
	width: 230px;
}

.bill3 {
	width: 130px;
}

.bill-descript {
	color: #666666;
	padding-left: 50px;
	padding-right: 20px;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

.bill_title2 input {
	margin: 7px auto
}

/*-- Page Upgrade(Billing) --*/

/*-- Billing Confirm --*/

.cf_bill_title {
	font-size: 18px;
	margin-top: 30px;
}

.billing-confirm-ques {
	font-size: 17px;
	margin: 15px 0;
}

.billing-confirm-wrap p {
	line-height: 22px;
}

/*-- Billing Confirm --*/

/*-- Homepage Header page_top_index.ihtml Start--*/
.header-wrap {
	border-top: 10px solid #5984F1;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.site-header {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
	align-items: center;
}

.header-brand-logo img {
	width: 217px;
}

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

.header-menu ul a {
	color: #4d576d;
	border: none;
	padding: 0;
	margin-right: 30px;
	font-family: 'Work Sans', sans-serif;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: -0.02em;
}

.header-menu ul a:hover {
	text-decoration: underline;
}

.header-menu ul a:hover {
	color: #5984F1
}

.header-menu ul {
	list-style: none;
	display: flex;
	align-items: center;
}

.header-btns a {
	margin-left: 15px;
}

/*-- Homepage Header page_top_index.ihtml End--*/

/*-- Common styles for homepage and homepage header Start--*/
.btn {
	display: inline-flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	height: 40px;
	box-sizing: border-box;
	transition: all .3s ease;
	cursor: pointer;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 19px;
}

.btn-dark-outline {
	color: #4d576d !important;
	border: 1px solid #4d576d;
}

.btn-blue {
	background-color: #5984f1;
	border: 1px solid #5984f1;
	color: #fff !important;
	padding: 8px 16px;
	margin: 10px 0;
	float: left; /* forces button to left */
}

.btn-red {
	background-color: #3ac733;
	border: 1px solid #3ac733;
	color: #fff !important;
}

.btn-red span {
	background-image: url('images/arrow-right-white.svg');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 25px;
	height: 18px;
	background-size: 17px;
}

.btn-red:hover {
	background-color: #268e21
}

.btn-blue:hover,
.btn-dark-outline:hover {
	background-color: #3e61b7;
	border: 1px solid #3e61b7;
	color: #fff !important;
}

/*-- Common styles for homepage and homepage header End--*/

/*-- Homepage index.ihtml End--*/
html {
	scroll-behavior: smooth;
}

.hero {
	background-image: url('images/bg-2.png');
	height: 500px;
	padding: 50px 15px 200px 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-content {
	max-width: 600px;
}

.hero-title {
	font-family: 'cera_probold', sans-serif;
	font-size: 72px;
	font-weight: 700;
	line-height: 67px;
	letter-spacing: -0.05em;
	margin: 0;
	color: #5A6376;
}

.hero-content p {
	font-size: 14px;
	color: #5A6376;
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: -0.02em;
}

.home-login-box form {
	margin-bottom: 10px;
}

.home-login-box input {
	border-radius: 30px;
	font-size: 14px !important;
	height: 40px;
	box-sizing: border-box;
	background: #fff;
	padding: 0 15px;
	border: 1px solid transparent !important;
	margin-right: 10px;
}

.home-login-box input:focus {
	outline: none
}

.home-login-box a:not(.btn) {
	color: #5984f1 !important;
	margin-left: 10px;
}

.home-login-box a:not(.btn):hover {
	text-decoration: underline
}

.steps-section {
	padding: 0 15px 110px
}

.site-steps {
	background: #FFFFFF;
	box-shadow: 0px 8px 34px 6px rgba(134, 146, 177, 0.11);
	border-radius: 40px;
	padding: 75px 40px 90px 40px;
	margin-top: -60px;
	text-align: center;
}

.site-steps-header {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -0.02em;
	max-width: 980px;
	margin: 0 auto;
}

.section-title {
	font-family: 'cera_probold', sans-serif;
	font-size: 52px;
	font-weight: 700;
	line-height: 47px;
	letter-spacing: -0.05em;
	margin: 0
}

.section-title span {
	color: #5984F1;
}

.site-steps-header h2 {
	margin: 40px auto 24px;
}

.steps-grid {
	margin-top: 40px;
	margin-bottom: 40px;
	display: grid;
	grid-gap: 80px;
	grid-template-columns: 1fr 1fr 1fr;
}

.site-step-2 {
	margin-top: 107px;
}

.site-step-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 28px;
	margin: 20px 0 0 0
}

.site-step {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: #5A6376;
}

.site-step p {
	margin: 0
}

.friendship {
	background: rgba(89, 132, 241, .1);
	padding: 65px 15px 0 15px;
}

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

.friendship-left {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: -0.02em;
	color: #5A6376;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-top: -40px;
}

.friendship-left .section-title {
	margin-bottom: 10px;
}

.friendship-left p {
	margin: 0;
}

.friendship-left .btn {
	margin-top: 27px;
}

.friendship-right {
	width: 50%;
}

.friendship-right img {
	width: 100%;
}

.group-slider {
	padding: 80px 15px;
}

.group-slider-header {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 40px auto;
}

.group-slider-header p {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: -0.02em;
	margin: 12px 0 0 0;
}

.group-slider-wrap {
	position: relative;
}

.swiper-button-prev,
.swiper-button-next {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background: #fff;
	box-shadow: -1px 5px 11px rgba(33, 53, 71, 0.25);
	width: 46px !important;
	height: 46px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.swiper-button-prev {
	background-image: url('images/swiper-left.svg') !important;
}

.swiper-button-next {
	background-image: url('images/swiper-right.svg') !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	opacity: 0 !important
}

.group-slider-wrap .swiper-button-prev,
.group-slider-wrap .swiper-button-next {
	transform: translateY(calc(-50% - 25px))
}

.group-slider-wrap .swiper-button-prev {
	left: -25px;
}

.group-slider-wrap .swiper-button-next {
	right: -25px;
}

.group-slides {
	padding: 40px 0 !important;
}

.group-slider .swiper-slide {
	transition: all .3s ease;
}

.group-slider .swiper-slide a img {
	width: 100%;
	height: 231px;
	object-fit: cover;
	border-radius: 20px;
}

.group-slider .swiper-slide a {
	color: #5A6376 !important;
	display: block;
}

.group-slider .swiper-slide a h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 28px;
	margin: 20px 0 0 0;
}

.group-slider .swiper-slide a p {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	margin: 8px 0 0 0;
}

.group-slider .swiper-slide.swiper-slide-active .slide-img {
	position: relative;
}

.group-slider .swiper-slide.swiper-slide-active .slide-img:before,
.group-slider .swiper-slide.swiper-slide-active .slide-img:after {
	content: '';
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 8px 34px 6px rgba(134, 146, 177, 0.25);
	border-radius: 17px;
	top: 30px;
	position: absolute;
}

.group-slider .swiper-slide.swiper-slide-active .slide-img:before {
	left: 17px;
	right: 17px;
	bottom: -12px;
	z-index: -1
}

.group-slider .swiper-slide.swiper-slide-active .slide-img:after {
	left: 32px;
	right: 32px;
	bottom: -24px;
	z-index: -2
}

.group-slider .swiper-slide.swiper-slide-active a h3 {
	margin: 40px 0 0 0;
}

.user-reviews {
	background-image: url('images/testi-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px;
}

.user-reviews-header {
	text-align: center;
	color: #fff;
}

.user-reviews-header img {
	margin-bottom: 35px;
}

.user-reviews-slider {
	max-width: 730px;
	margin: 50px auto 0 auto;
}

.single-review {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
	border-radius: 20px;
	padding: 50px 40px;
	color: #5A6376;
	text-align: center;
}

.single-review p {
	margin: 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 23px;
	font-style: italic;
	font-weight: 500;
	line-height: 41px;
	letter-spacing: -0.02em;
}

.single-review .review-writer {
	margin: 24px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #5984F1;
}

.single-review .review-writer a {
	color: #5984F1;
}

.single-review.clickable {
	position: relative;
}

.single-review .review-writer a:after {
	content: "";
	display: block !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.single-review .review-meta {
	display: block;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	line-height: 21px;
	margin-top: 8px;
}

.single-review .review-meta {
	display: block;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	line-height: 21px;
	margin-top: 8px;
}

.single-review img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-top: 17px;
}

.user-reviews-slider .swiper-slide {
	padding: 0 50px 70px 50px;
	box-sizing: border-box;
}

.single-review:before,
.single-review:after {
	content: '';
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 8px 34px 6px rgba(134, 146, 177, 0.25);
	border-radius: 17px;
	top: 30px;
	position: absolute;
}

.single-review:before {
	left: 17px;
	right: 17px;
	bottom: -12px;
	z-index: -1
}

.single-review:after {
	left: 32px;
	right: 32px;
	bottom: -24px;
	z-index: -2
}

.create-account {
	background-image: url('images/register-bg-3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 200px 20px 230px 20px;
	margin-top: -80px;
}

.create-account-header {
	text-align: center;
}

.create-account-header p {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: -0.02em;
	margin: 12px 0 0 0;
}

.create-account form {
	position: relative;
	background: #fff;
	width: 100%;
	max-width: 484px;
	border-radius: 30px;
	padding: 6px;
	height: 52px;
	box-sizing: border-box;
	margin: 30px auto
}

.create-account .form-field {
	border-radius: 30px;
	font-size: 14px !important;
	height: 40px;
	box-sizing: border-box;
	background: #fff;
	padding: 0 15px;
	border: 1px solid transparent !important;
	outline: none !important;
}

.create-account .email-field {
	position: absolute;
	left: 6px;
	right: 6px;
}

.create-account form button {
	position: absolute;
	right: 6px;
}

.home-footer {
	background: #5984f1;
	color: #fff;
}

.home-footer-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.home-footer-wrap {
	display: grid;
	grid-template-columns: 350px 1fr 1fr 1fr;
	grid-gap: 50px;
	padding: 40px 15px
}

.home-footer-col {
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	line-height: 28px;
}

.footer-brand {
	max-width: 217px;
	border-radius: 10px;
}

.home-footer-col ul {
	list-style: none;
	padding: 0;
}

.home-footer-col a {
	font-family: 'Work Sans', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: -0.01em;
	color: #fff !important
}

.home-footer-col a:hover {
	text-decoration: underline
}

.user-pages-wrap+.home-footer .home-footer-wrap {
	padding-top: 60px
}

.footer-sep {
	background: #5A6376;
	opacity: 0.2;
	height: 1px;
}

.footer-copy {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 15px 20px 15px;
}

.footer-copy p {
	margin: 0
}

.footer-copy a {
	color: #fff !important;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px !important;
	line-height: 20px;
}

.footer-copy a:hover {
	text-decoration: underline;
}


/*-- Homepage index.ihtml End--*/


/*-- New Dashboard Pages Start --*/
.page-members_area.logged-out .user-pages-container {
	max-width: 550px;
}

.user-pages-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.user-pages-container-xs {
	width: 100%;
	margin: 0 auto;
}

.user-pages-wrap {
	background: rgba(89, 132, 241, .1);
	box-sizing: border-box;
	padding: 55px 15px 72px;
	position: relative;
}

.user-pages-wrap>.view-profile-back-btn {
	top: 10px !important;
	right: 10px !important;
	border: 1px solid #fff !important;
}

.user-pages {
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
}

.members-area-sidebar {
	background: #5984F1;
	color: #fff;
	padding-top: 10px;
}

.btn-sidebar {
	display: inline-flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	height: 40px;
	box-sizing: border-box;
	transition: all .3s ease;
	cursor: pointer;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 19px;
}

.members-area-sidebar * {
	box-sizing: border-box;
}

.user-pages #left_box {
	width: 287px;
}

.user-pages #left_box #left {
	width: 100%;
}

.sidebar-menu-title {
	font-family: 'cera_probold';
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

.edit-user-profile {
	display: flex;
	align-items: center;
}

.edit-user-img {
	margin-right: 35px;
}

.user-profile-pic {
	position: relative;
	width: 144px;
	height: 144px;
	border: 8px solid rgba(86, 207, 80, 0.5);
	border-radius: 100%;
}

.user-profile-pic>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
}

.change-photo {
	position: absolute;
	right: 0;
	bottom: 0;
}

.change-photo>img[width="16"] {
	display: none
}

.profile-name {
	font-family: 'cera_probold', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 15px 0
}

.profile-badge {
	background: #F2C94C;
	border-radius: 14px;
	font-family: 'cera_probold', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 21px;
	padding: 10px 13px;
	display: inline-block;
	margin-left: 15px;
}

.user-profile-meta {
	display: flex;
	align-items: center;
}

.profile-blurb {
	font-family: 'Work Sans';
	font-size: 20px;
	line-height: 20px;
	display: flex;
	align-items: center;
	margin-right: 30px;
	margin-bottom: 20px;
}

.profile-blurb img {
	margin-right: 5px;
}

.member-status {
	background: #EFF3FE;
	border-radius: 13px;
	padding: 35px;
	margin-top: 45px;
	width: 40%;
	float: left;
}

.support-wrap {
	float: right;
	width: 45%;
}

.support-wrap strong {
	font-size: 18px;
	color: #4D576D;
	margin: 0 0 10px;
	display: block;
}

.support-wrap p {
	line-height: 18px;
	font-size: 14px;
}

.member-status-title {
	font-family: 'cera_promedium';
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: -0.05em;
	margin: 0;
	color: #4D576D;
	display: flex;
	align-items: center;
}

.member-status-title img {
	background: #5984F1;
	padding: 20px;
	border-radius: 100%;
	margin-right: 13px;
}

.member-status ul {
	list-style: none;
	padding: 0 0 0 20px;
	position: relative;
}

.member-status ul:before {
	content: '';
	display: inline-block;
	width: 1.5px;
	top: 35px;
	bottom: 35px;
	left: 33px;
	background: #C9DCF5;
	position: absolute;
}

.member-status ul li span {
	font-family: 'cera_promedium';
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 67px;
	letter-spacing: -0.05em;
	color: rgba(77, 87, 109, 0.656);
	position: relative;
	padding-left: 50px;
}

.member-status ul li span:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #C9DCF5;
	border: 1px solid #C9DCF5;
	height: 25px;
	width: 25px;
	border-radius: 100%;
	background-image: url('/images/gp-tick.svg');
	background-position: center;
	background-repeat: no-repeat;
}

.member-status ul li a span:before {
	border: 1px solid #5A6376 !important;
	background-color: #EFF3FE !important;
	background-image: none !important;
}

.member-status ul li a span {
	color: #4D576D;
}

.member-status ul li a:hover span {
	text-decoration: underline;
}

.member-status ul li img {
	display: none !important;
}

.member-status-steps p {
	font-size: 16px;
	line-height: 25px;
}

.user-pages #form_quick_search {
	margin: 20px 0 20px 20px
}

#left_box,
#main_box {
	margin-top: 20px;
}

.user-pages #left_box,
.user-pages #left_box {
	margin: 0
}

/*-- Inbox And Tooltip Icons --*/

.tooltip-container {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.diamond-background {
	background-color: grey; /* Dark grey background */
	border-radius: 10px; /* Rounded corners for rectangle */
	padding: 4px 10px; /* Small padding around the diamond */
	display: inline-flex;
	justify-content: center; /* Center content horizontally */
	align-items: center; /* Center content vertically */
	transition: all 0.3s ease; /* Smooth transition for hover effects */
}

.gp-diamond-icon {
	width: 15px; /* Diamond image size */
	height: 15px;
}

.pro-text {
	color: white;
	font-size: 13px; /* Match font size with the tooltip */
	font-weight: bold;
	display: none; /* Hide the text completely before hover */
	transition: opacity 0.3s ease; /* Smooth fade-in effect */
	margin-left: 4px; /* Space between diamond and Pro text */
}

.tooltip-container:hover .pro-text {
	display: inline-block; /* Make the text visible on hover */
	opacity: 1; /* Fade in the text smoothly */
}

.tooltip-container:hover .diamond-background {
	padding: 4px 12px; /* Increase size for Pro text */
}

.tooltip-text {
	visibility: hidden;
	width: 180px; /* Tooltip width */
	background-color: grey;
	color: white;
	text-align: center;
	border-radius: 5px;
	padding: 6px;
	font-size: 12px; /* Smaller font size */
	line-height: 1.2;
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 120%; /* Position to the right of the diamond */
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.3s ease;
	white-space: normal; /* Allow text wrapping */
}

.tooltip-container:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

.tooltip-text a {
	color: white; /* Ensure link text is white */
	text-decoration: none; /* Remove underline from link */
}

.tooltip-text a:hover {
	text-decoration: underline; /* Add underline on hover */
}

/* Speech pointer */
.tooltip-text::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%; /* Align pointer to the left of the tooltip */
	transform: translateY(-50%);
	border-width: 4px; /* Pointer size */
	border-style: solid;
	border-color: transparent grey transparent transparent; /* Creates the pointer */
}


/*-- New Dashboard Pages End--*/

/*-- Logged in user dropdown menu top right corner Start--*/
.profile-dropdown {
	margin: 0 0 0 30px !important;
}

.profile-dropdown li a {
	position: relative;
}

.profile-dropdown>li>a>svg {
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 5px 6px;
}

.profile-dropdown>li>a:hover svg {
	border: 1px solid #5984F1;
	background: #5984F1;
}

.profile-dropdown>li>a.profile-dropdown-active svg {
	border-color: #5984F1;
}

.profile-dropdown>li>a:hover svg path {
	fill: #fff;
}

.profile-dropdown>li>a:after {
	display: none;
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	background-image: url('/images/user-dropdown.png');
	background-position: center;
	background-size: 12px;
	right: -10px;
	background-repeat: no-repeat;
}

.profile-dropdown li ul {
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: absolute;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	right: 0;
	margin: 0 !important;
	z-index: 222222;
}

.profile-dropdown .active-drop {
	display: flex !important
}

.profile-dropdown a {
	color: #4D576D
}

.profile-dropdown a:hover {
	text-decoration: underline
}

.logged-out {
	width: 100%;
}

.logged-out .header-nav {
	background: transparent !important;
	padding-right: 20px;
}

.logged-out .header-nav li a {
	color: #4d576d;
	border: none;
	padding: 0;
	margin-right: 0px;
	font-family: 'Work Sans', sans-serif;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: -0.02em;
	font-weight: normal !important;
}

.logged-out .header-nav ul {
	flex-wrap: wrap;
}

.logged-out .header-nav li {
	margin-right: 45px;
}

.logged-out .header-logo {
	max-width: initial;
}

.logged-out img#logo {
	max-width: 217px;
}

/*-- Logged in user dropdown menu top right corner End--*/


/*-- Search Page Start--*/
.es_title {
	background-color: rgb(89, 132, 241);
	color: rgb(255, 255, 255);
	padding: 2px 5px 3px 15px;
}

.es_1 {
	padding-left: 7px;
	width: 25%;
	top: 1px;
	padding-bottom: 8px;
}

.ms_textbox {
	padding: 5px 10px 0px 10px;
}

.ms_sub1 {
	padding: 5px 10px 10px 10px;
}

.logged-out form#form_quick_search {
	margin: 0;
}

.page-search div#left_box,
.page-adv_search div#left_box {
	background: #5984F1;
}

.page-search .qsl,
.page-adv_search .qsl {
	width: 100%;
}

.page-search .qsl strong,
.page-adv_search.qsl strong {
	font-family: 'cera_promedium';
	font-size: 16px;
	text-shadow: none !important;
}

.page-search .qsr,
.page-adv_search .qsr {
	width: calc(100% - 20px);
	padding: 10px;
}

#quicksearch .qsr select,
.page-search .qsr select,
.page-adv_search .qsr select {
	width: 100%;
	border: none;
	height: 40px;
	min-width: 100%;
	border-radius: 3px;
	font-size: 16px;
}

.logged-out div#main_box {
	padding-left: 20px;
}

.page-search h1.header_med_yw,
.page-adv_search h1.header_med_yw {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 800;
	margin-top: 0;
	color: #5A6376;
}

.page-search div#main_box p,
.page-adv_search div#main_box p,
.page-account #main_box p,
.page-matchfinder div#main_box p {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	margin: 8px 0 0 0;
}

body.page-adv_search.logged-out div#main_box div#div_results p {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.logged-out .es_title b font {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
}

.logged-out .es_1 {
	width: 100%;
	padding: 10px 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
}

.logged-out .es_2 {
	width: 100%;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
}

.s2_ff1,
.s2_ff2 {
	width: 180px;
}

.page-search #main_box select,
.page-adv_search #main_box select,
.page-search input[type="text"],
.page-adv_search input[type="text"],
.lf2 input[type="text"],
.lf2 input[type="password"],
.page-account input,
.page-matchfinder select,
.s1_ff2 input,
.s1_ff2 select,
.s2_ff2 input,
.s2_ff2 select {
	width: 100%;
	height: 40px;
	min-width: 100%;
	border-radius: 5px;
	font-size: 16px;
	padding: 0px 5px;
	border: solid 1px rgba(0, 0, 0, .4);
	background: #fff;
	box-sizing: border-box;
}

/* class added -- by sandip*/
#is_expired {
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.profile-form-check-row input[type="checkbox"],
.profile-form-row input[type="checkbox"] {
	width: auto !important;
	min-width: auto;
	height: auto;
}

.logged-out input[type="submit"] {
	background-color: #3ac733;
	border: 1px solid #3ac733;
	padding: 0 20px;
	border-radius: 30px;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	color: #fff;
}

.logged-out input[type="submit"],
.logged-out input[type="reset"],
.logged-in input[type="submit"],
.logged-in input[type="reset"],
.custom-btn,
.page-modify_profile input[type="button"] {
	background-color: #3ac733;
	border: 1px solid #3ac733;
	padding: 10px 29px;
	border-radius: 30px;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	margin-bottom: 5px;
}

.profile-form-row select {
	margin-top: 2px;
	margin-bottom: 2px;
}

.logged-out input[type="submit"]:hover,
.logged-out input[type="reset"]:hover,
.logged-in input[type="submit"]:hover,
.logged-in input[type="reset"]:hover,
.custom-btn:hover,
.page-modify_profile input[type="button"]:hover {
	background-color: #268e21;
}


body.page-search.logged-out div#main_box {
	width: 100% !important;
	padding: 20px;
}

.logged-in .members-area-sidebar,
.logged-out .members-area-sidebar {
	width: 287px;
	float: left;
}

.page-search #div_easysearch,
.page-adv_search #div_easysearch {
	background-color: transparent;
}

.page-search .es_1,
.page-adv_search .es_1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
}

.page-search .es_2,
.page-adv_search .es_2 {
	width: 73%;
	padding-bottom: 8px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
}

.page-search div#div_easysearch,
.page-adv_search div#div_easysearch {
	margin: 20px 0;
}


.wbc-custom-search-form-top {
	display: flex;
}

.page-search .es_title,
.page-adv_search .es_title {
	padding: 10px;
	margin-bottom: 20px;
}

.page-search .es_title font,
.page-adv_search .es_title font {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
}

body.page-adv_search.logged-in div#main_box,
body.page-search.logged-in div#main_box {
	width: calc(100% - 335px);
	padding-left: 20px;
}

body.page-adv_search.logged-in div#div_easysearch,
body.page-search.logged-in div#div_easysearch {
	width: 100%;
}

.wbc-custom-search-form-top-outer {
	display: flex;
	flex-wrap: wrap;
}

.wbc-custom-search-form-top-outer .ms_2 {
	width: 50%;
}

.wbc-custom-search-form-bottom-in {
	max-width: 500px;
}

.wbc-custom-search-form-bottom-in select {
	margin-top: 5px;
	margin-bottom: 10px;
}

.wbc-custom-search-form-top input[type="submit"] {
	margin-top: 0px;
}

.wbc-custom-checkobx {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.wbc-custom-checkobx-in {
	display: flex;
	align-items: center;
	width: 50%;
}

.wbc-custom-checkobx-in .es_1 {
	width: 100%;
}

.page-search .es_1 span,
.page-adv_search .es_1 span {
	font-weight: 600;
	color: #4D576D;
	font-size: 16px;
}


.page-search.logged-out .logged-out-cont.user-pages {
	max-width: 900px;
	margin: 0 auto;
}

.page-search.logged-out div#main_box {
	padding: 0 !important;
	margin: 0;
}

.page-search.logged-out div#main p {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.page-search.logged-out div#main {
	background: #5984F1;
	border-radius: 13px 13px 0px 0px;
	color: #fff;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 !important;
	width: 100%;
}

.page-search.logged-out h1.header_med_yw {
	color: #fff;
	font-weight: bold;
}

.page-search.logged-out .es_title font,
#search-result-top-outer p.title {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px !important;
	line-height: 30px !important;
	text-align: left;
	letter-spacing: -0.05em;
	color: #5984F1;
	font-weight: 500;
}

#search-result-top-outer p {
	padding-left: 0;
	padding-right: 20px;
}

.page-search.logged-out .es_title {
	background: #fff;
}

form.restricted-serach-for-visitors {
	padding: 0 30px;
	box-sizing: border-box;
}

.restricted-serach-for-visitors .es_title {
	padding: 0;
}

.restricted-serach-for-visitors-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.restricted-serach-for-visitors-col {
	width: 49%;
}

.restricted-serach-for-visitors-row .es_1,
.restricted-serach-for-visitors-row .lf1 {
	font-size: 20px !important;
	line-height: 18px;
	letter-spacing: -0.05em;
	color: #4D576D;
	font-weight: 500;
}

.restricted-serach-for-visitors-row span.in-heading {
	color: #4D576D;
	font-size: 16px;
	font-weight: 500 !important;
	font-family: 'Work Sans', sans-serif;
}

.restricted-serach-for-visitors-row .es_2 {
	width: 100%;
}

.logged-out input[type="reset"],
.logged-in input[type="reset"],
.page-modify_profile input[type="button"] {
	border: 1px solid #3ac733;
	background: #fff;
	color: #3ac733;
}

.logged-out input[type="reset"]:hover,
.logged-in input[type="reset"]:hover,
.page-modify_profile input[type="button"]:hover {
	color: #fff;
}

.restricted-serach-for-visitors .es_2 {
	width: 100%;
}

.restricted-serach-for-visitors-row .es_1 {
	padding-top: 0;
}

.restricted-serach-for-visitors-row {
	padding-bottom: 15px;
}

body.page-adv_search.logged-out div#main_box {
	width: calc(100% - 335px);
}

body.page-adv_search.logged-out div#main_box div#div_results {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

div#search-result-top-outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.result_ltop {
	width: 501px;
	padding-right: 1px;
	padding: 20px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #EFF3FE;
}

.page-adv_search.logged-out .result_ltop {
	background: #EFF3FE;
	border-radius: 13px;
	margin: 10px 0px;
}

.page-adv_search.logged-out div#div_results {
	background: #fff;
}

.results_headline {
	padding: 0;
}

.more-search a {
	font-size: 14px;
	display: block;
	padding-left: 61px;
}

.search_genders>div {
	display: flex;
	flex-wrap: Wrap;
	margin-top: 5px;
}

.search_age_selects {
	display: flex;
	align-items: center;
	grid-gap: 5px;
}

.sidebar-search-form {
	display: grid;
	grid-template-columns: 300px 1fr;
}

.sidebar-search-form .es_2 {
	width: 100%;
}

.sidebar-search-form .wbc-custom-search-form-bottom-in {
	background: #5984f1;
	padding: 20px;
	color: #fff;
}

.sidebar-search-form .wbc-custom-search-form-bottom-in select {
	width: 100%;
	height: 40px;
	min-width: 100%;
	border-radius: 5px;
	font-size: 16px;
	padding: 0px 5px;
	border: solid 1px rgba(0, 0, 0, .4);
	box-sizing: border-box;
}

.sidebar-search-form .wbc-custom-search-form-bottom-in .es_1 {
	padding-right: 6px;
	padding-left: 0 !important
}

.sidebar-search-form .wbc-custom-search-form-bottom-in .es_1 span {
	color: #EFF3FE;
}

.sidebar-search-form .pagination-links {
	margin-top: 15px;
}

.sidebar-search-form .es_title font {
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.aged_between_selects select {
	min-width: unset !important
}

.sidebar-search-form #main_box {
	width: 100% !important;
}

.search_age_selects select {
	min-width: unset !important;
}

#search-result-top-outer form#form_sort_options select#sortby {
	width: calc(100% - 60px);
	min-width: auto;
}

#search-result-top-outer form#form_sort_options strong {
	width: 60px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
}

#search-result-top-outer form#form_sort_options {
	display: flex;
	align-items: center;
	min-width: 300px;
	flex-wrap: wrap;
}

a.search-result-heading {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
}

#div_results font,
#div_results b {
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
}

.result_ltop {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.result_r {
	width: 30%;
	text-align: center;
}

.result_l {
	width: 65%;
}

.pagination-links a,
.pagination-links font {
	padding: 0 5px;
	font-size: 15px;
}

.pagination-links {
	padding-bottom: 20px;
}

body.page-adv_search.logged-in div#div_results {
	width: 100%;
	background: transparent;
	padding-top: 50px;
}

.multi-select select {
	height: 60px !important;
}

.wbc-custom-search-form-row-line,
.wbc-custom-mf-form-row-line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
}

.wbc-custom-search-form-row-line .es_1,
.wbc-custom-search-form-row-line .es_2,
.wbc-custom-search-form-row-line select {
	padding-bottom: 0;
	margin: 0;
}

.profile_pic_results {
	border-radius: 50%;
	width: 105px;
	padding-top: 5px;
	padding-right: 5px;
}

.results_headline {
	background-color: #5984F1;
	color: #FFFFFF;
	margin-top: 1px;
}

/*-- Search Page End--*/

/*-- Modify Profile Page--*/
#profile_form_s1,
#profile_form_s2,
#profile_form_s3,
#profile_form_s4 {
	width: 95%;
	padding: 10px;
}

.s1_ff1,
.s1_ff2 {
	float: left;
	padding-bottom: 8px;
	width: 150px;
}

.s1_ffline {
	margin: 10px 0px;
}

/*-- Modify Profile Page --*/

/*-- Login Page Start--*/

.blue-bg-title .title {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.blue-bg-title {
	background: #5984F1;
	border-radius: 13px 13px 0px 0px;
	color: #fff;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 !important;
	width: 100%;
}

div#login_box {
	background: transparent;
	width: 100%;
	box-sizing: border-box;
	border: none;
	padding: 30px 30px 30px 30px;
}


.restricted-serach-for-visitors-col .lf1 span.style5 {
	font-family: 'Work Sans', sans-serif;
}

.restricted-serach-for-visitors-col .lf1 {
	width: 100%;
	font-family: 'Work Sans', sans-serif;
}

.restricted-serach-for-visitors-row .lf2 {
	width: 100%;
}

.restricted-serach-for-visitors-row .lf2 input[type="text"],
.restricted-serach-for-visitors-row .lf2 input[type="password"] {
	background: transparent !important;
}

#login_box .style4 a {
	color: #4D576D;
	font-size: 16px;
	font-weight: 500 !important;
	font-family: 'Work Sans', sans-serif;
}

.sign-in-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#login_box .style4 a:hover {
	color: #5984F1;
}

.page-.action-login .logged-out-cont.user-pages {
	background: transparent !important
}

.sign-in-box {
	flex-grow: 1;
}

.page-.action-login .sign-in-box {
	background-color: #fff;
	border-radius: 15px;
}

.page-.action-login .sign-in-box p {
	margin: 15px 0 0 0 !important
}

.page-.action-login .sign-in-box,
.page-sign_in .logged-out-cont.user-pages,
.page-account .logged-out-cont.user-pages {
	max-width: 550px;
	margin: 0 auto;
}

#login_box .restricted-serach-for-visitors-col {
	width: 100%;
}

#login_box .restricted-serach-for-visitors-col:first-child {
	padding-bottom: 15px;
}

/*-- Login Page End--*/

/*-- Forgot Password --*/
.page-forgot_password .user-pages {
	background: transparent !important
}

.page-forgot_password p {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.forgot-pwd-box {
	border-radius: 15px;
	width: 100%;
	max-width: 550px;
	background: #fff;
	margin: 0 auto
}

.forgot-pwd-box input:not(input[type="submit"]) {
	width: 100%;
	height: 40px;
	min-width: 100%;
	border-radius: 5px;
	font-size: 16px;
	padding: 0px 5px;
	border: solid 1px rgba(0, 0, 0, .4);
	background: #fff;
	box-sizing: border-box;
	margin-top: 10px;
}

.forgot-pwd-body {
	padding: 30px;
}

.forgot-pwd-body input[type="submit"] {
	margin-top: 15px;
}

.forgot-pwd-confirm {
	border-radius: 15px;
	margin: 0 auto;
	overflow: hidden;
}

.forgot-pwd-confirm p {
	margin-bottom: 0 !important
}

/*-- Forgot password --*/

/*-- Account Information Page Start --*/
h1.header_med_yw,
.profile_name {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 800;
	margin-top: 0;
	color: #5A6376;
	text-transform: capitalize;
}

.page-account div#main_box,
.page-ebooks div#main_box,
.page-matchfinder div#main_box,
.page-hot_lists div#main_box {
	width: calc(100% - 327px);
	padding-left: 20px;
	padding-right: 20px;
}

.page-account input[type="submit"] {
	min-width: auto;
	width: auto;
	margin-top: 20px;
	margin-left: 0;
}

div#profile_form_acc {
	padding-top: 20px;
}

div#profile_form_acc span.email_helper {
	margin-top: 5px;
	display: inline-block;
}

.email-pass-left {
	margin-top: 0px;
}

.email-pass-left,
.email-pass-right {
	width: 100%;
}

.email-pass-right .acc_ff1,
div#profile_form_acc span.email_helper {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	padding-top: 10px;
}

#profile_form_acc .email_block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	max-width: 400px;
}

div#profile_form_acc {
	width: 100%;
}

.email-pass-right p {
	margin-top: 0 !important;
}

.email-pass-right .acc_ff1 {
	width: 100%;
}

.email-pass-left .acc_ff2,
.email-pass-right .acc_ff2 {
	width: 100%;
	box-sizing: border-box;
}

div#profile_form_acc span.email_helper {
	padding-top: 4px;
}

/*-- Account Information Page End--*/

/*-- Matchfinder Page --*/
.prv1,
.prv2 {
	float: left;
}

.mf_l {
	float: left;
	width: 150px;
}

/*-- Matchfinder Page --/

/*-- eBooks Page Start--*/
.ebooks-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: unset !important
}

.ebooks-row-col {
	box-sizing: border-box;
	min-width: calc(20% - 0px);
	float: unset;
	align-self: stretch;
	display: flex;
	align-items: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ebooks-row-col-1 {
	min-width: 30%;
}

.ebooks-row-col-2,
.ebooks-row-col-3 {
	min-width: 17%;
}

.ebooks-row-col-4,
.ebooks-row-col-5 {
	min-width: 18%;
}

.page-ebooks.logged-out #left_box {
	display: none
}

.page-ebooks.logged-out #main_box {
	width: 100% !important;
	padding: 0 20px 20px 20px !important;
}

.page-ebooks div#main_box div#main {
	padding: 0;
}

div#div_book {
	margin-left: 0;
}

.book_line div,
#div_book div {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
}

.book1t.w {
	border-radius: 10px 0px 0px 0px;
}

.book5t.w {
	border-radius: 0px 10px 0px 0px;
}

.book5,
.book5t {
	width: 20.7%;
	box-sizing: border-box;
}

.user-pages {
	display: flex;
	flex-wrap: wrap;
}

div#left_box {
	background: #5984F1;
}

.book1,
.book2,
.book3,
.book4,
.book5,
.book_line {
	background-color: #fff;
}

.book_line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
	width: 100%;
}

.total-ebooks {
	padding: 10px;
}

.book1t,
.book2t,
.book3t,
.book4t,
.book5t {
	padding-top: 20px;
	padding-bottom: 20px;
}

.book1,
.book1t {
	width: 25%;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.book1,
.book2,
.book3,
.book4,
.book5,
.book1t,
.book2t,
.book3t,
.book4t,
.book5t {
	float: left;
}

.book1t,
.book2t,
.book3t,
.book4t,
.book5t {
	background-color: #5984F1;
	color: #FFFFFF;
}

#div_mf {
	width: 100%;
	background-color: #fff;
	margin-left: 0;
}

.mf_l,
.s1_ff1 {
	font-weight: 600;
	color: #4D576D;
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	padding: 0;
}

.mf_headline {
	background-color: #5984F1;
	color: #FFFFFF;
	padding: 10px;
	margin-top: 20px;
}

.mf_headline font.w {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
}

.wbc-custom-mf-form-outer {
	max-width: 500px;
}

.mf_r {
	width: calc(100% - 160px);
}

.wbc-custom-mf-form-row-line input[type="button"] {
	border: 1px solid #3ac733;
	background: #fff;
	color: #3ac733;
	padding: 10px 29px;
	border-radius: 30px;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	margin: 0 0 5px 10px;
	cursor: pointer;
}

.wbc-custom-mf-form-row-line input[type="button"]:hover {
	background: #268e21;
	color: #Fff;
}

/*-- eBooks Page End--*/

/*-- Hotlists Page Start --*/
#div_hotlists {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	margin-left: 0;
	padding: 10px 0 0 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 20px;
}

.hl_r,
.hl_l {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	margin: 0;
}

.hl_r .style13 {
	font-weight: bold
}

.hl_l,
.hl_r {
	float: left;
}

.hl_l_title {
	background-color: #5984F1;
	color: #FFFFFF;
}

.style13 {
	color: #0033FF;
}

.hl_l {
	width: 200px;
}

.hl_r {
	width: calc(100% - 215px);
	margin-top: 0;
	padding-left: 30px;
	box-sizing: border-box;
}

.hl_l_title.w,
.hl_l_title {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	padding: 10px 0px;
	border-radius: 0;
}

.hl_r font.style13 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.hl2_l,
.hl2_rm,
.hl2_r {
	width: 50%;
}

.hl7,
.hl7a {
	width: 100%;
}

.wbc-hl-col {
	width: 18.1%;
	box-sizing: border-box;
	padding: 15px 20px 15px 10px;
	background: #fff;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
}

.hl7_8.wbc-hl-col {
	width: 9.5%;
	text-align: center;
}

div#div_hl_headline {
	display: flex;
	flex-wrap: wrap;
}

.hl7a {
	background-color: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.wbc-hl-col A:LINK,
.wbc-hl-col A:VISITED,
.page-hot_lists div#main {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
}

.book5 a:after {
	content: "";
	background: url(/templates/images/download.png) no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	background-size: contain;
	position: absolute;
	padding-left: 30px;
	right: 0;
	filter: invert(1) brightness(1);
	-webkit-filter: invert(1) brightness(1);
}

.book5 a {
	position: relative;
	background: #5984F1;
	color: #fff !important;
	display: inline-flex;
	font-size: 14px !important;
	padding: 8px 38px 8px 18px;
	border-radius: 30px;
	align-items: center;
}

.book5 a:hover {
	background: #0964ba;
}

.image-filter img {
	filter: invert(1) brightness(1);
	-webkit-filter: invert(1) brightness(1);
}

div#div_hl_headline .wbc-hl-col {
	background: #5984F1;
	color: #fff;
}

div#div_hl_headline .wbc-hl-col strong,
div#div_hl_headline .wbc-hl-col a {
	color: #fff;
}

#div_hl_headline .wbc-hl-col img {
	filter: invert(1) brightness(1);
	-webkit-filter: invert(1) brightness(1);
}

.book1,
.book2,
.book3,
.book4,
.book5,
.book1t,
.book2t,
.book3t,
.book4t,
.book5t {
	padding: 10px;
}

.book2,
.book2t,
.book3,
.book3t,
.book4,
.book4t {
	width: 14%;
}

.hl7_6.wbc-hl-col img {
	max-width: 50px;
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.book5 a.wbc-upgrade-btn {
	padding: 8px 20px;
	text-align: center;
}

.book5 a.wbc-upgrade-btn:after {
	display: none;
}

.hl_r a {
	font-size: 16px;
}

.hl_l a {
	font-size: 16px;
}

.wbc-hl-col-btn-style a img {
	max-width: 25px;
	display: inline-block;
	padding: 0px 0 0 5px;
	position: relative;
	top: 7px;
}

div#div_hotlists a:hover {
	color: #268e21;
}

.hl7_2.wbc-hl-col a:hover {
	color: #268e21;
}

.book5t.w,
.book5 {
	width: 25.6%;
	text-align: center;
}

.book3t.w,
.book3 {
	width: 11%;
}

/*-- Hotlists Page End--*/

/*-- Privacy Page --*/
.w {
	color: #FFFFFF;
	font-weight: normal
}

/*-- Privacy Page --*/

/*-- Match Finder Page Start--*/
input:checked+.slider {
	background-color: #349b38cc !important;
	border-radius: 30px;
}

.slider {
	background-color: #f7b900 !important;
}

.slider {
	top: -11px !important;
	height: 35px !important;
	border-radius: 30px !important;
}

.switch {
	width: 70px !important;
	height: auto !important;
}

.slider:before {
	height: 29px !important;
	width: 29px !important;
	left: 5px !important;
	bottom: 3px !important;
	border-radius: 100%;
}

input:checked+.slider:before {
	-webkit-transform: translateX(31px) !important;
	-ms-transform: translateX(31px) !important;
	transform: translateX(31px) !important;
}

.toggle-name {
	top: -2px !important;
	font-family: 'Work Sans', sans-serif;
}

.mf-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 0px;
}

.mf-row .mf_r {
	padding: 0;
}

.page-matchfinder .button-switch {
	padding-top: 0;
	margin: -13px 0 0 0;
}

#main_box {
	width: calc(100% - 327px) !important;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.page-create_profile #main_box {
	width: calc(100% - 287px) !important;
}

#div_privacy {
	width: 100%;
	padding: 0;
	background-color: #fff;
}

.prv1,
.prv2 {
	padding: 0 0 0 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	width: calc(100% - 70px);
}

.w {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
}

.prv1-row {
	padding: 25px 0px;
}

/*-- Match Finder Page End--*/

/*-- Country Search Results page Start --*/

/* Intro */
.country-intro {
	max-width: 980px;
	margin: 24px auto 8px;   /* smaller bottom margin */
	padding: 16px 20px;
	background: #fff;
	border-radius: 16px;
	line-height: 1.6;
}
.country-intro h1 { margin: 0 0 6px; }
.country-intro p  { margin: 8px 0; }
.country-intro .country-meta { color:#6c757d; font-size:14px; margin-top:6px; }
.country-hero { margin: 8px 0 12px; overflow:hidden; border-radius:12px; }
.country-hero img { display:block; width:100%; height:auto; }

/* SEO body just under intro */
.country-seo {
	max-width: 980px;
	margin: 8px auto 12px;   /* trimmed bottom margin */
	padding: 16px 20px;      /* keep text off edges */
	background: #fff;
	border-radius: 16px;
	line-height: 1.6;
}
/* kill “mystery” whitespace from first/last child margins */
.country-seo > *:first-child { margin-top: 0; }
.country-seo > *:last-child  { margin-bottom: 0; }

/* Typography + list comfort */
.country-seo h2 { font-size: 1.25rem; margin: 0 0 .6em; }
.country-seo h3 { font-size: 1.05rem; margin: 1.1em 0 .4em; }
.country-seo ul  { margin: .4em 0 .8em; padding-left: 1.2em; list-style: disc outside; }
.country-seo li  { margin: .25em 0; }

/* Tighten space between SEO box and results heading */
.results-heading {
	max-width: 980px;
	margin: 0 auto 12px;      /* pulls heading closer to SEO box */
	padding: 0 4px;
}
/* wrapper to control spacing between SEO box and results */
.search-results {
	max-width: 980px;
	margin: 0 auto;            /* centers results */
}

/* prevent large top margin on the first child of results */
.search-results > *:first-child {
	margin-top: 0 !important;
}

/* Mobile comfort */
@media (max-width: 600px) {
	.country-intro, .country-seo {
		margin: 12px auto 18px;
		padding: 14px 16px;     /* slightly smaller padding on small screens */
		border-radius: 12px;
	}
	.country-seo h2 { font-size: 1.15rem; }
	.country-seo h3 { font-size: 1rem; }
}


/*-- End of country search results
/*--
 */

/*-- My profile Page Start--*/
#div_ptitle {
	width: 100%;
	background: #5984F1;
	padding: 10px;
	clear: both;
}

#div_ptitle {
	box-sizing: border-box;
}

.profile-top,
.ptitle_m,
.s1_ffline {
	background-color: #5984F1 !important;
	color: #FFFFFF;
	padding: 10px !important;
	margin-top: 20px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	width: 100% !important;
	text-align: left !important;
	box-sizing: border-box;
}

.profile-main-outer,
.profile-main-outer a,
.profile-main-outer b,
.page-upload_photo #main_box,
.page-upload_photo #main_box p,
.page-upload_photo #main_box b,
.custom-text,
#formProfile,
#formProfile div {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
}

#profile_l {
	width: 100%;
	box-sizing: border-box;
}

#profile_r {
	width: 70%;
	box-sizing: border-box;
}

.profile_options {
	margin-top: 19px;
}

.profile_options_text {
	padding: 0;
	padding-top: 10px;
}

.photo_title {
	background-color: transparent;
}

.photo_item {
	float: left;
	width: 160px;
	padding: 2px 2px 8px;
	background: rgba(89, 132, 241, .1);
	margin: 0 25px 0 0;
}

.photo_title,
.photo_title a {
	font-size: 14px;
}

button#addImgBtn {
	background-color: #3ac733;
	border: 1px solid #3ac733;
	padding: 10px 29px;
	border-radius: 30px;
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

button#addImgBtn:hover {
	background-color: #268e21;
	border: 1px solid #268e21;
}

#div_photos {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.photo_item {
	float: left;
	width: calc(20% - 15px);
	padding: 2px 2px 8px;
	background: rgba(89, 132, 241, .1);
	margin: 0 15px 15px 0;
	box-sizing: border-box;
	text-align: center;
}

#myModal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 10% auto;
	padding: 35px 20px 0px;
	border: 1px solid #888;
	width: 80%;
	max-width: 350px;
	max-height: 420px;
	position: relative;
}

.closeModal {
	color: #aaa;
	float: right;
	font-size: 22px;
	margin-top: -30px;
	font-weight: bold;
}

.modal-content img {
	max-width: 100%;
	max-height: 100%;
}

.modal-text {
	font-size: 12px;
	margin: 5px 0;
	font-weight: 600;
}

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

.modal-content button {
	margin: 10px 0px 10px 10px;
}

.no-vis {
	display: none;
}

.photo_item div {
	width: 100%;
}

.photo_title a:hover,
.profile_options_text a:hover {
	color: #268e21;
}

#profile_box_m {
	margin: 0 !important;
	width: 100% !important;
	background-color: #fff !important;
}

.profile-form-row {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	flex-wrap: wrap;
}

.s1_ff1,
.s2_ff1 {
	padding: 0;
}

.s1_ff2,
.s2_ff2 {
	width: 55% !important;
	padding: 0 !important;
}

div#div_preview_addr {
	border: solid 1px rgba(0, 0, 0, .1) !important;
	height: 100px;
	width: 100% !important;
	box-sizing: border-box;
}

/*-- My profile Page End--*/



/*-- Preview Profile Page Start--*/
.page-view_profile .preview-profile-id {
	display: block !important
}

.mf-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.profile-btn {
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}

.style11 {
	padding-left: 0;
}

.profile-btn img {
	display: none;
}

.profile-btn a {
	color: #5984F1;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-size: 7px !important;
	padding: 0;
	text-align: center;
}

#div_details_1 {
	float: left;
	width: calc(100% - 180px);
	padding-bottom: 4px;
	padding-left: 30px;
}

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

.photo_arrows {
	float: left;
	width: 150px;
	text-align: right;
	box-sizing: border-box;
}

.profile_pdl-outer {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0px;
}

.profile_pdl {
	font-weight: bold;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	width: 100px !important;
}

.profile_pdr {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	width: calc(100% - 134px);
}

.profile-status {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
}

.profile-status h4 {
	font-size: 20px;
	margin: 0;
}

.profile-status span,
.profile-status span b {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 200 !important;
}

.profile_options_text {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: flex-start;
}

.profile-box {
	width: calc(34.5% - 10px);
	box-sizing: border-box;
	padding: 20px 30px 20px 0px;
}

.profile-box.delete-profile a {
	background: #ba5f5f;
	color: #fff;
}

.profile-box a {
	background: rgba(89, 132, 241, .1);
	min-height: 155px;
	border-radius: 20px;
	padding: 30px;
	margin: 0;
	display: block;
	color: #666666;
}

.profile-box a:hover {
	color: #666666;
	background: rgb(89 132 241 / 19%);
}

.profile-box.delete-profile a:hover {
	background: #ba5f5fe8;
	color: #fff;
}

.profile-box p img {
	display: none;
}

.profile_left {
	width: 70%;
}

.profile_right {
	width: 30%;
}

#makecontact2,
#similar2 {
	margin-top: 27px;
	width: 100%;
	background-color: #ECF1FD;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing: border-box;
}

.profile_right,
.profile_right p,
.profile_right a {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
}

.profile_pdl-box {
	display: flex;
	flex-wrap: wrap;
}

.profile_pdl-outer {
	width: 18%;
}

.profile_pdl-outer:first-child {
	width: 10%;
}

.profile_pdr {
	width: 100%;
	padding: 0;
}

.profile_pdl {
	padding: 0;
}

.profile_pdline_answer {
	padding-left: 0;
}

.photo_arrows {
	width: 120px;
}

.profile_wp_photo {
	border-radius: 50%;
	width: 150px;
	padding: 0;
	border: 4px solid #fff;
	box-sizing: border-box;
	min-height: 120px;
	min-width: 100%;
	font-size: 0
}

.profile-content {
	padding-top: 40px;
}

.profile_content-top {
	background: #ECF1FD;
	padding: 20px 10px;
	border-radius: 5px;
}

.profile_content-top {
	background: #ECF1FD;
	padding: 20px 10px;
	border-radius: 5px;
}

.profile_right a,
.profile_right a:hover {
	color: #5984F1;
}

div#div_details_2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
}

a.delete-link {
	color: #cf2f58;
}

a.delete-link:hover {
	color: #5984F1;
}

.profile-box p {
	margin-top: 0;
}

.profile-box img {
	display: none;
}

td {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
}

#profile_form_s1,
#profile_form_s2,
#profile_form_s3,
#profile_form_s4 {
	width: 100%;
	padding: 0;
}

#profile_form_s3 td {
	padding: 5px 0px;
}

.sidebar-messenger form textarea {
	font-size: 14px;
	border: none;
	resize: none;
	overflow: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.side_profile_pic {
	margin-right: 10px;
	border-radius: 50%;
}

.keepsake-popup-content {
	display: none;
}

.tipsy {
	font-size: 10px;
	position: absolute;
	padding: 5px;
}

.tipsy-n .tipsy-arrow {
	top: 0px;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-inner {
	position: relative;
	color: black;
	background: #fff;
	max-width: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 500px;
	border: 1px solid #3070b9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0.2em 1px rgb(122 122 122 / 50%);
	-moz-box-shadow: 0 0.2em 1px rgba(122, 122, 122, 0.5);
	box-shadow: 0 0.2em 1px rgb(122 122 122 / 50%);
}

.tipsy-inner p.title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

.tipsy-inner a.author {
	color: black;
	font-size: 12px;
}

.tipsy-inner p.text {
	margin-top: 10px;
	font-size: 14px;
	text-align: justify;
}

.tipsy-inner img.close {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 15px;
	cursor: pointer;
}

.tipsy-arrow-n {
	border-bottom-color: #3070b9;
}

.page-preview_profile .view_profile_main {
	padding: 0 !important
}

.page-preview_profile #main_box {
	padding-bottom: 20px !important
}

/*-- Preview Profile Page End --*/


/*-- Common Styles for Favorites, Blocked and Address book list pages Start --*/
.combo_selects {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}

.birthday_selects {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
}

.custom-table-wrap {
	width: 100% !important;
	margin: 0 !important;
}

.custom-table-wrap * {
	box-sizing: border-box !important
}

.custom-table-row .table_data.profile_pic img {
	width: 100% !important;
	height: auto !important;
	margin-left: 5px;
	max-width: 50px
}

.table_head {
	background-color: #5984F1;
	color: #FFFFFF;
	float: left;
	padding: 10px;
	text-align: center;
}

.table_data {
	background-color: #F0F0F0;
	border-bottom: 1px solid #FFFFFF;
	float: left;
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	grid-gap: 4px;
}

.custom-table-row {
	display: flex;
	width: 100%;
}

.custom-table-row .fv_line {
	width: 100%;
	display: flex;
}

.fav-table .table_head {
	width: 20%;
}

.fav-table .table_data {
	width: 20%;
}

.addr-table .table_head {
	width: 20%;
}

.addr-table .table_data {
	width: 20%;
}

.table_data:not(.profile_pic) img {
	max-height: unset;
	max-width: 26px;
	width: auto;
	height: auto;
}

.table_data.user_postal_addr br,
.table_data.user_postal_addr a {
	display: none
}

.mp_age_selects-row {
	align-items: baseline;
}

.mp_age_selects {
	display: flex;
	align-items: center;
	grid-gap: 5px;
}

.mp_age_selects select {
	min-width: unset !important
}

.addr-snail-table .send-post-icon {
	display: block !important
}

.addr-snail-table .custom-table-row .table_head:nth-child(1),
.addr-snail-table .custom-table-row .table_data:nth-child(1) {
	width: 15%
}

.addr-snail-table .custom-table-row .table_head:nth-child(2),
.addr-snail-table .custom-table-row .table_data:nth-child(2) {
	width: 15%
}

.addr-snail-table .custom-table-row .table_head:nth-child(3),
.addr-snail-table .custom-table-row .table_data:nth-child(3) {
	width: 15%
}

.addr-snail-table .custom-table-row .table_head:nth-child(4),
.addr-snail-table .custom-table-row .table_data:nth-child(4) {
	width: 40%
}

.addr-snail-table .custom-table-row .table_head:nth-child(5),
.addr-snail-table .custom-table-row .table_data:nth-child(5) {
	width: 15%
}

/*-- Common Styles for Favorites, Blocked and Address book list pages End--*/

/*-- Contact Page --*/

.page-contact_us #main {
	padding: 10px 0px 10px 20px;
}

.page-contact_us.logged-out #main {
	padding: 10px 0 10px;
}

.page-contact_us .logged-out-cont.user-pages p {
	padding: 0 !important;
}

/*-- COntact pafe --*/

/*-- View Profile Page Start --*/
.google_ads_leftqs {
	width: 240px;
	height: auto;
}

.page-view_profile.logged-in #left_box {}

/*
.page-view_profile.logged-out #main_box{
background-color: #fff;
padding: 0 20px 20px 20px!important;
border-radius: 0 20px 20px;
}*/

.logged-out-main .view_profile_wrap {
	grid-template-columns: 1fr !important;
}

.page-view_profile .user-pages {
	justify-content: center
}

.page-view_profile .contact_denied a,
.page-view_profile .contact_denied p {
	color: #fff !important
}

.profile-page-sidebar {
	padding: 0 20px;
}

.page-view_profile #left_box .photo_arrows {
	float: unset !important;
	margin: 40px auto 0 auto;
	width: 100%;
}

.picsy-wrap {
	max-width: 120px;
	height: 120px;
	margin: 0 auto 12px auto;
	display: block;
	position: relative;
}

.picsy-wrap .profile_wp_photo {
	width: 100% !important;
	height: 100% !important;
	display: block !important
}

.picsy-wrap span {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 40px;
	position: absolute;
	right: 6px;
	bottom: -5px;
	overflow: hidden;
	border: 4px solid #5984F1;
}

.picsy-wrap span img {
	object-fit: cover;
	object-position: center;
	width: 60px;
}

.pic-slider-btn {
	width: 38.19px;
	height: 38.19px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: #fff;
	position: absolute;
	top: -45px;
}

.pic-slider-btn img {
	width: 18px;
}

.pic-slider-btn:hover {
	background: #688ff2;
}

.pic-slider-btn:hover img {
	filter: invert(100%) sepia(57%) saturate(2%) hue-rotate(265deg) brightness(191%) contrast(101%);
}

.pic-bottom {
	font-family: 'Work Sans';
	text-align: center;
	color: #fff;
	position: relative;
}

.pic-slider-btn.pic-slider-prev {
	left: 0;
}

.pic-slider-btn.pic-slider-next {
	right: 0;
}

.pic-bottom .view-user-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	margin: 0;
}

.pic-bottom .view-user-gender {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	opacity: .68;
	margin: 0;
}

.pic-bottom .view-user-loc {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin: 10px 0 0 0;
}

.profile-quick-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
}

.profile-quick-nav a {
	width: 50px;
	height: 50px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	background: #688ff2 !important;
	border-radius: 100%;
}

.profile-quick-nav a img {
	width: 26px;
}

.view-profile-messenger-wrap a {
	font-size: 16px;
}

.view-profile-messenger-wrap a:hover {
	text-decoration: underline;
}

.page-view_profile .page-view_profile .contact_denied {
	font-size: 16px;
}

.sidebar-messenger {
	margin-bottom: 20px !important;
}

.page-view_profile .sidebar-messenger,
.page-view_profile .sidebar-messenger-is-send,
.page-view_profile .access_denied {
	position: relative;
	margin: 150px 0 0 0;
	padding: 0;
	text-align: center;
	border: none;
	background: none;
	background: none;
	background: none;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.page-view_profile .sidebar-message-box {
	background: #5A6376;
	padding: 20px 20px 10px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.page-view_profile .contact_denied p {
	color: #fff !important
}

.sidebar-message-box p,
.page-view_profile .access_denied p {
	color: #fff !important;
	line-height: 21px;
}

.sidebar-message-box a,
.page-view_profile .contact_denied a {
	color: #fff;
	font-size: 13px !important;
	text-decoration: underline !important;
}

.page-view_profile .logged-out-cont.user-pages .profile-page-sidebar p {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.page-view_profile .sidebar-messenger-message {
	position: relative;
	margin: 0;
	height: auto;
	width: auto;
	border: none;
	background: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.page-view_profile .sidebar-messenger-message:after,
.page-view_profile .sidebar-messenger-message:before {
	display: none !important
}

.sidebar-messenger form button {
	background-color: #3ac733 !important;
	border: 1px solid #3ac733 !important;
	color: #fff !important;
	display: inline-flex !important;
	align-items: center !important;
	padding: 5px 25px !important;
	border-radius: 20px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	height: 40px !important;
	box-sizing: border-box !important;
	transition: all .3s ease !important;
	cursor: pointer !important;
	font-family: 'Work Sans', sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 19px !important;
	box-shadow: none !important;
	margin: 20px auto 0 auto;
	width: auto;
}

.sidebar-messenger p,
.sidebar-messenger-is-send p,
.access_denied p.acc_den {
	font-size: 16px;
	color: #fff;
	margin: 0 0 10px 0;
}

.page-view_profile .sidebar-messenger form textarea {
	padding: 10px;
	width: 100%;
	height: 270px;
	background-color: #fff;
	border-radius: 27px;
	box-sizing: border-box;
	color: #666666;
}

.view_profile_wrap {
	display: grid;
	grid-template-columns: 1fr 300px;
	grid-gap: 15px;
}

.page-view_profile .user-pages {
	background: transparent
}

.page-view_profile #main_box {
	padding: 0;
	margin: 0;
}

.page-view_profile #main {
	padding: 0;
	position: relative;
}

.page-view_profile #main>br {
	display: none
}

.create-profile-back-btn-footer,
.create-profile-back-btn,
.view-profile-back-btn,
.keepsake-back,
.page-view_profile #main>br+input[type="button"] {
	background: #5984f1;
	border: 1px solid #5984f1;
	color: #fff;
	padding: 4px 10px;
	border-radius: 10px;
	cursor: pointer;
	transition: all .3s ease;
}

.create-profile-back-btn-footer {
	padding: 10px 19px !important;
	border-radius: 25px !important;
	font-weight: 600 !important
}

.page-view_profile .view-profile-back-btn {
	position: absolute;
	right: 325px;
	top: 10px;
}

.keepsake-back,
.page-view_profile #main>br+input[type="button"] {
	position: absolute;
	right: 325px;
	top: 10px;
}

.page-view_profile.logged-out .view-profile-back-btn,
.logged-out.page-view_profile #main>br+input[type="button"] {
	right: 10px !important;
}

.create-profile-back-btn-footer:hover,
.create-profile-back-btn:hover,
.view-profile-back-btn:hover,
.keepsake-back:hover,
.page-view_profile #main>br+input[type="button"]:hover {
	opacity: .8;
}

.view_profile_main {
	background: #fff;
	border-radius: 0 20px 20px 0;
	padding: 45px 40px 30px 40px;
	font-family: 'Work Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.02em;
	height: 100%;
}

.view_profile_main .results_headline {
	color: #4D576D;
	text-align: center;
	background: transparent !important;
	margin-top: 30px;
	font-size: 15px;
}

.view_profile_main .results_headline a {
	color: #4D576D;
	font-size: 15px;
}

.view_profile_meta {
	margin-top: 30px;
	background: #EFF3FE;
	border-radius: 13px;
	padding: 20px 30px;
}

.about-me-header {
	display: flex;
	justify-content: space-between;
}

.view_profile_meta_title {
	font-size: 17px;
	font-weight: 400;
	line-height: 47px;
	font-family: 'cera_promedium';
	letter-spacing: -0.05em;
	margin-bottom: 10px;
	border-bottom: 1px solid #d6dbe9;
}

.view_meta_row {
	display: grid;
	grid-template-columns: 115px 1fr;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
}

.view_meta_row span {
	font-family: 'cera_promedium';
	font-weight: 400;
	color: rgba(77, 87, 109, .6);
}

.view_meta_row strong {
	font-family: 'cera_promedium';
	font-weight: 400;
	color: #4D576D;
}

.view_profile_content_title {
	font-size: 17px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.03em;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #4D576D;
}

.view_profile_content_data {
	font-size: 16px;
	font-family: 'Work Sans';
	line-height: 26px;
	letter-spacing: -0.02em;
	color: #4D576D;
}

.view_profile_content_data a {
	font-size: 16px;
}

.view_profile_content_data a:hover {
	text-decoration: underline;
}

.view_profile_content_data.view-profile-intro::first-letter {
	font-size: 1.825rem;
	font-family: 'Alex Brush';
	font-weight: bold;
	margin-right: 2px;
}

.leaflet-top,
.leaflet-left,
.leaflet-control-attribution,
.leaflet-control {
	display: none;
}

.sidebar-map-wrap {
	position: relative;
}

.view_profile_right #sidebar_map {
	border-radius: 20px;
	margin: 0 !important;
	width: 100% !important;
	height: 237px;
}

.sidebar-map-wrap .more_keepsake {
	position: absolute;
	bottom: 2px;
	left: 20px;
	z-index: 222222;
	font-family: 'cera_promedium';
	font-size: 17px;
	font-weight: 700;
	line-height: 47px;
	letter-spacing: -0.05em;
	margin: 0 !important
}

.sidebar-map-wrap .more_keepsake p {
	color: #fff !important;
	margin: 0 !important;
	font-weight: 400;
}

.view_profile_right .sidebar-country-info {
	padding: 0 !important;
	box-shadow: none !important;
	background: none !important;
	border: none !important;
	margin: 0;
}

.sidebar-country-info img.flag {
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	z-index: 1000;
}

.view_profile_right .side_profile_pic {
	width: 75px;
	height: 75px;
	margin-top: 6px;
	margin-bottom: 0 !important;
	float: none !important
}

.view_profile_right .didyouknow_info {
	margin: 15px 0 0 0;
	background: #5984F1;
	border-radius: 20px;
	padding: 15px 20px 15px 20px;
	display: flex;
}

.view_profile_right .didyouknow_info_text {
	color: #fff !important;
	font-family: 'Work Sans';
	font-size: 14px !important;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: -0.02em;
	margin: 0 !important;
	text-align: left;
}

.view_profile_right .didyouknow_info_text a {
	font-size: 16px;
	color: #fff !important;
}

.view_profile_right .fun_facts {
	margin-top: 17px;
	padding: 3px 20px 20px 20px;
	border-radius: 20px;
	background: #fff;
}

.view_profile_right .fun_facts .title {
	font-family: 'cera_prolight';
	font-size: 17px;
	font-weight: 700;
	line-height: 47px;
	letter-spacing: -0.05em;
	text-align: left !important;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 !important;
}

.view_profile_right .fun_facts .fact {
	margin: 10px 0 0 0 !important;
	color: #4D576D;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}

.view_profile_right #keepsake2,
.view_profile_right #similar2,
.view_profile_right #lastactivity2 {
	background: #5A6376;
	border-radius: 20px;
	color: #fff;
	padding: 20px;
	width: 100% !important;
	font-family: 'Work Sans';
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: -0.05em;
	margin-top: 17px !important;
	box-sizing: border-box;
}

#keepsake2 {
	cursor: pointer;
}

.view_profile_right #similar2 a {
	font-size: 16px;
	color: #fff !important;
	display: block;
	line-height: 25px;
}

.view_profile_right #similar2 a:hover {
	text-decoration: underline
}

.view_profile_right #lastactivity2 span {
	opacity: .7
}

.view_profile_right #keepsake2 .title {
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
	font-size: 16px !important;
	font-weight: 600;
	text-align: left !important;
	line-height: 18px;
}

.view_profile_right #keepsake2 .text {
	font-family: 'Work Sans';
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #fff !important;
	text-decoration: none !important;
	text-align: left;
}

.view_profile_right #keepsake2 img {
	float: none;
	margin-right: 0;
	width: 100%;
	border-radius: 10px;
	max-height: unset;
	max-width: 100%;
	margin-bottom: 10px;
}

.view_profile_right #keepsake2 .title,
.view_profile_right #profile_similar {
	color: #fff;
	border-bottom: 1px solid #767a83;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.view_profile_right #profile_similar {
	display: flex;
	align-items: center;
}

.view_profile_right #profile_similar img {
	margin-left: 2px;
	height: 23px;
}

.view_profile_right #lastactivity2 .status-row-last {
	margin-top: 20px;
	line-height: 20px !important;
}

.view_profile_right #lastactivity2 .status-row {
	display: flex;
	justify-content: space-between;
}

.sidebar-messenger form textarea::placeholder {
	font-size: 20px;
	color: #C2BEBE;
	text-align: center;
	padding-top: 85px;
	opacity: unset;
}

.sidebar-messenger form textarea {
	outline: none !important;
}

.sidebar-messenger form textarea:focus::placeholder {
	color: transparent
}

/*-- view Profile Page End --*/

/*-- Read Mail Start--*/
.chat {
	box-shadow: 0 0.1em 2px rgb(122 122 122 / 60%);
}

.mailbox-wrapper,
.chat {
	margin: 0 auto;
	background-color: #F0F0F0;
	border-radius: 2px;
	padding-bottom: 5px;
}

.chat-header {
	padding: 30px 0 10px 5px;
	margin: 0 30px 20px;
}

.chat-scroll-add {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 550px;
}

.own-chat {
	width: 100%;
	display: inline-block;
	margin: 10px 0;
	font-size: 8px;
}

.interlocutor .chat-message,
.interlocutor .own-chat-foto {
	float: right;
}

.own-chat-foto {
	margin: 0 0 0 15px;
}

.own-chat-foto img {
	max-width: 50px;
}

.chat-message {
	position: relative;
	font-size: 12px;
	line-height: 20px;
	color: black;
	margin-left: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0.1em 1px rgb(122 122 122 / 50%);
	-webkit-box-shadow: 0 0.1em 0 rgb(122 122 122 / 50%);
	-moz-box-shadow: 0 0.1em 1px rgba(122, 122, 122, 0.5);
	min-width: 160px;
	min-height: 53px;
	word-wrap: break-word;
	box-sizing: border-box;
	padding-bottom: 8px;
	padding-top: 3px;
}

.chat-message p {
	margin: 8px 20px 0;
}

.chat-message-info {
	margin: 4px 10px 15px 20px;
	color: #696969;
	font-size: 9px;
	line-height: normal;
}

.chat-message-info .data {
	float: left;
}

.chat-message-info .action-delete {
	float: right;
	position: absolute;
	right: 10px;
	bottom: 4px;
}

.interlocutor .chat-message {
	background-color: #eef2fe;
}

.interlocutor .chat-message:after,
.interlocutor .chat-message:before {
	left: auto;
	right: -13px;
}

.chat-message:after {
	top: 11px;
}

.interlocutor .chat-message:after {
	transform: none;
}

.chat-message:after {
	top: 11px;
}

.chat-message:after,
.chat-message:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.interlocutor .chat-message:before {
	transform: none;
}

.chat-message:before {
	top: 13px;
	border-color: transparent transparent transparent #b7c58c;
	border-width: 6px;
}

.chat-form textarea {
	border-radius: 5px;
	outline: none;
	padding: 10px 0 10px 5px;
	color: #282828;
	min-height: 80px !important;
	max-height: 300px !important;
	overflow-y: hidden !important;
	resize: vertical !important;
	transition: height 0.2s ease !important;
}

.page-contact #main_box,
.page-delete_message #main_box,
.page-read_mail #main_box {
	padding-bottom: 15px;
}

.page-contact #main,
.page-delete_message #main,
.page-read_mail #main {
	padding-left: 0;
}

.page-contact .chat,
.page-delete_message .chat,
.page-read_mail .chat {
	max-width: 100%;
}

.chat-header h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.chat-scroll {
	padding: 0 20px;
}

.chat-header {
	border-bottom: 1px solid #2e8dff;
	box-shadow: none;
}

.chat-message {
	background-color: #eef2fe;
	max-width: 75%;
}

.chat-message {
	border: 1px solid #dbdde3;
	background-color: #e7fde6;
}

.chat-message:after,
.chat-message:after {
	border-color: transparent transparent transparent #e7fde6;
	border-width: 7px;
}

.interlocutor .chat-message:after,
.interlocutor .chat-message:after {
	border-color: transparent transparent transparent #eef2fe;
}

.chat-message .action-delete a,
.chat-message .action-delete a {
	background-image: url(images/delete-red.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center;
	font-size: 0;
	width: 14px;
	height: 22px;
	cursor: pointer;
	display: inline-block;
}

.own-chat-foto img {
	border-radius: 100%;
}

.cp_mail2 {
	width: 100%;
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}

.chat-form textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border: 1px solid #b1bfe1;
}

.chat .cp_mail2b {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#div_form.cp_mail2 a {
	font-size: 14px !important
}

.chat .cp_mail2b .action_links {
	float: unset;
	margin: 20px 0 0 0;
	text-align: center;
}

.cp_mail2b {
	margin-top: 20px;
}

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

.chat-form button[type=submit].btn.btn-blue {
	background-color: #5984f1;
	border: 1px solid #5984f1;
	color: #fff;
	padding: 12px 24px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s ease;
	display: block;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 20px;
	float: left;
}

.chat-form button[type=submit]:hover {
	opacity: .9;
}

.page-delete_message #main_box,
.page-read_mail #main_box {
	box-sizing: unset !important;
	padding-bottom: 20px;
}

#div_inbox_status,
#div_inbox_status {
	max-width: 100%;
	border-radius: 4px;
}
/* ===========================================================
   Inline contact-details error (used in read_mail.ihtml)
   Appears directly above the message textarea when a message
   contains restricted contact information (email, phone, etc.)
   =========================================================== */
.inline-error {
	background: #ffecec;              /* soft red background for visibility */
	border: 1px solid #ffb3b3;        /* matching light red border */
	color: #b00020;                   /* strong error text color */
	padding: 8px 10px;
	border-radius: 6px;
	margin: 8px 0 10px;

	gap: 8px;
	align-items: flex-start;
	font-size: 13px;
}


.inline-error .icon {
	font-weight: 700;                 /* bold exclamation symbol */
}
textarea.is-invalid {
	border-color: #b00020 !important; /* red outline for offending field */
	box-shadow: 0 0 0 2px rgba(176,0,32,0.08);
}

/* read_mail.ihtml - polite no-contact notice */
.no-contacts .inline-error {
	background: #fff3cd;
	border: 1px solid #ffeeba;
	color: #856404;
	border-radius: 6px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.4;
}
.no-contacts .inline-error a {
	color: #004085;
	text-decoration: underline;
}
/* Messaging suspended warning - more prominent than regular errors */
.inline-error.msg-suspended {
	background: #ffebee;
	border: 2px solid #d32f2f;
	color: #b71c1c;
	padding: 20px;
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	justify-content: center;
}

.inline-error.msg-suspended .icon {
	font-size: 24px;
}

.inline-error.msg-suspended strong {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
}

/*-- Read mail End --*/


/* Three-dot menu for conversation view */
.chat-header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.menu-container {
	position: relative;
}

.menu-trigger {
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: background-color 0.2s ease;
	width: 36px;
	height: 36px;
}

.menu-trigger:hover {
	background-color: #f0f0f0;
}

.menu-trigger:focus {
	outline: 2px solid #5984f1;
	outline-offset: 2px;
}

.dots-icon {
	display: flex;
	flex-direction: column;
	gap: 3px;
	pointer-events: none;
}

.dot {
	width: 4px;
	height: 4px;
	background-color: #666;
	border-radius: 50%;
}

.dropdown-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 5px);
	background: white;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.2s ease;
	z-index: 1000;
}

.dropdown-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.menu-item {
	padding: 12px 16px;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #f0f0f0;
	transition: background-color 0.15s ease;
	display: flex;
	align-items: center;
	gap: 10px;
}

.menu-item:last-child {
	border-bottom: none;
}

.menu-item:hover {
	background-color: #f8f9fa;
}

.menu-item:active {
	background-color: #e9ecef;
}

.menu-item-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.menu-item.danger {
	color: #dc2626;
}

.menu-item.danger:hover {
	background-color: #fef2f2;
}

.menu-separator {
	height: 1px;
	background-color: #e0e0e0;
	margin: 4px 0;
}

.menu-item:focus {
	outline: 2px solid #5984f1;
	outline-offset: -2px;
	background-color: #f8f9fa;
}

@media (max-width: 600px) {
	.dropdown-menu {
		min-width: 180px;
		right: -10px;
	}
}

@media print {
	.menu-container {
		display: none;
	}
}

/* Big green checkmark for completed requirements */
.big-check {
	font-size: 24px;
	color: #22c55e;
	font-weight: bold;
	margin-left: 8px;
	animation: checkPop 0.3s ease;
}

@keyframes checkPop {
	0% {
		transform: scale(0);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

.detail-progress {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}


/* Contact Details Progress Bar */
.progress-compact {
	background: #f8f9fa;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 15px;
	margin-top: 15px;
}
.progress-compact .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.progress-compact .header-left {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: #555;
	font-size: 14px;
}
.progress-compact .icon {
	color: #4a90e2;
	font-size: 18px;
	cursor: help;
}
.info-link {
	color: #4a90e2;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 4px;
}
.info-link:hover {
	text-decoration: underline;
}

.progress-bar {
	background: #e0e0e0;
	height: 8px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 12px;
}
.progress-bar-fill {
	height: 100%;
	background: linear-gradient(90deg, #4a90e2, #357abd);
	transition: width 0.3s ease;
}
.progress-items {
	display: flex;
	gap: 20px;
	font-size: 13px;
	flex-wrap: wrap;
}
.progress-item {
	display: flex;
	align-items: center;
	gap: 6px;
}
.progress-item.complete {
	color: #22c55e;
}
.progress-item.incomplete {
	color: #f59e0b;
}

/* Expandable details section */
.details-section {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e0e0e0;
	display: none;
}
.details-section.show {
	display: block;
	animation: slideDown 0.3s ease;
}
@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.detail-item {
	margin-bottom: 15px;
}
.detail-label {
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
	font-size: 13px;
}
.detail-text {
	color: #666;
	font-size: 13px;
	line-height: 1.5;
}
.detail-progress {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}
.detail-progress .mini-bar {
	flex: 1;
	height: 6px;
	background: #e0e0e0;
	border-radius: 3px;
	overflow: hidden;
}
.detail-progress .mini-bar-fill {
	height: 100%;
	border-radius: 3px;
}
.detail-progress .mini-bar-fill.complete {
	background: #22c55e;
	width: 100%;
}
.detail-progress .mini-bar-fill.incomplete {
	background: #f59e0b;
}
.detail-progress .status-text {
	font-size: 12px;
	color: #666;
	min-width: 60px;
}

/* Modern Send Message Button - Force Override */
.chat-form {
	text-align: left !important;
}

.chat-form form {
	text-align: left !important;
}

.chat-form .cp_mail2 {
	text-align: left !important;
}

.chat-form button[type=submit] {
	background-color: #5984f1 !important;
	border: 1px solid #5984f1 !important;
	color: #fff !important;
	padding: 12px 24px !important;
	border-radius: 6px !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	transition: background 0.2s ease !important;
	display: inline-block !important;
	margin-left: 0 !important;
	margin-right: auto !important;
	margin-bottom: 0 !important;
	float: none !important;
	clear: both !important;
}

.chat-form button[type=submit]:hover {
	background: #357abd !important;
}

.chat-form button[type=submit]:disabled {
	background: #94c5f0 !important;
	cursor: not-allowed !important;
}

/* Add spacing between button and progress bar */
.progress-compact {
	clear: both !important;
	margin-top: 20px !important;
}

/*-- Penpals Tour Start--*/
.page-penpal_tour .logged-out-cont.user-pages p {
	padding: 0 !important;
}

.page-penpal_tour .user-pages {
	background: transparent;
	justify-content: center;
}

.pp_tour_wrap {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
	box-sizing: border-box;
}

.pp_tour_header h1 {
	margin-bottom: 0 !important;
}

.pp_tour_footer p,
.pp_tour_header p {
	font-size: 15px;
	color: #666666;
	font-size: 15px;
	font-family: 'Work Sans', sans-serif;
	margin: 8px 0 0 0
}

.pp_tour_list {
	padding: 0 !important;
	margin: 20px 0 0 0;
}

.pp_tour_list ul {
	padding: 0;
	list-style: none
}

.pp_tour_list li {
	background: url('images/check.svg');
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 20px;
	font-weight: 500;
	font-size: 15px;
	padding-left: 30px;
	line-height: 25px;
	font-family: 'Work Sans', sans-serif;
	margin-bottom: 15px;
}

.pp_tour_footer {
	margin-top: 25px;
}

.pp_tour_footer p a {
	font-size: 15px !important;
	display: block;
	margin-top: 5px;
}

.pp_tour_cta {
	color: #fff !important;
	margin-top: 25px;
	font-weight: 500 !important;
	display: inline-flex !important;
	align-items: center;
	border-radius: 30px !important;
	padding: 10px 20px !important;
	line-height: 19px !important;
}

.pp_tour_cta img {
	max-width: 50px;
	margin-left: 10px;
}

.page-penpal_tour #quicksearch {
	padding: 20px !important;
	box-sizing: border-box;
}

.page-penpal_tour #quicksearch .qsr {
	float: unset;
	width: 100%
}

.page-penpal_tour #quicksearch .qsr select {
	padding: 2px;
	border: 1px solid #fff;
	border-radius: 4px;
}



/*-- Penpals Tour End --*/

/*-- Inbox Page Start--*/
.inbox-wrapper {
	padding: 30px;
	flex-grow: 1
}

.st1,
.st2 {
	float: left;
	padding-bottom: 8px;
	width: 250px;
}

#message_number {
	text-align: left;
	margin-bottom: 20px;
	clear: right;
	font-size: 120%;
}

.conversation-box {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.conversation-box-content {
	float: left;
	max-width: 404px;
	width: 75%;
	padding-bottom: 20px;
	margin-left: 5px;
}

.conversation-box-img {
	display: inline-block;
	width: 70px;
	height: 85px;
	vertical-align: middle;
	position: relative;
	float: left;
}

.conversation-box-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	right: 0;
	left: 0;
	margin: auto;
}

.conversation-box-content a.name {
	font-size: 17px;
	font-weight: bold;
	color: dimgray;
	letter-spacing: 0.5px;
	width: 70%;
	float: left;
	padding-left: 10px;
}

.conversation-box-content p {
	margin: 5px 0;
	font-size: 14px;
	float: left;
	width: 70%;
	padding-left: 10px;
}

.conversation-box-content a.read-more {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	float: left;
	width: 60%;
	display: block;
	padding-left: 10px;
}

.conversation-box-date {
	float: left;
	width: 20%;
}

.conversation-box-date p {
	margin: 0 10px 0 0;
	font-size: 12px;
}

.count-mes {
	margin-top: 15px;
}

#div_inbox_status {
	text-align: center;
	margin-top: 15px;
	padding: 10px 0px;
	text-align: center;
}

.style11bw {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

.page-inbox #div_inbox {
	max-width: 100%;
}

.inbox-wrapper {
	flex: 1;
}

.mailbox-wrapper {
	max-width: 100%;
	background: none;
	box-shadow: none;
}

.mailbox-wrapper .mailbox {
	margin: 0;
	padding: 0
}

.page-inbox #div_inbox_status {
	max-width: 100%;
	border-radius: 4px;
}

.conversation-box {
	border-bottom: none;
	box-shadow: none;
	position: relative;
	margin-bottom: 2px;
	background-color: #F0F0F0;
	padding: 0;
	box-sizing: border-box;
}

.conversation-box-content {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px !important;
}

.conversation-box-date {
	margin-top: 20px !important;
}

.conversation-box-content a.read-more:after {
	content: "";
	display: block !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.conversation-box-img img {
	border-radius: 30px;
}

.conversation-box .delete-conversation {
	position: absolute;
	right: 15px;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(images/delete-red.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center;
	font-size: 0;
	width: 18px;
	height: 22px;
	cursor: pointer;
	display: inline-block;
}

/*-- Inbox Page End--*/

/* -- User Register Form Start--*/
.page-register .user-pages {
	background: transparent;
}

.page-register .blue-bg-title p {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.register-box {
	max-width: 550px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden
}

.register-box .title {
	margin: 0
}

.register-form-body {
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
}

.register-form-body p {
	margin-top: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.register-box input[type="text"] {
	height: 40px;
	min-width: 100%;
	border-radius: 5px;
	font-size: 16px;
	padding: 0px 5px;
	border: solid 1px rgba(0, 0, 0, .4);
	background: #fff;
	box-sizing: border-box;
}

.register-box input[type="submit"] {
	margin-top: 20px;
}

.register-box .blue-bg-title p {
	margin: 5px 0 15px;
}

.register-box .blue-bg-title p,
.register-box .blue-bg-title a {
	font-size: 15px !important
}

.register-box .blue-bg-title a {
	color: #fff !important
}

.register-box .blue-bg-title a:hover {
	text-decoration: underline !important
}

.register-confirm {
	padding: 30px 30px;
	background: #5984f1;
	text-align: center;
	box-sizing: border-box;
	margin: 125px auto;
	max-width: 580px;
	border-radius: 15px;
	font-family: 'Work Sans', sans-serif;
}

.register-confirm h1 {
	margin: 0;
	font-size: 36px;
}

.register-confirm p {
	font-size: 17px;
	margin: 10px 0 0
}

.register-confirm h1,
.register-confirm p {
	color: #fff;
}

.register-confirm p {
	margin-bottom: 0
}

.privacy-txt {
	margin: 0 !important
}

.privacy-txt a {
	text-decoration: underline !important
}

.logged-out-cont.user-pages form {
	width: 100%;
}

.logged-out-cont.user-pages p {
	padding: 0 30px;
}

/* -- User Register Form End --*/

/* Visitor Tour Inner pages */

.wbc-common-text-div p,
.wbc-common-text-div p span,
.wbc-common-text-div,
#div_books div,
.wbc-common-text-div .style11,
.page-faq form {
	color: #666666 !important;
	font-size: 15px !important;
	font-family: 'Work Sans', sans-serif !important;
	line-height: 30px !important;
}

.wbc-common-text-div p {
	margin: 20px 0;
}

.wbc-common-text-div .style13 {
	color: #0074E1;
	font-size: 18px;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
}

.wbc-common-text-div h1.style1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 800;
	margin-top: 0;
	color: #5A6376;
	text-transform: capitalize;
	text-align: left;
	margin: 0;
	display: block;
}

ul#list1 {
	padding-left: 20px;
}

.wbc-common-btn-div {
	padding: 0px 30px 30px 0;
}

.wbc-common-btn-div a.style16 img {
	max-width: 30px;
	height: auto;
	display: none;
}

.wbc-common-text-div {
	padding: 30px 30px 0px 30px !important;
}

.logged-out .wbc-common-text-div {
	padding: 0px 5px 0px 0px !important;
}

.wbc-common-btn-div input.but,
.wbc-common-btn-div a.style16 {
	color: #fff !important;
	align-items: center;
	border-radius: 30px !important;
	padding: 10px 20px !important;
	line-height: 19px !important;
	background-color: #3ac733;
	border: 1px solid #3ac733;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	min-width: 230px;
	text-align: center !important;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
}

.wbc-common-btn-div input.but:hover,
.wbc-common-btn-div a.style16:hover {
	background-color: #268e21;
}

.wbc-common-btn-div a.style16 {
	background-image: url(images/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
	padding-right: 45px !important;
	background-size: 17px;
}

.wbc-common-btn-div input.but {
	background-image: url(images/arrow-left-white.svg);
	background-repeat: no-repeat;
	background-position: center left 20px;
	padding-left: 45px !important;
	background-size: 17px;
}

.wbc-common-text-div ul {
	padding-left: 20px;
}

.wbc-common-text-div {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

.page-faq select {
	height: 40px;
	border-radius: 5px;
	font-size: 16px;
	padding: 0px 5px;
	border: solid 1px rgba(0, 0, 0, .4);
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.wbc-common-btn-div p,
.wbc-common-text-div p {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Visitor Tour Inner pages */

/*-- Footer Pages --*/
.page-penpal_snailmail_advantages.logged-out #left_box,
.page-penpal_epal_advantages.logged-out #left_box,
.page-penpal_global_penfriends.logged-out #left_box,
.page-penpal_tour.logged-out #left_box,
.page-penpal_responsible.logged-out #left_box,
.page-penpal_safely.logged-out #left_box,
.page-penpal_upgrade.logged-out #left_box,
.page-penpal_not_social_media.logged-out #left_box,
.page-penpal_children.logged-out #left_box,
.page-penpal_club.logged-out #left_box,
.page-penpal_snailmail_credits.logged-out #left_box,
.page-penpal_credits.logged-out #left_box,
.page-penpal_why.logged-out #left_box,
.page-penpal_postlog.logged-out #left_box,
.page-penpal_advantages.logged-out #left_box,
.page-penpal_advantages.logged-out #left_box,
.page-penpal_introductory_letter.logged-out #left_box,
.page-penpal_friendshipbook.logged-out #left_box,
.page-penpal_tips.logged-out #left_box,
.page-penpal_stationery_waxseal.logged-out #left_box,
.page-penpal_letters_shine.logged-out #left_box,
.page-penpal_sending_letters.logged-out #left_box,
.page-penpal_global_penfriends.logged-out #left_box,
.page-contact_us.logged-out #left_box,
.page-faq.logged-out #left_box,
.page-meaningoflife.logged-out #left_box,
.page-testimonial.logged-out #left_box,
.page-penpals_covid-19.logged-out #left_box,
.page-penpals_privacy_policy.logged-out #left_box,
.page-penpals_terms_and_conditions.logged-out #left_box {
	display: none
}

.page-penpal_global_penfriends.logged-out .user-pages p,
.page-contact_us.logged-out .user-pages p,
.page-faq.logged-out .user-pages p,
.page-meaningoflife.logged-out .user-pages p,
.page-testimonial.logged-out .user-pages p,
.page-penpals_covid-19.logged-out .user-pages p,
.page-penpals_privacy_policy.logged-out .user-pages p,
.page-penpals_terms_and_conditions.logged-out .user-pages p {
	padding: 0;
}

.page-penpal_snailmail_advantages.logged-out #main_box,
.page-penpal_epal_advantages.logged-out #main_box,
.page-contact_us.logged-out #main_box,
.page-penpal_global_penfriends.logged-out #main_box,
.page-penpal_club.logged-out #main_box,
.page-penpal_snailmail_credits.logged-out #main_box,
.page-penpal_credits.logged-out #main_box,
.page-penpal_postlog.logged-out #main_box,
.page-penpal_why.logged-out #main_box,
.page-penpal_advantages.logged-out #main_box,
.page-penpal_introductory_letter.logged-out #main_box,
.page-penpal_friendshipbook.logged-out #main_box,
.page-penpal_tips.logged-out #main_box,
.page-penpal_stationery_waxseal.logged-out #main_box,
.page-penpal_letters_shine.logged-out #main_box,
.page-penpal_sending_letters.logged-out #main_box,
.page-penpal_global_penfriends.logged-out #main_box,
.page-contact_us.logged-out #main_box,
.page-faq.logged-out #main_box,
.page-meaningoflife.logged-out #main_box,
.page-testimonial.logged-out #main_box,
.page-penpals_covid-19.logged-out #main_box,
.page-penpals_privacy_policy.logged-out #main_box,
.page-penpals_terms_and_conditions.logged-out #main_box {
	width: 100% !important;
}

/*-- Footer Pages --*/

/*-- Testimonials Page --*/
.page-testimonial.logged-in #testimonail_pages {
	padding-left: 35px;
}

.page-testimonial #testimonail_pages {
	display: grid;
	grid-gap: 30px;
}

.page-testimonial.logged-in #testimonail_pages {
	grid-template-columns: 1fr 1fr;
}

.page-testimonial.logged-out #testimonail_pages {
	grid-template-columns: 1fr 1fr 1fr;
}

.style9 {
	color: #FF9900;
	font-weight: bold;
	font-size: 24px;
}

.test_main {
	display: block;
	padding: 20px;
	text-align: center;
	border-radius: 15px;
	box-shadow: 0 3px 15px 5px rgb(0 1 1 / 10%);
	box-sizing: border-box;
}

.test_wrap {
	position: relative;
	height: 100%;
	width: 100%;
}

.test_title_top {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

.test_image {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.profile_pic_test {
	border-radius: 50%;
	width: 105px;
	height: auto;
	object-fit: cover;
}

.test_title {
	text-align: center;
}

.test_user {
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.test_review {
	text-align: left;
	word-wrap: break-word;
	width: 100%;
	font-size: 15px;
	line-height: 21px;
	margin-top: 15px;
	height: auto !important
}

.test_bottom {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.test_bottom img {
	max-width: 125px;
}

.test_date {
	text-align: center;
	color: #888888;
}

.readmore span {
	display: none;
}

.page-testimonial #testimonail_pages .pagin {
	grid-column: 1 / -1;
}

.pagin {
	width: 100%;
	text-align: center;
}

.pagination_test {
	margin: 0px auto;
	text-align: center;
	height: 20px;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination_test div {
	padding-top: 2px;
	text-align: center;
	height: 25px;
	width: auto;
	margin: 0 10px;
}

.psel {
	font-weight: bold;
}

.pagination_test div a {
	width: auto;
	display: block;
	height: 18px;
}

.pagination_test .prev a,
.pagination_test .next a {
	width: auto;
}

.page-testimonial #main_box {
	padding-bottom: 20px;
}

/*-- Testimonials Page --*/

/*-- Meaning of life Page --*/
#competition_list {
	width: 770px;
	margin: 20px 0px;
	text-align: left;
}

.cp_status {
	float: left;
	width: 60px;
	text-align: center;
	padding: 2px 2px 8px;
}

.cp_name {
	float: left;
	width: 250px;
	padding: 2px 2px 8px;
	text-align: left;
}

.cp_flag {
	float: left;
	width: 60px;
	text-align: center;
	padding: 2px 2px 8px;
}

.cp_view {
	float: left;
	width: 100px;
	padding: 2px 2px 8px;
	text-align: center;
}

/*-- Meaning of life Page --*/

/*-- Countries Page --*/
.page-all_countries.logged-out .user-pages-container {
	max-width: 550px;
}

#country_list {
	width: 501px;
}

.c_name {
	float: left;
	width: 181px;
	padding: 2px 2px 8px;
}

.c_flag {
	float: left;
	width: 60px;
	padding: 2px 2px 8px;
	text-align: center;
}

.c_facts {
	float: left;
	width: 80px;
	padding: 2px 2px 8px;
	text-align: center;
}

.page-all_countries #main_box {
	padding-bottom: 20px;
}

/*-- Countries Page --*/

/*-- Delete Account --*/
.page-my_profile.action-cancel #left_box {
	display: none !important;
}

.page-my_profile.action-cancel #main_box {
	width: 100% !important;
	padding: 20px;
}

.page-my_profile.action-cancel .header_med_yw {
	margin: 0 !important
}

.page-my_profile.logged-out.action-cancel .user-pages-container {
	max-width: 550px !important;
}

/*-- Delete Account --*/

/*-- Testimonials Modal --*/
.testimonial-modal {
	max-width: 440px !important
}

.testimonial-modal #mask {
	display: none !important
}

.symbol {
	display: inline-block;
	float: left;
	border-radius: 80%;
	border: 5px double white;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.symbol-empty {
	background-color: #ccc;
}

.symbol-filled {
	background-color: #349b38;
}

#modalwind2 h2 {
	margin: 0 0 15px 0
}

#modalwind2 #hint {
	margin-bottom: 8px;
}

#rtng {
	width: 60%;
	float: left;
}

#hint {
	background-color: #349b38;
	color: #fff;
	position: relative;
	width: 25%;
	float: right;
	padding: 1%;
	text-align: center;
}

#modalwind2 .input_title_small {
	display: flex;
}

#modalwind2 .input_title_small,
#modalwind2 .input_title {
	margin: 5px 0 3px 0;
}

#modalwind2 #rating_text {
	margin-top: 12px;
}

#modalwind2 #rating_title input {
	height: 29px;
	box-sizing: border-box;
	line-height: 40px;
	width: 100%;
	outline: none !important;
	border: 1px solid #5984F1;
	color: #666666;
}

#modalwind2 textarea {
	width: 100%;
	margin: 5px 0 15px;
	height: 61px;
	padding: 10px;
	box-sizing: border-box;
	outline: none !important;
	border: 1px solid #5984F1;
	color: #666666;
	font-family: inherit;
}

#symbols {
	padding-left: 5px;
	padding-right: 5px;
}

#modalwind2 #rating_reasons {
	margin-top: 10px;
}

#modalwind2 #rating_reasons input {
	cursor: pointer;
}

#modalwind2 .input_buttons {
	margin-top: 20px;
}

#modalwind2 .input_buttons input {
	margin: 0 10px 0 0;
}

.btn.btn-cancel {
	border-radius: 30px !important;
	padding: 6px 16px;
	background: #ffffff;
	border: 2px solid #dcdcdc;
	box-sizing: border-box;
	height: 38px;
}

.btn.btn-cancel:hover {
	background: #dcdcdc;
}

/*-- Testimonials Modal --*/

/*-- Post logged box --*/
.page-postlog .btn-back {
	background: #5984f1;
	border: 1px solid #5984f1;
	color: #fff !important;
	padding: 0px 14px;
	cursor: pointer;
	transition: all .3s ease;
	border-radius: 30px;
	margin-left: auto;
	display: block;
}

.page-postlog .btn-back:hover {
	opacity: .9
}

.post-logged-box {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
}

.post-logged-box p {
	margin: 0 !important;
	padding: 0 !important
}

.page-postlog #main_box {
	width: calc(100% - 287px) !important;
}

/*-- Post logged box  --*/

/*-- Postcard items sent & received -- */
.postcard-table {
	width: 100%;
	border-collapse: collapse;
}

.postcard-table th {
	padding: 10px;
	background: #5984f1;
	border: 1px solid #96a8d4;
	color: #fff;
}

.postcard-table td {
	border: 1px solid #e6e6e6;
	text-align: center;
	padding: 10px;
}

.postcard-table .button-switch {
	display: inline-block;
}

.postcard-table .switch {
	position: relative;
	display: block;
	width: 52px !important;
	height: 21px !important;
	margin: 0 auto;
	float: unset;
}

.postcard-table .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.postcard-table .slider {
	position: absolute;
	cursor: pointer;
	top: 0 !important;
	height: 21px !important;
	border-radius: 30px !important;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7b900 !important;
	-webkit-transition: .4s;
	transition: .4s;
}

.postcard-table .slider:before {
	position: absolute;
	content: "";
	height: 13px !important;
	width: 13px !important;
	left: 5px !important;
	bottom: 4px !important;
	border-radius: 100%;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.postcard-table input:checked+.slider {
	background-color: #2196F3;
}

.postcard-table input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

.postcard-table input:checked+.slider:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
}

.postcard-table .slider.round {
	border-radius: 34px;
}

.postcard-table .slider.round:before {
	border-radius: 50%;
}

.postcard-table .update-match:disabled {
	background: grey !important;
	border: 1px grey !important;
}

.postcard-table .toggle-name {
	position: relative;
	top: 4px;
	width: 72px !important;
	display: inline-block;
}

.postcard-table .status-received,
.postcard-table .status-transit,
.postcard-table .status-not-received {
	padding: 3px;
	border-radius: 3px;
	margin: 0;
	font-size: 14px;
}

.page-postlog_sent .postcard-table .status-transit {
	color: #222 !important;
	background-color: #f7b900;
}

.page-postlog_sent .postcard-table .status-received {
	color: #fff !important;
	background-color: #349b38cc !important;
}

/* class added for not recieved -- by sandip*/
.postcard-table .status-not-received {
	color: #fff !important;
	background-color: #e30a0acc !important;
}

.page-postlog_sent #main_box {
	padding-bottom: 20px;
}

/*-- Postcard items sent & received -- */

/*-- Keepsake List --*/

#keepsake_left {
	width: 100% !important;
	padding: 20px;
	box-sizing: border-box;
}

#keepsake_left .qsl {
	margin-top: 5px;
}

.keepsake-search-title {
	color: #FFFFFF;
	font-size: 20px;
	margin: 5px 0 12px 0;
	display: block;
	text-align: center;
}

.page-keepsakeview select,
.page-keepsakelist select {
	width: 100%;
	height: 40px;
	min-width: 100%;
	border-radius: 5px;
	font-size: 16px;
	padding: 0px 5px;
	border: solid 1px rgba(0, 0, 0, .4);
	background: #fff;
	box-sizing: border-box;
	margin-top: 3px;
}

.page-keepsakeview #quicksearch select,
.page-keepsakelist #quicksearch select {
	margin-top: 15px
}

.keepsake-desc {
	font-size: 16px;
	line-height: 25px;
}

.page-keepsakelist .pagination_test {
	margin-bottom: 20px;
}

.page-keepsakelist .profile-quick-nav {
	display: none !important;
}

.keepsake-table-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 15px;
}

.keepsake-table-header h3 {
	margin: 0
}

.keepsake-list-table {
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #bbb
}

.keepsake-list-table td {
	border-bottom: 1px dotted #e6e6e6;
	color: #545454;
	padding: 8px 0;
	font-size: 14px;
}

.keepsake-u-img {
	width: 70px;
}

.keepsake-u-img img {
	width: 55px;
	height: 55px;
	object-fit: cover;
}

.page-keepsakelist.logged-out .user-pages p {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.view-more-keepsake {
	font-size: 14px !important;
	color: #fff !important
}

/*-- keepsake List --*/


/*-- View Keepsake --*/
.keepsake-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 20px;
	margin-bottom: 30px;
}

.keepsake-meta p {
	margin: 0 0 10px 0
}

.keepsake-back {
	right: 0 !important;
	top: 0 !important;
}

.page-keepsakeview.logged-out .user-pages p {
	padding-left: 0 !important;
	padding-right: 0 !important
}

/*-- View Keepsake --*/

/*-- Create Profile Steps --*/
.create_profile_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.create_profile_title h1 {
	margin: 0 !important
}

.create_profile_title span {
	color: #999999;
	display: block;
	margin-right: 5px;
	margin-top: 5px;
	text-align: right;
	width: 100%;
}

.create_profile_title div {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-create_profile #div_perr .perr_txt {
	color: red
}

.page-create_profile #div_perr .perr_txt>b:first-child {
	color: #565656
}

.page-create_profile #profile_box_m textarea,
.page-modify_profile #profile_box_m textarea {
	background: #e6e6e6;
	font-family: inherit;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	color: #565656;
	line-height: 23px;
}

/*-- Create Profile Steps --*/

/*-- Send Vsmile --*/
.page-send_vsmile .greenbase p {
	font-size: 16px;
}

.custom-page-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px !important;
	font-weight: 800;
	color: #5A6376;
	text-transform: capitalize;
	margin: 0 auto 15px auto;
}

.notice-content-box {
	max-width: 600px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 25px;
	padding-top: 10px;
	text-align: center;
}

.notice-content-box p {
	margin-top: 0;
	margin-bottom: 10px;
}

/*-- Send vsmile --*/

/*-- Step 2 --*/
.page-step_2 .blue-bg-title {
	margin: -20px -20px 0 -20px !important;
	box-sizing: unset;
}

.page-step_2 .title {
	margin: 0 !important
}

.page-step_2 .blue-bg-title p {
	margin-bottom: 0 !important
}

.page-step_2 #left_box {
	display: none
}

.page-step_2 .user-pages {
	max-width: 550px;
	margin: 0 auto;
}

.page-step_2 #main_box {
	width: 100% !important;
	padding: 20px;
	margin: 0;
}

.page-step_2 #confirm_box input[type="email"],
.page-step_2 #confirm_box input[type="text"],
.page-step_2 #confirm_box input[type="password"] {
	width: 100%;
	box-sizing: border-box;
	margin-top: 3px;
	outline: none !important;
	padding: 0px 15px;
	height: 40px;
	border-radius: 5px;
	font-size: 16px;
	border: solid 1px rgba(0, 0, 0, .4);
}

.page-step_2 #confirm_box .cf2 {
	margin-bottom: 10px;
}

.register-2-content {
	padding: 20px 0 0 0;
}

/*-- Step 2 --*/

/*-- Cannot Contact Files --*/
.page-contact .greenbase .style16 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px !important;
	font-weight: 800;
	color: #5A6376;
	text-transform: capitalize;
	margin: 10px auto 0 auto;
}

.cannot-contact-box {
	max-width: 500px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 25px;
	padding-top: 10px;
	text-align: center;
}

.cannot-contact-box p {
	margin-top: 0;
	margin-bottom: 10px;
}

.sidebar-message-box .cannot-contact-box {
	font-size: 14px;
	line-height: 22px;
}

.sidebar-message-box.access_denied .acc_den {
	font-weight: 600
}

.cannot-contact-box .denied-back-btn {
	background-color: #5984F1;
	border: 1px solid #5984F1;
	padding: 10px 29px;
	border-radius: 30px;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

/*-- Cannot Contact Files --*/
.conversation-box-content {
	width: calc(100% - 140px);
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	padding-left: 10px;
}

.conversation-box-content a.read-more {
	width: 100%;
	font-size: 11px
}

.conversation-box-content p {
	width: 100%;
	box-sizing: border-box;
	font-size: 11px;
}

.conversation-box-content a.name {
	font-size: 13px;
	box-sizing: border-box;
	width: 100%;
}

.conversation-box-date {
	width: 90px;
	margin: 0 !important;
}

.conversation-box-img {
	height: 40px;
	min-width: 40px;
	max-width: 40px;
}

.conversation-box-img img {
	margin: 0;
	width: 100%;
}

.conversation-box .delete-conversation {
	right: 45px;
	top: calc(50% + 8px);
}

.inbox-date-wrap {
	position: absolute;
	top: 10px;
	right: 3px;
}

.conversation-box-content .small_content p {
	font-size: 11px;
}

.conversation-box-content a.read-more {
	width: 100%;
	font-size: 11px;
}

.msg-count {
	display: none;
}

.new-msg {
	width: 20px;
	height: 20px;
	background: #3ac733;
	border-radius: 100%;
	position: absolute;
	right: 12px;
	top: calc(50% + 8px);
	transform: translateY(-50%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}

.new-msg span {
	display: none;
}

/*-- Create a keepsake page --*/
.page-keepsake.logged-out .user-pages {
	max-width: 550px;
	margin: 0 auto;
}

.page-keepsake.logged-in .div_error {
	color: #ff0a0a
}

.page-keepsake.logged-in #keepshakeform {
	font-size: 16px;
	line-height: 25px;
}

.page-keepsake.logged-in #left_box .qsr {
	margin-bottom: 10px;
}

.page-keepsake.logged-in #left_box .qsr:nth-last-child(1) {
	margin-bottom: 10px;
}

.create-keepsake-table {
	padding: 30px 0
}

.gp-field-row {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.gp-field-row label {
	margin-right: 20px;
	width: 30%
}

.gp-field-row div {
	width: 70%
}

.gp-field-row input[type="text"],
.gp-field-row select {
	width: 100%;
	height: 40px;
	min-width: 100%;
	border-radius: 5px;
	font-size: 16px;
	padding: 0px 5px;
	border: solid 1px rgba(0, 0, 0, .4);
	background: #fff;
	box-sizing: border-box;
}

.gp-field-row textarea {
	border: solid 1px rgba(0, 0, 0, .4);
	border-radius: 5px;
	font-family: inherit;
	padding: 10px 5px;
	box-sizing: border-box;
	font-size: 16px;
}

.gp-field-row .btn {
	line-height: 28px;
	margin-bottom: 5px;
}

.keepsake-image-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.keepsake-image-grid-item div,
.keepsake-image-grid-item {
	width: 100% !important
}

.keepsake-image-grid-item .btn-orange {
	background: #de2e2e !important;
	border-color: #de2e2e !important;
	color: #fff !important;
	margin-bottom: 5px;
}

.keepsake-image-grid-item .fileinput img {
	width: 100%;
	height: 180px;
	max-height: 180px !important;
	object-fit: cover;
	background-color: #f0f0f0;
}

.btn-keepsake-main {
	background-color: #3ac733;
	border: 1px solid #3ac733;
	padding: 10px 29px;
	border-radius: 30px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px !important;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	margin-top: 25px;
	transition: all .3s ease;
}

.btn-keepsake-main:hover {
	background-color: #219b1b;
	border: 1px solid #219b1b;
}

/*-- Create a keepsake page --*/
/*-- Start Read Mail Page - Sandip--*/

.modal {
	max-width: 700px !important;
}

.modal-btn {
	color: white;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
}

.btn-no {
	background-color: orange
}

.btn-yes {
	background-color: green
}

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

.modal-box {
	border: 1px solid #eee;
	padding: 30px 0;
}

.blocker {
	z-index: 999 !important;
}


.swal-button-container {
	margin: auto;
	display: block;
	text-align: center;
}

.swal-overlay {
	background-color: rgba(0, 0, 0, .7) !important;
}

.swal-button {
	background-color: #5984f1 !important;
}

/*-- End Read Mail Page - Sandip --*/

.profile-quick-nav.custProfileNav {
	flex-direction: column;
}

.profile-quick-nav.custProfileNav a {
	width: 100%;
	border-radius: 0px;
	margin: 0 0 10px 0;
	justify-content: left;
}

.profile-quick-nav.custProfileNav a:last-child {
	margin: 0px;
}

.profile-quick-nav.custProfileNav a img {
	margin-left: 20px;
	margin-right: 20px;
}

.profile-quick-nav.custProfileNav a span {
	margin-right: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.profile-quick-nav.custProfileNav a span b {
	font-weight: 500;
}

.custView_profile_content_data {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.custView_profile_content_data span {
	background: #c7ccc1;
	border-radius: 50px;
	padding: 4px 13px;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	margin: 2px 3px;
	line-height: 22px;
}

.custView_profile_content_data span.interested-bg {
	background: #94abf5;
}

.MemberTabs {
	display: block;
}

.MemberTabs .tab {
	overflow: hidden;
	padding-top: 20px;
	margin: 0 0 -1px 0;
}

.MemberTabs .tab button {
	background-color: #e4e9f3;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 35px;
	transition: 0.3s;
	color: #666;
	font-size: 15px;
	font-family: 'cera_probold', sans-serif;
	border-radius: 0 10px 0 0;
	border: 1px solid #666;
	position: relative;
}

.MemberTabs .tab button a {
	color: #666;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.MemberTabs .tab button:hover {
	background-color: #5a85f1;
	color: #fff;
}

.MemberTabs .tab button.active {
	background-color: #5a85f1;
	color: #fff;
	padding: 18px 35px;
	margin: -8px 0 0 0;
}

.MemberTabs .tab button:hover a,
.MemberTabs .tab button.active a {
	color: #fff;
}

.MemberTabs .tabcontent {
	display: none;
	padding: 6px 12px;
	/*border: 1px solid #666;*/
	height: 93%;
	border-radius: 0 0 20px 20px;
}

.custMemberClassMn {
	width: 100%;
}

.MemberTabs .tab button:disabled {
	cursor: no-drop;
	opacity: 0.3;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	body .custMainTableHeadProfile .custom-table-wrap {
		width: 100% !important;
		padding-left: 0px !important;
	}


}

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

	.member-status,
	.support-wrap {
		width: inherit;
		float: none;
	}

	body .custMainTableHeadProfile .custom-table-wrap {
		width: 100% !important;
	}

	body .custMainTableHeadProfile .custom-table-wrap.custTableRecent2 {
		padding-right: 0;
	}

}

.profile_slider {
	float: left;
	width: calc(100% + 308px);
	margin: 0 0 0 -308px;
	background: #eef2fe;
	padding: 40px 0 0 0;
}

.user-profile-sliderData {
	display: flex;
	padding: 10px 10%;
	color: #5984f1;
	flex-direction: column;
	justify-content: center;
}

.custProfileUserImage {
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 100%;
	margin-bottom: 15px;
}

.custProfileUserImage img {
	width: 100%;
	object-fit: cover;
}

.custProfileUserData {
	width: 100%;
	font-size: 15px;
	line-height: 22px;
	padding: 0px;
	display: block;
	color: #4D576D;
}

.userNameandFlag a {
	color: #5984f1;
}

.custProfileUserData div {
	float: left;
	width: 100%;
}

.userNameandFlag span:nth-child(1) {
	float: left;
}

.userNameandFlag span:nth-child(2) {
	float: left;
	margin: 0 0 0 20px;
}

.userNameandFlag span:nth-child(2) img {
	width: 40px;
}

.custMainTableHeadProfile {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.custMainTableHeadProfile .custom-table-wrap {
	width: 48% !important;
}

.custMainTableHeadProfile .custom-table-wrap.custTableRecent1 {
	padding-left: 10px;
	order: 1;
}

.custMainTableHeadProfile .custom-table-wrap.custTableRecent2 {
	padding-right: 10px;
	order: 0;
}

.custMainTableHeadProfile .custom-table-wrap .fav-table .table_head,
.custMainTableHeadProfile .custom-table-wrap .fav-table .table_data {
	width: 25%;
}

.custTableMOstActiveMembers {
	display: none;
}

#left_box #google_ads_leftqs .adsbygoogle,
#left_box #google_ads_leftqs .adsbygoogle #aswift_0_host,
#left_box #google_ads_leftqs .adsbygoogle #aswift_0_host iframe {
	height: auto !important;
}

.SimilarProfileHeading {
	display: block;
	text-align: center;
}

.SimilarProfileHeading h3 {
	display: block;
	margin: 0 0 40px 0;
	font-size: 30px;
	text-transform: capitalize;
}

#Snail {
	margin-top: 20px;
}

/* 19-jan-2024 */

.smillar_profiles_con {
	display: flex;
}

.smillar_profiles_con {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}


.smillar_profiles_con .userNameandFlag span:nth-child(2) {
    margin: 0px 0 0 3px;
    width: 23px;
}

.smillar_profiles_con .userNameandFlag span:nth-child(2) img {
    width: 100%;
}
.smillar_profiles_con .swiper-slide {
    text-align: center;
    width: 20%;
}
.custProfileUserData div.userNameandFlag {
    float: none !important;
    width: 100%;
    text-align: center !important;
display: flex;
align-items: center;
justify-content: center;
}
.smillar_profiles_con .custProfileUserImage {
margin-left: auto;
margin-right: auto;
}
.members_area_epal_con .section h3 {
background: #5a85f1;
color: #fff;
padding: 10px;
font-weight: 500;
font-size: 18px;
text-align: center;
}
.members_area_epal_con .list {
width: 100%;
display: flex;
margin: 0 0 15px;
align-items: center;
}
.members_area_epal_con .seq {
font-size: 20px;
font-weight: 500;
display: inline-block;
min-width: 25px;
}
.members_area_epal_con .country-image {
width: 49px;
height: 49px;
min-width: 49px;
min-height: 49px;
display: inline-block;
border-radius: 50%;
overflow: hidden;
object-fit: cover;
margin: 0 0 0 10px;
}
.members_area_epal_con .country-image img {
height: 100%;
object-fit: cover;
width: 100%;
}
.members_area_epal_con .name {
display: inline-block;
margin: 0 0 0 25px;
width: 200px;
font-size: 18px;
text-align: center;
word-wrap: break-word;
}
.members_area_epal_con .name a
{
display: block;
background: #b0c1ea;
padding: 10px 5px;
border-radius: 50px;
color: #fff;
}
.members_area_epal_con .list.gold .name a {
background: linear-gradient(45deg, #f5cc49, #e6b800, #d4af37, #b8860b);
}
.members_area_epal_con .list.silver .name a
{
background: linear-gradient(45deg, #e0e0e0, #c0c0c0, #a8a8a8, #808080);
}
.members_area_epal_con .list.bronze .name a
{
background: linear-gradient(45deg, #cd7f32, #b87333, #a65e2e, #8c4a2f);

}
.members_area_epal_con .age {
display: inline-block;
margin: 0 0 0 12px;
font-size: 18px;
width: 25px;
text-align: center;
font-weight: 600;
}
.members_area_epal_con .gender {
display: flex;
margin: 0 0 0 15px;
width: 49px;
height: 49px;
background: #f0f0f0;
border-radius: 50%;
align-items: center;
justify-content: center;
}
.members_area_epal_con .gender img {
width: 17px;
}
.members_area_epal_con .country-name {
display: inline-block;
margin: 0 0 0 11px;
font-size: 16px;
font-weight: 500;
}


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

.members_area_epal_con .country-image {
width: 39px;
height: 39px;
min-width: 39px;
min-height: 39px;
margin: 0 0 0 5px;
}
.members_area_epal_con .seq {
font-size: 18px;
min-width: 20px;
}
.members_area_epal_con .name {
margin: 0 0 0 10px;
width: 180px;
font-size: 15px;
min-width: 180px;
}
.members_area_epal_con .age {
margin: 0 0 0 8px;
font-size: 16px;
width: 25px;
}
.members_area_epal_con .gender
{
width: 39px;
height: 39px;
min-width: 39px;
min-height: 39px;
}
.members_area_epal_con .country-name {
margin: 0 0 0 8px;
font-size: 14px;
font-weight: 500;
}
}





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

.members_area_epal_con .section h3 {
font-size: 15px;
text-align: center;
width: 100%;
}
.members_area_epal_con .list {
width: 100%;
display: block;
margin: 0 0 15px;
align-items: center;
border-bottom: 1px solid #f3f3f3;
padding: 0 0 15px;
}
.members_area_epal_con .gender {
display: inline-block;
margin: 0 0 0 5px;
width: 35px;
height: 35px;
min-width: 35px;
min-height: 35px;
text-align: center;
padding: 8px 0;
box-sizing: border-box;
line-height: 35px;
position: relative;
    top: 8px;
}
.members_area_epal_con .gender img
{
	width: auto;
}
.members_area_epal_con .seq {
font-size: 16px;
min-width: 18px;
}

.members_area_epal_con .country-image {
width: 38px;
height: 38px;
min-width: 38px;
min-height: 38px;
display: inline-block;
margin: 0 0 -12px 5px;
}
.members_area_epal_con .name {
display: inline-block;
margin: 0 0 0 10px;
width: 52%;
font-size: 14px;
}
.members_area_epal_con .age {
display: inline-block;
margin: 0 0 0 12px;
font-size: 15px;
width: 25px;
}
.members_area_epal_con .country-name {
display: block;
font-size: 16px;
width: 100%;
text-align: center;
margin: 10px 0 0 0;
}
.smillar_profiles_con {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.smillar_profiles_con .swiper-slide {
    text-align: center;
    width: 33.3%;
}
.smillar_profiles_con .custProfileUserImage {
    margin-left: auto;
    margin-right: auto;
}
.smillar_profiles_con .user-profile-sliderData {
    padding: 5px !important;
}

.smillar_profiles_con .userNameandFlag span:nth-child(2) {
    margin: 0px 0 0 3px;
    width: 20px;
}
.smillar_profiles_con .userNameandFlag span:nth-child(2) img {
    width: 100%;
}	
.custProfileUserData div.userNameandFlag {
    float: none !important;
    width: 100%;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media only screen and (max-width: 599px) {
.smillar_profiles_con .swiper-slide {
text-align: center;
width: 50%;
}	
}
.smile-icon img
{
filter: brightness(0) invert(1);
}

/* Make the homepage menu appear when the hamburger is toggled */
@media (max-width: 1024px){
	.mobile-toggle-active .header-menu {
		display: flex !important;
	}

	/* Keep this too, for inner pages using .header-nav */
	.logged-out.mobile-toggle-active .header-nav {
		display: flex !important;
	}

	/* (Optional) ensure it sits above content */
	.header-menu { z-index: 9999; }
}