@charset "utf-8";

/**************** CUSTOM CSS FOR LARAVEL SITE ******************/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

/* Custom fonts usedin website
font-family: "DM Sans", sans-serif;
***********************************/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: 0;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "DM Sans", sans-serif;
  color: #fff;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

ul {
  list-style-position: inside;
}

p,
span {
  font-family: "DM Sans", sans-serif;
}

.container {
  max-width: 1326px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
}

.btn,
button.btn,
.btn-group-sm > .btn,
.btn-sm {
  background: #db2e34;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #db2e34;
  border-radius: 5px 5px 5px 5px;
  padding: 13px 30px 13px 30px;
  text-align: center;
  transition: all 0.3s;
  height: 50px;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
button.btn:hover,
.btn:focus,
button.btn:focus,
.btn:active,
button.btn:active {
  border-color: #3f3f3f;
  background: #3f3f3f;
  color: #fff;
  outline: 0;
  box-shadow: none;
}

.btn.bordered-btn {
  background: transparent;
  border-color: #fff;
}

.btn.bordered-btn:hover,
.btn.bordered-btn:focus {
  border-color: #db2e34;
  background: #db2e34;
}

.btn.dark_btn {
  background: #262626;
  border-color: #262626;
}

.btn.dark_btn:hover,
.btn.dark_btn:focus {
  border-color: #fff;
  background: #fff;
  color: #db2e34;
}

.btn.btn-success {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn.btn-success:hover,
.btn.btn-success:focus {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
}

.btn span.glyphicon {
  display: flex;
  align-items: center;
  top: 0;
  line-height: 18px;
  height: 18px;
}

.bt-content .btn-danger {
  border-radius: 50% !important;
  padding: 10px 0;
  height: 44px;
  width: 44px;
  border: 1px solid #db2e34;
}

.bt-content .btn-danger:hover,
.bt-content .btn-danger:focus {
  background: #fff;
  color: #db2e34;
}

.form-control {
  border-radius: 5px 5px 5px 5px;
  font-size: 16px;
  height: 48px;
  line-height: 22px;
  padding: 12px 18px 12px 18px;
  color: #262626;
  border: 1px solid #262626;
}

.main-dash.user-booking-listing-page {
  background: #fff;
  padding: 30px;
}

/************************** CUSTOM CSS FOR NEW HEADER STARTS HERE *******************/
.siteHeader.no-title {
  position: relative;
  background: #000;
}

.siteHeader {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header-inner-wrap {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.siteLogo,
.header-user_links {
  width: 20%;
}

.siteLogo a {
  display: block;
  width: 150px;
}

.siteLogo a img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.header-inner-wrap .siteNavigation {
  display: block;
  max-width: 60%;
}

.header-inner-wrap .siteNavigation nav {
  height: 80px;
  background: transparent;
}

.header-inner-wrap .siteNavigation nav ul {
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-inner-wrap .siteNavigation nav ul li a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  padding: 0px 15px 0px 15px;
  color: #ffffff;
  transition: all 0.4s ease;
  text-transform: none;
  letter-spacing: normal;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  outline: 0;
  position: relative;
}

.header-inner-wrap .siteNavigation nav ul li:hover a {
  color: #db2e34;
}

.header-inner-wrap .siteNavigation nav ul li.has-submenu > a:after {
  content: "\f078";
  font-style: normal;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 15px;
}

.header-inner-wrap .siteNavigation nav > ul > li .subMenu {
  min-width: 260px;
  background: #db2e34;
  float: left;
  height: auto;
  width: auto;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  list-style-type: none;
}

.header-inner-wrap .siteNavigation nav ul li .subMenu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.header-inner-wrap .siteNavigation nav ul li:hover > .subMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-inner-wrap .siteNavigation nav ul li .subMenu li .subMenu {
  left: 100%;
  top: 0;
}

.header-inner-wrap .siteNavigation nav > ul > li > .subMenu > li a {
  font-family: "DM Sans", Sans-serif;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 12px !important;
  color: #fff;
  justify-content: space-between;
}

.header-inner-wrap .siteNavigation nav > ul > li > .subMenu > li a:hover {
  background: #f5d000;
  color: #000;
}

.header-inner-wrap .header-user_links ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0;
}

.header-inner-wrap .header-user_links ul li {
  display: inline-flex;
  margin-left: 16px;
  width: 50%;
}

.header-inner-wrap .header-user_links ul li:first-child {
  margin: 0;
}

.header-inner-wrap .header-user_links ul li a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  background: transparent;
  border: 1px solid #fff;
  padding: 14px 5px;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s;
  text-transform: capitalize;
  box-shadow: none;
  text-decoration: none;
  height: 52px;
  white-space: nowrap;
  width: 100%;
  display: block;
}

.header-inner-wrap .header-user_links ul li a:hover,
.header-inner-wrap .header-user_links ul li a:focus,
.header-inner-wrap .header-user_links ul li:last-child a {
  background: #f5d000;
  border-color: #f5d000;
  color: #000;
}

.header-inner-wrap .header-user_links ul li:last-child a:hover,
.header-inner-wrap .header-user_links ul li:last-child a:focus {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.menu_toggle a {
  display: block;
  padding: 8px 8px 8px 8px;
  width: 45px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 22px;
  color: #fff;
  background: #db2e34;
  position: relative;
  z-index: 10;
  border: 1px solid #db2e34;
}

.menu_toggle a:hover,
.menu_toggle a:focus {
  background: #3f3f3f;
  border-color: #3f3f3f;
}

.menu_toggle a:hover {
  color: #000;
}

.menu_toggle a span {
  height: 1px;
  width: 100%;
  display: block;
  margin-bottom: 4px;
  background: #fff;
  position: static;
  border-radius: 0;
}

.menu_toggle a span:last-child {
  margin: 0;
}

/************************** CUSTOM CSS FOR NEW HEADER ENDS HERE *******************/

/************************** CUSTOM CSS FOR MOBILE MENU STARTS HERE *******************/
body.menu_active {
  overflow: hidden;
}

.mobile-menu-wrapper {
  display: block;
  position: fixed;
  z-index: 14;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
  transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
}

.mobile-menu-wrapper.active,
.mobile-menu-wrapper.active .mobile-menu-nav {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.mobile-menu-wrapper ul.subMenu.open {
  opacity: 1;
  visibility: visible;
  display: block;
}

.mobile-menu-wrapper .mobile-menu-list > li.has-submenu.open > a,
.mobile-menu-wrapper
  .mobile-menu-list
  > li.has-submenu.open
  > span.arrows:before,
.mobile-menu-wrapper .mobile-menu-list > li.has-submenu .arrows:hover:before,
.mobile-menu-wrapper .mobile-menu-list > li > ul > li a:hover,
.mobile-menu-wrapper .mobile-menu-list > li > a:hover,
.mobile-menu-wrapper .mobile-menu-list li.active > a {
  color: #db2e34;
}

.mobile-menu-wrapper .mobile-menu-nav {
  background: #000;
  max-width: 350px;
  border-radius: 0px 0px 0px 0px;
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 85px;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
  transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
  left: -100vw;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
}

.mobile-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: "DM Sans", sans-serif;
}

.mobile-menu-wrapper .mobile-menu-list {
  height: calc(100vh - 110px);
  overflow-y: auto;
}

.mobile-menu-wrapper .mobile-menu-list > li > a {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 10px 15px 10px 15px;
  font-weight: 600;
  line-height: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: none;
  letter-spacing: normal;
  display: block;
}

.mobile-menu-wrapper .mobile-menu-list > li.has-submenu .arrows {
  position: absolute;
  right: 18px;
  top: 8px;
  cursor: pointer;
}

.mobile-menu-wrapper .mobile-menu-list > li.has-submenu .arrows:before {
  content: "\f078";
  font-style: normal;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.mobile-menu-wrapper .mobile-menu-list li {
  margin: 0;
  padding: 0;
  position: relative;
}

.mobile-menu-wrapper .mobile-menu-list > li ul {
  padding: 0 1rem;
}

.mobile-menu-wrapper .mobile-menu-list > li > ul > li a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 15px 15px 15px 15px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: none;
  letter-spacing: normal;
}

.mobile-menu-wrapper ul.subMenu {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.mobile-menu-wrapper .mobile-menu-list > li > ul > li > ul li a {
  font-size: 14px;
}

.nav-identity-toggle {
  position: absolute;
  top: 0;
  padding: 10px 0px 10px 0px;
  display: block;
  z-index: 5;
  width: 100%;
}

.menu-close-toggler {
  padding: 8px 8px 8px 8px;
  margin: 12px 12px 12px 12px;
  width: 45px;
  border-radius: 3px;
  border: 1px solid #db2e34;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 22px;
  background: #db2e34;
  color: #fff;
}

.menu-close-toggler:hover,
.menu-close-toggler:focus {
  color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

/************************** CUSTOM CSS FOR MOBILE MENU ENDS HERE *******************/

/************************** CUSTOM CSS FOR LOGIN, REGISTER AND FORGOT PASSWORD STARTS HERE *******************/
#coach_register_form,
.login_user_form,
.user_signup_form,
.forgot_password_form,
.reset_password_form {
  background-image: url("../../img/form_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-color: transparent !important;
}

#coach_register_form::before,
.login_user_form::before,
.user_signup_form::before,
.forgot_password_form::before,
.reset_password_form::before {
  content: " ";
  background: rgba(0, 0, 0, 0.18);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
}

#coach_register_form > .container > .row,
.login_user_form > .container > .row,
.user_signup_form > .container > .row,
.forgot_password_form > .container > .row,
.reset_password_form > .container > .row {
  position: relative;
  z-index: 2;
}

.form-group.login-btns-wrap {
  display: flex;
  grid-gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.login_form_row {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 5px #b5b3b3;
  width: 90%;
  margin: 0 auto;
}

.login_form_row input[type="checkbox"] {
  top: -2px;
  margin: 0 15px 0 0;
  border-color: #fff;
  border-radius: 5px;
}

.login_form_row .left_block {
  background: #db2e34;
  color: #fff;
}

.login_form_row .left_block .btns_log_reg {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}

.login_form_row .left_block .btns_log_reg .btn.bordered-btn:hover {
  border-color: #fff;
  background: #fff;
  color: #db2e34;
}

.login_form_row > div[class*="col-md"] {
  padding: 40px 50px;
}

.dashboard_wrapper .login_form_row h1,
.dashboard_wrapper .login_form_row h2,
.dashboard_wrapper .login_form_row h3,
.dashboard_wrapper .login_form_row h4 {
  color: #fff;
}

.login_form_row h2 {
  margin: 0 0 20px;
  color: #db2e34;
}

.login_form_row .left_block p {
  margin: 0px 0 25px;
}

.btn_outline + .btn_outline {
  margin-left: 16px;
}

.login_form_row .right_block {
  background: #020202e3;
  box-shadow: 0 0 5px #b5b3b3;
}

.login_form_row .right_block .inner_wrap {
  width: 100%;
}

.login_form_row input.form-control {
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 15px;
  height: 48px;
  line-height: 16px;
  padding: 10px 18px 10px 18px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.8);
}

.login_form_row input.form-control[type="checkbox"] {
  margin: 12px 10px 0 0;
  padding: 0;
  height: 24px;
  border-color: #fff;
}

/************************** CUSTOM CSS FOR LOGIN, REGISTER AND FORGOT PASSWORD ENDS HERE *******************/

/************************** INNER PAGES CSS STARTS HERE *******************/
.nice-select.nice-select-field ul.list {
  background: #fff;
  border: 0;
  margin: 4px 0 0;
  overflow-x: hidden;
  max-height: 260px;
  overflow-y: auto;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
}

.nice-select.nice-select-field:after {
  right: 18px;
  height: 10px;
  width: 10px;
  margin-top: -6px;
}

.nice-select.nice-select-field ul.list li {
  color: #262626;
  background: #fff !important;
  border: 1px solid #fff;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

.nice-select.nice-select-field ul.list li:hover,
.nice-select.nice-select-field ul.list li:focus {
  background: #f5d000 !important;
  color: #262626;
  border: 1px solid #f5d000;
}

.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .select2-container--default
  .select2-selection--multiple,
.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .select2-selection--single {
  padding: 12px 18px;
  height: 48px;
  border: 1px solid #262626;
  border-radius: 5px 5px 5px 5px;
  background: #fff;
}

.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .select2-selection--single
  .select2-selection__rendered,
.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  line-height: 22px;
  height: 100%;
  padding: 0;
}

.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__clear {
  position: relative;
  right: 10px;
}

.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  margin-top: 0;
}

.dashboard_wrapper.second_wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 11px;
  right: 10px;
}

.dashboard_wrapper.second_wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  a {
  border-width: 0 8px 8px 8px;
}

.select2-container.select2-container--default.select2-container--open
  .select2-results__option {
  padding: 6px 18px;
}

.select2-container.select2-container--default.select2-container--open
  .select2-search--dropdown {
  padding: 4px 18px;
  border-radius: 5px 5px 5px 5px;
}

.select2-container.select2-container--default.select2-container--open
  .select2-search--dropdown
  .select2-search__field {
  border: 1px solid #262626;
}

.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .form-group
  label.col-form-label {
  min-height: 35px;
}

.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .form-group
  #school_othere,
.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .form-group
  #club_othere {
  margin: 0 0 0 15px;
  border-radius: 3px;
  border-color: #db2e34;
}

.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .select2-selection__rendered
  .select2-selection__choice {
  background: #db2e34;
  border-color: #db2e34;
  color: #fff;
  margin: 0 6px 0 0;
  font-size: 16px;
  line-height: 22px;
  height: 23px;
  padding: 0 10px;
  top: 1px;
  position: relative;
}

.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .select2-selection__rendered
  .select2-selection__choice
  span.select2-selection__choice__remove {
  color: #fff;
}

.select2-container--open
  .select2-results
  .select2-results__options
  li.select2-results__option.select2-results__option--highlighted {
  background: #db2e34;
}

.dashboard_wrapper.second_wrapper
  #main_school
  .select2-container--default
  .select2-selection--single,
.dashboard_wrapper.second_wrapper
  #main_club
  .select2-container--default
  .select2-selection--single {
  background: #fff;
  padding: 12px 18px;
  height: 48px;
  border: 1px solid #262626;
  border-radius: 5px 5px 5px 5px;
}

.dashboard_wrapper.second_wrapper
  #main_club
  .wrap
  .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.dashboard_wrapper.second_wrapper
  form.form-horizontal
  .form-group
  .wrap
  .datepicker.form-control {
  background: #fff !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
  background: #db2e34;
  border-color: #db2e34;
}

.inner_banner_block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 200px 0 85px;
}

.inner_banner_block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}

.inner_banner_wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}

