body {
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  outline: 0;
}

button:focus, input {
  outline: 0;
}

textarea.form-control:focus, input.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.wraper {
  background: url("../images/login-bg.jpg") no-repeat;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.wraper .left_bg, .wraper .rgt_bg, .wraper .top_bg, .wraper .btm_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8%;
  background: rgba(1, 44, 104, 0.8);
}

.wraper .rgt_bg {
  left: auto;
  right: 0;
}

.wraper .top_bg {
  top: 0;
  width: 100%;
  height: 12%;
}

.wraper .btm_bg {
  bottom: 0;
  top: auto;
  height: 12%;
  width: 100%;
}

.sign_in_box {
  background: rgba(243, 220, 81, 0.9);
  padding: 40px 100px;
  max-width: 490px;
  width: 92%;
  margin: 0 auto;
}

.sign_in_box .sign_in_box_title {
  text-align: center;
}

.sign_in_box .sign_in_box_title h2 {
  font-size: 28px;
}

.sign_in_box .sign_in_box_title label {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
  display: block;
}

.sign_in_box .sign_in_box_title span {
  font-size: 15px;
  color: #47484a;
  display: block;
  padding: 25px 0;
}

.sign_in_box .sign_in_frm .form-group .form-control {
  font-size: 14px;
  color: #3d3d3d;
  padding: 9px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sign_in_box .sign_in_box_footr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign_in_box .sign_in_box_footr .frgt_dv
a {
  color: #3d3d3d;
  font-size: 14px;
}

.sign_in_box .signup_btn {
  background: #000000;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  float: right;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.sign_in_box .signup_btn:hover {
  background: #676767;
}

.main_wrap .side_bar .side_menus .open ul li a {
  padding-left: 60;
  font-size: 13px;
}

.main_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: top;
  -ms-align-items: top;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100vh;
}

.main_wrap .side_bar {
  max-width: 320px;
  width: 100%;
  -webkit-box-shadow: 4px 9px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 9px 8px rgba(0, 0, 0, 0.05);
  position: relative;
}

.main_wrap .side_bar .logo {
  padding: 30px;
  padding-left: 50px;
  width: 280px;
}

.main_wrap .side_bar .side_menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  height: calc(100% - 200px);
  width: 100%;
}

.main_wrap .side_bar .side_menus ul {
  width: 100%;
}

.main_wrap .side_bar .side_menus ul li {
  position: relative;
}

.main_wrap .side_bar .side_menus ul li a {
  font-size: 16px;
  color: #47484a;
  padding: 18px 50px;
  display: block;
  border-bottom: 1px solid #f1f1f1;
}

.main_wrap .side_bar .side_menus ul li a i {
  padding-right: 15px;
}

.main_wrap .side_bar .side_menus ul li:last-child {
  border-bottom: none;
}

.main_wrap .side_bar .side_menus .main-nav {
  width: 100%;
}

.main_wrap .side_bar .side_menus .main-nav ul li.submenu i {
  position: absolute;
  width: 43px;
  height: 39px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.main_wrap .side_bar .side_menus .main-nav ul li.submenu i:after {
  content: "";
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #b3b3b3;
  position: absolute;
  right: 17px;
  top: 25px;
  z-index: 10;
}

.main_wrap .side_bar .side_menus .main-nav ul ul {
  margin: 0;
  display: none;
}

.main_wrap .rgt_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.main_wrap .rgt_sec .header_rgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 50px;
}

.main_wrap .rgt_sec .header_rgt .hdr_srch {
  width: 50%;
}

.main_wrap .rgt_sec .header_rgt .hdr_srch .hdr_srch_inr {
  position: relative;
  max-width: 400px;
}

.main_wrap .rgt_sec .header_rgt .hdr_srch .hdr_srch_inr .srch_fild {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  width: 100%;
}

.main_wrap .rgt_sec .header_rgt .hdr_srch .hdr_srch_inr .srch_btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffd600;
  border: none;
  height: 100%;
  width: 40px;
}

.main_wrap .rgt_sec .header_rgt .admin_area {
  width: 50%;
}

.main_wrap .rgt_sec .header_rgt .admin_area ul {
  float: right;
}

.main_wrap .rgt_sec .header_rgt .admin_area ul li {
  display: inline-block;
  vertical-align: middle;
}

.main_wrap .rgt_sec .header_rgt .admin_area ul .noti_sec a {
  color: #000000;
}

.main_wrap .rgt_sec .header_rgt .admin_area ul .prof_img {
  margin: 0 20px;
}

.main_wrap .rgt_sec .header_rgt .admin_area ul .prof_img img {
  width: 40px;
  height: 40px;
}

.main_wrap .rgt_sec .caldr_area {
  padding: 30px 50px;
}

.main_wrap .rgt_sec .caldr_area .booking_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: url("../images/cal-bg.jpg") no-repeat center;
  background-size: cover;
}

.main_wrap .rgt_sec .caldr_area .booking_bar .booking_bar_lft h3 {
  color: #ffffff;
  font-size: 25px;
}

.main_wrap .rgt_sec .caldr_area .booking_bar .booking_bar_lft h3 i {
  margin-right: 15px;
}

