.gbl-hdr-logo a img {
    max-width: 240px !important;
    width: 100%;
    object-fit: contain;
}

.gbl-hdr-menu-item a {
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
    color: color: var( --primary-clr);
    text-transform: uppercase;
    font-weight: 500;
      padding: 0 5px;
}

.gbl-hdr-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.gbl-hdr-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.gbl-hdr-wrp {
  padding: 30px 0;
  box-shadow: 1px 1px 13px 0px #00000038;
}
.mob-gbl-hdr-icon {
         cursor: pointer;
    display: none;
    height: 51px;
    margin: auto 0 auto auto;
    max-width: 51px;
    position: relative;
    width: 100%;
    border: 2px solid #ad9575;
    border-radius: 50%;
}

.mob-gbl-hdr-icon i {
/*     border-bottom: 2px solid #ad9575; */
  border-bottom:2px solid #464547;
    border-radius: 5px;
    left: 12px;
    /* margin: 0 auto; */
    position: absolute;
    right: 0;
    transition: all .4s ease;
    width: 47%;
}

.mob-gbl-hdr-icon i:first-child {
    top: 17px;
}

.mob-gbl-hdr-icon i:nth-child(2) {
   top: 49%;
    width: 30%;
    /* left: 0; */
    margin-left: 0;
}

.mob-gbl-hdr-icon i:last-child {
    bottom: 16px;
}
.gbl-hdr-menu-btn button {
    border: none;
    outline: none;
}
/* ----------------------------------Form styles starts here------------------------------------------- */
.form-popup-outr {
  position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
  background: rgba(0,0,0,.5);
    z-index: 999999;
  display:none;
  padding: 20px;
}
.form-popup-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
      height: 100%;
  overflow-y: auto;
}

.fixedBody {
 overflow: hidden; 
}
.form-popup-in {
    animation: fadeIn .3s ease-in-out;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    margin: auto;
    max-width: 510px !important;
    overflow-y: auto !important;
    padding: 40px 20px 30px !important;
    position: relative;
    text-align: center;
    width: 100% !important;
}
.form-popup-in>h3 {
    color: color: var( --primary-clr);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.28571;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}
span.form-popup-cls {
       font-size: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 30px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.form-popup-in .input input, .form-popup-in select {
    background: #fff;
    border: 1px solid #000;
    color: color: var( --primary-clr);
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px 10px;
    border-radius: 4px;
    text-transform: capitalize;
    font-family: MrEavesXLSanOT, sans-serif;
    line-height: normal;
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 10px;
  outline: none;
}
.form-popup-in textarea {
    background: #fff;
    border: 1px solid #000;
    color: color: var( --primary-clr);
    font-family: inherit;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: capitalize;
    text-transform: uppercase;
    font-family: MrEavesXLSanOT, sans-serif;
    height: 75px;
    width: 100% !important;
    box-sizing: border-box;
  outline: none;  
}
.form-popup-in .hs-input.hs-fieldtype-intl-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}
.form-popup-in .input {
    display: block;
    width: 100%;
    margin: 0 !important;
}
.form-popup-in fieldset {
    max-width: 100% !important;
}

.form-popup-in select.hs-input {
    background: none;
    height: auto;
}
.find-your-home-form-hdr h6 {
    color: var(--secondary-clr);
}
.form-popup-in h3.hs_cos_wrapper.form-title {
    display: none;
}
.form-popup-in .hs-form-booleancheckbox input[type="checkbox"] {
        width: 20px !important;
    height: 20px !important;
}

.form-popup-in ul.inputs-list {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0;
}
.form-popup-in label.hs-form-booleancheckbox-display {
    text-align: left;
}
.form-popup-in label.hs-form-booleancheckbox-display>span {
    padding-left: 20px;
}
.form-popup-in .actions {
    padding-top: 20px;
}
.form-popup-in input.hs-button.primary.large {
    font-size: 16px;
    line-height: normal;
    padding: 11px 12px;
    text-decoration: none;
    background-color: #ad9575;
    color: #f1f2f2;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
}

.form-popup-in .input input::placeholder, .form-popup-in select::placeholder, .form-popup-in textarea::placeholder {
    color: var( --primary-clr);
    font-size: 15px;
  letter-spacing: 1px;
    text-transform: capitalize;
    font-family: MrEavesXLSanOT, sans-serif;
    line-height: normal;
}
.form-popup-in .hs-fieldtype-intl-phone.hs-input:after {
    content: none;
}
.form-popup-in ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
}
.form-popup-in ul.no-list.hs-error-msgs.inputs-list>li {
    margin: 0;
    text-align: left;
    margin-top: -8px;
    margin-bottom: 10px;
    color: #ad9575;
}
.form-popup-in .hs_error_rollup {
    display: none;
}
/* ----------------------------------Form styles ends here------------------------------------------- */




/* ::::::::::::::::::::::::::::::::::::::::Responsive styles:::::::::::::::::::::::::::::::::::::::::::::::::: */
  @media screen and (min-device-width: 960px) and (max-device-width: 1200px) { 
  .gbl-hdr-menu-item a {
      font-size: 14px;
  }
  .gbl-hdr-menu {
      gap: 5px;
  }
  .gbl-hdr-logo a img {
      max-width: 180px !important;
  }
  .gbl-hdr-menu-btn button.primaryBtn.hdr-popup-btn {
      font-size: 14px;
  }
}
@media (max-width: 991px) {
  .mob-gbl-hdr-icon {
    display: block;
  }
  .gbl-hdr-wrp {
      position: fixed;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      z-index: 99999;
  }
  .gbl-hdr-logo a img {
      max-width: 160px !important;
  }
    .gbl-hdr-menu-in {
/*       display: none;  */
        position: absolute;
        background: rgba(248, 239, 220, 0.98);
        left: 100%;
        right: 0;
        padding: 0;
        backdrop-filter: blur(15px);
        z-index: 999999;
        top: 100%;
        box-shadow: 0 10px 15px -8px #00000038;
        border-top: 1px solid #ad9575;
        transition: all .3s ease;
        width: 0;
        opacity: 0;
        visibility: hidden;
  }
  .mob-hdr-wrp .gbl-hdr-menu-in {
      left: 0;
      width: 100%;
      opacity: 1;
      visibility: visible;
/*     height: 100vh; */
    padding: 20px 20px 40px;
  }
  .gbl-hdr-wrp {
    overflow: hidden;
  }
  .mob-hdr-wrp {
    overflow: unset;
  }
  .gbl-hdr-menu {
      display: block;
  }
  .gbl-hdr-menu-item {
      padding: 8px 0;
  }
  .gbl-hdr-wrp {
      position: relative;
  }
  .gbl-hdr-wrp {
      padding: 20px 0;
  }
  .gbl-hdr-menu-wrp {
      flex: 0 18%;
  }
  .gbl-hdr-menu-btn {
      padding-top: 7px;
  }
  .mob-gbl-hdr-icon.mobMenuOpen i:first-child {
    transform: rotate(45deg);
        top: 23px
  }
  .mob-gbl-hdr-icon.mobMenuOpen i:nth-child(3) {
          bottom: 23px;
    transform: rotate(-45deg);
  }
  .mob-gbl-hdr-icon.mobMenuOpen i:nth-child(2) {
      display: none;
  }
  .gbl-hdr-wrp {
    background: rgba(248, 239, 220, 0.98);
  }
}










