/* CSS Code Schedule
1>>  carousel navigator is "resposive.css"  Page.
*/

@font-face {
	font-family: 'SolaimanLipiNormal';
	font-style: normal;
	font-weight: normal;
	src: local('SolaimanLipiNormal'), url('../font/solaimanlipi.woff') format('woff');
}
*{
    font-family:'Roboto',sans-serif, SolaimanLipiNormal;
}

:root {
	--primary-color: #FF0084;
	--secondery-color: rgba(153, 153, 153, 0.03);
	--red: #da2c4d;
	--yellow: #f8ab37;
	--green: #2ecc71;
	--white: #ffffff;
	--grey-light: #f2f7f9;
	--grey: blue;
	--black: #080808;
	--black-blue: #1f2029;
	--black-blue-light: #353746;
	--black-blue-light-2: #404255;
	--black-blue-light-3: #4b4d64;
	--black-light: #424455;

}


html {
	scroll-behavior: smooth;
}

html::-webkit-scrollbar {
	width: .6rem;
}

html::-webkit-scrollbar-track {
	background: var(--primary-color);

}

html::-webkit-scrollbar-thumb {
	background: var(--grey-light);
	border-radius: 5rem;
}


body {
	font-family: 'SolaimanLipiNormal', sans-serif;
	background: #fffffc;
}


/* Global Style  */

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

a {
	text-decoration: none !important;
	cursor: pointer;
}


/*Loader Css Start*/
.LoadImageSt{
	width: 30%;
	margin-right: -20px;
	margin-left: -20px;
}
.LoaderImageSt{
	width: 10%;
}
.LoaderDivSt{
	width: 100%;
	height: 103vh;
	position: fixed;
	padding-top: 20%;
	padding-left: 32%;
	z-index: 9999999999999999;
	top: 0;
	background: #ffffff;
}
/*Loader Css End*/

.section-title {
	position: relative;
	color: #ffffff;
	padding: 4px 16px;
	margin: 0;
	/*background: #e4f0ff;*/
	height: 48px;
	line-height: 40px;
}
.AdvertiseBg {
	background: #ff0084;
}
.BioDataBg {
	background: #0d6efd;
}

.section-title::before {
	content: '';
	position: absolute;
	height: 60%;
	width: 4px;
	left: 0;
	background-color: var(--secondery-color);
	top: 8px;
}

.post-title {
	text-align: center;
	font-size : 16px;
}
.BioDataTitleDiv{
    height: 44px;
}

.post-content {
	font-size: 14px;
	margin: 0;
	/*text-align: justify;*/
}

.post-content-ads {
    overflow: hidden;
    height: 212px;
    font-size: 14px;
    text-align: justify;
    padding-right: 6px;
}
.post-content-biodata {
    overflow: hidden;
    height: 150px;
    font-size: 14px;
    text-align: justify;
    padding-right: 6px;
}

/*.toast-info{*/
/*	background-color: #ffffff !important;*/
/*	color: var(--primary-color) !important;*/
/*}*/

/* Global Style  */


.top-bar-main {
	background-color: #ffffff;
	padding: 12px 0px;
	/* box-shadow: 0px 4px 5px rgb(100 143 195 / 20%); */
	height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all .3s;
}

.top_bar {
	border-radius: 0px 0px 6px 6px;
}

.top-bar-icon {
	height: 100%;
	align-items: center;
}

/* Social Media Button */
.social-media-icon {
	height: 35px;
	width: 35px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	font-size: 18px;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	transition: all .3s;
	box-shadow: 1px 1px 1.5px 0.05px;
}

.social-media-icon i, .social-media-icon img{
	transition: all .3s;
}

.social-media-icon.phoneCall {
	color: #005493;
}

.social-media-icon.whatsApp {
	color: #41BB50;
}

.social-media-icon.facebook {
	color: #1771E6;
}

.social-media-icon.instagram {
	color: #CC0056;
}

.social-media-icon.imo img {
	transform: scale(.6);
}

.social-media-icon.add-home-scrn {
	color: var(--primary-color);
}






.social-media-icon:hover i, .social-media-icon:hover img {
	transform: scale(.7);

}


/* Social Media Button */




.emergeny-notice {
	margin-top: 80px;
	background: #f3f3f3;
}

.home-icon {
	font-size: 20px;
	color: var(--white);
	cursor: pointer;
	position: relative;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	background-color: var(--primary-color);
	padding: 0 10px;
	transition: all .4s;
}

