@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Paytone+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

html {
  margin: 0;
  overflow-x: hidden !important;
  min-width: 700px;
}

body {
  box-sizing: border-box;
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins";
}

.mb-46 {
  margin-bottom: 46px;
}

.mt-24 {
  margin-top: 24px;
}

.address-details-wrapper a {
  border: none;
  background-color: #ffdca8;
  border-radius: 38px;
  padding: 4px 20px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.hero-section {
  background: #e9e2e7;
  padding: 40px;
}

.hero-section .logo-img {
  margin-bottom: 54px;
}

.form-section {
  max-width: 980px;
  width: 100%;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 54px 16px 124px;
}

.form-section h2 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 47px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.form-section h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  margin: 22px 0;
}

.form-section h3 span {
  margin-left: 20px;
}

.form-section p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #ef5081;
  margin-bottom: 36px;
}

.form-section .heading-hr {
  width: 100%;
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
}

.form-section .form-header {
  max-width: 724px;
  width: 100%;
  margin: auto;
}

.form-section label,
#form-1 label,
.header-outside {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #000000;
}

.form-section input {
  background: #f8f9fa;
  border: 1px solid #ededed;
  border-radius: 4px 0px 0px 4px;
  padding: 12px 6px;
  width: 100%;
  margin: 22px 0;
}

input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #adb5bd;
}

/* proper-details */

.proper-details-cont {
  max-width: 790px;
  width: 100%;
  margin: auto;
}

.proper-details {
  background: #f7f7f7;
  border-radius: 10px;
  margin-top: 44px;
  padding: 24px 30px 36px;
}

.proper-details input {
  margin-top: 8px;
  margin-bottom: 16px;
}

.proper-details label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #393c56;
  margin-bottom: 8px;
}

.proper-details h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #595959;
  text-align: center;
  margin-bottom: 34px;
}

.proper-details h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #595959;
  text-align: left;
  margin-bottom: 22px;
}

.image-details-container:hover {
  transform: scale(1.8);
}
.image-details-container {
  background-color: #fff;
  border-color: #a8a8a8;
  border-style: solid;
  padding: 12px;
  margin-bottom: 36px;
  overflow: scroll;
  height:180px;
}

.box {
  border-width: medium;
  border-color: #45434830;
  border-radius: 20px;
  border-style: ridge;
  padding: 12px;
  margin-bottom: 36px;
}

.address-details {
  background: #ffffff;
  padding: 24px 10px;
  margin-bottom: 28px;
}

.proper-details .form-submittion-check {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #5e6175;
}

.proper-details .form-submittion-check input {
  width: fit-content;
  margin: 16px 12px 0;
  position: relative;
  top: 2px;
}

.form-section .form-submittion-check {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #5e6175;
}

#form-1 .form-submittion-check input {
  width: fit-content;
  margin: 16px 12px 0;
  position: relative;
  top: 16px;
  display: inline-block;
}

.nextButton {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 600;
  padding: 12px 72px;
  height: 44px;
  color: white;
  background: #504ee4;
  border-radius: 4px;
  outline: none;
  border: none;
  margin-top: 44px;
  float: right;
}

.backButton {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 600;
  padding: 12px 72px;
  height: 44px;
  color: white;
  background: #888a98;
  border-radius: 4px;
  outline: none;
  border: none;
  margin-top: 44px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(images/calendar-icon.png) no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}

.footer {
  background-color: #0e0f1f;
  padding: 16px;
  text-align: center;
}

.footer p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
}

/* form-1 css */

#form-1 input {
  max-width: 318px;
  width: 100%;
  height: 44px;
  margin-left: 32px;
  display: block;
  margin-bottom: 24px;
  background-color: #fff;
}

#form-1 .wrapper input {
  display: inline;
  width: fit-content;
  height: 13px !important;
  margin-right: 8px;
}

.glyphicon-calendar {
  font-size: 15pt;
  color: #acb5bd;
}
.input-group {
  width: 180px;
  margin-top: 30px;
}

.input-group-btn:last-child > .btn {
  /* margin-left: -48px !important; */
  border: none;
  margin-top: -8px;
  height: 40px;
  border-left: none;
  padding: 8.5px 12px;
  background: transparent;
  display: none;
}