.inner_banner_wrap p.desc{
  text-align: center;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  margin: 0;
}

.banner-inner-content .buttons-block {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 16px;
}

.btn.add_more_date.add_date.dates,
.btn.remove_date {
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 48px;
}

.btn.add_more_date.add_date.dates i {
  margin-right: 10px;
  font-size: 18px;
}

.dashboard_wrapper {
  padding: 60px 0;
  background-color: #f9f9f9;
}

table,
.table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

table tr,
.table tr {
  border: 0;
}

table td,
table th,
.table td,
.table th,
.table thead th {
  vertical-align: middle;
  padding: 10px 12px;
  border: 0;
}

.dashboard_wrapper table.table {
  background: #fff;
  -moz-box-shadow: -1px -1px 10px #ccc;
  -webkit-box-shadow: -1px -1px 10px #ccc;
  box-shadow: -1px -1px 10px #ccc;
  margin: 0 0 40px;
  border: 1px solid #ccc;
}

.dashboard_wrapper .bg-main-dash {
  background: #db2e340d;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: -1px -1px 10px #ccc;
}

.bg-main-dash.admin-referal-settings .referalInputs em {
  font-size: 14px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}

.dashboard_wrapper table.table thead th {
  color: #fff;
  background-color: #db2e34;
  border: 1px solid #db2e34;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
}

