.banner {
    background: linear-gradient(58deg, #d4e1ff 0, #ffecd9 100%) 0 0 no-repeat;
    position: relative;
}
.banner .arrow-line {
    position: absolute;
    top: -88px;
    left: 8%;
    z-index: 1;
    width: 40%;
    z-index: 3;
    animation: jump 7s infinite;
}
.banner_rirght_dot {
    position: fixed;
    right: 0;
    top: -20px;
    width: 38%;
}
@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
.banner .arrow-line img {
    width: 460px;
}
.banner::after {
    content: "";
    width: 100%;
    height: 100%;
}
.hoz-illus-Mobile {
    display: none;
}
.hoz-q-box.q-food {
    background-color: #ffefef;
}
.hoz-q-box.q-hobby {
    background-color: #f0f9ff;
    transform: translateY(-36px);
}
.hoz-q-box.q-inspire {
    background-color: #e5fff7;
    transform: translateY(-42px);
}

.hoz-q-img {
    position: relative;
    right: -60px;
    bottom: 0;
    width: 200px;
    display: block;
    margin-top: 40px;
    object-fit: cover;
}
.q-inspire .hoz-q-img {
    right: -63px;
}
.q-hobby .hoz-q-img {
    transform: translateX(11px);
}
.hoz_exp_mobile {
    display: none;
}

.hoz-q-cultureZoho p:last-child {
    margin-bottom: 0;
}
.hoz-q::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #f60014;
    border-radius: 50%;
    top: 15px;
    left: -30px;
}
.lifeAtzoho {
    background: transparent linear-gradient(180deg, #f7fbff 0, #fff 100%) 0 0 no-repeat;
    position: relative;
    z-index: 2;
}

.atWork {
    background: #fffdf7;
    position: relative;
    padding-bottom: 0;
    border-top: 1px solid #f2eee0;
    border-bottom: 1px solid #f2eee0;
}
.atWork .wrapper {
    overflow: inherit;
}
.atWork .sec-ttl {
    text-align: left;
}

.gettingPersonal {
    background: #fff;
    position: relative;
}
.geting_ele {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
}
.inspiration .geting_ele {
    right: inherit;
    left: 0;
    width: 200px;
}
.latest_ele {
    right: inherit;
    left: 0;
}
.hoz_center .hoz-q {
    max-width: 100%;
}
.getting_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.gettingPersonalVideo .hoz-q-cultureZoho {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 50px;
    text-align: left;
}

.gettingPersonalVideo {
    margin-bottom: 50px;
    padding: 75px 80px;
    border-radius: 10px;
    background: #fff;
    /* border: 1px solid #eceef7; */
    display: flex;
    flex-direction: column;
    width: 46%;
    background: #f7f5ff;
    position: relative;
}
.gettingPersonalVideo:nth-of-type(2) {
    background: #fffaed;
    border-color: #f7f4eb;
}
.gettingPersonalVideo:nth-of-type(3) {
    background: #faf2ff;
    border-color: #f2e9f7;
}
.gettingPersonalVideo:nth-of-type(4) .journey_ele {
    width: 140px;
}
.gettingPersonalVideo:nth-of-type(4) {
    background: #f0fffa;
    border-color: #e9f7f2;
}
.gettingPersonalVideo:nth-child(odd) {
    transform: translateY(-45px) !important;
}
.gettingPersonalVideo:nth-of-type(1) {
    transform: translateY(-15px) !important;
}
.gettingPersonalVideo:nth-of-type(5) {
    background: #faf2ff;
    border-color: #f2e9f7;
    transform: translateY(-60px) !important;
    margin-bottom: 0;
}
.gettingPersonalVideo:nth-of-type(6) {
    background: #f0f9ff;
    border-color: #ebf1f7;
    margin-bottom: 0;
}
.getting_left {
    margin-top: -115px;
}
.getting_right {
    margin-top: -60px;
}
.gettingPersonal_content {
    display: flex;
    padding: 0;
    background: 0 0;
}
.load-footer {
    position: relative;
}
.lifeZoho img {
    will-change: transform;
    transform-style: preserve-3d;
}
.atWork .hoz-q-cultureZoho.vidya_live_all {
    border: 0;
}

.vidya_live {
    position: absolute;
    width: 550px;
    bottom: 0;
    margin-left: -170px;
}
.hoz_books {
    margin-top: 100px;
}
.hoz_books_card {
    margin-top: -80px;
}
.hoz_center {
    text-align: center;
    margin: 50px auto 60px auto;
}
.books .wrapper .hoz_center{
    margin-top: 0;
}
.hoz_center .hoz-q {
    max-width: 60%;
    margin: 0 auto;
}
.hoz_center .hoz-ans {
    max-width: 67%;
    margin: 30px auto 0 auto;
}
.vidya_books {
    background: #fff;
    position: relative;
    padding: 0;
}
.books .wrapper{
    padding-bottom: 0;
}
.gettingPersonal .sec-ttl{
     margin-bottom:0
}
.banner .leftside{
    padding: 130px 0 70px 0;
}
.vidya_spl_blg{
    padding-bottom: 50px !important;
}
.atwork_spl_sec{
    border-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .hoz_center .hoz-ans{
        max-width: 100%;
    }
    .banner_mobile_bg {
        background: linear-gradient(58deg, #d4e1ff 0, #ffecd9 100%) 0 0 no-repeat;
        position: relative;
        margin-bottom: 30px;
    }
    .hoz-fav-innerwrap {
        align-items: unset;
        justify-content: center;
    }
    .gettingPersonalVideo {
        padding: 30px;
        margin-bottom: 30px;
    }
    .lifeatzoho_bg {
        margin-top: -206px;
    }
    .getting_card {
        flex-direction: column;
    }
 
    .gettingPersonalVideo:nth-child(2n + 1) {
        transform: translateY(0) !important;
    }
    .getting_card .gettingPersonalVideo {
        width: 100%;
        flex-wrap: wrap;
    }
    .getting_video_left,
    .getting_video_right {
        flex-basis: 100%;
    }
    .getting_video_right {
        margin-top: 40px;
    }
    
   
    .banner {
        background: #fff;
    }
    .banner_wrapper {
        width: 100%;
    }
    .hoz_center .hoz-q::before {
        left: 20px;
    }
    .vidya_live {
        width: 395px;
        position: absolute;
        transform: translateX(0);
        margin-left: 0;
    }
    
   
    .getting_left, .getting_right{
        margin-top: 0;
    }
   .getting_video_left{
    margin-top: 30px;
   }
   .gettingPersonalVideo .hoz-q-cultureZoho{
    margin-bottom: 40px;
   }
   .getting_video_right{
    margin-top: 0;
   }
   .hoz_lifezoho_ele {
        width: 240px;
    }
    .hoz_center{
        margin-top: 0;
    }
    .gettingPersonal .sec-ttl {
        margin-bottom: 60px;
      }
}
@media only screen and (max-width: 767px) {
    .gettingPersonalVideo .hoz-q-cultureZoho {
        margin-bottom: 0;
    }
    .atWork .gettingPersonalVideo {
        padding: 30px;
    }
    .gettingPersonal_victor .wrapper {
        max-width: 100%;
    }
    .gettingPersonal_content {
        max-width: 100%;
        margin: auto;
    }
    .gettingPersonal {
        padding: 70px 0 0 0;
    }
   
    .hoz_books {
        margin-top: 0;
    }
    .gettingPersonal_content {
        padding-top: 0;
        padding-bottom: 40px;
    }
   
    .hoz-q::before {
        left: -20px;
    }
    .leftside {
        width: 100%;
    }
    .getting_left,
    .getting_right,
    .lifeatzoho_bg {
        margin-top: 0;
    }
    
    .geting_ele,
    .hoz-q-box::before,
    .hoz_lifezoho_ele,
    .vidya_live {
        display: none;
    }
    .gallery_card .inspir_card img {
        display: block;
        filter: grayscale(1);
        transition: all 0.5s ease-in-out;
    }

    .atwork_spl_sec{
        border-bottom: 1px dashed rgba(0%, 0%, 0%, 20%);
    }
    
    .hoz_center {
        max-width: 100%;
      }
    .hoz_center .hoz-q::before {
        left: -20px;
    }
    .hoz_center .hoz-ans,
    .hoz_center .hoz-q {
        max-width: 100%;
    }
    .hoz-q-cultureZoho{
        width: 100%;
    }
    
    .gallery .slick-slide:nth-of-type(2n) {
        margin-top: 7%;
    }
    .getting_video_left{
        margin-top: 0;
    }
    .getting_card .hoz-q-cultureZoho p:last-child{
        margin-bottom: 30px;
    }
    .atWork{
        padding-bottom: 80px;
    }
    .vidya_spl_blg{
        padding-bottom: 0 !important;
    }

    
}
/* ----------- line_animate ------------- */
.path-1, .path-2 {
    fill: none;
}
.path-1 {
    stroke: black;
    stroke-dasharray: 1740;
    stroke-dashoffset: 400;
    stroke-width: 2px;
    opacity: 0.3;
  }
.path-2 {
    stroke: #f8eadf;
    stroke-width: 2px;
    stroke-dasharray: 6;
}
.path-1 {
    animation: lineanimate 2s linear forwards .5s;
}
@keyframes lineanimate {
    0% {
        stroke-dashoffset: 1740;
    }
    100% {
        stroke-dashoffset: 0;
    }
}