section.profile_first_sec h2 {
    font-size: 46px;
    font-weight: normal;
    color: #3E3E3E;
    margin-bottom: 26px;
    letter-spacing: 0px;
}

section.profile_first_sec {
    margin-top: 60px;
}

section.profile_first_sec h3 {
    font-size: 25px;
    color: #4175C3;
    font-weight: normal;
    margin: 20px 0px;
}

section.profile_first_sec h4 {
    font-size: 25px;
    color: #3E3E3E;
    font-weight: normal;
    margin-top: 50px;
}

section.profile_first_sec h5 {
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
    margin-top: 16px;
    line-height: 30px;
}
.profile_image_box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.profile_image_box {
    margin: 40px 0px;
}

.profile_image_box ul li {
    position: relative;
    width: 18%;
}

.profile_image_box ul li img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.profile_image_box ul li .profile_overlay_box {
    position: absolute;
    width: 100%;
    bottom: 34px;
    color: #fff;
    padding: 0px 14px;
}

.profile_image_box ul li .profile_overlay_box h4 {
    font-size: 22px;
    color: #fff;
}
.profile_image_box ul li:last-child {
    width: 38%;
}
section.profile_sec h2 {
    font-size: 46px;
    color: #3E3E3E;
    font-weight: normal;
    line-height: 50px;
}

section.profile_sec {
    margin-top: 80px;
}

.profile_mission_box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 40px;
    align-items: center;
}

.profile_mission_left_box ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.profile_mission_left_box {
    width: 54%;
}

.profile_mission_left_box ul li img {
    width: auto;
}

.profile_mission_left_box ul li aside {
    width: 70%;
}

.profile_mission_left_box ul li aside p {
    font-size: 20px;
    color: #3E3E3E;
    font-weight: normal;
    line-height: 28px;
}
.pro_miss_icon_box {
    width: 120px;
}
.profile_mission_right_image_box img {
    width: 100%;
    border-radius: 10px;
}
.profile_mission_left_box p {
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
    margin: 20px 0px;
    line-height: 30px;
}
.profile_objective_box {
    /* background: url(../images/profile_objective_image.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    /* border-radius: 20px; */
    background-size: cover;
}
section.profile_three {
    margin: 60px 0px;
    margin-bottom: 0px;
}

.profile_objective_box {
    padding: 30px 0px;
    color: #fff;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.profile_objective_box h2 {
    font-size: 46px;
    color: #3E3E3E;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 26px;
}
.profile_objective_box ul li h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    line-height: 26px;
}

.profile_objective_box ul li p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.profile_objective_box ul li {
    /* border: 1px solid #fff; */
    /* border-radius: 20px; */
    padding: 14px 0px;
    margin: 10px 0px;
    /* min-height: 414px; */
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 500;
    color: #3E3E3E;
}
.objective_slider .slick-arrow {
    position: absolute;
    right: 0px;
    font-size: 0px;
    top: 0px;
}
.profile_objective_box ul li span {
    font-size: 40px;
    color: #385CBA;
    padding-right: 0px;
    width: 60px;
    line-height: 40px;
    font-weight: normal;
}
.profile_objective_box ul li samp {
    width: 92%;
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
}
.profile_objective_box ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.objective_slider .slider_prev {
    background: url(../images/left_arrow.png);
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    cursor: pointer;
    right: 36px;
    filter: brightness(0) invert(1);
}
.objective_slider .slider_next {
    background: url(../images/right_arrow.png);
	width: 29px;
	height: 29px;
	background-repeat: no-repeat;
	cursor: pointer;
    filter: brightness(0) invert(1);
}
ul.objective_slider {
    padding-top: 54px;
}
section.profile_four p {
    /* text-align: center; */
	text-align: justify; /* Changed by Girish 05-Dec-25*/
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 30px;
}
span.logo_text {
    font-size: 24px;
    color: #3E3E3E;
    font-weight: 500;
    border-right: 1px solid #3E3E3E;
    padding: 0px 10px;
}

.logo_box {
    margin-top: 53px;
    display: block;
}

span.logo_text:first-child {
    padding-left: 0px;
}

span.logo_text:last-child {
    border-right: none;
}
section.profile_four {
    margin: 70px 0px;
    margin-top: 50px;
}

section.profile_four ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

section.profile_four ul li {
    background: #fff;
    width: 18%;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 12%);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

section.profile_four ul li img {
    width: 100%;
}

