/*# sourceMappingURL=new-style.css.map */
.signup-form label {
    margin-bottom: 7px;
}
.section3 .section3-background {
	background-image: url(../img/img6.png);
}
.price-wrapper h2 b {
	font-size: 46px;
    font-weight: 900;
}
.modal-dialog {
    max-width: 55%;
    margin: 3.75rem auto;
}
.modal-content {
    position: relative;
}
.btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #fff;
    color: #000;
    opacity: 1;
    padding: 10px;
    border-radius: 50px;
}