/*.form-control {
	border: 1px solid red;
    border-radius: 10px;
}*/
#submitFrontLeadForm label.error,
#submitFrontContactForm label.error {
	color: red;
	font-size: 14px;
	position: relative !important;
	left: 0;
	top: 0;
}
.form-control.form-control-solid {
    background-color: #F9F9F9;
    border-color: #DFE0E4;
    color: #4B5675;
    transition: color .2s ease;
    border-radius: 10px;
}

.modal-body {
    position: relative;
    z-index: 2;
}
.why-shiksha-vahini h2 {
    font-weight: bold;
    color: white;
    font-size: 2.4rem !important;
    line-height: 40px;
    margin-top: 5rem;
}

.green-check {
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.front-lead-popup-modal{
	/*  position: fixed;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
/*	background: url('../images/lead-popup-image.jpg') no-repeat center center fixed;*/
	background: url('../images/lead-popup-image.jpg');
	background-size: cover;
/*	background-size: contain;*/
	position: relative;
	 border-radius: 10px;
	  border: none;
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.front-lead-popup-modal::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(3, 22, 76, 0.5) 0%, rgba(0, 177, 231, 0.5) 100%);
    z-index: 1;
    border-radius: 10px;
	  border: none;
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}
.front-lead-popup-modal .my-10 {
	margin-top: 10rem!important;
  margin-bottom: 10rem!important;
}
input::placeholder {
  font-weight: 400;
  font-size: 14px;
/*  color: red !important;*/
}
.popupModal-card-header {
	background-color: transparent;
    color: #000000;
    border-bottom: none;
}
h1.header-h1-title {
	color: #000000 !important;
	font-size: 26px !important;
}
p.header-p-title {
	color: #99A1B7 !important;
	font-size: 14px !important;
}
.popupModal-card-body {
	padding: 0px !important;
}
.front-lead-popup-modal span.close-icon {
	font-size: 18px;
	padding: 0px 8px;
	border-radius: 50%;
	background: rgba(0,0,0,.5);;
	opacity: .9;
	border: none;
	cursor: pointer;
	color: #fff; 

}
.front-lead-popup-modal button.close-btn {
	   background: none;
    float: right;
}
.front-contactus-popup-modal span.close-icon {
	font-size: 24px;
}
.front-contactus-popup-modal button.close-btn {
	   background: none;
    float: right;
}
.lead-popup-group-icon {
	display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.lead-popup-group-icon .card__icon {
	width: 32px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border: 1px solid #DFE0E4;
    /* margin: auto; */
    padding: 5px 6px;
    margin-bottom: 10px;
}
.lead-popup-group-icon .card__content {
	    margin-left: 2.5rem;
}