.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: flex-start;
}

textarea {
    resize: none;
}

.tyc-container {
    width: 100%;
    height: calc(100vh - 390px);
    padding: 0 15rem;
}

.no-scrollable {
    overflow: hidden;
}

.tbl-prc-heading .price-info  {
	font-weight: 500;
    letter-spacing: 2px;
    margin: 30px 0 0 0;
    line-height: 70px;
	font-size: 70px;
}

#registerButton {
    width: 100%;
    text-align: center;
}

.submit-status span {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

span.line {
    height: 8px;
    background-color: #00BDFC;
    width: 175px;
    position: absolute;
    top: 56px;
    left: 205px;
    z-index: -1;
}

.affa-feature-img h4, .affa-feature-img p {
    padding-left: 60px;
    padding-right: 40px;
}

.header-register, .features-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.steps-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.contact-container ul {
    list-style: none;
    width: fit-content;
    margin: 0 auto;
}

.contact-container ul li {
    margin-bottom: 32px;
}

.contact-container h4 {
    margin: 0;
    font-size: 24px;
}

.contact-container i {
    font-size: 28px;
    margin-right: 78px;
    width: 28px;
    height: 28px;
}

@media (max-width: 1200px) {
    
    span.line {
        left: 180px;
    }

}

@media (max-width: 992px) {
    
    .affa-feature-img h4, .affa-feature-img p {
        padding-left: 20px;
        padding-right: 0px;
    }

    span.line {
        width: 115px;
        left: 145px;
    }

	.contact-container i {
		margin-right: 30px;
	}

	.contact-container h4 {
		font-size: 21px;
	}
}

@media (max-width: 769px) {
    
    .header-register, .features-container {
        display: block;
    }

    .steps-container {
        flex-direction: column;
        flex-wrap: wrap;
    }

    span.line {
        display: none;
    }

	.contact-container i {
		margin-right: 20px;
	}

	.contact-container h4 {
		font-size: 18px;
	}
}

.register-success-mailto {
    color: #295f29 !important;
    text-decoration: underline;
}

.register-success-mailto:hover {
    color: #0a4d0a  !important;
    text-decoration: underline;
}

.register-error-mailto {
    color: #d86c6c !important;
    text-decoration: underline;
}

.register-error-mailto:hover {
    color: #f74141 !important;
    text-decoration: underline;
}

#register-error-close-button {
    color: #f74141 !important;
    cursor: pointer;
    position: absolute;
    bottom: 32px;
}

#register-error-close-button:hover {
    color: #f74141 !important;
    transform: scale(1.01);
    cursor: pointer;
    text-decoration: underline;
}