/* Variables
================================== */
/* Tables
================================== */
.Rtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 1.5em 1.3em;
  overflow: hidden;
  list-style: none;
  /*border: solid 2px white;
  background: rgba(112, 128, 144, 0.2);*/
}
.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}
.Rtable--7cols > .Rtable-cell {
  width: 14.285%;
}
/* Page styling
================================== */
body {
  box-sizing: border-box;
  min-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  font-family: sans-serif;
  font-size: 1.2em;
  background-color: white;
  border-top: none;
  border-bottom: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1em;
}
strong {
  color: #434d57;
}
/* Apply styles
================================== */
.Rtable {
  position: relative;
  top: 1px;
  left: 1px;
}
.Rtable-cell {
  background-color:#E8E7E4;
  /*margin: -3px 0 0 -3px;
  border-color: #e2e6e9;*/
  text-align:center;
}
/* Cell styles
================================== */
.Rtable-cell--dark {
  background-color: slategrey;
  border-color: #5a6673;
  color: white;
}
.Rtable-cell--dark > h1,
.Rtable-cell--dark > h2,
.Rtable-cell--dark > h3,
.Rtable-cell--dark > h4,
.Rtable-cell--dark > h5,
.Rtable-cell--dark > h6 {
  color: white;
}
.Rtable-cell--medium {
  background-color: #b8c0c8;
  border-color: #a9b3bc;
}
.Rtable-cell--light {
  background-color: white;
  border-color: #e2e6e9;
}
.Rtable-cell--highlight {
  background-color: lightgreen;
  border-color: #64e764;
}
.Rtable-cell--alert {
  background-color: darkorange;
  border-color: #cc7000;
  color: white;
}
.Rtable-cell--alert > h1,
.Rtable-cell--alert > h2,
.Rtable-cell--alert > h3,
.Rtable-cell--alert > h4,
.Rtable-cell--alert > h5,
.Rtable-cell--alert > h6 {
  color: white;
}
.Rtable-cell--head {
  /*background-color: slategrey;
  border-color: #5a6673;*/
  color: white;
}
.Rtable-cell--head > h1,
.Rtable-cell--head > h2,
.Rtable-cell--head > h3,
.Rtable-cell--head > h4,
.Rtable-cell--head > h5,
.Rtable-cell--head > h6 {
  color: #747171;
}
.Rtable-cell--foot {
  background-color: #b8c0c8;
  border-color: #a9b3bc;
}
/* Responsive
==================================== */
@media all and (max-width: 500px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
    .no-flexbox .Rtable > .Rtable-cell--foot {
        margin-bottom: 1em;
    }
    .Rtable-cell a {
        color:#fff;
    }
    .Rtable-cell a:hover {
        color:red;
    }
    .Billing{
       font-size: 14px;
padding: 2px;
border-radius: 12px;
background-color: #bec5c1;
margin-top: 5px;
text-align: center;
    }
.type_rm {
    /*font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    background-color:#b1dbd2;*/
    margin-top: 8px;
}
#book_eng{
       
             border-radius:12px;         
             /*margin-left: 15px;*/
   }
#book_eng a{color:#2b9498;}
#book_eng a:hover{color:#000;}
span{font-size:14px;}
#step1{
    margin-left:10px;
}
.Bbooknow_Btn{
	   color: #000;
cursor: pointer;
display: block;
float: left;
font-size: 14px;
font-weight: bold;
padding: 7px;
border-radius: 5px;
text-decoration: none;
vertical-align: middle;
background-color: #CCDAF3;
box-shadow: 1px 1px 1px 1px #c5c4c1;
	   }
	   .Bbooknow_Btn:hover{
	   background-color: #B0C7F5;
        color: #2f778a;
	   }