/* Banner 04 */
.service07-banner {
  position: relative;
  background: linear-gradient(to bottom, #1cb84d 0%, #168b3a 100%);
  height: 700px;
  display: flex;
  align-items: center;
  position: relative;
}
.service07-banner .sidebg {
  position: absolute;
  inset: 0;
  left: auto;
  margin: auto 0;
  margin-right: 80px;
  max-width: 30px;
  max-height: 60px;
}
.service07-banner .sidebg svg {
  max-height: 100%;
}
.service07-banner .sv07-bannercontents {
  width: 100%;
  max-width: 560px;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 60px;
  height: 100%;
}
.service07-banner .sv07-bannercontents h1 {
  font-size: 80px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 25px;
}
.service07-banner .sv07-bannercontents h1 span {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
}
.service07-banner .sv07-bannercontents p {
  font-size: 14px;
  color: #ffffff;
  padding-left: 15px;
  border-left: 1px solid #d9d9d9;
}
.service07-banner .sv07-bannercontents .sv07-bs {
  width: 100%;
  margin-bottom: 30px;
}
.service07-banner .sv07-inlinebox {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sv07-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #2e2f43;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 20px;
  min-width: 190px;
  background: #fff;
  border: 0;
  transition: 0.5s all;
  position: relative;
  border-radius: 4px;
}
.sv07-cta-btn svg {
  margin-left: 5px;
}
.sv07-cta-btn:hover {
  background: #2e2f43;
  color: #fff;
}
.sv07-cta-btn:hover svg rect {
  fill: #fff;
}
.sv07-cta-btn:hover svg path {
  fill: #2e2f43;
}
.sv07-bannerimg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  transform: rotate(-30deg);
  transform-origin: 70%;
  margin-left: auto;
}
.sv07-imgbox1 {
  width: 500px;
  height: 300px;
  border-radius: 300px;
  border: 7px solid #fff;
  overflow: hidden;
}
.sv07-imgbox2 {
  width: 300px;
  height: 170px;
  border-radius: 300px;
  border: 6px solid #fff;
  overflow: hidden;
  margin-left: auto;
}
.sv07-bannerimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobshow {
  display: none !important;
}
.sv07-sliderbtnholder {
  position: absolute;
  right: 200px;
  bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sv07-sliderbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #fcff45;
  border-radius: 50%;
}
.sv07-sliderbtn.prev {
  background: #8bea7c;
}

@media (max-width: 1599px) {
  .sv07-bannerimg {
    margin-right: 5%;
  }
}
@media (max-width: 1399px) {
  .service07-banner .sv07-bannercontents {
    max-width: 430px;
    padding-right: 30px;
  }
  .service07-banner .sv07-bannercontents h1 {
    font-size: 70px;
  }
  .service07-banner .sv07-bannercontents p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .service07-banner .sv07-bannerbox {
    height: 600px;
  }
  .service07-banner .sv07-bannercontents h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .sv07-cta-btn {
    font-size: 14px;
  }
  .service07-banner .sv07-bannercontents {
    max-width: 400px;
  }
  .sv07-imgbox1 {
    width: 400px;
    height: 220px;
    border-width: 4px;
  }
  .sv07-imgbox2 {
    width: 250px;
    height: 140px;
    border-width: 4px;
  }
  .sv07-sliderbtnholder {
    right: 100px;
  }
}

@media (max-width: 991px) {
  .service07-banner .sv07-bannerbox {
    height: auto;
  }
  .mobshow {
    display: inline-flex !important;
  }
  .mobhide {
    display: none !important;
  }
  .service07-banner {
    height: auto;
    padding: 50px 0;
  }
  .sv07-bannerimg {
    transform-origin: center;
    margin: 0 auto;
    margin-top: 100px;
    max-width: 400px;
  }
}

@media (max-width: 575px) {
  .service07-banner .sv07-bannercontents h1 {
    font-size: 30px;
  }
  .sv07-bannerimg {
    width: 300px;
    margin-top: 40px;
  }
  .sv07-imgbox1 {
    width: 300px;
    height: 170px;
  }
  .sv07-imgbox2 {
    width: 200px;
    height: 110px;
  }
}
