
.Pricing_Sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 2rem;
  justify-content: center;
  gap: 19px;
}

.Pricing_Sec ul li {
  margin: 0;
  padding: 0;
  /* width: 150px; */
  text-align: center;
}

.Pricing_Sec ul li.bg {
  background-color: #ccc;
  border-radius: 2rem;
  transform: translatex(-300%);
  z-index: -1;
  transition: all .5s ease-in-out;
}

.Pricing_Sec ul li label {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  margin: 0;
}

#button-1:checked ~ ul li.bg {
  transform: translatex(-300%);
}
#button-2:checked ~ ul li.bg {
  transform: translatex(-200%);
}
#button-3:checked ~ ul li.bg {
  transform: translatex(-100%);
}

#button-1:checked ~ #content #tab-1 {
  display: flex;
}

#button-2:checked ~ #content #tab-2 {
  display: flex;
}

#button-3:checked ~ #content #tab-3 {
  display: flex;
}

#button-1:checked ~ #shadow #content {
  transform: translatex(0px);
}

#button-2:checked ~ #shadow #content {
  transform: translatex(-33.33%);
}

#button-3:checked ~ #shadow #content {
  transform: translatex(-66.67%);
}

#tabs {
  max-width: 100%;
}

#shadow {
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, .15); */
  /* border-radius: 12px; */
  overflow: hidden;
}

#content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  transition: all .5s ease-in-out;
}

#content > div {
  /* padding: 20px; */
  /* padding-left: 40px; */
  display: flex;
  align-items: center;
  flex: 3;
  flex-wrap: nowrap;
  flex-basis: max-content;
  gap: 20px;
}

#content .left {
  flex: 2;
}

#content .right {
  flex: 1;
}

#content img {
  width: 100%;
}

#content h4 {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: -1px;
}

#content p {
}

#content button {
  background-color: #000;
  color: #fff;
  display: inline-block;
  border: 0;
  padding: 12px 20px;
  font-size: 1.2rem;
  border-radius: 2rem;
  transition: all .25s ease-in-out;
  cursor: pointer;
}

#content button:hover {
  transform: scale(1.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, .15);
}

.Pricing_Sec input[type="radio"] {
  display: none;
}
.pricing_value ul {
  display: block;
  margin-bottom: 38px;
}
.Pricing_Sec {
  background: #F0F3FB;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.Slider-Listing {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 46px;
  transition: all 0.5s ease;
  overflow: hidden;
}

.imagemain {
  position: absolute;
  z-index: 0;
  right: 0;
  left: 0;
}

.pricing_header {
  position: relative;
}

.pricing_value {
  position: relative;
}

.flextext {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.flextext p {
  margin: 0;
  border: 0px;
  font-size: 22px !important;
  padding-bottom: 0 !important;
  position: relative;
  border: 0px !important;
}

.flextext p:after {
  position: absolute;
  content: "";
  background: #000;
  height: 2px;
  width: 100%;
  right: 0;
  top: 16px;
}

.flextext span {
  background: var(--black-color);
  color: var(--white-color);
  padding: 3px 14px;
  font-size: 14px;
  transition: all 0.6s ease;
  border-radius: 91px;
}

.pricing_rate h6 {
  transition: all 0.6s ease;
  margin-bottom: 0;
  color: var(--black-color);
  font-size: 76px;
  font-weight: 700;
  letter-spacing: 2px;
}

.pricing_value {
  margin-left: 16px;
  margin-top: 136px;
}

.pricing_value ul {
  overflow-y: scroll;
  text-align: start;
  height: 290px;
}

.pricing_value ul li {
  text-align: start;
}

.pricing_value ul li p {
  margin-bottom: 0px;
  font-weight: 600;
  color: var(--black-color);
  font-size: 16px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
}
.pricing_value ul li p img {
  width: auto !important;
  margin-right: 9px;
}
input#button-1.checked {
  display: none;
}

input:checked {
  background: red;
}

input:checked label {
  background: red;
}

.PricingBox {
  position: relative;
  text-align: center;
  /* background: #fff; */
  padding: 32px 27px 40px 34px;
  border-radius: 38px;
  transition: all 0.5s ease;
}

