.banner .wrapper,
.stories-list {
    display: flex;
    flex-wrap: wrap;
}
.banner .wrapper,
.zh-main .latest-stories .wrapper {
    overflow: visible;
}
.banner:after,
.latest-stories:after {
    background-position: bottom left;
    background-repeat: no-repeat;
    content: "";
}
.banner:after,
.heading1 span::after,
.hoz-right ul li span,
.latest-stories:after {
    background-repeat: no-repeat;
}
figure,
figure span {
    border-radius: 18px;
}
.btncontainer,
.content-wraping,
.heading1 {
    text-align: center;
}
.banner,
.gallery_inr,
.hoz-right,
.hoz-right ul,
.latest-stories,
.stories-list,
figure {
    position: relative;
}
.latest-stories .gal_item:last-child,
.latest-stories .gal_item:nth-last-child(2),
.latest-stories .gal_item:nth-last-child(3),
.twentyfiveyears {
    padding-bottom: 0;
}
.learnMorebtn,
.learnMorebtn label {
    cursor: pointer;
}
.banner {
    background-color: #fffbea;
	position: relative;
    border-bottom: 1px solid #f6f3e7;
}
.banner:after {
    background-image: url(/sites/zweb/images/humans-of-zoho/bg-element-pattern.svg);
    background-size: 50%;
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: 0;
}
.banner .arrowline {
    position: absolute;
    left: 13%;
    bottom: -17%;
    width: 39%;
    z-index: 3;
    animation: 7s infinite jump;
}
.latest-stories:after,
figure span {
    background-size: 100%;
    bottom: 0;
    position: absolute;
}
@keyframes jump {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
	100%{
        transform: translateY(0);
    }
}
.hoz-left {
    width: 40%;
    margin-top: 100px;
    padding-left: 30px;
}
h1 {
    font-size: 90px;
    letter-spacing: -3.6px;
    line-height: 1.1;
    width: 90%;
    margin-bottom: 20px;
}
.zh-color {
    margin: 20px 0 40px;
}
.latest-stories .gallery_card,
.zh-color span {
    width: 100%;
}
.hoz-left p {
    font-size: 24px;
    line-height: 1.6;
    width: 90%;
    letter-spacing: -0.4px;
}
.hoz-right {
    width: 60%;
    display: flex;
    padding-left: 77px;
    height: 860px;
    overflow: hidden;
    left: 30px;
}
.hoz-right ul:not(:last-child) {
    margin-right: 25px;
    top: -250px;
}
.hoz-right ul:first-child {
    top: 20px;
}
.hoz-right ul:last-child {
    top: -110px;
}
.hoz-right ul li {
    width: 194px;
    height: 206px;
    box-shadow: 10px 15px 21px #847f7043;
    border-radius: 6px;
    background-size: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.hoz-right ul li span {
    background-size: cover !important;
    background-position: 0 10px;
    display: block;
    width: 100%;
    height: 100%;
}

.inspir_card:hover .inspir_text p {
    transform: scale(0.8) translateY(0px);
}
/*.inspir_card:hover .priya ~ .inspir_text p {
    transform: scale(0.8) translateY(-4px);
}
.inspir_card:hover .reshma ~ .inspir_text p {
    transform: scale(0.8) translateY(-2px);
}*/
.list-view .inspir_card:hover .inspir_text p{
	transform: scale(0.8) translate(-45px, 0px);
}
.violet {
    background-color: #a6a5ff;
}
.green {
    background-color: #9de5d4;
}
.yellow {
    background-color: #f4cf71;
}
.brown {
    background-color: #e87c79;
}
.blue {
    background-color: #77c5ef;
}
.blue1 {
    background-color: #549ee8;
}
.latest-stories,
.twentyfiveyears {
    background-color: var(--bg-color);
    background-image: linear-gradient(180deg, #fff 0, #f7fafd 61%, #f6f9fd 100%);
}
.twentyfiveyears {
    border-bottom: 1px solid #e5edf4;
}
.twentyfiveyears .vtalign {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.twentyfiveyears .vtalign img,
figure img {
    vertical-align: bottom;
}
.content-wraping {
    width: 80%;
    margin: 0 auto;
}
.content-wraping h3 {
    font-size: 90px;
    line-height: 1;
    width: 80%;
    margin: 0 auto;
    letter-spacing: -3.6px;
    max-width: 442px;
}
.content-wraping h3 span {
    font-size: 30px;
    line-height: 1.3;
    margin-top: 14px;
    letter-spacing: -0.6px;
}
.content-wraping p {
    font-size: 20px;
    line-height: 1.6;
    width: 80%;
    margin: 30px auto 0;
    max-width: 630px;
}
.content-wraping p em {
    font-family: var(--zf-secondary-medium);
    color: var(--primary-color);
}
.heading1 {
    font-family: var(--primaryfont-regular);
    font-size: 70px;
    color: #010101;
    line-height: 1.2;
    letter-spacing: -2.8px;
}
.heading1 span {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading1 span::after {
    content: "";
    background-image: url(/sites/zweb/images/humans-of-zoho/hoz-sprite.png);
    background-position: -510px -33px;
    width: 23px;
    height: 23px;
    background-size: auto 204px;
    display: inline-block;
    margin-left: 8px;
}
.stories-list {
    justify-content: space-between;
    width: 100%;
    margin: 80px auto 0;
}
.stories-list.list-view {
    margin-top: 50px;
justify-content: center;
min-height: calc(100vh - 376px);
}
.latest-stories:after {
    background-image: url(/sites/zweb/images/humans-of-zoho/bg-element-pattern2.svg);
    width: 180px;
    height: 137px;
    right: 0;
}
figure {
    height: 315px;
    overflow: hidden;
    width: 100%;
    display: table-cell;
}
figure span {
    display: block;
    height: 184px;
    z-index: -1;
    width: 100%;
    left: 0;
}
figure.list1 span,
figure.list4 span,
figure.list5 span {
    background-position: center;
    background-size: 75%;
}
figure.list2 span {
    background-position: center;
}
figure.list6 span {
    background-position: bottom;
    background-size: 80%;
}
.stories-list .name {
    font-size: 24px;
    font-family: var(--primary-color);
    letter-spacing: -0.3px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.footer-nav,
.footer-signup {
    display: none;
}
.inspir_text {
    padding: 30px 20px;
    justify-content: flex-start;
}
.list-view .card_n_hover {
    justify-content: flex-start;
    /*min-height: 45px;*/
height:auto;
}
.gallery_inr {
    display: flex;
    flex-wrap: wrap;
}
.list-view .gallery_inr{
 	display: grid;
    grid-template-columns: auto auto;
    gap: 15px;   
	padding-bottom: 100px;
}
.gal_item {
    flex-basis: 33%;
    padding-bottom: 120px;
    display: none;
    transition: 0.5s ease-in-out;
}
.learnMorebtn {
    padding: 17px 48px 17px 30px;
}
.gallery_card:last-child {
    margin-right: 0;
}
.learnMorebtn:hover .arrow-icon::after {
    right: -25px;
}
.learnMorebtn .arrow-icon::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1.9px solid #fff;
    border-right: 1.9px solid #fff;
    transform: rotate(-45deg);
    right: -20px;
    top: 4px;
}
.inspir_card a {
    border-radius: 16px;
}
.inspir_card .inspire-img {
    height: 320px;
}
/*.inspir_card:hover .inspire-img {
    height: 330px;
}*/
.inspir_card .deepa .inspire-img::after,
.inspir_card .deepa .inspire-img::before {
    background-position: 0 -15px;
}
.list-view .gal_item{
	flex-basis: 50%;
}

.st-zh-main{
    background-color: #fbfcff;
}
.zh-main .wrapper{
    overflow: inherit;
	display: flex;
	align-items: center;
}
.st-heading {
    font-family: var(--primaryfont-regular);
    font-size: 50px;
    color: #010101;
    line-height: .8;
    letter-spacing: -2.3px;
    margin: 0;
    width: auto;
    /*border-right: 1px dashed #b6b7b8;
    padding-right: 25px;
    margin-right: 25px;*/
	transition: all .3s ease-in-out;
}
.st-head-wrap{
	display: flex;
	align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.st-filter{
display: flex;
    align-items: center;
}
.st-filter::before{
	content: "";
	height: 30px;
	border-right: 1px dashed #b6b7b8;
	margin: 0 25px;
	display: inline-block;
}
.st-filter.hide{
display:none;
}
.headSticky .st-filter::before{
	height: 20px;
}
.load-subHead{
	width: 100%;
}
.load-subHead.headSticky{
	box-shadow: 0 0 10px 0 rgb(176 176 176 / 30%);
	position: sticky !important;
  	position: -webkit-sticky;
  	top: 0px;
  	transition: all .3s ease;
  	transform: translateY(0%);
	z-index: 2;
	background-color: #fff;
}
.headSticky .st-heading{
	font-size: 24px;
	line-height: 1.2;
    letter-spacing: -0.4px;
	transition: all .3s ease-in-out;
}
.st-header-sec{
	width:100%;
}
.st-header{
    padding-top: 120px;
}
.st-header-wrapper{
    z-index: 2 !important;
}
.st-header-left{
    width: 50%;
}
.st-header-inner {
    display: flex;
    align-items: center;
	/*padding-top: 5px;*/
}
.st-filter {
    width: 210px;
    position: relative;
}
.st-filter ul {
    background-color: #fff;
    padding: 5px;
    /*box-shadow:  0px 12px 26px #CAD1E034;*/
box-shadow: 0 11px 90px 0 rgba(65, 67, 132, 0.13);
-webkit-box-shadow: 0 3px 25px 0 rgba(65, 67, 132, 0.21);
-webkit-transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
    transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
    border-radius: 8px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
}
.st-filter-text {
    font-size: 20px;
    /*display: block;*/
    padding: 15px 0;
    display: flex;
    align-items: center;
white-space: nowrap;
}
.headSticky .st-filter-text{
	padding: 0;
font-size: 16px;
}
.st-filter:hover ul{
    display: block;
}
.st-filter ul li {
    padding: 10px 15px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
.st-filter ul li::before {
    content: "";
    position: absolute;
    right: 5px;
    background: url(/sites/zweb/images/humans-of-zoho/st-select.svg) no-repeat 0px 4px;
    width: 20px;
    height: 20px;
    background-size: 15px;
   opacity: 0;
}
.st-down-arw{
    width: 13px;
    display: inline-block;
    margin-left: 10px;
}
.st-filter ul li:hover, .st-filter ul li.active{
    background-color:#f6f8fd;
    color: #407bbc;
}
.st-filter ul li.active::before{
  opacity: 1;
}

.gal_item{
    display: block;
    flex-basis: 25%;
    padding-bottom: 90px;
}
.list-view .gal_item{
	padding-bottom: 0;
}
.list-view .gal_item:nth-child(odd) {
    padding-right: 0;
	border: 1px solid #ebeef4;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.list-view .gal_item:nth-child(even) {
    padding-left: 0;
	border: 1px solid #ebeef4;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.inspir_text p{
    font-size: 24px;
}
.ramya ~ .inspir_text p {
    letter-spacing: -0.5px;
}
.list-view .inspir_text p{
	text-align: left;
}
.inspir_card {
    width: 90%;
}
.inspir_card a {
    border-radius: 16px;
}
.list-view .inspir_card {
    width: 100%;
	max-width: 100%;
}
.list-view .inspir_card a {
	display: flex;
	padding: 40px 25px 20px;
	border: none;
}
.inspir_card .inspire-img {
    height: 270px;
}
.inspir_card:hover .inspire-img{
    height: 277px;
}
/*.inspir_card:hover .reshma ~ .inspir_text p {
    transform: scale(0.8) translateY(-18px);
}
.inspir_card:hover .rebecca ~ .inspir_text p, .inspir_card:hover .ian ~ .inspir_text p, .inspir_card:hover .deepa ~ .inspir_text p, .inspir_card:hover .dhinesh ~ .inspir_text p{
    transform: scale(0.8) translateY(-30px);
}
.inspir_card:hover .meera ~ .inspir_text p{
    transform: scale(0.8) translateY(-18px);
}*/
.inspir_card:hover .prashanth ~ .inspir_text p, .inspir_card:hover .rahul ~ .inspir_text p, .inspir_card:hover .aravind ~ .inspir_text p {
    transform: scale(0.8) translateY(-45px, 0px);
}
.inspir_card .deepa .inspire-img::after, .inspir_card .deepa .inspire-img::before{
    background-position: 0;
}
.st-header-right{
    width: 30%;
	display: flex;
	/*margin-bottom: 9px;*/
}
.st-header-right.hide{
display:none;
}
.st-search {
    display: flex;
    border: 1px solid #D3DFEB;
    height: 48px;
    border-radius: 5px;
	width: 300px;
	transition: all .3s ease-in-out;
	position: relative;
}
.st-search.added-placeholder{
	border: 1px solid var(--highlight-color) !important
}
.st-header {
    padding: 40px 0 10px;
    display: flex;
    justify-content: space-between;
align-items: center;
}
.headSticky .st-header{
	padding-top: 85px;
}
.st-search input {
    flex-basis: 100%;
    border: 0;
    background: transparent;
    height: 48px;
    padding: 0 15px;
    font-family: var(--primaryfont-regular);
    font-size: 16px;
    border-radius: 5px;
    /*border: 1px solid #D3DFEB;*/
}
.headSticky .st-search{
	height: 40px;
	transition: all .3s ease-in-out;
}
.headSticky .st-search input{
	height: 40px;
    font-size: 15px;
}
#homeappendSliderData{
    width: 100%;
}
.st-search input:focus{
    border: 0 !important;
}
.st-icon {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    cursor: pointer;
    /*position: absolute;
	top: 0;
	right: 0;
	width: 20px;*/
}
.st-icon img {
    width: 16px;
    height: 16px;
	/*position: absolute;
	top: 15px;
	right: 15px;*/
	margin-right: 15px;
}
.headSticky .st-icon img {
    width: 15px;
	height: 15px;
    top: 12px;
}
#close-icon-svg {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 26px;
    padding: 6px;
    display: none;
}
.headSticky #close-icon-svg {
    top: 6px;
}
.list-view .inspir_card .inspire-img{
	width: 100px;
	height: 100px;
}
.st-grid-list{
	display: flex;
    border: 1px solid #D3DFEB;
width: 48px;
    height: 48px;
    border-radius: 5px;
	margin-left: 20px;
    padding: 14px;
	cursor: pointer;
}
.headSticky .st-grid-list {
	width: 40px;
    height: 40px;
	padding: 11px;
	transition: all .3s ease-in-out;
}
.st-grid-list img{
	width:18px;
	height: 18px;
}
.headSticky .st-grid-list img{
	width: 16px;
    height: 16px;
}
.inspir_image{
	height:225px;
}
.stories-list .noData{
	height: calc(100vh - 396px);
	justify-content: center;
    align-items: center;
	font-size: 24px;
	line-height: 1.2;
    letter-spacing: -0.3px;
flex-direction: column;
flex-wrap: nowrap;
display:flex;
}
.stories-list .noData img{
	width:125px;
}
.stories-list .noData p{
	font-size: 22px;
	line-height: 1.2;
    letter-spacing: -0.3px;
}
.st-head-wrap-mob{
	display:none;
}
.zh-header-sec {
    height: 75px;
}
.card_n_hover{

}
.list-view .inspir_card a:hover {
    box-shadow: none;
    border: none;
}
.list-view .gal_item:hover {
    box-shadow: 0 15px 45px rgb(73 69 87 / 15%);
    border: 1px solid #bcc6d9;
}
.list-view .inspir_title {
    transform: translateY(-10px);
}
.list-view .inspir_years{
    transform: translateY(-10px);
}
/*.sub-nav li:nth-child(2) a {
    color: var(--highlight-color);
    font-family: var(--zf-secondary-medium);
}*/
.sub-nav li a {
    font-size: 17px;
}
.st-search:hover, .st-grid-list:hover {
    border: 1px solid #b5c5d5;
}
.inspir_image{
    border-radius: 10px 10px 11px 11px;
}
#ourStoryData{
width:100%
}
.list-view .gal_item{
min-width:570px
}
@media only screen and (max-width: 1280px) {
    .zh-header-sec {
        padding: 0;
    }
    .hoz-left p {
        width: 100%;
    }
    .banner .arrowline {
        bottom: -15%;
        width: 41%;
    }
    .content-wraping {
        width: 95%;
    }
    .zh-main .wrapper {
        max-width: 95%;
    }
    .inspir_card {
        width: 100%;
        max-width: 90%;
    }
	.st-heading{
		font-size:30px;
		line-height: 1.2;
	}
.list-view .inspir_card .inspire-img {
    width: 90px;
}
.inspir_card .inspire-img::before, .inspir_card .inspire-img::after{
background-size: contain;
}
}
@media only screen and (max-width: 1200px) {
    .inspir_card .deepa .inspire-img::after,
    .inspir_card .deepa .inspire-img::before,
    .inspir_card .inspire-img::before,
    .inspire-img {
        background-position: bottom;
    }
    .hoz-right ul:last-child {
        display: none;
    }
    .zh-main .wrapper {
        width: 90%;
    }
    .hoz-left,
    .hoz-right {
        width: 50%;
    }
    .hoz-right {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 1080px) {
    .hoz-left,
    .hoz-right {
        padding-left: 0;
    }
    .banner .arrowline,
    .hoz-right .card_3 {
        display: none;
    }
	.gal_item {
        flex-basis: 33%;
    }
.st-search input {
    	font-size: 15px;
    	transition: 0.5s ease-in-out;
	}
	.headSticky .st-search input {
    	font-size: 13px;
transition: 0.5s ease-in-out;
	}
.st-header-right {
    	width: 40%;
    	transition: 0.5s ease-in-out;
	}
	.stories-list.list-view{
		margin-top: 40px;
	}
	.list-view .inspir_image {
    	height: 50px;
    	width: 70px;
		background-size: 180px;
		border-radius: 8px;
	}
	.list-view .inspir_text p{
		font-size:22px;
		margin-bottom: 8px;
	}
	.list-view .inspir_years span.years_exp {
		font-size: 26px;
	}
	.list-view .inspir_years span.years_txt {
    	font-size: 12px;
    	font-family: 'Zoho_Puvi_Medium';
	}
	.list-view .inspir_title {
		padding-left: 12px;
	}
	.list-view .inspir_card a {
		padding: 25px;
		align-items: center;
	}
	.list-view .gallery_inr {
		gap: 15px;
}
.st-heading {
    letter-spacing: -1.2px;
}
.st-header {
    padding: 40px 0 10px;
}
.st-filter-text{
    font-size: 18px;
}
.stories-list {
    margin: 60px auto 0;
}
.st-heading {
        font-size: 36px;
}
}
@media only screen and (max-width: 1000px) {
    .hoz-right {
        padding-left: 0;
    }
    .stories-list {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 950px) {
    .zh-main .wrapper {
        width: 80%;
    }
    .hoz-right {
        justify-content: flex-end;
    }
    .hoz-right ul:first-child {
        display: none;
    }
    .hoz-left h1 {
        width: 100%;
    }
    .latest-stories .gallery_card {
        width: 100%;
        max-width: 90%;
        margin: auto;
    }
    .gal_item {
        flex-basis: 50%;
    }
    .latest-stories .gal_item:nth-last-child(3) {
        padding-bottom: 120px;
    }
}
@media only screen and (max-width: 880px) {
    .hoz-left {
        width: 60%;
    }
    .hoz-right {
        width: 40%;
    }
	.zh-main .wrapper {
        width: 90%;
    }
	.st-head-wrap {
		white-space: nowrap;
	}
	.st-filter-text {
		white-space: nowrap;
	}
	.st-head-wrap::after {
		margin: 0 15px;
	}
	.inspir_card .inspire-img {
		height: 320px;
	}
	.st-search{
		height: 44px;
	}
	.st-search input{
		height: 44px;
		font-size: 14px;
		padding: 0 12px;
	}
	.st-header{
		padding-top: 30px;
	}
	.st-header-right{
		width:42%;
	}
	.st-icon img{
		top:14px;
		right:12px;
	}
	.st-grid-list{
		width: 44px;
		height: 44px;
		padding: 12px;
		margin-left: 15px;
	}
	.list-view .gallery_inr {
        grid-template-columns: auto;
    }
	.st-filter:hover ul {
		width: inherit;
	}
.st-filter-text{
    font-size: 16px;
}
.st-heading {
        font-size: 30px;
}

.product-logo{
width:80px;
height:43px;
background-size: 80px 43px;
}
.zh-header-sec {
    height: 60px;
}
.headSticky .st-header {
    padding-top: 70px;
}
    .sub-nav li a {
        font-size: 15px;
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 767px) {
    .z-bottom-cta-menu {
        display: none;
    }
    footer {
        padding-bottom: 50px;
    }
.list-view .gallery_inr{
		grid-template-columns: auto;
	}
	.st-header-inner{
		flex-direction: column;
	}
	.st-header-left {
		width: auto;
	}.st-head-wrap{
		display:none;
	}
	.st-head-wrap-mob{
		display:block;
	}
	.st-heading{
		line-height: 1.2;
        padding-top: 24px;
letter-spacing: -1.2px;
	}
	.st-header{
		padding-top: 0;
	}
	.headSticky .st-head-wrap-mob{
		display:none;
	}
	.st-search{
		border: none;
		height: 20px;
		width: auto;
	}
	.st-search:hover{
		border: 0;
	}
	.st-search input{
		width: 0;
		opacity: 0;
		position: absolute;
        top: -13px;
        right: 10px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #d3dfeb;
        background: #fff;
	}
	.st-search::after {
		content: "";
		border-right: 1px solid #b6b7b8;
		margin: 0 10px;
		display: inline-block;
	}
	.st-header-right{
		display:flex;
		align-items: center;
		justify-content: flex-end;
	}
	.st-grid-list{
		border:none;
		margin-left: 0;
	}
	.headSticky .st-grid-list{
		
	}
	.st-icon img{
		margin-right: 10px;
		width: 18px;
    	height: 18px;
	}
	.headSticky .st-search{
		height: 20px;
	}
	.st-search .active{
		position: absolute;
		top: -13px;
		right: 10px;
		display: block;
		transition: all 0.5s ease-in-out;
		border: 1px solid #d3dfeb;
		background: #fff;
		width: 330px;
		opacity: 1;
	}
	.headSticky .st-search .active{
		top:-10px;
		right: 10px;
		width: 332px;
	}
	#close-icon-svg {
		position: absolute;
		top: -2px;
		right: 25px;
		width: 25px;
	}
	.stories-list .noData {
    	height: calc(100vh - 150px);
	}
	.st-icon{
		z-index: 1;
	}
.st-search.added-placeholder{
	border: none !important;
}
.st-search input:focus{
border: 1px solid var(--highlight-color) !important;
}
.st-filter-text{
padding: 20px 0;
}
}
@media only screen and (max-width: 700px) {
    .content-wraping,
    .hoz-left {
        width: 100%;
    }
    .hoz-left {
        padding-bottom: 120px;
    }
    .banner:after,
    .hoz-right {
        display: none;
    }
    .latest-stories .gallery_card,
    .latest-stories .gallery_card:last-child,
    .latest-stories .gallery_card:nth-last-child(2),
    .latest-stories .gallery_card:nth-last-child(3) {
        padding-bottom: 160px;
    }
    .latest-stories .gallery_card:last-child {
        padding-bottom: 0;
    }
    .stories-list {
        margin-top: 70px;
    }
    .latest-stories .gallery_card {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
}
@media only screen and (max-width: 667px) {
    .latest-stories .gallery_card {
        width: 80%;
        margin: 0 auto;
    }
    .inspir_text,
    .inspir_text_hidden {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    justify-content: center;
    }
    .gal_item,
    .latest-stories .gal_item:nth-last-child(2),
    .latest-stories .gal_item:nth-last-child(3) {
        padding-bottom: 50px;
    }
    .latest-stories:after {
        display: none;
    }
    .heading1 {
        font-size: 60px;
    }
    .gallery_inr {
        justify-content: center;
    }
    .gal_item {
        flex-basis: 90%;
    }
    .inspir_image {
        height: 350px;
    }
}
@media only screen and (max-width: 600px) {
    .latest-stories .gallery_card,
    .latest-stories .gallery_card:nth-last-child(2),
    .latest-stories .gallery_card:nth-last-child(3) {
        padding-bottom: 150px;
    }
    .latest-stories .gallery_card {
        width: 90%;
    }
    .content-wraping h3,
    .hoz-left h1 {
        font-size: 70px;
    }
    .hoz-left p {
        font-size: 22px;
    }
    .content-wraping h3 span {
        font-size: 28px;
    }
    .hoz-left {
        margin-top: 50px;
        padding-bottom: 80px;
    }
    .content-wraping,
    .latest-stories {
        padding-top: 80px;
    }
    .latest-stories {
        padding-bottom: 100px;
    }
    .heading1 {
        font-size: 55px;
    }
    footer {
        padding: 20px 0 30px;
    }
    .inspir_image {
        height: 300px;
    }
}
@media only screen and (max-width: 500px) {
    .inspir_image {
        height: 260px;
    }
    .gal_item {
        flex-basis: 90%;
        /*padding-bottom: 30px;*/
    }
    .heading1 {
        font-size: 45px;
    }
    .content-wraping h3,
    .content-wraping p {
        width: 100%;
    }
    .stories-list {
        margin-top: 50px;
    }
    .stories-list.list-view {
        margin-top: 20px;
    }
    #close-icon-svg {
        right: 18px;
    }
.headSticky #close-icon-svg {
    top: -1px;
}
}
@media only screen and (max-width: 414px) {
    .content-wraping h3,
    .hoz-left h1 {
        font-size: 60px;
    }
    .inspir_text,
    .inspir_text_hidden {
        width: 100%;
    }
    .zh-main .wrapper {
        width: 90%;
    }
}
@media only screen and (max-width: 375px) {
    .stories-list {
        margin-top: 60px;
    }
    .gal_item {
        flex-basis: 100%;
    }
    .latest-stories .gallery_card,
    .latest-stories .gallery_card:nth-last-child(2),
    .latest-stories .gallery_card:nth-last-child(3) {
        padding-bottom: 50px !important;
    }
.st-search .active{
width: 284px;
}
    .headSticky .st-search .active {
        width: 288px;
    }
}
@media only screen and (max-width: 320px) {
.st-search .active{
width: 235px;
}
.headSticky #close-icon-svg {
    top: -1px;
    right: 18px;
}
    .headSticky .st-search .active {
        width: 238px;
    }
.st-filter{
width:auto;
}
}
