

/* Add gap between checkbox and label */

@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&amp;display=swap");
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Manrope', sans-serif;
  --tp-ff-heading: 'Manrope', sans-serif;
  --tp-ff-p: 'Manrope', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 5 Pro";
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-black-2: #241F1B;
  --tp-common-black-3: #212227;
  --tp-common-balck-4: #292930;
  --tp-common-black-5: #2D2621;
  --tp-heading-primary: #000;
  --tp-grey-1: #D0D0D0;
  --tp-grey-2: #F9F9F9;
  --tp-grey-3: #74696B;
  --tp-grey-4: #342E2A;
  --tp-text-body: #74696B;
  --tp-text-1: #74696B;
  --tp-text-2: #0D0D0D;
  --tp-text-3: #767270;
  --tp-text-4: #A89D9F;
  --tp-text-5: #787571;
  --tp-text-6: #8A879F;
  --tp-text-7: #B4B2B1;
  --tp-theme-primary: #ff9c41;
  --tp-theme-secondary: #FF9B40;
  --tp-theme-1: #5BB286;
  --tp-theme-2: #8EA1E4;
  --tp-border-1: #0D0D0D;
  --tp-border-2: #F0F0F0;
  /**
  @font weight declaration
  */
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 500;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  /**
  @font size declaration
  */
  --tp-fz-body: 16px;
  --tp-fz-p: 16px;
  --tp-fz-h1: 40px;
  --tp-fz-h2: 36px;
  --tp-fz-h3: 24px;
  --tp-fz-h4: 20px;
  --tp-fz-h5: 16px;
  --tp-fz-h6: 14px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--tp-ff-body);
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 26px;
  overflow-x: hidden;
  background: #F9F9F9;
}
nav .logo{
  line-height:0;
} 
.form-header {
  padding: 20px 110px;
  background: #FFFFFF;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.form_footer {
  background: #262626;
  padding: 20px 110px;
}
.tp-footer_01 {
  font-size: 16px;
  color: #FFFFFF;
}
.tp-footer_01 a {
  text-decoration: none;
  color: #FFFFFF;
}
.pb-70 {
  padding-bottom: 0px!important;
}
.pt-70 {
  padding-top: 75px!important;
}
.pt-40 {
  padding-top: 40px!important;
}
.pt-25 {
  padding-top: 25px!important;
}
.pt-10 {
  padding-top: 10px!important;
}
.mt-30 {
  margin-top: 30px!important;
}
.tp-contact_07 {
  padding: 10px!important;
  background: #FFFFFF!important;
  margin-left: 20px!important;
  margin-right: 20px!important;
}
.tp-contact_07 h4 {
  font-size: 30px!important;
  font-weight: 700!important;
  letter-spacing: -1px!important;
  line-height: 1.2!important;
  margin-bottom: 10px!important;
  color: #000000!important;
}
.tp-contact_07 p {
  color: #363635!important;
  font-size: 17px!important;
  line-height: 30px!important;
  /* margin-bottom: 40px!important; */
}
.form_panel {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  color: #363635 !important;
}
.tp-contact__from-main {
  padding: 25px 60px 30px 60px !important;
}
.sub_head {
  font-size: 20px;
  color: #000000!important;
  font-weight: 700 !important;
  border-bottom: 1px dotted #C0C0C0!important;
  padding-bottom: 5px!important;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact__from-main {
    padding: 30px 15px!important;
  }
}

.tp-contact__from-main input[type="text"],
.tp-contact__from-main input[type="email"],
.tp-contact__from-main input[type="password"],
.tp-contact__from-main input[type="tel"] {
  box-sizing: border-box!important;
  width: 100%!important;
  margin-right: 0!important;
  height: 65px!important;
  padding: 0 20px!important;
  margin-bottom: 15px!important;
  border: 1px solid var(--tp-border-2)!important;
  border-radius: 5px!important;
  font-size: 15px!important;
  background-color: var(--tp-grey-2)!important;
  /*  margin-bottom: 30px;*/
}


