body {
    margin-top:40px;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    text-align: center;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
#step-1 img{
    height:160px;
    width:160px;
}
.setup-content{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    position: relative;
    align-items: center;
    min-height: 600px;
    background: white;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 30%);
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
.propertylink{
    color:white;
}
[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
#contactForm input[type=radio]{
    position:relative;
    z-index:999;
}
[type=radio] + img {
 cursor: pointer;
}
.setup-content ul li {
    display: inline-block;
    margin:2px 20px;
}
[type=radio]:checked + img {
    filter:opacity(0.5) drop-shadow(0 0 0 blue);
}
[type=radio]:checked + div>img {
    filter:opacity(0.5) drop-shadow(0 0 0 blue);
}
[type=radio]:checked + div {
    background-color: rgba(12, 222, 254, 1);
}
[type=radio]:checked ~ div {
    background-color: rgba(12, 222, 254, 1);
}
[type=radio]:checked + span {
    background-color: var(--insur-base);
}
.previous {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
}
.previous:hover {
  color: var(--insur-primary);
}
.previous {
  color: var(--insur-base);
  float: left;
  cursor: pointer;
}
.stepper-title-color{
    color: #b81f33;
}