body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #333;
    font-weight: 300;
}
p {
    color: #666;
    line-height: 28px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
}
ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
button,
a:focus {
  outline: none;
}
header {
  padding: 10px 0;
}
section {
    position: relative;
    padding: 60px 0;
}
.btn {
    background: #ffb800;
    border-radius: 10px;
    border: 0;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    padding: 15px 30px;
    font-weight: 500;
}
a.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #f17402;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
}
.title h1 {
    font-weight: bold;
    font-size: 45px;
    line-height: 75px;
    color: #000000;
    position: relative;
}
.title h1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background: #ff9330;
    height: 3px;
    width: 40%;
    margin: 0 auto;
}
/*Header*/
header .row {
    align-items: center;
}
.logo img {
    width: 220px;
}
nav.navbar.navbar-expand-lg.navbar-light {
    margin: 0;
    padding: 10px 0;
    float: right;
}
header ul.navbar-nav li a {
    color: #000;
    padding: 15px 20px;
    display: block;
}
header ul.navbar-nav li a img {
    width: 30px;
}
header ul.navbar-nav li.nav-item {
    margin: 0 5px;
}
header ul.navbar-nav li.nav-item a {
    background: #ffb800;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px !important;
}
header ul.navbar-nav li.nav-item a img {
    width: 25px;
    margin-right: 10px;
}
.header-bottom {
    background: #ff9330;
}
.header-bottom ul {
    margin: 0 auto;
    text-align: center;
}
.header-bottom ul li {
    display: inline-block;
}
.header-bottom ul li a {
    font-size: 14px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 30px;
    display: block;
}
/*Footer*/
.footer-social ul li a {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}
.footer-area {
    position: relative;
    background: #ff9432;
    padding-top: 50px;
}
.ft-item h3 {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-link ul li a {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
}
.footer-bottom-content {
    padding: 20px 0 0;
    border-top: 2px solid #ffffff;
    margin-top: 15px;
}
.footer-bottom-content ul {
    margin-top: 20px;
}
.footer-bottom ul li a,
.footer-bottom ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    display: inline-block;
    margin-right: 20px;
}
.footer_disc h6 {
    font-size: 14px;
    color: #fff;
}
.footer_disc p {
    font-size: 12px;
    color: #fff;
    line-height: 150%;
}
/*Footer End*/
section.main_banner {
    padding: 0;
}
section.main_banner .col-md-12 {
    padding: 0;
}
.title h2 {
  font-size: 32px;
  line-height: 45px;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.title_new h2 {
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    margin: 0;
    text-transform: capitalize;
}
.pt-0 {
  padding-top: 0;
}
section.hero {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-caption {
  margin-top: 40px;
}
.slide-caption h1 {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
}
.btns {
  margin-top: 25px;
}
.copy_slider .slick-prev:before,
.copy_slider .slick-next:before {
  color: #000;
  font-size: 25px;
}
.cp_item {
    height: 190px;
    background-size: cover;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: table;
    width: 100%;
    position: relative;
}
.cp_item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff99ca70;
    border-radius: 15px;
}
.cp_item a {
    display: table-cell;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #fff;
    position: relative;
    font-family: "Caveat", cursive;
}
.cp_item.blue_bg:before {
  background: #3d4062d6;
}
.cp_item.yellow_bg:before {
  background: #ff9330cc;
}
.cp_item.green_bg:before {
  background: #2b662ec2;
}
/*Vendor*/
label {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin: 0 0 0 10px;
}

.form-control {
  border: 1px solid #ff9330;

  box-sizing: border-box;

  border-radius: 10px;

  padding: 12px 10px;

  font-size: 16px;

  line-height: 28px;

  color: #4e4957;
}

select.form-control {
  height: 50px !important;
}

input.btn {
  background: rgba(255, 147, 48, 0.78);

  border-radius: 10px;

  color: #fff;

  padding: 20px 15px;
}

.form-group.check label {
  font-size: 14px;

  line-height: 23px;

  color: #4e4957;

  font-weight: 400;
}

.upload-btn-wrapper {
  position: relative;

  overflow: hidden;

  display: inline-block;
}

.upload-btn-wrapper .btn {
  color: #000;

  background-color: white;

  background: linear-gradient(180deg, #fcfcfc 0%, #eeecf1 100%);

  padding: 10px 40px;

  border-radius: 8px;

  font-size: 18px;

  margin-top: 25px;
}

.upload-btn-wrapper input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 45px;
    width: 136px;
    border-radius: 8px;
    font-size: 18px;
}
.prev_link {
  margin-top: 30px;
}

.prev_link img {
  width: 40px;
}

.slot-date {
  border: 1px solid #bdbdbd;

  text-align: center;

  padding: 5px;

  border-radius: 8px;
}

.slot-date span {
  color: #7a7585;

  font-weight: 500;

  letter-spacing: 0.553829px;

  font-size: 13px;
}

.slot-slider .col-md-12.slick-slide {
  padding: 0 5px;
}

.row.slot-slider {
  background: #fafafa;

  border-radius: 20px;

  padding: 40px;
}

.slot-slider button.slick-prev:before {
  content: "\f060";

  color: #000;

  font-family: "FontAwesome";
}

.slot-slider button.slick-next:before {
  content: "\f061";

  color: #000;

  font-family: "FontAwesome";
}

.slot-slider .slick-prev {
  left: 10px;
}

.slot-slider .slick-next {
  right: 10px;
}

.pick_time {
  margin-top: 50px;
}

.time_table ul {
  color: #fff;

  text-align: center;
}

.time_table ul li {
  padding: 5px 0;
}

.time_table ul li.disable {
  background: #e5e5e5;

  color: #c4c4c4;
}

.time_table ul li.available {
  background: #ffeddd;

  color: #000;
}

.my_profile {
  background: #e5e5e5;

  padding: 30px;
}

.profil_img {
  position: relative;
}

.profil_img a {
  position: absolute;

  bottom: 0 !important;

  right: -10px !important;

  color: #000;

  top: auto !important;
}

.my_profile .form-control {
  border: 0;
}

.my_profile .form-group {
  position: relative;
}

.my_profile .form-group a {
  position: absolute;

  top: 15px;

  right: 30px;

  color: #000;
}

.title h5 {
  position: relative;

  display: table;
}

.title h5:after {
  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: auto;

  bottom: -10px;

  background: #ffb800;

  height: 3px;
}
/*.book_table table.table tr:nth-child(odd) {
    background: #FECFA3;
}
.book_table table.table tr:nth-child(even) {
    background: #FFEDDD;
}*/
.up_item {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important;
  margin-top: 10px;
  border-left: solid 5px #ff9330;
}
.book_table .up_item:nth-child(odd) {
  background: #b0fea3;
}
.book_table .up_item:nth-child(even) {
  background: #ffeddd;
}
.up_item a.btn {
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  background: #24a8e0;
  border-radius: 5px;
}
.up_item ul {
  display: flex;

  width: 100%;

  justify-content: space-between;

  margin-top: 10px;
}

/* .up_item ul li select {
  display: none;
} */

.book_btn {
  text-align: right;

  margin-top: 10px;
}

.up_right {
  text-align: right;
}

.book_table table.table tr td {
  color: #000;

  font-weight: 500;

  border: 0;

  padding: 8px 0;
}

.space_ninty {
  height: 90px;
}

.book_area select.form-control {
  border: 1px solid #000;

  border-radius: 0;

  width: 100px;

  float: right;

  height: 40px;

  padding: 0;
}

.history_table table.table tr:nth-child(odd) {
  background: #e5e5e5;
}

.history_table table.table tr:nth-child(even) {
  background: #f2f2f2;
}

/*Calendar*/

/* Month header */

.month {
  width: 100%;

  text-align: center;

  background: #fbfbfb;

  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);

  border-radius: 19.0909px;

  margin-bottom: 15px;

  padding: 15px;
}

