h3, .h3{
	font-size: 18px;
}
.content:first-child{
	padding-top: 30px !important;
}
.form-group.has-error .form-control-feedback{
	    top: 0px !important;
}
.contentDetails.reg{
	max-width: 1200px;
}
.mx-hght{
	height: 600px;
	overflow-y: scroll;
}
.centerLogo {
    margin-top: 30px;
}
.logo_set {
    padding-top: 44px;
}
.leftSection.reg .leftSectionCell{
	position: relative;
}
.leftSection.reg .topLogo1, .leftSection .topLogo1{
    position: absolute;
    top: 0;
    left: 51%;
    transform: translateX(-50%);
}
.leftSection.reg .centerLogo, .leftSection .centerLogo{
    position: absolute;
    top: 52%;
    left: 53%;
    width: 250px;
    transform: translateX(-50%);
}
.leftSection.reg .topLogo, .leftSection .topLogo{
    margin-top: 30px;
    position: absolute;
    width: 54%;
    bottom: 22px;
    left: 20px;
}
.login-development-partner-div{
	padding-bottom: 0px;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.content {
    padding: 0 0px 0 55px;
}
.donation-image{
	height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 40px;
}
.my-3{
	margin: 20px 0px;
}
.heading-details{
	font-size: 15px;
}
.radio-group label, .check-group label {
    width: 30%;
}
.leftSection.reg {
    padding: 20px;
    text-align: center;
    width: 100%;
    height: 600px;
    vertical-align: middle;
    display: table;
}
.hght-lgn{
	height: 555px;
}
.hght-lgn-frm{
	height: 555px;
	overflow-y: auto;
}
.leftSection{
	height: 100%;
	position: relative;
}
.hght-lgn-frm form, .hght-lgn-frm form .panel{
	height: 100%;
}



/*MEDIA QUERIES STARTS*/

	@media(max-width: 991px){
		.leftSection.reg, .mx-hght {
		    height: 530px;
		}
	}

/*MEDIA QUERIES ENDS*/
.adjust_radio_button{
    padding-left: 7px;
    padding-right: 11px;
}
.checkbox_margin{
    margin-left: 10px;
}
.popup_top_margin{
    margin-top: 10px;
}
.popup_submit_button{
    margin-top:20px;
    margin-bottom:20px;
    text-align: center;
}
/*BOC: Added to make the email preview correct in EmailLog. By Pradeep Sati on 28-Aug-2021 Task #123948*/
pre{
    width: 0px;
    height: 0px;
    padding: 0px;
}
code{
    width: 0px;
    height: 0px;
    padding: 0px;
}
/*EOC: Added to make the email preview correct in EmailLog. By Pradeep Sati on 28-Aug-2021 Task #123948*/
.icon-info22:hover .custom-tooltiptext {
  visibility: visible;
}
.custom-tooltiptext{
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    font-family: arial;
    line-height: 1.4;
    font-size: 13px;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
}

.apply-btn-margin {
	margin-top: 27px;
}

.box-shadow {
	box-shadow: 2px 5px 8px 4px #f5f5f5;
}

.select2-search__field {
	padding-left: 40px !important;
}