section.profile_four ul {
    margin-top: 40px;
}
.pro_logo-box {
    margin-top: 42px;
}
.pro_bottom_box {
    background: url(../images/about_bottom_bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    background-size: cover;
    padding: 100px 20px;
}
.pro_bottom_box ul {
    display: flex;
    justify-content: center;
    /* gap: 20px; */
}

.pro_bottom_box ul li {
    border-right: 1px solid rgb(255 255 255 / 49%);
    padding: 0px 40px;
    text-align: center;
}
.pro_bottom_box ul li:last-child {
    border-right: none;
}

.pro_bottom_box ul li h4 {
    font-size: 24px;
    /*color: #FFB800;*/
	color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 20px;
}



/*-------SERVICE CSS----------*/
section.profile_first_sec.service_box h2 {
    letter-spacing: 0px;
}

section.profile_first_sec.service_box p {
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
    margin-top: 34px;
    line-height: 30px;
}
.service_include_box {
    display: flex;
    justify-content: space-between;
}

.service_include_box ul {
    width: 46%;
}
.profile_objective_box.service {
    border-bottom: none;
}
section.service_box2 h2 {
    font-size: 48px;
    color: #3E3E3E;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 50px;
    margin-top: 40px;
}

section.service_box2 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.service_activities_right_box {
    width: 76%;
}

section.service_box2 ul li img {
    width: 245px;
}

.service_activities_right_box h3 {
    font-size: 24px;
    color: #3E3E3E;
    font-weight: normal;
    margin-bottom: 24px;
}

.service_activities_right_box p {
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
}
section.profile_first_sec.vission_box h2 {
    line-height: 52px;
}
.vission_mid_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 84px;
    align-items: center;
}

.vission_right_box {
    width: 38%;
}

.vission_left_box {
    width: 58%;
}

.vission_right_box img {
    width: 100%;
}

.vission_left_box h3 {
    font-size: 46px;
    color: #3E3E3E;
    font-weight: normal;
    margin-bottom: 24px;
}
section.vission_box_two {
    padding-top: 40px;
}

.vission_left_box p {
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
    line-height: 28px;
}

.vission_mid_box:last-child {
    flex-direction: row-reverse;
}
section.profile_first_sec.national h2 {
    line-height: 46px;
    letter-spacing: 0px;
}

section.profile_first_sec.national p {
    font-size: 20px;
    color: #3E3E3E;
    font-weight: normal;
    line-height: 30px;
}
section.national_box_two h2 {
    font-size: 46px;
    color: #3E3E3E;
    font-weight: normal;
    margin: 60px 0px;
    margin-top: 80px;
}

.national_first_box {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 100px; */
    padding: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.member_image_box {
    width: 26%;
}

.member_image_box img {
    width: 100%;
    border-radius: 10px;
}

.mamber_right_box {
    width: 70%;
    height: 400px;
    overflow-y: scroll;
    padding-right: 12px;
}

.mamber_right_box h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.mamber_right_box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.mamber_right_box h5 {
    font-size: 18px;
    font-weight: normal;
    padding: 20px 0px;
    border-top: 1px solid #919191;
    border-bottom: 1px solid #919191;
    margin: 20px 0px;
}

.mamber_right_box p {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 26px;
}




section.national_box_two ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.national_box_two ul li {
    width:23%;
    text-align: center;
    margin-bottom: 70px;
}
section.national_box_two.founder_member ul li {
    width: 18%;
    text-align: center;
    margin-bottom: 70px;
}
section.national_box_two ul li img {
    width: 100%;
    border-radius: 10px;
}

section.national_box_two ul li h4 {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 12px;
    font-weight: normal;
    margin-top: 6px;
}
section.national_box_two ul li span {
    font-size: 16px;
    color: #3E3E3E;
    height: 54px;
    display: block;
    font-weight: 600;
}
section.national_box_two ul li span.satish_desi {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.national_box_two ul li h3 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-top: 12px;
    min-height: 54px;
}

a.know_more_button {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    position: relative;
}
a.know_more_button:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/arrow_two.png) -56px 6px no-repeat;
    /* background-position: right; */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all .5s ease;
    position: absolute;
    margin-left: 10px;
}
a.know_more_button:hover:after {
    width: 30px;
    height: 30px;
    background: url(../images/arrow_two.png) 0px 6px no-repeat;
}


/*--------------GOVERMENT NOTIFICATION-----------*/
.year_box {
    width: 86%;
    display: flex;
    justify-content: space-between;
    margin: 76px 0px;
}

