@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    box-sizing: border-box;
    overflow-x: inherit;
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

:root {
  --dark: #343a40;

  --testimonial-height: 380px;   /* Change this to make the card smaller/larger */
  --testimonial-video-height: 300px;         /* Change this to make the video shorter/taller */
}

* {
    font-family: 'Montserrat';
}

.orange_color {
    color: #DC9127;
}

.orange_back {
    background: #DC9127;
}

.blue_color {
    color: #0C315C;
}

.blue_back {
    background: #0C315C;
}




/* banner section start  */

.banner_section{
    background-image:url('https://neit-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Neit/images/banner_section.png');
    background-size:cover;
    background-position:right center;
    background-repeat: no-repeat;
    height:auto;
}
.banner_section .navbar .navbar-brand img{
    width:50%;
}
.banner_section .banner_content{
    padding:5% 5% 3% 5%;
}
.banner_section .banner_content h1{
    font-size:20px;
    line-height:40px;
    text-transform: uppercase;
}
.banner_section .banner_content h1 span{
    background:#0C315C;
    color:#fff;
    padding:1% 2%;
}
.banner_section .banner_content h1 b{
    font-size:30px;
}
.banner_section .banner_content h2{
    font-size:20px;
}
.banner_section .banner_content .ranked_box{
    background:#DC9127;
    padding:1% 4% 1% 2%;
    width:fit-content;
    margin:5% 0%;
}
.banner_section .banner_content h3{
    font-size:25px;
}
.banner_section .banner_content h3 span{
    font-size:18px;
    color:rgba(0,0,0,0.7);
}
.banner_section .banner_content h5{
    margin-top:5%;
    font-size:14px;
    color:rgba(0,0,0,0.7);
}
.banner_section .banner_content .banner_form{
    background:#fff;
    padding:5%;
    border-radius:10px;
}
@media (min-width:320px) and (max-width:480px){
    .banner_section .navbar .navbar-brand img{
        width: 100%;
    }
    .banner_section .banner_content h1 b {
        font-size: 18px;
    }
    .banner_section .banner_content h1 {
        line-height: 30px;
    }
    .banner_section .banner_content h2 {
        font-size: 15px;
        font-weight:600;
    }
    .banner_section {
        background-position: left center;
    }
    .banner_section .banner_content .ranked_box{
        margin:0% 0% 5% 0%;
        width:100%;
    }
    .banner_section .banner_content h5{
        font-size: 10px;
        font-weight: 600;
        color: rgba(0, 0, 0, 1);
    }
}

/* banner section end */

/* top institute section start */

.topInstitute{
    text-align:center;
    padding:4% 0%;
}
.topInstitute h2{
    font-size:25px;
    font-weight:bold;
}
.topInstitute h5{
    font-weight:400;
    color:rgba(0,0,0,0.9);
}
.topInstitute p{
    font-size:14px;
    margin-top:2%;
    font-weight:500;
}
@media (min-width:320px) and (max-width:480px){
    .topInstitute h2 {
        font-size: 20px;
    }
    .topInstitute {
        padding: 4%;
    }
    .topInstitute h5 {
        font-weight: 600;
        font-size: 16px;
    }
}

/* top institute section end */

/* approvals section start  */

.approval-section{
    padding:60px 0;
    background:#f6f6f6;
}
.approval-section .approval-title{
    font-weight:700;
    font-size:30px;
}
.approval-section .approval-desc{
    color:rgba(0,0,0,0.7);
    margin-top:15px;
    font-size:13px;
}
.approval-section .approval-badge-box{
    background:#DDEAFF;
    padding:20px 30px;
    border-radius:12px;
    box-shadow:0px 0px 20px rgba(0,0,0,0.4);
}
.approval-section .badge-item{
    display:flex;
    align-items:center;
    gap:12px;
}
.approval-section .badge-item img{
    width:55px;
}
.approval-section .badge-item p{
    margin:0;
    font-size:14px;
}
.approval-section .divider{
    width:1px;
    height:50px;
    background:#8aa0bf;
}
.approval-section .feature-row{
    margin-top:40px;
}
.approval-section .feature-box{
    padding:20px;
}
.approval-section .feature-icon{
    width:35px;
    margin-bottom:15px;
}
.approval-section .feature-box h6{
    font-weight:600;
}
.approval-section .feature-box h6 span{
    color:#004c9c;
}
.approval-section .feature-box p{
    font-size:11px;
    color:#000;
    margin-top:8px;
}
@media(max-width:991px){
    .approval-section .approval-badge-box{
        justify-content:center;
        text-align:center;
    }
    .approval-section .divider{
        display:none;
    }
    .approval-section .badge-item {
        width: 100%;
        justify-content: start;
        margin-bottom: 20px;
    }
    .approval-section .approval-title {
        font-size: 25px;
        text-align: center;
    }
    .approval-section .approval-desc {
        font-size: 15px;
        text-align: center;
    }
    .approval-section .badge-item p {
        text-align: left;
    }
}

