body,
html {
    font-family: sans-serif;
    scroll-behavior: smooth;
    transition: all ease .3s;
}


.color-red {
    color: #BF0015;
}

.btn-style-two {
    font-size: 16px;
    padding: 10px 70px;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    font-weight: 700;
    transition: all ease .3s;
}

.btn-style-two:hover {
    background: #000;
    color: #fff;
    transition: all ease .3s;
}


/*header section starts*/
header.main-header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 60px 0 20px;
}

header.main-header .btn.btn-style-one {
    display: block;
    padding: 10px;
    background: lch(0 0 0 / 0.40);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid lch(100 0 0 / 0.5);
    border-radius: 10px;
}


@media screen and (max-width: 767px) {
    header.main-header .logo {
        padding: 0 20px;
    }


}


/*header section ends*/

/*hero section starts*/
section.banner-section {
    position: relative;
    padding: 30px 20px;
    background: #000;
}

section.banner-section .container-fluid {
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center;
    padding: 110px 30px 30px;
    border-radius: 30px;
}

section.banner-section .banner-cont h1 {
    color: #fff;
    margin-left: 25px;
    margin-bottom: 20px;
    margin-top: 120px;
}

section.banner-section .banner-cont h1 .fz-one {
    display: block;
    font-size: 36px;
}

section.banner-section .banner-cont h1 .fz-two {
    font-size: 48px;
    position: relative;
}

section.banner-section .banner-cont h1 .fz-two:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 6px;
    height: 90%;
    background: #F3E030;
    transform: translate(0px, -50%);
}

section.banner-section .banner-cont h1 .fz-three {
    margin-top: 25px;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    position: relative;
    display: block;
}

section.banner-section .banner-cont h1 .fz-three span {
    font-weight: 900;
    position: relative;
}


section.banner-section .banner-cont h1 .fz-three:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 6px;
    height: 90%;
    background: #F3E030;
    transform: translate(0px, -50%);
}

section.banner-section .text-one h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

section.banner-section .text-one span.fz-two span {
    display: block;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    section.banner-section .banner-cont h1 {
        margin-top: 0;
        margin-left: 10px;
    }

    section.banner-section .banner-cont h1 .fz-one {
        font-size: 26px;
    }

    section.banner-section .banner-cont h1 .fz-two {
        font-size: 30px;
        position: relative;
        line-height: normal;
        display: block;
    }

    section.banner-section .banner-cont h1 .fz-two br {
        display: none;
    }

    section.banner-section .banner-cont h1 .fz-three {
        font-size: 18px;
    }

    section.banner-section .container-fluid {
        padding: 110px 20px 30px;
        background-position: left;
    }


}


/*hero section ends*/


/*nav list section starts*/
section.nav-list-section {
    position: sticky;
    padding: 15px 25px 15px;
    background: #D9D9D9;
    top: 0;
    z-index: 99;
}

section.nav-list-section .container-fluid {
    background: #000;
    padding: 20px;
    border-radius: 15px;
}

section.nav-list-section ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.nav-list-section ul li {
    padding: 0 15px;
    border-right: 1px solid #ffffff96;
}

section.nav-list-section ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none !important;

}

section.nav-list-section ul li a:hover {
    opacity: 0.7;
    text-decoration: none !important;

}

section.nav-list-section ul li:last-child {
    border: 0;
}

@media screen and (max-width: 767px) {

    section.nav-list-section {
        padding: 10px 5px 10px;
    }

    section.nav-list-section ul li a {
        color: #fff;
        font-size: 13px;
    }

    section.nav-list-section ul li {
        /*width: 25%;*/
        padding: 0px 5px;
        /*border: 1px solid #ffffff96;*/
        border-top: 0px;
        border-left: 0;
    }

    section.nav-list-section ul {
        /*flex-wrap: wrap;*/
    }

    /*section.nav-list-section ul li:nth-child(2) {
    border-right: 0px;
}
section.nav-list-section ul li:nth-child(3) {
    border-bottom: 0px;
}
*/
    section.nav-list-section .container-fluid {
        padding: 10px 10px;
    }


}

/*nav list section ends*/


/*top uni section starts*/
section.top-uni-section {
    padding: 60px 0;
    position: relative;
    background: #D9D9D9;
}

section.top-uni-section h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: lch(0 0 0 / 0.6);
}

@media screen and (max-width: 767px) {

    section.top-uni-section h2 {
        font-size: 24px;
    }

    section.top-uni-section h2 span {
        display: block;
    }

}

/*top uni section ends*/


/*approval section starts*/