.year_box .year_text {
    width: 30%;
    font-size: 44px;
    color: #3E3E3E;
    font-weight: normal;
    line-height: 40px;
}

.year_box .year_right_box {
    width: 62%;
    border-left: 1px solid #959595;
    padding-left: 36px;
}

.year_box .year_right_box ul li a {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    display: block;
    position: relative;
    transition: 0.6s;
    padding-right: 40px;
}
.year_box .year_right_box ul li a:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/arrow_two.png) -56px 6px no-repeat;
    /* background-position: right; */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all .5s ease;
    position: absolute;
    right: 0px;
    transform: translate(0px, -50%);
    top: 50%;
}
.year_box .year_right_box ul li:hover a:after {
    width: 30px;
    height: 30px;
    background: url(../images/arrow_two.png) 0px 6px no-repeat;
}
.year_box .year_right_box ul li a:hover {
    padding-left: 6px;
    color: #7e7e7e;
}

.year_box .year_right_box ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.year_box .year_right_box ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.year_box .year_right_box ul li a img {
    padding-right: 20px;
    position: relative;
    top: 4px;
    float: right;
}
.goverment_select_box select#colorselector {
    width: 300px;
    border: 1px solid #9D9D9D;
    padding: 20px 30px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: normal;
    background: url(../images/dropdown.png) no-repeat;
    background-position: right 26px center; /* Change the px value here to change the distance */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.goverment_select_box {
    margin-top: 50px;
}
.goverment_all_box {
    margin-top: 80px;
}

/*--------------Notice and Circular ----------- added by Girish 05-Dec-25*/

/* commented 05-Dec-25
.notice_box {
    width: 86%;
    display: flex;
    justify-content: space-between;
    margin: 76px 0px;
}

.notice_box .notice_text {
    width: 30%;
    font-size: 44px;
    color: #3E3E3E;notice
    font-weight: normal;
    line-height: 40px;
}

.notice_box .notice_right_box {
    width: 62%;
    border-left: 1px solid #959595;
    padding-left: 36px;
}

.notice_box .notice_right_box ul li a {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    display: block;
    position: relative;
    transition: 0.6s;
    padding-right: 40px;
}
.notice_box .notice_right_box ul li a:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/arrow_two.png) -56px 6px no-repeat;
    /* background-position: right; */
	/* commented 05-Dec-25
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all .5s ease;
    position: absolute;
    right: 0px;
    transform: translate(0px, -50%);
    top: 50%;
}
.notice_box .notice_right_box ul li:hover a:after {
    width: 30px;
    height: 30px;
    background: url(../images/arrow_two.png) 0px 6px no-repeat;
}
.notice_box .notice_right_box ul li a:hover {
    padding-left: 6px;
    color: #7e7e7e;
}

.notice_box .notice_right_box ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.notice_box .notice_right_box ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.notice_box .notice_right_box ul li a img {
    padding-right: 20px;
    position: relative;
    top: 4px;
    float: right;
}
.notice_select_box select#colorselector {
    width: 300px;
    border: 1px solid #9D9D9D;
    padding: 20px 30px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: normal;
    background: url(../images/dropdown.png) no-repeat;
    background-position: right 26px center; /* Change the px value here to change the distance */
    /* commented 05-Dec-25-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.notice_select_box {
    margin-top: 50px;
}
.notice_all_box {
    margin-top: 80px;
}
/* end notice * circular */

section.profile_first_sec.guideline span {
    font-size: 15px;
    color: #3E3E3E;
    font-weight: normal;
    margin-top: 20px;
    display: block;
}

section.profile_first_sec.guideline p {
    font-size: 24px;
    color: #3E3E3E;
    font-weight: normal;
    margin-top: 38px;
    display: block;
}
.guideline_left_box h2 {
    font-size: 48px;
    color: #3E3E3E;
    font-weight: normal;
    margin-bottom: 34px;
}

section.guideline_box_two {
    margin-top: 80px;
}

.guideline_left_box h3 {
    font-size: 24px;
    color: #3E3E3E;
    font-weight: normal;
}

.guideline_left_box ul {
    margin-top: 50px;
}

.guideline_left_box ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 46px;
}

.guideline_left_box ul li span {
    width: 36px;
    font-size: 18px;
    color: #385CBA;
    font-weight: normal;
}

.guideline_left_box ul li aside {
    width: 100%;
}

.guideline_left_box ul li aside h4 {
    font-size: 24px;
    color: #3E3E3E;
    font-weight: normal;
    margin-bottom: 10px;
}

