@font-face {
  font-family: Subha-Sandhya;
  src: url(../font/Li-Subha-Sandhya-Unicode.ttf);
}

html {
  scroll-behavior: smooth;
}

body{
	font-family: 'SolaimanLipi', sans-serif !important;
}

.row{
	margin: 0;
}

.code{
	padding-left: 15px !important;
}

.sto{
	display: none;
}

.interested {
  width: 200px;
  text-align: center;
  display: block;
  color: #fff !important;
  background: #B33771;
  font-size: 16px;
  padding: 10px 0;
  border: 1px solid #B33771;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 5px;
  text-decoration-line: none !important;
}

.interested:hover{
	background: #D6A2E8;
	border: 1px solid #D6A2E8;
	color: #B33771 !important;
}


#copyToClipboard{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background: #B33771;
	border: 1px solid #B33771;
	width: 150px;
	display: block;
	padding: 5px 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-top: 15px;
}

#copyToClipboard:hover{
	background: #6D214F;
	border: 1px solid #6D214F;
}

/****Sign In*****
********************/

.signin{
	width: 100%;
	padding: 25px;
	display:block;
	height: 450px;
	padding-top: 100px;
	margin-bottom: 60px;
}

.fullImage{
	padding-top: 70px;
}

.signin h2{
	color: #B33771;
	text-align: left;
	margin-bottom: 25px;
}

.form2{
	width:350px;
	margin: 0 auto;
}

.signin input{
	width: 100%;
	padding: 10px;
	border: 1px solid #B33771;
	border-radius: 3px;
	margin-bottom: 10px;
}



.signin label{
	color: #B33771;
}

.signin input[type="submit"]{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background: #B33771;
	border: 1px solid #B33771;
	width: 110px;
	display: block;
	padding: 5px 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.signin input[type="submit"]:hover{
	background: #6D214F;
	border: 1px solid #6D214F;
}

.signin p{
	margin-left: 65px;
	margin-top: 10px;
	color: #8CE439;
}

.signin p a{
	color: #f1c40f;
	font-weight: bold;
	cursor: pointer;
}

.signin p a:hover{
	color: #f39c12;
}


#home-top{
	height: auto;
	background: #B33771;
	padding-top: 70px;
	padding-bottom: 30px;
}

.search-top{
	height: auto !important;
	padding-bottom: 60px;
}


#home-top label{
	color: #fff;
	font-size: 16px;
}

#home-top select{
	width: 100%;
	font-size: 18px;
	color: #B33771;
	border: 1px solid #B33771;
}

#home-top input{
	width: 100%;
	font-size: 18px;
	border: 1px solid #B33771;
	padding: 7px 5px;
}

.secrch-holder{
	margin-top: 30px;
}

.secrch-holder select{
	padding: 5px;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #B33771 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #B33771 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #B33771;
  font-size: 16px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#home-top #submit{
	width: 253px !important;
	color: #B33771;
	background: #fff;
	font-size: 16px;
	padding: 3px 0;
	border: 5px solid #6D214F;
	margin-top: 26px;
	border-radius: 5px;
	padding: 6px 0px;
}

.bio-search {
	width:180px;
	display: block;
	float: right;
	overflow: hidden;
}

#home-top #submit:hover{
	color: #fff;
	background: #B33771;
}

.home-main-text{
	width: 660px;
	margin: 0 auto;
	margin-top: 30px;
}

.home-main-text h2{
	/*font-family: Subha-Sandhya !important;*/
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	line-height: 60px;
}

.home-main-text p{
	/*font-family: Subha-Sandhya !important;*/
	text-align: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.button-holder{
	margin-top: 30px;
}

.button-holder a{
	text-decoration: none !important;
}

.button-holder a button{
	width: 100%;
	display: block;
	color: #B33771;
	background: #fff;
	font-size: 16px;
	padding: 5px 0;
	border: 5px solid #6D214F;
	margin-top: 27px;
	border-radius: 5px;
}

.button-holder a button:hover{
	color: #fff;
	background: #B33771;
}

.free-button-holder{
	margin-top: 30px;
}

.free-button-holder a{
	text-decoration: none !important;
}

.free-button-holder a button{
	width: 300px;
	display: block;
	margin: 0 auto;
	color: #fff;
	background: #B33771;
	font-size: 18px;
	padding: 15px 0;
	border: 1px solid #B33771;
	margin-top: 27px;
	border-radius: 5px;
}

.free-button-holder a button:hover{
	color: #fff;
	background: #6D214F;
	border: 1px solid #6D214F;
}

#home-biodata{
	margin: 50px 0 ;
	padding-top: 70px;
}