section.approval-section {
    position: relative;
    padding: 0px 0px 80px;
    background: #d9d9d9;
    overflow: visible;
}

section.approval-section .container {
    background: #000;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0px 4px 70px 0px lch(0 0 0 / 0.4);
}

section.approval-section h2 {
    font-size: 38px;
    text-align: right;
    font-weight: 700;
    color: #fff;
}

section.approval-section p {
    font-size: 16px;
    color: #fff;
    text-align: right;
    opacity: 0.6;
}

section.approval-section .appr-cont {
    padding: 20px;
    border-right: 5px solid #ff0000;
}


@media screen and (max-width: 767px) {

    section.approval-section .appr-cont {
        border-bottom: 5px solid #ff0000;
        border-right: 0;
        padding: 0;
    }

    section.approval-section h2 {
        font-size: 26px;
        text-align: center;
    }

    section.approval-section p {
        text-align: center;
    }

    section.approval-section {
        padding: 0px 15px 60px;
    }

}

/*approval section ends*/


/*Government Collaborations section starts*/

section.collab-section {
    position: relative;
    padding: 0px 0 60px;
    background: #d9d9d9;
}

section.collab-section img {
    box-shadow: 0px 4px 20px 0px #0000007a;
    border-radius: 10px;
}

section.collab-section h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

section.collab-section h2 .fz-one {
    display: block;
    font-size: 26px;
    opacity: 0.7;
}

section.collab-section p {
    font-size: 18px;
    text-align: center;
    color: #0000007d;
}

@media screen and (max-width: 767px) {

    section.collab-section h2 {
        font-size: 26px;
    }

    section.collab-section h2 .fz-one {
        font-size: 24px;
    }

    section.collab-section p {
        font-size: 16px;
    }

}


/*Government Collaborations section ends*/


/*course section starts*/
section.courses-section {
    position: relative;
    padding: 60px 0;
    background: #000;
    background-image: url(../images/bg-002.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

section.courses-section .course-head h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}


section.courses-section .course-head h2 .fz-one {
    display: block;
    background: #BF0015;
    padding: 6px 10px;
    margin: 10px 0;
    width: fit-content;
}

section.courses-section .course-head h2 .op-ft {
    opacity: 0.7;
}

section.courses-section .course-heade h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.courses-section .course-heade h3 .fz-one {
    font-size: 20px;
    text-align: right;
    color: #fff;
    opacity: 0.6;
    font-weight: 700;
}


section.courses-section .course-heade h3 .fz-three {
    font-size: 20px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
    font-weight: 700;
}

section.courses-section .course-heade h3 .fz-two {
    width: 65px;
    margin: 0 10px;
}

section.courses-section .course-details .card {
    background: #fff;
    border-radius: 15px;
    border: 5px solid #ccc;
    padding: 20px;
}

section.courses-section .cours-box h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

section.courses-section .cours-box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

section.courses-section .cours-box h5 {
    font-size: 18px;
    margin-top: 15px;
    color: #1a1919;
    margin-left: 15px;
}

section.courses-section .cours-box h5 i {
    color: #bf0015;
}

section.courses-section .cours-box ul li {
    font-size: 18px;
    margin-top: 15px;
    color: #1a1919;
}

section.courses-section .cours-box ul li i {
    color: #bf0015;
}

section.courses-section .course-list {
    background: #171717;
    border: 5px solid #414141;
    border-radius: 16px;
    padding: 20px 15px;
    position: relative;
}

section.courses-section .course-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}

section.courses-section .cours-box ul {
    margin-left: 35px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    text-indent: -10px;
}


section.courses-section .cours-box .c-button--red:hover {
    background: #000;
    color: #fff;
}


section.courses-section .nav-tabs .nav-link:focus,
section.courses-section .nav-tabs .nav-link:hover {
    border-color: #171717 #171717 #171717;
}

section.courses-section .nav-tabs .nav-link {
    color: #fff;
    opacity: 0.5;
    border: 0 !important;
    position: relative;
    padding: 0 15px;
    margin-bottom: 10px;
    font-weight: 700;
    width: 100%;
}

section.courses-section .nav-tabs .nav-link span {
    display: inline-block;
    font-weight: 300;
}

section.courses-section .nav-tabs .nav-item.show .nav-link,
section.courses-section .nav-tabs .nav-link.active {
    background: transparent;
    opacity: 1;
    color: #fff;
}

section.courses-section .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #bf0015;
}


section.courses-section .nav-tabs {
    display: none;
}

