@import url('../fonts/ArbFONTS-FFShamelFamily-SansOneBook.ttf');
@import url('../fonts/GothamBook.ttf');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200&display=swap');





@font-face {
  font-family: 'FFShamelFamily';
  font-style: normal;
  font-weight: 500;
  src: local('FFShamelFamily'), url('../fonts/ArbFONTS-FFShamelFamily-SansOneBook.ttf') format('ttf');
}

@font-face {
  font-family: 'Gotham Book';
  font-style: normal;
  font-weight: 500;
  src: local('Gotham Book'), url('../fonts/ArbFONTS-FFShamelFamily-SansOneBook.ttf') format('woff');
}



/* Form fields */
#booking-form {
    font-family: 'Gotham Book' , sans-serif;
    max-width: 540px;
  margin: 15px auto;
}
.welcome-text-h2, label{
  font-family: 'Gotham Book' , sans-serif;
}
#booking-form ul {
  padding-left: 0;
}
#booking-form li {
  list-style: none;
}
#booking-form input1,
#booking-form textarea,
#booking-form select {
    font-size: 12px;
    padding: 0 28px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid silver !important;
    background-color: rgb(250 250 250) !important;
    text-align: right;
    border-radius: 0px;
    color: #000000;
    direction: ltr ;
    text-align: right !important;
    padding-right: 3em !important;

    letter-spacing: normal;
    height: 37px;
    line-height: 37px;
    font-family: 'Gotham Book' , sans-serif;


    background: #fff;
  margin-bottom: 20px;
  text-align: left;
}
#booking-form select {
    background: url('../img/icons/down-arrow.png') no-repeat;
    -webkit-appearance: none;
    appearance: none;
    background-size: 15px;
    background-position: 15px;
    text-align: right !important;

}
#booking-form textarea {
    height: 120px;
    line-height: 1.5;
    padding: 15px 28px;
}
#booking-form input1:focus,
#booking-form textarea:focus,
#booking-form select:focus {
    outline: 0;
    border: 1px solid rgb(211,211,211);

}
#booking-form label {
  font-size: 12px;
  color: #000;

  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  line-height: 4px;
  font-family: 'Gotham Book', sans-serif;

    text-align: right;

    right: 1em;
}

/* Buttons */
#booking-form .next-btn,
#booking-form .submit-btn {
    background: #2c292a;
    padding: 8px 16px;
    color: #fff;
    font-family: 'Gotham Book', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    min-width: 400px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    border-radius: 0;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}

#booking-form .next-btn:hover,
#booking-form .submit-btn:hover {
    background-color: #99deb3;
    color: #fff;
}

/* Progress Bar */
.progress-wrap {
    margin: auto;
    display: table;
}
.line-progress-bar {
    display: flex;
    margin: auto;
    width: 100%;
}
.line {
    height: 1px;
    width: 250px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(217, 217, 217);
    position: absolute;
    margin-top: 8px;
}
.progress-wrap div ul {
    display: flex;
    width: 250px;
    list-style: none;
    padding: 0px;
    margin: initial;
    justify-content: space-between;
    z-index: 1;
}
.progressbar-dots {
    display: inline-flex;
    border: #949494 solid 4px;
    background: #333333;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #d4d4d4;
    font-size: 20px;
    margin-left: 0px;
    color: #d4d4d4;
    border: 0px solid rgb(217,217,217);
    background: rgb(217, 217, 217);
}
.progressbar-dots span {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    margin-top: 60px;
    /* width: 75px; */
    float: left;
    margin-left: -30px;
    display: none;
}
.progressbar-dots.active {
    color: #fff;
    border: 0px solid rgb(38,163,134);
    background: #2c292a;
}

/*  Tab */
.tab-pane {
    display: none;
}
.tab-pane:first-child {
  display: block;
}

