@import url('https://fonts.googleapis.com/css2?family=Montaga&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mooli&display=swap');

html,
body {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}


.btn-one,
.btn-one:hover {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 30px;
    border-radius: 8px;
    transition: all ease .3s;
}

.btn-two {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 30px;
    border-radius: 8px;
    transition: all ease .3s;
}


.color-red {
    color: #CE0004;
}

.color-blue {
    color: #294FA7;
}

/*header css starts*/

header.header {
    padding: 15px 0;
    position: relative;
    background-color: transparent;
    z-index: 99;
    width: 100%;
}

header.header .logo-dv {
    width: 300px;
}

/*header css ends*/


/* banner section start  */

section.banner-section {
    position: relative;
    padding: 60px 0 25px;
    background: linear-gradient(180deg, #fff, #ccc);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

section.banner-section .banner-dv {
    position: relative;
    padding: 0px 30px 0px 0px;
    background: linear-gradient(90deg, #ffffff 70%, #CE0004 30%);
    box-shadow: 0px 4px 150px 0px lch(0 0 0 / 0.25);
    margin-bottom: 30px;
}

section.banner-section .banner-content-box {
    padding: 15px 15px;
    border-left: 10px solid #ce0004;
}


section.banner-section .banner-content-box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

section.banner-section .banner-content-box h2>span {
    display: block;
    font-size: 36px;
}

section.banner-section .banner-content-box h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

section.banner-section .banner_form_panel {
    width: 100%;
    height: 400px;
    background: #fff;
    margin: 30px 0;
    box-shadow: 0px 4px 180px 0px rgb(0 0 0 / 50%);
}

section.banner-section .banner-content,
section.banner-section .banner-content>div {
    height: 100%;
}


section.banner-section .banner-img {
    border-right: 10px solid #ce0004;
    flex-wrap: wrap;
}

section.banner-section .banner-img h1 {
    font-size: 58px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    margin-left: 40px;
}

section.banner-section .banner-img h1 span {
    display: block;
    font-size: 30px;
}

section.banner-section .banner-content-box h2>span span {
    display: block;
    font-size: 60px;
}

section.banner-section .banner-list-count {
    padding: 20px 30px;
    background: linear-gradient(90deg, #003050 0%, #085B92 42%, #003050 100%);
}

section.banner-section .banner-box h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

section.banner-section .banner-box p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

section.banner-section .banner-list-count .row>div {
    border-right: 1px dashed #fff;
    padding: 10px 15px;
}

section.banner-section .banner-list-count .row>div:last-child {
    border-right: 0px dashed #fff;
}

section.banner-section .banner-list-count .row>div:first-child div {
    display: flex;
    align-items: center;
}

section.banner-section .banner-list-count .row>div:first-child div h3 {
    font-size: 64px;
    margin-right: 15px;
    margin-bottom: 0;
    line-height: normal;
}


/* banner section end  */


/*course section starts*/

section.course-section {
    position: relative;
    padding: 60px 0 0;
}

section.course-section .course-content h2 {
    font-size: 44px;
    font-weight: 700;
}

section.course-section p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

section.course-section .course-box {
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 15px;
    height: 100%;
}

section.course-section .course-box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
}

section.course-section .course-box p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

section.course-section .course-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 15px 0 20px;
}

section.course-section .course-box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}


/*course section ends*/


/*global career section starts*/

section.global-career-section {
    position: relative;
    padding: 60px 0;
    box-shadow: 0px 4px 160px 0px hwb(0deg 0% 100% / 25%);
}

section.global-career-section .global-head h2 {
    font-size: 30px;
    color: #003050;
    font-weight: 700;
    line-height: normal;
}

section.global-career-section .global-head h2 span {
    display: block;
    font-size: 38px;
}

section.global-career-section .global-head p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

section.global-career-section .global-list h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    border-left: 3px solid #CE0004;
    padding-left: 10px;
}

section.global-career-section .global-list p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-left: 15px;
    margin-bottom: 0;
}

/*global career section ends*/