@media(min-width:768px) {
    section.courses-section .nav-tabs {
        display: block;
    }

    section.courses-section .card {
        border: none;
    }

    section.courses-section .card .card-header {
        display: none;
    }

    section.courses-section .card .collapse {
        display: block;
    }
}

@media(max-width:767px) {
    section.courses-section .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
        padding: 0;
        border-radius: 10px;
        border-width: 2px;
        margin-bottom: 10px;
    }

    section.courses-section .course-list {
        display: none;
    }

    section.courses-section .cours-box h3 {
        font-size: 24px;
    }

    section.courses-section .cours-box h4 {
        font-size: 20px;
    }

    section.courses-section .cours-box h5,
    section.courses-section .cours-box ul li {
        font-size: 16px;
    }

    section.courses-section .card-header h5 a {
        font-size: 17px;
        color: #000;
        font-weight: 700;
        text-decoration: none !important;
        position: relative;
        display: block;
    }

    section.courses-section .course-heade h3 {
        margin-top: 10px;
    }

    section.courses-section .card-header h5 a span {
        display: block;
    }

    section.courses-section .course-head h2 {
        font-size: 24px;
    }

    section.courses-section .course-heade h3 .fz-two {
        width: 60px;
        margin: 0 8px;
    }

    section.courses-section .course-heade h3 .fz-one,
    section.courses-section .course-heade h3 .fz-three {
        font-size: 16px;
    }

    section.courses-section .card-header h5 a i {
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translate(0px, -50%) rotate(-90deg);
        transition: all ease .3s;
        color: #bf0015;
    }

    section.courses-section .course-details .card-header {
        padding: 10px 26px 10px 10px;
    }

    section.courses-section .card-header h5 a.collapsed i {
        transform: translate(0px, -50%) rotate(90deg);
        transition: all ease .3s;
    }


    section.courses-section .course-details {
        margin-top: 20px;
    }


}

/*course section ends*/


/*career section starts*/
section.career-section {
    position: relative;
    padding: 60px 0 60px;
    background: #d9d9d9;
}

section.career-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

section.career-section .career-dv h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0000009c;
}

section.career-section .career-dv p {
    font-size: 20px;
    line-height: normal;
    opacity: 0.7;
}

section.career-section .career-cont .row>div {
    border-right: 1px solid #000;
}

section.career-section .career-cont .row>div:last-child {
    border-right: 0px solid #000;
}

section.career-section .car-img img {
    box-shadow: 0px 0px 30px 0px #00000069;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    section.career-section {
        overflow: hidden;
    }

    section.career-section h2 {
        font-size: 26px;
    }

    section.career-section .career-dv p {
        font-size: 16px;

    }

    section.career-section .flickity-viewport {
        overflow: visible;
    }


}

/*career section ends*/


/*nextgen section starts*/
section.nextgen-section {
    position: relative;
    padding: 60px 0;
    background-color: #000;
    background-image: url(../images/bg-001.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.nextgen-section .nextgen-head h2 {
    position: relative;
    font-size: 58px;
    color: #FFF;
    font-weight: 300;
}

section.nextgen-section .nextgen-head h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 250px;
    height: 2px;
    background: #BF0015;
}

section.nextgen-section .next-dv h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-top: 50px;
}

section.nextgen-section .next-dv h3 span {
    display: block;
    font-weight: 300;
    font-size: 22px;
}

section.nextgen-section .next-dv p {
    font-size: 16px;
    color: #ffffffab;
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    section.nextgen-section .nextgen-head h2 {
        font-size: 28px;
    }

    section.nextgen-section .next-dv h3 {
        font-size: 30px;
        margin-top: 30px;
    }

    section.nextgen-section .next-dv p {
        margin-top: 15px;
    }

    section.nextgen-section:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000b3;
    }

}

/*nextgen section ends*/

/*nextgen course section starts*/
section.nexten-courses {
    background: #000;
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}

section.nexten-courses h2 {
    font-size: 56px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

section.nexten-courses h2 span {
    font-weight: 700;
}

section.nexten-courses .nxtcour-dv {
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 15px;
}

section.nexten-courses .nxtcour-dv h3 {
    font-size: 24px;
    color: #bf0015;
    font-weight: 700;
    margin-top: 15px;
}

section.nexten-courses .nxtcour-dv ul {
    list-style: none;
    padding: 0;
    margin-left: 20px;
    text-indent: -10px;
}

section.nexten-courses .nxtcour-dv ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

section.nexten-courses .nxtcour-dv ul li i {
    color: #bf0015;
}


@media screen and (max-width: 767px) {
    section.nexten-courses h2 {
        font-size: 38px;
    }

    section.nexten-courses h2 span {
        display: block;
    }

}

/*nextgen course section ends*/


/*nextgen vgu section starts*/
section.nextgenvgu-section {
    position: relative;
    padding: 60px 0;
    background: #000;
}

section.nextgenvgu-section h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

section.nextgenvgu-section h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 2px;
    background: #bf0015;
    width: 220px;
    margin: auto;
}

