@font-face {
    font-family: SancoaleSoftenedRegular_0;
    src: url("../fonts/SancoaleSoftenedRegular_0.otf")
}

@font-face {
    font-family: SancoaleSoftenedBold_0;
    font-weight: bold;
    src: url("../fonts/SancoaleSoftenedBold_0.otf")
}



html {
    scroll-behavior: smooth;
}

* {
    font-family: SancoaleSoftenedRegular_0;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    font-family: SancoaleSoftenedRegular_0;
}

article, aside, section, figure, figcation, footer, div, p {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p, strong {
    font-family: 'Noto Sans';
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: 0.5s;
}

    a:hover {
        text-decoration: none;
        transition: 0.5s;
    }

.clear {
    clear: both;
}

.main {
    width: 1180px;
    margin: 0 auto;
}


/*********logo bar**********/
.logo-bar {
    margin: 0;
    padding: 15px 0;
    background: #fff;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    z-index: 10000;
}

.logo {
    display: inline-block;
    vertical-align: top;
    padding: 7px 0 0 0;
}

.top-cta {
    display: inline-block;
    vertical-align: top;
    float: right;
}

a.main-cta {
    display: inline-block;
    background: linear-gradient(to right, rgba(120,0,150,1), rgba(255,0,130,1));
    padding: 12px 28px;
    font-size: 18px;
    color: #fff;
    font-family: SancoaleSoftenedBold_0;
    border-radius: 30px;
    margin: 5px 0 0 0;
}

    a.main-cta:hover {
        transform: scale(1.08);
    }

.top-nav-margin {
    margin-top: 110px;
}

/*********banner**********/
.main-slider {
    margin: 0 auto;
}

.bxslider img {
    margin: 0 auto;
}

.bx-default-pager {
    display: none;
}


/*********disclaimer********/
.disclaimer {
    background-image: url("../img/disclaimer-bg.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 65px 0;
}

    .disclaimer section {
        max-width: 640px;
    }

        .disclaimer section h1 {
            color: #fff;
            font-family: SancoaleSoftenedBold_0;
            font-size: 42px;
        }

        .disclaimer section h2 {
            padding: 20px 0;
            color: #fff;
        }

        .disclaimer section p {
            color: #c1c1c1;
            font-size: 15px;
            line-height: 20px;
            text-align: justify;
        }


/***********application-journey***************/
.application-journey {
    background-image: url("../img/application-bg.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    overflow: hidden;
}

    .application-journey section {
        max-width: 650px;
        float: right;
    }

        .application-journey section h1 {
            color: #3047B0;
            font-family: SancoaleSoftenedBold_0;
            font-size: 42px;
            margin-bottom: 30px;
        }

.app-detail {
    margin: 25px 0;
    transition: 0.5s;
    opacity: 0.9;
}

    .app-detail figure {
        display: inline-block;
        vertical-align: top;
    }

    .app-detail:hover {
        transform: scale(1.08);
        opacity: 1;
    }

    .app-detail figcaption {
        display: inline-block;
        vertical-align: top;
        font-size: 30px;
        font-family: SancoaleSoftenedBold_0;
        padding: 15px 0 0 15px;
    }

        .app-detail figcaption span {
            display: block;
            font-size: 20px;
        }

.top-padding {
    padding-top: 30px !important;
}


/****************video-thumb************************/
.video-thumb {
    padding: 90px 0;
    text-align: center;
}

    .video-thumb iframe {
        width: 80%;
        height: 460px;
    }


/*********about-tp**********/
.about-tp {
    background-image: url("../img/oppurtunities-bg.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-attachment: fixed;
}

.about-tp-text {
    display: inline-block;
    vertical-align: top;
    max-width: 660px;
    padding-top: 100px;
}

    .about-tp-text h1 {
        font-family: SancoaleSoftenedBold_0;
        color: #FF5C00;
        font-size: 42px;
    }

    .about-tp-text p {
        color: #1D1E21;
        font-size: 20px;
        line-height: 30px;
        font-style: italic;
        padding: 15px 0;
    }

        .about-tp-text p strong {
            font-family: noto sans;
        }

.about-tp-thumb {
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    float: right;
    line-height: 0;
}

.perks-detail {
    margin: 25px 0;
    transition: 0.5s;
    display: inline-block;
    vertical-align: top;
    min-width: 325px;
}

    .perks-detail figure {
        display: inline-block;
        vertical-align: top;
    }

    .perks-detail:hover {
        transform: scale(1.08);
    }

        .perks-detail:hover figcaption {
            font-family: SancoaleSoftenedBold_0;
        }

    .perks-detail figcaption {
        display: inline-block;
        vertical-align: top;
        font-size: 24px;
        padding: 25px 0 0 15px;
    }



.other-detail {
    background-image: url("../img/pink-purple-wave-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-attachment: fixed;
    padding: 60px 0;
}
/*********register-to-join**********/
.register-to-join {
    padding: 0 0 40px 0;
}

.register-thumb {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 20px;
}

    .register-thumb img {
        display: block;
    }

.form-area {
    display: inline-block;
    vertical-align: top;
    width: 41%;
    text-align: left;
    margin: 50px 0 0 50px;
    z-index: 999;
}

    .form-area h4 {
        text-align: center;
        color: #780096;
        font-size: 32px;
        font-family: SancoaleSoftenedBold_0;
        padding: 0 0 15px 0;
    }

.left-fields, .right-fields {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.left-fields {
    margin-right: 25px;
}

    .left-fields p {
        color: #333;
        font-size: 18px;
        margin-top: 20px;
    }

.form-field input, .form-field select {
    width: 100%;
    background: #F8EFFB !important;
    border: 1px solid #BC7FCB;
    border-radius: 8px;
    padding: 12px 10px;
    margin: 8px 0;
    font-size: 15px;
    font-family: 'Noto Sans';
    color: gray;
    height: 49px !important;
}

.form-field select {
    width: 100%;
    display: block;
}

    .form-field select option {
        font-family: 'Noto Sans';
    }

.form-field button {
    background: linear-gradient(to right, rgba(120,0,150,1), rgba(255,0,130,1));
    padding: 9px 20px;
    color: #fff;
    font-family: SancoaleSoftenedBold_0;
    border-radius: 6px;
    height: 56px;
    display: block;
    border: none;
    cursor: pointer;
    width: 98%;
    font-size: 28px;
    transition: 0.5s;
    margin: 8px 0 0 0;
}

    .form-field button:hover {
        transform: scale(1.08);
        transition: 0.5s;
    }

.form-cta {
    text-align: center;
    position: relative;
}

.form-field span {
    display: block;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    font-family: 'Noto Sans';
    color: #333;
}

.right-fields span {
    opacity: 0;
}



/*********awards-recognition**********/
.awards-recognition {
    background-image: url("../img/new-wave-pink.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    text-align: center;
    padding-bottom: 40px;
    background-attachment: fixed;
}

    .awards-recognition h5 {
        margin: 70px 0 20px 0;
        font-family: SancoaleSoftenedBold_0;
        color: #fff;
        font-size: 42px;
        text-align: center;
    }

.awards-detail {
    display: inline-block;
    vertical-align: top;
    margin: 30px;
    min-width: 300px;
    min-height: 240px;
    padding: 25px 0 0 0;
    border-radius: 8px;
    background: #fff;
    transition: 0.5s;
    opacity: 0.9;
}

    .awards-detail p {
        font-size: 16px;
        color: #333;
        margin: 15px 0 0 0;
        font-family: 'Noto Sans';
        font-weight: bold;
    }

        .awards-detail p em {
            font-family: 'Noto Sans';
            font-weight: normal;
        }

    .awards-detail:hover {
        transform: scale(1.08);
        transition: 0.5s;
        opacity: 1;
    }


/*********employee-testimonials**********/
.employee-testimonials {
    margin: 90px 0;
    display: flex;
    text-align: center;
}

    .employee-testimonials h6 {
        text-align: center;
        color: #FF0082;
        font-size: 42px;
        font-family: SancoaleSoftenedBold_0;
    }

    .employee-testimonials p {
        padding: 10px 0;
        margin-bottom: 40px;
        font-size: 18px;
        color: #333;
    }

.left-video-box {
    display: inline-block;
    vertical-align: top;
}

.right-video-box {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}

.left-video-box iframe {
    width: 760px;
    height: 427px;
}

.right-video-box iframe {
    width: 360px;
    height: 203px;
}

.emp-vdo {
    margin-bottom: 18px;
}



/*********footer**********/
footer {
    background: #3047B0;
    text-align: center;
    padding: 20px 0 0 0;
}

    footer ul {
        display: block;
        margin: 30px 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        footer ul li {
            list-style: none;
            margin: 0 4px;
            display: inline-block;
            transition: 0.5s;
        }

            footer ul li:hover {
                transform: scale(1.18);
                transition: 0.5s;
            }

.copy-right {
    text-align: center;
    border-top: 1px solid #596CC0;
    color: #fff;
    font-family: 'Noto Sans';
    font-size: 15px;
    padding: 25px 0;
}






/*****************media query*****************/
@media screen and (max-width:1201px) and (min-width:900px) {
    .main {
        width: 90%;
        margin: 0 auto;
    }

    .disclaimer {
        background: #1d131b;
        padding: 40px 0;
    }

        .disclaimer section {
            max-width: 100%;
        }

    .application-journey {
        padding: 50px 0;
    }

    .video-thumb {
        padding: 20px 0;
        text-align: center;
    }

    .about-tp-text {
        display: block;
        max-width: 100%;
        padding-top: 60px;
    }

    .about-tp-thumb {
        display: none;
        float: none;
    }

    .other-detail {
        text-align: center;
        padding: 0;
    }

    .register-to-join {
        padding: 30px 0 70px 0;
    }

    .register-thumb {
        max-width: 40%;
        padding-top: 90px;
    }

    .form-area {
        width: 55%;
        margin: 25px 0 0 3%;
    }

    .form-field button {
        width: 99%;
    }

    .employee-testimonials {
        margin: 40px 0;
    }

        .employee-testimonials p {
            margin-bottom: 15px;
            font-size: 18px;
        }

    .left-video-box {
        display: block;
        padding-bottom: 18px;
    }

    .right-video-box {
        display: block;
        margin-left: 0px;
    }

    .left-video-box iframe {
        width: 720px;
        height: 405px;
    }

    .right-video-box iframe {
        width: 720px;
        height: 405px;
    }
}

@media screen and (max-width:899px) and (min-width:769px) {
    .main {
        width: 90%;
        margin: 0 auto;
    }

    .disclaimer {
        background: #1d131b;
        padding: 30px 0;
        text-align: center;
    }

        .disclaimer section {
            max-width: 100%;
        }

    .application-journey {
        background: #ededed;
        padding: 25px 0;
        text-align: center;
    }

        .application-journey section {
            max-width: 100%;
            float: none;
        }

            .application-journey section h1 {
                margin-bottom: 20px;
            }

    .app-detail {
        margin: 16px 0;
    }

        .app-detail figure img {
            max-width: 95px;
        }

        .app-detail figcaption {
            text-align: left;
            font-size: 22px;
            padding: 15px 0 0 10px;
            min-width: 250px;
        }

            .app-detail figcaption span {
                font-size: 18px;
            }

    .top-padding {
        padding-top: 30px !important;
    }

    .video-thumb {
        padding: 20px 0;
        text-align: center;
    }

    .about-tp-thumb {
        display: block;
        float: none;
        text-align: center;
        padding-top: 0;
    }

    .about-tp-text {
        display: block;
        max-width: 100%;
        padding: 30px 0 0 0;
        text-align: center;
    }

        .about-tp-text h1 {
            text-align: center;
        }

        .about-tp-text p {
            font-size: 18px;
            text-align: center;
        }

    .perks-detail {
        min-width: 240px;
        text-align: center;
    }

        .perks-detail figure {
            display: block;
        }

        .perks-detail figcaption {
            display: block;
            font-size: 22px;
            padding: 10px 0 0 0px;
        }

    .other-detail {
        text-align: center;
        padding: 0;
    }

    .register-thumb {
        max-width: 40%;
        padding-top: 90px;
    }

    .form-area {
        width: 55%;
        margin: 25px 0 0 3%;
    }

    .form-field button {
        width: 99%;
    }

    .awards-detail {
        margin: 20px;
        width: 200px;
    }

        .awards-detail p {
            font-size: 16px;
            margin: 10px 0 0 0;
        }

    .employee-testimonials {
        margin: 40px 0;
    }

        .employee-testimonials p {
            margin-bottom: 15px;
            font-size: 18px;
        }

    .left-video-box {
        display: block;
        padding-bottom: 18px;
    }

    .right-video-box {
        display: block;
        margin-left: 0px;
    }

    .left-video-box iframe {
        width: 720px;
        height: 405px;
    }

    .right-video-box iframe {
        width: 720px;
        height: 405px;
    }

    .cr-section input {
        width: 58% !important;
    }

    .cr-section select {
        width: 35% !important;
        float: left;
        margin-right: 10px !important;
        height: 47px;
    }

    .loader1 {
        right: -152px !important;
    }

    .loader2 {
        right: -152px !important;
    }
}


@media screen and (max-width:768px) and (min-width:100px) {
    .form-field select {
        width: 100%;
       /* margin-left: 5px;*/
    }

    .left-fields, .right-fields {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .main {
        width: 90%;
        margin: 0 auto;
    }

    .bx-wrapper {
        margin-bottom: 25px !important;
    }

    .disclaimer {
        background: #1d131b;
        padding: 25px 0;
    }

        .disclaimer section h1 {
            font-size: 26px;
            text-align: center;
        }

        .disclaimer section h2 {
            padding: 10px 0;
            text-align: center;
        }

    .top-nav-margin {
        margin-top: 90px;
    }

    .application-journey {
        background: #ededed;
        padding: 25px 0;
        text-align: center;
    }

        .application-journey section {
            width: auto;
            float: none;
        }

            .application-journey section h1 {
                font-size: 26px;
                margin-bottom: 20px;
            }

    .app-detail {
        margin: 16px 0;
    }

        .app-detail figure img {
            max-width: 95px;
        }

        .app-detail figcaption {
            text-align: left;
            font-size: 22px;
            padding: 15px 0 0 10px;
            min-width: 250px;
        }

            .app-detail figcaption span {
                font-size: 18px;
            }

    .top-padding {
        padding-top: 30px !important;
    }

    .video-thumb {
        padding: 50px 0;
        text-align: center;
    }

        .video-thumb iframe {
            width: 90%;
            height: 360px;
        }

    .about-tp-text {
        text-align: center
    }

        .about-tp-text h1 {
            text-align: center;
            font-size: 26px;
        }

        .about-tp-text p {
            font-size: 18px;
            text-align: center;
        }

    .perks-detail {
        min-width: 200px;
    }

        .perks-detail figure {
            display: block;
        }

        .perks-detail figcaption {
            display: block;
            font-size: 20px;
            padding: 10px 0 0 0px;
        }

    .other-detail {
        text-align: center;
        padding: 0;
    }

    .register-to-join {
        padding: 40px 0;
    }

    .register-thumb {
        width: auto;
        float: none;
        padding-top: 0px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

        .register-thumb img {
            margin: 0 auto;
        }

    .form-area {
        width: 100%;
        margin: 25px 0 0 0%;
        display: block;
        text-align: center;
    }

        .form-area h4 {
            font-size: 26px;
        }
    /*.form-field select{width: 104%;}*/
    .left-fields p {
        font-size: 16px;
        text-align: left;
    }

    .form-field button {
        width: 100%;
        font-size: 21px;
        height: auto;
    }

    .form-field span {
        margin: 0;
        font-size: 12px;
        text-align: left;
        padding-left: 18px;
    }

    .awards-recognition {
        padding: 30px 0;
    }

        .awards-recognition h5 {
            font-size: 26px;
            margin: 0;
        }


    .awards-detail {
        margin: 20px;
        width: 200px;
    }

        .awards-detail p {
            font-size: 18px;
            margin: 10px 0 0 0;
        }

    .employee-testimonials {
        margin: 30px 0 0px 0;
        text-align: center;
    }

        .employee-testimonials h6 {
            font-size: 28px;
        }

        .employee-testimonials p {
            padding: 10px 0;
            margin-bottom: 10px;
            font-size: 16px;
        }

        .employee-testimonials iframe {
            width: 480px;
            height: 270px;
        }

    .left-video-box {
        margin-bottom: 18px;
    }

    .right-video-box {
        margin-left: 0px;
    }

    .about-tp-text {
        display: block;
        max-width: 100%;
        padding: 30px 0;
    }

        .about-tp-text p {
            font-size: 18px;
        }

    .about-tp-thumb {
        display: block;
        padding: 0px;
        float: none;
        max-width: 70%;
        text-align: center;
        margin: 0 auto;
    }

    footer {
        margin: 30px 0 0 0;
    }

    .tara {
        bottom: 0px;
        right: 10px;
    }
/*
    .loader1 {
        right: -142px !important;
    }*/

    .loader2 {
        top: 16px !important;
    }
}

@media screen and (max-width:541px) and (min-width:481px) {
    .employee-testimonials iframe {
        width: 400px;
        height: 225px;
    }

    .loader1 {
        right: -102px !important;
    }

    .loader2 {
        right: -210px !important;
    }

    .form-field select {
        width: 100%;
       /* margin-left: 20px;*/
    }
}

}

@media screen and (max-width:480px) {
    .logo-bar {
        padding: 5px 0;
    }

    .logo img {
        max-width: 150px;
    }

    a.main-cta {
        padding: 8px 16px;
        font-size: 16px;
        margin: 5px 0;
    }

    .app-detail figure img {
        max-width: 65px;
    }

    .app-detail figcaption {
        text-align: left;
        font-size: 20px;
        padding: 5px 0 0 10px;
        min-width: 220px;
    }

        .app-detail figcaption span {
            font-size: 16px;
        }

    .top-padding {
        padding-top: 15px !important;
    }

    .video-thumb iframe {
        height: 240px;
    }

    .employee-testimonials iframe {
        width: 300px;
        height: 180px;
    }

    .awards-detail {
        margin: 20px 6px;
        width: 180px;
    }

        .awards-detail p {
            font-size: 16px;
            margin: 10px 0 0 0;
        }

    .form-field span {
        font-size: 10px;
    }

    .form-field input {
        width: 90%;
    }

    .form-field button {
        width: 100%;
    }

    .cr-section input {
        width: 42% !important;
    }

    .cr-section select {
        width: 40% !important;
        float: left;
        margin-right: 1px !important;
    }

    .loader2 {
        top: -42px !important;
        right: -138px !important;
    }

    .loader1 {
        right: -60px !important;
    }
}

@media screen and (max-width:340px) {
    .app-detail figure, .app-detail figcaption {
        display: block;
        text-align: center;
    }

        .app-detail figure img {
            max-width: 100%;
        }
}




/*************TARA****************/
.tara {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 9;
}


/*****************animation*****************/
.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, -20px);
    }

    100% {
        transform: translate(0, 0px)
    }
}


/*****************scroll effect*****************/
.reveal {
    position: relative;
    opacity: 0;
    transition: 2s all ease;
}

    .reveal.active {
        opacity: 1;
    }

.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


/*****************country and mobile section*****************/
.cr-section {
    width: 100%
}

    .cr-section select {
        width: 30%;
        float: left;
        margin-right: 9px;
    }

    .cr-section input {
        width: 66%
    }


/*****************loader css*****************/


.loader1 {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 3px solid;
    border-top-color: rgba(246, 36, 89, 1);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(246, 36, 89, 1);
    border-right-color: rgba(255, 255, 255, 0.3);
    -webkit-animation: loader1 1s ease-in-out infinite;
    animation: loader1 1s ease-in-out infinite;
    position: absolute;
    top: 20px;
    right: 10px;
}

.loadermobile {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 3px solid;
    border-top-color: rgba(246, 36, 89, 1);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(246, 36, 89, 1);
    border-right-color: rgba(255, 255, 255, 0.3);
    -webkit-animation: loader1 1s ease-in-out infinite;
    animation: loader1 1s ease-in-out infinite;
    position: absolute;
    top: 20px;
    right: 10px;
}

@keyframes loader1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}


.loader2 {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 3px solid;
    border-top-color: rgb(255 255 255);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgb(255 255 255);
    border-right-color: rgba(255, 255, 255, 0.3);
    -webkit-animation: loader2 1s ease-in-out infinite;
    animation: loader2 1s ease-in-out infinite;
    position: absolute;
    top: 20px;
    right: 20px;
    /* position: relative;
    top: -44px;
    right: -200px;*/
    z-index: 99;
}

@keyframes loader2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.email-panel {
    height: 62px;
    position: relative;
}


.bg-purple {
    background: linear-gradient(to right, rgba(120,0,150,1), rgba(255,0,130,1));
}

#ChatbotLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ConfirmBtnLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /*
	background-color: rgba(0, 0, 0, 0.1);*/
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*#ConfirmBtnLoader {
	position: absolute;
	left: 50%;
}*/

.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #ddd;
    border-top-color: #A00095;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

/*.dob {
    position: relative;
}

    .dob:before {
        content: 'DOB (DD-MM-YYYY)';
        position: absolute;
        left: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: #f8effb;
    }

    .dob:focus:before {
        display: none;
    }*/


.datepicker-wrapper {
position: relative;
width: 100%;
}

.datepicker-wrapper input {
padding-right: 40px; /* space for the icon */
}

.datepicker-wrapper i {
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
 color: #555;
cursor: pointer;
}
/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}

    .datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
        border-radius: 3px;
    }

    .datepicker-days table thead tr:nth-child(3n+0) {
        text-transform: uppercase;
        font-weight: 300 !important;
        font-size: 12px;
        color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}

.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #860094;
    color: #ffffff;
    border-radius: 0;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}

    .datepicker .prev:hover, .datepicker .next:hover {
        background: transparent;
        color: #860094;
        font-size: 21px;
    }

.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

    .datepicker .datepicker-switch:hover {
        color: rgb(128 81 255);
        background: transparent;
    }

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #3546b3;
        background-image: none;
    }

.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}