.home-icon:hover {
	background-color: #003d87;
	color: var(--white);
}

.marquee {
	align-items: center;
	height: 40px;
	overflow: hidden;
}

.notice-title {
	background-color: var(--primary-color);
	padding: 10px;
	font-weight: 700;
	color: var(--white);
	position: relative;
	align-items: center;
}

.notice-title::after {
	position: absolute;
	content: '';
	height: 50px;
	width: 20px;


}

.marquee-slide a {
	color: #000;
	text-decoration: none;
	margin-right: 20px;
}

.marquee-slide a:hover {
	color: #0d6efd;
}

.carousel-item {}

.carousel-item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
}

.carousel-indicators [data-bs-target] {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	transition: all .4s;
}

.carousel-indicators .active {
	opacity: 1;
	transform: scale(1.4);
	border: 2px solid rgba(255, 255, 255, 1);
	background-color: transparent;

}

/* Banner Content */
.banner_title {
	color: var(--white);
}


.logReg-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


/* button */
.default-btn {
	display: flex;
	position: relative;
	text-decoration: none;
	color: white;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	width: 140px;
	overflow: hidden;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin: 0 18px;
}

.default-btn.login-btn {
	border-radius: 20px 0px 20px 0px;
	background: #0d6efd;
}

.default-btn.regi-btn {
	border-radius: 0px 20px 0px 20px;
}

.default-btn span {
	z-index: 5;
	position: relative;
	transition: color 350ms ease;
}

.default-btn:hover span {
	color: white;
}

.default-btn::after,
.default-btn::before {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.login-btn::after,
.login-btn::before {
	background: #398ff7;

}

.regi-btn::after,
.regi-btn::before {
	background: #fb4da7;
}


.default-btn::before {
	transform: translateX(-102%);
	z-index: 0;

}

.default-btn:hover:before {
	transform: translateX(0);
	transition: transform 350ms ease;
}

.default-btn::after {
	z-index: 0;
	transform: translateX(102%);
	transition: transform 350ms ease;
}

.default-btn:hover:after {
	opacity: 1;
	transform: translateX(0);
	transition: transform 350ms 360ms ease;
}


.searchBtn:hover{
	color: #fff !important;
}
.searchBtn2 {
	font-weight: bold;
	border-radius: 200px 8px 200px 8px;
	width: 162px;
	color: #FFFFFF;
	background: #ff0084;
    cursor: pointer;
}
.searchBtn2:hover {
	color: #fff;
	background: #ff00ac;
}

.searchBtn3 {
    font-weight: bold;
    border-radius: 200px 8px 200px 8px;
    width: 162px;
    color: #FFFFFF;
    background: #0d6efd;
    cursor: pointer;
}
.searchBtn3:hover {
    color: #fff;
    background: #ff00ac;
}


.ResetBtn{
	font-weight: bold;
	border-radius: 8px 200px 8px 200px;
	width: 100px;
	color: #FFFFFF;
	background: #0d6efd;
	margin-left: 25px;
}

/* button */
/* Search Box */
.multi-search {
	position: relative;
	background-attachment: fixed;
	isolation: isolate;
	background-size: cover;
	background-position: center;
}

.multi-search .data-input {
	display: grid;
	grid-template-columns: auto auto auto auto;
}

.multi-search::before {
	position: absolute;
	content: '';
	inset: 0;
	z-index: -1;
	background-image: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, .6));
	backdrop-filter: blur(2px);
}

.search-box {
	background-color: #fff;
	border-radius: 10px;
}

.search-box label {
	/*font-weight: 500;*/
	font-size: 14px;
	color: #767676;
    font-weight: bold;
}

.search-box label::before {
	font: var(--fa-font-solid);
	position: absolute;
	left: -24px;
	height: 20px;
	width: 20px;
	/* background: hsl(213deg 100% 37%); */
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
}

.search-box .gender-label::before {
	content: '\e54c';
}

.search-box .age-label::before {
	content: '\f783';
}

.search-box .relogion-label::before {
	content: '\f684';
}

.search-box .maritial-label::before {
	content: '\e4fc';
}

.search-box .occupation-label::before {
	content: '\f0b1';
}

.search-box .oversease-label::before {
	content: '\f5b0';
}

