/*modal*/
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #d5ffde87;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 7000000;
    padding: 15px;
    padding-top: 30px;
    overflow-x: hidden;
}

.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
}

.dm-modal {
	position: relative;
    display: block;
    width: 100%;
    max-width: 1150px;
    background-color: #12ac5e;
    border-radius: 25px;
    margin: 0 auto;
}

.modal-top {
    border-radius: 25px;
    background-color: #fff;
    padding: 50px 40px 40px 40px;
    overflow: hidden;
}

@media(max-width: 767px) {
    .modal-top { 
        padding-top: 40px;
    }
}

.modal-bot {
    position: relative;
    padding: 40px;
    padding-top: 17px;
}

@media(max-width: 1260px) {
    .modal-top, .modal-bot {
       padding-left: 25px;
       padding-right: 25px;
    }
}

@media(max-width: 680px) {
    .modal-bot {
        padding-bottom: 0;
    }
}

@media(max-width: 767px) {
    .modal-top, .modal-bot {
       padding-left: 15px;
       padding-right: 15px;
    }
}

.modal-top-content .fs-25 {
    text-align: left;
}

.modal-woman {
    left: 57%;
    bottom: 40px;
}

@media(max-width: 1260px) {
    .modal-woman {
        left: 60%;
    }
}

@media(max-width: 991px) {
    .modal-woman {
        left: 92%;
    }
}

@media(max-width: 767px) {
    .modal-woman {
        position: absolute;
        left: 92%;
        transform: none;
        max-height: 800px;
        max-width: none;
    }
}

@media(max-width: 680px) {
    .modal-woman {
        position: relative;
        max-height: 400px;
        min-height: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        margin-top: 25px;
    }
}

.modal-title {
    border-bottom: 2px solid #b2dfe9;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

@media(max-width: 767px) {
    .modal-title { 
        padding-bottom: 30px;
    }
}

.modal-top-content {
    position: relative;
    width: 100%;
    max-width: 505px;
}

/*@media(max-width: 991px) {
    .modal-top-content {
        max-width: 400px;
    }
    .modal-bot {
        max-width: 470px;
    }
}

@media(max-width: 767px) {
    .modal-bot {
        max-width: 370px;
    }
}*/

@media(max-width: 680px) {
    .modal-top-content, .modal-bot {
        max-width: 100%;
    }
}

.modal-circle {
    width: 100%;
    max-width: 370px;
    left: 100%;
}

@media(max-width: 991px) {
    .modal-circle {
        position: absolute;
        top: -50px;
        left: 50%;
        max-height: 500px;
        opacity: 0.3;
    }
}

.close {
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
    z-index: 900;
    top: -15px;
    right: -15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #1291ac;
}

.close svg {
	height: 20px;
	fill: #fff;
}

.close:hover {
	background-color: #12ac5e;
}

.close:hover svg {
	fill: #fff;
}

.dm-modal .item {
	margin-top: 25px;
}

.dm-modal .item p {
	color: #3d3d3d;
	margin-top: 10px;
}

.dm-modal .items {
	padding: 15px 45px 45px 45px;
}

.dm-modal .post-name {
	margin-top: -80px;
}

@media(max-width: 960px) {
	.dm-modal .items {
		padding-left: 20px;
		padding-right: 20px;
	}
	.dm-modal .post-name {
		padding-top: 40px;
		padding-bottom: 39px;
	}
}

@media(max-width: 768px) {
    .dm-modal .items {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.dm-modal li {
    padding-top: 16px;
    padding-bottom: 15px;
}

.dm-modal li:first-child {
    border-top: 0;
}
/*modal end*/