#booking-info{
    display: flex;
    flex-direction: column;
    gap: 30px;
    content: "";
    /* background-color: rgb(227, 227, 227); */
    width: 100%;
    margin: 1rem 0px;
    z-index: 9000;
}
#booking-info-child{
    grid-template-areas:
    "icon label"
    "icon description";
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 4px 10px;
    max-width: 380px;
}
#booking-info-icon{
    grid-area: icon / icon / icon / icon;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
#booking-info-ph{
    color: rgb(28, 32, 34);
    grid-area: label / label / label / label;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}
#booking-info-p{
    color: rgb(98, 106, 117);
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    gap: 6px;
    grid-area: description / description / description / description;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0px;
}

#input{
        width: 363px;
        height: 41px;
        padding: 15px;
        border: 1px solid black;
        margin-left: 20px;
        font-family: inherit;
        display: block;
        padding: 0.375rem 0.75rem 0.375rem 20px;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
   #submit, #submit-booking{
        background-color: #337ab7;
        color:white;
        width: 100%;
   }
    .calendar,
    .datepicker {
        max-width: 100%;
        z-index: 100;
    }
    .calendar {
        border: 1px solid #cccccc;
        border-radius: 10px;
        padding: 1em;
    }
    .datepicker input {
        
        border: 1px solid #ccc;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .datepicker input:focus {
        color: #495057;
        background-color: #fff;
        border-color: #f28388;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(219, 61, 68, 0.25) ;
    }
    .datepicker i {
        position: absolute;
    }
    .icon {
        padding: 16px;
        font-size: larger;
        color: #555555;
    }
    .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        
    } 
    .title .arrow-control {
        border: none;
        border-radius: 50px;
        background-color: transparent;
        width: 35px;
        height: 35px;
    }
    .title .arrow-control:hover {
        background-color: #db3d44;
        color: white;
        cursor: pointer;
    }
    .title .year-month:hover,
    .title .year:hover {
        color: #cccccc;
        cursor: pointer;
        transition: 0.3s all;
    }
    .week .day {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14.28%;
        font-weight: bold;
    }
    .list, .week{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .list .date {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14.28%;
        height: 42px;
        margin-top: 1em;
        /* padding: 7.14%; */
        border: none;
        border-radius: 50px;
        background-color: transparent;
                    color:rgb(28, 32, 34);

    }
    .list .date:hover,.list .date:focus,
    .list .mon:hover, .list .mon:focus {
        background-color: #db3d44;
        color: white;
        cursor: pointer;
    }
    .active {
        background-color: #db3d44 !important;
        color: white;
    }
    .list .fadeout {
        color: #eeeeee;
    }
    .list .today {
        color: #db3d44;
    }
    .list .today.active {
        color: white;
    }
    .list .mon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
        height: 50px;
        margin-top: 1em;
        /* padding: 7.14%; */
        border: none;
        border-radius: 50px;
        background-color: transparent;
        color:black;
    }
    #yearlist .mon:first-child,
    #yearlist .mon:last-child {
        color: #9d9d9d;
    }
    .d-none {
        display: none;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    .horizontal-double {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "title amount"
            "subtitle amount";
        gap: 5px;
        width: 100%;
    }
    
    
    
    /*--------------------
    Buttons
    --------------------*/
    #card-element {
      width: 100%;
      height: 38px;
      color: #333333;
      border-radius: 5px;
      font-size: 15px;
      outline: none !important;
      border: 1px solid rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    }
    
    
    
    /*--------------------
    Form
    --------------------*/
    .form fieldset {
      border: none;
      padding: 0;
      padding: 10px 0;
      position: relative;
      clear: both;
    }
    .form fieldset.fieldset-expiration {
      float: left;
      width: 60%;
    }
    .form fieldset.fieldset-expiration .select {
      width: 84px;
      margin-right: 12px;
      float: left;
    }
    .form fieldset.fieldset-ccv {
      clear: none;
      float: right;
      width: 86px;
    }
    .form fieldset label {
      display: block;
      text-transform: uppercase;
      font-size: 11px;
      color: rgba(0, 0, 0, 0.6);
      margin-bottom: 5px;
      font-weight: bold;
      font-family: Inconsolata;
    }
    .form fieldset input,
    .form fieldset .select {
      width: 100%;
      height: 38px;
      color: #333333;
      padding: 10px;
      border-radius: 5px;
      font-size: 15px;
      outline: none !important;
      border: 1px solid rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    }
    .form fieldset input.input-cart-number,
    .form fieldset .select.input-cart-number {
      width: 82px;
      display: inline-block;
      margin-right: 8px;
    }
    .form fieldset input.input-cart-number:last-child,
    .form fieldset .select.input-cart-number:last-child {
      margin-right: 0;
    }
    .form fieldset .select {
      position: relative;
    }
    .form fieldset .select::after {
      content: "";
      border-top: 8px solid #222;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      position: absolute;
      z-index: 2;
      top: 14px;
      right: 10px;
      pointer-events: none;
    }
    .form fieldset .select select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      position: absolute;
      padding: 0;
      border: none;
      width: 100%;
      outline: none !important;
      top: 6px;
      left: 6px;
      background: none;
    }
    .form fieldset .select select :-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000;
    }
    .form button {
      width: 100%;
      outline: none !important;
      background: linear-gradient(180deg, #518cc7, #518cc7);
      text-transform: uppercase;
      font-weight: bold;
      border: none;
      box-shadow: none;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      margin-top: 90px;
    }
    .form button .fa {
      margin-right: 6px;
    }
    
    /*--------------------
    Checkout
    --------------------*/
    .checkout {
      margin: 150px auto 30px;
      position: relative;
      width: 460px;
      background: white;
      border-radius: 15px;
      padding: 160px 45px 30px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }
    
    /*--------------------
    Credit Card
    --------------------*/
    .credit-card-box {
      perspective: 1000;
      width: 400px;
      height: 280px;
      position: absolute;
      top: -112px;
      left: 50%;
      transform: translateX(-50%);
    }
    .credit-card-box:hover .flip, .credit-card-box.hover .flip {
      transform: rotateY(180deg);
    }
    .credit-card-box .front,
    .credit-card-box .back {
      width: 400px;
      height: 250px;
      border-radius: 15px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background: linear-gradient(135deg, #bd6772, #53223f);
      position: absolute;
      color: #fff;
      font-family: Inconsolata;
      top: 0;
      left: 0;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    }
    .credit-card-box .front::before,
    .credit-card-box .back::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("http://cdn.flaticon.com/svg/44/44386.svg") no-repeat center;
      background-size: cover;
      opacity: 0.05;
    }
    .credit-card-box .flip {
      transition: 0.6s;
      transform-style: preserve-3d;
      position: relative;
    }
    .credit-card-box .logo {
      position: absolute;
      top: 9px;
      right: 20px;
      width: 60px;
    }
    .credit-card-box .logo svg {
      width: 100%;
      height: auto;
      fill: #fff;
    }
    .credit-card-box .front {
      z-index: 2;
      transform: rotateY(0deg);
    }
    .credit-card-box .back {
      transform: rotateY(180deg);
    }
    .credit-card-box .back .logo {
      top: 185px;
    }
    .credit-card-box .chip {
      position: absolute;
      width: 60px;
      height: 45px;
      top: 20px;
      left: 20px;
      background: linear-gradient(135deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
      border-radius: 8px;
    }
    .credit-card-box .chip::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border: 4px solid rgba(128, 128, 128, 0.1);
      width: 80%;
      height: 70%;
      border-radius: 5px;
    }
    .credit-card-box .strip {
      background: linear-gradient(135deg, #404040, #1a1a1a);
      position: absolute;
      width: 100%;
      height: 50px;
      top: 30px;
      left: 0;
    }
    .credit-card-box .number {
      position: absolute;
      margin: 0 auto;
      top: 103px;
      left: 19px;
      font-size: 38px;
    }
    .credit-card-box label {
      font-size: 10px;
      letter-spacing: 1px;
      text-shadow: none;
      text-transform: uppercase;
      font-weight: normal;
      opacity: 0.5;
      display: block;
      margin-bottom: 3px;
    }
    .credit-card-box .card-holder,
    .credit-card-box .card-expiration-date {
      position: absolute;
      margin: 0 auto;
      top: 180px;
      left: 19px;
      font-size: 22px;
      text-transform: capitalize;
    }
    .credit-card-box .card-expiration-date {
      text-align: right;
      left: auto;
      right: 20px;
    }
    .credit-card-box .ccv {
      height: 36px;
      background: #fff;
      width: 91%;
      border-radius: 5px;
      top: 110px;
      left: 0;
      right: 0;
      position: absolute;
      margin: 0 auto;
      color: #000;
      text-align: right;
      padding: 10px;
    }
    .credit-card-box .ccv label {
      margin: -25px 0 14px;
      color: #fff;
    }
    
    .the-most {
      position: fixed;
      z-index: 1;
      bottom: 0;
      left: 0;
      width: 50vw;
      max-width: 200px;
      padding: 10px;
    }
    .the-most img {
      max-width: 100%;
    }

    @media (max-width: 768px) {
      .form fieldset.fieldset-expiration {
        width: 100%;
        float: none;
        margin-bottom: 20px;
      }
    
      .form fieldset.fieldset-expiration .select {
        width: 100%;
        margin-right: 0;
        float: none;
      }
    
      .form fieldset.fieldset-ccv {
        width: 100%;
        float: none;
      }
    
      .form fieldset .select {
        width: 100%;
        margin-bottom: 10px;
      }
    
      .form fieldset input,
      .form fieldset .select {
        font-size: 14px;
      }
    
      .form button {
        margin-top: 30px;
      }
    
      .checkout {
        margin: 30px auto;
        width: 100%;
        padding: 80px 20px 20px;
      }
    
      .credit-card-box {
        width: 90%;
        height: 200px;
        top: -100px;
      }
    
      .credit-card-box .front,
      .credit-card-box .back {
        width: 100%;
        height: 160px;
      }
    
      .credit-card-box .number {
        font-size: 24px;
        top: 80px;
        left: 10px;
      }
    
      .credit-card-box .card-holder,
      .credit-card-box .card-expiration-date {
        font-size: 14px;
        top: 130px;
        left: 10px;
      }
    
      .credit-card-box .card-expiration-date {
        right: 10px;
        left: auto;
      }
    
      .credit-card-box .ccv {
        height: 28px;
        font-size: 12px;
        top: 110px;
        padding: 8px;
      }
    }

    .btn-primary{
      margin-top: 5px;
    }