
.item {
    background-color: rgb(219, 219, 219);
}

#hding {
    border-left: 7px solid #ff5e15;
    padding-left: 15px;
    font-size: 35px;
}

#product-name {
    font-weight: 400;

}

#overview {
    color: #ff5e15;
    font-weight: 400;
    font-size: 20px;
}

.clearfix .logo-header {
    padding-top: 10px;
}


#font-3 {
    text-align: center;
}

#line {
    position: absolute;
    width: 3px;
    background-color: #ff0000;
    padding-top: 3315px;
    margin-left: 45%;
    z-index: 1;
}

#msg-box {
    border: 2px solid #eeeeee;
    height: auto;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 10px;
    background-color: #eff3f6;
    z-index: 4;
}

#small-round {
    border: 1px solid white;
    height: 13px;
    width: 13px;
    background-color: rgb(255, 0, 0);
    border-radius: 50%;
    margin-left: 48%;

}

#top-arrow {
    position: absolute;
    border: 1px solid red;
    height: 12px;
    width: 12px;
    margin-left: 44.3%;
    transform: rotate(45deg);
    background-color: #ff0000;
    margin-top: 10px;
    z-index: 2;
}



#red-sign {
    position: absolute;
    margin-top: -270px;
    margin-left: 486px;
}

#green-sign {
    position: absolute;
    margin-top: -154px;
    margin-left: 205px;
}

#orange-sign {
    position: absolute;
    margin-top: -243px;
    margin-left: 330px;
}



.timeline-line {
    min-height: 600px;
    width: 50%;
    border-right: 3px solid red;
    padding-top: 20px;

}

.timeline-event {
    min-height: 100px;
    width: 200%;
    margin-top: 20px;
    border-radius: 10px;
    border: 2px solid #eeeeee;
    background-color: #eff3f6;
    /* border: 1px solid black; */
    position: relative;
    margin-bottom: 55px;
}

.timeline-arrow {
    height: 20px;
    width: 20px;
    border: 2px solid #eeeeee;
    background-color: #eff3f6;
    border-left: none;
    border-bottom: none;
    transform: rotate(-45deg);
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -9px;

}

.timeline-dot {
    height: 15px;
    width: 15px;
    background-color: red;
    position: absolute;
    border-radius: 10px;
    top: -42px;
    left: 50%;
    margin-left: -6px;
    ;
}

#date {
    font-size: 16px;
    /* color: red; */
    /* margin-left: 30px; */
    font-weight: 700;
}


.red-map-dot {
    position: relative;
    background-color: red;
    height: 8px;
    width: 8px;
    border-radius: 5px;
    margin-left: 68%;
    margin-top: -32%;
}

.red-icon {
    position: absolute;
    top: -25px;
    width: 200%;
    margin-left: -4px;
}
.green-map-dot {
    position: relative;
    background-color: green;
    height: 8px;
    width: 8px;
    border-radius: 5px;
    margin-left: 52%;
    margin-top: 10%;
}
.green-icon {
    position: absolute;
    top: -25px;
    width: 200%;
    margin-left: -4px;
}
.orange-map-dot {
    position: relative;
    background-color: orange;
    height: 8px;
    width: 8px;
    border-radius: 5px;
    margin-left: 48%;
    margin-top: 0%;
}
.orange-icon {
    position: absolute;
    top: -25px;
    width: 200%;
    margin-left: -4px;
}


.home-page-core{ background-color: red; width: 200%; padding: 20px;;}





