footer {
    background: #141F39;
    padding: 32px 0px 35px 0px;
    color: #bfbfc0;
    width: 100%;
    min-width: 1260px;
}
.footer_info_bottom_left {
    float:left;
    width:69%;
}
.footer_info_bottom_right {
    float:right;
    width:31%;
}
.footer__columns {
    float: left;
    width:26%;
    padding:0;
    min-height: 280px;
    vertical-align: bottom;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    color: #fff;
    border-right: 1px dashed #444B5D;
}
.footer__columns:first-child {
    padding-left: 0;
    padding-right: 0;
    width:41%;
}
.footer__columns:nth-child(2) {
    padding-left:52px;
}
.footer__columns:nth-child(3) {
    padding-left:52px;
    border-right: none;
}
.footer__columns:last-child {
    border-right: none;
}
.footer__columns h2 {
    font-size:24px;
    line-height: normal;
    color: #ffffff;
    padding-bottom:30px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", serif;
}
.footer__contact-heading h2 {
    padding-bottom: 10px;
}
.footer_quick_link_menu ul {
    display: inline-block;
    position: relative;
}
.footer_quick_link_menu{
    display: flex;
    justify-content:flex-start;
    gap:52px;
}
.footer__columns:after {
    content: "";
    clear: both;
    display: block;
}
.footer_info_bottom_left:after {
    content: "";
    clear: both;
    display: block;
}

.footer__columns:last-child {
    background: none;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
.footer__columns #footer__contact .footer__contact-right input {
    width: 100%;
    height:40px;
    border-radius: 6px;
    box-shadow: none;
    box-sizing: border-box;
    padding-left:25px;
    border: none;
    font-family: "Poppins", serif;
}
.footer__columns #footer__contact .footer__contact-right input::placeholder {
    font-size: 16px;
}
.footer__columns #footer__contact .footer__contact-right textarea::placeholder {
     font-size: 16px;
}
.footer__columns #footer__contact .footer__contact-right textarea {
    width: 100%;
    height:98px;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 5px 0px 0px 25px;
    font-family: "Poppins", serif;
    border: 0;
    vertical-align: baseline;
}
.footer_quick_link_menu ul li{
    display: block;
    padding-bottom:16px;
    padding-left: 2px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 0;
    border: none;
    position: relative;
}
.footer_quick_link_menu ul li:last-child{
    padding-bottom: 0;
}
.footer_quick_link_menu ul li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 17px;
    font-family: "Poppins", serif;
    font-weight:300;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
}
.footer__columns ul li:hover a{
    color: #e0162b;
}
.footer__contact-fromwrap {
    margin-bottom: 15px;
}
.footer__contact-fromwrap:first-child{
    margin-top: 0;
}
.footer__contact-fromwrap:last-child{
    margin-bottom: 0;
    position: relative;
    bottom:6px;
}
.footer__contact-fromwrap [type=button] {
    box-shadow: none;
    border: none;
    width: 140px;
    height: 37px;
    padding: 0px 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Poppins", serif;
    background: #3D9BED;
}
.footer__contact-fromwrap [type=button]:hover {
    background: #196fac;
}
.main-wrapper-footer{
    background: #fff;
    padding-bottom: 20px;
}
.footer__icons {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top:0px;
}
.footer__icons-columns {
    float: left;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap:7px;
    padding-left:40px;
}

.footer__icons-columns.column__1 {
    padding:0;
    margin-right:0px;
    height: 50px;
    box-sizing: border-box;
    gap: 0;
}
.footer__icons-columns.column__2 a{
    display: flex;
}
/* .footer__icons-columns.column__2 img:last-child {
    margin-left:32px;
} */
 img.star-service-icon{
    margin-left:32px;
}
.footer-btm-cnt {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px 0px 50px 0px;
}
.footer-bottom-text-add {
    float: left;
}
.footer-btm-copy-cnt {
    float: right;
}

