body {
    font-family: "Urbanist", serif;
    padding: 0px;
    margin: 0px;
}
/*Heder Top Bar Strat Css*/
.wrappeer-top-bar-right-style {
    position: relative;
}

.wrappeer-top-bar-left-style-indian-flags img {
    padding-right: 6px;
}

.wrappeer-top-bar-right-style ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0px;
}

    .wrappeer-top-bar-right-style ul li {
        height: 30px;
        padding-right: 10px;
        line-height: 34px;
    }

        .wrappeer-top-bar-right-style ul li img {
            width: 30px;
            padding-right: 6px;
        }

.wrappeer-top-bar-left-style-indian-flags h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 0px;
}

.wrappeer-top-bar-right-style ul li:after {
    border: 1px solid #fff;
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
}
main.main.wrapper-img-height-new-version .containers .card .card-image a img {
    height: 240px !important;
}
.wrapper-top-bar-bg-new {
    background: var(--orange-yello, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
    padding: 0px 10px 10px;
}
/*a.nav-link {color: #524A4A !important;font-weight: 700;font-size: 17px;}

.navbar-expand-lg .navbar-collapse {display: flex !important;flex-basis: auto;align-items: center;justify-content: center;}
ul.navbar-nav li {padding-left: 34px;padding-right: 34px;}*/
.wrapper-logo-main-img img {
    width: 100%;
}

img.wrapper-toggle-icon {
    width: 30px;
    border: 1px solid #FF6200;
    border-radius: 5px;
}

img.wrapper-fonts-icon-img {
    width: 120px !important;
}

.wrappeer-top-bar-right-style ul li span {
    padding-right: 10px !important;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    transition: 0.5s;
}

    .wrappeer-top-bar-right-style ul li span:hover {
        background: #fff;
        color: #222;
        padding: 12px;
        cursor: pointer;
        transition: 0.5s;
    }

img.wrapper-toggle-icon-user {
    width: 30px;
    padding-left: 5px;
}
/*Heder Top Bar End Css*/

/*Social Media Css Start*/
.mf-social-side-list {
    position: fixed;
    top: 30vh;
    right: 0px;
    z-index: 100;
}

    .mf-social-side-list ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        margin: 0;
        background: #fff;
        padding: 5px;
        border-radius: 15px 0px 0px 15px;
    }

        .mf-social-side-list ul li a {
            color: #ffffff;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            line-height: 35px;
            margin-top: 5px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .mf-social-side-list ul li a:hover {
                opacity: .9;
                -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
            }
/*.mf-social-side-list ul li a[href*='facebook'] {background: #3b5998;}
.mf-social-side-list ul li a[href*='instagram'] {background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;}
.mf-social-side-list ul li a[href*='youtube'] {background: #c4302b;}
.mf-social-side-list ul li a[href*='linkedin'] {background: #0077B5;}
.mf-social-side-list ul li a[href*='twitter'] {background: #00acee;}*/
i.social-icon img {
    width: 35px;
}
/*Social Media Css End*/

/*Statistics Section Start 3rd*/
.wrapper-statistics-affixs-port {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.wrapper-statistics-affixs-sub {
    text-align: center;
    position: relative;
}

    .wrapper-statistics-affixs-sub ul {
        list-style: none;
        text-align: left;
    }

    .wrapper-statistics-affixs-sub p {
        color: #ff5526;
        font-weight: 600;
        font-family: "Hind Siliguri", serif;
    }

.new-blc-iss-ser-colur p {
    color: #292321;
}

.wrapper-statistics-affixs-sub ul li {
    border-bottom: 1px solid #222;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 15px;
}

    .wrapper-statistics-affixs-sub ul li span {
        color: #FF3700D9;
        padding-left: 70px;
    }

.wrapper-statistics-affixs-sub h2 {
    font-size: 24px;
    font-weight: 700;
    color: #292321;
    height: 80px;
    min-height: 50px;
    max-height: 125px;
}

.wrapper-statistics-affixs-port .container-fluid {
    padding: 0px 200px;
}

.wrapper-statistics-affixs-sub-2 {
    text-align: center;
    position: relative;
}

    .wrapper-statistics-affixs-sub-2 h3 {
        font-size: 38px;
        font-weight: 700;
        padding-top: 35px;
        background: -webkit-linear-gradient(45deg, #FF3700, #FA9507 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.wrapper-statistics-affixs-sub:after {
    content: "";
    background: #96BC4E;
    width: 2px;
    height: 115px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -10px;
}

/*Statistics Section End 3rd*/

/*About PM CSS Start*/
/*.wrapper-about-img img {width: 100%;height: 400px;flex-shrink: 0;}*/
.wrapper-affixs-about-pm .container-fluid {
    padding: 0px 100px;
}

.wrapper-about-affixs-text h2 {
    color: #000;
    font-family: Urbanist;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.792px;
}

.wrapper-about-affixs-text p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-family: "Hind Siliguri", serif;
    text-align: justify;
}

.wrapper-affixs-about-pm {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wrapper-affixs-marquee {
    padding-top: 10px;
    padding-bottom: 1px;
    font-size: 24px; 	
}
.align-ment-change-btn {
    text-align: left !important;
}
/*About PM CSS End*/

/*PMAY-U 2.0 CSS Start*/
.wrapper-affixs-pmay-u-main .container-fluid {
    padding: 0px 200px;
    box-shadow: 0px 0px 12px 5px #6c757d1f;
}

.wrapper-pmayu-heading-img {
    text-align: center;
    padding-bottom: 50px;
}

    .wrapper-pmayu-heading-img img {
        width: 382.47px;
        flex-shrink: 0;
    }

.wrapper-affixs-pmay-u-img img {
    width: 100%;
  /*  height: 285px;*/
}

.wrapper-affixs-pmay-u-text-with-heading h3 {
    color: #000;
    font-family: Urbanist;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    padding-top: 15px;
}

.wrapper-affixs-pmay-u-text-with-heading p {
    color: #000;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: "Hind Siliguri", serif;
}

.wrapper-affixs-pmayu-read-more-btn a img {
    width: 130px;
    margin-bottom: 50px;
}

/*.wrapper-affixs-pmay-u-text-with-heading {
    height: auto;
}*/

.wrapper-affixs-pmayu-read-more-btn {
    text-align: center;
}

.wrapper-affixs-pmay-u-text-with-heading {
    height: 270px;
    min-height: 250px;
    max-height: 425px;
    overflow: auto;
}
/*.wrapper-affixs-pmay-u-text-with-heading {
    height: 315px;
    min-height: 300px;
    max-height: 420px;
    overflow: auto;
}*/

/*PMAY-U 2.0 CSS End*/

/*Online Application Open Start*/
.wrapper-affixs-online-application-open-start .container-fluid {
    padding: 0px 200px;
}

.wrapper-affixs-online-content.affixs-qe-img {
    text-align: center;
    box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
}

.wrapper-affixs-online-content.btn-img-online img {
    width: 290px;
    flex-shrink: 0;
}

.wrapper-affixs-online-content.img-hindi-text img {
    width: 350px;
}

.wrapper-affixs-online-content.affixs-qe-img {
    text-align: center;
}

.wrapper-affixs-online-content.btn-img-online {
    text-align: center;
}

.wrapper-affixs-online-content.img-hindi-text {
    text-align: right;
}

.wrapper-affixs-online-application-open-start {
    border-top: 6px solid #96BC4E;
    background: #E5EAEE;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 6px solid #96BC4E;
    padding: 50px 0px 10px;
    margin-bottom: 50px;
}

.wrapper-affixs-online-content.affixs-qe-img h4 {
    color: #0715A2;
    text-align: center;
    font-family: Urbanist;
    font-size: 23px;
    font-style: italic;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.506px;
}

.wrapper-affixs-online-content.btn-img-online h1 {
    color: #2E3659;
    font-family: Urbanist;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.814px;
}

.wrapper-affixs-online-content.btn-img-online h2 {
    color: #DC7E36;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 2;
    -webkit-text-stroke-color: #FFF;
    font-family: Urbanist;
    font-size: 69px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 10.35px;
}
/*Online Application Open End*/


/*PMAY-U 2.0 State CSS Start*/
.wrapper-affixs-pmay-state-map .container-fluid {
    padding: 0px 200px;
}

.wrapper-affixs-pmay-state-text h2 {
    background: -webkit-linear-gradient(45deg, #FF3700, #FA9507 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Urbanist;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}

.wrapper-affixs-pmay-state-text h3 {
    color: #5A5A5A;
    font-family: Urbanist;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
    margin: 0px;
}

.wrapper-affixs-inner-map-text h5 {
    color: #686868;
    text-align: center;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 3px;
}

.wrapper-affixs-inner-map-text p {
    color: #ffa610;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
}

.wrapper-affixs-inner-map-img {
    text-align: center;
}

.wrapper-map-bottom-hr {
    border-bottom: 1px solid #bfbfbf;
}

.wrapper-affixs-pmay-state-map-main {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 15px 0px;
}

.wrapper-affixs-inner-map-text-provisional {
    padding: 10px 0px 0px;
}

.hr-line-2-mine {
    border-right: 1px solid #bfbfbf;
}

.hr-side-1 {
    border-right: 1px solid #A3A3A3;
    height: 70px;
}

.wrapper-affixs-inner-map-text-provisional h5 {
    color: #686868;
    text-align: center;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
}

.wrapper-affixs-inner-map-demand-entered {
    padding: 10px 0px 0px;
}

    .wrapper-affixs-inner-map-demand-entered h6 {
        color: #686868;
        text-align: center;
        font-family: Urbanist;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 0px;
    }

.hr-lines-1 {
    align-items: center;
}

.wrapper-affixs-demand-text-bottom-filed span {
    font-size: 12px;
    font-weight: 600;
}

.wrapper-affixs-inner-map-text-provisional p {
    color: orange;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
}

.wrapper-affixs-inner-map-demand-entered .staticis_label_css {
    color: orange;
    font-size: 18px;
    font-weight: 800;
}

.wrapper-affixs-inner-map-demand-entered p {
    color: #DC7E36;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.wrapper-affixs-demand-text-bottom-filed h6 {
    color: #686868;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0px;
}

.wrapper-affixs-demand-text-bottom-filed p {
    color: #DC7E36;
    text-align: center;
    font-family: Urbanist;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
}

.wrapper-affixs-heading-states-type h4 {
    color: #292321;
    text-align: center;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.wrapper-affixs-heading-states-type {
    text-align: center;
    padding: 15px 0px 0px;
}

.wrapper-affixs-pd-less {
    padding-top: 50px;
}

.wrapper-affixs-pmay-state-map {
    background: #ecf6ffc9;
    box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
    padding: 50px 0px;
    margin-top: 55px;
}

.wrapper-affixs-pmay-state-text {
    padding-top: 50px;
}

.wrapper-affixs-inner-map-img img {
    width: 65px;
}

.uts-btn-pt a img {
    margin-top: 30px;
}
/*PMAY-U 2.0 State CSS End */

/*Whats New CSS Start*/
.wrapper-affixs-whats-new-main {
    padding: 50px 0px;
}

    .wrapper-affixs-whats-new-main .container-fluid {
        padding: 0px 200px;
    }

.wrapper-whats-new-heading-img img {
    width: 230px;
}

.wrapper-affixs-whats-new-slider-sub img {
    width: 100%;
    padding-bottom: 15px;
}

.scroll {
    height: calc(70vh - 100px);
    overflow-y: scroll;
}

.wrapper-affixs-whats-text h4 {
    color: #000;
    font-family: "Hind Siliguri";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.wrapper-affixs-whats-text a {
    color: rgba(255, 55, 0, 0.85);
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper-affixs-whats-text p {
    color: #000;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 10px;
}

.wrapper-whats-new-heading-img {
    padding-bottom: 30px;
}
/*Whats New CSS End*/

/*FAQ CSS Start*/
.wrapper-affixs-faq-main .container-fluid {
    padding: 0px 200px;
}

.wrapper-affixs-faq-main {
    background: #F0F5F9;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
    margin-bottom: 70px;
}

.wrapper-affixs-faq-img img {
    width: 144.69px;
    flex-shrink: 0;
}

.wrapper-affixs-faq-img {
    text-align: center;
    padding-bottom: 30px;
}

.wrapper-affixs-faq-text-content {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 2px 20px #d7d7d7;
}

    .wrapper-affixs-faq-text-content h5 {
        color: #5A5A5A;
        font-family: "Hind Siliguri";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

    .wrapper-affixs-faq-text-content p {
        color: #5A5A5A;
        font-family: "Hind Siliguri";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
    }

.wrapper-affixs-faq-read-btn a img {
    width: 131px;
    flex-shrink: 0;
}

.wrapper-affixs-faq-read-btn {
    text-align: right;
}

.scroll-1 {
    height: calc(50vh - 100px);
    overflow-y: scroll;
}
/*FAQ CSS End*/

/*Facilitating Citizens Start*/
.wrapper-affixs-facilitating-heading {
    background: var(--orange-yello, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
    padding: 20px;
    margin-bottom: 30px;
}

    .wrapper-affixs-facilitating-heading h2 {
        color: #FFF;
        text-align: center;
        font-family: Urbanist;
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
    }

.wrapper-affixs-facilitating-main .container-fluid {
    padding: 0px 200px;
}

.wrapper-affixs-facilitating-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.vpop img {
    width: 100%;
}

.wrapper-affixs-facilitating-video-text h2 {
    color: #1D1D1D;
    text-align: center;
    font-family: Urbanist;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
}

hr.wrapper-facelity-line {
    height: 3px;
    background: #667d3b;
}

.wrapper-affixs-facilitating-video-text p {
    color: #686868;
    text-align: center;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.wrapper-affixs-facelity-img img {
    width: 100%;
    margin-bottom: 30px;
}
/*Facilitating Citizens End*/

/*Media Covrage Start*/
/*Social Media Section CSS 10/09/2025*/
.trending-social-section .view-content .views-row .Twitter .social-box-wrapper {
    background-color: #fff;
    padding: 80px 15px 15px;
    position: relative;
    margin-top: 20px;
    box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
    height: 615px;
    max-height: 750px;
}

.trending-social-section .view-content .views-row .Twitter h2 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    width: calc(100% - 20px);
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
}

    .trending-social-section .view-content .views-row .Twitter h2:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 0px;
        border-right: 10px solid #DFDFDF;
        border-top: 19px solid transparent;
        border-bottom: 0px solid transparent;
    }

.trending-social-section .container-fluid {
    padding: 20px 20px;
}

.trending-social-section .view-content .views-row .Twitter h2 i {
    width: 45px;
    height: 45px;
    display: flex;
    margin-right: 10px;
    padding: 10px;
    background-color: #FBFBFB;
    border-radius: 100%;
}

.trending-social-section .view-content .views-row .Twitter h2:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    border-left: 10px solid #DFDFDF;
    border-top: 19px solid transparent;
    border-bottom: 0px solid transparent;
}

.newss1 marquee#publication-wrapp ul li {
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 2px 2px 20px #e3e3e3;
    border-bottom: 1px solid #b9b9b9;
    border-radius: 0px 10px;
    background: var(--Main-carousal-gradient-PMAY, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
}

div#trending-social-section {
    background: #eee;
    padding-top: 50px;
    padding-bottom: 50px;
}

.newss1 marquee#publication-wrapp ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    text-shadow: 2px 2px 3px #000;
}

.newss1 marquee#publication-wrapp ul {
    list-style: none;
    padding-left: 0px;
}
/*Social Media Section CSS 10/09/2025*/
/*Media Covrage End*/

/*Client CSS Start*/
.wrapper-affixs-client-logo .container-fluid {
    padding: 0px 200px;
}

.wrapper-affixs-client-logo {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.client_testimional .item img {
    width: 150px !important;
}
/*Client CSS End*/

/*Footer CSS Start*/
.wrapper-affixs-footer-main .container-fluid {
    padding: 0px 200px;
}

.wrapper-affixs-footer-main {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--Main-carousal-gradient-PMAY, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
}

.wrapper-affixs-footer-text-1 h3 {
    color: #000;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper-affixs-footer-text-1 p {
    color: #000;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.wrapper-affixs-footer-text-2 h3 {
    color: #000;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper-affixs-footer-text-2 p {
    color: #000;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper-affixs-footer-text-2 span {
    line-height: normal;
    color: #000;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.wrapper-affixs-footer-text-2 h4 {
    color: #000;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrapper-affixs-footer-text-2 a {
    text-decoration: none;
    line-height: normal;
    color: #000;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.wrapper-affixs-footer-text-4 ul li a {
    text-decoration: none;
    color: #000;
    font-family: Urbanist;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.wrapper-affixs-footer-text-4 ul li {
    padding-bottom: 10px;
}

.wrapper-affixs-footer-text-4 ul {
    list-style: none;
    padding: 0px;
}

.wrapper-affixs-footer-text-2 p {
    margin-bottom: 5px;
    font-size: 18px;
}

.wrapper-counter-girvance-btn a {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #db8713;
}

.wrapper-counter-girvance-btn {
    padding-top: 20px;
}
/*Footer CSS End*/

/*Copyright CSS Start*/
.wrapper-affixs-copyright-main .container-fluid {
    padding: 0px 100px;
}

.wrapper-affixs-copyright-main {
    background: #322f2d;
    padding: 20px 0px 10px;
}

.wrapper-affixs-copyright-nic-text p {
    color: #fff;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.wrapper-affixs-copyright-text-1 ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wrapper-affixs-copyright-text-1 ul li a {
        text-decoration: none;
        color: #fff;
        font-weight: 500;
    }

    .wrapper-affixs-copyright-text-1 ul li {
        padding-left: 15px;
    }

.wrapper-affixs-copyright-text-1 ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Copyright CSS End*/
/*PMAY-U 2.0 Statistics start*/
.wrapper-statistics-affixs-port .hr_new_line:after {
    height: 55px;
    top: 2px;
}

.hr_new_line p {
    margin-bottom: 5px;
}

.hr_new_line {
    border: 1px solid #6c757d29;
    border-left: none;
    border-right: none;
    border-top: none;
}
/*PMAY-U 2.0 Statistics end*/
/*Facebook widgets start*/
.news.newss1 {
    width: 100% !important;
    text-align: center;
}
/*Facebook widgets end*/


.dropdown-menu-bg-and-fonts-style li a {
    text-align: left !important;
    border-bottom: none;
}

.dropdown-menu-bg-and-fonts-style {
    background: #ffff;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 15px;
    border: 1px solid #dee2e6c4;
    top: 35px !important;
}
/*Hamburger css start*/
.offcanvas_hamburger {
    width: 400px;
    padding: 50px;
}

    .offcanvas_hamburger .offcanvas-header {
        background: var(--orange-yello, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
        padding: 8px;
        margin-bottom: 30px;
    }

        .offcanvas_hamburger .offcanvas-header h5 {
            margin-bottom: 0px;
        }

.offcanvas_burger_body h3 {
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px;
    box-shadow: 2px 2px 20px #e3e3e3;
    border-bottom: 1px solid #b9b9b9;
    border-radius: 10px;
    background: var(--Main-carousal-gradient-PMAY, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
    color: #fff;
    text-align: center;
    font-size: 20px;
}



.offcanvas_burger_body .btn_mohua {
    background: transparent;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 100%;
    color: #ef7d1a !important;
    font-weight: 600;
    text-align: left;
    border: 1px solid #ef7d1a !important;
}

.btn-check:focus + .btn_mohua, .btn_mohua:focus {
    outline: 0;
    box-shadow: none;
}

.btn_offcanvass_sign {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 20px;
}

    .btn-check:focus + .btn_offcanvass_sign, .btn_offcanvass_sign:focus {
        color: #fff;
        background-color: transparent;
        box-shadow: none;
    }

    .btn_offcanvass_sign:active {
        color: #fff;
        background-color: transparent;
    }

    .btn_offcanvass_sign:hover {
        border: none;
        background-color: #ef7d1a;
    }

    .btn_offcanvass_sign:active:focus {
        box-shadow: none;
    }

    .btn_offcanvass_sign:focus {
        box-shadow: none;
        opacity: 1;
    }
/*Hamburger css end*/
/*Faq section start*/
.faq_banner_section {
    padding-top: 15px;
    padding-bottom: 15px;
    background: var(--Main-carousal-gradient-PMAY, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
    margin-bottom: 10px;
}


.accordian_faq_system .accordion-item {
    background-color: #fff;
    border: none;
}

    .accordian_faq_system .accordion-item .accordion-header .accordion-button {
        border-radius: 17px;
        background: #FFCB90;
        color: #1E1D1D;
        text-align: justify;
        font-family: Urbanist;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 15px;
        padding: 10px;
    }

    .accordian_faq_system .accordion-item .accordion-collapse .accordion-body {
        padding: 1rem 1.25rem;
        padding-top: 0;
        color: #000;
    }

    .accordian_faq_system .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        color: #000;
        box-shadow: none;
    }







.wrapper-affixs-faq-main-heading h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Urbanist;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0px;
}

.nav .nav-item button.active {
    background-color: transparent;
    color: var(--bs-danger) !important;
}

.wrapper-affxs-accordian-data-main .container-fluid {
    padding: 0px 200px;
}

ul#pills-tab {
    align-items: self-start !important;
}

.nav .nav-item button.active {
    background: var(--Main-carousal-gradient-PMAY, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
    color: #FAFBFC !important;
    text-align: justify;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.wrapper-affixs-faq-user-content ul li {
    width: 100% !important;
}

    .wrapper-affixs-faq-user-content ul li button {
        border: 1px solid #afaaaa !important;
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
        border-radius: 10px !important;
        color: #0F0D09 !important;
        font-family: Urbanist;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }

/*.wrapper-affixs-faq-user-content-data-side ul li {
    border-radius: 17px;
    background: #FFCB90;
    color: #1E1D1D;
    text-align: justify;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 10px;
}
*/
.wrapper-affixs-faq-user-content-data-side ul {
    list-style: none;
    padding-left: 0px;
}

.wrapper-affixs-user-img-main {
    text-align: center;
}

    .wrapper-affixs-user-img-main img {
        width: 400px;
        margin-top: 30px;
        text-align: center;
    }

.wrapper-affixs-user-submitheading h3 {
    color: #5A5A5A;
    text-align: justify;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}

.wrapper-affixs-user-submitheading {
    padding-top: 20px;
}

.wrapper-affixs-form-part form .mb-3 label {
    color: rgba(255, 55, 0, 0.85);
    text-align: justify;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.wrapper-affixs-form-part form .mb-3 p {
    color: #524A4A;
    text-align: justify;
    font-family: Urbanist;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    padding: 10px;
}

.wrapper-affixs-form-part button.btn.btn-primary {
    background: #03C198;
    border: transparent;
    font-weight: 700;
}

.text-align-rights {
    text-align: right;
}

.wrapper-affxs-accordian-data-main {
    padding: 50px 0px;
}

.form_left_align {
    position: relative;
}

    .form_left_align .form-label {
        color: #EC7026;
        font-family: Urbanist;
        font-weight: 700;
        background-color: #ffff;
        position: absolute;
        top: -13px;
        left: 20px;
        font-size: 18px;
    }

    .form_left_align .form_wright {
        position: absolute;
        top: 48px;
        left: 20px;
    }

    .form_left_align p {
        font-size: 12px;
    }

    .form_left_align .form-control {
        font-size: 14px;
    }

.wrapper-affixs-user-img-main .img-fluid {
    width: 300px;
}
/*Faq section end*/
/*Honble Minister gallery CSS Start*/
.wrapper-affixs-honble-minister-gallery-main .container-fluid {
    padding: 0px 200px;
}

.wrapper-affixs-honble-minister-gallery-main {
    border-radius: 0px 0px 5px 5px;
    background: linear-gradient(90deg, rgba(150, 188, 78, 0.20) 19.39%, rgba(7, 161, 215, 0.20) 99.03%);
    padding: 50px 0px;
    margin-bottom: 50px;
}

.wrapper-affixs-honble-minister-gallery-img img {
    width: 100%;
    margin-bottom: 15px;
}

.wrapper-afixs-honble-video-section-main .container-fluid {
    padding: 0px 200px;
}

.wrapper-afixs-honble-video-section-main {
    border-radius: 0px 0px 5px 5px;
    background: linear-gradient(90deg, rgba(150, 188, 78, 0.20) 19.39%, rgba(7, 161, 215, 0.20) 99.03%);
    padding: 50px 0px;
    text-align: center;
}

.wrapper-statistics-affixs-sub span {
    color: #FF3700D9;
    font-weight: 600;
    font-family: "Hind Siliguri", serif;
}
/*Honble Minister gallery CSS end*/

.wrapper-login-pages-new-applicant-no input {
    width: 100% !important;
    margin-bottom: 15px;
    padding: 18px;
    border-radius: 30px;
    border-color: #bfbfbf;
    box-shadow: none;
    border: 1px solid #bfbfbf;
}

.wrapper-affixs-applicant-login-design {
    padding: 50px 0px;
    background: #ffffff;
    box-shadow: 2px 2px 20px #bfbfbf;
    margin-top: 70px;
    margin-bottom: 50px;
}

    .wrapper-affixs-applicant-login-design h3.heading.text-center {
        text-align: center;
        margin-bottom: 40px;
        font-size: 30px;
        color: #ec7026;
    }

    .wrapper-affixs-applicant-login-design input#Body_Content_btn_Check {
        margin-bottom: 30px;
        margin-top: 30px;
        border: transparent;
        background: var(--Main-carousal-gradient-PMAY, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
        font-weight: 600;
        padding: 10px 20px;
        border-radius: 30px;
    }

input#Body_Content_txt_OTP {
    width: 20%;
    margin-bottom: 15px;
    padding: 7px;
    border-radius: 30px;
    border-color: #bfbfbf;
    box-shadow: none;
    border: 1px solid #bfbfbf;
    margin-bottom: 30px;
}

input#Body_Content_Submit {
    margin-bottom: 30px;
    border: transparent;
    background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
}



.wrapper-affixs-applicant-login-design h3.heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    color: #ec7026;
}
/*Css start iframe*/
/*.iframe-container {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background-color: #000;
    padding: 10px 45px;
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }*/

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    border-radius: 20px;
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }



/*Scheme guidelines css start*/
.wrapper-main-video-pdf-main {
    border: none;
    margin-bottom: 30px !important;
    border-radius: 10px;
}

    .wrapper-main-video-pdf-main a img {
        padding: 10px;
        width: 100%;
        margin-top: 30px !important;
        text-align: center;
        display: block;
        margin: 0 auto;
        box-shadow: 2px 2px 20px #dee2e6a3;
        margin-bottom: 30px;
        border-radius: 25px;
    }

.wraperr-text-main a:hover {
    background: transparent;
    color: #ff2c00;
    transition: 0.6s;
    border-radius: 0px;
}

.wraperr-text-main a {
    font-size: 1.3em;
    font-weight: 600;
    padding: 10px 15px;
    background: #ffff;
    box-shadow: 2px 2px 20px #bfbfbf;
    width: auto;
    display: block;
    color: #FF6200;
    transition: 0.6s;
    border-radius: 10px;
    text-decoration: none;
}
/*Scheme guidelines css End*/
/*publication css start*/
.dropdown-menu-bg-and-fonts-style li a {
    font-size: 15px !important;
    font-weight: 600 !important;
}

    .dropdown-menu-bg-and-fonts-style li a:hover {
        background: var(--orange-yello, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
        color: #FFF !important;
        margin-left: 0;
        border-radius: 20px;
        font-weight: 600 !important;
    }


.dropdown-menu dropdown-menu-bg-and-fonts-style {
    padding-top: 0;
    padding-bottom: 0;
}

.sticky dropdown-menu dropdown-menu-bg-and-fonts-style li a {
    color: #524A4A !important;
}

.dropdown-menu dropdown-menu-bg-and-fonts-style li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.accordian_faq_system:focus {
    z-index: 3;
    border-color: transparent;
    box-shadow: none;
}
/*publication css End*/
/* Event Gallery CSS Sub 1/22/2025*/
#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 40px 30px 60px 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

    .img-wrapper img {
        width: 100%;
    }

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

    .img-overlay i {
        color: #fff;
        font-size: 3em;
    }

section#gallery h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #ef7d1a;
    margin-bottom: 10px;
}

section#gallery h5 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #4c4a4a;
}

section#gallery p {
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #overlay img {
        margin: 0;
        width: 80%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 5%;
    }

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #nextButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #prevButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

    #exitButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}


.img-wrapper img {
    width: 100%;
    height: auto;
    padding: 7px;
    background: #ffffff;
    box-shadow: 2px 2px 20px #cfcfcf;
}

/*pdf 18nov- CSS 1-22-2025*/
section.wrapper-main-Pdf-main {
    padding: 50px 0px;
}

.wrapper-main-Pdf-sub {
    padding: 20px;
    text-align: center;
    box-shadow: 2px 2px 20px #bfbfbf;
    border-radius: 20px;
    margin-bottom: 30px;
    height: 200px;
    max-height: 300px;
    min-height: 235px;
}

    .wrapper-main-Pdf-sub img {
        width: 50px;
        display: block;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

    .wrapper-main-Pdf-sub a {
        font-weight: 600;
        text-align: center;
        display: block;
        color: #f27b0c;
        text-decoration: none;
        font-size: 16px;
    }

section.wrapper-main-Pdf-main h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #ef7d1a;
    margin-bottom: 30px;
}

.icons_barrs {
    background: var(--orange-yello, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
    padding: 7px 10px;
    border-radius: 6px;
}

.new_icon_stciky {
    background: #fff;
    padding: 7px 10px;
    border-radius: 6px;
    color: #FF6200;
}



/* Styling for the icon */
.navbar ul li button i.icons_barrs {
    color: white; /* Default icon color */
    font-size: 20px;
    transition: color 0.3s ease; /* Smooth transition for color change */
}

/* Change icon color when navbar becomes sticky */
.navbar.sticky ul li button i.icons_barrs {
    background: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    color: #FF6200;
    margin-top: 3px;
}
/*.accordion-button::after {
    background-image: url(https://webgraphiz.com/_next/image?url=https%3A%2F%2Fcdn.geekboots.com%2Fweb%2Fplus-mainImg-1661281536228.webp&w=640&q=75);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(https://www.iconpacks.net/icons/2/free-minus-icon-3108-thumb.png);
}
*/
.frame_ps {
    position: relative;
   
}
.frame_ps .img-fluid {
    position: relative;
    border-radius: 20px
}
/*    .frame_ps .fa-brands {
        position: absolute;
        top: 48%;
        left: 46%;
        color: #fff;
        font-size: 64px;
    }*/
.wrapper-affixs-demand-text-bottom-filed span {
    color: #ef9815;
    font-size: 15px;
    font-weight: 500;
}

.carousel-control-prev-icon {
    display: none;
}

.carousel-control-next-icon {
    display: none;
}

.hr-lines-1 .wrapper-affixs-demand-text-bottom-filed {
    padding-left: 0px;
    padding-right: 0px;
}

.img_responsvie_youtube {
    position: absolute!important;
    left: 47%;
    top: 45%;
}


.card .card-image .img-fluid {
    border-radius: 15px;
    /*height: 225px;*/
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
    visibility: hidden !important;
}
@media (min-width:320px) and (max-width:767) {
    .wrapper-affixs-padding-normal-size {
    padding: 20px 15px !important;
}
}