/***** Start Thank You CSS  ******/

.comingsoon .gray-bg {background-color: #f0f0f0; padding: 10px 10px;}



.thankyou .circle-orange-bg { background-position: center top; background-repeat: no-repeat; background-size: 100%;}
.thankyou .heading {display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 5% 0;}
.thankyou .email-icon img {
    max-width: 100%;
    height: 80px;
    margin-bottom: 20px;
}

.thankyou-message {display: flex; flex-direction: column; align-items: center; justify-content: center;}
.thankyou-message h2 {
    font-size: 20px;
    color: var(--black);
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 15px;
}
.thankyou-message p {font-size: 18px;font-weight: 200;line-height: normal; margin-bottom: 20px;color: var(--gray);text-align: center;}
/***** Start Thank You CSS The End  ******/
.notifyme {
    margin-top: 20px;
}

/***** Start Notifyme CSS ******/
.notifyme .subscribers {    
    padding: 0px 0 20px 0;
    max-width: 100%;
    width: 30%;
    margin: 0px auto;
}
.notifyme h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.notifyme .subscribers .input-group{
    width: calc(100% - 0px);
}
.notifyme .subscribers h5 {font-size:24px;color: var(--black);font-weight: 600; line-height: normal; text-align: center;}
.notifyme .subscribers .form-inline {width: 100%;}
.notifyme .subscribers .form-inline .form-control{
    line-height: 20px;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    height: calc(1.25rem + 20px);
    box-shadow: none;
    outline: none;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    z-index: auto;
    padding: 0px 10px;
}
.notifyme .subscribers .form-inline .btn {padding: .5rem 1.75rem;font-weight: 600;font-size: 16px;border-radius: .50rem}
.notifyme .subscribers .form-inline .btn-secondary {color: #fff;transition: 0.3s; border: 0;}
.notifyme .subscribers .form-inline .btn-secondary:hover,.comingsoon .subscribers .form-inline .btn-secondary:focus {color: #fff; border: none; outline: none; box-shadow: none;} 

/***** Start Notifyme CSS The end ******/

.heading-logo img {
    max-width: 100%;
    width: 30%;
}


@media only screen and (min-width: 0px) and (max-width: 767px){
    .virtual-event-page h2 {
    line-height: 25px;
    padding: 0px;
    }

    .notifyme .subscribers .form-inline .form-control {
    height: calc(1.25rem + 15px);
    font-size: 12px;
    }

    .thankyou-message h2 {
    font-size: 14px;
    }


    .thankyou-message p {
    font-size: 16px;
    padding: 0 0%;
    margin-bottom: 20px;
    }

    .notifyme .subscribers .form-inline .btn {
    padding: 0px 10px;
    font-size: 0.7rem;
    margin-left: 10px;
    }

    .notifyme .subscribers {
    width: 100%;
    }

    .thankyou .email-icon img {
    height: 40px;
    margin-bottom: 10px;
    }

}