.review-section .owl-stage-outer{
    overflow: hidden;
}
.client_head .main-heading-1{
    text-align: center;
}
.clients-section {
    padding-top: 0px;
    display: none;
}
.clients-section__link {
    text-align: center;
}
.clients-section__link a {
    color: #333333;
    text-align: center;
    font-size: 16px;
    font-family: "Poppins", serif;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: -15px;
    padding-right: 17px;
}
.clients-section__link a:before {
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #333333;
    position: absolute;
    right: 0;
    top: 6px;
}
.clients-section__link a:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #828282;
    height: 1px;
    left: 100%;
    right: 100%;
    bottom: -2px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.clients-section__link a:hover:after {
    left: 1%;
    right: 11%;
}
.clients-section__container {
    background: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 15px 30px;
    margin-bottom: 0px;
    right: 0;
    left: 0;
}
.clients-section__container{
    min-width: 1200px;
    max-width: 1440px;
    margin: 0px auto;
}
.clients-section__container .owl-carousel.owl-loaded {
    background: #fff;
    margin: 0;
}
.client-main {
    background: #fff;
}
.clients-section__container .owl-item {
    height: 92px;
    box-sizing: border-box;
    position: relative;
}
.clients-section__container .owl-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    max-height: 65px;
    width: auto;
	opacity: 1;
}
.clients-section__container .owl-nav {
    left: 0;
    right: 0;
    top: 23px;
}

.clients-section__container .owl-nav .owl-prev {
    background: #f0f0f000 url("../images/prev-arrow.png?ver=3") left 13px center no-repeat !important;
    width: 43px !important;
    height: 43px;
    border-radius: 5px;
    position: absolute !important;
    left: -25px;
}

.clients-section__container .owl-nav .owl-next {
    background: #f0f0f000 url("../images/next-arrow.png?ver=3") right 13px center no-repeat !important;
    width: 43px !important;
    height: 43px;
    border-radius: 5px;
    position: absolute !important;
    right: -25px;
    top: 4px;
}

.clients-section__container .owl-stage-outer {
    z-index: 5;
}

.footer-top-wrapper {
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-width: 1260px;
    margin-top: 0px;
}

.review_heading {
    line-height: 44px;
    box-sizing: border-box;
    text-align: center;
    padding-top:30px;
    padding-bottom: 25px;
    text-transform: none;
    font-size: 38px;
    font-weight: 400;
}
.review_heading span{
    font-weight: 600;
}
.footer-top-wrapper .clients-section h4 {
    padding-top:15px;
    min-height: 62px;
    box-sizing: border-box;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.footer-top-wrapper .review-section .owl-item .review-section_outer {
    background: #ffffff00;
    padding: 2px;
    line-height: 22px;
}
.footer-top-wrapper .review-section .owl-item .review-section__item {
    border: 1px solid #C5C5C5;
    border-radius: 8px;
    padding: 23px;
    padding-top:60px;
    min-height: 270px;
    min-height: auto;
    line-height: 22px;
}

.footer-top-wrapper .review-section .owl-item .review-section__item:after {
    content: "";
    clear: both;
    display: block;
}
.footer-top-wrapper .review-section .owl-nav{
    position: absolute;
    bottom: -55px;
    right: 47.6%;
    top: inherit;
    transform: translate(0, 0);
}
.footer-top-wrapper .review-section .owl-nav .owl-prev{
    background: url(../images/client_arrow-left.png) no-repeat left center;
    width: 17px;
    height: 30px;
    margin-right: 40px;
    
}
.footer-top-wrapper .review-section .owl-nav .owl-prev::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background: #bfbfbf;
    left: 37px;
    top: 3px;
}
.footer-top-wrapper .review-section .owl-nav .owl-next{
    background: url(../images/client_arrow-right.png) no-repeat left center;
    width: 17px;
    height: 30px;
   
}
.footer-top-wrapper .review-section .owl-nav .owl-next.disabled, .footer-top-wrapper .review-section .owl-nav .owl-prev.disabled{
    opacity: 0.5;
}
.review-section__details {
    padding-top: 0px;
    font-family: "Poppins", serif;
    font-size: 15px;
    font-weight: 400;
    min-height: 170px;
}

