.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
   
}

.info-box .info-list li h4 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .89rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

p{
    line-height: 14px;
}

p a{
    padding-left: 5px !important;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.contact-style-three .info-box .info-list li h4 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.contact-style-three .info-box .info-list li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}
.contact-style-three .info-box .info-list li {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 25px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
}

.contact-style-three .info-box .info-list li p {
    font-size: 16px;
    line-height: 16px;
    color: #00224f;
}


.error-section {
    position: relative;
    padding-bottom: 150px;
}
.centred {
    text-align: center;
}

.error-section .inner-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 60px;
}

.right-side .mobview {
    display: none;
}
.mobview {
    display: none;
}

.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 17px 37px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    /* box-shadow: 0 20px 30px rgb(211, 220, 232, 0.8); */
    transition: all 500msease;
}
.theme-btn-one {
    background: #FF5700;
    float: right;
}

.theme-btn-one:hover {
    background: #1f94d1;
}



hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 4px solid rgb(255 87 0);
}
.wiz-container{
min-height:50vh;
display:flex;
justify-content:center;
}
.wiz-container .card{
height:auto;
width:100%;
background-color:#fff;
position:relative;
box-shadow:0 15px 30px rgba(0,0,0,0.1);
}
.wiz-container .card .formbox{
width:100%;
height:auto;
display:flex;
 justify-content: center;
}
.wiz-container .card .left-side{
width:25%;
height:100%;
/*    padding:20px 30px;*/
box-sizing:border-box;
border-right:1px solid #dfdfdf;
}
.left-heading{
color:#00224f;
padding: 15px 30px 15px 30px;
border-bottom:2px solid rgb(255 87 0);
}
.steps-content{
margin-top:30px;
color:#fff;
padding:20px 30px;
}
.steps-content p{
font-size:12px;
margin-top:15px;
}
.progress-bar{
list-style:none;
/*margin-top:30px;*/
font-size:13px;
font-weight:700;
counter-reset:container 0;
background-color: #fff;
text-align: left;
padding:0px 30px 20px 30px;
}
.progress-bar li{
position:relative;
margin-left:40px;
margin-top:50px;
counter-increment:container 1;
color:#4f6581;
}
.progress-bar li::before{
content:counter(container);
line-height:25px;
text-align:center;
position:absolute;
height:25px;
width:25px;
border:1px solid #4f6581;
border-radius:50%;
left:-40px;
top:-5px;
z-index:10;
background-color:#eff1f3;
}
.progress-bar li::after{
content: '';
position: absolute;
height: 90px;
width: 2px;
background-color: #4f6581;
z-index: 1;
left: -27px;
top: -70px;
}
.progress-bar li.active::after{
/*background-color: #fff; */
/*font-family: "Font Awesome 5 Free";*/
}
.progress-bar li:first-child:after{
display:none;
}
/*.progress-bar li:last-child:after{*/
/*  display:none;  */
/*}*/
.progress-bar li.active::before{
color:#00224f;
/*      border:1px solid #fff;*/
background-color: #ff5700;
}
.progress-bar li.active{
color: #ff5700;
}
.d-none{
display:none;
}
/*left-side-end*/
.wiz-container .card .right-side{
width:75%;
background-color:#fff;
height:100%;
border-radius:20px;
}
/*right-side-start*/
.main{
display:none;
}
.active{
display:block;
}
.main{
padding:40px 20px 0px 20px;
}
/*.buttons button{
height:40px;
width:100px;
border:none;
border-radius:5px;
background-color:#0075ff;
font-size:12px;
color:#fff;
cursor:pointer;
}*/

.buttons button {
    height: 50px;
    width: 170px;
    border: none;
    border-radius: 5px;
    background-color: #ff5700;
    font-size: 1.3em;
    color: #fff;
    cursor: pointer;
}

.back_button{
   background-color: #fff !important;
   color:#1f94d2 !important;
   position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    padding: 17px 37px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    /* box-shadow: 0 20px 30px rgb(211 220 232 / 80%); */
    transition: all 500ms ease;
}

.back_button:hover {
    background: transparent !important;
}

