/* .newheader {
	background-color: #b21b26;
	position: absolute;
	top: 0px;
	z-index: 99;
	width: 100%;
	font-family: "Montserrat", sans-serif;
} */

.newheader {
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	/* increase to avoid overlap issues */
	width: 100%;
	padding: 0 100px;
	font-family: "Montserrat", sans-serif;
}

.newheader {
	background-color: #ffffff;
	position: fixed;
	/* or sticky */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.newheader .newlogo {
	background-color: #fff;
	/* padding: 10px 20px; */
}

.newheader .newlogo a img {
	height: 70px;
}

.newheader .dropdown-menu {
	min-width: 200px;
}

.dropdown:hover>ul.dropdown-menu {
	display: block !important;
}

.navbar-nav>li>a {
	color: #000000 !important;
	font-weight: 500;
}

.nav>li>a:focus,
.nav>li>a:hover {
	color: #b21b26 !important;
	background: transparent !important;
	/* padding: 5px; */
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #980303;
	border-radius: 3px;
}

.dropdown-menu {
	padding-inline: 5px;
}

.dropdown a span i {
	position: relative;
	bottom: -2px;
	font-size: 12px;
}

.newheader li {
	list-style: inherit !important;
}

.my-profile-page#dashboard-container,
.dashboard-page#dashboard-container {
	padding-top: 90px !important;
}

.preferred-education-page .match-profile-details ul {
	margin: 0;
	padding: 0;
}

.preferred-education-page .match-profile-details ul li {
	align-items: center;
	display: grid;
	float: none;
	grid-template-columns: 140px minmax(0, 1fr);
	list-style: none;
	min-height: 48px;
	width: 100%;
}

.preferred-education-page .match-profile-details ul li span {
	float: none;
	padding: 10px 0;
	width: auto;
}

.preferred-education-page .match-profile-details ul li span:last-child {
	text-align: left;
	word-break: normal;
}

.dropdown-menu>li>a {
	padding: 7px 20px;
	font-weight: 500;
}

.tg-homebannerandslider {
	position: relative;
	top: 0;
}

.searchlook {
	background-color: #b21b26;
	padding: 30px;
	position: relative;
	top: 0;
	border-radius: 0px 0px 5px 5px;
}

.searchlook .form-group label {
	color: #fff;
}

.searchlook .form-group .form-select {
	font-weight: 600;
	border-radius: 3px;
	border: 0px;
	background-color: #fff;
}

.searchlook button[type="submit"] {
	background-color: #b21b26;
	border: 1px solid #b21b26 !important;
	border: none;
	border-radius: 5px;
	width: 100%;
	color: #fff;
	font-weight: 600;
	position: relative;
	top: -6px;
	padding: 9px;
}

.searchlook button[type="submit"]:hover {
	background-color: #b21b26;
	color: #fff;
	border-color: #fff !important;
}

.down-arrow a {
	width: 50px;
	height: 50px;
	background-color: #b21b26;
	color: #fff;
	line-height: 50px;
	border-radius: 100%;
	box-shadow: (0px 4px 4px rgba(0, 0, 0, 0.25));
	display: block;
	font-size: 40px;
	text-align: center;
	position: absolute;
	z-index: 99;
	top: -30px;
	left: 47%;
}

.down-arrow a:hover {
	color: #fff;
	opacity: 0.9;
}

.findspecial h5,
.successstories h5 {
	margin: 0px;
	padding: 0px;
	color: #b21b26;
	font-size: 18px;
	font-weight: 600;
}

.findspecial h4,
.successstories h4 {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 28px;
	font-weight: 700;
}

.findsparrowbox {
	width: 92%;
	height: 100px;
	margin: 0px auto;
	background: linear-gradient(90deg,
			#c09d59 0%,
			#c09d59 46.07%,
			#c09d59 101.14%);
	margin: 50px 0px 80px 33px;
}

.findsparrowbox:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 40px solid #fff;
	border-bottom: 50px solid transparent;
	position: absolute;
}

.findsparrowbox:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 40px solid #c09d59;
	border-bottom: 50px solid transparent;
	position: absolute;
	right: 45px;
	top: 50px;
}

