/*
*  html5resetcss
*/

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: #fafffe;
    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: #c2fa6b;
}

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

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

.header_top {
    background: rgba(227, 255, 249, 1);
    width: 100%;
    float: left;
    z-index: 20;
    position: relative;
}

.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: 30px;
    font-weight: 400;
    color: #000;
    display: block;
}

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: rgba(194, 250, 107, 1);
}

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::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: 10px;
    width: 100%;
    list-style: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bdc3c7;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.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: 20px;
    font-size: 14px;
    line-height: 22px;
    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 {
    width: 100%;
    float: left;
    font-size: 0;
}

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

a.site_logo img:first-child {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

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

a.site_logo img:last-child {
    width: 273px;
    display: inline-block;
    vertical-align: middle;
}

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

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

.header_nav {
    float: left;
    padding: 24px 0;
}

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

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

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

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

.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: -3px;
    content: '';
}

.header_nav ul ul {
    background: rgba(250, 255, 254, 1);
    min-width: 250px;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 35px;
    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;
}

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

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

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

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

.custom_link a {
    background: rgba(239, 255, 214, 1);
    float: left;
    padding: 17px 33px;
    height: 50px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    margin-left: 20px;
    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(156 217 41);
    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%, rgba(240, 255, 210, 1) 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: 20px;
    line-height: 24px;
    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: 20px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
}

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

.custom_panel_1_right a {
    display: block;
    font-size: 18px;
    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: rgba(136, 194, 23, 1);
    border-color: rgba(136, 194, 23, 1);
    color: #fff;
}

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

.self_empowerment .txt_info {
    width: 924px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 39px;
}

.txt_tag {
    background: rgba(204, 251, 241, 1);
    display: block;
    float: left;
    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;
}

.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;
}

.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>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: rgba(239, 255, 252, 1);
    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: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px;
    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: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin: 0 0 113px;
}

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

.loan_row_1_left {
    width: 1030px;
    float: left;
}

.loan_row_1_left figure {
    background: #fff;
    display: block;
    float: 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: rgba(194, 250, 107, 1);
    display: inline-block;
    vertical-align: middle;
    padding: 28px 27px;
    height: 90px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-right: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.loan_row_1_left strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    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: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-right: 69px;
}

.loan_row_1_left a {
    width: 60px;
    height: 60px;
    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: 300px;
    position: relative;
    padding: 30px 30px 18px;
    text-transform: uppercase;
}

.loan_row_1 li a.arrow_link {
    right: 0;
    bottom: 0;
}