.dashboard_wrapper table.table td {
  color: #3f3f3f;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
}

.dashboard_wrapper.second_wrapper > .container > .row.justify-content-between {
  align-items: flex-start;
}

.dashboard_wrapper .left-sidebar-dash {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.left-sidebar-dash .sidebar {
  background: #222222;
  border-radius: 8px;
  overflow: hidden;
}

.dashboard_wrapper .sidebar ul {
  padding: 0;
  margin: 0;
}

.dashboard_wrapper .sidebar ul li {
  display: block;
  border-bottom: 1px solid #716d6d;
}

.dashboard_wrapper .sidebar ul li:last-child {
  border: 0;
}

.dashboard_wrapper .sidebar ul li a {
  padding: 10px 20px;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.dashboard_wrapper .sidebar ul li a:hover,
.dashboard_wrapper .sidebar ul li a:focus {
  background: #f5d000;
  color: #000;
}

.dashboard_wrapper .sidebar ul li a.active {
  background: #db2e34;
  color: #fff;
}

.dashboard_wrapper .sidebar ul li a i.fa {
  font-size: 18px;
}

.dashboard_wrapper .sidebar ul li a i {
  width: 30px;
}

.dashboard_wrapper .sidebar ul li a i.fa.fa-angle-down {
  text-align: center;
}

.main-dash .profile-status {
  width: 100%;
  margin: 0 0 20px;
  text-align: right;
}

.action_block ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  list-style: none;
  text-align: center;
  padding: 0;
}

.action_block ul li {
  overflow: hidden;
}

.action_block .fa {
  font-size: 40px;
  color: inherit;
  height: 50px;
}

.action_block h3 {
  font-size: 16px;
  color: inherit;
  margin: 12px 0 0;
  width: 100%;
}

.action_block li a {
  border: 1px solid #262626;
  display: flex;
  padding: 25px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 100%;
  background: #fff;
  color: #262626;
  transition: 0.4s;
}

.action_block li a:hover {
  background: #db2e34;
  border-color: #db2e34;
  color: #fff;
}

.action_block li a h3 {
  color: #262626;
}

.action_block li a:hover h3 {
  color: #fff;
}

.order_content_title .main_order_content h4 {
  color: #db2e34;
}

.filter_forms form {
  width: 30%;
}

.filter_forms form#search_order {
  width: 45%;
}

