/* Form Design Start */
.form-group {
  position: relative;
}

.form-group label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-group label.active {
  top: 0px;
  font-size: 10px;
  background-color: #fff;
  padding: 0 10px;
}

.form-group input, .form-group select {
  height: 40px;
}

.form-group input[type=text]:focus, .form-group input[type=password]:focus, .form-group input[type=email]:focus, .form-group select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group option:disabled {
  display: none;
}

.radio_box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Hide the browser's default radio button */
.radio_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_box:hover input ~ .radiobtn {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_box input:checked ~ .radiobtn {
  background-color: #1D3557;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_box input:checked ~ .radiobtn:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_box .radiobtn:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* Form Design End */
/* Header Part Start */
.top_nav {
  width: 100%;
  height: 40px;
  background: #fff;
  color: #333;
}

.top_nav a {
  color: #fff;
  padding: 10px !important;
}

.top_nav a:hover {
  background: none !important;
}

header {
  width: 100%;
  background: #f1f1f1;
  z-index: 10;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fixed-me {
  margin-top: -40px;
}

.navbar {
  background-color: #fff;
  border-bottom: none;
  /*box-shadow: 0 15px 15px $dark-primary-color ;*/
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  width: 100%;
  z-index: 9999 !important;
}

.navbar-nav > li > a {
  padding-top: 28px;
  padding-bottom: 27px;
}

.navbar-nav > li.user_link > a {
  padding-top: 20px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-nav > li.user_link > a i {
  font-size: 30px;
  margin-right: 5px;
}

.user-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-header .user-text {
  margin-left: 10px;
}

.user-header .user-text h6 {
  font-size: 15px;
  margin-bottom: 2px;
  margin-top: 0;
  font-weight: normal !important;
}

.user_img {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  overflow: hidden;
}

.navbar-nav {
  margin: 0;
}

.navbar-default .navbar-nav > .open > a {
  background: none !important;
}

.logo {
  margin: 14px 15px !important;
  padding: 0;
  height: auto;
}

.logo img {
  max-height: 50px;
}

.user_top {
  float: right;
  margin: 8px;
  font-size: 16px;
}

/* For Navbar animation */
.navbar-nav > li {
  border-top: 3px solid transparent;
}

.navbar-nav > li.active {
  border-top: 3px solid #E63946;
  background-color: #f1f1f1;
}

.navbar-nav > li.active a {
  background: none !important;
}

.navbar-nav > li:hover {
  border-top: 3px solid #E63946;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
  display: none;
  -webkit-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
  padding: 0;
  border-bottom: 2px solid #0f88b5;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu > li > a {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}

.top_nav .navbar-nav > li > .dropdown-menu {
  z-index: 99999 !important;
  margin-top: 0;
}
/* 0051369: Create a page to opt out */
.bigger-ok-button {
  font-size: 100px;
  padding: 10px 15px;
}

@media (max-width: 767px) {
  /* For navbar */
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .logo {
    margin: 5px 15px !important;
  }
  .logo img {
    max-height: 40px;
  }
  /* For Navbar animation */
  .navbar li {
    border-bottom: 1px solid #ddd !important;
  }
  .navbar .nav > li:hover {
    border-bottom: 1px solid #ddd;
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 3px;
    border-bottom: 2px solid #0f88b5;
  }
  .dropdown-menu > li > a {
    padding: 15px;
    border-bottom: none;
  }
  .navbar-default .navbar-nav > .open > a {
    background-color: #f1f1f1 !important;
  }
  .navbar-nav > li.dropdown.open {
    border: 1px solid #ddd;
  }
  .navbar-nav > li.dropdown.open > .dropdown-menu {
    display: block;
  }
  .dropdown:hover .dropdown-menu {
    display: none;
  }
  .dropdown-menu > li:last-child {
    border-bottom: none;
  }
  /* For navbar */
}

/* Header Part End */
/* Start Footer Part */
.footer {
  background-color: #23272d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.fix_bottom {
  position: relative;
  bottom: 0;
}

/* End Footer Part */
.login_bg {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 70px);
  background: url(../images/login_bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.login_box {
  width: 100%;
  max-width: 800px;
  background-color: #FFF;
  border-radius: 10px;
  margin: 30px auto;
  -webkit-box-shadow: 0 5px 10px #E1E9F2;
          box-shadow: 0 5px 10px #E1E9F2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
}

.login_box input {
  -webkit-filter: none;
          filter: none;
}

.login_box h1 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: center;
}

.login_box p.account-subtitle {
  font-size: 17px;
  margin-bottom: 1.875rem;
}

.login_box .logo {
  margin: 0 auto !important;
}

.login_box .logo img {
  max-height: 60px;
}

.login_left, .login_right {
  float: left;
  width: 50%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right bottom, left top, from(#6FABFF), to(#FFA5AC));
  background: linear-gradient(to top left, #6FABFF, #FFA5AC);
}

.login_right {
  padding: 15px 30px;
  background: #fff;
}

.login_btn {
  width: 100%;
}

.login-right-wrap {
  width: 100%;
  text-align: center;
}

.login-or {
  margin: 0;
  padding: 10px 0;
  position: relative;
}

.login-or::before, .login-or::after {
  content: "";
  display: table;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  width: calc(50% - 20px);
  top: 50%;
}

.login-or::after {
  left: auto;
  right: 0;
}

.social-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 5px;
}
 .center_btn > input {
    display: inline-block;
    margin: 0 15px 15px;
}
.social-login > span {
  margin-right: 8px;
}

.social-login > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ccc;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  margin-right: 6px;
  text-align: center;
  width: 32px;
}

.social-login > a:last-child {
  margin-right: 0;
}

.social-login > a.facebook {
  background-color: #4b75bd;
}

.social-login > a.google {
  background-color: #fe5240;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}

@media (max-width: 767px) {
  .login_box {
    display: block;
    min-height: 40vh;
  }
  .login_left, .login_right {
    float: none;
    width: 100%;
  }
  .login_right {
    padding: 15px;
  }
}

/* Invoice Page Start */
.invoice-content {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
}

.invoice-item .invoice-logo {
  margin-bottom: 30px;
}

.invoice-item .invoice-logo img {
  width: auto;
  max-height: 52px;
}

.invoice-item .invoice-text {
  padding-top: 42px;
  padding-bottom: 36px;
}

.invoice-item .invoice-text h2 {
  color: #272b41;
  font-size: 36px;
  font-weight: 600;
}

.invoice-item .invoice-details {
  text-align: right;
  color: #757575;
  font-weight: 500;
}

.invoice-item .invoice-details strong {
  color: #272b41;
}

.invoice-item .invoice-details-two {
  text-align: left;
}

.invoice-item .table {
  margin-bottom: 0;
}

.invoice-item .table tr td:nth-last-child(1), .invoice-item .table tr td:nth-last-child(2) {
  width: 120px;
}

.cart_table {
  float: right;
  max-width: 270px;
  margin-top: -1px;
}

.cart_table tr td {
  width: auto;
}

.invoice-item .invoice-text h2 {
  font-weight: 400;
}

.invoice-info {
  margin-bottom: 30px;
}

.invoice-info p {
  margin-bottom: 0;
}

.invoice-info.invoice-info2 {
  text-align: right;
}

.invoice-item .customer-text {
  font-size: 18px;
  color: #272b41;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
  color: #272b41;
  font-weight: 600;
  padding: 10px 20px;
  line-height: inherit;
}

.invoice-table tr td,
.invoice-table-two tr td {
  color: #757575;
  font-weight: 500;
}

.invoice-table-two {
  margin-bottom: 0;
}

.invoice-table-two tr th,
.invoice-table-two tr td {
  border-top: 0;
}

.invoice-table-two tr td {
  text-align: right;
}

.invoice-info h5 {
  font-size: 16px;
  font-weight: 500;
}

.other-info {
  margin-top: 10px;
}

/* Invoice Page End */
body {
  background-color: #f8f9fa;
  color: #272b41;
  font-family: "Poppins",sans-serif;
  overflow-x: hidden;
}

body, ul, ol, li {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  color: #2E3842;
}

.d-block {
  display: block !important;
}

label {
  font-weight: normal;
}

.form-control {
  color: #999;
}

/* main Page Start */
.page_container {
  margin-top: 78px;
  min-height: calc(100vh - 148px);
}

@media (max-width: 767px) {
  .page_container {
    margin-top: 50px;
  }
}

.page_bg {
  background-color: #f6f6f6;
}

.btn {
  padding: 9px 12px;
}

.btn-primary {
  background-color: #1D3557;
}

.btn-primary:hover {
  background-color: transparent;
  border-color: #1D3557;
  color: #1D3557;
}

.btn-secondary {
  background-color: #E63946;
  color: #fff;
}

.btn-secondary:hover {
  background-color: transparent;
  border-color: #E63946;
  color: #E63946;
}

.btn-secondary:focus {
  background-color: #E63946;
  color: #fff;
}

.sub_section {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #1D3557;
  color: #fff;
}

.sub_section h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0 0;
}

.sub_section .breadcrumb {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}

.sub_section .breadcrumb a {
  color: #fff;
}

.sub_section .breadcrumb > .active {
  color: #fff;
}

.p_15 {
  padding: 15px;
}

.mb-0 {
  margin-bottom: 0;
}

h4 {
  margin-top: 0;
}

.card_box {
  border: 1px solid #f0f0f0;
  background-color: #fff;
  margin: 15px 0;
}

.card-header {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 20px;
}

.card-header .card-title {
  margin-bottom: 0;
  font-weight: normal;
}

.card-body {
  padding: 20px;
}

.booking_info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pro_thum_img {
  width: 80px;
  margin-right: 15px;
}

.rating {
  list-style: none;
  margin: 0 0 7px;
  padding: 0;
  width: 100%;
}

.rating i {
  color: #dedfe0;
}

.rating i.filled {
  color: #f4c150;
}

.booking-summary {
  margin-top: 15px;
}

.booking-summary li {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  color: #272b41;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.booking-summary li span {
  float: right;
  color: #757575;
  font-weight: 400;
  font-size: 15px;
}

.booking-summary li.discription {
  margin-bottom: 0;
}

.booking-summary li.discription span {
  float: none;
  display: block;
}

.booking-total {
  border-top: 1px solid #e4e4e4;
  margin-top: 20px;
  padding-top: 20px;
}

.booking-total li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.booking-total li span {
  color: #1D3557;
}

.slot_list {
  margin-top: 10px;
  text-align: center;
}

.slot_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slot_list > ul > li {
  border: 1px solid #f0f0f0;
  width: 100%;
  text-align: center;
  margin: 8px 1% 10px;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px #E1E9F2;
          box-shadow: 0 5px 10px #E1E9F2;
}

.slot_list > ul > li i {
  display: block;
  font-size: 30px;
  margin-right: 3px;
}

.slot_list > ul > li h4 {
  font-weight: normal;
  margin: 0;
  padding: 10px 5px;
  font-size: 16px;
  width: 140px;
}

.slot_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.time_list {
  width: calc(100% - 145px);
  border-left: 1px solid #ddd;
  padding-left: 5px;
}

.time_list ul {
  padding: 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.time_list li {
  width: 24%;
  margin: 5px 0.5%;
  display: inline-block;
}

.time_list li .btn {
  width: 100%;
  padding: 9px 5px;
  letter-spacing: 0;
}

.time_list li .btn:focus {
  background-color: #1D3557;
  color: #fff;
  border-color: #112043;
}

/* Strat Profile Page*/
.profile_img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.form-text {
  display: block;
  margin-top: 5px;
}

.success_box {
  border: 1px solid #f0f0f0;
  background-color: #fff;
  margin: 15px auto;
  padding: 15px;
  max-width: 500px;
}

.success_txt {
  text-align: center;
  color: #666;
}

.success_txt i {
  font-size: 30px;
}

.success_txt p strong {
  font-weight: 600;
}

.modal p {
  text-align: left;
}

.notes {
  text-align: left;
  margin: 30px 0 15px;
}
 #verify_email .modal-dialog {
                margin: 40px auto;
                max-width: 450px;
                width : calc(100% - 20px);
            }
            #verify_email .modal-dialog .close {
                    width: 40px;
                    height: 40px;
                    float: none;
                    position: absolute;
                    right: 0px;
                    top: 0;
                    opacity: 1;
                    background: #e63946;
                    color: #fff;
                    text-shadow: none;
                    border-radius: 0 4px 0 0;
            }
            #verify_email .modal-title {
                text-align: center;
                margin-bottom: 16px;
            }
            #verify_email .btn-primary{
                max-width: 300px;
                width: 100%;
                margin: 24px auto 15px;
                display: block;
            }
            #verify_email .eml-bx {
                text-align: center;
            }
            #verify_email .eml-bx p {
                text-align: center;
            }
            #verify_email .eml-bx .rc-email {
                font-weight: 500;
                color: #1d3557;
            }
         @media (min-width: 768px){
            #verify_email .modal-dialog {
                width: 450px;
                margin: 70px auto;
            }
        }