.inputState {
	-webkit-appearance: none;
	outline: none;
	position: relative;
	background-image: linear-gradient(45deg, transparent 50%, white 59%), linear-gradient(135deg, white 50%, transparent 53%), linear-gradient(to right, #d5e8ff, #d5e8ff) !important;
	background-position: calc(100% - 11px) calc(1em + -3px), calc(100% - 6px) calc(1em + -3px), 100% 0;
	background-size: 5px 5px, 5px 5px, 1.3em 2.5em;
	background-repeat: no-repeat;
	color: #212529;
	background-color: #fff;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	cursor: pointer;
}

.form-control {
	padding: .2rem .5rem;
	height: 32px;
}

.inputState:focus {
	outline: none;
	box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	background: #d5e8ff;
	height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
	border-width: 7px 5px 0 5px;

}

.select2-container .select2-selection--single {
	height: 32px;
}

.default-btn.searchBtn {
	width: 140px;
	overflow: hidden;
	height: 40px;
	border-radius: 50px;
	background: #f1f7ff;
	box-shadow: 2px 3px 3px 0px #d5e8ff inset;
	color: #4e4e4e;
}

.default-btn.searchBtn:hover span::before {
	transform: rotate(85deg);
}

.default-btn.searchBtn span::before {
	position: absolute;
	font: var(--fa-font-solid);
	content: '\f002';
	left: -22px;
	top: 4px;
	transition: all .4s;
}

.searchBtn::after,
.searchBtn::before {
	background: #398ff7;

}

/* Search Box */




/* Carousel Content */
.owl-carousel .owl-stage {
	height: 340px !important;
	overflow: hidden !important;
}

.content-slider {
	position: relative;

}

.content-slider-highlight::before {
	position: absolute;
	content: '';
	inset: 0;
}

#highlight-slider .owl-item.active {
	width: 350px !important;
	margin-left: 2px;
}

#ads-slider .owl-item.active {
	width: 420px !important;

}

.post-title.ads-title {
	font-size: 18px;
}

.ads-details {
	font-size: 15px;
}

.carousel-content .contact-item.ads-social-icon {
	height: 25px;
	width: 25px;
	border-radius: 100%;
	box-shadow: 0px 0px 2px #999;
	font-size: 12px;
}

#highlight-slider .item {
	box-shadow: 0px 0px 3px -1px #999;
	margin-top: 2px;
	margin-bottom: 2px;
	background: var(--white);
	height: 300px;
	overflow: hidden;
    cursor: pointer;
}

#ads-slider .item {
	box-shadow: 0px 0px 3px -1px #999;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 290px;
    cursor: pointer;
}
.cursorPointer{
    cursor: pointer;
}

#ads-slider .carousel-content {
	height: 100%;
}

#ads-slider .carousel-content img {
	height: 230px;
}
.AdsImageModel{
    max-width: 100%;
}

.owl-stage {
	width: 20000px !important;
}


.user-contact {
	column-gap: 15px;
}

.user-contact .img-icon {
	width: 100px;
	float: left;
	margin: 0 10px 5px 0;
}

.user-contact .profile-image img {
    max-height: 130px;
	width: 100%;
	border-radius: 10%;
	/* border: 2px solid var(--primary-color); */
}

.user-contact .user-text {
	width: 100%;
	position: relative;
}

.profile_info {
	list-style: none;
	margin-bottom: 4px !important;
}