.tp-contact__from-main input::-webkit-input-placeholder {
  color: var(--tp-text-4)!important;
}
.tp-contact__from-main input:-moz-placeholder {
  color: var(--tp-text-4)!important;
}
.tp-contact__from-main input::-moz-placeholder {
  color: var(--tp-text-4)!important;
}
.tp-contact__from-main input:-ms-input-placeholder {
  color: var(--tp-text-4)!important;
}
.tp-contact__from-main input:focus {
  border-color: var(--tp-theme-primary)!important;
}
.tp-contact__from-main textarea {
  width: 100%;
  height: 160px;
  font-size: 15px;
  resize: none;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid var(--tp-border-2);
  border-radius: 5px;
  background-color: var(--tp-grey-2);
}
.tp-contact__from-main textarea::-webkit-input-placeholder {
  color: var(--tp-text-4)!important;
}
.tp-contact__from-main textarea:-moz-placeholder {
  color: var(--tp-text-4)!important;
}
.tp-contact__from-main textarea::-moz-placeholder {
  color: var(--tp-text-4)!important;
}
.tp-contact__from-main textarea:-ms-input-placeholder {
  color: var(--tp-text-4)!important;
}
.tp-contact__from-main textarea:focus {
  border-color: var(--tp-theme-primary)!important;
  outline: none;
}
.tp-contact__from-main .nice-select {
  width: 100%!important;
  height: 65px!important;
  padding: 0 20px!important;
  margin-bottom: 15px!important;
  border: 1px solid var(--tp-border-2)!important;
  border-radius: 5px!important;
  font-size: 15px!important;
  background-color: var(--tp-grey-2)!important;
}
.tp-contact__from-main .nice-select:focus {
  border-color: var(--tp-theme-primary)!important;
}
.tp-contact__from-main .nice-select span {
  line-height: 65px!important;
}
.tp-contact__from-main .nice-select span.current {
  color: var(--tp-text-4)!important;
}
.tp-contact__from-main .nice-select .list {
  width: 100%!important;
}
.tp-contact__from-main .nice-select::after {
  right: 15px!important;
  color: var(--tp-common-black)!important;
}
.tp-contact__from-main .tp-btn {
  height: 65px!important;
  line-height: 65px!important;
}
/* .check_box_ed {
  margin-top: 15px !important;
  margin-right: 8px !important;
  margin-bottom: 0px !important;
} */
.sub-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: #ff9b40;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 38px;
  /*  text-transform: uppercase;*/
  border-radius: 5px;
  position: relative;
  letter-spacing: 1.4px;
  border: none !important;
}
.sub-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}



.nice-select::after {
  border: none;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  right: 0;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  transform-origin: center;
  color: var(--tp-common-black);
  font-weight: 500;
  height: auto;
  width: auto;
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.check_box_ed {
  display: inline-block !important;
  opacity: 1 !important;
  margin-top: 15px !important;
  margin-right: 8px !important;
  margin-bottom: 0px !important;
  vertical-align: middle !important;
  pointer-events: auto !important;
  position: static !important;
}

.check_box_ed,
.check_box_ed + label {
  vertical-align: middle !important;
}

/* .check_box_ed {
 
} */
/*  */

/* Directly align checkbox and label using flex on their immediate parent */
.col-lg-12.pt-10 {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

/* Ensure checkbox and label are vertically centered */
.col-lg-12.pt-10 input[type="checkbox"],
.col-lg-12.pt-10 label {
  vertical-align: middle !important;
  margin: 0 !important;
}

.col-lg-12.pt-10 label {
  margin-left: 5px !important;
  font-size: 1rem !important;
  color: #363635 !important;
}

/* .col-lg-12.pt-10 input[type="checkbox"] {
  padding-top: 6px !important;
} */

.check_box_ed {
  margin-top: 15px !important;
  margin-right: 8px !important;
  margin-bottom: 0px !important;
  vertical-align: middle !important;
}

a:hover,
a:focus,
a:active {
  color: #ff6f40;
  text-decoration: none;
}


#snackbar {
  visibility: hidden;
  min-width: 300px;
  background-color: #323232;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 14px 20px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  font-size: 14px;
}

#snackbar.show {
  visibility: visible;
  animation: fadein 0.3s ease, fadeout 0.3s ease 2.7s;
}

@keyframes fadein {
  from { top: 10px; opacity: 0; }
  to   { top: 30px; opacity: 1; }
}

@keyframes fadeout {
  from { top: 30px; opacity: 1; }
  to   { top: 10px; opacity: 0; }
}

@media only screen and (max-width: 768px) {
  .tp-contact_07 {
    padding: 5px!important;
    background: #FFFFFF!important;
    margin-left: 5px!important;
    margin-right: 5px!important;
}
}