.row {
	margin-left: 0;
	margin-right: 0;
}
.ads {
	padding-top: 30px;
	padding-right: 3rem;
}
.ad-header {
	text-align: center;
	margin-bottom: 2rem;
}
.ad-header > h4 {
	text-transform: capitalize;
	font-weight: bold;
	color: #000;
}
.ad-header > p {
	color: #878787;
	font-weight: 400;
}
.ad-header > a {
	width: 100%;
	display: inline-block;
	padding: 1rem 2rem;
	font-size: 1rem;
    color: #fff;
    background: #e6437b;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    overflow: hidden;
}
.ad-body > .img-box {
	margin-bottom: 1rem !important;
}
.ad-body > .img-box img {
	width: 100%;
}

/* 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;
}

@media only screen and (max-width: 767.98px) {
	.ads {
		padding-right: 15px;
	}
}