.custom-shape-divider-bottom-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
	z-index: 2;
}

.custom-shape-divider-bottom-slider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.custom-shape-divider-bottom-slider .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
	z-index: 2;
}

.custom-shape-divider-top-slider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.custom-shape-divider-top-slider .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-card svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

@media(max-width:767px){
	.custom-shape-divider-bottom-slider svg {
		height: 35px !important;
	}
	
	.custom-shape-divider-top-slider svg {
		height: 35px !important;
	}
	
	.custom-shape-divider-bottom-card svg {
		height: 30px !important;
	}
}

@media(max-width:370px){
	.custom-shape-divider-bottom-slider svg {
		height: 25px !important;
	}
	
	.custom-shape-divider-top-slider svg {
		height: 25px !important;
	}
}

.custom-shape-divider-bottom-card .shape-fill {
    fill: #7F7F7F;
}