.profile_info li b {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.profile_info li span {
	color: #212529;
	font-size: 14px;
}

.profile_info li b:nth-of-type(2) {
	margin-left: 20px;
}


/* .user-contact .user-text::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	background-color: #000;


} */

.carousel-content .contact-item {
	height: 25px;
	width: 25px;
	border-radius: 100%;
	box-shadow: 0px 0px 2px #999;
	font-size: 14px;
}


.carousel-content .contact-item a {
	color: var(--white);
}

.carousel-content .contact-item.image {
	height: 80px !important;
	width: 80px !important;
}



/* Hover to Show Animated Title */
.user-contact a {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	text-decoration: none;
}

.user-contact a[titl]:hover::after {
	content: attr(titl);
	color: var(--white);
	position: absolute;
	left: -44%;
	font-size: 14px;
	background: #0063DB;
	padding: 2px 6px;
	border-radius: 4px;
	animation: showTitle .5s ease;
	opacity: 0;
	animation-fill-mode: forwards;
	align-items: center;
	bottom: 138%;
}

.user-contact a[titl]:hover::before {
	font: var(--fa-font-solid);
	content: "\f0d7";
	position: absolute;
	animation: showTitle .5s ease;
	opacity: 0;
	animation-fill-mode: forwards;
	top: -60%;
	color: var(--secondery-color);
}

.tooltip-inner {
	max-width: 250px;
	padding: 7px 10px;
	color: var(--primary-color);
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-color: #fff;
	border-radius: 0.25rem;
}


@keyframes showTitle {
	0% {
		transform: translateY(6px);
		opacity: 1;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

/* Hover to Show Animated Title */
/* Carousel Content */


/* Tab Content  */
.content-tab {
	background-color: #00306a;
}

.nav-tabs {
	border-bottom: unset;
}



.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	background: white;
	font-size: 18px;
	padding: 1;
	transition: color 350ms ease;
}


.nav-tabs .nav-link.default-btn {
	color: #00306a;
	font-size: 18px;
	width: unset;
	margin: unset;
	border: none;
}

.nav-tabs .nav-link.default-btn:hover {
	color: #fff !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: var(--primary-color);
	border-color: transparent;
	color: rgb(255, 255, 255);
}

.nav-tabs .nav-link::after,
.nav-tabs .nav-link::before {
	background-color: var(--primary-color);
}




.content-tab .card {
	border: none;
	border-radius: .25rem;
	box-shadow: 1px 1px 2px 2px #efefef;
	background: rgb(255 255 255 / 100%);
	font-size: 14px;
}

.userProfileTop {
	transition: all .3s;
	cursor: grab;
}

.userProfileTop:hover {
	background: rgb(241, 241, 241);
}

.content-tab .card:nth-of-type(2) {
	background-color: #0063DB;
}

.user-profile {
	position: relative;
	overflow: hidden;
}

.user-profile a {
	text-decoration: none;
}


.see-more-profile {
	background: #e9e9e9;
	font-size: 16px;
	display: block;
	font-weight: bold;
	color: #000;
}



.user-profile .user-img img {
	height: 130px;
	width: 130px;
	overflow: hidden;
	border-radius: 10%;
	box-shadow: 0px 0px 4px 1px #999;
}
.cardStyle{
	margin: 0;
	padding: 4px;
}

.userShortDetails {
	position: absolute;
	background-color: rgba(0, 0, 0, 1);
	inset: 0;
	transform: scale(1);
	transition: transform .5s;
}

.userShortDetails p {
	color: #fff;
}



.popUp.user-profile {
	box-shadow: unset;
	border: 0;
}

.btn-close {
	width: 95%;
	text-align: right;
	background-position-x: right;
}

.popUp.user-profile .user-img img {
	overflow: hidden;
	border-radius: 10%;
	box-shadow: 0px 0px 4px 1px #999;
}

.profile_info.R {
	line-height: 32px;
}

.closeBtnPopup {
	justify-content: end;
}

.closeBtnPopup span {
	font-size: 22px;
	height: 30px;
	width: 30px;
	text-align: center;
	background: #e6e6e6;
	border-radius: 50%;
	cursor: pointer;
}



/* Registration Form */

/* PhoneNumber Picker */
.iti__hide {
	/* display: none; */
}

.iti.iti--allow-dropdown {
	width: 100%;
}

.singIn-Singup-Form pre {
	margin: 0 !important;
	display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	background: none;
}

.singIn-Singup-Form input {
	height: 42px;
}

.singIn-Singup-Form input,
.singIn-Singup-Form button {
	/* height: 35px; */
	margin: 0;
	padding: 6px 12px;
	border-radius: 2px;
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}

.singIn-Singup-Form input[disabled],
.singIn-Singup-Form button[disabled] {
	background-color: #eee;
}

.singIn-Singup-Form #phonee {
	padding-left: 48px;
}

input,
select {
	border: 1px solid #CCC;
	/*width: 250px;*/
}
::placeholder{
    font-size: 16px;
}
::-webkit-input-placeholder {
	color: #BBB;
    font-size: 15px;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #BBB;
	opacity: 1;
    font-size: 15px;
}

:-ms-input-placeholder {
	color: #BBB;
    font-size: 15px;
}

.singIn-Singup-Form button {
	color: #FFF;
	background-color: #428BCA;
	border: 1px solid #357EBD;
}

.singIn-Singup-Form button:hover {
	background-color: #3276B1;
	border-color: #285E8E;
	cursor: pointer;
}

#result {
	margin-bottom: 100px;
}



