* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#block-system-main {
margin-top: 0 !important;
}

.header-top {
    background: #1c1d50;
    padding: 120px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mid-section {
    overflow: hidden;
}
.header-top:before {
    content: "";
    position: absolute;
    bottom: -180px;
    right: -100px;
    width: 100%;
    height: 100%;
    background: url(/sites/zweb/images/people/zp-zia-header-bg.png) no-repeat;
    background-size: 800px auto;
    background-position: bottom right;
    z-index: -3;
}
.client-img li {
    /* background: url(/sites/zweb/images/people/people-client-sprite.png) no-repeat;
    background-size: auto 45px; */
    width: 120px;
    height: 47px;
    display: inline-block;
    margin: 0 25px 20px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.client-img li.iifl,.client-img li.medlife {
    background-image: url(/sites/zweb/images/otherbrandlogos/iifl.svg);
    width: 140px;
}
.client-img li.spicejet {
    background-image: url(/sites/zweb/images/otherbrandlogos/spicejet.svg);
}
.client-img li.meesho,.client-img li.lennox {
    background-image: url(/sites/zweb/images/otherbrandlogos/meesho.svg);
}
.client-img li.gep {
    background-image: url(/sites/zweb/images/otherbrandlogos/gep.svg);
    width: 135px;
}
.client-img li.mcdonald,.client-img li.fetchr {
    background-image: url(/sites/zweb/images/otherbrandlogos/mcdonald.svg);
    width: 44px;
}
.client-img li.zomato {
    background-image: url(/sites/zweb/images/otherbrandlogos/zomato.png);
}
.client-img li.nissan {
    background-image: url(/sites/zweb/images/otherbrandlogos/daikin.svg);
    width: 130px;
}
.client-img {
    margin: 80px 0;
    text-align: center;
}
.zsub {
    background: #008eff;
    padding: 10px;
    color: #fff;
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
}
.header-top .ziaimg {
    top: 100px;
}
.txtcol {
    color: #008eff;
    font-family: var(--zf-secondary-medium);
}
span.oddtxt {
    display: block;
    font-size: 13px;
}
span.anstxt {
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}
.boxbg1 em span {
    color: #000;
    display: block;
}
span.date {
    font-size: 12px;
}
.zsub.alt {
    background: #fff;
    color: #000;
}
.header-top .content-wrap,
.mid-section .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-top .cont-part,
.header-top .img-part {
    width: 45%;
}
.header-top .cont-part span {
    background: url("/sites/zweb/images/people/zp-zia-img1.png") no-repeat;
    background-size: 100px auto;
    width: 100px;
    height: 90px;
    display: inline-block;
}
.header-top p {
    max-width: 460px;
    margin-bottom: 40px;
}
.zw-product-header{
    background: #1c1d50;
}
.dott {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #9e9e9e;
    color: #d6d6d6;
    -webkit-animation: dotanim 1s infinite linear;
    animation: dotanim 1s infinite linear;
    left: 30px;
}
.dott:before,
.dott:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}
.dott::before {
    left: -15px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #d6d6d6;
    color: #d6d6d6;
    -webkit-animation: dottanimbefore 1s infinite linear;
    animation: dottanimbefore 1s infinite linear;
}
.dott::after {
    left: 15px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #d6d6d6;
    color: #d6d6d6;
    -webkit-animation: dottanimafter 1s infinite linear;
    animation: dottanimafter 1s infinite linear;
}
@-webkit-keyframes dottanimbefore {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(1, 1.5);
        transform: scale(1, 1.5);
    }
    50% {
        -webkit-transform: scale(1, 0.67);
        transform: scale(1, 0.67);
    }
    75% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes dottanimbefore {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(1, 1.5);
        transform: scale(1, 1.5);
    }
    50% {
        -webkit-transform: scale(1, 0.67);
        transform: scale(1, 0.67);
    }
    75% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-webkit-keyframes dotanim {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 1.5);
        transform: scale(1, 1.5);
    }
    75% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes dotanim {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 1.5);
        transform: scale(1, 1.5);
    }
    75% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-webkit-keyframes dotanimafter {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 0.67);
        transform: scale(1, 0.67);
    }
    75% {
        -webkit-transform: scale(1, 1.5);
        transform: scale(1, 1.5);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes dotanimafter {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 0.67);
        transform: scale(1, 0.67);
    }
    75% {
        -webkit-transform: scale(1, 1.5);
        transform: scale(1, 1.5);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
.boxbg {
    position: relative;
    width: 370px;
    height: 370px;
    border-radius: 40px;
    background: #fff;
    margin: 0 auto;
    color: #000;
    padding: 60px 80px;
    margin-bottom: 80px;
    text-align: left;
}
.mid-section .boxbg:before {
    content: "";
    position: absolute;
    right: -40px;
    top: -30px;
    background: url(/sites/zweb/images/people/zp-zia-patt2.png) no-repeat;
    background-size: 128px auto;
    z-index: -2;
    width: 128px;
    height: 128px;
}
.mid-section .boxbg:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 30px;
    background: url(/sites/zweb/images/people/zp-zia-patt3.png) no-repeat;
    background-size: 90px auto;
    z-index: -2;
    width: 128px;
    height: 128px;
}
.header-top .boxbg:before {
    content: "";
    position: absolute;
    right: 50px;
    top: -60px;
    background: url(/sites/zweb/images/people/zp-zia-patt1.png) no-repeat;
    background-size: 100px auto;
    z-index: -1;
    width: 100px;
    height: 100px;
}
.header-top .boxbg:after {
    content: "";
    position: absolute;
    left: 60px;
    bottom: -50px;
    background: url(/sites/zweb/images/people/zp-zia-patt2.png) no-repeat;
    background-size: 128px auto;
    z-index: -2;
    width: 128px;
    height: 128px;
}
.boxbg1 {
    -webkit-box-shadow: 3px 7px 13px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 7px 13px 7px rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
    font-size: 13px;
    border-radius: 25px 25px 25px 0;
    display: inline-block;
    background: #fff;
}
.mid-section .ziaimg {
    background: #1c1d50;
}
.boxbg2 {
    -webkit-box-shadow: 3px 7px 13px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 7px 13px 7px rgba(0, 0, 0, 0.05);
    padding: 20px;
    font-size: 13px;
    border-radius: 25px 25px 0 25px;
    display: block;
    max-width: 160px;
    margin-top: 70px;
    margin-left: 70px;
}
.ziaimg {
    position: absolute;
    left: -40px;
    top: 60px;
    background: #008eff;
    padding: 20px;
    border-radius: 20px;
    width: 80px;
    height: 80px;
}
li[data-image="timeoff"] .ziaimg {
    top: 210px;
}
.header-top .ziaimg,
.header-top .profileimg {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
.header-top .profileimg {
    -webkit-transition: all 1s linear 3s;
    -o-transition: all 1s linear 3s;
    transition: all 1s linear 3s;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.header-top .boxbg1,
.header-top .boxbg2 {
    opacity: 0;
}
.header-top .boxbg1 {
    -webkit-transition: all 700ms ease-in 2s;
    -o-transition: all 700ms ease-in 2s;
    transition: all 700ms ease-in 2s;
}
.header-top .boxbg2 {
    -webkit-transition: all 700ms ease-in 4.5s;
    -o-transition: all 700ms ease-in 4.5s;
    transition: all 700ms ease-in 4.5s;
    margin-left: auto;
    max-width: 120px;
}
.header-top.animstart .boxbg1,
.header-top.animstart .boxbg2 {
    opacity: 1;
}
.header-top.animstart .ziaimg,
.header-top.animstart .profileimg {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
img {
    width: 100%;
}
.ziaimg img {
    max-width: 50px;
}
.profileimg {
    position: absolute;
    right: -40px;
    bottom: 60px;
}
.profileimg img {
    max-width: 80px;
}
.inner-cont-wrap {
    position: relative;
}
.inner-cont-wrap ul.inner-list li {
    width: 695px;
}
.inner-cont-wrap ul.inner-list li:not(:first-child) .boxbg2 {
    margin-top: 0;
    margin-left: 0;
    max-width: 300px;
}
.inner-cont-wrap ul.inner-list li:not(:first-child) .boxbg1 {
    margin-top: 70px;
}
.inner-cont-wrap ul.inner-list li:nth-child(4) .boxbg1 {
    margin-top: 30px;
}
span.topic,
span.anstxt {
    display: block;
    font-size: 13px;
}
span.topic {
    font-family: var(--primaryfont-semibold);
}
.inner-cont-wrap ul.inner-list li:nth-child(4) .boxbg2 {
    margin-top: 30px;
}
.inner-cont-wrap ul.inner-list li:not(:first-child) .profileimg {
    right: -40px;
    top: 60px;
}
.inner-cont-wrap ul.inner-list li:not(:first-child) .ziaimg {
    left: -40px;
    top: unset;
    bottom: 60px;
}
.inner-cont-wrap ul.inner-list li:not(:first-child) .ziaimg.dup {
    bottom: 220px;
}
.inner-cont-wrap ul.inner-list li:not(:first-child) .profileimg.dup {
    top: 250px;
}
.mid-section h2 {
    font-size: 50px;
}
.mid-section h3 {
    font-size: 32px;
}
.inner-cont-wrap ul.inner-list li .boxbg.onewordd .boxbg2 {
    margin-left: auto;
    max-width: 130px;
}
.inner-cont-wrap ul.inner-list li:nth-child(4) .boxbg.onewordd .boxbg2 {
    max-width: 110px;
}
.inner-cont-wrap ul.inner-list .boxbg.onewordd span:first-child {
    margin-top: 0;
}
.boxbg1 em {
    display: block;
    font-style: normal;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
}
.boxbg1 em:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
}
.inner-cont-wrap.fixed {
    position: fixed;
    top: 240px;
    width: 100%;
}
.inner-cont-wrap.attach {
    position: absolute;
    bottom: 630px;
    width: 100%;
}
.header-top h1 {
    font-size: 74px;
    font-family: var(--primaryfont-regular);
    color: #008eff;
}
.mid-section {
    padding: 90px 0 10px;
}
.mid-section .cont-sect {
    width: 100%;
}
.cont-sect {
    max-width: 600px;
    margin: 100px auto 80px;
    text-align: center;
}
.cont-sect h2 {
    font-size: 50px;
}
.mid-section .cont-part,
.mid-section .image-wrap {
    width: 50%;
    position: relative;
}
.mid-section .cont-part {
    width: 34%;
}
.mid-section .boxbg {
    background: #f3f5f6;
    height: auto;
}
.mid-section .boxbg2 {
    background: #008eff;
    color: #fff;
}
.bottom-cta-part {
    padding: 0 0 80px;
    text-align: center;
}
.bottom-cta-part h2 {
    font-size: 50px;
    max-width: 800px;
    margin: 0 auto 30px;
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
    .mid-section .cont-part li {
        height: 540px;
        padding-top: 50px;
    }
    .boxbg {
        padding: 40px 60px;
        margin-bottom: 150px;
        width: 330px;
    }
    .boxbg2 {
        max-width: 120px;
        font-size: 12px;
        padding: 14px 16px;
        margin-left: auto;
    }
    .boxbg1 em {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .boxbg1 {
        padding: 14px 24px;
    }
    .header-top .cont-part span {
        background-size: 70px auto;
        height: 60px;
    }
    .header-top h1 {
        font-size: 54px;
    }
    .header-top .boxbg {
        padding: 70px 60px;
        width: 330px;
        height: 330px;
    }
    .header-top .boxbg2 {
        max-width: 100px;
    }
    .header-top .boxbg1 {
        font-size: 13px;
    }
    .bottom-cta-part h2 {
        max-width: 720px;
        font-size: 40px;
    }
    .cont-sect h2 {
        font-size: 42px;
    }
    .header-top {
        padding: 100px 0;
    }
    li[data-image="timeoff"] .ziaimg {
        top: 170px;
    }
    li[data-image="timeoff"] .profileimg {
        bottom: 20px;
    }
    .inner-cont-wrap ul.inner-list li:not(:first-child) .ziaimg.dup {
        bottom: 170px;
    }
    .inner-cont-wrap ul.inner-list li:not(:first-child) .ziaimg {
        bottom: 20px;
    }
}
@media screen and (min-width: 1301px) {
    .mid-section .cont-part li {
        height: 580px;
        position: relative;
        color: #6e6e6e;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .mid-section .cont-part li.active {
       color: #000;
    }
    .image-wrap li {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
        opacity: 0;
    }
    .image-wrap li.active {
        opacity: 1;
    }
    .mid-section .cont-part span.txt {
        position: absolute;
        top: 15%;
    }
}
@media screen and (min-width: 768px) {
    #mini-panel-product_menu .menu-icon-help-header .product-title a,
    #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li a {
        color: #fff;
    }
    #mini-panel-product_menu .product-nav-links .menu > li > a,
    #mini-panel-product_menu .product-nav-links li .nolink {
        color: #fff;
    }
}
@media screen and (min-width: 1600px) {
    .act-btn {
        padding: 15px 40px;
    }
}
@media screen and (max-width: 1500px) {
    .ziaimg {
        width: 65px;
        height: 65px;
    }
    .profileimg img {
        max-width: 65px;
    }
    .inner-cont-wrap.fixed {
        top: 180px;
    }
    .boxbg2,
    .boxbg1 {
        padding: 14px 20px;
    }
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
    .boxbg1 em {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .boxbg {
        padding: 50px 70px;
        width: 330px;
        height: 320px;
    }
    .inner-cont-wrap ul.inner-list li:not(:first-child) .boxbg1 {
        margin-top: 50px;
    }
    .inner-cont-wrap.fixed {
        top: 210px;
    }
    .inner-cont-wrap.attach {
        bottom: 650px;
    }
    .inner-cont-wrap ul.inner-list li:nth-child(4) .boxbg1 {
        margin-top: 30px;
    }
}
@media screen and (min-width: 992px) {
    .mobview {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .header-top .cont-part,
    .header-top .img-part,
    .mid-section .cont-part,
    .mid-section .image-wrap {
        width: 100%;
        text-align: center;
    }
    .header-top .cont-part span {
        background-size: 75px auto;
        width: 81px;
        height: 65px;
    }
    .header-top p {
        max-width: 460px;
        margin: 0 auto 30px;
    }
    .mid-section .cont-part span.txt {
        position: static;
    }
    .mid-section .cont-part {
        max-width: 500px;
    }
    .mid-section .image-wrap {
        display: none;
    }
    .header-top h1 {
        font-size: 52px;
        max-width: 500px;
        margin: 0 auto 40px;
    }
    .header-top .img-part {
        margin-top: 40px;
    }
    .header-top .cont-part {
        margin-bottom: 40px;
    }
    .header-top {
        padding: 50px 0 30px;
    }
    .mid-section .cont-part li {
        margin: 0 0 80px;
    }
    .mid-section {
        padding: 20px 0 10px;
    }
    .mid-section .cont-part li {
        margin: 0 0 80px;
    }
    .mid-section .cont-part li p {
        margin-bottom: 40px;
    }
    .cont-sect h2 {
        font-size: 38px;
    }
    .cont-part li:not(:first-child) .profileimg {
        right: -40px;
        top: 60px;
    }
    .cont-part li:not(:first-child) .ziaimg {
        left: -40px;
        top: unset;
        bottom: 60px;
    }
    .cont-part .boxbg.onewordd span:first-child {
        margin-top: 0;
    }
    .cont-part li:not(:first-child) .boxbg2 {
        margin-top: 0;
        margin-left: 0;
        max-width: 300px;
    }
    .cont-part li .boxbg.onewordd .boxbg2 {
        margin-left: auto;
        max-width: 130px;
    }
    .cont-part li:nth-child(4) .boxbg.onewordd .boxbg2 {
        max-width: 100px;
    }
    .cont-part li:not(:first-child) .boxbg1 {
        margin-top: 70px;
    }
    .cont-part li:nth-child(4) .boxbg1 {
        margin-top: 30px;
    }
    .mid-section .boxbg {
        text-align: left;
    }
    .cont-part li:nth-child(4) .boxbg2 {
        margin-top: 30px;
    }
    .client-img {
        text-align: center;
    }
    .mid-section .boxbg:before,
    .mid-section .boxbg:after {
        content: none;
    }
    .bottom-cta-part h2 {
        font-size: 40px;
        max-width: 740px;
    }
    li[data-id="timeoff"] .ziaimg {
        top: 210px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .cont-part li:nth-child(4) .boxbg.onewordd .boxbg2 {
        max-width: 110px;
    }
}
@media screen and (max-width: 767px) {
    .boxbg {
        width: 260px;
        height: 260px;
    }
    .header-top:before {
        background-size: 490px auto;
        right: -20px;
    }
    .header-top .ziaimg {
        width: 50px;
        height: 50px;
    }
    .header-top .profileimg img {
        max-width: 50px;
    }
    .header-top .boxbg:before {
        top: -30px;
        background-size: 60px auto;
    }
    .header-top .boxbg:after {
        bottom: -90px;
        background-size: 68px auto;
    }
    .header-top .boxbg {
        padding: 60px 50px;
        text-align: left;
    }
    .header-top .boxbg1 {
        font-size: 12px;
    }
    .boxbg2 {
        margin-top: 40px;
        padding: 12px 20px;
    }
    .dott {
        left: 20px;
    }
    .header-top .boxbg2 {
        max-width: 90px;
        margin-top: 50px;
    }
    .ziaimg {
        width: 50px;
        height: 50px;
        padding: 14px;
        left: -20px;
        border-radius: 10px;
    }
    .profileimg img {
        max-width: 50px;
    }
    .header-top .boxbg1 {
        padding: 13px 25px;
    }
    .header-top .boxbg2 {
        padding: 14px 20px;
    }
    .boxbg {
        padding: 60px 50px;
    }
    .boxbg1,
    .boxbg2 {
        font-size: 11px;
    }
    .cont-part li:not(:first-child) .boxbg1 {
        margin-top: 20px;
    }
    .bottom-cta-part h2 {
        font-size: 30px;
    }
    .header-top h1 {
        font-size: 42px;
    }
    .header-top .cont-part span {
        background-size: 58px auto;
        width: 67px;
        height: 52px;
    }
    .bottom-cta-part {
        padding: 20px 0 80px;
    }
    .dott,
    .dott::before,
    .dott::after {
        width: 6px;
        height: 6px;
    }
    .profileimg {
        right: -20px;
    }
    .cont-part li:not(:first-child) .profileimg {
        right: -20px;
    }
    .cont-part li:not(:first-child) .profileimg.dup {
        top: 200px;
    }
    .cont-part li:not(:first-child) .ziaimg.dup {
        bottom: 180px;
    }
    .cont-part li:not(:first-child) .ziaimg {
        left: -20px;
    }
    .cont-part li .boxbg.onewordd .boxbg2 {
        max-width: 110px;
    }
    span.topic,
    span.anstxt {
        font-size: 11px;
    }
    .boxbg1 {
        font-size: 11px;
        padding: 14px 25px;
    }
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a {
        color: #fff;
    }
    .cont-sect h2 {
        font-size: 32px;
    }
    .cont-sect {
        margin: 60px auto;
    }
}
@media screen and (max-width: 480px) {
    .profileimg img {
        max-width: 50px;
    }
    .ziaimg {
        width: 50px;
        height: 50px;
    }
    .header-top .boxbg {
        width: 260px;
    }
    .boxbg {
        width: 290px;
    }
}
@media screen and (max-width: 350px) {
    .header-top .boxbg {
        width: 240px;
    }
    .boxbg {
        width: 260px;
    }
    span.oddtxt,
    .boxbg1,
    .boxbg2,
    span.topic,
    span.anstxt {
        font-size: 10px;
    }
    .profileimg img,
    .ziaimg {
        max-width: 40px;
    }
    .ziaimg {
        width: 50px;
        height: 42px;
    }
    .boxbg1 {
        padding: 14px 20px;
    }
    .header-top h1 {
        font-size: 34px;
    }
    .header-top .cont-part span {
        background-size: 44px auto;
        height: 42px;
    }
    .cont-sect h2,
    .mid-section h3 {
        font-size: 28px;
    }
    .bottom-cta-part h2 {
        font-size: 27px;
    }
}