/* Error */
span.error {
  font-size: 12px;
  font-family: 'Gotham Book', sans-serif;
  color: #D6041D;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
  position: relative;

  text-align: left;
}
.ticketBG{
  width: 219px;
  height: 431px;
  background-size: cover;
    margin: 0px auto;
    border: 1px solid #ccc;
    border-radius: 12px;
}
body{
  background: #ffffff;
}
#booking-form ul {
  padding-left: 0;
}
.form-box{
    box-shadow: unset;
    background-color: #fff;
    padding: 20px;
}
#booking-form li {
  list-style: none;
}
.pop-onhover{
    border: 1px solid #ccc;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 12px;

}

.col-sm-4.right-side{
    background-image: url(https://saeda20.sg-host.com/wp-content/uploads/2020/04/CAB-03.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 783px;
    width: 100%;
    background-position: right;
}


.form-label {
    position:relative;
    display:block;
    clear:both;
/*     width:400px; */
  max-width:500px;
    margin:0 auto;

}
.ui-datepicker {
  z-index: 1000;
   width: 17em;
  width:500px;
  padding: .2em .2em 0;
  display: none;
  position: absolute;
  padding: 100px 20px;
  top: 100px;
  left: 50%;
  margin-top: -100px;
   }
label {

  -webkit-transform: translateY(50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(30%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 49%;
  left: 1em;
  background:none;
  color: #b3b3b3;
  font-weight: normal;
  cursor: text;
  pointer-events: none;
  font-family: sans-serif;
}

input {

   display:block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  box-sizing: border-box;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
  font-family: sans-serif;
  font-size: 1em;
  margin-left: 0;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  padding:1em;
  width: 100%;
}

input:focus~label,
input.hascontent~label

{

    top: -30%;
    font-size: .8em;
    padding: 0 .3em;
    background:#F9F9F9;

}

.ui-datepicker.ui-datepicker-inline {
    width: 100% !important;
  }
  .form-control:focus, .pop-onhover:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  input{
    cursor: pointer;
  }
  .pop-onhover:hover, input:focus,select:hover{
    border: 1px solid #2c292a !important;


  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
  #booking-form:focus {
    border: 1px solid #2c292a !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #booking-form #appDateTime{
    font-size: 12px;
    padding: 0 28px;
    width: 100%;
    box-sizing: border-box;
    border: unset !important;
    background-color: rgb(255 255 255) !important;
    text-align: left;
    border-radius: 0px;
    color: #000000;
    letter-spacing: normal;
    height: 37px;
    line-height: 41px;
    font-family: 'Gotham Book', sans-serif;
    background: #fff;
    margin-bottom: 20px;
    outline: none !important;
    box-shadow: none !important;
  }
  #booking-form  #appDateTime{
    background-image: url(https://img.icons8.com/cotton/2x/health-calendar.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;

    z-index: 9999;

  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 2s ease-in-out;
    padding-bottom: 2px;
  }
.form-box{
    right: -30em !important;
}
  @media (max-width:799px){
    .popup{
      width: 90%;
    }
    .form-box{
        right: unset !important;
    }
  }
  .popup .close {
    position: absolute;

    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    top: -7px;
    left: 94% !important;
  }
  .popup .content {
    max-height: 30%;

  }

  @keyframes placeHolderShimmer {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: -468px 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: 468px 0
    }
}

.card-skeleton {
    width: 270px;
    height:300px;
    margin: 5px;
    position: relative;
     float: left;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    background: #fff;
    z-index: 10;
    padding: 15px;
    opacity: 1
}

.card-skeleton.hidden {
    transition: all .3s ease-in-out;
    opacity: 0;
    height: 0;
    padding: 0
}

.card-skeleton-img {
    width: 100%;
    height: 120px;
    background: #e6e6e6;
    display: block
}

.animated-background {
    will-change: transform;
    animation: placeHolderShimmer 1s linear infinite forwards;
    -webkit-backface-visibility: hidden;
    background: #e6e6e6;
    background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
    height: 100%;
    position: relative
}

.skel-mask-container {
    position: relative
}

.skel-mask {
    background: #fff;
    position: absolute;
    z-index: 200
}

.skel-mask-1 {
    width: 100%;
    height: 15px;
    top: 0;
    left: 0
}

.skel-mask-2 {
    width: 25%;
    height: 10px;
    top: 15px;
    left: 0
}

.skel-mask-3 {
    top: 25px
}

.skel-mask-3,
.skel-mask-4 {
    width: 100%;
    height: 15px;
    left: 0
}

.skel-mask-4 {
    top: 50px
}

.skel-mask-5 {
    width: 10%;
    height: 30px;
    top: 65px;
    left: 30%
}

.skel-mask-6 {
    width: 100%;
    height: 15px;
    top: 95px;
    left: 0
}

.edit-btn{
  border: none;
  background: unset;
}
.fa-edit, .fa-trash{
  cursor: pointer;
}
.lang-btn .btn{
  padding-left: 4px;
  padding-left: 6px;
}
#appDateTime{
  color: #fff !important;
}
.progress-wrap{
  padding-top: 2em;
  padding-bottom: 1em;
}


.ui-datepicker-inline {
  width: 100%;
}

.ui-datepicker td a {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

 #booking-form .error{
  border: 1px solid #e19898 !important;
}
td{
  font-size: 12px;
}
th{
  font-size: 14px;
  font-weight: 500;
}
@import url('../fonts/ArbFONTS-FFShamelFamily-SansOneBold.ttf');
@import url('../fonts/GothamBook.ttf');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200&display=swap');
@import url('http://fonts.cdnfonts.com/css/gotham');



/* Form fields */

#booking-form ul {
  padding-left: 0;
}
#booking-form li {
  list-style: none;
}
#booking-form input1,
#booking-form textarea,
#booking-form select {
    font-size: 12px;
    padding: 0 28px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid silver !important;
    background-color: rgb(250 250 250) !important;
    text-align: left;
    border-radius: 0px;
    color: #000000;

    letter-spacing: normal;
    height: 37px;
    line-height: 41px;
    font-family: 'Gotham Book', sans-serif;


    background: #fff;
  margin-bottom: 20px;
}
#booking-form select {
    background: url('../img/icons/down-arrow.png') no-repeat;
    -webkit-appearance: none;
    appearance: none;
    background-size: 15px;
    background-position: 15px;

}
#booking-form textarea {
    height: 120px;
    line-height: 1.5;
    padding: 15px 28px;
}
#booking-form input1:focus,
#booking-form textarea:focus,
#booking-form select:focus {
    outline: 0;
    border: 1px solid rgb(211,211,211);

}
#booking-form label {
  font-size: 12px;
  color: #000;

  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  line-height: 4px;
  font-family: 'Gotham Book', sans-serif;
    left: 2em;
}

