@font-face {
font-family: 'Montserrat';
src: 
    url('../fonts/montserrat/Montserrat-VariableFont_wght.ttf') format('truetype'),
    url('../fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype'),
    url('../fonts/montserrat/static/Montserrat-Black.ttf') format('truetype'),
    url('../fonts/montserrat/static/Montserrat-Thin.ttf') format('truetype'),
    url('../fonts/montserrat/static/Montserrat-Light.ttf') format('truetype'),
    url('../fonts/montserrat/static/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/montserrat/static/Montserrat-Medium.ttf') format('truetype'),
    url('../fonts/montserrat/static/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/montserrat/static/Montserrat-Italic.ttf') format('truetype');
}
*:not(.fa):not(.fa-solid):not(.fas):not(.fab):not(.icon) {
    font-family: 'Montserrat' !important;
}
  .single-hero-slide
  {
      height:133px;
  }
::-webkit-scrollbar {
    height: 4px; /* height of horizontal scrollbar ← You're missing this */
    width: 4px; /* width of vertical scrollbar */
    border: 1px solid #eeebe8;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-left: 1px solid #eeebe8;
}

::-webkit-scrollbar-thumb {
    border: 0 solid #eeebe8;
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: #e4ddd2;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(201, 194, 180);
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

em {
    color: red;
}

#overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .5);
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 128px;
    height: 128px;
    margin: auto;
    z-index: 999;
    display: none;
}

#loading .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 16px;
    border-radius: 50%;
    border: 6px solid #1e376d;
    border-color: #1e376d transparent #1e376d transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

a {
    color: #1e376d;
}

label.error {
    color: red;
}

select.error, input.error {
    border-color: red !important;
}

.input-group label.error {
    position: absolute;
    top: 47px;
    left: 0;
}

.select2-container {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-radius: 0.25rem;
    padding: 10px 15px;
    color: #111111;
}

.select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple {
    border: none;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.select2-results__option[aria-selected=true] {
    display: none;
}

.fixed-top-left-logo {
    position: fixed;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 20px;
}

.top-center-logo {
    max-width: 150px;
    padding: 20px;
}

.fxt-template-layout3 .fxt-header .fxt-logo {
    max-width: 150px;
    margin-bottom: 0;
}

.fxt-template-layout3 .fxt-btn-fill {
    background-color: #d22031;
}

.fxt-template-layout3 .fxt-btn-fill.previous {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.radio-box.style-2 {
    padding: 6px 20px 6px 6px;
    border: 1px solid;
    border-color: #d2d2d2;
    border-radius: 45px;
    width: 100%;
}

.radio-box.style-2 input[type="radio"] {
    display: none;
}

.radio-box.style-2 label {
    padding-left: 38px;
    color: #acacad;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
    transition: color 0.4s ease-in-out;
    cursor: pointer;
}

.radio-box.style-2 input[type="radio"]:checked + label {
    color: #14133b;
    transition: color 0.4s ease-in-out;
}

.radio-box.style-2 label:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    font-size: 12px;
    color: #1e376d;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 4px;
    margin-left: -5px;
    margin-top: -15px;
    border: 1px solid;
    border-color: #d2d2d2;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.radio-box.style-2 input[type="radio"]:checked + label::before {
    background-color: #1e376d;
    border-color: #1e376d;
}

.radio-box.style-2 label:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -10px;
    color: #1e376d;
    transition: color 0.4s ease-in-out;
}

.radio-box.style-2 input[type="radio"]:checked + label::after {
    color: #ffffff;
}

.fxt-template-layout3 .fxt-btn-fill:hover {
    background-color: #1e376d;
    border-color: #1e376d;
}

.fxt-template-layout3 .switcher-text2 {
    color: #1e376d;
}

.fxt-template-layout7 .fxt-btn-fill {
    background-color: #d22031;
}

.fxt-template-layout7 .fxt-btn-fill:hover {
    background-color: #1e376d;
    border-color: #1e376d;
}

.fxt-template-layout7 .switcher-text, .fxt-template-layout7 .switcher-text2 {
    color: #1e376d;
}

