/*
    font-family: 'Poppins'; font-weight: normal;
    font-family: 'Poppins'; font-weight: 500;
    font-family: 'Poppins'; font-weight: normal; font-style: italic;
    font-family: 'Poppins'; font-weight: 600;
    font-family: 'Courier New'; font-weight: normal; font-style: normal;
*/


/*journey section styles*/
.journey_sec {
    width: 100%;
    clear: both;
    margin: 60px 0 107px 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

/*.journey_sec .wrapper{position: relative;z-index: 0; border-top: 1px solid rgba(0,0,0,0.1)}*/
.journey_sec .wrapper {
    position: relative;
    z-index: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

/*.journey_sec .wrapper:before {content: '';position: absolute;z-index: 0;width: 1px;height: 100%;border-left: 2px dashed #57D6ED;left: 11px;top: 0;}*/
.journey_sec .wrapper:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 1px;
    height: calc(100% - 95px);
    border-left: 2px dashed #57D6ED;
    left: 11px;
    top: 95px;
}

/*.journey_sec .semititle.ftsz22 {padding: 0 0 0 48px;letter-spacing: 0.2px;}*/
.journey_sec .semititle.ftsz22 {
    padding: 80px 0 0 48px;
    letter-spacing: 0.2px;
}

.journeycontainer {
    width: 100%;
    clear: both;
    float: left;
    margin: 0 0 0 0;
}

.journeyyear {
    width: 430px !important;
    float: left !important;
    padding: 0 0 0 48px !important;
    clear: inherit !important;
}

/*.yearbox {font-size: 14px; font-weight: 500; color: #57D6ED;}*/
.yearbox {
    font-size: 14px;
    font-weight: 600;
    color: #57D6ED;
    letter-spacing: 0.70px;
    margin: 0 0 8px 0;
}


.yeardiv {
    margin: 0 0 62px 0;
}

.yeardiv:last-child {
    margin: 0;
}

.yeardiv span {
    display: block !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #A3A3A3 !important;
    letter-spacing: 1.9px !important;
    position: relative !important;
    z-index: 0 !important;
    width: 100% !important;
}

.yeardiv span:before {
    content: '';
    position: absolute;
    z-index: 0;
    background: url(../images/vision-bullet-gray.svg)no-repeat 0 0;
    width: 22px;
    height: 22px;
    left: -47px;
    top: 4px;
}

.activeservice .yeardiv span {
    color: #57d6ed !important;
    /*line-height:30px;*/
}

.activeservice .yeardiv span:before {
    background: url(../images/vision-bullet-blue.svg)no-repeat 0 0;
}

.yeardiv p {
    margin: 8px 0 0 0;
    padding: 0 70px 0 17px;
    border-left: 1px solid #D9E2E9;
    letter-spacing: 0.28px;
    color: #4B4B4B;
    line-height: 25px;
    font-size: 16px;
}

.journeycontent {
    width: calc(100% - 430px) !important;
    float: right !important;
    background: #fff !important;
    border-radius: 30px !important;
    padding: 62px 65px !important;
}


.yearcontentchange {
    width: 100%;
    float: left;
    clear: both;
    padding: 60px 30px
}


.yr_contentleft {
    width: calc(100% - 400px);
    float: left;
    padding: 0 30px 0 0;
}

.yr_contentleft .secsemititle {
    font-size: 22px;
    font-weight: 600;
    display: block;
    letter-spacing: 0px;
    margin: 0 0 12px 0;
    color: #373737;
    line-height: 30px;
}

.yr_contentleft ul.contlistul {
    margin: 36px 0 0 0;
    padding: 0 0 0 25px;
}

.yr_contentleft ul.contlistul li {
    font-size: 16px;
    margin: 0 0 14px 0;
    letter-spacing: 0.32px;
    border-left: 0;
    padding: 0;
}

.yr_contentleft ul.contlistul li:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 10px;
    height: 10px;
    top: 7px;
    left: -25px;
    color: #ffffff;
    text-align: center;
    border-radius: 100%;
    line-height: 18px;
    font-weight: 600;
    font-size: 12px;
    font-style: normal;
    background: rgb(87, 214, 237);
    background: linear-gradient(148deg, rgba(87, 214, 237, 1) 0%, rgba(255, 225, 174, 1) 100%);
}