.guideline_left_box ul li aside p {
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
}
.guideline_mid_box {
    display: flex;
    justify-content: space-between;
}

.guideline_left_box {
    width: 100%;
}

.guideline_right_box {
    width: 26%;
}

.guideline_right_box img {
    width: 100%;
}
.guideline_left_box ul.guideline_list {
    margin-top: 24px;
}

.guideline_left_box ul.guideline_list li {
    margin-bottom: 16px;
    list-style-type: disc;
    display: list-item;
    margin-left: 20px;
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
}
.guideline_member_box h2 {
    font-size: 46px;
    color: #3E3E3E;
    font-weight: normal;
    margin-bottom: 36px;
}

.guideline_member_box {
    margin-top: 40px;
}

.guideline_member_box p {
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 30px;
}
.guideline_table_box {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
    margin-top: 60px;
}

.guideline_table_box span {
    font-size: 24px;
    color: #3E3E3E;
    font-weight: normal;
    width: 30%;
    text-align: left;
}

.guideline_table_main_box {
    display: flex;
    justify-content: space-between;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

.guideline_table_main_box span {
    width: 50%;
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
    text-align: left;
}
.guideline_table_main_box span:first-child {
    width: 50%;
    text-align: left;
}

.guideline_table_box span:first-child {
    text-align: left;
    width: 50%;
    padding-right: 80px;
}
span.gst_text {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-style: italic;
}
span.admission_text {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin: 26px 0px;
    display: block;
}
.guideline_map_box {
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
    margin-bottom: 50px;
}

.guideline_map_left_box {
    width: 66%;
    background: #4175C3;
    color: #fff;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guideline_map_right_box {
    width: 34%;
    height: 100%;
}

.guideline_map_right_box img {
    width: 100%;
    display: block;
}

.guideline_map_left_box h2 {
    font-size: 42px;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 20px;
}

.guideline_map_left_box h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}
.guideline_map_left_box h3 a {
    color: #fff;
}
.guideline_map_left_box h3 a.text-underline {
    text-decoration: underline;
}
a.know-more-button1 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #51CBFF;
    width: 168px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    margin-top: 24px;
    border-radius: 10px;
    transition: 0.6s;
}

a.know-more-button1:hover {
    background: #000;
    color: #ffffff;
}
section.profile_first_sec.become p {
    font-size: 18px;
    color: #3E3E3E;
    margin-bottom: 20px;
    line-height: 26px;
}
.become_download_box {
    background: #4175C3;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 40px 0px;
}

.become_download_box span {
    border-right: 1px solid #fff;
    margin-right: 26px;
    padding-right: 26px;
}

.become_download_box span:last-child {
    border-right: none;
}

.become_download_box span a {
    font-size: 18px;
    color: #FFB800;
    text-decoration: underline;
    font-weight: normal;
}
.become_download_box span:last-child a {
    padding-left: 16px;
}
section.become_box_two h2 {
    font-size: 24px;
    color: #3E3E3E;
    font-weight: normal;
    margin-bottom: 20px;
}

section.become_box_two h2 {
    font-size: 46px;
    color: #3E3E3E;
    font-weight: normal;
    line-height: 50px;
}
section.become_box_two h3 {
    font-size: 24px;
    color: #3E3E3E;
    font-weight: normal;
    margin-bottom: 20px;
}

section.become_box_two {
    margin-bottom: 80px;
    margin-top: 40px;
}
span.fill_application_text {
    font-size: 26px;
    color: #3E3E3E;
    font-weight: normal;
    margin-bottom: 26px;
    display: block;
    margin-top: 26px;
}
.become_tick_box h4 {
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
    margin-bottom: 30px;
}
.become_fild_main_box h5 {
    color: #3E3E3E;
    font-size: 18px;
    margin-top: 20px;
}
.become_tick_box {
    margin-top: 40px;
}
.form-group {
    display: block;
    margin-bottom: 15px;
  }
  
.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
.form-group label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #3E3E3E;
  }
  
.form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #999999;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #999999;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .become_tick_box ul {
    display: flex;
    flex-wrap: wrap;
}

.become_tick_box ul li {
    width: 33.333%;
    margin-bottom: 10px;
}
.become_fild_main_box ul li.half.captcha {
    display: flex;
    align-items: center;
}

span.captcha_text {
    display: flex;
    align-items: center;
    margin-left: 12px;
    width: 54%;
    font-size: 14px;
}
samp.cap {
    font-size: 14px;
    display: flex;
}

