@font-face {
  font-family: "Montserrat";
  src: url(../fontfamily/static/Montserrat-Medium.ttf);
}
/* Contact Page CSS Start */
body{
  position: relative;
  background-color: #151C29 !important;
  overflow-x: hidden;
  height: 100%;
}
body::before {
  content: "";
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 10%;
}
.back-vector {
  width: 50%;
  position: absolute;
  left: -8%;
  bottom: 32%;
  transform: rotate(15deg);
}

.back-vector-1 {
  width: 50%;
  position: absolute;
  right: 2%;
  top: 6%;
}
#main-logo {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  max-width: 141px;
}
.formBox {
    max-width: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 70px;
}
.contactUsFixedBg {
    position: absolute;
    bottom: -5%;
    right: 15%;
    max-width: 300px;
    z-index: -1;
    opacity: 3%;
}
.inputGroup {
  width: 100%;
}
.input1Inner {
  width: 40%;
  flex-grow: 1;
}
.contactPage {
  padding-top: 130px;
  position: relative;
}
.contactPageRow{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactPageMainDiv{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contactPageMainDiv .heading{
  color: #fff;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #556EA4;
  border-radius: 10px;
  padding: 40px 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactPageMainDiv h2 {
  color: #fff;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  border-top: 1px solid #556EA4;
  border-bottom: 3px solid #556EA4;
  border-right: 1px solid #556EA4;
  border-left: 1px solid #556EA4;
  margin: 0;
  padding: 20px 10px;
  width: 50%;
  text-align: center;
}
/* .contactPageDiv2{
  width: 100%;
  padding: 30px;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 2px solid #556EA4;
} */
.contactPageDiv2 {
  margin-top: 30px;
  position: relative;
  padding: 40px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border:1px solid #556EA4;
  border-radius: 10px;
}
.contactPageDiv2 p{
  color: #556EA4;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
.contactPageDiv2 h2{
  margin: 30px 0px;
  color: #000000;
  font-size: 36px;
  font-family: 'Montserrat';
  font-weight: 600;
}
.input1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}
.input1 .fname label{
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  padding: 5px 0px;
  font-family: 'Montserrat';
}
.input1 .fname input{
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  font-weight: 400;
  padding: 5px 20px;
  outline: none;
  border: 1px solid #556ea4;
  border-radius: 5px;
  font-family: 'Montserrat';
}
.input1 .lname label{
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  padding: 5px 0px;
  font-family: 'Montserrat';
}
.input1 .lname input{
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  font-weight: 400;
  padding: 5px 20px;
  outline: none;
  border: 1px solid #556ea4;
  border-radius: 5px;
  font-family: 'Montserrat';
}
.input2{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}
.input2 label{
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 5px 0px;
  font-family: 'Montserrat';
}
.input2 input{
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  font-weight: 400;
  padding: 5px 20px;
  outline: none;
  border: 1px solid #556ea4;
  border-radius: 5px;
  font-family: 'Montserrat';
}
.input3 label{
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 5px 0px;
  font-family: 'Montserrat';
}
.input3 input{
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  font-weight: 400;
  padding: 5px 20px;
  outline: none;
  border: 1px solid #556ea4;
  border-radius: 5px;
  font-family: 'Montserrat';
}
.input4 label{
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 5px 0px;
  font-family: 'Montserrat';
}
.input4 .input{
  width: 100%;
  height: 200px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  font-weight: 400;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #556ea4;
  border-radius: 5px;
  font-family: 'Montserrat';
}
.input5 label{
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 5px 0px;
  font-family: 'Montserrat';
}
.input5 input{
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  font-weight: 400;
  padding: 5px 20px;
  outline: none;
  border: 1px solid #556ea4;
  border-radius: 5px;
  font-family: 'Montserrat';
}
.submitBtn{
  margin-top: 40px;
  display: flex;
  justify-content: end;
  align-items: end;
  width: 100%;
}
.submitBtn a{
  text-decoration: none;
  padding: 5px 60px;
  border-radius: 10px;
  background-color: #556ea4;
  color: white;
  font-size:20px;
  font-family: 'Montserrat';
  -webkit-box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
}

#terms-link-inner {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* .agree{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;  
  background-image: url(../../assets2/img/contactFormBg2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
} */
.agree {
  margin-top: 10px;
  position: relative;
  padding: 40px;
  overflow: hidden;
  z-index: 1;
  border:1px solid #556EA4;
  border-radius: 10px;
}

.agree p{
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}

/* Contact Page CSS End */

.circular-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.circular-checkbox input[type="checkbox"] {
  display: none; /* Hide the default checkbox */
}

.circular-checkbox span {
  display: inline-block;
  vertical-align: middle;
}

.circular-checkbox span:first-of-type {
  width: 36px; /* Adjust the size */
  height: 24px;
  background-color: white;
  border-radius: 50%; /* Makes it circular */
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-right: 10px; /* Space between circle and text */
}

.circular-checkbox input[type="checkbox"]:checked + span:first-of-type {
  background-color: #556EA4; /* Background color when checked */
}

.circular-checkbox span:first-of-type::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px; /* Adjust size of checkmark */
  height: 10px;
  background: white; /* Checkmark color */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}

.circular-checkbox input[type="checkbox"]:checked + span:first-of-type::after {
  transform: translate(-50%, -50%) scale(1); /* Show checkmark when checked */
}

.checkbox-text {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}