section {
    margin: 35px 0;
}
.tok-registraion-section {
    overflow: hidden;
    position: relative;
    background-color: #22b573;
    padding: 75px 20px;
}
.tok-registraion-section > img {
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.tok-countdown-content {
    overflow: hidden;
    position: relative;
    background: rgba(34, 181, 115, 0.8);
    height: auto;
    width: 100%;
    border-radius: 5px;
    padding: 50px 0;
}
.tok-timer-content {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #fff;
}
.mt-8 {
    margin-top: 80px;
}
.digit {
    background-color: #22b573 !important;
    border: 1px solid #fff;
}
.digit.static {
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
    
    background-image: linear-gradient(bottom, #22b573 50%, #22b573 50%);
    background-image: -o-linear-gradient(bottom, #22b573 50%, #22b573 50%);
    background-image: -moz-linear-gradient(bottom, #22b573 50%, #22b573 50%);
    background-image: -webkit-linear-gradient(bottom, #22b573 50%, #22b573 50%);
    background-image: -ms-linear-gradient(bottom, #22b573 50%, #22b573 50%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #22b573),
        color-stop(0.5, #22b573)
    );
}
.countdownHolder {
    display: flex;
    justify-content: center;
}
.btn-orange {
    color: #fff;
    background-color: #22b573;
    border-color: #22b573;
    font-weight: 700;
    font-size: 18px;
}
.btn-orange:hover {
    color: #fff;
}
.tok-header {
    position: relative;
}
.tok-header > h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #22b573;
}
.tok-lpe-subheader {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #22b573;
}
.lpe-division {
    border-left: 2px solid #fff;
}
.tok-content > p {
    width: 90%;
}
.tok-bg-img {
    width: 700px;
}
.tok-form {
    padding: 20px 10px !important;;
    background-color: #dddddd;
    width: 90%;
}

@media (min-width: 1439px) {
    .tok-bg-img {
        width: 700px;
    }
    .tok-content > p {
        width: 90%;
        text-align: left;
    }
    .tok-form {
        width: 90%;
        
    }
    .lpe-division {
        border-left: 2px solid #fff;
    }
    .tok-registraion-section {
        background-color: #22b573;
    }
    .tok-registraion-section > img {
        height: auto;
    }
    .tok-countdown-content {
        width: 100%;
    }
    .tok-image {
        height: 605px;
        object-fit: cover;
    }
    .mb-md-3 {
        margin-bottom: 0px;
    }
}

@media (max-width: 1025px) {
    .tok-bg-img {
        width: 80%;
    }
    .tok-content > p {
        width: 100%;
        text-align: center;
    }
    .tok-form {
        width: 80%;
        height: auto;
    }
    .lpe-division {
        border-left: none;
    }
    .tok-registraion-section {
        background-color: transparent;
    }
    .tok-registraion-section > img {
        height: 100dvh;
    }
    .tok-header > h1 {
        font-size: 50px;
    }
    .tok-countdown-content {
        width: 100%;
    }
    .mb-md-3 {
        margin-bottom: 0px;
    }
    .tok-image {
        height: 100%;
        object-fit: cover;
    }
    .mb-md-3 {
        margin-bottom: 0px;
    }
}
@media (max-width: 426px) {
    .tok-header > h1 {
        font-size: 42px;
    }
    .tok-countdown-content {
        width: 100%;
    }
    .tok-bg-img {
        width: 100%;
    }
    .tok-form {
        width: 100%;
    }
    .mb-md-3 {
        margin-bottom: 10px;
    }
    .jssocials-shares {
        text-align: center;
    }
    .tok-image {
        height: 100%;
        object-fit: cover;
    }
    .mb-md-3 {
        margin-bottom: 15px;
    }
}