.panel-our-history{
    position: relative;
    padding-top: 63px;
    padding-bottom: 70px;
}
.panel-our-history h3{
    color: rgb(127, 127, 127);
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.52px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 64px;
}
.panel-our-history  ul.toggle-parent-tabs li{
    position: relative;
    list-style: none;
    padding-bottom: 65px;
}

.panel-our-history  ul.toggle-parent-tabs li p{
    color: rgb(112, 112, 112);
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.34px;
    line-height: 2;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
}
.panel-our-history  ul.toggle-parent-tabs li span{
    position: relative;
    background-color: rgb(0, 0, 0);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    top: 50px;
    transform: translateY(-39px);
}
.panel-our-history  ul.toggle-parent-tabs li.active span{
    background-color: rgb(0, 158, 255);
}
.panel-our-history ul.toggle-parent-tabs li.active p {
    color: rgb(0, 158, 255);
}
.panel-our-history  ul.toggle-parent-tabs li.active span::after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid rgb(0, 158, 255);
    border-radius: 50%;
    left: -4px;
    top: -4px;

}
.panel-our-history  ul.toggle-parent-tabs li span:before{
    content: '';
    position: absolute;
    background-image: url(images/dot-line.png);
    background-size: cover;
    /* background-position: center center; */
    background-repeat: no-repeat;
    width: 2px;
    height: 65px;
    top: 16px;
    left: 35.50%;
}
ul.toggle-parent-tabs{
    position: absolute;
    top: 64px;
}
.panel-our-history  ul.toggle-parent-tabs li:last-of-type span:before{
    content: none;
}
/* Child Ul */
.panel-our-history .year-wrapper{
    display: none;
}
.panel-our-history .year-wrapper.show{
    display: block;
}
ul.toggle-child-tabs{
    text-align: center;
}
.panel-our-history  ul.toggle-child-tabs li{
        list-style: none;
        display: inline-block;
        margin-right: 116px;

}
.panel-our-history  ul.toggle-child-tabs li p{
    position: relative;
    color: rgb(14, 5, 104);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.41px;
    line-height: 31px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}
.panel-our-history  ul.toggle-child-tabs li p:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(14, 5, 104);
    bottom: 2px;
}
.panel-our-history  ul.toggle-child-tabs li.active p:before{
    content: '';
    background-color: rgb(0, 158, 255);
}
/* content */
.panel-our-history .content-wrapper{
    display: none;
}
.panel-our-history .content-wrapper.show{
    display: block;
}
.panel-our-history .content-wrapper .content{
    display: none;
}.panel-our-history .content-wrapper .content.show{
    display: block;
}
.panel-our-history .years-wrapper .text-wrapper{
    margin-top: 40px;
}
.panel-our-history .years-wrapper .content img{
    width: 100%;
    max-width: 696px;
    margin-top: 14px;
}
.panel-our-history .years-wrapper .text-wrapper h2{
    color: rgb(0, 158, 255);
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.24px;
    line-height: 0.64;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 42px;
    display:inline-block;
}
.panel-our-history .years-wrapper .text-wrapper p{
    display:inline-block;
    color: rgb(69, 70, 77);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.36px;
    line-height: 1.85;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
    
}
@media (max-width: 991px){
    .panel-our-history h3 br{
        display: none;
    }
    .panel-our-history ul.toggle-parent-tabs li{
        padding-bottom: 43px;
    }
    .panel-our-history ul.toggle-parent-tabs li span:before{
        height: 45px;
        top: 16px;
    }
    .panel-our-history .years-wrapper .content img{
        max-width: 100%;
    }
} 

@media (max-width: 767px){

    .panel-our-history .years-wrapper{
        left: 85px;
        position: relative;
    }
    .panel-our-history   ul.toggle-parent-tabs {
        position: absolute;
        top: 64px;
        left: -82px;
    }
    .panel-our-history .years-wrapper .text-wrapper h2{
        margin-bottom: 15px;
    }
}
@media (max-width: 723px){
    .panel-our-history{
        padding-top: 43px;
    }
    .panel-our-history .container{
        padding: 0 0px;
    }

    .panel-our-history ul.toggle-parent-tabs{
        position: relative;
        left: 0;
        top: 0;
    }
    .panel-our-history ul.toggle-parent-tabs li{
        display: inline-block;
        padding-bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    .panel-our-history ul.toggle-parent-tabs li span:before{
       content: none;
    }
    
    .panel-our-history .years-wrapper{
        margin-top: 10px;
        left: 0;
    }
    .panel-our-history ul.toggle-child-tabs li{
        margin-right: 25px;
    }
    
}
@media (max-width: 583px){
    .panel-our-history .container{
        padding: 0 25px;
    }
}