.SampleSlider {
    position: relative;
    width: 100%;
  }
  @media (max-width: 767px) {
    .SampleSlider {
      padding: 30px 0;
    }
  }
  .SampleSlider:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #dcdcdc;
    bottom: 0;
  }
  .SampleSlider:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    background-color: #ebebeb;
    bottom: 0;
  }
  .SampleSlider .owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 75px;
    height: 75px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  @media (max-width: 767px) {
    .SampleSlider .owl-theme .owl-nav {
      position: static;
      width: 50px;
      height: 50px;
      margin: 0 auto;
      margin-top: 20px;
      transform: translate(0, 0) rotate(0);
    }
  }
  .SampleSlider .owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
    padding: 5px 0px;
  }
  .SampleSlider .ReqstAdemo {
    position: absolute;
    bottom: -22px;
    z-index: 2;
    width: 100%;
    text-align: center;
  }
  .SampleSlider .ReqstAdemo a {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    position: relative;
    transition: all 1s ease;
  }
  @media (max-width: 767px) {
    .SampleSlider .ReqstAdemo a {
      font-size: 12px;
      padding: 7px 20px;
    }
  }
  .SampleSlider .ReqstAdemo a:hover {
    background: #ff7f00;
    color: #ffffff;
  }
  .SampleSlider .ReqstAdemo a:hover:before {
    width: 115%;
    background: #ffffff;
  }
  .SampleSlider .ReqstAdemo a:before {
    height: 1px;
    width: 0%;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
    background: #ff7f00;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, -1px);
    -webkit-transition: all 1s;
    transition: all 1s;
    display: none;
  }
  .SampleSlider .SmpleNmw {
    position: absolute;
    right: -40px;
    bottom: 120px;
    transform: rotate(-90deg);
    z-index: 11;
  }
  @media (max-width: 767px) {
    .SampleSlider .SmpleNmw {
      right: 0;
      bottom: 20px;
      left: 0px;
      text-align: center;
      transform: translate(0);
    }
  }
  .SampleSlider .SmpleNmw h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .SampleSlider .Hdng {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    top: 40px;
  }
  @media (max-width: 767px) {
    .SampleSlider .Hdng {
      position: relative;
      top: 0;
    }
  }
  .SampleSlider .Hdng h4 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: "FrederickatheGreat-Regular";
  }
  @media (max-width: 767px) {
    .SampleSlider .Hdng h4 {
      margin-bottom: 25px;
      font-size: 38px;
    }
  }
  .SampleSlider .SplCl12Semn {
    width: 100%;
    position: relative;
    display: flex;
  }
  .SampleSlider .SplCl12Semn .SmlePrdct6cl {
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 50px 0px 40px;
    background-color: #dcdcdc;
    position: relative;
  }
  @media (max-width: 767px) {
    .SampleSlider .SplCl12Semn .SmlePrdct6cl {
      position: static;
      padding: 0 0 30px;
      background: #fff;
    }
  }
  .SampleSlider .SplCl12Semn .SmlePrdct6cl:last-child {
    background-color: #ebebeb;
  }
  @media (max-width: 767px) {
    .SampleSlider .SplCl12Semn .SmlePrdct6cl:last-child {
      background-color: #ffffff;
    }
  }

.SampleSlider .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}

.rgtCr {
    border: solid #1b1b1b;
    border-width: 0 1px 1px 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    transform: rotate(-45deg);
    margin-top: 10px;
}

.lftCr {
    border: solid #1b1b1b;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0px;
    width: 18px;
    height: 18px;
    transform: rotate(135deg);
    margin-top: 10px;
}