::-webkit-scrollbar {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

.fx-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    background: #F6FFE6;
    color: #000;
    font-family: "Raleway", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 14px;
    line-height: 1.5;

}



.the-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    font-weight: bold;
    background: #FFA100;
    color: #fff;
    border-radius: 40px;
    padding-right: 80px;
    height: 80px;
    margin-top: 30px;
    cursor: pointer;
    align-items: stretch;
    position: relative;
}

.the-btn::after {
    content: '';
    width: 64px;
    height: 64px;
    position: absolute;
    right: 8px;
    top: 8px;
    background: url(/images/ar-chat-rooms/icon-call.png) right center no-repeat;

}


.the-btn span {
    padding: 0 40px;
    background: #294F36;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 289px;
    border: 2px solid #ffa103;
    box-sizing: border-box;
}

.the-btn a {
    color: #fff;
    text-decoration: none;
}



.ucr-box .in-box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0
}

.ucr-box .in-box .box-title {
    text-align: center;
    font-size: 48px;
    line-height: 1.16;
    margin-bottom: 30px;
}

.ucr-box .in-box .the-title {
    font-size: 38px;
    line-height: 1.65;
    margin-bottom: 30px;
}

.ucr-box .in-box p+p {
    margin-top: 30px;
}

.one-txt-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.one-txt-img.reverse {
    flex-direction: row-reverse;
}

.one-txt-img .the-txt-box {
    width: 450px;
    flex-shrink: 0;
    text-align: center;
    direction: rtl;
}

.img-box {}

.ucr-box-one {
    background: url(/images/ar-chat-rooms/s1-bg.png) bottom center no-repeat;
    background-size: 110%;
    box-sizing: border-box;
    font-size: 16px;
}

.ucr-box-one .in-box {

    padding-bottom: 100px;
}


.ucr-box-one h1 {
    font-size: 38px;
    line-height: 1.2;
    margin: 0 auto 30px;
}

.ucr-box-one .the-txt-box {
    text-align: right;
}



.ucr-box-one h1 b {
    color: #FFA100;
    font-size: 49px;
    text-decoration: underline;
}



.ucr-box-two {}


.ucr-box-three {
    background: url(/images/ar-chat-rooms/s3-bg.jpg) center/cover no-repeat;
    color: #fff;
    text-align: center;
    direction: rtl;
}


.ucr-box-three .in-box {
    width: 617px;
}


.ucr-box-four {}

.ucr-box-four .in-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}


.ucr-box-five {
    background: url(/images/ar-chat-rooms/s5-bg.jpg) top center no-repeat;
    background-size: 100% 300px;
}

.ucr-box-five .in-box .the-title {
    margin-top: -70px;
    margin-bottom: 88px;
    color: #fff;
}



.ucr-box-six {
    margin-top: -100px;
}

.ucr-box-six .in-box {}

.ucr-box-six .the-list {
    display: flex;
    align-items: stretch;
    gap: 14px;
    direction: rtl;
}

.ucr-box-six .the-list .ol {
    width: 100%;
    background: #102E16;
    color: #C2D4AF;
    border-radius: 30px;
    padding: 40px 12px 30px;
    text-align: center;
}

.ucr-box-six .the-list .star {}



.ucr-box-six .the-list .ol p {
    font-size: 14px;
}

@media only screen and (min-width:681px) {
    .hidden-sm-and-up {
        display: none !important
    }
}

@media screen and (max-width: 680px) {
    .hidden-xs-only {
        display: none !important
    }

    .the-btn {
        height: 1.52rem;
        font-size: 18px;
        padding-right: 1.68rem;

    }

    .the-btn span {
        min-width: 5.57rem;
    }

    .the-btn::after {
        width: 1.23rem;
        height: 1.23rem;
        background-size: cover;
        top: 0.14rem;
        right: 0.14rem;
    }

    .one-txt-img {
        flex-direction: column;
    }

    .one-txt-img.reverse {
        flex-direction: column-reverse;
    }

    .one-txt-img .the-txt-box {
        max-width: 100%;
        width: 100%;
        padding: 0 0.48rem;
        box-sizing: border-box;
    }

    .one-txt-img .img-box {
        max-width: 100%;
        overflow: hidden;
    }

    .one-txt-img .img-box img {
        max-width: 100%;
        transform: scale(1.1);
    }

    .ucr-box .in-box {
        max-width: 100%;
        padding: 40px 0;
    }

    .ucr-box .in-box .box-title {
        font-size: 30px;
    }



    .ucr-box-one {
        padding-top: 50px;
        background-size: 110% 97px;
    }

    .ucr-box-one .in-box {
        padding-bottom: 130px;
    }

    .ucr-box-four .one-txt-img,
    .ucr-box-one .one-txt-img {
        flex-direction: column-reverse;
    }

    .ucr-box-one .the-txt-box {
        text-align: center;
    }




    .ucr-box-one h1 {
        font-size: 32px;
        line-height: 1.2;
        margin: 0 auto 20px;
    }



    .ucr-box-two {}


    .ucr-box-three .in-box {
        width: 100%;
        box-sizing: border-box;
        padding: 40px 0.48rem;
    }

    .ucr-box-four {}

    .ucr-box-four .in-box {}



    .ucr-box-five {
        background-size: auto 232px;
    }

    .ucr-box-five .one-txt-img.reverse {
        flex-direction: column;
    }


    .ucr-box-five .in-box .the-title {
        margin-top: 0;
    }




    .ucr-box-six {
        margin-top: 0;
    }

    .ucr-box-six .in-box {
        padding-top: 0;
    }

    .ucr-box-six .the-list {
        flex-direction: column;
        gap: 20px;
        box-sizing: border-box;
        padding: 0 30px;
    }

    .ucr-box-six .the-list .ol {
        box-sizing: border-box;
        border-radius: 24px;
        padding: 40px 20px;
    }





}