.banner {
    background: transparent linear-gradient(238deg, #ddd9f8 0, #fff7f7 100%) 0 0 no-repeat;
    position: relative;
}
.banner .arrow-line {
    position: absolute;
    top: -70px;
    left: 7%;
    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_rirght_dot {
    position: fixed;
    right: 35%;
    top: -160px;
    width: 10%;
}
@media only screen and (min-width: 1500px) {
    .banner_rirght_dot {
        width: 148px;
    }
}
.banner .arrow-line img {
    width: 475px;
}
.hoz-illus-Mobile {
    display: none;
}
.hoz-q-box.q-food {
    background-color: #ffefef;
}
.hoz-q-box.q-hobby {
    background-color: #f0f9ff;
    transform: translateY(-6px);
}
.hoz-q-box.q-inspire {
    background-color: #e5fff7;
    transform: translateY(-28px);
}
.q-inspire .hoz-q-img {
    right: -72px;
}
.q-hobby .hoz-q-img {
    transform: translateX(13px);
    height: 190px;
}
.hoz_exp_mobile {
    display: none;
}
.hoz-q-cultureZoho p:last-child {
    margin-bottom: 0;
  }

.border_0 {
    border: 0;
}
.latest_inspiration {
    padding: 30px 0 20px;
}
.atWork .hoz-q {
    max-width: 85%;
}
.lifeAtzoho {
    background: #f7fbff;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #f3edf5;
}
.lifeatzoho_bg {
    margin-top: -350px;
    display: none;
}
.leftside {
    width: 46%;
}
.workSpace {
    position: relative;
}

.atwork_ele {
    left: 0;
    width: 250px;
}
.atWork {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #e5edf4;
}
.hoz-border-0 {
    border: 0;
}
.vidya_live {
    width: 550px;
    position: relative;
    transform: translateX(-171px);
}
.atWork .sec-ttl,
.wisdom .sec-ttl {
    text-align: left;
}

.gettingPersonal {
    background: transparent linear-gradient(180deg, #f7fbff 0, #fff 100%) 0 0 no-repeat;
    position: relative;
}
.geting_ele {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    transform: scale(-1) rotate(90deg);
}
.hoz_gallery_ele {
    top: 0;
    bottom: inherit;
}
.latest_ele {
    right: inherit;
    top: 0;
    transform: scale(1);
}
.gettingPersonal .sec-ttl,
.inspiration .sec-ttl {
    text-align: center;
}
.getting_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.youtubeIcon a {
    font-family: var(--primaryfont-regular);
    margin-top: 40px;
    color: #333;
    display: flex;
    font-size: 16px;
    align-items: center;
}
.youtubeIcon:hover span img {
    animation: zoom 0.5s ease-in-out;
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.gettingPersonal .sec-ttl {
    margin-top: 0;
}
.youtubeIcon a span {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.gettingPersonalVideo .hoz-q-cultureZoho {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 50px;
    text-align: left;
}
.getting_video_left,
.getting_video_right {
    flex-basis: 45%;
}
.getting_video_right {
    position: relative;
    overflow: hidden;
}
.youtubevideo_card {
    border: 1px solid #efece4;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.youtubevideo_card img {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.youtubevideo_card.workSpace:hover img,
.youtubevideo_card:hover > img {
    transform: scale(1.1);
}
.youtube_icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    margin: auto;
    margin-top: auto;
    right: 0;
    margin-top: -23px;
    cursor: pointer;
    z-index: 2;
}
.gettingPersonalVideo {
    margin-bottom: 50px;
    padding: 75px 80px;
    border-radius: 10px;
    background: #fff;
    /* border: 1px solid #eceef7; */
    display: flex;
    flex-direction: column;
    width: 45%;
    background: #edf3ff;
    position: relative;
}
.get_card1 {
    background-color: #f0f9ff;
}
.get_card2 {
    background-color: #f7f7ff;
}
.get_card3 {
    background-color: #edf3ff;
}
.get_card4 {
    background-color: #ffefef;
    margin-bottom: 0;
}
.zoho_qntrl {
    background: #ffefef;
}
.atWork .gettingPersonalVideo {
    width: 100%;
}


.gettingPersonal_content,
.wisdom .lifeAtzoho {
    display: flex;
    padding: 0;
    background: 0 0;
}
.gettingPersonal_content {
    border: 0;
}
.lifeZoho img {
    will-change: transform;
    transform-style: preserve-3d;
}
.hoz-exp_mobile {
    display: none;
}
.banner .leftside{
    padding: 130px 0 90px 0;
}
@media only screen and (max-width: 1200px) {
   
    .wisdom_right h2 {
        max-width: 100%;
    }
    
}
@media only screen and (max-width: 991px) {
    .banner {
        background: #fff;
    }
    .banner_mobile_bg {
        background: transparent linear-gradient(238deg, #ddd9f8 0, #fff7f7 100%) 0 0 no-repeat;
        position: relative;
        margin-bottom: 30px;
    }
    .banner_wrapper {
        width: 100%;
    }
    .hoz-illus-Mobile {
        display: block;
        transform: translateX(20px);
        margin-top: 40px;
    }
    .banner .arrow-line,
    .banner_rirght_dot {
        display: none;
    }
    .banner .leftside {
        width: 100%;
        padding: 0;
    }
    .gettingPersonalVideo {
        padding: 40px;
    }
    .lifeatzoho_bg {
        margin-top: -206px;
    }
    .wisdom_right {
        width: 100%;
    }
    .getting_card .gettingPersonalVideo {
        flex-wrap: wrap;
    }
    .getting_video_left,
    .getting_video_right {
        flex-basis: 100%;
    }
    .getting_video_right {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {

   .slick-list {
      padding: 55px 0 0 0 !important;
   }
    .gettingPersonalVideo .hoz-q-cultureZoho {
        margin-bottom: 0;
    }
    .atWork .gettingPersonalVideo {
        padding: 30px;
    }
    .gettingPersonal_content {
        max-width: 100%;
        margin: auto;
    }
  
    .mobile_blg p:last-child {
        border: 0 !important;
        padding-bottom: 0 !important;
    }
   
    .gettingPersonalVideo {
        margin-bottom: 40px;
    }
    .get_card4 {
        margin-bottom: 0;
    }
    .gettingPersonal_content {
        padding-top: 0;
    }
    .slick-list {
        padding: 30px 0 0 0;
    }
   
    .hoz-q::before {
        left: -20px;
    }
   
    .atWork .hoz-q {
        max-width: 100%;
    }
    .leftside {
        width: 100%;
    }
    .lifeatzoho_bg {
        margin-top: 0;
    }
    .geting_ele,
    .hoz-q-box::before,
    .hoz_lifezoho_ele {
        display: none;
    }
    .hoz-q-cultureZoho p:last-child {
        margin-bottom: 0;
    }
    .wisdom_quote_all {
        display: none !important;
    }
   
    .atWork .sec-ttl,
    .wisdom .sec-ttl {
        text-align: center;
    }
    .gettitle span {
        cursor: pointer;
    }
   
    
    .gallery .slick-slide:nth-of-type(2n) {
        margin-top: 0;
      }
}
@media only screen and (max-width:640px) {
    .hoz-q-box {
        max-width: 100% !important;
        min-height: 350px;
        margin: 10px 20px;
        box-shadow: none;
    }
}

/* ----------- line_animate ------------- */

.path-1, .path-2 {
    fill: none;
}
.path-1 {
    stroke: black;
    stroke-dasharray: 1700;
    stroke-dashoffset: 400;
    stroke-width: 2px;
    opacity: 0.3;
}
.path-2 {
    stroke: #e6e1f8;
    stroke-width: 2px;
    stroke-dasharray: 6;
}
.path-1 {
    animation: lineanimate 1s linear forwards .5s;
}
.path-3{
    opacity: 0;
    animation: circleOpacity 2s linear forwards .5s;
    animation-delay: 1.5s;
}
@keyframes circleOpacity {
    0% {
       opacity: 0;
    }
    100% {
       opacity: 1;
    }
}
@keyframes lineanimate {
    0% {
        stroke-dashoffset: 1400;
    }
    100% {
        stroke-dashoffset: 0;
    }
}