* {
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "adineue PRO";
  src: url(../fonts/adineuePRO-Regular.ttf);
}
body {
  font-family: "adineue PRO";
}
.top-img {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.top-sec .top-img img.logo-img {
  max-width: 150px;
  margin: 0 auto;
}
.bottom-img img {
  width: 100%;
  height: 50vh;
}
.top-sec {
  height: 50vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.left-section-content p {
  font-size: 14px;
  line-height: 14px;
  padding-top:15px;
}
.bottom-img {
  background-image: url(../images/new-footer-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}
/* Right-section */
.right-section {
  height: 100%;
  width: 100%;
}
.right-bg-img {
  background-image: url(../images/right_02_new.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
form {
  padding: 30px 30px;
  background-color: #d4d4d4;
  min-width: 461px;
  margin: 0 auto;
  opacity: 92%;
  text-align: right;
}
form label {
  font-size: 14px;
  height: 100%;
  justify-content: right;
  align-items: center;
  display: flex;
}
form .text-area label {
  display: block;
  padding-top: 10px;
}
.form .description {
  color: #aeb4b9;
  text-align: center;
}
p.description {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 22px;
}
/* .name,
.mail,
.contact {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 16px;
} */
/* .text-area {
  display: flex;
  justify-content: flex-end;
  margin-left: -13px;
  gap: 16px;
  border-radius: 0px !important;
} */
.text-area.message-box .form-control {
  border-radius: 0px;
  border: 1px solid #000;
  padding-left: 10px;
}
/* .text-area.message-box label {
  margin-left: -9px;
} */
form input {
  border: 1px solid #fcfcfc !important;
  border-radius: unset !important;
  /* width: 65% !important; */
  padding: 5px 10px !important;
  border: 1px solid #000 !important;
}
/* .box {
  display: flex;
  gap: 25px;
}
.box label {
  margin-left: -10px;
} */
.sq-radio {
  /* display: block; */
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 5px;
  padding-right: 20px;
}

/* Hide the browser's default radio button */
.sq-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.box1 {
  display: flex;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  /* top: -10px; */
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.sq-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.sq-radio .checkmark:after {
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #241d25;
}
.submit-button-wrapper.text-end button {
  padding: 4px 30px 0px;
  font-size: 14px;
  border: 1px solid #000 !important;
  background-color: #8d8d8d;
  color: #fff;
}
.submit-button-wrapper.text-end button:hover {
  opacity: 0.8;
}
.form-control:focus {
  color: unset;
  background-color: #fff;
  border: 1px solid #000 !important;
  outline: 0;
  box-shadow: unset !important;
}
.mobile-view {
  display: none;
}
/* CSS FOR THANK YOU MESSAGE */
.form-wrp {
  padding: 30px 40px;
  background-color: #d4d4d4;
  max-width: 450px;
  margin: 0 auto;
  opacity: 92%;
}
h2.main span {
  font-size: 58px;
}
.line {
  border: 1px solid black;
  width: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.form-wrp h2 {
  text-align: center;
}
/* MEDIA QURIES START HERE */
@media (min-width: 1281px) {
  .top-img img {
    max-width: 400px;
  }
}
@media (min-width: 993px) {
  .top-img img {
    max-width: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-view {
    display: block;
  }
  .box-content {
    display: flex;
    gap: 16px;
  }
  .for-large-secreen {
    display: none;
  }
  .top-img img {
    max-width: 100%;
  }

  .top-sec {
    height: unset !important;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bottom-img {
    background-image: url(../images/new-footer-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
  }
  /* .box {
    display: flex;
    gap: 25px;
  } */
}
@media only screen and (max-width: 768px) {
  .bottom-img {
    background-image: url(../images/new-footer-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    background-position: top center;
  }
  form {
    min-width: initial;
  }
  form label {
    justify-content: left;
  }
  form .text-area label {
    display: flex;
  }
  .right-bg-img {
    padding: 15px 0;
    height: auto;
  }
}
@media only screen and (max-width: 450px) {
  .bottom-img {
    background-image: url(../images/new-footer-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    background-position: top center;
  }
  form {
    width: 90%;
  }
}
@media only screen and (max-width: 450px) {
  .name,
  .mail,
  .contact {
    display: block;
  }
  form {
    width: 90%;
  }
  .box label {
    margin-left: unset;
  }
  .box {
    display: flex;
    gap: 2px;
  }
  .text-area {
    display: block;
    justify-content: flex-end;
    gap: 16px;
    border-radius: 0px !important;
    margin-left: 0px !important;
  }
  .text-area.message-box label {
    margin-left: unset !important;
  }
  form input {
    border: 1px solid #fcfcfc !important;
    border-radius: unset !important;
    width: 100% !important;
    padding: 5px 10px !important;
    border: 1px solid #000 !important;
  }
  .box-content {
    display: flex;
    gap: 10px;
  }
}