span.captcha_text img {
    margin: 0px 10px;
    margin-left: 36px;
}

.become_fild_main_box ul li.half.captcha .input_first_box.input-effect {
    width: 46%;
}



.input_first_box {
    position: relative;
    width:100%;
}
.become_fild_main_box ul li {
    margin: 20px 0px;
    margin-bottom: 10px;
}
.become_fild_main_box ul li.half {
    width: 48%;
}
.become_fild_main_box ul li.fourth {
    width: 22%;
}

.become_fild_main_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.become_fild_main_box h4 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 46px;
}

.become_fild_main_box ul li {
    width: 100%;
}
.effect-17 {
    border: 0;
    padding: 18px 0;
    border: 1px solid #B0B0B0;
    background-color: transparent;
    width: 100%;
    border-radius: 8px;
    padding-left: 18px;
}

.effect-17 ~ .focus-border{position: absolute;bottom: 0;left: 50%;width: 0;height: 1px;background-color: #000000;transition: 0.4s;}
.effect-17:focus ~ .focus-border,
.has-content.effect-17 ~ .focus-border{width: 100%;transition: 0.4s;left: 0;display: none;}
.effect-17 ~ label{position: absolute;left: 18px;/* width: 100%; */top: 14px;color: #3E3E3E;transition: 0.3s;z-index: -1;font-size: 14px;font-weight: normal;}
.effect-17:focus ~ label, .has-content.effect-17 ~ label{top: -13px;font-size: 12px;color: #000000;transition: 0.3s;font-weight: normal;background: #fff;padding: 0px 14px;z-index: 1;width: auto;}
.become_fild_main_box ul li.half {
    width: 48%;
}
.heading_box {
    width: 100%;
}

.fild_all_boc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
input.effect-17.text-area {
    height: 120px;
}
button.submit_button {
    background: #44679C;
    color: #fff;
    font-size: 26px;
    border: none;
    padding: 20px 0px;
    border-radius: 10px;
    width: 48%;
    margin-top: 32px;
    transition: 0.6s;
    font-weight: 300;
    cursor: pointer;
}

button.submit_button:hover {
    background: #000;
}
.become_table_responsive {
    margin: 40px 0px;
    margin-bottom: 0px;
}

.become_table.head_box {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    padding: 10px 0px;
}

.become_table.head_box span, .become_table.head_box span code {
    font-size: 18px;
    font-weight: 600;
}

.become_table.head_box span:first-child {
    width: 48%;
    text-align: left;
}

.become_table.head_box span {
    width: 10%;
    text-align: center;
}
.become_table_all_box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DADADA;
    padding: 10px 0px;
}

.become_table_all_box span:first-child {
    width: 48%;
    text-align: left;
}

.become_table_all_box span {
    width: 10%;
    text-align: center;
}
.become_table_all_box .form-group {
    margin-bottom: 2px;
}
.national_first_box.founder h4 {
    margin-bottom: 16px;
}
section.national_box_two.founder_member ul li h4 {
    min-height: 55px;
    line-height: 22px;
}
span.captcha_text a {
    color: #000;
    display: flex;
    align-items: center;
}
section.drop_query_box {
    margin-top: 40px;
}
section.become_box_two.drop_query_box h3 {
    margin-bottom: 26px;
    font-size: 40px;
}


.our_bank_box {
    width: 100%;
    /*background: #4175C3; edited Girish 08 Dec 25*/
	/*background: #9CC507; edited Girish 12 Dec 25 */
	background: #6C8F18; 
    color: #fff;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our_bank_box h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

.our_bank_box h4 a {
    color: #fff;
    text-decoration: underline;
}
.our_address_right_box iframe {
    height: 100%;
}


.our_address_left_box {
    width: 56%;
    /*background: #4175C3; edited Girish 08 Dec 25*/
	/*background: #9CC507; edited Girish 12 Dec 25 */
	background: #6C8F18; 
    color: #fff;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our_address_mid_box {
    display: flex;
    flex-wrap: wrap;
}

.our_address_right_box {
    width: 44%;
}

.our_address_left_box h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

.our_address_left_box h4 a {
    color: #fff;
    text-decoration: underline;
}
.our_address_right_box iframe {
    height: 100%;
}
section.become_box_two.our_address_box {
    margin-bottom: 40px;
    margin-top: 40px;
}

section.become_box_two.our_address_box h3 {
    margin-bottom: 20px;
}
section.become_box_two.renew_member_box {
    margin-top: 40px;
}

section.become_box_two.renew_member_box h3 {
    margin-bottom: 30px;
}
.table_heade {
    display: flex;
    font-size: 18px;
    color: #3E3E3E;
    margin-bottom: 10px;
}

.table_body {
    font-size: 16px;
    color: #3E3E3E;
    display: flex;
    flex-wrap: wrap;
}

.table_heade span:first-child {
    width: 70%;
    text-align: left;
}

.table_heade span {
    width: 30%;
    text-align: center;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    padding: 10px 0px;
    font-weight: bold;
}

.table_body span:first-child {
    width: 70%;
    text-align: left;
}

.table_body span {
    text-align: center;
    width: 30%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    font-weight: normal;
}
.present_member_box {
    margin-top: 50px;
}
.cont-search-results h2 {
    font-size: 46px;
    color: #3E3E3E;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 36px;
}

.cont-search-results ul li b {
    font-size: 16px;
    color: #3E3E3E;
}

.cont-search-results ul li p {
    color: #3E3E3E;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 4px;
}

.cont-search-results ul li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 24px;
    padding-left: 20px;
    position: relative;
}

.cont-search-results ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #4175C3;
}
.cont-search-results ul li:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/arrow_two.png) -56px 6px no-repeat;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all .5s ease;
    position: absolute;
    right: 0px;
    transform: translate(0px, -50%);
    top: 50%;
}
.cont-search-results ul li:hover:after {
    width: 30px;
    height: 30px;
    background: url(../images/arrow_two.png) 0px 6px no-repeat;
}
a.brochure_link {
    color: #4175c3;
    font-weight: bold;
}
.cont-search-results ul li a {
    display: block;
}
.cont-search-results {
    margin-bottom: 80px;
}
.testimonials_mid_box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.test_right_box {
    width: 70%;
}

