p,a {
    font-family: neo-regular;
    
}
a {
    text-decoration: none !important;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
section {
	padding: 2rem 8rem;
}

.page-title {
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.page-title > h1 {
	font-family: neo-medium;
	font-size: 3.25rem;
	color: #3154a5;
}
.subs-container {
	justify-content: center;
}
.subs-box {
	height: 100%;
}
.subs {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: relative;
}
.subs-pink.subs::after, .subs-violet.subs::after {
	height: 25% !important;
}
.subs-blue {
	background: #01B3BF;
}
.subs-dblue {
	background: #02A8E6;
}
.subs-pink {
	background: #E4457F;
}
.subs-violet {
	background: #984A94;
}
.subs-blue h3 {
	color: #01B3BF;
}
.subs-pink h3 {
	color: #E4457F;
}
.subs-dblue h3 {
	color: #02A8E6;
}
.subs-violet h3 {
	color: #984A94;
}
.subs-gray {
	background: #6E7F94;
}
.subs-gray h3 {
	color: #6E7F94;
}
.subs-dgray {
	background: #837B78;
}
.subs-dgray h3 {
	color: #837B78;
}
.subs-title {
	background: #fff;
	display: flex;
	align-items: center;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}
.subs-price {
	margin-left: auto;
	padding: 2rem;
	text-align: center;
}
.subs-title h3 {
	position: relative;
	z-index: 1;
	font-family: neo-medium;
	line-height: 1.3;
	font-size: 1rem;
	margin-bottom: 0;
}
.subs-title h3 > span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
.subs-price > h4 {
	color: #fff;
	font-size: 2rem;
	border: 2px solid #fff;
	padding: 1rem 2rem;
	border-radius: 50px;
}
.subs-body {
	padding: 2rem;
}
.subs-body p {
	color: #fff;
}
.subs-body > ul {
	list-style: unset !important;
	color: #fff;
	padding-left: 1.25rem;
}
.company-title > span {
	font-size: 1.25rem !important;
}
.subs-footer {
	margin-top: auto;
	padding: 0 2rem 2rem;
}

/* MODAL */
.modal {
	padding-right: 0 !important;
}
.modal-content {
	border-radius: 10px;
	border: 0;
	overflow: hidden;
}
.modal-header {
	border: 0;
	border-radius: 0;
}
.modal-header, .modal-footer {
	padding: 1rem 2rem;
}
.modal-body {
	padding: 0 2rem;
}
.modal-title {
	font-family: neo-medium;
	color: #3154a5;
	font-size: 1.5rem;
}
.modal-footer {
	justify-content: flex-start;
	border: 0;
}
.modal-footer > .row {
	width: 100%;
}
.btn-attachment {
	margin: 0 !important;
	padding: 1rem .75rem;
	border-radius: 0.4rem;
	background: #dddddd !important;
	color: #606060 !important;
	width: 100%;
	text-align: center;
}
.btn-attachment:hover {
	cursor: pointer !important;
}
#input-attachment {
	display: none;
}
.input-left {
	padding-right: 5px !important;
}
.input-right {
	padding-left: 5px !important;
}
.modal-body label {
    font-family: neo-medium;
    color: #444444;
    font-size: 1rem;
}
input.form-control, textarea.form-control {
	background: #dddddd;
    border: 0;
    border-radius: 7px !important;
    height: unset;
}
.btn-col {
	display: flex;
	align-items: center;
}
.btn-col > button {
	background: #3154a5;
	border-color: #3154a5;
	font-size: 1rem;
	text-transform: uppercase;
}

.badge-status {
	font-size: 0.8rem;
	margin-left: 1rem;
}
.subs-footer .form-group > label {
	display: block;
}
.subs-footer .badge-danger {
	font-size: 0.9rem;
}
.btn-subscribe, .btn-trial {
	height: unset !important;
	padding: 1rem;
	border-radius: 25px;
	font-size: 1.5rem;
	text-transform: uppercase;
	background: #fff;
	border: 0;
	font-family: neo-medium;
}

.subs-blue .btn-subscribe {
	color: #01B3BF;
}
.subs-dblue .btn-subscribe {
	color: #02A8E6;
}
.subs-pink .btn-subscribe {
	color: #E4457F;
}
.subs-violet .btn-subscribe {
	color: #984A94;
}

@media only screen and (max-width: 767.98px) {
	section {
		padding: 2rem 3rem !important;
	}
}