*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    height: 100%
}

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

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

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

body {
    font-size: 14px;
    background-color: #f8f7fa;
    font-weight: 400;
    height: 100%;
    line-height: 1.6;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: Poppins, sans-serif;
    color: #313533
}

p {
    margin: 0 0 20px 0;
    color: #313533;
    font-size: 14px
}

.font-size-sm {
    font-size: 14px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.4;
    margin: 0px 0 12px 0;
    color: #313533
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

.text-primary {
    color: #5156be !important
}

.card {
    margin-bottom: 1.5rem;
    border-color: #e9e9ef;
    background-color: #fff;
    border-radius: .75rem
}

.card .card-body {
    padding: 1.5rem 2rem 2rem 2rem
}

.btn {
    display: inline-block;
    padding: .65rem 1rem;
    border: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 14px
}

.btn-primary {
    background-color: #5156be;
    color: #fff;
    box-shadow: 0 2px 6px 0 rgba(81, 86, 190, .5)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #4549a2 !important
}

.form-control {
    display: block;
    width: 100%;
    padding: .55rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #313533;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border: 1px solid #c0c0c3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-floating .form-control,
.form-floating .form-select {
    padding-left: 1.2rem;
    padding-right: 1.2rem
}

.form-floating .form-control:focus,
.form-floating .form-select:focus {
    box-shadow: none;
    border-color: #5156be
}

.form-floating .form-control.is-invalid,
.form-floating .form-select.is-invalid {
    background-image: none !important
}

.form-floating label {
    padding-left: 1.2rem;
    padding-right: 1.2rem
}

.form-floating label:after {
    background: rgba(0, 0, 0, 0) !important
}

.form-floating .input-icon {
    position: absolute;
    right: 1rem;
    top: 1.3rem;
    color: #ebebf7;
    font-size: 16px
}

.form-floating>.form-control:focus~.input-icon {
    color: #5156be
}

.form-floating>.form-control.is-invalid~.input-icon {
    color: #e19098
}

.form-check-input:checked {
    background-color: #5156be;
    border-color: #5156be
}

.form-control.is-invalid {
    border-color: #dc3545;
    background-color: #fffafb
}

.invalid-feedback {
    color: #dc3545;
    font-size: 13px;
    display: none
}

.toast-success-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .431372549)
}

.toast-success-modal .toast {
    border: none;
    border-radius: 1rem;
    padding: 1rem;
    background-color: #fff;
    position: relative;
    width: 100%;
    max-width: 350px
}

.toast-success-modal .toast .toast-inner .toast-body {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.toast-success-modal .toast .toast-inner p {
    font-size: 18px
}

.toast-success-modal .toast .btn-close {
    position: absolute;
    right: 15px;
    font-size: 16px;
    top: 15px
}

.toast-success-modal .toast .btn-close:focus,
.toast-success-modal .toast .btn-close:hover {
    text-shadow: none
}

.toast-success-modal:empty {
    display: none
}

.card-background {
    background: url("../images/background.jpg") no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

header {
    padding: 15px 10px
}

header .logo {
    max-height: 32px
}

.auth-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-basis: 100%;
    min-height: 80vh;
    width: 100%;
    background-color: #f8f7fa
}

.auth-wrapper .auth-form {
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 0 auto
}

.auth-wrapper .auth-form .text-primary {
    font-weight: 500 !important
}

.auth-wrapper .auth-form .socialmedia-signup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 25px
}

.auth-wrapper .auth-form .socialmedia-signup .btn {
    border: 1px solid #5156be;
    color: #5156be;
    padding: .6rem .75rem;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 50%;
    justify-content: center;
    border-radius: 4px
}

.auth-wrapper .auth-form .socialmedia-signup .btn:hover {
    background-color: #fcfcfc;
    box-shadow: rgba(0, 0, 0, .09) 0px 4px 12px 0px
}

.auth-wrapper .auth-form .socialmedia-signup .fa-brands {
    font-size: 18px
}

.auth-wrapper .auth-form .socialmedia-signup img {
    max-width: 14px
}

.auth-wrapper .auth-form .login-option-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 0
}

.auth-wrapper .auth-form .login-option-divider .login-divider {
    background-color: #f1f1f4;
    height: 1px;
    display: inline-block;
    flex: 1 0 0%
}

.auth-wrapper .auth-form .login-option-divider .text-muted {
    padding: 0 10px
}

.auth-wrapper .auth-form h5 {
    font-weight: 600
}

.login-option-two {
    padding: 0;
    background-color: #fff
}

.login-option-two .left-section-wrapper {
    position: relative;
    min-height: 100vh
}

