.fixed-buttons {
    position: fixed;
    top: 70%;
    right: -146px;
    display: flex;
    z-index: 999;
    gap: 10px;
    transform: rotate(270deg);
}

.fixed-buttons a {
    background-color: rgb(35 31 32 / 70%);
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 18px;
    border: 1px solid #fff;
}


/* ------------------ popup */

/* Popup styling */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index:999999999;
}

.popup-content {
  background: white;
  padding: 40px 20px 30px !important;
  border-radius: 8px;
  text-align: center;
  width: 100% !important;
  max-width: 510px !important;
  margin: auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
/*   height:80%; */
  overflow-y:auto !important;
}

/* Close button */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* form css start */

.fixed-btn-form form input:not([type=checkbox]):not([type=submit]):not([type=radio]), .fixed-btn-form form select:not(.hs-fieldtype-intl-phone select), .fixed-btn-form form textarea {
  /*   width: 100%!important; */
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 10px !important;
      text-align: left;
}

.fixed-btn-form form input:not([type=checkbox]):not([type=submit]):not([type=radio]), .fixed-btn-form form select, .fixed-btn-form form textarea {
background: #fff;
    border: 1px solid #000;
    color: #000;
    font-family: inherit;
    font-size: 13px;
    height: 34px;
    padding: 5px 10px;
  border-radius: 4px;
    text-transform: capitalize;
  text-transform: uppercase;
  font-family: MrEavesXLSanOT,sans-serif;
}

.fixed-btn-form form .hs-fieldtype-intl-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%!important;
  align-items:center;
}

.fixed-btn-form form .hs-form-field {
  margin: 0 0 14px;
}

.fixed-btn-form form .hs-fieldtype-intl-phone select {
    float: left;
    font-size: 14px;
    height: 44px !important;
    width: 32% !important;
      margin-right: 8px;
      padding: 8px;
/*   height: 48px !important; */
}
.fixed-btn-form  .hs-fieldtype-intl-phone input {
    max-width: 62% !important;
}
.fixed-btn-form .legal-consent-container p {
    font-size: 15px;
}

.fixed-btn-form form .hs-fieldtype-intl-phone input[type=tel], .fixed-btn-form form select {
  color: #5c5a53!important;
}

.fixed-btn-form form .hs-fieldtype-intl-phone input {
/*   margin-left: 8px; */
}

.fixed-btn-form form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fixed-btn-form form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fixed-btn-form form .inputs-list li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.2em;
  margin: 0;
  text-transform: inherit;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fixed-btn-form form label {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.fixed-btn-form .legal-consent-container p {
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  margin: 10px 0 0;
}

.fixed-btn-form .hs_submit.hs-submit {
  text-align: center;
}
.fixed-btn-form  fieldset.form-columns-1 {
    max-width: 100%;
}
.fixed-btn-form input[type=submit] {
    border: 0;
    color: #fff;
    cursor: pointer;
    
    font-size: 15px;
    height: 40px;
    margin: 20px 0 0;
    padding: 5px 20px;
    text-transform: uppercase;
    width: 100%;
  font-family: MrEavesXLSanOT,sans-serif;

}

.fixed-btn-form h3 {
    display: none;
}
.fixed-btn-form .submitted-message {
    font-size: 30px;
    padding: 40px 0px;
}

.fixed-btn-form h2 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.28571;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}

@media (max-width: 991px){

  .team-banner-section {

    transition: unset;
    background-position-y: 0px !important;

  }

}

  
  @media(max-width:767px){
   .fixed-btn-form .hs_phone.hs-phone .input {
    margin-right: 4px !important;
} 