.findsparrowbox span {
	color: #333;
	font-size: 30px;
	font-weight: 800;
	line-height: 100px;
	position: relative;
	left: 90px;
}

.findsparrowbox .circle {
	width: 170px;
	height: 170px;
	border-radius: 100%;
	background-color: #fff;
	border: 10px solid #b72934;
	margin: 0px auto;
	box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.25);
	position: relative;
	top: -33px;
	left: 30px;
	line-height: 140px;
	text-align: center;
	transition: all ease-in 0.7s;
}

.findsparrowbox .circle img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.findsparrowbox .circle:hover {
	transform: scale(0.6);
}

.findsparrowbox h4 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333;
	font-size: 20px;
	line-height: 24px;
	padding-left: 83px;
	position: relative;
	font-weight: 600;
	top: -17px;
}

.py-6 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.successtories,
.browseprofiles {
	position: relative;
}

.successtories .item,
.browseprofiles .item {
	margin: 10px;
}

.successtories button,
.browseprofiles button {
	color: #999;
	font-size: 50px;
	position: absolute;
	background-color: inherit;
	top: -162px;
}

.successtories button.tg-btnprev,
.browseprofiles button.tg-btnprev {
	left: -10px;
}

.successtories button.tg-btnnext,
.browseprofiles button.tg-btnnext {
	right: -10px;
}

.browseprofiles img {
	width: 180px !important;
	height: 180px !important;
	object-fit: cover;
	margin: 0px auto;
	border-radius: 100%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border: 1px solid #666;
}

.browseprofiles h4 {
	margin: 0px;
	padding: 10px 0px 8px;
	color: #b21b26;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.browseprofiles p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #161616;
	font-size: 16px;
}

.browseprofiles .item {
	position: relative;
}

.browseprofiles .blurimg {
	width: 175px;
	height: 175px;
	display: block;
	border-radius: 100%;
	backdrop-filter: blur(4px);
	z-index: 999;
	position: absolute;
	top: 3px;
	left: 46px;
}

.box {
	background: linear-gradient(to right, #b4143a, #ff154d);
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.box img {
	width: 100%;
	height: auto;
	transition: 0.3s ease-in-out;
	border-radius: 5px;
}

.box:hover img {
	opacity: 0.7;
	border-radius: 5px;
}

.box:hover .box-content {
	opacity: 1;
	transform: translateY(0);
	border-radius: 5px;
}

.box:hover .icon {
	opacity: 1;
	transform: translateY(0);
}

.box .box-content {
	color: #fff;
	background: linear-gradient(to right, #b21b26, #b21b26);
	padding: 10px 20px;
	opacity: 0;
	transform: translateY(-100px);
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.35s ease;
	height: 100%;
}

.box .box-content a {
	display: block;
	color: #fff;
	padding: 5px 0px;
}

.box .box-content a i {
	position: relative;
	top: 0px;
	left: 4px;
}

.box .title {
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	margin: 0 0 3px;
	text-align: left;
	color: #fff;
}

.box .post {
	font-size: 12px;
	text-align: left;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

h4.brwtitle {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #b21b26;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

.btn-freeregister {
	background-color: #b21b26;
	border-radius: 5px;
	padding: 8px 30px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}

.btn-freeregister:hover {
	background-color: #6d1c22;
	color: #fff;
}

.app-section {
	background: linear-gradient(359.74deg, #651a20 1.43%, #b72934 99.76%);
	padding: 50px 0px 0px 0px;
}

.app-section h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 36px;
	color: #fff;
	font-weight: 600;
}

.app-section p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.app-section .app-btns a img {
	height: 50px;
	margin-right: 10px;
}

.app-section .app-btns a img:hover {
	opacity: 0.9;
}

.app-section .appimg {
	height: 300px;
	object-fit: contain;
}

footer {
	background-color: #c09d59;
	padding-top: 30px;
}

footer p {
	padding: 10px 0px;
	color: #000;
}

footer .socialicons a {
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	background-color: #b21b26;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-right: 5px;
	border-radius: 100%;
}

footer .socialicons a:hover {
	background-color: #6d1c22;
}

footer h4 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	text-align: left;
}

footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

footer ul li {
	margin: 0px;
	padding: 0px;
}

footer ul li a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	position: relative;
}

footer ul li a:hover {
	color: #b21b26;
}

footer ul li a:before {
	content: "\f105";
	color: #000;
	font-family: "Font Awesome 5 Pro";
	padding-right: 10px;
}

footer .copyright {
	background-color: #fff;
	padding: 20px 0px;
	font-size: 12px;
}

footer .copyright p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

footer .copyright p a {
	color: #b4143a;
	text-decoration: none;
}

footer .copyright p a:hover {
	color: #000;
}

ul.browsetabbtns {
	padding: 0px 0px 30px 0px;
	display: flex;
}

ul.browsetabbtns li {
	display: block;
	width: calc(98% / 4);
	margin: 0px 5px;
}

ul.browsetabbtns li a {
	border: 1px solid #000;
	color: #000;
	padding: 3px 10px;
	display: block;
	text-align: center;
	font-weight: 600;
	border-radius: 5px;
	white-space: nowrap;
}

ul.browsetabbtns li a:hover {
	border: 1px solid #b21b26;
	color: #b21b26;
}

#accordion .panel {
	border: none;
	border-radius: 0;
	margin-bottom: 5px;
	box-shadow: none;
}

#accordion .panel-heading {
	padding: 0;
	border: none;
	border-radius: 0;
	position: relative;
}

#accordion .panel-title a {
	display: block;
	padding: 10px 50px 10px 30px;
	text-align: left;
	margin: 0;
	background: #b21b26;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 10px;
}

