/* Sunset Customization */


/* contact Form*/

.rd-mailform .row-30 {
	border: 1px solid #dedede;
}
#select2-option-pu-container {
	border: 1px solid #dedede;
}
#contact-message {
	border: 1px solid #dedede;
	
}
.page .form-modern .form-label {
    left: 4px !important;
    top: 18px;
}
.contact-option-container {
	border: 1px solid #dedede;
}
.row-146 {
	margin-bottom: -146px;
}
.list-marked-dotted li:before {
    top: 0% !important;
    transform: translateY(100%) !important;
	width: 8px !important;
    height: 8px !important;
 }


/* Media queries */

@media (min-width: 350px) {
	.row-146 {
		margin-bottom: -44px;
	}
}
@media (min-width: 576px) {
	.row-146 {
		margin-bottom: -44px;
	}
}

@media (min-width: 768px) {
	.row-146 {
		margin-bottom: -50px;
	}
}

@media (min-width: 992px) {
	.row-146 {
		margin-bottom: -60px;
	}
}

@media (min-width: 1200px) {
	.row-146 {
		margin-bottom: -130px;
	}
}
