@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: #FFD400;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 30px;
    border-radius: 8px;
    transition: all ease .3s;
}

.color-yellow {
    color: #FFD400;
}

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

/*header css starts*/

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

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

/*header css ends*/

/* banner section start  */

section.banner-section {
    position: relative;
    padding: 130px 0 60px;
    background-color: #294fa6;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

section.banner-section .overlay-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

section.banner-section .banner-content h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px;
}

section.banner-section .banner-content h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 150px;
    height: 2px;
    background: linear-gradient(90deg, #ffd400 0%, #ffd400 25%, transparent 2%, transparent 35%, #ffd400 35%, #ffd400 60%, transparent 50%, transparent 70%, #ffd400 70%, #ffd400 95%, transparent 85%);
}

section.banner-section .banner-content h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-top: 50px;
}

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

section.banner-section .banner-content ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 35px;
}

section.banner-section .banner-content ul li {
    padding: 0 5px;
}

section.banner-section .banner-content ul li:nth-child(1n) {
    width: 40%;
    flex: 0 0 40%;
}

section.banner-section .banner-content ul li:nth-child(2n) {
    width: 25%;
    flex: 0 0 25%;
}

section.banner-section .banner-content ul li:nth-child(3n) {
    width: 35%;
    flex: 0 0 35%;
}

section.banner-section .banner-content ul li div {
    background: #192F62;
    padding: 10px 15px;
    height: 110px;
    border-radius: 10px;
}

section.banner-section .banner-content ul li div h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    height: 40px;
}

section.banner-section .banner-content ul li div p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    opacity: 0.8;
}

section.banner-section .banner-content ul li div img {
    height: 30px;
    margin-top: 10px;
    margin-bottom: 8px;
}

section.banner-section .banner-content>p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 40px;
}

/* banner section end  */

/*study section starts*/

section.study-section {
    position: relative;
    padding: 60px 0;
    background: #DFDFDF;
}

section.study-section h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    color: #000;
}

section.study-section h3 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

section.study-section .col-md-3 {
    padding: 0 25px;
    margin-top: 20px;
    border-right: 1px solid #000;
}

section.study-section .col-md-3:last-child {
    border-right: 0px solid #000;
}

section.study-section p {
    font-size: 16px;
    color: hwb(0deg 0% 100% / 60%);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin: 10px 0;
}

/*study section ends*/

/*approvals section starts*/

section.approval-section {
    position: relative;
    padding: 20px 0 40px;
    background: #DFDFDF;
}

section.approval-section .col {
    width: 14%;
    padding: 10px 10px;
}

section.approval-section h3 {
    font-size: 12px;
    text-align: center;
    line-height: normal;
    margin: 0;
}

section.approval-section .approv-dv img {
    height: 75px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px;
}

/*approvals section ends*/

/*placement section starts*/

section.placement-section {
    position: relative;
    padding: 60px 0;
    background: #dfdfdf;
}

section.placement-section>div {
    background: #fff;
    padding: 0px 25px 0 50px;
    border-radius: 25px;
}

section.placement-section .place-cont h2 {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin-top: 40px;
}

section.placement-section .place-cont h2 span {
    display: block;
    font-size: 36px;
}

section.placement-section .place-cont>p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

section.placement-section .place-cont ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

section.placement-section .place-cont ul li {
    width: 33.33%;
    padding: 5px 10px;
    border-right: 1px solid #000;
    margin: 10px 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: normal;
}

section.placement-section .place-cont ul li:nth-child(3n) {
    border: 0;
}

section.placement-section .place-cont ul li:last-child {
    width: 50%;
    border: 0;
}

section.placement-section .place-img {
    margin-top: -60px;
}

/*placement section ends*/

/*recruiters section starts*/

section.recruiters-section {
    position: relative;
    padding: 60px 0;
    background: #dfdfdf;
}

section.recruiters-section>.container {
    background: #CFCFCF;
    padding: 30px 15px;
    border-radius: 25px;
}