/* Month list */

.month ul {
  margin: 0;

  padding: 0;
}

.month ul li {
  color: #000;

  font-size: 16px;

  text-transform: uppercase;

  letter-spacing: 3px;
}

/* Previous button inside month header */

.month .prev {
  color: rgb(10 148 214);

  float: left;

  padding-top: 0;
}

/* Next button */

.month .next {
  color: rgb(10 148 214);

  float: right;

  padding-top: 0;
}

/* Weekdays (Mon-Sun) */

.weekdays {
  margin: 0;

  padding: 10px 0;
}

.weekdays li {
  display: inline-block;

  width: 13.6%;

  color: #666;

  text-align: center;
}

/* Days (1-31) */

.days {
  padding: 10px 0;

  margin: 0;
}

.days li {
  list-style-type: none;

  display: inline-block;

  width: 13.6%;

  text-align: center;

  margin-bottom: 5px;

  font-size: 12px;

  color: #777;
}

.calendar_box {
  background: #fbfbfb;

  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);

  border-radius: 19.0909px;
}

.slot_second_right select.form-control {
  background: #fbfbfb;

  box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);

  border-radius: 18.6111px;

  border: 0;
}

p.note {
  font-size: 13px;
}

a.paid_for {
  font-size: 18px;

  line-height: 100%;

  padding: 30px 0;

  color: #ff9432;

  display: block;
}