#home-biodata h3{
	font-size: 32px;
	font-weight: 700;
	margin-left: 35px;
	color: #333;
}

#free-biodata{
	margin: 50px 0 ;
	padding-top: 70px;
}

#free-biodata h3{
	font-size: 32px;
	font-weight: 700;
	margin-left: 35px;
	color: #333;
}

.top-bio img{
	width: 150px;
	display: block;
	margin: 0 auto !important;
	padding-bottom: 15px;
}

.bio{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	border: 1px solid #B33771;
	border-radius: 5px;
}

.top-bio p{
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.top-bio{
	background: #B33771;
	padding: 30px 0;
}

.bottom-bio{
	padding: 20px 0;
}

.bottom-bio h2{
	text-align: center;
	color: #B33771;
	font-size: 24px;
	margin-top: 0;
}

.bottom-bio table{
	width: 90%;
	margin: 0 auto;
}

.bottom-bio table tr{
	border: 1px solid #B33771;
	border-left-color: transparent;
	border-right-color: transparent; 
}

.bottom-bio table tr td{
	color: #B33771;
	font-size: 16px;
	text-align: center;
	width: 50%;
	padding: 5px 0;
}

.bio-detail .bottom-bio{
	padding-top: 0;
	padding-bottom: 20px;
}

.bio-detail h2{
	text-align: left;
	margin-left: 5%;
	margin-top: 20px;
}

.bio-detail table tr td{
	text-align: left;
	padding: 5px 5px;
}

.bottom-bio table tr td:last-child{
	border-left: 1px solid #B33771;
}

.bottom-bio  a{
	width: 200px;
	text-align: center;
	display: block;
	color: #fff;
	background: #B33771;
	font-size: 16px;
	padding: 10px 0;
	border: 1px solid #B33771;
	/*border: 5px solid #D6A2E8;*/
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
	text-decoration-line: none;
}

.bottom-bio  a:hover{
	color: #fff;
	background: #6D214F;
	border: 1px solid #6D214F;
}

.req-modal{
	width: 500px;
	height: 300px;
	background: #ffffff;
	border:  1px solid #6D214F;
}


.biodata-top{
	padding-bottom: 50px;
	padding-top: 70px;
}

.bio-creator{
	width: 500px;
	margin: 0 auto;
	padding: 50px 0;
}

.about-us{
	width: 100% !important;
	width: 500px;
	margin: 0 auto;
	margin-top:50px;
}

.about-us h2{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 0;
}

.about-us p{
	font-size: 16px;
	color: #333;
}

.bio-creator label{
	display: block;
	color: #333;
	font-size: 16px;
}

.bio-creator label[for="lecture1"], .bio-creator label[for="lecture2"],
.bio-creator label[for="lecture3"], .bio-creator label[for="lecture4"],
.bio-creator label[for="lecture5"], .bio-creator label[for="lecture6"],
.bio-creator label[for="lecture7"], .bio-creator label[for="lecture8"],
.bio-creator label[for="lecture9"], .bio-creator label[for="lecture10"],
.bio-creator label[for="lecture11"], .bio-creator label[for="lecture12"],
.bio-creator label[for="lecture13"], .bio-creator label[for="lecture14"],
.bio-creator label[for="lecture15"], .bio-creator label[for="lecture16"],
.bio-creator label[for="isSpecial"],
.bio-creator label[for="pcolor1"], .bio-creator label[for="pcolor2"],
.bio-creator label[for="pcolor3"], .bio-creator label[for="pcolor4"],
.bio-creator label[for="pcolor5"], .bio-creator label[for="pcolor6"],
.bio-creator label[for="pFamilyCondition1"], .bio-creator label[for="pFamilyCondition4"],
.bio-creator label[for="pFamilyCondition2"], .bio-creator label[for="pFamilyCondition5"],
.bio-creator label[for="pFamilyCondition3"], .bio-creator label[for="pFamilyCondition6"],
.bio-creator label[for="pOccupation1"], .bio-creator label[for="pOccupation2"],
.bio-creator label[for="pOccupation3"], .bio-creator label[for="pOccupation4"],
.bio-creator label[for="pOccupation5"], .bio-creator label[for="pOccupation6"],
.bio-creator label[for="pCitizen1"], .bio-creator label[for="pCitizen2"],
.bio-creator label[for="pCitizen3"], .bio-creator label[for="pCitizen4"],
.bio-creator label[for="pCitizen5"], .bio-creator label[for="pCitizen6"],
.bio-creator label[for="pCitizen7"], .bio-creator label[for="pStudy1"], 
.bio-creator label[for="pStudy2"], .bio-creator label[for="pStudy3"], 
.bio-creator label[for="pStudy4"], .bio-creator label[for="pStudy5"], 
.bio-creator label[for="pStudy6"],
.bio-creator label[for="pStudy7"], .bio-creator label[for="pStudy8"],
.bio-creator label[for="pStudy9"], .bio-creator label[for="pStudy10"],
.bio-creator label[for="pStudy11"], .bio-creator label[for="pStudy12"],
.bio-creator label[for="pStudy13"], .bio-creator label[for="pStudy14"],
.bio-creator label[for="pStudy15"], .bio-creator label[for="pStudy16"], 
.bio-creator label[for="pStudy17"],.bio-creator label[for="pStudy18"],
.bio-creator label[for="pDivision1"],.bio-creator label[for="pDivision2"],
.bio-creator label[for="pDivision3"],.bio-creator label[for="pDivision4"],
.bio-creator label[for="pDivision5"],.bio-creator label[for="pDivision6"],
.bio-creator label[for="pDivision7"],.bio-creator label[for="pDivision8"],
.bio-creator label[for="pDivision9"], .pt_dis, .uniType{
	display: initial !important;
	margin-right: 25px;
}

.pagination > li > a, .pagination > li > span {
  color: #B33771 !important;
}

.pagination > .disabled > a, .pagination > .disabled > span {
  color: #777 !important;
}

.required{
	color: #B33771;
	font-size: 18px;
}

.bio-creator input{
	width: 100%;
	padding: 10px;
	border: 1px solid #B33771;
	border-radius: 3px;
}

.but{
	display: block;
	float: right;
	margin-top: 20px;
	background: #B33771;
	border:  1px solid #B33771;
	width: 100px;
}

.but:hover{
	background: #6D214F;
	border:  1px solid #6D214F;
}

#bio-info{
	font-size: 12px;
	color: #B33771;
	margin-top: 5px;
}