section.recruiters-section h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
}

section.recruiters-section h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

section.recruiters-section ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

section.recruiters-section ul li {
    display: flex;
    padding: 10px;
    width: 20%;
}

section.recruiters-section ul li img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: 0px;
}

section.recruiters-section ul li p {
    font-size: 14px;
    line-height: normal;
    color: #000;
    font-weight: 500;
}

section.recruiters-section .carousel {
    background: transparent;
}

section.recruiters-section .carousel-cell {
    width: 16%;
    height: 150px;
    margin-right: 0;
    background: #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

section.recruiters-section .carousel-cell img {
    width: 100%;
}

/*recruiters section ends*/

/*industry section starts*/

section.industry-section {
    position: relative;
    padding: 0 0 0;
    background: #dfdfdf;
}

section.industry-section .inds-cont h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
}

section.industry-section .inds-cont h2 .fnt-two {
    font-size: 26px;
    display: block;
    font-weight: 700;
}

section.industry-section .inds-cont p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-top: 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

section.industry-section .inds-cont p strong {
    display: block;
}

section.industry-section .inds-cont ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

section.industry-section .inds-cont ul li {
    width: 50%;
}

section.industry-section .inds-cont ul li img {
    height: 35px;
    width: 100%;
    object-fit: contain;
    object-position: left;
    margin-bottom: 10px;
}

section.industry-section .inds-cont ul li h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: normal;
}

section.industry-section .inds-cont {
    padding-bottom: 50px;
}

section.industry-section .indu-img {
    position: relative;
}

section.industry-section .indu-btn {
    position: absolute;
    left: -100px;
    bottom: 20%;
}

/*industry section ends*/

/*course section starts*/

section.course-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(45deg, #101F41, #294FA7);
}

section.course-section:before {
    content: "";
    position: absolute;
    left: 8%;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(0deg, #101F41, #294FA7);
}

section.course-section .course-head h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

section.course-section ul li .nav-link {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    opacity: 0.7;
    border: 0 !important;
    transition: all ease .3s;
    padding: 10px 0;
    text-transform: uppercase;
}

section.course-section ul li .nav-link.active {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    opacity: 1;
    transition: all ease .3s;
}

section.course-section .course-dtl {
    height: auto;
    overflow: hidden;
    padding: 0;
    margin-top: 30px;
    border-top: 1px solid #FFD400;
    padding-top: 20px;
}

section.course-section .course-dtl .card-body,
section.course-section .course-dtl .card {
    background: transparent;
    padding: 0;
}

section.course-section .card-body h3 {
    font-size: 26px;
    margin-top: 0px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
}

section.course-section .card-body h4 {
    font-size: 22px;
    margin-top: 20px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
    border-top: 1px solid #fff6;
    padding-top: 15px;
}

section.course-section .card-body ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: lch(100 0 0 / 0.9);
    opacity: 0.7;
}

section.course-section .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 100%;
    border: 0 !important;
}

section.course-section .nav-tabs {
    display: none;
}

/*course section ends*/

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 15px;
    z-index: 2200000;
    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: 2200000;
    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  */

@media (max-width:1399.98px) {
    section.banner-section .banner-content h2 {
        font-size: 40px;
    }
    section.banner-section .banner-content h2 span {
        font-size: 20px;
    }
    section.banner-section .banner-content ul li:nth-child(1n) {
        width: 38%;
        flex: 0 0 38%;
    }
    section.banner-section .banner-content ul li:nth-child(3n) {
        width: 37%;
        flex: 0 0 37%;
    }
    section.banner-section .banner-content ul li:nth-child(2n) {
        width: 25%;
        flex: 0 0 25%;
    }
    section.course-section:before {
        left: 5%;
        width: 55%;
    }
    section.course-section .btn-two {
        display: block;
        padding: 10px 10px;
    }
}