.login-option-two .left-section-wrapper .hero-bg,
.login-option-two .left-section-wrapper .hero-bg-opacity {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.login-option-two .left-section-wrapper .hero-bg {
    z-index: 0;
    background-image: url("../images/mountain-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: background-image 300ms ease-in 200ms
}

.login-option-two .left-section-wrapper .hero-bg-opacity {
    z-index: 1;
    background-color: #09091c;
    opacity: .7
}

.login-option-two .left-section-wrapper .left-section-data {
    position: relative;
    z-index: 9;
    margin: 0 auto;
    padding: 20px 20px 0px 20px;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    gap: 80px
}

.login-option-two .left-section-wrapper .left-section-data .left-data-sec h1 {
    color: #fff
}

.login-option-two .left-section-wrapper .left-section-data .left-data-sec .welcome-message {
    color: #fff;
    font-size: 1.25rem;
    opacity: .9;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.login-option-two .left-section-wrapper .left-section-data .logo-section {
    position: absolute;
    top: 10px;
    padding-top: 20px
}

.login-option-two .left-section-wrapper .left-section-data .logo-section img {
    max-width: 180px
}

.login-option-two .left-section-wrapper .left-section-data .login-vector img {
    max-width: 300px
}

.login-option-two .right-section-wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 15px
}

.login-option-three {
    padding: 0;
    background-color: #fff
}

.login-option-three .left-section-wrapper {
    position: relative;
    min-height: 100vh;
    background-color: #198754;
    background-image: url(../images/bg_licenses.jpg);
}

.login-option-three .left-section-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/circle-bg.svg") no-repeat;
    background-size: 100% 100%;
    width: 50%;
    height: 60%
}

.login-option-three .left-section-wrapper .left-data-sec {
    padding-top: 50px
}

.login-option-three .left-section-wrapper .left-data-sec .login-slider {
    text-align: center
}

.login-option-three .left-section-wrapper .left-data-sec .login-slider img {
    max-height: 320px
}

.login-option-three .left-section-wrapper .left-data-sec .login-slider .carousel-caption {
    position: initial;
    margin: 0 auto;
    max-width: 65%
}

.login-option-three .left-section-wrapper .left-data-sec .login-slider h3 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px
}

.login-option-three .left-section-wrapper .left-data-sec .login-slider p {
    color: #fff;
    font-size: 14px;
    opacity: .9;
    letter-spacing: .3px;
    margin-bottom: 0px
}

.login-option-three .left-section-wrapper .left-section-data {
    position: relative;
    z-index: 9;
    margin: 0 auto;
    padding: 20px 20px 0px 20px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80vh
}

.login-option-three .left-section-wrapper .left-section-data .logo-section {
    position: absolute;
    top: 10px;
    padding-top: 20px;
    text-align: center;
    left: 0;
    right: 0
}

.login-option-three .left-section-wrapper .left-section-data .logo-section img {
    max-width: 180px
}

.login-option-three .left-section-wrapper .left-section-data .login-vector img {
    max-width: 300px
}

.login-option-three .right-section-wrapper {
    position: relative;
    /* min-height: 80vh; */
    display: flex;
    align-items: center;
    padding: 15px
}

.form-modals {
    background: url("../images/photography.jpg") no-repeat;
    background-position: center left;
    background-size: cover;
    position: relative;
    justify-content: center
}

.form-modals:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #09091c;
    opacity: .6
}

.form-modals .container {
    position: relative;
    z-index: 9
}

.form-modals .modal-buttons-group {
    background: rgba(9, 9, 28, .2705882353);
    padding: 1.6rem;
    border-radius: 10px;
    max-width: 380px;
    margin: 0 auto
}

.form-modals .modal-buttons-group .logo {
    border-bottom: 1px solid rgba(255, 255, 255, .1176470588);
    padding-bottom: 15px
}

.form-modals .modal-buttons-group .logo img {
    max-height: 48px
}

.form-modals .modal-buttons-group p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.4
}

.form-modals .modal-buttons-group .modal-btn {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px
}

.form-modals .modal-buttons-group .modal-btn:hover,
.form-modals .modal-buttons-group .modal-btn:focus,
.form-modals .modal-buttons-group .modal-btn:active {
    background-color: #5156be;
    border-color: #5156be
}

.form-modals .formsModalSec .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 18px;
    z-index: 99
}

.form-modals .formsModalSec .left-section-wrapper {
    min-height: inherit;
    height: 100%
}

.form-modals .formsModalSec .left-section-wrapper .left-section-data {
    min-height: inherit;
    padding: 20px
}

.form-modals .formsModalSec .left-section-wrapper .left-section-data .logo-section {
    position: inherit;
    padding-top: 0
}

.form-modals .formsModalSec .left-section-wrapper .left-section-data .left-data-sec {
    text-align: center;
    padding-top: 30px
}

.form-modals .formsModalSec .left-section-wrapper .left-section-data .left-data-sec img {
    max-width: 65%
}

