/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.header.header_style_one .logo_box img {
  min-width: 200px !important;
}
.navbar_nav .submenu > li > a {
  font-size: 18px;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  height: 38px !important;
}
form input[type=file] {
  line-height: 16px;
}
form .inputs-list.multi-container {
  padding-left: 0px;
}
form .inputs-list.multi-container li {
  list-style: none;
}
.hs-form-field .hs-error-msgs {
  bottom: -60px;
  padding-left: 0px;
}
.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding-left: 0px;
}
.no-list.hs-error-msgs.inputs-list li {
  list-style: none;
}

.footer .hs-form-field .hs-error-msgs li label {
  color: #E06666 !important;
}
.footer .hs_error_rollup {
  display: none;
}
form legend {
  color: #000 !important;
  font-size: 12px;
  line-height: 1.5;
}
form ul li::marker{
  content: none !important;5
}
form ul,form ul li{
  list-style: none;
}
.hs-content-id-159385159514 .body-container-wrapper ul {
  padding-left: 45px;
}
/* .hs-dependent-field .hs_non_owner_occupied_real_estate_question.hs-fieldtype-checkbox{
display: flex;
flex-wrap: wrap;
}
.hs-dependent-field .hs_non_owner_occupied_real_estate_question.hs-fieldtype-checkbox label{
order: 2;
width: 90%;
}
.hs-dependent-field .hs_non_owner_occupied_real_estate_question.hs-fieldtype-checkbox legend{
order: 3;
}
.hs-dependent-field .hs_non_owner_occupied_real_estate_question.hs-fieldtype-checkbox .input{
max-width: max-content;
order: 1;
}
.hs-dependent-field .hs_non_owner_occupied_real_estate_question.hs-fieldtype-checkbox .input li{
padding: 0;
}
.hs-dependent-field .hs_non_owner_occupied_real_estate_question.hs-fieldtype-checkbox .input li label span{
display: none;
}
.hs-dependent-field .hs_non_owner_occupied_real_estate_question.hs-fieldtype-checkbox ul.hs-error-msgs{
width: 100%; 
} */
.hs-fieldtype-booleancheckbox{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.placeholder {
  display: none;
}
.header_content.translate {
  /*   transform: translate(0px, -180px); */
}
.header_content.sticky {
  background: #fff;
  position: fixed;
  top:0;
  width: 100%;
  z-index: 10;  
  /*   transform: translate(0px, 0px);   */
  transition: all .3s ease-in-out;
}

.header_content.sticky .header.header_style_one.positionone {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 10; 
}

.tags-box ul {
  list-style: none;
  display: flex;  
  align-items: center;
  gap: 20px;  
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px !important;
  margin: 0px;
}
.tags-box ul li {
  list-style: none;
  padding: 0px;
  font-weight: bold;
}
.tags-box ul li a {
  display: inline-block;
  border: 2px solid #1f71b8;
  border-radius: 30px;
  padding: 5px 20px;
}
.tags-box ul li a:hover,
.tags-box ul li a:focus {
  background:#1f71b8;
  color:#fff;
}

@media (max-width:767px) {
   .counter-module {
    padding: 0px 20px 20px 20px !important;
  }
  .counter-module > div {
    flex-direction: column;
  }
  .counter-module > div > div {
    border-right: 0px !important;
    padding-bottom: 10px;
    padding-right: 0px !important;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
  .counter-module > div > div:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
  }
  .counter-module > div > div p:last-child {
    font-size: 40px !important;
}
}