@media (max-width:1299.98px) {
    section.banner-section .banner-content ul li div p {
        font-size: 12px;
    }
    section.banner-section .banner-content ul li div h3 {
        font-size: 34px;
    }
    section.banner-section .banner-content h2 {
        font-size: 36px;
    }
    section.banner-section .banner-content>p {
        font-size: 16px;
    }
    section.course-section:before {
        left: 2%;
    }
}

@media (max-width:1199.98px) {
    section.study-section p {
        font-size: 14px;
    }
    section.placement-section .place-cont h2 span {
        font-size: 30px;
    }
}

@media (max-width:1099.98px) {
    section.banner-section .banner-content h2 {
        font-size: 30px;
    }
    section.banner-section .banner-content h2 span {
        font-size: 16px;
    }
    section.banner-section .banner-content ul li div p {
        font-size: 10px;
    }
    section.banner-section .banner-content ul li div h3 {
        font-size: 28px;
        height: auto;
    }
    section.banner-section .banner-content>p {
        font-size: 14px;
    }
    section.course-section ul li .nav-link {
        font-size: 14px;
    }
    section.course-section .course-head h2 {
        font-size: 30px;
    }
    section.course-section .card-body h3 {
        font-size: 22px;
    }
    section.course-section .card-body h4 {
        font-size: 18px;
    }
    section.course-section .card-body ul li {
        font-size: 14px;
    }
}

@media (max-width:991.98px) {
    section.study-section h2 {
        font-size: 30px;
    }
    section.study-section h3 {
        font-size: 18px;
    }
    section.study-section>div,
    section.approval-section>div {
        width: 100%;
        max-width: 100%;
    }
    section.placement-section>div,
    section.recruiters-section>div {
        width: 95%;
        max-width: 95%;
    }
    section.placement-section .place-cont h2 span {
        font-size: 24px;
    }
    section.placement-section .place-cont h2 {
        font-size: 22px;
    }
    section.placement-section>div {
        padding: 0px 25px 0 20px;
    }
    section.recruiters-section h2 {
        font-size: 26px;
    }
    section.recruiters-section h3 {
        font-size: 20px;
    }
    section.recruiters-section ul li {
        width: 33.33%;
    }
    section.recruiters-section .carousel-cell {
        width: 20%;
        height: 100px;
    }
    section.industry-section>div {
        max-width: 100%;
    }
    section.industry-section .inds-cont h2 {
        font-size: 30px;
    }
    section.industry-section .inds-cont h2 .fnt-two {
        font-size: 22px;
    }
    section.industry-section .inds-cont p {
        font-size: 16px;
    }
    section.industry-section .inds-cont ul li {
        width: 45%;
        padding: 0 10px;
    }
    section.course-section .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
        border: 0;
        border-bottom: 1px solid #fff;
        padding: 10px;
        border-radius: 0;
    }
    section.course-section>div {
        max-width: 95%;
    }
    section.course-section:before {
        width: 80%;
    }
    section.course-section .card-header {
        padding: 0;
        margin-bottom: 0;
        background: transparent;
        border: 0;
    }
    section.course-section .card-header h5 a {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        text-decoration: none !important;
        display: block;
    }
    section.course-section .course-dtl .card-body {
        padding: 15px;
        background: #0000003b;
    }
    section.course-section .card-body h3 {
        font-size: 20px;
        font-weight: 500;
    }
}

