.rr-no-scroll{
    overflow: hidden;
}

.rr-rcio-ds .banner-section{
    margin: 0;
}


.rr-rcio-ds .dir-forward {
    flex-direction: row;
    justify-content: flex-end;
}

.rr-rcio-ds .dir-reverse {
    flex-direction: row-reverse;
    justify-content: flex-start;
}





.rr-rcio-ds .btn-text {
    font-weight: bold;
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 1.31px;
    line-height: 24px;
    text-align: center;
    padding: 12px 24px;
    height: 48px;
}

.rr-rcio-ds .shape-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    height: 87px;
    width: 87px;
    border-radius: 50%;
}

/* banner-block */

.rr-rcio-ds .semi-circle-right {
    position: absolute;
    z-index: 3;
    right: 0;
    vertical-align: middle;
    height: 260px;
    width: 130px;
    border-top-left-radius: 135px;
    border-bottom-left-radius: 135px;
    top: 50%;
    margin-top: -130px;
    margin-right: -50px;
}

.rr-rcio-ds .semi-circle-left {
    position: absolute;
    z-index: 3;
    left: 0;
    vertical-align: middle;
    height: 260px;
    width: 130px;
    border-top-right-radius: 135px;
    border-bottom-right-radius: 135px;
    top: 50%;
    margin-top: -130px;
    margin-left: -50px;
}

.rr-rcio-ds .banner-right {
    overflow: hidden;
    position: relative;
}

.rr-rcio-ds .banner-right>img {
    /* object-fit: cover;
	width: 100%;
	height: 100%;
	min-height: 720px; */
    /* height: 100%;
	top: 50%;
    left: 50%;
    position: relative;
	transform: translate(-50%, -50%); */

    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.rr-rcio-ds .banner-left {
	height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rr-rcio-ds .banner-wrapper {
    display: flex;
    flex-direction: row;
    height: 800px;
}

.rr-rcio-ds .banner-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 456px;
    height: auto;
    float: right;
    margin: 0% 11%;
    padding-top: 120px;
    padding-bottom: 100px;
}

.rr-rcio-ds .banner-line {
    border: 3px solid black;
    margin-bottom: 6px;
}

.rr-rcio-ds .banner-content h1 {
    color: #000000;
    /* font-family: "GiorgioSans";
    font-size: 90px; */
    font-weight: bold;
    /* line-height: 80px; */
    margin-bottom: 24px;
    text-transform: uppeercase;
}

.rr-rcio-ds .banner-content p {
    color: #000000;
    font-size: 22px;
    letter-spacing: 0.15px;
    line-height: 31px;
    margin-bottom: 24px;
}

.rr-rcio-ds .promo-block p {
    margin-bottom: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.26px;
    line-height: 24px;
}

.rr-rcio-ds .countdown-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    height: 60px;
}

.rr-rcio-ds .countdown-block div {
    width: 32%;
    text-align: center;
    border-radius: 4px;
}

.rr-rcio-ds .countdown-block span:last-child {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.46px;
    line-height: 24px;
    text-align: center;
}

.rr-rcio-ds .countdown-block span:first-child {
    opacity: 0.9;
    color: #000000;
    font-family: "GiorgioSans";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 29px;
    text-align: center;
}

.rr-rcio-ds .banner-content a {
    margin-bottom: 16px;
}

.rr-rcio-ds .banner-content p.disclaimer {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.43px;
    line-height: 16px;
}


@media screen and (max-width: 991px) {

    .rr-rcio-ds .banner-right {
        max-height: 400px;
    }

    .rr-rcio-ds .banner-right>img {
        object-fit: cover;
        width: 100%;
        min-height: fit-content;
        object-position: center;

    }

    .rr-rcio-ds .banner-left {
        /* min-height: 1000px; */
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }


    .rr-rcio-ds .banner-wrapper {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }


    .rr-rcio-ds .banner-content {
		justify-content: flex-start;
        width: 100%;
        max-width: 720px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 60px;
        margin-bottom: 40px;
        padding-top: 30px;
        padding-bottom: 0px;
        /* max-width: 720px; */
	}
	

    .rr-rcio-ds .banner-content .banner-line {
        margin-bottom: 16px;
    }

    .rr-rcio-ds .banner-content h1 {
        /* font-size: 64px; */
        font-weight: bold;
        /* line-height: 56px; */
    }

    .rr-rcio-ds .banner-content p {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .rr-rcio-ds .promo-block p {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.26px;
        line-height: 24px;
    }

    .rr-rcio-ds .banner-content p.disclaimer {
        font-size: 16px;
        letter-spacing: 0.43px;
        line-height: 16px;
    }


}


@media screen and (max-width: 768px) {
    .rr-rcio-ds .banner-content {
        padding-left: 24px;
		padding-right: 24px;
		max-width: 100%;
    }
}

#exploreIntrestCarousel .carousel-indicators{
        z-index: 5 !important;
}

@media screen and (max-width: 523px) and (min-width: 445px){
.rr-rcio-ds .btn-text {
    font-weight: bold;
    font-size: 13px !important;
    font-weight: bold !important;
    letter-spacing: 1.31px;
    line-height: 24px;
    text-align: center;
    padding: 12px 24px;
    height: 48px;
}
}

@media screen and (max-width: 444px){
.rr-rcio-ds .btn-text {
    font-weight: bold;
    font-size: 10px !important;
    font-weight: bold !important;
    letter-spacing: 1.31px;
    line-height: 24px;
    text-align: center;
    padding: 12px 24px;
    height: 48px;
}
}