#register_modal .modal-dialog {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}
#register_modal .modal-dialog .modal-content {
	background: #FFF;
	padding: 25px 0;
}
#register_modal h2.modal-title {
	width: 100%;
	font-family: 'true_bold_specialregular';
	font-size: 48px;
	line-height: 1;
    margin-bottom: 10px;
	text-transform: uppercase;
}

#register_modal p.tagline {
    font-size: 30px;
    line-height: 1;
	color: #979797;
}
#register_modal .package {
	background-color: rgba(202, 210, 216, 0.8);
	padding: 20px 0 0;
}
#register_modal .package .card {
    padding: 10px 15px;
    margin-bottom: 22px;
    box-shadow: 0 8px 3px rgba(0,0,0,.1);
    border-radius: 16px;
	border:5px solid transparent;
}

#register_modal .package .card ul {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    text-align: center;
    flex-wrap: wrap;
}

#register_modal .package .card .package-description {
    margin: 5px 0;
	line-height: 1.2;
	font-family: 'true_mediumregular';
}

#register_modal .package .card h5 {
    font-size: 24px;
    line-height: 24px;
    font-family: 'true_boldregular';
    margin: 5px 0;
}

#register_modal .package .card ul li {
    font-size: 14px;
    line-height: 20px;
    width: 20%;
}

#register_modal .package .card ul li i {
    border-radius: 50%;
    color: #FFF;
    margin-right: 0;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    background: linear-gradient(to right, #EC4596 0%, #8F3C9C 100%);
}

#register_modal .package .card ul li i:before {
    font-size: 45px;
}

#register_modal .package .card ul li i.icon-knowledge {
    padding-top: 8px
}

#register_modal .package .card ul li i.icon-knowledge:before {
    font-size: 30px;
}

#register_modal .package .card ul li>* {
    display: block;
    text-align: center;
}

#register_modal .package img {
    max-height: 40px;
    max-width: 150px;
    width: inherit;
    height: inherit;
}

#register_modal .package .card:hover img {
    transform: none;
}

#register_modal .package .pcakage-price {
    font-family: 'true_boldregular';
	font-size: 35px;
}

#register_modal .package .pcakage-price small {
    font-family: 'true_mediumregular';
	    font-size: 20px;
}
#register_modal input[type="radio"] {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-appearance: none;
	z-index: 1;
	cursor: pointer;
}

#register_modal .form-control {
	position: relative;
	background-color: #FFF;
	border: 1px solid #D1D7E7;
	font-size: 22px;
}
#register_modal input[type="radio"]:checked+.card {
	border-color: var(--primary-color);
}
#register_modal label {
	font-family: 'true_boldregular';
	color: #21284F;
	font-size: 24px;
	margin-bottom: 10px;
}
#register_modal .field {
    width: 49%;
}
#register_modal select.form-select {
    width: 47%;
}
#register_modal .form-control.form-radio {
    background-color: transparent;
    padding: 0;
}
#register_modal .btn-close {
	background-image: url(../images/close.svg);
    position: absolute;
    right: 0;
    top: 10px;
	color: transparent;
	opacity: 1;
	cursor: pointer;
}
#register_modal .channel p {
	background: #F3F3F3;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 22px;
    line-height: 1;
}
#register_modal .channel.channel-tel p {
	line-height: 44px;
}
#register_modal .register-btn {
	margin: 20px auto 0;
	display: block;
	width: 50%;
}
@media (max-width: 1199.98px) {
	#register_modal .package .pcakage-price {
		min-width: 100%;
	}
}
@media (max-width: 991.98px) {
	#register_modal .package .pcakage-price {
		min-width: 50%;
	}
	#register_modal .field:last-child {
		margin-bottom: 0;
	}
	#register_modal .field {
	    width: 100%;
	    margin-bottom: 10px;
	}
	#register_modal .register-btn {
		width: 100%;
	}
	#register_modal h2.modal-title {
		font-size: 34px;
	}
	#register_modal p.tagline {
		font-size: 22px;
	}
}
