.stopbang {
    margin-top: -90px;
    padding-top: 90px;
}
.stopbang-sb {
    display: flex;
    border: 0px solid black;
    background-color: white;
    width: 56.11%;
    margin: 5% auto;
    justify-content: space-around;
    border-radius: 10px;
    max-width: 1450px;
}
.stopbang-sb-item {
       flex: 1 0 0%;
    text-align: center;
    /* #0068A8 */
    border: 0px solid white;
    background-color: white;
    color: black;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}

.stopbang-sb-item:first-child {
    border-radius: 10px 0px 0px 10px;
}

.stopbang-sb-item:last-child {
    border-radius: 0px 10px 10px 0px;
}

.stopbang-slide-image-con {
    width: 18rem;
    height: 18rem;
    background-color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stopbang-sb-item-text {
    font-size: 1.6rem;
    font-weight: 400;
}
.stopbang-slide-outer-con {
    padding-bottom: 210px
} 
.stopbang-slide-con {
    border: 0px solid black;
    width: 82.63%;
    margin: 1rem auto;
    display: none;
    height: 600px;
    max-width: 1650px;
}
.stopbang-slide-con:first-child {
    display: flex;
}

.stopbang-bmi-input {
     width: 30%;
    border: 1px solid #707070;
    margin-bottom: 2%;
    border-radius: 10px;
    color: #707070;
    padding: 7px 0px 7px 10px;
}

.stopbang-bmi-btn {
  color: white;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 5px 20px;
  background-color: #0068A8;;
  border: 0px solid black;
  border-radius: 10px;
}

.stopbang-slide-left-con {
    flex: 0 0 33.86%;
    background-color: #80BA27;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3%;
    justify-content: space-evenly;
}
.stopbangslide-text-con {}
.stopbang-slide-right {
    flex: 1 0 0%;
    padding: 10% 10% 0% 10%;
    position: relative;
}
.stopbang-slide-image {
    width: 60%;
}
.stopbang-slide-title {
    font-size: 3rem;
    color: white;
    font-weight: 300;
    text-align: center;
}
.stopbang-slide-right-con {
    flex: 0 0 66.14%;
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 600px;
}
.stopbang-slide-question {
   font-size: 2.083125rem;
    color: #707070;
    font-weight: 600;
}
.stopbang-slide-form-box {
    display: flex;
    align-items: center;
        margin: 1% 0% 2% 0%;
}
.stopbang-slide-title-bmi h3 {
    font-size: 3rem;
    color: white;
    font-weight: 300;
    text-align: center;
}
.stopbang-slide-question {}
.stopbang-slide-num {
    position: absolute;
    left: 5%;
}
.stopbang-slide-form {
    margin: 5% 0% 0% 0%;
}
.stopbang-slide-radio {
    width: 27px;
    height: 28px;
}
.stopbang-slide-label {
    font-size: 1.5625rem;
    color: #707070;
    margin-left: 1%;
}

.stopbang-slide-form-radiobox {
    display: flex;
}

.imperial {
    flex: 1 0 0%;
    margin-bottom: 40px;
}

.metric {
    margin-right: 15px;
 margin-bottom: 40px;
    
}

.bmiBottomTitle {
    font-size: 2rem!important;
}

input[type='radio']:after {
    width: 27px;
    height: 28px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #707070;
}

input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 4px;
    left: 3.5px;
    position: relative;
    background-color: #80BA27;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #80ba72;
    padding: 8px;
}


.stopbang-slid-btns-left {
      flex: 1 0 0%;
      margin: 1% 0%;
}
.stopbang-slid-btns-right {
   flex: 1 0 0%;
   text-align: end;
   margin-bottom: 3%;
}
.stopbang-slid-btns {
    display: flex;
    margin: 1% auto;
    width: 90%;
    border: 0px solid black;

}
.stopbang-slide-btn {
    font-size: 1rem;
    color: white;
    
}

.btn-previous {
    background-color: #979899;
    padding: 0.75rem;
    width: 150px;
    border-radius: 10px;
    border: 0px solid black;
}
.btn-next {
    background-color: #80BA27;
    padding: 0.75rem;
    width: 150px;
    border-radius: 10px;
    border: 0px solid black;
}

.stopbang-output-con {
   justify-content: space-evenly; 
   padding: 1% 3%;
}
.stopbang-slide-form-bmi {
    margin-top: 1rem;
}
.stopbang-out-answer-title {
    font-size: 2rem;
    /* color: #A80B0A; */ 
}
.stopbang-out-btn {
     background-color: #80BA27;
    padding: 0.75rem;
    border-radius: 10px;
    border: 0px solid black;
    width: 60%;
    text-align: center;
    font-size: 1.3rem;
    color: white;
}

.bmi-binary-label {
      margin: -4.5px 7px 0px 7px;
}


.stopbang-out-link {
    font-size: 1.5625rem;
    color: #707070;
}

.stopbang-out-info {
     font-size: 1rem;
    color: #707070;
}

.sb-validation {
    color: #A80B0A;
    font-size: calc(0.7rem + 0.7vw);
    font-weight: 500;
    margin: 3% 0;
}
.slide-valid {
    color: #A80B0A;
    font-size: calc(0.7rem + 0.7vw);
    font-weight: 500;
    margin: 3% 0;
}

.stopbang-input-con select {
     padding: 7px 0px 7px 10px;
    border: 1px solid #707070;
    margin-bottom: 2%;
    border-radius: 10px;
    color: #707070;
    width: 30%;
        min-width: 100px;
}

@media (max-width: 991px) {
    .stopbang-slide-con {
       flex-direction: column;
    }  
    .stopbang-slide-image {
    width: 30%;
}
.stopbang-slide-con {

    min-height: 810px;
}

}


@media (max-width: 768px) {
    .stopbang-slide-image-con {
        width: 30vw;
        height: 30vw;
    }
    .stopbang-slide-title {
        font-size: calc(1.5em + 1.5vw);
    } 
    .stopbang-slide-right {
    padding: 10% 10% 0% 15%;
    }
    .stopbang-slide-question {
    font-size: 1.4rem;
    }
    .stopbang-sb {
    width: 80.11%;
    }

}

@media (max-width: 500px) {
    .stopbang-input-con select {
        width: 90%;
    }
    .stopbang-bmi-btn {
        width: 90%; 
    }
    .stopbang-bmi-input {
        width: 90%;
        margin-top: 2.4%;
    }
    .stopbang-slide-right-con {
        flex: 0 0 55.14%;
    }
    .stopbang-slide-label {
        font-size: 1rem;
    }
}

@media (max-width: 425px ) {
    .stopbang-slid-btns {
        flex-direction: column;
            width: initial;
    }
    .stopbang-slide-label {
        font-size: 1rem;
}

.btn-previous {

    margin-bottom: 5%;
}
}
