*, *:before, *:after {
    box-sizing: inherit;
}
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap');

.byrent_wrpr, p{
        /*font-family: 'Poppins', sans-serif;*/
}

.wrpr_input, .wrpr-total-rate {
    padding: 20px;
}

.main-heading h1 
{
    font-size: 1.35em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: 500;
    display: inline-block;
  
    color: #555;
    margin-top: 0px;
}
.input_wrpr_nw:last-child {
    margin-bottom: 0px;
}
.main-wrap {
    box-sizing: border-box;
    background: #f6f6f6;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    width: 100%;
    margin: auto;
    position: relative;
}
.inr_wrpw {
    display: flex;
}
.wrpr_input
{
   
    width: 50%;
}
.input_wrpr_nw 
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.rght-totl-rate p {
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.wrpr_input label {
  
    font-size: 14px;
    padding-bottom: 0px;
    display: inline-block;
}
.wrpr_input input[type=number] {
    height: 40px;
    background: 0 0;
    width: 99.7%;
    border-bottom: 1px solid #00a0dc;
    border-radius: 2px;
    padding: 5px 20px;
    display: inline-block;
    margin-right: 1%;
    letter-spacing: 1px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    transition: all ease .3s;
    font-size: 22px;
}
.wrpr_input input[type=number]:focus {
    border: none;
    outline: none;
    background: #00a0dc;
    color: #fff;
    transition: all ease .3s;
}


.wrpr_input input[type=number]:last-child
{
    margin-right: 0;
}
.wrpr-total-rate {
    width: 50%;
    background: #00A0DC;
    position: relative;
    overflow: hidden;
    
}
.lft-totl-rate {
    width: 100%;
    color: #fff;
    display: inline-block;
   
}
.rght-totl-rate {
  width: 100%;
    color: #fff;
    padding: 10px 30px;
    background: #00A0DC;
    border-top: 2px solid rgba(255,255,255,0.3);
    border-bottom: 2px solid rgba(255,255,255,0.3);
    margin-bottom: 55px;
}
.p-lr span {
    font-size: 25px;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
}
.lft-totl-rate {
    background: #0b8dbe;
    padding: 20px;
}
.rght-totl-rate .heading
{
    padding-left: 10px;
}

.brdr-botm
{
    border-bottom: 1px solid #f6f6f659;
}

p.heading span {
    font-size: 25px;
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
.section-interest-rate {
    width: 100%;
}
.p-lr p {
    font-size: 14px;
    color: #fff;
}
.p-lr {
    width: 50%;
    margin-right: 10px;
}
.wrpr_rgt_ln {
    display: flex;
}
.wrpr_rgt_ln .p-lr:last-child {
    margin-right: 0px;
}
.wrpr_rgt_ln .p-lr:first-child {
    border-right: 1px solid #fff;
}

.wrpr_rgt_ln {
    margin-bottom: 20px;
}
.section-interest-rate .wrpr_rgt_ln:last-child {
    margin-bottom: 0px;
}
.lft-totl-rate p {
    margin-bottom: 0px;
}
@media only screen and (max-width: 650px) and (min-width: 320px)  {

    .inr_wrpw {
    display: block;
}
.wrpr_input, .wrpr-total-rate {
    width: 100%;
}
.p-lr {
    padding: 10px;
}
.lft-totl-rate {
    background: #0b8dbe;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}
}