#be_banner_new {
    width: 100%;
    overflow: hidden;
    color: white;
    direction: rtl;
    text-align: center;
    font-family: 'SimplerPro';
    font-size: 16px;
    background: url(./img/bg360.jpg);
    background-size: cover;
    background-position: center;
    height: 470px;
}

#be_banner_new h2 {
    font-weight: 700;
    margin: 0;
}

#be_banner_new p {
    font-weight: 400;
    margin: 0;
}

#be_banner_new p.after_title {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
#be_banner_new p.pre_title {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#be_banner_new > .content_all-in {
    padding-top: 40px;
}

#be_banner_new .badge {
    display: flex;
    justify-content: space-around;
    position: absolute;
    width: 92px;
    height: 92px;
    align-items: center;
    box-shadow: 0 4px 22px 0 rgba(255, 128, 0, 0.62);
    background-image: linear-gradient(218deg, #e7ce1b 60%, #ffbe03 75%, #ff8000 100%, #ff8000 51%);
    /* background-image: linear-gradient(218deg, #e7ce1b 76%, #ffbe03 38%, #ff8000 -3%, #ff8000 -3%); */
    border-radius: 50%;
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    transform: rotate(15deg);
    top: 181px;
    right: 50%;
    transform: translateX(144px) rotate(15deg);
    padding: 17px 10px 10px;
    box-sizing: border-box;
}

#be_banner_new .icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


#be_banner_new .icons span {
    font-size: 20px;
    color: #30dfff;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#be_banner_new .content_all-in .text_all-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#be_banner_new .spacer {
    height: 185px;
}

#be_banner_new .cta a {
    border-radius: 20px;
    background-color: #30dfff;
    width: 210px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    line-height: 40px;
    vertical-align: middle;
    transform: translateX(8px);
    padding-right: 21px;
    box-sizing: border-box;
}

#be_banner_new .cta a span {
    color: #16254f;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}


#be_banner_new .cta p {
    margin: 2% auto 0;
}


@media only screen and (min-width: 320px) {
    #be_banner_new {
        background: url("./img/bg360.jpg");
        height: 470px;
    }

    #be_banner_new h2 {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.36;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    #be_banner_new .b_line1 {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.18;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin-top: -7px;
    }
    #be_banner_new .b_line2 .bigg{
        font-size: 28px;
        color: #fff;
    }
    #be_banner_new .b_line2 {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.18;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin-top: -5px;
    }
    #be_banner_new .benefits {
        display: inline-block;
    }

    #be_banner_new .benefits .text_all-in p {
        font-size: 14px;
        line-height: 1;
    }

    #be_banner_new > .content_all-in {
        padding-top: 6px;
        width: 317px;
        margin: 0 auto;
    }

    #be_banner_new .icons {
        width: 192px;
        margin-top: 5px;
    }

    #be_banner_new .icons svg {
        width: 35px;
        height: 35px;
    }

    #be_banner_new .benefits .text_all-in {
        width: 221px;
    }

    #be_banner_new .cta {
        margin-top: 185px;
    }

    #be_banner_new .cta p {
        font-size: 14px;
        width: 250px;
    }

    #be_banner_new .titles > p > span {
        color: #30dfff;
        font-weight: bold;
        position: relative;
    }

    #be_banner_new .titles > p > span:after {
        display: none !important;
        width: 110%;
        content: '';
        background: url(./img/shape.svg) no-repeat center top;
        height: 15px;
        background-size: contain;
        position: absolute;
        top: 100%;
        right: 50%;
        -webkit-transform: translate(50%, 0px);
        -ms-transform: translate(50%, 0px);
        transform: translate(50%, 0px);
    }

    #be_banner_new .cta {
        margin: 200px auto 0;
        width: 300px;
    }

    #be_banner_new .cta a span {
        font-size: 20px;
    }

    #be_banner_new .cta p {
        margin-top: 6px;
        width: 100%;
    }

}