.general-info .select-selected, .religious-info .select-selected {
  background-color: #B33771;
}

/* Style the arrow inside the select element: */
.general-info  .select-selected:after, .religious-info  .select-selected:after {
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.general-info .select-selected.select-arrow-active:after, .religious-info .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
}

/* style the items (options), including the selected item: */
.general-info  .select-items div,.general-info  .select-selected, .religious-info  .select-items div,.religious-info  .select-selected {
  color: #ffffff;
}

/* Style items (options): */
.general-info .select-items, .religious-info .select-items {
  background-color: #B33771;
}

textarea{
	width: 100%;
	border: 1px solid #B33771;
	padding: 5px
}


.biodata-top select{
	width: 100%;
	padding: 10px;
	background: #fff;
	border: 1px solid #B33771;
	border-radius: 3px;
}

.none{
	display: none !important;
}

.bio-creator input[type="checkbox"]{
	width: auto !important;
}

/*.bio-creator label[for="pcolor"] {
	display: initial !important; 
	margin: 0 12px 0 4px;
}*/

.bio-creator h2{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 0;
}

.err{
	width: 100%;
	background: #FFD2D2;
	padding: 10px 20px;
	margin-bottom: 20px;
}

#error{
	color: #D8000C;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

#edit:first-child{
	width: 320px;
	margin-bottom: 0;
}

#edit:nth-child(2){
	float: left;
	margin-right: 20px !important;
}

#edit {
	overflow: hidden;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background: #B33771;
	border: 1px solid #B33771;
	width: 150px;
	padding: 5px 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-top: 15px;
	display: block;
	text-align: center;
	margin-left: 20px;
	text-decoration: none;
}

.edit:hover{
	background: #6D214F;
	border: 1px solid #6D214F;
}

.dis1, .dis2, .dis3, .dis4, .dis5, .dis6, .dis7, .dis8  {
	display: none;
}

.request-table th, .request-table td{
	text-align:  center !important;
	font-weight: 700;
	border: 1px solid #B33771;
	padding: 10px;
	font-size: 16px;
}

.request-table{
	border: 1px solid #B33771;
}

.main-pro{
	width: 100% !important;
	border-color:  transparent !important;
}

.main-pro .top-bio p{
	text-align: left !important;
	margin-left: 40px;
	font-size: 18px !important;
	line-height: 30px;
	color: #FFF;
}

.main-pro .bottom-bio table tr td{
		width: 33.33% !important;
		border: 1px solid !important;
		color: #E6EF0C;
}

.main-pro .top-bio{
	background: #042A15 !important;
	border: 1px solid #042A15 !important;
}

.main-pro .bottom-bio a {
  color: #EC0413;
  background: #E6EF0C;
  border: 1px solid #E6EF0C;
}

.main-pro .bottom-bio a:hover {
  color: #E6EF0C;
  background: #EC0413;
  border: 1px solid #EC0413;
}

