@import url("ro_arena_comman.css");

.download_brochure {
    position: absolute;
    bottom: 10%;
    right: 2%;
    background: #fff;
    border: #000 solid 1px;
    padding: 12px 24px;
    border-radius: 50px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    display: none;
}

    .download_brochure:hover {
        color: #666;
        text-decoration: none;
    }

.available2 a {
    color: #030303;
}

.ro_subscribe {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
    background: #f2f2f2;
}

    .ro_subscribe .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

.ro_subscribe_padding {
    padding-right: 50px;
    padding-left: 50px;
}

.ro_subscribe .owl-nav .owl-prev {
    left: -2%;
}

.ro_subscribe .owl-nav .owl-next {
    right: -2%;
}

.ro_subscribe .owl-nav [class*="owl-"].disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.ro_subscribe .owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.ro_subscribe .owl-nav [class*="owl-"] .fa {
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.ro_subscribe .owl-dots button {
    border: none;
}

.ro_available_slider .item {
    text-align: center;
}

    .ro_available_slider .item .card {
        background: transparent;
        border: 0;
    }

.ro_subscribe .card-img-top {
    background: #f8f8f8;
    border-radius: 140px;
    padding: 10px 40px;
}

.available_text {
    padding-top: 10px;
}

    .available_text h3 {
        font-size: 1rem;
        font-weight: bold;
        color: #2c3791;
    }

    .available_text h4 {
        color: #666;
        font-weight: 500;
        line-height: 1.4;
        font-size: 1rem;
    }

.btn_avail {
    text-transform: uppercase;
    border: none;
    background: #303a82;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 14px 45px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    display: inline-block;
}

    .btn_avail:hover {
        background-color: #000;
        color: #fff;
    }

@media (max-width: 767px) {
    .ro_subscribe_padding {
        padding-right: 25px;
        padding-left: 25px;
    }

    .ro_subscribe .owl-nav .owl-prev {
        left: -30px;
    }

    .ro_subscribe .owl-nav .owl-next {
        right: -30px;
    }

    .ro_subscribe .card-img-top {
        padding: 10px 25px;
    }

    .ro_subscribe .headTitle h3 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 25px 0;
    }
}