.filter_forms form select.form-control,
.filter_forms form input.form-control,
.filter_forms form#search_coach input.form-control,
.filter_forms form#search_venue input.form-control,
.filter_forms form#search_course input.form-control,
.filter_forms form#search_order input.form-control,
.main-dash form .input-group.input-fillter input.form-control {
  height: 50px;
  padding: 13px 18px 13px 18px;
}

.main-dash .filter_forms {
  grid-gap: 10px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.filter_forms .nice-select.form-control.nice-select-field {
  border-radius: 5px;
  height: 50px;
}

.main-dash .parent_Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
  grid-gap: 10px;
  flex-wrap: wrap;
  background: #fff;
  padding: 15px;
  box-shadow: -1px -1px 10px #ccc;
  -moz-box-shadow: -1px -1px 10px #ccc;
  -webkit-box-shadow: -1px -1px 10px #ccc;
  border-radius: 8px;
}

.dashboard_wrapper .main-dash .filter-add-item {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 15px;
}

.chartRow h3 {
  color: #db2e34;
}

.left-sidebar-dash .sidebar .side-menu li.hasMenu .drpdwn {
  background: #555;
}

.left-sidebar-dash .sidebar .side-menu > li:last-child {
  border: 0;
}

.left-sidebar-dash .sidebar .side-menu li.hasMenu .drpdwn a {
  color: #fff;
}