.test_right_box h2 {
    font-size: 24px;
    color: #3E3E3E;
    font-weight: 600;
    line-height: 30px;
}

.test_right_box p {
    font-size: 16px;
    color: #3E3E3E;
    margin-top: 20px;
}
.test_right_box {
    width: 76%;
}
.testimonials_mid_box {
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
    /* border-bottom: 1px solid #ccc;
    padding-bottom: 40px; */
}
.test_left_image img {
    border-radius: 6px;
}
.upcoming_box h2 {
    font-size: 46px;
    font-weight: normal;
    color: #3E3E3E;
    margin-bottom: 60px;
}

.upcoming_box h3 {
    font-size: 30px;
    color: #4175C3;
    line-height: 30px;
    font-weight: bold;
}
.upcoming_image_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0px;
}

.upcoming_image_box img {
    width: 48%;
    border-radius: 8px;
}
.upcoming_box p {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 26px;
}

.upcoming_box {
    margin-bottom: 40px;
}
.upcoming_box h4 {
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    line-height: 40px;
}

.upcoming_box h5 {
    font-size: 22px;
    font-weight: normal;
    color: #3E3E3E;
}
.gallery_all_box {
    margin-top: 50px;
}
.gallery_all_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-top: 50px; */
}

.gallery_all_box ul li {
    width: 32%;
    position: relative;
    margin-bottom: 22px;
    display: block;
    overflow: hidden;
    transition: all 0.2s linear;
    z-index: 1;
    border-radius: 12px;
}

.gallery_all_box ul li img {
    width: 100%;
    border-radius: 12px;
    display: block;
}
.gallery_all_box ul li a .sub {
    height: 100%;
    width: 100%;
    background-color: rgb(255 0 0 / 46%);
    left: 0;
    bottom: -100%;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    z-index: 66;
    border-radius: 12px;
}

