@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.modal-backdrop {
    opacity: -11 !important;
    pointer-events: none;
}
/* form information pages's css star  */
section.form-instruction-wrap {
  max-width: 900px;
  margin: auto;
  padding: 20px 60px;
  background: #dddddd26;
}
.e-f-header-img-wrap {
  background-image: url('../../assets/hero_img__.jpeg');
  background-size: cover;
  background-position: center;
}
.e-f-header-img-wrap-idme{
  background-image: url('../../assets/security_banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.f-i-address-card {
  float: right;
}

.f-i-address-card p {
  margin: 0px;
  font-size: 15px;
  margin-bottom: 2px;
  color: #ddd;
}
section#employee_info_section_wrapper {
  background: linear-gradient(45deg, #fc466b, #3f5efb);
}
.f-i-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.f-i-address-card h4 {
  font-size: 19px;
  margin-bottom: 8px;
  font-style: italic;
  color: #ffffff;
}

.c-i-box {
  background: #b6c0de42;
  text-align: center;
  padding: 12px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 25px;
  margin-top: 30px;
  font-size: 26px;
}

.f-i-body p {
  font-size: 16px;
  color: #ddd;
}

.c-i-body-includes h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
}

.c-i-body-includes {
  margin: 25px 0px;
}

.c-i-body-includes ul li {
  opacity: 0.9;
  font-size: 16px;
  list-style: none;
  margin: 4px;
  color: white;
}

.c-i-body-address h4 {
  color: #ffffff;
  font-size: 20px;
}

.c-i-body-address p {
  margin-bottom: 2px;
  font-size: 15px;
  font-style: italic;
  opacity: 0.9;
  color: #fffafa;
}

.c-i-body-address h4 {
  margin-bottom: 12px;
  margin-top: 20px;
  font-weight: 300;
}

.f-i-body {
  padding-bottom: 25px;
}
.c-i-body-includes ul {
  padding-left: 17px;
}

.fa-regular.fa-circle-check {
  color: antiquewhite;
}
section.form-instruction-wrap {
  position: relative;
  box-shadow: 5px 7px 20px 0px #00000024;
}

.next-btn-wrap {
  position: fixed;
  top: 85%;
  right: 133px;
}

#nextButton {
  padding: 10px 20px;
  border: 2px solid #51519b14;
  background: #525ced;
  color: white;
  border-radius: 4px;
  box-shadow: 3px 3px 9px 0px #3c3f61a1;
  transition: all 0.6s;
  cursor: pointer;
  text-decoration: none;
}

#nextButton:hover {
  box-shadow: none;
  background: #061d44;
  opacity: 0.9;
}
/* form information pages's css end  */

/* employee form page's css start  */
section#employee-form-wrap {
  background: linear-gradient(45deg, #fc466b, #3f5efb);
  padding-bottom: 80px;
}

.e-f-header {
  max-width: 900px;
  margin: auto;
}