/* Buttons */
#booking-form .next-btn,
#booking-form .submit-btn {
    background: #2c292a;
    padding: 8px 16px;
    color: #fff;
    font-family: 'Gotham Book', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    min-width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    border-radius: 0;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
    border: unset  !important;
}
.bx--date-picker__calendar,
.flatpickr-calendar.open {
  box-shadow: none;
  margin-top: 1rem;
}
#booking-form .next-btn:visited,
#booking-form .submit-btn:visited{
  outline: none;
}
#booking-form .next-btn:focus,
#booking-form .submit-btn:focus{
  outline: none;
}
#booking-form .next-btn:hover,
#booking-form .submit-btn:hover {
    background-color: #99deb3;
    color: #fff;
}

/* Progress Bar */
.progress-wrap {
    margin: auto;
    display: table;
}
.line-progress-bar {
    display: flex;
    margin: auto;
    width: 100%;
}
.line {
    height: 1px;
    width: 250px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(217, 217, 217);
    position: absolute;
    margin-top: 8px;
}
.progress-wrap div ul {
    display: flex;
    width: 250px;
    list-style: none;
    padding: 0px;
    margin: initial;
    justify-content: space-between;
    z-index: 1;
}
.progressbar-dots {
    display: inline-flex;
    border: #949494 solid 4px;
    background: #333333;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #d4d4d4;
    font-size: 20px;
    margin-left: 0px;
    color: #d4d4d4;
    border: 0px solid rgb(217,217,217);
    background: rgb(217, 217, 217);
}
.progressbar-dots span {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    margin-top: 60px;
    /* width: 75px; */
    float: left;
    margin-left: -30px;
    display: none;
}
.progressbar-dots.active {
    color: #fff;
    border: 0px solid rgb(38,163,134);
    background: #2c292a;
}