.left-sidebar-dash .sidebar .side-menu li.hasMenu .drpdwn a:hover {
  background: #f5d000;
  color: #000;
}

.left-sidebar-dash .sidebar .side-menu > li .drpdwn a {
  border: 0;
}

.booking-info-values-inner .booking-info-values-col {
  width: calc(20% - 20px);
  text-align: center;
}

.card.count_card h6 {
  line-height: 1.2rem;
  margin: 0;
  color: #262626;
}

.card.count_card h4 {
  margin: 0;
  color: #262626;
}

.card.count_card {
  padding: 10px;
  min-height: 105px;
  align-items: center;
  justify-content: center;
  border: 1px solid #262626;
  grid-gap: 15px;
  border-radius: 8px;
}

.card.count_card:hover {
  background: #db2e34;
  border-color: #db2e34;
}

.card.count_card:hover h6,
.card.count_card:hover h4 {
  color: #fff !important;
}

.card.count_card .text-primary {
  margin: 0;
}

.dashboard_wrapper .table .btn {
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

span.bt-content {
  word-break: break-word;
}

.dashboard_wrapper .table th a {
  color: #fff;
}

.dashboard_wrapper td a.btn i {
  width: 20px;
  text-align: center;
}

span.bt-content .btn-group-xs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 5px;
}

span.bt-content .btn-group-xs .btn {
  margin: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
}

.pagination .page-item .page-link {
  color: #000;
  min-width: 40px;
  height: 40px;
  padding: 0 5px;
  text-align: center;
  line-height: 38px;
}

.pagination .page-item.active .page-link {
  outline: 0;
  box-shadow: none;
  background: #db2e34;
  border-color: #db2e34;
  color: #fff;
}

.pagination .page-item a:hover,
.pagination .page-item a:focus {
  outline: 0;
  box-shadow: none;
  background: #f5d000;
  border-color: #f5d000;
  color: #000;
}

.booking-info-values {
  margin: 0 0 30px;
}

.booking-info-values-inner {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
}

.main-dash .chartRow {
  margin-bottom: 30px;
  padding-top: 15px;
}

.main-dash .chartRow svg,
.main-dash .chartRow #chart_div div,
.main-dash .chartRow #course_revnue div,
.main-dash .chartRow #piechart div,
.main-dash .chartRow #piechart1 div {
  max-width: 100%;
}

.thankyou-wraper {
  background: #f3f6ee;
  padding: 60px 50px;
  position: relative;
}

.thankyou-wraper * {
  position: relative;
  z-index: 1;
}

.thankyou-wraper::before {
  content: "";
  background: #d0383f;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  clip-path: polygon(0 0, 0 51%, 33% 0);
  letter-spacing: normal;
}

.checkimage {
  margin: 0 auto;
  max-width: 60px;
}

.checkimage img {
  width: 100%;
}

.thankyou-wraper > h3 {
  color: #262626;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  font-size: 34px;
  line-height: 44px;
}

.thankyou-wraper h2 {
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: normal;
  text-align: center;
  margin: 30px 0 15px;
}

.thankyou-wraper p {
  color: #695f61;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  max-width: 500px;
  margin: 0 auto;
}

.thankyou-wraper .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 50px;
}

.thankyou-wraper .row .colmn {
  max-width: 50%;
  width: 100%;
  padding: 0 20px;
}

.thankyou-wraper .white_box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.thankyou-wraper .white_box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  height: 48px;
  align-items: center;
}

.thankyou-wraper .white_box ul li {
  display: inline-block;
  margin: 0 4px;
}

.thankyou-wraper .white_box h3 {
  font-size: 26px;
  margin: 0 0 15px;
  color: #262626;
  line-height: 35px;
  font-weight: 600;
}

.thankyou-wraper .assign_child {
  margin: 25px 0;
  text-align: center;
}

.thankyou-wraper .assign_child {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
}

.dashboard_wrapper h1,
.dashboard_wrapper h2,
.dashboard_wrapper h3,
.dashboard_wrapper h4,
.dashboard_wrapper h5,
.dashboard_wrapper h6 {
  color: #db2e34;
  margin: 0 0 20px;
}

.dashboard_wrapper table.table td .zoo-booking0id a {
  font-size: 12px;
}

.dashboard_wrapper table.table td .zoo-booking0id a:hover {
  color: #db2e34;
}

.input-group-append .btn.btn-secondary {
  height: 48px;
}

.child-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0 !important;
  padding: 0 !important;
}

.clubname .select2-container{
  width: 100%;
}

#add-more-child {
  float: right;
}
/************************** INNER PAGES ENDS HERE *******************/

/************************** CHECKOUT PAGE STARTS HERE *******************/

.checkout_cart {
  display: block;
  margin: 0;
  background: #db2e340d;
  border-radius: 8px;
  padding: 30px;
}

