@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.contact-secA {
  overflow: hidden;
}
@media only screen and (min-width: 991px) {
  .contact-secA {
    margin-top: 100px;
  }
}
.contact-secA .banner {
  top: auto;
}
@media only screen and (max-width: 540px) {
  .contact-secA .banner {
    height: 30vh;
    position: relative;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .banner .bg {
    height: 100%;
  }
}
.contact-secA .banner .banner-wrapper {
  top: 55%;
}
@media only screen and (max-width: 540px) {
  .contact-secA .banner .banner-wrapper {
    margin: 0;
    top: initial;
    bottom: 0;
    position: absolute;
  }
}
.contact-secA .banner .banner-wrapper .content {
  text-align: center;
  width: 100%;
  margin-bottom: 120px;
}
@media only screen and (max-width: 540px) {
  .contact-secA .banner .banner-wrapper .content {
    margin-bottom: 0;
  }
}
.contact-secA .banner .banner-wrapper .content h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  line-height: 100%;
  letter-spacing: 0%;
}
@media only screen and (max-width: 540px) {
  .contact-secA .banner .banner-wrapper .content h1 {
    font-size: 36px;
  }
}
.contact-secA .banner .banner-wrapper .content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6980392157);
}
.contact-secA .banner .banner-wrapper .box-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 540px) {
  .contact-secA .banner .banner-wrapper .box-container {
    display: none;
  }
}
.contact-secA .banner .banner-wrapper .box-container .box {
  background-color: #FFFFFF;
  width: 332px;
  max-width: 332px;
  height: 247px;
  gap: 22px;
  border-radius: 10px;
  padding-top: 26px;
  padding-right: 18px;
  padding-bottom: 26px;
  padding-left: 18px;
  text-align: center;
  padding: 30px 20px;
}
@media only screen and (max-width: 540px) {
  .contact-secA .banner .banner-wrapper .box-container .box {
    width: 100%;
  }
}
.contact-secA .banner .banner-wrapper .box-container .box .link:hover i {
  font-weight: 600;
  transition: 0.5s ease-in-out;
  margin-left: 5px;
}
.contact-secA .banner .banner-wrapper .box-container .box .whatsapp-link a:hover {
  background-color: #6EB854;
  color: #fff;
  border: 1px solid #6EB854;
}
.contact-secA .banner .banner-wrapper .box-container .box .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin: 10px 0;
}
.contact-secA .banner .banner-wrapper .box-container .box .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #666666;
  max-width: 296px;
  height: 48px;
}
@media only screen and (max-width: 991px) {
  .contact-secA .banner .banner-wrapper .box-container .box .description {
    font-size: 14px;
  }
}
.contact-secA .banner .banner-wrapper .box-container .box .description span {
  display: block;
}
.contact-secA .banner .banner-wrapper .box-container .box .description span a {
  color: #666666;
}
.contact-secA .banner .banner-wrapper .box-container .box .link {
  margin-top: 30px;
}
.contact-secA .banner .banner-wrapper .box-container .box .link a {
  color: black;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.contact-secA .banner .banner-wrapper .box-container .box .whatsapp-link a {
  border: 1px solid #666666;
  padding: 8px 20px;
  border-radius: 26px;
}
.contact-secA .banner .banner-wrapper .vactor {
  position: absolute;
  top: 300px;
}
.contact-secA .banner-wrapper {
  top: 75%;
}

.details-info {
  display: none;
  padding: 40px 0;
}
@media only screen and (max-width: 540px) {
  .details-info {
    display: block;
  }
  .details-info .box-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
  }
  .details-info .box-container .box {
    background-color: #FFFFFF;
    width: 332px;
    max-width: 332px;
    height: -moz-fit-content;
    height: fit-content;
    gap: 22px;
    border-radius: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) and (max-width: 540px) {
  .details-info .box-container .box {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .details-info .box-container .box .link:hover i {
    font-weight: 600;
    transition: 0.5s ease-in-out;
    margin-left: 5px;
  }
  .details-info .box-container .box .whatsapp-link a:hover {
    background-color: #6EB854;
    color: #fff;
    border: 1px solid #6EB854;
  }
  .details-info .box-container .box .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin: 10px 0;
  }
  .details-info .box-container .box .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #666666;
    max-width: 296px;
    height: 48px;
    margin: auto;
  }
  .details-info .box-container .box .description span {
    display: block;
  }
  .details-info .box-container .box .description span a {
    color: #666666;
  }
  .details-info .box-container .box .link {
    margin-top: 30px;
  }
  .details-info .box-container .box .link a {
    color: black;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
  }
  .details-info .box-container .box .whatsapp-link a {
    border: 1px solid #666666;
    padding: 8px 20px;
    border-radius: 26px;
  }
}