.button_space{
/* display:flex;*/
gap:20px;

}
.button_space button:nth-child(1){
background-color:#fff;
color:#000;
border:1px solid#000;
}
.wrapper{
display: inline-flex;
height: 70px;
/*  background: #fff;*/
/*  height: 100px;
width: 400px;*/
align-items: center;
justify-content: space-evenly;
border-radius: 5px;
padding: 10px 0px;
/* box-shadow: 5px 5px 30px rgba(0,0,0,0.2);*/
}
.wrapper2{
/* display: inline-flex;*/
/*  background: #fff;*/
min-width: 250px;
/*align-items: left;
justify-content: space-evenly;*/
border-radius: 5px;
/*padding: 10px 0px;*/
/* box-shadow: 5px 5px 30px rgba(0,0,0,0.2);*/
margin-bottom: 10px;
}
.wrapper .option{
background: #fff;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: space-evenly;
/* margin: 0 10px;*/
margin-right:10px;
border-radius: 5px;
cursor: pointer;
padding: 0 10px;
border: 1px solid lightgrey;
transition: all 0.3s ease;
/*box-shadow: 5px 5px 30px rgba(0,0,0,0.2);*/
}
.wrapper2 .option{
background: #fff;
height: 100%;
width: 100%;
display: flex;
align-items: center;
margin: 10px 0px;
border-radius: 5px;
cursor: pointer;
padding: 10px 10px;
border: 1px solid lightgrey;
transition: all 0.3s ease;
}
.wrapper .option .dot{
height: 20px;
width: 20px;
background: #d9d9d9;
border-radius: 50%;
position: relative;
}

.wrapper2 .option .square{
height: 20px;
width: 20px;
background: #d9d9d9;
position: relative;
}
.wrapper2 .option .dot{
height: 20px;
width: 20px;
background: #d9d9d9;
border-radius: 50%;
position: relative;
margin-right: 10px;
}
.wrapper .option .dot::before, .wrapper2 .option .dot::before{
position: absolute;
content: "";
top: 4px;
left: 4px;
width: 12px;
height: 12px;
background: #0069d9;
border-radius: 50%;
opacity: 0;
transform: scale(1.5);
transition: all 0.3s ease;
}
input[type='text'], input[type='email'] {
height: 50px !important;
}

.form-check {
  position: relative;
   font-size: 20px !important;
  color: #0d4861 !important;

}
input[type=checkbox] {
  width: 20px;
  height: 20px;
}

input[type=checkbox]:checked+label::before {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  height: 20px;
  width: 20px;
  left: 0;
  top: 5px;
  background-color: #ff5700;
  border-radius: 2px;
  border: 1px solid rgb(150 150 150 / 30%);
 
}