section.nextgenvgu-section .container-fluid {
    background: #252525;
    margin-top: 60px;
    border-radius: 20px;
    padding: 30px;
}

section.nextgenvgu-section .netxgen-cont h3 {
    font-size: 18px;
    color: #fff;
    margin-left: 30px;
}

section.nextgenvgu-section .netxgen-cont p {
    font-size: 14px;
    color: #ffffffab;
    margin-left: 30px;
    position: relative;
}

section.nextgenvgu-section .netxgen-cont p:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #CE0004;
}

@media screen and (max-width: 767px) {
    section.nextgenvgu-section {
        padding: 60px 20px;
    }

    section.nextgenvgu-section h2 {
        font-size: 24px;
    }

    section.nextgenvgu-section .container-fluid {
        padding: 10px;
    }

    section.nextgenvgu-section .netxgen-cont h3 {
        font-size: 20px;
        margin-left: 15px;
    }

    section.nextgenvgu-section .netxgen-cont p {
        margin-left: 15px;
    }

    section.nextgenvgu-section .netxgen-cont p:before {
        left: -10px;
    }

    section.nextgenvgu-section .flickity-prev-next-button,
    section.nextgenvgu-section .flickity-prev-next-button {
        display: none;
    }

    section.nextgenvgu-section .flickity-page-dots .dot {
        background: #ffffff;
    }

    section.nextgenvgu-section .flickity-page-dots {
        bottom: -50px;
    }

}


/*nextgen vgu section ends*/


/*nextgen industry section starts*/
section.industry-ection {
    position: relative;
    padding: 10px 0 60px;
    background: #000;
}

section.industry-ection h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}

section.industry-ection h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 200px;
    height: 2px;
    background: #CE0004;
    margin: auto;
}

@media screen and (max-width: 767px) {

    section.industry-ection h2 {
        font-size: 26px;
    }


}

/*nextgen industry section ends*/


/*placement section starts*/
section.placement-section {
    position: relative;
    padding: 0px 0 60px;
    background: #000;
}


section.placement-section h2 {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-bottom: 35px;
}

section.placement-section h2 span {
    display: block;
    font-size: 26px;
    font-weight: 300;
    opacity: 0.7;
}

section.placement-section h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    width: 250px;
    height: 2px;
    background: #CE0004;
    margin: auto;
}

section.placement-section p {
    font-size: 18px;
    text-align: center;
    color: #ffffffa3;
    margin-top: 50px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    section.placement-section h2 {
        font-size: 28px;
    }

    section.placement-section p {
        font-size: 16px;
        margin-top: 30px;
    }

    section.placement-section h2 span {
        font-size: 18px;
    }

    section.placement-section h2:after {
        bottom: -15px;
    }


}

/*placement section ends*/


/*facelity section starts*/
section.facelity-section {
    position: relative;
    padding: 60px 0;
    background: #D9D9D9;
}

section.facelity-section h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}

section.facelity-section h2 .fz-one {
    display: block;
    font-size: 26px;
}

@media screen and (max-width: 767px) {
    section.facelity-section h2 {
        font-size: 26px;
    }

    section.facelity-section h2 .fz-one {
        display: unset;
    }

}

/*facelity section ends*/


/*apply section starts*/
section.apply-section {
    position: relative;
    background: #d9d9d9;
    padding: 60px 0;
}


section.apply-section .container {
    background: #000;
    border-radius: 30px;
}

section.apply-section .container img {
    margin-top: -100px;
    display: block;
}

section.apply-section h2 {
    font-size: 32px;
    color: #fff;
    margin-top: 50px;
    margin-left: 30px;
}

section.apply-section .applybtn {
    position: absolute;
    bottom: -20px;
    text-align: center;
    left: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    section.apply-section {
        padding: 0px 20px 30px;
    }

    section.apply-section .container img {
        display: block;
        width: 70%;
        margin: auto;
    }

    section.apply-section h2 {
        font-size: 26px;
        margin-left: 0;
        text-align: center;
    }

}

/*apply section ends*/


/*footer starts */

footer.footer {
    position: relative;
    background: #d9d9d9;
    padding: 60px 0 15px;
}