.productItem_list .productItem {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

.productItem h3 {
  font-size: 24px;
  line-height: 30px;
  color: #db2e34;
}

.productItem_list .productItem:nth-last-of-type(1) {
  border: none;
  padding: 0;
}

.otherInfoItem .location {
  color: #262626;
  display: flex;
  align-items: center;
  margin: 0 0 6px;
}

.otherInfoItem span i {
  color: #db2e34;
  font-size: 20px;
  width: 25px;
}

.card-body #stripe-payment-gateway .form-check:last-of-type {
  display: flex;
  align-items: center;
}

.card-body
  #stripe-payment-gateway
  .form-check:last-of-type
  input.form-check-input,
.nice-select.form-control.nice-select-field {
  border-radius: 5px;
}

.main-dash
  .parent_Wrapper
  #search_course
  .nice-select.form-control.nice-select-field {
  padding: 12px 24px 12px 18px;
  min-width: 180px;
}

.parent_Wrapper .nice-select.nice-select-field::after {
  right: 12px;
}

.card-header {
  background-color: #db2e34;
  border: 0;
}

.card-header a,
.card-header a:hover,
.card-header strong {
  color: #fff;
}

/************************** CHECKOUT PAGE ENDS HERE *******************/

/************************ BOOKING CONFIRMED CSS STARTS HERE ************************/
.referral-section .input-group .form-control.share-link-input {
  height: 50px;
}

.thankyou-wraper .card .card-header {
  background: #db2e34 !important;
}

.thankyou-wraper .card .card-header h4 {
  margin: 0;
}

.thankyou-wraper .referral-section .share-buttons, .thankyou-wraper .referral-section .copy-btns-block {
  text-align: center;
}

.thankyou-wraper .referral-section .copy-btns-block{
  margin: 20px 0 0;
}

.thankyou-wraper .referral-section .copy-btns-block button {
  background: transparent;
  border: 0;
  margin: 0 10px;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.thankyou-wraper .referral-section .copy-btns-block button:hover {
  text-decoration: none;
}
/************************ BOOKING CONFIRMED CSS ENDS HERE ************************/

/************************ BOOKING PAGE CSS STARTS HERE ************************/
.your-booking-page{
  margin: 60px 0;
}

.inner_banner_wrap .banner-inner-content h1 {
  margin: 0 0 15px;
}

.booking-page-sidebar .discount-card .discount {
  margin: 0 10px 0 0;
}

.booking-page-steps {
  margin-bottom: 40px;
}

.booking-page-steps .steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.booking-page-steps .step {
  text-align: center;
  color: #7a869a;
  min-width: 120px;
}

.booking-page-steps .step p{
  margin: 0;
}

.booking-page-steps .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eef1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto 6px;
}

.booking-page-steps .step.active .circle {
  background: #f5d000;
  color: #212529;
}

.booking-page-steps .step.active {
  color: #212529;
}

.booking-page-steps .line {
  width: 100px;
  height: 4px;
  background: #eef1f4;
}

.booking-page-steps .step.progress-cls .circle, .booking-page-steps .line.progress-cls {
  background: #25a777;
  color: #fff;
}

.booking-page-steps .line.active{
  background: #f5d000;
}

.booking-page-main h5 {
  color: #262626;
  margin: 0 0 20px;
}

.booking-page-main #age-group-wrapper .card.age-group-row{
  border-radius: 10px;
  padding: 15px;
  margin: 0 0 15px;
}
.booking-page-main #age-group-wrapper .card.age-group-row .age-group-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.age-group-col{
  width: calc(100% - 310px);
  padding-right: 20px;
}

.booking-page-main #age-group-wrapper .card.age-group-row .age-group-content select.form-control{
  background: #f7f8fa url("../img/down-arrow-select.png") no-repeat right 15px center/12px auto;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 10px;
}

.booking-page-main #age-group-wrapper .card.age-group-row .age-group-content label{
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 7px;
  color: #7a869a;
  display: block;
  width: 100%;
}

.spaces-block-col{
  width: 180px;
  padding-right: 20px;
}

.spaces-block-col .number-of-spaces{
  background: #f7f8fa;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 10px;
  width: 160px;
}

.spaces-block-col .number-of-spaces button {
  border: 0;
  background: transparent;
  padding: 0;
  width: 20px;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  height: 28px;
}

.spaces-block-col .number-of-spaces .form-control.qty-input {
  border: 0;
  background: transparent;  
  width: 100px !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 0 10px;
}

.subtotal-col{
  text-align: right;
  width: 130px;
  padding-right: 20px;
}

.subtotal-col .subtotal{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  width: 100%;
  margin: -2px 0 5px;
}

.subtotal-col .saving-price{
  color: #2fa06c;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.subtotal-col .saving-price::before {
  content: " ";
  background: transparent url("../img/price-tag.png") no-repeat left center/12px auto;
  height: 20px;
  width: 15px;
  display: block;
  margin-right: 5px;
}