@media only screen and (min-width: 768px) {
    #be_banner_new .badge {
        display: flex;
        justify-content: space-around;
        position: absolute;
        width: 118px;
        height: 118px;
        align-items: center;
        border-radius: 50%;
        font-size: 16.0px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
        transform: rotate(15deg);
        top: 155px;
        right: 50%;
        transform: translateX(-37px) rotate(15deg);
        padding: 1px 10px 0px;
        box-sizing: border-box;
    }
    #be_banner_new {
        background: url("./img/bg768.jpg");
        height: 595px;
    }
    #be_banner_new .titles p.pre_title {
        font-size: 22.2px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
    }
    #be_banner_new > .content_all-in {
        padding-top: 131px;
        width: 752px;
        margin: 0 auto;
        text-align: right;
    }

    #be_banner_new .benefits .text_all-in p br {
        display: block;
    }

    #be_banner_new .titles {
        width: 600px;
    }

    #be_banner_new h2,
    #be_banner_new .titles p {
        text-align: right;
        padding-right: 0;
    }

    #be_banner_new h2 svg{
        width: 52px;
        height: auto;
    }

    #be_banner_new .titles .b_line2 .bigg{
        font-size: 53.8px;
    }
    #be_banner_new .titles .b_line2{
        font-size: 40.3px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        margin-top: -10px;
        margin-bottom: -7px;
    }
    #be_banner_new .titles p.after_title{
        font-size: 18.8px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
    }
    #be_banner_new .titles .b_line1{
        font-size: 40.3px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
    }

    #be_banner_new h2 {
        font-size: 40.3px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        margin-top: 8px;
        margin-bottom: -8px;
    }

    #be_banner_new .titles p {
        font-size: 30px;
        letter-spacing: -0.35px;
        line-height: 38px;
        margin-top: 0px;
    }

    #be_banner_new .titles > p > span:after {
        width: 169px;
        content: '';
        background: url('./img/shape.svg') no-repeat center;
        display: block;
        height: 11px;
    }

    #be_banner_new .benefits {
        margin-top: 21px;
    }

    #be_banner_new .benefits .text_all-in p {
        font-size: 18px;
        line-height: 1.08;
        text-align: center;
        width: auto;
    }

    #be_banner_new .benefits .icons {
        width: 333px;
        margin-right: 10px;
    }

    #be_banner_new .content_all-in .text_all-in {
        width: 348px;
    }

    #be_banner_new .cta {
        margin: 48px 0 0;
        width: 500px;
    }

    #be_banner_new .cta a {
        border-radius: 36px;
        width: 210px;
        height: 48px;
        line-height: 48px;
        margin-left: 150px;
        text-align: center;
        transform: translateX(0);
        padding-right: 20px;
    }

    #be_banner_new .cta a span {
        font-size: 20px;
    }

    #be_banner_new .cta p {
        margin: 40px 0 0;
        width: 258px;
    }
}

