.ptiCenterTimeline {
    /*margin-top: 50px;*/
}

.ptiCenterTimeline a {
    text-decoration: none;
}

.ptiCenterTimeline .tags a {
    font-size: 14px;
    color: rgba(0,0,0,0.2);
    padding-right: 3%;
}

.ptiCenterTimeline .tags a:hover {
    color: rgba(0,0,0,1);
}

/*.ptiCenterTimelineVerticalLine {*/
/*    position: absolute;*/
/*    top: -35%;*/
/*    height: 230%;*/
/*    !*background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);*!*/
/*    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1)  80%);*/
/*    box-shadow: rgba(0, 0, 0, 0.09) 2px 2px 10px 0px;*/
/*    width: 4%;*/
/*    left: 55%;*/
/*    z-index: -1;*/
/*}*/

.ptiCenterDetails {
    padding: 10px 0px 10px 0px;
    /*margin-bottom: 50px;*/
    background: rgba(0,0,0,0.05);
    height: 180px;

    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 9px 0px;
}



.ptiCenterDetails .bBorder {
    position: absolute;
    right: 10px;
    top: 10px;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: rgba(0, 213, 195, 1);
    width: 8%;
    height: 12%;
    opacity: 0.9;
}

.ptiCenterDetails .title {
    margin-top: 10px;
    font-size: 12px;
    color: rgba(0,0,0,0.9);
}

.ptiCenterDetails .city {
    margin-top: 1px;
    font-size: 10px;
    color: rgba(0,0,0,0.5);
}

.ptiCenterDetails .title a {
    color: rgba(0,0,0,1) !important;
}

.ptiCenterDetails .city a  {
    color: rgba(0,0,0,0.5) !important;
}

.ptiCenterDetails .contact  {
    position: absolute;
    width: 90%;
    left: 5%;
    border-width: 1px 0px 0px 0px;
    border-style: dashed;
    border-color: rgba(0,0,0,0.05);
    padding: 10px 15px 0px 15px;
    bottom: 10px;
    text-align: center;
    margin-top: 50px;
}

.ptiCenterDetails .contact a {
    padding: 0% 5% 0% 5%;
}

.ptiCenterDetails .contact img {
    width: 20px;
    height: 20px;
    /*background: rgba(0,0,0,1);*/
    /*background: -webkit-linear-gradient(90deg,rgba(0, 213, 195, 1), rgba(0, 189, 200, 1));*/
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.15);
    padding: 3px;
    opacity: 1;
    /*-webkit-filter: invert(10%); !* Safari/Chrome *!*/
    /*filter: invert(70%);*/

}

.ptiCenterDetails .contact, .ptiCenterDetails .contact i  {
    font-size: 11px;
    color: rgba(0,0,0,0.5);
}

.companyNum {
    /*background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);*/
    font-size: 20px;
    background: -webkit-linear-gradient(90deg,rgba(0, 213, 195, 1), rgba(0, 189, 200, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.companyNum .border {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 30%;
    height: 5px;
    background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 10px 0px;
}

.ptiCenterImg {
    /*top: 20px;*/
    width: 90% !important;
    left: 5%;
    height: 300px !important;
    border-radius: 5px;
    /*border-top-left-radius: 0px;*/
    /*border-top-right-radius: 0px;*/
    /*border-bottom-right-radius: 0px;*/
    border-color: #fff;
    border-width: 0px;
    /*border-right-width: 0px;*/
    border-style: solid;
    background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px 0px;
}

.ptiCenterImgCover {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 213, 195, 0.3) 0%,rgba(0, 189, 200, 0.3)  80%);
    border-radius: 10px;
}

.centerFDetails {
    /*top: 5%;*/
    min-height: 99%;
    padding-top: 5px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1)  80%);

    /*border-color: #f8f8f8;*/
    /*border-width: 0px 0px 5px 5px;*/
    /*border-style: solid;*/
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 5px 0px;
    /*margin-top: 35px;*/

    /*border-top-right-radius: 50px;*/
    /*border-bottom-left-radius: 100px;*/
    border-bottom-right-radius: 50px;
}

.centerName {
    color: rgba(0, 189, 200, 1)!important;
    font-size: 11px;
    margin-bottom: 3px;
}

.centerAddress {
    color: rgba(0, 0, 0, 0.4)!important;
    font-size: 10px;
    margin: 0px;
}

.centerAccreditation {
    color: rgba(0, 0, 0, 0.4)!important;
    font-size: 10px;
    margin: 25px 0px 0px 0px;
}


.centerContact {
    padding: 5px 0px 0px 0px;
    font-size: 10px;
    margin: 55px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: dashed;
    border-color: rgba(0,0,0,0.05);
}

.centerContact a {
    color: rgba(0,0,0,0.5);
    font-size: 9px;
}
