      fieldset:not(:first-of-type) {
          display: none;
      }
      
      fieldset {
          position: relative !important;
      }
      
      form#msform {
          padding-bottom: 30px;
      }
      
      .form-check-input:checked {
          background-color: #000000 !important;
          border-color: #000000 !important;
      }
      
      .makeup li span {
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          border-radius: 50px;
          padding: 9px 20px;
          cursor: pointer;
      }
      
      .makeup li {
          display: inline-block;
      }
      
      ul.loc {
          margin-bottom: 60px;
          padding-left: 20px;
      }
      
      ul.loc li {
          list-style-type: disc;
          font-weight: 500;
          font-size: 18px;
          line-height: 22px;
          color: #1E1E1E;
          margin: 0 0 10px;
      }
      
      .locform .form-group .form_sel {
          display: flex;
      }
      
      .locform .form-group {
          margin-bottom: 12px;
      }
      
      .locform .form-group label {
          font-family: 'Inter';
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 22px;
          text-transform: capitalize;
          color: #1E1E1E;
          margin-bottom: 12px;
      }
      
      .locform .form-group .form_sel .pricinput {
          width: 70%;
          background: #FFFFFF;
          border-left: transparent;
          border-radius: 0;
          border: 1px solid #676767;
          outline: none;
          height: 39px;
      }
      
      .locform .form-group .form_sel .pric {
          /* width: 30%; */
          background: #EFEFEF;
          border: 1px solid #676767;
          border-radius: 2px 0px 0px 2px;
          padding: 5px 6px;
          color: #1E1E1E;
          border-right: transparent;
          appearance: none;
      }
      
      .locform {
          margin-bottom: 60px;
      }
      
      .locform input {
          font-family: 'Inter';
          font-style: normal;
          font-weight: 400;
          width: 100%;
          border: 1px solid #676767;
          font-size: 16px;
          line-height: 18px;
          color: #676767;
          height: 35px;
           padding: 0px 8px;
      }
      
      .locform input::placeholder {
          padding-left: 5px;
      }
      
      .mainbanner .bantxt form.form-inline.sticky {
          position: fixed;
          top: 0;
          z-index: 999;
          left: 0;
          margin: auto;
          max-width: 1140px;
          right: 0;
      }
      
      .locform a {
          background: #000000;
          max-width: 137px;
          padding: 7px 14px;
          display: table;
          font-weight: 400;
          font-size: 16px;
          line-height: 19px;
          color: #FFFFFF;
          margin: 14px 0 0;
      }
      
      
      
      
      /* Necessary styles */
      
      .rtl-slider-flex {
          display: flex;
          flex-direction: row;
          justify-content: center;
          box-sizing: border-box;
          position: relative;
      }
      
      .rtl-slider {
          width: 80%;
      }
      
      .rtl-slider-nav {
          width: 19%;
      }
      
      .rtl-slider-nav {
          order: 1;
          margin-right: 15px;
      }
      
      .rtl-slider {
          order: 2;
      }
      
      .slick-slide img {
          width: 100%;
      }
      
      .rtl-slider-nav.slick-initialized.slick-slider.slick-vertical {
          position: relative;
          padding: 25px 0 0;
      }
      
      span.thumb-next.slick-arrow {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 24px;
      cursor: pointer;
      width: 93px;
      display: flex;
      justify-content: center;
      background: rgb(255 255 255 / 61%);
  }
      
      span.thumb-prev.slick-arrow {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 24px;
      cursor: pointer;
      width: 93px;
      display: flex;
      justify-content: center;
      background: rgb(255 255 255 / 61%);
  }
  .slick-vertical .rtl-slider-slide {
    cursor: pointer;
}

div#gallery {
    position: relative;
}


.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 5px 9px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

.col-lg-6.addOnDiv {
    position: relative;
}
.crossbtn{
    position:absolute;
    right:10px;
    cursor:pointer;
}
.liststep .select-club-type {
    margin: 35px 0 20px;
}
.select-club-type > .row {
    margin-top: 20px;
}