.pricing-tabs .tab-content{
  display: none;
  line-height:1.4;
}
.pricing-tabs .tab-content.current{
  display: inherit;
}
.pricing-tabs .tab-content .tab-content-inner{
  display: none;
  line-height:1.4;
}
.pricing-tabs .tab-content .tab-content-inner.current{
  display: inherit;
}


.pricing-tabs .tabs-top li.tab.current {
  border-radius: 12px;
  background: #7232FF;
  box-shadow: 0px 0px 43.48px 0px rgba(0, 0, 0, 0.08);
  padding: 14px 54px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 22.39px;
}
.pricing-tabs .tabs-top li.tab{
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 43.48px 0px rgba(0, 0, 0, 0.08);
  padding: 14px 54px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.39px;
}
.pricing-tabs .tabs-top li:hover {
  background:#7232FF;
  cursor: pointer;
  color: #fff;
}
.pricing-tabs ul.tabs-top {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0px;
}

/* Inner tab */

.pricing-tabs .tab-content-inner-out {
  display: flex;
  justify-content: center;
  margin: 55px 0px;
}
.pricing-tabs ul.tabs-inner {
  border-radius: 100px;
  background: #844EFF;
  display: inline-flex;
  padding: 7px 10px;
  margin-bottom: 0px;
}
.tabs-inner li.tab{
  border-radius: 100px;
}
.pricing-tabs .tabs-inner li.tab {
  background: #844EFF;
  border-radius: 100px;
  padding: 6px 15px;
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.39px; /* 124.389% */
  transition: background .25s ease-in-out;
}
.pricing-tabs .tabs-inner li.tab.current {
  background: #fff;
  color: #844EFF;
  transition: background .25s ease-in-out;
}
.pricing-tabs .tabs-inner li.tab:hover {
  cursor: pointer;
}



.pricing-tabs .heading h2{
  color: #0D0026;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom:65px;
}
/* Box styles */

.tab-content .box {
  border-radius: 17px;
  background: #FFF;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  padding: 33px 16px 33px 20px;
  width: 23.5%;
  position:relative;
}
.tab-content .box.available-false {
  border-radius: 17px;
  background: hsl(0deg 0% 91.84% / 87%);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tab-content .box-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 0 20px;
}

.tab-content .unavailable-text p {
  color: #0D0026;
  text-align: center;
  font-family: Nunito;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  opacity: 0.35;
}