/*three phases section starts*/
section.three-phase-section {
    padding: 60px 0 0;
    position: relative;
    background: #02406A;
}

section.three-phase-section .heading-one h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

section.three-phase-section .heading-one p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}


section.three-phase-section .three-dvs img {
    height: 55px;
}

section.three-phase-section .rule-one {
    width: 95%;
    height: 12px;
    background: #fff;
    border-radius: 50px;
    margin: 15px 0;
}

section.three-phase-section .opacity-2 {
    opacity: 20%;
}

section.three-phase-section .opacity-4 {
    opacity: 40%;
}

section.three-phase-section .three-dvs h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
}

section.three-phase-section .three-dvs p {
    font-size: 16px;
    color: hsl(0deg 0% 100% / 60%);
    font-weight: 500;
}


/*three phases section ends*/

/*phase wise fee structure section starts*/
section.phase-fee-str-section {
    position: relative;
    padding: 100px 0 80px;
    background: #02406a;
}

section.phase-fee-str-section .fee-structr {
    position: relative;
    padding: 50px;
    background: #000;
    box-shadow: 0px 30px 50px 0px hsl(0deg 0% 0% / 40%);
}


section.phase-fee-str-section .fee-structr:before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 80%;
    height: 20px;
    background: #fff;
    right: 0;
    margin: auto;
}

section.phase-fee-str-section .fee-structr h2 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

section.phase-fee-str-section .fee-structr p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}


section.phase-fee-str-section ul#myTab {
    border: 0;
    justify-content: center;
    background: hsl(0deg 0% 100% / 20%);
    width: 25%;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    margin: auto;
}

section.phase-fee-str-section .nav-tabs .nav-item {
    margin: 0;
    width: 50%;
    text-align: center;
    border: 0 !important;
}

section.phase-fee-str-section .nav-tabs .nav-item .nav-link {
    color: #fff;
    border: 0;
    padding: 10px;
    font-weight: 500;
}

section.phase-fee-str-section .nav-tabs .nav-item.show .nav-link,
section.phase-fee-str-section .nav-tabs .nav-link.active {
    color: #CE0004;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    font-weight: 700;
}

section.phase-fee-str-section .fee-box {
    display: flex;
    width: 100%;
    padding: 15px;
}

section.phase-fee-str-section .fee-img {
    position: relative;
    min-width: 70px;
    height: 50px;
    display: flex;
    padding: 5px;
    /*border-right: 2px solid #fff;*/
    margin-right: 15px;
}

section.phase-fee-str-section .fee-img:after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 30px;
    background: #CE9A20;
    top: 20px;
    transform: translate(0px, -50%);
}

section.phase-fee-str-section .fee-img img {
    height: auto;
    width: 100%;
    margin-right: 15px;
    display: block;
}

section.phase-fee-str-section .fee-text h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    height: 70px;
}

section.phase-fee-str-section .fee-text p {
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    color: #fff;
}


section.phase-fee-str-section .fee-text ul {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

section.phase-fee-str-section .fee-text ul li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

section.phase-fee-str-section .img-box {
    background: #000;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 40px 0px hsl(0deg 0% 0% / 25%);
}

section.phase-fee-str-section .img-box img {
    display: block;
    transform: scale(1.01);
    transition: all ease .3s;
}


section.phase-fee-str-section .img-box:hover img {
    transform: scale(1.2);
    transition: all ease .3s;
}

/*phase wise fee structure section ends*/


/*seven simple section starts*/

section.seven-steps-section {
    position: relative;
    padding: 60px 0;
    background: #02406a;
}

section.seven-steps-section .steps-content h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
}

section.seven-steps-section .steps-cont {
    display: flex;
}

section.seven-steps-section .stp-sb-cont p {
    margin: 0;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    opacity: 0.4;
}

section.seven-steps-section .stp-sb-cont {
    min-width: 35px;
    text-align: left;
    margin-right: 10px;
}

section.seven-steps-section .stp-sb-text h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 7px;
}

