/*
 Theme Name:     Divi Child - Rank One Computing
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Rank One Computing
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! **/
/** !!!! PLACE ALL CUSTOM STYLES IN styles-tw.css NOT HERE  !!!! **/
/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! **/

.home-blog-grid a::after{
	content:"none"!important;
    display:none;
}

#form-steps .et_pb_text_inner > div {
	width: 100%;
}

#form-steps .frm_page_num_1 {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}

#form-steps .frm_page_num_2 {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

#form-steps .frm_page_num_3 {
	max-width: 1015px;
	width: 100%;
	margin: 0 auto;
}

#form-steps select {
	height: 45px;
}

#form-steps input {
	height: 45px;
}

#form-steps textarea {
	min-height: 120px;
}

#form-steps .et_pb_text_inner {
/* 	display: flex; */
	justify-content: center;
    width: 100%;
}

#form-steps .et_pb_row {
	width: 100%;
}

#form-steps .frm_forms {
	width: 100%;
	max-width: 100%;
}

#form-steps .frm_opt_container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#form-steps {
	max-height: none!important;
}

#form-steps .frm_radio {
    background-color: #B03F31;
	padding: 50px 40px;
	max-width: 350px;
	border-radius: 5px;
}

#form-steps .frm_radio label,  #form-steps .frm_radio h3{
	padding: 0;
    text-indent: 0px;
	color: #fff;
	font-family: 'FK Grotesk 500';
	font-weight: 500;
	line-height: 20px;
	font-size: 20px;
	position: relative;
	display: inline;
}

#form-steps .frm_radio label input {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: none;
	display: inline-flex!important;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

#form-steps .frm_radio label input:before {
	width: 15px;
	height: 15px;
	background-color: #000000;
	box-shadow: none;
	margin: 0;
}

#form-steps .frm_radio label p {
	margin-top: 20px;
	font-family: 'FK Grotesk 400';
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
}

#form-steps .frm_primary_label {
	font-family: 'FK Grotesk 500';
	text-align: center;
	color: #111114;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 50px;
}

/* #form-steps .frm_primary_label .frm_required {
	color: #fff;
} */

#form-steps .frm_submit {
	justify-content: center;
}

#form-steps .frm_submit .frm_button_submit {
	background-color: #000000;
	border: none;
	box-shadow: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

#form-steps .frm_submit .frm_prev_page {
	background-color: transparent;
	border: 1px solid #FFFFFF;
	box-shadow: none;
	display: flex;
	align-items: center;
	gap: 10px;
}


#form-steps .frm_submit .frm_button_submit::after {
    content: url('data:image/svg+xml;utf8,<svg width="12" height="17" viewBox="0 0 12 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 8.5L8 4.25L4 0L0 4.25L4 8.5L0 12.75L4 17L8 12.75L12 8.5Z" fill="%23C7493A"/></svg>');
	display: block;
	height: 16px;
}
.footerform .frm_submit .frm_button_submit::after {
    content: url(data:image/svg+xml;utf8,<svg width="12" height="17" viewBox="0 0 12 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 8.5L8 4.25L4 0L0 4.25L4 8.5L0 12.75L4 17L8 12.75L12 8.5Z" fill="%23111114"/></svg>);
    width: 16px;
    height: 16px;
}

#form-steps .frm_submit .frm_prev_page::before {
    content: url('data:image/svg+xml;utf8,<svg width="12" height="17" viewBox="0 0 12 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8.5L4 12.75L8 17L12 12.75L8 8.5L12 4.25L8 0L4 4.25L0 8.5Z" fill="%23111114"/></svg>');
	display: block;
	height: 16px;
}
.footerform .frm_submit .frm_prev_page::before {
    content: url('data:image/svg+xml;utf8,<svg width="12" height="17" viewBox="0 0 12 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8.5L4 12.75L8 17L12 12.75L8 8.5L12 4.25L8 0L4 4.25L0 8.5Z" fill="%23ABB4BD"/></svg>');
	display: block;
	height: 16px;
}

#form-steps .frm_page_num_2 .frm_top_container {
	display: flex;
	flex-direction: column;
	align-items: center;
} 

#form-steps .frm_page_num_2 .frm_opt_container {
	width: 100%;
}

#form-steps .frm_page_num_2 .frm_first + div {
	margin-top: 50px;
}

