/* -------------------------------------------------------------------------- */


/* =====================options-menu and documentation======================= */


/* -------------------------------------------------------------------------- */

.options {
    border: 1px solid #ccc;
    background-color: white;
    padding: 2.5rem;
    height: auto;
    background-color: #324d71;
}

.options::before {
    content: "\e900";
    font-family: icomoon;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 1.5rem;
    left: 1rem;
    z-index: 2;
}

.options::after {
    content: "\e901";
    font-family: icomoon;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    bottom: 1.5rem;
    right: 1rem;
    z-index: 2;
}

.options a {
    display: block;
    color: #fff;
    text-align: center;
}

.options a:hover {
    color: #CD5D67;
}

.options-text {
    font-size: medium;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 1rem 0;
}

.options-text--margin {
    margin-top: 3rem;
}

.options-title {
    font-size: 24px;
    padding: 1rem 0;
    color: #222;
}

.time_sticky {
    position: sticky;
    top: 0;
    z-index: 4;
    align-self: flex-start;
}

.time_box {
    padding-left: 10rem;
}

.time_box span {
    max-width: 100px;
    height: 50px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.125rem;
    color: #fff;
    position: relative;
    background: #324d71;
    clip-path: polygon(0% 0%, 89% 0, 100% 0%, 86% 106%, 81% 100%, 0 100%);
    margin-bottom: 1rem;
}

.time_box_txt {
    position: relative;
}

/* .documentation {
    background: url(../images/abo_his_bg1.png) bottom right no-repeat;
    background-size: contain;
} */
.abo_his_bg{
    background: url(../images/abo_his_bg1.png) bottom right no-repeat;
    background-size: contain;
    background-attachment: fixed;
}
.time_box_txt::before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #CD5D67;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 11px;
}

.time_box_txt::after {
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #CD5D67;
    border-radius: 100%;
    position: absolute;
    left: -6px;
    top: 5px;
}

.time_box_txt2::after {
    content: "";
    width: 1px;
    height: 120%;
    background: #CD5D67;
    position: absolute;
    left: 21px;
    top: 18px;
}
@media screen and (max-width:1025px) {
    .time_box{
        padding-left: 15px;
    }
}
@media screen and (max-width:576.98px) {
    .time_box h2{
        padding-top: 1rem;
        margin-top: 1.5rem;
    }
    .time_box:first-child h2{
        margin-top: 0rem;
    }
    .time_box_txt2::after{
        height: 100%;
    }
}
/* xxxxxxx */

@keyframes fuzz
/* Safari and Chrome */

{
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        /*-webkit-transform: scaleY(1);*/
        opacity: 1;
    }
}

@keyframes fuzz2
/* Safari and Chrome */

{
    0% {
        opacity: 0;
    }
    48% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fuzz3
/* Safari and Chrome */

{
    0% {
        opacity: 0;
    }
    54% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes stretch
/* Safari and Chrome */

{
    0% {
        -webkit-transform: scaleX(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: scaleX(0);
        opacity: 1;
    }
    60% {
        -webkit-transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*----------------------------------
  Medium devices: iPad vertical
------------------------------------*/

@media (max-width: 991px) {}


/*----------------------------------
  Small devices: iPhone 6+ and below
------------------------------------*/

@media (max-width: 767px) {
    .sticky {
        display: none;
    }
}


/*----------------------------------
  iPhone 6 & 6+ specific text bump
------------------------------------*/

@media (max-width: 991px) and (max-height: 736px) and (min-height: 481px) {
    .sticky {
        display: none;
    }
    p {
        text-align: justify;
    }
}