/* Coupon Styles */
html .offer-items .offer-item .wrapper-content .background-border{
    border: none !important;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(23, 25, 28, .5);
}
html .offer-items .offer-item .wrapper-content .text-wrapper{
    padding: 0px !important;
    text-align: center;
}
html .offer-items .offer-item .wrapper-content .text-wrapper .logo,
html .offer-items .offer-item .wrapper-content .text-wrapper .title,
html .offer-items .offer-item .wrapper-content .text-wrapper .subtitle,
html .offer-items .offer-item .wrapper-content .text-wrapper .content,
html .offer-items .offer-item .wrapper-content .text-wrapper .disclaimer{
    color: #212121;
    line-height: 1.25;
    padding: 20px;
}
html .offer-items .offer-item .wrapper-content .text-wrapper .content{
    padding-bottom: 100px;
}
html .offer-items .offer-item .wrapper-content .text-wrapper .disclaimer{
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: #1b365d;
    border-radius: 0px 0px 20px 20px;
    width: 100%;
}
.offer-carousel-wrapper .offer-item.wrapper-outter{
    margin:20px 10px 20px 10px !important;
}
/* Landing Pages */
.single-offer_landing .cta-btn-schedule, .single-offer_landing .cta-btn-phone{
	background-color: #DD3333;
	color: #ffffff;
	border: 2px solid #ffffff;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0px;
	text-transform: uppercase;
	white-space: nowrap;
    min-width: 140px;
    text-align: center;
}
.single-offer_landing .cta-btn-schedule{
	background-color: #ffffff;
	color: #DD3333;
	border: 2px solid #DD3333;
}
.single-offer_landing .cta-btn-schedule i.fa{
	padding-right: 5px;
}
.single-offer_landing .cta-btn-schedule:hover{
	background-color: #A71B1B;
}
.single-offer_landing .cta-btn-schedule:hover{
	color: #ffffff;
}
.single-offer_landing .cta-btn-phone i.fa{
	padding-right: 5px;
}
.single-offer_landing .cta-btn-phone:hover{
	background-color: #A71B1B;
}
.single-offer_landing .cta-btn-phone a{
    color: #ffffff;
}
.single-offer_landing .cta-btn-phone a:hover{
    color: #ffffff;
}
/* Buttons */
.seg-button-base a{
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    min-width: 165px;
    padding: 16px 20px;
    margin-top: 16px;
    text-align: center;
    border: none;
    line-height: 100%;
    position: relative;
    z-index: 0;
    border-radius: 100px;
    text-decoration: none !important;
}
.seg-orange-to-blue a{
    background-image: linear-gradient(to bottom, #ffc868, #ffa300) !important;
    color: #212121 !important;
}
.seg-orange-to-blue a:hover{
    background-image: linear-gradient(to bottom, #294c7e, #1b365d) !important;
    color: #ffffff !important;
}
.seg-blue-to-orange a{
    background-image: linear-gradient(to bottom, #294c7e, #1b365d) !important;
    color: #ffffff !important;
}
.seg-blue-to-orange a:hover{
    background-image: linear-gradient(to bottom, #ffc868, #ffa300) !important;
    color: #212121 !important;
}