.form-modals .formsModalSec .left-section-wrapper .left-section-data .left-data-sec p {
    letter-spacing: .3px;
    max-width: 86%;
    margin: 0 auto
}

.form-modals .formsModalSec .right-section-wrapper {
    min-height: inherit;
    height: 100%;
    padding: 30px
}

.social-icons {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none
}

.social-icons li {
    margin: 0px 4px 4px;
    padding: 0;
    overflow: visible
}

.social-icons li.facebook-icon a {
    background-color: #1874eb
}

.social-icons li.google-icon a {
    background-color: #db4437
}

.social-icons li.x-icon a {
    background-color: #000
}

.social-icons li.linkedin-icon a {
    background-color: #0e76a8
}

.social-icons li a {
    display: block;
    height: 34px;
    line-height: 34px;
    width: 34px;
    font-size: 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    text-decoration: none;
    transition: all .2s ease;
    border-radius: 50%
}

.social-icons li a:hover {
    opacity: .8
}

@media screen and (max-width: 767px) {
    .card .card-body {
        padding: 1.3rem 1.5rem 1.5rem 1.5rem
    }

    h1 {
        font-size: calc(1.375rem + 1.5vw)
    }

    h2 {
        font-size: calc(1.325rem + .9vw)
    }

    .login-option-two .left-section-wrapper {
        min-height: inherit
    }

    .login-option-two .left-section-wrapper .left-section-data {
        padding: 20px;
        display: inline-block;
        max-width: 100%;
        min-height: inherit
    }

    .login-option-two .left-section-wrapper .left-section-data .logo-section {
        margin-bottom: 20px;
        position: initial;
        padding-top: 0
    }

    .login-option-two .left-section-wrapper .left-section-data .left-data-sec {
        padding-top: 20px
    }

    .login-option-two .left-section-wrapper .left-section-data .left-data-sec label {
        font-size: 1.125rem;
        margin-bottom: 5px
    }

    .login-option-two .left-section-wrapper .left-section-data .left-data-sec h1 {
        margin-bottom: 0;
        font-size: 1.375rem
    }

    .login-option-two .right-section-wrapper {
        min-height: inherit;
        padding: 20px
    }

    .login-option-three .right-section-wrapper {
        padding: 20px
    }

    .formsModalSec .left-section-wrapper .left-section-data .left-data-sec {
        padding-top: 40px
    }

    .formsModalSec .left-section-wrapper .left-section-data .left-data-sec img,
    .formsModalSec .left-section-wrapper .left-section-data .left-data-sec p {
        display: none
    }

    .formsModalSec .left-section-wrapper .left-section-data .left-data-sec h4 {
        font-weight: 400
    }

    .formsModalSec .right-section-wrapper {
        padding: 20px !important
    }

    .auth-wrapper .auth-form .socialmedia-signup .btn {
        padding: .5rem;
        gap: 5px;
        width: auto
    }

    .eLicenseLogo {
        width: 90px;
    }
}

@media screen and (max-width: 991px) {
    .form-modals {
        background: url("../images/photography-mobile.jpg") no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20px 5px
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .login-option-three .left-section-wrapper .left-data-sec .login-slider .carousel-caption {
        max-width: 100%
    }

    .login-option-three .right-section-wrapper {
        padding: 20px
    }

    .formsModalSec .modal-dialog {
        max-width: 720px;
        width: 100%
    }

    .formsModalSec .right-section-wrapper {
        padding: 20px
    }
}

.footer_top {
    position: relative;
    background: #dcdefd;
}

.captcha label {
    display: block;
    font-size: 15px;
    color: #111;
    margin-bottom: 5px;
    font-family: var(--nav-font);
}

.captcha .preview {
    color: #555;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px dashed #888;
}

.captcha .captcha-form {
    display: flex;
}

.captcha .captcha-form input {
    width: 100%;
    padding: 8px;
    border: 1px solid #888;
}

.captcha-form .captcha-refresh {
    width: 40px;
    border: none;
    outline: none;
    background: #888;
    color: #eee;
    cursor: pointer;
}

.bi-arrow-clockwise::before {
    content: "\f116";
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pyb-3 {
    padding-top: 0.5rem !important;
}

.p-left p{
    margin: 0 0 8px 0 !important;
    color: #313533;
    font-size: 14px;
}

.ml-2 {
    margin-right: 10px;
}

.address_lg {
    font-size: clamp(14px, 0.8vw, 20px);
}

.row-bg-bo{
    border-top: none !important;
    border-bottom: 1px solid #1CA800 !important ;
}

.row-bg-bo1{
    border-top: 1px solid #1CA800 !important ;
}

.login-title{
    font-size: 21px;
}

@media (max-width: 767.98px) { 
    .login-option-three .left-section-wrapper {
    position: relative;
    min-height: 91vh;
    background-color: #198754;
    background-image: url(../images/bg_licenses.jpg);
} }