/* Image Upload section */
.container .wrapper {
	position: relative;
	height: 300px;
	width: 300px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	border: 2px dashed rgb(194, 205, 218);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0px 0px 4px 1px #d8d8ff;
}

.wrapper.active {
	border: none;
}

.wrapper .image {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}



.wrapper .icon {
	font-size: 100px;
	color: #9658fe;
}

.wrapper .text {
	font-size: 20px;
	font-weight: 500;
	color: #5B5B7B;
}

.wrapper #cancel-btn i {
	position: absolute;
	font-size: 20px;
	right: 60px;
	top: 30px;
	color: #000;
	cursor: pointer;
	background: rgba(0, 99, 99, .2);
	height: 25px;
	width: 25px;
	border-radius: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	display: none;
}

.wrapper.active .content {
	display: none;
}

.wrapper.active:hover #cancel-btn i {
	display: flex;
}

.showImg{
	width: 300px;
	height: 300px;
	border-radius: 150px;
}
.ImageDiv{
	width: 300px;
	height: 300px;
	display: block;

}

/* Image Upload section */


.ImageProfileUpload {
	 margin-top: 30px;
	 display: flex !important;
	justify-content: center;
	align-items: center;
	 width: 100%;
	 height: 50px;
	 border: none;
	 outline: none;
	 border-radius: 25px;
	 color: #fff;
	 font-size: 18px;
	 font-weight: 500;
	 letter-spacing: 1px;

	 background: linear-gradient(135deg, #3a8ffe 0%, #9658fe 100%);
 }

.container .custom-btn {
	margin-top: 30px;
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	outline: none;
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	background: linear-gradient(135deg, #3a8ffe 0%, #9658fe 100%);
}

.singIn-Singup-Form label {
	display: block;
	margin-bottom: 0.5rem;
	margin-left: 4px;
}

.singIn-Singup-Form input {
	display: block;
	width: 100%;
	padding: 1.2rem 0.75rem;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	font-size: 16px;
}

.field_label {
	font-weight: 700;
}

.singIn-Singup-Form .ml-auto {
	margin-left: auto;
}

.singIn-Singup-Form .text-center {
	text-align: center;
}

/* Progressbar */
.singIn-Singup-Form .progressbar {
	/* position: relative; */
	/* display: flex; */
	justify-content: space-between;
	counter-reset: step;
	/* margin: 2rem 0 4rem; */
}

.singIn-Singup-Form .progressbar::before,
.singIn-Singup-Form .progress {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
	width: 100%;
	background-color: #dcdcdc;
	z-index: -1;
}

.singIn-Singup-Form .progress {
	background-color: var(--primary-color);
	width: 0%;
	transition: 0.3s;
}

.singIn-Singup-Form .progress-step {
	width: 2.1875rem;
	height: 2.1875rem;
	background-color: #dcdcdc;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.singIn-Singup-Form .progress-step::before {
	counter-increment: step;
	content: counter(step);
}

.singIn-Singup-Form .progress-step::after {
	content: attr(data-title);
	position: absolute;
	top: calc(100% + 0.5rem);
	font-size: 0.85rem;
	color: #666;
}

.singIn-Singup-Form .progress-step-active {
	background-color: var(--primary-color);
	color: #f3f3f3;
}

.StepClas {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0);
}


/* Form */
.singIn-Singup-Form .form {
	/* width: clamp(320px, 30%, 430px); */
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 0.35rem;
	/* padding: 1.5rem; */
	overflow-x: hidden;
}

.singIn-Singup-Form .form-step {
	display: none;
	transform-origin: top;
	transform: all .5s ease-in-out;
}

.singIn-Singup-Form .form-step-active {
	display: block;
	animation: animate 0.5s;
}

.singIn-Singup-Form .input-group {
	/* margin: 2rem 0; */
	position: relative;
	display: flex;
	flex-wrap: colomun;
	align-items: stretch;
	width: 100%;
	flex-direction: column;
}

@keyframes animate {
	from {
		transform: translateX(10%);
		opacity: 0;
	}

	to {
		transform: translateX(0%);
		opacity: 1;
	}
}

/* Button */
.singIn-Singup-Form .btns-group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.singIn-Singup-Form .btn {
	font-weight: bold;
	padding: 0.75rem;
	display: block;
	text-decoration: none;
	background-color: var(--primary-color);
	color: #f3f3f3;
	text-align: center;
	border-radius: 0.25rem;
	cursor: pointer;
	transition: 0.3s;
}

.singIn-Singup-Form .btn:hover {
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}

.singIn-Singup-Form .submit-button {

	height: 50px;
	background-color: var(--secondery-color);
}

.signUp-select {
	padding: -1.5rem 0.75rem;
	display: block;
	padding: 0.6rem 0.75rem;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	font-size: 16px;
	width: 100%;
	color: #999;
}

.signUp-select option {
	color: #111;
}



.signUp-select.changed {
	color: #111;
}

.signUp-select option:first-of-type {
	color: #999;
}


#hideValuesOnSelect,
#oversease {
	display: none;
}





