.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.modal-header {
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 22px 30px 18px 30px;
}

.modal-title {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    letter-spacing: 0.3px;
}

.modal-body {
    padding: 30px;
}

.modal-dialog {
    margin-top: 100px;
}

/* SECTION HEADINGS */

.fx-modal-title {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.fx-modal-title:first-child {
    margin-top: 0;
}

/* BODY TEXT */

.fx-modal-text {
    font-size: 14px;
    line-height: 30px;
    color: #555;
    margin-bottom: 22px;
}

/* CLOSE BUTTON */

.modal-header .close {
    font-size: 28px;
    font-weight: 300;
    color: #888;
    opacity: 1;
}


@media(max-width:768px) {

    .modal-content {
		border-radius: 0;
		border: none;
		box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	}
	
	.modal-header {
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 22px 30px 18px 30px;
	}
	
	.modal-title {
        font-size: 24px !important;
        font-weight: 600 !important;
    }
	
    .fx-modal-title {
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
    }

    .fx-modal-text {
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 28px !important;
        color: #555 !important;
    }

    .modal-body p {
        font-weight: 400 !important;
		font-size: 12px !important;
    }
	
	.modal-body {
        padding: 22px !important;
    }

    .modal-dialog {
        margin: 70px 10px !important;
    }

}
