section.elementor-section.elementor-top-section.elementor-element.elementor-element-4c51e5c.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    align-items: center;
    justify-content: center;
    background: #fff;
}
.blog-card img {
  max-width: 100%;
}
.blog-card {
  height: 370px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 50px rgb(191 191 191 / 30%);
}
.blog-card .inner-part {
  position: absolute;
  display: flex;
  height: 360px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
.blog-card #imgTap:checked ~ .inner-part {
  padding: 0;
  transition: 0.1s ease-in;
}
.blog-card .inner-part .img {
  height: 220px;
  width: 220px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px;
}

.blog-card #imgTap:checked ~ .inner-part .img {
  height: 370px;
  width: 850px;
  z-index: 99;
  margin-top: 10px;
  transition: 0.3s 0.2s ease-in;
}
.blog-card .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  opacity: 0;
  transition: 0.6s;
}
.blog-card #tap-1:checked ~ .inner-part .img-1,
.blog-card #tap-2:checked ~ .inner-part .img-2,
.blog-card #tap-3:checked ~ .inner-part .img-3 {
  opacity: 1;
  transition-delay: 0.2s;
}
.blog-card .content {
  padding: 0 20px 0 85px;
  width: 100%;
  margin-left: 50px;
  opacity: 0;
  transition: 0.6s;
}

.blog-card #tap-1:checked ~ .inner-part .content-1,
.blog-card #tap-2:checked ~ .inner-part .content-2,
.blog-card #tap-3:checked ~ .inner-part .content-3 {
  opacity: 1;
  margin-left: 0;
  z-index: 100;
  transition-delay: 0.3s;
}
.blog-card .content span {
  display: block;
  color: #7b7992;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}
.blog-card .content .title {
  font-size: 30px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-card .content .text {
  color: #4e4a67;
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 1.6em;
  text-align: justify;
}
.blog-card .content button {
  display: inline-flex;
  padding: 15px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff0e6;
  font-weight: 600;
  letter-spacing: 1px;
  background: linear-gradient(147deg, #393ffe 0%, #38a0fd 74%);
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #393ffe;
}
.blog-card .sliders {
  position: absolute;
  bottom: 25px;
  left: 65%;
  transform: translateX(-50%);
  z-index: 12;
}
.blog-card #imgTap:checked ~ .sliders {
  display: none;
}
.blog-card .sliders .tap {
  position: relative;
  height: 10px;
  width: 50px;
  background: #d9d9d9;
  border-radius: 5px;
  display: inline-flex;
  margin: 0 3px;
  cursor: pointer;
}
.blog-card .sliders .tap:hover {
  background: #ccc;
}
.blog-card .sliders .tap::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: -100%;
  background: linear-gradient(147deg, #393ffe 0%, #38a0fd 74%);
  border-radius: 10px;
  transform: scaleX(0);
  transition: transform 0.6s;
  transform-origin: left;
}
.blog-card input {
  display: none;
}
.blog-card #tap-1:checked ~ .sliders .tap-1::before,
.blog-card #tap-2:checked ~ .sliders .tap-2::before,
.blog-card #tap-3:checked ~ .sliders .tap-3::before {
  transform: scaleX(1);
  width: 100%;
}
.blog-card #imgTap:checked ~ .inner-part .content {
  display: none;
}
/* Responsive */
@media screen and (max-width: 50rem) {
 .blog-card  .inner-part {
    flex-direction: column;
  }
  .blog-card {
    height: 560px;
	margin-top: 80px;
  }
 .blog-card  .sliders {
    left: 50%;
  }
  .blog-card .content {
    margin-left: 0;
    width: auto;
    margin-top: 1rem;
  }
  .blog-card .content {
    padding: 0 20px 0 35px;
  }
  .blog-card #imgTap:checked ~ .inner-part .img {
    height: 560px;
    width: 100%;
    top: 95px;
    position: relative;
  }
}
input#gform_submit_button_1:hover{background: #000 !important;color: #fff !important;}