@import url("../font/OpenSans-Regular.ttf");
@import url("../font/HelveticaNeueBold.ttf");
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../font/OpenSans-Regular.ttf") format("truetype");
}

body {
  font-family: "OpenSans-Regular", sans-serif;
  -webkit-text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 100vh;
  scroll-behavior: smooth;
}

html,
body {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.limit-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

video {
  clip-path: inset(1px 1px);
}

#button-to-top {
  display: inline-block;
  background-color: #ffb94f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 14px;
  color: #ffffff;
  font-weight: bold;
  transition: 0.5s;
}

#button-to-top:hover {
  cursor: pointer;
  background-color: #ffa012;
}

#button-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* Navbar */
nav {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  position: sticky !important;
  top: 0;
  z-index: 200;
}

.nav-link {
  color: #707070;
  transition: 0.5s;
}

.nav-link:hover {
  color: #000000;
}

.logo-nav > img {
  width: 320px;
  height: auto;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 20px;
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:active {
  background-color: #16a8e7;
}

.dropdown-menu {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15) !important;
  border: 0 !important;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -15px;
  margin-top: var(--bs-dropdown-spacer);
}

/* Footer */
footer {
  background: #005a8d;
  padding: 30px 0px;
}

.logo-footer > img {
  width: 250px;
  height: auto;
}

.footer-detail-left {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
}

.link-footer-left {
  display: flex;
  flex-wrap: wrap;
}

.link-footer-left > a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

.link-footer-left > a:hover {
  border-bottom: 1px solid #ffffff;
}

.footer-detail-right {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
}

.footer-detail-right > a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

.footer-detail-right > a:hover {
  border-bottom: 1px solid #ffffff;
}

/* Section1 */
.bg-section1 {
  background-image: url("../img/background_images_01.png");
  background-repeat: no-repeat;
}

.bg-section1-right {
  display: flex;
  position: relative;
}

.bg-section1-right > img {
  position: absolute;
  right: 0;
  bottom: 220px;
  z-index: -20;
}

.section1-left {
  display: flex;
  flex-direction: column;
  margin: 135px 0px;
}

.section1-left:before {
  content: "";
  background-color: #ffffff;
  width: 450px;
  height: 300px;
  position: absolute;
  box-shadow: -10px -10px 80px #fff, 10px 10px 80px #fff, -10px -10px 80px #fff,
    10px 10px 80px #fff, -10px -10px 80px #fff, 10px 10px 80px #fff;
}

.content-shadow {
  position: relative;
}

.header-section1 {
  background: linear-gradient(180deg, #2191d0 0%, #0059a5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  font-family: "HelveticaNeueBold", sans-serif;
}

.sub-header-section1 {
  color: #707070;
  margin: 5px 0px 20px 0px;
}

.input-form {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 1px solid transparent;
  color: #000000;
  width: 90%;
  height: 55px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.btn-top-demo {
  background: #52bdeb 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 1px solid transparent;
  color: #ffffff;
  background-color: #52bdeb;
  background: linear-gradient(to right, #16a8e7 50%, #52bdeb 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  width: 90%;
  height: 55px;
}

.btn-top-demo:hover {
  background-position: left bottom;
}

.section1-right {
  display: flex;
  flex-direction: column;
  margin: 40px 0px;
  padding: 30px 0px;
}

#tv_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#tv_container:after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 99%;
  height: 82%;
  z-index: -2;
  border-radius: 15px;
}

#tv_container > img {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

.iframe-wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  border-radius: 5px;
  z-index: 10;
}

.section1-sub-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 30px 0px 200px 0px;
}

.section1-sub-content:before {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 150px;
  position: absolute;
  box-shadow: -10px -10px 100px #fff, 10px 10px 100px #fff,
    -10px -10px 100px #fff, 10px 10px 100px #fff, -10px -10px 100px #fff,
    10px 10px 100px #fff;
}

.section1-sub-content > .content-shadow > h2 {
  color: #266cac;
  font-weight: bold;
  text-shadow: 0px 20px 30px #fff, 0px 20px 30px #fff, 0px 20px 30px #fff,
    0px 20px 30px #fff, 0px 20px 30px #fff, 0px 20px 30px #fff,
    0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff,
    0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff;
}

.section1-sub-content > .content-shadow > p {
  color: #707070;
  line-height: 25px;
  margin: 15px 0px;
}

.section1-sub-content > .content-shadow > h5 {
  color: #707070;
  font-weight: 600;
}

/* Section2 */
.bg-section2 {
  background: #083158 0% 0% no-repeat padding-box;
}

