.cf-form {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.cf-form .input-container-full {
  position: relative;
  width: 100%;
}

.cf-form .input-field {
  padding: 20px 16px 10px 16px;
  border-radius: 8px;
  padding-right: 50px;
  width: 100%;
  border: 0;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #fff;
}

.cf-form label {
  position: absolute;
  left: 0;
  top: 0;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #adadad;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  margin-left: 16px;
  cursor: text;
  transition: 0.2s ease-in-out;
}

.cf-sumbit-wrap .cf-checkbox {
  position: relative;
}

.contact-info-row a,
.contact-info-row {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  transition: 0.2s;
}

.bold-com {
  font-weight: 700;
}

.contact-titles {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
}

.form-cf-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
}

.contact-info .contact-info-row {
  display: flex;
  gap: 17px;
  align-items: center;
}

.account-details-form.cf-form {
  padding-bottom: 0;
}

.contact-us-first-col {
  width: 65%;
  padding-right: 124px;
  display: flex;

  flex-wrap: wrap;
}
.contact-us-second-col {
  width: 35%;
  padding-left: 108px;
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 80px;
  z-index: 10;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 36px;
}

.contact-info-company {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 16px;
}

.cf-sumbit-wrap {
  width: 100%;
  display: flex;
  gap: 32px;
  align-items: center;
  align-content: center;
}

.cf-form .btn-submit {
  width: 50%;
  margin-top: 0px;
}

.cf-form .cf-checkbox label {
  position: relative;
  white-space: nowrap;
  margin: 0;
}

.cf-sumbit-wrap .cf-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 3px;
}

.privacy-pol-text,
.privacy-pol-text a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.privacy-pol-text a {
  text-decoration: underline;
}

.cf-col-wrap {
  display: flex;
  align-items: center;
  margin-top: -86px;
}

.container.contact-container:before {
  content: "";
  position: fixed; /* fixed to viewport */
  top: 0;
  right: 0;
  width: 30vw; /* 30% of viewport width */
  height: 100vh; /* full viewport height */
  background-color: #fff;
  z-index: 0;
}
header,
footer {
  z-index: 2;
  position: relative;
}
.success-message {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.cf-sumbit-wrap .cf-checkbox {
    position: relative;
    padding-left: 30px;
}
.cf-sumbit-wrap .cf-checkbox{
    font-size: 14px;
    display: flex;    
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 50%;
}
.cf-sumbit-wrap .cf-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 18px;
    width: 18px;
    z-index: 9999;
    left: 0;
    margin: 0;
    /* padding: 0; */
}
.cf-sumbit-wrap .cf-checkbox .checkmark {
    position: absolute;
    top: 15px;
    left: 0px;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #DAD1CA;
    border-radius: 4px;
}
.cf-sumbit-wrap .cf-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.cf-sumbit-wrap .cf-checkbox .checkmark:after {
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
}
.cf-sumbit-wrap .cf-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    background: url(assets/icons/checkbox-cross-white.svg);
    background-repeat: no-repeat;
    background-size: 8px 8px;
}
.cf-sumbit-wrap .cf-checkbox input:checked ~ .checkmark {
    background-color: #FF7606;
}
.cf-sumbit-wrap .cf-checkbox input:hover ~ .checkmark:after {
    display: block;
    position: absolute;
    background: url(assets/icons/checkbox-cross.svg);
    background-repeat: no-repeat;
    background-size: 8px 8px;
}
.cf-sumbit-wrap .cf-checkbox label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    color: #000;
    gap: 5px;
}
.cf-sumbit-wrap .cf-checkbox label a{
    color:#000000;
    transition: 0.2s;
}
.cf-sumbit-wrap .cf-checkbox label a:hover{
    color:#FF7606;
}


@media only screen and (max-width: 1024px) {
  .contact-us-first-col {
    width: 65%;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .contact-us-second-col {
    width: 35%;
    padding-left: 20px;
    background-color: #fff;
    padding-bottom: 80px;
    padding-top: 80px;
    z-index: 10;
  }
}

@media only screen and (max-width: 768px) {
  .cf-col-wrap {
    display: flex;
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-us-first-col {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .contact-us-second-col {
    width: 100vw;
    padding-left: 20px;
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
    z-index: 10;
    margin-top: 40px;
    padding-left: 20px;
    margin-left: -20px;
  }
  .container.contact-container:before {
    display: none;
  }
  .cf-form {
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .cf-form .input-container {
    max-width: 100%;
    width: 100%;
    position: relative;
  }

  .cf-sumbit-wrap {
    width: 100%;
    display: flex;
    gap: 0px;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }
  .cf-form .btn-submit {
    width: 100%;
    margin-top: 0px;
  }
  .cf-sumbit-wrap .cf-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 3px;
    width: 100%;
  }
  .form-wrap-contact {
    width: 100%;
  }
}
