.wqform_body {
    margin-bottom: calc(2vw + 20px);
}

.wqmessage {
  color: red;
  font-size: 16px;
}
.wqsubmit_message {
  font-size: 14px;
    margin-top: 20px;
}
.wqsubmit_message span {
      padding: 7px 20px;
    border: 1px solid;
    display: inline-block;
    margin-top: 30px;
}
.wqtextfield {
	width: auto;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-bottom: 0;
    background: #ffffff;
	min-width: 375px;
	text-align: center;
}
.wqsubmit_button {
  color: white;
  padding: 15px 15px;
  cursor: pointer;
  border-radius: 15px;
  width: auto;
  margin-left: -30px !important;
}
.data input#find_unit_btn {
    width: auto;
    margin: 0 auto;
    display: block;
}
.wqlabel {
  font-size: 20px;
  margin-bottom: 10px;
}
.wqpage_heading {
  font-size: 25px;
  text-align: center;
  margin-bottom: 0;
}
.hide{
  display: none !important;
}
.wqmain_body {
    color: #6f6d6a;
}
.wqmain_body form .item {
    margin-top: calc(4vw + 20px);
	padding-bottom: 25px;
}
.item .value > div {
    position: relative;
}
.wqmain_body form .item .value {
    max-width: 1170px;
    margin: 0 auto;
}
.item .value input[type="radio"] {
    -webkit-appearance: none;
    padding: 0;
    border: none;
    margin: 0;
    line-height: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
	    left: 0;
}
.item .value input[type="radio"]:checked + .label {
    background: linear-gradient(90deg, #00c0ff, #007bc3);
	color: #fff;
}
.item .value .label {
    height: 100%;
	padding: 15px;
    text-align: center;
    border-radius: 20px;
	box-shadow: 5px 5px 15px #cccccc;
}
.item .value img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}
.item .value h4 {
	color: #000000;
}
.item .value input[type="radio"]:checked + .label h4 {
	color: #ffffff;
}
.item .value p {
	margin-bottom: 0;
}
.item .value input[type="radio"]:checked + .label img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
#section_unit {
    margin-bottom: calc(4vw + 20px);
    padding: 0 15px;
}
#section_unit .value {
    max-width: 1600px;
    margin: 0 auto;
}
.arrows {
	    width: 60px;
    height: 72px;
    position: relative;
    margin: 0 auto 40px;
    bottom: 0;
    display: block;
}

.arrows path {
	stroke: #2994D1;
	fill: transparent;
	stroke-width: 1px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari and Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari and Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari and Chrome */
}

/* Progress bar - Start */
#formNav .progress, #formNav .progress-stacked{
  --bs-progress-height: 0;
}
#formNav .progress{
  background-color: transparent;
      height: 4px;
}
#formNav .container {
  position: initial !important;
  text-align: center;
}
#formNav .nav-row {
    margin-bottom: -4px;
}
#formNav {
    background: #f3f3f3;
    position: sticky;
    top: 14px;
    z-index: 9;
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  #formNav {
    top: 24px;

    }
}
#formNav a.nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #002053;
    padding: calc(1.5vw + 12px) 0;
}
#formNav a.nav-link:hover {
    background: #e8e8e8;
}
.progress-container {
    position: relative;
}

.progress-bar {
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    height: 4px; /* Adjust the height of the progress bar as needed */
    background-color: #007bc3; /* Adjust the color of the progress bar as needed */
    transition: width 0.3s; /* Add a transition for smooth movement */
}
#formNav a.nav-link.errorTab{
    color: red;
}
.selected, .notselected{
    display: none;
}
#formNav a.nav-link.errorTab .selected{
    display: none;
}
#formNav a.nav-link.errorTab .notselected{
    display: inline;
    color: red;
}
#formNav a.nav-link.successTab .selected{
    display: inline;
    color: #007bc3;
}
/* Progress bar - End */

@media (max-width:1024px) {
	#section_unit.item .value > div {
    flex: 1 0 25%;
    margin: 0 0px 25px;
}
}
@media (max-width:767px) {
	.wqtextfield {
    margin-bottom: 10px;
    min-width: auto;
}
.wqsubmit_button {
    margin-left: 0px !important;
}
.wqfield {
    flex-direction: column;
}
.item .value > div {
    margin-bottom: 20px;
}
#section_unit.item .value > div {
    flex: 1 0 50%;
}
#formNav a.nav-link {
    font-size: 12px;
    padding: calc(1vw + 12px) 0;
}
#formNav .col {
    flex: 1 0 30%;
	border-bottom: 2px solid #e8e8e8;
}
#formNav .progress {
	display: none;
}
#formNav a.nav-link {
    margin-bottom: -2px;
    margin-left: -12px;
    margin-right: -12px;
}
#formNav a.nav-link.successTab {
    border-bottom: 2px solid #007bc3;
}
#formNav a.nav-link.errorTab {
    border-bottom: 2px solid red;
}
#formNav {
    top: 54px !important;
}
}