.contactSection {
  width: 100%;
  height: auto;
  min-height: 93vh;
  padding: 120px 0 50px;
}
.contactContainer {
  width: 94%;
  height: auto;
  position: relative;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactLeft {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../images/contact/contact-bg.webp) no-repeat;
  background-position: 60% 40%;
}
.contactLeft h2 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 700;
  font-size: 64px;
  line-height: 150%;
  color: #1b2774;
  margin: 0 0 100px 0;
}
.conFull {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}

.conPic {
  width: 100%;
  height: auto;
}
.conPic img {
  max-width: 100%;
}
.conText {
  width: 100%;
  height: auto;
}
.conText h5 {
  font-family: "Inter", Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  margin: 0 0 10px 0;
}
.conText h5 a {
  color: #000000;
  text-decoration: none;
}
.conText h5 a:hover {
  color: #1b2774;
}
.conText h5 span {
  font-family: "Playfair Display", Helvetica;
  color: #1b2774;
}

.contactRight {
  width: 50%;
  height: auto;
  padding: 27px 0 0 0;
}
.formflx {
  width: 100%;
  height: auto;
  display: flex;
  gap: 20px;
}
.frm {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.frm h5 {
  font-family: "Inter", Helvetica;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 14px 0;
}
.frm input {
  width: 100%;
  height: 60px;
  outline: none;
  font-family: "Inter", Helvetica;
  border: 1px solid #2593d1;
  padding: 7px 12px;
  border-radius: 4px;
  color: #6e6e6e;
  font-size: 16px;
}
.frm textarea {
  width: 100%;
  height: 120px;
  outline: none;
  font-family: "Inter", Helvetica;
  border: 1px solid #2593d1;
  padding: 7px 12px;
  border-radius: 4px;
  color: #6e6e6e;
  font-size: 16px;
}
.frmBtn {
  width: 100%;
  height: auto;
  margin: 0 0 0px 0;
  position: relative;
}
.iti{
  width: 100%;
}
/*.frmBtn button 
{
  width: 100%;
  height: 60px;
  font-family: "Inter", Helvetica;
  border: 1px solid #1B2774;
  padding: 7px 10px;
  border-radius: 0px 10px 0 10px;
  color: #1B2774;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.frmBtn button:hover 
{
  background-color: #1B2774;
  color: #fff;
}
.contactRight h2
{
  display: none;
}*/

.discover-button {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b2774;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #1b2774;
  cursor: pointer;
  position: relative;
  /* overflow: hidden; */
  z-index: 1;
  transition: color 0.3s ease;
}
.discover-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b2774;
  z-index: -1;
  transform: scale(0);
  transform-origin: top left;
  transition: transform 0.4s ease;
}
.discover-button:hover::before {
  transform: scale(1);
}
.discover-button:hover {
  color: #fff;
}
.discover-button:hover::before {
  transform: scale(1);
}
.discoverButton:after {
  content: "";
  position: absolute;
  right: -11px;
  top: -11px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #fff;
  border-bottom: 1px solid #1b2774;
}
.discoverButton:before {screen and (max-width: 570px)
  content: "";
  position: absolute;
  left: -11px;
  bottom: -11px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #fff;
  border-top: 1px solid #1b2774;
}
.contactRightHead{
    display: none;
}
@media screen and (max-width: 1600px) {
  .frm {
    margin: 0 0 15px 0;
  }
  .frm input {
    height: 50px;
  }
  .frm h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1150px) {
  .conFull {
    flex-direction: column-reverse;
  }
  .contactLeft h2 {
    font-size: 46px;
    margin: 0 0 20px 0;
  }
  .contactRight {
    width: 48%;
  }
  .contactSection {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .contactSection {
    padding: 90px 0 50px;
  }
  .contactLeft h2 {
    font-size: 36px;
  }
  .conText h5 {
    font-size: 18px;
  }
  .formflx {
    display: block;
  }
  .frmBtn button {
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .contactContainer {
    flex-direction: column-reverse;
  }
  .contactLeft,
  .contactRight {
    width: 100%;
  }
  .contactLeft h2 {
    display: none;
  }
  .contactLeft {
    margin-top: 30px;
  }
  .contactRight h2 {
    font-family: "Playfair Display", Helvetica;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    color: #1b2774;
    margin: 0 0 20px 0;
    display: block;
  }
  .contactRight {
    padding: 0;
  }
}