.radio-box.style-1 {
    margin-left: 1.25rem;
}

.radio-wrap .d-flex {
    gap: 20px;
}

.group-calendar, .group-password {
    width: 50px;
    align-items: center;
    border: 1px #e7e7e7 solid;
    padding: 0 15px;
}

.group-password {
    cursor: pointer;
}

.group-email {
    width: 50px;
    align-items: center;
    border-top: 1px #e7e7e7 solid;
    border-bottom: 1px #e7e7e7 solid;
    border-right: 1px #e7e7e7 solid;
    border-left: none;
    padding: 0 15px;
}

.form-register {
    margin: 30px 0;
}

.form-content {
    border-radius: 30px;
    padding: 40px 30px;
}

.fxt-template-layout3 .fxt-content {
    border-radius: 30px;
    padding: 40px 30px;
}

.fxt-template-layout32 {
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 30px;
    position: inherit;
}

.fxt-template-layout32:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(4, 4, 14, 0.6);
    left: 0;
    top: 0;
    position: fixed;
    z-index: 0;
}

.fxt-template-layout32 .fxt-content-wrap {
    border: 1px solid #ffffff;
    display: inline-block;
    max-width: 700px;
    border-radius: 10px;
    padding: 120px 85px 100px;
    position: relative;
    z-index: 1;
    margin-top: 42px;
}

.fxt-template-layout32 .fxt-content-wrap .fxt-logo {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -75px;
    left: 50%;
    margin-left: -75px;
    text-align: center;
    width: 150px;
    height: auto;
}

.fxt-template-layout32 .fxt-content-wrap .fxt-main-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.fxt-template-layout32 .fxt-content-wrap .fxt-main-description {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.fxt-template-layout32 .fxt-content-wrap .fxt-btns-wrap ul {
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.fxt-template-layout32 .fxt-content-wrap .fxt-btns-wrap ul li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.fxt-template-layout32 .fxt-content-wrap .fxt-modal-btn {
    display: inline-block;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout6 .fxt-header {
    background-color: #fff;
    margin-bottom: 20px;
}

.fxt-template-layout6 .fxt-form .fxt-form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.fxt-template-layout6 .fxt-form .form-control {
    background-color: #f6f6f6;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 10px 30px;
    color: #111111;
}

.fxt-template-layout6 .fxt-form .fxt-form-row .fxt-form-col {
    padding: 10px 5px;
    text-align: center;
    margin-right: 10px;
    flex-basis: 0;
    flex-grow: 1;
}

.fxt-template-layout6 .fxt-btn-fill {
    margin-right: 30px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #d22031;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout6 .fxt-form .fxt-btn-resend {
    margin-left: 3px;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #1e376d;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout6 .fxt-btn-fill:hover {
    background-color: #1e376d;
    border-color: #1e376d;
}

.fxt-template-layout1 .fxt-logo {
    width: 150px;
    height: auto;
}

.nav-tabs .nav-item, .nav-tabs .nav-link {
    cursor: pointer;
}

.tab-content > .tab-pane {
    margin-top: 30px;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.nav-instructions ol {
    padding-left: 20px;
}

.scroll-horizontal {
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    padding-bottom: 5px;
}

.scroll-horizontal ul {
    width: max-content;
}

.scroll-horizontal ul li {
    width: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.form-progress {
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
}

.form-progress .progress{
    background-color: transparent;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    height: 20px;
    margin: 0 2px;
}

.form-progress .progress .progress-bar{
    background-color: #d22031;
}

.fxt-form-step{
    display: none;
}

.fxt-form-step:first-child{
    display: block;
}

.fxt-template-layout3 .fxt-btn-fill {
    padding: 10px 20px;
}

@media (max-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 540px;
    }

    .fxt-template-layout32 .fxt-content-wrap {
        padding: 120px 10px 100px;
    }

    .fxt-template-layout32 .fxt-content-wrap {
        padding: 120px 10px 100px;
    }

    .fxt-template-layout32 .fxt-content-wrap .fxt-main-title {
        font-size: 24px;
    }

    .fxt-template-layout32 .fxt-content-wrap .fxt-main-description {
        font-size: 14px;
    }
}