input[type=checkbox]:checked+label::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
}
input[type="radio"]{
/*display: none;*/
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3,
#option-4:checked:checked ~ .option-4,
#option-5:checked:checked ~ .option-5,
#option-6:checked:checked ~ .option-6,
#option-7:checked:checked ~ .option-7,
#option-8:checked:checked ~ .option-8,
#option-9:checked:checked ~ .option-9,
#option-10:checked:checked ~ .option-10,
#option-11:checked:checked ~ .option-11,
#option-12:checked:checked ~ .option-12,
#option-ty1:checked:checked ~ .option-ty1,
#option-ty2:checked:checked ~ .option-ty2,
#option-ty3:checked:checked ~ .option-ty3,
#option-tn1:checked:checked ~ .option-tn1,
#option-tn2:checked:checked ~ .option-tn2,
#option-tn3:checked:checked ~ .option-tn3,
#option-dy1:checked:checked ~ .option-dy1,
#option-dy2:checked:checked ~ .option-dy2,
#option-dy3:checked:checked ~ .option-dy3,
#option-dn1:checked:checked ~ .option-dn1,
#option-dn2:checked:checked ~ .option-dn2,
#option-dn3:checked:checked ~ .option-dn3,
#option-dn1:checked:checked ~ .option-dn1,
#option-dn2:checked:checked ~ .option-dn2,
#option-dn3:checked:checked ~ .option-dn3,
#option-o1:checked:checked ~ .option-o1,
#option-f1:checked:checked ~ .option-f1,
#option-l1:checked:checked ~ .option-l1,
#option-o2:checked:checked ~ .option-o2,
#option-f2:checked:checked ~ .option-f2,
#option-l2:checked:checked ~ .option-l2,
#option-o3:checked:checked ~ .option-o3,
#option-f3:checked:checked ~ .option-f3,
#option-l3:checked:checked ~ .option-l3,
#option-gm1:checked:checked ~ .option-gm1,
#option-gm2:checked:checked ~ .option-gm2,
#option-gm3:checked:checked ~ .option-gm3,
#option-gf1:checked:checked ~ .option-gf1,
#option-gf2:checked:checked ~ .option-gf2,
#option-gf3:checked:checked ~ .option-gf3,
#option-mss1:checked:checked ~ .option-mss1,
#option-mss2:checked:checked ~ .option-mss2,
#option-mss3:checked:checked ~ .option-mss3,
#option-msd1:checked:checked ~ .option-msd1,
#option-msd2:checked:checked ~ .option-msd2,
#option-msd3:checked:checked ~ .option-mss3,
#option-msm1:checked:checked ~ .option-msm1,
#option-msm2:checked:checked ~ .option-msm2,
#option-msm3:checked:checked ~ .option-msm3,
#option-msdp1:checked:checked ~ .option-msdp1,
#option-msdp2:checked:checked ~ .option-msdp2,
#option-msdp3:checked:checked ~ .option-msdp3,
#option-msw1:checked:checked ~ .option-msw1,
#option-msw2:checked:checked ~ .option-msw2,
#option-msw3:checked:checked ~ .option-msw3
{
border-color: #0069d9;
background: #0069d9;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot,
#option-3:checked:checked ~ .option-3 .dot,
#option-4:checked:checked ~ .option-4 .dot,
#option-5:checked:checked ~ .option-5 .dot,
#option-6:checked:checked ~ .option-6 .dot,
#option-7:checked:checked ~ .option-7 .dot,
#option-8:checked:checked ~ .option-8 .dot,
#option-9:checked:checked ~ .option-9 .dot,
#option-10:checked:checked ~ .option-10 .dot,
#option-11:checked:checked ~ .option-11 .dot,
#option-12:checked:checked ~ .option-12 .dot,
#option-ty1:checked:checked ~ .option-ty1 .dot,
#option-ty2:checked:checked ~ .option-ty2 .dot,
#option-ty3:checked:checked ~ .option-ty3 .dot,
#option-tn1:checked:checked ~ .option-tn1 .dot,
#option-tn2:checked:checked ~ .option-tn2 .dot,
#option-tn3:checked:checked ~ .option-tn3 .dot,
#option-dy1:checked:checked ~ .option-dy1 .dot,
#option-dy2:checked:checked ~ .option-dy2 .dot,
#option-dy3:checked:checked ~ .option-dy3 .dot,
#option-dn1:checked:checked ~ .option-dn1 .dot,
#option-dn2:checked:checked ~ .option-dn2 .dot,
#option-dn3:checked:checked ~ .option-dn3 .dot,
#option-o1:checked:checked ~ .option-o1 .dot,
#option-f1:checked:checked ~ .option-f1 .dot,
#option-l1:checked:checked ~ .option-l1 .dot,
#option-o2:checked:checked ~ .option-o2 .dot,
#option-f2:checked:checked ~ .option-f2 .dot,
#option-l2:checked:checked ~ .option-l2 .dot,
#option-o3:checked:checked ~ .option-o3 .dot,
#option-f3:checked:checked ~ .option-f3 .dot,
#option-l3:checked:checked ~ .option-l3 .dot,
#option-gm1:checked:checked ~ .option-gm1 .dot,
#option-gm2:checked:checked ~ .option-gm2 .dot,
#option-gm3:checked:checked ~ .option-gm3 .dot,
#option-gf1:checked:checked ~ .option-gf1 .dot,
#option-gf2:checked:checked ~ .option-gf2 .dot,
#option-gf3:checked:checked ~ .option-gf3 .dot,
#option-mss1:checked:checked ~ .option-mss1 .dot,
#option-mss2:checked:checked ~ .option-mss2 .dot,
#option-mss3:checked:checked ~ .option-mss3 .dot,
#option-msd1:checked:checked ~ .option-msd1 .dot,
#option-msd2:checked:checked ~ .option-msd2 .dot,
#option-msd3:checked:checked ~ .option-mss3 .dot,
#option-msm1:checked:checked ~ .option-msm1 .dot,
#option-msm2:checked:checked ~ .option-msm2 .dot,
#option-msm3:checked:checked ~ .option-msm3 .dot,
#option-msdp1:checked:checked ~ .option-msdp1 .dot,
#option-msdp2:checked:checked ~ .option-msdp2 .dot,
#option-msdp3:checked:checked ~ .option-msdp3 .dot,
#option-msw1:checked:checked ~ .option-msw1 .dot,
#option-msw2:checked:checked ~ .option-msw2 .dot,
#option-msw3:checked:checked ~ .option-msw3 .dot
{
background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before,
#option-3:checked:checked ~ .option-3 .dot::before,
#option-4:checked:checked ~ .option-4 .dot::before,
#option-5:checked:checked ~ .option-5 .dot::before,
#option-6:checked:checked ~ .option-6 .dot::before,
#option-7:checked:checked ~ .option-7 .dot::before,
#option-8:checked:checked ~ .option-8 .dot::before,
#option-9:checked:checked ~ .option-9 .dot::before,
#option-10:checked:checked ~ .option-10 .dot::before,
#option-11:checked:checked ~ .option-11 .dot::before,
#option-12:checked:checked ~ .option-12 .dot::before,
#option-ty1:checked:checked ~ .option-ty1 .dot::before,
#option-ty2:checked:checked ~ .option-ty2 .dot::before,
#option-ty3:checked:checked ~ .option-ty3 .dot::before,
#option-tn1:checked:checked ~ .option-tn1 .dot::before,
#option-tn2:checked:checked ~ .option-tn2 .dot::before,
#option-tn3:checked:checked ~ .option-tn3 .dot::before,
#option-dy1:checked:checked ~ .option-dy1 .dot::before,
#option-dy2:checked:checked ~ .option-dy2 .dot::before,
#option-dy3:checked:checked ~ .option-dy3 .dot::before,
#option-dn1:checked:checked ~ .option-dn1 .dot::before,
#option-dn2:checked:checked ~ .option-dn2 .dot::before,
#option-dn3:checked:checked ~ .option-dn3 .dot::before,
#option-o1:checked:checked ~ .option-o1 .dot::before,
#option-f1:checked:checked ~ .option-f1 .dot::before,
#option-l1:checked:checked ~ .option-l1 .dot::before,
#option-o2:checked:checked ~ .option-o2 .dot::before,
#option-f2:checked:checked ~ .option-f2 .dot::before,
#option-l2:checked:checked ~ .option-l2 .dot::before,
#option-o3:checked:checked ~ .option-o3 .dot::before,
#option-f3:checked:checked ~ .option-f3 .dot::before,
#option-l3:checked:checked ~ .option-l3 .dot::before,
#option-gm1:checked:checked ~ .option-gm1 .dot::before,
#option-gm2:checked:checked ~ .option-gm2 .dot::before,
#option-gm3:checked:checked ~ .option-gm3 .dot::before,
#option-gf1:checked:checked ~ .option-gf1 .dot::before,
#option-gf2:checked:checked ~ .option-gf2 .dot::before,
#option-gf3:checked:checked ~ .option-gf3 .dot::before,
#option-mss1:checked:checked ~ .option-mss1 .dot::before,
#option-mss2:checked:checked ~ .option-mss2 .dot::before,
#option-mss3:checked:checked ~ .option-mss3 .dot::before,
#option-msd1:checked:checked ~ .option-msd1 .dot::before,
#option-msd2:checked:checked ~ .option-msd2 .dot::before,
#option-msd3:checked:checked ~ .option-mss3 .dot::before,
#option-msm1:checked:checked ~ .option-msm1 .dot::before,
#option-msm2:checked:checked ~ .option-msm2 .dot::before,
#option-msm3:checked:checked ~ .option-msm3 .dot::before,
#option-msdp1:checked:checked ~ .option-msdp1 .dot::before,
#option-msdp2:checked:checked ~ .option-msdp2 .dot::before,
#option-msdp3:checked:checked ~ .option-msdp3 .dot::before,
#option-msw1:checked:checked ~ .option-msw1 .dot::before,
#option-msw2:checked:checked ~ .option-msw2 .dot::before,
#option-msw3:checked:checked ~ .option-msw3 .dot::before
{
opacity: 1;
transform: scale(1);
background: #ff5700;
}
.wrapper .option span, .wrapper2 .option span{
font-size: 20px;
color: #00224f;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span,
#option-3:checked:checked ~ .option-3 span,
#option-4:checked:checked ~ .option-4 span,
#option-5:checked:checked ~ .option-5 span,
#option-6:checked:checked ~ .option-6 span,
#option-7:checked:checked ~ .option-7 span,
#option-8:checked:checked ~ .option-8 span,
#option-9:checked:checked ~ .option-9 span,
#option-10:checked:checked ~ .option-10 span,
#option-11:checked:checked ~ .option-11 span,
#option-12:checked:checked ~ .option-12 span,
#option-ty1:checked:checked ~ .option-ty1 span,
#option-ty2:checked:checked ~ .option-ty2 span,
#option-ty3:checked:checked ~ .option-ty3 span,
#option-tn1:checked:checked ~ .option-tn1 span,
#option-tn2:checked:checked ~ .option-tn2 span,
#option-tn3:checked:checked ~ .option-tn3 span,
#option-dy1:checked:checked ~ .option-dy1 span,
#option-dy2:checked:checked ~ .option-dy2 span,
#option-dy3:checked:checked ~ .option-dy3 span,
#option-dn1:checked:checked ~ .option-dn1 span,
#option-dn2:checked:checked ~ .option-dn2 span,
#option-dn3:checked:checked ~ .option-dn3 span,
#option-o1:checked:checked ~ .option-o1 span,
#option-f1:checked:checked ~ .option-f1 span,
#option-l1:checked:checked ~ .option-l1 span,
#option-o2:checked:checked ~ .option-o2 span,
#option-f2:checked:checked ~ .option-f2 span,
#option-l2:checked:checked ~ .option-l2 span,
#option-o3:checked:checked ~ .option-o3 span,
#option-f3:checked:checked ~ .option-f3 span,
#option-l3:checked:checked ~ .option-l3 span,
#option-gm1:checked:checked ~ .option-gm1 span,
#option-gm2:checked:checked ~ .option-gm2 span,
#option-gm3:checked:checked ~ .option-gm3 span,
#option-gf1:checked:checked ~ .option-gf1 span,
#option-gf2:checked:checked ~ .option-gf2 span,
#option-gf3:checked:checked ~ .option-gf3 span,
#option-mss1:checked:checked ~ .option-mss1 span,
#option-mss2:checked:checked ~ .option-mss2 span,
#option-mss3:checked:checked ~ .option-mss3 span,
#option-msd1:checked:checked ~ .option-msd1 span,
#option-msd2:checked:checked ~ .option-msd2 span,
#option-msd3:checked:checked ~ .option-mss3 span,
#option-msm1:checked:checked ~ .option-msm1 span,
#option-msm2:checked:checked ~ .option-msm2 span,
#option-msm3:checked:checked ~ .option-msm3 span,
#option-msdp1:checked:checked ~ .option-msdp1 span,
#option-msdp2:checked:checked ~ .option-msdp2 span,
#option-msdp3:checked:checked ~ .option-msdp3 span,
#option-msw1:checked:checked ~ .option-msw1 span,
#option-msw2:checked:checked ~ .option-msw2 span,
#option-msw3:checked:checked ~ .option-msw3 span
{
color: #fff;
}
.col-form-label {
font-size: 1.3em;
color:#00224f;
}
.mb-4, .my-4 {
    margin-bottom: 2.5rem !important;
}

#radios label {
    cursor: pointer;
    position: relative;
    width: 55px;
    height: 48px;
    border: 1px solid;
    text-align: center;
    padding-top: 6px;
}

#radios label + label {
  margin-left: 15px;
}

input[type="radio"] {
  opacity: 0; /* hidden but still tabable */
  position: absolute;
}

input[type="radio"] + span {
  color: #00224f;
  border-radius: 50%;
  padding: 12px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

input[type="radio"]:checked + span {
  color: #ff5700;
  background-color: #ff570;
}

input[type="radio"]:focus + span {
  color: #fff;
}

/* ================ TOOLTIPS ================= */

#radios label:hover::before {
  content: attr(for);
  font-family: Roboto, -apple-system, sans-serif;
  text-transform: capitalize;
  font-size: 11px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0.75;
  background-color: #323232;
  color: #fff;  
  padding: 4px;
  border-radius: 3px;
  display: block;
}

#radios {
  text-align: left;
  margin 0 auto;
}

.acc-btn {
    position: relative;
    display: block;
    padding: 17px 0px 17px 0px;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
}
  .icon-outer {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    color: #00224f;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
    margin-right: 8px;
}
.additionalitem{
  border-top: 2px solid lightgrey;
  padding-top: 15px;
}
/*input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 2px solid #ddd;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: #e9ecef;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #999;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  max-width: 5rem;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 1.5rem;
  height: 2.5rem;
  text-align: center;
  color:#495057;
}
*/
.section {
    position: relative;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}


[type="radio"]:checked,
[type="radio"]:not(:checked){
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}

.radio-gender:checked + label,
.radio-gender:not(:checked) + label{
  position: relative;
  display: inline-block;
  padding: 2px;
 /* padding-top: 20px;
  padding-bottom: 20px;*/
  width: 50px;
  font-size: 20px;
  /*line-height: 52px;*/
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  /*margin-bottom: 10px;*/
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  /*-webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
  -webkit-text-stroke: 1px var(--white);
    text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;*/
    color: red;
    background-color: #fff;
}
.radio-gender:not(:checked) + label{
      /*background-color: #e9ecef;*/
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    color: #00224f;
}
.radio-gender:checked + label{
  background-color: #ff5700;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  color:#fff;
}
.radio-gender:not(:checked) + label:hover{
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.radio-gender:checked + label::before,
.radio-gender:not(:checked) + label::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  /*background-color: #ff5700;*/
}
.radio-gender:checked + label span,
.radio-gender:not(:checked) + label span{
  position: relative;
  display: block;
}
.radio-gender:checked + label span::before,
.radio-gender:not(:checked) + label span::before{
  position: absolute;
  content: attr(data-hover);
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
    text-fill-color: var(--white);
    color: var(--white);
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  transition: max-height 0.3s;

}
.radio-gender:not(:checked) + label span::before{
  max-height: 0;
}
.radio-gender:checked + label span::before{
  max-height: 100%;
}

.checkbox:checked ~ .section .wiz-container .row .col-xl-10 .radio-gender:not(:checked) + label{
  background-color: var(--light);
  -webkit-text-stroke: 1px var(--dark-blue);
    text-stroke: 1px var(--dark-blue);
  box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}


option:hover{
  background-color: #f6f6f6;
}

option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.left-side .info-box, .right-side .info-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgb(211 220 232 / 60%);
    width: 275px;
    left:5px;
}