.yr_contentrightimg {
    width: 365px;
    float: right;
}

.yr_contentrightimg img {
    border-radius: 30px;
}

.serviceaccordioncontainer {
    clear: both;
}

.replacecontent.yearcontentchange .yr_contentrightimg img {
    width: 100%
}

.videoreview_section .sitegradient {
    display: none
}

.instagramsec {
    padding: 20px 0 30px 0 !important;
}


/*responsive styles*/
@media (max-width: 1900px) {}

@media (max-width: 1599.98px) {}

/* Extra Large devices (large desktops, less than 1440px) */
@media (max-width: 1439.98px) {
    .journey_sec {
        margin: 0px 0 80px 0;
    }

    .journeyyear {
        width: 350px !important;
    }

    .journeycontent {
        width: calc(100% - 350px) !important;
    }

    .journeycontent {
        padding: 30px !important;
    }

    .yr_contentleft {
        width: calc(100% - 300px);
    }

    .yr_contentrightimg {
        width: 300px;
    }

    .yearcontentchange {
        display: flex;
        flex-wrap: wrap;
    }

    .yeardiv p {
        padding: 0 20px 0 17px;
    }

    .journeyyear {
        padding: 0 0 0 30px !important;
    }

    .yeardiv span:before {
        left: -30px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {
    .journey_sec {
        margin: 0px 0 60px 0;
    }

    .yr_contentleft {
        width: 100%;
        padding: 0;
    }

    .yr_contentrightimg {
        width: 100%;
    }

    .yr_contentleft ul.contlistul {
        margin: 20px 0 8px;
    }

    .replacecontent.yearcontentchange .yr_contentrightimg img {
        max-width: 300px;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
    .journey_sec {
        margin: 0px 0 40px 0;
    }

    .journeyyear {
        width: 250px !important;
    }

    .servicecontainer .servicecont_right {
        width: calc(100% - 250px) !important;
    }
}

@media (max-width: 768px) {
    .journey_sec .wrapper:before {
        display: none;
    }

    .journey_sec .semititle.ftsz22 {
        padding: 0;
    }

    .smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
        background: url(../images/minus.svg)no-repeat 100% center;
    }

    .smk_accordion .accordion_in .acc_head .acc_icon_expand {
        background: url(../images/plus.svg) center 0;
        right: 20px;
    }

    .smk_accordion .accordion_in .acc_content {
        padding: 20px !important;
    }

    .smk_accordion .accordion_in .acc_head {
        color: #373737;
        padding: 20px !important;
    }

    .smk_accordion {
        margin-bottom: 0;
    }

    .smk_accordion .accordion_in {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        border-left: 0px solid rgba(0, 0, 0, 0.15);
        border-right: 0px solid rgba(0, 0, 0, 0.15);
        border-bottom: 0;
    }

    .journey_sec .semititle.ftsz22 {
        padding: 0;
    }

    .smk_accordion .accordion_in .acc_head {
        color: #373737;
    }

    .yr_contentleft ul.contlistul {
        margin: 20px 0;
    }

    .yr_contentleft ul.contlistul li {
        padding: 0;
        color: #7B7E85;
    }

    .smk_accordion.acc_with_icon .accordion_in .acc_head,
    .smk_accordion.acc_with_icon .accordion_in .acc_content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }




}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .aboutpgsec scroll-view {
        height: auto !important;
    }

    .journey_sec {
        margin: 0 !important;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

    .journey_sec {
        margin: 0px 0 30px 0;
    }

    .yr_contentleft .secsemititle {
        font-size: 18px;
    }

    .smk_accordion.acc_with_icon .accordion_in .acc_content {
        padding-top: 0 !important;
        padding-bottom: 40px !important;
    }

    .journey_sec .wrapper {
        border-top: 0px solid rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 100%;
    }

    .journey_sec .wrapper .semititle.ftsz22 {
        text-align: left;
    }

    .yr_contentrightimg img {
        border-radius: 10px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 360px) {}