.form_box {
  background: #e9e9e97d;

  padding: 40px;

  border-radius: 20px;
}

.form_box .btn {
  width: 100%;
}

.form_box .form-group a {
  color: #fda95b;

  font-weight: 600;
}

.form_data {
  text-align: center;

  margin-bottom: 30px;
}

.form_data h6 {
  font-weight: 600;

  margin: 15px 0;
}

.form_content_box {
  background: #f9f9f9;

  padding: 15px;

  border-radius: 15px;
}
#more {
  display: none;
}
.read-more-content {
  display: none;
  padding-top: 12px;
}
.read-more-btn {
    margin-top: 10px;
    border-radius: 3px;
    padding: 0px 3px;
    display: table;
    border: 1px solid #ff9330;
    font-size: 14px;
    cursor: pointer;
}
.ft-logo img {
  width: 150px;
}
.error {
  color: red !important;
}
.auth,
.unauth {
  display: none;
}
.slot-date:hover,
.slot-date.active {
  background-color: #ff9432;
}
.slot-date:hover span,
.slot-date.active span {
  color: white;
}
.scroll {
  overflow-y: scroll;
  max-height: 20rem;
}
.time_table ul li.active,
.time_table ul li.available:hover {
  background: #ff9432;
  cursor: pointer;
}
.time_table ul li.title {
  background: #ff9432;
}
.slots {
  display: none;
}
.check-form {
  padding: 30px;
  background-color: #e9e9e97d;
  border-radius: 20px;
}
.your-order-payment h5 {
  font-size: 18px;
  font-weight: 600;
}
table.summary-table.mb-3 {
  width: 100%;
  margin: 15px 0;
}
table.summary-table.mb-3 tr {
  border-bottom: 1px solid #ececec;
  padding: 5px 0;
}
table.summary-table tr th,
table.summary-table tr td {
  padding: 5px 0;
}
.table-btn tr {
  border-top: 1px solid #ececec;
  margin-top: 8px;
  padding-top: 5px;
}
.table-btn tr ul {
  padding-left: 0;
}
.table-btn tr td li span {
  width: 100%;
  display: flex;
}
.table-btn tr ul li {
  text-align: left;
}
.table-btn button#pay_now {
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 15px;
  background: #ffb800;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.failed_box img {
  width: 250px;
}
.failed_box {
  border: 2px solid red;
  border-radius: 20px;
  background: #ff00000d;
  padding: 40px 40px 30px;
}
.failed_box h4,
.thnk_box h4 {
  font-size: 30px;
}
.failed_box a.btn {
  border: 2px solid red;
  background: transparent;
  color: red;
  padding: 10px 25px;
  font-size: 16px;
}
.failed_box a.btn:hover {
  background: red;
  color: #fff;
}
.thnk_box {
  border: 2px solid #6fca00;
  border-radius: 20px;
  background: #7cce0321;
  padding: 20px 40px 30px;
}
.thnk_box h6 {
  font-size: 20px;
}
.thnk_box img {
  width: 150px;
}
.thnk_box a.btn {
  font-size: 16px;
  color: #fff;
  padding: 8px 15px;
}
.page_nav {
  display: table;
  margin: 40px auto 0;
}
.page_nav nav ul li a {
  border: 1px solid #000000;
  margin: 0 5px;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
}
.page-link:hover {
  color: #fff;
  text-decoration: none;
  background: #ff9432;
  border: 1px solid #ff9432;
}
.profile-sidebar span,
.profile-sidebar a {
  display: block;
  width: 100%;
  text-align: left;
  background: #ff9432;
  padding: 10px 10px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 140%;
  cursor: pointer;
}
.profile-sidebar span {
  border-bottom: 0;
}
.profile-sidebar span:hover,
.profile-sidebar a:hover {
  color: #ffffff;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f6f6f6;
  opacity: 1;
}
.multi-select-button {
  border: 1px solid #ff9330 !important;
  box-sizing: border-box !important;
  border-radius: 10px !important;
  padding: 12px 10px !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #4e4957 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
}
.multi-select-container {
  width: 100%;
}
section.title_sec {
  background: #ff9432;
  padding: 20px 0;
  text-align: center;
}
section.title_sec .title {
  margin: 0;
}
section.title_sec .title h2 {
  color: #fff;
}
.cp_item img {
  margin: 0 auto;
  width: 40px;
}
.mt_6 {
  margin-top: 60px;
}
.cp_item span {
  background: #ff0000;
  box-shadow: 0px 2.66667px 2.66667px #830505;
  border-radius: 3.33333px;
  position: absolute;
  left: auto;
  right: 20px;
  color: #fff;
  padding: 5px 7px 3px;
  top: 10px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1px;
}
.cp_item_img img {
  width: 100%;
}
span.round_box {
  border-radius: 100px;
  width: 12px;
  height: 12px;
  padding: 0;
}
.cp_item_img a img {
  margin: 0 auto;
  width: 40px;
}
.copy_slider .slick-prev,
.copy_slider .slick-next,
.slider_copy .slick-prev,
.slider_copy .slick-next {
  /*top: -50px;*/
  width: 35px;
  height: 35px;
  /*background: #f2f2f2;*/
}
/*.slider_copy .slick-prev,
.slider_copy .slick-next {
  top: -30px;
}*/
/*.copy_slider .slick-next,
.slider_copy .slick-next {
  right: 60px;
}
.copy_slider .slick-prev,
.slider_copy .slick-prev  {
  left: auto;
  right: 100px;
}*/
.copy_slider .slick-next:before,
.slider_copy .slick-next:before  {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: bold;
}
.copy_slider .slick-prev:before,
.slider_copy .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-weight: bold;
}
.copy_slider .slick-prev:hover,
.copy_slider .slick-next:hover,
.slider_copy .slick-prev:hover,
.slider_copy .slick-next:hover {
  background: #d0d0d0;
}
.container {
  max-width: 100%;
  width: 90%;
}
.single-items .slick-prev:before,
.single-items .slick-next:before,
.slider_copy .slick-prev:before,
.slider_copy .slick-next:before {
  color: #000;
}
.single-items button.slick-next.slick-arrow {
  right: 0;
}
.single-items button.slick-prev.slick-arrow {
  left: 0;
}
form.example input[type="text"] {
  padding: 15px;
  font-size: 17px;
  border: 1px solid #ff9330;
  float: left;
  width: 80%;
  background: #f1f1f1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  outline: 0;
}
/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ffb800;
  color: white;
  font-size: 17px;
  border: 1px solid #ff9330;
  border-left: none;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  outline: 0;
}
form.example button:hover {
  background: #0b7dda;
}
/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}
.fb_live_item h5 {
    margin: 10px 0 15px;
    font-size: 30px;
}
.fb_live_item ul li {
    display: inline-block;
}
.fb_live_item ul li a{
  padding: 0 10px;
}
.fb_live_item {
    text-align: center;
}
.cp_item.height_extra {
    height: 300px;
}
.new_page .cp_item {
    margin-bottom: 30px;
}
.title.title_small {
    margin-bottom: 15px;
}
.title.title_small h2 {
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
}
.new_page_side {
    padding: 0 100px;
}
.new_page_side h5 {
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    text-align: center;
}
.new_page_side p {
    text-align: center;
}
.new_page_side ul li {
    line-height: 200%;
}
.load_more {
    text-align: center;
    margin-top: 25px;
}
a.load_btn {
    padding: 10px;
    border: 1px solid #ff9432;
    color: #ff9432;
    font-size: 14px;
}
a.partner_edit_icon {
    color: #000000;
}
button.table_btn {
    border-radius: 5.32682px;
    border: 0;
    color: #fff;
    font-size: 13px;
    padding: 3px 5px;
}
.cmplt {
    background: #4AAF05;
}
.book_table_new .table-bordered td, .book_table_new .table-bordered th {
    border-right: 0;
    border-left: 0;
}
.book_table_new thead tr th {
    background: #F5F5F5;
    box-shadow: inset 0px -1.66341px 0px rgb(0 0 0 / 25%);
    border: 0;
}
a.table_invoice {
    color: #4E4957;
}
.pay_now{
  background: #FB8832;
}
.book_table_new table {
    border: 0;
}
.book_table_new .table-bordered tr:hover {
    background: #EFF7FF;
}
.book_table_new .table-bordered td select.form-control {
    display: table;
    width: 100% !important;
    height: 33px !important;
    font-size: 12px;
    box-shadow: none;
    border: 1px solid #b6b6b6 !important;
}
.color_blue{
  color: blue;
  font-size: 14px;
}
.title.left_title h1 {
    display: table;
}
.title.left_title h1:after {
    width: 100%;
}
.form-group.check input#accept {
    float: left;
    margin: 5px 10px 0 0;
}
.form-group.check label{
  display: table;
}
.gp_name {
    text-align: center;
}
/*a.wp_icon {
    margin: 20px auto 0;
    display: table;
    background: #24A8E0;
    border-radius: 91.4184px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
}*/
/*.fb_iframe_widget {
    min-height: 400px;
}*/
a.wp_icon {
    margin: 15px auto 0;
    background: #24A8E0;
    border-radius: 91.4184px;
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
    display: block;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}