@media(max-width:768px){
#form-steps .frm_page_num_2 .frm_first + div {
	margin-top: 10px;
}
#form-steps .frm_primary_label{
	margin-bottom:20px;
}
}

#form-steps .frm_page_num_3 .frm_pos_top {
	border: none;
	font-family: 'FK Grotesk 500';
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: #111114;
	margin-bottom: 10px;
}

#form-steps button[type="submit"]:hover{
	color:#FFFFFF!important;
}

#form-steps .frm_page_num_3 .frm_description {
	font-family: 'FK Grotesk 400';
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #111114;
	margin-bottom: 16px;
}

#form-steps .frm_page_num_3 label {
	color: #111114;
	font-family: 'FK Grotesk 400';
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #111114;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	#form-steps .frm_opt_container {
		flex-direction: column;
	}
	#form-steps .frm_radio {
		max-width: 100%;
	}
}

#form-casual input[type="text"]{
	background-color:#F4F0E7;
}

#form-casual .nf-error-msg.nf-error-required-error,
#form-casual .nf-error-msg.nf-error-field-errors{
	color:#000!important;
}

#form-casual .nf-error-msg.nf-error-field-errors{
	text-align:center;
}

#form-casual input[type="submit"]{
	border-radius:5px!important;
}

#form-casual .ninja-forms-req-symbol{
	color:#000!important;
}

.custom-contact-us{
	max-height:unset!important;
}

.page-template-default .post .more-link::after{
	content:none;
	display:none;
}

.custom-faq-accordion .dsm-faq-item-wrapper{
	border:none;
    border-bottom:1px solid #ffffff;
}

@media(max-width:768px){
	.custom-faq-accordion h5{
		font-size:16px!important;
	}
	.biometrics_form .frm_forms.frm_style_formidable-style.with_frm_style{
		max-width:100%;}
	.biometrics_form .frm-show-form{
		padding: 0px;
	}

}


.biometrics_form .frm_forms.frm_style_formidable-style.with_frm_style{
max-width:797px;
margin: 0 auto;
}

.biometrics_form .with_frm_style input[type=text]{
	height: 64px;
	color: #111114;
	font-size: 24px;
	font-family: 'FK Grotesk 400';
	border: none;
	border-radius: 5px;
	padding-left: 25px;
}

.biometrics_form .with_frm_style input[type=text]::placeholder{
color: #111114;
}

.biometrics_form .with_frm_style input[type=email]::placeholder{
color: #111114;
}

.biometrics_form .with_frm_style input[type=text]{
	height: 64px;
	color: #111114;
	font-size: 24px;
	font-family: 'FK Grotesk 400';
border-radius: 5px;
}

.biometrics_form .with_frm_style input[type=email]{
	height: 64px;
	color: #111114;
	font-size: 24px;
	font-family: 'FK Grotesk 400';
	border: none;
	border-radius: 5px;
		padding-left: 25px;
}


.biometrics_form .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus{
	border: none;
	box-shadow: none;
	color: #111114;
}

.biometrics_form #frm_field_28_container{
	font-size: 16px;	
	font-family: 'FK Grotesk 400';
	font-weight: 400;
	line-height: 150%
	color: #111114;
	margin-bottom: 60px;
}



.biometrics_form #frm_field_28_container a{
text-decoration: underline;
}


.biometrics_form .frm_style_formidable-style.with_frm_style .frm_submit button{
	font-family: 'FK Grotesk 700';
	font-size: 18px;
	font-weight: 700;
	background-color: #C7493A;
	width: fit-content;
    margin: 0 auto;
    padding: 12px 40px;
	border: none;
	position: relative
}

.biometrics_form .frm_style_formidable-style.with_frm_style .frm_submit button:after{
	content
}

.biometrics_form .frm_style_formidable-style.with_frm_style .frm_submit button:hover{
	color: #FFF;
	background-color: #761b10;
}

@media(max-width:768px){
	.biometrics_form .with_frm_style input[type=text]{
	font-size: 20px;
}
		.biometrics_form .with_frm_style input[type=email]{
	font-size: 20px;
}
	.image_grid .image_grid{
	width: 100%;
}
		.image_grid .et_pb_image_2{
	width: 100%;
}
		.image_grid .et_pb_image_3{
	width: 100%;
}
}


	