#accordion .panel-title a.collapsed:before {
	content: "";
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 20px;
	right: 30px;
}

#accordion .panel-title a.collapsed:after {
	content: "";
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
	bottom: 15px;
	right: 39px;
	transition: all 0.3s ease 0s;
}

#accordion .panel-body {
	padding: 20px 30px;
	background: #f7fff7;
	font-size: 15px;
	color: #333;
	line-height: 28px;
	letter-spacing: 1px;
}

.package-subscription {
	border: 1px solid #ccc;
	padding: 40px 25px;
	border-radius: 10px;
	margin-bottom: 30px;
	height: 660px;
}

.package-subscription h4 {
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	color: #b21b26;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.package-subscription h4 i {
	padding-right: 10px;
}

.package-subscription h5 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #666;
	font-weight: 600;
	font-size: 28px;
}

.package-subscription h5 i {
	font-size: 24px;
}

.package-subscription ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	height: 310px;
	overflow-x: hidden;
	overflow-y: auto;
}

.package-subscription ul::-webkit-scrollbar {
	width: 10px;
}

.package-subscription ul::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.package-subscription ul::-webkit-scrollbar-thumb {
	background: #888;
}

.package-subscription ul::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.package-subscription ul li {
	color: #333;
	padding-bottom: 10px;
}

.package-subscription ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	padding-right: 10px;
	color: #b21b26;
}

.package-subscription .d-flex {
	background-color: #ffdee6;
	margin: 10px 0px;
}

.package-subscription .duration {
	font-size: 16px;
	text-align: center;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.package-subscription .duration span {
	font-weight: 600;
	display: block;
}

.dashplans .package-subscription {
	padding: 20px 25px;
}

.dashplans .package-subscription ul {
	display: flex;
	flex-wrap: wrap;
}

.dashplans .package-subscription ul li {
	flex: 0 0 33.33%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.package-subscription.thmred {
	background: linear-gradient(to bottom, #b21b26, #fea1d1);
}

.package-subscription.thmred h4 {
	color: #fff;
}

.package-subscription.thmred h5 {
	color: #fff;
}

.package-subscription.thmred ul li {
	color: #fff;
}

.package-subscription.thmred ul li:before {
	color: #fff;
}

.package-subscription.thmred .duration {
	color: #000;
}

.pt-100 {
	padding-top: 100px;
}

.succstor .card {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border-radius: 5px;
	background: linear-gradient(to bottom, #fff 0%, #ffdee6 90%);
}

.succstor h5 {
	color: #b21b26;
	font-weight: 600;
}

.feedbackform .card {
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 10px;
	margin-top: 20px;
}

.feedbackform .form-control,
.feedbackform select.form-control {
	height: 40px;
}

.feedbackform textarea.form-control {
	height: inherit;
}

.feedbackform .btn-feedback {
	background-color: #b21b26;
	color: #fff;
	padding: 10px 30px;
	border-radius: 5px;
}

.feedbackform .btn-feedback:hover {
	background-color: #33c933;
}

.feedbackform label {
	font-weight: 600;
}

#langModal .modal-content {
	border-radius: 0px;
	padding: 20px;
	overflow: hidden;
	border: 3px solid #b21b26;
}

#langModal h4 {
	color: #b21b26;
	font-weight: 600;
}

#langModal .close {
	opacity: 1;
}

#langModal .form-control {
	color: #333;
	height: 45px;
}