.review-section__details {
    float: left;
}
.review-section__details b{
    font-weight: 600;
    padding-right: 5px;
    text-transform: capitalize;
}

.review-section__header {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.review-section__header::before{
    position: absolute;
    content: "";
    display: block;
    background: url(../images/review_quote.png) no-repeat left center;
    height:37px;
    width:38px;
    bottom: 0;
    left: 0;
}
.review-section__header-icon {
    display: inline-block;
    vertical-align: middle;
    background: #cdcdcd;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    width: 94px;
    height: 94px;
    text-align: center;
    font-size: 23px;
    line-height: 20px;
    color: #ffffff;
    font-family: "Poppins", serif;
    font-weight: 600;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.review-section__header-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: 5px;
    width: 100%;
    text-align: right;
}

.review-section__header-right h3 {
    color: #333333;
    font-weight: normal;
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.review-section__header-right .ratingspan {
    margin: 0 auto;
    margin-right: 0px;
    margin-top: 10px;
    }

.review-section__header .ratingspan {
margin-bottom: 20px;
}
.footer-top-wrapper .review-section .owl-dots {
    display: block;
    height: 15px;
    width: 40px;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 28px;
}

.footer-top-wrapper .review-section .owl-dot {
    float: left;
    margin-right: 3px;
}

.footer-top-wrapper .review-section .owl-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9f9f9f;
    display: inline-block;
}

.footer-top-wrapper .review-section .owl-dots .owl-dot.active span {
    background: #e0162b !important;
}

#aiosp_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background: rgba(0, 0, 0, .65);
    z-index: 106;
    -webkit-animation: MenuOverlay 600ms linear;
    -moz-animation: MenuOverlay 600ms linear;
    animation: MenuOverlay 600ms linear both;
    -webkit-animation-delay: 1ms;
    -moz-animation-delay: 1ms;
    animation-delay: 1ms;
}

.aiosp_overlay_open {
    display: block !important;
}

#aiosp_window {
    font-size: 14px;
    font-family: arial, verdana;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    position: fixed;
    z-index: 1000005;
    visibility: hidden;
    text-align: left;
    top: 50%;
    left: 50%;
    border: 0 solid #AAA;
    -moz-box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
    -o-box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
    -webkit-box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
    -khtml-box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
    box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
}

.aiosp_window_open {
    position: fixed;
    background: url("https://media.proimprint.com/images/newsletter-popup.jpg?ver=1") 0 0 repeat #fff;
    margin-left: -300px;
    width: 600px;
    margin-top: -160px;
    height: 346px;
    visibility: visible!important;
}

#aiosp_content {
    clear: both;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
    padding: 15px;
    overflow: hidden;
}

input.aiosp_input,
input.aiosp_input:hover,
input.aiosp_input:active {
    font-size: 14px;
    font-weight: 400;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 6px;
    border: 1px solid #ebebeb;
    border-spacing: 0;
    clear: both;
    color: #627C8F;
    width: 433px;
    vertical-align: middle;
    margin: 0 0 0px;
    background: #f5f5f5;
    font-family: arial, verdana;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    height: 44px;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
    -ms-box-shadow: none!important;
    box-shadow: none!important;
}

input#aiosp_submit:hover,
input#aiosp_submit:active {
    text-decoration: none;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    color: #ffffff;
    background: #177dbf;
    *background: #177dbf;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    *border: 0;
}

