* {
    box-sizing: border-box;
  }
  
  /* Add a gray background color with some padding */
  .bd-detail img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #8fd400;
    padding: 2px;
    margin-top: 12px;
  }
  .bd-detail {
    background-size: cover;
  }
  .bd-detail h4{
    color: #fff;
  }
  
  /* Header/Blog Title */
  .blog-heading {
    padding: 30px;
    font-size: 40px;
    text-align: center;
    background: white;
  }
  
  /* Create two unequal columns that floats next to each other */
  /* Left column */
  .leftcolumn {   
    float: left;
    width: 75%;
  }
  
  /* Right column */
  .rightcolumn {
    float: left;
    width: 25%;
    padding-left: 20px;
  }
  
  /* Fake image */
  .fakeimg {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  /* Add a card effect for articles */
  .cards {
     background-color: white;
     padding: 20px;
     margin-top: 20px;
     border-radius: 0;
     border: 1px solid #8fd400;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  
  /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {   
      width: 100%;
      padding: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .sub-menu{
      top: 95%;
      right: 0px;
    }
  }
  /* cart */
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #e9ecef;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: #E44C4C;
  }
  
  .sidebar .closebtn {
    position: absolute; 
    right: -4px;
    font-size: 36px; 
    top: -4px;
  }
  .sidebar .closebg{
    position: relative;
    background-color: #8fd400;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  
  .openbtn {
    font-size: 25px;
    cursor: pointer;
    background-color: transparent;
    color: #8fd400;
    padding-left: 13px;
    border: none;
  }
  
  .openbtn:hover {
    color: dodgerblue;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
  }

  /* cart section */
  .cart-header{
    margin: auto;
    width: 90%;
    height: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
   }
   .cart-heading{
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    color: #2F3841;
   }
   .Cart-Items{
    margin: auto;
    width: 90%;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: space-between;
    align-items: center;
   }
   .image-box{
    width: 20%;
    text-align: center;
   }
   .image-box img{
    border-radius: 50%;
    border: 3px solid #8fd400;
    padding: 2px;
   }
   .title{
    line-height: 17px;
    font-size: 13px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 800;
    color: #202020;
   }
   .prices{
    height: 100%;
    text-align: right;
   }
   .amount{
    font-size: 18px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 800;
    color: #202020;
   }
   .sidebar hr{
    width: 66%;
    float: right;
    margin-right: 5%;
   }
   .checkout{
    float: right;
    margin-right: 5%;
    width: 65%;
   }
   .checkout .btn-theme{
    float: right;
    padding: 4px 5px;
    margin-top: 20px;
    font-size: 17px;
   }
   .total{
    width: 100%;
    display: flex;
    justify-content: space-between;
   }
   .Subtotal{
    font-size: 24px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    color: #202020;
   }
   .items{
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    color: #909090;
    line-height: 10px;
   }
   .total-amount{
    font-size: 24px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    color: #202020;
   }
   .cart-closebtn {
    color: #E44C4C;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
  }
  /* book now */

   /* Left column */
  .booknow .leftcolumn {   
    float: left;
    width: 67%;
  }
  
  /* Right column */
  .booknow .rightcolumn {
    float: left;
    width: 33%;
    padding-left: 20px;
  }
  .booknow h3{
    text-align: center;
    padding: 14px;
    background-color: #8fd400;
  }
  /* Fake image */
  .fakeimg {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  /* Add a card effect for articles */
  .booknow .cards {
     background-color: white;
     padding: 20px;
     margin-top: 0px;
     border-radius: 0;
     border: 1px solid #8fd400;
  }
  .booknow .top-title{
    background-color: #8fd400;
    padding: 20px;
    color: black;
    font-size: 19px;
  }
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  
  /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 989px) {
    .booknow .leftcolumn, .booknow .rightcolumn {   
      width: 100%;
      padding: 0;
    }
    .booknow .rightcolumn{
      margin-top: 20px;
    }
  }

  /* booknow form */
  .booknow .form-control{
    padding: 12px;
    border-radius: 0px;
    border: 1px solid #8fd400;
  }
  .login a{
    color: white;
  }