
.rowspace {
    margin: 0.5vw 0 0.5vw 0;
}

.arrow {
    margin-left: 6.5vw;
    width: 20px;
    height: 24px;
}

.line {
    border-bottom: 1px solid #12354c;
}

.floatright {
    margin: 0 -45px 0 auto;
}

.circle {
    color: #ffffff;
    display: inline-block;
    background: #12354c;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    line-height: 1.8em;
}

.circle_q {
    display: inline-block;
    background: #ffc107;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
}

.offer_section_recommend {
    color: #12354c;
    background-color: #25B9D6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.offer_section_cheaper, .offer_section_upgrade, .offer_section_smaller, .offer_section_more {
    color: #12354c;
    background-color: #bceef7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
}



.booknow {
}


/* Small devices (portrait tablets and phones) On screens that are 1028px or less */
@media only screen and (max-width: 1028px) {
    .price {
        color: #ffffff;
        background-position: 50% 50%;
        background-image: url("https://coachfinder.co.uk/wp-content/plugins/1AG-Salesforce-Booking-Step-Form/assets/images/price_bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 10px;
    }
}

/* Medium /Large devices Screen size greater or equal 1029px (landscape tablets, laptops) */
@media only screen and (min-width: 1029px) {
    .price {
        color: #ffffff;
        background-position: 40% 50%;
        background-image: url("https://coachfinder.co.uk/wp-content/plugins/1AG-Salesforce-Booking-Step-Form/assets/images/price_bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 10px;
    }
}