html {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    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;
    overflow-x: hidden;
}

p {
    margin: 0 0 20px 0;
    color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    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 Styles Start*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    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 #740eaf;
    border-left: 6px solid rgba(116, 14, 175, 0);
    border-right: 6px solid rgba(116, 14, 175, 0);
    border-bottom: 6px solid rgba(116, 14, 175, 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 #9726d8;
    border-left: 6px solid rgba(151, 38, 216, 0);
    border-right: 6px solid rgba(151, 38, 216, 0);
    border-bottom: 6px solid rgba(151, 38, 216, 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 #be70eb;
    border-left: 6px solid rgba(190, 112, 235, 0);
    border-right: 6px solid rgba(190, 112, 235, 0);
    border-bottom: 6px solid rgba(190, 112, 235, 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;
}
/*========================================================================
37. Demo Layout Thirty Four
=========================================================================*/

.fxt-template-layout34 {
    position: relative;
    min-height: 80vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fxt-template-layout34 .fxt-column-wrap {
    position: relative;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5vh;
    padding-bottom: 5vh;
    justify-content: center;
}

.with-bg-overlay {
    position: relative;
    background-image: url("../img/figure/partner-login.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    z-index: 1;
}

.with-bg-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 20%,
        rgba(3, 59, 104, 0.7) 80%
    );
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout34 .fxt-column-wrap {
        padding-top: 10vh;
        padding-bottom: 10vh;
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .fxt-template-layout34 .fxt-column-wrap {
        padding-top: 8vh;
        padding-bottom: 8vh;
    }
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout34 .fxt-column-wrap {
        padding-top: 4vh;
        padding-bottom: 4vh;
    }
}

.fxt-template-layout34 .fxt-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.fxt-template-layout34 .fxt-animated-img {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fxt-template-layout34 .fxt-logo {
    margin-bottom: 50px;
    display: flex;
    max-width: 35vw;
}

.fxt-template-layout34 .fxt-main-title {
    max-width: 480px;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout34 .fxt-main-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .fxt-template-layout34 .fxt-main-title {
        font-size: 32px;
    }

    .fxt-column-wrap.justify-content-center.register-page-content {
        padding-top: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout34 .fxt-main-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.fxt-template-layout34 .fxt-switcher-description1 {
    color: #363636;
    font-size: 20px;
    max-width: 260px;
    width: 100%;
    margin-bottom: 40px;
}

.fxt-template-layout34 .fxt-switcher-description1 .fxt-switcher-text {
    display: inline-block;
    color: #03345b;
    background: linear-gradient(135deg, #de9f17, #cf9a15, #fff68a, #ffcf45);
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 5px 25px;
    border-radius: 10px;
    margin-top: 1rem;
}

.fxt-template-layout34 .fxt-switcher-description1 .fxt-switcher-text:hover {
    color: #0925ad;
    text-decoration: underline;
}

.fxt-template-layout34 .fxt-switcher-description2 .fxt-switcher-text {
    color: #eacd56;
    font-size: 14px;
    -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-layout34 .fxt-switcher-description2 .fxt-switcher-text:hover {
    color: goldenrod;
    text-decoration: underline;
}

.fxt-template-layout34 .fxt-switcher-description3 {
    text-align: center;
    font-size: 16px;
    color: #646464;
    margin-bottom: 10px;
}

.fxt-template-layout34 .fxt-switcher-description3 .fxt-switcher-text {
    color: #4460f1;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    -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-layout34 .fxt-switcher-description3 .fxt-switcher-text:hover {
    color: #0f2ab2;
    text-decoration: underline;
}

.fxt-template-layout34 .fxt-qr-code {
    display: inline-block;
    max-width: 35vw;
}

.fxt-template-layout34 .fxt-qr-code img {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #dfdfdf;
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout34 .fxt-qr-code img {
        padding: 5px;
    }
}

.fxt-template-layout34 .fxt-form {
    margin-top: 10px;
}

.fxt-template-layout34 .fxt-form .fxt-label {
    color: #14133b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.fxt-template-layout34 .fxt-form .form-group {
    margin-bottom: 15px;
}

.form-group1 {
    display: flex;
    justify-content: center;
}

button#backToStep1 {
    background: #0d64ab !important;
    color: #fff;
}

select#ccode {
    font-size: 14px;
    font-weight: 300;
}

.fxt-template-layout34 .fxt-form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 26px;
    bottom: 16px;
    font-size: 14px;
    color: #a1a1a1;
}

.fxt-template-layout34 .fxt-form .form-group .field-icon:before {
    padding: 17px 10px;
}

.fxt-template-layout34 .fxt-form .form-control {
    border-radius: 10px;
    background-color: #ebf0f6;
    min-height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ebf0f6;
    padding: 10px 20px;
    color: #111;
}

.fxt-template-layout34 .fxt-form .form-group label {
    font-size: 14px;
    margin-bottom: 5px;
}

.fxt-template-layout34 .fxt-form .form-group label#password-error {
    font-size: 14px;
}

.fxt-template-layout34 .fxt-form .form-group label span {
    color: #ff5722;
}

.fxt-template-layout34 .fxt-form .form-group label.error {
    color: red;
    font-size: 14px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags
    label#Phone-error {
    position: absolute;
    margin-top: 5px;
}

.form-group.confirm-colume span.confirm-text {
    color: #000 !important;
}

.form-group.confirm-colume span.confirm-text a {
    color: #d39b26;
}

@media only screen and (max-width: 767px) {
    .fxt-template-layout34 .fxt-form .form-control {
        min-height: 45px;
    }
}

.fxt-template-layout34 .fxt-form input::-webkit-input-placeholder {
    color: #858588;
    font-size: 14px;
    font-weight: 300;
}

.fxt-template-layout34 .fxt-form input::-moz-placeholder {
    color: #858588;
    font-size: 14px;
    font-weight: 300;
}

.fxt-template-layout34 .fxt-form input:-moz-placeholder {
    color: #858588;
    font-size: 14px;
    font-weight: 300;
}

.fxt-template-layout34 .fxt-form input:-ms-input-placeholder {
    color: #858588;
    font-size: 14px;
    font-weight: 300;
}

.fxt-template-layout34 .fxt-form .fxt-checkbox-box {
    margin-bottom: 25px;
}

.fxt-template-layout34 .fxt-form .fxt-checkbox-box label {
    color: #14133b;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.fxt-template-layout34 .fxt-form .fxt-checkbox-box label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 0;
    right: 0;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -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-layout34 .fxt-form .fxt-checkbox-box label:after {
    position: absolute;
    font-size: 10px;
    color: #555555;
}

.fxt-template-layout34 .fxt-form .fxt-checkbox-box input[type="checkbox"] {
    display: none;
}

.fxt-template-layout34
    .fxt-form
    .fxt-checkbox-box
    input[type="checkbox"]:checked
    + label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 0;
    right: 0;
    top: 5px;
    width: 16px;
    text-align: center;
}

.fxt-template-layout34
    .fxt-form
    .fxt-checkbox-box
    input[type="checkbox"]:checked
    + label::before {
    background-color: #4460f1;
    border-color: #4460f1;
}

.fxt-template-layout34 .fxt-form .fxt-otp-logo {
    margin-bottom: 30px;
    display: block;
}

.fxt-template-layout34 .fxt-form .fxt-otp-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.fxt-template-layout34 .fxt-form .fxt-otp-row .fxt-otp-col {
    min-height: 50px;
    padding: 5px;
    text-align: center;
    margin-right: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fxt-template-layout34 .fxt-form .fxt-otp-row .fxt-otp-col:last-child {
    margin-right: 0;
}

.fxt-template-layout34 .fxt-form .fxt-otp-btn {
    margin-bottom: 20px;
}

.fxt-template-layout34 .terms-link {
    display: inline-block;
    color: #4460f1;
    -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-layout34 .terms-link:hover {
    color: #1a34b8;
    text-decoration: underline;
}

.fxt-template-layout34 .fxt-btn-fill {
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    display: block;
    margin: auto;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #03345b;
    border-radius: 10px;
    background: linear-gradient(135deg, #de9f17, #cf9a15, #fff68a, #ffcf45);
    padding: 10px 36px;
    width: 40%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.fxt-template-layout34 .fxt-btn-fill:hover {
    background-color: #1a34b8;
}

.fxt-template-layout34 .fxt-btn-fill:focus {
    outline: none;
}

#step1Form .iti {
    width: 100% !important;
}


@media only screen and (max-width: 767px) {
    .fxt-template-layout34 .fxt-btn-fill {
        font-size: 16px;
        padding: 11px 30px;
        width:75%;
    }

    .fxt-template-layout34 .fxt-switcher-description1 {
        margin-bottom: 0px;
    }
}

.fxt-template-layout34 .fxt-style-line {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.fxt-template-layout34 .fxt-style-line span {
    text-align: center;
    font-size: 15px;
    color: #acacac;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
}

.fxt-template-layout34 .fxt-style-line span:before {
    display: inline-block;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #cfcfcf;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

.fxt-template-layout34 .fxt-style-line span:after {
    display: inline-block;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #cfcfcf;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

a.fxt-logo img {
    height: auto;
    margin: auto;
    width: 12rem;
}

.fxt-form {
    background-color: white;
    box-shadow: 0px 0px 30px -4px gray;
    padding: 30px;
    border-radius: 10px;
}
/*.fxt-transformX-L-50.fxt-transition-delay-10 img {*/
/*    height: 35rem;*/
/*}*/
/*.fxt-transformX-L-50.fxt-transition-delay-10-signup img {*/
/*    height: 25rem;*/
/*}*/

h2.fxt-main-title-1 {
    font-weight: 600;
    font-size: 20px;
    color: #0f66af;
}

.upload-box {
    border: 2px dashed #daaf3c;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #555;
    width: 100%;
    transition: border-color 0.3s;
    font-size: 12px;
    overflow: hidden;
}

.upload-box input#poa,
.upload-box input#poi_f,
.upload-box input#poi_b {
    font-size: 11.4px;
}

.upload-box:hover {
    border-color: #888;
}

.upload-box label.error {
    color: red;
    margin-top: 7px;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 1.5;
}

.form-group label.pb-2 span {
    color: #e91e63;
}

.register-page-content label#name-error,
.register-page-content label#email-error,
.register-page-content label#ccode-error,
.register-page-content label#phone-error,
.register-page-content label#password-error,
.register-page-content label#id_no-error {
    color: red;
    font-size: 13px;
    text-transform: capitalize;
}

.browse-btn {
    background: #0f66af;
    border: 0px solid #ccc;
    padding: 5px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.upload-text {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.4;
}

.formats {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}

.form-group label.pb-2 {
    font-size: 14px;
}

#legal_confirm-error {
    display: none !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .upload-text {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .fxt-template-layout34 .fxt-logo {
        display: flex;
        max-width: 150px;
        height: auto;
        margin: auto auto 30px auto;
    }

    a.fxt-logo img {
        height: auto;
    }

    .fxt-template-layout34 .fxt-switcher-description1 {
        font-size: 16px;
    }

    .rigister-page-content,
    .Sign-page-content,
    .Reset-page {
        padding-top: 0px !important;
    }

    .fxt-template-layout34 .fxt-form {
        padding: 20px;
    }
}

@media only screen and (max-width: 456px) {
    .fxt-transformX-L-50.fxt-transition-delay-10 img {
        height: 12rem !important;
        margin-top: 20rem;
    }

    .fxt-transformX-L-50.fxt-transition-delay-10-signup img {
        height: 15rem;
        margin-top: 20rem;
    }

    .fxt-template-layout34 .fxt-animated-img {
        right: 0px;
    }
}

/* -----------------------------------------------------------footer css------------------------------- */
.disclaimer-section {
    background: #f1f3f6;
    padding: 20px 0px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    border-top: 1px solid #ddd;
}

.disclaimer-section strong {
    color: #333;
}

.disclaimer-section p {
    margin: 0px 0 10px;
    line-height: 26px;
    font-size: 13px;
}

.disclaimer-section p:last-child {
    margin-bottom: 0;
}

/* Optional fade at bottom like image */

/* -----------------------------------------------social icon ------------------------------------- */

.media-section {
    text-align: center;
    margin: 35px 0 0;
}

.media-section h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.media-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.media-icon {
    width: 40px;
    height: 40px;
    background: #1b3b73;
    /* Dark Blue */
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: 0.3s ease;
    cursor: pointer;
}

.media-icon:hover {
    background: #0d2552;
    transform: translateY(-5px);
}

.media-icon.facebook {
    background: #0165e1;
}

.media-icon.instagram {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}

.media-icon.twitter {
    background: #333;
}

.media-icon.youtube {
    background: #ff001b;
}

/* Preloader */

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
}

#loading-center {
    position: relative;
    width: 100%;
    height: 100%;
}

.preloader {
    background: url("https://xelansmarkets.com/assets/images/icons/logo.png")
        no-repeat center;
    background-size: 90px;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #0c1387;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ====loader end ==== */

/* -----------------------------------------------------slider ---------------------------------- */

@media (min-width: 1400px) {
    .carousel-container {
        padding-right: 40px;
    }
    .single-image {
        max-width: 70%;
        margin: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .single-image {
        max-width: 77%;
        margin: auto;
    }
}

.carousel-container {
    width: 100%;
    max-width: 1000px;
    position: relative;
}

.swiper {
    width: 100%;
    padding: 30px 0;
}

.swiper-slide {
    width: 500px;
    height: 400px;
    position: relative;
    transition: all 0.3s ease;
}

.card-img {
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%); */
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.card-img img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg,
        rgba(59, 130, 246, 0.05) 0%,
        transparent 100%
    );
    pointer-events: none;
}

.card-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.card-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.card-image-icon {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-weight: bold;
    font-size: 18px;
}

.card-content {
    position: relative;
    z-index: 2;
    padding: 40px 30px;
    text-align: center;
    color: #1e293b;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-header {
    font-size: 16px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.card-price {
    font-size: 48px;
    font-weight: 900;
    margin: 20px 0;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(45deg, #3b82f6, #1d4ed8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-subtitle {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 30px;
}

.card-footer {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(45deg, #3b82f6, #1d4ed8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-footer-sub {
    font-size: 12px;
    color: #64748b;
    margin-top: 5px;
}

.podium {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 60px;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    border-radius: 60px 60px 0 0;
    box-shadow: inset 0 2px 10px rgba(148, 163, 184, 0.2);
}
/* Center slide (active) styling */
.swiper-slide-active .card {
    transform: scale(1.1) translateY(-20px);
    box-shadow: 0 25px 60px rgba(59, 130, 246, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 3px solid rgba(59, 130, 246, 0.3);
}

.swiper-slide-active .card::before {
    background: linear-gradient(
        45deg,
        rgba(59, 130, 246, 0.1) 0%,
        transparent 100%
    );
}

.swiper-slide-active .podium {
    height: 80px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.swiper-slide-active .card-image {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
    transform: scale(1.1);
}
/* Side slides styling */
.swiper-slide:not(.swiper-slide-active) .card {
    opacity: 0.8;
    transform: scale(0.9);
}

.swiper-slide:not(.swiper-slide-active) .card-price {
    background: linear-gradient(45deg, #64748b, #475569);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.swiper-slide:not(.swiper-slide-active) .card-footer {
    background: linear-gradient(45deg, #64748b, #475569);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.swiper-slide:not(.swiper-slide-active) .card-image {
    background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%);
    box-shadow: 0 8px 25px rgba(148, 163, 184, 0.3);
}
/* Navigation arrows */

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    background: rgb(255 255 255);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(59, 130, 246, 0.2);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: linear-gradient(135deg, #de9f17, #cf9a15, #fff68a, #ffcf45);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
    color: #000000;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: 900;
}

.thank-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.thank-btn a.trk-btn {
    transition: 0.3s ease-in-out;
    background: #0d64ab;
    border-radius: 100px;
    padding: 6px 20px;
    color: #fff;
    font-weight: 400;
    min-width: 150px;
}

.thank-btn a.trk-btn:hover {
    background: linear-gradient(135deg, #de9f17, #cf9a15, #fff68a, #ffcf45);
    color: #000;
}

.thank-btn a.trk-btn1 {
    transition: 0.3s ease-in-out;
    border-radius: 100px;
    padding: 6px 20px;
    font-weight: 400;
    min-width: 150px;
    background: linear-gradient(
        90deg,
        #ecac1a 25%,
        #e7ba1e 50%,
        #ffe864 75%,
        #f5c635 100%
    );
    color: #03345b;
}

.thank-btn a.trk-btn1:hover {
    background: #0d64ab;
    color: #f7f7fb;
}

/* Responsive design */
@media (max-width: 768px) {
    .swiper-slide {
        width: 250px;
        height: 350px;
    }

    .card-price {
        font-size: 36px;
    }

    .card-content {
        padding: 30px 20px;
    }

    .card-image {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .single-image {
        max-width: 55%;
        margin: auto;
    }
    
    .upload-box input#poa, .upload-box input#poi_f, .upload-box input#poi_b {
       border: #e5e5e5 1px solid;
    }

}