/* start queue Page */
.queue_table {
  margin-top: 15px;
}

.queue_table .table {
  border: 1px solid #ddd;
  border-radius: 5px;
  min-width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}

.queue_table .table th {
  padding: 1rem 0.75rem;
  white-space: nowrap;
  font-weight: 600;
  border: none;
}

.queue_table .table .user-header {
  white-space: nowrap;
}

.user_info_box {
  text-align: center;
}

.user_info_box .pro_thum_img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #ddd;
  margin: 0 auto 15px;
  display: block;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .slot_list > ul > li h4 {
    width: 135px;
  }
  .time_list {
    width: calc(100% - 138px);
  }
  .time_list li {
    width: 32%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slot_txt {
    display: block;
  }
  .slot_list > ul > li h4 {
    width: 100%;
  }
  .time_list {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #ddd;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .slot_txt {
    display: block;
  }
  .slot_list > ul > li h4 {
    width: 100%;
  }
  .time_list {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #ddd;
    padding-left: 0;
  }
  .time_list ul {
    display: block;
  }
  .time_list li {
    width: 48.2%;
    padding: 0px 0.2%;
  }
}
/* My Schedule Page Start */
.card-title {
  margin-bottom: 15px;
}

.p_15 .card-body {
  padding: 0;
}

.profile-box label {
  position: relative;
  font-size: 15px !important;
  padding: 0 !important;
  left: 0;
  background-color: transparent !important;
}

.card_box .nav-justified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}

.card_box .nav-justified li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 5px 15px 5px 0;
}

.card_box .nav-justified li:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .card_box .nav-justified li {
    margin: 5px;
  }
  .card_box .nav-justified li:last-child {
    margin-right: 5px;
  }
}

.card_box .nav-justified li a {
  border: 1px solid #f0f0f0;
}

.card_box .nav-justified li.active a {
  background-color: #e63946;
  border: 1px solid #e63946;
}

.card_box .tab-content {
  padding: 15px 15px 0;
}

.work_slot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.work_slot li {
  background-color: #1D3557;
  border: 1px solid #1D3557;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  margin: 10px 10px 0 0;
  padding: 6px 15px;
}

.work_slot li a {
  color: #fff;
  margin-left: 5px;
}

.d_flex_justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* My Schedule Page End */
.form-group label.error,label.error-msg {
  position: relative;
  -webkit-transform: none;
          transform: none;
  font-size: 14px;
  color: red;
}


@media only screen and (max-width: 767px){
  .mini-sidebar .sidebar {
    max-height: calc(100vh - 90px);
    overflow: auto;
  }
}

/* main Page End */