a.wp_icon img {
    width: 25px;
    display: inline-block;
}
a.wp_icon span.wp_text {
    margin-left: 5px;
    display: inline-block;
}
.title.title_new {
    margin-bottom: 30px;
}
.mb_30 {
    margin-bottom: 30px;
}
#ft_live .col-md-12 .gp_name:first-child {
    margin-bottom: 30px;
}
.tab_slider li.nav-item a {
    background: #F6F7FA;
    border-radius: 15.0211px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #9D9FA0;
    margin: 0 10px;
    border: 0 !important;
    padding: 10px 20px;
}
.tab_slider li.nav-item a.active,
.tab_slider li.nav-item a:hover {
    background: #FF9432;
    color: #fff;
    filter: drop-shadow(0px 3px 5px rgba(236, 95, 95, 0.25));
}
.tab_slider ul {
    border: 0;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.home_product {
    border: 2px solid #C4C4C4;
    box-sizing: border-box;
    overflow: hidden;
}
.home_product a {
    padding: 10px;
    display: block;
}
.home_product a img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
.home_product a:hover img {
    transform: scale(1.1);
}
a.btn.magazine_btn {
    background: #FF9432;
    box-shadow: 3.19402px 3.19402px 5.32337px rgb(0 0 0 / 10%);
    color: #fff;
    border-radius: 0;
    margin: 20px auto;
    display: table;
}
.magazine_sec .row{
    align-items: center;
}
.magazine_item h3 {
    font-size: 24px;
    line-height: 130%;
    color: #787885;
    margin-bottom: 20px;
}
.magazine_item {
    text-align: center;
}
/*.fb_iframe_widget_fluid_desktop iframe{
    height: 250px !important;
}*/
.fb_iframe_widget_fluid_desktop iframe {
    margin: 0 !important;
    min-width: 100% !important;
}
.home_pd_item span {
    font-size: 16px;
    line-height: 140%;
    color: #787885;
    margin-top: 5px;
    display: table;
    font-weight: 500;
}
.select-form {
    background: #FFFFFF;
    box-shadow: 6px 6px 10px rgb(0 0 0 / 15%);
    margin-top: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.select_payment {
    background: #E5E5E5;
    margin-top: 30px;
}
.select-form form#sd_booking {
    padding-top: 30px;
}
.select-form form#sd_booking .form-group {
    padding: 0 30px;
}
.payment_btn .btn {
    background: #4F91FF;
    color: #fff;
    width: 100%;
    border-radius: 0;
    font-size: 25px;
    font-weight: 700;
    padding: 25px;
}
.payment_img {
    padding: 15px 30px;
}
.select_payment .row {
    align-items: center;
}
section.select_form {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.current_lives .slick-list.draggable {
    padding: 0 !important;
}
.fb-video.col-md-12 span {
    height: 100% !important;
}
.fb-video span {
    height: 100% !important;
}
ul li.search{
  position: relative;
}
.search-bar {
    border: 1px solid #F2F2F2;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 20px 0 rgb(0 208 156 / 15%);
    padding: 20px;
    position: absolute;
    top: 58px;
    width: 100%;
    display: none;
    z-index: 9999;
}
.search-bar ul li a {
    padding: 10px 0 !important;
}
.search-bar ul li a:hover {
    color: #ff9330;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar .dropdown-menu {
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.header-bottom .navbar ul li .dropdown-menu a {
    color: #000;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 100%;
}
nav#navHome {
    width: 100%;
}
.scroll_area {
    overflow: scroll;
}
ul#category_lives_tabs {
    display: flex;
    overflow-x: auto;
    margin-left: 10px;
    margin-right: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 15px;
    font-size: 14px;
    justify-content: space-evenly;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 250%;
}
.scroll_area::-webkit-scrollbar {
    background-color:#fff;
    width:10px
}

