.bg-box_intro h1, .bg-box_intro h2, .bg-box_intro h3, .bg-box_intro h4, .bg-box_intro h5, .bg-box_intro h6,.bg-box_intro p{
  margin: 0;
}
ul.slides {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: -8px;
}
.slide-desktop,
.slide-mobile {
    width: 100%;
}
.slide-desktop .swiper-button-prev,
.slide-desktop .swiper-button-next,
.slide-mobile .swiper-button-next,
.slide-mobile .swiper-button-prev {
    background: #FFF;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    color: #df4424;
    padding: 7px;
}

.home-container {
    width: 100%;
    display: flex;
    overflow: auto;
    /* min-height: 100%; */
    /* align-items: center; */
    /* flex-direction: column; */
    justify-content: center;
  }
  .home-container1 {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: flex-start;
    /* padding-left: 40px;
    padding-right: 40px; */
    flex-direction: column;
  }
  .home-image {
    width: 630px;
    height: auto;
    object-fit: cover;
  }
  .home-image1 {
    width: 120px;
    object-fit: cover;
  }
  .home-image2 {
    width: 600px;
    align-self: flex-start;
    object-fit: cover;
    margin-left: -150px;
  }
  .home-navigation-bar {
    flex: 0 0 auto;
    left: 50%;
    width: 100%;
    bottom: 0;
    height: 100px;
    display: flex;
    position: fixed;
    transform: translateX(-50%);
    align-self: flex-end;
    align-items: flex-start;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: row;
    justify-content: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .home-column-1 {
    gap: 20px;
    flex: 0 0 auto;
    width: auto;
    height: 100%;
    display: flex;
    position: relative;
    align-items: flex-start;
    padding: 20px 30px;
    border-radius: var(--dl-radius-radius-radius4);
    flex-direction: row;
    background-color: #df4424;
    border-top-left-radius: 25px;
  }
  .home-c-1 {
    flex: 0 0 auto;
    width: 30%;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-image3 {
    top: -45px;
    right: 0;
    width: 80px;
    position: absolute;
    object-fit: cover;
  }
  .home-c-2 {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .home-text {
    color: #ffffff;
    font-size: 25px;
    font-style: normal;
    text-align: left;
    font-weight: 400;
  }
  .home-text3 {
    color: #ffffff;
    font-size: 13px;
  }
  .home-column-2 {
    gap: 20px;
    flex: 0 0 auto;
    width: auto;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 35px;
    border-radius: var(--dl-radius-radius-radius4);
    padding-right: 35px;
    flex-direction: row;
    padding-bottom: 20px;
    background-color: #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 25px;
  }
  .home-c-11 {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
  .home-container2 {
    gap: 10px;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
  .bg-box_intro .home-link {
    cursor: pointer;
    color: #ffffff;
    padding-top: 14px;
    border-color: #063a98;
    border-width: 1px;
    padding-left: 30px;
    border-radius: 10px;
    padding-right: 30px;
    padding-bottom: 14px;
    background-color: #063a98;
    border-style: solid;
    transition: all ease-in-out 350ms;
  }
  .bg-box_intro .home-link1 {
      cursor: pointer;
    color: rgb(255, 255, 255);
    padding-top: 14px;
    border-color: #31a1dd;
    border-width: 1px;
    padding-left: 30px;
    border-radius: 10px;
    padding-right: 30px;
    padding-bottom: 14px;
    background-color: rgb(49, 161, 221);
    border-style: solid;
    transition: all ease-in-out 350ms;
  }
  .bg-box_intro .home-link2 {
      cursor: pointer;
      color: rgb(0, 0, 0);
      font-style: normal;
      font-weight: 400;
      border-color: #063a98;
      border-width: 1px;
      font-size: 14px;
      border-radius: 10px;
      padding: 9px 20px;
      background-color: rgb(255, 255, 255);
      border-style: solid;
      transition: all ease-in-out 350ms;
  }
  .bg-box_intro .home-link:hover, .bg-box_intro .home-link1:hover,.bg-box_intro .home-link2:hover {
    background: #929292;
    border-color: #929292;
      color: #FFF;
}

  .home-navigation-bar form {
    display: flex;
    gap: 10px;
}
.slide-desktop{
  display: block;
}
.slide-mobile{
  display: none;
}
  @media(max-width: 991px) {
    .home-image {
      width: 500px;
    }
    .home-image1 {
      width: 100px;
    }
    .home-image2 {
      width: 400px;
      margin-left: -50px;
    }
    .home-navigation-bar {
      height: 85px;
      max-width: 940px;
    }
    .home-column-1 {
      padding-left: 20px;
      padding-right: 0;
      min-width: 301px;
    }
    .home-c-1 {
      width: 20%;
    }
    .home-image3 {
      top: -35px;
      width: 60px;
    }
    .home-c-2 {
      width: 80%;
    }
    .home-text {
      font-size: 22px;
    }
    .bg-box_intro .home-link {
      color: rgb(255, 255, 255);
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: rgb(6, 58, 152);
      font-size: 13px;
    padding: 10px 15px;
    line-height: 1.6;
    }
    .bg-box_intro .home-link1 {
      font-size: 13px;
      padding: 10px 15px;
      line-height: 1.6;
    }
    .bg-box_intro .home-link2 {
      font-size: 13px;
    padding: 10px 15px;
    line-height: 1.6;
    }
  }
  @media(max-width: 767px) {
    .slide-desktop{
      display: none;
    }
    .slide-mobile{
      display: block;
    }
    .home-image {
      width: 400px;
    }
    .home-image1 {
      width: 80px;
    }
    .home-image2 {
      width: 300px;
    }
    .home-navigation-bar {
      height: auto;
      max-width: 730px;
      flex-direction: column;
    }
    .home-column-1 {
      width: 100%;
      border-top-right-radius: 25px;
      justify-content: center;
      padding: 10px;
    }
    .home-c-1 {
      width: 40%;
    }
    .home-image3 {
      top: 15px;
      left: 80%;
      bottom: 0px;
      transform: translate(-50%,-50%);
    }
    .home-c-2 {
      width: 100%;
      height: auto;
      text-align: center;
      justify-content: center;
      align-items: center;
    }
    .home-text {
      font-size: 21px;
    }
    .home-text3 {
      font-size: 12px;
    }
    .home-column-2 {
      width: 100%;
      padding-left: 15px;
      border-radius: 0px;
      padding-right: 15px;
      border-top-right-radius: 0;
    }
    .home-container2 {
      height: auto;
      flex-direction: row;
      justify-content: center;
    }
    .bg-box_intro .home-link {
      padding-left: 15px;
      padding-right: 15px;
    }
    .bg-box_intro .home-link1 {
      padding-left: 15px;
      padding-right: 15px;
    }
    .bg-box_intro .home-link2 {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media(max-width: 479px) {
    .home-icon-banner {
      height: 100%;
      align-items: center;
      flex-direction: row;
      justify-content: center;
    }
    .home-image {
      right: -25px;
      width: 240px;
      position: relative;
    }
    .home-image1 {
      width: 60px;
    }
    .home-image2 {
      width: 210px;
    }
    .home-navigation-bar {
      height: auto;
      max-width: 400px;
    }
    .home-c-1 {
      width: 30%;
    }
    .home-image3 {
      top: 0px;
    }
    .home-c-2 {
      width: 70%;
    }
    .home-text {
      font-size: 18px;
    }
    .home-container2 {
      flex-direction: row;
    }
    .bg-box_intro .home-link {
      font-size: 13px;
    }
    .bg-box_intro .home-link1 {
      font-size: 13px;
    }
    .bg-box_intro .home-link2 {
      font-size: 13px;
    }
  }