.available-box .head h2 {
  color: #0D0026;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}
.available-box .head h5 {
  color: #0D0026;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 5px;
}
.available-box .head p{
  color: #676B79;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
}
.available-box .price h2 {
  color: #0D0026;
  font-size: 22px;
  font-style: normal;
  font-weight: 900; 
  line-height: 40px;
}
.available-box .price {
  padding-bottom: 20px;
  border-bottom: 1px solid #ABADBB;
  font-weight: 600;
  margin-bottom: 21px;
}
.available-box .timeline {
  border-radius: 8px;
  color: #0D0026;
  background: rgb(200 200 200 / 35%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 14px;
  margin-bottom: 20px;
}
.available-box .timeline span.left {
  color: #0D0026;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.available-box .timeline span.right {
  color: #0D0026;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.available-box .txt-contents h3 {
  color: #0D0026;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.available-box .txt-contents P{
  color: #676B79;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0px;
}
.available-box .txt-contents {
  border-bottom: 1px solid #abadbb;
  font-weight: 600;
  margin-bottom: 21px;
  padding-bottom: 20px;
}
.available-box .list-items h4 {
  color: #0D0026;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 4px;
}
.available-box .list-items ul {
  margin-bottom: 0px;
} 
.available-box .list-items ul li {
  color: #0D0026;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 33px;
  margin-bottom: 17px;
  position: relative;
}
.available-box .list-items ul li:before {
  content: "";
  position: absolute;
  background-image: url(https://www.wx.agency/hubfs/tick.svg);
  background-size: contain;
  height: 21px;
  width: 21px;
  left: 0;
  top: 0;
}
.available-box .list-items ul li ul li{
  list-style-type: disc;
  padding: 0;
  margin: 10px 20px;
}
.available-box .list-items ul li ul li:before {
  content: "";
  position: absolute;
  background-image: none;
  background-size: contain;
  height: 11px !important;
  width: 11px !important;
  left: 0;
  top: 0;
}
.list-items {
  padding-bottom: 20px !important;
  display: inline-block;
  margin-bottom: 30px;
}

.available-box .box-button a {
  border: 1px solid #7233ff;
  border-radius: 21px;
  color: #7232ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 9px 25px;
  text-align: center;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.available-box .box-button a:hover {
  background: #7233ff;
  color: #fff;
}
.available-box .box-button {
  text-align: center;
  position: absolute;
  bottom: 26px;
  width: 85%;
}


.pricing-tabs .slick-dots {
  padding-left: 10px !important;
}
.pricing-tabs .slick-dots {
  padding-left: 0 !important;
}
.pricing-tabs .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding-bottom: 25px;
  padding-top: 25px;
}
.pricing-tabs .slick-dots li {
  display: inline-block;
}
.pricing-tabs .slick-dots li {
  margin: 0 7.5px;
}
.pricing-tabs .slick-dots button {
  background-color: #767a8661;
  border: none;
  border-radius: 100%;
  display: block;
  height: 7px;
  padding: 0;
  text-indent: -9999px;
  width: 7px;
}
.pricing-tabs .slick-dots li.slick-active button {
  background-color: #7233ff;
}
.pricing-tabs .slick-dots li:only-child {
        display: none;
    
}

/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){ 
  .box-outer.mobile-slider.mobile-sec{
    display: block !important;
  }
  .box-outer.mobile-slider.desktop-sec{
    display: none !important;
  }

/*    div#tab-inner-2 .available-false {
    display: none;
  } */
 /* div#tab-inner-2 */

  .available-box .box-button { 
    width: 75%;
    margin-bottom:20px;
  }
  .pricing-tabs .heading h2 {
    font-size: 40px;
    line-height: 44px; 
    margin-bottom: 25px;
  }
  .pricing-tabs .tab-content-inner-out {
    margin: 40px 0 22px;
  }
  .pricing-tabs .tab-top-header {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-color: #844eff #844eff;
  }
  .pricing-tabs ul.tabs-top {
    margin-bottom: 20px;
    margin-top: 25px;
    width: 730px;
    max-width: none;
    justify-content: space-evenly;
  }
  .pricing-tabs .tabs-top li.tab, 
  .pricing-tabs .tabs-top li.tab.current { 
    margin-bottom: 10px;
    padding: 15px 25px;
  }
/*   .tab-content .box-outer {
    display: block !important;
  } */
  .tab-content .box {
    width: 100%;
  } 
  .tab-content .box.available-true .available-box {
    border-radius: 17px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 33px 16px 33px 26px;
    background: #FFF;
  }
  .tab-content .box.available-false .unavailable-text{
    align-items: center;
    background: hsla(0, 0%, 92%, .87);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 33px 16px 33px 26px;
    border-radius: 17px;
    min-height: 820px;
    width:100%;
  }
  .tab-content .box {
    box-shadow: none;
    padding: 33px 16px 33px 26px; */
    background: #fff;
    padding: 20px 15px;
    width: 23.5%;
  }
  .tab-content .box.available-false { 
    padding: 20px 15px;
    box-shadow: none;
    background: transparent;
  }

  /* .box.available-false {
  display: none !important;
} */

}

/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .pricing-tabs .tab-content-inner-out {
    margin: 40px 0 22px;
  }
  .box-outer.mobile-slider.mobile-sec{
    display: block !important;
  }
  .box-outer.mobile-slider.desktop-sec{
    display: none !important;
  }
  .pricing-tabs .heading h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 25px;
  }
  .available-box .box-button {
    width: 75%;
    margin-bottom:20px;
  }
  .pricing-tabs .tabs-top li.tab, 
  .pricing-tabs .tabs-top li.tab.current { 
    margin-bottom: 10px;
    padding: 15px 25px;
  }
  .tab-content .box-outer {
    display: block !important;
  }
  .tab-content .box {
    width: 100%;
  } 
  .tab-content .box.available-true .available-box {
    border-radius: 17px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 33px 16px 33px 26px;
    background: #FFF;
  }
  .tab-content .box.available-false .unavailable-text{
    align-items: center;
    background: hsla(0, 0%, 92%, .87);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 33px 16px 33px 26px;
    border-radius: 17px;
    min-height: 820px;
    width:100%;
  }
  .tab-content .box {
    box-shadow: none;
    padding: 33px 16px 33px 26px; */
    background: #fff;
    padding: 20px 15px;
    width: 23.5%;
  }
  .tab-content .box.available-false { 
    padding: 20px 15px;
    box-shadow: none;
    background: transparent;
  }

  /* .box.available-false {
  display: none !important;
} */
}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .pricing-tabs .tab-content-inner-out {
    margin: 40px 0;
  }
  .available-box .box-button {
    width: 75%;
    margin-bottom:20px;
  }
  .pricing-tabs .tabs-top li.tab, 
  .pricing-tabs .tabs-top li.tab.current { 
    margin-bottom: 10px;
    padding: 15px 25px;
  }
  .tab-content .box-outer {
    display: block !important;
  }
  .tab-content .box {
    width: 100%;
  } 
  .tab-content .box.available-true .available-box { 
    border-radius: 17px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 33px 16px 33px 26px;
    background: #FFF;
  }
  .tab-content .box.available-false .unavailable-text{
    align-items: center;
    background: hsla(0, 0%, 92%, .87);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 33px 16px 33px 26px;
    border-radius: 17px;
    min-height: 820px;
  }
  .tab-content .box {
    box-shadow: none;
    padding: 33px 16px 33px 26px; */
    background: #fff;
    padding: 20px 15px;
    width: 23.5%;
  }
  .tab-content .box.available-false { 
    padding: 20px 15px;
    box-shadow: none;
    background: transparent;
  }
}

/**************iPad Landscape***************/
@media only screen and (max-width: 985px){
.box-outer.mobile-slider.mobile-sec{
    display: block !important;
  }
  .box-outer.mobile-slider.desktop-sec{
    display: none !important;
  }
}

@media only screen and (max-width: 1040px) and (min-width: 986px){
  .tab-content .box {
    width: 22.5%;
  }
  .available-box .timeline span.left{
    font-size: 12px
  }
  .available-box .timeline span.right{
    font-size: 14px;
  }
  .available-box .head h2{
    font-size: 33px;
  }
  .available-box .head h5{
    font-size: 20px;    
  }
}
