/* Start Book Appointment CSS 
=============================================*/

.inx-hdr .sidepanel {
    display: none;
    width: 0;
    height: 100vh;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-bottom: 15px;
  }
  
  .inx-hdr .sidepanel a {
    text-decoration: none;
    font-size: 15px;
    display: block;
    text-align: left;
    transition: 0.3s;
  }
  
  .inx-hdr .sidepanel .closebtn {
    width: 100%;
    height: 59px;
    border-bottom: 1px solid;
    line-height: 1;
    font-size: 36px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
  }
  
  .inx-hdr .sidepanel ul li.dropdown {
    position: relative;
    list-style: none;
  }
  
  .inx-hdr .sidepanel ul li.dropdown ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .inx-hdr .sidepanel ul li.dropdown ul li {
    height: 0;
    overflow: hidden;
    transition: all 500ms;
  }
  
  .inx-hdr .sidepanel ul li.dropdown ul li a {
    font-size: 13px;
  }
  
  .inx-hdr .sidepanel ul li.dropdown.toggle>input {
    display: none;
  }
  
  .inx-hdr .sidepanel ul li.dropdown.toggle>input:checked~ul li {
    height: auto;
  }
  
  .inx-hdr .sidepanel ul li .mob-menu-links {
    padding: 8px 8px 8px 20px;
    padding-right: 20px;
    padding-top: 12px;
    font-size: 15px;
    font-family: "muliregular", sans-serif;
    padding-bottom: 12px;
    text-transform: uppercase;
    line-height: normal;
    display: block;
  }
  
  .inx-hdr .sidepanel ul li label.mob-menu-links {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
  }
  
  .inx-hdr .sidepanel ul li label.mob-menu-links::after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
  }
  
  .inx-hdr .openbtn {
    display: none;
    font-size: 30px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    border: none;
    top: 50%;
    right: 10px;
    position: absolute;
    transform: translate(0, -50%);
  }
  
  @media (max-width: 991px) {
    .inx-hdr .openbtn {
      display: block;
    }
  
    .inx-hdr .sidepanel {
      display: block;
      z-index: 9999;
    }
  }
  
  @media (max-width: 575px) {
    .inx-hdr .openbtn {
      margin-right: 15px;
    }
  }
  
  /*# sourceMappingURL=style.css.map */
  .inx-hdr .navbar-menu .navbar-list {
    background: none !important;
  }
  
  h1, h2, h3, h5, h6 {
      color: #000;
      font-weight: normal;
      line-height: 1.2;
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0;
      margin: 0;
  }
  
  .appoinment h2, .appoinment h3 {
      text-transform: capitalize;
      font-weight: 500;
      font-size: 30px;
      margin-bottom: 0;
  }
  .breadcrumb-area {
      padding: 100px 0;
    }
    
    .breadcrumb-area h2 {
      font-size: 32px;
      font-weight: 600;
      color: #000;
      margin-top: 5px;
      margin-bottom: 0;
    }
    
    .booking-calendar {
      margin-bottom: 20px;
    }

    /*.day .active{
      margin-left: 8px;
    }*/
    
    .booking-calendar .day li {
      width: 70px;
      background: #ffffff none repeat scroll 0 0;
      border: 1px solid #e7e7e7;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 0px;
      display: inline-flex;
      align-items: center;
     /* font-weight: 600;*/
      margin-bottom: 20px;
      /*margin-right: 7px;*/
      padding: 10px 20px;
      text-transform: capitalize;
      font-size: 13px;
      color: #666666;
      flex-direction: column;
      cursor: pointer;
    }
    
    .booking-schedule .time li {
      width: 82px;
      border: 1px solid #e7e7e7;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 0px;
      display: inline-block;
     /* font-weight: 600;*/
      margin-bottom: 15px;
      margin-right: 1px;
      padding: 10px;
      text-align: center;
      text-transform: capitalize;
      font-size: 13px;
      color: #666666;
      cursor: pointer;
    }
    
    .booking-schedule .time li img {
      padding-right: 5px;
    }
    
    .booking-calendar .day li.active,
    .booking-schedule .time li.active {
      color: #fff;
      background-color: #d2ac67;
    }
    
    .booking-calendar .day li:hover,
    .booking-schedule .time li:hover {
      color: #fff;
      background-color: #d2ac67;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
    }
    
    .appoinment.check-status {
      margin-top: 30px;
    }
    
    .appoinment.check-status hr {
      margin-top: 20px;
      margin-bottom: 20px;
      border: 1px solid #eee;
    }
    
    .appoinment.check-status .bk-status li {
      display: flex;
      align-items: center;
      /*font-weight: 600;*/
      color: #000;
      justify-content: space-between;
      max-width: 300px;
      margin-bottom: 30px;
    }
    
    .appoinment.check-status .bk-status li p{
      margin-bottom: 0;
    }
    
    .tnc-radio {
      display: flex;
      width: 100%;
      align-items: center;
      margin-bottom: 15px;
      font-size: 20px;
    }
    
    .tnc-radio input {
      margin: 0;
      min-height: auto;
      width: auto;
      margin-right: 5px;
    }
    
    .tnc-radio small {
      margin-left: 8px;
    }
    
    .tnc-checkbox {
      position: relative;
      display: flex;
      justify-content: space-between;
      /* float: left; */
      align-items: center;
      width: 230px;
      margin-top: 8px;
    }
    
    .tnc-checkbox>input {
      margin: 0;
    }
    
    .tnc-checkbox .terms-cndition:hover {
      color: #d2ac67;
    }
    
    .tnc-checkbox span {
      margin-top: -12px;
      padding-right: 10px;
    }
    
    .meet-link {
      margin-top: 20px;
    }
    
    .meet-link img {
      padding-right: 5px;
    }
    
    .meet-link a:hover {
      text-decoration: underline;
    }
    
    .appoinment.check-status .bk-status li>span {
      border: 1px solid #d2ac67;
      width: 150px;
      color: #000;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .appoinment.check-status .bk-status li>span.pendding {
      background-color: #000;
      color: #fff;
      font-weight: 400;
      border: 1px solid #000;
    }
    
    .appoinment.check-status input[type=checkbox].add-to-calendar-checkbox {
      position: absolute;
      visibility: hidden;
    }
    
    .appoinment.check-status .add-to-calendar-checkbox:checked~a {
      display: block;
    }
    
    .appoinment.check-status .add-to-calendar-checkbox~a {
      display: none;
    }
    
    .appoinment.check-status .add-to-calendar-checkbox~a:before {
      width: 16px;
      height: 16px;
      display: inline-block;
      background-image: url(../../assets/img/icon/output.png);
      background-position: 32px center;
      margin-right: 0.5em;
      content: " ";
    }
    
    .schedule-col>.appoinment-box {
      min-height: 425px;
    }
    
    .custom-file {
      position: relative;
    }
    
    input.file-choose {
      visibility: hidden;
    }
    
    label.nice-file {
      position: absolute;
      top: 0;
      -webkit-tap-highlight-color: transparent;
      background-color: #fff;
      border: solid 1px #e8e8e8;
      border-radius: 4px;
      box-sizing: border-box;
      clear: both;
      cursor: pointer;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      float: left;
      font-family: inherit;
      font-size: 14px;
      font-weight: normal;
      height: 50px;
      line-height: 50px;
      outline: none;
      padding-left: 18px;
      padding-right: 30px;
      text-align: left !important;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      white-space: nowrap;
      width: 100%;
      margin-bottom: 15px;
    }
    
    label.nice-file i {
      position: absolute;
      font-size: 14px;
      top: 50%;
      right: 7px;
      transform: translate(0, -50%);
    }
    
    .cont-add-drop span.current {
      overflow: hidden;
      display: block;
      text-overflow: ellipsis;
    }
    
    .consltn-available {
      display: flex;
      align-items: center;
      margin: 30px 0 7px;
    }
    
    .consltn-available label
    p {
      margin-bottom: 0;
      padding-left: 30px
    }
    
    .consltn-available input {
      min-height: auto;
      margin: 0 10px 0 0;
    }
    
    .hospital-filter .form-group {
      margin-bottom: 0;
    }
    
    .hospital-filter .nice-select {
      margin-bottom: 0;
    }
    
    .appoinment-box {
      padding-top: 10px;
    }
    
    .appoinment .heading {
      margin-top: 15px;
    }
    
    /* .preference-col {
      margin: 30px 0;
    } */
    
    .video-consult-box {
      min-height: auto !important;
      margin-bottom: 30px;
    }
    
    .styled-checkbox {
      position: absolute;
      opacity: 0;
    }
    
    .styled-checkbox+label {
      position: relative;
      width: 100%;
      /* height: 20px; */
      cursor: pointer;
      padding: 0;
      margin-bottom: 0;
    }
    
    .styled-checkbox+label:before {
      position: absolute;
      content: "";
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: #fff;
      border: 2px solid #ccc;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
    }
    
    .styled-checkbox+label>span {
      position: absolute;
      width: calc(100% - 28px);
      top: 60%;
      right: 0;
      transform: translate(0, -50%);
    }
    
    .styled-checkbox:hover+label:before {
      background: #d2ac67;
    }
    
    .styled-checkbox:focus+label:before {
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }
    
    .styled-checkbox:checked+label:before {
      background: #d2ac67;
    }
    
    .styled-checkbox:disabled+label {
      color: #b8b8b8;
      cursor: auto;
    }
    
    .styled-checkbox:disabled+label:before {
      box-shadow: none;
      background: #ddd;
    }
    
    .styled-checkbox:checked+label:after {
      content: "";
      position: absolute;
      left: 5px;
      top: 49%;
      background: #fff;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 #fff;
      transform: rotate(45deg);
    }
    
    @media only screen and (min-width: 300px) and (max-width: 991px) {
      .top-entry-area .item-box .single-item.loc-item {
        overflow: inherit;
      }
    
      .hospital-filter .nice-select {
        margin-bottom: 15px;
      }
    
      .tnc-checkbox {
        width: 100%;
        justify-content: start;
      }
    
      .tnc-checkbox span {
        margin-top: 0;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .top-entry-area .single-item.loc-item .item {
        padding: 30px;
        min-height: 260px;
      }
    
      .mobile-banner {
        padding: 20px 0 !important;
      }
    
      .breadcrumb-area {
        display: none;
      }
    
      .mobile-banner .banner-discription {
        font-size: 30px !important;
        text-align: center;
        color: #01407f !important;
        text-transform: uppercase;
        margin-bottom: 0;
      }
    
      .mobile-banner .mobile-breadcrumb {
        margin-bottom: 0;
        background-color: transparent;
        border-radius: 0;
      }
    
      .mobile-breadcrumb li a {
        color: #000;
      }
    
      .mobile-breadcrumb>.active {
        color: #000;
        font-weight: 600;
      }
    
      .qr-img-box,
      .new-cal {
        text-align: center;
      }
    
      .price-block p {
        font-size: 24px;
      }
    
      .booking-doc-details .item-icon h4 {
        font-size: 24px;
      }
    
      .booking-doc-details .item-icon p {
        font-size: 16px;
      }
    
      .banner-heading h1,
      h2 {
        color: #000;
        font-weight: 600;
      }
    
      .banner-heading h2 {
        color: #01407f;
      }
    
      .banner-heading {
        text-align: center;
      }
    }
    
    .cont-add-drop ul {
      max-height: 250px;
      overflow-y: auto !important;
    }
    
    .cont-add-drop ul li {
      white-space: normal;
      line-height: 22px !important;
      text-transform: capitalize;
      letter-spacing: 0.4px;
      border-bottom: solid 1px #e8e8e8;
    }
    
    .cont-add-drop ul li:last-child {
      margin-bottom: 10px;
      padding-left: 18px;
      padding-right: 29px;
      border-bottom: none;
    }
    
    @media (max-width: 1199px) {
      .tnc-checkbox {
        margin: 0;
      }
    
      .tnc-checkbox input {
        min-height: inherit;
      }
    }
    
    @media (min-width: 767px) {
      .mobile-banner {
        display: none;
      }
    }
    
    /* End Book Appointment CSS */
    
    /* get second opinion */
    /* .bookings-block input {
      margin: 20px 0 2px 0;
    } */
    
    .bookings-block .checkbox-input {
      margin: 0;
    }
    
    .bookings-block textarea {
      padding: 15px;

    }
    
    /* get second opinion */
    
    
    .appoinment h4 {
      margin-bottom: 10px;
    }
    
    /* .appoinment h2, .appoinment h3{
      font-size: 16px;
    } */
    
    
    .doctor-block {
      box-shadow: inherit !important;
    }
    
    .doctor-items .thumb img {
      width: 250px !important;
      height: 250px !important;
      border-radius: 50%;
      box-shadow: 0 0 10px rgb(0 0 0 / 10%);
      margin: 0 auto;
    }
    
    .doctor-items .item {
      height: auto;
      box-shadow: inherit !important;
    }
    
    @media (max-width: 540px) {
      .doctor-items .thumb img {
        width: 200px !important;
        height: 200px !important;
      }
    }
    
    .selectt {
      display: none;
    }
    
    .doctor-area .item {
      position: relative;
      background-color: #fff;
    }
    
    .doctor-discription {
      position: absolute;
      text-align: center;
      background-color: #f7f7f7;
      padding: 20px;
      top: 0;
      height: 100%;
      z-index: 1;
      display: none;
      flex-direction: column;
      justify-content: center;
    }
    
    .doctor-discription h3 {
      font-size: 16px;
      font-weight: 600;
      color: #000;
      margin-bottom: 6px;
    }
    
    .doctor-discription h4 a {
      font-size: 20px;
      font-weight: 600;
      color: #01407f;
      margin-bottom: 35px;
    }
    
    .doctor-discription h4 a:hover {
      text-decoration: underline;
    }
    
    .view-profile {
      border: 1px solid #01407f;
      background-color: #01407f;
      font-size: 14px;
      font-weight: 600;
      color: white;
      padding: 5px 10px;
      margin-top: 30px;
      text-transform: uppercase;
    }
    
    .view-profile:hover {
      background-color: transparent;
      color: #01407f;
    }
    
    .doctor-area .item:hover .doctor-discription {
      display: flex;
    }
    
    .booking-doc-details .item-icon h4 {
      font-size: 28px;
      color: #000;
      font-weight: 600;
      margin-bottom: 0;
    }
    
    .booking-doc-details {
      box-shadow: 0 0 10px rgb(0 0 0 / 10%);
      padding: 30px;
    }
    
    /* .booking-doc-details .item-icon{
      display: flex;
      align-items: center;
    } */
    
    .booking-doc-details .item-icon p {
      padding-left: 0;
    }
    
    .booking-doc-details .package p {
      text-align: justify;
      font-size: 16px;
      padding: 10px 0 0;
    }
    
    .booking-doc-details .package p>a {
      text-decoration: underline;
      color: #01407f;
    }
    
    .price-block p {
    /*  font-size: 28px;*/
      margin: 20px 0 0;
      padding-left: 0;
    }
    
    .item-icon p {
      font-size: 18px;
      font-weight: 600;
    }
    
    .lab-booking .booking-test-details {
      box-shadow: 0 0 10px rgb(0 0 0 / 10%);
      padding: 30px;
      background-color: #fff;
    }
    
    .lab-booking .item-icon {
      text-align: center;
    }
    
    .lab-booking .item-icon i {
      font-size: 80px;
      color: #000;
    }
    
    .lab-booking .item-icon h4 {
      font-size: 28px;
      font-weight: 600;
      text-align: left;
    }
    
    .lab-booking .price-block {
      width: 100%;
      text-align: center;
      display: block;
    }
    
    .lab-booking .package p {
      padding-left: 0;
    }
    
    .lab-booking .price-block p {
      padding: 12px 0 0;
    }
    
    @media screen and (max-width: 991px) {
      .lab-booking .item-icon h4 {
        font-size: 24px;
        padding: 15px 0 0;
      }
    }
    
    @media screen and (max-width: 575px) {
      .lab-booking .item-icon h4 {
        font-size: 20px;
      }
    
      .lab-booking .item-icon i {
        font-size: 60px;
      }
    
      .lab-booking .price-block p {
        font-size: 18px;
      }
    }
    
    .selectt {
      display: none;
    }
    
    .doctor-discription {
      position: absolute;
      text-align: center;
      background-color: #f5f5f5;
      padding: 20px;
      top: 0;
      height: 100%;
      z-index: 1;
      display: none;
      flex-direction: column;
      justify-content: center;
    }
    
    .doctor-discription h3 {
      font-size: 16px;
      font-weight: 600;
      color: #000;
      margin-bottom: 6px;
    }
    
    .doctor-discription h4 a {
      font-size: 20px;
      font-weight: 600;
      color: #01407f;
      margin-bottom: 35px;
    }
    
    .doctor-discription h4 a:hover {
      text-decoration: underline;
    }
    
    .view-profile {
      border: 1px solid #01407f;
      background-color: #01407f;
      font-size: 14px;
      font-weight: 600;
      color: white;
      padding: 5px 10px;
      margin-top: 30px;
      text-transform: uppercase;
    }
    
    .view-profile:hover {
      background-color: transparent;
      color: #01407f;
    }
    
    .doctor-block:hover .doctor-discription {
      display: flex;
    }
    
    .note-status{
      padding: 0;
      display: flex;
    }
    
    .note-span {
      display: inline-block;
        font-weight: 600;
        margin-right: 10px;
    }
    
    .call-v-l{
      text-align: center;
      padding: 7px 0;
      height: 100%;
      width: 100%;
      background-color: #d2ac67;
      color: #fff;
      border: 1px solid #d2ac67;
    }
    
    .call-v-l:hover{
      color: #d2ac67;
      border: 1px solid #d2ac67;
      background-color: #fff;
    }
    
    .video-c-opt-bk li:not(:last-child) {
        margin: 0 0 9px 0;
    }
    
    .homecare-tnc>.tnc-checkbox{
      width: 100%;
      justify-content: initial;
      margin: 0;
    }
    
    @media (max-width: 1199px){
      .homecare-tnc>.tnc-checkbox{
        align-items: flex-start;
      }
    }
    
    .homecare-tnc>.tnc-checkbox>span{
      margin-top: 0;
    }
    
    .homecare-tnc>.tnc-checkbox a{
      color: #d2ac67;
      font-size: 14px;
    }
    .homecare-tnc>.tnc-checkbox a:hover{
      text-decoration: underline;
    }
    
    .display-flex-appoint-sts{
      display: flex;
      justify-content: space-between;
    }
    .display-flex-appoint-sts ul.bk-status {
      width: 50%;
    }
    
    @media (max-width: 767px){
      .display-flex-appoint-sts{
        flex-direction: column;
      }
      .display-flex-appoint-sts ul.bk-status {
        width: 100%;
      }
    }
    
    .qr-img-box {
      margin-top: 20px;
    }
  
  
    .appoinment form button {
      padding: 10px 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      /*font-weight: 600;*/
      color: #232323;
      border: 2px solid #d2ac67;
      background: #fff;
      width: 100%;
      font-size: 13px;
  }
  
  .appoinment form button:hover {
      background: #d2ac67;
      color: #ffffff;
      border: 2px solid transparent;
  }
  
  .appoinment .heading::before {
      background: #000 none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 2px;
      left: 45px;
      position: absolute;
      width: 5px;
  }
  
  .appoinment form input {
      box-shadow: inherit;
      border: 1px solid #e7e7e7;
       border-radius: inherit; 
      padding: 10px;
      color: #232323;
  }
  .appoinment .heading {
      position: relative;
      margin-bottom: 20px;
      padding-bottom: 15px;
  }
  .appoinment .heading::before {
      background: #000 none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 2px;
      left: 45px;
      position: absolute;
      width: 5px;
  }
  
  .appoinment .heading::after {
      background: #000 none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      width: 40px;
  }
  
  .appoinment-box{
      box-shadow: 0 0 10px rgb(0 0 0 / 10%);
      padding: 11px;
      background: #ffffff;
      margin-bottom: 35px;padding: 25px;
  }
  
  /* .appoinment-box:hover{
      box-shadow: 0 0 10px #d2ac67;
  } */
  
  .form-group{
      padding-bottom: 5px;
  }
  .appoinment form .file-input {
      border-radius: 4px;
  }
  
  .file-input {
      display: inline-block;
      text-align: left;
      background: #fff;
      padding: 9px;
      width: 100%;
      position: relative;
      border: 1px solid #e7e7e7;
      margin-bottom: 15px;
  }
  .file-input>[type='file'] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 10;
      cursor: pointer;
  }
  .file-input>.button {
      display: inline-block;
      cursor: pointer;
      background: #eee;
      padding: 2px 16px;
      border-radius: 2px;
      margin-right: 8px;
      font-weight: 600;
  }






  /* ---------------------------------------------------------- */

  /*---fab-------------*/
