.banner {
    background: linear-gradient(238deg, #d9fbe3 0, #e0dbfd 100%) 0 0 no-repeat;
    position: relative;
}
.banner .arrow-line {
    position: absolute;
    top: -4%;
    left: 2%;
    z-index: 1;
    width: 40%;
    z-index: 3;
    animation: jump 7s infinite;
}
@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
.banner .arrow-line img {
    width: 485px;
}
.hoz-illus-Mobile {
    display: none;
}
.hoz-q-box.q-goal {
    padding-bottom: 120px;
}
.hoz-q-box.q-food {
    background-color: #ffefef;
    transform: translateY(80px);
}
.hoz-q-box.q-hobby {
    background-color: #f0f9ff;
    transform: translateY(75px);
}
.hoz-q-box.q-inspire {
    background-color: #e5fff7;
    transform: translateY(-17px);
}
.q-inspire img {
    right: -73px;
}
.hoz_exp_mobile {
    display: none;
}

.banner .hoz-q {
   
    max-width: 98%;
}
.atWork .hoz-q {
    max-width: 85%;
}
.lifeAtzoho {
    background: linear-gradient(180deg, #fff 0, #f7fbff 100%) 0 0 no-repeat;
    position: relative;
    z-index: 2;
}
.lfatzoho {
    border-bottom: 1px solid #e5edf4;
}

.atwork_ele {
    right: 0;
    left: inherit;
}
.atWork {
    background: #fff;
    position: relative;
    padding-bottom: 0;
}
.atWork .wrapper {
    overflow: inherit;
}

.bg_dotted {
    position: absolute;
    left: 70%;
    display: block;
    width: 194px;
    bottom: 35%;
}
.atWork .sec-ttl,
.wisdom .sec-ttl {
    text-align: left;
}

.gettingPersonal {
    background: #f7fbff;
    position: relative;
}
.geting_ele {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
}
.gettingPersonal .geting_ele {
    left: inherit;
    right: 0;
    bottom: 0;
    top: inherit;
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.gettingPersonal_content {
    display: block;
}
.atwork_bg {
    display: block;
    margin-top: -650px;
}
.atwork_bg img{
    width: 100%;
}
.gallery_bg {
    margin-top: -720px;
    mix-blend-mode: multiply;
    display: none;
}
.banner_rirght_dot {
    position: fixed;
    right: 30%;
    top: 0;
    width: 10%;
}

.hoz-q-cultureZoho p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1290px) {
    .atwork_bg {
        margin-top: -500px;
    }
}

@media only screen and (max-width: 1200px) {
    .hoz_exp_mobile::after {
        display: none;
    }
    .gettingPersonal_content .leftside{
        width: 80%;
        margin: auto;
    }
}
@media only screen and (max-width: 991px) {
    .bg_dotted {
        position: static;
        width: 100%;
    }
    .hoz-q-box.q-food,
    .hoz-q-box.q-hobby,
    .hoz-q-box.q-inspire {
        transform: translateY(0);
    }
    .hoz-fav-innerwrap {
        align-items: unset;
        justify-content: center;
        margin-bottom: 0;
    }
    .lifeatzoho_bg {
        margin-top: -206px;
    }
    .getting_card {
        flex-direction: column;
    }
    .getting_video_right {
        flex-basis: 100%;
    }
    .getting_video_right {
        margin-top: 40px;
    }
    .banner {
        background: #fff;
    }
    .banner_wrapper {
        width: 100%;
    }
    .banner_mobile_bg {
        background: linear-gradient(238deg, #f3ffef 0, #e7e3ff 100%) 0 0 no-repeat;
        position: relative;
        margin-bottom: 30px;
    }
    .atwork_bg {
        margin-top: -300px;
    }
}
@media only screen and (max-width: 767px) {
    .leftside {
        width: 100%;
    }
    .gettingPersonal_victor .wrapper {
        max-width: 100%;
    }
    .gettingPersonal_content {
        max-width: 100%;
        margin: auto;
    }
    .hoz-q-cultureZoho p:last-child {
        margin-bottom: 0;
    }
  
    .mobile_blg p:last-child {
        border: 0 !important;
        padding-bottom: 0 !important;
    }
    .atWork {
        padding-bottom: 0;
    }
    .gettingPersonal_content {
        padding-top: 0;
    }
    .getting_right,
    .lifeatzoho_bg {
        margin-top: 0;
    }
    .geting_ele,
    .hoz-q-box::before,
    .hoz_lifezoho_ele {
        display: none;
    }
    .atWork .sec-ttl,
    .wisdom .sec-ttl {
        text-align: center;
    }
    .atwork_bg {
        margin-top: -40px;
    }
    .gettingPersonal .slick-list {
        padding-top: 0;
    }
    .hoz-q-box.q-goal {
        padding-bottom: 120px;
        min-height: auto;
        padding-bottom: 40px;
    }
    .atwwork_mob{
        padding-top: 20px;
      }
}
@media only screen and (max-width: 540px) {
   
    .gettingPersonal_content .leftside{
        width: 100%;
    }
      
}

/* ----------- line_animate ------------- */

.path-1, .path-2 {
    fill: none;
}
.path-1 {
    stroke: black;
    stroke-dasharray: 1340;
    stroke-dashoffset: 400;
    stroke-width: 2px;
    opacity: 0.3;
}
.path-2 {
    stroke: #dbf3ea;
    stroke-width: 2px;
    stroke-dasharray: 6;
}
.path-1 {
    animation: lineanimate 2s linear forwards .5s;
}
.path-3{
    opacity: 0;
    animation: circleOpacity 2s linear forwards .5s;
    animation-delay: 2.5s;
}
@keyframes circleOpacity {
    0% {
       opacity: 0;
    }
    100% {
       opacity: 1;
    }
}
@keyframes lineanimate {
    0% {
        stroke-dashoffset: 1340;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.zh-nav-list li:nth-child(5){
    display: none !important;
}