
.vertical {
    position: relative;
    width: 100%;
    margin: 0px auto;
    height: 100%;
    background: #fff;
    display: flex;
    margin-top:30px;
}

.company-name {
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0rem;
}

.content-area {
    width: 100%;
    display: flex;
}

.test-icon {
    width: 20%;
    float: left;
    padding: 10px;
}

.content-box {
    width: 100%;
    float: left;
}


.overview {
    color: #333;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width:40%;

}

    ul.tabs li:hover {
        background: #fff;
    }

    ul.tabs li {
        background: #fff;
        color: #000;
        display: block;
        padding: 20px 20px;
        cursor: pointer;
        border-radius: 10px;
        margin: 10px;
        
    }

        ul.tabs li.current {
            background: #fff;
            color: #000;
            box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        }

.tab-content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    color: black;
    font-size: 21px;
    line-height: 2;
    background: #fff;
    width: 100%;
    text-align:center;
    padding: 0px;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
}

    .tab-content.current {
        opacity: 1;
        visibility: visible;
    }


.tab-outler {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    align-items: center;
}




@media only screen and (max-width: 1024px) {

    ul.tabs {
        width: 60%;
    }
    .tab-outler {
        width: 40%;
    }
    

}

@media only screen and (max-width: 768px) {

    .vertical {
        display: block;
        position: relative;
        left: 0;
    }

    ul.tabs {
        width: 100%;
        float: none;
    }
    .tab-outler {
        width: 100%;
        float: left;
        position:relative;
        display: inline-block;
        align-items: normal;
        margin-bottom: 430px;
    }

    .tab-content {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s;
        color: black;
        font-size: 21px;
        line-height: 2;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 0px;
        height: 100%;
        margin: 0 auto;
        top: 0;
        left: 0;
        align-items: normal;
        display: inline-block;
    }
}


@media only screen and (max-width: 425px) {
    .test-icon {
        width: 35%;
   
    }
    ul.tabs li {
        padding: 10px;
      
    }

    .tab-outler {
        margin-bottom: 280px;
    }


}

@media only screen and (max-width: 375px) {
 
    .tab-outler {
        margin-bottom: 250px;
    }
}

@media only screen and (max-width: 325px) {

    .tab-outler {
        margin-bottom: 200px;
    }
}