.contact-secB {
  overflow: hidden;
  padding: 50px 0;
  height: auto;
  background: #CADDFF;
}
.contact-secB .box {
  margin: auto;
  max-width: 779px;
  height: auto;
}
.contact-secB .box form .form-grid {
  --item: 2;
  --gaplr: 20px;
  --gaptb: 20px;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box form .form-grid {
    --item: 1;
  }
}
.contact-secB .box form .form-grid button {
  padding: 20px 62px;
}
.contact-secB .box form .form-grid .textarea-input {
  height: 100px !important;
}
.contact-secB .box form .form-grid .form-group {
  background-color: white;
  border: none;
  outline: none;
  border: none;
  height: 52px;
  gap: 16px;
  border-radius: 10px;
  padding: 5px 17px;
  padding-left: 17px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.contact-secB .box form .form-grid .form-group::before {
  background: none;
}
.contact-secB .box form .form-grid .form-group::after {
  background: none;
}
.contact-secB .box form .form-grid .form-group label {
  padding-left: 15px;
  font-weight: 400;
  line-height: 24px;
}
.contact-secB .box form .form-grid .form-group:last-child {
  border: none;
  height: 91px;
  gap: 16px;
  border-radius: 10px;
  resize: none;
  color: #666666;
  background: white;
  margin-bottom: 20px;
  padding: 10px 10px 10px 18px;
  color: black;
  font-family: inherit !important;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.contact-secB .box form .form-grid .span-2 {
  grid-column: span 2;
  height: 100px;
}
.contact-secB .box .heading {
  text-align: center;
  margin-bottom: 70px;
}
.contact-secB .box .heading h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
}
.contact-secB .box .heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .heading p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.contact-secB .box .form-sec .group1, .contact-secB .box .form-sec .group2, .contact-secB .box .form-sec .group3 {
  display: flex;
  gap: 25px;
  margin-bottom: 26px;
}
.contact-secB .box .form-sec .group4 textarea {
  width: 100%;
  border: none;
  height: 91px;
  gap: 16px;
  border-radius: 10px;
  resize: none;
  color: #666666;
  background: white;
  margin-bottom: 20px;
  padding: 10px 10px 10px 18px;
  color: black;
  font-family: inherit !important;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.contact-secB .box .form-sec .group4 textarea:focus-visible {
  outline: none;
}
.contact-secB .box .form-sec .group4 textarea::-moz-placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.contact-secB .box .form-sec .group4 textarea::placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.contact-secB .box .form-sec .group5 button {
  width: 171px;
  height: 39px;
  gap: 10px;
  border-radius: 25px;
  padding-top: 10px;
  padding-right: 22px;
  padding-bottom: 10px;
  padding-left: 22px;
  background: #0A3481;
  color: white;
}
.contact-secB .box .form-sec .submit-button {
  text-align: center;
  margin-top: 35px;
}
.contact-secB .box .form-sec input {
  width: 50%;
  border: none;
  width: 362.5;
  height: 52px;
  gap: 16px;
  border-radius: 10px;
  padding-top: 5px;
  padding-right: 17px;
  padding-bottom: 5px;
  padding-left: 17px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.contact-secB .box .form-sec input:focus-visible {
  outline: none;
}
.contact-secB .box .form-sec input::-moz-placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.contact-secB .box .form-sec input::placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.contact-secB .box .form-sec .custom-select {
  display: flex;
  align-items: center;
  width: 50%;
  border: none;
  height: 52px;
  gap: 16px;
  border-radius: 10px;
  padding-top: 5px;
  padding-right: 17px;
  padding-bottom: 5px;
  padding-left: 17px;
  background: white;
  color: #666666;
}
.contact-secB .box .form-sec .custom-select::before {
  right: 20px;
}

.contact-secC {
  overflow: hidden;
  height: auto;
  margin-bottom: -6.9px;
}
.contact-secC iframe {
  width: 100%;
  margin-bottom: 0;
  height: 656px;
}/*# sourceMappingURL=contact-us.css.map */