body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p
{
    font-family: 'Montserrat', sans-serif;
}
body {
    background: #fff;
}
p {
    font-size: 14px;
    color: #4E4E4E;
}
li {
    font-size: 14px;
    color: #4E4E4E;
    text-decoration: none;
}
a {
    font-size: 14px;
    color: #868686;
}


.bg-registration {
    background-position:inherit;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
    width:100%;
    background-color: #185c45;

}

.green-text-header {
    color: #006400;
}

.dark-green-text {
    color: #0c6835;
}
.btn-success {
    background-color: #019f4e!important;

}


.footer-text-mobile {
    color: #019f4e;
    font-size: 8px!important;
    margin-right: 10px!important;
    margin-top: 10px;
}

.h-body-text {
    font-size: 40px;
}

.img-40years-h {
    width: 350px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.img-40years-reg {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 50px;
}
.img-40years-tq {
    width: 410px;
    margin-top: 80px;
    margin-bottom: 50px;
}

.reg-button {
    width: 180px;
    margin-bottom: 70px;

}

.reg-button:hover {
   opacity: 90%;

}
.registration-button {
    background-color: #083d20!important;
    border: 2px solid rgb(235, 219, 3);
    border-radius: 12px;
}
.thank-you-body-bg{
    background-color: #fff;
    border: 4px solid #9d521e;
    border-radius: 20px;
    margin-top: -131px;
    margin-bottom: 170px!important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

}

.bg-modal-auto-pop-up {
    background-color: #fff;
    border: 5px solid #9d521e;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.pop-up-button {
    background-color: #fff!important;
    border: 2px solid #9d521e;
    color: #0c4727;
    border-radius: 50px;
    font-weight: bold;
}
.pop-up-button:hover {
    color: #0c4727;

}

.input-pop-up {
    border-radius: 10px;
    width: 250px;
    font-size: 12px;
    padding: 10px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

@media only screen
    and (device-width : 375px)
    and (device-height : 812px)
    and (-webkit-device-pixel-ratio : 3) {

        .mobile-footer-text {
            font-size: 2px!important;
        }
    }




