section.head-sec {
    padding: 40px 0 0;
}
.watch-btn {
    color: #000;
    padding: 8px 0 10px 38px;
    text-transform: none
}
.zwatch{
  margin-top: 12px;
}

.watch-btn:after,
.watch-btn:before {
    position: absolute;
    content: ''
}

.watch-btn:before {
    left: 0;
    top: 8px;
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%
}

.watch-btn:after {
    left: 11px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000
}
section.head-sec .cont-sec{
    display: inline-block;
    vertical-align: top;
    max-width: 750px;
}
section.head-sec .img-sec{
    display: inline-block;
    vertical-align: top;
    max-width: 500px;
    position: relative;
    transform: translate(0, 2%);
}
h1 {
    margin: 50px auto 0;
    font-family: var(--zf-primary-extrabold);
    line-height: 1.3;
}
@keyframes MoveUpDown {
  0%, 100% {
    top: 30%;
  }
  50% {
    top: 32%;
  }
}
@keyframes MoveUpDown2 {
  0%, 100% {
    top: 5%;
  }
  50% {
    top: 7%;
  }
}
@keyframes MoveUpDown3 {
  0%, 100% {
    top: 64%;
    right: 22%
  }
  50% {
    top: 62%;
    right: 20%;
  }
}

.block.block-system{
    position: relative;
}

