/* .rox-home-icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
}

.rox-home-icon::before{
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 14V8.66666C10 8.48985 9.92976 8.32028 9.80474 8.19525C9.67971 8.07023 9.51014 7.99999 9.33333 7.99999H6.66667C6.48986 7.99999 6.32029 8.07023 6.19526 8.19525C6.07024 8.32028 6 8.48985 6 8.66666V14M2 6.66663C1.99995 6.47268 2.04222 6.28105 2.12386 6.10511C2.20549 5.92917 2.32453 5.77317 2.47267 5.64797L7.13933 1.64864C7.37999 1.44524 7.6849 1.33365 8 1.33365C8.3151 1.33365 8.62001 1.44524 8.86067 1.64864L13.5273 5.64797C13.6755 5.77317 13.7945 5.92917 13.8761 6.10511C13.9578 6.28105 14 6.47268 14 6.66663V12.6666C14 13.0203 13.8595 13.3594 13.6095 13.6094C13.3594 13.8595 13.0203 14 12.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6094C2.14048 13.3594 2 13.0203 2 12.6666V6.66663Z" stroke="%23252525" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */

/* .rox-breadcrumbs #breadcrumbs > span span{
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3em;
}

.rox-breadcrumbs #breadcrumbs > span span:not(.rox-separator){
    margin-bottom: 0;
}

.rox-breadcrumbs #breadcrumbs > span span:first-child{
    margin-left: 0;
}

.rox-breadcrumbs #breadcrumbs > span span a{
    display: inline-block;
    vertical-align: middle;
} */

/* .custom-scroll::-webkit-scrollbar {
  width: 6px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #f3f4f6;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 9999px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
} */




/* .ff-btn-submit{
    background-color: #44BE78;
    color: #F4F4F4;
    padding: 16px 150px;
    cursor: pointer;
    border-radius: #44BE78;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 40px;
    transition: background-color 0.3s;
    margin-top: 30px;
} */

/* .ff-btn-submit:hover{
    background-color: #2e8553;
} */

#fluentform_1 .ff-el-form-control{
  font-family: "Josefin Sans", sans-serif;
}

.fluentform .ff-el-input--label{
  margin-bottom: 8px;
}

#fluentform_1 .ff-el-group{
  margin-bottom: 24px;
}

.ff-el-input--label label{
  font-weight: 700;
}
#fluentform_1 .iti__country-name,
#fluentform_1 .iti__dial-code{
  color: #000;
}
#fluentform_1 .ff-el-form-control{
  border: 1px solid #F1E9BF;
  color: #706E6D;
  padding: 15px 16px;
  background-color: #FFFFFF;
  border-radius: 0;
}

#fluentform_1 .ff-el-form-control:focus{
  border-color: #C4926E;
  box-shadow: 0px 0px 0px 2px #C4926E;
  /* background-color: #262626;
  color: #F4F4F4; */
}

#fluentform_1 .ff-el-input--label.ff-el-is-required.asterisk-right label:after{
  color: #D7263D;
}

#fluentform_1 .ff-btn-submit{
  margin-left: auto;
}

#fluentform_1 .ff-el-group.ff_submit_btn_wrapper{
  margin-bottom: 0;
}

#fluentform_1 .ff-el-form-check-label{
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 400;
}