/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

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
}

p {
    margin: 0 0 20px;
    color: #646464
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: roboto, sans-serif;
    margin: 0 0 20px;
    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
    }
}

a {
    text-decoration: none
}

a:active,
a:hover,
a:focus {
    text-decoration: none
}

a:active,
a:hover,
a:focus {
    outline: 0
}

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;
    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(.075, .82, .165, 1);
    animation-timing-function: linear cubic-bezier(.075, .82, .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 transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    -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 transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    -webkit-animation-delay: .25s;
    animation-delay: .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 transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    -webkit-animation-delay: .5s;
    animation-delay: .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)
    }
}

.fxt-template-animation {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-animation .fxt-opacity {
    opacity: 0
}

.fxt-template-animation .fxt-transformY-50 {
    opacity: 1;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.fxt-template-animation .fxt-transformX-L-50 {
    opacity: 1;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.fxt-template-animation .fxt-transformX-R-50 {
    opacity: 1;
    -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(.075, .82, .165, 1);
    -o-transition: all 1.3s cubic-bezier(.075, .82, .165, 1);
    transition: all 1.3s cubic-bezier(.075, .82, .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(.075, .82, .165, 1);
    -o-transition: all 1.3s cubic-bezier(.075, .82, .165, 1);
    transition: all 1.3s cubic-bezier(.075, .82, .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(.075, .82, .165, 1);
    -o-transition: all 1.3s cubic-bezier(.075, .82, .165, 1);
    transition: all 1.3s cubic-bezier(.075, .82, .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(.075, .82, .165, 1);
    -o-transition: all 1.3s cubic-bezier(.075, .82, .165, 1);
    transition: all 1.3s cubic-bezier(.075, .82, .165, 1)
}

.loaded.fxt-template-animation .fxt-transition-delay-1 {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.loaded.fxt-template-animation .fxt-transition-delay-2 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.loaded.fxt-template-animation .fxt-transition-delay-3 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.loaded.fxt-template-animation .fxt-transition-delay-4 {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.loaded.fxt-template-animation .fxt-transition-delay-5 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.loaded.fxt-template-animation .fxt-transition-delay-6 {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.loaded.fxt-template-animation .fxt-transition-delay-7 {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.loaded.fxt-template-animation .fxt-transition-delay-8 {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.loaded.fxt-template-animation .fxt-transition-delay-9 {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .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
}

.fxt-template-layout31 {
    background-color: #fff;
    padding: 110px;
    width: 100%;
    min-height: 100vh;
    display: -ms-grid;
    display: grid;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1199px) {
    .fxt-template-layout31 {
        padding: 90px
    }
}

@media only screen and (max-width:991px) {
    .fxt-template-layout31 {
        padding: 70px
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout31 {
        padding: 50px
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout31 {
        padding: 30px
    }
}

@media only screen and (max-width:479px) {
    .fxt-template-layout31 {
        padding: 15px
    }
}

.fxt-template-layout31 .fxt-shape {
    height: 100%;
    width: calc((100vw + 220px)/4);
    background-color: #1a3d8f;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute
}

@media only screen and (max-width:1199px) {
    .fxt-template-layout31 .fxt-shape {
        width: calc((100vw + 180px)/4)
    }
}

@media only screen and (max-width:991px) {
    .fxt-template-layout31 .fxt-shape {
        width: calc((100vw + 140px)/4)
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout31 .fxt-shape {
        width: calc((100vw + 100px)/4)
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout31 .fxt-shape {
        width: calc((100vw + 60px)/4)
    }
}

@media only screen and (max-width:479px) {
    .fxt-template-layout31 .fxt-shape {
        width: calc((100vw + 30px)/4)
    }
}

.fxt-template-layout31 .fxt-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    width: 100%
}

@media only screen and (max-width:991px) {
    .fxt-template-layout31 .fxt-content-wrap {
        display: block
    }
}

.fxt-template-layout31 .fxt-heading-content {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:991px) {
    .fxt-template-layout31 .fxt-heading-content {
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout31 .fxt-heading-content {
        padding: 40px 15px
    }
}

.fxt-template-layout31 .fxt-heading-content:before {
    height: 100%;
    width: 100%;
    background-color: rgba(9, 64, 194, .9);
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute
}

.fxt-template-layout31 .fxt-heading-content .fxt-inner-wrap {
    text-align: center;
    max-width: 640px;
    width: 100%
}

.fxt-template-layout31 .fxt-heading-content .fxt-logo {
    display: inline-block;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw
}

.fxt-template-layout31 .fxt-heading-content .fxt-main-title {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 60px
}

@media only screen and (max-width:1199px) {
    .fxt-template-layout31 .fxt-heading-content .fxt-main-title {
        font-size: 36px
    }
}

@media only screen and (max-width:991px) {
    .fxt-template-layout31 .fxt-heading-content .fxt-main-title {
        font-size: 32px;
        margin-bottom: 50px
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout31 .fxt-heading-content .fxt-main-title {
        font-size: 30px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout31 .fxt-heading-content .fxt-main-title {
        font-size: 28px;
        margin-bottom: 30px
    }
}

.fxt-template-layout31 .fxt-heading-content .fxt-login-option {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul {
    text-align: center
}

.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li {
    margin-bottom: 15px
}

.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li:last-child {
    margin-bottom: 0
}

.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
    padding: 15px;
    border: 1px solid;
    border-color: #5984e8;
    color: #fff;
    font-size: 20px;
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a:hover {
    background-color: #fff;
    color: #14133b
}

@media only screen and (max-width:1199px) {
    .fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
        font-size: 18px;
        padding: 14px
    }
}

@media only screen and (max-width:991px) {
    .fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
        font-size: 17px;
        padding: 13px
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
        font-size: 16px;
        padding: 12px
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout31 .fxt-heading-content .fxt-login-option ul li a {
        font-size: 15px;
        padding: 11px
    }
}

.fxt-template-layout31 .fxt-form-content {
    -webkit-box-shadow: 0 3px 79px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 79px 0 rgba(0, 0, 0, .08);
    width: 50%;
    background-color: rgba(255, 255, 255, .9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:991px) {
    .fxt-template-layout31 .fxt-form-content {
        width: 100%
    }
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher {
    padding: 50px 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:575px) {
    .fxt-template-layout31 .fxt-form-content .fxt-page-switcher {
        padding: 40px 15px 0
    }
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:first-child .fxt-switcher-btn {
    border-left: 1px solid;
    border-color: #111
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:first-child .fxt-switcher-btn:hover,
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:first-child .fxt-switcher-btn.active {
    border-color: #1b53d4
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:last-child .fxt-switcher-btn {
    border-right: 1px solid;
    border-color: #111
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:last-child .fxt-switcher-btn:hover,
.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:last-child .fxt-switcher-btn.active {
    border-color: #1b53d4
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
    padding: 9px 27px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #111;
    color: #111;
    display: block;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn:hover {
    color: #1b53d4
}

.fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn.active {
    background-color: #1b53d4;
    color: #fff;
    border-color: #1b53d4
}

@media only screen and (max-width:1199px) {
    .fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
        font-size: 17px;
        padding: 8px 25px
    }
}

@media only screen and (max-width:991px) {
    .fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
        font-size: 16px;
        padding: 7px 23px
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout31 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
        font-size: 15px;
        padding: 6px 21px
    }
}

.fxt-template-layout31 .fxt-form-content .fxt-page-title {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 700;
    color: #14133b
}

@media only screen and (max-width:1199px) {
    .fxt-template-layout31 .fxt-form-content .fxt-page-title {
        font-size: 32px
    }
}

@media only screen and (max-width:991px) {
    .fxt-template-layout31 .fxt-form-content .fxt-page-title {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout31 .fxt-form-content .fxt-page-title {
        font-size: 28px
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout31 .fxt-form-content .fxt-page-title {
        font-size: 26px
    }
}

@media only screen and (max-width:479px) {
    .fxt-template-layout31 .fxt-form-content .fxt-page-title {
        font-size: 24px
    }
}

.fxt-template-layout31 .fxt-form-content .fxt-description {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px
}

.fxt-template-layout31 .fxt-form-content .fxt-label {
    color: #14133b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px
}

.fxt-template-layout31 .fxt-form-content .fxt-main-form {
    padding: 30px 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:991px) {
    .fxt-template-layout31 .fxt-form-content .fxt-main-form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout31 .fxt-form-content .fxt-main-form {
        padding: 20px 15px 10px
    }
}

.fxt-template-layout31 .fxt-form-content .fxt-inner-wrap {
    max-width: 440px;
    width: 100%
}

.fxt-template-layout31 .fxt-form-content .form-group {
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.fxt-template-layout31 .fxt-form-content .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #a1a1a1
}

.fxt-template-layout31 .fxt-form-content .form-group .field-icon:before {
    padding: 17px 10px
}

.fxt-template-layout31 .fxt-form-content .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111
}

.fxt-template-layout31 .fxt-form-content input::-webkit-input-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout31 .fxt-form-content input::-moz-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout31 .fxt-form-content input:-moz-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout31 .fxt-form-content input:-ms-input-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout31 .fxt-form-content .fxt-btn-fill {
    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: 1px solid;
    border-color: #1b53d4;
    color: #fff;
    border-radius: 3px;
    background-color: #1b53d4;
    padding: 10px 36px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout31 .fxt-form-content .fxt-btn-fill:hover {
    background-color: #0d42be;
    border-color: #0d42be
}

.fxt-template-layout31 .fxt-form-content .fxt-btn-fill:focus {
    outline: none
}

@media only screen and (max-width:991px) {
    .fxt-template-layout31 .fxt-form-content .fxt-btn-fill {
        font-size: 16px;
        padding: 9px 32px
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout31 .fxt-form-content .fxt-btn-fill {
        font-size: 15px;
        padding: 8px 28px
    }
}

.fxt-template-layout31 .fxt-form-content .fxt-switcher-description {
    text-align: center;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #888;
    margin-bottom: 10px
}

.fxt-template-layout31 .fxt-form-content .fxt-switcher-text {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #1b52d2;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout31 .fxt-form-content .fxt-switcher-text:hover {
    color: #06339e
}

.fxt-template-layout31 .fxt-form-content .fxt-switcher-text:focus {
    outline: none
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-wrap {
    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: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box {
    margin-bottom: 5px
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box label {
    color: #adadad;
    margin-bottom: 0;
    font-size: 16px;
    position: relative
}

.fxt-template-layout31 .fxt-form-content .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 .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box label:after {
    position: absolute;
    font-size: 10px;
    color: #555
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box input[type=checkbox] {
    display: none
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box input[type=checkbox]:checked+label::after {
    font-family: 'font awesome 5 free';
    content: "\f00c";
    font-weight: 900;
    color: #fff;
    left: 0;
    right: 0;
    top: 5px;
    width: 16px;
    text-align: center
}

.fxt-template-layout31 .fxt-form-content .fxt-checkbox-box input[type=checkbox]:checked+label::before {
    background-color: #1b53d4;
    border-color: #1b53d4
}

.fxt-template-layout31 .fxt-form-content .fxt-otp-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.fxt-template-layout31 .fxt-form-content .fxt-otp-row .fxt-otp-col {
    padding: 10px 5px;
    text-align: center;
    margin-right: 30px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.fxt-template-layout31 .fxt-form-content .fxt-otp-row .fxt-otp-col:last-child {
    margin-right: 0
}

.fxt-template-layout31 .fxt-form-content .fxt-otp-btn {
    margin-bottom: 30px
}

.fxt-template-layout31 .fxt-shape.fxt-animation-active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.loaded.fxt-template-layout31 .fxt-shape.fxt-animation-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.fxt-template-layout32 {
    background-color: #a93cd8;
    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
}

@media only screen and (max-width:767px) {
    .fxt-template-layout32 {
        padding: 40px 20px
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout32 {
        padding: 30px 15px
    }
}

.fxt-template-layout32 .fxt-content-wrap {
    border: 1px solid #fff;
    display: inline-block;
    max-width: 700px;
    border-radius: 10px;
    padding: 120px 85px 100px;
    position: relative;
    z-index: 1;
    margin-top: 42px
}

@media only screen and (max-width:767px) {
    .fxt-template-layout32 .fxt-content-wrap {
        margin-top: 33px;
        padding: 90px 35px 50px
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout32 .fxt-content-wrap {
        padding: 70px 15px 30px
    }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-logo {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -43px;
    left: 85px;
    text-align: center
}

@media only screen and (max-width:767px) {
    .fxt-template-layout32 .fxt-content-wrap .fxt-logo {
        padding: 20px 30px;
        left: 35px;
        top: -33px
    }

    .fxt-template-layout32 .fxt-content-wrap .fxt-logo img {
        width: 80%
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout32 .fxt-content-wrap .fxt-logo {
        padding: 20px 30px;
        left: 15px
    }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-main-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px
}

@media only screen and (max-width:767px) {
    .fxt-template-layout32 .fxt-content-wrap .fxt-main-title {
        font-size: 30px
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout32 .fxt-content-wrap .fxt-main-title {
        font-size: 26px
    }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-main-description {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .fxt-template-layout32 .fxt-content-wrap .fxt-main-description {
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout32 .fxt-content-wrap .fxt-main-description {
        font-size: 16px
    }
}

.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
}

@media only screen and (max-width:767px) {
    .fxt-template-layout32 .fxt-content-wrap .fxt-btns-wrap ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout32 .fxt-content-wrap .fxt-btns-wrap ul {
        margin-left: -5px;
        margin-right: -5px
    }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-btns-wrap ul li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

@media only screen and (max-width:575px) {
    .fxt-template-layout32 .fxt-content-wrap .fxt-btns-wrap ul li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px
    }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-modal-btn {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width:767px) {
    .fxt-template-layout32 .fxt-content-wrap .fxt-modal-btn {
        font-size: 18px;
        padding: 4px 15px
    }
}

.fxt-template-layout32 .fxt-content-wrap .fxt-modal-btn:hover {
    color: #14133b;
    background-color: #fff
}

.fxt-template-layout32 .fxt-content-wrap .fxt-modal-btn:focus {
    outline: none
}

@media only screen and (min-width:992px) {
    .layout32.modal-dialog {
        max-width: 600px
    }
}

.layout32.modal-content {
    margin-top: 45px;
    border-radius: 10px 0 10px 10px;
    border: 0;
    position: relative
}

.layout32.modal-content .fxt-btn-close {
    position: absolute;
    top: -50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: 0;
    background-color: #fff;
    padding: 17px 27px 12px;
    line-height: 1;
    border: 0;
    cursor: pointer;
    border-radius: 10px 10px 0 0
}

.layout32.modal-content .fxt-btn-close span {
    color: #a93cd8;
    border: 1px solid #a93cd8;
    font-size: 28px;
    line-height: .7;
    display: block;
    padding: 0 1px;
    font-weight: 700;
    opacity: .7;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.layout32.modal-content .fxt-btn-close:focus {
    outline: none
}

.layout32.modal-content .fxt-btn-close:hover span {
    opacity: 1
}

.layout32.modal-content .fxt-page-title-wrap {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    text-align: center
}

.layout32.modal-content .fxt-page-title-wrap:before {
    content: "";
    background-color: #e7e7e7;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.layout32.modal-content .fxt-page-title {
    color: #14133b;
    font-weight: 700;
    text-align: center;
    border: 1px solid #e7e7e7;
    font-size: 24px;
    padding: 15px 44px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .layout32.modal-content .fxt-page-title {
        font-size: 22px;
        padding: 13px 40px
    }
}

@media only screen and (max-width:767px) {
    .layout32.modal-content .fxt-page-title {
        font-size: 20px;
        padding: 10px 35px
    }
}

.layout32.modal-content .fxt-page-description {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: 500
}

.layout32.modal-content .fxt-form {
    padding: 55px 100px 50px
}

@media only screen and (max-width:991px) {
    .layout32.modal-content .fxt-form {
        padding: 35px 30px 30px
    }
}

@media only screen and (max-width:575px) {
    .layout32.modal-content .fxt-form {
        padding: 25px 15px 20px
    }
}

.layout32.modal-content .form-group {
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.layout32.modal-content .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #a1a1a1
}

.layout32.modal-content .form-group .field-icon:before {
    padding: 17px 10px
}

.layout32.modal-content .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111
}

.layout32.modal-content input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300
}

.layout32.modal-content input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300
}

.layout32.modal-content input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300
}

.layout32.modal-content input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300
}

.layout32.modal-content .fxt-switcher-text1 {
    margin-bottom: 5px;
    display: inline-block;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border: none;
    font-weight: 500;
    color: #646464;
    font-size: 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.layout32.modal-content .fxt-switcher-text1:hover {
    color: #a93cd8
}

.layout32.modal-content .fxt-btn-fill {
    font-family: roboto, sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid;
    border-color: #a93cd8;
    color: #fff;
    border-radius: 3px;
    background-color: #a93cd8;
    padding: 12px 30px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.layout32.modal-content .fxt-btn-fill:hover {
    background-color: #8c1ebb;
    border-color: #8c1ebb
}

.layout32.modal-content .fxt-btn-fill:focus {
    outline: none
}

@media only screen and (max-width:991px) {
    .layout32.modal-content .fxt-btn-fill {
        font-size: 16px;
        padding: 9px 32px
    }
}

@media only screen and (max-width:767px) {
    .layout32.modal-content .fxt-btn-fill {
        font-size: 15px;
        padding: 8px 28px
    }
}

.layout32.modal-content .fxt-option-text {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #14133b
}

.layout32.modal-content .fxt-login-option {
    margin-bottom: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.layout32.modal-content .fxt-login-option ul li {
    margin-bottom: 20px
}

.layout32.modal-content .fxt-login-option ul li:last-child {
    margin-bottom: 0
}

.layout32.modal-content .fxt-login-option ul li a {
    padding: 13px 30px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width:1199px) {
    .layout32.modal-content .fxt-login-option ul li a {
        font-size: 18px;
        padding: 14px
    }
}

@media only screen and (max-width:991px) {
    .layout32.modal-content .fxt-login-option ul li a {
        font-size: 17px;
        padding: 13px
    }
}

@media only screen and (max-width:767px) {
    .layout32.modal-content .fxt-login-option ul li a {
        font-size: 16px;
        padding: 12px
    }
}

@media only screen and (max-width:575px) {
    .layout32.modal-content .fxt-login-option ul li a {
        font-size: 15px;
        padding: 11px
    }
}

.layout32.modal-content .fxt-login-option ul li.fxt-facebook a {
    background-color: #3b5998
}

.layout32.modal-content .fxt-login-option ul li.fxt-facebook a:hover {
    background-color: #263f75
}

.layout32.modal-content .fxt-login-option ul li.fxt-google a {
    background-color: #c33
}

.layout32.modal-content .fxt-login-option ul li.fxt-google a:hover {
    background-color: #af2121
}

.layout32.modal-content .fxt-switcher-description {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #646464
}

.layout32.modal-content .fxt-switcher-text2 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #a93cd8;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.layout32.modal-content .fxt-switcher-text2:hover {
    color: #850ab9;
    text-decoration: underline
}

.layout32.modal-content .fxt-switcher-text3 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #a93cd8;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.layout32.modal-content .fxt-switcher-text3:hover {
    color: #850ab9;
    text-decoration: underline
}

.layout32.modal-content .fxt-switcher-text3:focus {
    outline: none
}

.layout32.modal-content .fxt-otp-logo {
    display: block;
    text-align: center;
    margin-bottom: 10px
}

.layout32.modal-content .fxt-otp-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.layout32.modal-content .fxt-otp-row .fxt-otp-col {
    padding: 10px 5px;
    text-align: center;
    margin-right: 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.layout32.modal-content .fxt-otp-row .fxt-otp-col:last-child {
    margin-right: 0
}

.layout32.modal-content .fxt-otp-btn {
    margin-bottom: 20px
}

.fxt-template-layout33 {
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
    display: -ms-grid;
    display: grid;
    position: relative;
    z-index: 1
}

.fxt-template-layout33 .fxt-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:991px) {
    .fxt-template-layout33 .fxt-content-wrap {
        display: block
    }
}

.fxt-template-layout33 .fxt-heading-content {
    padding: 30px;
    position: relative;
    width: 50%;
    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
}

@media only screen and (max-width:991px) {
    .fxt-template-layout33 .fxt-heading-content {
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout33 .fxt-heading-content {
        padding: 15px
    }
}

.fxt-template-layout33 .fxt-heading-content:before {
    content: "";
    border-radius: 0 100px 100px 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/figure/bg33-1.html);
    top: 0;
    left: 0
}

@media only screen and (max-width:991px) {
    .fxt-template-layout33 .fxt-heading-content:before {
        border-radius: 0
    }
}

.fxt-template-layout33 .fxt-heading-content .fxt-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 680px;
    height: 100%;
    padding: 60px 50px;
    border-radius: 30px;
    max-width: 515px;
    width: 100%;
    background-color: rgba(0, 0, 0, .7)
}

@media only screen and (max-width:575px) {
    .fxt-template-layout33 .fxt-heading-content .fxt-inner-wrap {
        padding: 40px 30px;
        border-radius: 15px
    }
}

.fxt-template-layout33 .fxt-heading-content .fxt-logo {
    margin-bottom: 30px;
    display: block;
    max-width: 35vw
}

.fxt-template-layout33 .fxt-heading-content .fxt-sub-title {
    color: #fff;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 300
}

@media only screen and (max-width:767px) {
    .fxt-template-layout33 .fxt-heading-content .fxt-sub-title {
        font-size: 22px
    }
}

.fxt-template-layout33 .fxt-heading-content .fxt-main-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 300
}

@media only screen and (max-width:991px) {
    .fxt-template-layout33 .fxt-heading-content .fxt-main-title {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout33 .fxt-heading-content .fxt-main-title {
        font-size: 28px
    }
}

.fxt-template-layout33 .fxt-heading-content .fxt-description {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    max-width: 390px;
    width: 100%
}

.fxt-template-layout33 .fxt-heading-content .fxt-switcher-description {
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

.fxt-template-layout33 .fxt-heading-content .fxt-switcher-description .fxt-switcher-text {
    display: table;
    color: #fff;
    font-weight: 500
}

.fxt-template-layout33 .fxt-heading-content .fxt-switcher-description .fxt-switcher-text:hover {
    text-decoration: underline
}

.fxt-template-layout33 .fxt-form-content {
    width: 50%
}

@media only screen and (max-width:991px) {
    .fxt-template-layout33 .fxt-form-content {
        width: 100%
    }
}

.fxt-template-layout33 .fxt-form-content .fxt-page-title {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 700;
    color: #14133b
}

@media only screen and (max-width:1199px) {
    .fxt-template-layout33 .fxt-form-content .fxt-page-title {
        font-size: 32px
    }
}

@media only screen and (max-width:991px) {
    .fxt-template-layout33 .fxt-form-content .fxt-page-title {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout33 .fxt-form-content .fxt-page-title {
        font-size: 28px
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout33 .fxt-form-content .fxt-page-title {
        font-size: 26px
    }
}

@media only screen and (max-width:479px) {
    .fxt-template-layout33 .fxt-form-content .fxt-page-title {
        font-size: 24px
    }
}

.fxt-template-layout33 .fxt-form-content .fxt-description {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px
}

.fxt-template-layout33 .fxt-form-content .fxt-label {
    color: #14133b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px
}

.fxt-template-layout33 .fxt-form-content .fxt-main-form {
    padding: 50px 65px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:991px) {
    .fxt-template-layout33 .fxt-form-content .fxt-main-form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout33 .fxt-form-content .fxt-main-form {
        padding: 40px 15px 30px
    }
}

.fxt-template-layout33 .fxt-form-content .fxt-inner-wrap {
    max-width: 454px;
    width: 100%
}

.fxt-template-layout33 .fxt-form-content .form-group {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.fxt-template-layout33 .fxt-form-content .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111
}

.fxt-template-layout33 .fxt-form-content input::-webkit-input-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout33 .fxt-form-content input::-moz-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout33 .fxt-form-content input:-moz-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout33 .fxt-form-content input:-ms-input-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout33 .fxt-form-content .fxt-otp-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.fxt-template-layout33 .fxt-form-content .fxt-otp-row .fxt-otp-col {
    padding: 10px 5px;
    text-align: center;
    margin-right: 30px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.fxt-template-layout33 .fxt-form-content .fxt-otp-row .fxt-otp-col:last-child {
    margin-right: 0
}

.fxt-template-layout33 .fxt-form-content .fxt-otp-btn {
    margin-bottom: 20px
}

.fxt-template-layout33 .fxt-form-content .fxt-switcher-description {
    text-align: center;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #646464
}

.fxt-template-layout33 .fxt-form-content .fxt-switcher-text {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #39a688;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout33 .fxt-form-content .fxt-switcher-text:hover {
    color: #099e74;
    text-decoration: underline
}

.fxt-template-layout33 .fxt-form-content .fxt-switcher-text:focus {
    outline: none
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box {
    margin-bottom: 25px
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box label {
    color: #14133b;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative
}

.fxt-template-layout33 .fxt-form-content .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 .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box label:after {
    position: absolute;
    font-size: 10px;
    color: #555
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box input[type=checkbox] {
    display: none
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box input[type=checkbox]:checked+label::after {
    font-family: 'font awesome 5 free';
    content: "\f00c";
    font-weight: 900;
    color: #fff;
    left: 0;
    right: 0;
    top: 5px;
    width: 16px;
    text-align: center
}

.fxt-template-layout33 .fxt-form-content .fxt-checkbox-box input[type=checkbox]:checked+label::before {
    background-color: #1ebe92;
    border-color: #1ebe92
}

.fxt-template-layout33 .fxt-form-content .fxt-btn-fill {
    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: 1px solid;
    border-color: #1ebe92;
    color: #fff;
    border-radius: 10px;
    background-color: #1ebe92;
    padding: 9px 36px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout33 .fxt-form-content .fxt-btn-fill:hover {
    background-color: #099e74;
    border-color: #099e74
}

.fxt-template-layout33 .fxt-form-content .fxt-btn-fill:focus {
    outline: none
}

@media only screen and (max-width:767px) {
    .fxt-template-layout33 .fxt-form-content .fxt-btn-fill {
        font-size: 16px
    }
}

.fxt-template-layout33 .fxt-form-content .fxt-divider-text {
    text-align: center;
    margin-bottom: 20px
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px
}

@media only screen and (max-width:575px) {
    .fxt-template-layout33 .fxt-form-content .fxt-login-option ul {
        display: block
    }
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    width: auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width:575px) {
    .fxt-template-layout33 .fxt-form-content .fxt-login-option ul li {
        width: 100%
    }
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a {
    padding: 10px 15px;
    color: #fff;
    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;
    min-height: 50px;
    width: 50px;
    border-radius: 10px;
    font-size: 15px
}

@media only screen and (max-width:767px) {
    .fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a {
        min-height: 47px
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a {
        width: 100%
    }
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a .fxt-option-icon {
    display: inline-block
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
    display: inline-block;
    display: none
}

@media only screen and (max-width:575px) {
    .fxt-template-layout33 .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
        display: block
    }
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-google a {
    background-color: #c33
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-google a:hover {
    background-color: #af2121
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-facebook a {
    background-color: #3b5998
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-facebook a:hover {
    background-color: #263f75
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-apple a {
    background-color: #132133
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.fxt-apple a:hover {
    background-color: #070e16
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.active {
    width: 100%
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.active a {
    width: 100%
}

.fxt-template-layout33 .fxt-form-content .fxt-login-option ul li.active a .fxt-option-text {
    display: block
}

.fxt-template-layout33.fxt-template-animation .fxt-heading-content:before {
    opacity: 1;
    visibility: hidden
}

.fxt-template-layout33.loaded.fxt-template-animation .fxt-heading-content:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.fxt-template-layout34 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top
}

.fxt-template-layout34 .fxt-column-wrap {
    position: relative;
    min-height: 100vh;
    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: 15vh;
    padding-bottom: 15vh
}

@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: 6vh;
        padding-bottom: 6vh
    }
}

.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: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fxt-template-layout34 .fxt-logo {
    margin-bottom: 50px;
    display: block;
    max-width: 35vw
}

.fxt-template-layout34 .fxt-main-title {
    max-width: 280px;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    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
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout34 .fxt-main-title {
        font-size: 28px
    }
}

.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: #4460f1;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.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: #b1b1b2;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout34 .fxt-switcher-description2 .fxt-switcher-text:hover {
    color: #1a34b8;
    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 .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    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 {
    position: relative;
    z-index: 1;
    margin-bottom: 25px
}

.fxt-template-layout34 .fxt-form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 26px;
    bottom: 24px;
    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: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ebf0f6;
    padding: 10px 20px;
    color: #111
}

@media only screen and (max-width:767px) {
    .fxt-template-layout34 .fxt-form .form-control {
        min-height: 50px
    }
}

.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 .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.fxt-template-layout34 .fxt-form .fxt-checkbox-box label:after {
    position: absolute;
    font-size: 10px;
    color: #555
}

.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: #fff;
    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 .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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: inline-block;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 10px;
    background-color: #4460f1;
    padding: 12px 36px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout34 .fxt-btn-fill:hover {
    background-color: #1a34b8
}

.fxt-template-layout34 .fxt-btn-fill:focus {
    outline: none
}

@media only screen and (max-width:767px) {
    .fxt-template-layout34 .fxt-btn-fill {
        font-size: 16px;
        padding: 11px 30px
    }
}

.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
}

.fxt-template-layout34 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px
}

.fxt-template-layout34 ul.fxt-socials li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

.fxt-template-layout34 ul.fxt-socials li a {
    border-radius: 10px;
    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;
    font-size: 20px;
    height: 60px;
    width: 80px;
    border: 1px solid;
    border-color: #cfcfcf;
    background-color: #fefefe;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width:767px) {
    .fxt-template-layout34 ul.fxt-socials li a {
        font-size: 18px;
        height: 50px;
        width: 60px
    }
}

.fxt-template-layout34 ul.fxt-socials li a:hover {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 62px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, .1)
}

.fxt-template-layout34 ul.fxt-socials li.fxt-google a {
    color: #c33
}

.fxt-template-layout34 ul.fxt-socials li.fxt-apple a {
    color: #132133
}

.fxt-template-layout34 ul.fxt-socials li.fxt-facebook a {
    color: #3b5998
}

.fxt-template-layout35 {
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
    display: -ms-grid;
    display: grid;
    position: relative;
    z-index: 1
}

.fxt-template-layout35 .fxt-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:991px) {
    .fxt-template-layout35 .fxt-content-wrap {
        display: block
    }
}

.fxt-template-layout35 .fxt-heading-content {
    padding: 70px calc(9vw + 70px) 70px 70px;
    position: relative;
    z-index: 1;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

@media only screen and (max-width:1199px) {
    .fxt-template-layout35 .fxt-heading-content {
        padding: 50px calc(3vw + 30px) 50px 30px
    }
}

@media only screen and (max-width:991px) {
    .fxt-template-layout35 .fxt-heading-content {
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout35 .fxt-heading-content {
        padding: 30px 15px
    }
}

.fxt-template-layout35 .fxt-heading-content:before {
    content: "";
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/figure/bg35-1.html);
    top: 0;
    left: 0
}

.fxt-template-layout35 .fxt-heading-content:after {
    content: "";
    background-color: #8787FF;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1
}

.fxt-template-layout35 .fxt-heading-content .fxt-inner-wrap {
    row-gap: 70px;
    max-width: 800px;
    width: 100%
}

.fxt-template-layout35 .fxt-heading-content .fxt-logo {
    margin-bottom: 15px;
    display: block;
    max-width: 25vw
}

.fxt-template-layout35 .fxt-heading-content .fxt-main-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 52px;
    font-weight: 700;
    width: 100%
}

@media only screen and (max-width:991px) {
    .fxt-template-layout35 .fxt-heading-content .fxt-main-title {
        font-size: 36px
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout35 .fxt-heading-content .fxt-main-title {
        font-size: 30px
    }
}

.fxt-template-layout35 .fxt-heading-content .fxt-description {
    color: #fff;
    font-weight: 300;
    width: 100%
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px
}

@media only screen and (max-width:575px) {
    .fxt-template-layout35 .fxt-heading-content ul.fxt-socials li {
        margin-right: 2px
    }
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li:last-child {
    margin-right: 0
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li a {
    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;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-google a {
    background-color: #c33;
    border-color: #c33
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #c33
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077b5;
    border-color: #0077b5
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077b5
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-pinterest a {
    background-color: #bd081c;
    border-color: #bd081c
}

.fxt-template-layout35 .fxt-heading-content ul.fxt-socials li.fxt-pinterest a:hover {
    background-color: transparent;
    color: #bd081c
}

.fxt-template-layout35 .fxt-heading-content .fxt-copyright-text {
    color: #fff;
    font-size: 15px
}

.fxt-template-layout35 .fxt-form-content {
    width: 50%
}

@media only screen and (max-width:991px) {
    .fxt-template-layout35 .fxt-form-content {
        width: 100%
    }
}

.fxt-template-layout35 .fxt-form-content h2.fxt-page-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #14133b
}

.fxt-template-layout35 .fxt-form-content h2.fxt-page-title span {
    font-size: 14px;
    font-weight: 300
}

.fxt-template-layout35 .fxt-form-content h3.fxt-page-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #14133b
}

.fxt-template-layout35 .fxt-form-content .fxt-steps {
    font-size: 20px;
    
    margin-bottom: 10px;
    color: #14133b;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.fxt-current-step,.fxt-total-step{
    padding:0px 2px !important;
}

.fxt-template-layout35 .fxt-form-content .progress {
    height: 10px;
    margin-bottom: 10px
}

.fxt-template-layout35 .fxt-form-content .progress-bar {
    background-color: #8787FF
}

.fxt-template-layout35 .fxt-form-content .fxt-label {
    color: #14133b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px
}

.fxt-template-layout35 .fxt-form-content .fxt-main-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:991px) {
    .fxt-template-layout35 .fxt-form-content .fxt-main-form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px 15px
    }
}

.fxt-template-layout35 .fxt-form-content .fxt-main-form .fxt-form-step:not(:first-of-type) {
    display: none
}

.fxt-template-layout35 .fxt-form-content .fxt-inner-wrap {
    margin-top: 25px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    margin-left: -9vw;
    max-width: 770px;
    width: 100%;
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 70px;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, .09);
            box-shadow: 0 0 100px 0 rgba(0, 0, 0, .09)
}

@media only screen and (max-width:1199px) {
    .fxt-template-layout35 .fxt-form-content .fxt-inner-wrap {
        margin-left: -3vw;
        border-radius: 50px;
        padding: 40px
    }
}

@media only screen and (max-width:991px) {
    .fxt-template-layout35 .fxt-form-content .fxt-inner-wrap {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding: 30px;
        border-radius: 40px
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout35 .fxt-form-content .fxt-inner-wrap {
        padding: 20px;
        border-radius: 30px
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout35 .fxt-form-content .fxt-inner-wrap {
        padding: 15px;
        border-radius: 20px
    }
}

.fxt-template-layout35 .fxt-form-content .form-group {
    margin-bottom: 4px
}

.fxt-template-layout35 .fxt-form-content .form-control {
    margin-bottom: 10px;
    min-height: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 5px 15px 9px 30px;
    color: #111;
}

.fxt-template-layout35 .fxt-form-content select,
.fxt-template-layout35 .fxt-form-content input {
    border-radius: 45px
}

.fxt-template-layout35 .fxt-form-content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 12px;
    border: 1px solid #e7e7e7;
    margin-right: 5px;
    padding: 1rem;
    padding-right: 5px
}

.fxt-template-layout35 .fxt-form-content textarea.form-control {
    border-radius: 20px;
    padding: 20px 30px
}

.fxt-template-layout35 .fxt-form-content input[type=file] {
    padding: 13px 15px 10px 20px
}

.fxt-template-layout35 .fxt-form-content input[type=file]::file-selector-button {
    border-radius: 45px;
    border: 0;
    padding: 10px 15px 7px;
    line-height: 1
}

.fxt-template-layout35 .fxt-form-content input::-webkit-input-placeholder,
.fxt-template-layout35 .fxt-form-content textarea::-webkit-input-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout35 .fxt-form-content input::-moz-placeholder,
.fxt-template-layout35 .fxt-form-content textarea::-moz-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout35 .fxt-form-content input:-moz-placeholder,
.fxt-template-layout35 .fxt-form-content textarea:-moz-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout35 .fxt-form-content input:-ms-input-placeholder,
.fxt-template-layout35 .fxt-form-content textarea:-ms-input-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 {
    padding: 4px 8px 4px 6px;
    border: 1px solid;
    border-color: #d2d2d2;
    border-radius: 45px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 label {
    padding-left: 30px;
    color: #acacad;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 label:before {
    font-family: 'font awesome 5 free';
    content: "\f00c";
    font-weight: 900;
    font-size: 12px;
    color: #8787FF;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0px;
    left: 4px;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 50%;
    background-color: #d9eafa;
    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;
    -webkit-transition: border .4s ease-in-out, background-color .4s ease-in-out;
    -o-transition: border .4s ease-in-out, background-color .4s ease-in-out;
    transition: border .4s ease-in-out, background-color .4s ease-in-out
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 label:after {
    font-family: 'font awesome 5 free';
    content: "\f00c";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    left: 7px;
    top: 2px;
    color: #8787FF;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 input[type=radio] {
    display: none
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 input[type=radio]:checked+label {
    color: #14133b;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 input[type=radio]:checked+label::after {
    color: #fff
}

.fxt-template-layout35 .fxt-form-content .radio-box.style-2 input[type=radio]:checked+label::before {
    background-color: #8787FF;
    border-color: #8787FF
}

.fxt-template-layout35 .fxt-form-content .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 30px
}

.fxt-template-layout35 .fxt-form-content .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative
}

.fxt-template-layout35 .fxt-form-content .checkbox label:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 1px;
    left: 6px;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.fxt-template-layout35 .fxt-form-content .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555
}

.fxt-template-layout35 .fxt-form-content .checkbox input[type=checkbox] {
    display: none
}

.fxt-template-layout35 .fxt-form-content .checkbox input[type=checkbox]:checked+label::after {
    font-family: 'font awesome 5 free';
    content: "\f00c";
    font-weight: 900;
    color: #fff;
    left: 17px;
    top: 4px;
    font-size: 10px
}

.fxt-template-layout35 .fxt-form-content .checkbox input[type=checkbox]:checked+label::before {
    background-color: #8787FF;
    border-color: #8787FF
}

.fxt-template-layout35 .fxt-form-content .fxt-btn-fill {
    font-family: roboto, sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    border: 1px solid;
    border-color: #8787FF;
    color: #fff;
    border-radius: 45px;
    background-color: #8787FF;
    padding: 9px 40px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout35 .fxt-form-content .fxt-btn-fill:hover {
    background-color: #312F8B;
    border-color: #312F8B
}

.fxt-template-layout35 .fxt-form-content .fxt-btn-fill:focus {
    outline: none
}

.fxt-template-layout35.fxt-template-animation .fxt-heading-content:before {
    opacity: 1;
    visibility: hidden
}

.fxt-template-layout35.loaded.fxt-template-animation .fxt-heading-content:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.fxt-template-layout35 .success-page-wrap {
    height: 100vh;
    width: 100%;
    background-color: #3b60fe
}

.fxt-template-layout35 .success-page-wrap .icon-success {
    font-size: 56px;
    margin: 0 auto 20px;
    color: #3b60fe;
    background-color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    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
}

.fxt-template-layout35 .success-page-wrap .title-success {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 40px
}

.fxt-template-layout35 .success-page-wrap .description-success {
    color: #fff
}

.fxt-template-layout35 .fxt-btn-ghost {
    margin-top: 15px;
    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: 1px solid #fff;
    color: #fff;
    border-radius: 45px;
    background-color: transparent;
    padding: 10px 36px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout35 .fxt-btn-ghost:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0f63d1
}

.fxt-template-layout35 .fxt-btn-ghost:focus {
    outline: none
}

.fxt-template-layout36 {
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
    display: -ms-grid;
    display: grid;
    position: relative;
    z-index: 1
}

.fxt-template-layout36 .fxt-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:991px) {
    .fxt-template-layout36 .fxt-content-wrap {
        display: block
    }
}

.fxt-template-layout36 .fxt-heading-content {
    padding: 70px calc(9vw + 70px) 70px 70px;
    position: relative;
    z-index: 1;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

@media only screen and (max-width:1199px) {
    .fxt-template-layout36 .fxt-heading-content {
        padding: 50px calc(3vw + 30px) 50px 30px
    }
}

@media only screen and (max-width:991px) {
    .fxt-template-layout36 .fxt-heading-content {
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout36 .fxt-heading-content {
        padding: 30px 15px
    }
}

.fxt-template-layout36 .fxt-heading-content:before {
    content: "";
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/figure/bg36-1.html);
    top: 0;
    left: 0
}

.fxt-template-layout36 .fxt-heading-content:after {
    content: "";
    background-color: rgba(0, 0, 0, .73);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1
}

.fxt-template-layout36 .fxt-heading-content .fxt-video-background {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1
}

.fxt-template-layout36 .fxt-heading-content .fxt-video-background .fxt-video {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1
}

.fxt-template-layout36 .fxt-heading-content .fxt-inner-wrap {
    display: -ms-grid;
    display: grid;
    row-gap: 70px;
    max-width: 800px;
    width: 100%
}

.fxt-template-layout36 .fxt-heading-content .fxt-logo {
    margin-bottom: 30px;
    display: block;
    max-width: 35vw
}

.fxt-template-layout36 .fxt-heading-content .fxt-main-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 52px;
    font-weight: 700;
    width: 100%
}

@media only screen and (max-width:991px) {
    .fxt-template-layout36 .fxt-heading-content .fxt-main-title {
        font-size: 36px
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout36 .fxt-heading-content .fxt-main-title {
        font-size: 30px
    }
}

.fxt-template-layout36 .fxt-heading-content .fxt-description {
    color: #fff;
    font-weight: 300;
    width: 100%
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px
}

@media only screen and (max-width:575px) {
    .fxt-template-layout36 .fxt-heading-content ul.fxt-socials li {
        margin-right: 2px
    }
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li:last-child {
    margin-right: 0
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li a {
    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;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-google a {
    background-color: #c33;
    border-color: #c33
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #c33
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077b5;
    border-color: #0077b5
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077b5
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-pinterest a {
    background-color: #bd081c;
    border-color: #bd081c
}

.fxt-template-layout36 .fxt-heading-content ul.fxt-socials li.fxt-pinterest a:hover {
    background-color: transparent;
    color: #bd081c
}

.fxt-template-layout36 .fxt-heading-content .fxt-copyright-text {
    color: #fff;
    font-size: 15px
}

.fxt-template-layout36 .fxt-form-content {
    width: 40%
}

@media only screen and (max-width:991px) {
    .fxt-template-layout36 .fxt-form-content {
        width: 100%
    }
}

.fxt-template-layout36 .fxt-form-content h2.fxt-page-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #14133b
}

.fxt-template-layout36 .fxt-form-content h2.fxt-page-title span {
    font-size: 14px;
    font-weight: 300
}

.fxt-template-layout36 .fxt-form-content h3.fxt-page-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #14133b
}

.fxt-template-layout36 .fxt-form-content .fxt-steps {
    font-size: 20px;
    margin-bottom: 20px;
    color: #14133b
}

.fxt-template-layout36 .fxt-form-content .progress {
    height: 10px;
    margin-bottom: 20px
}

.fxt-template-layout36 .fxt-form-content .progress-bar {
    background-color: #8787FF
}

.fxt-template-layout36 .fxt-form-content .fxt-label {
    color: #14133b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px
}

.fxt-template-layout36 .fxt-form-content .fxt-main-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:991px) {
    .fxt-template-layout36 .fxt-form-content .fxt-main-form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px 15px
    }
}

.fxt-template-layout36 .fxt-form-content .fxt-main-form .fxt-form-step:not(:first-of-type) {
    display: none
}

.fxt-template-layout36 .fxt-form-content .fxt-inner-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    margin-left: -9vw;
    max-width: 770px;
    width: 100%;
    background-color: #fff;
    padding: 70px;
    border-radius: 70px;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, .09);
            box-shadow: 0 0 100px 0 rgba(0, 0, 0, .09)
}

@media only screen and (max-width:1199px) {
    .fxt-template-layout36 .fxt-form-content .fxt-inner-wrap {
        margin-left: -3vw;
        border-radius: 50px;
        padding: 40px
    }
}

@media only screen and (max-width:991px) {
    .fxt-template-layout36 .fxt-form-content .fxt-inner-wrap {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding: 30px;
        border-radius: 40px
    }
}

@media only screen and (max-width:767px) {
    .fxt-template-layout36 .fxt-form-content .fxt-inner-wrap {
        padding: 20px;
        border-radius: 30px
    }
}

@media only screen and (max-width:575px) {
    .fxt-template-layout36 .fxt-form-content .fxt-inner-wrap {
        padding: 15px;
        border-radius: 20px
    }
}

.fxt-template-layout36 .fxt-form-content .form-group {
    margin-bottom: 10px
}

.fxt-template-layout36 .fxt-form-content .form-control {
    margin-bottom: 30px;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px 10px 30px;
    color: #111
}

.fxt-template-layout36 .fxt-form-content select,
.fxt-template-layout36 .fxt-form-content input {
    border-radius: 45px
}

.fxt-template-layout36 .fxt-form-content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 12px;
    border: 1px solid #e7e7e7;
    margin-right: 5px;
    padding: 1rem;
    padding-right: 5px
}

.fxt-template-layout36 .fxt-form-content textarea.form-control {
    border-radius: 20px;
    padding: 20px 30px
}

.fxt-template-layout36 .fxt-form-content input[type=file] {
    padding: 13px 15px 10px 20px
}

.fxt-template-layout36 .fxt-form-content input[type=file]::file-selector-button {
    border-radius: 45px;
    border: 0;
    padding: 10px 15px 7px;
    line-height: 1
}

.fxt-template-layout36 .fxt-form-content input::-webkit-input-placeholder,
.fxt-template-layout36 .fxt-form-content textarea::-webkit-input-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout36 .fxt-form-content input::-moz-placeholder,
.fxt-template-layout36 .fxt-form-content textarea::-moz-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout36 .fxt-form-content input:-moz-placeholder,
.fxt-template-layout36 .fxt-form-content textarea:-moz-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout36 .fxt-form-content input:-ms-input-placeholder,
.fxt-template-layout36 .fxt-form-content textarea:-ms-input-placeholder {
    color: #acacac;
    font-size: 17px;
    font-weight: 400
}

.fxt-template-layout36 .fxt-form-content .radio-box.style-2 {
    padding: 6px 20px 6px 6px;
    border: 1px solid;
    border-color: #d2d2d2;
    border-radius: 45px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.fxt-template-layout36 .fxt-form-content .radio-box.style-2 label {
    padding-left: 38px;
    color: #acacad;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.fxt-template-layout36 .fxt-form-content .radio-box.style-2 label:before {
    font-family: 'font awesome 5 free';
    content: "\f00c";
    font-weight: 900;
    font-size: 12px;
    color: #8787FF;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -3px;
    left: 4px;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 50%;
    background-color: #d9fade;
    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;
    -webkit-transition: border .4s ease-in-out, background-color .4s ease-in-out;
    -o-transition: border .4s ease-in-out, background-color .4s ease-in-out;
    transition: border .4s ease-in-out, background-color .4s ease-in-out
}

.fxt-template-layout36 .fxt-form-content .radio-box.style-2 label:after {
    font-family: 'font awesome 5 free';
    content: "\f00c";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    left: 7px;
    top: 2px;
    color: #8787FF;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.fxt-template-layout36 .fxt-form-content .radio-box.style-2 input[type=radio] {
    display: none
}

.fxt-template-layout36 .fxt-form-content .radio-box.style-2 input[type=radio]:checked+label {
    color: #14133b;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.fxt-template-layout36 .fxt-form-content .radio-box.style-2 input[type=radio]:checked+label::after {
    color: #fff
}

.fxt-template-layout36 .fxt-form-content .radio-box.style-2 input[type=radio]:checked+label::before {
    background-color: #8787FF;
    border-color: #8787FF
}

.fxt-template-layout36 .fxt-form-content .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 30px
}

.fxt-template-layout36 .fxt-form-content .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative
}

.fxt-template-layout36 .fxt-form-content .checkbox label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.fxt-template-layout36 .fxt-form-content .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555
}

.fxt-template-layout36 .fxt-form-content .checkbox input[type=checkbox] {
    display: none
}

.fxt-template-layout36 .fxt-form-content .checkbox input[type=checkbox]:checked+label::after {
    font-family: 'font awesome 5 free';
    content: "\f00c";
    font-weight: 900;
    color: #fff;
    left: 17px;
    top: 4px;
    font-size: 10px
}

.fxt-template-layout36 .fxt-form-content .checkbox input[type=checkbox]:checked+label::before {
    background-color: #8787FF;
    border-color: #8787FF
}

.fxt-template-layout36 .fxt-form-content .fxt-btn-fill {
    font-family: roboto, sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    border: 1px solid;
    border-color: #8787FF;
    color: #fff;
    border-radius: 45px;
    background-color: #8787FF;
    padding: 9px 40px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout36 .fxt-form-content .fxt-btn-fill:hover {
    background-color: #0f63d1;
    border-color: #0f63d1
}

.fxt-template-layout36 .fxt-form-content .fxt-btn-fill:focus {
    outline: none
}

.fxt-template-layout36.fxt-template-animation .fxt-heading-content:before {
    opacity: 1;
    visibility: hidden
}

.fxt-template-layout36.loaded.fxt-template-animation .fxt-heading-content:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.fxt-template-layout36 .success-page-wrap {
    height: 100vh;
    width: 100%;
    background-color: #3b60fe
}

.fxt-template-layout36 .success-page-wrap .icon-success {
    font-size: 56px;
    margin: 0 auto 20px;
    color: #3b60fe;
    background-color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    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
}

.fxt-template-layout36 .success-page-wrap .title-success {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 40px
}

.fxt-template-layout36 .success-page-wrap .description-success {
    color: #fff
}

.fxt-template-layout36 .fxt-btn-ghost {
    margin-top: 15px;
    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: 1px solid #fff;
    color: #fff;
    border-radius: 45px;
    background-color: transparent;
    padding: 10px 36px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fxt-template-layout36 .fxt-btn-ghost:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0f63d1
}

.fxt-template-layout36 .fxt-btn-ghost:focus {
    outline: none
}

.room {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.room .form-group {
    -webkit-box-flex:1;
        -ms-flex:auto;
            flex:auto;
}

.otp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.otp-input {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none
}

.otp-input:focus {
    border-color: #007bff
}

.otp-instructions {
    text-align: center;
    margin-bottom: 20px
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

#image-container img {
    margin: 5px;
    width: 50px !important;
    -o-object-fit: cover;
       object-fit: cover
}

#image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

#image-container .image-wrapper {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.verify-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    border: 1px solid;
    border-color: #8787FF;
    color: #fff;
    border-radius: 45px;
    background-color: #8787FF;
    padding: 3px 9px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 18px;
    top: 5px;
}

.mobile-verfy {
    position: relative
}

.remove-btn {
    position: absolute;
    background: #8787FF;
    border-color: #8787FF;
    border-radius: 16px;
    padding: 0 3px;
    font-size: 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    top: 0;
    right: 0
}


.input-position {
    position: relative;
}

cite {
    color: #0e0e23;
    position: absolute;
    pointer-events: none;
    left: 26px;
    top: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

textarea:focus~cite,
textarea:valid~cite {
    top: -10px;
    left: 26px;
    font-size: small;
    color: #0e0e23;
    background-color: #fff;
    padding: 0 5px 0 5px;
}

/*textarea*/

select {
    display: inline-block;
    border: thin solid #fafafa;
    background-color: #fafafa;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

select:focus {
    background-color: #fff;
}

cite {
    color: #0e0e23;
    position: absolute;
    pointer-events: none;
    /*left: 10px;*/
    top: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

select:focus~cite,
select:valid~cite {
    top: -10px;
    left: 15px;
    font-size: small;
    color: #0e0e23;
    background-color: #fff;
    padding: 0 5px 0 5px;
}

#addModal .select2-selection--single,
#editModal .select2-selection--single {
    height: 35px !important;
}

input:focus~cite,
input:valid~cite {
    top: -12px;
    left: 27px;
    color: #13213c;
    background-color: #fff;
    padding: 0 5px;
}

.branch-form .form-group {
    margin-bottom: 10px !important;
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 650px;
    }
}

#branch_wrapper {
    width: inherit;
}

.bold {
    font-size: 16px;
    font-weight: 500;
}

.style-3{
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 35% !important;
            flex: 0 0 35% !important;
}
.charges-cite{
    top: -15px !important;
}
.add-chargess{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.add-chargess .input-position{
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
}
.file > input[type='file'] {
    display: none
  }
  
.file--upload > label {
    color: hsl(204, 86%, 53%);
    border-color: hsl(204, 86%, 53%);
  }
  
  .file--upload > label:hover {
    border-color: hsl(204, 86%, 53%);
    background-color: hsl(204, 86%, 96%);
  }
  
  .file--upload > label:active {
    background-color: hsl(204, 86%, 91%);
  }
.img-upload col{
    padding: 0 !important;
}
  .file > label {
    width: 82px;
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-style: solid;
    border-radius: 15px;
    border-width: 1px;
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 29%);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 400;
    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;
  }

  .add-chargess .input-position .form-control{
    min-height: 32px !important;
    padding: 7px 10px 3px 15px !important;
  }
  .fine-a{
    min-height: 32px !important;
    padding: 3px 9px 3px 20px !important;
    width: 120px;
  }
  .fine-a-cite{
    top: 3px;
    width: 100px;
  }
@media(max-width:520px){
    .style-3{
        width: 100% !important;
        margin-bottom: 20px;
        -webkit-box-flex: 100% !important;
            -ms-flex: 100% !important;
                flex: 100% !important;
    }
    .fxt-template-layout35 .fxt-form-content .radio-box.style-2 label{
        font-size: 14px;
        padding-left: 30px
    }
    .fxt-template-layout35 .fxt-form-content .radio-box.style-2{
        padding: 6px 12px 6px 6px;
    }
    .fxt-template-layout35 .fxt-form-content .radio-box.style-2 label:before{
        width: 25px;
        height: 25px;
        font-size: 11px;
        top: -2px;
    }
    .fxt-template-layout35 .fxt-form-content .radio-box.style-2 label:after {
        left: 6px;
    top: 1px;
    font-size: 11px;
    }
    .otp-input{
        width: 35px;
    height: 35px;
    }
    .img-upload .col{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
    }
}