#pstoffercmsblock{
    text-align: center;
    letter-spacing: 1px;
    padding:  0;
    position: relative;
}
#pstoffercmsblock .pst-offer-img img {
    max-width: 100%;
    height: auto;
}
#pstoffercmsblock .offer_block_wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
#pstoffercmsblock .close {
    float: right;
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    left: auto;
    right: 20px;
    top: 16px;
    bottom: auto;
    z-index: 3;
    background: transparent;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}
#pstoffercmsblock .pst-offer-block-inner {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}
#pstoffercmsblock .pst-offer-block-inner .text1 {
    display: inline-block;
    font-weight: 600;
    font-size: 38px;
	line-height: 40px;
    color: #ce8633;
    text-transform: capitalize;
    margin: 0 10px 0 0;
    border-bottom: 2px solid #ce8633;
    vertical-align: top;
    padding-bottom: 10px;
}
#pstoffercmsblock .pst-offer-block-inner .desc {
color: #fff;
    font-weight: 600;
    font-size: 38px;
    text-transform: capitalize;
    line-height: 40px;
}
#pstoffercmsblock .pst-offer-block-inner .text2 {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin: 15px 0 0;
}
#pstoffercmsblock .pst-offer-block-inner .text2 span {
    font-size: 22px;
    font-weight: 600;
    color: #fffffe;
}
@media (max-width: 1599px){
	#pstoffercmsblock .pst-offer-block-inner .text1{
		font-size: 30px;
		line-height: 33px;
		    padding-bottom: 5px;
	}
	#pstoffercmsblock .pst-offer-block-inner .desc{
		font-size: 30px;
		line-height: 33px;
	}
	#pstoffercmsblock .pst-offer-block-inner .text2{
		    margin: 7px 0 0;
	}
}
@media (max-width: 1299px){
	#pstoffercmsblock .pst-offer-block-inner{
		    top: 13%;
	}
	#pstoffercmsblock .pst-offer-block-inner .text1 {
		font-size: 25px;
		line-height: 29px;
	}
	#pstoffercmsblock .pst-offer-block-inner .desc {
		font-size: 25px;
		line-height: 29px;
	}
	#pstoffercmsblock .pst-offer-block-inner .text2 {
    	margin: 3px 0 0;
	}
}
@media (max-width: 1199px){
	#pstoffercmsblock{
		display:none;
	}
}