.dayparting-page {
    padding: 90px 0 0 0;
    background: #2F3336;
}

.dayparting-page .pre-header {
    padding: 128px 0 380px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.dayparting-page .pre-header .section-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.dayparting-page .pre-header .section-bg.mob {
    display: none;
}

.dayparting-page .pre-header .section-bg img {
    width: 100%;
    height: 100%;
}

.dayparting-page .pre-header h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 69px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.dayparting-page .pre-header p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.dayparting-page .pre-header .actions {
    display: flex;
    justify-content: center;
    margin: 0 0 64px;
}

.dayparting-page .pre-header .actions .btn {
    margin: 0 16px;
}

.dayparting-page .pre-header .actions .btn .mob {
    display: none;
}

.dayparting-page .pre-header .section-img {
    width: 100%;
    max-width: 1160px;
}

.dayparting-page .pre-header .section-img img {
    width: 100%;
}

@media (max-width: 900px) {
    .dayparting-page {
        padding: 65px 0 0 0;
    }

    .dayparting-page .pre-header {
        padding: 96px 0 0;
    }

    .dayparting-page .pre-header .section-bg.desk {
        display: none;
    }

    .dayparting-page .pre-header .section-bg.mob {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: inherit;
        bottom: inherit;
    }

    .dayparting-page .pre-header .container {
        display: flex;
        flex-direction: column-reverse;
    }


    .dayparting-page .pre-header .section-img {
        width: 125vw;
        margin: 0 0 33px;
    }

    .dayparting-page .pre-header h1 {
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 24px;
    }

    .dayparting-page .pre-header h1 br {
        display: none;
    }

    .dayparting-page .pre-header p {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 48px;
    }

    .dayparting-page .pre-header .actions {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .dayparting-page .pre-header .actions .btn {
        margin-bottom: 32px;
    }
    .dayparting-page .pre-header .actions .btn:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .dayparting-page .pre-header .section-bg.mob {
        width: 140vw;
    }

    .dayparting-page .pre-header  {
        padding: 32px 0 0;
    }
    .dayparting-page .pre-header h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 18px;
    }

    .dayparting-page .pre-header p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }
    .dayparting-page .pre-header .btn {
        width: 100%;
        max-width: 240px;
        padding: 0;
    }
    .dayparting-page .pre-header .actions .btn .mob{
       display: block;
    }
    .dayparting-page .pre-header .actions .btn .desk{
       display: none;
    }
}

/*-------------------------------------------*/

.dayparting-page .service-details {
    padding: 128px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -284px 0 0 0;
}

.dayparting-page .service-details .planet {
    width: 80vw;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end
}

.dayparting-page .service-details .planet img {
    width: 100%
}

.dayparting-page .service-details .container {
    position: relative;
    z-index: 11
}

.dayparting-page .service-details h2 {
    font-size: 56px;
    line-height: 69px;
    text-align: center;
    color: #FFF;
    margin-bottom: 32px
}

.dayparting-page .service-details .row {
    display: flex;
    align-items: center;
    margin-bottom: 64px
}

.dayparting-page .service-details .row:nth-child(2n) {
    flex-direction: row-reverse
}

.dayparting-page .service-details .row .col {
    flex: 1;
    display: flex;
    flex-direction: column
}

.dayparting-page .service-details .row picture {
    width: 90%;
    max-width: 460px;
    height: inherit;
    margin: 0 100px 0 0
}

.dayparting-page .service-details .row:nth-child(2n) picture {
    margin: 0 0 0 100px
}

.dayparting-page .service-details .row picture img {
    width: 100%;
    margin: 0 100px 0 0;
}

.dayparting-page .service-details .row .col h3 {
    font-size: 32px;
    line-height: 40px;
    color: #FFF;
    margin-bottom: 18px
}

.dayparting-page .service-details .row .col p {
    font-size: 18px;
    line-height: 25px;
    color: #FFF;
    margin: 0
}

.dayparting-page .service-details .btn {
    margin: -32px auto 0
}

