.padding-bottom {
  padding-bottom: 120px;
}

.padding-top {
  padding-top: 120px;
}
.w-100 {
  width: 100% !important;
}
.float-left {
  float: left !important;
}
.text-center {
  text-align: center !important;
}

.generic-title h2 {
  margin-bottom: 16px;
}

.generic-title p {
  margin-bottom: 36px;
}

/****************tabs-section****************/
#tsum-tabs h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}
#tsum-tabs p {
  margin: 0 0 5px;
  padding-right: 58px;
}
.tab-description p:last-child {
  padding-right: 75px !important;
  border-left: 2px solid #0066ec;
  padding-left: 15px;
}
.tab-sec-img {
  margin-left: -7px;
}
#tsum-tabs section {
  display: none;
  padding: 47px 0 0;
  text-align: left;
}
#tsum-tabs input {
  display: none;
}
#tsum-tabs label {
  display: inline-block;
  width: 18.5%;
  text-align: center;
  margin: 0 7px 0 6px;
}
#tsum-tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
#tsum-tabs label:hover {
  color: #888;
  cursor: pointer;
}
#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4,
#tsum-tabs #tab5:checked ~ #content5,
#tsum-tabs #tab6:checked ~ #content6,
#tsum-tabs #tab7:checked ~ #content7,
#tsum-tabs #tab8:checked ~ #content8,
#tsum-tabs #tab9:checked ~ #content9,
#tsum-tabs #tab10:checked ~ #content10,
#tsum-tabs #tab11:checked ~ #content11,
#tsum-tabs #tab12:checked ~ #content12
{
  display: block;
}
#tsum-tabs .Effective-sec-item {
  position: relative;
  box-shadow: 6px 0 38px #e0f2fd;
  padding: 23px 27px 19px;
  transition: 0.6s all ease-in-out;
  background: black;
  color: white;
}

#tsum-tabs .Effective-sec-item:hover {
  border-color: transparent;
  color: #fff;
  background: #0066ec;
}
#tsum-tabs [id^="tab"]:checked + label img {
  filter: brightness(0) invert(1);
}
#tsum-tabs .Effective-sec-item-title h4,
#tsum-tabs .Effective-sec-item-title span {
  padding: 0 39px;
}

#tsum-tabs [id^="tab"]:checked + label {
  background: #0066ec;
  color: #fff;
}

#tsum-tabs .Effective-sec-item-title span {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
#tsum-tabs .Effective-sec-item-title small {
  font-size: 18px;
  line-height: 20px;
}
.admin-con span {
  font-size: 16px;
  font-weight: 400;
}
.admin-con h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 6px;
}
.admin-con {
  margin-right: 34px;
}
.admin-con ul li i {
  font-size: 14px;
  color: #232323;
  margin-right: 5px;
}
.admin-con ul li {
  margin-right: 20px;
}
.detail-sec .generic-button i {
  padding: 8px 22px;
  margin-left: 6px;
}
.detail-sec .generic-button a {
  /* padding: 8px 9px 9px 26px; */
  font-size: 12px;
}
.value-sec {
  margin-right: 60px;
}
.value-sec .count {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  color: #232323;
  margin-right: 23px;
  transition: 0.4s ease-in-out;
}
.value-sec .date-con span {
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  color: #232323;
}
.value-sec .date-con small {
  font-size: 18px;
}
.tabs-content {
  padding: 27px 34px;
  background: #fff;
  box-shadow: 6px 0 38px #e0f2fd;
  border-left: 3px solid #232323;
  margin-bottom: 35px;
  transition: 0.4s ease-in-out;
  position: relative;
}
.tabs-content::before {
  content: "";
  background: #0066ec;
  width: 0;
  height: 0;
  position: absolute;
  left: -3px;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
.tabs-content:hover::before {
  width: 3px;
  height: 100%;
}
.tabs-content:hover .count {
  color: #0066ec;
}
.tabs-content:hover ul li i {
  color: #0066ec;
}
.tabs-content:hover {
  transform: scale(1.04);
}
.detail-sec figure {
  margin-right: 25px;
}
/****************tabs-section****************/

@media only screen and (max-width: 1199px) {
  #tsum-tabs .Effective-sec-item {
    padding: 15px 18px 15px;
  }
  #tsum-tabs .Effective-sec-item-title span {
    font-size: 22px;
  }
  #tsum-tabs [id^="tab"]:checked + label:after {
    transform: translate(-10px, 85px);
  }
  .value-sec .count {
    font-size: 46px;
    line-height: 50px;
    margin-right: 15px;
  }
  .value-sec .date-con span {
    font-size: 24px;
    line-height: 26px;
  }
  .value-sec .date-con small {
    font-size: 16px;
  }
  .admin-con h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .tabs-content {
    padding: 15px 0px 15px 20px;
    margin-bottom: 25px;
  }
  .value-sec {
    margin-right: 16px;
  }
  .detail-sec figure {
    margin-right: 15px;
  }
  .admin-con {
    /* margin-right: 5px; */
  }
  .price-con h5 {
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .price-con .price {
    font-size: 56px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .price-con .price-label {
    padding: 6px 18px 5px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .price-con ul li {
    margin-bottom: 2px;
    font-size: 18px;
  }
  .price-con ul {
    margin-bottom: 15px;
  }
  .price-con {
    padding: 20px 0 35px 0;
  }
  .price-con .generic-button a {
    font-size: 16px;
    line-height: 16px;
    padding: 7px 9px 8px 21px;
  }
  .price-special-con {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .confernce-static-sec ul li {
    width: 100%;
  }
  .confernce-static-sec ul li:nth-child(3),
  .static-con {
    margin-bottom: 20px;
  }
  .speakers-sec::before,
  .blog-main-sec::before,
  .price-plan-sec::before,
  .price-plan-sec::after,
  .speakers-sec::before,
  .speakers-sec::after,
  .blog-main-sec::before,
  .blog-main-sec::after {
    display: none;
  }
  .speaker-con {
    margin-bottom: 20px;
  }
  #tsum-tabs label {
    width: 45%;
    margin-bottom: 15px;
  }
  #tsum-tabs [id^="tab"]:checked + label:after {
    display: none;
  }
  #tsum-tabs .Effective-sec-item {
    padding: 10px 10px;
  }
  .admin-con ul li {
    margin: 0 0 5px 0;
  }
  .detail-sec figure,
  .admin-con ul {
    margin: 0 0 7px 0 !important;
            width: 100%;
  }
  .price-con ul li {
    font-size: 17px;
    line-height: 24px;
  }
}