.date-input {
  background: url(images/calendar-icon.png), #fff !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: 38px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  background: #f8f9fa;
  border: 1px solid #ededed;
  border-radius: 4px 0px 0px 4px;
  padding: 12px 20px;
  width: 100%;
  height: 52px;
  margin-top: 7px;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 22px !important;
  right: 10px !important;
}

.select2-container--open .select2-dropdown {
  top: 24px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  border-radius: 4px;
  line-height: 28px;
}

#form-1 select {
  max-width: 318px;
  width: 100%;
  height: 44px;
  display: block;
  margin-bottom: 24px;
  background: #f8f9fa;
  border: 1px solid #ededed;
  border-radius: 4px 0px 0px 4px;
  padding: 6px 20px;
  width: 100%;
  margin: 22px 0;
  margin-left: 32px;
  color: #888a98;
  font-weight: 400;
  font-size: 14px;
}

/* .custom-select select{
    width: 100%;
    height: 44px;
    display: block;
    margin-bottom: 24px;
    background: #F8F9FA;
    border: 1px solid #EDEDED;
    border-radius: 4px 0px 0px 4px;
    padding: 6px 20px;
    width: 100%;
    margin: 10px 0 28px;
    color: #888A98;
    font-weight: 400;
    font-size: 14px;
} */

.selectStyle select {
  width: 100%;
  height: 44px;
  display: block;
  margin-bottom: 24px;
  background: #f8f9fa;
  border: 1px solid #ededed;
  border-radius: 4px 0px 0px 4px;
  padding: 6px 20px;
  width: 100%;
  margin: 10px 0 28px;
  color: #888a98;
  font-weight: 400;
  font-size: 14px;
}

.selectStyle select .form-control {
  width: 100%;
  height: 44px;
}

.selectStyles select {
  width: 100%;
  height: 50px;
  display: block;
  margin-bottom: 24px;
  background: #f8f9fa;
  border: 1px solid #ededed;
  border-radius: 0px 0px 0px 0px;
  padding: 6px 20px;
  width: 100%;
  margin: 10px 0 28px;
  color: #888a98;
  font-weight: 400;
  font-size: 14px;
}

.address-details-wrapper:not(:first-child) {
  margin-top: 40px;
}

.address-details-wrapper h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #393c56;
  margin-bottom: 16px;
}

.green {
  background-color: #61c554;
}

.labelStyle label {
  margin-bottom: 0;
}

.limitShow {
  color: red;
  font-size: 16px;
}

#btn {
  background: #ffdca8;
  width: fit-content !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #000000;
}

.address-details textarea {
  width: 100%;
}

.address-details input[type="radio"] {
  width: fit-content;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 8px;
  margin-left: 16px;
}

.address-details .radioType {
  margin: 0;
  margin-bottom: 28px;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}



/*images size*/
.crop1 {
  width: 900px;
  height: 80px;
  overflow: hidden;
}

.crop1 img {
  /* width: 1700; */
  height: 80px;
  margin: 11px 0 0 0px;
}


@media only screen and (min-width: 992px) {
  /*images size*/
  .crop1 {
    width: 1100px;
    height: 80px;
    overflow: hidden;
  }

  .crop1 img {
    /* width: 1700; */
    height: 80px;
    margin: 11px 0 0 0px;
  }
}

@media only screen and (max-width: 600px) {
  /*images size*/
  .crop1 {
    width: 900px;
    height: 80px;
    overflow: hidden;
  }

  .crop1 img {
    /* width: 1700; */
    height: 80px;
    width: 1100px;
    margin: 11px 0 0 0px;
  }


}




.required:after {
  content: " *";
  color: red;
}


#floatingButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #007bff; /* Blue color */
  color: white;
  border: none;
  padding: 20px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

#floatingButton:hover {
  background-color: #0056b3; /* Darker blue on hover */
  transform: scale(1.1); /* Slightly enlarge on hover */
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

    #pdfContainer {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 999;
      background-color: white;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

    #pdfFrame {
      width: 80vw;
      height: 80vh;
    }