/*
Theme Name: Fispan child theme
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen child theme
Template: twentyseventeen
*/


/* @impoprt url("../twentyseventeen/style.css"); */

.wrap {
    width: 60%;
    margin: 0 auto;
    /* box-shadow: 0px 0px 8px #d6e3f7;
    -o-box-shadow: 0px 0px 8px #d6e3f7;
    -ms-box-shadow: 0px 0px 8px #d6e3f7;*/
}

.wrap .bank-head {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.page-title {
    color: #fff;
    text-align: center;
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 30px 0px;
}

.archiv_new {
    box-shadow: 0px 0px 8px #d6e3f7;
    margin-bottom: 40px;
}

body {
    font-size: 18px;
    color: #194782;
    font-family: 'Work Sans', sans-serif;
    background-color: #ffffff;
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

p {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 16px;
}

img {
    max-width: 100%;
}

.clr {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h2 {
    font-size: 40px;
    line-height: 80px;
    margin-bottom: 40px;
}

h3 {
    font-size: 38px;
    line-height: 60px;
}

h4 {
    font-size: 36px;
    margin: 0 0 15px;
}

.full-img {
    width: 100%;
    display: block;
}

ul {
    margin: 0;
}

header.header {
    z-index: 9999;
}

.border_ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.border_ul li {
    position: relative;
    padding-left: 35px;
    margin: 0 0 40px;
    font-size: 16px;
}

.border_ul li:last-child {
    margin: 0;
}

.border_ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10px;
    border-radius: 50px;
    background-color: #5283f0;
}

.main_datail_page {
    width: 70%;
    margin: 0 auto;
}

.flexbox1 {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}

.flexbox2 {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}

.flexbox3 {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}

.flexbox4 {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.container-l {
    width: 70%;
    max-width: 1550px;
    margin: 0 auto;
}

.container-m {
    width: 70%;
    max-width: 1280px;
    margin: 0 auto;
}




/* .header{
    background-color: #ffffff;
    box-shadow: 0 4px 5px #f5f5f5
} */

.head-right {}

.menu-wrap {}

.menu-wrap li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
}

.menu-wrap a {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #1E5290;
    padding: 25px 0;
    display: block;
}

.menu-wrap a:hover,
.menu-wrap a:focus {}

.menu-wrap a:after {
    position: absolute;
    content: '';
    width: 70%;
    height: 7px;
    left: 0;
    background: #da2654;
    border-radius: 50px;
    bottom: 20px;
    opacity: 0;
    transition: .5s all ease-in-out;
}

.menu-wrap a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.menu-wrap .submenu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    box-shadow: 0 2px 4px #e5e5e5;
    width: 165px;
    transition: .4s all;
    display: none;
}

.menu-wrap .sub-menu a:hover,
.menu-wrap .sub-menu a:focus {
    background-color: #F0F4FE;
    font-weight: 400;
}

.menu-wrap .icon {
    width: 20px;
    display: inline-block;
    height: 20px;
    color: #1E5290;
    vertical-align: middle;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px #ccc;
    width: 168px;
    display: none;
    z-index: 999;
}

.footer .container-m {
    width: 70%;
}

.menu-wrap li:hover .sub-menu {
    display: block;
}

.menu-wrap .sub-menu li {
    margin: 0;
    display: block;
}

.menu-wrap .sub-menu a {
    padding: 10px 20px;
    font-size: 16px;
}

.book-demo {
    margin-right: 0px !important;
}

.current-menu-item:after,
.current-menu-ancestor.current-menu-parent:after {
    position: absolute;
    width: 24px;
    height: 4px;
    background: #257bff;
    bottom: 15px;
    content: "";
    border-radius: 4px;
}

.current-menu-item,
.current-menu-ancestor.current-menu-parent {
    position: relative;
}

.sub-menu .current-menu-item:after,
.book-demo:after {
    opacity: 0;
}

.sub-menu .current-menu-item:hover a {
    color: #1E5290;
}

ul.sub-menu .current-menu-item a {
    color: #fff;
}

ul.sub-menu .current-menu-item {
    background: #257bff;
}

.footer-bx .current-menu-item:after,
.footer-bx .current-menu-ancestor.current-menu-parent:after {
    display: none;
}

.book-demo a {
    background-color: #257bff;
    display: inline-block;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 15px;
    min-width: 150px;
    text-align: center;
    font-weight: 500;
    font-size: 18px !important;
    border: 0;
    cursor: pointer;
}

.btn,
.wpcf7-submit {
    background-color: #257bff;
    display: inline-block;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 13px;
    min-width: 150px;
    text-align: center;
    font-weight: 500;
    font-size: 16px !important;
    border: 0;
    cursor: pointer;
    line-height: 16px;
}

.header {
    /*box-shadow: 0 0 5px rgba(25, 71, 130, .5);*/
    box-shadow: 0 0 24px rgba(25, 71, 130, 0.1);
    position: relative;
}

.logo img {
    width: 150px;
    height: auto;
}

.business-img {
    background: url(/fispan/wp-content/uploads/2019/11/about-bg-img.png);
    width: 100%;
    height: 760px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 0 0 90px;
}

.future {
    margin: 100px 0 0;
    padding: 0 0 160px;
    position: relative;
    /*  background-image: url(/wp-content/uploads/2019/10/wave-bg1.png);*/
    background-image: url(/fispan/wp-content/uploads/2019/11/home-bg-up-img.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 90%;
    padding-bottom: 230px;
    overflow: hidden;
}

.f-left {
    float: left;
    width: 46%;
    padding-bottom: 60px;
}

.lh-4 {
    line-height: 40px;
}

.f-left h4 {
    font-weight: 400;
    font-size: 24px;
    color: #393e8c;
}

.rapid h2 {
    font-size: 40px;
    line-height: 60px;
    color: #393e8c;
    width: 100%;
}

.rapid {
    margin-top: 60px;
}

.com-box iframe {
    width: 100%;
}

.rapid h2 br {
    display: none;
}

.f-art {
    position: absolute;
    top: 30px;
    right: -28px;
    padding: 0;
    width: 45%;
}

.f-left h2 {
    font-size: 40px;
    line-height: 1.5em;
    margin-bottom: 18px;
    color: #393e8c;
}

.f-left p {
    font-size: 16px;
    margin-bottom: 25px;
    width: 472px;
    font-weight: 400;
}

.com-wrap {
    /*padding: 100px 0 70px;*/
    padding: 0px 0 300px;
}

.prosper {
    font-weight: 300;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-5 {
    margin-bottom: 50px;
}

.com-wrap {
    position: relative;
}

.com-wrap:after {
    position: absolute;
    content: '';
    background-image: url(/fispan/wp-content/uploads/2019/11/home-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    background-position: center;
}

.set_bg_dark {
    margin-top: 50px;
    background: #3c3489;
    color: #fff;
}

.header .container-l {
    width: 90%;
}

.com-box {
    width: 45%;
    color: #fff;
}

.com-box h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.com-box p {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 90px;
}

.py-2x {
    padding: 200px 0;
}

.text-l {
    font-size: 22px;
}

.text-center {
    text-align: center;
}

.mt-6 {
    margin-top: 60px;
}

.cm-box {
    width: 25%;
    position: relative;
    padding-top: 35px;
}

.cm-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 13px;
    border-radius: 50px;
    background-color: #5283f0;
}

.cm-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cm-box p {
    line-height: 28px;
}

.sm-box {
    width: 31%;
    flex-wrap: wrap;
    align-items: center;
}

.sm-box img {
    width: 200px;
    height: auto;
    max-width: 150px;
    margin: 0 auto 20px;
}

.sm-box p {
    line-height: 25px;
    width: 100%;
    min-height: 120px;
}

.hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    width: 48%;
    float: right;
}

.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 48%;
}

.sm-btm {
    padding: 50px 0 60px;
}

.sm-btm p {
    font-size: 24px;
    line-height: 40px;
    color: #5283F0;
}

.footer .textwidget p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.footer .textwidget .flexbox3 {
    width: 55%;
    margin-top: 98px;
}

.footer .textwidget h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.secure-wrap {
    position: relative;
    padding-bottom: 0px;
    background-image: url(/fispan/wp-content/uploads/2019/10/wave-bg4.png), url(/fispan/wp-content/uploads/2019/10/white-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom, right top;
    background-size: 100%, 60%;
    padding-top: 0px;
}

.our_tech h2 {
    font-size: 40px;
    margin: 0;
    line-height: 1.5;
}

.last_side_img img {
    width: 80%;
    margin: 0 auto;
    height: 100%;
}

.last_side_img {
    width: 45%;
    position: absolute;
    top: 20%;
    right: 0;
}


/*.secure-wrap {
    background: #f0f2fe;
    color: #000;
     z-index: -2;
}*/

.secure-art {
    position: absolute;
    left: 0;
    width: 40% !important;
    bottom: 0px;
    left: 145px;
}

.secure-box {
    float: right;
    width: 50%;
}

.secure-box h2 {
    font-size: 40px;
    color: #393e8c;
    line-height: 1.5em;
}

.page-id-8 .secure-art {
    position: static;
}

.set_bg_dark h2 {
    font-size: 40px;
}

.secure-box p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.set_bg_dark .sm-btm {
    color: #18a5bb;
}

.secure-btm {}

.sb-box {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    line-height: 32px;
    width: 48%;
    margin-bottom: 20px;
}

.sb-box::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 25px;
    border-radius: 50px;
    background-color: #5283f0;
    top: 3px;
}

.footer {
    background-color: #1a2a49;
    padding: 100px 0 0px;
    color: #fff;
}

.footer-left {
    width: 43%;
}

.footer-left h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-left li {
    display: block;
    margin-bottom: 10px;
}

.footer-left a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

.footer-right {
    width: 50%;
}

.footer-right p {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 40px;
}

.footer-right p strong {
    font-weight: 400;
}

.book_demo_section .row {
    margin: 0 !important;
}

.book_demo_section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.book_demo_section h2 {
    font-size: 40px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.footer-bx p {
    font-size: 16px;
    line-height: normal;
}

.btn-l {
    font-size: 16px !important;
    font-weight: 400;
    padding: 12px 13px !important;
    min-width: auto;
}

.social {
    margin-top: 18px;
}

.social li {
    display: inline-block;
    margin-right: 35px;
}

.social img {
    color: #fff;
    width: 36px;
}

.contact_us_sec .row {
    margin: 0;
}


/*--News page style starts--*/

.nws-main {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.nws-main h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
}

.search-news {}

.search-news input[type="search"] {
    height: 50px;
    background-color: #ffffff;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 10px 20px;
    border: none;
    width: 100%;
    /*box-shadow: 0px 0px 8px #d6e3f7;*/
}

.search-news input:focus,
.search-news button:focus {
    outline: 0;
    border: none;
}

.news-wrap button {
    width: 170px;
    font-family: 'Work Sans', sans-serif;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    border: none;
    background-color: #257bff;
    cursor: pointer;
}

.full-box.bb-full_2.width_50 .post_video iframe {
    height: 100% !important;
}

.news-main {
    padding: 160px 0 0;
    background-image: url(/fispan/wp-content/uploads/2019/11/new-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
}

.page-id-149 .grey-bg.news-wrap {
    background: #3a3984;
}

.page-id-20 .news-wrap {
    background: #f0f3fe00;
}

.bank-box {}

.bank-head {
    background-image: url(/fispan/wp-content/uploads/2019/10/bank-bg.png);
    padding: 30px 40px;
    color: #fff;
    width: 100%;
}

.news-left {
    float: left;
    width: calc(100% - 230px);
    margin-top: 20px;
}

.archive_side,
.news_archive_side {
    float: right;
    width: 220px;
    box-shadow: 0px 0px 8px #d6e3f7;
    -webkit-box-shadow: 0px 0px 8px #d6e3f7;
    -o-box-shadow: 0px 0px 8px #d6e3f7;
    -ms-box-shadow: 0px 0px 8px #d6e3f7;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 20px;
}

.news_archive_side {
    position: static;
    /*right: 150px;
    top: 180px;*/
    margin-top: 40px;
}

.news-main {
    position: relative;
}

.archive_heading {
    text-align: center;
    padding: 15px;
    background-color: #37307c;
    color: #fff;
    font-size: 20px;
}

.archive_month li {
    padding: 0 15px;
    display: block;
    background-image: url('images/arrow-dwn.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}

.archive_month a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
    color: #2156A0;
}

.archive_month {
    padding: 5px 0;
}

.bb-bg2 {
    background-image: url(/fispan/wp-content/uploads/2019/10/bb-bg2.png);
}

.bb-bg3 {
    background-image: url(/fispan/wp-content/uploads/2019/10/bb-bg3.png);
}

.nonzero-post {
    height: fit-content;
}

.bank-head span {
    font-size: 16px;
    font-weight: normal;
}

.bank-head h2 {
    font-size: 40px;
    line-height: 55px;
    margin: 0;
}

.bank-con {
    padding: 40px;
    width: 100%;
}

.bank-con h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.bank-con p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}

.shadow {
    box-shadow: 0px 0px 8px #d6e3f7;
    -webkit-box-shadow: 0px 0px 8px #d6e3f7;
    -o-box-shadow: 0px 0px 8px #d6e3f7;
    -ms-box-shadow: 0px 0px 8px #d6e3f7;
}

.bank-box {
    border-radius: 7px;
    overflow: hidden;
    text-decoration: none;
    color: #194782;
    margin: 2%;
    width: 46%;
    box-shadow: 0px 0px 8px #d6e3f7;
    -webkit-box-shadow: 0px 0px 8px #d6e3f7;
    -o-box-shadow: 0px 0px 8px #d6e3f7;
    -ms-box-shadow: 0px 0px 8px #d6e3f7;
}

.bb-full {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
}

.bb-full .bank-head {
    width: 36%;
}

.bb-full .bank-con {
    width: 64%;
    padding: 55px 85px;
}

.author {
    font-size: 16px;
    font-weight: normal;
    opacity: .70;
    display: block;
}

.bank-con a {
    color: #194782;
}

.read-mre {
    display: inline-block;
    text-decoration: underline;
    margin-top: 25px;
    color: #194782;
}

.read-mre:hover {
    text-decoration: none;
}

.pagination_news {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.pagination_news a {
    text-decoration: none;
    color: #2156A0;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}


/*--News page style ends--*/


/*--career page----*****/

.drm_job {
    padding: 100px 0 20px;
    position: relative;
}

.drm_job h2 {
    font-size: 40px;
    color: #362f7b;
    line-height: 30px;
}

.drm_job .career_dtails {
    margin-top: 40px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 400;
}

.our_blf {
    margin: 0 0 100px;
    background-color: #3b3385;
    color: #fff;
}

.mg_img {
    margin-top: -230px;
}

.img_bx {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
}

.img_bx img {
    margin-right: 20px;
}

.why_wrk h2 {
    font-size: 40px;
    color: #362f7b;
    margin: 0;
}

.img_bx h3 {
    margin-bottom: 40px;
    line-height: normal;
}

.blf_rw .col-xs-12.col-sm-12.col-md-6.col-lg-6:nth-child(1),
.blf_rw .col-xs-12.col-sm-12.col-md-6.col-lg-6:nth-child(2) {
    margin-bottom: 100px;
}

.top_minus {
    margin-top: -100px;
}

.price-plan .content.lh-4.text-l {
    color: #ffffff !important;
    width: 100%;
    font-size: 16px;
}

.wrk_catg {
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 10px rgba(82, 131, 240, .2);
    padding: 0 0px 30px;
    margin: 0 0 100px 0px;
}

.wrk_catg h3 {
    background: #5283f0;
    padding: 15px 0 15px 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}

.wrk_catg .content {
    color: #2561ae;
    width: 100%;
    padding: 20px 50px 0;
    line-height: 30px;
    min-height: 190px;
}

.simple-wrap .col-md-6:nth-child(even) {
    padding: 0;
}

.why_wrk .row .col-md-6 {
    max-width: 46%;
}

.cate_name {
    color: #36317D;
}

.page-id-123 .left_side_bar .all_loop {
    width: 80%;
}

.full-main {
    position: relative;
}

.page-id-123 .archive_side {
    position: absolute;
    top: 19.5%;
    right: 12%;
    margin-top: 0;
}

.why_wrk .row {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    ;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.simple-wrap {
    padding: 0Px;
}

.ist_wrk h3 {
    padding-bottom: 30px;
}

.ist_wrk .content {
    color: #2561ae;
    width: 100%;
}

.rpt_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.rpt_img .img_bx {
    width: 24%;
    height: 200px;
    margin-bottom: 20px;
}

.rpt_img .img_bx img {
    margin: 0;
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.simple-wrap.img_rpt {
    padding-bottom: 100px;
}

.our_tech {
    background-color: #3c3489;
    color: #fff;
    position: relative;
}

.content_full {
    width: 100% !important;
    font-size: 16px;
    line-height: 40px;
    color: #fff !important;
    font-weight: 400;
}

.row.tech_main:nth-child(2n) {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
}

.row.tech_main .content {
    color: #255ea0;
}

.row.tech_main {
    padding-bottom: 50px;
    width: 50%;
}

.customer_board {
    position: relative;
    top: -100px;
    color: #2e6bad;
}

.commercial_banking p:nth-child(2) {
    margin-bottom: 50px !important;
}

.image_box {
    width: 80%;
    margin: 0 auto;
}

.platform_cm_box {
    background: #fff;
    border-radius: 8px;
    margin-top: -80px;
}

.customer_board h3 {
    font-size: 40px;
    margin-top: 70px;
}

.platform_cm_box .cm-box {
    width: 33.33%;
    position: relative;
    padding: 80px 40px 40px;
    border-right: 1px solid #dfdfdf;
    background: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 12, 29, 0.08);
}

.platform_cm_box .cm-box:last-child {
    border-right: 0;
}

.platform_cm_box .cm-box::before {
    top: 40px;
    left: 40px;
    right: 40px;
}

.platform_cm_box .cm-box p {
    color: #5283f0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.cumbersome_sec .col-md-6 {
    max-width: 40%;
    margin: 0 auto;
    padding: 0;
}

.secured_section {
    padding: 30px 0px 80px;
}

.secured_section h2 {
    font-size: 40px;
}

.secured_section .col-lg-6.col-md-6.col-sm-12 {
    padding: 0 15px;
}

.cumbersome_sec {
    background: #3c3288;
    color: #fff;
}

.cumbersome_sec h2 {
    font-size: 40px;
    color: #fff;
    line-height: 1.5em;
}

.cumbersome_sec p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}

.single_box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(82, 131, 240, .2);
    padding: 30px;
    border-top: 20px solid #5283f0;
    margin: 0 0 100px;
    width: 90%;
}

.width-90 {
    padding: 0 100px 0 0;
}

.single_box .num_cl {
    width: 100%;
    font-size: 24px;
    color: #5283f0;
}

.single_box .img_bx {
    width: 150px;
    margin-right: 20px;
}

.content {
    width: calc(100% - 170px);
    font-size: 18px;
    color: #2f598e;
    font-weight: 400;
}

.page-id-5 .secure-art {
    bottom: 176px;
    top: 50px;
    left: 50px;
}

.page-id-8 .secure-box h2 {
    color: #ffffff !important;
}

.secure-box_2 {
    width: 60%;
    padding: 163px 33px 0 90px;
    color: #fff;
}

.secure-wrap_2.new_add {
    position: relative;
}

.secure-box_2:after {
    content: '';
    background: url(/fispan/wp-content/uploads/2019/11/platform-fff.png);
    position: absolute;
    right: 0;
    width: 65%;
    z-index: -1;
    height: 100%;
    background-size: cover;
    top: 0;
    color: #fff !important;
}

.secure-art_2 {
    width: 48%;
    margin-top: 45px;
}

.secure-box_2 p {
    line-height: 2;
}

.display_flex {
    display: flex;
}

.bg_none {
    border: none;
    background: transparent;
}

.bg_none img {
    margin: 0 !important;
}

.simple-wrap h3 {
    color: #322c75;
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 30px;
    margin-top: -15px;
}

.simple-wrap p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}

.simple-wrap.why_wrk h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
}

.simple-wrap .col-md-6 {
    padding: 0px;
}

.secure-wrap.new_add {
    position: relative;
}


/* -- platform page css --*/


/* -- contact page css --*/

.contact_us_sec {
    padding: 0;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: top left;
}

.text_area_content {
    padding: 100px 30px 0 0;
}

.contact_us_sec .container-m {
    margin-bottom: 200px;
}

.book_demo_section {
    position: relative;
}

.demo-bg-img {
    position: static;
    color: #fff;
}

.demo-bg-img:before {
    background: url(/fispan/wp-content/uploads/2019/11/demo-bg-img.jpg);
    width: 50%;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    background-size: 100% 103%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.demo_text {
    padding-top: 100px;
    padding-right: 90px;
}

.contact_detail {
    position: relative;
}


/*.contact_detail:after {
    content: '';
    background: url(/wp-content/uploads/2019/11/arrow-demo-right.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    max-width: 30px;
    right: -50px;
}*/

.form_wrap {
    max-width: 470px;
    width: 100%;
    margin: 100px auto 0;
    margin-left: 10px;
}

.contact_us_sec h2 {
    font-size: 40px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.form_wrap br {
    display: none;
}

.map {
    width: 100%;
    display: block;
}

.map iframe {
    border: 1px solid #8c8c8c !important;
}

.myform input {
    border: 1px solid #8c8c8c !important;
}

.form_wrap textarea {
    border: 1px solid #8c8c8c !important;
    height: 100px;
}

.wpcf7-text,
.wpcf7-textarea {
    height: 40px;
    border: 0;
    background: #fff;
    box-shadow: 0 0 3px rgba(25, 71, 130, 0.5);
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    margin: 0 0 25px;
    color: #194782;
    text-transform: capitalize;
    border: 2px solid transparent;
    transition: .3s all ease-in-out;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    border: 2px solid #5283f0;
    color: #5283f0;
    outline: 0;
}

.wpcf7-textarea {
    height: auto;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 13px;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

#mobmenuleft .current-menu-item:after {
    border-bottom: 3px solid #257bff;
    display: block;
    position: absolute;
    top: 35px;
    left: 18px;
    width: 50px;
}


/*---------about-page-css----------*/

.container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.business_building {
    padding-top: 6px;
}

.business_title h1 {
    line-height: 70px;
    font-size: 40px;
    margin-top: 100px;
    color: #393e8c;
}

.our_vision h4 {
    font-size: 24px;
    color: #393e8c;
}

.our_vision p {
    font-size: 16px;
    font-weight: 400;
}

.our_vision h1 {
    font-size: 40px;
    color: #393e8c;
}

.business_title p {
    font-size: 16px;
    font-weight: 400;
}

.text_bsn {
    width: 100%;
    padding-left: 250px !important;
}

.business_title {
    padding: 0 !important;
}

.our_vision {
    padding: 50px 0 0;
}

.team_leader_sec h6 {
    width: 450px;
}

.mrgn_t_b {
    margin: 30px 0px;
}

.recognitions_section {
    padding: 150px 0;
}

.team_leader_sec p,
h5 {
    text-align: center;
}

.team_leader_sec .m-bottom img {
    margin-bottom: 20px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50%;
    cursor: pointer;
    transition: none;
    max-width: 70%;
}

.bg_none img {
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    filter: grayscale(1);
    opacity: 0.5;
}


.page-id-16 .slick-lightbox{    background: rgba(0, 0, 0, 0.33) !important;}
.page-id-16 .slick-lightbox-slick-img{
       width: 100%;
    max-width: 700px;
}

body.changeScroll {
    overflow: hidden;
}
.btn_ty {
    background: red;
    position: relative;
}

.btn_ty button {
       position: absolute;
    right: 12px;
    top: -4px;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;

}

.btn_ty button:focus {
    outline: none;
}

.page-id-16 button.slick-lightbox-close {
    display: none;
}
.team_leader_sec .popup_div:hover img,
.team_leader_sec .popup_div.active img {
    filter: none !important;
    opacity: 1;
}

.team_leader_sec .popup_div:hover,
.team_leader_sec .popup_div.active {
    color: #da2654;
}

.m-bottom img:hover {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 1), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
    transform: none;
}

.team_leader_sec h5 {
    font-size: 22px;
    font-weight: 600;
}

.team_leader_sec p {
    font-weight: 400;
    color: #5484f2;
}


/*.business_title {
    padding: 110px !important;
}*/

.p-add:last-child {
    padding-left: 45px;
}

.p-add:first-child {
    padding: 0px 75px 0 0;
}

.recognitions_section .mrgn_t_b img:hover {
    filter: none;
}

.recognitions_section .mrgn_t_b img {
    filter: grayscale(100%);
    cursor: pointer;
}

.recognitions_section .row {
    align-items: center;
}

.recognitions_section .mrgn_t_b {
    text-align: center;
}

.business-img img {
    width: 100%;
    max-width: 680px;
    object-position: bottom;
    position: relative;
    bottom: 0;
    top: 18.5%;
    right: 0;
    float: right;
}

.our_vision .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.be_part_section {
    background: url(/fispan/wp-content/uploads/2019/11/dream-job-bg-img.jpg);
    height: 900px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
    padding: 100px 0px 0;
}



.future_job {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 130px 0;
}

.set_bg_dark .full-img {
    margin-bottom: 0px;
}

.btn.future-btn {
    padding: 12px 40px;
}

.popup_div {
    text-align: center;
    color: #a8a8a8;
    transition: .4s all ease-in-out;
    display: none;
}

.future_job h1 {
    font-size: 40px;
    margin-bottom: 65px;
    line-height: 60px;
}

.team_leader_sec {
    margin: 120px 0 0;
}

.m-bottom {
    margin-bottom: 30px;
    position: static;
    text-align: center;
}

.team_leader_sec .container-m {
    position: relative;
}

.team_member {
    margin: 0 15px;
    width: 25%;
}

.team_leader_member {
    display: none;
    position: absolute;
    z-index: 99999999;
    background: #fff;
    padding: 31px;
    width: 100%;
    left: 0;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 40px;
}

.main_member_sec {
    display: flex;
    flex-wrap: wrap;
}

.cross_btn {
    position: absolute;
    top: 0px;
    background: transparent;
    border: none;
    right: 15px;
    cursor: pointer;
    font-size: 30px;
}


/*.future {
    bottom: -2px;
     margin-left: -2px !important;
}*/

.page-id-5 .secure-box h2 {
    color: #ffffff;
}

.page-id-5 .secure-wrap {
    background: #3c3489;
    color: #fff;
    z-index: 999999 !important;
    margin-top: -1px;
}

.cate_img {
    position: absolute;
    top: 40px;
    left: 40px;
}

.bg_image {
    position: relative;
}

.future_content {
    text-align: center;
    width: 45%;
    margin: 0 auto;
}

.left_side_bar {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.post_tags {
    margin-bottom: 10px;
}

.all_tag {
    flex-wrap: wrap;
}

.left_side_bar .search-news input[type="search"] {
    box-shadow: 0px 0px 8px #d6e3f7;
}

.future_content h1 {
    font-size: 40px;
    line-height: 1.5em;
    margin-bottom: 50px;
    color: #393e8c;
}

.future_content p {
    font-size: 16px;
    font-weight: 400;
    width: 600px;
    margin: 0 auto;
    line-height: 50px;
}

.post_content {
    width: 59%;
    padding: 15px 30px;
    line-height: 40px;
}

.full-box h4 {
    font-size: 25px;
    color: #36317D;
}

.simple-wrap.why_wrk .row {
    margin: 0;
}

.post_video {
    width: 40%;
    min-height: 350px;
    /* padding: 15px 30px;
   padding: 15px 0px 15px 20px;*/
}

.overlay_content h3 {
    line-height: 1.3;
}

.full-box.all_recent_post .post_video {
    width: 50% !important;
    padding: 15px 30px;
}

.full-box.all_recent_post .post_content {
    width: 48% !important;
}

.full-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px #d6e3f7;
    width: 100%;
    padding: 15px 20px 15px 20px;
}

.full-box.all_recent_post {
    margin-right: 15px;
}

.left_side_bar .search-news input[type="search"] {
    height: 45px;
}

.left_side_bar .news-wrap button {
    height: 45px;
}

.left_side_bar .search-news {
    margin-bottom: 35px;
}

.featur_post {
    margin: 20px;
}

.back_to_top {
    text-align: center;
}

.back_to_top .btn,
.wpcf7-submit {
    background-color: #257bff;
    padding: 10px !important;
    margin: 30px 0 50px;
    line-height: 20px !important;
}

.archive_side .ar_post_title {
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}

.grey-bg {
    background: #f0f2fe;
}

.page-id-5 .grey-bg {
    background: #fff0;
}

.grey-bg.set_bg_dark {
    background: #3c3489;
}

.page-id-5 .secure-wrap.grey-bg {
    background: #3c3489;
    z-index: 0 !important;
}

.left_side_bar .news-wrap {
    background: #f0f3fe00;
}

.main_datail_page .all_loop {
    flex-wrap: wrap;
}

.post_tags {
    background: #f0f3fe;
    border-radius: 231px;
    padding: 0 13px;
    line-height: 25px;
    cursor: pointer;
    margin-right: 12px;
}

.all_tag {
    display: inline-flex;
    width: 100%;
    font-size: 12px;
}

.right_side_bar .category_values li a {
    text-decoration: none;
}

.full-box.bb-full_2.width_50 {
    width: 100% !important;
}

.all_loop {
    display: flex;
    flex-wrap: wrap;
}

.recent_post {
    width: 100%;
    margin-bottom: 17px;
    margin-top: 25px;
}

.category_values li a {
    color: #fff;
    font-size: 18px;
    text-align: left;
}

.post_video iframe {
    width: 100%;
    height: 100%;
}


/*----- book demo css------*/

.textarea {
    height: 100px;
}

.myform fieldset {
    margin: 0 0 15px !important;
}

.myform .actions input {
    background: #257bff;
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
}

.detail_left {
    width: 60%;
    padding-right: 70px;
}

.sug_right {
    width: 38%;
    padding-top: 62px;
}

.main_datail_page {
    display: flex;
    justify-content: space-between;
}

.myform .actions {
    margin-top: 22px;
}


/*----- book demo css end------*/

.page-id-22 .wrap {
    width: 70%;
    margin: 0 auto;
}

.full-box.all_recent_post {
    display: flex;
    /*flex-direction: column-reverse;*/
    justify-content: space-between;
}


/*.all_recent_post p {
    padding: 22px 25px 0;
}*/

.post_content a {
    text-decoration: none;
}

.left_side_bar .author {
    display: flex;
    justify-content: space-between;
    color: #36317f;
    font-size: 16px;
    opacity: 1;
}

.full-box p {
    font-size: 16px;
    color: #194782;
}

.post_content img {
    width: 20px;
    margin-right: 15px;
}


/*.full-img {
    margin-bottom: -1px;
    margin-left: -2px;
}*/

.coming_soon h2 {
    margin-bottom: 20px;
}

.coming_soon p {
    font-size: 16px;
    margin-bottom: 25px;
    padding: 0 130px;
}

.resources_btn {
    position: relative;
}

.resources_btn:after {
    background: url(/fispan/wp-content/uploads/2019/11/play-arrow.png);
    content: '';
    position: absolute;
    width: 11px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 20px;
    top: -4px;
}

.resources_btn {
    border-radius: 7px;
    border: none;
    padding: 10px 40px;
    color: #1679d3;
    font-size: 14px;
}

.cooning_btn a {
    text-decoration: none;
}

.updated_btn a {
    color: #FFF;
}

.updated_btn {
    background: #1679d3;
    padding: 10px 40px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    margin-left: 14px;
}

.cooning_btn {
    margin-top: 50px;
}

.post_video.all_post_detail {
    width: 100%;
    margin-bottom: 35px;
}

.full-box.all_post_detail.post_video {
    width: 100% !important;
}

.full-box.all_post_detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    /*margin-right: 18px;*/
}

.all_post_detail .post_content {
    width: 100%;
}

.all_post_detail .post_video {
    width: 100%;
}

.main_datail_page h5 {
    margin-top: 80px;
    margin-bottom: 35px;
    font-size: 40px;
    color: #3a317d;
    text-align: left;
}

.suggested_text {
    margin: 20px 0;
    color: #c680f1;
}

.main_datail_page h6 {
    font-size: 20px;
    color: #3a317d;
}

.main_datail_page .author span {
    margin-left: 60px;
}

.main_datail_page .author {
    margin: 5px 0;
    color: #3a317d;
    opacity: 1;
}

.share_icon {
    margin: 30px 0 40px;
}

.social_icon_detail {
    display: flex;
}

.share_icon a {
    background: #257bff;
    padding: 5px 11px 10px;
    border-radius: 100%;
    margin-right: 26px;
}

.share_icon img {
    width: 15px;
    height: 15px;
}

.back_btn button {
    background: none;
    border: none;
    margin-top: 50px;
    margin-left: -130px;
    color: #257bff;
    font-size: 20px;
}

.coming_soon {
    text-align: center;
    background: url(/fispan/wp-content/uploads/2019/10/coming-soon-img.png);
    color: #fff;
    padding: 105px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 560px;
    width: 100%;
    margin: 100px 0;
}


/*.left_side_bar .news-wrap {
    padding: 100px 0 20px;
}*/

.left_side_bar .nws-main h2 {
    text-align: left !important;
}

.left_side_bar .search-news input[type="search"] {
    max-width: 70% !important;
}

.left_side_bar .nws-main {
    max-width: 100%;
}

.left_side_bar .news-wrap button {
    background-color: #257bff !important;
}

.left_side_bar .nws-main h2 {
    font-size: 40px;
    margin-bottom: 20px;
}


/*.main_div {
    display: flex;
    flex-direction: row-reverse;
}*/

.back_btn {
    position: relative;
}

.back_btn button:before {
    background: url(/fispan/wp-content/uploads/2019/11/play-arrow.png);
    content: '';
    width: 13px;
    height: 100px;
    position: absolute;
    background-repeat: no-repeat;
    left: -151px;
    top: 47px;
}

.full-box .bg_image {
    color: #fff;
    width: 40%;
    display: flex;
    justify-content: left;
    font-size: 40px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}

.bg_image img {
    object-fit: contain;
    width: 100%;
    object-position: top;
}

.full-box.all_text_suggested .post_content {
    width: 100%;
}
/*.full-box.all_text_suggested {
    margin-right: 20px;
}*/

.full-box.all_text_suggested {
    margin-right: 0;
}

.full-box.bb-full_2.width_50.row_reverse {
    display: flex;
    flex-direction: row-reverse;
}

.full-box.all_recent_post .bg_image {
    display: none;
}

.f-art img {
    /* border: 30px solid #37317e;*/
    /* border-top-left-radius: 35px;
    border-bottom-left-radius: 35px; */
    border-right: none;
}

.future .container-m {
    width: 70%;
}

.page-id-149 .news-left.flexbox4.flex-wrap {
    min-height: 550px;
}

.search_no._record {
    min-height: 200px;
    margin-top: 50px;
}


/*.postid-565 .all_loop {
    flex-wrap: nowrap;
}*/

.page-id-121 .news-wrap {
    background: #f0f3fe00;
}

.hs-input {
    height: 35px;
}

.bg-img {
    color: #fff;
    position: static;
    padding-right: 80px;
}

.contact_us_sec {
    position: relative;
}

.bg-img:before {
    background: url(/fispan/wp-content/uploads/2019/11/contact-bg-img.jpg);
    content: '';
    background-size: cover;
    color: #fff;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 200px;
    top: 0;
    z-index: -1;
}

.contact_us_sec p {
    font-size: 16px;
    font-weight: 400;
}

.form_wrap span {
    font-size: 14px;
}

.commercial_banking:after {
    content: '';
    background: url(/fispan/wp-content/uploads/2019/11/platfoem-img.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
}

.commercial_banking h2 {
    font-size: 40px;
    text-align: left !important;
    line-height: 1.5;
}

.commercial_banking .image_box {
    width: 38%;
    margin: 0 auto;
    float: right;
    position: absolute;
    top: 20%;
    right: 14%;
}

.commercial_banking .top_content {
    width: 45%;
    color: #fff;
    padding-top: 200px;
    padding-right: 70px;
}

.commercial_banking p {
    font-size: 16px;
    font-weight: 400;
}

.commercial_banking {
    position: relative;
    background: #3c3489;
    z-index: 0;
}

.no-list.hs-error-msgs.inputs-list li {
    list-style: none;
}

.hs-custom-style fieldset input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.hs-custom-style>div input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    padding: 0 8px !important;
}

.blf_mn .col-xs-12.col-sm-12.col-md-6.col-lg-6.mb-5:nth-child(2n) p.content.lh-4.text-l {
    margin-right: 0;
    width: 100%;
    /*margin-left: 67px;*/
}

.blf_mn .col-xs-12.col-sm-12.col-md-6.col-lg-6.mb-5:nth-child(2n) .price-plan {
    margin-left: 83px;
}

.cumbersome_sec .row.align-items-center {
    padding-top: 90px;
}

.right_side_bar {
    background: url(/fispan/wp-content/uploads/2019/11/side-bar-img.jpg);
    background-size: 100% 100%;
    height: 400px;
    width: 100%;
    padding-top: 100px;
}

.share_icon .textwidget ul li {
    list-style: none;
}

.category_values li {
    margin: 0 13px;
    list-style: none;
    color: #184782;
}

.category_values {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.category_values li a {
    color: #184782;
    background: #fff;
    padding: 6px 18px 7px;
    border-radius: 20px;
}

.category_values li.active a {
    background: #5283f0;
    color: #fff;
}

.page-id-8 .simple-wrap {
    margin-top: 70px;
}

.secure-wrap.grey-bg .full-img {
    margin-bottom: -1px;
}

.our_tech.full-img {
    margin-bottom: -1px;
}

.page-id-121 .full-img {
    margin-bottom: -1px;
}

.page-id-149 .grey-bg.news-wrap {
    padding-top: 100px;
}

.right_side_bar .nws-main h2 {
    color: #ffffff;
}

.monthname {
    display: none;
}

.archive_month {
    padding: 5px 15px;
}

.monthly_icon:after {
    content: '';
    background-image: url(/fispan/wp-content/uploads/2019/10/arrow-dwn.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    position: absolute;
    right: 0;
    background-size: auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.monthly_icon {
    display: block;
    line-height: 40px;
    position: relative;
    cursor: pointer;
}

.monthly_icon.active:after {
    transform: rotate(180deg);
    left: 88%;
}

.sticky {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;
    color: #fff !important;
    top: 0px;
}

.admin-bar .sticky {
    top: 32px;
}

label.hs-main-font-element {
    font-size: 14px;
    color: red;
}

label.hs-error-msg {
    font-size: 14px;
    color: red;
}

.post_video.all_post_detail {
    padding: 15px 0px;
}

.full-box.all_text_suggested {
    flex-direction: column-reverse;
}

.full-box.all_text_suggested .bg_image {
    width: 100%
}

.detail_img {
    width: 100% !important;
}

.main_datail_page .author span {
    margin-left: 0px !important;
}

.ar_post_title {
    font-size: 14px;
    /* padding: 0 45px 0 0;*/
}

.full-box p br {
    display: none;
}

.full-box.all_text_suggested .bg_image {
    height: auto !important;
}

textarea#message-9436d34b-835b-4bad-9d88-a1f43fc232c7,
textarea#message-4ace7f62-7934-4b97-8659-1f2ea53b9463 {
    padding: 0 8px;
}

.footer .textwidget .flexbox3 {
    margin-bottom: 20px;
}

.copy_right {
    background: #3c3489;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
    font-size: 20px;
}

.copy_right a {
    color: #fff;
    text-decoration: none;
}
.copy_right a:hover {
    color: #bdbbce;
}
.news-main {
    padding-top: 250px;
}

.error-404 {
    position: relative;
    padding-bottom: 50px;
}

.error-404 .full-img {
    position: absolute;
    z-index: 999;
    bottom: 0;
}

.page-content {
    display: flex;
    justify-content: space-between;
}


/* .notfound_right_side {
    width: 55%;
} */


/* .notfound_left_side {
    width: 45%;
} */

.notfound_left_side {
    padding-left: 245px;
    padding-top: 100px;
}

.notfound_left_side h2 {
    color: #3b3385;
    font-size: 40px;
}

.notfound_detail {
    font-size: 16px;
    line-height: 40px;
    color: #1E5290;
}

.back_to_home_button {
    float: left;
    margin-right: 40px;
    margin-top: 45px;
    border-radius: 5px !important;
    font-size: 16px;
}

.back_to_home_button a {
    color: #fff;
    padding: 10.5px 13px;
    line-height: 40px;
    text-decoration: none;
}

.contact_us_button_link a {
    text-decoration: none;
}

.contact_us_button_link {
    margin-top: 45px;
}

a.notfound_btn {
    -webkit-box-shadow: 0px 0px 8px #d6e3f7;
    font-size: 16px;
    line-height: 40px;
}

.back_to_home_button a {
    background: #257bff;
    border-radius: 5px;
}

.contact_us_button_link a {
    padding: 10.5px 24px;
    border-radius: 5px;
}

.full-box .overlay_content p {
    color: #fff;
    /* font-size: 36px;*/
    line-height: 1.2;
}
.full-box .bg_image h4 {
    color: #ffffff;
}

/**** 06-12 *****/
.heading_tools {
    font-size: 22px;
    margin: 0 0 25px;
}
.glossary {
    font-size: 45px;
    margin: 0 0 20px;
}
.search_alphabe_wrap {
    display: table;
    width: 100%;
    margin: 0 0 30px;
}
.search_alphabe_wrap .search_alphabet {
    display: table-cell;
    text-align: left;
    padding: 0 2px;
}
.full-box-tools {
    width: 100%;
    margin: 0 0 30px;
}
.full-box-tools .post_content {
    width: 100%;
    padding: 0;
}
.full-box-tools .post_content p br {
  display: none;
}
.tools_wrap .search_no._record {
    text-align: center;
    font-size: 22px;
}
.full-box-tools .post_content h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px;
}
.full-box-tools .post_content p {
  word-wrap: break-word;
}
.tools_wrap .pagination {
    justify-content: center;
    align-items: center;
}
.tools_wrap .pagination .page-numbers {
    margin: 5px 10px;
    border: 1px solid;
    text-decoration: none !important;
    padding: 5px 15px;
}
.tools_wrap .pagination .page-numbers.current {
    background: #257bff;
    border-color: #257bff;
    color: #fff;
}
.search_alphabe_wrap .search_alphabet a {
    text-decoration: none;
    color: #194782;
}
.search_alphabe_wrap .search_alphabet.active a {
    border-bottom: 2px solid;
}
.error404 .wrap {
    width: 100%;
}
/**** 06-12 *****/

.thanku_wrap h1 {
    margin-top: 0;
}
.thanku_wrap {
    padding: 100px 0;
}
.thanku_wrap .text_bsn {
    padding-left: 25px !important;
}
.thanku_wrap .row {
    align-items: center;
}
.single-lnews #primary {
    padding: 100px 0;
}
.single-lnews .navigation.post-navigation {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.single-lnews .navigation.post-navigation .screen-reader-text {
  display: none;
}
.single-lnews .navigation.post-navigation span.nav-title {
    font-size: 0;
}
.single-lnews .navigation.post-navigation .nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-lnews .navigation.post-navigation svg.icon {
    width: 20px;
    height: 15px;
    margin-left: 10px;
}
.single-lnews .navigation.post-navigation .nav-links a {
  display: flex;
    align-items: center;
}
.single-lnews .navigation.post-navigation .nav-links .nav-previous a {
    flex-direction: row-reverse;
}
.single-lnews .navigation.post-navigation .nav-links .nav-previous svg.icon {
    margin-left: 0;
    margin-right: 10px;
}

/** responsive **/
@media all and (min-width: 2000px) {
    .f-art {
        right: -28px;
    }
    .future {
        padding-bottom: 400px;
    }
    .com-wrap {
        padding: 0px 0 500px;
    }
    .commercial_banking:after {
        background-size: 100% 35%;
    }
    .future {
        background-size: 100% 95%;
    }
    /* .right_side_bar {margin-bottom: -235px;}*/
    .com-wrap:after {
        top: -3px;
    }
    .com-wrap:after {
        margin-top: -2px;
    }
    .page-id-5 .secure-art {
        width: 47%;
        float: left;
    }
    .page-id-5 .secure-box {
        width: 45%;
        float: right;
    }
    .commercial_banking .image_box {
        top: 10%;
    }
    .com-wrap:after {
        background-size: 100% 100%;
    }
    .last_side_img {
        top: 11%;
    }
    .text_area_content {
        padding: 100px 117px 0 0;
    }
    .news-main {
        padding-top: 350px;
    }
}

@media all and (min-width: 2000px) {
    .com-wrap:after {
        top: -3px;
    }
    .com-wrap:after {
        margin-top: -2px;
    }
    .page-id-5 .secure-art {
        width: 47%;
        float: left;
    }
    .page-id-5 .secure-box {
        width: 45%;
        float: right;
    }
    .container-l {
        width: 90% !important;
    }
}

@media all and (min-width: 1760px) {
    .be_part_section {
        height: 1200px;
        padding: 200px 0px 0;
    }
    .future_job {
        padding: 201px 0 0;
    }
    .page-id-123 .archive_side {
        top: 46.5%;
        right: 14%
    }
}

@media all and (min-width: 1600px) {
    .footer .textwidget .flexbox3 {
        width: 65%;
    }
}

@media all and (max-width: 1600px) {
    .container-l {
        max-width: 1280px;
    }
    /*.right_side_bar {margin-bottom: -150px;}*/
    .footer .container-m {
        width: 90%;
    }
    .commercial_banking .top_content {
        padding-top: 150px;
        padding-right: 0;
    }
    .commercial_banking .image_box {
        top: 16%;
        right: 12%;
    }
    .notfound_left_side h2 {
        font-size: 25px;
        line-height: 40px;
    }
}

@media all and (max-width: 1550px) {
    .text_bsn {
        padding-left: 100px !important;
    }
}

@media all and (max-width: 1400px) {
    .post_content {
        padding: 15px 15px;
        width: 59%;
    }
    .bg_image {
        width: 40%;
        font-size: 25px;
        padding: 0px
    }
    .post_tags {
        padding: 0 12px;
        margin-bottom: 10px;
    }
    /*.all_tag {justify-content: normal;display: block;}*/
    /* .right_side_bar {margin-bottom: -125px;}*/
    .future {
        margin: 85px 0 0;
    }
    .f-art {
        top: 14px;
        right: -20px;
    }
    .f-left h2 {
        font-size: 25px;
        line-height: 45px;
    }
    .business-img {
        height: 800px;
    }
    .text_bsn {
        padding: 0 85px !important;
    }
    .page-id-8 .secure-box {
        padding: 80px 140px;
    }
    .com-box h2 {
        font-size: 30px;
    }
    .book_demo_section h2 {
        font-size: 30px;
    }
    .business-img img {
        top: 14.5%;
    }
    .future_job {
        padding: 20px 0 150px;
    }
    .be_part_section {
        height: 100%;
    }
    .form_wrap {
        margin-left: 50px;
    }
    .demo-bg-img:before {
        width: 53%;
    }
    .bg-img:before {
        width: 56%;
    }
    .secure-box_2 {
        padding: 100px 0px 0 90px;
    }
    .secure-box_2 h2 {
        font-size: 30px;
        line-height: 1.5;
    }
    .future {
        margin-bottom: -2px !important;
    }
    .page-id-123 .left_side_bar .all_loop {
        width: 70%;
    }
    .page-id-123 .archive_side {
        top: 16.5%;
        right: 10%;
    }
    .secured_section h2 {
        font-size: 30px;
    }
    .coming_soon p {
        padding: 0 90px;
    }
    .footer .textwidget .flexbox3 {
        width: 60%;
    }
    .notfound_left_side {
        padding-left: 90px;
    }
}

@media all and (max-width: 1290px) {
    /*--career page---*/
    .mg_img {
        margin-top: -100px;
    }
    .drm_job {
        padding: 50px 0 20px;
    }
    .img_bx h3 {
        font-size: 28px;
    }
    .img_bx img {
        margin-right: 20px;
    }
    /*--career page---*/
    .container-l,
    .container-m {
        width: 90%;
    }
    .future {
        margin: 50px 0 0;
        padding: 0 0 100px;
    }
    h2 {
        font-size: 36px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .text-l {
        font-size: 20px;
    }
    .lh-4 {
        line-height: 32px;
    }
    .mb-6 {
        margin-bottom: 30px;
    }
    .com-wrap {
        padding: 0px 0 100px;
    }
    /*.rapid{padding: 200px 0 150px;}*/
    .sm-box {
        width: 48%;
    }
    .sm-btm {
        padding: 10px 0 30px;
    }
    .simple-wrap {
        padding-top: 50px;
    }
    .secure-box {
        width: 50%;
        padding: 0px;
    }
    .secure-art {
        position: static;
        width: 100%;
    }
    .footer-right p {
        font-size: 24px;
    }
    .form_wrap {
        margin: 60px auto 0;
    }
    h4 {
        font-size: 26px;
        margin: 0 0 15px;
    }
    .page-id-8 .simple-wrap {
        padding-top: 60;
    }
    .business_title h1 {
        line-height: 40px;
        font-size: 30px;
    }
    .text_bsn {
        width: 80%;
        margin: 0 auto;
        padding: 0px 5px !important;
    }
    .left_side_bar .author span {
        width: 100%;
        display: block;
    }
    .left_side_bar .author {
        display: block;
    }
    .resources_btn {
        margin-bottom: 15px;
    }
    .f-left {
        padding-bottom: 120px;
        width: 40%;
    }
    .rapid h2 {
        margin-left: 0;
        width: auto;
    }
    .future_job {
        width: 100%;
    }
    .page-id-8 .secure-box {
        padding: 90px 95px;
    }
    .full-main .full-img {
        margin-left: 0;
    }
    .com-box h2 {
        font-size: 28px;
    }
    .future .container-m {
        width: 90%;
    }
    /*.page-id-5 .secure-wrap.grey-bg .container-l {width: 100%;} */
    .demo-bg-img {
        background: none;
        color: #000;
        z-index: 99999 !important;
        padding: 0;
    }
    .book_demo_section h2 {
        font-size: 25px;
        color: #fff;
    }
    .be_part_section {
        height: 100%;
        padding: 150px 0;
    }
    .future_job {
        padding: 20px 200px 117px;
    }
    .map {
        width: auto;
    }
    .contact_us_sec .form_wrap {
        margin: 30px 52px 0;
    }
    /* .demo-bg-img:before {background: none;width: 100%;} */
    .our_blf {
        margin: 0;
    }
    .commercial_banking h2 {
        font-size: 30px;
    }
    .commercial_banking .top_content {
        padding-top: 150px;
        padding-right: 50px;
    }
    .commercial_banking .image_box {
        top: 18%;
        right: 8%;
    }
    .left_side_bar {
        max-width: 80%;
    }
    .page-id-5 .secure-art {
        float: left;
    }
    .full-box h4 {
        font-size: 20px;
    }
    .page-id-123 .all_loop .bg_image {
        width: 100% !important;
    }
    .page-id-123 .all_loop .full-box {
        display: block !important;
    }
    .page-id-123 .all_loop .post_content {
        width: 100% !important;
    }
    .page-id-123 .archive_side {
        top: 20%;
    }
    .commercial_banking h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .footer-left {
        width: 48%;
    }
    .main_datail_page {
        width: 90%;
    }
    .back_btn button:before {
        left: 0px;
        top: 30px;
    }
    .back_btn button {
        margin-top: 33px;
        margin-left: 20px;
    }
    .main_datail_page h5 {
        font-size: 25px;
    }
    .footer .textwidget .flexbox3 {
        width: 75%;
    }
    .social li {
        margin-right: 25px;
    }
    .news_archive_side {
        right: 65px;
    }
    .book_demo_section p {
        color: #fff;
    }
    .news-main {
        padding-top: 150px !important;
    }
    .demo-bg-img:before {
        width: 47%;
    }
    .book_demo_section .full-img {
        position: relative;
        z-index: 99999;
    }
    #cookie-law-info-bar {
        z-index: 99999;
    }
}

@media all and (max-width: 1100px) {
    /*.right_side_bar { margin-bottom: -110px;}*/
    /*.page-id-5 .secure-art {width: 100%;}
 .page-id-5 .secure-box { width: 100%;}*/
}

@media (max-width: 1024px) {
    .top_minus {
        margin-top: -50px;
    }
    .menu-wrap li {
        margin-right: 25px;
    }
    .team_leader_sec h6 {
        width: 400px;
    }
    .hs-input {
        width: 100%;
    }
    .f-left p {
        padding-right: 40px;
    }
}

@media (max-width: 992px) {
    .future_job {
        padding: 20px 99px 117px;
    }
    .future_job h1 {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 1.5em;
    }
    .header .btn {
        min-width: auto;
        font-size: 16px !important;
    }
    .menu-wrap a {
        font-size: 16px;
    }
    .menu-wrap li {
        margin-right: 20px;
    }
    /*.contact_us_sec {padding: 50px 0 0;}*/
    .news-wrap {
        padding: 0px;
    }
    .bb-full .bank-con {
        padding: 30px 20px;
    }
    .bank-head {
        padding: 30px 20px;
    }
    .bank-head h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .bank-con {
        padding: 20px;
    }
    .bank-con h3 {
        font-size: 25px;
        line-height: 40px;
    }
    .news-main {
        padding: 60px 0;
    }
    .business-img img {
        max-width: 100%;
        position: static;
        margin-top: 49px;
    }
    .p-add:last-child {
        padding-left: 25px;
    }
    .p-add:first-child {
        padding: 0px 25px 0 0;
    }
    .team_leader_sec h6 {
        width: 100%;
    }
    /*.category_values { margin-left: 150px;}*/
    /*.right_side_bar {width: 390px;}*/
    .post_tags {
        margin-bottom: 10px;
        padding: 0 15px;
    }
    /*   .all_tag { display: block;}*/
    .full-box h4 {
        font-size: 20px;
    }
    .left_side_bar .author {
        display: block;
        margin-top: 20px;
    }
    .full-box {
        width: 100%;
    }
    .coming_soon {
        background: none;
        color: #000;
        padding: 30px;
    }
    /* .right_side_bar {margin-bottom: -88px;}*/
    .f-left {
        padding-bottom: 23px;
    }
    .flexbox3 {
        display: block;
    }
    .com-box {
        width: 100%;
    }
    .f-left p {
        width: auto;
    }
    .cm-box {
        width: 100%;
    }
    .set_bg_dark .flexbox3 {
        display: flex;
    }
    .business-img {
        background: none;
        height: auto;
    }
    .be_part_section {
        padding: 90px 0px 0;
    }
    .container-m {
        width: 90%;
    }
    .recognitions_section {
        padding: 50px 0;
    }
    .customer_board .flexbox3 {
        display: flex;
    }
    .cumbersome_sec h2 {
        font-size: 25px;
    }
    .secured_section {
        padding: 0px 0 50px;
    }
    .secured_section h2 {
        font-size: 30px;
    }
    .page-id-8 .secure-box {
        width: 100%;
        padding: 0 25px;
        top: 0;
    }
    .page-id-8 .secure-art {
        position: relative;
        top: 214px;
    }
    .secure-box h2 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .page-id-8 .secure-box {
        background: none;
    }
    .footer .flexbox3 {
        display: flex;
    }
    .footer {
        padding: 25px 0 0;
    }
    .book_demo_section h2 {
        font-size: 20px;
        color: #194782;
    }
    .book_demo_section p {
        color: #194782;
    }
    .form_wrap h4 {
        font-size: 20px;
    }
    .text_bsn {
        width: 100%;
        padding: 0 60px !important;
    }
    .form_wrap {
        max-width: 100%;
        padding: 30px 0px 0;
        margin: 0 !important;
        margin-bottom: 40px !important;
    }
    .demo_text {
        padding-top: 30px;
        padding-right: 0;
    }
    .p-zero {
        padding: 0;
    }
    .bg-img:before {
        width: 100%;
        background: none;
    }
    .text_area_content h2 {
        color: #194782;
    }
    .text_area_content {
        padding: 50px 0px 0 0;
        color: #000000;
    }
    .bg-img {
        padding-right: 0;
    }
    .contact_us_sec .container-m {
        margin-bottom: 50px;
    }
    .price-plan .content.lh-4.text-l {
        width: 100%;
    }
    .simple-wrap.why_wrk {
        padding: 0px 0 0px;
    }
    .blf_rw .col-xs-12.col-sm-12.col-md-6.col-lg-6:nth-child(1),
    .blf_rw .col-xs-12.col-sm-12.col-md-6.col-lg-6:nth-child(2),
    .blf_rw .col-xs-12.col-sm-12.col-md-6.col-lg-6 {
        margin-bottom: 40px !important;
    }
    .row.tech_main {
        width: 100%;
    }
    .last_side_img {
        width: 100%;
        position: static;
    }
    .last_side_img img {
        width: 100%;
        height: auto;
        padding: 0 30px;
    }
    .commercial_banking .top_content {
        width: 48%;
        padding-top: 70px;
        padding-right: 0;
    }
    .commercial_banking .image_box {
        top: 22%;
    }
    .cumbersome_sec h2 {
        font-size: 30px;
    }
    .cumbersome_sec p {
        font-size: 20px;
    }
    .secure-box_2 {
        width: 100%;
        color: #194782;
        padding: 0px;
    }
    .secure-art_2 {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .display_flex {
        display: flex;
        flex-direction: column-reverse !important
    }
    .secure-box_2:after {
        background: none;
    }
    .customer_board {
        top: -55px;
    }
    .left_side_bar {
        max-width: 90%;
    }
    .right_side_bar {
        height: 350px;
        padding-top: 60px;
    }
    .page-id-5 .secure-art {
        width: 100% !important;
    }
    .secure-box {
        width: 100%;
    }
    .secure-box .sb-box {
        width: 100%;
    }
    .page-id-5 .secure-wrap.grey-bg {
        z-index: 0 !important;
    }
    .page-id-123 .left_side_bar .all_loop {
        width: 60%;
    }
    .page-id-123 .archive_side {
        top: 18.5%;
        right: 6%;
    }
    .footer-right {
        width: 100%;
    }
    .footer .container-m>.flexbox3 {
        display: block;
    }
    .footer-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .page-id-149 .grey-bg.news-wrap {
        padding-top: 50px;
    }
    .news_archive_side {
        right: 50px;
        top: 100px;
    }
    .news-left {
        margin-top: 50px;
    }
    .coming_soon p {
        padding: 0 40px;
        color: #184782;
    }
    .coming_soon h2 {
        color: #184782;
    }
    .news_archive_side {
        margin-top: 60px;
    }
    .news-main {
        padding-top: 100px !important;
    }
    .notfound_right_side {
        width: 100%;
        padding-left: 60px;
    }
    .notfound_left_side {
        width: 100%;
    }
    .page-content {
        display: block;
    }
    .error-404 {
        padding-bottom: 0px;
    }
    .notfound_left_side {
        padding: 60px;
    }
}

@media (max-width: 992px) {
    .f-art img {
        border: 0;
        border-right: 0px solid #37317c;
        border-radius: 0px;
        right: 0;
    }
    .f-art {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;
        right: 0;
    }
    .com-wrap {
        padding: 30px 0 0px;
    }
    .future {
        padding: 0 0 30px;
    }
    /*.rapid {
    padding: 150px 0 100px;
}*/
    .sm-box img {
        width: 150px;
    }
    .sm-box p {
        width: 100%;
    }
    .secure-art {
        width: 100%;
    }
    .secure-wrap {
        background-position: left bottom, right bottom;
        background-size: 100%, 100%;
    }
    .future {
        background: none;
    }
    /*.com-wrap:after { background: none;}*/
    .com-box p {
        padding-bottom: 0px;
        color: #393e8c;
    }
    .com-box h2 {
        color: #393e8c;
    }
    .com-wrap:after {
        background: none;
    }
    .f-left {
        float: none;
        width: 100%;
    }
    .demo-bg-img:before {
        width: 100%;
        background: none;
        display: none;
    }
    .category_values li {
      margin: 0 5px;
    }
}

@media (max-width:767px) {
    .contact_us_button_link {
        margin-top: 30px;
    }
    .simple-wrap h3 {
        font-size: 20px;
    }
    .current_page_item:after {
        position: absolute;
        width: 32px;
        height: 5px;
        /* background: #ffffff;*/
        bottom: 10px;
        content: "";
        border-radius: 4px;
    }
    .news-main {
        padding-top: 40px !important;
    }
    .news_archive_side {
        margin-top: 20px;
    }
    .coming_soon {
        padding: 15px;
    }
    .why_wrk h2 {
        font-size: 23px;
    }
    .contact_d {
        padding: 0;
    }
    .contact_us_sec .form_wrap {
        padding: 25px 0px !important;
    }
    .bb-full .bank-head {
        width: 100%;
    }
    .bank-box {
        width: 100%;
        display: block;
    }
    .simple-wrap .col-md-6 {
        max-width: 100%;
        margin-top: 30px;
        padding: 0 16px;
    }
    .secure-box p {
        font-size: 12px;
    }
    .cumbersome_sec .col-md-6 {
        max-width: 100%;
        margin-top: 50px;
    }
    .cumbersome_sec {
        padding: 0px 0 0px;
    }
    .cumbersome_sec h2 {
        font-size: 20px;
        margin: 30px 0 20px;
        color: #194782;
    }
    .page-id-8 .secure-art {
        top: 0px;
    }
    .page-id-8 .secure-box {
        position: relative;
    }
    .commercial_banking p {
        width: 100%;
    }
    .customer_board {
        top: 30px;
    }
    .customer_board h3 {
        font-size: 18px;
        margin-top: 25px;
    }
    .recognitions_section {
        padding: 50px 0;
    }
    .set_bg_dark {
        margin-top: 0;
    }
    .com-box h2 {
        font-size: 20px;
        line-height: 40px;
    }
    .rapid {
        margin-top: 0px;
        padding: 0px 0 0;
    }
    .rapid h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .set_bg_dark h2 {
        font-size: 25px;
    }
    .sm-box {
        width: 100%;
    }
    #mobmenuleft li a,
    #mobmenuleft li a:visited,
    .mobmenu-content h2,
    .mobmenu-content h3,
    .show-nav-left .mob-menu-copyright,
    .show-nav-left .mob-expand-submenu i {
        /*color: #fff;*/
        background: #fff;
    }
    .mobmenu-content li>.sub-menu li {
        padding-left: 0 !important;
    }
    /*#mobmenuleft li a, #mobmenuleft li a:visited, .mobmenu-content h2, .mobmenu-content h3, .show-nav-left .mob-menu-copyright, .show-nav-left .mob-expand-submenu i {
    color: #000 !important;
}*/
    .sub-menu.show-sub-menu li a {
        padding-left: 40px !important;
    }
    .wrap {
        width: 100%;
    }
    #content.content-is-left.has-left-menu {
        padding-left: 0 !important;
    }
    .mob-icon-down-open:before {
        font-size: 13px;
    }
    .mob-icon-cancel-1:before {
        content: '\ecf2';
        color: #246496;
    }
    .book-demo a {
        display: inline-block !important;
        max-width: auto;
        margin-left: 20px;
        margin-top: 10px;
    }
    .mg_img {
        margin-top: -50px;
    }
    .price-plan .content.lh-4.text-l {
        width: 100%;
    }
    .img_bx h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .img_bx img {
        margin-right: 10px;
        width: 20px;
    }
    .blf_mn {
        margin-top: 30px;
    }
    .top_minus {
        margin-top: -20px;
    }
    .simple-wrap.why_wrk {
        padding: 0px 0 0px;
    }
    .col-md-6.ist_wrk {
        margin-bottom: 0px;
    }
    .wrk_catg {
        margin: 0 0 15px
    }
    .wrk_catg h3 {
        font-size: 24px;
        line-height: 40px;
        padding: 10px 20px;
    }
    .wrk_catg .content {
        padding: 10px 20px 0;
        font-size: 18px;
        line-height: 30px;
    }
    .rpt_img .img_bx {
        width: 49%;
    }
    .why_wrk .row .col-md-6 {
        max-width: 100%;
    }
    .simple-wrap.img_rpt {
        padding-top: 0px;
    }
    .our_tech .container-m {
        width: 100%;
    }
    .row.tech_main .col-md-6 img {
        margin-left: -36px;
        margin-bottom: 30px;
    }
    .row.tech_main .col-md-6 .content {
        font-size: 18px;
        line-height: 30px;
        padding: 0 20px;
    }
    .row.tech_main .col-md-6 h2 {
        font-size: 22px;
        padding: 0 20px;
    }
    .our_blf {
        margin: 0px;
    }
    .flexbox3 {
        flex-wrap: wrap;
    }
    .footer-bx {
        width: 50%;
        margin: 0 0 19px;
        padding: 0 10px 0;
    }
    .footer .footer-left .flexbox3 {
        margin: 0 -10px;
    }
    .footer {
        background-color: #1a2a49;
        padding: 30px 0 0;
        color: #fff;
    }
    .footer-right p {
        font-size: 18px;
        line-height: 26px;
    }
    .social li {
        margin-right: 10px;
    }
    .btn-l,
    .btn,
    .wpcf7-submit {
        font-size: 16px !important;
        padding: 12px 13px !important;
        min-width: auto !important;
    }
    h2 {
        font-size: 26px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .lh-4 {
        line-height: 26px;
    }
    .text-l {
        font-size: 16px;
    }
    .mb-5 {
        margin-bottom: 25px !important;
    }
    .form_wrap {
        margin: 25px 0px;
        width: 100%;
        max-width: 100%;
        padding: 25px 0px !important;
    }
    .contact_us_sec .form_wrap {
        margin: 0px !important;
        width: 100%;
        max-width: 100%;
        padding: 25px 0px !important;
    }
    h4 {
        font-size: 20px;
        margin: 0 0 15px;
    }
    .header .head-right {
        display: none;
    }
    .header .flexbox1 {
        justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
    }
    .header {
        padding: 10px;
    }
    .social img {
        width: 30px;
    }
    .single_box .img_bx {
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .single_box .img_bx img {
        width: 100%;
    }
    .content {
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        color: #4a79ad;
    }
    .platform_cm_box {
        flex-wrap: wrap;
    }
    .platform_cm_box .cm-box {
        width: 100%;
    }
    h3 {
        font-size: 26px;
        line-height: 38px;
    }
    .secure-wrap {
        padding-bottom: 0;
        background-position: left 101%, right bottom;
        padding-top: 0;
    }
    .single_box {
        width: 100%;
        margin: 0 0 30px !important;
    }
    .commercial_banking {
        margin: 0;
        padding: 0px 0 20px;
        z-index: 0;
    }
    .header {
        display: none;
    }
    .future {
        margin: 20px 0 0;
    }
    .com-box {
        width: 100%;
        margin: 0 0 15px;
    }
    .cm-box {
        width: 100%;
        margin: 0 0 30px;
    }
    .sm-box {
        width: 100%;
        text-align: center;
    }
    .sm-box img {
        width: 100px;
    }
    .sm-box p {
        /* width: calc(100% - 120px);*/
        width: 100%;
    }
    .current-menu-item:after,
    .current-menu-ancestor.current-menu-parent:after {
        display: none;
    }
    .archive_side {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .news-left {
        width: 100% !important;
    }
    .nws-main h2 {
        font-size: 25px;
    }
    .news-wrap {
        padding: 0px;
    }
    .news-main {
        padding: 30px 0 0px;
    }
    .bank-head h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .bank-head span {
        font-size: 12px;
    }
    .bb-full .bank-con {
        padding: 25px 10px;
        width: 100%;
    }
    .bank-head {
        padding: 20px 8px;
        line-height: 30px;
    }
    .bank-con h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .bank-con p {
        font-size: 14px;
        line-height: 25px;
    }
    .archive_month a {
        padding: 5px 0;
    }
    .bank-con {
        padding: 10px;
    }
    .read-mre {
        margin-top: 0;
    }
    .pagination_news {
        padding: 10px 20px;
    }
    .news-wrap button {
        height: 40px;
    }
    .search-news input[type="search"] {
        height: 40px;
    }
    .business_title h1 {
        line-height: 30px;
        font-size: 20px;
        margin-top: 20px;
    }
    .business-img {
        margin-top: 30px;
    }
    .recognitions_section h1 {
        font-size: 25px !important;
        line-height: 35px;
    }
    .mrgn_t_b {
        margin: 15px 0px;
    }
    .team_leader_sec {
        margin: 40px 0 0;
    }
    .future_job {
        width: 100%;
        padding: 50px 0;
    }
    .future_job h1 {
        font-size: 22px;
        margin-bottom: 40px;
        line-height: 35px;
    }
    .p-add:first-child {
        margin-bottom: 40px;
    }
    .our_vision p {
        margin: 0 !important;
    }
    .left_side_bar {
        margin-top: 0px;
        padding: 12px;
        max-width: 100%;
    }
    .post_video {
        width: 100%;
        margin-top: 25px;
    }
    .post_content {
        width: 100%;
    }
    .full-box.bb-full_2.width_50 {
        display: flex;
        flex-direction: column-reverse;
    }
    .full-box.bb-full_2.width_50.row_reverse {
        flex-direction: column-reverse;
    }
    .full-box.bb-full_2.width_50.row_reverse .bg_image {
        width: 100%;
    }
    .full-box.all_recent_post {
        width: 100%;
    }
    .news-wrap button {
        font-size: 14px;
    }
    .search-news input[type="search"] {
        font-size: 14px;
    }
    .full-box p {
        font-size: 14px;
    }
    .post_content {
        padding: 15px 0px;
    }
    .full-box.all_recent_post {
        margin-right: 0;
    }
    .left_side_bar .nws-main h2 {
        font-size: 30px;
    }
    .resources_btn {
        margin: 0 auto 15px;
        display: block;
    }
    .updated_btn {
        display: block;
        margin: 0 auto;
    }
    .cooning_btn {
        margin-top: 0;
    }
    .all_tag {
        display: flex;
        max-width: 100%;
    }
    .coming_soon h2 {
        font-weight: 600;
    }
    .post_tags {
        margin-right: 12px;
        width: auto;
    }
    .left_side_bar .news-wrap {
        padding: 30px 0 20px;
    }
    .coming_soon {
        margin: 10px 0;
        height: auto;
    }
    .sb-box {
        width: 100%;
    }
    .footer .flexbox3 {
        display: flex;
    }
    .p-add:last-child {
        padding: 0px;
    }
    .p-add:first-child {
        padding: 0 !important;
    }
    .team_leader_sec .m-bottom img {
        max-width: 50%;
    }
    .image_box {
        width: 100%;
    }
    .com-box p {
        padding-bottom: 30px;
    }
    .mobmenul-container i {
        color: #1e539e !important;
    }
    .mobmenu-content #mobmenuleft>li>a:hover {
        background-color: #257bff !important;
        color: #fff !important;
    }
    .menu-item-318 a {
        background: #257bff !important;
    }
    .footer .container-m {
        width: 90%;
    }
    .text_bsn {
        padding: 0 22px !important;
    }
    .contact_us_sec h2 {
        font-size: 30px;
    }
    .text_area_content {
        padding: 20px 0px 0 0;
    }
    .bg-img {
        padding: 0;
    }
    .drm_job h2 {
        font-size: 20px;
    }
    .drm_job .career_dtails {
        margin-top: 20px;
        line-height: 1.5;
    }
    .row.tech_main {
        margin: 0 !important;
        padding: 0 25px !important;
    }
    .our_tech h2 {
        font-size: 25px;
    }
    .our_tech .pading_zero {
        padding: 0;
    }
    .content_full {
        line-height: 1.5;
        margin-bottom: 18px;
    }
    .simple-wrap.img_rpt {
        padding-bottom: 20px;
    }
    .footer .textwidget .flexbox3 {
        width: 100%;
        margin-top: 0;
    }
    .sm-btm p {
        font-size: 18px;
    }
    .commercial_banking .image_box {
        width: 100%;
        position: static;
    }
    .top_content.mb-5 {
        color: #194782;
        width: 100%;
    }
    .commercial_banking:after {
        background: none;
        color: #000 !important;
        background-color: #fff;
    }
    .customer_board .flexbox3 {
        display: flex;
        width: 100%;
    }
    .commercial_banking .full-img {
        display: none;
    }
    .platform_cm_box {
        margin-top: 50px;
    }
    .platform_cm_box .cm-box {
        box-shadow: 0px 6px 8px 8px rgba(0, 12, 29, 0.08);
    }
    .commercial_banking .top_content {
        padding-top: 25px
    }
    .cumbersome_sec p {
        font-size: 16px;
        color: #194782;
    }
    .cumbersome_sec {
        background: #ffffff;
        color: #000;
    }
    .cumbersome_sec img {
        display: none;
    }
    .width-90 {
        padding: 30px 16px 0;
    }
    .secure-box_2 h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .be_part_section {
        padding: 20px 0px 30px;
    }
    .f-art img {
        border-right: 0px solid #37337e;
    }
    .border_ul li {
        color: #194782;
    }
    .full-box.all_recent_post .post_content {
        width: 100% !important;
    }
    .full-box.all_recent_post .post_video {
        width: 100% !important;
    }
    .full-box.all_recent_post {
        display: block;
    }
    .full-box.all_recent_post .post_video {
        padding: 15px;
    }
    .category_values li a {
        font-size: 12px;
    }
    .category_values li {
        margin: 0 6px;
    }
    form.search-news.flexbox4 {
        width: 100%;
        padding: 0 25px;
    }
    .page-id-123 .left_side_bar .all_loop {
        width: 100%;
    }
    .page-id-123 .archive_side {
        position: static;
        margin: 0 auto 25px !important;
        width: 100% !important;
        float: none;
        max-width: 96%;
    }
    .cumbersome_sec .row.align-items-center {
        padding-top: 30px;
    }
    .page-id-8 .simple-wrap {
        margin-top: 0px;
    }
    .mob-menu-header-holder.mobmenu {
        z-index: 999999;
    }
    .main_datail_page {
        display: block;
    }
    .detail_left {
        width: 100%;
        padding-right: 0px;
    }
    .sug_right {
        width: 100%;
        padding-top: 0;
    }
    .main_datail_page h5 {
        margin-top: 25px;
    }
    .post_video {
        padding: 0px 0px;
        margin: 0;
    }
    .our_vision {
        padding: 15px 0 0;
    }
    .mob-icon-up-open:before {
        font-size: 13px;
    }
    .business-img img {
        margin-top: 20px;
    }
    .blf_mn .col-xs-12.col-sm-12.col-md-6.col-lg-6.mb-5:nth-child(2n) .price-plan {
        margin-left: 0;
    }
    .mobmenul-container {
        top: 15px !important;
    }
    .drm_job {
        padding: 15px 0 20px;
    }
    .right_side_bar {
        padding-top: 30px;
    }
    .why_wrk .row .col-md-6 {
        padding: 0;
    }
    .mobmenu-content #mobmenuleft .sub-menu a {
        color: #808080 !important;
    }
    .commercial_banking h2 br {
        display: none;
    }
    .news_archive_side {
        position: static;
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-left {
        margin-bottom: 15px;
    }
    .social {
        margin-top: 0px;
    }
    .business-img {
        padding: 0 15px;
    }
    .text_area_content p {
        color: #174182;
    }
    .f-left p {
        padding-right: 0px;
    }
    .sticky {
        position: static;
    }
    body {
        padding-top: 60px !important;
    }
    .page-id-149 .grey-bg.news-wrap {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .bg_image img {
        width: 100%;
    }
    .monthly_icon.active:after {
        left: 94%;
    }
    .ar_post_title {
        padding: 0 45px 0 0;
    }
    .bg_image {
        width: 100%;
        height: auto;
    }
    .coming_soon p {
        padding: 0px;
    }
    .mobmenul-container,
    .mobmenur-container {
        position: absolute;
        left: 10px;
        font-size: 35px !important;
        top: 10px !important;
    }
    .mobmenu-content li a {
        font-size: 18px !important;
    }
    .mobmenu-content {
        padding-bottom: 0 !important;
        min-height: 500px !important;
        background: white;
        padding-right: 40px !important;
        margin-top: 61px !important;
    }
    .mobmenu-left-panel .mobmenu-left-bt,
    .mobmenu-right-panel .mobmenu-right-bt {
        top: 6px !important;
    }
    i.mob-icon-up-open.close-icon {
        background: transparent !important;
        color: #fff !important;
        font-weight: 900;
        top: -5px !important;
    }
    i.mob-icon-down-open.open-icon {
        background: transparent !important;
        top: -5px !important;
    }
    .page-id-149 .news-left.flexbox4.flex-wrap {
        min-height: 0px;
    }
    .search_no._record {
        min-height: 0px;
    }
    .copy_right {
        font-size: 16px;
    }
    .mob-standard-logo {
        height: auto !important;
        width: 150px !important;
    }
    .notfound_left_side h2 {
        font-size: 20px;
    }
    .notfound_left_side {
        padding: 20px 30px;
    }
    .notfound_right_side {
        padding-left: 30px;
    }
    .back_to_home_button {
        float: none;
    }
    .full-box .bg_image {
        width: 100%;
        padding: 35px 20px;
        height: auto;
        min-height: 250px;
    }
    .search_alphabe_wrap .search_alphabet {
      display: inline-block;
      padding: 0 4px;
    }
    .search_alphabe_wrap {
      display: block;
    }
    .thanku_wrap {
        padding: 35px 0;
    }
    .thanku_wrap .text_bsn {
        padding: 0 10px !important;
    }
    .single-lnews #primary {
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
    .hs_firstname {
        margin-bottom: 15px;
    }
    .footer .textwidget h4 {
        font-size: 16px;
    }
    .footer .textwidget p {
        font-size: 14px;
    }
    .sm-box p {
        font-size: 16px;
    }
    .set_bg_dark h2 {
        font-size: 20px;
    }
    .rapid h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    .f-left h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    .commercial_banking h2 {
        font-size: 20px;
    }
    .commercial_banking p {
        font-size: 14px;
    }
    .secured_section h2 {
        font-size: 20px;
    }
    .f-art img {
        border-right: 0px solid #37337e;
    }
    .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
        width: 100%;
    }
    .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
        width: 100%;
    }
    .category_values li {
        margin: 8px 6px;
    }
    .category_values {
        display: block;
        margin-top: 15px;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .rpt_img .img_bx {
        width: 100%;
    }
    .left_side_bar .author {
        font-size: 12px;
        margin-top: 25px;
    }
    .all_tag {
        font-size: 10px;
    }
    .category_values li a {
        font-size: 13px;
    }
    .post_tags {
        margin-right: 3px;
    }
    .bank-con h3 {
        font-size: 18px;
    }
    .btn-l,
    .btn,
    .wpcf7-submit {
        font-size: 12px !important;
    }
    .contact_us_sec p {
        font-size: 14px;
    }
}