.e-f-header-bg {
  background: linear-gradient(45deg, #fc466b7a, #3f5efba3);
  height: 180px;
}

h1.e-f-header-title {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  font-size: 2.6rem;
}

img.e-f-header-img {
  display: none;
}

.e-form-body {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(45deg, #e6748a6b, #ffffff2e);
  backdrop-filter: blur(10px);
  box-shadow: 15px 17px 20px 9px rgb(0 0 0 / 10%);
  border-left: 4px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 3rem;
  border-radius: 0px 0px 15px 15px;
}

form.needs-validation h1 {
  font-size: 1.7rem;
  color: #fff;
  margin-top: 13px;
  margin-bottom: 30px;
}

.e_form_input input,
.e_form_input select {
  backdrop-filter: blur(16px);
  background: #9ba7ab29;
  color: #2d2e3e;
  font-size: 13px;
  border: 2px solid #e2e4ef4a;
  border-radius: 33px;
  box-shadow: 3px 5px 12px 0px #1716161f;
}

.e_form_input input:focus {
  background: #d3dee266 !important;
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgb(119 89 168 / 28%);
}

.e_form_input label {
  color: #ddd;
  margin-bottom: 5px;
  margin-left: 6px;
  text-transform: capitalize;
  font-size: 15px;
}

.e_form_input_box {
  margin: 15px 5px;
}

h3.row-title- {
  font-size: 1.3rem;
  margin-top: 35px;
  margin-bottom: 5px;
  margin-left: 9px;
  color: #ffffffeb;
}

.license-taker-input-box h6 {
  color: #ddd;
  margin-bottom: 6px;
  margin-left: 6px;
  text-transform: capitalize;
  font-size: 14px;
}

.l-taker-i-b label {
  position: absolute;
  background: #575be9;
  padding: 4px 8px;
  color: #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
}

.l-taker-i-b input {
  color: #ebe8e8;
  font-size: 14px;
  margin-left: 11px;
}
.form-submit-btn-style {
  padding: 10px 50px;
  margin: 30px auto;
  display: block;
  margin-bottom: 45px;
  box-shadow: 4px 5px 9px 1px #00008b33;
  border-radius: 40px;
  color: white;
  background: #ac50a8ab;
  border: 2px solid #ad4d95d9;
  text-transform: capitalize;
}
span.required-badge {
  color: crimson;
  padding-left: 3px;
}
/* employee form page's css end  */

/* id me auth page's css start */
.id_me_auth_body form h3 {
  font-size: 1.5rem;
}

.id-me-auth-details p {
  color: #ede9e9;
  font-size: 15px;
}
.id-me-auth-details {
    padding-top: 20px;
}

.signin-with-idme a {
    text-decoration: none;
}

.signin-with-idme h3 {
    font-size: 20px;
    color: black;
}

.signin-with-idme img {
    width: 368px;
    height: 58px;
    object-fit: cover;
    border-radius: 7px;
}

.signin-with-idme {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
p.some-bold-p {
  font-weight: 600;
}

.id-me-auth-login {
  margin-top: 35px;
  text-align: center;
}

.id-me-auth-login img {
  width: 260px;
  cursor: inherit;
  margin-bottom: 15px;
}

.id_me_auth_body .row {
  justify-content: center;
}

.id-me-auth-signup {
  text-align: center;
  margin-top: 25px;
}

.id-me-auth-signup img {
  width: 290px;
  cursor: pointer;
  margin-bottom: 30px;
}

.or_separator {
  position: relative;
  width: 600px;
  margin: auto;
  text-align: center;
  margin-bottom: 35px;
}

.id_me_auth_body {
  position: relative;
  padding-bottom: 50px;
}

.or_separator::after {
  content: ' ';
  width: 170px;
  border-bottom: 2px solid #1111128c;
  position: absolute;
  right: 109px;
  top: 10px;
}

.or_separator::before {
  content: '';
  position: absolute;
  width: 170px;
  border-bottom: 2px solid #1111128c;
  right: 323px;
  top: 10px;
}
/* id me auth page's css end */


/* home page hero & footer part css start  */
.hero-img-wrap{
  background-image: url('../../assets/blue-chlp-moving-hero-image.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hs-top-bar {
  background: #0a2882;
  text-align: center;
  padding: 6px;
}

.hs-top-bar a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

.hs-top-bar a:hover {
  text-decoration: underline;
  color: #ddd;
}

.hs-nav-bar {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

.hs-nav-item a {
  color: white;
  text-transform: uppercase;
  padding: 15px;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
}

section#hero-section {
  position: relative;
}

.hs-booking-part h1 {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 3rem;
}
.e-f-wrap{
  padding-top: 60px;
}
.hs-hero-details {
  padding-top: 180px;
  padding-bottom: 30px;
}

.hs-booking-part p {
  text-transform: capitalize;
  color: white;
  font-size: 20px;
  font-family: cursive;
  margin-bottom: 43px;
}

a.hs-cta-btn {
  text-decoration: none;
  color: white;
  border: 2px solid white;
  padding: 12px 25px;
  border-radius: 20%;
  background: #ddd3;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .7s;
}

.hs-hiring-part h1 {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-family: cursive;
}

.hs-hiring-part {
  background: #0000004a;
  padding: 25px 30px;
  text-align: center;
  width: fit-content;
  float: right;
  border-radius: 15px;
}

.hs-hiring-part a {text-transform: uppercase;font-weight: 600;padding: 7px 0px;display: block;font-size: 21px;}
.hero-img-wrap {
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    filter: brightness(0.7);
}

.hs-top-bar {
    position: inherit;
}

section#hero-section .container {
    position: inherit;
}

a.hs-cta-btn:hover {
    background: antiquewhite;
    color: black;
}

section#about-section-wrapper {
  text-align: center;
  margin: 110px 100px;
}

section#about-section-wrapper h1 {
  margin-bottom: 40px;
  font-weight: 600;
  color: #1d1d34;
}

.about-box- {
  margin: 20px;
}

.about-box- h2 {
  font-size: 27px;
  color: #1d1d34;
  margin-bottom: 12px;
}

.review-section-img {
  background-image: url('../../assets/blue-chlp-moving-footer-image.webp');
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: -webkit-fill-available;
  filter: brightness(0.7);
}
section#review-section {
    position: relative;
}

