.tab-status {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;

}
.tab-status span {
	appearance: none;
	background: #a6a5a1;
	border: none;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	margin-right: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.tab-status span.active {
	background-color: #00365A;
	color: #fff;
}
.custom-contact .ry-form .fieldset .tab-status {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;	
}
div#header-counter {
	display: flex;
	justify-content: center;
	align-items: center;
}
div#step-1.hidden {
    display: none !important;
}
div#step-1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.form-group[data-type="radiolist"] {
	margin-left: -10px;
	width: calc(100% + 10px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.form-group[data-type="radiolist"] label.control-label.inline {
	background-color: rgba(60, 60, 60, 0.1);
	box-shadow: rgba(60, 60, 60, 0.8) 0px 0px 0px 2px inset;
	color: rgb(60, 60, 60);
	max-width: 100%;
	height: inherit;
	min-height: 40px;
	outline: 0px;
	padding: 10px;
	transition-duration: 0.1s;
	transition-property: background-color, color, border-color, opacity, box-shadow;
	transition-timing-function: ease-out;
	width: 100%;
	word-break: break-word;
	animation: 0.25s ease 0s 2 normal none running jBPXGM;
	cursor: pointer;
}
.form-group[data-type="radiolist"] label.control-label.inline {
	width: calc(40% - 10px);
	margin-left: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.custom-contact .ry-btn-wrap {
	display: flex;
	justify-content: center;
}
.form-steps-wrap .ry-text p {
	text-align: center !important;
}
.form-steps-wrap .ry-text {
	margin-bottom: 20px;
}
.custom-contact .ry-btn-wrap svg {
	fill: #fff;
	margin-left: 10px;
}
.custom-contact .ry-btn-wrap .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-contact .ry-btn-wrap .pagination .ry-btn-primary {
	margin: 0 5px;
}
.custom-contact .ry-text p {
	font-size: 25px;
}
.custom-contact .ry-form .form-group input[type='text'] {
	color: rgb(60, 60, 60) !important;
	padding: 0px 0px 8px;
	border-radius: 0px;
	border: none !important;
	outline: none;
	background-color: transparent;
	font-size: 30px;
	line-height: 38px;
	overflow-wrap: break-word;
	resize: none;
	overflow: hidden;
	transition: box-shadow 0.1s ease-out 0s;
	box-shadow: rgba(60, 60, 60, 0.3) 0px 1px;
}
.custom-contact .ry-container {
	max-width: 991px !important;
	width: 90%;
}
/** WRITE US A MESSAGE **/
.write-us-a-message {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-32f22902-dcf9-443a-a00c-0555c5276b09/Assets/BG_Form_v1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6rem 0;
}
.write-us-a-message .ry-content .ry-flex {flex-direction: column;gap: 15px;}
.write-us-a-message .ry-content .ry-flex .ry-text p {
	text-align: center;
	color: #333;
	font-size: 24px;
	letter-spacing: 2px;
}
.ry-text-btn-buttom div {
	text-align: center;
	font-size: 14px;
}
.write-us-a-message .ry-content .ry-flex .ry-btn-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.write-us-a-message .ry-content .ry-flex .ry-btn-wrap .span-1 {
	position: absolute;
	top: auto;
	right: 34%;
	font-size: 12px;
}
.write-us-a-message .ry-content .ry-flex .ry-text-btn-buttom {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.write-us-a-message .ry-content .ry-flex .ry-text-btn-buttom > span {
	margin-right: 5px;
}
.write-us-a-message a.ry-btn.ry-btn-primary.ry-btn-light {
	background-color: rgb(87 19 17) !important;
	color: #fff !important;
	font-weight: bold;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
	align-items: center;
}
.write-us-a-message a.ry-btn.ry-btn-primary.ry-btn-light:hover {
	background: #6f819d !important;
	color: #fff !important;
}
.write-us-a-message .ry-content .ry-text * {
	text-align: center;
}


/** PROGRESS BAR **/
.progress-container {
	width: 100%;
	height: 5px;
	background-color: #e0e0e0; /* Background of the progress line */
	position: relative;
	margin-bottom: 20px; /* Space between line and content */
}

.progress-line {
	height: 100%;
	background-color: #007bff; /* Color of the progress line */
	width: 0; /* Start at 0 width */
	transition: width 0.3s ease;
}

.tab-panel {
	display: none; /* Hide all by default */
}

.tab-panel.hidden {
	display: none;
}

.tab-panel.visible {
	display: block; /* Show only the current step */
}



/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 768px) {
	.form-group[data-type="radiolist"] {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.form-group[data-type="radiolist"] label.control-label.inline {
		text-align: left;
	}
}
}

.custom-contact .ry-form .form-group input[type="text"] {
	margin-inline: auto;
}
.custom-contact .ry-form .form-group {
	display: flex
}
.custom-contact .ry-btn-wrap .pagination {
	margin-top:20px
}
.custom-contact .ry-btn-wrap .pagination a {
	height: auto;
	text-decoration: none
}
.ry-btn.ry-btn-primary {
    padding: 10px 25px !important;
    text-decoration: none
}