.fabs {
  bottom: 60px;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998;
  }
  @media (min-width: 575px) {
  /* .fabs {
  display: none;
  } */
  }
  .fabs .icons {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: all 0.1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  }
  .fabs .icons.animate-plus {
  -webkit-animation: 1.5s linear 0s infinite normal pulse;
  animation: 1.5s linear 0s infinite normal pulse;
  transition: ease-in-out 0.2s;
  }
  .fabs .icons > i {
  font-size: 1.5em;
  line-height: 55px;
  transition: all 0.2s ease-in-out;
  }
  .fabs .icons:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
  }
  .fabs .icons:not(:last-child).is-visible {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  }
  .fabs .icons:not(:last-child) > i {
  font-size: 1em;
  line-height: 40px;
  }
  .fabs .icons:nth-last-child(1) {
  transition-delay: 25ms;
  }
  .fabs .icons:not(:last-child):nth-last-child(2) {
  transition-delay: 20ms;
  }
  .fabs .icons:not(:last-child):nth-last-child(3) {
  transition-delay: 40ms;
  }
  .fabs .icons:not(:last-child):nth-last-child(4) {
  transition-delay: 60ms;
  }
  .fabs .icons:not(:last-child):nth-last-child(5) {
  transition-delay: 80ms;
  }
  .fabs .icons:not(:last-child):active,
  .fabs .icons:not(:last-child):focus,
  .fabs .icons:not(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  color: #fff;
  }
  @-webkit-keyframes pulse {
  0% {
  box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 0px rgba(239, 36, 36, 0.3137254902);
  }
  30% {
  box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 5px rgba(239, 36, 36, 0.3137254902);
  }
  70% {
  box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 15px rgba(239, 36, 36, 0.062745098);
  }
  100% {
  box-shadow: 1px 1px 2px 1px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 20px transparent;
  }
  }
  @keyframes pulse {
  0% {
  box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 0px rgba(239, 36, 36, 0.3137254902);
  }
  30% {
  box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 5px rgba(239, 36, 36, 0.3137254902);
  }
  70% {
  box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 15px rgba(239, 36, 36, 0.062745098);
  }
  100% {
  box-shadow: 1px 1px 2px 1px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 20px transparent;
  }
  }
  
  .fabs .icons {
  color: #FFF;
  background: #d2ac67;
  }
  .fabs .icons:not(:last-child).is-visible {
  background-color: #25D366;
  }/*# sourceMappingURL=style.css.map */




  /* ----------Our Presence------- */

  /* .presence-sec {
    background-color: #f5f5f5;
    padding: 30px 0;
} */
  
.presence-sec .st-cont, .presence-sec .ct-cont {
  padding: 1.5em 2em 1.5em;
  /* width: 100%; */
  justify-content: space-between;
  font-size: 1rem;
  color: #a1a1af;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  background-color: #fff;
}


.presence-sec .st-cont .states{
  display: block;
}
.span-ma{margin-bottom: 5px;}
.re-appoint{text-align: left;}

@media only screen and (max-width: 600px) {
  .booking-calendar .day li {
    width: 73px;
  }
  .booking-schedule .time li {
    width: 98px;
  }
}

@media only screen and (max-width: 667px) {
  .booking-calendar .day li {
    width: 80px;
  }
  .booking-schedule .time li {
    width: 105px;
  }
}