.pricing_header h5 {
  color: var(--black-color);
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 17px;
  transition: all 0.9s ease;
}

.pricing_header p {
  position: relative;
  margin-bottom: 0px;
  font-weight: 600;
  color: var(--black-color);
  font-size: 15px;
  border-bottom: 3px solid var(--black-color);
  padding-bottom: 13px;
}
.custom-1 {
  font-size: 15px  !important;
  background: transparent  !important;
  border-color: #364833  !important;
  color: #364833  !important;
}

.custom-1 i {
  padding-right: 4px;
}
.shape-left img {
  width: auto !important;
}
.shape-RIght{
  right: 0px;
  position: absolute;
  top: 243px;
  /* display: none; */
  z-index: -1;
}
.shape-left {
  position: absolute;
  top: 155px;
  animation: mover 1s infinite  alternate;
}
.detail a {
  width: 118px;
  color: var(--black-color);
  border-bottom: 1px solid var(--black-color);
  font-weight: 500;
  font-size: 17px;
  margin-top: 26px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important;
}

.Pricing_Sec .slick-slide {
  padding:10px;

  text-align:center;
  margin-right:15px;
  margin-left:15px;
}

.nav-tabs {
  border-bottom: 0px;
}

button#profile-tab {}

.nav-tabs .nav-link.active {
  border-radius: 63px;
  font-weight: 500;
  transition: all 0.4s ease;
  z-index: 1;
  overflow: hidden;
  border: 1px solid var(--button-color);
  position: relative;
  background: var(--button-color);
  color: var(--white-color);
  transition: all 0.3s ease;
  font-size: 16px;
  padding: 10px 33px;
  text-decoration: none !important;
}

.nav-tabs .nav-link {
  border-radius: 63px;
  font-weight: 500;
  transition: all 0.4s ease;
  z-index: 1;
  overflow: hidden;
  border: 1px solid var(--button-color);
  position: relative;
  background: transparent;
  color: var(--black-color);
  transition: all 0.3s ease;
  font-size: 16px;
  padding: 10px 33px;
  text-decoration: none !important;
}
/* width */
.pricing_value ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pricing_value ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.pricing_value ul::-webkit-scrollbar-thumb {
  background: var(--button-color); 
  border-radius: 0px;
}

/* Handle on hover */
.pricing_value ul::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.TabsMenu .owl-dots:after {
  left: 593px;
  width: 145px;
}
.owl-nav{
  display: none;
}

.textuper h2 {
  color: var(--black-color);
  padding-bottom: 10px;
  text-align: center;
  font-size: 49px;
  width: 100%;
  font-weight: 400;
  margin: 0;
}

.textuper span {
  font-weight: 700;
}

.textuper h5 {
  color: var(--black-color) !important;
  font-weight: 500 !IMPORTANT;
  font-size: 18px !important;
}

.Slider-Listing:after {
  background: linear-gradient(0deg, #596249, #a0c75a 80%);
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0;
  z-index: -3;
  border-radius: 41px;
  transition: all 0.5s ease;
}

.flexit {
  position: relative;
  z-index: 2;
}

.Slider-Listing:hover:after {
  width: 100%;
  transition: all 0.6s ease;
}

.PricingBox:hover .custom-1 {
  border-color: #fff;
  color: #fff;
}

.Slider-Listing:hover ul li p {
  color: #fff;
  transition: all 0.6s ease;
}

.Slider-Listing:hover .custom-1 {
  color: #fff !important;
  border-color: #fff !important;
}

.Slider-Listing:hover h6 {
  color: #fff;
  transition: all 0.6s ease;
  text-shadow: 6px 2px black;
}

.Slider-Listing:hover h5 {
  /* text-shadow: 6px 2px black; */
  color: #fff;
  transition: all 0.6s ease;
  text-transform: uppercase;
}
.Slider-Listing:hover .flextext span{
background: var(--white-color);
transition: all 0.6s ease;
color: var(--button-color);
}
.pricing_header p:before {
  transition: all 0.6s ease;
  position: absolute;
  content: "";
  height: 3px;
  width: 0%;
  right: 0;
  background: #fff;
  bottom: -3px;
}
.Slider-Listing:hover .pricing_header p:before{
  width: 100%;
  transition: all 0.6s ease;
}