.select2-container .select2-selection--single {
    height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: #f100a517;
    height: 40px;
}

.select2-container .select2-selection--multiple {
    min-height: 40px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 9px;
	width: 100%;
}

/*.select2-container {*/
/*	width: 100% !important;*/
/*}*/

/* Registration Form */






/* Public View Profile Page */

.userProfile {
	position: relative;
	isolation: isolate;
}

.userProfile::before {
	position: absolute;
	content: '';
	inset: 0;
	filter: opacity(25%);
	background-position: center;
	background-attachment: fixed;
	background-repeat: repeat-x repeat-y;
	z-index: -1;
}
.L_infoProHead {
	margin: 0;
	line-height: 2rem;
	font-weight: bold;
}
.pbBoxShadow {
	/* box-shadow: 0px 0px 2px 1px #dddddd; */
	background: #fff;
}


.PviewProfilepImg {
	width: 100%;
}

.infoBoxHead {
	box-shadow: 0px 1px 2px 0px #999;
	background: #fff2f8;
}

.boxHead {
    font-weight: 700;
    color: #fff;
    position: relative;
    box-shadow: 0px 1px 2px 0px #999;
    background: #f3f8ff;
}

.profileIcon {
	height: 35px;
	width: 35px;
	position: absolute;
	left: 4%;
	color: var(--white);
	top: -8px;
	box-shadow: rgb(213, 213, 213) 0px 0px 2px 1px;
	border-radius: 50%;
	font-size: 24px;
	background: var(--primary-color);
}

.verifyList p {
	padding: 6px 0;
}

.boxData p {
	background: #f6f6f6;
}

.largeinfoBox .ProfileStatus {
	height: 100%;

}

.ProfileSicon .whatsApp {
	background-color: #30A923 !important;
}

.ProfileSicon .facebook {
	background-color: #1771E6 !important;

}

.ProfileSicon .instagram {
	background-color: #ff0084 !important;

}

.ProfileSicon .imo {
	background-color: #1771E6 !important;

}

.ProfileSicon .telegram {
	background-color: #1771E6 !important;

}

.ProfileSicon .twitter {
	background-color: #1771E6 !important;

}

.ProfileSicon .email {
	background-color: #ff0084 !important;

}

.ProfileSicon .whatsApp::before,
.ProfileSicon .facebook::before,
.ProfileSicon .instagram::before,
.ProfileSicon .imo::before,
.ProfileSicon .telegram::before,
.ProfileSicon .twitter::before,
.ProfileSicon .email::before
{
	background-color: rgb(255 255 255);
}

.ProfileInfoList {
	font-size: 16px;
}

.ProfileInfoList li {
	padding: 8px 10px;
	display: flex;
	justify-content: space-between;
	background: #f6f6f6;
	margin: .5rem 0;
}

.PrintPreview .ProfileInfoList li {
	padding: 3px 13px;
	display: flex;
	justify-content: space-between;
	background: #f6f6f6;
	margin: 2px 0;
}

.ProfileInfoList li i {
	/*color: var(--secondery-color);*/
	margin-right: 6px;
	width: 20px;
}

.FieldBold {
	font-weight: bold;
	margin-right: 7px
}

/* Public View Profile Page */







/* WhatsApp Btn */
.WhatsAppBTn {
    position: fixed;
    right: 50px;
    bottom: 12%;
    height: 46px;
    width: 46px;
    cursor: pointer;
    border-radius: 50px;
    z-index: 10000;
    background-color: #44BE53;
}

.WhatsappChat {
    position: fixed;
    bottom: 20%;
    right: 8%;
    z-index: 99999;
}


.chatBox {
    width: 300px;
    background-color: #E0F6CA;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #777;
}