@media only screen and (min-width: 992px) {
    #be_banner_new {
        background: url("./img/bg992.jpg");
    }

    #be_banner_new .badge {
        display: flex;
        justify-content: space-around;
        position: absolute;
        width: 148px;
        height: 148px;
        align-items: center;
        /* background-image: linear-gradient(218deg, #e7ce1b -3%, #ffbe03 -3%, #ff8000 76%, #ff8000 38%); */
        border-radius: 50%;
        font-size: 22px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.09;
        letter-spacing: normal;
        text-align: center;
        color: #16254f;
        transform: rotate(15deg);
        top: 106px;
        right: 50%;
        transform: translateX(-23px) rotate(15deg);
    }

    #be_banner_new .titles p.pre_title {
        font-size: 27.7px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
    }

    #be_banner_new > .content_all-in {
        padding-top: 106px;
        width: 955px;
        margin: 0 auto;
        text-align: right;
    }

    #be_banner_new .benefits .text_all-in p br {
        display: block;
    }

    #be_banner_new .titles {
        width: 600px;
    }

    #be_banner_new h2,
    #be_banner_new .titles p {
        text-align: right;
        padding-right: 0;
    }

    #be_banner_new h2 {
        font-size: 50.4px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
    }
    #be_banner_new .titles .b_line1 {
        font-size: 50.4px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
    }

    #be_banner_new .titles .b_line2 {
        font-size: 50.4px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        margin-top: -16px;
        margin-bottom: -5px;
    }
    #be_banner_new h2 svg {
        width: 65px;
        height: auto;
    }
    #be_banner_new .titles .b_line2 .bigg {
        font-size: 67.2px;
    }

    #be_banner_new .titles p {
        font-size: 30px;
        letter-spacing: -0.35px;
        line-height: 38px;
        margin-top: 0px;
    }

    #be_banner_new .titles p.after_title {
        font-size: 23.5px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
    }

    #be_banner_new .titles > p > span:after {
        width: 169px;
        content: '';
        background: url('./img/shape.svg') no-repeat center;
        display: block;
        height: 11px;
    }

    #be_banner_new .benefits {
        margin-top: 21px;
    }

    #be_banner_new .benefits .text_all-in p {
        font-size: 18px;
        line-height: 1.08;
        text-align: center;
        width: auto;
    }

    #be_banner_new .benefits .icons {
        width: 333px;
        margin-right: 10px;
    }

    #be_banner_new .content_all-in .text_all-in {
        width: 348px;
    }

    #be_banner_new .cta {
        margin: 57px 0 0;
        width: 500px;
    }

    #be_banner_new .cta a {
        border-radius: 36px;
        width: 242px;
        height: 64px;
        line-height: 64px;
        margin-left: 150px;
        text-align: center;
        padding-right: 2px;
    }

    #be_banner_new .cta a span {
        font-size: 22px;
    }

        #be_banner_new .cta a svg {
            position: relative;
    right: 7px;
    width: 30px;
    height: 30px;
    }

    #be_banner_new .cta p {
        margin: 40px 0 0;
        width: 258px;
    }

}

@media only screen and (min-width: 1200px) {
    #be_banner_new {
        background: url("./img/bg1200.jpg");
    }

    #be_banner_new .badge {
        font-weight: 900;
        top: 122px;
        right: 50%;
        transform: translateX(-93px) rotate( 15deg);
    }

    #be_banner_new > .content_all-in {
        padding-top: 76px;
        width: 1176px;
    }
    #be_banner_new .titles p.pre_title {
        
font-size: 33px;
    }

    #be_banner_new h2,
    #be_banner_new .titles p {
        width: 700px;
    }

#be_banner_new .titles .b_line2,
    #be_banner_new h2 {
        font-size: 60px;
        line-height: 1.3;
    }
    #be_banner_new .titles .b_line2 {
    margin-top: -25px;
    margin-bottom: -13px;
}
#be_banner_new .titles p.after_title {
    font-size: 28px;
}
    #be_banner_new .titles .b_line2 .bigg {
    font-size: 80.2px;
}
    #be_banner_new .titles .b_line1 {
    font-size: 60px;
}

    #be_banner_new h2 svg {width: 77px;}

    #be_banner_new .titles p {
        font-size: 34px;
        line-height: 1;
        margin-top: 0px;
    }

    #be_banner_new .titles > p > span {
        position: relative;
    }

    #be_banner_new .titles > p > span:after {
        width: 110%;
        content: '';
        background: url(./img/shape.svg) no-repeat center;
        display: block;
        background-size: contain;
        position: absolute;
        top: 100%;
        right: 50%;
        -webkit-transform: translate(50%, 0px);
        -ms-transform: translate(50%, 0px);
        transform: translate(50%, 0px);
    }

    #be_banner_new .icons {
        width: 335px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #be_banner_new .cta {
        margin: 40px 0 0;
        transform: translateX(3px);
    }

    #be_banner_new .cta p {
        width: auto;
    }

    #be_banner_new .content_all-in .text_all-in {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 344px;
    }
}

#be_banner_new {
    max-width: 1920px;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#be_banner_new .cta > a > span >svg {
    line-height: 100%;
    vertical-align: middle;
}