.remove-col .remove-btn{
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0;
  background: transparent url("../img/delete-icon.png") no-repeat center/18px auto;
  border-radius: 4px;
}

.booking-btn-block {
  display: block;
}

.booking-btn-block .btn {
  width: 100%;
}

.booking-btn-block .btn#add-age-group{
  margin: 5px 0 20px;
  border: 1px dashed #262626;
  background: #fff;
  color: #db2e34;
}

.booking-btn-block .btn#add-age-group:hover, .booking-btn-block .btn#add-age-group:focus{
  border-color: #db2e34;
  background: #db2e34;
  color: #fff;
}

.booking-page-sidebar .card {
  border-radius: 10px;
  overflow: hidden;
}

.booking-page-sidebar .header-card{
  background: #db2e34;
  color: #fff;
  padding: 20px;
}

.booking-page-sidebar .header-card h5{
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.booking-page-sidebar .header-card p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.booking-page-sidebar .discount-card{
  background: #e8f4ef;
  padding: 10px 20px;
  color: #2fa06c;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2fa06c;
}

.booking-page-sidebar .discount-card:before{
  content:" ";
  background: transparent url("../img/price-tag.png") no-repeat left center/15px auto;
  height: 20px;
  width: 20px;
  display: block;
  margin-right: 8px;
}

.booking-price-block{
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.booking-price-block span {
  display: inline-block;
  width: 24px;
}

.booking-price-block .camp-date{
  margin: 0 0 5px;
}

.booking-price-block .camp-date, .booking-price-block .camp-location{
  font-size: 16px;
  line-height: 24px;
}

.booking-price-block .camp-location span i{
  position: relative;
  left: 4px;
}

.booking-page-sidebar .total-price{
  background: #e9ebef;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
}

.booking-page-sidebar .total-price .left{
  border: 0;
}

.booking-page-sidebar .total-price .left .total{
  font-weight: 700;
}

.booking-page-sidebar .total-price .left .spaces-main{
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.booking-page-sidebar .total-price .right span{
  color: #f5d000;;
}

.booking-page-sidebar .total-price .right span {
  color: #f5d000;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.booking-page-sidebar .secure-checkout{
  padding: 10px 15px;
  color: #2fa06c;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
}

.booking-page-sidebar .summary-items{
  padding: 0 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.booking-page-sidebar .summary-items .d-flex.justify-content-between {
  padding-top: 20px;
}

.booking-page-sidebar .summary-items span:last-child{
  font-weight: 700;
}

.booking-page-sidebar .save-price{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: #2fa06c;
  font-size: 16px;
  line-height: 20px;
}

.booking-page-sidebar .secure-checkout:before{
  content:" ";
  background: transparent url("../img/secure-icon.png") no-repeat left center/15px auto;
  height: 20px;
  width: 20px;
  display: block;
  margin-right: 8px;
}
.dashboard_wrapper .card-header h5 {
  color: #fff;
  margin: 0;
}

#stripe-payment-gateway form .form-check-label {
  font-size: 14px;
  line-height: 18px;
}
.card-body .form-check input {
  margin-top: 1px;
}
/************************* BOOKING PAGE CSS ENDS HERE *****************************/

/************************** CUSTOM CSS FOR NEW FOOTER STARTS HERE *******************/

.footer {
  min-height: 200px;
  padding: 0;
  z-index: 10;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  background: #222222;
}

footer .top-footer-col h5 {
  padding: 0 0 12px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #db2e34;
  position: relative;
  margin: 0 0 20px;
}

footer .top-footer-col h5:after {
  content: " ";
  width: 50px;
  height: 2px;
  display: block;
  background: #db2e34;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .top-footer-col .quick_links ul li,
footer .top-footer-col .address ul li {
  margin: 0 0 8px;
  position: relative;
  display: flex;
  align-items: center;
}

footer .top-footer-col .quick_links ul li::before,
footer .top-footer-col .address ul li::before {
  content: " ";
  display: block;
  width: 18px;
  height: 28px;
  background: transparent url("../img/mdi_keyboard-arrow-right.png") no-repeat
    left center/cover;
}

footer .top-footer-col .quick_links ul li a,
footer .top-footer-col p,
footer .top-footer-col .address ul li a {
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}

footer .top-footer-col .address ul li {
  grid-gap: 10px;
}

footer .top-footer-col .address ul li:first-child:before {
  background-image: url("../img/fluent_call-24-regular.png");
}

footer .top-footer-col .address ul li::before {
  height: 24px;
  width: 24px;
  background-image: url("../img/iconoir_mail.png");
  min-width: 24px;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -15px;
  padding: 100px 0 70px;
}

.top-footer-col {
  display: block;
  margin: 0;
  padding: 0 15px;
  width: 20%;
}

.top-footer-col.footer-col-1 {
  width: 30%;
}

.top-footer-col.footer-col-3 {
  width: 24%;
}

.top-footer-col.footer-col-4 {
  width: 26%;
}

.footer_logo a,
.logo-block-text {
  display: block;
  margin: 0 0 20px;
}

.logo-block-text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #fff;
}

footer a:hover,
footer .top-footer-col .quick_links ul li a:hover,
footer .top-footer-col .address ul li a:hover {
  color: #db2e34;
  text-decoration: none;
}

.footer_logo img {
  width: 150px;
  display: block;
  height: auto;
}

.footer .social-media {
  display: block;
}

.footer .social_icons {
  display: flex;
  align-items: center;
}

footer .social_icons li {
  margin-right: 10px;
  display: inline-flex;
}

footer .social_icons li a {
  width: 30px;
  height: 30px;
  border: 1px solid #663232;
  line-height: 30px;
  text-align: center;
  background: transparent;
  display: block;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
}

footer .social_icons li:last-child {
  margin-right: 0;
}

footer .social_icons li a:hover {
  background: #db2e34;
}

footer .top-footer-col p {
  margin: 0 0 20px;
}

footer .top-footer-col .subscribe_form {
  display: block;
  position: relative;
}

footer .top-footer-col .subscribe_form input {
  height: 50px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  padding: 13px 60px 13px 22px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #cecece;
  background: transparent;
  outline: 0;
}

footer .subscribe_form button {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  outline: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 50px;
  font-size: 0;
  padding: 10px 11px;
}

footer .subscribe_form button:hover,
footer .subscribe_form button:focus {
  outline: none;
  box-shadow: none;
  background: #fff;
  border-color: #fff;
}

footer .subscribe_form button:hover svg path,
footer .subscribe_form button:focus svg path {
  stroke: #db2e34;
  fill: #db2e34;
}

.bottom-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #3f3f3f;
}

.bottom-footer-inner .copyright-text p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  padding: 0;
}

.bottom-footer-inner .footer-bottom-menus ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-footer-inner .footer-bottom-menus ul li {
  margin: 0 0 0 24px;
}

.bottom-footer-inner .footer-bottom-menus ul li a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
}