.reviews-box {
    position: inherit;
    z-index: 999;
    text-align: center;
    padding: 70px 10px;
}


.reviews-box h1 {
    color: white;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.reviews-box p {
    width: 550px;
    margin: auto;
    background: #3740487d;
    padding: 14px 8px;
    color: #ffffffcf;
    text-transform: capitalize;
}

section#hm-footer-section {
    background: #141414;
}

section#hm-footer-section p {
    margin: 0px;
    font-size: 13px;
    text-align: center;
    padding: 22px 8px;
    color: #ffffffcc;
}

.btn-disable{
  cursor: no-drop;
}

.agiTaxBody {
  padding: 20px;
}

.agiTaxBody h6 {
  margin-bottom: 30px;
}

.qsAGI_TAX {
  display: flex;
}

.qs-btn {
  background: #03a84e;
  text-align: center;
  padding: 20px;
  width: 60px;
  display: flex;
  height: 37px;
  align-items: center;
  margin-right: 30px;
  color: white;
}

.qs-ans-sheet label {
  font-weight: 600;
  color: #29293a;
}

.qs-ans-sheet input {
  display: block;
  width: 300px;
  border: 2px solid #c5b4db;
  border-radius: 50px;
  padding: 5px 15px;
}

.qs-ans-sheet p {
  font-size: 13px;
  margin-top: 10px;
}
/* home page hero & footer part css end  */

/*label.form-label.id_cus {*/
/*    background: aliceblue;*/
/*    color: black;*/
/*    padding: 1px 8px;*/
/*}*/

span.iconforselect {
  position: absolute;
  right: 25px;
  top: 36px;
}

.e_form_input {
  position: relative;
}

section#form-information {
  background: #ddd;
}

.hdsudhsdh .col-md-6 {
    display: block;
}

.hdsudhsdh {margin-left: 12px;}

.f_i_box1 .col-md-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.f_i_box1 img {
  width: 100%;
}

.col_title {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  color: #027e3b;
  margin-bottom: 11px;
}

p.warning__alert {
  font-size: 13px;
}

a.get_the_form_button {
  padding: 12px 22px;
  background: linear-gradient(45deg, #03a84e, #024351);
  color: white;
  text-decoration: none;
  font-size: 14px;
  border-radius: 22%;
  display: block;
  width: 122px;
  margin-top: 30px;
  box-shadow: 3px 5px 14px 3px #898c8e;
}

a.get_the_form_button:hover {
  background: linear-gradient(45deg, #024351, #03a84e);
  color: #ddd;
  box-shadow: none;
}

.f_i_b ul li {
  color: #03371a;
  font-size: 15px;
  list-style: none;
}

.f_i_box1 p {
  font-family: 'Poppins';
}

p.warning__alert a {
  font-weight: 500;
  color: #036151;
}


.f_i_b ul li span {
    margin-right: 10px;
}

.f_i_b ul {
    padding-left: 12px;
}
.hdsudhsdh .col-md-6{
  display: block;
}

.hdsudhsdh h5 {
  margin-bottom: 4px;
  font-size: 16px;
}

.hdsudhsdh p {
  margin: 0px;
  color: #0a400a;
  font-size: 15px;
}