@media (max-width: 900px) {
    .dayparting-page .service-details {
        padding: 96px 0;
        margin: 0;
    }

    .dayparting-page .service-details .planet {
        width: 100vw;
        bottom: 450px;
    }

    .dayparting-page .service-details h2 {
        font-size: 48px;
        line-height: 55px;
        text-align: center;
        margin-bottom: 48px
    }

    .dayparting-page .service-details h2 br {
        display: none;
    }

    .dayparting-page .service-details .row {
        flex-direction: column !important;
        align-items: center;
        margin-bottom: 48px
    }

    .dayparting-page .service-details .row:last-child {
        margin-bottom: 0;
    }

    .dayparting-page .service-details .row:nth-child(2n) picture, .dayparting-page .service-details .row picture {
        margin: 0 0 18px
    }

    .dayparting-page .service-details .row .col {
        align-items: center
    }

    .dayparting-page .service-details .row .col h3 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 18px
    }

    .dayparting-page .service-details .row .col p {
        font-size: 18px;
        line-height: 25px;
        text-align: center
    }

    .dayparting-page .service-details .btn {
        margin: 0 auto
    }
}

@media (max-width: 600px) {
    .dayparting-page .service-details {
        padding: 64px 0 96px;
    }

    .dayparting-page .service-details .planet {
        display: none;
    }

    .dayparting-page .service-details h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 28px
    }

    .dayparting-page .service-details .row img {
        width: 100%
    }

    .dayparting-page .service-details .row:nth-child(2n) picture, .dayparting-page .service-details .row picture {
        width: 100%;
        margin: 0 0 12px
    }

    .dayparting-page .service-details .row {
        margin-bottom: 32px
    }

    .dayparting-page .service-details .row .col h3 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 12px
    }

    .dayparting-page .service-details .row .col p {
        font-size: 16px;
        line-height: 24px
    }
}


/*----------------------------------------------------*/
.dayparting-page .registration-block h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 69px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 48px;
}

.dayparting-page .registration-block .btn {
    margin: 0 auto;
}

@media (max-width: 900px) {
    .dayparting-page .registration-block h2 {
        font-size: 48px;
        line-height: 59px;
        margin-bottom: 32px;
    }

    .dayparting-page .registration-block h2 br {
        display: none;
    }
}

@media (max-width: 600px) {
    .dayparting-page .registration-block h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 28px;
    }
}

/*----------------------------------------------------*/

.dayparting-page .how-work {
    padding: 15vw 0 128px 0;
    position: relative;

    background-size: 100% 95%;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.dayparting-page .how-work .planet-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: inherit;
    z-index: 1;
}

.dayparting-page .how-work .container {
    z-index: 11;
    position: relative;
}

.dayparting-page .how-work h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 69px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 48px;
}

.dayparting-page .how-work .section-description {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #686868;
    margin-bottom: 48px
}

.dayparting-page .how-work .tabs {
    display: flex;
    align-items: center
}

.dayparting-page .how-work .tabs .navigation {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0 40px 0 0
}

.dayparting-page .how-work .tabs .navigation > div {
    padding: 24px;
    display: flex;
    align-items: flex-start;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 0 15px
}

.dayparting-page .how-work .tabs .navigation div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: transparent;
    transition: .2s ease-in-out;
    cursor: pointer
}

.dayparting-page .how-work .tabs .navigation div.active {
    background: #FFF;
    box-shadow: 0 4px 45px rgba(0, 0, 0, 0.07)
}

.dayparting-page .how-work .tabs .navigation div.active::before {
    background: #FF5256
}

.dayparting-page .how-work .tabs .navigation div i {
    width: 36px;
    height: 36px;
}

.dayparting-page .how-work .tabs .navigation div i svg {
    width: 36px;
    height: 36px;
    fill: rgba(255, 255, 255, 0.1);
}

.dayparting-page .how-work .tabs .navigation div.active i svg {
    fill: #FF5256
}

.dayparting-page .how-work .tabs .navigation div .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 25px
}

.dayparting-page .how-work .tabs .navigation div .col b {
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 8px
}

.dayparting-page .how-work .tabs .navigation div .col p {
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: .2s ease-in-out
}

.dayparting-page .how-work .tabs .navigation div.active .col p {
    max-height: 200px
}

.dayparting-page .how-work .tabs .navigation div.active .col b {
    color: #353A3E;
}

