.rbs-home-exchange{
    display:grid;
    grid-template-columns:380px 1fr;
    gap:20px;
    max-width:1300px;
    margin:40px auto;
    font-family:Montserrat,Helvetica,sans-serif;
}

/* LEFT PANEL */

.rbs-rates-panel{
    border:1px solid #cfcfcf;
    background:#fff;
}

.rbs-rates-header{
    background:#e10d0c;
    color:#fff;
    padding:12px 15px;
    font-size:18px;
    font-weight:bold;
    display:flex;
    justify-content:space-between;
}

.rbs-rate-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px;
    border-bottom:1px solid #ececec;
    transition:.25s;
}

.rbs-rate-item:hover{
    background:#f7f7f7;
}

.rbs-rate-left{
    display:flex;
    align-items:center;
    gap:12px;
}

.rbs-rate-flag img{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:cover;
}

.rbs-rate-title strong{
    display:block;
    color:#005d86;
    font-size:16px;
}

.rbs-rate-title small{
    display:block;
    color:#666;
    font-size:12px;
}

.rbs-rate-values{
    display:flex;
    align-items:center;
    gap:18px;
}

.rbs-rate-values div{
    text-align:center;
}

.rbs-rate-values small{
    display:block;
    font-size:10px;
    color:#777;
}

.rbs-rate-values strong{
    display:block;
    color:#111;
    font-size:14px;
}

.rbs-rate-arrow{
    font-size:28px;
    color:#999;
}

/* RIGHT PANEL */

.rbs-calculator-panel{
    border:1px solid #d7d7d7;
    background:#fff;
}

.rbs-tabs{
    display:grid;
    grid-template-columns:1fr 1fr;
}

.rbs-tabs button{
    padding:18px;
    border:0;
    background:#fff;
    color:#000;
    font-size:24px;
    font-weight:bold;
    cursor:pointer;
}

.rbs-tabs button.active{
    background:#e10d0c;
    color:#fff;
}

.rbs-calc-body{
    padding:30px;
}

.rbs-calc-body label{
    display:block;
    margin:18px 0 8px;
    font-weight:bold;
    color:#000;
    font-size:18px;
}

.rbs-calc-body select,
.rbs-calc-body input{
    width:100%;
    padding:14px;
    border:1px solid #d8d8d8;
    border-radius:5px;
    font-size:17px;
    box-sizing:border-box;
}

.rbs-amount-row{
    display:grid;
    grid-template-columns:1fr 40px 1fr;
    gap:10px;
    align-items:center;
}

.rbs-amount-row span{
    text-align:center;
    font-size:26px;
    font-weight:bold;
}

.rbs-rate-note{
    text-align:center;
    margin:20px 0;
    color:#444;
    font-size:16px;
}
#rbs-home-continue:hover{
    background: #000 !important;
    color:#fff !important;
}

#rbs-home-continue{
    width:100%;
    margin-top:20px;
    padding:18px;
    border:0;
    background:#e10d0c;
    color:#fff;
    font-size:24px;
    font-weight:bold;
    cursor:pointer;
    transition:.25s;
}

#rbs-home-continue:hover{
    background:#f2bc00;
}

.rbs-home-exchange {
    align-items: stretch;
}

.rbs-rates-panel {
    max-height: 620px;
    overflow-y: auto;
}

.rbs-rate-list {
    background: #fff;
}

.rbs-rate-item {
    min-height: 58px;
}

.rbs-rate-title strong {
    font-size: 15px;
    letter-spacing: .3px;
}

.rbs-rate-values strong {
    font-size: 12px;
}

.rbs-rate-values small {
    font-size: 9px;
}

.rbs-calculator-panel {
    min-height: 620px;
}

.rbs-calc-body {
    padding: 38px 34px;
}

.rbs-tabs button {
    min-height: 70px;
}

.rbs-calc-body select,
.rbs-calc-body input {
    height: 48px;
}

#rbs-home-continue {
    margin-top: 24px;
    height: 58px;
}

.rbs-customer-card{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:8px;
    padding:35px;
    box-shadow:0 2px 12px rgba(0,0,0,.05);
}

.rbs-customer-card h2{
    margin:0;
    color:#000;
}

.rbs-subtitle{
    color:#666;
    margin:8px 0 30px;
}

.rbs-customer-card .row{
    gap:20px;
    margin-bottom:18px;
}

.rbs-customer-card .col-md-6 {
    float: left;
    width: 48%;
    margin: 10px 10px;
}
.col-12.mb-3,
.col-12.mb-4{
    margin-left: 10px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select{
    background: #fff !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select
.rbs-customer-card input,
.rbs-customer-card select,
.rbs-customer-card textarea{

    width:100%;
    height:48px;
    border:1px solid #d9d9d9;
    border-radius:6px;
    padding:0 14px;
    font-size:15px;
    background:#fff;
}

.rbs-customer-card textarea{
    height:120px;
    padding:14px;
    resize:vertical;
}

.rbs-customer-card label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

#rbs-submit-booking{

    background:#e10d0c;
    color:#000;
    border:none;
    height:50px;
    padding:0 30px;
    font-weight:700;
    border-radius:4px;
}

#rbs-back-step{

    height:50px;
    padding:0 30px;
    border-radius:4px;
    margin-right:10px;
}



@media(max-width:991px){

.rbs-home-exchange{
    grid-template-columns:1fr;
}

.rbs-tabs button{
    font-size:18px;
}

#rbs-home-continue{
    font-size:18px;
}

}