section.seven-steps-section .stp-sb-text p {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    line-height: normal;
    margin: 0;
}

section.seven-steps-section hr {
    border-width: 7px;
    opacity: 1;
    border-color: #fff;
    border-radius: 11px;
    margin-top: 0;
}

section.seven-steps-section .btn-apply {
    margin-top: -20px;
}

/*seven simple section ends*/


/*who can apply section starts*/

section.apply-section {
    position: relative;
    background: #fff;
    padding-bottom: 60px;
}

section.apply-section .apply-img h2 {
    font-size: 66px;
    font-weight: 700;
    color: #CE0004;
    line-height: normal;
    margin: 0;
}


section.apply-section ul#myTab {
    border: 0;
    justify-content: center;
    background: hsl(0deg 0% 0% / 20%);
    width: 50%;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    margin-top: 50px;
}

section.apply-section .nav-tabs .nav-item {
    margin: 0;
    width: 50%;
    text-align: center;
    border: 0 !important;
}

section.apply-section .nav-tabs .nav-item .nav-link {
    color: #000;
    border: 0;
    padding: 10px;
    font-weight: 500;
}

section.apply-section .nav-tabs .nav-item.show .nav-link,
section.apply-section .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #CE0004;
    border: 0;
    border-radius: 6px;
    font-weight: 700;
}

section.apply-section .apply-content {
    padding-top: 30px;
}

section.apply-section .content-box h3 {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin-top: 40px;
}

section.apply-section .content-box ul {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    padding-left: 15px;
}

section.apply-section .content-box ul li {
    width: 33.33%;
    padding: 10px 35px 10px 0px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

section.apply-section hr {
    border-width: 7px;
    opacity: 1;
    border-color: #000;
    border-radius: 11px;
    margin-top: 0;
}

section.apply-section .btn-apply {
    margin-top: -20px;
}


/*who can apply section ends*/


/*scholarship section starts*/
section.scholarship-section {
    position: relative;
    padding: 30px 0 0px;
    box-shadow: 0px 4px 160px 0px hwb(0deg 0% 100% / 25%);
}

section.scholarship-section .scholar-dv h2 {
    font-size: 32px;
    font-weight: 700;
    color: #003050;
    text-transform: lowercase;
}

section.scholarship-section .scholar-dv h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 40px;
}

section.scholarship-section .scholar-dv p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 15px;
}

section.scholarship-section .scholar-dv h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

section.scholarship-section .scholar-dv ul {
    padding-left: 20px;
    margin-top: 20px;
}

section.scholarship-section .scholar-dv ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}


/*scholarship section ends*/


/*limited section starts*/

section.limited-section {
    position: relative;
    padding: 80px 0;
    text-align: center;
}

section.limited-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

section.limited-section a {
    font-size: 20px;
    margin-top: 10px;
    border-radius: 60px;
    padding: 10px 65px;
}

section.limited-section a:hover {
    font-size: 20px;
    margin-top: 10px;
    border-radius: 60px;
    padding: 10px 65px;
}


/*limited section ends*/


/*choose program section starts*/
section.program-section {
    position: relative;
    padding: 0px 0 80px;
}

section.program-section h2 {
    font-size: 46px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: normal;
}

section.program-section .prog-content {
    box-shadow: 0px 4px 160px 0px lch(0 0 0 / 0.5);
    padding: 0px 15px;
}

section.program-section .prog-text {
    background: rgb(217 217 217 / 25%);
    padding: 35px;
}

section.program-section .prog-cont {
    background: #fff;
    padding: 35px;
}

section.program-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

section.program-section ul {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

section.program-section ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}


/*choose program section ends*/


/*career section starts*/
section.career-banner {
    position: relative;
    padding: 60px 0 0;
    text-align: center;
}

section.career-banner img {
    position: relative;
    margin-top: -12%;
    display: block;
    z-index: -1;
}

