.hozNewVersion .hoz-name{
    max-width: 80%;
}
.line-element-shpe {
    position: absolute;
    left: 30px;
    bottom: 90px;
    width: 160px;
}
.hozNewVersion .banner {
    background: transparent linear-gradient(61deg, #D4E1FF 0%, #FFECD9 100%) 0% 0% no-repeat padding-box;
    position: relative;
}
.rapid-grow, .rapid-food, .rapid-inspire{
    background-color: #f5f1f0;
}
.hozNewVersion .banner-image {
    width: 50%;
}
.our-orgaz-card-col{
    display: flex;
    justify-content: space-between;
}
.our-orgaz-card-col div {
    flex-basis: 29%;
}
.our-orgaz-card-col div .nv-hoz-ans {
    padding-bottom: 40px;
}
.nv-hoz-ans {
    padding-bottom: 50px;
}
.path-1,
.path-2 {
    fill: none;
}
.path-1 {
    stroke: black;
    stroke-dasharray: 1200;
    stroke-dashoffset: 400;
    stroke-width: 2px;
    opacity: 0.3;
    animation: 2s linear 0.5s forwards lineanimate;
}
.path-2 {
    stroke: #e3e7ff;
    stroke-width: 2px;
    stroke-dasharray: 6;
}
@keyframes circleOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}
@keyframes lineanimate {
    0% {
        stroke-dashoffset: 1200;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.culture.qa-ceneter {
    max-width: 75%;
}
.culture.qa-ceneter p {
    max-width: 80%;
    margin: auto;
}
.journey-pic-col-card {
    width: auto;
    margin: 5px;
}
.hozNewVersion .wisdom_point p {
    max-width: 100%;
}
.qa-section{
    display: block;
}
.qa-section-inr{
    display: flex;
    justify-content: space-between;
    padding: 70px 0 0px 0;
    flex-wrap: wrap;
}
.nv-qa-left-align {
    width: 70%;
}
.rapid-inspire-icon-bg {
    background-color: #f7eed5;
}
.nv-sub-heading{
	padding: 0;
}
.hoz-journey-pic {
    padding-top: 0;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
    opacity: .3;
}
.hoz-veterans-banner{
	position: fixed;
	top: 75px;
	z-index: 3;
    width: 100%;
}
.hoz-veterans-wrap{
	background-color: #FFE5D5;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #F0DED3;
}
.hoz-veterans-text{
	margin: 0;
	font-size: 15px;
	padding: 10px 80px;
	position: relative;
	color: #010101;
}
.hoz-veterans-text::before,.hoz-veterans-text::after{
	content: "";
	display: inline-flex;
	width: 43px;
	height: 40px;
	background: url("/sites/zweb/images/humans-of-zoho/hoz-veterans.svg") no-repeat 0 0;
	background-size: 100% 100%;
    transform: rotate(180deg);
	position: absolute;
	left: 0;
	top: 0;
}
.hoz-veterans-text::after{
	transform: rotate(0deg);
	left: inherit;
	top: inherit;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width: 1200px) {
    .culture.qa-ceneter {
        max-width: 80%;
    }
    .nv-qa-left-align {
        width: 90%;
    }
}
@media only screen and (max-width: 1024px) {
    .hoz-detail{
        width: 95%;
    }
}
@media only screen and (max-width: 840px) {
    .culture.qa-ceneter, .culture.qa-ceneter p {
        max-width: 100%;
    }
    .nv-qa-left-align {
        width: 100%;
    }
    .hoz-detail{
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .our-orgaz-card-col {
        flex-direction: column;
        padding-bottom: 20px;
      }
      .our-orgaz-card-col div .nv-hoz-ans{
        padding-bottom: 0;
      }
      .qa-section-right{
        padding-top: 30px;
      }
      .qa-section-inr{
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 415px) {


}
@media only screen and (max-width: 400px) {
    .hoz-designation{
        line-height: 1.35;
    }
}
@media only screen and (max-width: 390px) {
    .hozNewVersion .hoz-name {
        font-size: 36px;
    }
}
/* .journey-pic-col{
    max-width: 100%;
} */