input#aiosp_submit {
    display: inline-block;
    *display: inline;
    padding: 5px 14px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0px;
    *margin-left: 0;
    font-family: arial, verdana;
    font-size: 14px;
    height: 44px;
    min-width: 0;
    max-width: 100%;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #bbb;
    *border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #2386c7;
    *background-color: #2386c7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a95d1), to(#2386c7));
    background-image: -webkit-linear-gradient(top, #3a95d1, #2386c7);
    background-image: -o-linear-gradient(top, #3a95d1, #2386c7);
    background-image: linear-gradient(to bottom, #3a95d1, #2386c7);
    background-image: -moz-linear-gradient(top, #3a95d1, #2386c7);
    background-repeat: repeat-x;
    border-color: #2386c7;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(startColorstr="#ff62c462", endColorstr="#ff51a351", GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}

img#aiosp_loading {
    margin: 0 0 0 10px !important;
    padding: 0!important;
    background: transparent!important;
    border-width: 0!important;
    display: none;
    vertical-align: middle;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    position: absolute;
    right: 121px;
    z-index: 5;
    top: 15px;
}

#aiosp_close {
    width: 90px;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 24px;
    top: 15px;
    text-decoration: none;
    text-align: right;
    opacity: .95;
    color: #000;
    font-style: normal;
    font-size: 0;
    font-family: Arial, monospace;
    cursor: pointer;
    background: url("https://media.proimprint.com/images/closesub.png?ver=1") right top no-repeat;
    text-indent: -9999px;
}

#aiosp-optin-area {
    text-align: center;
    margin-top: 16px;
    position: relative;
}

.aiosp_redborder {
    border: 1px solid red !important;
}

.footer-livchat-badge {
    float: right;
    margin-bottom: 0px;
}

.footer-bottom-wrapper {
   
    min-width: 1200px;
    max-width: 1440px;
    margin: 0px auto;
    padding: 0 30px;
    position: relative;
}
.copyright-wrapper{
    border-top: 1px solid #e6e6e6;
    padding:15px 0px;
    background: #fff;
}
.footer-bottom-wrapper:after {
    content: "";
    clear: both;
    display: block;
}

.footer-copyright {
    font-size: 12px;
    color: #000000;
    float: right;
    margin-top: 5px;
}

.footer-copyright span {
    border-left: 1px solid #c6c6c6;
    margin-left: 12px;
    padding-left: 14px;
}

.footer__social-media-wrapper {
    float: left;
    z-index: 9;
    margin-left: 0;
    position: relative;
}

.footer__social-media-icon {
    margin-right:4px;
    padding: 0;
    float: left;
}

.footer__social-media-icon a span {
    width: 31px;
    height: 31px;
    display: block;
}

.footer__social-media-icon a .icon--pinterest {
    background: url(../images/icon_pinterest.png) no-repeat;
}

.footer__social-media-icon a .icon--twitter {
    background: url(../images/icon_twitter.png) no-repeat;
}

.footer__social-media-icon a .icon--facebook {
    background: url(../images/icon_facebook.png) no-repeat;
}
.footer__social-media-icon a .icon--blog {
    background: url(../images/icon_blog.png) no-repeat;
}

.footer__social-media-icon a .icon--instagram {
    background: url(../images/icon_instagram.png) no-repeat;
}

.footer__social-media-icon a .icon--linkedin {
    background: url(../images/icon_linkedin.png) no-repeat;
}
.thankyou {
    width: 568px;
    height: 314px;
    margin-top: 1px;
    background: url("https://media.proimprint.com/images/thankyou.jpg?ver=1") center no-repeat #ffffff;
    font-size: 18px;
    color: #003399;
    margin-left: 1px;
}
span.reviewdate{
    font-size: 12px;
}
  .yardsign-offer-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
    -webkit-transition:all linear 0.15s;
    transition:all linear 0.15s;

  }
  .popup-wrap{
    position: relative;
    z-index: 200;
  }
  .close-banner{
    width: 27px;
    height: 20px;
    position: absolute;
    right: 0px;
    top:0px;
    cursor: pointer;

  }
  .transform-in, .transform-out {
    display:block;
    -webkit-transition:all ease 0.5s;
    transition:all ease 0.5s;
  }
  .transform-in {
    height: max-content;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transform-origin: left bottom;
}
.transform-out {
    -webkit-transform:translate(-50%, 0%) scale(0.5);
    transform:translate(-50%, 0%) scale(0.5);
    transform-origin: left bottom;
    top: 50%;
    left: 0%;
}
span.yardcoupon-code {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 25px;
    position: absolute;
    right: 9%;
    bottom: 22%;
    height: 12%;
    width: 32%;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.close-banner img{width:100%}
.yardsign-offer-banner a img{width:100%}
.bottom-offer-strip img{max-width: 100%;}

/* show-shop-by-budget */

.show-shop-by-budget{
    position: fixed;
    bottom: 38%;
    left: -121px;
    opacity: 1;
    cursor: pointer;
    z-index: 109;
    rotate: -90deg;
    /* display: none; */
}
.show-shop-by-budget a{
    font-size: 16px;
    color: #4c4c4c;
    background: #fff;
    padding: 15px 30px;
    border-bottom-left-radius: 30px;
    -webkit-box-shadow: 0px 0px 26px -5px rgb(0 0 0 / 36%);
    -moz-box-shadow: 0px 0px 26px -5px rgb(0 0 0 / 36%);
    box-shadow: 0px 0px 26px -5px rgb(0 0 0 / 36%);
    font-family: "Poppins", serif;
    font-weight: 500;
}

/* show-shop-by-budget */

.footer_subscribe-button, .footer_youtube-button{
    width: 172px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: "Poppins", serif;
    font-weight:500;
    color: #fff;
    border-radius: 8px;
    padding: 4px 10px;
    box-sizing: border-box;
}
.footer_subscribe-button span, .footer_youtube-button span{
    padding-left: 15px;
}
.footer_subscribe-button{
background-color: #3D9BED;
}
.footer_youtube-button{
    background: #DE2C28;
    text-decoration: none;
}
.footer__youtube-wrapper a{
    text-decoration: none;
}
.footer_subscribe-button img{
    width: 302px;
}

/* coupon popup */

.coupon_popup_outer.smile10_popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: rgba(0, 0, 0, .65);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 110;
    -webkit-animation: MenuOverlay 600ms linear;
    -moz-animation: MenuOverlay 600ms linear;
    animation: MenuOverlay 600ms linear both;
    -webkit-animation-delay: 1ms;
    -moz-animation-delay: 1ms;
    animation-delay: 1ms;
}
 .coupon_popup{
    background: #ffffff;
    width: 591px;
    height: auto;
    border-radius: 6px;
    margin: 0 auto;
    position: absolute;
    -webkit-animation-name: PIMfadeInUp;
    animation-name: PIMfadeInUp;
    -webkit-animation-duration:0.8s;
    animation-duration:0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.coupon_popup.fade-out {
    -webkit-animation-name: PIMfadeInDown;
    animation-name: PIMfadeInDown;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
.coupon_popup_inner {
    padding: 30px 35px;
}
 .coupon_head {
    text-align: center;
    margin-top: 5px;
}
.smile10_popup .coupon_head h3 {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size:48px;
    line-height: 37px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    color: #BC0B0B;
}
.smile10_popup .coupon_head h5 {
    margin: 0;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 37px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 10px;
    color: #333333;
}
.smile10_popup .popup_products_outer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 14px;;
}
.smile10_popup .product_container {
    width: 100%;
    height: auto;
}
.product_container img {
    width: 100%;
}
.smile10_popup .discount_text {
    margin-top:10px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.discount_text h4 {
    width: fit-content;
    height: 40px;
    margin: 0 auto;
    padding: 0px 15px;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.discount_text h4 span{
    color: #FFBC02;
    font-weight: 600;
}
.smile10_popup .discount_text h2 span{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 27px;
}
.smile10_popup .discount_text h2 {
    font-family: "Poppins", serif;
    font-size: 28px;
    line-height: 27px;
    font-weight: 600;
    margin-top:10px;
    color: #333333;
}
.smile10_popup .discount_text .offer_txt{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}
.popup_coupon_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}
.coupon_text span {
    display: block;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.coupon_text span:first-child {
    position: relative;
    top:11px;
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 10px;
}
.coupon_text {
    text-align: center;
}
.smile10_popup .coupon_text a {
    width: 230px;
    height:56px;
    background: #fff;
    border:1px dashed #333;
    border-radius: 10px;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size:36px;
    line-height: 27px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_points li {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}
.popup_coupon_footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 17px;
    margin-top: 20px;
}
.popup_coupon_footer .btn_coupon {
    text-decoration: none;
    width: 230px;
    text-align: center;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    cursor: pointer;
}
.popup_coupon_footer .btn_coupon.claim { 
    background:#ffcc02;
    color: #333333;
    font-weight:600;
}
.popup_coupon_footer .btn_coupon.pass {
    background: #ffffff;
    color: #216EBA;
    text-underline-offset: 2px;
    text-decoration: underline;
    font-style: italic;
}
.coupon_popup_inner .more_products {
    text-align: right;
}
.cart-sidecart-discount{
    color:#4caf50;
}
@-webkit-keyframes PIMfadeInDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes PIMfadeInDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

/* coupon popup */

@media screen and (max-width: 1600px){
    .show-shop-by-budget{left: -134px;bottom: 35%;zoom: 0.7;}
    .show-shop-by-budget a{font-size: 18px;} 
    .footer__menu ul li a{
        font-size: 14px;
    }
}
@media screen and (max-width: 1440px) {
    header, 
    footer, 
    .main-wrapper, 
    .mainnavigation, 
    .banner-outer, 
    .footer-top-wrapper, 
    nav.header__navigation, 
    .footer-bottom-wrapper, 
    .footer_bt_icons{
        min-width: 94%;
    }
    
}
@media screen and (max-width: 1400px){
    .show-shop-by-budget a {
        font-size: 13px;
    }
    .show-shop-by-budget {
        left: -100px;
        bottom: 25%;
    }
    .home-quicklink-outer{
        justify-content: space-around;
        gap: initial;
    }
    .dropdownWrap-Seemore {
        left: inherit; 
        right: 0px;
        width: 1310px!important; 
    }
    .dropdownWrap-Seemore.dropdownWrap .midcrv .lhssection {
            width: 220px;
    }
    .footer__menu ul li a{
        font-size: 14px;
    }
    .review-section__details{
        font-size: 14px;
    }
}
@media screen and (max-width: 1360px){
    .header__logo img {
        width: 100px;
        height: auto;
    }
    .header__logo{
        margin-top: 25px;
    }
}
@media screen and (max-width: 1300px){
    span.yardcoupon-code{right: 11%;bottom: 21%;font-size:24px;}
}
@media screen and (max-width: 1200px){
    span.yardcoupon-code{right:9%;font-size: 22px;bottom: 22%;}
}
@media screen and (max-width: 1100px){
    span.yardcoupon-code{right:9%;font-size: 20px;bottom: 23%;}
}


@media screen and (max-width: 850px){
    span.yardcoupon-code{right: 9%; font-size: 15px;bottom:24%;}
    .transform-in {
    -webkit-transform: translate(-88%, -15%) scale(1.8);
    transform: translate(-88%, -15%) scale(1.8);
    }
    .close-banner {width: 17px;height: 7px;right: 0px;top: -0px;}

}

@media screen and (max-width: 600px){
    span.yardcoupon-code{font-size: 12px;right: 9%;bottom:26%;}
    .close-banner {width: 10px;height: 7px;right: 0px;top: -7px;}
}
@media screen and (max-width: 550px){
    span.yardcoupon-code{font-size: 11px;right: 9%;bottom:27%;}
}
@media screen and (max-width: 500px){
    span.yardcoupon-code{font-size: 10px;right: 9%;bottom:28%;}
}
@media screen and (max-width: 430px){
    span.yardcoupon-code{font-size: 8px;right: 9%;bottom: 29%;}
    
}
@media screen and (max-width: 380px){
    span.yardcoupon-code{font-size: 8px;right: 9%;bottom: 30%;}
}
@media screen and (max-width: 330px){
    span.yardcoupon-code{font-size: 7px;}
}