/*  Tab */
.tab-pane {
    display: none;
}
.tab-pane:first-child {
  display: block;
}

/* Error */
span.error {
  font-size: 12px;
  font-family: 'Gotham Book', sans-serif;
  color: #D6041D;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
  position: relative;

  text-align: left;
}
.ticketBG{
  width: 219px;
  height: 431px;
  background-size: cover;
  margin: 0px auto;
  border: 1px solid #ccc;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
body{
  background: #ffffff;
}
#booking-form ul {
  padding-left: 0;
}
.form-box{
    background-color: #fff;
    padding: 20px;
}
#booking-form li {
  list-style: none;
}
.pop-onhover{
    border: 1px solid #ccc;
    padding-left: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 12px;

}

.col-sm-4.right-side{
    background-image: url(../img/Section-Background.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 720px;
    width: 100%;
    background-position: right;
    position: fixed;
    left: 0;
}


.form-label {
    position:relative;
    display:block;
    clear:both;
/*     width:400px; */
  max-width:500px;
    margin:0 auto;

}
.ui-datepicker {
  z-index: 1000;
   width: 17em;
  width:500px;
  padding: .2em .2em 0;
  display: none;
  position: absolute;
  padding: 100px 20px;
  top: 100px;
  left: 50%;
  margin-top: -100px;
   }
label {

  -webkit-transform: translateY(50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(30%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 49%;
  left: 1em;
  background:none;
  color: #b3b3b3;
  font-weight: normal;
  cursor: text;
  pointer-events: none;
  font-family: sans-serif;
}

input {

   display:block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Gotham Book', sans-serif !important;
  border-radius: 3px;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  box-sizing: border-box;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
  font-family: sans-serif;
  font-size: 1em;
  margin-left: 0;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  padding:1em;
  width: 100%;
}

input:focus~label,
input.hascontent~label

{

    top: -30%;
    font-size: .8em;
    padding: 0 .3em;
    background:#F9F9F9;

}

.ui-datepicker.ui-datepicker-inline {
    width: 100% !important;
  }
  .form-control:focus, .pop-onhover:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  input{
    cursor: pointer;
  }
  .pop-onhover:hover, input:focus,select:hover{
    border: 1px solid #2c292a !important;


  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
  #booking-form:focus {
    border: 1px solid #2c292a !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #booking-form #appDateTime{
    font-size: 12px;
    padding: 0 28px;
    width: 100%;
    box-sizing: border-box;
    border: unset !important;
    background-color: rgb(255 255 255) !important;
    text-align: left;
    border-radius: 0px;
    color: #000000;
    letter-spacing: normal;
    height: 37px;
    line-height: 41px;
    font-family: 'Gotham Book', sans-serif;
    background: #fff;
    margin-bottom: 20px;
    outline: none !important;
    box-shadow: none !important;
  }
  #booking-form  #appDateTime{
    background-image: url(https://img.icons8.com/cotton/2x/health-calendar.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;

    z-index: 9999;

  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 2s ease-in-out;
    padding-bottom: 2px;
  }
  @media (max-width:799px){
    .popup{
      width: 90%;
    }
    .col-sm-4.right-side{
      position: unset;

    }

  }
  .popup .close {
    position: absolute;

    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    top: -7px;
    left: 4px;
  }
  .popup .content {
    max-height: 30%;

  }

  @keyframes placeHolderShimmer {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: -468px 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: 468px 0
    }
}

.card-skeleton {
    width: 270px;
    height:300px;
    margin: 5px;
    position: relative;
     float: left;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    background: #fff;
    z-index: 10;
    padding: 15px;
    opacity: 1
}

.card-skeleton.hidden {
    transition: all .3s ease-in-out;
    opacity: 0;
    height: 0;
    padding: 0
}

.card-skeleton-img {
    width: 100%;
    height: 120px;
    background: #e6e6e6;
    display: block
}

.animated-background {
    will-change: transform;
    animation: placeHolderShimmer 1s linear infinite forwards;
    -webkit-backface-visibility: hidden;
    background: #e6e6e6;
    background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
    height: 100%;
    position: relative
}

.skel-mask-container {
    position: relative
}

.skel-mask {
    background: #fff;
    position: absolute;
    z-index: 200
}

.skel-mask-1 {
    width: 100%;
    height: 15px;
    top: 0;
    left: 0
}

.skel-mask-2 {
    width: 25%;
    height: 10px;
    top: 15px;
    left: 0
}

.skel-mask-3 {
    top: 25px
}

.skel-mask-3,
.skel-mask-4 {
    width: 100%;
    height: 15px;
    left: 0
}

.skel-mask-4 {
    top: 50px
}

.skel-mask-5 {
    width: 10%;
    height: 30px;
    top: 65px;
    left: 30%
}

.skel-mask-6 {
    width: 100%;
    height: 15px;
    top: 95px;
    left: 0
}

.edit-btn{
  border: none;
  background: unset;
}
.fa-edit, .fa-trash{
  cursor: pointer;
}
.lang-btn .btn{
  padding-left: 4px;
  padding-left: 6px;
}
#appDateTime{
  color: #fff !important;
}
.progress-wrap{
  padding-top: 2em;
  padding-bottom: 1em;
}


.ui-datepicker-inline {
  width: 100%;
}

.ui-datepicker td a {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

 #booking-form .error{
  border: 1px solid #e19898 !important;
}
td{
  font-size: 12px;
}
th{
  font-size: 14px;
  font-weight: 500;
}
.table td, .table th {
  padding: 5px;
}
th{
  font-size: 12px;
}
table .fa{
  font-size: 17px;
}
.button.home-btn{
  padding-left: 5.3em;
  padding-left: 5.3em;
}
.modal-form input{
  font-size: 12px;
  text-align: right;
}
.single-time-box{
  padding: 0;
    font-size: 11px;

    border-radius: 2px;
}
.time-box{
  height: 247px;
  overflow-y: scroll;
  margin-bottom: 2em;
}
.time-box button {
  margin: 1px;
  padding-top: 5px;

}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;

}

.checkout-bar,.table , .next-back-btn, .date-time-box,h6,h5,p,h4,h3,h2,h1{
    direction: rtl;
}
.btn , .btn-success{
    padding-bottom: 0px !important;
}
.fancy-button.pop-onhover{
    padding-bottom: 2px !important;
    font-family: 'Gotham Book', sans-serif;
}
.pop-onhover.manage{
    width: 14em;
}
.lang-btn .btn-success {
    padding-bottom: .3em!important;
}

#booking-form input1{
  padding-top: .5em;
}
#booking-form .next-btn:hover, #booking-form .submit-btn:hover{
  background: #cda85c;
  }
  #booking-form{
    direction: rtl;
  }
.tab-pane ul{
  padding: 0;
}

 
#terms li{
  direction:rtl; margin-right:20px;
}
#terms {
  overflow-x: scroll;
}
#booking-form input {
  height: 2.5em;
  display: rtl;
}
.add-new{
  float: right !important;
}
 