#section1 {
    background-color: #343399;
    background: url(../img/coupon/coupon-banner.jpg);
    /*height: 70vh;*/
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -13px;
}
.sec1h2 {
    color: #fff;
    text-align: center;
    z-index: 1;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.25em;
    text-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    z-index: 1;
    position: relative;
    margin-top: 100px;
}
.sec1p{
    color:#fff;
    text-align:center;
    padding-bottom: 100px;
    font-weight: 600;
    font-size: 18px;
}
    .container{
        /*max-width:1400px !important;*/
    }
    .no-padding{
        padding: 0;
    } 
    .no-margin{
        margin:0;
    }
    .m-20{
        margin: 20px;
    }
    .txt-center{
            text-align: center !important;
    }
    p{
        line-height: 1.7rem;
        font-size: 16px;
    }
    #banner-des-sec{
        margin-top: 100px;
        color:#707276;

    }
    .m-t-100{
        margin-top:100px;
    }
    .m-b-100{
        margin-bottom:60px;
    }
    .m-t-60{
        margin-top:60px;
    }
    .link_style{
        color: #E35B4B;
        text-decoration: none;
    }
    .link_style:hover{
        text-decoration: none;
    }
    .coupon-box{
        background-color: #EFF8FA;
        border-radius: 5px;
        /*margin:15px;*/
        padding: 30px 15px;
        text-align: center;
        margin-bottom: 30px;
    }
    .m-t-30{
        margin-top: 30px;
    }
    .blue-box-holder{
        padding: 15px 30px 0px 30px;
    }
    .common-box{
        color: #fff;
        padding: 20px;
    }
    .common-box p{
        margin-bottom:0 !important;
    }
    .blue-box{
        background-color: #C17FFF;
        position: relative;
    }
    .orange-box{
        background-color: #857CFF;
        position: relative;
    }
    .green-box{
        background-color: #6927FE;
        position: relative;
    }
    .white-box-holder{
        padding: 0px 30px 0px 30px;
    }
    .p-20{
        padding: 20px;
    }
    .bg-white{
        background-color: #fff;
    }
    .blue-text-box{
        color:#C17FFF;
    }
    .green-text-box{
        color:#6927FE;
    }
    .orange-text-box{
        color:#857CFF;
    }
    .red-btn-box{
        background-color: #4E56B1;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        font-size: 18px;
        font-weight: 600;
    }
    .red-box-holder{
        padding: 20px 30px 0px 30px;
    }
    .red-btn-box a{
        text-decoration:none;
        color:#ffffff;
    }
    .red-btn-box a:hover{
        text-decoration:none;
        color:#ffffff;
    }
    .coupon_code{
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 2px;
    }
    .common-box:after {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 50%;
        padding: 4px;
        transform: translate(-50%,50%);
        border-radius: 50%;
        background-color: inherit;
        font-size: 18px;
        line-height: 1;
       content: "\f0c5";
       font: normal normal normal 14px/1 FontAwesome;
       position: absolute;
        right: 40%;
        bottom: 0;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    #claim-coupon{
        margin: 60px 0;
        padding: 60px 0;
        background-color: #EFF8FA;
        border-radius: 0.3rem !important;
    }
    .p-l-60{
        padding-left: 60px;
    }
    .claim-box{
        padding: 60px;
    }
    .num_order{
        font-size: 58px;
        line-height: 1;
        font-weight: 700;
        color: #1b7dde;
    }
    .claim-coupon-head{
        margin-bottom: 0;
        font-weight: 700;
        text-transform: none;
        letter-spacing: 0;
        font-size: 34px;
    }
    .feature-text{
        display: flex;
        align-items: center;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
        padding-bottom: 10px;
    }
    .feature-text h3{
        
        line-height: 1.3;
        margin-bottom: 0;
        margin-left: 15px;
        font-weight: 900;
    }
    .claim-box-p{
        color: #777;
        margin-top: 10px;
        margin-bottom: 0;
            line-height: 1.8;
    }
    .text_coupon{
        border: none;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 2px;
        width: 90%;
    }
    .text_coupon:focus{
        border: none;
        border-color: transparent;
    }
    input:focus, textarea:focus, select:focus{
            outline: none !important;
            outline-width: 0;
        }
    /*alert*/
    .gb-tooltip__wrap {
        display: none;
        position: absolute; 
        left: 47%;
        top: 20px;
        padding: 6px;
        text-align: left;
        cursor: auto;
        z-index: 999;
            will-change: transform;
            color: #fff;
                box-sizing: border-box;
    }
    .gb-tooltip__wrap_inner{
        position: relative; left: -50%;
    }
    .gb-tooltip__arrow {
        bottom: -5px;
            left: 78px;
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        background: #EFF8FA;
            text-align: left;
        cursor: auto;
        color: #fff;
    }
    .gb-tooltip__content {
        width: auto;
        max-width: 260px;
        padding: 7px 14px;
        display: inline-block;
       
        border-radius: 5px;
        background: #EFF8FA;
        color: #707276;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
        text-transform: none;
        box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    }
    /*last part*/
    .bg-light-blue{
        background-color: #EFF8FA;
    }
    .no_step, .step_heading{
            color: #2f1c6a!important;
    }
    #step_holder{
        margin: 60px 0px; 
    }
    .step_heading{
        line-height: 1.2;
        font-weight: 700;
    }
    .no_step{
        font-weight: 700;
        margin-top: 30px;
    }
    .step_caption{
        font-weight: 600;
        line-height: 1.4;
        color: #727586;
        margin-top: 15px;
    }
    .round-bg-white{
        /*background-color: #fff;
        border-radius: 45%;*/
        padding: 10px;
        text-align: center;
    }
    .icon_size{
        width: 60px;
        height: 30px;
    }
    #bottem_sec{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .m-t-10{
        margin-top: 10px;
    }
    .m-b-40{
        margin-bottom: 40px !important;
    }
    
    
    @media screen and (max-width: 576px){
        .coupon-box {
            margin: 30px;
        }
    }
    /*last part*/
    @media screen and (max-width: 720px){
        .offer_img{
            display: none !important;
        }
    }

    .loading_divs{
        display: none;
    }
    #show_less{
        display: none;
    }
    .more_less{
        color: #fff;
        background-color: #4E56B1;
        padding: 5px;
        border-radius: 5px;
        margin: auto;
        width: 100px;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;

    }
    .auto-center{
        margin:auto; text-align: center;
    }
    .magenta{
        color:magenta;
    }
    .blue{
        color:blue;
    }
    .red{
        color: red;
    }