/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.ld_radius .form-control{
	border-radius: 20px;
	padding: 10px 20px;
    font-size: 14px;
    resize: none;
}
.motov4_form_render .form-control {
    padding: 18px 12px;
}
.motov4_form_render .form-control:focus{
	outline: none;
	box-shadow: none;
}
.btn-primary:focus, .btn-primary.focus{
	box-shadow: none;
	border: none;
}
.ld_radius .btn-primary{
    border-radius: 30px;
    padding: 10px 35px;
}
.ld_radius.ld_large_form .form-control, .ld_large_form .form-control{
    padding: 25px 20px;
    font-size: 18px;
    line-height: 1.5;
}
.ld_radius.ld_small_form .form-control, .ld_small_form .form-control {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.5;
}
.ld_large_form .motov4_btn{
	padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.ld_small_form .motov4_btn{
	padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
} 
.ld_square .form-control{
    border-radius: 0px;
}
.ld_square .motov4_btn{
	border-radius: 0px;
}
/**Loader Css**/
.motov4_loader_img {
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.motov4_loader_img div {
    position: absolute;
    border: 2px solid #4f70ea;
    opacity: 1;
    border-radius: 50%;
    animation: motov4_loader_img 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.motov4_loader_img div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes motov4_loader_img {
  0% {
    top: 14px;
    left: 14px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 30px;
    height: 30px;
    opacity: 0;
  }
}
.motov4_form_render .form-group.form-control {
    padding: 0 0px;
    height: auto;
    background-clip: unset;
    border: none;
}

/**Loader Css End**/

.form-group.Personal-Informations {
    display: block !important;
    margin: 23px 0 14px !important;
}

.form-group.Personal-Informations .motov4_input_wrap {
    display: none;
}
.form-group.Personal-Informations label.motov4_label {
    margin-bottom: 0 !important;
    background-color: #f2f2f2;
    display: block !important;
    padding: 10px 15px !important;
    font-size: 110% !important;
    font-weight: bold !important;
    color: #575757 !important;
    line-height: 130% !important;
    border: none;
} 
.personal-submit {
    margin: 25px 0px 0px !important;
}
.checkbox.form-group.cls-products-checkbox .cls-checkbox-option {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px 20px;
    border: 1px solid #ced4da;
}

.checkbox.form-group.cls-products-checkbox .cls-checkbox-option label.check_optn {
    width: 100%;
}