.content-wrap {
    max-width: 1170px;
}

#feature-2 .cont-part{
padding: 0;
}

#feature-5 img{
border: 1px solid #e6e6e6;
}

.header-top{
/*background: #fbeec4;*/
    padding: 80px 0;
    overflow: hidden;
}

.header-top h1{
    font-family: var(--zf-secondary-bold);
}

.zsection h2, .bottom-cta-wrap h2 {
    font-family: var(--zf-secondary-bold);
}

*{
    box-sizing: border-box;
}

.header-top .content-wrap, .zsection .content-wrap{
    display: flex;
    flex-wrap: wrap;
}
.zsection .content-wrap{
    align-items: center;
    justify-content: center;
}

.header-top .cont-part {
    width: 50%;
}

.cont-cent {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.header-top .img-part {
    width: 50%;
}

.header-top .cont-part span {
    display: block;
    padding-bottom: 3px;
    position: relative;
    font-family: var(--zf-primary-bold);
    font-size: 18px;
    margin-bottom: 10px;
    
}

.header-top .cont-part span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    height: 1px;
    width: 161px;
}

.zsection {
    padding: 120px 0 0;
}

.zsection .img-part {
    width: 60%;
    justify-content: center;
}

.zsection .cont-part{
    width: 40%;
    justify-content: center;
}

.zsection .cont-part{
    align-self: center;
}

.img-part img {
    display: block;
}

.zsection.case {
    position: relative;
    background: #d5eef4;
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
}



.zsection.bottom-image .cont-part, .zsection.bottom-image .img-part{
    width: 100%;
}

.zsection.bottom-image .cont-part{
    padding-right: 0;
    max-width: 500px;
    margin: 0 auto;
}

.zsection.bottom-image .content-wrap{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}



.bottom-cta-wrap h2 span {
    font-family: var(--zf-secondary-regular);
}

.bottom-cta-wrap {
    padding-bottom: 60px;
    position: relative;
}

.bottom-cta-wrap:before {
    content: '';
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 460px;
    background: #fbeec4;
    z-index: -1;
}

.bottom-cta-wrap .content-wrap h2 {
    max-width: 720px;
}

.zsection.tabpart {
    background: #fbeec4;
    padding: 120px 0;
}

.tab-content {
    display: none;
}

.tab-content.active{
    display: block;
}

#feature-3 .img-part {
    max-width: 550px;
    margin: 0 auto;
}

.img-part {
    position: relative;
}

#feature-2 .content-wrap {
    max-width: 960px;
}

/*
#feature-2.zsection .img-part, #feature-2.zsection .cont-part{
    width: 50%;
}
*/

#feature-2 .img-part span:nth-child(1),#feature-2 .img-part span:nth-child(2), #feature-2 .img-part span:nth-child(3), #feature-2 .img-part span:nth-child(4){
    width: 100%;
    background: url('/sites/default/files/people_plus/360deg-1.png') no-repeat;
    background-size: auto;
    height: 100%;
    background-size: auto 220px;
    min-height: 230px;
    display: block;
    margin: 0 auto;
}

#feature-2 .img-part span:nth-child(1){
    position: relative;
    left: 310px;
    top: -10px;
}


#feature-2 .img-part span:nth-child(2){
    background: url('/sites/default/files/people_plus/360deg-2.png') no-repeat;
    background-size: auto 220px;
}


#feature-2 .img-part span:nth-child(3){
    background: url('/sites/default/files/people_plus/360deg-3.png') no-repeat;
    background-size: auto 220px;
}

#feature-2 .img-part span:nth-child(4){
    background: url('/sites/default/files/people_plus/360deg-4.png') no-repeat;
    background-size: auto 220px;
    position: relative;
    left: 310px;
    top: -10px;
}



/*
.zsection .content-wrap h2, .zsection .content-wrap p {
    max-width: 500px;
    margin: 0 auto 20px;
}
*/




#feature-3{
    background: #d5eef4;
    padding: 120px 0;
    max-width: 90%;
    margin: 90px auto 30px;
}

    .header-top .img-part img {
        position: relative;
        bottom: -97px;
        max-width: 500px;
        width: 100%;
    }

.zsection .cont-wrap{
width: 100%;
text-align: center;
}




.zsection p, .zsection  h2 {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }   