.feat-sec-1 .content-wrap {
  text-align: center;
  max-width: 1400px;
  background: linear-gradient(to bottom, #a0dfe8 0%,#a0dfe8 80%,#a0dfe8 50%,white 50%,white 100%);
}
.feat-sec-1 .content-wrap>p{
  max-width: 725px;
  margin: 0 auto;
  text-align: left;
  padding: 85px 0;
  font-family: var(--zf-primary-semibold);
  font-size: 24px;
}
section.feat-sec-5 .feat-right {
    transform: translateX(0);
    opacity: 1;
}

section.feat-sec-5 .feat-left {
    transition: all 1s ease;
    opacity: 0;
    transform: translateX(-50px);
}

section.feat-sec-5 
.animated .feat-left {
    opacity: 1;
    transform: translateX(0);
}
.feat-sec-1 .content-wrap>div{
  text-align: center;
  max-width: 930px;
  margin: 0 auto;
  filter: drop-shadow(0 35px 36px rgba(0, 0, 0, .2));
  transform: translateY(60px);
  transition: all 1s ease 1s;
}

section.feat-sec-1 {
    padding: 0 0 120px;
    z-index: -1;
    position: relative;
}
section.feat-sec-2 {
    padding: 60px 0;
    text-align: center;
}

section.feat-sec-2>.content-wrap>p, section.feat-sec-3>.content-wrap>p {
    max-width: 750px;
    margin: 0 auto;
    font-family: var(--zf-primary-semibold);
    font-size: 20px;
}

section.feat-sec-2 .sub-feat {
    padding: 90px 0;
    transform: translateY(60px);
    transition: all 1s ease;
}
h3{
    font: 34px/1.3 var(--zf-primary-bold);
}
.feat-sec-2 .sub-feat>div>h3,.feat-sec-2 .sub-feat>div>p {
    display: inline-block;
    max-width: 275px;
    vertical-align: middle;
    text-align: left;
    margin: 0 60px;
}
.feat-sec-2 .sub-feat>div>h3{
    font-family: var(--zf-primary-extrabold);
    margin-left: 0;
    min-width: 280px;
}
.feat-sec-2 .sub-feat>div>p {
    max-width: 460px;
    margin-right: 0;
}

.feat-sec-2 .sub-feat>div {
    text-align: center;
    margin: 0 auto;
}

.feat-sec-2 span.bottom-line {
    border-bottom: 1px solid #C0C0C0;
    display: block;
    max-width: 925px;
    margin: 30px auto 50px;
}


section.feat-sec-3 {
    background: #222222;
    color: #fff;
    text-align: center;
    padding: 120px 0;
}
section.feat-sec-3 .sub-feat{
    margin: 120px auto 0;
}

section.feat-sec-3 .sub-feat>div {
    display: inline-block;
    max-width: 300px;
    vertical-align: top;
    text-align: left;
    margin: 0 30px;
}
section.feat-sec-3 .sub-feat>div:first-child{
    margin-left:0;
}
section.feat-sec-3 .sub-feat>div:last-child{
    margin-right:0;
}
section.feat-sec-3 .sub-feat>div h3{
    font-family: var(--zf-primary-regular);
    font-size: 30px;
}

section.feat-sec-4 {
    padding: 160px 0 90px;
    text-align: center;
}

.feat-left{
    vertical-align: top;
    display: inline-block;
    max-width: 40%;
    margin: 60px 60px 0;
    margin-left: 0;
    text-align: left;
}
.feat-right{
    vertical-align: top;
    display: inline-block;
    max-width: 40%;
    margin: 15px 60px 0;
    margin-right: 0;
    text-align: left;
    transform: translateX(-50px);
    transition: all 1s ease;
    opacity: 0;
}
.animated .feat-right{
    transform: translateX(0);
    opacity: 1;
}
.feat-left h3 {
    font: 42px/1.3 var(--zf-primary-light);
    max-width: 350px;
}

.feat-right>div>p {
    max-width: 470px;
}
.feat-right>div>h4 {
    position: relative;
}
span.line-anim.active {
    top: 0;
}
.content-wrap.animated .line-anim{
    top: -300px;
    z-index: -2;
}

section.foot-sec {
    padding: 90px 0 120px;
}
section.foot-sec h1{
    max-width: 710px;
}
section.foot-sec .content-wrap {
    max-width: 1400px;
    text-align: center;
    background: #ccd2d0;
    padding: 180px 0 220px;
}
section.feat-sec-2 .animated .sub-feat {
    transform: translateY(0);
}

.feat-sec-1 .content-wrap.animated>div {
    transform: translateY(0);
}

h2 {
    font-family: var(--zf-primary-bold);
}

.feat-left>p {
    font-family: var(--zf-primary-semibold);
}
span.circle.plus {
    display: none;
}

.manufact-bottom {
    max-width: 400px;
}

img.static-img {
    z-index: 1;
    position: relative;
}

img.tablet {
    position: absolute;
    top: 30%;
    left: -5%;
    max-width: 60px;
    z-index: 9;
    animation: MoveUpDown 1.6s ease infinite;
}

img.mediplus {
    position: absolute;
    top: 5%;
    max-width: 90px;
    right: 20%;
    z-index: 9;
    animation: MoveUpDown2 2s ease infinite;
}

.dna {
    position: absolute;
    top: 10%;
    z-index: 9;
    max-width: 325px;
    right: -5%;
}

img.chakra {
    position: absolute;
    max-width: 75px;
    right: 0;
    top: 64%;
    z-index: 9;
    right: 22%;
    animation: MoveUpDown3 2s ease infinite;
}
.flight-left {
    vertical-align: bottom;
    display: inline-block;
    max-width: 495px;
    margin: 0 40px;
    margin-left: 0;
    transform: translateY(46%);
}

.flight-cont {
    vertical-align: middle;
    display: inline-block;
    max-width: 500px;
    text-align: -webkit-auto;
    margin: 0 40px;
    margin-right: 0;
}

.flight-cont h2 {
    font: 42px/1.3 var(--zf-primary-light);
}

section.feat-sec-4 .feat-right {
    max-width: 340px;
}

section.feat-sec-5 h3 {
    font: 42px/1.3 var(--zf-primary-light);
}

section.feat-sec-5 {
    padding-top: 50px;
}
section.feat-sec-5 .content-wrap {
    text-align: center;
}
section.foot-sec .act-btn {
    margin-top: 20px;
}
@media only screen and (min-width:1681px){
    span.scroll-plus{
        display: none;
    }
    .head-sec .content-wrap {
        text-align: right;
    }
    section.head-sec .cont-sec {
        text-align: left;
    }
}
@media only screen and (max-width:1450px){
    span.scroll-plus{
        display: none;
    }
    .feat-sec-1 .content-wrap{
        max-width: 1280px;
    }
    section.head-sec .img-sec {
        max-width: 475px;
    }
    img.book-anim {
        max-width: 180px;
    }
    img.spring-anim {
        max-width: 85px;
    }
    section.feat-sec-3 .sub-feat>div {
        max-width: 300px;
        margin: 50px 50px;
    }
    section.feat-sec-3 .sub-feat>div:first-child {
        margin-left: 50px;
    }
    section.feat-sec-3 .sub-feat>div:last-child {
        margin-right: 50px;
    }
    .feat-left{
        margin: 0 15px;
        margin-left: 0;
    }
    .feat-right{
        margin: 15px 15px 0;
        margin-right: 0;
        max-width: 42%;
    }
    .head-sec .content-wrap {
        text-align: center;
    }
    section.head-sec .cont-sec {
        text-align: left;
        max-width: 650px;
    }
}
@media only screen and (max-width:1279px){
    .head-sec .content-wrap {
        text-align: center;
    }
    section.head-sec .cont-sec, section.head-sec .img-sec{
        text-align: center;
        display: block;
        margin: 0 auto;
        max-width: 750px;
    }
    .feat-sec-1 .content-wrap{
        background: unset;
    }
    span.line-anim-white, span.line-anim{
        display: none;
    }
    .feat-left, .feat-right{
        display: block;
        margin: 0 auto;
        text-align: center;
        max-width: 650px;
    }
    .feat-right{
        display: block;
        margin: 50px auto 0;
        text-align: left;
        max-width: 405px;
    }
    .feat-left h3{
        max-width: unset;
        font-size: 40px;
    }
    .feat-left>p{
        font-size: 20px;
    }
    
    .manufact-bottom {
        margin: 0 auto;
        max-width: 350px;
    }
    .row section.head-sec .img-sec {
        max-width: 500px;
        margin-top: 20px;
    }
    section.feat-sec-5 .feat-right {
        max-width: 600px;
        text-align: center;
    }
    .healthcare-img {
    max-width: 550px;
    margin: 0 auto;
}
}
@media only screen and (max-width:1199px){
    h3,  section.feat-sec-3 .sub-feat>div h3{
        font-size: 28px;
    }
    .feat-sec-1 .content-wrap>p{
        font-size: 20px;
        padding: 85px 0 30px;
    }
    .feat-sec-2 .sub-feat>div>h3, .feat-sec-2 .sub-feat>div>p{
        min-width: 275px;
    }
    section.feat-sec-1 {
    padding: 0 0 60px;
}

.flight-left {
    transform: unset;
    display: block;
    margin: 0 auto;
}

.flight-cont {
    display: block;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 30px;
}

section.feat-sec-4 {
    padding: 90px 0 60px;
}

section.feat-sec-5 {
    padding-top: 0;
}
}
@media only screen and (max-width:991px){
    section.head-sec .img-sec {
        transform: scale(0.7);
    }
    .feat-sec-1 .content-wrap>p{
        text-align: center;
        padding: 30px;
    }
    section.feat-sec-1{
        padding: 0 0 60px;
    }
    .feat-sec-2 .sub-feat>div>h3, .feat-sec-2 .sub-feat>div>p{
        max-width:unset;
        text-align: center;
        margin: 0 auto;
        padding: 0 30px;
    }
    .feat-sec-2 span.bottom-line{
        margin: 10px auto 30px;
        max-width: 650px;
    }
    section.feat-sec-2 .sub-feat{
        padding: 60px 0 30px;
    }
    section.feat-sec-3{
        padding: 90px 0;
    }
    .flight-cont h2{
        font-size: 28px;
    }
    section.feat-sec-3 .sub-feat{
        margin: 60px 0 0;
    }
    section.feat-sec-3 .sub-feat>div{
        margin: 35px;
    }
    .feat-left h3, section.feat-sec-5 h3{
        font-size: 28px;
    }
    section.feat-sec-4{
        padding: 90px 0 0;
    }
    section.foot-sec{
        padding: 90px 0;
    }
    section.foot-sec .content-wrap{
        padding: 90px 0 140px;
    }
    .flight-left, .healthcare-img {
    max-width: 400px;
}
}
@media only screen and (max-width:767px){
    .feat-sec-1 .content-wrap>p{
        padding: 0;
        margin-bottom: 30px;
    }
    section.feat-sec-2{
        padding-top: 10px;
    }
    section.feat-sec-3 .sub-feat{
        margin: 20px 0 0;
    }
    h3, section.feat-sec-3 .sub-feat>div h3{
        font-size: 24px;
    }
    section.feat-sec-3 .sub-feat>div{
        margin: 0 0 20px;
    }
    section.feat-sec-3 .sub-feat>div:first-child{
        margin-left:0;
    }
    section.feat-sec-3 .sub-feat>div:last-child{
        margin-right:0;
    }
    h4{
        font-size: 18px;
        text-align:center;
    }
    .feat-right>div>p{
        display: block;
        text-align: center;
        margin-bottom: 40px
    }
    section.foot-sec{
        padding: 30px 0 60px;
    }
    section.foot-sec .content-wrap{
        background: unset;
        padding: 0;
    }
    h1{
        margin-top: 0;
    }
    span.virutual-lib.kite, span.virutual-lib.left-1, span.virutual-lib.left-2 {
        transform: scale(0.6);
    }
    .row section.head-sec .img-sec {
    margin-top: 0;
}
}
@media only screen and (max-width:600px){
    img.spring-anim{
        display: none;
    }
    img.book-anim {
        max-width: 150px;
    }
    span.virutual-lib.left-1, span.virutual-lib.left-2 {
        display: none;
    }
img.tablet {
    max-width: 50px;
}

img.mediplus {
    max-width: 70px;
}

img.dna {
    max-width: 200px;
    right: 0;
    top: 15%;
}

img.chakra {
    max-width: 60px;
}
}
@media only screen and (max-width:450px){
    .feat-sec-2 .sub-feat>div>h3, .feat-sec-2 .sub-feat>div>p{
        padding: 0;
    }
    section.feat-sec-3 .sub-feat{
        margin-top: 50px;
    }
    img.book-anim {
        max-width: 90px;
    }
    section.head-sec .img-sec{
        transform: scale(0.8);
    }
    img.tablet {
    max-width: 35px;
}

img.mediplus {
    max-width: 50px;
}

img.dna {
    max-width: 145px;
    right: 0;
    top: 15%;
}

img.chakra {
    max-width: 40px;
}
}
.lang-ar .feat-sec-1 .content-wrap>p ,.lang-ar .feat-sec-2 .sub-feat h3, .lang-ar .feat-sec-2 .sub-feat p,.lang-ar .feat-left,.lang-ar .feat-right{
    text-align: right;
}
.lang-ar section.feat-sec-2 p,.lang-ar section.feat-sec-2 h2,.lang-ar section.foot-sec h1 ,.lang-ar section.feat-sec-4 .content-wrap,.lang-ar .feat-sec-3 .content-wrap{
    text-align: center;
}
.lang-ar .flight-left,.lang-ar .feat-left {
    margin-right: 0;
    margin: 15px 60px 0;
}
.lang-ar .flight-cont,.lang-ar .feat-right {
    margin-left: 0;
    margin: 15px 60px 0;
}