@media(max-width:767px){
    .approval-section .feature-box{
        border-left:none !important;
        text-align:center;
    }
}


/* approvals section end  */

/* engineering courses section start */

.engineering-section{
    background-image:url('https://neit-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Neit/images/program_back.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    padding:60px 0;
}
.engineering-section .main-heading{
    font-weight:700;
    font-size:25px;
}
.engineering-section .main-heading span{
    color:#d48c2d;
}
.engineering-section .sub-heading{
    font-size:20px;
    margin-top:10px;
}
.engineering-section hr{
    border-top:1px solid #DC9127;
}
.engineering-section .desc-text{
    color:#000;
    font-size:14px;
    margin-bottom:40px;
}
.engineering-section .program-title{
    text-align:left;
    color:#666;
    margin-bottom:30px;
}
.engineering-section .program-title strong{
    font-size:26px;
    color:#000;
}
.engineering-section .program-card{
    background:#fff;
    border-radius:10px;
    padding:15px 20px;
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
    box-shadow:0 3px 10px rgba(0,0,0,0.08);
}
.engineering-section .program-card strong{
    font-size:22px;
    min-width:60px;
}
.engineering-section .program-card span{
    font-size:15px;
    text-align:left;
    font-weight:bold;
}
.engineering-section .student-img img{
    max-height:380px;
}


.engineering-section .placement-section{
    padding:4%;
    background:#f2f2f2;
    margin-top:4%;
}
.engineering-section .placement-heading{
    font-weight:700;
    font-size:30px;
    text-transform: uppercase;
}
.engineering-section .placement-heading span{
    color:#d48c2d;
}
.engineering-section .placement-sub{
    color:#000;
    margin-top:10px;
    margin-bottom:50px;
    font-size:12px;
}
.engineering-section .placement-card{
    background:linear-gradient(135deg,#efe0c5,#dcbc88);
    padding:35px;
    text-align:left;
    height:100%;
}
.engineering-section .placement-card h4{
    font-weight:700;
    font-size:18px;
}
.engineering-section .placement-card .line{
    width:120px;
    height:2px;
    background:#e39c2a;
    margin:15px 0 20px;
}
.engineering-section .placement-card ul{
    padding-left:0;
    list-style:none;
}
.engineering-section .placement-card ul li{
    position:relative;
    padding-left:20px;
    margin-bottom:15px;
    font-size:14px;
    color:#222;
}
.engineering-section .placement-card ul li::before{
    content:"";
    width:8px;
    height:8px;
    background:#e39c2a;
    position:absolute;
    left:0;
    top:6px;
}


@media(max-width:991px){
    .engineering-section .program-wrapper{
        text-align:center;
    }
    .engineering-section .program-title{
        text-align:center;
    }
    .engineering-section .left-programs{
        order:2;
        margin-top:30px;
    }
    .engineering-section .student-img{
        order:1;
        margin-bottom:20px;
    }
    .engineering-section .right-programs{
        order:3;
        margin-top:10px;
    }
    .engineering-section .placement-card{
        margin-bottom:30px;
    }
    .engineering-section .placement-heading {
        font-size: 19px;
    }
    .engineering-section .placement-sub {
        margin-bottom: 25px;
    }
}


/* engineering courses section end */

/* our collaborations section start */

.aws-section{
    padding:60px 15px;
    background:#f5f5f5;
}
.aws-section .aws-wrapper{
    background-image:url('https://neit-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Neit/images/COLLABORATION_back.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    color:#fff;
    padding:50px 40px;
    border-radius:20px;
    position:relative;
    overflow:hidden;
}
.aws-section .aws-heading{
    font-weight:700;
    font-size:28px;
}
.aws-section .aws-logo{
    font-weight:500;
    opacity:0.9;
}
.aws-section .aws-logo small{
    font-size:14px;
}
.aws-section .aws-line{
    width:320px;
    height:2px;
    background:#9fb8d9;
    margin:15px auto;
}
.aws-section .aws-sub{
    font-weight:600;
    letter-spacing:1px;
}
.aws-section .aws-desc{
    opacity:0.85;
    margin-bottom:40px;
}
.aws-section .aws-features{
    align-items:center;
    margin-bottom:30px;
}
.aws-section .feature-item{
    text-align:center;
    position:relative;
    padding:15px;
}
.aws-section .feature-item i{
    font-size:28px;
    color:#ffb52e;
    margin-bottom:10px;
}
.aws-section .feature-item h6{
    font-size:15px;
    line-height:1.4;
}
.aws-section .border-dotted{
    border-left:2px dotted rgba(255,255,255,0.4);
}
.aws-section .aws-bottom{
    max-width:750px;
    margin:auto;
    opacity:0.85;
    font-size:14px;
}
@media(max-width:768px){
    .aws-section .border-dotted{
        border-left:none;
        border-top:2px dotted rgba(255,255,255,0.4);
        margin-top:20px;
        padding-top:20px;
    }
    .aws-section .aws-wrapper{
        padding:40px 20px;
    }
    .aws-section {
        padding: 20px 15px;
    }
    .aws-section .aws-heading {
        font-size: 22px;
    }
}


/* our collaborations section end */

/* our placement section start  */

.placement-section{
    background: #f5f5f5;
}

.placement-section .partner-logos img{
    max-height: 60px;
    margin: 20px;
    /* filter: grayscale(100%);
    transition: 0.3s; */
}
@media (min-width:320px) and (max-width:480px){
    .placement-section h2{
        font-size:25px;
    }
}

/* our placement section end */

/* campus life section start  */

.campus-life{
    background:#EEF9FF;
}
.campus-life .campus-images{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
    margin-bottom:40px;
}
.campus-life .img-box{
    width:120px;
    border-radius:12px;
}
.campus-life .img-box img{
    border-radius:15px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.4);
}
.campus-life p{
    font-weight:400;
}
.campus-life p .small{
    font-size:13px;
    font-weight:600;
}
.campus-life .campus-content{
    margin-top:-10%;
}
@media(max-width:768px){
    .campus-life .img-box{
        width:90px;
    }
    .campus-life .img-box{ height:120px; }
    .campus-life .img-box{ height:140px; }
    .campus-life .img-box{ height:160px; }

    .campus-life .campus-content {
        margin-top: 40%;
    }
}


/* campus life section end */

/* best emerging section start  */

.neit-section {
    background: #FFF6E9;
    padding: 80px 0;
    font-family: 'Segoe UI', sans-serif;
}
.neit-section .neit-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
}
.neit-section .neit-title span {
    color: #0d2c54;
}
.neit-section .feature-item {
    font-size: 18px;
    margin: 35px 0;
    max-width: 300px;
    font-weight:600;
}
.neit-section .left-content .feature-item {
    margin-left: auto;
}
.neit-section .right-content .feature-item {
    margin-right: auto;
}
.neit-section .center-image img {
    max-height: 420px;
}
.neit-section .bottom-line {
    font-size: 18px;
    letter-spacing: 0.5px;
}
.neit-section .industry-btn {
    display: inline-block;
    background: #f4a51c;
    padding: 12px 30px;
    font-weight: 700;
    margin-top: 5px;
    margin-left:300px;
}
@media (max-width: 991px) {
    .neit-section .feature-item {
        max-width: 100%;
        margin: 20px 0;
    }
    .neit-section .left-content .feature-item,
    .neit-section .right-content .feature-item {
        margin: 20px auto;
    }
    .neit-section .neit-title {
        font-size: 24px;
    }
    .neit-section .center-image img {
        margin: 30px 0;
    }
    .neit-section {
        padding: 30px 0;
    }
    .neit-section .industry-btn {
        margin-left: 0px;
    }
}


/* best emerging section end */

/* testimonials section start  */

/* ===========================
   TESTIMONIALS SECTION
   =========================== */

.testimonials-section {
    padding: 60px 20px;
    background:#EEF9FF;
}
.testimonials-section .testimonials-swiper{
    background-image:url('https://neit-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Neit/images/test_back.png');
    background-size:85% 75%;
    background-position:center top;
    background-repeat:no-repeat;
    padding:4% 2%;
}
.testimonials-section .section-title {
    font-size: 35px;
    font-weight: bold;
    padding: 0;
    text-align:center;
}
.testimonials-section h3{
    font-weight:400;
    text-align:center;
    font-size:20px;
}
.testimonials-section p{
    text-align:center;
    font-size:12px;
    font-weight:500;
}
.testimonials-section hr{
    border-top:2px solid #F6AA1C;
    width:30%;
}
.testimonial-card {
    padding: 20px;
    display: flex !important;
    gap: 20px;
    height: var(--testimonial-height);
    /* box-shadow: 0 4px 14px rgba(0,0,0,0.1); */
}

/* Heading & subheading inside text column */
.testimonial-card .text-col h4 {
    color: #003C9C;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.testimonial-card .text-col h5 {
    color: var(--dark);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.testimonial-card .text-col p{
    text-align:left;
    font-size:12px;
}

/* Left side (name + quote) */
.text-col {
    background:#FFF8F0;
    border-radius: 16px;
    flex: 1;
    max-width: 70%; /* slightly narrower */
    padding:15% 4%;
}


/* Right side (video) */
.testimonials-section .video-col {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-section .video-col video {
    height: var(--testimonial-video-height);
    width: auto;
    object-fit: contain;
    border-radius: 12px;
    background: #000;
}

/* ===========================
   RESPONSIVE: LARGE TABLETS / SMALL LAPTOPS
   ≤ 1200px
   =========================== */
@media (max-width: 1200px) {

    .testimonials-section {
        padding: 50px 18px;
    }

    .testimonials-section .section-title {
        font-size: 2.2rem;
        margin-bottom: 1.8rem;
    }

    .testimonial-card {
        padding: 18px;
        gap: 18px;
        height: auto; /* avoid fixed height on smaller screens */
    }

    .text-col {
        max-width: 40%;
    }

    .testimonial-card .text-col h4 {
        font-size: 1.1rem;
    }

    .testimonial-card .text-col h5 {
        font-size: 0.95rem;
    }

    .testimonial-card .text-col p {
        font-size: 0.95rem;
    }

    .testimonials-section .video-col video {
        max-height: 380px;
    }
}

/* ===========================
   RESPONSIVE: TABLETS (PORTRAIT / SMALL)
   ≤ 992px
   =========================== */
@media (max-width: 992px) {

    .testimonials-section {
        padding: 45px 16px;
    }

    .testimonials-section .section-title {
        font-size: 2rem;
        margin-bottom: 1.6rem;
    }

    .testimonial-card {
        padding: 16px;
        gap: 16px;
        height: auto;
    }

    .text-col {
        max-width: 45%;
    }

    .testimonial-card .text-col h4 {
        font-size: 1rem;
    }

    .testimonial-card .text-col h5 {
        font-size: 0.9rem;
    }

    .testimonial-card .text-col p {
        font-size: 0.9rem;
    }

    .testimonials-section .video-col video {
        max-height: 340px;
    }
}

/* ===========================
   RESPONSIVE: PHONES / SMALL TABLETS
   ≤ 768px
   =========================== */
@media (max-width: 768px) {

    .testimonials-section {
        padding: 40px 14px;
    }

    .testimonials-section .section-title {
        font-size: 1.8rem;
        margin-bottom: 1.4rem;
    }

    .testimonial-card {
        flex-direction: column;
        height: auto;
        padding: 14px;
        gap: 14px;
    }

    .text-col {
        max-width: 100%;
    }

    .testimonial-card .text-col h4 {
        font-size: 0.95rem;
    }

    .testimonial-card .text-col h5 {
        font-size: 0.85rem;
    }

    .testimonial-card .text-col p {
        font-size: 0.85rem;
    }

    .testimonials-section .video-col {
        justify-content: center;
    }

    .testimonials-section .video-col video {
        width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: contain;
    }
}

/* ===========================
   RESPONSIVE: SMALL PHONES
   ≤ 576px
   =========================== */
@media (max-width: 576px) {

    .testimonials-section {
        padding: 32px 12px;
    }

    .testimonials-section .section-title {
        font-size: 1.5rem;
        margin-bottom: 1.2rem;
    }

    .testimonials-section .testimonials-swiper {
        background-size: 100% 100%;
        padding: 14% 2%;
    }

    .testimonial-card {
        padding: 12px;
        gap: 12px;
    }

    .testimonial-card .text-col h4 {
        font-size: 0.9rem;
    }

    .testimonial-card .text-col h5 {
        font-size: 0.8rem;
    }

    .testimonial-card .text-col p {
        font-size: 0.8rem;
    }    

    .testimonials-section .video-col video {
        max-height: 280px;
    }
}

/* testimonials section end */

/* cta section start  */

.career-section {
    padding: 60px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.career-section::before,
.career-section::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.career-section::before {
    width: 400px;
    height: 400px;
    top: -150px;
    right: -150px;
}

.career-section::after {
    width: 300px;
    height: 300px;
    bottom: -120px;
    left: -120px;
}

.career-section .career-img {
    max-height: 420px;
}

.career-section .small-heading {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.7;
    margin-bottom:0px;
}

.career-section .main-heading {
    font-size: 36px;
    font-weight: 700;
    margin: -3px 0;
    line-height: 1.3;
}

.career-section .with-text {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
    opacity: 0.8;
}

.career-section .institute-name {
    font-size: 20px;
    font-weight: 600;
}

.career-section .apply-btn {
    background-color: #F4A300;
    color: #000;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 4px;
}

.career-section .apply-btn:hover {
    background-color: #d98f00;
    color: #000;
}

@media (max-width: 991px) {
    .career-section .main-heading {
        font-size: 28px;
    }

    .career-section .career-img {
        max-height: 350px;
    }
}

@media (max-width: 576px) {
    .career-section {
        padding: 40px 15px;
    }

    .career-section .main-heading {
        font-size: 24px;
    }

    .career-section .institute-name {
        font-size: 18px;
    }
}

/* cta section end */

/* footer section start  */

.neit-footer {
    background-color: #efefef;
}

.neit-footer .footer-left {
    gap: 15px;
}

.neit-footer .footer-logo {
    width: 60%;
    height: auto;
}

.neit-footer .footer-text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1d4f9d;
    margin-bottom: 5px;
}

.neit-footer .footer-text p {
    font-size: 14px;
    color: #1d4f9d;
    margin: 0;
}

.neit-footer .footer-right .helpline-title {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #333;
}

.neit-footer .footer-right .helpline-number {
    font-weight: 700;
    color: #000;
    margin: 0;
}

.neit-footer .neit-footer hr {
    border-top: 1px solid #cfcfcf;
    margin: 20px 0;
}

.neit-footer .copyright-text {
    font-size: 15px;
    color: #333;
}
@media (min-width:320px) and (max-width:480px){
    .neit-footer .footer-logo {
        width: 100%;
        height: auto;
        margin-bottom:10%;
    }
}

/* footer section end */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 90px;
    z-index: 99;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #0C315C;
    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  */

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 99;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #0C315C;
    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;
}

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

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

/* Apply Now  button end  */


.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: calc(2em + 0.53rem + 3px) !important;
    margin-right: 1px;
    padding: 0.50rem 0rem !important;
}

/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    /* box-shadow: 0 10px 44px 0px #0000005c; */
    height: auto;
    margin-bottom: 50px;
}

.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;
}

.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, #0C315C, #0C315C);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #0C315C;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}

.banner_form_sec .btn-style-five,
.banner_form_sec .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: #000;
    color: #fff;
    border: 1px solid #000;
}

.banner_form_sec .loginwithotpbtn {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.banner_form_sec form#dataFormRegistration {
    display: block !important;
}

/* Form Css Ends */