.zsection .cont-wrap p{
max-width: 660px;
margin: 0 auto 40px;
}

/* css for other lang */

.other-lang .header-top .cont-part span:after{
  content: none;
}

/* end of css for other lang */

@media screen and (min-width: 1367px) and (max-width: 1499px){
p{
font-size: 16px;
}


.bottom-cta-wrap:before {
height: 400px !important;
}

.bottom-cta-wrap .content-wrap{
padding: 60px 0 30px;
}
}

@media screen and (min-width: 1280px) and (max-width: 1366px){

.bottom-cta-wrap:before {
height: 420px !important;
}

.bottom-cta-wrap .content-wrap{
padding: 60px 0 30px;
}
.zsection {
padding: 80px 0 0;
}

#feature-3{
margin: 30px auto;
padding: 80px 0;
}

.zsection.tabpart{
padding: 80px 0;
}

#feature-5 img{
max-width: 90%;
margin: 0 auto;
}
.tabpart img {
max-width: 90%;
}
#feature-4 p, #feature-5 p {
margin-bottom: 40px;
}

.zsection.bottom-image .cont-part, .zsection p, .zsection h2{
max-width: 520px;
}

}



@media screen and (min-width: 992px){
    .mob-img {
        display: none;
    }
    
     .zsection.right-image .cont-part{
        padding-right: 80px;
    }

    .zsection.left-image .cont-part{
        padding-left: 80px;
    }
    
     .header-top .cont-part p {
    max-width: 520px;
}
    
    .tabs li{
    margin: 60px 0;
/*                                opacity: 0.4;*/
    cursor: pointer;
    position: relative;
    z-index: 2;
}


.tabs li.active{
    opacity: 1;
}
    
    #feature-1 .tabs li.active:before{
        background: #fff8e0;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 470px;
        height: 250px;
        z-index: -1;
        transform: translate(-50%, -50%);
    }

    
     .tabs li{
        margin: 100px 0 0;
    }
    
}


@media screen and (max-width: 991px){
    
    .zsection {
        text-align: center;
    }
    
    .header-top .cont-part, .zsection .cont-part, .zsection .img-part {
        width: 100%;
        text-align: center;
    }
    
    .mob-img {
        display: block;
    }
    
    
    .header-top .img-part {
        width: 100%;max-width: 500px; margin: 20px auto 0;
    }
    
    .zsection .cont-part p:not(.mob-img){
        max-width: 500px;
        margin: 0 auto 30px;
    
    }
    
    #feature-2 .img-part span:nth-child(4), #feature-2 .img-part span:nth-child(3), #feature-2 .img-part span:nth-child(1){
        display: none;
    }
    
    #feature-2 .img-part span:nth-child(2) {
        background-position: center;
background-size: contain;
    }
    

    
    .tabs li{
        margin: 50px 0 0;
    }
    
    .tabpart.zsection .img-part{
        display: none;
    }
    
    .header-top .cont-part span::after{
        left: 50%;
        transform: translate(-50%, -50%);
    }

.bottom-cta-wrap::before{
content: none;
}
.bottom-cta-wrap{
background: #fbeec4;
padding-bottom: 0;
}

.bottom-cta-wrap{
margin-top: 60px;
}

.zsection.left-image .cont-part{
order: 1;
}

.zsection.left-image .img-part{
order: 2;
}

.header-top .img-part img{
bottom: -35px;
}

       .header-top{
padding: 40px 0 0;
}                        
    

.zsection{
padding: 80px 0 0;
}

#feature-3 {
padding: 80px 0;
}                       

.bottom-cta-wrap .content-wrap h2{
max-width: 590px;
}

.bottom-cta-wrap{
margin-top: 100px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .header-top .cont-part{
        max-width: 550px;
        margin: 0 auto;
    }
    
     .field-body img {
        max-width: 75%;
        margin: 0 auto;
    }

.header-top .img-part img{
max-width: 80%;
}

.zsection .cont-wrap p{
margin: 0 auto;
}
}

@media screen and (max-width: 767px){
.header-top .img-part img{
max-width: 70%;
margin: 0 auto;
bottom: -15px;
}
.zsection.tabpart{
padding: 80px 0;
}

.zsection .cont-wrap p {
margin: 0 auto;
}

#feature-3{
margin: 40px auto 30px;
}

.bottom-cta-wrap{
margin-top: 80px;
}
}

