*{
    font-family: 'Rubik', sans-serif;
}
.bg-primary{
    background-color: #3E79ED !important;
}
.fw-600{
    font-weight: 600 !important;
}
.card.border-0.shadow.rounded {
	border-radius: 15px !important;
}
.iti.iti--allow-dropdown {
	width: 100%;
}
.btn.btn-primary.w-100.rounded.mt-5 {
	background: #3E79ED !important;
	border: unset;
}
.fullBody{
    min-height: 100vh;
    position: relative;
}
.multiform{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 100%;
}
.text-primary{
    color: #3E79ED !important;
}
.flx {
	display: flex;
	justify-content: flex-start !important;
	align-items: center;
}
.input-group {
	justify-content: center;
	align-items: center;
}
input.form-control{
    border: unset;
}
input[type="file"] {
	display: none;
}
.fileBtn {
	background: rgba(121, 166, 255, 0.2);
	width: 90px;
	height: 90px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-bottom: 20px;
}
textarea{
    border: unset !important;
}
.bg-light {
	background: #E8E8E8 !important;
	resize: unset;
}

.stepCard2, .stepCard3, .stepCard4, .stepCard5{
    display: none;
}
.btn-primary {
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}
h2.fw-600.mb-3.mt-5 {
	font-size: 28px;
}
input.form-control.bg-light {
	height: 42px !important;
}
.mt-3.form-control.resize-0.bg-light.mb-2 {
	height: 140px;
}
.form-control{
    font-size: 18px;
}
.form-control.bg-light{
    font-size: 14px;
}
.input-group .text-primary {
	font-size: 18px;
}
.circle {
	border-radius: 50%;
	height: 100px;
	width: 100px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px){
    

}