/*journey css*/

.journey_box_wrap {
    border-left: 1px solid #e8e7e7;
    margin-top: 75px;
    width: 100%;
    float: left;
    position: relative;
}

.journey_box {
    width: 100%;
    float: left;
    position: relative;
}

.journey_box_list {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.journey_box.last_box_wrap .journey_box_list {
    margin-bottom: 0px;
}

.journey_box_list .orange_dot {
    width: 15px;
    height: 15px;
    background: #f14800;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: -8px;
}

.journey_box_list_inner {
    max-width: 725px;
    width: 100%;
    border: 1px solid #e8e7e7;
    margin-left: calc(880px - 725px);
    padding: 20px;
    float: left;
    position: relative;
}

.journey_box_list_inner:before {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    position: absolute;
    left: -14px;
    top: 29px;
    border-top: 1px solid #e8e7e7;
    border-left: 1px solid #e8e7e7;
    transform: rotate(-45deg);
}

.journey_box_wrap .journey_box_main_title span {
    background: #1867be;
    color: #fff;
    width: 90px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-family: acumin-pro, sans-serif;
    font-size: 16px;
    line-height: 48px;
}

.journey_box_list_image {
    width: 252px;
    float: left;
}

.journey_box_list_content {
    width: calc(100% - 252px);
    float: left;
    padding-left: 30px;
}

.journey_box_list_title {
    width: 100%;
    float: left;
}

.journey_box_list_title h4 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #474342;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.journey_box_list_des {
    width: 100%;
    float: left;
}

.journey_box_list_des p {
    width: 100%;
    float: left;
}

.journey_box_list_btn .cta-button {
   padding: 1rem 2rem;
    width: auto;
    text-align: center;
    margin-top: 20px;
}

.journey_box_list_btn .cta-button:focus,
.journey_box_list_btn .cta-button:hover {
    padding: 1rem 3rem 1rem 1rem;
}

.journey_box_list_btn .cta-button:focus span,
.journey_box_list_btn .cta-button:hover span {
    right: 0.7rem;
}
.scroll-down {
   font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    width: 230px;
    max-width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    cursor: pointer;
    padding-top: 20px;
    right: 0;
    bottom: 68px;
}
.scroll-down span {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    display: inline-block;
    border-top: 0px;
    border-right: 0px;
    transform: rotate(-45deg);
    margin-left: 7px;
    position: relative;
    top: -2px;
}
/* ====================================== */


/* ---------media query start here--------------- */


/* ====================================== */


/* @media screen and (max-width:1199px) and (min-width:992px) start here */

@media screen and (max-width:1199px) and (min-width:992px) {
    .journey_box_wrap .journey_box_main_title span {
        width: 80px;
        height: 40px;
    }
    .journey_box_list {
        padding-left: 60px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .journey_box_list_inner {
        margin-left: 0;
    }
    .journey_box_list_btn .cta-button {
        font-size: 15px;
        line-height: 12px;
    }
    .journey_box_list_btn .cta-button span {
        right: -1.5rem;
        top: 14px;
    }
}


/* @media screen and (max-width:1199px) and (min-width:992px) end here */


/* ----------------------------------------------------------------- */


/* @media screen and (max-width:991px) and (min-width:768px) start here */

@media screen and (max-width:991px) and (min-width:768px) {
    .journey_box_list {
        padding-left: 35px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .journey_box_list_inner {
        margin-left: 0;
        padding: 15px;
    }
    .journey_box_wrap .journey_box_main_title span {
        width: 80px;
        height: 40px;
        line-height: 35px;
    }
    .journey_box_list_image {
        width: 175px;
    }
    .journey_box_list_content {
        width: calc(100% - 175px);
        padding-left: 25px;
    }
    .journey_box_list_title h4 {
        margin-bottom: 15px;
    }
    .journey_box_list_btn .cta-button {
        padding: 1rem;
        margin-top: 15px;
    }
    .journey_box_list_btn .cta-button:focus, .journey_box_list_btn .cta-button:hover {
    padding: 1rem 2.5rem 1rem 1rem;
}
    .journey_box_list_btn .cta-button span {
        right: -2rem;
    }
}


/* @media screen and (max-width:1199px) and (min-width:992px) end here */


/* ----------------------------------------------------------------- */


/* @media screen and (max-width:767px) start here */

@media screen and (max-width:767px) {
    .journey_box_wrap {
        margin-top: 35px;
    }
    .journey_box_wrap .journey_box_main_title span {
        width: 80px;
        height: 40px;
        font-size: 16px;
        line-height: 35px;
    }
    .journey_box_list {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-left: 35px;
    }
    .journey_box_list .orange_dot {
        top: 30px;
        left: -8px;
    }
    .journey_box_list_inner {
        margin-left: 0;
        padding: 15px;
    }
    .journey_box_list_inner:before {
        width: 15px;
        height: 15px;
        left: -9px;
    }
    .journey_box_list_image {
        width: 100%;
    }
    .journey_box_list_image img {
        width: 100%;
    }
    .journey_box_list_content {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .journey_box_list_title h4 {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .page-journey .journey_box_list_des p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 16px;
    }
    .journey_box_list_btn .cta-button {
        margin-top: 15px;
    }
    .journey_box_list_btn .cta-button span {
        right: -22px;
        width: 15px;
        height: 15px;
        background-size: 100%;
    }
}
/* @media screen and (max-width:3207px) start here */

@media screen and (max-width:320px) {
 .journey_box_list_btn .cta-button {
    padding: 0.5rem 1rem;
    font-size: 11px;
}   
.journey_box_list_btn .cta-button:focus,
.journey_box_list_btn .cta-button:hover {
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}    
.journey_box_list_btn .cta-button span,
.journey_box_list_btn .cta-button span {
    top: 10px;
    background-size: 85%;
}
.journey_box_list_btn .cta-button:focus span, .journey_box_list_btn .cta-button:hover span {
    right: 5px;
}
}