.main-pro .bottom-bio{
	background: #02232C !important;
	border: 1px solid #02232C !important;
}

.msgForm{
	width: 95%;
	margin: 0 auto;
}

.msgForm textarea{
	border-radius: 5px;
	margin-bottom: 20px;
}

.msg-box{
	width: 90%;
	margin: 0 auto;
	border: 1px solid #B33771;
	padding: 10px;
	max-height: 500px;
}

.user-dashboard{
	background: #F6CCD6;
	width: 100%;
	padding: 70px 0;
	margin-bottom: 0 !important;
}

.user-dash-box{
	background: #008069;
	width: 100%;
	height: 250px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.user-dash-box img{
	width: 100px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding-top: 50px;
}

.user-dash-box p{
	text-align: center;
	color: #fff;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}


.user-dashboard a:hover{
	text-decoration: none !important;
}

.user-dash-container{
	width: 75%;
	margin: 0 auto;
}

.back-button{
	display: none;
}

.back-button:hover{
	text-decoration: none !important;
	color: #fff;
}

.pro-remove, .pro-cancel, .acc-remove{
  width: 200px;
  text-align: center;
  display: block;
  color: #fff;
  background: #B33771;
  font-size: 16px;
  padding: 10px 0;
  border: 1px solid #B33771;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 5px;
  text-decoration-line: none;
}

.pro-remove:hover, .pro-cancel:hover, .acc-remove:hover {
  color: #fff;
  background: #6D214F;
  border: 1px solid #6D214F;
}

.per-list{
	position: absolute !important;
	top: 0;
}

@media only screen and (max-width: 991px) {

	#home-top #submit{
		width: 100% !important;
		}

	#logo{
		/*width:  110px !important;*/
		/*margin: 24px 0;*/
		margin: 0 auto !important;
		display: block;
		margin-top: 15px !important;
	}

	#desktop1 a{
		color: #B33771 !important;
		font-size: 13px !important;
		padding: 0 5px;
		padding-top: 15px;
	}

	.home-main-text{
		display: none;
	}

	.form3{
		margin-top: 250px;
	}

	.home-main-text {
		width: 90%;
	}

	.bio-creator {
    width: 100%;
   }

  .form2 {
    width: 100%;
	}

	#home-top {
    height: auto;
    padding-bottom: 50px;
	}

	#foot, #vai{
		margin-right: 8% !important;
	}

	#pMin, #pMax{
		width: 42% !important;
	}

	.biodata-top iframe{
		height: 260px;
	}

	.request-table th, .request-table td {
	  font-size: 12px !important;
	}

	#home-top select {
	  font-size: 13px !important;
	  margin-bottom: 10px;
	}

	#home-top label {
	  font-size: 14px !important;
	}

	#home-top input {
	  font-size: 12px;
	}

	#home-top #submit {
	  width: 100%;
	  margin-top: 10px;
	  margin-bottom: 10px;
	}

	#home-top #submit {
	  font-size: 12px;
	  border: 3px solid #6D214F;
	}

	.button-holder {
	  margin-top: 0px;
	}

	.bio-search-code{
		margin-top: 25px !important;
	}

	#home-biodata {
	  margin-top: 10px;
	  padding-top: 0px;
	}

	#home-biodata h3 {
	    font-size: 18px;
	}

	#free-biodata {
	  margin-top: 10px;
	  padding-top: 0px;
	}

	#free-biodata h3 {
	    font-size: 16px;
	    margin-left: 15px;
	    text-align: left !important;
	}

	#copyToClipboard {
	  margin-top: 85px;
	}

	.usermenu{
		margin-top: 80px;
	}

	.button-holder{
		display: none;
	}

	.bio-acc-rec-detail{
		margin-top: 100px !important;
	}

	.user-dashboard{
		padding-top: 100px !important;
		padding-bottom: 10px !important;
	}

	.user-dash-box{
		width: 100%;
		height: 90px;
		border-radius: 5px;
		margin-bottom: 20px;
	}

	.user-dash-box img{
		width: 40px;
		padding-top: 10px;
	}

	.user-dash-box p{
		font-size: 14px;
		margin-top: 10px;
	}

	.user-dash-container{
		width: 100% !important;
	}

	.padding-zero{
		padding-top: 0;
	}

	.back-button{
		display: block;
		color: #fff;
		background: #008069;
		padding: 7px 15px;
		font-size: 15px;
		font-weight: 700;
		margin-left: 20px;
		border-radius: 5px;
		text-decoration: none !important;
		margin-top: 100px;
		width: 100px;
	}

	.sto{
		display: block;
	}
}