#langModal .form-control:focus {
	border-color: #b21b26 !important;
}

#langModal .btn-language {
	background-color: #b21b26;
	color: #fff;
	padding: 10px;
	display: block;
	width: 100%;
}

#langModal .btn-language:hover {
	opacity: 0.9;
}

.modal-backdrop.in {
	z-index: 99;
}

.tg-loginarea .form-control {
	background-color: inherit;
	border: 0px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-left: 5px;
	height: 45px;
}

.tg-loginarea .form-control::-webkit-input-placeholder {
	color: #fff;
}

.tg-loginarea .form-control:focus {
	border-color: #b21b26 !important;
}

.btn-subscription {
	background-color: #b21b26;
	border-radius: 5px;
	padding: 15px 20px;
	display: block;
	color: #fff;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #b21b26;
	font-weight: 600;
}

.btn-subscription:hover {
	background-color: #fff;
	border-color: #b21b26;
	color: #b21b26;
}

.btn-search {
	display: flex;
	list-style: none;
	margin-bottom: 30px;
}

.btn-search li {
	width: calc(100% / 4);
}

.btn-search li a {
	margin-right: 10px;
	background-color: #f8f8f8;
	text-align: center;
	padding: 10px 20px;
	color: #333;
	display: block;
	font-weight: 500;
	font-size: 16px;
	border-radius: 5px;
}

.btn-search li a:hover {
	color: #fff;
	background-color: #b21b26;
}

.btn-search li.active a {
	color: #fff;
	background-color: #b21b26;
}

.allsearchbox form {
	padding: 40px;
	border: none;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	border-radius: 15px;
}

.btn-keysearch {
	background: #b21b26;
	color: #fff;
	border: none;
	padding: 10px 25px;
	border-radius: 5px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-keysearch:hover {
	background: #8e151e;
	transform: translateY(-2px);
}

/* Premium Profile Card */
.premium-profile-card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	transition: all 0.3s ease;
	border: 1px solid #eee;
	padding: 20px;
}

.premium-profile-card:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.premium-profile-img-wrapper {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.premium-profile-img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.premium-profile-card:hover .premium-profile-img {
	transform: scale(1.05);
}

.premium-profile-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 700;
	color: #b21b26;
	display: flex;
	align-items: center;
	gap: 5px;
}

.premium-profile-info {
	padding-top: 15px;
}

.premium-profile-name {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
}

.premium-profile-id {
	font-size: 13px;
	color: #888;
	margin-bottom: 10px;
}

.premium-profile-details {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}

.premium-profile-details li {
	font-size: 14px;
	color: #555;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.premium-profile-details li i {
	color: #b21b26;
	width: 16px;
	text-align: center;
}

.premium-profile-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 15px;
}

.premium-btn {
	padding: 8px 15px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
	border: 1px solid transparent;
}

.premium-btn-primary {
	background: #b21b26;
	color: #fff;
}

.premium-btn-primary:hover {
	background: #8e151e;
}

.premium-btn-outline {
	background: transparent;
	border-color: #b21b26;
	color: #b21b26;
}

.premium-btn-outline:hover {
	background: #b21b26;
	color: #fff;
}

.allsearchbox form label {
	font-weight: bold;
}

.allsearchbox form .form-control {
	height: 40px;
	border-radius: 5px;
}