.card-upper-section2-1 {
  background-image: url("../img/background_images_03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  border-radius: 30px;
  height: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  /*padding: 0px 15px;*/
  padding: 3rem 2.4rem;
  margin-top: -135px;
  margin-bottom: 30px;
}

.show-mobile {
  display: none;
}

.show-desktop {
  display: block;
}

.card-upper-section2-2 {
  background: #f9f9f9;
  border-radius: 30px;
  height: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  margin-top: -135px;
  margin-bottom: 30px;
  position: relative;
}

.logo-insurance {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-insurance > img {
  max-width: 100%;
  height: auto;
}

.card-section2-text {
  background: #062544;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 20px;
}

.card-section2-text > h4 {
  color: #63c8ff;
}

.card-upper-section2-3 {
  background-image: url("../img/background_images_04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  border-radius: 30px;
  height: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  color: #ffffff;
  /*padding: 0px 15px;*/
  padding: 3rem 2.4rem;
  margin-bottom: 30px;
}

.card-upper-section2-3 > h4 {
  width: 60%;
}

.card-upper-section2-3 > p {
  width: 60%;
}

.card-upper-section2-4 {
  background-image: url("../img/background_images_05.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  border-radius: 30px;
  height: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #005a8d;
  /*padding: 0px 15px;*/
  padding: 3rem 2.4rem;
  margin-bottom: 30px;
}

.card-upper-section2-4 > img {
  width: 70px;
  height: 70px;
}

.card-upper-section2-5 {
  background-image: url("../img/background_images_06.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  border-radius: 30px;
  height: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  /*padding: 0px 15px;*/
  padding: 3rem 2.4rem;
  margin-bottom: 30px;
}

.card-upper-section2-6 {
  background-image: url("../img/background_images_07.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  border-radius: 30px;
  height: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  color: #005a8d;
  /*padding: 0px 15px;*/
  padding: 3rem 2.4rem;
  margin-bottom: 30px;
}

.card-upper-section2-6 > h4 {
  width: 80%;
}

.card-upper-section2-6 > p {
  width: 80%;
}

.card-upper-section2-7 {
  background-image: url("../img/background_images_08.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  border-radius: 30px;
  height: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  color: #ffffff;
  /*padding: 0px 15px;*/
  padding: 3rem 2.4rem;
  margin-bottom: 30px;
}

.card-upper-section2-7 > h4 {
  width: 65%;
}

.card-upper-section2-7 > p {
  width: 65%;
}

.card-upper-section2-8 {
  background-image: url("../img/background_images_09.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  border-radius: 30px;
  height: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  text-align: left;
  color: #ffffff;
  /*padding: 10px 15px;*/
  padding: 3rem 2.4rem;
  margin-bottom: 30px;
}

.card-upper-section2-8 > h4 {
  width: 70%;
}

.card-upper-section2-8 > p {
  width: 70%;
}

.margin-section2-bottom {
  margin-top: 50px;
  margin-bottom: -155px;
}

.section2-bottom-text {
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.section2-bottom-text-mid {
  color: #ffffff;
  margin: 60px 0px 10px 0px;
}

.section2-bottom-text-bottom {
  color: #3c4853;
  margin-top: 90px;
}

.section2-bottom-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section2-bottom-img > img {
  width: 100%;
  height: auto;
}

/* Section3 */
.bg-section3 {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding-bottom: 410px;
}

.margin-section3-top {
  padding-top: 225px;
}

.section3-top-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3-top-img > img {
  width: 100%;
  height: auto;
}

.section3-top-text {
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.section3-top-text-mid {
  color: #0c133c;
  margin: 15px 0px;
}

.section3-top-text-bottom {
  color: #0c133c;
}

.section3-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}

.section3-mid > h2 {
  color: #1d91d0;
  margin-bottom: 30px;
}

.section3-mid > p {
  color: #3c4853;
  margin-bottom: 30px;
}

.section3-mid > video {
  margin: 10px 0px 30px 0px;
  width: 100%;
  height: auto;
}

#myVideo::-webkit-media-controls-play-button {
  display: none !important;
}

#myVideo::-webkit-media-controls-volume-slider {
  display: none !important;
}

#myVideo::-webkit-media-controls-mute-button {
  display: none !important;
}

#myVideo::-webkit-media-controls-timeline {
  display: none !important;
}

#myVideo::-webkit-media-controls-current-time-display {
  display: none !important;
}

#myVideo::-webkit-media-controls {
  display: none !important;
}

#myVideo::-webkit-media-controls-overlay-enclosure {
  display: none !important;
}

.bg-sub-section3 {
  background: #083158 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  padding-bottom: 200px;
}

.sub-section3 {
  margin-top: -380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sub-section3 > h2 {
  color: #63c8ff;
  margin: 15px 0px;
}

.sub-section3 > p {
  color: #ffffff;
}

.sub-section3 > img {
  width: 80%;
  height: auto;
  margin-bottom: 15px;
}

/* Section4 */
.bg-section4 {
  background-image: url("../img/background_images_10.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.box-section4 {
  background: rgba(14, 96, 159, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid #ffffff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 0px;
  margin-top: -130px;
  margin-bottom: 150px;
}

.box-section4 > h2 {
  color: #63c8ff;
}

.box-section4 > span {
  color: #ffffff;
  margin: 10px 0px 50px 0px;
}

.sub-box-section4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sub-box-section4 > p {
  color: #ffffff;
}

.sub-box-section4 > img {
  width: auto;
  height: 150px;
  margin-bottom: 20px;
}

.bg-left-section4 {
  background: #083158 0% 0% no-repeat padding-box;
  padding: 60px 20px;
}

.item-section4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #add2e6;
  margin: 25px 0px;
}

.item-section4 > img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.bg-right-section4 {
  background: #1f252a 0% 0% no-repeat padding-box;
  display: flex;
}

.img-right-section4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-right-section4 > img {
  width: auto;
  height: auto;
  margin-left: -190px;
}

.bg-mid-section4 {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 60px 20px;
}

.form-to-send {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80%;
}

@media screen and (min-width: 1020px) and (max-width: 1100px) {
  /* Navbar */
  .logo-nav > img {
    width: 250px;
    height: auto;
  }

  /* Section2 */
  .margin-section2-bottom {
    margin-top: 50px;
    margin-bottom: -180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 995px) {
  /* Section1 */
  .bg-section1 {
    background-image: url("../img/background_images_mobile.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .section1-left {
    display: flex;
    flex-direction: column;
    margin: 40px 0px;
  }

  .bg-section1-right {
    display: none;
  }

  /* Section2 */
  .logo-insurance > img {
    width: 70px;
    height: 70px;
  }

  .show-mobile {
    display: block;
    margin-top: -70px;
    margin-bottom: 30px;
  }

  .show-desktop {
    display: none;
  }

  .card-upper-section2-2 {
    background: #062544;
    border-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .logo-insurance-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    background-color: #f9f9f9;
    width: 96%;
    border-radius: 30px;
    margin-bottom: -50px;
    position: absolute;
    z-index: 50;
    top: -30%;
    left: 2%;
  }

  .logo-insurance-mobile > img {
    width: 70px;
    height: 70px;
    margin: 5px;
  }

  .card-section2-text {
    background: #062544;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    padding: 140px 10px 30px 10px;
  }

  .card-section2-text > h2 {
    color: #63c8ff;
  }

  .card-upper-section2-1 {
    background-image: url("../img/background_images_03.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    /*padding: 0px 15px;*/
    padding: 3rem 2.4rem;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .section2-bottom-text-mid {
    color: #ffffff;
    margin: 20px 0px 20px 0px;
  }

  .margin-section2-bottom {
    margin-top: 50px;
    margin-bottom: -190px;
  }

  /* Section3 */
  .bg-section3 {
    background: #ffffff 0% 0% no-repeat padding-box;
    padding-bottom: 210px;
  }

  .sub-section3 {
    margin-top: -220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .margin-section3-top {
    padding-top: 180px;
  }

  /* Section4 */
  .form-to-send {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .bg-right-section4 {
    display: none;
  }
}

@media screen and (max-width: 670px) {
  /* Navbar */
  .logo-nav > img {
    width: 250px;
    height: auto;
  }

  /* Footer */
  .logo-footer {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-detail-left {
    text-align: center;
  }

  .link-footer-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .footer-detail-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  /* Section1 */
  .bg-section1 {
    background-image: url("../img/background_images_mobile.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .section1-left {
    display: flex;
    flex-direction: column;
    margin: 50px 0px;
  }

  .section1-right {
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
    padding: 0px 0px;
  }

  .input-form {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: 1px solid transparent;
    color: #000000;
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .btn-top-demo {
    background: #52bdeb 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: 1px solid transparent;
    color: #ffffff;
    background-color: #52bdeb;
    background: linear-gradient(to right, #16a8e7 50%, #52bdeb 50%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    width: 100%;
    height: 55px;
  }

  /* Section2 */
  .section2-bottom-text-mid {
    color: #ffffff;
    margin: 20px 0px 20px 0px;
  }

  .section2-bottom-text-bottom {
    color: #ffffff;
    margin-top: 0px;
  }

  .section2-bottom-img > img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .show-mobile {
    display: block;
    margin-top: -70px;
    margin-bottom: 30px;
  }

  .show-desktop {
    display: none;
  }

  .card-section2-text {
    background: #062544;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    padding: 190px 10px 30px 10px;
  }

  .card-upper-section2-2 {
    background: transparent;
    border-radius: 30px;
    height: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 130px;
    position: relative;
  }

  .logo-insurance-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    background-color: #f9f9f9;
    width: 96%;
    border-radius: 30px;
    margin-bottom: -50px;
    position: absolute;
    z-index: 50;
    top: -33%;
    left: 2%;
  }

  .logo-insurance-mobile > img {
    width: 70px;
    height: 70px;
    margin: 5px;
  }

  /* Section3 */
  .sub-section3 {
    margin-top: -190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .bg-section3 {
    padding-bottom: 215px;
  }

  /* Section4 */
  .bg-section4 {
    background-image: url("../img/background_images_10_mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .form-to-send {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .bg-right-section4 {
    display: none;
  }
}