/* GotoAdmin Btn */
.GotoAdminBTn {
	position: fixed;
	right: 50px;
	bottom: 20%;
	height: 46px;
	width: 46px;
	cursor: pointer;
	border-radius: 50px;
	z-index: 10000;
	background-color: #ff0084;
}

.chatBoxHead {
    background-color: #44BE53;
}

.whtMessage {
    border-radius: 8px 0px 8px 8px;
}

.chatBoxContainer {
    visibility: hidden;
}

.ShowChatBox {
    visibility: visible;
}

/* WhatsApp Btn */


/* MyPaginate Btn */
.MyPaginatePh{
	display: none;
	margin-top: 30px;
}
.MyPaginate{
	display: block;
	margin-top: 40px;
}





/* Footer */
.footer {
	background: #001d40 url(../images/map-bg-1.png);
	padding-top: 40px;
	padding-bottom: 20px;
	/* border-top: 10px solid #fafafa; */
	border-bottom: 1px solid #5e5aa3;
}

.footer li {
	margin-left: 22px;
	position: relative;
}

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

.footer li::before {
	font: var(--fa-font-solid);
	/*content: '\f101';*/
	position: absolute;
	color: #9cc9ff;
	font-size: 12px;
	left: -18px;
	top: 6px;
}


.footer a {
	color: #fff;
	text-decoration: none;
}

.infoFooter {
	color: #ffa0d1 !important;
	text-decoration: underline !important;
}
.infoFooter:hover{
	color: #ff0084 !important;
	text-decoration: underline !important;
}

.footer .foterlogo {
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: flex;
	justify-content: center;
}

.visitorCounter p span {
	font-size: 40px;
	padding: 0 6px;
	height: 40px;
	display: flex;
	align-items: center;
}

.visitorCounter p span:nth-of-type(even) {
	background-color: #00306a;
	color: #fff;
}

.visitorCounter p span:nth-of-type(odd) {
	background-color: #e1e1e1;
	color: #111;
}

/* Footer */

/* copyright */
.copyright {
	background-color: #001d40;
}

/* copyright */

/* Reveal Effect */
.reveal {
	position: relative;
	transform: translateY(70px);
	opacity: 0;
	transition: all 2s ease;
}

.reveal.active {
	transform: translateY(0px);
	opacity: 1;
}

/* Reveal Effect */

/* Top Scroll Progress */
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 15px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	background: #f9f9f9;
}

.progress-wrap::after {
	position: absolute;
	font: var(--fa-font-solid);
	content: '\f062';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #ff0084;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::after {
	opacity: 0;
}

