
.mob-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

/*.genereal .col-xs-4:first-child .mob-icon{
            color:#64b161;
        }
        .genereal .col-xs-4:nth-child(3n+2) .mob-icon{
            color:#2ba807;
        }
        .genereal .col-xs-4:last-child .svg{
            color:#931818;
        }*/


.mobile-view {
    background: #044980 !important;
}




.hero-banner {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

    .hero-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    /* color: white; */
    width: 80%;
    max-width: 600px;
    /* background: rgba(0, 0, 0, 0.6); */
    padding: 20px;
    border-radius: 8px;
}


    .banner-content span {
        display: block;
        font-size: 16px;
        /* font-weight: bold; */
        color: #fff;
    }

    .banner-content h1 {
        /*font-size: xx-large;*/
        font-size: 24px;
        margin: 10px 0;
        font-family: 'Poppins';
        font-weight: bold;
        color: #fff;
        font: bold;
    }

    .banner-content h4 {
        font-size: 18px;
        color: #140895;
        line-height: 22px;
        font-weight: bold;
    }


@media screen and (max-width:630px) {
    .banner-content {
        left: 38%;
    }

    .btn-box {
        margin-top: 15px;
    }

        .btn-box button {
            margin: 5px;
        }
}

.heading-box {
    border-left: solid;
    border-left-width: 8px;
    border-color: #3a3aca;
}


    .heading-box h1, .heading-box h2 {
        text-align: left !important;
        margin-left: 5px;
    }

@media (max-width: 576px) {
    .heading-box h2 {
        color: #000 !important;
        padding: 0 !important;
        background: none !important;
    }
}

.edu-doc-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .edu-doc-list li {
        font-size: 14px;
        cursor: pointer;
        color: #000;
    }

.edu-list-box {
    max-width: 350px;
    margin: 5px auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.edu-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: #2c3e50;
}

.content-inner-pages h3 {
    text-align: center;
    border-radius: 27px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff !important;
    background: #235784;
}

.inner-pageSteps .pageWiseSteps {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

.inner-pageSteps .pageWiseSteps {
    width: 218px;
    /* border: 8px solid; */
    height: 218px;
    border-radius: 50%;
    padding: 20px 10px;
    box-shadow: none !important;
    background: #dbd6d6;
    border-color: antiquewhite;
    border-style: double;
}

    .inner-pageSteps .pageWiseSteps p {
        text-align: center !important;
    }


.inner-pageSteps .pageWiseSteps {
    /* box-shadow: 0px 0px 6px 0px #ccc; */
    background: #fff;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
}

.inner-pageSteps .pageWiseSteps {
    padding: 20px 25px !important;
    box-shadow: none;
    background: #fff;
    background: url(/images/SVGImages/circle.svg), no-repeat, center !important;
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    background-size: cover;
    border: none;
}

.inner-pageSteps ul li:after {
    content: url(/images/SVGImages/right-arrow1.svg) !important;
    width: 74px;
    height: 50px;
    position: absolute;
    right: -4%;
    top: 33%;
    font-size: 24px;
    padding: 10px;
}

.inner-pageSteps ul li p {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000;
}


.inner-pageSteps {
    background: none !important;
}

.row {
    list-style: none;
}

@media screen and (max-width: 576px) {
    .content-inner-pages ul {
        display: flex;
        padding-left: 17px;
        font-family: 'Poppins';
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center !important;
    }


    @media screen and (max-width: 576px) {
        .inner-pageSteps .pageWiseSteps {
            height: 109px !important;
            width: 109px;
            padding: 5px 10px !important;
        }
    }
}

.content-inner-pages h3 {
    font-size: 15px !important;
}



.inner-pageSteps img {
    margin: 0 auto;
    object-fit: contain;
}

.certificateAttestation ul, .step_s, .documentAttestation ul {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    font-family: 'poppins';
}

    .certificateAttestation ul li, .step_s li {
        position: relative;
        padding-left: 1.5em;
        line-height: 30px;
    }

        .certificateAttestation ul li::before, .step_s li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            width: 16px;
            height: 16px;
            background: url(/images/SVGImages/point-finger1.svg) no-repeat center center;
            background-size: contain;
        }

.faq {
    display: flex !important;
    align-items: baseline;
    justify-content: space-between;
}

.con-btn {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between;
}

    .con-btn a {
        margin: 5px;
    }

.panel-group .panel-default .panel-heading .panel-title a {
    display: flex !important;
    align-items: baseline;
    justify-content: space-between;
}

.f-height {
    min-height: 125px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    /*align-items: stretch;*/
}

.card {
    padding-bottom: 1% !important;
    width: 100% !important;
    float: none !important;
    position: unset !important;
}

.choose_cntr .card {
    box-shadow: 0px 0px 4px #ddd;
    padding: 10px !important;
    border-radius: 4px;
    height: 120px;
    margin-bottom: 15px;
}

    .choose_cntr .card img {
        width: 60px;
    }

    .choose_cntr .card b {
        line-height: normal;
    }

.choose_cntr .bg-primary {
    padding: 20px 0 10px;
}

.d-none {
    display: none !important;
}

.heading-box, .certificateAttestation .heading-box h2 {
    z-index: 0 !important;
}

@media (max-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }

    .banner-content {
        width: 100% !important;
        left: 50% !important;
    }
}

@media (max-width: 768px) {
    .mobile-view {
        position: fixed;
        top: 0px;
        z-index: 1;
        width: 100%;
    }

    .header {
        position: fixed;
        top: 70px;
        z-index: 1;
        width: 100%;
    }

    .hero-banner {
        margin-top: 124px;
        height: 250px;
    }

    .navbar-collapse {
        position: fixed;
        left: -250px;
        top: 124px;
        width: 250px;
        height: 100%;
        transition: 0.3s;
        z-index: 99999;
    }

        .navbar-collapse.in {
            left: 15px;
            background: white;
            box-shadow: 10px 0px 9px -10px #000;
        }
}

@media (max-width: 768px) {
    .inner-pageSteps ul li:after {
        content: url(/images/SVGImages/right-arrow1.svg) !important;
        width: 74px;
        height: 50px;
        display: block;
        position: absolute;
    }
}


@media (max-width: 576px) {
    .inner-pageSteps ul li p {
        font-size: 10px !important;
        line-height: 12px !important;
    }

    .inner-pageSteps img {
        width: 2em !important;
    }

    .Procedure_cntr .inner-pageSteps {
        padding: 0px;
        margin-top: 10px;
    }

        .Procedure_cntr .inner-pageSteps p {
            line-height: 12px;
            font-size: 10px;
            text-align: center;
        }

    .Procedure_cntr .col-xs-4:first-child {
        padding-right: 5px;
    }

    .Procedure_cntr .col-xs-4:nth-child(3n+2) {
        padding: 0 10px;
    }

    .Procedure_cntr .col-xs-4:last-child {
        padding-left: 5px;
    }

    .customNavbar-default .navbar-toggle .icon-bar {
        background-color: #170000 !important;
    }

    .customNavbar-default .navbar-toggle {
        border-color: #000000 !important;
    }
}


.step_t li::before {
    display: none;
}

.step_t li {
    padding: 0px;
}