.left-side .icon-box, .right-side .icon-box {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 26px;
    line-height: 30px;
    }
    .icon-box {
    color: #0ee7c5;
}

.left-side .info-box .info-list li img, .right-side .info-box .info-list li img {
    /*position: absolute;*/
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    transition: all 500ms ease;
}

.left-side .info-box .info-list li p a, .right-side .info-box .info-list li p a {
    color: #2094D2;
    padding-left: 25px;
    font-size: 12px;
    font-weight: 700;
}

.pattern-layer-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 245px;
    height: 245px;
    background-repeat: no-repeat;
}

/*progressbar mobile view*/

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  justify-content: space-between;
    display: flex;
}
#progressbar li {
  list-style-type: none;
  color: #00224f;
  font-size: 9px;
/*  width: 20%;
  float: left;*/
  position: relative;
  line-height: 65px;

}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
line-height: 25px;
text-align: center;
position: absolute;
height: 25px;
width: 25px;
border: 1px solid #4f6581;
border-radius: 50%;
z-index: 10;
background-color: #eff1f3;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 250%;
  height: 2px;
  background-color: #4f6581;
  position: absolute;
  left: -200%;
  top: 12px;
  z-index: 1; /*put it behind the numbers*/

}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: #ff5700;
  color: #00224f;
}

#progressbar li.active:after{
  background-color: #ff5700 !important;
  z-index: 2;
}


#progressbar li.active{
  color: #ff5700;
}