/*
*  html5resetcss
*/

@import url("css/theme-css.css");
html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    background: #FCFFF6 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A0B7B2;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #A0B7B2;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #A0B7B2;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #A0B7B2;
}

.loadScreen {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.loadScreen img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
}

img {
    width: 100%;
    height: auto;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}


/* Custom CSS
============================================= */

:root {
    --maincolor: #96E400;
}

.container {
    width: 100% !important;
    max-width: 1310px !important;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    width: 100%;
    float: left;
}

.header_top {
    background: #D8FF8D;
    width: 100%;
    float: left;
    z-index: 20;
    position: relative;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.header_top_left {
    float: left;
    padding: 20px 0;
}

.header_top_left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_top_left li {
    float: left;
    position: relative;
    padding: 0 10px;
}

.header_top_left li::after {
    background: #000;
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
}

.header_top_left li:last-child::after {
    display: none;
}

.header_top_left li a {
    font-size: 14px;
    line-height: 28px;
    font-weight: 550;
    color: #000;
    display: block;
}

.header_top_left li a:hover {
    color: #85ca17;
}

a.txt_size {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block !important;
    margin: 0 3px;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.thm_btn {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block !important;
    margin: 0 3px;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.theme_white {
    background: #fff;
}

a.theme_green {
    background: #96E400;
}

a.theme_black {
    background: #000;
    color: #fff !important;
}

.header_top_right {
    float: right;
}

.social_info {
    float: left;
    padding: 20px 0;
}

.social_info a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.language_link {
    float: left;
    padding: 20px 0;
}

.language_link a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-right: 20px;
}

.language_link a:hover {
    color: #85ca17 !important;
}

.language_link a::after {
    background: #000;
    width: 1px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: 0;
    content: '';
}

.language_link a:last-child::after {
    display: none;
}

.myDropdown {
    position: relative;
    z-index: 17;
    width: 190px;
    float: right;
    margin: 10px 0;
}

.myDropdown dt small {
    background: url(images/lan-icon.png) 15px center no-repeat;
    background-size: 20px 20px;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    position: relative;
    color: #000;
    border: 1px solid #000;
    border-radius: 60px;
    text-decoration: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.myDropdown dt small:hover,
.myDropdown dt small:active {
    border-color: #bdc3c7;
}

.myDropdown dt span {
    background: url(images/drop-icon.png) 94% center no-repeat;
    background-size: 17px 10px;
    display: block;
    padding: 12px 27px 11px 42px;
    line-height: 23px;
    cursor: pointer;
    height: 50px;
}

.myDropdown dt span img,
.myDropdown dt small img,
.myDropdown dd li small img {
    width: 23px;
    position: absolute;
    left: 6px;
    top: 7px;
}

.myDropdown dd {
    position: relative;
}

.myDropdown dd ul {
    display: none;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    overflow: hidden;
    list-style: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bdc3c7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.myDropdown dd ul li:first-child small:hover {
    border-radius: 3px 3px 0 0;
}

.myDropdown dd ul li:last-child small:hover {
    border-radius: 0 0 3px 3px;
}

.myDropdown dd li {
    display: block !important;
    padding: 9px;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
    position: relative;
    color: #000;
    text-decoration: none;
    border-top: 1px solid rgba(181, 201, 197, 1);
}

.myDropdown dd li:first-child {
    border: none;
}

.myDropdown dd li:hover {
    background-color: #E1F2FF;
    color: #000;
    cursor: pointer;
}

.selected {
    font-weight: 500;
}

.myDropdown dd li.selected {
    background: url(images/tick-icon.png) 93% center no-repeat;
    background-size: 24px 24px;
}

.myDropdown em.active {
    background: #00AB4E;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 14px;
    top: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.myDropdown em.deactive {
    background: #ED1C24;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 14px;
    top: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.myDropdown em.blocked {
    background: #000;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 14px;
    top: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.selected em {
    top: 15px !important;
}

.header_middle {
    background: #fafffe;
    width: 100%;
    float: left;
    font-size: 0;
}

a.site_logo {
    margin: 20px 0;
    display: block;
    float: left;
}

a.site_logo span {
    background: url(images/ashok-stambh.png) 0 0 no-repeat;
    background-size: contain;
    width: 52px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

a.site_logo img:nth-child(2) {
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

a.site_logo figure {
    width: 477px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 800;
    color: #000;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

a.site_logo figure small {
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

a.site_logo figure small strong {
    font-weight: 700;
}

.header_middle figure {
    float: right;
    width: 332px;
    padding: 30px 0;
}

.header_bottom {
    background: #96E400;
    /* background: var(--maincolor); */
    width: 100%;
    float: left;
    height: 70px;
}

.header_nav {
    float: left;
    /* padding: 16px 0; */
}

.header_nav>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header_nav>ul>li {
    float: left;
    margin: 0 15px;
    padding: 16px 0;
    position: relative;
}

.header_nav>ul>li:first-child {
    margin-left: 0;
}

.header_nav>ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    padding: 8px 0;
}

.header_nav>ul>li>a:hover,
.header_nav>ul>li.active>a {
    font-weight: 500;
}

.header_nav>ul>li>a:hover::after,
.header_nav>ul>li.active>a:after {
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 15px;
    content: '';
}

.header_nav>ul>li:hover>ul {
    display: block;
}

.header_nav ul ul>li:hover>ul {
    display: block;
}

.header_nav ul ul,
.header_nav ul ul ul {
    background: rgba(250, 255, 254, 1);
    min-width: 250px;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 70px;
    list-style: none;
    display: none;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 15px 0;
    margin: 0;
    /* border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; */
}

.header_nav ul ul>li {
    width: 100%;
    white-space: nowrap;
    position: relative;
}

.header_nav ul ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    padding: 15px 20px;
}

.header_nav ul ul>li>a:hover {
    background: rgba(136, 194, 23, 1);
    color: #fff;
}

.submenu .menu-item.active a {
    background: rgba(136, 194, 23, 1);
    color: #fff !important;
}

.header_nav ul ul ul {
    left: 353px;
    top: 0;
    min-width: 250px;
}

.nav-drp-arw {
    background: url(images/drop-icon.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: -16px;
    top: 33px;
    width: 10px;
    height: 8px;
}

.custom_link {
    float: right;
    padding: 14px 0;
}

.custom_link a {
    background: #EFFFD6;
    float: left;
    padding: 13px 12px;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    margin-left: 10px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.custom_link a:hover {
    background: rgb(96 139 17);
    color: #fff;
}

.page_holder {
    /* background: var(--maincolor); */
    width: 100%;
    height: 100vh;
    float: left;
}

.custom_panel_1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0ffd2+100 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, #D8FF8D 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    float: left;
}

.custom_panel_1_left {
    width: 70%;
    float: left;
    padding: 83px 0 60px;
}

.custom_panel_1_left small {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    padding-bottom: 5px;
}

.custom_panel_1_left small img {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.custom_panel_1_left h1 {
    font-size: 60px;
    line-height: 90px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px;
}

.custom_panel_1_left h1 strong {
    font-weight: 800;
}

.custom_panel_1_left h1 span {
    color: rgba(136, 194, 23, 1);
}

.custom_panel_1_left p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin: 0 0 30px;
}

.custom_panel_1_left em {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
}

.emp {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
}


/* .para{
    text-align: center;
  } */

.para {
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin: 0 0 0;
    width: 97%;
}

.custom_panel_1_right {
    float: right;
    padding-top: 150px;
}

.custom_panel_2_right {
    /* float: right;
    padding-top: 150px; */
    display: flex;
    gap: 28px;
}

.custom_panel_2_right a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
    width: 230px;
    /* height: 100px; */
    margin-bottom: 40px;
    padding: 18px 10px;
    border: 2px solid #000;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.custom_panel_1_right a {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
    width: 300px;
    height: 100px;
    margin-bottom: 40px;
    padding: 34px 10px;
    border: 2px solid #000;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.custom_panel_1_right a:hover {
    background: #629800;
    border-color: #629800;
    color: #fff;
}

.custom_panel_2_right a:hover {
    /* background: rgba(136, 194, 23, 1);
    border-color: rgba(136, 194, 23, 1);
    color: #fff; */
    background-color: #31611A;
    color: white;
    border-color: #31611A;
}

.self_empowerment {
    background: #fafffe;
    width: 100%;
    float: left;
    padding: -1px 0 90px;
}

.self_empowerment .txt_info {
    /*width: 924px;*/
    width: 100%;
    float: left;
    clear: both;
    display: block;
    vertical-align: bottom;
    margin-right: 0;
}

.txt_tag {
    background: #96E400;
    display: block;
    float: left;
    height: 60px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 18px 32px;
    margin-bottom: 20px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.txt_tag2 {
    background: rgba(204, 251, 241, 1);
    display: block;
    /* float: left; */
    height: 60px;
    font-size: 20px;
    cursor: text;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 18px 32px;
    margin-bottom: 20px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border: none;
}

.self_empowerment h2 {
    font-size: 50px;
    line-height: 80px;
    font-weight: 600;
    color: #000;
    margin: 0 0 30px;
    clear: both;
}

.self_empowerment small {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    padding-bottom: 40px;
}

.self_empowerment .txt_box1 {
    background: url(images/shp-bg1.png) 0 0 no-repeat;
    background-size: cover;
    width: 350px;
    min-height: 350px;
    float: left;
    padding: 30px 20px;
    margin-right: 40px;
    position: relative;
}

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

.section .sec1 {
    font-weight: 700;
    color: black;
    font-size: 18px;
    line-height: 28px;
    /* margin-top: 8px; */
    padding: 0;
}

.text {
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    padding: 10px 0;
}

.Group-img2 {
    width: 20px;
    height: 40px;
}

.Group-img {
    width: 40px;
    height: 40px;
}

.border-class {
    width: 49%;
    height: 382px;
    background-color: #fff;
    border-radius: 40px;
    border: 1px solid #a0b7b2;
    padding: 13px;
    margin-top: 20px;
    position: relative;
    float: left;
}

.border-class:nth-child(2) {
    float: right;
}

.border-class .view_more {
    border: 1px solid #000;
    padding: 7px 25px 8px;
    border-radius: 40px;
    display: inline-block;
    margin-left: 4px;
    /* margin-top: -1px; */
    color: #000;
}

.border-class .view_more:hover {
    background-color: #000;
    color: #fff;
}

.bg-class {
    width: 100%;
    height: 206px;
    border-radius: 38px;
    background-color: #96e400;
    padding: 20px;
}

.bg-class2 {
    width: 100%;
    height: 206px;
    border-radius: 38px;
    background-color: #ffec86;
    padding: 28px;
}

.bg-class2 a:last-child {
    right: -18px;
    position: relative;
}


/* 20.08.24 */


/* .border-class span {
    display: block;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: left;
} */

.border-class span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    text-align: left;
    padding: 15px 35px 12px 7px;
}

.border-class a.arrow_link {
    background: transparent;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 16px;
    bottom: 90px;
}


/* .self_empowerment .txt_box1::after {
    background: url(images/up-arrow.png) 0 0 no-repeat;
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
} */

.self_empowerment .txt_box1 a.linkBtn {
    background: url(images/up-arrow.png) 0 0 no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.self_empowerment .txt_box1>small {
    background: rgba(250, 255, 254, 1);
    display: block;
    float: left;
    padding: 15px 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 23px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.self_empowerment .txt_box1>span {
    display: block;
    width: 212px;
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
}

.self_empowerment .txt_box2 {
    background: rgba(255, 220, 97, 1);
    width: 534px;
    height: 350px;
    float: left;
    text-align: center;
    padding: 23px 10px 22px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.self_empowerment .txt_box2 small {
    display: block;
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
}

.self_empowerment .txt_box2 span {
    display: block;
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    padding-bottom: 33px;
    text-transform: uppercase;
}

.self_empowerment .txt_box2 strong {
    background: #fff;
    display: inline-block;
    height: 100px;
    text-align: center;
    font-size: 40px;
    line-height: 80px;
    font-weight: 700;
    color: #000;
    padding: 11px 72px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.self_empowerment figure {
    display: inline-block;
    vertical-align: bottom;
    width: 504px;
}

.loan_info {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, #D8FF8D 100%);
    width: 100%;
    float: left;
    padding: 60px 0 75px;
    text-align: center;
}

.loan_info .txt_tag {
    display: inline-block;
    margin-bottom: 30px;
    float: none;
}

.loan_info h2 {
    font-size: 37px;
    line-height: 55px;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px;
    clear: both;
}

.loan_info p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
    margin: 0 0 30px;
}

.loan_info h3 {
    font-size: 32px;
    line-height: 55px;
    font-weight: 700;
    color: #000;
    margin: 0 0 80px;
}

.loan_row_1 {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.loan_row_1_left {
    width: 75%;
    float: left;
}

.loan_row_1_left figure {
    background: #fff;
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.loan_row_1_left span {
    background: #96E400;
    display: inline-block;
    vertical-align: middle;
    padding: 16px 23px;
    height: auto;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-right: 20px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}

.loan_row_1_left strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-right: 15px;
    text-transform: uppercase;
}

.loan_row_1_left small {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-right: 69px;
}

.loan_row_1_left a {
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
}

.loan_row_1 ul {
    list-style: none;
    margin: 0 -1.6%;
    padding: 0;
}

.loan_row_1 li {
    background: url(images/shp-bg2.png) 0 0 no-repeat;
    background-size: cover;
    float: left;
    margin: 0 1.6%;
    width: 30.1%;
    height: 290px;
    position: relative;
    padding: 30px 30px 18px;
    text-transform: uppercase;
}

.loan_row_1 li a.arrow_link {
    right: 8px;
    bottom: 18px;
    width: 45px;
    height: 45px;
}


/* .loan_row_1 li::after {
    background: url(images/up-arrow.png) 0 0 no-repeat;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
} */

.loan_row_1 li strong {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
    color: #000;
    padding-bottom: 20px;
}

.loan_row_1 li small {
    display: block;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    text-align: left;
    color: #000;
    margin-right: 0 !important;
}

.loan_row_1 li small:nth-child(2) {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.loan_row_1 li strong:nth-child(3) {
    display: block;
    font-size: 25px;
}

.award {
    background: #fff;
    width: 23%;
    height: 442px;
    float: right;
    text-align: center;
    font-size: 0;
    padding: 30px;
    margin-left: 2%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.award h3 {
    background: #D8FF8D;
    height: auto;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding: 14px 15px;
    text-align: center;
    margin: 0 0 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.award figure {
    width: 49.3%;
    display: inline-block;
    vertical-align: top;
}

.award figure a img {
    width: auto !important;
    border-radius: 10px;
    height: 150px;
}

.award figure:last-child {
    margin-left: 7.4%;
}

.loan_row_2 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.loan_row_2 ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}

.loan_row_2 li {
    background: #fff;
    width: 31.3%;
    height: 400px;
    padding: 30px;
    float: left;
    position: relative;
    margin: 0 1%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.arrow_link {
    background: url(images/up-arrow.png) 0 0 no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 35px;
    bottom: 30px;
}

.loan_row_2 li em {
    background: rgba(250, 192, 255, 1);
    display: block;
    padding: 11px 20px;
    font-size: 21px;
    line-height: 34px;
    font-weight: 600;
    font-style: normal;
    height: auto;
    float: left;
    margin-bottom: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.loan_row_2 li:nth-child(2) em {
    background: rgba(192, 255, 217, 1);
}

.loan_row_2 li:nth-child(3) em {
    background: rgba(255, 236, 134, 1);
}

.loan_row_2 li strong {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
    color: #000;
    padding-bottom: 15px;
    clear: both;
}

.loan_row_2 li small {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    color: #000;
    margin-right: 0 !important;
}

.loan_row_2 li small:nth-child(3) {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.loan_row_2 li strong:nth-child(4) {
    display: block;
    font-size: 30px;
}

.loan_row_2 li p {
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    clear: both;
    text-align: left;
    margin: 0 0 10px;
}

.loan_row_3 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.loan_row_3>ul {
    list-style: none;
    margin: 0 -1%;
    padding: 0;
}

.loan_row_3>ul>li {
    background: #fff;
    width: 41.6%;
    height: 258px;
    padding: 30px;
    float: left;
    position: relative;
    margin: 0 1%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.loan_row_3>ul>li:last-child {
    width: 54.4%;
    float: right;
}

.loan_row_3>ul>li em {
    background: rgba(170, 219, 255, 1);
    display: block;
    padding: 11px 20px;
    font-size: 21px;
    line-height: 34px;
    font-weight: 600;
    font-style: normal;
    height: auto;
    float: left;
    margin-bottom: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.loan_row_3>ul>li p {
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #000;
    clear: both;
    text-align: left;
    margin: 0 0 10px;
}

.loan_row_3>ul>li figure {
    width: 71%;
    float: left;
    margin-right: 3%;
}

.loan_row_3>ul>li span {
    display: block;
    float: left;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    color: #000;
    text-align: left;
}

.loan_row_3>ul>li a.arrow_link {
    right: 144px;
    bottom: unset;
    top: 130px;
}

.loan_row_4 {
    width: 100%;
    float: left;
}

.loan_row_4>ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}

.loan_row_4>ul>li {
    border: 1px solid #93A6A2;
    /* background: #f5f5f5; */
    width: 31.3%;
    height: 370px;
    padding: 20px;
    float: left;
    position: relative;
    margin: 0 1%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.loan_row_4>ul>li figure {
    background: #96E400;
    width: 100%;
    height: 230px;
    display: block;
    padding: 30px 25px 30px 30px;
    margin-bottom: 20px;
    border-radius: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -ms-border-radius: 38px;
    -o-border-radius: 38px;
}

.loan_row_4>ul>li:nth-child(2) figure {
    background: rgba(255, 236, 134, 1);
}

.loan_row_4>ul>li:nth-child(3) figure {
    background: rgba(201, 255, 239, 1);
}

.loan_row_4>ul>li figure img {
    display: block;
    width: auto;
    height: 60px;
    margin-bottom: 30px;
}

.loan_row_4>ul>li figure strong {
    display: block;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-align: left;
}

.loan_row_4>ul>li span {
    display: block;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}

.panel_bg {
    background: #fafffe;
    width: 100%;
    height: 100vh;
}

.custom_panel_2 {
    width: 100%;
    float: left;
    padding: 130px 0;
}

.custom_panel_2 ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}

.custom_panel_2 li {
    width: 31.3%;
    float: left;
    margin: 0 1%;
}

.custom_panel_2 li>.box1 {
    /* background: url(images/shp-bg3.png) 0 0 no-repeat; */
    background-color: gray;
    background-size: 100% 100%;
    width: 100%;
    overflow: hidden;
    min-height: 550px;
    position: relative;
    padding: 30px 30px 20px;
}

.custom_panel_2 li>.box {
    /* box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); */
    /* background-color: rgba(239, 255, 252, 1); */
    border-radius: 3px;
    overflow: hidden;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-radius: 0 0px 40px 40px;
    -webkit-border-radius: 0 0px 40px 40px;
    -moz-border-radius: 0 0px 40px 40px;
    -ms-border-radius: 0 0px 40px 40px;
    -o-border-radius: 0 0px 40px 40px;
}

.custom_panel_2 li>.box .tab-container {
    padding: 15px;
}

.custom_panel_2 li>.box .tab-content ul {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    height: 435px;
}

.custom_panel_2 li>.box .tab-list .tab-item {
    padding: 0 !important;
}

.custom_panel_2 li>.box .tab-list .tab-item:first-child label {
    border-top-left-radius: 40px;
    overflow: hidden;
}

.custom_panel_2 li>.box .tab-list .tab-item:last-child label {
    border-top-right-radius: 40px;
    overflow: hidden;
}

.custom_panel_2 li>.box .tab-list .tab-item::before {
    display: none;
}

.custom_panel_2 .tab-content li {
    position: relative;
    padding-left: 16px;
}

.custom_panel_2 .tab-content li::before {
    border: 1px solid #000;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 11px;
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.custom_panel_2 li>.box .tab-content a.view_more {
    background: #000;
    display: inline-block;
    padding: 13px 25px;
    font-size: 17px;
    line-height: normal;
    color: #fff;
    border-radius: 25px;
    clear: both;
}

.custom_panel_2 li>.box .tab-content a.view_more:hover {
    background: rgba(194, 250, 107, 1);
    color: #000;
}

.tab-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    position: relative;
}


/* tab list 會動的底線 */

.tab-list::before {
    content: '';
    display: block;
    height: 2px;
    width: 33.333%;
    position: absolute;
    bottom: 0;
    background-color: rgba(239, 255, 252, 1);
    transition: .3s;
}

.tab-item {
    flex: 1;
    text-align: center;
    transition: .3s;
    opacity: 0.5;
}

.tab-toggle {
    display: none;
}

.tab-content {
    display: none;
}

.tab-toggle:nth-child(1):checked~.tab-list .tab-item:nth-child(1),
.tab-toggle:nth-child(2):checked~.tab-list .tab-item:nth-child(2),
.tab-toggle:nth-child(3):checked~.tab-list .tab-item:nth-child(3) {
    opacity: 1;
}


/* tab bar 底線位移控制 */

.tab-toggle:nth-child(2):checked~.tab-list::before {
    transform: translateX(100%);
}

.tab-toggle:nth-child(3):checked~.tab-list::before {
    transform: translateX(200%);
}


/* 內容顯示控制 */

.tab-toggle:nth-child(1):checked~.tab-container .tab-content:nth-child(1),
.tab-toggle:nth-child(2):checked~.tab-container .tab-content:nth-child(2),
.tab-toggle:nth-child(3):checked~.tab-container .tab-content:nth-child(3) {
    display: block;
}

.tab-trigger {
    display: block;
    padding: 10px 16px;
    background-color: rgba(194, 250, 107, 1);
    border: 2px solid #000;
    border-bottom: none;
}

.tab-container {
    padding: 15px 30px;
    border: 2px solid #000;
    border-radius: 0px 0 40px 40px;
}

.custom_panel_2 li>.box1 h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.custom_panel_2 li>.box1 span {
    background: #000;
    display: block;
    float: left;
    padding: 18px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.custom_panel_2 li>.box1 strong {
    display: block;
    clear: both;
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}

.custom_panel_2 li>.box1 p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
    margin: 0 0 23px;
}

.custom_panel_2 li>.box1 a {
    background: rgba(250, 255, 254, 1);
    width: 240px;
    height: 100px;
    padding: 35px 27px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.custom_panel_2 li>.video_gallery {
    background: rgb(245 255 224);
    border: 2px solid #000;
    width: 100%;
    min-height: 550px;
    overflow: hidden;
    padding: 30px 30px 0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.custom_panel_2 li h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.custom_panel_2 li>.video_gallery small {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    padding-bottom: 24px;
}

.custom_panel_2 li>.video_gallery img {
    display: block;
    width: 100%;
}

.custom_panel_2 li>.whats_new {
    background: #fff;
    width: 100%;
    padding: 30px;
    min-height: 550px;
    border: 2px solid #000;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.custom_panel_2 li>.whats_new h3>img {
    width: 180px;
    display: block;
    float: right;
}

.custom_panel_2 li>.whats_new img {
    display: block;
    width: 100%;
}

.faq_panel {
    width: 100%;
    float: left;
    padding-bottom: 192px;
}

.faq_panel_txt {
    width: 38%;
    float: left;
}

.faq_panel_txt h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px;
}

.faq_panel_txt p {
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
}

.faq_panel_txt a {
    background: #96E400;
    width: 320px;
    height: 100px;
    padding: 35px 38px;
    border-radius: 100px;
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.faq_panel_txt a:hover {
    background: rgba(92, 151, 0, 1);
    color: #fff;
}

.faq_accordion {
    width: 58.5%;
    float: right;
}

.faq_accordion_panel {
    background: #D8FF8D;
    width: 100%;
    float: left;
    padding: 0 30px;
    margin-bottom: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.faq_accordion_panel h3 {
    background: url(images/arrow-close.png) 99% 35px no-repeat;
    background-size: 20px 17px;
    font-size: 22px;
    line-height: 29px;
    font-weight: 600;
    color: #000;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 29px 40px 29px 0;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.faq_accordion_panel h3.current {
    background-image: url(images/arrow-open.png);
    background-size: 17px 20px;
}

.faq_acc_cont {
    width: 100%;
    float: left;
    display: none;
    padding: 23px 0 29px 12px;
    border-top: 2px solid rgba(160, 183, 178, 1);
}

.faq_acc_cont ol {
    list-style: lower-roman;
    margin: 0;
    padding: 0;
}

.faq_acc_cont ol li {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #000;
}

.footer {
    background: #D8FF8D;
    width: 100%;
    float: left;
}

.footer .header_top {
    background: #D8FF8D;
    border-bottom: 1px solid #000;
    margin-top: 0;
}

.footer .header_top_right {
    padding: 30px 0;
}

.footer .header_top_right figure {
    float: left;
    width: 332px;
    margin: 0;
}

.quick_link {
    width: 100%;
    float: left;
    border-top: 1px solid rgb(0, 0, 0);
}

.link_column {
    float: left;
    width: 25%;
}

.quick_link h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
}

.quick_link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick_link li {
    float: left;
    width: 100%;
}

.quick_link li a {
    display: block;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
}

.quick_link li a:hover {
    color: #739e23;
}

.footer_box {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.footer_box a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
}

.footer_box a:hover {
    color: #739e23;
}

.footer_box p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.footer_box span {
    display: block;
    float: right;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    padding-left: 20px;
}

.footer_box span strong {
    display: inline-block;
    vertical-align: baseline;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}

.footer_bottom {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.footer_bottom P {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    float: left;
    width: 68%;
}

.footer_bottom P:last-child {
    float: right;
    width: 24%;
    font-weight: 500;
    text-align: right;
}

.footer_bottom P:last-child a {
    width: 155px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.footer_bottom P:last-child a img {
    display: block;
}

.banner {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.banner_slider {
    width: 100%;
    float: left;
    position: relative;
}

.banner_slider .slick-slide {
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
}

.banner_slider .slick-center {
    z-index: 2;
    position: relative;
    /* transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2); */
}

.banner_slider .item {
    padding: 0 10px;
}

.slide_cont {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.slide_cont:after {
    background: url(images/shadow1.png) 0 28px no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.slide_cont img {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.banner_slider .slick-slide {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.banner_slider .slick-slide.slick-current {
    filter: blur(0);
    -webkit-filter: blur(0);
}

.slick-center {
    filter: blur(0);
    -webkit-filter: blur(0);
}

.slick-center .slide_txt {
    display: block;
}

.slide_txt {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 700px;
    z-index: 1;
    display: none;
}

.slide_txt h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.slide_txt p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}

.banner_slider .slick-prev {
    background: url(images/prev-btn.png) 0 0 no-repeat;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 40px;
    top: 50%;
    z-index: 1;
    border: none;
    font-size: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner_slider .slick-next {
    background: url(images/next-btn.png) 0 0 no-repeat;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 1;
    border: none;
    font-size: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.recent_news {
    width: 100%;
    float: left;
    padding-bottom: 150px;
    text-align: center;
}

.recent_news .txt_tag {
    float: none;
    display: inline-block;
}

.recent_news h2 {
    font-size: 50px;
    line-height: 80px;
    font-weight: 600;
    color: #000;
    margin: 0 0 50px;
    clear: both;
}

.recent_news .slide_txt {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.loan_disbursement {
    width: 100%;
    float: left;
    /* padding: 50px 0 300px; */
}

.loan_disbursement .container>h2 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0 0 30px;
}

.loan_disbursement .container>h3 {
    font-size: 35px;
    line-height: 60px;
    font-weight: 700;
    color: #88C217;
    text-align: center;
    margin: 0 0 30px;
}

.loan_disbursement h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 70px;
}

.loan_disbursement h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 0;
}


/*.loan_disbursement h6 {*/


/*    font-size: 30px;*/


/*    line-height: 50px;*/


/*    font-weight: 700;*/


/*    color: #000;*/


/*    text-align: center;*/


/*    margin: 0 0 70px;*/


/*}*/


/* map css  */

.state {
    fill: #ccc;
    transition: fill 0.3s;
}

.state.highlight {
    fill: #ff6600;
    /* or any highlight color */
}

.loan_disbursement h6 {
    font-size: 25px;
    line-height: 43px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0 0 70px;
}

.custom_table {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.custom_width {
    /* max-width: 1300px; */
    margin: 0 auto;
}

.custom_table tbody tr:nth-child(even) td {
    background: #f4f4f4;
}

.table_scroll {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
}

.table_scroll::-webkit-scrollbar {
    display: none;
    /* Older Safari and Chromium */
}

.table_scroll>.table_scroll {
    overflow-x: visible;
}

.table_scroll.active {
    cursor: move;
    /* Optional: add some visual cue like reduced opacity */
    /* user-select: none;  Prevent text selection */
}

.table_scroll-1 tbody tr:nth-child(even) td {
    background: #f4f4f4;
}

.custom_width.d_table table {
    table-layout: auto;
}

.custom_width.d_table th,
.custom_width.d_table td {
    padding-left: 10px !important;
}

.custom_table table {
    width: 100%;
    table-layout: auto !important;
}

.custom_table table th,
.custom_table table tfoot td {
    background: #96E400;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    vertical-align: middle;
    padding: 5px 10px;
    white-space: normal;
}

.custom_table table td {
    background: #fff;
    border: 1px solid #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    text-align: left;
    white-space: normal;
    padding: 5px 5px 5px 5px;
}

.custom_table table th br {
    display: none;
}

.custom_table table th p {
    display: inline-block;
}

.custom_table table td sup {
    font-size: 12px;
}

.custom_table p {
    line-height: 30px;
}

.c_box_1 {
    background: #fff;
    width: 100%;
    float: left;
    border: 1px solid #000;
    padding: 30px;
    font-size: 0;
    margin-bottom: 100px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.c_box_1 span {
    background: #96E400;
    height: 90px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    padding: 30px 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.c_box_1 strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-right: 40px;
}

.c_box_1 small {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    margin-right: 126px;
}

.c_box_1 a {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
}

.c_box_1 a img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.table_width {
    width: 48%;
    float: left;
}

.table_width:last-child {
    float: right;
}

.table_width table th,
.table_width table td {
    padding-left: 50px !important;
}

.table_width h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 34px;
}

.text-uppercase td {
    text-transform: uppercase;
}

.beneficiarie_form {
    background: #fff;
    border: 1px solid #A0B7B2;
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 30px 174px 35px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.beneficiarie_form.padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.beneficiarie_form h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0 0 25px;
}

.beneficiarie_form.padding .custom_form li {
    width: 23.4%;
}

.custom_form {
    width: 100%;
    float: left;
}

.custom_form ul {
    margin: 0 -0.8%;
    padding: 0;
    list-style: none;
}

.custom_form li {
    width: 31.7%;
    float: left;
    position: relative;
    margin: 0 0.8% 0;
}

.custom_form li strong,
.custom_form li label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    display: block;
    padding-bottom: 10px;
}

.custom_form li input,
.custom_form li select {
    background: #fff;
    width: 100%;
    height: 60px;
    outline: none;
    padding: 20px 45px 20px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    border: 1px solid #A0B7B2;
    margin-bottom: 30px;
    appearance: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_form li select {
    background: url(images/drop-icon.png) 96% center no-repeat;
    background-size: 14px 10px;
}

.submit_button_1 {
    background: #88C217;
    width: 360px;
    height: 70px;
    clear: both;
    margin: 10px auto 0;
    display: block;
    padding: 27px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.submit_button_1:hover {
    background: #6e9c11;
}

table.padding1 th,
table.padding1 td {
    padding-left: 10px !important;
    text-transform: uppercase;
    word-break: break-all;
}

table.padding2 th {
    padding-left: 10px !important;
    text-transform: uppercase;
}

table.padding2 td {
    padding-left: 10px !important;
}

.srch_box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.srch_box h3 {
    font-size: 24px !important;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    float: left;
    margin: 12px 0 !important;
}

.srch_box input {
    background: #fff url(images/search-normal.svg) 20px center no-repeat;
    background-size: 24px 24px;
    max-width: 508px;
    width: 100%;
    float: right;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    outline: none;
    color: #000;
    padding: 20px 20px 20px 54px;
    border: 1px solid #000;
}

.table_pagination {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.table_pagination span {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.custom_pager {
    float: right;
    font-size: 0;
}

.custom_pager a {
    background: #B5C9C5;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_pager a:hover,
.custom_pager a.active {
    background: #88C217;
    color: #fff;
}

.custom_pager a:first-child:hover,
.custom_pager a:last-child:hover,
.custom_pager a:first-child.active,
.custom_pager a:last-child.active {
    background: #96E400;
}

.custom_pager a img {
    width: 19px;
    height: 17px;
    margin: 16px 0;
}

.market_place_content {
    width: 100%;
    float: left;
}

.m_slider {
    width: 40%;
    float: right;
    position: relative;
    margin-left: 20px;
}

.m_slider .item {
    padding: 0;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.m_slider .item img {
    height: 420px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.slider_arrow {
    /*width: 100%;*/
    /*float: left;*/
    /*margin-top: 40px;*/
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 0px 60px;
}

.slider_arrow a {
    width: 50px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.m_slider .slick-prev {
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 1;
    font-size: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.m_slider .slick-prev:before {
    content: "←";
    /* Unicode left arrow */
    font-size: 24px;
    color: white;
    line-height: 32px;
    text-align: center;
    display: block;
}

.m_slider .slick-next {
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    font-size: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.m_slider .slick-next:before {
    content: "←";
    /*Unicodeleftarrow*/
    font-size: 24px;
    color: white;
    line-height: 40px;
    text-align: center;
    display: block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.custom_panel_3 {
    width: 100%;
    float: left;
    text-align: center;
}

.custom_panel_3 h3 {
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
    margin: 0 0 30px;
}

.custom_panel_3 figure {
    width: 100%;
    float: left;
    display: block;
}

.custom_panel_3 img {
    width: 1290px;
    margin: 0 auto 30px;
    display: block;
}

.custom_panel_3 p {
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.photo_gallery {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.photo_gallery ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}

.photo_gallery li {
    width: 31.3%;
    float: left;
    margin: 0 1% 50px;
    text-align: center;
}

.photo_gallery li iframe {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.photo_gallery li a {
    background: #000;
    display: block;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.photo_gallery li a:hover {
    background: #88C217;
}

.photo_gallery li a img {
    display: block;
}

.photo_gallery li strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
}

.fancybox-nav {
    position: absolute;
    left: 50%;
    bottom: -247px;
    width: 23%;
    height: auto !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.fancybox-nav span {
    visibility: visible;
}

.fancybox-prev span {
    background: url(images/arrow-black-prev.png) 0 0 no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.fancybox-next span {
    background: url(images/arrow-black-next.png) 0 0 no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.fancybox-overlay {
    background: rgb(0, 0, 0, 50%);
}

.fancybox-skin {
    position: relative;
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    padding: 10px !important;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.fancybox-skin::after {
    background: rgb(249 249 249 / 40%);
    position: absolute;
    left: 9px;
    bottom: 20px;
    width: 96.2%;
    height: 50px;
    content: '';
}

.fancybox-skin img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.fancybox-close {
    background: rgb(213 213 213 / 80%) url(../nhfdc/images/close-icon.png) 0 0 no-repeat;
    background-size: contain;
    width: 20px !important;
    height: 20px !important;
    right: -12px !important;
    top: -11px !important;
    z-index: 999 !important;
    position: absolute !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fancybox-close {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.fancybox-close::before,
.fancybox-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 2px;
    background-color: #333;
    transform-origin: center;
}

.fancybox-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fancybox-skin {
    transform: scale(1.5);
}

.ndfdc_page {
    width: 100%;
    float: left;
    /* padding: 50px 0 100px; */
}

.ndfdc_page h2 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0 0 10px;
}

.ndfdc_page h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #88C217;
    text-align: center;
    margin: 0 0 30px;
}

.ndfdc_page h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 70px;
}

.ndfdc_page h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 0;
}


/* .about_page_content .m_slider {
    margin: 70px 0 0;
} */

.our_story {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.our_story_heading {
    width: 100%;
    float: left;
}

.our_story_heading h2 {
    font-size: 40px;
    /* line-height: 90px; */
    font-weight: 700;
    color: #000;
}

.our_story_txt {
    width: 100% !important;
    float: right;
    margin-bottom: 80px;
}

.our_story_txt p {
    font-size: 18px;
    line-height: 40px;
    color: #000;
    margin: 0 0 15px;
    text-align: justify;
}

.our_story_txt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.our_story_txt li {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    position: relative;
    padding-left: 20px;
}

.our_story_txt li::before {
    background: #000;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 22px;
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.our_story_txt td {
    padding: 0 7px;
    vertical-align: middle;
}

.our_story_txt td img {
    width: 300px;
    height: 300px;
    border-radius: 15px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 20%);
}

.our_employee {
    width: 100%;
    float: left;
    overflow: hidden;
}

.employee_slider_area {
    width: 100%;
    float: left;
    position: relative;
    padding: 70px 0;
    /* margin: 85px 0; */
    border-bottom: 1px solid #000;
}

.employee_slider_area:last-child {
    margin: 0;
    padding-bottom: 0;
    border: none;
}

.employee_slider_area h3 {
    display: block;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin: 0 0 85px;
    text-align: left;
    float: left;
}

.employee_slider_area .slider_arrow {
    position: relative;
    width: auto;
    right: 0;
    top: 0;
    margin: 0 0 0;
    float: right;
}

.employee_slider {
    width: 100%;
    float: left;
    position: relative;
    left: -15px;
    width: 2000px;
}

.employee_slider .slick-track {
    float: left;
}

.employee_slider .item {
    padding: 0 15px;
}

.employee_slider .e_box {
    position: relative;
}

.employee_slider .e_box figure {
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.employee_slider .e_box figure img {
    display: block;
}

.employee_slider .e_box strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
}

.employee_slider .e_box span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
}

.employee_slider .e_box small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}

.m_profile_block {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.m_profile_block ul {
    list-style: none;
    padding: 0;
    margin: 0 -2.6%;
}

.m_profile_block li {
    float: left;
    width: 19.8%;
    margin: 0 2.6% 86px;
    text-align: center;
}

.m_profile_block li figure {
    display: block;
    margin-bottom: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.m_profile_block li strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 15px;
}

.m_profile_block li span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 15px;
}

.m_profile_block li p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.c_box_2 {
    background: url(images/shp-bg4.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 340px;
    position: relative;
    padding: 30px 30px 24px;
    text-align: left;
}

.c_box_2::after {
    background: url(images/pink-arrow.png) 0 0 no-repeat;
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
}

a.link {
    background: url(images/pink-arrow.png) 0 0 no-repeat;
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
}

.c_box_2 a.arrow_link {
    background: url(images/pink-arrow.png) 0 0 no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    right: 0;
    bottom: 0;
}

.c_box_2 img {
    width: 80px;
    display: block;
    margin-bottom: 10px;
}

.c_box_2 strong {
    display: block;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.c_box_2 small {
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.c_box_2>a {
    background: #fff;
    width: 140px;
    height: 63px;
    display: block;
    text-align: center;
    padding: 22px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 29px;
    color: #000;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.c_box_2>a:hover {
    background: #ff1313;
    color: #fff;
}

.m_profile_block.odd {
    padding: 0 45px;
}

.general_content {
    width: 100%;
    float: left;
}

.center_txt {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.center_txt p {
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
}

.general_content h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    color: #000;
    margin: 40px 0 0;
    text-align: left;
}

.general_content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.general_content li {
    display: block;
    font-size: 16px;
    line-height: 40px !important;
    font-weight: 500;
    margin: 0;
    text-align: justify;
}

.general_content li::nth-letter(3) {
    padding-right: 25px;
}

.general_content p {
    font-size: 16px;
    line-height: 40px !important;
    font-weight: 500;
    margin: 0;
    text-align: justify;
}

.duties_responsibilities {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.duties_responsibilities h4 {
    background: #96E400;
    width: 800px;
    padding: 33px;
    text-align: center;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    margin: 0 auto 111px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.duties_responsibilities img {
    width: 358px;
    margin: 0 auto 30px;
    display: block;
}

.duties_responsibilities h4 small {
    display: block;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
    padding-top: 27px;
}

.duties_responsibilities h4 em {
    background: #000;
    width: 1px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.duties_responsibilities h4 i {
    background: #000;
    width: 1310px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.duties_responsibilities .d_rows {
    margin: 0 -1%;
    text-align: center;
    font-size: 0;
}

.duties_responsibilities .d_column {
    background: #D4FCFF;
    width: 14.6%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 1%;
    padding: 20px 0 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.duties_responsibilities .d_column::before {
    background: #000;
    width: 1px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: -100px;
    content: '';
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.duties_responsibilities .d_column strong {
    display: block;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    padding: 0 15px 20px;
    text-align: left;
}

.duties_responsibilities ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.duties_responsibilities li,
.duties_responsibilities p {
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    padding: 0 15px;
    word-break: break-all;
}

.duties_responsibilities.odd h4 em {
    top: 277px;
}

.duties_responsibilities.odd h4 em i {
    width: 1559px;
}

.duties_responsibilities.odd .d_rows {
    margin: 0 -0.8%;
}

.duties_responsibilities.odd .d_column {
    width: 12.5%;
    margin: 0 0.8%;
}

.duties_responsibilities.odd .d_column strong,
.duties_responsibilities.odd .d_column li,
.duties_responsibilities.odd .d_column p {
    text-align: center !important;
}

.achievements table th:nth-child(2),
.achievements table td:nth-child(2) {
    white-space: nowrap;
}

.t_txt {
    width: 348px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 25px;
}

.table_block {
    width: 100%;
    float: left;
    margin-bottom: 80px;
}

.table_block h5 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px;
    text-transform: unset;
    text-align: left;
}

.custom_table.width_full {
    width: 100%;
    float: left;
    max-width: unset;
}

.contact_us {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.contact_us ul {
    list-style: none;
    margin: 0 -1.6%;
    padding: 0;
}

.schemes ul {
    list-style: none;
    margin: 0 -3.6%;
    /* margin: 0px -1.4% 0px -76px; */
    padding: 0;
    text-align: center;
    font-size: 0;
}

.contact_us li {
    background: #ECFFC5;
    width: 21.7%;
    margin: 0 1.6% !important;
    min-height: 230px;
    float: left;
    padding: 20px;
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.schemes li {
    /* margin-left: 121px; */
    width: 26.1% !important;
    float: none;
    display: inline-block;
    vertical-align: top;
}


/* .contact_us li {
    background: #ECFFC5;
    width: 350px;
    min-height: 230px;
    float: left;
    padding: 20px;
    position: relative;
    margin-right: 50px;
    
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
} */

.contact_us li:nth-child(2) {
    background: #C3EFFF;
}

.contact_us li:nth-child(3) {
    background: #B6FFDD;
}

.contact_us li p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
}

.contact_us li a {
    background: #000;
    padding: 20px;
    width: 197px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 25px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.contact_us li a:hover {
    background: #96E400;
    color: #000;
}

.office_info {
    width: 100%;
    float: left;
}

.office_info ul {
    margin: 0 -1.1%;
    padding: 0;
}

.office_info li {
    width: 31%;
    min-height: 327px;
    float: left;
    margin-left: 133px;
    /* margin: 0 1.1%;*/
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.office_info li strong {
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    padding: 0 10px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

.office_info li p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    padding: 0 10px;
}

.c_paddiing {
    padding-bottom: 150px;
}

.career_info {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.career_info ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}

.career_info li {
    background: url(images/shp5.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 48%;
    float: left;
    margin: 0 1% 30px;
    min-height: 324px;
    position: relative;
    padding: 30px 14px 30px 20px;
}

.career_info li::after {
    background: url(images/up-arrow.png) 0 0 no-repeat;
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 13px;
    bottom: 13px;
    content: '';
}

.career_info li a {
    display: block;
    float: left;
    font-size: 0;
    margin-bottom: 20px;
}

.career_info li a img {
    width: 80px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
}

.career_info li a small {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}

.career_info li p {
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    clear: both;
}

.tender_content {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.tender_content ul {
    list-style: none;
    margin: 0 -1.4%;
    padding: 0;
}

.tender_content li {
    background: #EFFFFC;
    margin: 0 1.4% 30px;
    float: left;
    width: 22.2%;
    min-height: 400px;
    padding: 30px 20px;
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.tender_content li figure {
    display: block;
    float: left;
    font-size: 0;
    margin-bottom: 20px;
}

.tender_content li figure img {
    width: 80px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
}

.tender_content li figure small {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}

.tender_content li strong {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    clear: both;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.tender_content li p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}

.tender_content li p a.read {
    font-weight: 700;
    color: #000;
}

.tender_content li p a.read:hover {
    color: #ff1313;
    text-decoration: underline !important;
}

.tender_content li a.link {
    background: #000;
    padding: 20px;
    width: 197px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 37px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.tender_content li a.link:hover {
    background: #96E400;
    color: #000;
}

.rti_tabs {
    width: 100%;
    float: left;
}

.rti_tab_nav {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    text-align: center;
    font-size: 0;
}

.rti_tab_nav a {
    background: #A0B7B2;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0 15px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.rti_tab_nav a.current {
    background: #88C217;
}

.rti_tab_container {
    width: 100%;
    float: left;
}

.rti_tab_container>div {
    width: 100%;
    float: left;
    display: none;
}

.table_area {
    width: 100%;
    float: left;
}

.table_area h5 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin: 0 0 60px;
    text-transform: unset;
}

.table_area .table_block:first-child {
    margin-bottom: 100px;
}

.year_list {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #A0B7B2;
}

.year_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.year_list li {
    float: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    padding-right: 35px;
}

.year_list li.current {
    color: #a0de3e;
    font-weight: 700;
}

.show_table_container_2,
.show_table_container_3 {
    width: 100%;
    float: left;
}

.show_table_container_2>div,
.show_table_container_3>div {
    width: 100%;
    float: left;
    display: none;
}

.quick_lick_cont {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.quick_lick_cont ul {
    list-style: none;
    padding: 0;
    margin: 0 -1.5%;
}

.quick_lick_cont li {
    background: url(images/shp-bg6.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 30.2%;
    min-height: 235px;
    float: left;
    margin: 0 1.5% 50px;
    position: relative;
    padding: 20px 30px;
}

.quick_lick_cont li::after {
    background: url(images/arrow2.png) 0 0 no-repeat;
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 33px;
    bottom: 6px;
    content: '';
}

.quick_lick_cont li small {
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    padding-bottom: 8px;
}

.quick_lick_cont li strong {
    display: block;
    font-size: 23px;
    line-height: 33px;
    font-weight: 700;
    color: #000;
    padding-bottom: 8px;
}

.quick_lick_cont li a.link {
    background: #fff;
    padding: 22px;
    width: 197px;
    height: 63px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #000;
    position: absolute;
    left: 30px;
    bottom: 14px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.quick_lick_cont li a.link:hover {
    background: #96E400;
    color: #000;
}

.cg_content {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.cg_content ul {
    list-style: none;
    padding: 0;
    margin: 0 -1.8%;
}

.cg_content li {
    background: url(images/shp-bg7.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 16.3%;
    min-height: 300px;
    float: left;
    margin: 0 1.8% 50px;
    position: relative;
    padding: 30px 5px 20px 20px;
}

.cg_content li a.c_link {
    background: url(images/arrow2.png) 0 0 no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0px;
    bottom: 11px;
}

.cg_content li img {
    width: 80px;
    display: block;
    margin-bottom: 30px;
}

.cg_content li span {
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    padding-bottom: 42px;
    min-height: 50px;
}

.cg_content li small {
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}

.accessibility_Features {
    width: 100%;
    float: left;
}

.accessibility_Features ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accessibility_Features li {
    position: relative;
    width: 100%;
    padding: 0 0 25px 27px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: #000;
}

.accessibility_Features li::before {
    background: #000;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 13px;
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.career_info.odd li {
    background-image: url(images/shp-bg8.png);
    min-height: 223px;
}

.career_info.odd li::after {
    right: 29px;
    bottom: 0;
}

.account_page_cont {
    width: 100%;
    float: left;
    padding: 30px 0 70px;
}

.account_slider {
    width: 720px;
    float: left;
    position: relative;
}

.main_slider {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.main_slider .item {
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.main_slider .item::after {
    background: url(images/shadow1.png) 0 bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
}

.thumb_slider {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.thumb_slider .item {
    margin: 0 15px;
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.thumb_slider>.item::after {
    background: url(images/shadow1.png) 0 bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
}

.th_slide_txt {
    width: 100%;
    max-width: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 27px 29px;
}

.th_slide_txt strong {
    display: block;
    font-size: 80px;
    line-height: 70px;
    font-weight: 700;
    color: transparent;
    padding-bottom: 15px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
    -moz-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
}

.th_slide_txt span {
    display: block;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.th_slide_txt small {
    display: block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}

.th_item {
    width: 220px;
    height: 220px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.th_item::after {
    background: url(images/shadow2.png) 0 bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
}

.th_item strong {
    display: block;
    font-size: 80px;
    line-height: 70px;
    font-weight: 700;
    color: transparent;
    padding-bottom: 15px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
    -moz-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    position: absolute;
    left: 20px;
    bottom: 10px;
    z-index: 1;
}

.th_arrow {
    position: absolute;
    right: 30px;
    top: 360px;
    z-index: 1;
}

.th_arrow a {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.account_form {
    width: 560px;
    height: 730px;
    float: right;
    text-align: center;
    font-size: 0;
    padding: 40px 48px 50px;
    border: 1px solid #617571;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.account_form a.acc_btn {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 70px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.account_form a.acc_btn:first-child {
    margin-right: 20px;
}

.account_form a.acc_btn:hover,
.account_form a.acc_btn.current {
    background: #96E400;
    border-color: #96E400;
}

.input_box {
    width: 100%;
    float: left;
    /* display: none; */
}

.account_form h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    clear: both;
    margin: 0 0 30px;
}

.account_form p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin: 0 0 30px;
}

.input_box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.input_box strong {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

.input_box input {
    width: 82.6%;
    height: 70px;
    padding: 20px;
    float: left;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    border: 1px solid #000;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.input_box input:nth-child(2) {
    width: 70px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.account_form small {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #617571;
    text-align: center;
    padding-bottom: 20px;
    clear: both;
}

a.google_login {
    background: #fff;
    padding: 20px 36px 19px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin-bottom: 54px;
    clear: both;
    text-align: center;
    border: 1px solid #617572;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

a.google_login img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.submitBtn1 {
    background: #A0B7B2;
    width: 400px;
    height: 70px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    border: none;
    outline: none;
    display: block;
    margin: 0 auto;
    clear: both;
    cursor: pointer;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.submitBtn1:hover {
    background: #738e88;
}

.input_box.otp input {
    width: 68px;
    height: 68px;
    text-align: center;
    outline: none;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.input_box.otp input:last-child {
    margin: 0;
}

a.back_btn {
    display: block;
    font-size: 15px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    text-align: left;
    float: left;
    margin-bottom: 60px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

a.back_btn img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.space1 {
    width: 100%;
    float: left;
    height: 172px;
}

.setup_account {
    width: 100%;
    float: left;
    padding: 30px 0 80px;
}

.setup_account_form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 120px;
    border: 1px solid #000;
    position: relative;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.setup_account_form::before,
.setup_account_form::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
    clear: both;
}

.setup_account_form h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0 0 30px;
}

.setup_account_form small {
    display: block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 30px;
    text-align: center;
    color: #000;
}

.form_box {
    width: 100%;
    float: left;
    border-bottom: 1px solid #A0B7B2;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.form_box input {
    width: 300px !important;
    margin-right: 30px;
    float: left;
}

.setup_account_form input[type="button"] {
    background: #A0B7B2;
    min-width: 150px !important;
    height: 70px;
    text-align: center;
    padding: 20px 10px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.setup_account_form input[type="button"]:hover {
    background: #96E400;
}

.setup_account_form strong {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px;
}

.setup_account_form input {
    background: #fff;
    width: 100%;
    height: 70px;
    padding: 20px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    outline: none;
    border: 1px solid #617572;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.setup_account_form .f_row {
    margin: 0 -15px;
    clear: both;
}

.setup_account_form .f_column {
    float: left;
    margin: 0 15px 20px;
    width: 30%;
    position: relative;
}

.date {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #C8CCD4;
    border-radius: 3px;
    appearance: none;
}

.date:focus {
    outline: none;
    border-color: #5D9CF5;
}

.ui-datepicker {
    width: 280px;
    padding: 5px;
    background: #2B323B;
    border-radius: 4px;
    box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

@media screen and (max-width: 580px) {
    .ui-datepicker {
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100%;
        border-radius: 0px;
    }
}

.ui-datepicker.active {
    opacity: 1;
}

.ui-datepicker-header {
    background: #303944;
    height: 38px;
    padding: 3px;
    margin-bottom: 10px;
}

.ui-datepicker-header .ui-datepicker-title {
    text-align: center;
    line-height: 34px;
}

.ui-datepicker-month,
.ui-datepicker-year {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 0 5px;
    margin: -10px 0 0;
    position: relative;
}

.ui-datepicker-month option,
.ui-datepicker-year option {
    color: #000 !important;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    text-indent: 9999px;
    overflow: hidden;
    border-radius: 3px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    background: #444B56;
}

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin-left: 15px;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin-left: 13px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: "";
    position: absolute;
    display: block;
    margin-top: -6px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #C2C7D1;
    border-bottom: 2px solid #C2C7D1;
    pointer-events: none;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.ui-datepicker-calendar thead tr th {
    width: 40px;
    padding-bottom: 6px;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 100%;
    padding: 0;
    color: #8D9298;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.ui-datepicker-calendar tbody tr td {
    padding-right: 3px;
    padding-bottom: 3px;
}

.ui-datepicker-calendar tbody tr td:first-child {
    padding-left: 3px;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: white;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    font-size: 12px;
}

.ui-state-default:hover {
    background: #444B54;
    text-decoration: none;
    color: white;
}

.ui-state-highlight {
    color: #FED615;
}

.ui-state-active:not(.ui-state-highlight) {
    color: white;
    background: #5D9CF5;
}

.ui-datepicker-unselectable .ui-state-default {
    color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.submit_area {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.submit_area>input[type="button"],
.submit_area>input[type="submit"] {
    background: #A0B7B2;
    width: 300px !important;
    height: 70px;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
    display: block;
    border: transparent;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.submit_area>input[type="button"]:hover,
.submit_area>input[type="submit"]:hover {
    background: #96E400;
    color: #000;
}

.space2 {
    width: 100%;
    float: left;
    height: 160px;
}

a.back_btn.odd {
    top: 40px;
    left: 30px;
    position: absolute;
}

.verify_btn {
    background: #A0B7B2;
    width: 80px;
    height: 70px;
    padding: 20px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000 !important;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.verify_btn:hover {
    background: #96E400;
}

.name {
    width: 100%;
    float: left;
    padding: 50px 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #A0B7B2;
}

.name strong {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
}

.name span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}

.custom_panel_4 {
    width: 100%;
    float: left;
    padding: 10px 0 150px;
}

.custom_panel_4 h1 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    color: #88C217;
    margin: 0 0 50px;
}

.custom_panel_4 ul {
    list-style: none;
    margin: 0 -1%;
    padding: 0;
}

.custom_panel_4 li {
    background: url(images/shp-bg9.png) 0 0 no-repeat;
    background-size: 100% 100%;
    float: left;
    width: 31.3%;
    height: 400px;
    margin: 0 1%;
    position: relative;
    padding: 30px 30px 20px;
}

.custom_panel_4 li::after {
    background: url(images/arrow3.png) 0 0 no-repeat;
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 15px;
    bottom: 20px;
    content: '';
}

.custom_panel_4 li:nth-child(2) {
    background-image: url(images/shp-bg10.png);
}

.custom_panel_4 li:nth-child(2)::after {
    background-image: url(images/arrow4.png);
}

.custom_panel_4 li:nth-child(3) {
    background-image: url(images/shp-bg11.png);
}

.custom_panel_4 li:nth-child(3)::after {
    background-image: url(images/arrow5.png);
}

.custom_panel_4 li h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
}

.custom_panel_4 li p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin: 0 0 35px;
}

.custom_panel_4 li a {
    background: #fff;
    width: 240px;
    height: 100px;
    padding: 35px 10px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    position: absolute;
    left: 30px;
    bottom: 20px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.custom_panel_4 li a:hover {
    background: #738e88;
    color: #fff;
}

.profile_status {
    background: #E3FFF9;
    width: 100%;
    float: left;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.profile_status h4 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    float: left;
    margin: 0;
    padding: 30px 50px 30px 30px;
}

.profile_status .progress {
    background: #c7ec7e;
    width: 700px;
    height: 10px;
    float: left;
    margin: 47px 0 43px;
    position: relative;
    margin-right: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.progress_bar {
    background: #88C217;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.profile_status strong {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    padding: 35px 40px 35px 0;
    display: block;
    float: left;
}

.profile_status a {
    background: #88C217;
    display: block;
    float: left;
    width: 277px;
    height: 70px;
    margin: 15px 0;
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
}

.profile_status a:hover {
    background: #96E400;
}

.myDropdown.user {
    float: right;
    width: 230px;
}

.myDropdown.user dt small {
    background: #fff;
    border-color: #A0B7B2;
}

.myDropdown.user dt small span {
    padding-left: 55px;
}

.myDropdown.user dt small span img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.myDropdown.user dt span img,
.myDropdown.user dt small img,
.myDropdown.user dd li small img {
    top: 4px;
}

.loan_form_tab {
    width: 100%;
    float: left;
}

.loan_form_tab h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #88C217;
    padding: 30px 0;
    border-bottom: 1px solid #A0B7B2;
}

a.download_pdf {
    background: #FFE9E9;
    width: 250px;
    display: block;
    height: 60px;
    float: right;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-top: -8px;
    padding: 20px 23px 14px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

a.download_pdf img {
    width: 30px;
    float: left;
    margin: -6px 10px 0 0;
    position: relative;
}

.loan_form {
    width: 100%;
    float: left;
    padding-bottom: 170px;
}

.line {
    background: #A0B7B2;
    width: 100%;
    float: left;
    height: 1px;
    margin-bottom: 20px;
}

.loan_form h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #88C217;
    margin: 40px 0 50px;
}

.loan_form .row1 {
    margin: 0 -1%;
    clear: both;
}

.loan_form .column1 {
    float: left;
    margin: 0 1% 20px;
    width: 23%;
    position: relative;
}

.loan_form .column1 strong {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px;
}

.loan_form .column1 input,
.loan_form .column1 select {
    background: #fff;
    width: 100%;
    height: 70px;
    padding: 20px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    outline: none;
    border: 1px solid #617572;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.selectState {
    background: url(images/drop-icon.png) 95% center no-repeat !important;
    background-size: 19px 10px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Upload file */

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 70px;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 15px;
    line-height: 46px;
    font-weight: 400;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #617572;
    padding: 10px 15px 10px 118px;
    display: block;
    /* width: calc(100% - 60px); */
    width: 100%;
    pointer-events: none;
    z-index: 20;
    height: 70px;
    color: #000;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.file-upload-wrapper:before {
    background: #96E400;
    content: "Choose file";
    position: absolute;
    top: 6px;
    left: 7px;
    display: inline-block;
    width: 100px;
    height: 57px;
    color: #000;
    font-weight: 400;
    z-index: 25;
    font-size: 15px;
    line-height: 28px;
    padding: 14px 9px;
    pointer-events: none;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}


/* .file-upload-wrapper:hover:before {
    background: #3d8c63;
} */

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 46px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 0 !important;
}

.column1.odd {
    width: 48%;
    height: 45px;
}

.column1 p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.faq_accordion_panel.odd:first-child {
    position: relative;
    margin-top: -20px;
}

.faq_accordion_panel.odd {
    background: transparent;
    border-bottom: 1px solid rgba(160, 183, 178, 1);
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.faq_acc_cont.odd {
    background: transparent;
    border-bottom: 1px solid rgba(160, 183, 178, 1);
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.toggle {
    float: left;
    position: relative;
    overflow: hidden;
    line-height: 36px;
    margin: 17px 40px 0 0;
}

.toggle input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
    opacity: 0;
}

.toggle input:checked+i {
    background-image: url(images/toggle-active.png);
}

.toggle i {
    background: url(images/toggle.png) 0 0 no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    margin-right: 10px;
}

a.add_btn {
    background: #96E400;
    width: 100px;
    height: 70px;
    float: right;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding: 20px 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

a.add_btn:hover {
    background: #88C217;
    color: #fff;
}

.faq_acc_cont.odd ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq_acc_cont.odd li {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    width: 100%;
    float: left;
    position: relative;
    padding: 18px 186px 18px 0;
    border-bottom: 1px solid #A0B7B2;
}

.faq_acc_cont.odd li:last-child {
    border: none;
    margin-bottom: -29px;
}

.toggle_box {
    position: absolute;
    right: 0;
    top: 15px;
}

.toggle_box .toggle {
    margin: 0 0 0 30px;
}

.row1.add_sec .column1 {
    width: 21.4%;
}

a.add_sec_btn {
    background: #96E400;
    width: 70px;
    height: 70px;
    display: block;
    float: right;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    text-align: center;
    padding: 20px 0;
    margin: 37px 0.8% 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.column1.full {
    width: 98%;
}

.acc_info {
    width: 100%;
    float: left;
    display: none;
}

.f_column.hide {
    display: none;
}

.amount_area {
    width: 100%;
    float: left;
    padding-left: 260px;
    position: relative;
}

.row1.amount .column1 {
    width: 23%;
}

.row1.amount::before,
.row1.amount::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
}

.row1.amount .column1:first-child {
    position: relative;
}

.row1.amount .column1 input[pattern=""] {
    color: red;
}

.faq_accordion_panel small {
    position: absolute;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 220px;
    word-break: break-all;
}

.vmy_loan {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.vmy_loan_cont {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

.vmy_loan_cont h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
}

.vmy_loan_cont small {
    display: block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    padding-bottom: 40px;
}

.list_1 {
    list-style: none;
    padding: 0;
    margin: 0 -1.6%;
}

.list_1 li {
    margin: 0 1.6%;
    float: left;
    width: 30%;
}

.cont_box1 {
    background: url(images/shp-bg10.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 400px;
    padding: 30px 30px 20px;
    position: relative;
}

.cont_box1::after {
    background: url(images/arrow4.png) 0 0 no-repeat;
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 15px;
    bottom: 20px;
    content: '';
}

.cont_box1 h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px;
    max-width: 420px;
}

.cont_box1 span {
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}

.cont_box1 span strong {
    display: inline-block;
    font-weight: 700;
}

.cont_box1 a {
    background: #fff;
    width: 240px;
    height: 100px;
    text-align: center;
    padding: 35px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 30px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.cont_box1 a:hover {
    background: #000;
    color: #fff;
}

.list_2 {
    list-style: none;
    padding: 0;
    margin: 0 -1.6%;
}

.list_2 li {
    margin: 0 1.6%;
    float: left;
    width: 30%;
}

.cont_box2 {
    background: url(images/shp-bg9.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 325px;
    padding: 30px 20px;
    position: relative;
}

.cont_box2::after {
    background: url(images/arrow3.png) 0 0 no-repeat;
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 10px;
    bottom: 15px;
    content: '';
}

.cont_box2 h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #A0B7B2;
}

.cont_box2 p {
    margin: 0;
}

.cont_box2 p span:last-child {
    text-align: right;
    float: right;
}

.cont_box2 span {
    display: block;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    float: left;
    padding-bottom: 5px;
}

.cont_box2 a {
    background: #fff;
    width: 203px;
    height: 60px;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.cont_box1 a:hover {
    background: #000;
    color: #fff;
}

.cont_box2.odd {
    background: #FFE9E9 !important;
    width: 100%;
    height: 325px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.cont_box2.odd::after {
    display: none;
}

.user_loan_details {
    width: 100%;
    float: left;
}

.loan_info_box {
    border: 1px solid #A0B7B2;
    width: 48.9%;
    height: 620px;
    float: left;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.loan_info_box:nth-child(2) {
    float: right;
}

.loan_info_box h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #A0B7B2;
}

.loan_info_box ul {
    width: 100%;
    float: left;
    margin-bottom: 19px;
    list-style: none;
    padding: 0;
}

.loan_info_box li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    padding: 0 20px 20px;
    text-align: left;
}

.loan_info_box li strong {
    display: block;
    font-weight: 600;
    float: left;
    width: 174px;
}

.loan_info_box:nth-child(2) li strong {
    width: 264px;
}

.loan_info_box a {
    background: #FF6C6C;
    width: 200px;
    height: 60px;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    display: block;
    clear: both;
    margin-left: 20px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.loan_info_box a:hover {
    background: #000;
    color: #FF6C6C;
}

.schedule_table {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.schedule_table table {
    width: 100%;
    text-align: left;
    border: 1px solid #A0B7B2;
}

.schedule_table thead tr th {
    background: #FF6C6C;
    padding: 19px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.schedule_table tbody tr td {
    background: #fff;
    padding: 19px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #A0B7B2;
}

.views-form .js-form-type-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -60px;
    margin-right: 15px;
}

select {
    width: 133px;
    height: 30px;
    text-align: center;
    color: #101010;
    border-color: #101010;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.views-form {
    width: auto;
    max-width: 1200px;
    margin: 0 auto 30px;
}


/* .views-form input {
    background: #96e400;
    border: none;
    color: #fff;
    text-align: center;
    width: 60px;
    height: auto;
    padding: 4px 7px 6px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
} */

.ac_button {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
}

.ac_button::before,
.ac_button::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
}

.ac_button>a {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    background: #96e400;
    border: none;
    color: #fff;
    text-align: center;
    width: auto;
    height: auto;
    padding: 4px 7px 6px;
    margin-bottom: 10px;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.management_profile input#edit-submit {
    display: none;
}

.views-form input[type="submit"] {
    background: #96e400;
    border: none;
    color: #fff;
    text-align: center;
    width: auto;
    height: auto;
    padding: 4px 7px 6px;
    outline: none;
    position: relative;
    top: -60px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.schedule_table tfoot tr td {
    background: #FF6C6C;
    padding: 23px 19px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.loan_details_box {
    background: #FFDD67;
    width: 749px;
    float: left;
    margin-top: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.loan_details_box h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    padding: 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #000;
}

.loan_details_box .inner {
    width: 100%;
    float: left;
    padding: 0 30px 23px;
}

.loan_details_box .inner span {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    float: left;
    margin-right: 30px;
}

.loan_details_box .inner span strong {
    display: inline-block;
    font-weight: 700;
}

.loan_details_box .inner h5 {
    padding: 0;
    border: none;
}

.loan_details_box .inner p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    float: left;
    margin: 30px 0 25px;
    border-top: 1px solid #000;
    padding-top: 20px;
    clear: both;
    width: 100%;
    float: left;
}

.loan_details_box .inner a {
    background: #fff;
    width: 203px;
    height: 60px;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    display: block;
    clear: both;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.loan_details_box .inner a:hover {
    background: #000;
    color: #fff;
}

#msform {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

#msform fieldset {
    width: 100%;
    float: left;
    position: relative !important;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}


/*buttons*/

#msform .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}


/*headings*/

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}


/*progressbar*/

#msform {
    width: 100%;
    float: left;
    position: relative;
    z-index: 10;
    margin-top: 20px;
}

#progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    list-style: none;
    padding: 0;
    margin: 0;
}

#progressbar li {
    background: #E3FFF9;
    width: 200px;
    height: 80px;
    padding: 30px 10px;
    text-align: center;
    float: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-right: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#progressbar li.active {
    color: #27AE60;
}

#progressbar li:before {
    /* content: counter(step); */
    /* counter-increment: step; */
    background: url(images/tick-icon.png) 0 0 no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    line-height: 20px;
    display: none;
    vertical-align: middle;
    margin-right: 6px;
    font-size: 10px;
    color: #333;
    border-radius: 3px;
    margin: 0 12px 5px auto;
    content: '';
}


/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    display: inline-block;
}

.slider_main {
    width: 50%;
    float: left;
    margin-left: 50px;
}

.slider_main .item img {
    border-radius: 30px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.slider_thumb {
    width: 35%;
    float: right;
}

.slider_thumb .item {
    padding: 0 10px;
}

.slider_thumb .item img {
    height: 363px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.page_down {
    background: #acf2e3;
    position: relative;
    float: right;
    right: 0;
    top: 30px;
    line-height: 45px;
    width: 50px;
    height: 50px;
    z-index: 3;
    padding-top: 5px;
    text-align: center;
    overflow: hidden;
    display: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.page_down img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

.customNav {
    width: 100%;
    float: left;
}

.customNav h2 {
    font-size: 30px;
    line-height: 45px;
    color: #101010;
    font-weight: 700;
    margin: 0 0 30px;
}

.customNav ol {
    list-style: none;
    padding: 15px 0;
    margin: 0;
}


/* .customNav ol li:after {
    background: #101010;
    position: absolute;
    right: -12px;
    top: 8px;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
}
.customNav ol li:last-child:after {
display: none;
} */

.customNav ol li {
    float: left;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    color: #101010;
    position: relative;
    margin-right: 4px;
}

.customNav ol li a {
    display: block;
    color: #101010;
}

.customNav ol li:hover a {
    color: #2ac016;
}

a.page_down.change img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    top: -3px;
    position: relative;
}

a.menu_btn {
    background: #acf2e3;
    position: relative;
    float: right;
    margin-left: 15px;
    top: 30px;
    line-height: 42px;
    width: 50px;
    height: 50px;
    z-index: 3;
    padding-top: 5px;
    text-align: center;
    overflow: hidden;
    display: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.menu_btn img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

a.cls_btn {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 13px;
    top: 10px;
    display: none;
}

.table_border_l_r {
    width: 100%;
    float: left;
    overflow-x: auto;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.scroll_box {
    width: 100%;
    height: 345px;
    overflow: hidden;
    overflow-y: auto;
}

.scroll_box.odd {
    height: 396px;
}

.custom_block {
    width: 100%;
    float: left;
    margin: 200px 0 0;
}

.custom_block.odd {
    margin-top: 100px;
}

.d_rows.odd .d_column {
    background: #FFEDD9;
    margin: 0 0.2% 0 1.4%;
    float: left;
    position: relative;
}

.d_rows.odd .d_column:nth-child(2) {
    margin-left: 15.4%;
}

.d_rows.odd .d_column:nth-child(3) {
    margin-left: 22.5%;
}

.d_rows.odd .d_column:nth-child(4) {
    margin-left: 8.5%;
}

.d_rows.odd .d_column::before {
    height: 200px;
    top: -200px;
}

.d_rows.odd .d_column:nth-child(3)::before {
    height: 100px;
    top: -100px;
}

.d_rows.odd.color .d_column {
    background: #F4EDFF;
}

.d_rows.odd.color .d_column::before {
    height: 100px;
    top: -100px;
}

.u_line {
    background: url(images/line.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 444px;
    height: 100px;
    position: absolute;
    top: -200px;
    left: -123px;
}

.d_rows.odd .d_column:nth-child(3) .u_line {
    width: 221px;
    height: 100px;
    left: -12px;
}

.chart_panel {
    width: 100%;
    float: left;
    overflow: hidden;
}

.sreen_reader p {
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    margin: 0 0 15px;
}

.sreen_reader .custom_table {
    margin: 15px auto;
}

.txt_resize {
    width: 100%;
    float: left;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(160, 183, 178, 1);
}

.txt_resize.no_bor {
    border: unset;
    margin: 0;
}

.txt_resize h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px;
    text-align: left;
    text-transform: unset;
}

.txt_resize label {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-right: 50px;
}

.txt_resize label button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 2;
}

.txt_resize label input {
    position: absolute;
    display: none;
}

.txt_resize label input:checked+i {
    background-image: url(images/toggle-active.png);
    width: 36px;
    height: 36px;
}

.txt_resize label i {
    background: url(images/toggle.png) 0 0 no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    margin-right: 9px;
    float: left;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.subBtn {
    background: #B5C9C5;
    width: 252px;
    height: 80px;
    padding: 25px 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    display: block;
    clear: both;
    border: none;
    outline: none;
    margin-top: 88px;
    text-align: center;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.subBtn:hover {
    background: #92a7a3;
}

.adisable {
    color: gray;
    opacity: 0.7;
    pointer-events: none;
}

.account_tab_btn {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
    padding-bottom: 40px;
}

.account_tab_btn a {
    /* background: #A0B7B2; */
    width: 100%;
    max-width: 200px;
    margin: 0 10px;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #A0B7B2;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.account_tab_btn a:hover {
    background: #96E400;
    border-color: #96E400;
}

iframe.contact-map {
    position: absolute;
    left: 535px;
    top: 0;
    height: 325px;
    border-radius: 30px;
    width: 800px;
}

.schemes li h6 {
    overflow: hidden;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
}

.schemes-pdf {
    width: 42px;
    float: left;
    margin: 4px 15px 0 0;
}

.schemes-size {
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    color: #000 !important;
    position: absolute;
    top: 86px;
    left: 16px;
}

.schemes li a {
    margin: 0 auto;
    float: none;
    position: static;
    display: block;
}

.report_cont .view-filters {
    float: right;
}

.report_cont .view-filters label {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    padding: 20px 0;
    float: left;
}

.report_cont .view-filters select {
    width: 203px;
    height: 40px;
    padding: 8px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    border: 1px solid #efecec;
    outline: none;
}

.report_cont .view-filters input[type="submit"] {
    background: #000;
    width: 88px;
    margin-top: 50px;
    height: 30px;
    padding: 6px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: block;
    border: none;
    outline: none;
    float: right;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.report_cont .view-filters input[type="submit"]:hover {
    background: #96E400;
    color: #fff;
}

.report_cont p {
    float: left;
    margin: 0;
}

.report_cont p strong {
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #88C217;
}

.report_cont main {
    width: 100% !important;
    float: left !important;
    margin: 50px 0 0 !important;
}

.report_cont main p {
    width: 100%;
}

.report_cont main p iframe {
    width: 100% !important;
    padding: 0 !important;
}


/* 12.08.2024 */

.s_no .views-field-counter,
.s_no .views-field-counter,
.s_no th:first-child,
.s_no td:first-child {
    /* width: 97px; */
    text-align: center;
}

.management_profile .pager__item,
.management_profile a[title="Current page"],
.management_profile a[rel="next"] {
    display: none;
}

.view-filters {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
    text-align: right;
    clear: both;
}

.view-filters::before,
.view-filters::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    content: '';
}

.view-filters label {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}

.view-filters .select {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
}

.view-filters .styledSelect {
    height: auto;
    text-align: left;
    padding: 6px 6px;
}

.view-filters .styledSelect:after {
    top: 16%;
    right: 15px !important;
}

.view-filters .styledSelect.active::after {
    right: 9px !important;
}

.view-filters .options {
    top: 28px;
    text-align: left;
}

.view-filters .js-form-type-select {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.view-filters select {
    width: 133px;
    height: 30px;
    text-align: center;
    color: #101010;
    border-color: #101010;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.view-filters input {
    background: #96e400;
    border: none;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 30px;
    outline: none;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.report_cont .view-filters label {
    padding: 0px 15px !important;
    font-size: 18px;
}

.report_cont .view-filters input[type="submit"] {
    margin-top: 0 !important;
}

.general_content.conduct {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
}

.general_content.conduct em {
    font-style: normal !important;
}

.general_content {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
}

.general_content.conduct li em {
    font-style: normal;
    padding-right: 8px;
}

.award a.view_more {
    background: #000;
    display: inline-block;
    padding: 13px 25px;
    font-size: 17px;
    line-height: normal;
    color: #fff;
    border-radius: 25px;
    margin: 36px;
    clear: both;
}

#map_trigger {
    background-color: #EFFFFC;
    border: 1px solid #A0B7B2;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    padding: 0;
    border-radius: 4px;
    position: relative;
    width: 300px;
    height: 60px;
    outline: none;
    padding: 15px 20px;
    border-radius: 20px;
    margin-right: 30px;
}

#mapgoogle {
    height: 800px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}


/* map css custom  */


/* Set the size of the div element that contains the map */

.map {
    width: 500px;
    height: 500px;
}

body {
    font-family: "Poppins", sans-serif;
}

img [draggable="false"] {
    width: 30px;
    height: 30px;
    user-select: none;
    padding: 0px;
    background: rgb(17 125 230) !important;
    margin: 0px;
    max-width: none;
    border-radius: 117px;
    border: 2px solid rgb(255, 255, 255);
}

#map {
    height: 800px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
    margin-top: 50px;
}

.map>div:nth-child(2) {
    display: none;
}

.popupwidth {
    width: 300px;
    padding: 15px 0px 15px 15px;
}

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    background-color: white;
    border-radius: 0px 0px 8px 8px;
    padding: 0;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}

.details h5 {
    font-size: 14px;
    text-transform: capitalize;
}

.details p span {
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.details p {
    font-size: 14px;
    margin-bottom: 7px;
    letter-spacing: 1px;
    color: #5f6368;
    font-weight: 400;
}

.gm-ui-hover-effect {
    user-select: none;
    top: -1 !important;
    right: 0 !important;
    width: 30px !important;
    height: 30px !important;
    background: #b8b8b8 !important;
}

button:focus {
    outline: none !important;
}

.gm-style .gm-style-iw-c {
    border-top: 0px solid;
    border-image: linear-gradient(45deg, #164aaf, #20232c) 1;
}

.gm-ui-hover-effect span {
    margin: 3px !important;
}


/* Custom select */

.custom-select {
    appearance: none;
    /* Remove default styling */
    background-color: #ffffff;
    border: 2px solid #ccc;
    visibility: visible !important;
    border-radius: 8px;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #333;
    cursor: pointer;
    outline: none;
    text-align: left !important;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    transition: border-color 0.3s ease;
}

.custom-select:hover {
    border-color: #888;
}

.custom-select:focus {
    border-color: #007BFF;
}

#stateSelect {
    background-color: #EFFFFC;
    border: 1px solid #A0B7B2;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    padding: 0;
    border-radius: 4px;
    position: relative;
    width: 300px;
    height: 60px;
    outline: none;
    padding: 15px 20px;
    border-radius: 20px;
    margin-right: 30px;
}

.custom_table table th:first-child,
.custom_table table td:first-child {
    min-width: 75px;
    text-align: center;
}

main {
    width: 100%;
    float: left;
}

nav[role="navigation"] {
    width: 100%;
    float: left;
}

caption {
    background: #96E400;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 15px;
    border: 1px solid #000;
    border-bottom: none;
}

.js-pager__items {
    width: 100%;
    float: left;
    font-size: 0;
    text-align: center;
    padding: 20px 0;
}

.js-pager__items li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: #000;
    font-size: 16px;
}

.js-pager__items li a {
    display: inline-block;
    color: #000;
}


/* 11.06.2025 */

.scheme_page_cont {
    width: 100%;
    float: left;
    padding: 30px 0 50px;
}

.scheme_button {
    width: 100%;
    float: left;
    position: relative;
}

.scheme_button:after {
    background: #000;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
}

.scheme_button .tagclass {
    width: 50%;
    float: left;
}

.scheme_button .tagclass:nth-child(2) {
    padding-left: 20px;
}

.scheme_page_cont ul {
    list-style: none;
    padding: 0;
    margin: 0px 0 50px;
    width: 100%;
    float: left;
    position: relative;
}

.scheme_page_cont ul:after {
    background: #000;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
}

.scheme_page_cont li {
    width: 50%;
    float: left;
}

.scheme_page_cont li:nth-child(3) .sc_box {
    background: #C3EFFF;
}

.scheme_page_cont li:nth-child(5) .sc_box {
    background: #B6FFDD;
}

.scheme_page_cont li .sc_box {
    background: #ECFFC5;
    width: 100%;
    max-width: 400px;
    min-height: 230px;
    padding: 20px;
    position: relative;
    margin: 20px 0 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.scheme_page_cont li .sc_box figure {
    display: block;
    float: left;
    width: 42px;
    margin: 4px 20px 0 0;
}

.scheme_page_cont li .sc_box strong {
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #000;
}

.scheme_page_cont li .sc_box small {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
}

.scheme_page_cont li .sc_box a {
    background: #000;
    padding: 20px;
    width: 197px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.scheme_page_cont li .sc_box a:hover {
    background: #96E400;
    color: #000;
}

.video-player {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 20px;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom-video {
    width: 100%;
    display: block;
    background: #000;
    min-height: 230px;
    /* fallback */
}

.video-player.no-poster::before {
    content: "";
    background-color: #000;
    position: absolute;
    inset: 0;
    z-index: 1;
}

.play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.play-pause-btn.hidden {
    opacity: 0;
    pointer-events: none;
}


/* .styledSelect {
    display: none;
} */


/*responsive CSS
=================================================================*/


/* @media (-webkit-device-pixel-ratio: 1.25) {
    * {
        zoom: 0.8;
    }
} */

@media only screen and (max-width:2560px) {}

@media only screen and (max-width:2100px) {}

@media only screen and (max-width:1700px) {
    a.site_logo span {
        width: 40px;
        height: 72px;
    }
    a.site_logo img:nth-child(2) {
        width: 70px;
    }
    a.site_logo figure {
        font-size: 20px;
        line-height: 26px;
    }
    .darkTheme a.site_logo figure {
        font-size: 20px;
        line-height: 26px;
    }
    .header_middle figure,
    .footer .header_top_right figure {
        width: 265px;
    }
    .darkTheme .header_middle figure,
    .darkTheme .footer .header_top_right figure {
        width: 265px;
    }
    .loan_disbursement .container>h3 {
        font-size: 40px;
    }
    .custom_link {
        padding: 13px 0;
    }
    .custom_link a {
        font-size: 12px;
        padding: 13px 13px;
        height: auto;
        margin-left: 10px;
    }
    .header_nav>ul>li {
        margin: 0 12px;
    }
}

@media only screen and (max-width: 1500px) {
    .box-section {
        display: flex !important;
    }
    .emp {
        font-size: 18px !important;
    }
    .border-class {
        width: 100% !important;
        height: auto !important;
    }
    .bg-class {
        width: 100% !important;
        height: auto !important;
    }
    .bg-class2 {
        width: 100% !important;
        height: auto !important;
    }
    .text {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .section .sec1 {
        font-size: 15px !important;
        line-height: 19px !important;
    }
    .section {
        margin-top: 5px !important;
    }
    .container {
        max-width: 1280px;
    }
    .header_top_left li {
        padding: 0 7px;
    }
    .myDropdown {
        width: 145px;
    }
    .custom_link a {
        padding: 17px 19px;
        margin-left: 9px;
    }
    .social_info a {
        margin-right: 9px;
    }
    .custom_panel_1_left h1 {
        font-size: 54px;
        line-height: 78px;
    }
    .custom_panel_1_right a {
        font-size: 18px;
        width: 270px;
        height: 85px;
        margin-bottom: 30px;
        padding: 26px 10px;
    }
    .txt_tag {
        height: auto;
        font-size: 15px;
        line-height: 17px;
        padding: 18px 25px;
    }
    .img-box {
        width: 100% !important;
        height: 100% !important;
    }
    .self_empowerment .txt_info {
        width: 100%;
        margin-right: 2%;
    }
    .self_empowerment h2 {
        font-size: 40px;
        line-height: 58px;
        margin: 0 0 15px;
    }
    .self_empowerment small {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 33px;
    }
    .self_empowerment figure {
        width: 37%;
    }
    .self_empowerment .txt_box1 {
        background-size: 100% 100%;
        width: 40%;
        padding: 30px 20px;
        margin-right: 4.7%;
        min-height: 270px;
    }
    .self_empowerment .txt_box1 a.linkBtn {
        width: 65px;
        height: 65px;
        right: 8px;
        bottom: 3px;
    }
    .self_empowerment .txt_box1>small {
        padding: 10px 20px;
        font-size: 15px;
    }
    .self_empowerment .txt_box1>span {
        font-size: 24px;
        line-height: 40px;
    }
    .self_empowerment .txt_box2 {
        width: 55.3%;
        height: 270px;
    }
    .self_empowerment .txt_box2 small {
        font-size: 24px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    .self_empowerment .txt_box2 span {
        font-size: 27px;
        line-height: 40px;
        padding-bottom: 25px;
    }
    .self_empowerment .txt_box2 strong {
        height: 67px;
        font-size: 22px;
        line-height: 55px;
        padding: 7px 39px;
    }
    .self_empowerment {
        /* padding-bottom: 130px; */
    }
    .loan_row_1_left {
        width: 76%;
    }
    .loan_row_1_left {
        width: 73%;
    }
    .award {
        width: 24.7%;
        margin-left: 2.3%;
        padding: 20px;
        height: 406px;
    }
    .loan_row_1_left {
        text-align: left;
    }
    .loan_row_1_left figure {
        padding: 20px;
    }
    .loan_row_1_left span {
        padding: 18px 25px;
        height: auto;
        font-size: 23px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .loan_row_1_left strong {
        font-size: 33px;
    }
    .loan_row_1 li {
        background-size: 100% 100%;
        padding: 20px;
        height: 270px;
    }
    .loan_row_1 li strong {
        font-size: 25px !important;
        line-height: 35px;
        padding-bottom: 10px;
    }
    .loan_row_1 li small {
        font-size: 16px;
        line-height: 27px;
    }
    .loan_row_1 li a.arrow_link {
        right: 4px;
        bottom: 4px;
    }
    a.arrow_link {
        background-size: 100% 100%;
        width: 55px;
        height: 55px;
    }
    .award h3 {
        font-size: 17px !important;
        line-height: 20px;
        padding: 18px 15px;
        margin: 0 0 25px;
        height: auto;
    }
    .loan_row_2 li {
        padding: 20px;
        height: 348px;
    }
    .loan_row_2 li em {
        padding: 12px 36px 11px;
        font-size: 22px;
        margin-bottom: 25px;
        height: auto;
    }
    .loan_row_2 li strong {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 17px;
    }
    .loan_row_2 li small {
        font-size: 16px;
        line-height: 27px;
    }
    .loan_row_2 li strong:nth-child(4) {
        font-size: 26px;
    }
    .loan_row_2 li p {
        font-size: 16px;
        line-height: 38px;
    }
    .loan_row_3>ul>li {
        width: 34%;
        height: 340px;
        padding: 20px;
    }
    .loan_row_3>ul>li:last-child {
        width: 62%;
    }
    .loan_row_3>ul>li span {
        font-size: 19px;
        line-height: 40px;
    }
    .loan_row_3>ul>li figure {
        width: 78%;
        float: left;
        margin-right: 4%;
    }
    .loan_row_3>ul>li a.arrow_link {
        right: 24px;
    }
    .loan_row_3>ul>li em {
        padding: 13px 33px 12px;
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 15px;
        height: auto;
    }
    .loan_row_3>ul>li p {
        font-size: 16px;
        line-height: 40px;
    }
    .loan_row_3>ul>li {
        height: 291px;
    }
    .loan_row_4>ul>li figure img {
        height: 36px;
        margin-bottom: 17px;
    }
    .loan_row_4>ul>li figure strong {
        font-size: 21px;
        line-height: 36px;
    }
    .loan_row_4>ul>li figure {
        height: 190px;
        padding: 20px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    .loan_row_4>ul>li span {
        font-size: 19px;
        line-height: 34px;
    }
    .loan_row_4>ul>li {
        height: 325px;
    }
    .custom_panel_2 {
        padding: 100px 0;
    }
    .faq_panel_txt h2 {
        font-size: 33px;
        margin: 0 0 18px;
    }
    .faq_panel_txt p {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 28px;
    }
    .faq_panel_txt a {
        display: inline-block;
        width: auto;
        height: auto;
        font-size: 19px;
        padding: 20px 25px;
    }
    .faq_panel {
        padding-bottom: 80px;
    }
    .recent_news h2 {
        font-size: 35px;
        line-height: 50px;
        margin: 0 0 35px;
    }
    .recent_news {
        padding-bottom: 100px;
    }
    .custom_panel_2 li>.box1 h3 {
        font-size: 26px;
    }
    .custom_panel_2 li>.box1 span {
        padding: 15px 30px;
        font-size: 19px;
        line-height: 24px;
    }
    .custom_panel_2 li h3 {
        font-size: 26px;
        line-height: 35px;
    }
    .custom_panel_2 li>.whats_new h3>img {
        width: 136px;
    }
    .custom_panel_2 li>.box1 strong {
        font-size: 25px;
        line-height: 39px;
    }
    .custom_panel_2 li>.box1 a {
        width: 200px;
        height: auto;
        padding: 15px 20px;
        font-size: 18px;
        line-height: 30px;
    }
    .custom_panel_2 li>.box1,
    .custom_panel_2 li>.video_gallery,
    .custom_panel_2 li>.whats_new {
        min-height: 525px;
    }
    .footer_box {
        text-align: center;
    }
    .footer_box span {
        float: none;
        padding: 0;
    }
    .loan_disbursement h2 {
        font-size: 26px;
        margin: 0 0 20px;
    }
    .loan_disbursement h3 {
        font-size: 43px;
        margin: 0 0 20px;
    }
    .loan_disbursement h4 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 50px;
    }
    .c_box_1 {
        padding: 15px;
    }
    .c_box_1 span {
        font-size: 19px;
        padding: 15px 20px;
        margin-right: 30px;
        height: auto;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .c_box_1 strong {
        font-size: 34px;
        margin-right: 30px;
    }
    .c_box_1 small {
        font-size: 20px;
        margin-right: 30px;
    }
    .c_box_1 a {
        display: block;
        font-size: 19px;
        float: right;
    }
    .loan_disbursement h4 {
        font-size: 25px;
        margin: 0 0 30px;
    }
    .loan_disbursement h3 {
        font-size: 30px;
        margin: 0 0 45px;
    }
    .market_place_content {
        padding: 30px 0 100px;
    }
    .slider_arrow a {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .custom_panel_3 img {
        width: 100%;
    }
    .our_story_heading h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .our_story {
        padding-top: 35px;
    }
    .m_profile_block li {
        margin-bottom: 30px;
    }
    .ndfdc_page {
        padding-bottom: 150px;
    }
    .m_profile_block ul {
        margin: 0 -1%;
    }
    .m_profile_block li {
        width: 23%;
        margin: 0 1% 86px;
    }
    .loan_disbursement h3 {
        margin: 0 0 30px;
    }
    .loan_disbursement h6 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 45px;
    }
    .table_block h5 {
        font-size: 21px;
        margin: 0 0 22px;
    }
    .office_info li strong {
        font-size: 24px;
        line-height: 30px;
        padding: 0 10px 15px;
        margin-bottom: 10px;
    }
    .office_info li p {
        font-size: 18px;
        line-height: 37px;
    }
    .career_info li p {
        font-size: 15px;
        line-height: 24px;
        max-width: 470px;
    }
    .career_info li a img {
        width: 68px;
    }
    .career_info li {
        background: url(images/shp5.png) 0 0 no-repeat;
        background-size: 100% 100%;
        width: 48%;
        float: left;
        margin: 0 1% 30px;
        min-height: 278px;
    }
    .career_info li::after {
        bottom: 9px;
    }
    .cont_box2 h4 {
        font-size: 25px;
        line-height: 37px;
    }
    .cont_box2 span {
        display: block;
        font-size: 17px;
        line-height: 35px;
    }
    .cont_box2 a {
        width: 178px;
        padding: 15px;
        font-size: 16px;
        line-height: 30px;
    }
    .cont_box1 h4 {
        font-size: 25px;
        line-height: 40px;
    }
    .cont_box1 a {
        width: 214px;
        height: 70px;
        padding: 21px;
        font-size: 20px;
    }
    .cont_box1::after {
        background-size: contain;
        width: 80px;
        height: 80px;
    }
    .account_slider {
        width: 56%;
    }
    .account_form {
        width: 42%;
        padding: 40px 30px 50px;
    }
    .quick_lick_cont li strong {
        font-size: 20px;
        line-height: 30px;
    }
    .quick_lick_cont li a.link {
        padding: 15px;
        width: 150px;
        height: auto;
        font-size: 15px;
    }
    .profile_status a {
        width: 235px;
    }
    .profile_status .progress {
        width: 500px;
    }
    .custom_panel_4 h1 {
        font-size: 30px;
        margin: 0 0 30px;
    }
    .custom_panel_4 li {
        height: 370px;
    }
    .custom_panel_4 li h3 {
        font-size: 23px;
        line-height: 34px;
        margin: 0 0 10px;
    }
    .custom_panel_4 li a {
        width: 190px;
        padding: 20px 10px;
        font-size: 19px;
        height: auto;
    }
    .custom_panel_4 li::after {
        right: 0;
    }
    .custom_panel_2 li>.box .tab-content ul {
        height: 411px;
    }
    .schemes li h6 {
        font-size: 19px;
    }
    .schemes-size {
        top: 88px;
        left: 10px;
    }
    .schemes-pdf {
        margin: 15px 15px 0 0;
    }
    .border-class .view_more {
        padding: 5px 16px 5px;
        margin-left: 7px;
        margin-top: 13px;
    }
}

@media only screen and (max-width:1365px) {
    .header_nav>ul>li:hover>ul {
        display: none;
    }
    .container {
        max-width: 1170px;
    }
    .header_top {
        text-align: center;
        position: relative;
        margin-top: -430px;
    }
    .header_top.change {
        margin-top: 0;
    }
    .header_top_left {
        display: inline-block;
        float: none;
        padding-bottom: 7px;
    }
    .header_top_right {
        float: none;
        display: inline-block;
    }
    a.page_down,
    a.menu_btn,
    a.cls_btn {
        display: block;
    }
    .header_bottom {
        background: #96E400;
        width: 270px;
        float: none;
        height: 100%;
        position: fixed;
        right: -400px;
        top: 0;
        z-index: 20;
        overflow-y: auto;
        padding-top: 20px;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
    }
    .header_bottom.change {
        right: 0;
    }
    .header_bottom::-webkit-scrollbar {
        background: transparent;
        width: 5px;
        height: 5px;
    }
    .header_bottom::-webkit-scrollbar-thumb {
        background-color: #79be48;
    }
    .header_bottom::-webkit-scrollbar-thumb:hover {
        background-color: rgba(100, 245, 114, 0.3);
    }
    .header_bottom .container {
        padding: 0;
    }
    .header_nav {
        width: 100%;
        padding-top: 20px;
    }
    .header_nav>ul>li {
        margin: 0;
        position: relative;
        width: 100%;
        padding: 0;
    }
    .header_nav>ul>li>a {
        padding: 15px;
    }
    .custom_link a {
        padding: 17px 19px;
        margin-left: 9px;
        width: 100%;
        margin: 0 0 12px;
    }
    .nav-drp-arw {
        right: 12px;
        top: 23px;
        width: 14px;
        height: 9px;
    }
    .header_nav ul ul {
        background: #b2e661;
        min-width: 100%;
        overflow: hidden;
        position: static;
        box-shadow: unset;
        border-radius: unset;
    }
    .header_nav ul ul>li>a {
        padding: 10px 30px;
        white-space: normal;
    }
    .header_nav ul ul>li>.nav-drp-arw {
        right: 16px;
        transform: rotate(145deg);
        -webkit-transform: rotate(145deg);
        -moz-transform: rotate(145deg);
        -ms-transform: rotate(145deg);
        -o-transform: rotate(145deg);
    }
    .custom_link {
        padding: 10px 10px;
    }
    .custom_link a {
        text-align: center;
    }
    .header_nav>ul>li>a:hover::after,
    .header_nav>ul>li.active>a:after {
        display: none;
    }
    .header_middle figure {
        margin-right: 20px;
    }
    .darkTheme .header_middle figure {
        margin-right: 20px;
    }
    .custom_panel_1_left h1 {
        font-size: 45px;
        line-height: 58px;
    }
    .custom_panel_1_left p {
        font-size: 21px;
        margin: 0 0 24px;
    }
    .custom_panel_1_left em {
        font-size: 18px;
    }
    .custom_panel_1_right a {
        font-size: 18px;
        width: 240px;
        height: 72px;
        margin-bottom: 20px;
        padding: 20px 10px;
    }
    .custom_panel_2_right a {
        font-size: 16px;
        width: 216px;
        /* height: auto; */
        height: 59px;
        margin-bottom: 20px;
        /* padding: 15px 10px; */
        padding: 11px
    }
    .self_empowerment h2 {
        font-size: 32px;
        line-height: 47px;
    }
    .self_empowerment .txt_box1>span {
        font-size: 21px;
        line-height: 33px;
    }
    .self_empowerment .txt_box2 small {
        font-size: 21px;
        line-height: 33px;
    }
    .loan_info h2 {
        font-size: 30px;
        margin: 0 0 15px;
    }
    .loan_info h3 {
        font-size: 30px;
        margin-bottom: 60px;
    }
    .loan_row_1_left strong {
        font-size: 28px;
    }
    .loan_row_1_left small {
        font-size: 21px;
    }
    .loan_row_1_left span {
        padding: 13px 25px;
        font-size: 21px;
    }
    .loan_row_1 li small {
        font-size: 14px;
        line-height: 21px;
    }
    .loan_row_1 li {
        height: 240px;
    }
    .award {
        height: 369px;
    }
    .loan_row_2 li em {
        padding: 12px 30px 11px;
        font-size: 19px;
        line-height: 30px;
    }
    .loan_row_4>ul>li figure {
        height: 163px;
    }
    .loan_row_4>ul>li figure strong {
        font-size: 19px;
        line-height: 34px;
    }
    .loan_row_4>ul>li span {
        font-size: 17px;
        line-height: 28px;
    }
    .loan_row_4>ul>li {
        height: 294px;
    }
    .custom_panel_2 li>.whats_new h3>img {
        width: 116px;
        margin-top: 7px;
    }
    .faq_panel_txt h2 {
        font-size: 30px;
        margin: 0 0 18px;
    }
    .srch_box input {
        max-width: 400px;
    }
    .our_story_heading {
        width: 27%;
    }
    .our_story_txt {
        width: 72%;
    }
    .employee_slider_area h3 {
        display: block;
        font-size: 34px;
        line-height: 40px;
        margin: 0 0 40px;
    }
    .ndfdc_page {
        padding-bottom: 100px;
    }
    .c_box_2 {
        padding: 20px;
        min-height: 267px;
    }
    .c_box_2 img {
        width: 50px;
    }
    .c_box_2>a {
        width: 120px;
        height: auto;
        padding: 14px;
        margin-top: 14px;
        font-size: 16px;
    }
    .c_box_2::after {
        background-size: contain;
        width: 60px;
        height: 60px;
        right: 12px;
        bottom: 9px;
    }
    .m_profile_block li {
        margin: 0 1% 50px;
    }
    .duties_responsibilities h4 {
        width: 100%;
        max-width: 600px;
        padding: 20px;
        font-size: 25px;
    }
    .duties_responsibilities h4 small {
        padding-top: 15px;
    }
    .duties_responsibilities h4 em {
        top: 112px;
    }
    .duties_responsibilities h4 i {
        width: 964px;
    }
    /* .contact_us li {
        width: 320px;
        margin-right: 20px;
    } */
    .career_info li p {
        max-width: 436px;
    }
    .cont_box1 {
        padding: 15px;
        height: 314px;
    }
    .cont_box1 h4 {
        font-size: 19px;
        line-height: 34px;
    }
    .cont_box1 a {
        width: 184px;
        height: 64px;
        padding: 18px;
        font-size: 17px;
        left: 15px;
    }
    .cont_box2 span {
        font-size: 16px;
    }
    .cont_box2 {
        height: 290px;
        padding: 15px;
    }
    .cont_box2 a {
        left: 15px;
    }
    .cont_box2 h4 {
        font-size: 22px;
        line-height: 34px;
    }
    .loan_form_tab h1 {
        font-size: 26px;
    }
    .loan_form h2 {
        font-size: 27px;
        margin: 30px 0;
    }
    .row1.add_sec .column1 {
        width: 21.2%;
    }
    .input_box.otp input {
        width: 60px;
        height: 60px;
    }
    .account_form {
        height: 680px;
    }
    .space1 {
        height: 116px;
    }
    .th_item {
        width: 190px;
        height: 190px;
    }
    .th_item strong {
        font-size: 55px;
        line-height: 43px;
    }
    .quick_lick_cont li::after {
        right: 20px;
    }
    .profile_status h4 {
        font-size: 20px;
        padding-right: 30px;
    }
    .profile_status strong {
        padding-right: 30px;
    }
    .profile_status a {
        width: 196px;
        font-size: 16px;
    }
    .account_form a.acc_btn {
        width: 180px;
        font-size: 16px;
        line-height: 30px;
        padding: 13px;
        height: auto;
        color: #000;
        margin-bottom: 30px;
    }
    .account_form h2 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 13px;
    }
    .input_box input {
        width: 80.6%;
    }
    .th_arrow {
        right: 0;
        top: 280px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    .account_form p {
        font-size: 13px;
    }
    .cg_content li small {
        font-size: 13px;
        line-height: 23px;
    }
    .duties_responsibilities.odd h4 em i {
        bottom: 10px;
        width: 1033px;
    }
    .u_line {
        width: 354px;
        left: -101px;
    }
    .d_rows.odd .d_column:nth-child(3) .u_line {
        width: 174px;
        left: -8px;
    }
    .chart_panel {
        overflow: hidden;
        overflow-x: scroll;
    }
    .duties_responsibilities h4 {
        white-space: normal;
    }
    .duties_responsibilities.odd {
        white-space: nowrap;
        width: 1500px;
        display: block;
    }
    .duties_responsibilities.odd .d_column {
        white-space: normal !important;
    }
    .footer a.site_logo {
        margin: 20px 0 0;
        display: inline-block;
        float: none;
        text-align: left;
    }
    .slide_txt p {
        font-size: 18px;
        line-height: 38px;
    }
    .quick_link li a {
        font-size: 15px;
        line-height: 35px;
    }
    .custom_panel_1_left small,
    .custom_panel_1_left p {
        font-size: 20px;
    }
    .loan_row_1_left small {
        font-size: 20px;
    }
    .custom_width {
        padding: 0 15px;
    }
    .schemes ul {
        margin: 0 -1.6% !important;
    }
    .schemes li {
        width: 30.1% !important;
        margin: 0 1.6% !important;
    }
    .border-class .view_more {
        font-size: 14px;
    }
    .loan_row_1_left small {
        margin-right: 60px;
    }
    .loan_info h3 {
        margin-bottom: 30px;
    }
    .loan_row_2 li strong {
        font-size: 28px;
        line-height: 35px;
    }
    .view-filters {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .para {
        font-size: 15px !important;
        line-height: 23px !important;
        margin: 1px 0 15px !important;
        width: 100% !important;
    }
    .emp {
        font-size: 18px !important;
    }
    .border-class {
        width: 100% !important;
        height: auto !important;
    }
    .bg-class {
        width: 100% !important;
        height: auto !important;
    }
    .bg-class2 {
        width: 100% !important;
        height: auto !important;
    }
    .text {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .section .sec1 {
        font-size: 15px !important;
        line-height: 19px !important;
    }
    .section {
        margin-top: 5px !important;
    }
    a.site_logo img:first-child {
        width: 30px;
    }
    a.site_logo img:nth-child(2) {
        width: 57px;
    }
    a.site_logo img:last-child {
        width: 237px;
    }
    .header_middle figure {
        width: 180px;
        padding: 27px 0;
    }
    a.menu_btn,
    a.page_down {
        top: 20px;
    }
    .banner {
        margin-top: 0;
    }
    .custom_panel_1_left {
        padding: 60px 0;
    }
    .custom_panel_1_right {
        /* padding-top: 114px; */
    }
    .slide_txt h2 {
        font-size: 22px;
        line-height: 35px;
        margin: 0 0 10px;
    }
    .self_empowerment {
        /* padding: 90px 0; */
    }
    .loan_row_1_left strong {
        font-size: 25px;
    }
    .loan_row_1_left small {
        font-size: 19px;
    }
    .award h3 {
        font-size: 15px !important;
        line-height: 20px;
        padding: 18px 15px 17px;
    }
    .loan_row_2 li strong {
        font-size: 28px;
        line-height: 40px;
        padding-bottom: 11px;
    }
    .loan_row_3>ul>li em {
        padding: 7px 33px 6px;
        font-size: 19px;
    }
    .loan_row_3>ul>li figure {
        width: 77%;
    }
    .loan_row_3>ul>li {
        height: 253px;
    }
    .loan_row_3>ul>li p {
        font-size: 16px;
        line-height: 31px;
    }
    .loan_row_4>ul>li {
        height: 277px;
    }
    .loan_row_4>ul>li figure strong {
        font-size: 17px;
        line-height: 31px;
    }
    .loan_row_4>ul>li figure {
        height: 153px;
    }
    .loan_row_4>ul>li a.arrow_link {
        right: 12px;
    }
    .custom_panel_2 li>.box1 {
        padding: 25px 25px 20px;
    }
    .custom_panel_2 li>.box1 h3 {
        font-size: 23px;
    }
    .custom_panel_2 li>.box1 span {
        padding: 11px 30px;
        font-size: 18px;
        height: auto;
    }
    .custom_panel_2 li>.box1 strong {
        font-size: 21px;
        line-height: 32px;
    }
    .custom_panel_2 li h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .custom_panel_2 li>.video_gallery small {
        font-size: 18px;
    }
    .custom_panel_2 li>.box1,
    .custom_panel_2 li>.video_gallery,
    .custom_panel_2 li>.whats_new {
        min-height: 458px;
    }
    .banner_slider .slick-slide {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    .banner_slider .slick-center {
        z-index: 2;
        position: relative;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
    .ndfdc_page h3 {
        font-size: 37px;
        line-height: 50px;
        margin: 0 0 10px;
    }
    .employee_slider_area h3 {
        font-size: 28px !important;
    }
    .ndfdc_page {
        padding-bottom: 50px;
    }
    .duties_responsibilities h4 i {
        width: 908px;
    }
    .loan_disbursement h6 {
        font-size: 21px;
        line-height: 34px;
        margin: 0 0 30px;
    }
    .office_info li strong {
        font-size: 22px;
    }
    .vmy_loan_cont h3 {
        font-size: 26px;
        line-height: 34px;
        margin: 0 0 10px;
    }
    .cont_box1 span {
        font-size: 14px;
        line-height: 26px;
    }
    .row1.add_sec .column1 {
        width: 21.1%;
    }
    .setup_account_form .f_column {
        width: 29.9%;
    }
    .th_item strong {
        font-size: 55px;
        line-height: 43px;
    }
    .input_box.otp input {
        width: 56px;
        height: 56px;
        padding: 10px;
    }
    .account_form {
        height: 632px;
    }
    .profile_status .progress {
        width: 428px;
    }
    .custom_panel_4 li {
        padding: 20px;
        height: 325px;
    }
    .custom_panel_4 li h3 {
        font-size: 19px;
        line-height: 29px;
        margin: 0 0 8px;
    }
    .custom_panel_4 li::after {
        right: 3px;
        background-size: contain;
        width: 80px;
        height: 80px;
    }
    .table_scroll {
        overflow-x: scroll;
    }
    .custom_table table {
        table-layout: auto;
    }
    table.padding1 th,
    table.padding1 td {
        word-break: inherit;
        white-space: nowrap;
    }
    .custom_panel_2 li>.box .tab-content ul {
        height: 393px;
    }
    .report_cont p strong {
        font-size: 40px;
    }
    .border-class .view_more {
        font-size: 12px;
    }
    .slide_txt p {
        font-size: 16px;
        line-height: 30px;
    }
    .slide_txt {
        bottom: 46px;
    }
    .txt_tag2 {
        background: rgba(204, 251, 241, 1);
        height: auto;
        font-size: 17px;
        padding: 13px 20px 11px;
    }
    img.icon_se {
        width: 22px !important;
    }
    .heading {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .loan_row_1_left span {
        padding: 13px 20px 10px;
        font-size: 19px;
    }
    .loan_row_1_left small {
        font-size: 18px;
    }
    .custom_panel_2_right {
        padding: 0 !important;
    }
}

@media only screen and (max-width:1099px) {
    .banner_slider .slick-prev {
        background-size: contain;
        width: 40px;
        height: 40px;
        left: 20px;
    }
    .banner_slider .slick-next {
        background-size: contain;
        width: 40px;
        height: 40px;
        right: 20px;
    }
    .slide_txt {
        position: absolute;
        left: 0;
        top: 50%;
        bottom: unset;
        width: 100%;
        padding: 0 30px;
        text-align: center;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .custom_panel_1_left h1 {
        font-size: 32px;
        line-height: 47px;
        margin-bottom: 19px;
    }
    .custom_panel_1_left p {
        font-size: 19px;
        margin: 0 0 20px;
    }
    .custom_panel_1_left em {
        font-size: 17px;
    }
    .custom_panel_1_right a {
        font-size: 16px;
        width: 216px;
        height: auto;
        margin-bottom: 20px;
        padding: 15px 10px;
    }
    .self_empowerment h2 {
        font-size: 26px;
        line-height: 40px;
    }
    .self_empowerment small {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 25px;
    }
    .self_empowerment .txt_box1 {
        padding: 20px;
    }
    .self_empowerment .txt_box1>small {
        padding: 10px 20px;
        font-size: 14px;
    }
    .self_empowerment .txt_box1>span {
        font-size: 19px;
        line-height: 30px;
    }
    .self_empowerment .txt_box1 a.linkBtn {
        width: 54px;
        height: 54px;
        right: 2px;
        bottom: 5px;
    }
    .self_empowerment .txt_box2 small {
        font-size: 19px;
        line-height: 30px;
    }
    .self_empowerment .txt_box2 span {
        font-size: 22px;
        line-height: 34px;
        padding-bottom: 20px;
    }
    .self_empowerment .txt_box2 strong {
        height: auto;
        font-size: 19px;
        line-height: 44px;
        padding: 7px 30px;
    }
    .self_empowerment .txt_box2 {
        height: 240px;
    }
    .self_empowerment .txt_box1 {
        min-height: 240px;
    }
    .loan_info h2 {
        font-size: 26px;
        margin: 0 0 10px;
    }
    .loan_info p {
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .loan_info h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .loan_row_1_left span {
        padding: 9px 20px;
        font-size: 18px;
    }
    .loan_row_1_left strong {
        font-size: 23px;
    }
    .loan_row_1_left small {
        font-size: 16px;
    }
    .loan_row_1 li strong {
        font-size: 23px !important;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .loan_row_1 li small {
        font-size: 13px;
    }
    .loan_row_1 li a.arrow_link {
        background-size: contain;
        right: 4px;
        bottom: 15px;
        width: 40px;
        height: 40px;
    }
    .loan_row_3>ul>li figure {
        width: 74%;
    }
    .loan_row_3>ul>li p {
        font-size: 14px;
        line-height: 31px;
    }
    .loan_row_4>ul>li figure strong {
        font-size: 15px;
        line-height: 26px;
    }
    .loan_row_4>ul>li span {
        font-size: 15px;
    }
    .custom_panel_2 {
        padding: 75px 0;
    }
    .faq_panel {
        padding-bottom: 30px;
        line-height: 25px;
    }
    .recent_news {
        padding-bottom: 75px;
    }
    .custom_panel_2 li>.box1 p {
        font-size: 18px;
        line-height: 30px;
    }
    .custom_panel_2 li>.box1 strong {
        font-size: 20px;
        line-height: 32px;
    }
    .custom_panel_2 li>.box1 a {
        width: 178px;
    }
    .custom_panel_2 li h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .footer .header_top {
        display: none;
    }
    .quick_link li a {
        font-size: 14px;
    }
    .loan_disbursement h2 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .loan_disbursement h3 {
        font-size: 36px;
        margin: 0 0 20px;
        line-height: 46px;
    }
    .loan_disbursement h4 {
        font-size: 25px;
        line-height: 31px;
        margin: 0 0 37px;
    }
    .loan_disbursement {
        padding: 50px 0 100px;
    }
    .table_width {
        overflow: hidden;
        overflow-x: auto;
    }
    .table_width table th,
    .table_width table td {
        padding-left: 25px !important;
    }
    .c_box_1 {
        margin-bottom: 50px;
    }
    .loan_disbursement h3 {
        font-size: 31px;
        margin: 0 0 20px;
        line-height: 66px;
    }
    .beneficiarie_form {
        padding: 0 50px 30px;
        margin-top: 0;
    }
    .srch_box h3 {
        font-size: 18px !important;
        line-height: 34px;
    }
    .loan_disbursement h3 {
        font-size: 31px;
        line-height: 36px;
        text-align: center;
        float: none;
    }
    .photo_gallery li strong {
        font-size: 17px;
        line-height: 24px;
    }
    .ndfdc_page {
        padding: 50px 0 100px;
        overflow: hidden;
    }
    .c_box_2 {
        padding: 20px;
        min-height: 250px;
    }
    .c_box_2::after {
        background-size: contain;
        width: 50px;
        height: 50px;
        right: 12px;
        bottom: 16px;
    }
    .c_box_2>a {
        width: 99px;
        padding: 10px;
        margin-top: 13px;
        font-size: 15px;
    }
    .m_profile_block li {
        margin-bottom: 20px;
    }
    .m_profile_block li strong {
        padding-bottom: 7px;
    }
    .duties_responsibilities h4 i {
        width: 818px;
    }
    .office_info li p {
        font-size: 17px;
        line-height: 35px;
    }
    .contact_us li {
        width: 46.8%;
        min-height: 180px;
        margin: 0 1.6% 30px !important;
    }
    .contact_us li a {
        padding: 15px;
        width: 140px;
        height: auto;
        font-size: 13px;
    }
    .cont_box1::after {
        width: 60px;
        height: 60px;
    }
    .cont_box2 span {
        font-size: 14px;
    }
    .loan_form_tab h1 {
        font-size: 22px;
    }
    .loan_form h2 {
        font-size: 22px;
    }
    a.download_pdf {
        width: 230px;
        font-size: 14px;
        padding: 20px 16px 14px;
    }
    .row1.add_sec .column1 {
        width: 21%;
    }
    .setup_account_form .f_column {
        width: 29.3%;
    }
    .tender_content li {
        width: 30.3%;
    }
    .th_slide_txt strong {
        font-size: 67px;
    }
    .th_item {
        width: 165px;
        height: 165px;
    }
    .space1 {
        height: 40px;
    }
    .submitBtn1 {
        width: 100%;
    }
    .input_box.otp input {
        width: 48px;
        height: 48px;
    }
    .account_form {
        height: 556px;
    }
    .th_arrow {
        position: absolute;
        right: -10px;
        top: 189px;
        z-index: 1;
    }
    .quick_lick_cont li {
        padding: 15px;
    }
    .quick_lick_cont li strong {
        font-size: 17px;
        line-height: 27px;
    }
    .quick_lick_cont li::after {
        background-size: contain;
        width: 60px;
        height: 60px;
        right: 7px;
    }
    .quick_lick_cont li a.link {
        padding: 11px;
        width: 128px;
        font-size: 13px;
        left: 15px;
    }
    .account_form a.acc_btn {
        width: 160px;
    }
    .account_form {
        height: auto;
    }
    .cg_content li {
        width: 21.4%;
    }
    .duties_responsibilities.odd h4 em i {
        bottom: 10px;
        width: 1289px;
    }
    a.site_logo figure,
    .darkTheme a.site_logo figure {
        font-size: 15px;
        line-height: 20px;
        padding: 0;
    }
    a.site_logo figure small {
        font-size: 10px;
        line-height: 20px;
    }
    a.site_logo span {
        width: 31px;
        height: 56px;
    }
    a.site_logo img:nth-child(2) {
        width: 55px;
    }
    .loan_disbursement .container>h3 {
        font-size: 35px;
        line-height: 48px;
    }
    .table_scroll table th,
    .table_scroll table td {
        padding-left: 11px !important;
        text-transform: uppercase;
        font-size: 15px;
        padding: 10px;
    }
    .schemes li {
        min-height: 204px;
    }
    .schemes li h6 {
        font-size: 15px;
        line-height: 30px;
        margin-top: 6px;
    }
    .border-class .view_more {
        margin-top: 18px;
        text-align: center;
        font-size: 14px;
    }
    .border-class a.arrow_link {
        bottom: 81px;
    }
    .dash_portal {
        font-size: 30px;
        line-height: 40px;
    }
    .heading {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .loan_row_1_left small {
        margin-right: 30px;
    }
    .award figure a img {
        height: 122px;
    }
    .award a.view_more {
        font-size: 15px;
    }
    .loan_row_2 li p {
        font-size: 15px;
        line-height: 33px;
    }
    .tab-trigger {
        padding: 10px 6px;
        font-size: 14px;
    }
    .our_story_txt {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .tagclass {
        display: flex;
        justify-content: center;
    }
    .txt_info2 h2 {
        font-size: 20px !important;
        line-height: 31px !important;
    }
    .txt_info2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section img {
        width: 49px;
        height: 50px;
        margin-top: 7px;
    }
    .dash_portal {
        text-align: center;
    }
    .txt_info2 h2 {
        text-align: center;
    }
    .custom_panel_1_right {
        display: flex;
        /* gap: 28px; */
        gap: 6px !important;
        justify-content: center;
    }
    .emp {
        text-align: center;
    }
    .para {
        text-align: center;
    }
    .box-section {
        margin-bottom: 20px !important;
    }
    .caption {
        text-align: center;
    }
    .main-div {
        display: block !important;
    }
    .self_empowerment .txt_info {
        border-right: 0px;
        border-bottom: 1px solid black;
        padding-left: 10px;
        padding-right: 10px;
    }
    /* .container {
        padding: 0px 0px;
    } */
    .Register {
        height: 47px !important;
        font-size: 18px !important;
        padding: 11px 29px !important;
    }
    .slide_txt h2 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 5px;
    }
    .slide_txt p {
        font-size: 13px;
        line-height: 23px;
    }
    a.site_logo img:first-child {
        width: 20px;
        margin-right: 5px;
    }
    a.site_logo img:nth-child(2) {
        width: 39px;
        margin-right: 5px;
    }
    a.site_logo img:last-child {
        width: 190px;
    }
    .header_middle figure {
        width: 130px;
        padding: 30px 0 0;
    }
    .custom_panel_1_left h1 {
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 16px;
    }
    .custom_panel_1_left small {
        font-size: 18px;
        padding-bottom: 7px;
    }
    .self_empowerment h2 {
        font-size: 23px;
        line-height: 38px;
    }
    .self_empowerment .txt_box1 {
        padding: 15px;
    }
    .self_empowerment .txt_box1>small {
        padding: 12px 15px 10px;
        font-size: 10px;
        line-height: normal;
    }
    .self_empowerment .txt_box1>span {
        font-size: 17px;
        line-height: 30px;
        clear: both;
        width: auto;
    }
    .self_empowerment .txt_box1 a.linkBtn {
        width: 43px;
        height: 43px;
        right: 0px;
        bottom: 14px;
    }
    .self_empowerment .txt_box2 small {
        font-size: 17px;
        line-height: 27px;
    }
    .self_empowerment .txt_box2 span {
        font-size: 18px;
        line-height: 28px;
    }
    .loan_info h2 {
        line-height: 37px;
    }
    .loan_row_1_left span {
        padding: 6px 12px;
        font-size: 16px;
    }
    .loan_row_1_left strong {
        font-size: 18px;
    }
    .loan_row_1_left small {
        font-size: 14px;
        margin-right: 6px;
    }
    .loan_row_1_left a {
        width: 36px;
        height: 36px;
    }
    .loan_row_1 li strong {
        font-size: 17px !important;
        line-height: 25px;
        padding-bottom: 4px;
    }
    .loan_row_1 li small:nth-child(2) {
        border-bottom: 1px solid #000;
        padding-bottom: 12px;
        margin-bottom: 13px;
    }
    .loan_row_1 li {
        height: 198px;
    }
    .loan_row_1 li a.arrow_link {
        right: 4px;
        bottom: 7px;
        width: 33px;
        height: 33px;
    }
    .award {
        height: 310px;
    }
    .loan_row_2 li {
        padding: 15px;
        height: 266px;
    }
    .loan_row_2 li em {
        padding: 10px 30px 9px;
        font-size: 15px;
        line-height: 25px;
    }
    .loan_row_2 li strong {
        font-size: 24px;
        line-height: 28px;
    }
    .loan_row_2 li small {
        font-size: 14px;
        line-height: 21px;
    }
    .loan_row_2 li a.arrow_link {
        background-size: contain;
        width: 35px;
        height: 35px;
        bottom: 11px;
        right: 11px;
    }
    .loan_row_2 li p {
        font-size: 13px;
        line-height: 21px;
        margin: 0 0 14px;
    }
    .loan_row_3>ul>li {
        padding: 15px;
    }
    .loan_row_3>ul>li em {
        padding: 3px 28px 1px;
        font-size: 15px;
    }
    .loan_row_3>ul>li p {
        line-height: 27px;
    }
    .loan_row_3>ul>li figure {
        width: 69%;
    }
    .loan_row_3>ul>li span {
        font-size: 18px;
    }
    .loan_row_3>ul>li span br {
        display: none;
    }
    .loan_row_3>ul>li figure {
        width: 85%;
        margin: 0;
    }
    .loan_row_4>ul>li a.arrow_link {
        right: 12px;
        width: 40px;
        height: 40px;
    }
    .custom_panel_2 ul {
        text-align: center;
    }
    .custom_panel_2 li {
        width: 47%;
        float: none;
        margin: 0 1% 30px;
        text-align: left;
        display: inline-block;
        vertical-align: top;
    }
    .faq_panel_txt h2 {
        font-size: 26px;
        margin: 0 0 12px;
        line-height: 38px;
    }
    .faq_panel_txt a {
        display: inline-block;
        width: auto;
        height: auto;
        font-size: 17px;
        padding: 13px 25px;
    }
    .quick_link li a {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 18px;
    }
    .header_top_left li a {
        font-size: 12px;
        line-height: 21px;
    }
    a.txt_size,
    a.thm_btn {
        width: 25px;
        height: 25px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }
    .myDropdown dt small {
        height: auto;
    }
    .myDropdown dt small span {
        height: auto;
    }
    .myDropdown dt span {
        background-size: 13px 7px;
        padding: 9px 24px 8px 38px;
        height: auto;
    }
    .myDropdown {
        margin: 14px 0;
    }
    a.page_down {
        background: #ACF2E3;
        position: relative;
        right: 0;
        top: 24px;
        line-height: 35px;
        width: 40px;
        height: 40px;
    }
    a.menu_btn {
        background: #ACF2E3;
        position: relative;
        right: 0;
        top: 24px;
        line-height: 35px;
        width: 40px;
        height: 40px;
    }
    a.menu_btn img {
        width: 18px;
        position: relative;
        top: -2px;
    }
    .loan_disbursement h2 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .loan_disbursement h3 {
        font-size: 31px;
        line-height: 36px;
    }
    .loan_disbursement h4 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 35px;
    }
    .custom_table table th,
    .custom_table table td,
    .custom_table table tfoot td {
        padding-left: 50px;
    }
    .c_box_1 span {
        font-size: 14px;
        padding: 9px 15px;
        margin-right: 20px;
    }
    .c_box_1 strong {
        font-size: 25px;
        margin-right: 20px;
    }
    .c_box_1 small {
        font-size: 15px;
        margin-right: 20px;
    }
    .c_box_1 a {
        display: block;
        font-size: 15px;
        line-height: 48px;
        float: right;
    }
    .c_box_1 a img {
        width: 45px;
        height: 45px;
        margin-left: 10px;
    }
    .beneficiarie_form {
        padding: 0 30px 30px;
    }
    .beneficiarie_form h3 {
        font-size: 26px !important;
        margin: 25px 0 !important;
    }
    .beneficiarie_form.padding .custom_form li {
        width: 31.7%;
    }
    .loan_disbursement h3 {
        font-size: 32px;
        line-height: 46px;
    }
    .custom_panel_3 p {
        font-size: 18px;
        line-height: 30px;
    }
    .market_place_content {
        padding: 30px 0 70px;
    }
    .slider_arrow {
        text-align: center;
    }
    .m_slider .item {
        padding: 0 7px;
    }
    .our_story_heading {
        width: 100%;
    }
    .our_story_heading h2 {
        font-size: 35px;
        line-height: 51px;
        margin: 0 0 20px;
        text-align: left;
    }
    .our_story_txt {
        width: 100%;
    }
    .ndfdc_page h2 {
        font-size: 24px;
        line-height: 35px;
        margin: 0 0 20px;
    }
    .ndfdc_page h3 {
        font-size: 33px;
        line-height: 40px;
        margin: 0 0 10px;
    }
    .our_story {
        padding-top: 0px;
    }
    .our_story_txt p {
        font-size: 17px;
        line-height: 40px;
        margin: 0 0 20px;
    }
    .our_story_heading h2 {
        font-size: 28px !important;
    }
    .m_profile_block li {
        width: 28.1%;
    }
    .m_profile_block li {
        width: 31.3%;
    }
    .general_content h2 {
        font-size: 18px;
        margin: 30px 0 10px;
    }
    .duties_responsibilities h4 {
        padding: 12px;
        font-size: 20px;
        margin-bottom: 40px;
    }
    .duties_responsibilities h4 em,
    .duties_responsibilities .d_column::before {
        display: none;
    }
    .duties_responsibilities .d_rows {
        margin: 0;
    }
    .duties_responsibilities .d_column {
        width: 100%;
        margin: 0 0 20px;
        height: auto !important;
    }
    .duties_responsibilities .d_column strong {
        padding: 0 0 13px;
        border-bottom: 1px solid #000;
        margin: 0px 15px 13px;
    }
    .duties_responsibilities .d_column strong br {
        display: none;
    }
    .duties_responsibilities li,
    .duties_responsibilities p {
        line-height: 30px;
    }
    .loan_disbursement h6 {
        font-size: 19px;
        line-height: 32px;
    }
    .office_info ul {
        margin: 0;
    }
    .office_info li {
        width: 100%;
        margin: 0 0 20px;
        min-height: unset;
    }
    /* .contact_us li {
        width: 216px;
        min-height: 290px;
    } */
    .career_info li {
        background: transparent;
        border: 1px solid #000;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    .career_info li::after {
        bottom: 9px;
        background-size: contain;
        width: 50px;
        height: 50px;
        right: 7px;
    }
    .loan_info_box {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .loan_details_box {
        width: 100%;
    }
    .loan_details_box .inner a {
        width: 203px;
        height: 60px;
        padding: 15px;
        font-size: 17px;
    }
    .list_1 li,
    .list_2 li,
    .list_3 li {
        margin: 0 1.6% 30px;
        float: left;
        width: 46.8%;
    }
    .loan_form_tab h1 {
        font-size: 20px;
        border: none;
    }
    a.download_pdf {
        margin-top: 10px;
        float: left;
        clear: both;
    }
    .row1.add_sec .column1 {
        width: 42.9%;
    }
    .loan_form .column1 {
        width: 31.2%;
    }
    .faq_accordion_panel h3 {
        font-size: 17px;
        padding: 15px 34px 15px 0;
        background-position: 99% 24px;
    }
    .row1.amount .column1 {
        width: 47%;
    }
    .setup_account_form .f_column {
        width: 44.6%;
    }
    .form_box input[type="button"] {
        margin: 0;
        float: right;
    }
    .form_box input {
        width: 47.1% !important;
    }
    .tender_content li a.link {
        padding: 12px;
        width: 129px;
        height: auto;
        font-size: 14px;
    }
    .tender_content li figure img {
        width: 55px;
    }
    .career_info.odd li {
        background: transparent;
    }
    .career_info.odd li::after {
        right: 12px;
        bottom: 12px;
    }
    .account_slider {
        width: 100%;
        margin-bottom: 30px;
    }
    .th_arrow {
        right: 0;
        top: 400px;
        z-index: 1;
    }
    .account_form {
        width: 100%;
    }
    .input_box.otp {
        width: 342px;
        float: none;
        margin: 0 auto 40px;
    }
    .custom_panel_4 li {
        width: 48%;
        margin-bottom: 30px;
    }
    .custom_panel_4 li a {
        width: 160px;
        padding: 12px 10px;
        font-size: 16px;
        height: auto;
    }
    .custom_panel_2 li>.box .tab-content ul {
        height: 332px;
    }
    .report_cont p strong {
        font-size: 36px;
    }
    .schemes li {
        width: 44.1% !important;
        min-height: 226px !important;
        margin: 0 1.6% 30px !important;
    }
    .schemes li h6 {
        font-size: 18px;
        line-height: 35px;
        margin-top: 6px;
    }
    a.site_logo figure {
        width: 355px;
    }
    .self_empowerment2 .txt_info {
        padding-right: 0 !important;
    }
    .dash_portal {
        font-size: 28px !important;
        line-height: 35px !important;
    }
    .border-class a.arrow_link {
        bottom: 68px;
    }
    .loan_row_1_left span {
        padding: 6px 9px;
        font-size: 14px;
        border-radius: 10px;
        margin-right: 7px;
    }
    .loan_row_1_left a {
        width: 32px;
        height: 32px;
    }
    .award figure a img {
        height: 87px;
    }
    .award a.view_more {
        padding: 13px 15px;
        margin: 20px 9px 9px;
    }
    .loan_row_2 li strong {
        font-size: 21px;
        line-height: 28px;
    }
    .loan_row_2 li strong:nth-child(4) {
        font-size: 22px;
    }
    .loan_row_3>ul>li a.arrow_link {
        right: 24px;
        top: unset;
        bottom: 44px;
        width: 40px;
        height: 40px;
    }
    .custom_panel_2_right {
        display: block;
        text-align: center;
        font-size: 0;
    }
    .custom_panel_2_right a {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin: 0 10px;
    }
    .txt_resize label {
        margin-right: 30px;
    }
    .subBtn {
        width: auto;
        height: auto;
        padding: 15px 30px;
        margin-top: 50px;
    }
    .loan_disbursement {
        padding: 20px 0 50px;
    }
    .loan_disbursement .container>h2 {
        font-size: 25px;
        line-height: 38px;
        margin: 0 0 25px;
    }
    .loan_disbursement .container>h3 {
        font-size: 30px;
        line-height: 45px;
    }
    .cg_content li {
        width: 29.7%;
    }
    .m_slider {
        width: 60%;
    }
    .scheme_page_cont li {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .banner_slider .slick-slide {
        transform: unset !important;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
    }
    .container {
        padding: 0 15px !important;
    }
    .self_empowerment .txt_info {
        border-bottom: 0px !important;
    }
    .custom_panel_1_left {
        padding: 45px 0;
        width: 100%;
    }
    .custom_panel_1_left small img {
        width: 27px;
    }
    .custom_panel_1_right {
        /* padding: 0 0 50px; */
        width: 100%;
        /* float: left; */
        text-align: center;
        font-size: 0;
        display: flex;
        justify-content: center;
    }
    .custom_panel_1_right a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px;
    }
    .self_empowerment {
        /* padding: 65px 0; */
        text-align: center;
    }
    .self_empowerment .txt_info {
        width: 100%;
        margin: 0 0 30px;
        border-right: 0px;
        padding: 0px;
        padding-top: 10px;
    }
    .self_empowerment .txt_box1 {
        background: #C2FA6B;
        width: 100%;
        margin: 0 0 30px;
        padding: 30px;
        min-height: auto;
        text-align: center;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .self_empowerment .txt_box1>small {
        padding: 15px 25px 14px;
        font-size: 13px;
        line-height: normal;
        margin: 0 0 20px;
        float: none;
        display: inline-block;
    }
    .self_empowerment .txt_box1 a.linkBtn {
        right: 15px;
        bottom: 15px;
    }
    .self_empowerment .txt_box2 {
        height: auto;
        padding: 30px;
        width: 100%;
        border-radius: 15px;
    }
    .self_empowerment figure {
        width: 100%;
        max-width: 500px;
    }
    .txt_tag {
        float: none;
        display: inline-block;
    }
    .employmentLoan {
        font-size: 16px !important;
        text-align: center !important;
        padding: 13px 32px !important;
        height: 47px !important;
    }
    .loan_row_1_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .award {
        height: auto;
        width: 100%;
        margin: 0 0;
    }
    .loan_row_2 ul {
        margin: 0;
    }
    .loan_row_2 li {
        width: 100%;
        margin: 0 0 30px;
        height: auto;
    }
    .loan_row_3>ul {
        margin: 0;
    }
    .loan_row_3>ul>li {
        width: 100% !important;
        height: auto;
        margin: 0 0 30px;
    }
    .loan_row_4>ul {
        margin: 0;
    }
    .loan_row_4>ul>li {
        width: 100%;
        height: auto;
        margin: 0 0 30px;
    }
    .faq_panel_txt {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .faq_accordion {
        width: 100%;
    }
    .faq_accordion_panel {
        padding: 0 20px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .faq_accordion_panel h3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .recent_news h2 {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 25px;
    }
    .link_column {
        float: left;
        width: 100%;
        padding-bottom: 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid #BBC9C7;
    }
    .link_column:last-child {
        border: none;
        margin: 0;
    }
    .footer_bottom P {
        font-size: 13px;
        line-height: 30px;
        font-weight: 400;
        color: #000;
        float: left !important;
        width: 100% !important;
        text-align: center !important;
    }
    .footer_box p {
        padding: 0;
    }
    .loan_row_4>ul>li figure {
        height: auto;
    }
    .loan_row_4>ul>li figure img {
        margin: 0 auto 20px;
    }
    .loan_row_4>ul>li figure strong {
        text-align: center;
    }
    .loan_row_4>ul>li span {
        font-size: 15px;
        text-align: center;
    }
    .custom_table table th,
    .custom_table table tfoot td {
        font-size: 15px;
    }
    .custom_table table tbody td {
        font-size: 14px;
    }
    .c_box_1 {
        text-align: center;
    }
    .c_box_1 span {
        margin: 0 0 20px;
    }
    .c_box_1 strong {
        display: block;
        margin: 0 0 0px;
    }
    .c_box_1 small {
        display: block;
        margin: 0 0 0px;
    }
    .c_box_1 a {
        display: inline-block;
        float: none;
    }
    .table_width {
        overflow: hidden;
        overflow-x: auto;
        width: 100%;
        margin-bottom: 40px;
    }
    .custom_form ul {
        margin: 0;
    }
    .custom_form li {
        width: 100%;
        margin: 0;
    }
    .beneficiarie_form.padding .custom_form li {
        width: 100%;
    }
    .table_pagination {
        text-align: center;
    }
    .table_pagination span {
        display: block;
        padding-bottom: 10px;
        text-align: center;
        float: none;
    }
    .custom_pager {
        float: none;
        width: 100%;
        clear: both;
    }
    .m_profile_block.odd {
        padding: 0;
    }
    .loan_disbursement h6 {
        font-size: 17px;
        line-height: 32px;
    }
    .contact_us li {
        width: 100%;
        min-height: unset;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .contact_us li a {
        position: static;
        clear: both;
        display: block;
        margin-top: 15px;
    }
    .loan_form .row1 {
        margin: 0;
    }
    .row1.add_sec .column1:nth-child(4) {
        width: 86.6%;
    }
    .loan_form .column1,
    .row1.add_sec .column1 {
        width: 97.7%;
    }
    .setup_account_form {
        width: 100%;
        max-width: 1200px;
        padding: 40px 40px;
    }
    .th_arrow {
        right: 0;
        top: 340px;
        z-index: 1;
    }
    .th_item {
        width: 150px;
        height: 150px;
    }
    .quick_lick_cont li {
        background: #EFFFD6;
        margin: 0 1.5% 25px;
        padding: 15px;
        width: 47%;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .custom_panel_2 li>.box .tab-content ul {
        height: 364px;
    }
    .report_cont p {
        margin: 0 0 14px;
        width: 100%;
        text-align: center;
    }
    .report_cont .view-filters {
        width: 100%;
        text-align: center;
    }
    .report_cont .view-filters input[type="submit"] {
        float: none;
        margin: 0 auto;
    }
    .schemes ul {
        margin: 0 !important;
    }
    .schemes li {
        width: 100% !important;
        min-height: unset !important;
        margin: 0 0 30px !important;
    }
    a.site_logo figure {
        width: 289px;
        margin-right: 0;
    }
    .m_slider {
        width: 100%;
        float: left;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width:690px) {
    .custom_panel_2 ul {
        margin: 0;
    }
    .custom_panel_2 li {
        max-width: 480px;
        width: 100%;
        margin: 0 auto 30px;
        float: none;
    }
    .custom_panel_2 li>.box1,
    .custom_panel_2 li>.video_gallery,
    .custom_panel_2 li>.whats_new {
        min-height: unset;
    }
    .loan_row_1 ul {
        margin: 0;
    }
    .loan_row_1 li {
        width: 100%;
        margin-bottom: 30px;
    }
    .loan_row_1_left a {
        width: 30px;
        height: 30px;
    }
    .photo_gallery li {
        width: 48%;
        margin: 0 1% 30px;
    }
    .m_profile_block li {
        width: 44.8%;
    }
    .ndfdc_page {
        padding: 50px 0;
    }
    .m_profile_block li {
        width: 48%;
    }
    .rti_tab_nav a {
        padding: 11px 25px;
        font-size: 15px;
        margin: 0 9px;
    }
    .rti_tab_nav {
        padding-bottom: 20px;
    }
    .loan_details_box .inner h5 {
        font-size: 19px;
        line-height: 30px;
    }
    .list_1 li,
    .list_2 li,
    .list_3 li {
        margin: 0 auto 30px;
        width: 100%;
        max-width: 400px;
        float: none;
    }
    .vmy_loan_cont {
        width: 100%;
        padding-bottom: 20px;
    }
    .row1.amount .column1 {
        width: 96%;
    }
    .amount_area {
        padding-left: 0;
    }
    .faq_accordion_panel small {
        position: static;
        display: block;
        padding: 0 0 10px;
    }
    .loan_form .column1 input,
    .loan_form .column1 select {
        height: 50px;
        padding: 13px 15px;
    }
    a.add_sec_btn {
        width: 50px;
        height: 50px;
        font-size: 14px;
        line-height: 25px;
        padding: 13px 0;
    }
    .setup_account_form .f_column {
        width: 100%;
        margin: 0 0 20px;
    }
    .setup_account_form .f_row {
        margin: 0;
        clear: both;
    }
    .form_box input[type="text"] {
        margin-bottom: 20px;
    }
    .form_box input {
        width: 100% !important;
        margin: 0;
    }
    .tender_content ul {
        margin: 0;
    }
    .tender_content li {
        width: 100%;
        margin: 0 0 30px;
        min-height: unset;
    }
    .tender_content li a.link {
        position: static;
        display: inline-block;
        clear: both;
        margin-top: 10px;
    }
    .th_slide_txt {
        padding: 16px 29px;
    }
    .th_arrow {
        top: 20px;
    }
    .quick_lick_cont ul {
        margin: 0;
    }
    .quick_lick_cont li {
        width: 100%;
        margin: 0 0 30px;
        min-height: unset;
    }
    .quick_lick_cont li a.link {
        position: static;
        display: inline-block;
        margin-top: 10px;
    }
    .custom_panel_4 ul {
        margin: 0;
    }
    .custom_panel_4 li {
        width: 100%;
        margin: 0 0 30px;
        height: auto;
    }
    .custom_panel_4 li a {
        position: static;
    }
    .custom_panel_4 li {
        background: #96E400;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    .custom_panel_4 li::after {
        right: 10px;
        background-size: contain;
        width: 50px;
        height: 50px;
        bottom: 10px;
    }
    .custom_panel_4 li:nth-child(2) {
        background: #ffdd67;
    }
    .custom_panel_4 li:nth-child(3) {
        background: #bcedff;
    }
    .header_top_left {
        text-align: center;
    }
    .header_top_left li {
        padding: 0 11px 23px;
        float: none;
        display: inline-block;
    }
    .header_top_right {
        float: none;
        display: inline-block;
        position: relative;
        margin-top: -20px;
    }
    .cg_content li {
        width: 46.4%;
    }
    .accessibility_Features li {
        padding: 0 0 15px 27px;
        font-size: 15px;
        line-height: 29px;
        font-weight: 500;
    }
    a.site_logo figure,
    .darkTheme a.site_logo figure {
        width: 200px;
    }
    .header_middle figure,
    .darkTheme .header_middle figure {
        width: 124px;
        padding: 30px 0 0;
        margin-right: 5px;
    }
    a.menu_btn {
        margin-left: 8px;
    }
    .custom_panel_2 li>.box .tab-content ul {
        margin-top: 12px;
    }
    a.site_logo figure,
    .darkTheme a.site_logo figure {
        font-size: 11px;
        line-height: 17px;
        padding: 0;
    }
    .award figure a img {
        height: 200px;
    }
    .custom_panel_2 li>.box .tab-list .tab-item {
        margin: 0;
    }
    .txt_resize label {
        margin-right: 12px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .txt_resize label i {
        width: 25px;
        height: 25px;
    }
    .cg_content li a.c_link {
        right: 15px;
    }
    .scheme_page_cont ul:after {
        display: none;
    }
    .scheme_page_cont li {
        padding: 0;
        margin: 0 0 20px;
        width: 100%;
        height: auto !important;
    }
    .scheme_page_cont li .sc_box,
    .video-player {
        min-width: unset;
        max-width: unset;
        margin: 0;
    }
    .scheme_page_cont li:nth-child(2n) {
        padding-bottom: 15px;
        margin-bottom: 25px;
        border-bottom: 1px solid #d9d9d9;
    }
    .scheme_page_cont li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    .scheme_button {
        margin-bottom: 20px;
    }
    .scheme_button .txt_tag2 {
        margin: 0;
    }
    .scheme_button .tagclass:nth-child(2) {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 560px) {
    .btn-class {
        display: block !important;
    }
    .para {
        width: 100% !important;
        font-size: 15px !important;
    }
    .emp {
        font-size: 16px !important;
    }
    .box-section {
        display: block !important;
    }
    .box-section {
        display: block !important;
    }
    .border-class {
        width: 100% !important;
    }
    .bg-class {
        width: 100% !important;
    }
    .bg-class2 {
        width: 100% !important;
    }
    .btn {
        padding-left: 21px !important;
        padding-right: 19px !important;
        padding-top: 8px !important;
        padding-bottom: 10px !important;
        width: 100% !important;
        font-size: 19px !important;
    }
    .text {
        font-size: 18px !important;
        line-height: 27px !important;
    }
    .section .sec1 {
        margin-top: 0px !important;
        line-height: 18px !important;
    }
    .main-div {
        display: block !important;
    }
    a.site_logo img:first-child {
        width: 17px;
        margin-right: 5px;
    }
    a.site_logo img:nth-child(2) {
        width: 34px;
        margin-right: 5px;
    }
    a.site_logo img:last-child {
        width: 158px;
    }
    a.menu_btn {
        margin-left: 5px;
        top: 18px;
    }
    a.page_down {
        top: 18px;
    }
    .header_middle figure {
        width: 90px;
        padding: 29px 0 0;
        margin: 0 12px 0 0;
    }
    .custom_panel_1_right a {
        margin: 0 10px;
        width: 194px;
        padding: 11px 5px;
    }
    .loan_row_3>ul>li a.arrow_link {
        right: 13px;
        width: 40px;
        height: 40px;
        bottom: 15px;
    }
    .custom_panel_2 {
        padding: 75px 0 40px;
    }
    .loan_disbursement h3 {
        font-size: 25px;
        line-height: 36px;
    }
    .beneficiarie_form h3 {
        font-size: 22px !important;
        margin: 17px 0 !important;
        line-height: 31px;
    }
    .custom_pager a {
        width: 40px;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        margin-left: 6px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .custom_pager a img {
        width: 13px;
        height: 12px;
        margin: -1px 0;
    }
    .ndfdc_page h3 {
        font-size: 29px;
        line-height: 37px;
    }
    .rti_tab_nav a {
        padding: 10px 20px;
        font-size: 14px;
        margin: 0 6px;
    }
    .career_info ul {
        margin: 0;
    }
    .career_info li {
        width: 100%;
        margin: 0 0 20px;
    }
    .loan_info_box a {
        width: 160px;
        height: auto;
        padding: 10px 0;
        font-size: 15px;
    }
    .row1.add_sec .column1:nth-child(4) {
        width: 84%;
    }
    .th_item {
        width: 140px;
        height: 140px;
    }
    .header_middle figure {
        display: none;
    }
    .custom_panel_2_right a {
        font-size: 15px;
        width: 185px;
        height: auto;
        padding: 7px;
    }
    .view-filters {
        text-align: left;
        margin-top: 15px;
        float: left;
    }
    .view-filters label {
        padding: 0 0 10px;
        width: 100%;
        float: left;
    }
    .view-filters .select {
        width: 98%;
        margin: 0 0 14px;
    }
    .view-filters input {
        vertical-align: text-top;
    }
    .cg_content li {
        padding: 0px 15px 20px 15px;
    }
    .cg_content li a.c_link {
        width: 70px;
        height: 70px;
        right: 6px;
        bottom: 11px;
    }
}

@media only screen and (max-width:479px) {
    a.site_logo img:first-child {
        width: 14px;
        margin-right: 5px;
    }
    a.site_logo img:nth-child(2) {
        width: 31px;
        margin-right: 5px;
    }
    a.site_logo img:last-child {
        width: 93px;
    }
    .custom_panel_1_right a {
        margin: 0 2px;
        width: 156px;
        padding: 7px 3px;
        font-size: 13px;
    }
    .custom_panel_2_right a {
        margin: 0 5px;
        width: 142px;
        font-size: 11px;
    }
    .loan_row_3>ul>li span {
        font-size: 16px;
    }
    .custom_panel_2 li {
        width: 100%;
        max-width: unset;
    }
    .loan_disbursement {
        padding: 17px 0 65px;
    }
    .submit_button_1 {
        width: 100%;
    }
    .faq_panel_txt h2 {
        font-size: 24px;
    }
    .faq_panel_txt p {
        font-size: 18px;
        line-height: 31px;
        margin-bottom: 20px;
    }
    .photo_gallery ul {
        margin: 0;
    }
    .photo_gallery li {
        width: 100%;
        margin: 0 0 30px;
    }
    .m_profile_block ul {
        margin: 0;
    }
    .m_profile_block li {
        width: 100%;
        margin: 0 0 40px;
        height: auto !important;
    }
    .m_profile_block.odd {
        padding: 0 58px;
    }
    .th_slide_txt {
        padding: 0;
        transform: scale(0.6);
        top: 0;
        left: -42px;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
    }
    .th_arrow {
        top: 157px;
        transform: scale(0.5);
        right: -36px;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
    }
    .input_box.otp input {
        width: 40px;
        height: 40PX;
    }
    .social_info {
        float: NONE;
        padding: 0px 0 12px;
    }
    .input_box input {
        width: 76.6%;
    }
    .account_form a.acc_btn:first-child {
        margin-right: 10px;
    }
    .account_form a.acc_btn {
        width: 145px;
        padding: 9px;
        font-size: 14px;
    }
    .rti_tab_nav a {
        padding: 7px 12px;
        font-size: 13px;
        margin: 0 2px;
    }
    .cg_content ul {
        margin: 0;
    }
    .cg_content li {
        width: 65%;
        margin: 0 auto 25px;
        float: none;
    }
    .cg_content li a.c_link {
        right: 18px;
        bottom: 17px;
        width: 60px;
        height: 60px;
    }
    .account_tab_btn a {
        width: 126px;
        padding: 9px 0;
        font-size: 15px;
        margin: 0 5px;
    }
    a.site_logo {
        margin: 7px 0 7px -39px;
        display: block;
        float: left;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
    .darkTheme a.site_logo figure,
    a.site_logo figure {
        position: static;
    }
    .header_middle figure {
        width: 90px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 110px;
        top: 26px;
    }
    a.menu_btn,
    a.page_down {
        top: 13px;
    }
}

@media only screen and (max-width:420px) {
    a.site_logo img:last-child {
        width: 93px;
    }
}

@media only screen and (max-width:390px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}

@media only screen and (max-width:320px) {}

@media only screen and (max-width:320px) {}

@media only screen and (max-width:320px) {}

.main-div {
    /* Adjust as needed */
    margin: 0 auto;
    /* Center horizontally */
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px
}

img.icon_se {
    width: auto;
}

.employmentLoan {
    background: rgba(204, 251, 241, 1);
    height: 60px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 18px 32px;
    margin-bottom: 20px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border: none;
}

.caption {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
}

.caption .icon {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.box-section {
    /* display: flex
; */
    /* align-items: center; */
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}


/* .box-section{
  
    margin-bottom: 20px !important;
  } */

.heading {
    font-size: 34px !important;
    line-height: 46px !important;
    font-weight: 700;
    color: #000;
    margin: 0 0 16px;
}

.heading strong {
    font-weight: 800;
}

.heading span {
    color: #88c217;
}

.txt_info2 {
    vertical-align: bottom;
    padding-top: 23px;
}

.self_empowerment2 {
    background: #fafffe;
    width: 100%;
    float: left;
    border-bottom: 1px solid black;
    /* padding: 100px 0 187px; */
}

.self_empowerment2 .txt_info {
    /* width: 924px; */
    display: inline-block;
    vertical-align: bottom;
    border-right: 1px solid #000000;
    padding-top: 18px;
    padding-right: 40px;
    padding-top: 23px;
}

.Register {
    height: 47px !important;
    font-size: 18px !important;
    padding: 11px 29px !important;
}

.Register {
    background: #c2fa6b;
    height: 60px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    cursor: text;
    text-align: center;
    padding: 18px 32px;
    margin-bottom: 20px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    margin-top: 16px;
    border: none
}


/* .dash_portal{
        text-align: center;
      } */

.dash_portal {
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
    margin: 0 0 22px !important;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    background-color: black;
    white-space: nowrap;
    position: relative;
    margin-top: 20px;
}


/*.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
    padding: 10px;
}*/

.marquee {
    display: inline-block;
    padding-left: 100%;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.marquee span {
    color: white;
    font-size: 16px;
    line-height: 40px;
    /* Adjust based on your design */
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.section img {
    width: 42px;
    height: 38px;
}

.mou_pdf {
    width: 25px !important;
    /* height: 25px !important;
    display: grid; */
}

span.file.file--mime-application-pdf.file--application-pdf {
    display: none;
}

.career_table table th,
.career_table table tfoot td {
    padding-left: 30px;
    text-align: center;
}

.career_table table th:nth-child(2),
.career_table table th:nth-child(3) {
    text-align: left;
}

.career_table table td {
    padding: 20px;
}

.career_table table td:first-child,
.career_table table td:last-child {
    text-align: center;
}

.mou_pdf {
    width: 25px !important;
    display: inline-block;
    top: 7px;
    position: relative;
    left: 7px;
}


/* .mou {

} */


/* @media (max-width: 600px) {
    .table_scroll table thead {
        display: none;
    }
    .table_scroll table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ccc;
    }
    .table_scroll table td {
        display: block;
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    .table_scroll table td .td-label {
        position: absolute;
        left: 10px;
        width: 45%;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        display: inline-block;
    }
    /* Optional: hide label in desktop view */

.table_scroll table:not(.mobile-view) td .td-label {
    display: none;
}