.main_wrap .rgt_sec .caldr_area .booking_bar .booking_bar_rgt .bkng_span {
  color: #ffffff;
  font-size: 16px;
  margin-right: 30px;
}

.main_wrap .rgt_sec .caldr_area .booking_bar .booking_bar_rgt .bkng_span i {
  margin-right: 20px;
}

.mdl_bx .modal-dialog {
  max-width: 900px;
  width: 96%;
}

.mdl_bx .modal-dialog .modal-content {
  border: none;
}

.mdl_bx .modal-dialog .modal-content .modal-header {
  background: #022c68;
  padding: 12px 20px;
}

.mdl_bx .modal-dialog .modal-content .modal-header .modal-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.mdl_bx .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 20px;
  color: #ffffff;
  opacity: 1;
  font-weight: 400;
}

.mdl_bx .modal-dialog .modal-content .modal-body {
  padding: 25px 25px;
}

.mdl_bx .modal-dialog .modal-content .modal-body .form-group label {
  font-size: 14px;
}

.mdl_bx .modal-dialog .modal-content .modal-body .fom_bxs_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mdl_bx .modal-dialog .modal-content .modal-body .fom_bxs_one .five_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}

.mdl_bx .modal-dialog .modal-content .modal-body .fom_bxs_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}

.mdl_bx .modal-dialog .modal-content .modal-body .fom_bxs_two .five_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}

.mdl_bx .modal-dialog .modal-content .modal-body .fom_bxs_two .five_bx .hdr_srch_inr {
  position: relative;
  max-width: 400px;
}

.mdl_bx .modal-dialog .modal-content .modal-body .fom_bxs_two .five_bx .hdr_srch_inr .srch_fild {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  width: 100%;
}

.mdl_bx .modal-dialog .modal-content .modal-body .fom_bxs_two .five_bx .hdr_srch_inr .srch_btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffd600;
  border: none;
  height: 100%;
  width: 40px;
}

.mdl_bx .modal-dialog .modal-content .modal-body .nav-tabs {
  border: none;
  border-bottom: 1px solid #dfdfdf;
}

.mdl_bx .modal-dialog .modal-content .modal-body .nav-tabs .nav-item {
  margin: 0;
}

.mdl_bx .modal-dialog .modal-content .modal-body .nav-tabs .nav-item a.nav-link {
  border: none;
  padding: 17px 15px;
  color: #000000;
  position: relative;
}

.mdl_bx .modal-dialog .modal-content .modal-body .nav-tabs .nav-item .active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #012c68;
}

.mdl_bx .modal-dialog .modal-content .modal-footer {
  padding: 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.mdl_bx .modal-dialog .modal-content .modal-footer .blnce_dv {
  width: 50%;
}

.mdl_bx .modal-dialog .modal-content .modal-footer .blnce_dv label {
  display: inline-block;
}

.mdl_bx .modal-dialog .modal-content .modal-footer .blnce_dv .form-control {
  display: inline-block;
  max-width: 275px;
}

.mdl_bx .modal-dialog .extra_top_area {
  padding: 30px 0;
}

.mdl_bx .modal-dialog .extra_top_area .extr_name {
  margin-right: 20px;
}

.mdl_bx .modal-dialog .extra_top_area .extr_name label {
  margin-left: 5px;
}

.mdl_bx .modal-dialog .extra_top_area .yellow_btn {
  float: right;
}

.mdl_bx .modal-dialog .table_sec .table thead th {
  border: none;
  font-weight: 400;
}

.mdl_bx .modal-dialog .table_sec .add_xtra_sec .form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  padding-left: 0;
  font-size: 14px;
  height: auto;
  padding-top: 0;
}

.mdl_bx .modal-dialog .table_sec .add_xtra_sec .blck_btn {
  margin-left: 20px;
}

.mdl_bx .modal-dialog .modal-body.cancel_tab .table_sec {
  max-height: 400px;
  overflow: auto;
}

.mdl_bx .modal-dialog .modal-body.cancel_tab .table_sec thead {
  background: #f0f0f0;
}

.mdl_bx .modal-dialog .modal-body.cancel_tab .table_sec tr th, .mdl_bx .modal-dialog .modal-body.cancel_tab .table_sec tr td {
  border-right: 1px solid #dddddd;
}

.mdl_bx .modal-dialog .modal-body.cancel_tab .table_sec tr th:first-child, .mdl_bx .modal-dialog .modal-body.cancel_tab .table_sec tr td:first-child {
  border-left: 1px solid #dddddd;
}

.extra_src .modal-dialog {
  max-width: 620px;
}

.clnt_dtl .modal-dialog {
  max-width: 700px;
}

.clnt_dtl .modal-dialog .modal-content {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.clnt_dtl .modal-dialog .modal-content h3 {
  font-size: 25px;
  margin: 0 0 20px;
}

.clnt_dtl .modal-dialog .modal-content .clnt_dtl_left {
  background: #012c68;
  width: 50%;
  padding: 30px 20px;
}

.clnt_dtl .modal-dialog .modal-content .clnt_dtl_left h3 {
  color: #ffffff;
}

.clnt_dtl .modal-dialog .modal-content .clnt_dtl_left .form-group label {
  color: #3665a8;
}

.clnt_dtl .modal-dialog .modal-content .clnt_dtl_left .form-group .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #3665a8;
  border-radius: 0;
  color: #ffffff;
}