.progress-wrap::before {
	position: absolute;
	font: var(--fa-font-solid);
	content: '\f062';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-image: linear-gradient(298deg, var(--primary-color), var(--secondery-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: var(--primary-color);
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

body.light .progress-wrap {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

body.light .progress-wrap::after {
	color: var(--primary-color);
}

body.light .progress-wrap svg.progress-circle path {
	stroke: var(--primary-color);
}

/* Top Scroll Progress */




.error{
	color: red;
}



/* Log In Page  */
.LoginImgSrc {
	width: 100%;
}

.LoginInput {
	flex-direction: column;
}

.inputField {
	width: 100%;
}

.RPCheckBox {
	width: 18px;
}

.loginPageBtn {
	background: #ff0084;
	font-weight: bold;
	width: 100%;
	margin: 0;
	border-radius: 4px !important;
}

/* Log In Page  */




/* TopBar UserIcon */
.userIconLink {
	height: 40px;
	width: 40px;
}

.userControl {
	right: 2%;
	display: none;
	border-radius: 4px;
	width: 240px;
	box-shadow: 0px 0px 4px 0px #777;

}

.userControl::before {
	position: absolute;
	font: var(--fa-font-solid);
	content: unset;
	/*content: "\f0d8";*/
	font-size: 24px;
	color: #fff;
	right: 13%;
	top: -14%;
}

.ctrlBoxList {
	background: #f3f3f3;
}

/* TopBar UserIcon */






/* Print Preview Page */
.PrintPreview {
	padding: 40px;
}

.PreviewHeader {
	display: grid;
	grid-template-columns: 70% 30%;
	height: 130px;
}

/*.PviewProfileLogo {*/
/*	margin-top: 41px;*/
/*	display: flex;*/
/*	height: 100%;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	flex-direction: column;*/
/*}*/

.printViewLogo {
	height: 30%;
}

.PrintPreviewPic {
	float: right;
	margin-right: 60px;
	height: 150px;
	width: 150px;
}

.ImagId {
	float: right;
}

.PrintPreviewData {
	grid-template-columns: 50% 50%;
}

.PdataBox {
	margin: 5px;
}

.printCommmunity {
	border-top: 1px solid #999;
}


.PrntDownload {
	display: flex;
	justify-content: end;
}

.prntBtn,
.downloadBtn {
	border: 0;
	color: var(--white);
}

.prntBtn {
	background-color: var(--primary-color);
}

.downloadBtn {
	background-color: var(--secondery-color);
}

/* Print Preview Page */









.cordImage{
	height: 160px;
	width: 160px;
	overflow: hidden;
	border-radius: 10%;
	box-shadow: 0px 0px 4px 1px #999;
	text-align: center!important;
}
itemColor{
	color: #FF0084;
}
.boxData p {
	background: rgba(255, 255, 255, 0);
}
.readmore {
	background: #e9e9e9;
	font-size: 16px;
	display: block;
	text-decoration: none;
	color: blue;
}
.modal-header {
	background-image: url(../images/sylhetibiya.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

button:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}
.select2-container.select2-container--default.select2-container--open  {
	z-index: 5000;
}
.updatePart{
	font-size: 18px;
	color: #FF0084;
}
.visitorCounter p{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 4px;
}
.inputBoxP{
	padding: 5px 0;
}
.countDiv{
	margin: 1px 0;
}
.loveCount {
	font-size: 20px;
	color: #ff0000;
}
.countNum{
	font-size: 15px;
	color: #7e7e7e;
	font-weight: bold;
	margin-left: 5px;
}
.countA{
	display: flex;
	justify-content: center;
	margin-top: 5px;
	align-items: center;
}
.LogoStyle {
	margin-top: 3px;
	width: 37%;
}
.blueColor{
	color: blue;
}
.informationTitle{
	text-align: center;
	font-weight: bold;
	margin: 3px 3px;
}
.NumberIdSearch{
	text-align: center;
	color: #0037ff;
}
.ctrlBoxList a{
	color: #000000;
}
.textBold{
	font-weight: bold;
}
.logoText{
	width: 160px;
	padding-top: 14px;
}
.backBtn{
	color: #ffffff;
	background: #ff0084;
}
.aboutBg {
	margin-top: 10px;
	background: #f5f5f5;
	padding: 25px !important;
}
.ourAboutHr {
	display: inherit;
	width: 50%;
	margin: 0 25%;
	height: 3px !important;
}



/*Password show*/
.PassBoxLogin{
	position: relative;
	display: block;
}
.eyeLogin{
	position: absolute;
	right: 9px;
	margin-top: 11px;
	font-size: 19px;
}


.PassBoxRegi{
	position: relative;
	display: block;
}
.eyeRegi{
	position: absolute;
	right: 9px;
	margin-top: -32px;
	font-size: 19px;
}
.eyeOldPass{
	position: absolute;
	right: 9px;
	margin-top: 11px;
	font-size: 19px;
}
.eyeNewPass{
	position: absolute;
	right: 9px;
	margin-top: 11px;
	font-size: 19px;
}
.AdsIcon {
	height: 42px;
	background: #efefef;
}
.adsTextDiv{
     height: 230px;
     margin: 0;
     padding: 10px;
 }

.adsTextPageCss{
    max-height: 247px !important;
    min-height: 247px !important;
}

.adsTitle{
    height: 60px;
    padding: 10px;
}
/*Footer Icon Animation*/



.FooterIconBg{
	background: #FFFFFF;
	animation-name: FooterIconBg;
	animation-duration: 3s;
}
/*@keyframes FooterIconBg {*/
/*	from {background-color: #FFFFFF;}*/
/*	to {*/
/*		color:#FFFFFF ;*/
/*		background-color: #0d62fd33;*/
/*	}*/
/*}*/


/*.FooterIconBg1{*/
/*	background: #0d62fd33;*/
/*	animation-name: FooterIconBg1;*/
/*	animation-duration: 3s;*/
/*}*/
/*@keyframes FooterIconBg1 {*/
/*	from {*/
/*		color:#FFFFFF;*/
/*		background-color: #0d62fd33;*/
/*	}*/
/*	to {*/
/*		background-color: #FFFFFF;*/
/*	}*/
/*}*/

.select2-container {
	display: block;
	/*width: 100% !important;*/
}
.bioDataDos{
    height: 196px;
    overflow: hidden;
}