@media (max-width:767.98px) {
    section.banner-section {
        background-position: top center;
        padding: 110px 0 60px;
    }
    section.banner-section .banner-content h2 {
        font-size: 26px;
    }
    section.banner-section .banner-content ul li div {
        border: 1px solid #fff;
    }
    section.banner-section .banner-content h1 {
        font-size: 20px;
    }
    section.banner-section .banner-content ul li div {
        padding: 5px 10px;
        height: 90px;
    }
    section.banner-section .banner-content ul li div h3 {
        font-size: 26px;
        height: auto;
    }
    section.banner-section .banner-content ul li div img {
        height: 25px;
    }
    section.study-section h2 {
        font-size: 26px;
    }
    section.study-section h3 {
        font-size: 16px;
    }
    section.study-section .col-md-3:nth-child(2n) {
        border: 0;
    }
    section.banner-section .overlay-img {
        /* display: none; */
        opacity: 0.2;
    }
    section.approval-section .col {
        padding: 10px 10px;
        flex: 0 0 24%;
    }
    section.approval-section .approv-dv h3 {
        display: none;
    }
    section.approval-section .row {
        justify-content: center;
    }
    section.approval-section {
        padding: 0;
    }
    section.placement-section .place-cont h2 {
        font-size: 18px;
    }
    section.placement-section .place-cont h2 span {
        font-size: 28px;
    }
    section.placement-section .place-cont ul li {
        width: 50% !important;
        border-right: 0px solid #000;
        border-left: 2px solid #000 !important;
        padding: 5px;
        height: 60px;
        font-size: 14px;
    }
    section.placement-section .place-img {
        margin-top: 0;
    }
    section.placement-section .place-cont ul li:last-child {
        width: 60% !important;
    }
    section.recruiters-section {
        padding: 0px 0 60px;
    }
    section.recruiters-section h2 {
        font-size: 22px;
    }
    section.recruiters-section ul li {
        width: 100%;
    }
    section.recruiters-section .carousel-cell {
        width: 33%;
        height: 50px;
    }
    section.industry-section .indu-btn {
        position: relative;
        left: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    section.industry-section .inds-cont h2 {
        font-size: 24px;
    }
    section.industry-section .inds-cont h2 .fnt-two {
        font-size: 18px;
    }
    section.industry-section .inds-cont p {
        font-size: 14px;
    }
    section.industry-section .inds-cont ul li h3 {
        font-size: 14px;
    }
    section.industry-section .inds-cont ul li {
        width: 50%;
    }
    section.industry-section .inds-cont {
        padding-bottom: 0;
    }
    section.course-section .course-head h2 {
        font-size: 26px;
    }
    section.course-section {
        padding: 60px 0;
    }
    section.course-section .card-header h5 a {
        font-size: 16px;
    }
    section.course-section .card-body h3 {
        font-size: 16px;
    }
    section.course-section .course-img {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    section.course-section .btn-two {
        margin-bottom: 25px;
    }
    section.course-section .tab-content>.tab-pane {
        padding: 10px 0;
    }
    section.course-section .course-dtl .card-body ul {
        padding-left: 20px;
    }
}

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

@media(min-width:991.98px) {
    section.course-section .nav-tabs {
        display: flex;
    }
    section.course-section .card {
        border: none;
    }
    section.course-section .card .card-header {
        display: none;
    }
    section.course-section .card .collapse {
        display: block;
    }
}

.blue_color {
    color: #294FA7;
}

.yellow_color {
    color: #FFD400;
}

/* education design section start */

.education {
    padding: 4% 0%;
    background: #DFDFDF;
}

.education h2 {
    text-align: center;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-style: italic;
}

.education h5 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.education h3 {
    font-style: italic;
    font-weight: bold;
    font-size: 35px;
}

.education p {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.education button {
    background: #000;
    font-weight: bold;
}

.education .border_right {
    border-right: 1px solid #000;
}

@media (min-width:320px) and (max-width:480px) {
    .education h2 {
        font-size: 16px;
        margin: 4% 0%;
    }
    .education h3 {
        font-size: 16px;
    }
    .education h5 {
        font-size: 12px;
    }
    .education .border_right {
        border-right: none;
        border-bottom: 1px solid #000;
    }
}

/* education design section end */

/* modern campus section start */

.modern_campus {
    background-image: url('https://starexprod-2026-public.s3.ap-south-1.amazonaws.com/landing_page/Starex/main-page/images/modern_campus.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 4% 0%;
}

.modern_campus h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.modern_campus h5 {
    text-align: center;
    font-weight: bold;
}

.modern_campus button {
    background: #000;
    font-weight: bold;
}

.modern_campus .carousel-cell3 {
    width: 16.66%;
    height: auto;
    margin-right: 20px;
    border-radius: 5px;
    padding: 0px;
    counter-increment: carousel-cell;
}

.modern_campus .carousel-cell3 .content-card img {
    width: 100%;
}

.modern_campus .flickity-page-dots {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}

.modern_campus .flickity-page-dots .dot {
    background: #fff;
    opacity: .25 !important;
}

.modern_campus .flickity-page-dots .dot.is-selected {
    opacity: 1 !important;
}

.modern_campus .carousel_section {
    padding-top: 40%;
}

.modern_campus h6 {
    margin-top: 10%;
    font-size: 12px;
    color: #fff;
}

@media (max-width:1199.98px) {
    .modern_campus .carousel-cell3 {
        width: 20%;
    }
    .modern_campus h5 {
        font-size: 22px;
    }
}

@media (max-width:991.98px) {
    .modern_campus .carousel-cell3 {
        width: 33.33%;
    }
    .modern_campus .carousel-cell3 .content-card {
        height: 230px
    }
    .modern_campus h5 {
        font-size: 28px;
    }
}

@media (max-width:767.98px) {
    .modern_campus .carousel-cell3 {
        width: 50%;
    }
    .modern_campus h5 {
        font-size: 14px;
    }
    .modern_campus {
        padding: 14% 0%;
    }
    .modern_campus h2 {
        font-size: 25px;
    }
    .modern_campus .carousel_section {
        padding-top: 80%;
    }
}

@media (max-width:460.98px) {
    .modern_campus .carousel-cell3 {
        width: 100%;
    }
    .modern_campus .carousel-cell3 .content-card {
        height: 300px
    }
}

/* modern campus section end */

/* admission section start */

.admission_section {
    background: #e9e9e9;
    padding: 70px 0;
}

.admission_section .main-heading {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
}

.admission_section .light-text {
    font-weight: 400;
}

.admission_section .year {
    color: #2e5cb8;
}

.admission_section .apply-row {
    width: 100%;
}

.admission_section .line {
    flex: 1;
    height: 1px;
    background: #aaa;
}

.admission_section .apply-btn {
    background: #000;
    color: #fff;
    padding: 10px 35px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    transition: 0.3s ease;
}

.admission_section .apply-btn:hover {
    background: #333;
    color: #fff;
}

.admission_section .sub-heading {
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .admission_section .main-heading {
        font-size: 22px;
    }
    .admission_section .sub-heading {
        font-size: 18px;
    }
    .admission_section .apply-btn {
        padding: 8px 20px;
    }
}

/* admission section end */

/* footer section start  */

.footer_section {
    background: linear-gradient(90deg, #1f3c88, #3559b3);
    padding: 50px 0 25px;
    color: #fff;
}

.footer_section .footer-logo {
    width: 30%;
    margin-bottom: 0px;
}

.footer_section .footer-address p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.footer_section .footer-right p {
    margin-bottom: 4px;
}

.footer_section .helpline-text,
.footer_section .write-text {
    font-size: 15px;
    opacity: 0.9;
}

.footer_section .helpline-number {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_section .email-text {
    font-size: 15px;
    opacity: 0.9;
}

.footer_section .social-icons a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
    transition: 0.3s ease;
}

.footer_section .social-icons a:hover {
    opacity: 0.7;
}

.footer_section .footer-line {
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin-top: 10px;
}

.footer_section .copyright-text {
    font-size: 14px;
    margin-top: 25px;
    opacity: 0.8;
}

@media (max-width: 767.98px) {
    .footer_section .footer-left {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .footer_section .footer-right {
        margin-top: 20px;
    }
    .footer_section .middle-footer {
        margin-top: 20px;
    }
    .footer_section .social-icons {
        margin-bottom: 10px;
    }
    .footer_section .footer-line {
        width: 100%;
    }
    .footer_section .footer-logo {
        margin-bottom: 20px;
        width:70%;
    }
}

/* footer section end */

/* 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;
}

.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 */