span.small-font {
    font-size: 24px;
    display: block;
}
.grid-group .form-group{
    display: flex;
    flex-direction: column;
}
.form-title {
    text-align: center;
}

.form-title:after{
    content: "";
    display: block;
     width: 50px;
    height: 3px;
    background: #d21e10;
    border-radius: 5px;
    margin: 5px auto;
}
.banner-form-fields form, .spinner-div, #thankyoumsg_c{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2),  -5px -5px 10px rgba(0,0,0,0.2);
    min-height: 380px
}
.spinner-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-group-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grid-group:after{
    content: "";
    clear: both;
    display: block;
}
.submit-btn{
    display: inline;
    padding: 5px 50px;
    border: none;
    border-radius: 5px;
    /* background: #d52b1e; */
    background: #029dcd;
    color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1), -2px -2px 5px rgba(0,0,0,.1);
    margin: 10px 10px 20px 10px;
}
.inputGroupContainer .input-group{
    width: 100% !important;
}

.inputGroupContainer .input-group input{
    border-radius: 5px !important;
}

.grid-group {
    display: flex;
    flex-wrap: wrap;
}

.grid-group .error{
    color: #d52b1e;
    font-weight: 400;
}
.grid-group  .form-control.error{
    border: 1px solid #d52b1e !important;
    color: #d52b1e;
}

.grid-group  .form-control.valid{
    border: 1px solid #1ed523 !important;
    color: #000;
}

sup.required_star {
    color: red;
}

.display-flex-cenetr{
    display: flex;
    flex-wrap: wrap;
}
.banner-error-field:has(span){
    margin-bottom: 10px;
    border: 1px solid #ffc6c6;
    background: #ffd4d4;
    color: #242424;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 600;
    /* box-shadow: 3px 3px 5px rgba(0,0,0,.1), -3px -3px 5px rgba(0,0,0,.1); */
}
.form-group.col-sm-12.custom-field {
    display: flex;
    flex-direction: row;
    align-items: start;
}


.form-group.col-sm-12.custom-field input{
    max-width: 15px;
}

.form-group.col-sm-12.custom-field input{
    margin-top:-5px !important;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #000000;
    border-bottom-color: #d52b1e;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

#thankyoumsg_c {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*thank you tick*/
.checkmark__circle{stroke-dasharray: 166;stroke-dashoffset: 166;stroke-width: 2;stroke-miterlimit: 10;stroke: #3EAB43;fill: none;animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards}
.checkmark{width: 56px;height: 56px;border-radius: 50%;display: block;stroke-width: 2;stroke: #3EAB43;stroke-miterlimit: 10;margin: 10% auto;box-shadow: inset 0px 0px 0px #7ac142;animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both}
.checkmark__check{transform-origin: 50% 50%;stroke-dasharray: 48;stroke-dashoffset: 48;animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards}
@keyframes stroke{100%{stroke-dashoffset: 0}}
@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}
@keyframes fill{100%{box-shadow: inset 0px 0px 0px 30px #fff}}

.lottery .msgbox{
    border: none;
    background: transparent;
}
.thankyou-check{
    margin-bottom: 20px;
}
p.entry-number {
    font-weight: bold;
    font-size: 22px;
}

.lottery .main-banner{
    background: url(../../images/lottery/lottery-banner-2.png);
    background-size: cover;
    background-position: right center;
    /* padding: 100px; */
    padding: 50px 100px;
}
.text-black{
    color: #000 !important;
}
.text-red{
    color: #D52B1E !important;
}

.how-it-works {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    justify-content: space-around;
    max-width: 300px;
}
.fd-center{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: stretch;
}

.fd-center:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    display: block;
    top: 0px;
    right: 0px;
    background-image: linear-gradient(#F7F1EC, #33333361, #F7F1EC);
}
.fd-center:last-child:after{
    display: none;
}
.hurry-up{
    background: url(../../images/lottery/banner-1920.png);
    background-size: cover;
    background-position: right center;
    /* padding: 50px; */
}


.c-card.x-services {
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.card-sub-pink{
    background-color: #FFEDEC;
    padding: 5px 15px;
    padding-right: 40px;
    min-height: 110px;
    margin-bottom: 15px;
    border-radius: 5px;
}


.card-sub-pink .number {
    color: #EFCE31;
font-size: 30px;
font-style: normal;
font-weight: 800;
line-height: normal;
background: transparent;
    top: 10px;
    left: 20px;
}

.card-sub-pink h3{
    color: #000;
font-size: 16px;
font-weight: 700;
    
    margin-bottom: 0px;
}

.card-sub-pink {
    display: flex;
    align-items: end;
    background-image: url(../../images/lottery/ribbon.png);
    background-color: #FFEDEC;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.banner_headtitle span{
    margin-bottom: 10px;
}

.match-box .text-white {
    font-size: 16px;
}
.banner_headtitle{
    line-height: 55px;
}
.breadcrumbwrap {
    display: none;
}
.red-sqr li{
    margin-bottom: 10px;
}
.form-title{
    font-size: 28px;
}

.hurry-up{
    background: url(../../images/lottery/banner-1920.png);
    background-size: cover;
    background-position: right center;
    /* padding: 50px; */
}
.cta-fix {
    display: none;
}

.img-fluid {
    max-width: 100%;
}

.header-sprite{
    padding: 0px 20px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

a.header-scroll-cta {
    background: #029DCD;
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    width: 205px;
    height: 50px;
    border-radius: 7px;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;

}
@media only screen and (max-width: 512px){
    .lottery .main-banner{
        padding: 20px;
    }
    .section-title h3{
        text-align: center;
    }
    .fd-center:after{
        display: none !important;
    }
    .col-lg-12.text-center.center-header, .full-wd-cont {
        text-align: center;
        display: block;
        width: 100%;
    }
    .c-card{
        min-height: auto !important;
    }
    .grid-group .form-group.col-md-6.col-sm-12 {
        width: 100%;
    }
    .display-flex-cenetr {
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
    }
    .fd-center {
        display: flex;
        justify-content: center;
        position: relative;
        margin-bottom: 20px;
        align-items: stretch;
    }
}