.dayparting-page .how-work .tabs .navigation div .col img {
    display: none
}

.dayparting-page .how-work .tabs .navigation .btn {
    margin: 20px 0 0 0;
}

.dayparting-page .how-work .tabs .tabs-content {
    width: 57%
}

.dayparting-page .how-work .tabs .tabs-content div {
    display: none;
    animation: fadeEffect 1s
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.dayparting-page .how-work .tabs .tabs-content div.active {
    display: flex
}

.dayparting-page .how-work .tabs .tabs-content div img {
    width: 100%;
    height: inherit
}

@media (max-width: 900px) {
    .dayparting-page .how-work {
        padding: 96px 0;
        background-image: url("../../../uploads/2022/09/dayparting-page-how-work-bg-mob.png") !important;
        background-repeat: no-repeat;
        margin: 96px 0 0 0;

        background-size: 100% 100%;
    }

    .dayparting-page .how-work h2 {
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 18px
    }

    .dayparting-page .how-work .section-description {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 32px
    }

    .dayparting-page .how-work .tabs .tabs-content {
        display: none
    }

    .dayparting-page .how-work .tabs .navigation {
        margin: 0
    }

    .dayparting-page .how-work .tabs .navigation div .col img {
        display: block;
        width: 81%;
        height: inherit;
        margin: 18px 0 0
    }

    .dayparting-page .how-work .tabs .navigation > div {
        max-height: 85px;
        overflow: hidden;
        transition: .2s ease-in-out;
        background: #FFF;
        box-shadow: 0 4px 45px rgba(0, 0, 0, 0.07);
        border-radius: 8px
    }

    .dayparting-page .how-work .tabs .navigation div i svg {
        fill: #E4E4E4;
    }

    .dayparting-page .how-work .tabs .navigation div .col b {
        color: #353A3E;
    }

    .dayparting-page .how-work .tabs .navigation div .col p {
        max-height: initial
    }

    .dayparting-page .how-work .tabs .navigation div.active {
        max-height: 600px
    }

    .dayparting-page .how-work .tabs .navigation div .col b {
        margin-bottom: 30px;
        margin-top: 2px
    }

    .dayparting-page .how-work .tabs .navigation div.active .col b {
        margin-bottom: 8px
    }

    .dayparting-page .how-work .tabs .navigation .btn {
        margin: 50px auto 0;
    }
}

@media (max-width: 600px) {
    .dayparting-page .how-work {
        padding: 64px 0
    }

    .dayparting-page .how-work h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 18px
    }

    .dayparting-page .how-work .section-description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px
    }

    .dayparting-page .how-work .tabs .navigation > div {
        padding: 24px 12px 24px 18px;
        gap: 12px;
        max-height: 80px
    }

    .dayparting-page .how-work .tabs .navigation div i {
        width: 32px;
        height: 32px;
        font-size: 20px;
        line-height: 33px
    }

    .dayparting-page .how-work .tabs .navigation div .col img {
        width: 100%
    }

    .dayparting-page .how-work .tabs .navigation div .col b {
        font-size: 24px;
        line-height: 33px;
        margin-top: 0
    }

    .dayparting-page .how-work .tabs .navigation div .col p {
        font-size: 16px;
        line-height: 24px
    }
}

/*---------------------------------------*/
.dayparting-page .pricing-comments {
    background: #fff;
    padding: 128px 0 0;
}

/*---------------------------------------*/

.dayparting-page .help-block {
    padding: 128px 0 166px;
    background: #fff;
}

.dayparting-page .help-block .container {
    display: flex;
    flex-direction: column
}

.dayparting-page .help-block h2 {
    text-align: center;
    font-size: 56px;
    line-height: 69px;
    color: #353A3E;
    margin: 0 0 48px
}

.dayparting-page .help-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: 28px;
    grid-template-columns:1fr 32% 1fr 15%;
    grid-template-rows:1fr 1fr
}

.dayparting-page .help-block ul li {
    display: flex;
    flex-direction: column;
    padding: 32px 28px 48px;
    background: #FFF;
    box-shadow: 0 4px 45px rgba(0, 0, 0, 0.07);
    border-radius: 8px
}

.dayparting-page .help-block ul li h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #353A3E;
    margin-bottom: 12px
}