.allsearchbox form .form-control:focus {
	border-color: #b21b26 !important;
}

.allsearchbox form h4 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: 600;
	color: #b21b26;
}

.btn-advsearch {
	background-color: #b21b26;
	border: 1px solid #b21b26;
	padding: 10px 50px;
	border-radius: 5px;
	color: #fff;
	margin-top: 20px;
}

.btn-advsearch:hover {
	border: 1px solid #b21b26;
	background-color: #b21b26;
}

.btn-saveadvsearch {
	background-color: #fff;
	border: 1px solid #b21b26;
	padding: 10px 50px;
	border-radius: 5px;
	color: #b21b26;
	margin-top: 20px;
}

.btn-saveadvsearch:hover {
	background-color: #b21b26;
	color: #fff;
}

.input-group-btn {
	font-size: 14px;
}

.input-group-btn .btn-keysearch {
	background-color: #b21b26;
	border: 1px solid #b21b26;
	padding: 10px 50px;
	border-radius: 5px;
	color: #fff;
	margin-left: 5px;
}

.input-group-btn .btn-keysearch:hover {
	background-color: #fff;
	border: 1px solid #b21b26;
	color: #b21b26;
}

.registration_form1 .tg-select {
	width: 100%;
	float: left;
	color: #fff;
	position: relative;
	margin: 0 0 8px;
	border-radius: 0;
	border: 0px;
	border-bottom: 1px solid #fff;
	padding-left: 5px;
	height: 45px;
	text-transform: uppercase;
}

.registration_form1 .tg-select:after {
	top: 50%;
	right: 15px;
	z-index: 1;
	width: 8px;
	color: #fff;
	font-size: 14px;
	margin: -3px 0 0;
	line-height: 6px;
	content: "\f107";
	position: absolute;
	text-align: center;
	font-family: "Font Awesome 5 Pro";
}

.registration_form1 .tg-select select {
	width: 100%;
	z-index: 2;
	color: #fff !important;
	height: 45px;
	line-height: 16px;
	padding: 1px 15px;
	position: relative;
	appearance: none;
	background: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-transform: capitalize;
	font-size: 14px;
	border: 0px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-left: 5px;
}

.pt-200 {
	padding-top: 200px;
}

.rqst-btns {
	display: flex;
	justify-content: space-around;
	padding-bottom: 20px;
}

.rqst-btns a {
	background-color: #eee;
	padding: 10px 0px;
	border-radius: 5px;
	color: #000;
	text-decoration: none;
	width: 180px;
	font-size: 16px;
	display: block;
	text-align: center;
}

.rqst-btns a.active,
.rqst-btns a:hover {
	background-color: #b21b26;
	color: #fff;
}

.boxrequst {
	position: relative;
}

.boxrequst .card {
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 10px;
}

.boxrequst .card .card-body {
	padding: 10px;
}

.boxrequst h4 {
	margin: 0px;
	padding: 0px;
	font-weight: 500;
}

.boxrequst p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.boxrequst p span {
	padding-right: 10px;
}

.boxrequst a.btn-moreinfo {
	border: 2px solid #b21b26;
	color: #b21b26;
	padding: 10px 20px;
	width: 180px;
	display: block;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
}

.boxrequst a.btn-moreinfo:hover {
	background-color: #b21b26;
	color: #fff;
}

.boxrequst a.btn-accept {
	color: #fff;
	background-color: #b21b26;
	border: 2px solid transparent;
	padding: 10px 20px;
	width: 180px;
	display: block;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
}

.boxrequst a.btn-accept:hover {
	border: 2px solid #b21b26;
	color: #b21b26;
	background-color: #fff;
}

.boxrequst .removeitem a {
	color: #666;
	position: absolute;
	top: 0px;
	right: 10px;
}

.boxrequst .removeitem a:hover {
	color: #b21b26;
}

.boxrequst img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.profilepht {
	width: 100%;
	height: 280px;
	object-fit: cover;
	margin: 0px auto;
}

.setprofile {
	position: relative;
	height: 280px;
}

.setprofile .verfied {
	position: absolute;
	top: 10px;
	left: 10px;
}

