.mt-coupon-copied:before {
	content: '';
	position: absolute;
	top: -14px;
	border-left: 10px solid #333333;
	border-top: 10px solid transparent;
	transform: rotate(-45deg);
	left: 0;
	right: 0;
	margin: auto;
	width: 9px;
}
.mt-coupon-copied:after {
	content: 'Copied';
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	background: #333;
	width: fit-content;
	width: -moz-fit-content;
	margin: auto;
	padding: 3px 8px;
	font-size: 14px;
	border-radius: 3px;
}
.mt-coupon-copied {
	position: relative;
}
.mt-dw-coupons-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}
.mt-coupon-box .mt-btn{
    margin-top: 20px;
    padding: 7px 9px;
    position: relative;
}
.mt-btn.mt-coupon-btn svg {
    width: 20px;
    height: 20px;
    fill: #28db87;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.mt-btn.mt-coupon-btn {
    margin-right: 5px;
    border: 1px dashed #ccd0d8;
    background: #f6fafa;
    color: #93baba;
    font-size: 14px;
}
.mt-job-serv-box.mt-coupon-box {
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    border: none;
    background: #fff;
}
.mt-dw-coupons .swiper-container{
   padding:10px;
}
/* latest coupon start */
.mt-dw-latest-coupon{
    padding-bottom: 0;
}
.mt-dw-coupon-box {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
    background: #fff;
    display: flex;
    margin-bottom: 40px;
    min-height: 170px;
}
.mt-dw-get-coupn-text h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 4px;
}
.mt-dw-get-coupn-text h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.mt-dw-get-coupn-text p {
    background: rgb(40 219 135 / 14%);
    color: #28db87;
    padding: 3px 15px;
    border-radius: 30px;
    margin: 15px 0 0;
}
.mt-dw-get-coupn h4{
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    writing-mode: vertical-lr;
    color: #fff;
}
.mt-dw-get-coupn {
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dbe6f0;
    position: relative;
}
.mt-dw-get-coupn-text {
    width: calc(100% - 75px);
    text-align: center;
    padding: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mt-dw-get-coupn.mt-dw-coupn-yellow{
    background: #ffb208;
}
.mt-dw-get-coupn.mt-dw-coupn-blue{
    background: #3d98ff;
}
.mt-dw-get-coupn.mt-dw-coupn-sky{
    background: #26d9ff;
}
.mt-dw-get-coupn.mt-dw-coupn-purple{
    background: #ae3aff;
}
.mt-dw-get-coupn.mt-dw-coupn-red{
    background: #fd5e75;
}
.mt-dw-get-coupn:after,.mt-dw-get-coupn:before {
    position: absolute;
    content: '';
    right: -17px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100%;
}
.mt-dw-get-coupn:after {
    top: -17px;
    box-shadow: inset 0px -15px 10px 0px rgba(0,0,0,0.03);
}
.mt-dw-get-coupn:before {
    bottom: -17px;
    box-shadow: inset 0px 15px 10px 0px rgba(0,0,0,0.03);
}
.mt-dw-get-shape {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: -9px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mt-dw-get-shape span {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: white;
    z-index: 1;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.mt-dw-get-shape span:last-child{
    margin: 0;
}
.mt-dw-coupon-empty .mt-dw-get-coupn-text h2 {
    font-size: 42px;
    color: #93aec7;
    margin: 0;
    white-space: nowrap;
    transform: translateX(-30px);
    opacity: 0.2;
}
.mt-dw-coupon-empty{
    background: #dbe6f0;
}
.mt-dw-coupon-empty .mt-dw-get-coupn-text{
    background: none;
}
/* latest coupon end */

@media screen and (max-width:480px){
	.mt-dw-get-coupn,.mt-dw-get-coupn-text {
        width: 100%;
    }
    .mt-dw-get-coupn:before {
        right: -14px;
    }
    .mt-dw-get-coupn:after {
        top: auto;
        bottom: -17px;
        left: -14px;
    }
    .mt-dw-get-coupn h4 {
        writing-mode: unset;
        padding: 40px 0;
    }
    .mt-dw-get-coupn {
        min-height: 95px;
    }
    .mt-dw-get-coupn-text {
        min-height: 140px;
    }
    .mt-dw-coupon-empty .mt-dw-get-coupn-text h2 {
        white-space: unset;
        transform: translateX(0px) translateY(-40px);
    }
}