body {
    background-color: white;
    color: #4a4a4a;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.heading {
    padding: 2.5em;
    font-size: 1.75rem;
    font-weight: 500;
    background: #E8F2F9;
    text-align: center;
    color: #053763;
    margin-bottom: 4rem;
}
.sub-heading {
    font-size: 1rem;
    font-weight: 400;
    color: #262626;
    text-align: center;
}
.contain {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11rem;
    margin: 0px 0px 90px 0px;
}
.path {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 11rem;
    position: relative;
}
.top-line {
    margin-left: -197px;
    margin-bottom: -45px;
    display: flex;
    align-items: center;
}
.inner-line {
    width: 12.5rem;
    height: 2.5px;
    background-color: #99C3E1;
    opacity: 0;
    animation: showLine 1s forwards;
}
.outer-line {
    width: 4.5rem;
    height: 2.5px;
    background-color: #99C3E1;
    opacity: 0;
    animation: showLine 1s forwards;
}
.logocircle {
    width: 110px;
    height: 110px;
    border: 2.5px solid #5C9DD1;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logoimg {
    height: 99.69px;
    width: 82.29px;
    margin: 0px 0px 6px 12px;
    opacity: 0;
    transform: scale(0.8);
    animation: fadeInScale 1s ease-out forwards;
}
.outercircle {
    width: 20px;
    height: 20px;
    border: 2.5px solid #5C9DD1;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    animation: showPoint 1s forwards;
}
.innercircle {
    width: 12px;
    height: 12px;
    background-color: #27496D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.description {
    font-family: 'Maven Pro';
    width: 165px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    white-space: wrap;
    display: block;
    position: absolute;
    top: 22px;
}
.end-curve {
    width: 5.5rem;
    height: 12.4rem;
    border-top: 2.5px solid #99C3E1;
    border-bottom: 2.5px solid #99C3E1;
    border-left: 2.5px solid #99C3E1;
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    background-color: transparent;
    position: absolute;
    top: 8.75px;
    left: -85px;
    opacity: 0;
    animation: showPoint 1s forwards;
}
.mirrored-curve {
    width: 5.5rem;
    height: 12.4rem;
    border-top: 2.5px solid #99C3E1;
    border-bottom: 2.5px solid #99C3E1;
    border-right: 2.5px solid #99C3E1;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    background-color: transparent;
    position: absolute;
    top: 204.75px;
    right: -85px;
    opacity: 0;
    animation: showPoint 1s forwards;
}
.bottom-path {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-path {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.end-top-path {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 295px;
}
.whyusimg {
    margin-bottom: 85px;
}
.end-curve .outercircle {
    margin-top: 80px;
    left: -10px;
    position: relative;
}
.end-curve .outercircle img {
    position: absolute;
}
.end-curve .outercircle .description {
    font-family: 'Maven Pro';
    width: 75px;
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: -10px;
}
.mirrored-curve .outercircle {
    margin-top: 75px;
    left: 77px;
    position: relative;
}
.mirrored-curve .outercircle .description {
    font-family: 'Maven Pro';
    width: 75px;
    font-size: 14px;
    position: absolute;
    left: -85px;
    top: -5px;
}
.mirrored-curve .outercircle img {
    position: absolute;
    top: -25px;
    right: -75px;
}
.top-end-curve {
    top: -187.25px;
    height: 12.4rem;
    width: 5.5rem;
    border-top: 2.5px solid #99C3E1;
    border-bottom: 2.5px solid #99C3E1;
    border-left: 2.5px solid #99C3E1;
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    background-color: transparent;
    position: absolute;
    left: -85px;
    opacity: 0;
    animation: showPoint 1s forwards;
}
.top-end-curve .outercircle {
    margin-top: 80px;
    left: -10px;
    position: relative;
}
.top-end-curve .outercircle .description {
    left: -30px;
    top: -3px;
}
.top-end-curve .outercircle .whyusimg {
    margin-left: -80px;
    margin-top: 80px;
}
.top-mirrored-curve {
    width: 5.5rem;
    height: 12.4rem;
    border-top: 2.5px solid #99C3E1;
    border-bottom: 2.5px solid #99C3E1;
    border-right: 2.5px solid #99C3E1;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    background-color: transparent;
    position: absolute;
    top: 8.75px;
    right: -85px;
    opacity: 0;
    animation: showPoint 1s forwards;
}
.top-mirrored-curve .outercircle {
    margin-top: 75px;
    left: 77px;
    position: relative;
}
.top-mirrored-curve .outercircle .description {
    left: -135px;
    top: -2px
}
.top-mirrored-curve .outercircle .whyusimg {
    margin-left: 90px;
    margin-top: 75px;
}
.Sortingimg {
    margin-bottom: 0px;
    margin-left: -77px;
}
.UnlimitedDownloadimg {
    top: -25px;
    left: -85px;
}
.APIsIntermediatesimg {
    margin-left: -110px;
    top: -45px;
}
.Top10Industryimg {
    top: -30px;
    left: -85px;
}
.moleculewiseimg{
    margin-bottom: 100px;
}
.PharmaceuticalCompaniesdescription {
    font-family: 'Maven Pro';
    width: 110px;
    font-size: 14px;
    position: absolute;
    left: -115px;
    top: -20px;
}
.IndustryInsightsdescription {
    font-family: 'Maven Pro';
    width: 110px;
    font-size: 14px;
    position: absolute;
    left: 18px;
    top: -4px;
}
.APIsIntermediatesdescription {
    font-family: 'Maven Pro';
    width: 75px;
    font-size: 14px;
    position: absolute;
    left: 25px;
    top: -15px;
}
.IndustryInsightsdescription {
    font-family: 'Maven Pro';
    width: 75px;
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: -10px;
}
.popover {
    width: 500px !important; 
    height: auto !important; 
    max-width: 90% !important;
    max-height: 300px; 
    background-color: #ffffff; 
    border: 1px solid #9B9696;
    box-shadow: 7px 8px 20px -7px rgba(0,0,0,0.75);
    padding: 5px; 
    text-align: justify; 
    position: relative;
    z-index: 1050px;
}
.popover .popover-arrow {
    left: 0px;
    border: solid transparent;
    border-width: 0px;
    border-top-color: #ffffff;
    box-shadow: 7px 8px 20px -7px rgba(0, 0, 0, 0.75);
}
.popover-content {
    font-family: 'Maven Pro';
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    word-wrap: break-word;
}
@keyframes fadeInScale {
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes flowLine {
    from {
        width: 0;
    }

    to {
        width: 100px;
    }
}
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes drawCurve {
    from {
        opacity: 0;
        height: 0;
    }

    to {
        opacity: 1;
        height: 65px;
    }
}
@keyframes showLine {
    100% {
        opacity: 1;
    }
}
@keyframes showPoint {
    100% {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    html, body {
        overflow-x: hidden
    }
    .header {
        margin-bottom: 3rem;
    }
    .sub-heading {
        font-size: 14px;
        padding: 0 10px;
    }
    .heading {
        font-size: 20px;
        padding: 1.5em;
    }
    .contain {
        gap: 6.5rem;
        margin: 0px 0px 75px 0px;
    }
    .logocircle {
        width: 60px;
        height: 60px;
    }
    .logoimg {
        height: 50px;
        width: 50px;
        margin: 0 0 6px 8px;
    }
    .top-line .outer-line {
        width: 0.5rem !important;
        height: 2.4px;
        margin-bottom: 0.7px;
        margin-left: -1.8rem !important; 
    }
    .top-line .inner-line {
        width: 1.5rem !important; 
        height: 2.4px;
        margin-bottom: 0.7px;
    }
    .top-line .logocircle img {
        width: 40px !important; 
    }
    .inner-line {
        width: 2.2rem !important;
    }
    .outer-line {
        width: 15.5px !important;
    }
    .top-line {
        margin-left: -8px;
        margin-bottom: -15.7px;
    }
    .path {
        gap: 6.5rem;
        position: relative;
        margin-left: 10px;
    }
    .outercircle {
        width: 15px;
        height: 15px;
    }
    .innercircle {
        width: 8px;
        height: 8px;
    }
    .bottom-path,
    .top-path {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .end-top-path {
        margin-left: 75px;
    }
    .end-curve {
        width: 4rem;
        height: 7.585rem;
        top: 6.5px;
        left: -60px;
        border-top-left-radius: 700px;
        border-bottom-left-radius: 700px;
    }
    .mirrored-curve {
        width: 4rem;
        height: 7.585rem;
        top: 125.5px;
        right: -60px;
        border-top-right-radius: 700px;
        border-bottom-right-radius: 700px;
    }
    .description {
        width: 50px;
        font-size: 7.5px;
        top: 15px;
    }
    .whyusimg {
        margin-bottom: 53px;
        height: 35px;
        width: 35px;
    }
    .end-curve .outercircle .description {
        width: 50px;
        font-size: 7.5px;
        top: -5px;
        left: 15px;
    }
    .mirrored-curve .outercircle .description {
        width: 50px;
        font-size: 7.5px;
        top: -5px;
        left: -53px;
    }
    .mirrored-curve .outercircle .whyusimg {
        position: absolute;
        top: -12px;
        left: 12px;
    }
    .end-curve .outercircle .whyusimg {
        position: absolute;
        top: -25px;
        right: -75px;
    }
    .end-curve .outercircle {
        margin-top: 55px;
        left: -8px;
    }
    .mirrored-curve .outercircle {
        margin-top: 50px;
        left: 55px;
        position: relative;
    }
    .top-end-curve {
        top: -120.1px;
        height: 128.9px;
        width: 4rem;
        border-top: 2.5px solid #99C3E1;
        border-bottom: 2.5px solid #99C3E1;
        border-left: 2.5px solid #99C3E1;
        background-color: transparent;
        position: absolute;
        left: -63px;
        border-top-left-radius: 700px;
        border-bottom-left-radius: 700px;
        opacity: 0;
        animation: showPoint 1s forwards;
    }
    .top-end-curve .outercircle {
        margin-top: 55px;
        left: -8px;
        position: relative;
    }
    .top-end-curve .outercircle .description {
        left: 5px;
        top: -3px;
    }
    .top-end-curve .outercircle .whyusimg {
        height: 35px;
        width: 35px;
        margin-left: -50px;
        margin-top: 60px;
    }
    .top-mirrored-curve {
        width: 4rem;
        height: 121.2px;
        right: -60px;
        border-top-right-radius: 700px;
        border-bottom-right-radius: 700px;
        top: 6.5px;
    }
    .top-mirrored-curve .outercircle {
        margin-top: 50px;
        left: 55px;
        position: relative;
    }
    .top-mirrored-curve .outercircle .description {
        width: 40px;
        font-size: 7px;
        top: -3px;
        left: -43px;
    }
    .top-mirrored-curve .outercircle .whyusimg {
        margin-top: 55px;
        margin-left: 50px;
    }
    .popover {
        width: 200px !important;
        max-height: 225px; 
        padding: 2.5px; 
    }
    .popover .popover-arrow::after, .popover .popover-arrow::before {
        margin-right: -198px;
    }
    .popover-content {
        font-size: 7.5px;
    }
    .UnlimitedDownloadimg {
        height: 35px;
        width: 45px;
        top: -13px;
        left: -45px;
    }
    .APIsIntermediatesimg {
        height: 50px;
        width: 50px;
        margin-left: -55px;
        top: -15px;
    }
    .Top10Industryimg {
        height: 35px;
        width: 45px;
        top: -13px;
        left: -45px;
    }
    .Sortingimg {
        height: 25px;
        width: 25px;
        margin-left: -45px;
        margin-top: 0px;
    }
    .moleculewiseimg{
        height: 35px;
        width: 35px;
        margin-bottom: 50px;
    }
    .PharmaceuticalCompaniesdescription {
        font-family: 'Maven Pro';
        width: 80px;
        font-size: 7px;
        position: absolute;
        left: -75px;
        top: -10px;
    }
    .IndustryInsightsdescription {
        font-family: 'Maven Pro';
        width: 45px;
        font-size: 7px;
        position: absolute;
        left: 12px;
        top: -10px;
    }
    .APIsIntermediatesdescription {
        font-family: 'Maven Pro';
        width: 40px;
        font-size: 7px;
        position: absolute;
        left: 18px;
        top: -10px;
    }
}