/* background of the scrollbar except button or resizer */
.scroll_area::-webkit-scrollbar-track {
    background-color:#fff
}
.scroll_area::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.scroll_area::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:2px solid #fff
}
.scroll_area::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:2px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.scroll_area::-webkit-scrollbar-button {display:none}

/* div box */
/*body{background-color:#babac0}
.scrollbar {
    height: 75vh;
    width: 25vw;
    min-width: 150px;
    background: #fff;
    overflow-y: scroll}
.overflow{min-height: 100vh}*/
ul#category_products_tabs {
    width: 250%;
}
div#category_products_tabs_contents {
    margin-top: 30px;
}
/* New Page */
.order_summary {
    padding: 20px;
    background: #ffeddd;
    border-radius: 10px;
}
.order_summary .table thead th {
    border-bottom: 1px solid #dee2e6;
}
.order_summary button.btn.btn-primary {
    font-size: 14px;
    padding: 10px 20px;
    display: table;
    margin: 0 auto;
}
.order_summary .table tbody tr td a {
    color: red;
}
.scroll{
  margin-right: 50px;
}
.order_summary .table thead {
    background: #ff9432;
    color: #fff;
}
.order_summary .table tr.red {
    background: red;
    color: #fff;
}
.order_summary .table tr.red a {
    color: #fff;
}
/*Checkout*/
p.login_area {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
}
p.login_area a {
    color: #ff9330;
    font-weight: 500;
}
a.btn.shippingbtn2 {
    font-size: 15px;
    padding: 10px 30px;
}
.checkout-form {
    padding-right: 30px;
}