/* .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: 34px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
    color: #000;
    padding-bottom: 20px;
}

.loan_row_1 li small {
    display: block;
    font-size: 18px;
    line-height: 30px;
    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: 30px;
}

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

.award h3 {
    background: rgba(175, 245, 255, 1);
    height: 90px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding: 30px 15px;
    text-align: center;
    margin: 0 0 45px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

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

.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: 60px 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 35px;
    bottom: 30px;
}

.loan_row_2 li em {
    background: rgba(250, 192, 255, 1);
    display: block;
    padding: 26px 36px 25px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-style: normal;
    height: 90px;
    float: left;
    margin-bottom: 30px;
    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: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
    color: #000;
    padding-bottom: 20px;
    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 -15px;
    padding: 0;
}

.loan_row_3>ul>li {
    background: #fff;
    width: 495px;
    height: 340px;
    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: 63%;
}

.loan_row_3>ul>li em {
    background: rgba(170, 219, 255, 1);
    display: block;
    padding: 26px 36px 25px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-style: normal;
    height: 90px;
    float: left;
    margin-bottom: 30px;
    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: 50px;
    font-weight: 500;
    color: #000;
    clear: both;
    text-align: left;
    margin: 0 0 10px;
}

.loan_row_3>ul>li figure {
    width: 652px;
    float: left;
    margin-right: 40px;
}

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

.loan_row_3>ul>li a.arrow_link {
    right: 165px;
}

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

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

.loan_row_4>ul>li {
    background: #fff;
    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: rgba(194, 250, 107, 1);
    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: 200px 0 152px;
}

.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-size: 100% 100%;
    width: 100%;
    min-height: 550px;
    position: relative;
    padding: 30px 30px 20px;
}

.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: rgba(255, 233, 233, 1);
    border: 2px solid rgba(234, 127, 127, 1);
    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: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px;
    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: 30px;
}

.faq_panel_txt {
    width: 100%;
    text-align: center;
}

.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: rgba(194, 250, 107, 1);
    width: 320px;
    height: 100px;
    padding: 35px 42px;
    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: rgba(239, 255, 252, 1);
    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: 18px;
    line-height: 32px;
    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: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}

.footer {
    background: rgba(239, 255, 252, 1);
    width: 100%;
    float: left;
}

.footer .header_top {
    background: rgba(239, 255, 252, 1);
    border-bottom: 1px solid #000;
}

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

.footer .header_top_right figure {
    float: left;
    width: 238px;
    padding: 13px 30px 0 0;
}

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

.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: 15px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
}

.quick_link li a:hover {
    color: #c2fa6b;
}

.footer_box {
    width: 100%;
    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: #98ca3c;
}

.footer_box p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.footer_box span {
    display: block;
    float: right;
    font-size: 14px;
    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: 13px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}

.footer_bottom P:last-child {
   
    font-weight: 500;
    text-align: center;
}

.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.92);
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
}

.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: 30px;
    bottom: 80px;
    width: 500px;
    z-index: 1;
    display: none;
}

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

.slide_txt p {
    font-size: 14px;
    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;
}

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

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

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

.loan_disbursement h3 {
    font-size: 50px;
    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;
}

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

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

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

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

.custom_table table {
    width: 100%;
    table-layout: fixed;
}

.custom_table table th,
.custom_table table tfoot td {
    background: #C2FA6B;
    border: 1px solid #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    vertical-align: middle;
    padding: 20px 20px 20px 150px;
}

.custom_table table td {
    background: #fff;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 20px 20px 20px 150px;
}

.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: #C2FA6B;
    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: 600px;
    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: 53px !important;
    text-transform: uppercase;
}

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

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

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

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

.srch_box input {
    background: #fff url(images/search-normal.svg) 20px center no-repeat;
    background-size: 24px 24px;
    width: 508px;
    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: #C2FA6B;
}

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

.market_place_content {
    width: 100%;
    float: left;
    padding: 30px 0 184px;
}

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

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

.m_slider .item img {
    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;
}

.slider_arrow a {
    width: 70px;
    height: 70px;
    margin-right: 22px;
    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%;
}

.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 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 a {
    display: block;
    margin-bottom: 20px;
}

.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-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(249 249 249 / 40%) url(images/close-icon.png) 0 0 no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

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

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

.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: 100px;
}

.our_story_heading {
    width: 500px;
    float: left;
}

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

.our_story_txt {
    width: 900px;
    float: right;
}

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

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

.our_story_txt li {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    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_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: 40;
    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: '';
}

.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;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0;
}

.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: 14px;
    line-height: 28px !important;
    font-weight: 500;
    margin: 0;
}

.general_content p {
    font-size: 14px;
    line-height: 28px !important;
    font-weight: 500;
    margin: 0;
}

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

.duties_responsibilities h4 {
    background: #C2FA6B;
    width: 800px;
    padding: 33px;
    text-align: center;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    margin: 0 auto 200px;
    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: 1245px;
    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: 1306px;
}

.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;
    padding: 0;
}

.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: 500;
    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: #C2FA6B;
    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: 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: #C2FA6B;
    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;
}

.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: 24px;
    line-height: 40px;
    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: #C2FA6B;
    color: #000;
}

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

.cg_content ul {
    list-style: none;
    padding: 0;
    margin: 0 -28px;
}

.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 28px 50px;
    position: relative;
    padding: 30px 5px 20px 20px;
}

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

.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;
    color: black;
    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: #C2FA6B;
    border-color: #C2FA6B;
}

.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: 600;
    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;
}

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: #C2FA6B;
}

.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="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="submit"]:hover {
    background: #C2FA6B;
    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: #C2FA6B;
}

.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;
}

.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: #C2FA6B;
}

.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: #C2FA6B;
    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: #C2FA6B;
    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;
}

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

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

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

a.add_sec_btn {
    background: #C2FA6B;
    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%;
}


/*responsive CSS
=================================================================*/


/* @media (-webkit-device-pixel-ratio: 1.25) {
    * {
        zoom: 0.8;
    }
} */
.acc_info {
    width: 100%;
    float: left;
    display: none;
}

.f_column.hide {
    display: none;
}

@media only screen and (max-width:2560px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:2100px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:1900px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:1700px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:1400px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:1199px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:1099px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:992px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:768px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:767px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:690px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:667px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:615px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:560px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:479px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:420px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:390px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:375px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:360px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:320px) and (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width:320px) and (-webkit-device-pixel-ratio: 1.25) {}
