body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

* {
    font-family: 'Roboto', sans-serif;
}

.pb-100 {
    padding-bottom: 100px !important;
}

h2 {
    font-size: 32px;
    line-height: 43px;
    color: #0F2B44;
    font-weight: 700;
    margin-bottom: 15px;
    font-style: italic;
}

p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.lms-btn {
    height: 30px;
    transform: skew(-20deg);
    border: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 0 22px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .lms-btn:hover {
        opacity: 0.8;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

.bg-primar {
    background-color: #0086FF;
}

.bg-navy {
    background-color: #0F2B44;
}

.primary-border {
    border: 1px solid #0086FF;
    color: #0086FF;
    background-color: transparent;
}

    .primary-border:hover {
        background-color: #0086FF;
        transition: all 0.3s ease;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        cursor: pointer
    }


/* layout */

.navbar-brand {
    padding: 0;
}

    .navbar-brand img,
    .brand-logo {
        width: 150px;
    }

.navbar-toggler img {
    width: 24px;
}

.nav-set:after {
    content: '';
    height: 70px;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #c6d9ea;
    z-index: 99;
}

.navbar {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 70px;
    align-items: center;
    top: 0;
}
    /*
.navbar-nav {
    margin-right: 25px;
}*/

    .navbar .nav-item {
        margin: 0 10px;
    }

.navbar-nav .nav-link,
.form-inline > a {
    color: #0F2B44;
    font-size: 14px;
    font-weight: 500;
    font-style: italic !important;
}

.form-inline .lms-btn {
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
}

.form-inline > a {
    font-size: 12px !important;
    border: 0;
    background-color: transparent;
}

    .form-inline > a:link {
        text-decoration: none;
    }

.nav-item::after {
    /* border-bottom: 2px solid #0B56C9;
    color: #0F2B44 !important; */
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0086FF;
    transition: width .3s;
}

.nav-item.active::after {
    width: 100%;
}

.form-inline > button {
    font-size: 12px;
    color: #0086FF;
}

@media (min-width: 1440px) {
    .container {
        max-width: calc(100vw - 300px);
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: calc(100vw - 500px);
    }
}


/* /* layout end  */


/* home section */

.home-section {
    background: transparent linear-gradient(180deg, rgba(136, 174, 209, 0.5) 0%, rgba(210, 234, 255, 0.5) 100%);
    height: 80vh;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

    .home-section::after {
        content: '';
        background-image: url(../images/icon/bg_image.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 70%;
        top: 50%;
        height: 70%;
        transform: translateY(-50%);
        position: absolute;
        right: -60%;
    }

.home-item {
    padding-bottom: 90px;
}

    .home-item h2 {
        width: 300px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .home-item p {
        font-style: italic;
        margin-bottom: 25px;
    }


@media(max-width:1024px) {
    .home-section {
        height: unset;
        padding-top: 160px;
    }
}


/* home section end*/


/* service section */

.inline-btn {
    display: flex;
    justify-content: center;
}

    .inline-btn button {
        margin: 0 6px;
        float: right;
    }

.sm-header {
    color: #0086FF;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

.service-img img {
    display: none;
}

img.service-1 {
    display: block;
}

.service-section {
    padding: 75px 0 85px 0;
}

    .service-section h2 {
        white-space: nowrap;
    }

.service-actions {
    margin-left: 110px;
}

/*.service-list-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .service-list-box > div {
        width: 100%;
    }*/

.service-items {
    padding: 0;
    margin: 0;
    margin-right: 55px;
    width: auto;
    float: right;
    display: flex;
}

    .service-items li {
        border: 1px solid rgba(15, 43, 68, 0.1);
        padding: 20px 40px 25px 20px;
        list-style-type: none;
        width: 185px;
    }

        .service-items li:hover {
            cursor: pointer;
        }

        .service-items li.active {
            border: 1px solid #0F2B44;
            background-color: #0F2B44;
            color: #fff;
        }

        .service-items li img {
            margin-bottom: 55px;
            width: 60px;
        }

            .service-items li img.white-icon,
            .service-items li.active img {
                display: none;
            }

                .service-items li.active img.white-icon {
                    display: block;
                }

.service-img {
    margin-top: 40px;
}


/* service section end */


/* about us section */

.director-profile {
    padding: 30px 0;
}

.abouUS-section {
    padding: 100px 0 0 0;
    position: relative;
    overflow: hidden;
}

    .abouUS-section:before {
        content: '';
        background-image: url(../images/icon/bg_image.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 50%;
        top: 50%;
        transform: translateY(-50%);
        height: 50%;
        position: absolute;
        left: -21%;
        z-index: -1;
    }

.about-frame {
    width: 410px;
    box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.1);
}

.abouUS-section .sm-header {
    margin-bottom: 15px;
}

.about-us-details {
    padding-left: 75px;
    width: calc(100% - 410px);
    position: relative;
}

.about-details-item {
    position: relative;
}


    .about-details-item:before {
        content: '';
        position: absolute;
        width: 300%;
        height: calc(100% + 75px);
        margin-left: -100%;
        background: transparent linear-gradient(180deg, rgba(188, 223, 255, 0.2) 0%, rgba(210, 234, 255, 0.2) 100%) 0% 0%;
        z-index: -1;
        top: -75px;
    }

.about-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 55px 0 0 0;
}

    .about-items li {
        list-style-type: none;
        margin-bottom: 55px;
        width: 50%;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

        .about-items li img {
            margin-right: 25px;
        }

.work-details {
    margin-top: 55px;
}

    .work-details .line-header {
        margin-bottom: 45px;
    }

.line-header {
    display: flex;
}

    .line-header h2 {
        display: inline-block;
        white-space: nowrap;
    }

    .line-header > span {
        height: 1px;
        background-color: rgba(15, 43, 68, 0.2);
        display: inline-block;
        width: 100%;
        margin-left: 35px;
        margin-right: -200%;
        margin-top: 25px;
    }

.work-details ul {
    padding: 0;
    margin: 0;
    display: flex;
}

    .work-details ul li {
        width: 33.33%;
        list-style-type: none;
        padding-right: 20px;
    }

        .work-details ul li > div {
            display: inline-flex;
        }

            .work-details ul li > div span {
                font-size: 60px;
                line-height: 79px;
                color: rgba(15, 43, 68, 0.1);
                font-weight: 900;
            }

            .work-details ul li > div img {
                margin-right: 25px;
                width: 60px;
                height: 60px;
            }

        .work-details ul li p {
            font-size: 20px;
            line-height: 24px;
            color: rgba(15, 43, 68, 1);
            font-weight: bold;
            font-style: italic;
        }

/* Contact Us section */
.Contact_us {
    padding-top: 100px;
    padding-bottom: 75px;
}

.ContactUs_formfields {
    margin-bottom: 20px;
    text-align: center;
}

    .ContactUs_formfields label {
        width: 100%;
        font-size: 14px;
        text-align: start;
    }

    .ContactUs_formfields input {
        width: 100%;
        height: 35px;
        border: 1px solid rgba(219, 232, 243, 1);
        padding: 5px 10px;
        font-size: 13px;
        border-radius: 3px;
    }

        .ContactUs_formfields input:focus {
            outline: none;
        }

    .ContactUs_formfields select {
        width: 100%;
        font-size: 13px;
        height: 35px;
        padding: 5px 10px;
        border: 1px solid rgba(219, 232, 243, 1);
        border-radius: 3px;
    }

        .ContactUs_formfields select:focus {
            outline: none;
        }

    .ContactUs_formfields button {
        border: none;
        padding: 8px 20px;
        background-color: #0086FF;
        color: #fff;
        font-size: 15px;
        border-radius: 3px;
        transition: all 0.3s ease;
        width: 300px;
    }

        .ContactUs_formfields button:hover {
            opacity: 0.7;
        }

@media only screen and (max-width:576px) {
    .ContactUs_formfields button {
        width: 100%;
    }
}

/* FAQ section */
.FAQ-section {
    padding-top: 100px;
    padding-bottom: 75px;
}

    .FAQ-section .card {
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(219, 232, 243, 1);
        border-radius: 0;
    }

        .FAQ-section .card:last-child .card-header {
            margin-bottom: -1px;
        }

    .FAQ-section .card-body {
        border-bottom: 1px solid rgba(219, 232, 243, 1);
    }

        .FAQ-section .card-body p {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 8px;
        }

    .FAQ-section .card .card-header {
        background-color: #fff;
        position: relative;
        border-radius: 0;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(219, 232, 243, 1);
        padding-right: 50px;
    }

        .FAQ-section .card .card-header:hover {
            cursor: pointer;
        }

        .FAQ-section .card .card-header h2 .btn-link {
            color: rgba(15, 43, 68, 1);
            font-size: 18px;
            font-weight: 500;
            padding: 0;
            line-height: 24px;
            margin-bottom: 0;
        }

        .FAQ-section .card .card-header:before {
            content: '';
            position: absolute;
            top: 20px;
            width: 25px;
            height: 25px;
            right: 20px;
            background-image: url(../images/icon/Arrow.png);
            background-repeat: no-repeat;
            background-size: 12px;
            background-position: center;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
        }

        .FAQ-section .card .card-header[aria-expanded="true"]::before {
            transform: rotate(180deg);
            right: 20px;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
        }

.line-header-center {
    text-align: center;
    position: relative;
    margin-bottom: 75px;
}

    .line-header-center h2 {
        display: inline-block;
        background-color: #fff;
        padding: 0 40px;
    }

    .line-header-center > span {
        height: 1px;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: -1;
        width: 100%;
        background-color: rgba(15, 43, 68, 0.2);
    }

.blog-details {
    display: flex;
    flex-wrap: wrap;
}

    .blog-details > div {
        width: 47.5%;
        height: 162px;
        position: relative;
        margin-bottom: 28px;
    }

        .blog-details > div:nth-child(even) {
            margin-left: 27px;
        }

        .blog-details > div:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            display: block;
            top: 0;
            left: 0;
            background: transparent linear-gradient(180deg, rgba(15, 43, 68, 0) 0%, rgba(3, 9, 14, 1) 100%) 0% 0%;
        }

        .blog-details > div img {
            width: 100%;
        }

        .blog-details > div p {
            position: absolute;
            color: rgba(255, 255, 255, 1);
            font-size: 16px;
            line-height: 21px;
            left: 22px;
            width: 160px;
            bottom: 28px;
            font-weight: 500;
        }


/* customer speak section */

.customer-speak-section {
    text-align: center;
}

.customer-speaks {
    margin: 0 7em;
    padding: 48px 11em 25px 11em;
    background-color: rgba(244, 249, 255, 1);
    position: relative;
}

    .customer-speaks:before {
        content: '';
        background-image: url(../images/icon/bg_image.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 86%;
        top: -25%;
        height: 104%;
        z-index: -1;
        position: absolute;
        left: -11%;
    }

    .customer-speaks > div::before {
        content: "🙶";
        font-size: 90px;
        color: rgb(0, 134, 255);
        font-weight: bold;
        position: absolute;
        top: -95px;
        left: 0px;
    }

.customer-speak-section h2 {
    margin-bottom: 20px;
}

.customer-speaks p {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 22px;
}

.customer-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
}

.mission-statement h3 {
    font-size: 20px;
    padding-left: 7px;
    border-left: 3px solid #519fff;
    margin: 20px 0 7px 0;
}

.director-profile h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.customer-img img {
    width: 100%;
}

p.customer-name {
    color: rgba(0, 134, 255, 1) !important;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 19px;
}

p.customer-area {
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}

.owl-nav {
    display: none;
}

.owl-dot span {
    width: 6px;
    margin: 0 auto;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(15, 43, 68, 1);
}

.owl-dots .owl-dot {
    width: 14px;
    height: 14px;
}

    .owl-dots .owl-dot:focus {
        outline: 0;
    }

.owl-dot.active span {
    width: 14px;
    height: 14px;
    background-color: rgba(0, 134, 255, 1);
    border: 4px solid #fff;
    box-shadow: 1px -4px 25px 42px rgba(0, 134, 255, 1);
}

.owl-dots {
    margin-top: 25px;
}


/* footer section */

footer {
    padding: 45px 0;
    background-color: rgba(15, 43, 68, 1);
}

    footer .sm-header {
        margin-bottom: 10px;
    }

.footer-links {
    padding: 0;
    margin: 0;
    color: #fff;
}

    .footer-links li {
        list-style-type: none;
        /* margin-bottom: 10px; */
    }

.social-links {
    padding: 0;
    margin: 0;
    display: flex;
    position: absolute;
    bottom: 0;
}

    .social-links li {
        list-style-type: none;
        margin-right: 15px;
    }

.footer-links li a {
    color: #fff;
    font-size: 12px;
    line-height: 28px;
}

.social-links li img {
    width: 15px;
    filter: invert(91%) sepia(92%) saturate(30%) hue-rotate(198deg) brightness(108%) contrast(100%);
}

.mail-id a {
    font-size: 15px !important;
    color: #fff;
}

.get-in-touch {
    padding: 22px 28px;
    background-color: #0086FF;
    box-shadow: 0px 0px 6px #00000029;
    color: #fff;
    margin-top: -115px;
}

    .get-in-touch h2 {
        font-weight: 900;
        font-size: 32px;
        line-height: 43px;
        margin-bottom: 25px;
        color: #fff;
    }

    .get-in-touch label {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 3px;
        color: #fff;
    }

    .get-in-touch p {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .get-in-touch h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 25px;
        font-style: italic;
    }

.copy-right {
    color: #8F8F8F;
    font-size: 12px;
    text-align:center;  
    margin-top: 40px;
}

.ContinuePayBtn {
    background-color: #49AF4B !important;
}

.partner-item {
    margin-left: auto;
    color: #fff;
    margin-top: 40px;
    float: right;
}

    .partner-item label {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .partner-item a {
        color: rgba(0, 134, 255, 1);
        font-size: 12px;
        line-height: 18px;
        display: block;
    }

@media(min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        margin-right: 10px;
    }
}

@media(min-width:1280px) {
    .home-section {
        min-height: 555px;
    }
}

@media(min-width:1601px) {
    .service-items li {
        width: 225px;
    }
}

@media(max-width:1279px) {
    .service-list-box {
        margin-top: 20px;
    }

    .service-actions {
        margin-left: 35px;
    }

    .blog-details > div:nth-child(even) {
        margin-left: 20px;
    }

    .blog-details > div {
        margin-bottom: 20px;
    }
}

@media(max-width:1023px) {
    .about-details-item h2 {
        margin-top: 15px;
    }

    .abouUS-section .sm-header {
        margin-top: 15px;
    }

    .navbar {
        margin-top: 15px;
        height: unset;
    }

    .navbar-collapse {
        background-color: rgb(255, 255, 255);
        margin-left: -15px;
        box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.1);
    }

    .service-items {
        margin-right: 0;
    }

    .inline-btn {
        margin-bottom: 20px;
    }

    .about-frame,
    .about-us-details {
        width: 100%;
    }

    .customer-speaks {
        margin: 0 2em;
        padding: 48px 2em 25px 2em;
    }

    .get-in-touch {
        margin-top: 20px;
    }

    .about-us-details {
        padding-left: 0;
    }
}

@media(max-width:967px) {
    .home-section {
        background-position: unset;
        height: 60vh;
    }
}

@media(max-height:411px) {
    .home-section {
        height: 100vh;
    }
}

@media(max-width:640px) {
    .about-items li img {
        margin-right: 0;
    }

    .line-header > span {
        margin-left: 15px;
    }

    .home-section {
        height: auto;
        padding-top: 34px;
        background-position: unset;
    }

    .home-item {
        margin-top: 85px;
        padding-right: 105px;
    }

    .navbar {
        margin-top: 20px;
        height: unset;
    }

    .navbar-toggler {
        margin-right: 0px;
    }

    .service-actions,
    .service-items {
        margin-left: 0;
    }

    .service-section h2 {
        white-space: normal;
    }

    .service-items {
        flex-wrap: wrap;
        margin-right: 0;
        WIDTH: 100%;
    }

        .service-items li {
            width: 100%;
        }

    .about-frame,
    .about-us-details {
        width: 100%;
    }

    .about-us-details {
        padding: 15px 20px;
    }

    .FAQ-section .card .card-header h2 .btn-link {
        font-size: 14px;
    }

    .card-header {
        padding: 0.75rem 10px;
    }

    .blog-details > div {
        width: 100%;
    }

        .blog-details > div:nth-child(even) {
            margin-left: 0;
        }

    .customer-speaks {
        margin: 0;
        padding: 0;
    }

    .about-frame,
    .about-us-details {
        width: 100%;
        overflow: hidden
    }

    .flex-wrap-sm {
        flex-wrap: wrap;
    }

    .line-header-center h2 {
        padding: 0 15px;
    }

    .customer-speaks p {
        padding: 15px;
    }

    p.customer-name,
    p.customer-area {
        padding: 0;
    }

    .inline-btn {
        margin-bottom: 20px;
    }

    .about-items li {
        padding-right: 3px;
        font-size: 16px;
    }

    .footer-links {
        margin-bottom: 20px;
    }

    .social-links {
        position: relative;
        margin: 40px 0 20px 0;
    }

    .customer-speaks > div:before {
        top: -40px;
        font-size: 75px;
    }
}

@media(max-width:450px) {
    .about-items li img {
        margin-right: 10px;
    }

    .navbar-collapse {
        background-color: rgb(255, 255, 255);
        margin-left: -15px;
    }

    .form-inline > button {
        margin-left: 10px;
    }

    .navbar-toggler {
        margin-right: 30px;
    }

    .work-details ul {
        flex-wrap: wrap;
    }

        .work-details ul li {
            width: 100%;
            text-align: center;
            margin-bottom: 30px;
        }
}


/* privacy policy */

.privacy-section {
    /*max-width: 1000px;*/
    margin: 0px auto 0 auto;
    padding: 90px 15px 100px 15px;
    min-height: 65vh;
}

    .privacy-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
        font-style: normal;
        text-transform: uppercase;
        color: #0F2B44;
    }

    .privacy-section h3 {
        font-size: 18px;
        color: #0f2b44;
        line-height: 24px;
        margin-bottom: 7px;
    }

    .privacy-section p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 25px;
    }

.privacy-policy {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

    .privacy-policy li {
        list-style-type: none;
        margin: 10px 12px 0 12px;
    }

        .privacy-policy li a {
            text-decoration: none;
            color: rgba(255, 255, 255, 0.5);
            font-size: 12px;
        }

            .privacy-policy li a:link {
                color: rgba(255, 255, 255, 0.5);
            }

@media(max-width:1024px) {
    .mail-id a {
        font-size: 13px !important;
    }
}

@media(max-width:768px) {
    .privacy-policy li {
        margin: 0 4px;
    }
}

@media(max-width:767px) {
    .partner-item {
        margin-left: 0;
        float: left;
    }

    .privacy-policy {
        justify-content: normal;
        margin-top: 20px;
    }
}


/* payment gateway pages */
.payment-GatewayBox {
    background-color: #F4F5F5;
    position: relative;
    /*height:100vh;*/
}

    .payment-GatewayBox:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: -1;
        width: 100%;
        background-color: #FFF;
    }

.payment-GatewayBox-head {
    padding: 25px 0;
    text-align:center;
}

    .payment-GatewayBox-head a {
        display: block;
        margin: 0 auto;
    }

        .payment-GatewayBox-head a img {
            width: 230px;
        }

.payment-GatewayBox-bodyHeight{
    height:calc(100vh - 41px);
    display:flex;
    align-items:center;
    justify-content:center;
}

.payment-GatewayBox-body {
    padding: 25px;
    width: 400px;
    margin: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px #00000029;
    border-radius: 6px;
    position:relative;
}

.payment-GatewayBox-footer {
    padding:10px 0;
}

.payment-GatewayBox-body h2 {
    color: #0F2B44;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 40px;
    font-style: unset;
    font-weight: 500;
    display:inline-flex;
}

.e-mandate-icon {
    position: absolute;
    top: 22px;
    right: 7px;
    width: 40px;
}

.close {
    background-color: transparent;
    color: #fff;
    border: none;
    transition: opacity 0.3s ease;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 11px;
    color: #842029;
}

    .close:hover{
        opacity:0.7;
    }

    .payment-GatewayBox-body p {
        max-width: 445px;
        font-size: 13px;
        margin: 0 auto 15px auto;
        color: #49AF4B;
        font-style: unset;
        line-height: 19px;
    }

.form-field {
    /*max-width: 320px;*/
    /*margin: 0 auto;*/
}

.stepper-box {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
    z-index: 10;
}

    .stepper-box:before {
        content: '';
        height: 1px;
        background-color: rgba(228, 235, 243, 1);
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: -1;
        transform: translateY(-50%);
    }

    .stepper-box li {
        list-style-type: none;
        width: 35px;
        height: 35px;
        border: 1px solid #E4EBF3;
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
    }

        .stepper-box li a {
            text-decoration: none;
            line-height: 35px;
            color: #fff !important;
            font-size: 0;
        }

        .stepper-box li.active a, .stepper-box li.passed a {
            font-size: 14px;
        }

        .stepper-box li.active, .stepper-box li.passed {
            background-color: rgba(11, 86, 201, 1);
            position: relative;
            transition: all 0.3s ease;
            -webkit-trasition: all 0.3s ease;
        }

            .stepper-box li.passed a {
                color: rgba(11, 86, 201, 1) !important;
            }

            .stepper-box li.passed:before {
                content: '';
                width: 12px;
                height: 7px;
                border-left: 2px solid #FFFFFF;
                border-bottom: 2px solid #fff;
                transform: rotate(-45deg);
                position: absolute;
                top: 11px;
                left: 10px;
                transition: all 0.3s ease;
                -webkit-trasition: all 0.3s ease;
            }

            .stepper-box li.active a {
                color: rgba(255, 255, 255, 1) !important;
            }

.form-field label {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    font-style: unset;
    color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

.form-field input {
    border: 1px solid rgba(206, 212, 217, 1);
    height: 40px;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 10px;
    color: rgba(15, 43, 68, 1);
}

    .form-field input:focus {
        outline: 0;
        box-shadow: none;
    }

    .form-field input::placeholder {
        color: rgba(15, 43, 68, 0.5);
    }

.form-field button {
    margin-top: 10px;
    width: 100%;
    background-color: #424141;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    border: 0;
    text-transform: uppercase;
    height: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .form-field button:hover {
        opacity:0.7;
        background-color: #424141;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

.payment-GatewayBox-footer {
    border-top: 1px solid #e3e3e3;
}

.detail-box {
    background-color: #fff;
    border: 1px solid rgba(214, 231, 245, 1);
    border-radius: 10px;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    margin-bottom: 10px;
}

    .detail-box .table {
        width: 100%;
        margin-bottom: 0;
    }

        .detail-box .table tr td {
            border: 0;
            padding: 3px 15px;
            line-height: 16px;
            font-size: 12px;
            color: rgba(15, 43, 68, 1);
        }

.success-message {
    text-align: center;
    border-bottom: 1px solid rgba(214, 231, 245, 1);
    padding-bottom: 17px;
}

    .success-message h3 {
        color: rgba(63, 200, 145, 1);
        font-weight: bold;
        line-height: 24px;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .success-message span {
        color: rgba(15, 43, 68, 0.5);
        font-size: 11px;
        width: 220px;
        line-height: 15px;
        display: block;
        margin: 0 auto;
    }

span.success-tag {
    width: 45px;
    height: 45px;
    background-color: rgba(63, 200, 145, 1);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 8px auto;
    position: relative
}

.success-tag:after {
    content: '';
    height: 13px;
    width: 25px;
    display: block;
    position: absolute;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg);
    left: 11px;
    top: 13px;
}

.back-homeBtn {
    width: 150px !important;
}

.OTP-form {
    display: flex;
    justify-content: space-between;
}

    .OTP-form input {
        text-align: center;
        width: 47px;
        height: 40px;
    }

.payment-GatewayBox-body p.timer {
    color: #7F838E;
    font-size: 12px;
    margin: 10px 0 10px 0;
}

.payment-GatewayBox-body p.request-link {
    color: #7F838E;
    font-size: 12px;
    margin: 10px 0 10px auto;
}

    .payment-GatewayBox-body p.request-link a {
        color: #0B56C9;
    }

.bouncesleft {
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-name: bounceInLeft;
}

.bounceIn {
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-name: bounceIn;
}

@media(max-width:767px) {
    .payment-GatewayBox-body {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

        .payment-GatewayBox-body h2 {
            line-height: 28px;
            font-size: 23px;
        }

    .payment-GatewayBox-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media(max-height:675px) {
    .payment-GatewayBox-body {
        height: 100%;
        overflow-y: auto;
    }
}

@media(max-width:576px) {
    .form-field label{
        margin-bottom:10px;
    }
    .payment-GatewayBox-body p {
        font-size: 12px;
        line-height: 17px;
    }
    .payment-GatewayBox-bodyHeight .paymentGateWayBox {
        margin: 0 10px;
    }
    .payment-GatewayBox-body {
        width: 100%;
    }

    .payment-GatewayBox-footer .copy-right {
        display: flex;
        justify-content: center;
    }

    .payment-GatewayBox-footer {
        text-align: center;
        height: auto;
        padding: 7px 0;
    }

    .privacy-policy {
        justify-content: center;
    }

    .partner-item {
        float: unset;
    }
}

@media(min-width:967px) {
    .footer-pt-set {
        padding-top: 250px;
    }
}
/* .wow{ opacity: 0; } */
/* .object-non-visible {
    opacity: 0;
    filter: alpha(opacity=0);
} */

.input-error {
    border: 1px solid rgb(193 35 72) !important;
}

.page-loading {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999999;
}

    .page-loading .loader {
        background: #0577CD;
        border-radius: 50%;
        height: 50px;
        left: 50%;
        margin-left: -23px;
        margin-top: -14px;
        position: absolute;
        top: 50%;
        width: 50px;
        animation: load 0.75s linear infinite;
    }

        .page-loading .loader:after {
            content: '';
            position: absolute;
            width: 49px;
            height: 49px;
            top: 1px;
            right: 0;
            left: 0;
            margin: auto;
            background: white;
            border-radius: 50%;
        }

@keyframes load {
    to {
        transform: rotate(360deg);
    }
}

.page-loading .text {
    color: #a2afbc;
    display: block;
    font-size: 11px;
    left: 50%;
    margin-left: -17px;
    margin-top: 44px;
    position: absolute;
    top: 50%;
}
/*Page Loader End*/


/* News & media*/

.container h4 .color {
    color: black;
}

.alignment {
    margin-top: 8%;
}

.alignment1 {
    margin-top: 4%;
}

.bottom-border {
    border-bottom: 1px solid black;
}

.imgadjustment {
    height: 200px;
    width: 400px;
}

.imgadjustment2 {
    height: 200px;
    width: 400px;
}

.imgadjustment4 {
    height: 200px;
    width: 400px;
}

.smlfont {
    font-size: 14px;
}

.nav-item .active-1::after {
    width: 100%;
    margin-top: 5px;
}

.nav-item ::after {
    /* border-bottom: 2px solid #0086FF;
    color: #0F2B44 !important; */
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0086FF;
    transition: width .3s;
}

.payment_radio_options .payment_radio_options_active {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px;
}

    .payment_radio_options .payment_radio_options_active #activation1 {
        width: 20px;
    }

    .payment_radio_options .payment_radio_options_active #activation2 {
        width: 20px;
    }

    .payment_radio_options .payment_radio_options_active label {
        margin-bottom: 12px;
    }

.locations {
    border: 1px solid #0000004a;
    padding: 15px;
    height:100%;
    border-radius: 4px;
    transition:all 0.3s ease;
}

.location-nav {
    padding-left: 10px;
    width: 20px;   
}

.locations:hover {
    border: 1px solid #0c54cb;
}

.locations p:nth-child(2) {
    line-height: 16px;
    margin-top: 5px;
}

.location-nav:hover {
    filter: invert(10%) sepia(100%) saturate(6481%) hue-rotate(246deg) brightness(100%) contrast(100%);
}

.zoneSelection {
    float: left;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid lightgrey;
    cursor: pointer;
    margin-top:20px;
    transition:all 0.3s ease;
}
    .zoneSelection:hover {
        color: #0F2B44  ;
        cursor: pointer;
        background-color: rgba(219, 232, 243, 1);
    }
    .zoneSelection.active {
        /*background-color: #0F2B44;*/
        color: #0F2B44;
        cursor: pointer;
        font-weight: 500;
        border-bottom: 1px solid #0c54cb;
    }

/* our branches tab customization starts */
.service-list-box {
    margin-top:15px;
}
/* our branches tab customization ends */

.register_office {
    padding:15px 0px 0px 0px;
}

.register_office h5{
    font-weight:bold;
    color:rgba(11, 86, 201, 1);
}

.register_office p{
    font-size:13px;
    color:#0F2B44;
}

.removing_padding {
    padding-right: 0px;
}

@media only screen and (max-width:576px){
    .removing_padding{
        padding-right:15px !important;
    }
}

.bootstrap-growl{
    width:300px !important;
}

.sr-only{
    display:none !important;
}