.clnt_dtl .modal-dialog .modal-content .clnt_dtl_left .form-group .post_code {
  padding: 0;
}

.clnt_dtl .modal-dialog .modal-content .clnt_dtl_rgt {
  width: 50%;
  background: #ffffff;
  padding: 30px 20px;
}

.clnt_dtl .modal-dialog .modal-content .clnt_dtl_rgt h3 {
  color: #012c68;
}

#add_booking .clnt_dtl_left {
  padding: 0;
}

#add_booking .clnt_dtl_left img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#add_booking .pro_img {
  margin-top: 25px;
  margin-right: 10px;
  display: inline-block;
}

.close.acco_close {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  background: #dddddd;
  color: #000000;
  /* line-height: 99px; */
  width: 30px;
  height: 30px;
  text-shadow: none;
  font-size: 22px;
  font-weight: 600;
  font-family: initial;
  line-height: 1px;
  opacity: 1;
  margin-top: 0;
}

.white_btn {
  background: #ffffff;
  border: none;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
}

.white_btn:hover {
  color: #000000;
}

.booking_bar_rgt .yellow_btn {
  border-radius: 3px;
  width: 120px;
}

.booking_bar_rgt .white_btn {
  width: 120px;
}

.blck_btn {
  background: #000000;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  float: right;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.blck_btn i {
  margin-right: 10px;
  font-weight: 400;
}

.blck_btn:hover {
  background: #676767;
}

.yellow_btn {
  background: #ffe850;
  border: none;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.yellow_btn:hover {
  color: #000000;
  background: #a99513;
}

@media only screen and (max-width: 1365px) {
  .main_wrap .side_bar {
    max-width: 280px;
  }
  .main_wrap .rgt_sec .caldr_area .booking_bar .booking_bar_rgt .bkng_span {
    display: block;
    margin: 10px 0 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .main_wrap .rgt_sec .caldr_area {
    padding: 20px;
  }
  .booking_bar_rgt .yellow_btn, .booking_bar_rgt .white_btn {
    padding: 8px 10px;
    width: 100px;
  }
  .white_btn {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .main_wrap .rgt_sec .header_rgt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_wrap .rgt_sec .caldr_area .booking_bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mdl_bx .modal-dialog .modal-content .modal-body .fom_bxs_one .five_bx {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .mdl_bx .modal-dialog .modal-content .modal-body .fom_bxs_two .five_bx {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .mdl_bx .modal-dialog .modal-content .modal-footer {
    display: block;
  }
  .mdl_bx .modal-dialog .modal-content .modal-footer .blnce_dv {
    margin: 15px 0;
    width: 100%;
  }
  .blck_btn {
    float: none;
  }
  .mdl_bx .modal-dialog .modal-content .modal-body .nav-tabs .nav-item a.nav-link {
    padding: 10px 8px;
  }
  .sign_in_box {
    padding: 25px;
  }
  .main-nav {
    position: fixed;
    width: 260px;
    top: 0;
    right: -100%;
    background: #ffffff;
    height: 100%;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    z-index: 1005;
    overflow-y: auto;
    padding-top: 80px;
  }
  .main_wrap .side_bar .side_menus ul li a {
    color: #ffc107 !important;
  }
  .mob-btn {
    position: absolute;
    float: right;
    padding: 5px 7px;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 15px;
    top: 18px;
    z-index: 1020;
  }
  .mob-btn span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #ffd600;
  }
  .mob-btn span + span {
    margin-top: 5px;
  }
  .show-menu .main-nav {
    right: 0;
  }
  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }
  .main_wrap {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .main_wrap .side_bar {
    max-width: 100%;
  }
  .main_wrap .side_bar .side_menus {
    height: auto;
    margin: 0;
  }
  .main_wrap .side_bar .logo {
    width: 200px;
  }
  .main_wrap .rgt_sec .header_rgt {
    padding: 20px;
  }
  .main_wrap .side_bar .side_menus ul li a {
    color: #ffffff;
  }
  .modal.show .modal-dialog {
    top: 115px;
  }
  .mdl_bx .modal-dialog .modal-body.cancel_tab .table_sec .table-responsive {
    width: 1000px;
  }
  .fc-toolbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .booking_bar_rgt .yellow_btn {
    padding: 9px 10px;
  }
}

@media only screen and (max-width: 479px) {
  .mdl_bx .modal-dialog .extra_top_area .extr_name {
    display: block;
  }
  .clnt_dtl .modal-dialog .modal-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clnt_dtl .modal-dialog .modal-content .clnt_dtl_left {
    width: 100%;
  }
  .clnt_dtl .modal-dialog .modal-content .clnt_dtl_rgt {
    width: 100%;
  }
  #add_booking .clnt_dtl_left img {
    width: 100%;
    height: 300px;
  }
}
/*# sourceMappingURL=style.css.map */