footer.footer .left-side img {
    width: 300px;
    display: block;
    margin-bottom: 30px;
}

footer.footer .left-side h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

footer.footer .left-side p {
    font-size: 18px;
    color: #000;
}

footer.footer .right-side h3 span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

footer.footer .right-side {
    text-align: right;
    margin-top: 30px;
}

footer.footer .right-side h3 a {
    font-size: 36px;
    color: #000;
    opacity: 0.6;
    text-decoration: none;
    transition: all ease .3s;
}

footer.footer .right-side h3 a:hover {
    opacity: 1;
    text-decoration: none;
    transition: all ease .3s;
}

footer.footer .right-side h4 {
    font-size: 26px;
    color: #000;
    margin-top: 50px;
}

footer.footer .right-side h4 a {
    color: #000;
    opacity: 0.6;
    transition: all ease .3s;
}

footer.footer .right-side h4 a:hover {
    opacity: 1;
    text-decoration: none;
}

footer.footer .copyright {
    text-align: center;
}

footer.footer .copyright hr {
    opacity: 1;
    border: 1px solid #000;
}

footer.footer .copyright p {
    font-size: 16px;
    color: #000;
    margin: 0;
}

@media screen and (max-width: 767px) {
    footer.footer {
        padding: 20px 0 15px;
    }

    footer.footer .left-side img {
        margin-bottom: 5px;
    }

    footer.footer .right-side {
        margin-top: 0;
        text-align: left;
    }

    footer.footer .right-side h4 {
        margin-top: 0px;
    }

}

/*footer ends*/


/*form css starts*/

section.banner-section .ctplqryformbtn {
    width: 100%;
    background: #c10004;
    border-color: #c10004;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all ease .3s;
}

section.banner-section .banner-form {
    background: #fff;
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 20px 15px;
}

section.banner-section .ctplqryformbtn:hover {
    width: 100%;
    background: #c10004;
    border-color: #c10004;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.9;
}

section.banner-section .banner-form h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

section.banner-section .form-group input,
section.banner-section .form-group select {
    height: 38px;
    border-radius: 6px;
}

section.banner-section .phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 38px !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

section.banner-section .phonewithcountrycode .ctplqryforminput {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

section.banner-section .form-flex>div {
    margin-bottom: 10px !important;
}

section.banner-section .form-flex>div div {
    margin-bottom: 0 !important;
}

section.banner-section .register-panel .form-group.agrCheck .form-control {
    width: 20px;
    height: 20px;
}

section.banner-section .register-panel .form-group.agrCheck .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #bf0015;
    color: white;
}

@media screen and (max-width: 767px) {
    section.banner-section .banner-form {
        padding: 20px 0px;
    }


}


/*form css ends*/


.c-button {
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    padding: 15px 70px;
    margin: 0;
    vertical-align: middle;
    overflow: visible;
    color: #fff;
    font: inherit;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    background: transparent;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*box-shadow: 2px 2px 0 0 #383e46;*/
    transition: all 0.2s ease;
}

.c-button:hover,
.c-button:focus {
    outline: 0;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}


.c-button--red {
    background: #BF0015;

}

.c-button--red:hover {
    background: #fff;
    color: #000;
}

.c-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.c-ripple__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.c-ripple.is-active .c-ripple__circle {
    -webkit-animation: a-ripple 0.4s ease-in;
    animation: a-ripple 0.4s ease-in;
}

/**
 * Animation: Ripple
 * --------------------------------------------------
 */
@-webkit-keyframes a-ripple {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

@keyframes a-ripple {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}





/* form css starts */

section.banner-section .banner_form_panel {
    height: auto;
    background: #fff;
    border: 5px solid #fff;
    padding: 20px;
    box-shadow: 0px 0px 70px 0px #00000033;
}
section.banner-section .banner_form_panel h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
section.banner-section .ctpl-input-container {
    width: 100%;
    margin-top: 10px;
}
section.banner-section .ctpl-phone-input-group {
    background: #fff;
}
section.banner-section .ctpl-input,
section.banner-section .search-select-input,
section.banner-section .ctpl-selected-country {   
    background-color: #fff;
    height: 38px;
}
section.banner-section .ctpl-submit-btn {
    background: #ce0004;
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #ce0004;
    transform: scale(1);
    transition: all ease .3s
}
section.banner-section .ctpl-submit-btn:hover {
    background: #ce0004;
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #ce0004;
    transform: scale(0.9);
}
section.banner-section .banner_form_panel label {
    color: #000 !important;
    margin-bottom: 5px;
}

/* form css end */
