.sectionfixd {
    background: #007a7d;
    color: #fff;
    padding: 20px 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9;
}
.scfixdcontentflx {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}
.col-section.colone, .col-section.coltow, .col-section.coltree {
    align-items: center;
    display: flex;
    justify-content: center;
}
.col-section.colone {
    flex-direction: column;
}
.scfixdtitle {
    line-height: 40px;
}
h2.scfixdtitleh {
    font-size: 28px;
    font-weight: 800;
}
div#countdown {
    color: #fff;
    display: flex;
    gap: 40px;
    justify-content: center;
    text-align: center;
}
.col-section.coltree .towitem a, .col-section.coltree .towitem span {
    border-radius: 30px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .18);
    padding: 5px 25px;
}
.towitem .whatsapp {
    background: #1b7c38;
}

.towitem, .towitem a, .towitem span {
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.towitem {
    display: grid;
}

.container {
    margin: 0 auto;
    max-width: 1450px;
    padding: 0 20px;
    width: 100%;
}
div#countdown span {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7em;
}
@media screen and (max-width: 640px){
    .sectionfixd {
        padding: 10px 0;
    }
    .scfixdtitle {
        line-height: 24px;
    }
    h2.scfixdtitleh {
        font-size: 15px;
    }
    .scfixdtitle span {
        font-size: 10px;
    }
    div#countdown {
        gap: 10px;
    }
    div#countdown div {
        font-size: 12px !important;
    }
    div#countdown span {
        font-size: 20px !important;
    }
    .col-section.coltree a, .col-section.coltree span {
        font-size: 13px !important;
        font-weight: bold !important;
        border-radius: 3px !important;
    }
    .scfixdcontentflx .towitem .fa, .scfixdcontentflx .towitem a, .scfixdcontentflx .towitem span {
        font-size: 11px;
    }

}