
/*Signup and signin page otp css*/
.otp_code {
	max-width: 240px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.otp_code .code {
	margin: 0 5px;
	text-align: center;
	line-height: 80px;
	font-size: 50px;
	width: 20%;
	transition: all .2s ease-in-out;
	border-radius: 3px;
	border: 1px solid var(--theme-general-color);
} 
.form-padding{
	padding: 30px;
}
.sinup_icon{
	height: 100%;
    border-radius: .25rem 0 0 .25rem;
    width: 44px;
    padding: 0;
}
.sinup_icon i{
	width: 100%;
	text-align: center;
}
.custom_sinup_input{
	height: 35px;
}
.custom_sinup_input input{
	height: 100%;
}
/* ******************************
dashboard profile start
****************************** */
.custom_upload{
	height: 50px;
}
.custom_upload input{
	height: 100%;
}
.cust-file{
	border: 1px solid #dcdee0;
	background-color: #fff;
	border-color: var(--theme-gray-color);
    border-radius: 3px;
	padding: 2px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cust-file label{
	background-color: var(--theme-primary-color);
    color: var(--theme-light-color) !important;
    border-radius: 3px 0px 0px 3px;
    cursor: pointer;
    width: 80px;
    height: 100%;
    text-align: center;
    padding-top: 9px;
    font-size: 18px;
    font-weight: 700;
}
.cust-img img{
    border-radius: 12px;
    padding: 5px;
    opacity: 0.5;
    cursor: pointer;
    height: 150px;
    width: 150px;
    object-fit: cover;
}
.cust-img img:hover{
	opacity: 1;
	transition: 0.6s;
}
/* ******************************
dashboard profile end
****************************** */
/* ******************************
dashboard start
****************************** */
.cust-align{
	align-items: center;
}
.add-nproerty{
	text-align: right;
}
.go-btn{
	text-align: left;
}
/* ******************************
dashboard end
****************************** */
/*=====================================
index search start
=======================================*/
.searc_text{
	font-size: 30px;
	font-weight: 700;
	top: 260px;
	left: 50%;
	font-family: 'Freedom', sans-serif;
	margin: 0;
}
.searc_text_2{
	font-size: 20px;
	margin: 0;
}
/*=====================================
index search end
=======================================*/
.paswrd_icon{
	position: absolute;
    right: 0;
    padding: 7px;
    cursor: pointer;
    z-index: 9;
}
.cust-modal-dialog{
	top: 25%;
}
.cust-modal-footer{
	justify-content: center;
	border: 0;
}
.cust-modal-dialog .modal-content{
	border-radius: .30rem!important;
    text-align: center;
    border: 1px solid #efefef ;
}
.modal-input{
	border: 1px solid #ccc;
}
.otp-page{
	margin-top: 85.9943px;
}
.custom-modal-body{
	padding: 20px;
}
.modal_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal_head h5{
	width: 100%;
}
.selectpicker
{
	height: 50px;
	padding: 10px;
	width: 100%;
}
.cust-select{
	width: 100%;
    height: 100%;
    color: #495057;
    display: flex;
    align-items: center;
	padding: .375rem 1rem;
    justify-content: space-between;
	border: 1px solid #dcdee0;
	background-color: #f8f9fa;
	border-color: var(--theme-gray-color);
    border-radius: 3px;
}
.cust-input-file{
	border: 1px solid #dcdee0;
	background-color: #f8f9fa;
	border-color: var(--theme-gray-color);
    border-radius: 3px;
	padding: 2px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cust-input-file label{
	background-color: var(--theme-primary-color);
    color: var(--theme-light-color) !important;
    border-radius: 3px 0px 0px 3px;
    cursor: pointer;
    width: 60px;
    height: 100%;
    text-align: center;
    padding-top: 4px;
}
select::-ms-expand {
	display: none;
  }
  .text_bold label{
	  font-weight: 500;
  }
  .drop_bacckground .dropdown-toggle{
	  background-color: var(--theme-gray-color) !important;
  }
  .drop_bacckground .bootstrap-select{
	  border-radius: 3px;
  }
  .cust-row{
	  padding: 30px 0px !important;
  }

  .bootstrap-select{
	  border: 1px solid #000000 !important;
    color: black !important;
    background: #ffffff !important;
    border-radius: 4px !important;
  }
  /* **********************************
  about us start
  ********************************** */
  .list-style{
	  list-style: decimal;
  }
  .list-style li{
	list-style: decimal;
}
  .p_height p{
	  line-height: 22px;
  }
  /* **********************************
  about us end
  ********************************** */
/*=====================================
 pricing start
=======================================*/
  .pricing>span {
	font-size: 36px;
}

.pricing>span {
	font-size: 36px
}

.pricing .pricing_info span {
	font-size: 14px;
	display: table;
	margin: 0 auto
}

.pricing .features li {
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
}

.pricing:hover {
	margin-top: -20px
}

.pricing {
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin: 10px;
}

/*=====================================
pricing end
=======================================*/
@media(max-width: 1024px){
	.otp-page{
		margin-top: 82px;
	}
	.p_font_size{
		font-size: 20px;
	  }
	  .add-nproerty{
		text-align: left;
	}
	.go-btn{
		text-align: right;
	}
}
@media(max-width: 768px){
	.otp-page{
		margin-top: 0;
	}
	.p_font_size{
		font-size: 24px;
	  }
	  .go-btn{
		text-align: left;
	}
}
@media(max-width: 767px){
	.form-padding{
		padding: 20px;
	}
	.cust-text{
		text-align: center;
	}
	.searc_text{
		font-size: 22px;
	}
	.searc_text_2{
		font-size: 18px;
	}
}
.nameshowsec ul{
	/border: 1px solid #efefef;/
    padding: 20px;
    border-radius: 0.30rem;
    background-color: #f8f9fa;
}
.nameshowsec ul li{
	font-size: 16px;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}
.nameshowsec ul li label{
	font-size: 16px;
    letter-spacing: 0.6px;
	color: var(--theme-primary-color);
}
.cust_upld2{
	height: 36px;
}
.cust_upld2 .cust-file{
	   border: 1px solid #787878;
    background-color: #f8f9fa;
    border-color: #787878;
    border-radius: 3px;
    padding: 2px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cust_upld2 .cust-file label {
    background-color: var(--theme-primary-color);
    color: var(--theme-light-color) !important;
    border-radius: 3px 0px 0px 3px;
    cursor: pointer;
    width: 80px;
    height: 100%;
    text-align: center;
    padding-top: 9px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;

}

.slectCust .bootstrap-select>.dropdown-toggle {
    height: 35px;
    line-height: 35px;
    background-color: #f8f9fa;
}
.select-custom.membertimcust {
	/*display: flex;*/
    justify-content: space-between;
    width: 100%;
}
.select-custom.membertimcust li {
    width: 32%;
}
.select-custom.membertimcust li label {
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 18px;
    background-color: #f8f9fa;
    border-color: #787878;
}
.whiteText {
	color: #fff !important;
}
.select-custom.membertimcust li input[type="radio"]:checked + label:after {
    right: 2px;
    bottom: 5px;
}
.c_lbl{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-custom.qa li input[type="radio"]:checked + label:after {
    right: 1px;
    bottom: 10px;
}
.select-custom.qa li label {
	width: 100px;
    text-align: center;
}
.cust-refrence label{
		font-size: 13px;
	}
@media(max-width: 767px) {
	.c_lbl{
		flex-direction: column;
	}
	.cust-refrence{
		margin-bottom: .5rem!important;
	}
}
