.fx-count-down-timer__wrapper {
    text-align: center;
    background-color: #F7F7FC;
    border-radius: 10px;
    padding: 22px;
    position: relative;
    border: 1px solid;
    border-color: #4a85c1;
}

.fx-count-down-timer .count-date {
    display: flex;
    font-size: 25px;
    font-weight: 800;
    margin: 4px;
    /* width: calc(50% - 12px); */
    flex-direction: column;
    background: #ea4904;
    padding: 8px;
    color: #fff;
    border-radius: 10px;
}

.countdown-schedule-desktop {
      display: none;
    }

.countdown-schedule-desktop .fx-count-down-timer .count-date {
    font-size: 20px;
    padding: 6px;
}

.countdown-schedule-desktop  .fx-count-down-timer--left{
    max-width: 60px;
    height: 60px;
}

.countdown-schedule-desktop .fx-count-down-timer--left {
    margin: 10px 15px 10px 0px;
}

.countdown-schedule-desktop .fx-count-down-timer .count-date span {
    font-size: 10px;
}

.countdown-schedule-desktop .fx-count-down-timer__wrapper {
    padding: 30px 26px;
}

.countdown-schedule-desktop .fx-count-down-timer__wrapper:before, .countdown-schedule-desktop .fx-count-down-timer__wrapper:after{
    width: 40px;
    height: 40px;
}

.countdown-schedule-desktop .fx-count-down-timer__wrapper {
    padding: 30px 26px;
    position: relative;
    left: -57px;
    width: 357px;
}

.countdown-schedule-desktop .fx-count-down-timer__heading{
    font-size: 24px;
}

.fx-count-down-timer .count-date span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

.fx-count-down-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fx-count-down-timer__heading {
    margin-bottom: 10px;
}

.fx-count-down-timer--left {
    margin: 40px;
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #4a85c1;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}

.fx-count-down-timer--left img {
    filter: brightness(0) invert(1);
    padding: 16px;
    max-width: 100%;
    height: auto;
    width: 74px;
}



@media(min-width: 600px) {
    .fx-count-down-timer .count-date {
        width: auto;
    }

    .fx-count-down-timer__wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 630px;
        margin: auto;
    }

    .fx-count-down-timer--left{
        margin: 10px 40px 10px 10px;
    }

    .fx-count-down-timer--right {
        width: auto;
    }

    .fx-count-down-timer {justify-content: flex-start;}

    .fx-count-down-timer__heading {
        text-align: left;
    }

    .fx-count-down-timer__wrapper:before,.fx-count-down-timer__wrapper:after {
        content: '';
        display: block;
        position: absolute;
        background: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        top: 50%;
        left: -25px;
        border-color: #4a85c1 #4a85c1 transparent transparent;
        border-width: 1px;
        border-style: solid;
        border-radius: 50%;
        transform: translateY(-50%) rotateZ(45deg);
    }

    .fx-count-down-timer__wrapper:after {
        left: auto;
        right: -25px;
        transform: translateY(-50%) rotateZ(225deg);
    }
}


@media(min-width:1025px){
    .fx-count-down-timer__wrapper{
        padding:30px 50px;
    }
    .fx-count-down-timer .count-date{
        padding: 10px;
    }
    .countdown-schedule-desktop {
      display: block;
    }
    .countdown-schedule-mobile{
        display: none;
    }
}

@media(min-width:1400px){
.countdown-schedule-desktop .fx-count-down-timer__wrapper {
    padding: 30px 26px;
    position: relative;
    left: -57px;
    width: 450px;
}
}