.bottom-footer-inner .footer-bottom-menus ul li a:hover,
.bottom-footer-inner .footer-bottom-menus ul li a:focus {
  color: #db2e34;
}

/************************** CUSTOM CSS FOR NEW FOOTER ENDS HERE *******************/

/************************ CUSTOM RESPONSIVE CSS STARTS HERE *************************/

@media (max-width: 1440px) {
  .header-inner-wrap .siteNavigation nav ul li a {
    font-size: 16px;
    padding: 0px 5px 0px 5px;
  }

  .dashboard_wrapper table.table td {
    font-size: 14px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .header-inner-wrap .header-user_links ul li a {
    padding: 8px 18px;
    height: auto;
  }
}

@media (max-width: 1199px) {
  .login_form_row {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .chartRow h3 {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .menu_toggle {
    display: block !important;
    width: auto;
    height: auto;
  }

  .header-user_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .header-inner-wrap .header-user_links ul li {
    width: auto;
  }
}

@media (min-width: 768px) {
  .main-dash #edit-children .text-md-right {
    text-align: left !important;
  }

  .dashboard_wrapper .left-sidebar-dash {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .dashboard_wrapper .main-dash {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-inner-wrap .header-user_links ul li a {
    padding: 8px 18px;
    height: auto;
  }

  .siteLogo {
    width: 50%;
  }

  .menu_toggle {
    margin-left: 32px;
  }

  .header-user_links {
    width: 50%;
  }

  .booking-info-values-inner .booking-info-values-col {
    width: calc(25% - 20px);
  }

  .chartRow h3 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .booking-info-values-inner .booking-info-values-col {
    width: calc(50% - 20px);
  }

  .dashboard_wrapper > .container > .row > .col-md-3 {
    position: static;
  }

  .menu_toggle {
    margin-left: 10px;
  }

  .header-inner-wrap .header-user_links ul li a {
    padding: 8px 12px;
    line-height: 18px;
    font-size: 14px;
    height: 36px;
  }

  .siteLogo a {
    width: 100px;
  }

  .siteLogo {
    width: 115px;
  }

  .header-user_links {
    width: calc(100% - 115px);
  }

  .header-inner-wrap .header-user_links ul li {
    margin-left: 10px;
  }

  .main-dash .filter_forms {
    flex-wrap: wrap;
  }

  .left-sidebar-dash #left-panel {
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    top: 85px;
    z-index: 999998;
    padding: 0 15px;
  }

  .left-sidebar-dash #left-panel {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
  }

  .left-sidebar-dash.hide_show #left-panel {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .thankyou-wraper .row .colmn {
    max-width: 100%;
  }

  .thankyou-wraper::before {
    display: none;
  }

  .thankyou-wraper {
    padding: 30px 20px;
  }

  .btn.add_more_date.add_date.dates {
    right: 0;
    font-size: 0;
  }

  .btn.add_more_date.add_date.dates i {
    margin: 0;
  }

  .btn.remove_date {
    right: 0;
  }

  .select2-container {
    max-width: 100%;
  }
}
