
.product-details .site-container {
    padding: 0 200px;
}
@media (max-width: 1599.98px) {
    .product-details .site-container {
        padding: 0 100px;
        width: 100% !important;
    }
}
@media (max-width: 767.98px) {
    .product-details .site-container {
        padding: 0;
    }
}
.our-stages {
    display: block;
    max-width: 80%;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .our-stages {
        max-width: 100%;
        margin-bottom: 10%;
    }
}
.our-stages:after {
    clear: both;
    content: "";
    display: table;
}
.our-stages:before {
    content: "";
    position: absolute;
    border-right: 2px solid #aac055;
    height: 87%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
}
@media (max-width: 767.98px) {
    .our-stages:before {
        margin-top: 10px;
        left: 29px;
        transform: none;
        height: 95% !important;
    }
}
@media (max-width: 1599.98px) {
    .our-stages:before {
        height: 87%;
    }
}
@media (max-width: 1199.98px) {
    .our-stages:before {
        height: 87%;
    }
}
.our-stages .left .stage-content {
    float: left;
}
@media (max-width: 767.98px) {
    .our-stages .left .stage-content {
        margin: 5%;
    }
}
.our-stages .right .stage-content {
    float: right;
}
@media (max-width: 767.98px) {
    .our-stages .right .stage-content {
        margin: 5%;
    }
}
.our-stages .stage-row {
    height: 4em;
    position: relative;
}
.our-stages .stage-row.right {
    clear: right;
}
.our-stages .stage-row.left {
    clear: left;
}
.our-stages .stage-row .stage-content {
    width: calc(50% - 30px);
    min-height: 100%;
    text-align: justify;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.our-stages .stage-row .stage-content .stage-header {
    display: flex;
    margin-bottom: -17px;
}
.our-stages .stage-row .stage-content .stage-header > h3 {
    margin: 0;
    flex: 1 1;
    padding-bottom: 15px;
    font-size: 60px;
    letter-spacing: -2px;
    font-family: sans-serif;
}
@media (max-width: 767.98px) {
    .our-stages .stage-row .stage-content .stage-header > h3 {
        padding: 5px 0 0 17px;
        font-size: 30px;
    }
}
.our-stages .stage-row .stage-content .stage-header span {
    float: right;
    display: none;
}
@media (max-width: 767.98px) {
    .our-stages .stage-row .stage-content .stage-header span {
        display: block;
    }
}
.our-stages .stage-row .stage-content h4 {
    font-size: 36px;
    padding-bottom: 10px;
    margin: 0;
    text-align: left;
    line-height: 44px;
    color: #234136;
}
@media (max-width: 767.98px) {
    .our-stages .stage-row .stage-content h4 {
        font-size: 16px;
        padding: 5px 0 0 17px;
    }
}
.our-stages .stage-row .stage-content .stage-images .stage-thumbnail {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.our-stages .stage-row .stage-content .stage-images .stage-thumbnail .stage-over-effect {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.our-stages .stage-row .stage-content .stage-images .stage-thumbnail .stage-over-effect:hover {
    transform: scale(1.1);
}
.our-stages .stage-row .stage-content .stage-images .stage-thumbnail img {
    display: block;
    width: 100%;
    padding-bottom: 6px;
}
.our-stages .stage-row .stage-content .stage-images .stage-thumbnail .stage-caption {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 12px;
    color: #fff;
    overflow: hidden;
}
.our-stages .stage-row .stage-content .stage-images .stage-thumbnail .stage-caption p {
    margin: 0;
    padding: 0 30px;
    word-break: break-word;
}
@media (max-width: 991.98px) {
    .our-stages .stage-row .stage-content .stage-images .stage-thumbnail .stage-caption p {
        font-size: 10px;
        line-height: 10px;
    }
}
.our-stages .stage-row .stage-content .show {
    display: block;
}
@media (max-width: 767.98px) {
    .our-stages .stage-row .stage-content .show {
        display: block;
    }
}
.our-stages .stage-row .stage-content .hide {
    display: block;
}
@media (max-width: 767.98px) {
    .our-stages .stage-row .stage-content .hide {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .our-stages .stage-row .stage-content {
        width: 100%;
    }
}
.our-stages .stage-row :first-child {
    margin-top: 0;
}
.our-stages .stage-row :last-child {
    margin-bottom: 0;
}
[data-time]:before {
    content: "";
    position: absolute;
    top: calc(20px + 0.5em);
    left: 50%;
    font-size: 0.5em;
    background-color: #aac055;
    padding: 0.2em 0.5em;
    transform: translateX(-50%);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin-top: 20px;
}
@media (max-width: 767.98px) {
    [data-time]:before {
        margin-top: -15px;
        transform: none;
        left: 20px;
    }
}
@media (max-width: 767.98px) {
    .our-stages .stage-row {
        height: 100% !important;
    }
    .our-stages .stage-row .stage-content {
        width: calc(100% - 35px);
        min-height: 4em;
    }
    .our-stages .left .stage-content,
    .our-stages .right .stage-content {
        float: none;
        margin-left: 20px;
    }
    .our-stages .left .stage-content h4,
    .our-stages .right .stage-content h4 {
        font-size: 20px;
        padding: 22px 0 4px 17px;
        line-height: 30px;
    }
}