.gallery_all_box ul li a .sub b.info {
    background-image: url(../images/images-icon-hover2.png);
    /* background-position: left top; */
    background-repeat: no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    position: absolute;
    /* top: 0; */
    left: 30px;
    right: 0;
    bottom: 30px;
    /* margin: auto; */
    opacity: 0;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.gallery_all_box ul li a:hover .sub {
    bottom: 0;
    opacity: 1;
    cursor: pointer;
}

.gallery_all_box ul li a:hover .sub b.info {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
section.gallery_box .center {
    width: 95%;
    max-width: 1160px;
    margin: 0 auto;
}
.gallery_all_box ul li a:hover article img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.gallery_all_box ul li a article img {
    transition-duration:2s;
}
select {
    border: 0;
    padding: 18px 0;
    border: 1px solid #B0B0B0;
    background-color: transparent;
    width: 100%;
    border-radius: 8px;
    padding-left: 18px;
    margin-top: 10px;
}

a.events_register_button {
    background: #0A1C5B;
    color: #fff;
    padding: 16px 40px;
    border-radius: 8px;
    margin-top: 28px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    transition: 0.6s;
}

a.events_register_button:hover {
    background: #2ECDFF;
}



.disclaimer p {
    margin-top: 20px;
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
}
.disclaimer ul li {
    padding: 6px 0px;
    list-style: disc;
    margin-left: 20px;
    font-size: 18px;
    color: #3E3E3E;
    font-weight: normal;
}

.disclaimer ul {
    margin-top: 30px;
}

.disclaimer h2 {
    margin-top: 26px;
}













@media screen and (max-width:680px) {
    .become_tick_box h4 {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    section.profile_first_sec h2 {
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 30px;
    }
    section.profile_first_sec h3 {
        font-size: 22px;
        line-height: 28px;
    }
    section.profile_first_sec h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .profile_image_box ul {
        gap: 10px;
    }
    .profile_image_box ul li {
        width: 47%;
    }
    .profile_image_box ul li:last-child {
        width: 98%;
    }
    section.profile_sec h2 {
        font-size: 34px;
        line-height: 36px;
    }
    .profile_mission_box {
        flex-wrap: wrap;
    }
    .profile_mission_left_box {
        width: 100%;
    }
    .profile_mission_left_box ul li {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 0px;
        border-bottom: 1px solid rgb(204 204 204 / 52%);
        padding-bottom: 24px;
        margin-bottom: 20px;
    }
    .profile_mission_left_box ul li:last-child {
        border-bottom: none;
    }
    .profile_mission_left_box ul li aside {
        width: 100%;
    }
    .profile_mission_left_box ul li aside p {
        font-size: 20px;
        line-height: 28px;
        margin: 0px;
    }
    .profile_objective_box ul li {
        margin: 0px 4px;
        min-height: auto;
        border-bottom: 1px solid #ccc;
    }
    section.profile_four ul {
        gap: 12px;
        flex-wrap: wrap;
    }
    section.profile_four ul li {
        width: 47%;
    }
    .pro_bottom_box ul {
        flex-wrap: wrap;
    }
    .pro_bottom_box ul li {
        border-right: none;
        padding: 18px 40px;
        border-bottom: 1px solid rgb(255 255 255 / 49%);
        width: 100%;
    }
    .profile_objective_box ul li span {
        font-size: 30px;
        line-height: 30px;
    }
    .profile_objective_box {
        padding: 80px 0px;
        padding-bottom: 40px;
    }
    span.logo_text:last-child {
        border-right: 1px solid #3E3E3E;
    }
    span.logo_text {
        font-size: 24px;
        border-right: 1px solid #3E3E3E;
        border-bottom: 1px solid #3E3E3E;
        padding: 10px 10px;
        width: 50%;
        text-align: center;
    }
    .logo_box {
        margin-top: 53px;
        display: flex;
        flex-wrap: wrap;
    }
    .profile_objective_box ul li:last-child {
        /* border: none; */
        padding: 14px 0px;
    }
    .profile_objective_box h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .service_include_box ul {
        width: 100%;
    }
    .service_include_box {
        flex-wrap: wrap;
    }
    .profile_objective_box.service {
        padding-top: 18px;
    }
    section.service_box2 h2 {
        font-size: 32px;
        line-height: 40px;
    }
    section.service_box2 ul li {
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    section.service_box2 ul li img {
        width: 100%;
    }
    .service_activities_right_box {
        width: 100%;
        margin-top: 20px;
    }
    section.profile_first_sec.vission_box h2 {
        line-height: 36px;
    }
    .vission_mid_box {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .vission_left_box {
        width: 100%;
    }
    .vission_right_box {
        width: 100%;
        margin-top: 20px;
    }
    .vission_left_box h3 {
        font-size: 36px;
    }
    .vission_left_box p {
        font-size: 18px;
        line-height: 24px;
    }
    section.national_box_two h2 {
        font-size: 26px;
        line-height: 40px;
        margin-top: 20px;
    }
    .national_first_box {
        flex-wrap: wrap;
        margin-bottom: 40px;
        padding: 20px;
    }
    .member_image_box {
        width: 100%;
        text-align: center;
    }
    .mamber_right_box {
        width: 100%;
        margin-top: 20px;
        height: inherit;
        overflow-y: hidden;
        padding-right: 0px;
        text-align: center;
    }
    section.profile_first_sec.national h2 {
        line-height: 40px;
        letter-spacing: 0px;
    }
    .year_box {
        width: 100%;
        margin: 40px 0px;
        flex-wrap: wrap;
    }
    .year_box .year_text {
        width: 100%;
    }
    .year_box .year_right_box {
        width: 100%;
        border-left: none;
        padding-left: 0px;
        padding-bottom: 40px;
        margin-top: 24px;
    }
    .year_box .year_right_box ul li a {
        font-size: 16px;
        padding-right: 40px;
    }
    section.national_box_two ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    section.national_box_two ul li h3 {
        font-size: 16px;
        min-height: auto;
    }
    section.national_box_two ul li h4 {
        font-size: 14px;
        padding-bottom: 6px;
        margin-bottom: 6px;
        margin-top: 6px;
    }
    a.know_more_button {
        font-size: 14px;
    }
    .member_image_box img {
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        width: 80%;
        /* margin: 0px auto; */
    }
    .guideline_mid_box {
        flex-wrap: wrap;
    }
    .guideline_left_box {
        width: 100%;
    }
    .guideline_left_box h2 {
        font-size: 32px;
    }
    .guideline_right_box {
        width: 100%;
    }
    .guideline_member_box h2 {
        font-size: 32px;
    }
    .guideline_table_main_box {
        width: 800px;
    }
    .guideline_table_box {
        width: 800px;
    }
    .guideline_table_responsive_box {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .guideline_map_box {
        flex-wrap: wrap;
    }
    .guideline_map_left_box {
        width: 100%;
        padding: 20px 20px;
    }
    .guideline_map_right_box {
        width: 100%;
        height: 100%;
    }
    .guideline_map_left_box h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .become_download_box {
        display: flex;
        flex-direction: column;
    }
    .become_download_box span {
        border-right: none;
        border-bottom: 1px solid rgb(255 255 255 / 42%);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    section.become_box_two h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .become_tick_box ul li {
        width: 100%;
    }
    .become_fild_main_box ul li.half {
        width: 100%;
    }
    .become_fild_main_box ul li.fourth {
        width: 100%;
        margin-top: 10px;
    }
    .become_fild_main_box ul li {
        width: 100%;
        margin-top: 10px;
    }
    .become_table_responsive {
        overflow-x: scroll;
    }
    .become_table.head_box {
        width: 870px;
    }
    .become_table.head_box span:first-child {
        width: 40%;
    }
    .become_table.head_box span {
        width: 12%;
    }
    .become_table_all_box {
        width: 870px;
    }
    .become_table_all_box span:first-child {
        width: 40%;
    }
    .become_table_all_box span {
        width: 12%;
    }
    .become_fild_main_box ul li.half.captcha {
        flex-wrap: wrap;
    }
    .become_fild_main_box ul li.half.captcha .input_first_box.input-effect {
        width: 100%;
    }
    span.captcha_text {
        margin-left: 0px;
        width: 100%;
        font-size: 14px;
        margin-top: 16px;
    }
    .form-group.favour label {
        display: flex;
        align-items: flex-start;
        line-height: 20px;
        margin: 0px;
        padding: 0px;
        font-size: 16px;
    }
    .mamber_right_box p {
        font-size: 16px;
        line-height: 24px;
    }
    section.national_box_two.founder_member h2 {
        margin: 40px 0px;
    }
    section.become_box_two.drop_query_box h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .cont-search-results ul li {
        padding-right: 40px;
    }
    .testimonials_mid_box {
        flex-wrap: wrap;
    }
    .test_left_image {
        width: 100%;
        text-align: center;
    }
    .test_right_box {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    section.national_box_two ul li span {
        height: auto;
    }
    .upcoming_box h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .upcoming_box h3 {
        font-size: 24px;
    }
    .upcoming_image_box img {
        width: 100%;
        margin-bottom: 10px;
    }
    .upcoming_box p {
        font-size: 16px;
        line-height: 24px;
    }
    .gallery_all_box ul li {
        width: 48%;
        margin-bottom: 14px;
    }
    section.national_box_two.founder_member ul li {
        width: 46%;
        text-align: center;
        margin-bottom: 70px;
    }
    .our_address_left_box {
        width: 100%;
    }
    .our_address_right_box {
        width: 100%;
    }
}