.setprofile .shadowbox {
	position: absolute;
	bottom: 0px;
	z-index: 9;
	padding-left: 10px;
	width: 100%;
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
	padding-bottom: 5px;
	padding-top: 20px;
}

.setprofile .shadowbox h4 {
	color: #fff;
}

.setprofile .shadowbox ul li {
	color: #fff;
}

.setprofile .shadowbox a.prflike {
	position: absolute;
	bottom: 25px;
	right: 15px;
	color: #fff;
	font-size: 17px;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 35px;
}

.trunctxt {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 15px;
}

.dashprf h4,
.dashprf h5 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.dashprf h4 {
	color: #b21b26;
	font-weight: 600;
	font-size: 16px;
}

.prflike-new {
	position: absolute;
	z-index: 999;
	right: 10px;
	margin-top: -42px;
	background-color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	box-shadow: 3px 3px 5px #ccc;
	border: 1px solid #eee;
}

.radiosty1 input[type="radio"] {
	width: 24px;
	height: 24px;
	float: left;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #b21b26;
	border-radius: 100%;
	margin-right: 10px;
	margin-left: 10px;
}

.radiosty1 input[type="radio"]:focus {
	border: 1px solid #c42144 !important;
}

.radiosty1 input[type="radio"]:checked:before {
	content: "";
	width: 14px;
	height: 14px;
	background-color: #b21b26;
	position: absolute;
	left: 23px;
	top: 9px;
	border-radius: 100%;
}

.radiosty1 label {
	position: absolute;
	left: inherit;
	top: -6px;
	left: 46px;
	border-radius: 5px;
	padding: 10px 5px;
	height: 65px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 16px !important;
	width: 90%;
}

.profilecontact-details .con-icon {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #b21b26;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: block;
}

.profilecontact-details .con-text {
	padding-left: 10px;
}

.profilecontact-details .con-text span {
	font-size: 12px;
	display: block;
}

.profilecontact-details .con-text h4 {
	font-size: 16px;
}

.profilecontact-details .btn-new-premium {
	background-color: #b21b26;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
}

.profilecontact-details .btn-new-premium:hover {
	background-color: #b21b26;
}

.txt-corgreen {
	color: #008000;
}

.txt-corred {
	color: #b21b26;
}

.matchprofileox {
	background-image: url("../images/patternmat.png");
	height: 200px;
	margin-bottom: 20px;
	border-radius: 20px;
	padding-top: 25px;
}

.matchprofileox img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 100%;
	border: 3px solid #fff;
}

.matchprofileox i {
	position: absolute;
	top: 60px;
	left: 138px;
	font-size: 40px;
	color: #b21b26;
	text-shadow: 3px 3px 10px #fff;
}

.matchprofileox h4 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #000;
	font-weight: 600;
}

.matchprofileox h5 {
	color: #b21b26;
	font-size: 16px;
	font-weight: 600;
}

.profilelike {
	background-color: #fff;
	padding: 10px;
}

.profilelike p {
	text-align: right;
}

.profilelike .btn-skip {
	padding: 10px 20px;
	border: 2px solid #b21b26;
	text-align: center;
	color: #b21b26;
	background-color: #fff;
}

.profilelike .btn-skip:hover {
	color: #fff;
	background-color: #b21b26;
}

.profilelike .btn-strequest {
	padding: 10px 20px;
	background-color: #b21b26;
	border: 2px solid #b21b26;
	color: #fff;
	text-align: center;
}

.profilelike .btn-strequest:hover {
	background-color: #fff;
	color: #b21b26;
}

.tg-themeform .form-control {
	height: 40px;
	border-radius: 5px;
}

.tg-themeform .form-control:focus {
	border-color: #b21b26 !important;
}

.tg-themeform input:focus {
	border-color: #b21b26 !important;
}

#welcomeModal .modal-body {
	padding: 1px;
	background-color: #000;
}

#welcomeModal .modal-content {
	border-radius: 0px;
}

#welcomeModal button.close {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 1;
	color: #fff;
	font-size: 28px;
}

@media (min-width: 768px) {
	.modal-sm {
		width: 100%;
		max-width: 350px;
	}
}