/* Banner 04 */
.service13-banner {
  position: relative;
  background: #000;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}
.service13-banner .sv13-bannerwrap {
  height: 620px;
  position: relative;
  padding: 70px 80px;
}
.service13-banner .sv13-bannerwrap figure {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  overflow: hidden;
}
.service13-banner .sv13-bannerwrap figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
}
.service13-banner .sv13-bannerwrap figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service13-banner .sv13-bannercontents {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  max-width: 420px;
}
.service13-banner .sv13-bannercontents h1 {
  font-size: 54px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px 0;
}
.service13-banner .sv13-bannercontents h5 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.service13-banner .sv13-bannercontents p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
.sv13-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #00473c;
  font-weight: 500;
  padding: 10px 20px;
  min-width: 200px;
  background: #e6ff55;
  border: 0;
  transition: 0.5s all;
  position: relative;
  border-radius: 30px;
}
.sv13-cta-btn:hover {
  background: #00473c;
  color: #e6ff55;
}
.mobshow {
  display: none !important;
}
.side-social {
  position: absolute;
  right: 7vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  bottom: 0;
  top: 0;
  margin: auto 0;
  justify-content: center;
  gap: 10px;
}
.side-social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  background: transparent;
}
.side-social .sv05-mailbtn {
  background: #00473c;
}
.side-social .sv05-whatsappbtn {
  background: #e6ff55;
}
.side-social .sv05-mailbtn:hover {
  background: #e6ff55;
}
.side-social .sv05-whatsappbtn:hover {
  background: #00473c;
}
.side-social a svg {
  max-width: 20px;
  transition: 0.5s all;
}
.side-social .sv05-mailbtn svg path {
  fill: #e6ff55;
}
.side-social .sv05-whatsappbtn svg path {
  fill: #00473c;
}
.side-social .sv05-mailbtn:hover svg path {
  fill: #00473c;
}
.side-social .sv05-whatsappbtn:hover svg path {
  fill: #e6ff55;
}

@media (max-width: 1599px) {
  .side-social {
    right: 4vw;
  }
}
@media (max-width: 1469px) {
  .side-social {
    right: 2vw;
  }
}
@media (max-width: 1199px) {
  .service13-banner .sv13-bannercontents h1 {
    font-size: 40px;
  }
  .side-social {
    right: 20px;
  }
  .container {
    max-width: 100%;
  }
  .service13-banner .sv13-bannerwrap {
    padding: 40px 60px;
  }
}

@media (max-width: 991px) {
  .mobshow {
    display: inline-flex !important;
  }
  .mobhide {
    display: none !important;
  }
  .sv13-cta-btn {
    min-width: 140px;
  }
  .sv13-cta-btn {
    font-size: 14px;
  }
  .service13-banner .sv13-bannerwrap {
    height: 450px;
  }
}

@media (max-width: 575px) {
  .service13-banner .sv13-bannercontents h1 {
    font-size: 32px;
  }
  .service13-banner .sv13-bannerwrap {
    padding: 50px 20px;
  }
}
