/*=======================================================================
1. Typography
=========================================================================*/

html {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: 'HelveticaNeueRoman';
    font-weight: 400;
    height: 100%;
    line-height: 1.7;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
    background-color: #fff;
    min-width: 320px !important;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.bg-bgimage-overlay::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4) !important;
    pointer-events: none;
    z-index: 0;
}

p {
    margin: 0 0 20px 0;
    color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'HelveticaNeueMedium';
    margin: 0 0 20px 0;
    color: #111;
}

h1,
h2 {
    line-height: 1.2;
}

h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 28px;
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}

h3 {
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 16px;
    }
}
/*=======================================================================
2. Template Default Style
=========================================================================*/
a {
    text-decoration: none;
}

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:focus {
        outline: 0 none;
    }

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.fxt-content-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .fxt-none-767 {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .fxt-none-991 {
        display: none !important;
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.87;
    z-index: 999999;
}

    .preloader .inner {
        width: 99px;
        height: 99px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

        .preloader .inner > div {
            border-radius: 50%;
            position: absolute;
            -webkit-animation-name: circle_rotate;
            animation-name: circle_rotate;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear cubic-bezier(0.075, 0.82, 0.165, 1);
            animation-timing-function: linear cubic-bezier(0.075, 0.82, 0.165, 1);
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
        }

        .preloader .inner .line1 {
            width: 100%;
            height: 100%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border-top: 6px solid #29bf04;
            border-left: 6px solid rgba(41, 191, 4, 0);
            border-right: 6px solid rgba(41, 191, 4, 0);
            border-bottom: 6px solid rgba(41, 191, 4, 0);
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .preloader .inner .line2 {
            width: 70%;
            height: 70%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border-top: 6px solid #20730d;
            border-left: 6px solid rgba(32, 115, 13, 0);
            border-right: 6px solid rgba(32, 115, 13, 0);
            border-bottom: 6px solid rgba(32, 115, 13, 0);
            -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
        }

        .preloader .inner .line3 {
            width: 40%;
            height: 40%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border-top: 6px solid #103707;
            border-left: 6px solid rgba(16, 55, 7, 0);
            border-right: 6px solid rgba(16, 55, 7, 0);
            border-bottom: 6px solid rgba(16, 55, 7, 0);
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
        }

@-webkit-keyframes circle_rotate {
    50%, 100% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
}

@keyframes circle_rotate {
    50%, 100% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
}
/*Preloader Styles End*/
/*========================================================================
3. Template Animation
=========================================================================*/
.fxt-template-animation {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    -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-animation .fxt-opacity {
        opacity: 0;
    }

    .fxt-template-animation .fxt-transformY-50 {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    .fxt-template-animation .fxt-transformX-L-50 {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    .fxt-template-animation .fxt-transformX-R-50 {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }

.loaded.fxt-template-animation {
    opacity: 1;
}

    .loaded.fxt-template-animation .fxt-opacity {
        opacity: 1;
        -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .loaded.fxt-template-animation .fxt-transformY-50 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .loaded.fxt-template-animation .fxt-transformX-L-50 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .loaded.fxt-template-animation .fxt-transformX-R-50 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .loaded.fxt-template-animation .fxt-transition-delay-1 {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-2 {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-3 {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-4 {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-5 {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-6 {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-7 {
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-8 {
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-9 {
        -webkit-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-10 {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-11 {
        -webkit-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-12 {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-13 {
        -webkit-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-14 {
        -webkit-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-15 {
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-16 {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-17 {
        -webkit-transition-delay: 1.7s;
        -o-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-18 {
        -webkit-transition-delay: 1.8s;
        -o-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-19 {
        -webkit-transition-delay: 1.9s;
        -o-transition-delay: 1.9s;
        transition-delay: 1.9s;
    }

    .loaded.fxt-template-animation .fxt-transition-delay-20 {
        -webkit-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s;
    }
/*========================================================================
21. Demo Layout Eighteen
=========================================================================*/
.fxt-template-layout18 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    z-index: 1;
    padding: 15px;
    letter-spacing: 1px !important;
}

    .fxt-template-layout18:before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        left: 0;
        top: 0;
        position: absolute;
        z-index: -1;
    }

    .fxt-template-layout18 .fxt-checkbox-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .fxt-template-layout18 .fxt-checkbox-area .checkbox label {
            margin: 0px 0 0 0;
            padding: 1px 0 0 18px;
            font-size: 15px !important;
        }

    .fxt-template-layout18 .fxt-content {
        max-width: 600px !important;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8) !important;
        padding: 20px 5px 00px;
        z-index: 1;
    }

@media only screen and (max-width: 767px) {
    .fxt-template-layout18 .fxt-content {
        padding: 20px 5px 00px;
    }
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout18 .fxt-content {
        padding: 20px 5px 00px;
    }
}

@media only screen and (max-width: 479px) {
    .fxt-template-layout18 .fxt-content {
        padding: 20px 5px 00px;
    }
}

.fxt-template-layout18 .fxt-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

    .fxt-template-layout18 .fxt-header h3 {
        text-align: center;
        font-weight: 300;
        font-size: 20px;
        color: #a4a4a4;
        display: inline-block;
        position: relative;
        z-index: 1;
        padding: 0 10px 0 10px;
    }

        .fxt-template-layout18 .fxt-header h3:before {
            display: inline-block;
            content: "";
            height: 1px;
            width: 100%;
            background-color: #a4a4a4;
            left: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 1;
        }

        .fxt-template-layout18 .fxt-header h3:after {
            display: inline-block;
            content: "";
            height: 1px;
            width: 100%;
            background-color: #a4a4a4;
            right: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 1;
        }

.fxt-template-layout18 .fxt-logo {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
}

    .fxt-template-layout18 .fxt-logo img {
        width: 100% !important;
        height: 100% !important;
        background-color: rgba(0, 0, 0, 0) !important;
    }

.fxt-template-layout18 .fxt-footer-logo {
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout18 .fxt-logo {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .fxt-template-layout18 .fxt-logo {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout18 .fxt-logo {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 426px) {
    .fxt-template-layout18 .fxt-logo {
        max-width: 80% !important;
    }
}

.fxt-firm-message {
    text-align: center;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 16px !important;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.fxt-template-layout18 .fxt-form {
    margin-bottom: 20px
}

    .fxt-template-layout18 .fxt-form .fxt-otp-logo {
        margin-bottom: 20px;
        display: block;
    }

    .fxt-template-layout18 .fxt-form .fxt-otp-label {
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 500;
        color: #e4e4e4;
    }

@media only screen and (max-width: 575px) {
    .fxt-template-layout18 .fxt-form .fxt-otp-label {
        font-size: 17px;
    }
}

.fxt-template-layout18 .fxt-form .fxt-sending-to {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ffffff;
}

    .fxt-template-layout18 .fxt-form .fxt-sending-to span {
        display: block;
    }

.fxt-template-layout18 .fxt-form p {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 1) !important;
    width: 100%;
    padding: 10px 0 10px 0;
    background-color: rgba(32.00000000000005, 115, 13.000000000000002, 0.3) !important;
    text-align: center;
    font-weight: bold;
}

.fxt-template-layout18 .fxt-form .form-group {
    position: relative;
    z-index: 1;
    margin-bottom: 7px;
}

    .fxt-template-layout18 .fxt-form .form-group .field-icon {
        position: absolute;
        z-index: 1;
        right: 19px;
        bottom: 13px;
        font-size: 12px;
        color: #bebebe;
    }

        .fxt-template-layout18 .fxt-form .form-group .field-icon:before {
            padding: 17px 10px;
        }

.fxt-template-layout18 .fxt-form .form-control {
    height: 50px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 7px 15px;
    color: rgba(0, 0, 0, 1) !important;
    font-size: 16px !important;
}

.fxt-template-layout18 .fxt-form .form-label {
    font-size: 16px !important;
    color: rgba(163.99999999999997, 163.99999999999997, 163.99999999999997, 1) !important;
    font-weight: bold !important;
}

.fxt-template-layout18 .fxt-form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 1) !important;
    font-size: 16px !important;
    font-weight: 300;
}

.fxt-template-layout18 .fxt-form input::-moz-placeholder {
    color: rgba(0, 0, 0, 1) !important;
    font-size: 16px !important;
    font-weight: 300;
}

.fxt-template-layout18 .fxt-form input:-moz-placeholder {
    color: rgba(0, 0, 0, 1) !important;
    font-size: 16px !important;
    font-weight: 300;
}

.fxt-template-layout18 .fxt-form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 1) !important;
    font-size: 16px !important;
    font-weight: 300;
}

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

    .fxt-template-layout18 .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-layout18 .fxt-form .fxt-form-row .fxt-form-col:last-child {
            margin-right: 0;
        }

.fxt-template-layout18 .fxt-form .fxt-form-btn {
    margin-bottom: 10px;
}

.fxt-template-layout18 .fxt-btn-fill {
    font-family: 'HelveticaNeueRoman';
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: rgba(255, 255, 255, 1) !important;
    border-radius: 3px;
    background-color: rgba(32.00000000000005, 115, 13.000000000000002, 1) !important;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 50%;
    height: 50px !important;
    -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-layout18 .fxt-btn-fill:hover {
        background-color: rgba(40.99999999999994, 191, 4.000000000000004, 1) !important;
        border-color: rgba(40.99999999999994, 191, 4.000000000000004, 1) !important;
    }

    .fxt-template-layout18 .fxt-btn-fill:focus {
        outline: none;
    }

.fxt-template-layout18 .fxt-style-line {
    overflow: hidden;
    text-align: center;
    margin-top: 200px;
}

    .fxt-template-layout18 .fxt-style-line h3 {
        text-align: center;
        font-weight: 300;
        margin-bottom: 30px;
        font-size: 20px !important;
        color: rgba(163.99999999999997, 163.99999999999997, 163.99999999999997, 1) !important;
        display: inline-block;
        position: relative;
        padding: 0 25px;
        z-index: 1;
    }

        .fxt-template-layout18 .fxt-style-line h3:before {
            display: inline-block;
            content: "";
            height: 1px;
            width: 100%;
            background-color: rgba(163.99999999999997, 163.99999999999997, 163.99999999999997, 1) !important;
            left: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 1;
        }

        .fxt-template-layout18 .fxt-style-line h3:after {
            display: inline-block;
            content: "";
            height: 1px;
            width: 100%;
            background-color: rgba(163.99999999999997, 163.99999999999997, 163.99999999999997, 1) !important;
            right: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 1;
        }

.fxt-form .fxt-form-ip-address {
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
    font-weight: bold;
    background-color: rgba(32.00000000000005, 115, 13.000000000000002, 0.3) !important;
    font-size: 16px !important;
    color: rgba(255, 255, 255, 1) !important;
    margin: 0 0 5px 0;
}

.fxt-template-layout18 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
}

    .fxt-template-layout18 .checkbox label {
        padding-left: 20px;
        color: rgba(185, 185, 185, 1) !important;
        margin-bottom: 0;
        font-size: 16px !important;
        position: relative;
    }

        .fxt-template-layout18 .checkbox label:before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            top: 4px;
            left: 0;
            margin-left: -5px;
            border: 1px solid;
            border-color: #dcdcdc;
            border-radius: 2px;
            background-color: transparent;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .fxt-template-layout18 .checkbox label:after {
            position: absolute;
            margin-left: -20px;
            padding-left: 3px;
            font-size: 10px;
            color: #555555;
        }

    .fxt-template-layout18 .checkbox input[type="checkbox"] {
        display: none;
    }

        .fxt-template-layout18 .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'Font Awesome 5 Free';
            content: "\f00c";
            font-weight: 900;
            color: #ffffff;
            left: 15px;
            top: 4px;
        }

        .fxt-template-layout18 .checkbox input[type="checkbox"]:checked + label::before {
            background-color: #1fbe66;
            border-color: #1fbe66;
        }

.fxt-template-layout18 .fxt-footer {
    text-align: center;
}

    .fxt-template-layout18 .fxt-footer p {
        color: #b6b6b6;
    }

    .fxt-template-layout18 .fxt-footer .fxt-resend-wrap {
        margin-bottom: 10px;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 17px;
    }

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

        .fxt-template-layout18 .fxt-footer .fxt-btn-resend:focus {
            outline: none;
        }

        .fxt-template-layout18 .fxt-footer .fxt-btn-resend:hover {
            color: #ffffff;
        }

    .fxt-template-layout18 .fxt-footer .text-or {
        margin-left: 3px;
    }

.page-header {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150000;
    background-color: #ebebeb35;
}

.language {
    display: flex;
    justify-content: end;
}

.lang-select {
    position: relative;
    display: inline-block;
    font-family: 'HelveticaNeueRoman';
    font-size: 11px;
    margin-top: 5px;
    border: 1px solid #b1b1b1;
    border-radius: 8px;
}

.lang-select__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 2px 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    min-width: 220px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

    .lang-select__button:focus {
        outline: 3px solid rgba(59,130,246,0.25);
        outline-offset: 2px;
    }

.flag {
    font-size: 18px;
    line-height: 1;
}

    .flag img {
        height: 15px;
        line-height: 1;
    }

.lang-select__label {
    flex: 1;
    text-align: left;
}

.lang-select__caret {
    font-size: 18px;
    opacity: 0.9;
}

.lang-select__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 6px;
    z-index: 1000;
    display: none;
}

.lang-select--open .lang-select__menu {
    display: block;
}

.lang-select__item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    background: transparent;
    border: none;
    text-align: left;
}

    .lang-select__item:hover, .lang-select__item:focus {
        background: #f3f4f6;
        outline: none;
    }

.lang-select__item--selected {
    font-weight: 600;
}

.lang-select__item-name {
    flex: 1;
}

.lang-select__item-sub {
    font-size: 12px;
    color: #6b7280;
}

.fxt-content {
    margin-top: 45px !important;
}

@media only screen and (max-width: 768px) {
    .language {
        display: flex;
        justify-content: center;
    }

    .fxt-content {
        margin-top: 50px !important;
    }
}

.custom-validation-message {
    font-size: 13px;
    font-weight: bold;
    color: #ff0000;
}

.select2 {
    width: 100% !important;
    height: 50px !important;
    background-color: #fafafa;
    margin-top: 1px;
    border-radius: .25rem !important;
}

    .select2 .selection {
        height: 50px !important;
        background-color: #fafafa;
        border-radius: .25rem !important;
    }

        .select2 .selection .select2-selection {
            border: 1px solid rgba(0,0,0,.12);
            height: 50px !important;
            border-radius: 0 !important;
            background-color: #fafafa;
            border-radius: .25rem !important;
        }

.select2-selection__rendered {
    margin-top: 9px !important;
}

.select2-selection__arrow {
    margin-top: 9px !important;
}

.select2-selection__clear {
    margin-top: 8px !important;
}

.w_20 {
    width: 20% !important;
}

.w_30 {
    width: 30% !important;
}

.w_40 {
    width: 40% !important;
}

.w_50 {
    width: 50% !important;
}

.w_60 {
    width: 60% !important;
}

.w_70 {
    width: 70% !important;
}

.accordion-button {
    background-color: rgba(32.00000000000005, 115, 13.000000000000002, 0.5) !important;
    color: rgba(255, 255, 255, 1) !important;
}

.accordion-button-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 18px 0 0 0;
    font-size: 16px !important;
    letter-spacing: 1.5px !important;
    text-align: center;
    justify-content: center;
}