section.career-banner h2 {
    font-size: 52px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

section.career-banner a,
section.career-banner a:hover {
    font-size: 18px;
    padding: 10px 65px;
    border-radius: 80px;
    margin-top: 15px;
}


/*career section ends*/


/*footer starts*/

footer.footer {
    position: relative;
    padding: 20px 0 15px;
    text-align: center;
}

footer.footer .contact-list h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

footer.footer .contact-list a {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    transition: all ease .3s;
}

footer.footer .contact-list a:hover {
    opacity: 0.8;
    text-decoration: none;
}

footer.footer .copyight {
    position: relative;
    border-top: 1px solid #CE0004;
    padding-top: 15px;
    margin-top: 60px;
}

footer.footer .copyight p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

/*footer ends*/


@media (max-width: 1399.98px) {

    section.banner-section .banner-box h3 {
        font-size: 22px;
    }

    section.global-career-section .global-head h2 span {
        font-size: 34px;
    }

    section.seven-steps-section .stp-sb-text h3 {
        font-size: 18px;
    }

    section.apply-section .apply-img h2 {
        font-size: 50px;
    }

    section.program-section h2 {
        font-size: 38px;

    }


}


@media (max-width: 1299.98px) {
    section.banner-section .banner-content-box h2>span {
        font-size: 24px;
    }

    section.banner-section .banner-content-box h2>span span {
        font-size: 46px;
    }

    section.banner-section .banner-box p {
        font-size: 14px;

    }

    section.seven-steps-section .stp-sb-cont {
        min-width: 25px;
        text-align: left;
        margin-right: 5px;
    }

    section.seven-steps-section .stp-sb-cont p {
        font-size: 20px;
    }

    section.seven-steps-section .stp-sb-text h3 {
        font-size: 16px;
    }

    section.seven-steps-section .steps-content .row>div {
        padding: 0 5px;
    }

    section.scholarship-section .scholar-dv h2 {
        font-size: 24px;
    }

    section.scholarship-section .scholar-dv h2 span {
        font-size: 34px;
    }

    section.scholarship-section .scholar-dv p {
        font-size: 14px;
    }

    section.scholarship-section .scholar-dv ul li {
        font-size: 14px;
    }

    footer.footer .contact-list h4 {
        font-size: 20px;
    }

}


@media (max-width: 1199.98px) {

    section.seven-steps-section {
        padding: 60px 0 0;
    }

    section.seven-steps-section .steps-content .row>div {
        padding: 0 20px;
    }

    section.apply-section .apply-img h2 br {
        display: none;
    }

}


@media (max-width: 1099.98px) {
    section.three-phase-section .heading-one h2 {
        font-size: 26px;
    }

    section.three-phase-section .three-dvs h3 {
        font-size: 20px;
    }

    section.three-phase-section .three-dvs p {
        font-size: 14px;
    }

    section.phase-fee-str-section .fee-text h3 {
        font-size: 20px;
        height: auto;
    }

    section.phase-fee-str-section .fee-text ul li {
        font-size: 14px;
    }

    section.career-banner h2 {
        font-size: 40px;
    }

}


@media (max-width: 1023.98px) {}

@media (max-width: 991.98px) {
    section.banner-section .banner-dv {
        padding: 0px 00px 0px;
        background: linear-gradient(90deg, #ffffff 70%, #ffffff 30%);
        margin-bottom: 30px;
    }

    section.banner-section .banner_form_panel {
        margin: 0 auto 30px;
        width: 90%;
    }

    section.phase-fee-str-section .fee-structr {
        padding: 15px;
    }

    section.phase-fee-str-section .fee-box {
        padding: 0;
    }

    section.program-section h2 {
        font-size: 24px;
    }


}

@media (max-width: 767.98px) {

    header.header .logo-n {
        display: none;
    }

    section.banner-section .banner-img {
        border-right: 0;
        flex-wrap: wrap;
    }

    section.banner-section .banner-img {
        height: auto !important;
        margin-top: 15px;
    }

    section.banner-section .banner-img h1 {
        font-size: 22px;
    }

    section.banner-section .banner-img h1 span {
        display: inline-block;
        font-size: 22px;
    }

    section.banner-section .banner-content,
    section.banner-section .banner-content>div {
        height: auto;
    }

    section.banner-section .banner-content-box {
        padding: 15px 25px;
        border-left: 0;
    }

    section.banner-section .banner-content-box h2>span span {
        font-size: 24px;
        display: inline-block;
    }

    section.banner-section .banner-content-box h3 {
        font-size: 16px;
    }

    section.banner-section .banner-box h3 {
        font-size: 18px;
    }

    section.course-section .course-content h2 {
        font-size: 26px;
        font-weight: 700;
    }

    section.course-section p {
        font-size: 16px;
    }

    section.phase-fee-str-section .fee-structr h2 {
        font-size: 24px;
    }

    section.phase-fee-str-section .fee-structr p {
        font-size: 14px;
    }

    section.phase-fee-str-section ul#myTab {
        width: 100%;
    }

    section.phase-fee-str-section .fee-structr {
        width: 90%;
        margin: auto;
    }

    section.phase-fee-str-section {
        padding: 80px 0 40px;
    }

    section.seven-steps-section .steps-content h2 {
        font-size: 24px;
    }

    section.apply-section .apply-img h2 {
        font-size: 36px;
    }

    section.apply-section .btn-apply {
        margin-top: 0;
    }

    section.apply-section ul#myTab {
        width: 100%;
    }

    section.apply-section .content-box h3 {
        margin-top: 20px;
        font-size: 20px;
    }

    section.apply-section .content-box ul li {
        width: 100%;
        padding: 0px 0 5px 0px;
    }

    section.limited-section h2 {
        font-size: 20px;

    }

    section.limited-section {
        padding: 80px 0 40px;
    }

    section.program-section h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    section.program-section .prog-cont,
    section.program-section .prog-text {
        padding: 15px;
    }

    section.program-section ul li {
        font-size: 14px;
        margin-bottom: 0;
    }

    section.program-section img {
        border-bottom: 10px solid #000;
    }

    section.program-section {
        position: relative;
        padding: 0px 0 0px;
    }

    section.career-banner h2 {
        font-size: 22px;
    }

    footer.footer .contact-list h4 {
        font-size: 20px;
        margin-top: 30px;
        border-top: 2px solid #000;
        padding-top: 20px;
    }

    footer.footer .copyight {
        margin-top: 30px;
    }

    section.career-banner a,
    section.career-banner a:hover,
    section.limited-section a,
    section.limited-section a:hover {
        font-size: 16px;
        padding: 10px 10px;
        margin-top: 15px;
        display: block;
    }


}





