
.tabNext{
    background-color: #e7f6f9;
    height: 65px;
}

.tabNext > div{
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 9px;
    color: #0394ad;
    text-decoration: none !important;
    display: block;
}

.tabNext > div:before{
    content: "";
    position: absolute;
    height: 36px;
    width:39px;
    background-color: antiquewhite;
    top: 15px;
    right: -19px;
    transform: rotate(56deg) skew(21deg);
    -webkit-box-shadow: 5px -5px 5px 0px rgb(76 105 116 / 24%);
    box-shadow: 5px -5px 5px 0px rgb(76 105 116 / 24%);
    background-color: #e7f6f9;
}

.tabNext > div:nth-child(1){
    border-top-left-radius: 10px;
}

.tabNext > div:nth-last-child(1){
    border-top-right-radius: 10px;
}

.tabNext > div:nth-last-child(1):before{
    display: none;
}

.tabNext > div:nth-child(1):after{
    display: none;
}

.tabNext > div label.tabone-level {
    cursor: pointer;
    text-align: center;
}

.tabNext > div input[type="radio"] {
    display: none;
}

.selected{
    background-color: #0494ac;
    color: #fff !important;
}

.selected:before{
    background-color: #0494ac !important;
    -webkit-box-shadow: 12px -6px 11px -4px rgba(205, 205, 206, 0.43);
    box-shadow: 12px -6px 11px -4px rgba(33,190,255,0.43);
    z-index: 1 !important;
}

.selected:after{
    content: "";
    position: absolute;
    height: 36px;
    width:39px;
    background-color: antiquewhite;
    top: 15px;
    left: -19px;
    transform: rotate(56deg) skew(21deg);
    -webkit-box-shadow: 6px -6px 3px 0px rgb(76 105 116 / 35%);
    box-shadow: 6px -6px 3px 0px rgb(76 105 116 / 35%);
    background-color: #e7f6f9;
}

.tabContent{
    border: 1px solid #4dc8bd;
    padding: 20px;
    display: none;
}
.tabActive{
    display: block;
}

.tabContent h3{
    color: #0494ac !important;
}

.tabContent .row{
    margin-bottom: 10px;
}

.mobileTab{
    width: 100%;
    text-align: center;
    background-color: #0494ac;
    color: #fff;
    padding: 10px;
    padding:5px;
    display: none;
    border-bottom: 1px solid #fff;
}

.strongStr{
    font-weight: bold;
}

.additional_inform, .Sign-with-mouse, .Upload-signature-image-file{
    display: none;
}

.space-right{
    margin-right: 10px;
}

.space-rightx2{
    margin-right: 20px;
}

.space-left{
    margin-left: 10px;
}

.custom-file-input{
 font-size: 1rem;
 font-weight: 400;
 line-height: 1.5;
}

@media (min-width: 300px) and (max-width: 576px){
    .col-9 {
        flex: 0 0 90%;
        max-width: 90%;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .col-9 {
        flex: 0 0 90%;
        max-width: 90%;
    }
}