.dayparting-page .help-block ul li h4 svg {
    margin: 0 8px 0 0
}

.dayparting-page .help-block ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin-bottom: 34px
}

.dayparting-page .help-block ul li .learn-more-link {
    width: max-content;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    text-transform: uppercase;
    margin: auto 0 0
}

.dayparting-page .help-block ul li.zth {
    background: #353A3E;
    grid-area: 1 / 2 / 3 / 3
}

.dayparting-page .help-block ul li.zth picture {
    width: 94%;
    height: auto;
    margin: 12px -28px 0 auto
}

.dayparting-page .help-block ul li.zth picture img {
    width: 100%
}

.dayparting-page .help-block ul li.analytics {
    grid-area: 1 / 3 / 2 / 4;
    background: #FF5256
}

.dayparting-page .help-block ul li.analytics h4, .dayparting-page .help-block ul li.zth h4, .dayparting-page .help-block ul li.analytics p, .dayparting-page .help-block ul li.zth p {
    color: #fff
}

.dayparting-page .help-block ul li.blog {
    grid-area: 2 / 1 / 3 / 2
}

.dayparting-page .help-block ul li.automation {
    grid-area: 2 / 3 / 3 / 5
}

.dayparting-page .help-block .btn {
    margin: 64px auto 0
}

.dayparting-page .help-block .mob {
    display: none
}

@media (max-width: 900px) {
    .dayparting-page .help-block {
        padding: 96px 0
    }

    .dayparting-page .help-block ul {
        grid-template-columns:repeat(2, 1fr);
        grid-template-rows:repeat(3, 1fr);
        grid-row-gap: 18px;
        grid-column-gap: 20px;
        grid-template-areas:'analytics automation' 'zth zth' 'helpCenter blog'
    }

    .dayparting-page .help-block ul li {
        height: 40vw;
        padding: 32px 18px
    }

    .dayparting-page .help-block ul li p {
        margin-bottom: 32px
    }

    .dayparting-page .help-block ul li.analytics {
        grid-area: analytics
    }

    .dayparting-page .help-block ul li.automation {
        grid-area: automation
    }

    .dayparting-page .help-block ul li.zth {
        grid-area: zth;
        padding-right: 35%;
        position: relative;
        overflow: hidden
    }

    .dayparting-page .help-block ul li.zth picture {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30%;
        margin: auto 0;
        display: flex;
        align-items: center
    }

    .dayparting-page .help-block ul li.help-center {
        grid-area: helpCenter
    }

    .dayparting-page .help-block ul li.blog {
        grid-area: blog
    }

    .dayparting-page .help-block .btn {
        margin: 48px auto 0
    }
}

@media (max-width: 600px) {
    .dayparting-page .help-block {
        padding: 64px 0
    }

    .dayparting-page .help-block h2 {
        margin-bottom: 28px;
        font-size: 32px;
        line-height: 40px
    }

    .dayparting-page .help-block ul {
        grid-template-columns:1fr;
        grid-template-rows:auto;
        grid-row-gap: 12px;
        grid-template-areas:'analytics' 'automation' 'zth' 'helpCenter' 'blog'
    }

    .dayparting-page .help-block ul li {
        height: max-content;
        padding: 32px 18px
    }

    .dayparting-page .help-block ul li.zth {
        padding-right: 18px
    }

    .dayparting-page .help-block ul li.zth p {
        margin-bottom: 18px
    }

    .dayparting-page .help-block ul li.zth picture {
        width: 71%;
        position: relative;
        left: 0;
        margin: 40px -18px 35px auto
    }
}

/*-------------------------------------------*/

.dayparting-page .request-demo {
    background: #fff;
}

.dayparting-page .request-demo .block img {
    width: 35%
}

@media (max-width: 900px) {
    .dayparting-page .request-demo .block {
        padding-bottom: 48px
    }

    .dayparting-page .request-demo .block img {
        width: 49%
    }
}

@media (max-width: 600px) {
    .dayparting-page .request-demo .block {
        padding-bottom: 0
    }

    .dayparting-page .request-demo .block img {
        width: 100%;
        position: inherit;
        margin: 48px -10px -5px 10px
    }
}