/* call button start  */

.CallButton {
    position: fixed;
    bottom: 95px;
    z-index: 99;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #CE0004;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */
.fade.show {
    opacity: 1;
}

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 99;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
    color: #fff;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */






/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100%;
    padding: 20px 10px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    box-shadow: 0 10px 44px 0px #0000005c;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.banner_form_sec h2 {
    font-size: 24px !important;
    text-align: center;
    margin: 10px 0 20px;
}
.banner_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}
.banner_form_sec #mobile_number {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}

.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}

.register-panel .form-group.agrCheck .checkText {
    color: #000;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}



.btn-style-one,
.btn-style-one:hover {
    background: linear-gradient(45deg, #294FA7, #294FA7);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #294FA7;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}

.btn-style-five,
.btn-style-five:hover {
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #fff;
    color: #294FA7;
    border: 1px solid #294FA7;
}
.loginwithotpbtn,
.loginwithotpbtn:hover {
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}
#loginregister {
    box-shadow: none !important;
}
form#dataFormRegistration {
    display: block !important;
}
@media (max-width:767.98px) {

form#dataFormRegistration .btn-style-one, 
form#dataFormRegistration .btn-style-one:hover {
    background: linear-gradient(45deg, #294FA7, #294FA7);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #294FA7;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    display: block;
    width: 100%;
    position: relative;
    top: 15px;
}
form#dataFormRegistration .form-opt.mt-3 {
    margin-top: 0px !important;
}

}







/* Form Css Ends */