@charset "utf-8";

/************* HEADER ***************/
header {
    width: 100%;
    min-height: 594px;
    background: url(../images/header-bg.jpg) no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

header nav {
    min-height: 94px;
    background: transparent !important;
    border: 0 !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
}

html.touch header nav {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

header.fixedWrapper .header-text-wrapper {
    margin-top: 140px;
}

header nav.prepareFixed {
    top: -190px;
}

header nav.fixed {
    position: fixed !important;
    width: 100%;
    z-index: 3;
    top: 0;
    background: #0f2f6c !important;
}

header nav .navbar-header {
    max-width: 48%;
}

header nav .navbar-brand {
    height: auto;
    padding-top: 24px;
    border: 0 !important;
}

header nav ul.nav.navbar-nav {
    margin-top: 22px;
    font-size: 21px;
    margin-right: 23px;
    position: relative;
}

header nav .header-search {
    margin-top: 20px;
    float: left;
}

header nav ul.nav.navbar-nav > li > a {
    color: #ffffff;
    padding: 14px 23px;
    margin-top: 4px;
    outline: 0 !important;
    border: 0 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

header nav ul.nav.navbar-nav li.dropdown.open > a,
header nav ul.nav.navbar-nav li.dropdown:hover > a,
header nav ul.nav.navbar-nav li.dropdown:focus > a {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

header nav ul.nav.navbar-nav li.dropdown .dropdown-menu {
    background: #ffffff no-repeat left center;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 0;
    border-radius: 5px;
    border-top-right-radius: 0;
    background-size: 63%;

}

header nav ul.nav.navbar-nav li.dropdown .dropdown-menu.show-menu,
header nav ul.nav.navbar-nav li.dropdown:hover ul,
header nav ul.nav.navbar-nav li.dropdown:focus ul {
    display: block;
}

header nav ul.nav.navbar-nav > li > a:focus,
header nav ul.nav.navbar-nav > li > a:hover,
header nav ul.nav.navbar-nav li.dropdown:hover > a,
header nav ul.nav.navbar-nav li.dropdown:focus > a {
    background: #ffffff !important;
    color: #0f2f6c !important;
}


/* the button menu */
.li-button-menu:hover,
.li-button-menu:focus,
.li-button-menu a:hover,
.li-button-menu a:focus,
.second-ul-button-menu > li > a:hover,
.second-ul-button-menu > li > a:focus {
    background: #ffffff !important;
    color: #0f2f6c !important;
    cursor: pointer !important;
}


header nav ul.nav.navbar-nav li.dropdown ul {
    padding: 10px 20px 20px 0;
}

@media (max-width: 786px) {
    header nav ul.nav.navbar-nav li.dropdown ul {
        padding: 0;
    }
}

header nav ul.nav.navbar-nav li.dropdown ul li {
    min-height: 12px;
    line-height: 52px;
    width: 24%;
    float: right;
    clear: both;
    display: block;
}

header nav ul.nav.navbar-nav li.dropdown a + ul > li.havedropdownmenu {
    float: none;
    display: inline-table;
    vertical-align: top;
}

header nav ul.nav.navbar-nav li.dropdown ul li ul li {
    width: 95%;
    line-height: 20px;
}

header nav ul.nav.navbar-nav li.dropdown ul li a {
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #e7e8ec !important;
    outline: 0 !important;
    border-top: 0 !important;
    padding: 10px 10px 10px 0;
    min-height: 30px;
}

header nav ul.nav.navbar-nav li.dropdown ul li a.bigger {

    /*
        font-size: 25px;
        line-height: 27px;
        */

    font-size: 17px;

    line-height: 20px;
}

header nav ul.nav.navbar-nav li.dropdown ul li a:hover,
header nav ul.nav.navbar-nav li.dropdown ul li a:focus {
    background-color: #e7e8ec;
    text-decoration: none;
}

header nav .navbar-form {
    border: 0;
    box-shadow: none;
    padding: 0px 15px 0 0;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
}

header nav .navbar-form .form-group {
    position: relative;
}

header nav .navbar-form input[type=text] {
    background: rgba(255, 255, 255, 0);
    padding-left: 35px;
    border: 1px solid #ffffff;
    height: 40px;
    width: 210px;
}

header nav .navbar-form button.btn,
header nav .navbar-form input.btn {
    background: transparent;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 10px;
    height: 40px;
}

.migdal-searchform-btn {
    background: transparent;
    color: #ffffff;
    position: absolute;
    top: 9px;
    left: 15px;
    height: 40px;
}

.header-icons {
    margin-top: 8px;
}

.header-icons > * {
    float: right;
    background: #ffffff;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 10px 0 0;
    height: 40px;
    padding-top: 5px;
}

.header-icons > *:hover,
.header-icons > *:focus {
    background: rgba(255, 255, 255, 0.7)
}

.header-icons .header-icons-envelope {
    padding-top: 6px;
}

.header-icons .header-icons-phone {
    padding-top: 7px;
}

header .header-text-wrapper {

    position: relative;
    min-height: 480px;
    display: table;
}

header .header-text-wrapper .header-text {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    color: #ffffff;
}

header .header-text-wrapper .header-text h1 {
    font-size: 70px;
    margin-top: 160px;
    margin-top: 220px;
}

header .header-text-wrapper .header-text h1 strong {
    color: #dcd6a0;
    display: inline-block;
}

header .header-text-wrapper .header-text h2 {
    font-size: 32px;
    color: #ffffff;
}

header .header-text-wrapper .header-text .midgal-button-container {
    margin-top: 40px;
    margin-bottom: 25px;
}

@media (max-width: 1200px) {

    header nav ul.nav.navbar-nav li > a {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 0.9em;
    }

    header nav .navbar-form input[type=text] {
        width: 138px;
    }
}

@media (max-width: 991px) {
    header {
        min-height: 490px;
    }

    header nav ul.nav.navbar-nav li.dropdown .dropdown-menu {
        position: static;
        background-image: none !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;


    }

    header nav ul.nav.navbar-nav li.dropdown ul li {
        width: 95%;
    }

    header nav .navbar-brand {
        float: none;
        display: block;
        padding: 10px 0;
    }

    header nav .navbar-form input[type=text] {
        width: 180px;
    }

    header nav .header-search .navbar-left {
        float: none !important;
    }

    .header-icons {
        width: auto;
        margin-top: 0;
        margin-left: 15px;
    }

    .header-icons > * {
        margin-bottom: 15px;
    }

    header nav .header-search {
        margin-top: 12px;
    }

    .navbar-header {
        float: right;
        margin-right: 15px;
        max-width: 32% !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
        position: relative;
    }

    .navbar-nav {
        float: none !important;
        margin: 0px -15px 8px !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    header nav .navbar-collapse {
        background: rgba(15, 47, 108, 0.92);
        margin-top: 90px;
        position: absolute;
        width: 100%;
        z-index: 3;
    }

    header.fixedWrapper .header-text-wrapper {
        margin-top: 177px;
    }

    header .header-text-wrapper {
        min-height: 350px;
    }

    header .header-text-wrapper .header-text h1 {
        line-height: 40px;
        margin-top: 20px;
        font-size: 40px;
        padding: 0 10px;
    }

    header .header-text-wrapper .header-text h1 strong {
        display: block;
    }

    header .header-text-wrapper .header-text h2 {
        font-size: 26px;
        margin-bottom: 80px;
        padding: 0 10px;
    }

    #mainrow .header-icons {
        display: inline-flex;
        float: right;
        margin-top: 10px;
        margin-bottom: -11px;
    }

    header .header-text-wrapper .header-text .midgal-button-container {
        margin-bottom: 70px;
    }
}

#navbutton {
    background: #f8f8f8;
    box-shadow: 0px 10px 10px #f1f1f1;
}

#navbutton .show-mobile {
    display: none;
    margin: 5px 0;
    background: #f8f8f8 url(../images/down-arrow.png) no-repeat 10px;
    padding: 10px 10px 10px 35px;
    border: 0;
    box-shadow: none;
}

#navbutton .show-mobile:focus, #navbutton .show-mobile:active {
    outline: none;
}

#navbutton a {
    color: #12306a;
    font-size: 19px;

}

#navbutton ul li ul li a {
    font-size: 17px;
}

#navbutton a:hover, #navbutton a:focus {
    text-decoration: none;
    border: none;
    background: none;

}

#navbutton .dropdown .caret {
    background: #f8f8f8 url(../images/down-arrow.png) no-repeat center;
    margin-right: 10px;
    border: none;
    height: 20px;
    width: 12px;
    /*float: left; IE does not supported */
}

#navbutton ul.nav.navbar-nav > li > a {

    outline: 0 !important;
    border: 0 !important;

}

#navbutton .dropdown-menu {
    width: inherit;
    right: auto;
    left: auto;
}

#navbutton li:nth-child(2) > ul {
    width: auto;
    min-width: 280px;
}

#navbutton li:nth-child(3) > ul {
    width: auto;
    min-width: 165.95px;
}

#navbutton li:nth-child(4) > ul {
    width: auto;
    min-width: 240.14px;
}

#navbutton .navbar-nav > li {
    border-left: 1px solid #ebebeb;
    padding: 7px 0 7px 0;
    text-align: right;
}

#navbutton .navbar-nav > li.dropdown > a {
    cursor: default;
}

#navbutton .navbar-nav > li:last-child {
    border-left: none;
}

@media (max-width: 991px) {
    #navbutton .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
    }

    #navbutton .show-mobile {
        display: block;
    }
}

#investment {
    padding: 60px 0 60px 0;
}

#investment h2 {
    margin: 40px 0 20px 0;
    color: #12306a;

}

#investment > div > div > div > p {
    font-size: 20px;
    color: #464646;
    margin-bottom: 60px;
}

#investment .invest_img > div > h3 {
    color: #0f2f6c;
}


#investment .invest_divider {
    margin: 40px 0 40px;
}


#investment .invest_divider p {
    margin: -20px 0 0 0;
    color: #12306a;
    font-size: 2.2em;
}

#investment .invest_blog > div > h3 {
    color: #12306a;
    font-size: 22px;

}

.how-it-works-title {
    color: #12306a;
    font-size: 22px;
}

.midgal-button-how-it-works {
    margin: 20px 0 30px 0;
}

#investment .invest_blog > div > p {
    font-size: 18px;
    color: #464646;
    margin-bottom: 0px;
    width: 85%;
}

.how-it-works-content {
    font-size: 17px;
    color: #464646;
}

#investment .invest_blog > div > a {
    margin: 50px 0 30px 0;
}

@media (max-width: 1200px) {
    #investment .invest_divider .col-md-5 {
        width: 40%;
    }

    #investment .invest_divider .col-md-2 {
        width: 20%;
    }
}

@media (max-width: 991px) {
    #investment .invest_img > div {
        margin: auto;
    }

    #investment .invest_divider .col-md-2 {
        width: 100%;
    }

    #investment .invest_divider .col-md-5 {
        display: none;
    }

    #investment .invest_blog > div > p {
        width: auto;
    }

    #investment .invest_blog > div {
        text-align: center;
    }


}


@media (max-width: 768px) {

    #investment .invest_blog > div > a {
        margin: 30px 0 50px 0;
    }
}

@media (min-width: 1400px) {
    #company-benefits p {
        font-size: 17px;
    }

    #company-benefits h2 {
        margin: 75px 60px 40px 0;
    }

    #company-benefits .col-md-9 {
        margin: -25px 0 40px 0;
    }

    #company-benefits h3 {
        font-size: 22px;
    }

    #company-benefits .container {
        width: 80%;
        margin-right: -15px;
    }
}

@media (max-width: 1390px) {
    #company-benefits p {
        font-size: 17px;
    }

    #company-benefits h2 {
        margin: 50px 50px 40px 0;
    }

    #company-benefits .col-md-9 {
        margin: -20px -30px 15px 0;
    }

    #company-benefits h3 {
        font-size: 22px;
    }

    #company-benefits .container {
        width: 90%;
    }

}

@media (max-width: 1197px) {

    #company-benefits .row .col-lg-4 img {
        height: 635px;
    }

    #company-benefits .container {
        width: 100%;
    }
}

@media (max-width: 991px) {

    #company-benefits .row .col-lg-4 img {
        height: auto;
    }
}

#company-benefits {
    background: #0c2861;
}

#company-benefits .row {
    margin: 0;
}

#company-benefits .row .col-lg-4 img {
    width: 100%;
    height: 750px;
}

#company-benefits .row .col-lg-4 {
    padding: 0;
    margin: 0;
}

#company-benefits h2 {
    color: #dcd6a0;
    font-size: 34px;
}

#company-benefits .col-md-5 img {
    float: left;
}

#company-benefits h3, #company-benefits p {
    color: #fff;
}

@media (max-width: 1024px) {
    #company-benefits .col-md-9 {
        margin: -20px -20px 15px 0;
    }

    #company-benefits .row .col-lg-4 img {
        height: 850px;
    }
}


section#products-section {
    background: transparent url(../images/world.png) no-repeat right 15% bottom;
    background-position-y: 200%;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

section#products-section ul {
    list-style: none;
}

html.touch section#products-section {
    background: none;
}

@media (max-width: 991px) {
    section#products-section {
        padding-top: 40px;
        padding-bottom: 0px;
    }
}

section#products-section h2 {
    margin-top: 0;
    margin-bottom: 50px;
}

section#contact-section,
section#newsletter-section {
    width: 100%;
    font-size: 26px;
    text-align: center;
    padding: 120px 0
}

section#contact-section .form-group,
section#newsletter-section .form-group {
    margin-left: 7px;
    margin-bottom: 10px;
}

section#contact-section .form-group:first-child,
section#newsletter-section .form-group:first-child {
    margin-left: 25px;
}

@media (max-width: 1199px) {
    section#contact-section .form-group:first-child,
    section#newsletter-section .form-group:first-child {
        margin-left: 0px;
    }
}

section#contact-section button.midgal-form-button,
section#newsletter-section button.midgal-form-button {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    section#contact-section,
    section#newsletter-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media (max-width: 768px) {
    section#contact-section .form-group,
    section#newsletter-section .form-group {
        margin-left: 0px;
    }

    section#contact-section .form-group:first-child,
    section#newsletter-section .form-group:first-child {
        padding-bottom: 15px;
    }
}

section#benefits-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    color: #585858;
    font-size: 18px;
}

.aboutUsContent {
    margin: 0px 0px 10px;
}

@media (max-width: 991px) {
    section#benefits-section {
        padding-bottom: 0px;
    }
}

section#benefits-section h3 {
    font-size: 23px;
}

section#benefits-section > .container > .row > div {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    section#benefits-section > .container > .row > div.col-md-3 {
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 50px;
    }
}

section#advantages-section {
    text-align: center;
    background-color: #efefef;
    padding-top: 70px;
    padding-bottom: 70px;
}

section#advantages-section > .container > .row > div.col-sm-12 {
    margin-bottom: 50px;
}

section#advantages-section > .container > .row > div.col-md-4 {
    margin-bottom: 20px;
}

section#advantages-section > .container > .row > div.col-md-4 a {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
    outline: 0 !important;
    border: 0 !important;
    margin-bottom: 20px;
}

section#advantages-section > .container > .row > div.col-md-4 a:hover,
section#advantages-section > .container > .row > div.col-md-4 a:focus {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 25px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 25px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 25px -1px rgba(0, 0, 0, 0.35);;
}

@media (max-width: 991px) {
    section#advantages-section > .container > .row > div.col-md-4 a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

section#moneytalks-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 20px;
}

@media (max-width: 991px) {
    section#moneytalks-section {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

section#moneytalks-section h2 {
    margin-bottom: 15px;
}

section#moneytalks-section h2 span {
    display: inline-block;
    margin: 0 3px;
}

section#moneytalks-section .midgal-button-container {
    margin-top: 30px;
}

html.touch section#moneytalks-section .midgal-button-container {
    margin-top: 0px;
    margin-bottom: 40px;
}

section#moneytalks-section .midgal-button-container .midgal-button {
    font-size: 18px;
}

section#moneytalks-section #skirot .midgal-button-container .midgal-button {
    width: 100%;
}

section#moneytalks-section .midgal-button-container.inline .midgal-button span {
    padding: 0;
}

section#moneytalks-section #moneytalks-press {
    padding-top: 100px;
    padding-bottom: 60px;
    color: #3a3a3a;
    font-size: 16px;
}

@media (max-width: 991px) {
    section#moneytalks-section #moneytalks-press {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

section#moneytalks-section #moneytalks-press img {
    margin-bottom: 20px;
}

section#moneytalks-section #moneytalks-press a {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
}

section#stocks-section {
    text-align: center;
    margin-bottom: 30px;
    font-size: 17px;
    color: #737882;
}

section#stocks-section > .container > .row .item {
    border-left: 2px solid #e6e8ec;
    margin-bottom: 30px;
}

footer #mega-footer {
    background-color: #0c2861;
    color: #ffffff;
    padding-top: 30px;
}

footer #mega-footer > .container > .row > div {
    border-left: 1px solid #3d5381;
    margin-bottom: 30px;
}

footer #mega-footer > .container > .row > div:last-child {
    border-left: 0;
}

footer #mega-footer > .container > .row > div:not(:first-child) {
    padding-right: 35px;
}

footer #mega-footer h3 {
    font-size: 20px;
    margin-top: 0;
    color: #fff;
}

footer #mega-footer ul li {
    list-style-type: none;
    line-height: 24px;
}

footer #mega-footer ul li a {
    color: #bdc2d1;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

footer #mega-footer ul li a:hover,
footer #mega-footer ul li a:focus {
    color: #ffffff;
}

footer #copyright-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

footer #copyright-footer .arrow-up {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;

    border-bottom: 20px solid white;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
}

footer #copyright-footer .arrow-up + img {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}

footer .header-icons {
    width: 190px;
    margin: 0 auto;
}

footer .header-icons > *:first-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    footer #mega-footer > .container > .row > div:nth-child(4) {
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    footer #mega-footer > .container > .row > div,
    footer #copyright-footer > .container > .row > div {
        text-align: center;
    }

    footer #mega-footer > .container > .row > div {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}


.invest_contact_section > div > div > form > div > span {
    color: #0f2f6c;
}

.invest_contact_section .migdal_input_wrapper > input {
    background: #fcfcfc;
    border: 1px solid #1b386c;
}

.invest_contact_section .migdal_input_wrapper > label > span::after {
    color: #0f2f6c;
}

.invest_contact_section .migdal_input_wrapper > select:focus, .invest_contact_section .migdal_input_wrapper > select:hover {
    border: 1px solid #1b386c;
}

.invest_contact_section .migdal_input_wrapper > select {
    background: #fcfcfc url(../images/down-arrow.png) no-repeat 10px center;

    border: 1px solid #1b386c;
}

section#contact-section2 {
    width: 100%;
    font-size: 26px;
    text-align: center;
    padding: 120px 0;
    padding-bottom: 0;
}

section#contact-section2 .form-group {
    margin-left: 7px;
    margin-bottom: 10px;
}

section#contact-section2 .form-group:first-child {
    margin-left: 25px;
}

@media (max-width: 1199px) {
    section#contact-section .form-group:first-child
    section#newsletter-section .form-group:first-child {
        margin-left: 0px;
    }
}

section#contact-section2 button.midgal-form-button {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    section#contact-section2 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media (max-width: 768px) {
    section#contact-section2 .form-group {
        margin-left: 0px;
    }
}

section#moneytalks-section #moneytalks-press2 {
    padding-top: 30px;
    padding-bottom: 60px;
    color: #3a3a3a;
    font-size: 16px;
}

section#moneytalks-section #moneytalks-press2 img {
    margin-bottom: 20px;
    max-width: 80%;
}

@media (max-width: 768px) {
    section#moneytalks-section #moneytalks-press2 img {
        max-width: 50%;
    }
}

section#moneytalks-section #moneytalks-press2 h2 {
    margin-bottom: 30px;
    color: #12306a;
}

section#moneytalks-section #moneytalks-press2 h3 {
    color: #12306a;
    font-size: 22px;
    margin-bottom: 0px

}

section#moneytalks-section #moneytalks-press2 p {
    color: #5e5e5e;
    font-size: 17px;

}

@media (max-width: 768px) {
    section#moneytalks-section #moneytalks-press2 {
        background-position: 100% 100%;
        background-repeat: repeat;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    section#moneytalks-section #moneytalks-press2 h2 {
        margin-bottom: 40px;
    }

    section#moneytalks-section #moneytalks-press2 p {
        margin-bottom: 50px;
    }
}

.breadcrumb {
    margin: 0;
    border-bottom: 1px solid #e2e5ec;
    border-radius: 0;
    padding-right: 0;
    background: transparent;
    padding: 25px 0 20px 0;
    font-size: 20px;

}

.breadcrumb-post-active {
    font-size: 16px;
    padding: 0 0 5px 0;
    color: #12306a !important;
    font-weight: bold;
}

#contact-header header {
    width: 100%;
    min-height: 450px;
    background: url(../images/header-bg.jpg) no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

@media (max-width: 700px) {
    #contact-header header {
        min-height: 394px;
    }
}

#contact-header header .header-text-wrapper {

    position: relative;
    min-height: 300px;
    display: table;
}

#contact-breadcrumbs {
    box-shadow: 0px 10px 10px #f8f9fb;
}

#finance-moneytalkbutton {
    line-height: 0;
}

#contact-breadcrumbs .breadcrumb a,
#contact-breadcrumbs .breadcrumb .breadcrumb_last {
    font-size: 16px;
    padding: 0 0 5px 0;
}

#contact-breadcrumbs .breadcrumb a {
    color: #12306a;
    margin-top: 10px;
    padding-bottom: 10px;
}

#contact-breadcrumbs .breadcrumb a:hover, #contact-breadcrumbs .breadcrumb a:focus {
    color: rgba(42, 100, 150, 1);
    text-decoration: none;
}

#contact-breadcrumbs .breadcrumb .breadcrumb_last {
    color: #12306a;
    font-weight: bold;
}

#contact-breadcrumbs .breadcrumb > li + li:before {
    color: rgba(204, 204, 204, 1);
    content: url('../images/breadcrumbs-arrow.png');
    margin-top: 5px;
}

#contact-details {
    padding: 50px 0 50px 0;
}

#contact-details h3 {
    color: #12306a;
    margin-bottom: 40px;
    font-size: 28px;
}

#contact-details p {
    color: #585858;
    font-size: 18px;
    margin-bottom: 0px;
}

.department-details > div {
    margin-bottom: 25px;
}

#contact-details p > span {
    color: #12306a;
    font-size: 20px;
}

#contact-details .form-group {
    width: 100%;

    margin-bottom: 40px;
}

#contact-details .form-group .migdal_input_wrapper {
    width: 90%;
    border: 1px solid #0c2861;
}

#contact-details .col-md-4 {
    padding-right: 0;
}

#contact-details .migdal_input_wrapper > label > span::after {
    color: #0f2f6c;
}

#contact-details .midgal-form-button {
    float: left;
    margin-left: 41px;
    background: #0c2861;
    color: #fff;
    border: 1px solid #0c2861;
}

@media (max-width: 768px) {
    #contact-details .midgal-form-button {
        margin-left: 0px;
        width: 100%;
    }

}

#contact-details .midgal-form-button:hover, #contact-details .midgal-form-button:focus {
    background: #fff;
    color: #0c2861;
    border: 1px solid #0c2861;
}

#contact-details .migdal_input_wrapper textarea {
    height: 100px;
}

#contact-details .migdal_input_wrapper .fa {
    padding-left: 10px;
}

#contact-details .migdal_input_wrapper select {
    background-image: url(../images/down-arrow.png), url(../images/contact-details-carrier.png);
    background-position: left center, right;
    padding: 0 30px 0 0;
}

#contact-details .migdal_input_wrapper {
    background-color: #F3F4F7;
    color: #F3F4F7;
}

#contact-details .migdal_input_wrapper_select {
    padding-right: 15px;
    padding-left: 15px;
}

/*
#contact-details .col-md-7
{

    border-right: 1.2px solid #0c2861;
    margin-right: 55px;
}
*/

#contact-details .col-md-7 h3 {
    margin-bottom: 14px;

}

#contact-details .col-md-7 h3:after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #0f2f6c;
    margin-top: 8px;
    display: block;
}

/*
#contact-details .col-md-6
{
    padding:0 90px 0 0;
}
*/

#contact-details .col-md-12 {
    border-bottom: 1px solid #e6e9ee;
    padding: 0;
    margin-bottom: 10px;
}

#contact-details .col-md-6 > div > div:last-child {
    border-bottom: none;
}

#contact-details .col-md-12 p:last-child {
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    #contact-details .form-group .migdal_input_wrapper {
        width: 100%;

    }

    #contact-details .col-md-4 {
        padding-right: 5px;
    }

    #contact-details .col-md-7 {

        border-right: none;
        margin-right: 0px;
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    #contact-details .col-md-7 {
        margin-top: 80px;
    }

    #contact-details .col-md-6 {
        padding: 0;
    }

    #contact-details .col-md-7 .row {
        margin: 0 -15px;
    }

    #contact-breadcrumbs .row {
        margin: 0;
    }

    #contact-details .col-md-4 {
        padding-right: 15px;
    }
}

#contact-location {
    background-color: #357BA7;
    /*margin-bottom: -10px;*/
}

#contact-location .col-md-5 {
    margin: 50px 0 50px 0;
    padding-right: 20%;
}

#contact-location h3 {
    color: #fff;
    font-size: 24px;

}

#contact-location p {
    color: #fff;

    font-size: 20px;
}

#contact-location .row {
    margin: 0;
}

#contact-location #map {
    height: 340px;
    width: 100%;
}

#contact-location .col-md-5 span:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin-top: 20px;
    display: block;
}

#contact-location .col-md-7 {
    padding: 0 20px 0 0;
}

@media (max-width: 1400px) {
    #contact-location .col-md-7 {
        padding: 0;
        width: 60%;
        margin-right: -25px;
    }

    #contact-location .col-md-5 {
        padding-right: 100px;
    }
}

@media (max-width: 991px) {
    #contact-location .col-md-7 {
        padding: 0;
        width: 100%;
        margin-right: 0px;
    }

    #contact-location .col-md-5 {
        padding-right: 0px;
        margin-right: 35%;
    }
}

@media (max-width: 768px) {
    #contact-location .col-md-5 {
        padding-right: 0px;
        margin-right: 40px;
    }
}

#vision-your-money {

    padding: 10px 0 0px 0;

}

#vision-your-money .col-md-7, #vision-your-money .col-md-5 {
    padding: 0;
}

#vision-your-money h3, #vision-your-money h2 {
    color: #12306a;
}

#vision-your-money h2 {
    font-size: 54px;
}

#vision-your-money h2 span {
    margin-bottom: -25px;
    margin-top: 60px;
    font-size: 42px;
    display: block;
}

#vision-your-money h2 strong {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

#vision-your-money h2:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #0f2f6c;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

#vision-your-money p {
    font-size: 20px;
    color: #1e1e1e;
    line-height: 30px;
}

@media (max-width: 1024px) {
    #vision-your-money p {
        font-size: 15px;
        margin-bottom: 28px;
    }
}

@media (max-width: 991px) {
    #vision-your-money h3 {
        margin-top: 10px;
    }

    #vision-your-money img {
        margin-top: 42px;
    }

    #vision-your-money p {
        margin-bottom: 27px;
    }

    #vision-your-money .col-md-7, #vision-your-money .col-md-5 {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {

    #vision-your-money img {
        margin-top: 0px;
    }

    #vision-your-money p {
        font-size: 20px;
    }
}


#vision-invest-responsibly {
    background-color: #12306a;
    padding: 80px 0 0 0px;
}

#vision-invest-responsibly h2 {
    color: #fff;
    font-size: 54px;
}

#vision-invest-responsibly h2 strong {
    color: #dcd6a0;
}

#vision-invest-responsibly h2:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

#vision-invest-responsibly .col-md-3 {
    padding-right: 0;
}

#vision-invest-responsibly img {
    margin-right: -25px;
}

#vision-invest-responsibly p {
    color: #d1d0d8;
    font-size: 20px;
    line-height: 30px;
}

#vision-invest-responsibly .col-md-8 {
    margin-right: 50px;
    padding: 0;
}


@media (max-width: 991px) {

    #vision-invest-responsibly {
        padding: 40px 0 40px;
    }

    #vision-invest-responsibly img {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    #vision-invest-responsibly img {
        margin-right: auto;
    }

    #vision-invest-responsibly .col-md-8 {
        margin-right: 0;
        padding: 0 15px;
    }
}


#vision-innovation {

    padding: 10px 0 0px 0;
    z-index: 1;
    margin-bottom: -20px;

}

#vision-innovation .col-md-4 {
    padding-right: 0;
}

#vision-innovation h3, #vision-innovation h2 {
    color: #12306a;
}

#vision-innovation h2 {
    font-size: 54px;
}

#vision-innovation h2 span {
    margin-bottom: -25px;
    margin-top: 90px;
    font-size: 42px;
    display: block;
}

#vision-innovation h2 strong {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

#vision-innovation img {
    margin-top: 75px;
}

#vision-innovation h2:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #0f2f6c;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

#vision-innovation p {
    font-size: 20px;
    color: #1e1e1e;
    line-height: 30px;
}

#vision-innovation .col-md-5, #vision-innovation .col-md-7 {
    padding: 0;
}

@media (max-width: 1024px) {
    #vision-innovation p {
        font-size: 15px;
        margin-bottom: 28px;
    }
}

@media (max-width: 991px) {
    #vision-innovation h3 {
        margin-top: 10px;
    }

    #vision-innovation img {
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 10px;
    }

    #vision-innovation p {
        margin-bottom: 27px;
    }
}

@media (max-width: 768px) {

    #vision-innovation p {
        margin-bottom: -27px;
        font-size: 20px;
    }

    #vision-innovation .col-md-5, #vision-innovation .col-md-7 {
        padding: 0 15px;
    }

    #vision-innovation img {
        margin-bottom: 0;
    }
}

#vision-fairness {
    background-color: #f6f6f6;


}

#vision-fairness .visionfairnesmanage {
    padding: 0 45px 0 0px;
}

#vision-fairness h3, #vision-fairness h2 {
    color: #12306a;
}

#vision-fairness h2 {
    font-size: 54px;
}

#vision-fairness h2 span {
    margin-bottom: -25px;
    margin-top: 80px;
    font-size: 42px;
    display: block;
}

#vision-fairness h2 strong {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

#vision-fairness h2:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #0f2f6c;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

#vision-fairness p {
    font-size: 20px;
    color: #1e1e1e;
    margin-bottom: 25px;
    line-height: 30px;
}

#vision-fairness img {
    margin-top: 130px;
}

@media (max-width: 1024px) {
    #vision-fairness .visionfairnesmanage {
        padding: 0 25px 0 0px;
    }
}

@media (max-width: 991px) {
    #vision-fairness p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    #vision-fairness h3 {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #vision-fairness h3 {
        margin-top: 40px;
    }

    #vision-fairness p {
        font-size: 20px;
    }

    #vision-fairness button {
        margin: 10px 0 30px 0;
        width: 100%;
    }

    #vision-fairness .visionfairnesmanage {
        padding: 0 15px 15px;
    }
}

/*for the template content */
.main-wrapper {
    padding: 40px 0 20px 0;
}

.page-content {
    font-size: 19px;
}

.page-content p {
    margin-bottom: 30px;
}

.page-content ul, .page-content ol {
    margin-right: 20px;
    margin-left: 20px;
}

#content-importance {
    padding-right: 0;
    padding: 40px 0 20px 0;

}

#content-importance .col-md-12 {
    padding-right: 0;
    font-size: 19px;
    border-bottom: 1px solid #e2e5ec;
    z-index: -1;

}

#content-importance .col-md-12 p {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    #content-importance .col-md-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1920px) {
    #content-arrangement .col-lg-8 {
        font-size: 20px;
        padding-right: 210px;
        padding-left: 210px;

    }

    #content-arrangement .colsmall {
        display: none;
    }

}

#content-arrangement ul li {
    margin-right: 15px;
}

@media (max-width: 1400px) {

    #content-arrangement .col-lg-8 {
        font-size: 16.8px;
        width: 86%;
    }

    #content-arrangement .col-lg-offset-2 {
        margin-right: 3%;
    }

    #content-arrangement .colsmall {
        display: none;
        border-bottom: 1px solid #e2e5ec;
    }
}

#content-arrangement .col-lg-1 {
    position: fixed;
    left: 10px;
    bottom: 10px;
    height: 100px;
    background: #12306a;
    width: 100px;
    border-radius: 50%;
    margin-top: -10px;
    /* float: left; */
    margin-left: 40px;
    z-index: 1;
    padding: 0;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    border: 3px solid white;
}

#custom-modal {
    min-height: 500px;
    width: 350px;
    position: fixed;
    left: -400px;
    top: auto;
    bottom: 15px;
    background: #ffffff;
    float: left;
    z-index: 3 !important;
    border-radius: 25px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    /*-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    /*transition: width 1s;*/
    border: 1px solid black;
    /*box-shadow: rgb(241, 241, 241) 10px 10px 25px 4px;*/
    display: none;
}

#custom-modal .modal-header {
    background: #12306a;
    border-radius: 25px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;

}

#custom-modal .close {
    float: right;
    font-size: 35px;
    margin-top: -40px;
    color: #fff;
    opacity: 1;
}

#custom-modal .modal-body p {
    font-size: 17px;
}

#custom-modal .modal-body .migdal_input_wrapper {
    width: 100%;
    border: 1px solid #1c376c;
}

#custom-modal .modal-body .form-group {
    width: 100%;
    margin-top: 25px;
}

#custom-modal .modal-body button:hover,
#custom-modal .modal-body button:focus {
    border: 1px solid #1c376c;
}

@media (max-width: 767px) {

}

/* cf7 aside wrapper */
.cf7-aside-wrapper {
    padding: 0 10px;
}

.cf7-aside-subtitle {
    margin-bottom: 0 !important;
}

/* the cf7 template part aside input submit */
#custom-modal .modal-body button,
input.midgal-form-button-aside {
    margin-top: 20px;
    width: 100%;
}

/* the cf7 template part aside input submit hover and focus */
input.midgal-form-button-aside:hover, input.midgal-form-button-aside:focus {
    /*border: 1px solid #1c376c;*/
}

#custom-modal .modal-body .migdal_input_wrapper > label > span::after {
    color: #12306a;
}

#custom-modal h3 {
    font-size: 26px;
    color: #fff;
    margin: 0;
}

@media (max-width: 767px) {

    #custom-modal {
        display: none;
        min-height: auto;
        width: 100vw;
        height: 100vh;
        top: 0;
        bottom: auto;
        float: none;
        border-radius: 0;
        overflow-y: scroll;
    }

    #custom-modal .modal-header {
        border-radius: 0;
    }
}

/*#content-arrangement .col-lg-1 p*/
{
    font-size: 20px
;
    color: #fff
;
    line-height: 16px
;
}
#content-arrangement .col-lg-1 img {
    margin-top: 7px;
    width: 26px;
    margin-bottom: 6px;
}

#content-arrangement .col-lg-1 a {
    padding: 11px 0;
    text-decoration: none;
    color: #ffffff;
    line-height: 1;
}

#content-arrangement .col-lg-1 a:focus, #content-arrangement .col-lg-1 a:hover, #content-arrangement .col-lg-1 a:active {
    outline: none;
    border: none;
}

@media (max-width: 1025px) {

    #content-arrangement .col-lg-8 {
        font-size: 15px;
        width: 94%;
    }

    #content-arrangement .col-lg-offset-2 {
        margin-right: -2.5%;
    }

    #content-arrangement .col-md-1 img {
        margin-top: 3px;
    }

    #content-arrangement .colsmall {
        display: none;
    }
}

#content-arrangement {
    /*padding: 0px 0 10px 0;*/
    padding: 0;

}

#content-arrangement .collarge li:last-child {
    border-bottom: 1px solid #e2e5ec;
}

#content-arrangement .colsmall {
    display: none;
}

#content-arrangement .col-lg-8 {

    padding-right: 55px;
    padding-left: 60px;

}

#content-arrangement .col-lg-8 p {
    margin-bottom: 30px;
}

#content-arrangement h2 {
    margin: 10px 0 40px 0;
    font-size: 28px;
}

#content-arrangement .row {
    margin: 0;
}

/*
* specific padding for the select in the cf7 aside form
*/
.select-content-arrangement {
    padding: 0 0.7em 0 4.6em !important;
}

.checkbox-cf7-aside {
    font-size: 14px !important;
}

@media (max-width: 991px) {
    #content-arrangement .col-lg-8 {
        padding-right: 120px;
        padding-left: 25px;
    }
}

@media (max-width: 768px) {
    #content-arrangement .collarge {
        /*display: none;*/
        margin-left: 0;
        height: 80px;
        width: 80px;
    }

    #content-arrangement .colsmall {
        display: block;

    }

    #content-arrangement h2 {
        margin: 0px 0 40px 0;
    }

    #content-arrangement .col-lg-1 p {
        font-size: 16px;
        line-height: 13px;
    }

    #content-arrangement .col-lg-1 a {
        padding-top: 8px;
        paddin-bottom: 8px;
    }
}

#content-physical {
    font-size: 19px;
}

#content-physical h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#content-physical li p {
    font-size: 17px;
    margin-top: 7px;
    margin-bottom: 15px;
}

#content-physical ul {
    margin-right: 15px;
}

#content-physical .col-md-12 {
    padding-right: 0;
}

#content-physical .table {
    overflow: hidden;
    border-collapse: separate;
    border: solid #e2e5ec 1px;
    border-radius: 10px;
    font-size: 18px;
    border-top: none;
    box-shadow: 0px 7px 10px #f1f1f1;
}

#content-physical .table th {
    border-left: 1px solid #e2e5ec;
    background: #12306a;
    width: 33%;
    color: #fff;
    padding: 15px;
    font-size: 18px;

    border-bottom: none;
}

#content-physical .table th:last-child {
    border-left: none;
    background: #12306a;

    border-bottom: none;
}

#content-physical .table td {
    border-left: 1px solid #e2e5ec;
    padding: 15px;
}

#content-physical .table td:last-child {
    border-left: none;
    background-color: #fafafa;
}

#content-physical .table td:first-child {
    border-right: none;
    background-color: #fafafa;
}

#content-physical .table th:first-child {
    border-right: none;
    border-bottom: none;
}


#content-physical .col-md-6 {
    padding-right: 0;
    margin: 50px 0;
}

@media (max-width: 991px) {
    #content-physical .col-md-12 {
        padding-right: 15px;
    }

    #content-physical .col-md-6 {
        padding-right: 15px;
    }
}

.boardmembers-major {
    background: url('../images/BoardMembers-section-bg.png');
    padding: 30px 0 30px 0;
    background-size: cover;

}

.boardmembers-major h2 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0;
}

.boardmembers-major h4 {
    font-size: 20px;
    color: #5e5e5e;
    margin-top: 0px;
}

.boardmembers-major p {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 30px;
}

.boardmembers-major a {
    font-size: 24px;

}

.boardmembers-major a:hover, .boardmembers-major a:focus {

    text-decoration: none;

}

.boardmembers-major img {
    margin-top: 25px;
}

.boardmembers-major span {
    font-size: 25px;
    color: #12306a;
    width: auto;
    background: transparent;
    padding: 3px 0px;
    border-radius: 50%;
}

.boardmembers-major span > img {
    margin-top: 0px;
    width: 36px;
}

.boardmembers-major span:first-child:hover, .boardmembers-major span:first-child:focus {
    cursor: default;
}

.boardmembers-major span:last-child {
    padding: 0 15px 0 30px;
    border-radius: 0;
    border: none;
    font-size: 18px;
}

.boardmembers-major span:last-child:hover, .boardmembers-major span:last-child:focus {
    text-decoration: underline;
}

.boardmembers-major .mobile {
    /* padding: 2px 12px; */
}

.boardmembers-major .anchor {
    padding: 3px 8px;
}

@media (max-width: 997px) {
    .boardmembers-major .pull-left {
        float: none !important;
    }

    .boardmembers-major a {
        margin-right: 0px;
        display: block;
        margin-bottom: 20px;
    }

    .boardmembers-major a:last-child {
        margin-bottom: 0px;
    }

    .boardmembers-major span {
        font-size: 17px;
        padding: 4px 8px;
    }

    .boardmembers-major span:last-child {
        font-size: 17px;
    }

    .boardmembers-major .header-icons .boardmembers-number {
        font-size: 17px;
        margin-left: 90px;
    }

    .boardmembers-major .header-icons > a {
        margin-right: 65px;
    }

    .boardmembers-major .col-sm-3 {
        margin-top: 50px;
    }
}

@media (max-width: 399px) {
    .boardmembers-major a {
        margin-right: 0px;
        display: block;
    }
}

@media (max-width: 370px) {
    .boardmembers-major a {
        margin-right: 0px;
        display: block;
    }
}

@media (max-width: 320px) {
    .boardmembers-major a {
        margin-right: 0px;
        display: block;
    }

    .boardmembers-major span:last-child {
        font-size: 15px;
    }

    .boardmembers-major span {
        font-size: 17px;
        margin-left: 0;
    }

    .boardmembers-major .header-icons .boardmembers-number {
        font-size: 17px;
        margin-left: 90px;
    }

    .boardmembers-major .header-icons > a {
        margin-right: 30px;
    }

    .boardmembers-major .col-sm-3 {
        margin-top: 50px;
    }
}


.board-members-nationalteam {
    padding-bottom: 60px;
    background: url('../images/BoardMembers-section-bg.png');
    background-size: cover;
    width: 100%;
}

.board-members-nationalteam .header {
    border-bottom: 1px solid #e2e5ec;
}

.board-members-nationalteam .row:first-child h2 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 28px;
}

.board-members-nationalteam .col-md-4 {
    padding-right: 0;
    padding-left: 0;
}

.board-members-nationalteam .col-md-4 h3 {
    font-size: 22px;
    color: #12306a;
    margin-bottom: 0;
    margin-top: 30px;
}

.board-members-nationalteam .col-md-4 p {
    font-size: 22px;
    color: #12306a;
    margin-bottom: 0;
}

.board-members-nationalteam .col-md-4 a:hover, .board-members-nationalteam .col-md-4 a:focus {
    text-decoration: none;
}

.board-members-nationalteam .col-md-4 a {
    font-size: 20px;
    color: #444444;
}

.board-members-nationalteam .col-md-4 .fa {
    margin-left: 10px;
}

.board-members-nationalteam .col-md-4 a .email {
    color: #12306a;
    text-decoration: underline;
    font-size: 16px;
}

@media (max-width: 768px) {
    .board-members-nationalteam .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.board-members-nationalteam .anchor {
    margin-right: 3px;
}

.board-members-nationalteam img {
    margin-top: 45px;
}

.board-members-nationalteam .col-md-8 {
    padding: 0;
}

.board-members-nationalteam .col-md-4 .row {
    margin: 0;
}

@media (max-width: 991px) {
    .board-members-nationalteam .col-md-8 {
        text-align: center;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .board-members-nationalteam .header {
        margin: 0;
    }

}

#skirot-review {
    height: 120px;
    padding: 15px 0 10px;
    background: #fdfdfd url('../images/BoardMembers-section-bg.png') 10px;
    background-size: cover;
    width: 100%;
}

#skirot-review li {
    text-decoration: none;
    width: 20%;
    display: inline;
    font-size: 19px;
    color: #12306a;
}

#skirot-review ul {
    list-style-type: none;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

#skirot-review a {
    color: #12306a;
    padding: 15px 0 15px;
    width: 100%;
    cursor: pointer;
    font-size: 22px;
}

#skirot-review a:hover, #skirot-review a:focus, #skirot-review a:active, #skirot-review .is-checked {
    text-decoration: none;
    border: 1px solid #12306a;
    cursor: pointer;
    background: #12306a;
    color: #fff;
    outline: none;
}

@media (max-width: 1024px) {
    #skirot-review ul li:last-child {
        float: left;
        width: 25%;
        margin-left: -25px;
    }

    #skirot-review li {
        text-decoration: none;
        width: 25%;
        display: inline;
        font-size: 19px;
        color: #12306a;
        margin-right: 35px;
    }
}

@media (max-width: 991px) {
    #skirot-review {
        height: auto;
    }

    #skirot-review li {
        width: 100%;
        margin-right: 0;
    }

    #skirot-review ul li:last-child {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    #skirot-review ul li:first-child {
        width: 100%;
        margin-right: 0;
    }

    #skirot-review a {
        margin: 10px 0 10px;
    }

}


#skirot-monthly-review {
    background: #f6f6f6;
}

#skirot-monthly-review .row {
    margin: 0;
}

#skirot-monthly-review img {
    margin-right: 0;
    width: 96%;
}

#skirot-monthly-review .col-md-5 {
    padding-right: 0;
}

#skirot-monthly-review h2 {
    margin: 100px 0 10px 0;
}

#skirot-monthly-review p {
    font-size: 19px;
}

#skirot-monthly-review .col-md-4 {
    margin-right: 63px;
}

#skirot-monthly-review .col-md-4 .midgal-button-container {
    margin-right: 0;
    padding: 0;
}

#skirot-monthly-review .col-md-4 .midgal-button-container a {
    width: 90%;
    margin: 50px 0 50px;
    color: #6f6f6f;
}

#skirot-monthly-review .col-md-4 .buttonrow {
    padding-left: 15px;
}


#skirot-monthly-review p:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #12306a;
    margin: 35px 0;
    display: block;
}

@media (max-width: 1400px) {
    #skirot-monthly-review .mainrow {
        width: 47%;
        margin-right: 20px;
    }

    #skirot-monthly-review h2 {
        margin-top: 50px;
    }

    #skirot-monthly-review .col-md-4 .midgal-button-container a {
        margin: 35px 0;
    }
}

@media (max-width: 1024px) {
    #skirot-monthly-review p {
        font-size: 15px;
    }

    #skirot-monthly-review img {
        height: 565px;
    }

    #skirot-monthly-review .mainrow {
        width: 56%;
    }
}

@media (max-width: 991px) {
    #skirot-monthly-review img {
        width: 100%;
        height: auto;
    }

    #skirot-monthly-review .col-md-5 {
        padding-left: 0;
    }

    #skirot-monthly-review .mainrow {
        width: 100%;
        margin: 0;
    }

    #skirot-monthly-review .col-md-4 .midgal-button-container a {
        width: 100%;
    }

    #skirot-monthly-review .col-md-4 .midgal-button-container {
        padding: 0 15px;
    }

    #skirot-monthly-review {
        padding-bottom: 40px;
    }
}

#skirot-review2 {
    height: 120px;
    padding: 15px 0 10px;
    background: #fdfdfd url('../images/BoardMembers-section-bg.png') 10px;
    background-size: cover;
    width: 100%;
}

#skirot-review2 li {
    text-decoration: none;
    width: 25%;
    display: inline;
    font-size: 19px;
    color: #12306a;
    margin-right: 48px;
}

#skirot-review2 ul li:first-child {
    margin-right: -20px;
    width: 17%;
}

#skirot-review2 ul li:last-child {
    float: left;
    width: 24%;
    margin-left: -27px;
}

#skirot-review2 ul {
    list-style-type: none;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

#skirot-review2 a {
    color: #12306a;
    padding: 15px 0 15px;
    width: 90%;
    cursor: pointer;
    font-size: 22px;
}

#skirot-review2 a:hover, #skirot-review2 a:focus, #skirot-review2 a:active, #skirot-review2 .is-checked {
    text-decoration: none;
    border: 1px solid #12306a;
    cursor: pointer;
    background: #12306a;
    color: #fff;
    outline: none;
}

@media (max-width: 1024px) {
    #skirot-review2 ul li:last-child {
        float: left;
        width: 25%;
        margin-left: -25px;
    }

    #skirot-review2 li {
        text-decoration: none;
        width: 25%;
        display: inline;
        font-size: 19px;
        color: #12306a;
        margin-right: 35px;
    }
}

@media (max-width: 991px) {
    #skirot-review2 {
        height: auto;
    }

    #skirot-review2 li {
        width: 100%;
        margin-right: 0;
    }

    #skirot-review2 ul li:last-child {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    #skirot-review2 ul li:first-child {
        width: 100%;
        margin-right: 0;
    }

    #skirot-review2 a {
        margin: 10px 0 10px;
    }

}

#articles-article {
    padding-bottom: 30px;
}

#articles-article .col-md-8 {
    padding: 15px 30px 20px 60px;
}

#articles-article h2 {
    font-size: 28px;
}

#articles-article h2:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e7eaf0;
    margin: 20px 0 15px;
    display: block;
}

#articles-article p {
    font-size: 18px;
    margin-bottom: 30px;
}

#articles-article .midgal-button-container.inline {
    padding: 0;
}

#articles-article .midgal-button-container.inline span {
    font-size: 18px;
}

#articles-article .row {
    box-shadow: -2px 2px 10px 2px #f1f1f1;
    margin-top: 40px;
    width: 100%;
}

#articles-article .col-md-4 {
    padding: 0;
}

#articles-article .row:last-child {
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    #articles-article .col-md-8 {
        padding: 0px 30px 20px 30px;
    }

    #articles-article p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    #articles-article .midgal-button-container.inline {
        margin-bottom: 30px;
    }

    #articles-article {
        padding: 30px 15px;
    }
}

#newspapers-article .col-md-4 {
    padding: 0;
    background: url('../images/press-bg.jpg');
    background-size: cover;
    position: relative;
    min-height: 280px;
}

#newspapers-article .col-md-4 img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#newspapers-article h2 {
    font-size: 28px;
    margin-bottom: 5px;
}

#newspapers-article .time {
    font-size: 15px;
    color: #12306a;
}

#newspapers-article p {
    font-size: 18px;

}

#newspapers-article .time:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e7eaf0;
    margin: 15px 0 15px;
    display: block;
}

#newspapers-article .midgal-button-container.inline {
    padding: 0;
    margin-top: 20px;
}

#newspapers-article .row {
    box-shadow: -2px 2px 10px 2px #f1f1f1;
    margin-top: 40px;
}

#newspapers-article .row:last-child {
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    #newspapers-article .col-md-5 img {
        padding: 32% 0 32% 0;
    }
}

@media (max-width: 991px) {
    #newspapers-article .midgal-button-container.inline {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    #newspapers-article .col-md-5 {
        width: 96%;
    }

    #newspapers-article .col-md-7 {
        width: 96%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #newspapers-article {
        padding: 0 15px;
    }

    #newspapers-article .row {
        box-shadow: 0px 0px 8px 5px #f1f1f1;
    }
}


#article-arrangement {
    font-size: 19px;
    background: url('../images/BoardMembers-section-bg.png');
    background-size: cover;
}

#article-arrangement h2 {
    margin-top: -5px;
    margin-bottom: 40px;
    font-size: 28px;
}

#article-arrangement li p {
    font-size: 19px;
    margin-top: 7px;
    margin-bottom: 25px;
}

#article-arrangement .col-md-6 {
    padding: 0;
}

#article-arrangement .col-md-6 {
    padding-right: 0;
    margin: 40px 0;
}

#article-arrangement .capital {
    padding: 0 0 0 66px;
}

#article-arrangement .capital ul {
    margin-right: 15px;
    font-size: 19px;
    line-height: 30px;
}

#article-arrangement .capital ul li {
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    #article-arrangement .capital {
        padding: 0;
    }

    #article-arrangement .col-md-6 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.article-moneytalks-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-moneytalks-section span {
    font-size: 40px;

}

#moneytalks-section2 {
    padding-bottom: 30px;
}

header .manage-header-text .header-text h2 {
    font-size: 70px;
    margin: 170px 0 0 0;
}

/*header .article-header-text .header-text h2
{
    font-size: 70px;

    margin: 170px 0 0 0;
}*/
@media (max-width: 768px) {
    header .manage-header-text .header-text h1 {
        margin: 0;
        margin-bottom: 50px;
        font-size: 45px;
    }

    header .article-header-text .header-text h1 {
        margin: 0;
        margin-bottom: 50px;
        font-size: 45px;
        padding: 0 10px;
    }
}

/* ----------- Manage ----------- */
.manage-private-clients .col-md-2 {
    padding: 0;
}

.manage-private-clients {
    padding: 50px 0 0 0;
}

.manage-private-clients h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #12306a;
}

.manage-private-clients .col-md-10 {
    padding: 0 20px 0 5px;
}

.manage-panel .row,
.manage-panel-btn .row {
    margin-bottom: 60px;
}

.manage-panel .row:last-child {
    margin-bottom: 60px;
}

.manage-private-clients p {
    font-size: 19px;

    margin: 0;
    line-height: 30px;
}

.manage-private-clients a {
    margin-top: 15px;
}

.manage-private-clients .midgal-form-button {
    border: 1px solid #357BA7;
}

.manage-private-clients .midgal-form-button:hover, .manage-private-clients .midgal-form-button:active, .manage-private-clients .midgal-form-button:focus {
    border-color: #357BA7;
}

.manage-private-clients img {
    width: 90%;
    margin-right: 0;
    margin-top: 5px;
}

.manage-private-clients .container {

    border-bottom: 1px solid #e2e5ec;
}

#manage-header header .header-text-wrapper {

    position: relative;
    min-height: 300px;
    display: table;
}

@media (max-width: 1024px) {
    .manage-private-clients img {
        width: 100%;
    }

    .manage-private-clients p {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .manage-private-clients img {
        width: 30%;
        margin-right: 35%;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .manage-private-clients img {
        width: 40%;
        margin-right: 30%;
        margin-bottom: 25px;
    }

    .manage-private-clients .col-md-10 {
        padding: 0 20px;
    }

    .manage-private-clients .midgal-form-button {
        width: 100%;
    }
}

#maslulim-financial-solution {
    padding: 60px 0 70px 0;
    background: url('../images/BoardMembers-section-bg.png');
    background-size: cover;
    width: 100%;

}

#maslulim-financial-solution h3 {
    font-size: 28px;
    color: #12306a;
    margin-top: 10px;
    margin-bottom: 35px;
    padding: 0px 90px;
}

#maslulim-financial-solution p {
    font-size: 19px;

    margin-bottom: 35px;
}

#maslulim-financial-solution .midgal-button-container.inline {
    margin-right: 41.666665%;
}

@media (max-width: 1024px) {
    #maslulim-financial-solution h3 {
        padding: 0 0px;
    }

    #maslulim-financial-solution .midgal-button-container.inline {
        margin-right: 40.666665%;
    }
}

@media (max-width: 991px) {
    #maslulim-financial-solution .midgal-button-container.inline {
        margin-right: 33.3333334%;
    }
}

@media (max-width: 768px) {
    #maslulim-financial-solution .midgal-button-container.inline {
        margin-right: 0%;
    }
}

#muslulim-investment-portfolio {
    padding: 40px 0 40px;
}

#muslulim-investment-portfolio h2 {
    margin-bottom: -25px;
}

#muslulim-investment-portfolio h3 {
    font-size: 28px;
    color: #12306a;
}

#muslulim-investment-portfolio p {
    font-size: 19px;
    margin-bottom: 5px;
}

#muslulim-investment-portfolio .col-md-2 {
    padding-right: 0;
    min-height: 190px;
    position: relative;
}

#muslulim-investment-portfolio .col-md-2 img {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

#muslulim-investment-portfolio .row {
    padding: 60px 0 0 0;
}

#muslulim-investment-portfolio .row:first-child {
    padding: 0;
}

#muslulim-investment-portfolio li p {
    margin-bottom: 5px;
    margin-top: 0;
}

#muslulim-investment-portfolio ul {
    padding: 0 15px 0 0;
}

#muslulim-investment-portfolio p:last-child {
    margin-top: 0;
}

.maslulim-global-investment {
    padding: 40px 0 40px;
}

.maslulim-global-investment > .col-md-10 > ul {
    font-size: 19px;
}

.maslulim-global-investment .row h2 {

    color: #12306a;
    margin-top: -20px;
    background: white;
}

.maslulim-global-investment ul {
    padding: 0 15px 0 0;
}


.maslulim-global-investment h3 {
    font-size: 22px;
    color: #12306a;
    margin-bottom: 23px;
    margin-top: 0;
}

.maslulim-global-investment p,
.maslulim-global-investment ul {
    font-size: 19px;

    margin-bottom: 5px;
    margin-top: 20px;
}

.maslulim-global-investment .col-md-2 {
    padding-right: 0;
    margin-top: 60px;
}

.maslulim-global-investment .col-md-10 {
    margin-top: 60px;
}


.maslulim-global-investment .row > .col-md-10 > li {
    font-size: 19px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.maslulim-global-investment img {
    margin-top: 5px;
}

.maslulim-global-investment li p:last-child {
    margin-top: 0;
}


@media (max-width: 768px) {
    .maslulim-global-investment .row h2 {
        font-size: 30px;
    }
}

#maslulim-golf-bag {
    padding: 10px 0 60px;
}

#maslulim-golf-bag .row h2 {

    font-size: 34px;
    color: #12306a;
    margin-top: -20px;
    background: white;
}

#maslulim-golf-bag h3 {
    font-size: 28px;
    color: #12306a;
    margin-bottom: 23px;
}

#maslulim-golf-bag .row {
    padding-top: 60px;
}

#maslulim-golf-bag .row:first-child {
    padding-top: 0px;
}

#maslulim-golf-bag p {
    font-size: 19px;
}

#maslulim-golf-bag .col-md-2 {
    padding-right: 0;
    position: relative;
    min-height: 190px;
}

#maslulim-golf-bag .col-md-2 img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#maslulim-golf-bag .col-md-10 {
    min-height: 190px;
    position: relative;
}

#maslulim-golf-bag .col-md-10 p {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);

}

#maslulim-golf-bag .row > .col-md-10 > li {
    margin-bottom: 5px;
    margin-top: 0px;
}


@media (max-width: 768px) {

    #maslulim-golf-bag .row h2 {
        font-size: 24px;
    }

    #maslulim-golf-bag .background-line {
        display: table;
    }
}

#maslulim-tax-advisor {
    padding: 0px 0 60px;
}

#maslulim-tax-advisor .row > div:first-child {
    background: url('../images/maslulim-divider.png');
    background-size: cover;
    height: 1px;
}

#maslulim-tax-advisor .col-md-12 {
    padding: 0;
}

#maslulim-tax-advisor p {
    font-size: 16px;

    margin-bottom: 5px;
    margin-top: 30px;
}

#faq .container {
    padding: 0;
}

#faq a:focus, #faq a:hover {
    border: 0px solid;
    outline: none;
    text-decoration: none;
}

@media (max-width: 768px) {

    #faq .container {
        padding: 0 15px;
    }
}

#smart-investor-calculator {
    background: url('../images/BoardMembers-section-bg.png');
    background-size: cover;
    width: 100%;
    padding: 60px 0;
}

#smart-investor-calculator h2 {

    font-size: 28px;
    margin-bottom: 20px;
}

#smart-investor-calculator p {
    font-size: 20px;
    line-height: 35px;
}

#smart-investor-calculator .col-md-12 {
    /*padding: 0 75px;*/
}

#further-details {
    background: #f6f6f6;

    transition: all 2s linear;
    /* height: 0;
     opacity: 0;
     */
    display: none;
}

@media (max-width: 768px) {
    #further-details {
        transition: all 1s linear;

    }
}

#further-details h2 {
    font-size: 26px;
    margin-bottom: 30px;
}

#further-details .form-group {
    margin-right: 15px;
}

#further-details .form-group input {
    background: #fff;
    border: 1px solid #1b386c;
}

#further-details .midgal-form-button {
    margin-right: 15px;
}

#further-details .migdal_input_wrapper > label > span {
    font-size: 19px;

}

#further-details .migdal_input_wrapper > label > span::after {
    color: #0f2f6c;
}

@media (max-width: 768px) {
    #further-details .midgal-form-button {
        width: 77%;
    }
}

#survey-results {

    transition: all 2s linear;
    /*height: 0;
    opacity: 0;
	*/
    display: none;
}

#survey-results h2 {
    font-size: 28px;

    margin-bottom: 20px;
}

#survey-results .col-md-12 {
    padding: 0;
}

#smart-investor-calculator p,
#survey-results .col-md-12 {
    font-family: 'Migdal-Light', 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
}

#survey-results p {
    margin-top: 10px;
    font-size: 20px;

}

#survey-results .col-md-2 p {
    margin-top: 20px;
    font-size: 22px;
}

#survey-results .col-md-2 div {
    background: #e7eaf0;
    color: #12306a;
    border: 2px solid #12306a;
    padding: 22px 0 0 5px;
    margin-top: 20px;
    height: 100px;
    font-size: 35px;
    width: 100px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    #survey-results {
        transition: all 1s linear;
    }
}

#advantages-capital {
    padding: 50px 0;
    background: url('../images/BoardMembers-section-bg.png');
    background-size: cover;
    width: 100%;
}

@media (max-width: 768px) {
    #advantages-capital {
        padding: 30px 0;
    }
}

#advantages-capital h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

#advantages-capital p {
    font-size: 20px;
    line-height: 30px;
}

#advantages-advantage .row {
    padding: 40px 0;
    border-bottom: 1px solid #f3f4f7;
}

#advantages-advantage .row:last-child {
    border-bottom: none;
}

#advantages-advantage .col-md-2 {
    padding: 0;
    min-height: 140px;
    position: relative;
}

/*
#advantages-advantage .col-md-2 img
{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
*/
#advantages-advantage .col-md-10 {
    padding-right: 40px;
}

#advantages-advantage h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #12306a;
}

#advantages-advantage p {
    font-size: 17px;
    line-height: 30px;
}

.bankforinvest-investment .invest_img {
    margin-bottom: 20px;
}

#bankforinvest-transaction {
    padding: 20px 0 40px;
}

#bankforinvest-transaction .col-md-3 {
    padding: 0;
}

#carrers-img {
    padding: 40px 0 10px;
}

#carrers-vacancies h2 {
    font-size: 32px;
    margin-top: 60px;
}

@media (max-width: 768px) {
    #carrers-vacancies h2 {
        margin-top: 0px;
    }

}

#carrers-vacancies .panel-default > .panel-heading {
    background: transparent;
    margin-top: 25px;
    margin-bottom: 5px;
}

#carrers-vacancies .panel-body {
    border: none;
    padding-right: 80px;
}

#carrers-vacancies .panel-body p {
    font-size: 20px;
}

#carrers-vacancies .panel-body p a {
    text-decoration: underline;
}

#carrers-vacancies .panel-group {
    padding: 10px 0 30px;
}

#carrers-vacancies .panel-default {
    padding: 20px 0px;
    border: none;
    border-bottom: 1px solid #e6e9ef;
    border-radius: 0;
}

#carrers-vacancies .icon-close {
    background: url('../images/carrers-plus-white.png');
    padding: 36px 50px 0 0;
    background-size: cover;
}

#carrers-vacancies .icon-open {
    background: url('../images/carrers-plus-blue.png');
    padding: 33px 50px 0 0;
    background-size: cover;
}

#carrers-vacancies h4 {
    font-size: 22px;
    margin-top: -40px;
    margin-right: 70px;
    /*color: #12306a;*/
}

#carrers-vacancies a {
    text-decoration: none;
}

#carrers-vacancies a:hover, #carrers-vacancies a:active, #carrers-vacancies a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

#careersModal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#careersModal .modal-content {
    background: #0f2e6c;
    color: #ffffff;
    font-size: 17px;
    border-color: #fff;
}

#careersModal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

#careersModal .modal-body {
    padding-top: 0;
}

#careersModal .modal-content h4 {
    color: #ffffff;
    font-size: 26px;
    margin: 0 15px;
}

#careersModal .close {
    opacity: 1;
    color: #fff;
    font-size: 28px;
}

#careersModal .form-group {
    width: 100%;
    margin-bottom: 0;
}

#careersModal input.wpcf7-form-control:not(.btn) {
    width: 100%;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    background: white;
    outline: 0;
    border: 0;
}

#careersModal input.wpcf7-form-control.wpcf7-file {
    /*padding-top: 9px;*/
    display: inline-block;
}

#careersModal input.wpcf7-form-control.btn {
    float: left;
}

#careersModal textarea.wpcf7-form-control {
    width: 100%;
    resize: none;
    height: 90px;
    padding: 10px;
}

#careersModal .btnMobileContactUsWrapper {
    width: 100% !important;
}

#faq .panel-default > .panel-heading {
    background: transparent;
    margin-top: 25px;
    margin-bottom: 5px;
}

#faq .panel-body {
    border: none;
    padding-right: 86px;
}

#faq .panel-body {
    font-size: 20px;
    margin: 3px 0 0 0;
    line-height: 30px;
}

#faq .panel-body a {
    text-decoration: underline;
}

#faq .panel-group {
    padding: 30px 0 60px;
}

#faq .panel-default {
    padding: 20px 0px;
    border: none;
    border-bottom: 1px solid #e6e9ef;
    border-radius: 0;
}

#faq .icon-close {
    background: url('../images/faq-question.png');
    padding: 33px 50px 0 0;
    background-size: cover;
}

#faq .icon-open {
    background: url('../images/faq-answer.png');
    padding: 33px 50px 0 0;
    background-size: cover;
}

#faq h4 {
    font-size: 24px;
    margin-top: -40px;
    margin-right: 70px;
    color: #12306a;
}

#faq a {
    text-decoration: none;
}

#faq a:hover, #carrers-vacancies a:active, #carrers-vacancies a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

#bankforinvest-transaction .migdal-over-effect-wrapper figure > figcaption::before {
    background: linear-gradient(to bottom, rgba(40, 65, 115, 0.9) 100%, rgba(40, 65, 115, 0.9) 100%);
}

#bankforinvest-transaction .migdal-over-effect-wrapper > a:hover h3, .migdal-over-effect-wrapper > a:focus h3 {
    color: #fff;
    transform: translate3d(0, -50%, 0) translate3d(0, -60px, 0);
    opacity: 1;
}

#bankforinvest-transaction .migdal-over-effect-wrapper figure > figcaption > h3 {
    opacity: 0;
    font-size: 30px;
}

#bankforinvest-transaction .migdal-over-effect-wrapper figure > figcaption > p {
    top: 40%;
    bottom: auto;
    font-size: 22px;
}

#bankforinvest-transaction .migdal-over-effect-wrapper figure > figcaption > h4 {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 10px 25px;
    width: 100%;
    opacity: 1;
    transform: translate3d(0, 10px, 0);
    font-size: 24.18px;
    line-height: 20px;
}

#bankforinvest-transaction .migdal-over-effect-wrapper > a:hover h4, .migdal-over-effect-wrapper > a:focus h4 {
    color: #ffffff;
}

#bankforinvest-transaction .row {
    margin: 0;
}

#bankforinvest-transaction h2 {
    color: #0f2f6c;
    font-size: 36px;
}

#bankforinvest-transaction img {
    width: 100%;
}

#bankforinvest-transaction .background-line {
    margin-bottom: 40px;
}

#bankforinvest-transaction .background-line:before, #bankforinvest-transaction .background-line:after {
    top: 20px !important;
}

#bankforinvest-transaction .col-md-3 {
    margin-bottom: -5px;
}

#bankforinvest-transaction .midgal-button {
    margin: 40px 0 10px;
}

#best-deals {
    padding: 40px 0 0 0;
}

#best-deals .migdal-over-effect-wrapper figure > figcaption::before {
    background: linear-gradient(to bottom, rgba(40, 65, 115, 0.9) 100%, rgba(40, 65, 115, 0.9) 100%);
}

#best-deals .migdal-over-effect-wrapper > a:hover h3, .migdal-over-effect-wrapper > a:focus h3 {
    color: #fff;
    transform: translate3d(0, -50%, 0) translate3d(0, -60px, 0);
    opacity: 1 !important;
}

#best-deals .migdal-over-effect-wrapper figure > figcaption > h3 {
    opacity: 0;
    font-size: 30px;
}

#best-deals .migdal-over-effect-wrapper figure > figcaption > p {
    top: 40%;
    bottom: auto;
    font-size: 22px;
}

#best-deals .migdal-over-effect-wrapper figure > figcaption > h4 {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 3px 25px;
    width: 100%;
    opacity: 1;
    transform: translate3d(0, 10px, 0);
    font-size: 24.18px;
    line-height: 20px;
    font-weight: normal;
}

#best-deals .migdal-over-effect-wrapper > a:hover h4, .migdal-over-effect-wrapper > a:focus h4 {
    color: #ffffff;
}

#best-deals img {
    width: 100%;
}

#best-deals .row {
    margin: 0;
}

#best-deals h2 {
    color: #0f2f6c;
    font-size: 32px;
}

#best-deals .col-md-3 {
    margin-bottom: -5px;
    padding: 0;
}

#best-deals div > div > p {
    font-size: 20px;
    margin-bottom: 40px;
}

#howitworks .row {
    padding: 40px 0;
    border-bottom: 1px solid #f3f4f7;
}

#howitworks .col-md-3 {
    padding-right: 0;


}

#howitworks .col-md-3 h3 {
    font-size: 20px;
    color: #12306a;
}

#howitworks .col-md-9 p {
    font-size: 17px;
    line-height: 30px;
}

#howitworks .col-md-9 {
    display: table;
}

#howitworks .col-md-9 p {
    display: table-cell;
    vertical-align: middle;
}

#howitworks .col-md-3 {
    display: table;
}

#howitworks .col-md-3 h3 {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 991px) {
    #howitworks .col-md-9 {
        min-height: auto;
        position: relative;
    }

    #howitworks .col-md-9 p {
        margin: 0;
        position: relative;
        top: 0%;
        transform: translate(0, 0%);

    }

    #howitworks .col-md-3 {
        min-height: auto;
        padding-right: 15px;
        position: relative;
    }

    #howitworks .col-md-3 h3 {
        margin: 0;
        position: relative;
        top: 0%;
        transform: translate(0, 0%);

    }

    #howitworks .row {
        padding: 30px 10px;
    }
}

.color-black {
    color: #000;
}

.finance-money-talk h2 {
    font-size: 40px;
}

.finance-money-talk p {
    font-size: 20px;
}

.finance-moneytalks-articles {
    padding: 60px 0 60px;
}

.finance-moneytalks-articles h2 {
    font-size: 40px;
}

.finance-moneytalks-articles p {
    font-size: 20px;
}

.finance-moneytalks-articles a {
    width: 185px;
    margin-top: 30px;
}

.finance-moneytalks-articles2 {
    padding: 0 0 100px;
    margin-top: -60px;
}

.finance-moneytalks-articles2 h2 {
    font-size: 40px;
}

.finance-moneytalks-articles2 p {
    font-size: 20px;
}

.finance-moneytalks-articles2 a {
    width: 185px;
    margin-top: 30px;
    line-height: 0;
}

@media (max-width: 768px) {
    .finance-moneytalks-articles2 .row div a {
        margin-bottom: 80px;
    }
}

#finance-investing h3 {
    font-size: 40px;
    color: #12306a;
}

#finance-investing .col-md-12 {
    text-align: center;
}

#finance-investing p {
    font-size: 20px;
}

#finance-investing .col-md-7 {
    padding: 0;
    border-left: 1px solid #e6e9ef;
}

#finance-investing {
    padding-bottom: 60px;
}

#finance-investing .col-md-5 {
    padding-right: 80px;
}

@media (max-width: 768px) {
    #finance-investing .row {
        margin: 0;
    }

    #finance-investing .col-md-5 {
        padding-right: 0;
    }

    #finance-investing .col-md-5, #finance-investing .col-md-7 {
        text-align: center;
    }
}

#finance-search .navbar-form {
    display: inline-block;
    border: 0;
    box-shadow: none;
    color: #e4e4e4;
    padding: 0px 15px 0 0;
    margin-top: -30px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
}

#finance-search .navbar-form .form-group {
    position: relative;
    color: #e4e4e4;
}

#finance-search .navbar-form input[type=text] {
    background: #fff;
    color: #0f2f6c;
    padding-left: 35px;
    border: 1px solid #f6f6f6;
    height: 40px;
    width: 220px;
}

#finance-search {
    background: #f6f6f6;
    padding-bottom: 40px;
}

#finance-search .navbar-form button.btn {
    background: transparent;
    position: absolute;

    color: #0f2f6c;
    top: 0;
    left: 0;
    height: 40px;
}

#finance-search h3 {
    font-size: 40px;
    color: #12306a;
}

#finance-search p {
    font-size: 20px;
    display: inline;
}

#finance-search .buttons .btn-default {
    background: #e4e4e4;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
    height: 35px;
    width: 34px;
    margin: 0 8px;
    padding: 2px;
}

#finance-search .buttons .btn-default:active, #finance-search .buttons .btn-default:focus {
    outline: none;
}

#finance-search .textandsearch {
    padding: 40px 0 20px;
    border-bottom: 1px solid #e6e9ef;
}

#finance-search .buttons {
    padding: 30px 0;
}

#finance-search .navbar-form ::-webkit-input-placeholder {
    color: #6a7989 !important;
}

#finance-search .navbar-form :-moz-placeholder {
    color: #6a7989 !important;
}

#finance-search .navbar-form ::-moz-placeholder {
    color: #6a7989 !important;
}

#finance-search .navbar-form :-msplaceholder {
    color: #6a7989 !important;
}

@media (max-width: 768px) {
    #finance-search .row {
        margin: 0;
    }

    .finance-moneytalks-articles2 {
        padding: 0 15px;
    }

    #finance-search .navbar-form {
        margin-top: 0;
        display: block;
        float: none !important;
    }

    #finance-search .navbar-form .form-group {
        width: 80%;
    }

    #finance-search .navbar-form input[type=text] {
        width: 100%;
    }

    #finance-search .buttons .btn-default {
        margin: 10px;
    }
}

/* -------- Banners -------- */
.banner-top {
    padding-top: 30px;
}

.banner-invest,
.banner-homepage {
    padding: 30px 0 30px 0;
}

.banner-top .container {
    border-bottom: 1px solid #e2e5ec;
    padding-bottom: 30px;
}

/* -------- CF7 FORM -------- */
div.wpcf7-validation-errors {
    color: #d00;
    border: 2px solid #d00;
}


#mtf {
    padding: 40px 0 0;
}

#mtf .row {
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e5ec;
}

#mtf .col-md-3 {
    position: relative;
    min-height: 210px;
}

#mtf .col-md-3 img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#mtf h3 {
    font-size: 22px;
    color: #12306a;
}

#mtf h4, #mtf p {
    font-size: 18px;
}

#mtf h4 {
    color: #12306a;
}

#kranotinside-menu .col-md-3 {
    padding: 0;
}

#menu-accordion .panel-default {
    border: none;
}

#menu-accordion ul {
    padding: 0;
    background: #fafafa;
    margin: 0;
}

#menu-accordion li {
    list-style-type: none;
    padding: 15px 20px;
    background: #fafafa;
}

#menu-accordion .panel-default > .panel-heading {
    background: #fff;
    font-size: 19px;
    padding-top: 25px;
}

#menu-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
}

#menu-accordion a:hover, #menu-accordion a:focus, #menu-accordion a:active {
    outline: none;
    text-decoration: none;
}

#menu-accordion a:focus, #menu-accordion a:active {
    padding: 15px 0 0;
    margin: 0;
}

#menu-accordion li a {
    font-size: 17px;
    color: #1e1e1e;
}

#menu-accordion li:hover, #menu-accordion li:focus {
    background: white;
}

#menu-accordion .panel-body:focus, #menu-accordion .panel-body:active {
    border: none;
}

#menu-accordion .panel-title {
    border: none;
    padding-bottom: 15px;
}

#menu-accordion .accordion-toggle {
    padding: 15px 0 0;
    font-size: 19px;
}

#kranotinside-menu .selected {
    font-weight: bold;
    color: #357BA7;
}

#kranotinside-menu .is-checked {
    background: white;
}

#menu-accordion .accordion-toggle:hover, #menu-accordion li a:hover, #menu-accordion .accordion-toggle:focus, #menu-accordion li a:focus, #kranotinside-menu .is-checked a {
    font-weight: bold;
    color: #357BA7;
}

#menu-accordion .fa {

    font-weight: bold;
    font-size: 22px;
    color: #12306a;
    margin-right: .3em;
    float: left
}

#kranotinside-menu .col-md-9 {
    padding-right: 60px;
}

#kranotinside-menu .col-md-6 {
    padding: 15px 15px 0px;
    background: #0f2f6c;
}

#kranotinside-menu .migdal_input_wrapper {
    width: 100%;
}

#kranotinside-menu {
    padding: 40px 0;
}

#kranotinside-menu .migdal_input_wrapper > label > span::after {
    bottom: 130%;
    color: #12306a;
}

#kranotinside-menu .col-md-9 .row:nth-child(2) {
    padding: 20px 0;
}

@media (max-width: 768px) {
    #kranotinside-menu .col-md-9 .row:nth-child(2) {
        padding: 0px;
    }

    #kranotinside-menu .col-md-9 h3 {
        margin-bottom: 15px;
        margin-top: 0;
    }

}

#kranotinside-menu .col-md-9 .table {
    overflow: hidden;
    border-collapse: separate;
    border-top: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#kranotinside-menu .col-md-9 .table th {
    border-left: 1px solid #e2e5ec;
    background: #12306a;
    width: 25%;
    color: #fff;
    padding: 15px;
    font-size: 17px;
    line-height: 17px;
    border-bottom: none;
    vertical-align: middle;
}

#kranotinside-menu .col-md-9 .table th:last-child {
    border-left: none;
    background: #12306a;
    border-bottom: none;
    width: 20%;
}

#kranotinside-menu .col-md-9 .table td {
    border-left: 1px solid #e2e5ec;
    padding: 16px 15px;
    font-size: 17px;
    line-height: 20px;
}

#kranotinside-menu .col-md-9 .table td:last-child {
    border-left: none;
    background-color: #fafafa;
}

#kranotinside-menu .col-md-9 .table td:first-child {
    border-right: none;
    background-color: #fafafa;
}

#kranotinside-menu .col-md-9 .table th:first-child {
    border-right: none;
    border-bottom: none;
    width: 55%;
}

#kranotinside-menu .col-md-9 h3 {
    font-size: 22px;
    color: #12306a;
}

#kranotinside-menu .col-md-9 .table .fa {
    margin-right: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #12306a;
}

#kranotinside-menu .col-md-9 .table .element-item {
    width: 100%;
    clear: both;
}

@media (max-width: 991px) {
    #kranotinside-menu .col-md-9 {
        padding-right: 15px;
    }

    #kranotinside-menu .col-md-6 {
        padding: 15px;
    }

    #kranotinside-menu {
        padding: 40px 15px;
    }
}

#kranotinside-text {
    font-size: 15px;
    padding: 40px 0;
    background: #fafafa;
}

@media (max-width: 768px) {
    #kranotinside-text {
        padding: 40px 15px;
    }
}

#survey-questions {
    padding: 30px 0 0;

    transition: all 1s linear;
}

#survey-questions h3 {
    font-size: 28px;
    color: #12306a;
    margin-bottom: 20px;
}

#survey-questions legend {
    font-size: 24px;
    margin-bottom: 20px;
}

#survey-questions .row > div:first-child {
    opacity: 1;
    height: auto;
}

#survey-questions .row > div {
    opacity: 0;
    height: 0;
}

#survey-questions .row > div:last-child {
    opacity: 1;
    height: auto;
}

#survey-questions .question {
    padding: 0;
    transition: all 2s linear;
}

.hidden {
    display: none;
}

.visuallyhidden {
    opacity: 0;
    height: 0;
    display: none;
}

#survey-questions .status {
    padding: 50px 60px;
}

#survey-questions .status .progress {
    border-radius: 10px;
    height: 15px;
}

#survey-questions .question .wrapper-question {
    /*box-shadow: 0px 10px 10px #f1f1f1;*/
    box-shadow: 0 4px 10px 2px #f1f1f1;
    padding: 15px;
    margin-top: 20px;
}

#survey-questions .question .wrapper-question span,
#survey-questions .question .wrapper-question legend {
    font-size: 20px;
    margin-right: 15px;
}

#survey-questions input[type="checkbox"] {
    display: none;
}

#survey-questions input[type="checkbox"] + label span:first-child {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url('../images/input.png') left top no-repeat;
    cursor: pointer;
}

#survey-questions input[type="checkbox"]:checked + label span:first-child {
    background: url('../images/checked.png') left top no-repeat;
}

@media (max-width: 768px) {
    #survey-questions {
        padding: 60px 15px 0;
    }
}

#menu-accordion .anchor {
    font-size: 19px;
}

#menu-accordion .anchor:hover, #menu-accordion .anchor:focus {
    font-weight: bold;
    color: #357BA7;
}

#finance-search .result {
    padding: 20px 0;
    font-size: 20px;
}

#finance-search .result .col-md-3 {
    padding: 0 20px;

}

#finance-search .result .col-md-3 a {
    font-size: 20px;
    display: block;
    padding: 20px;
    margin: 0;
}

#finance-search .result .col-md-3 a:focus, #finance-search .result .col-md-3 a:active {
    outline: none;
}

#finance-search .result .col-md-3 a:hover, #finance-search .result .col-md-3 a:focus {
    cursor: default;
}

#finance-search .result .col-md-3 .selected {
    background: #fff;
    border-radius: 7px 7px 0 0;
    box-shadow: 0px 1px 10px 6px #f1f1f1;
}

#finance-search .result .col-md-12 {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 10px 10px #f1f1f1;

}

#finance-search .result .col-md-12 p {
    display: none;
    line-height: 30px;

}

/* ============== Gal Css ==============*/

/*
* contact template
*/
.main-form {
    border-left: 1.2px solid #0c2861;
    padding: 0 0 0 45px;
}

.main-content {
    padding: 0 45px 0 0;
}

@media (max-width: 991px) {
    .main-content {
        padding: 0;
    }

    .department-details {
        padding-top: 20px !important;
    }
}

.department-details {
    border-bottom: 1px solid #e6e9ee;
    padding: 0;
    margin-bottom: 10px;
}

.p-small-margin {
    margin: 0 0 4px;
}

/*sm*/
@media screen and (max-width: 690px) {
    .m-t-sm {
        margin-top: 30px;
    }
}

@media screen and (max-width: 966px) {
    .main-form {
        border-left: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .owl-theme .owl-controls {
        margin-top: 10px;
    }
}


/* .background-line */

.background-line {
    display: table;
    white-space: nowrap;
}

.background-line:before,
.background-line:after {
    border-top: 2px solid #f3f4f7;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.8em;
    width: 28.7%;
}

h2.background-line:before,
h2.background-line:after {
    top: 0.6em !important;
}

.background-line:before {
    right: -25px;
}

.background-line:after {
    left: -25px;
}


@media (max-width: 768px) {
    .background-line:before,
    .background-line:after {
        width: 0%;
    }
}


/* table css */
.migdal-table-responsive {
    width: 100%;
    display: block;
    overflow-x: auto;
}

/* ----- owl carousel js plugin ----- */

.owl-carousel {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .read-more-how-it-works-carousel-btn {
        display: table;
        margin: 0 auto;
    }

    .owl-carousel {
        margin-right: 0px;
    }

}

@media (max-width: 768px) {
    #investment .invest_divider {
        margin: 0;
    }

    .how-it-works-title {
        padding: 0 20px;
    }

    .how-it-works-content {
        padding: 0 30px;
    }

    .background-line {
        display: inherit;
        white-space: inherit;
        line-height: 30px;
    }
}

/* --- table border radius for IE and Microsoft Edge purpose -- */
.table > thead > tr > th:first-child {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}

.table > thead > tr > th:last-child {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
}

.table > tbody > tr > td:first-child {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.table > tbody > tr > td:last-child {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}

table > tbody > tr > td {
    border-top: 1px solid #ddd;
}

/* for the sub menus in the financemagazine template */
.finance-moneytalks-articles2 p,
.finance-moneytalks-articles p,
.finance-money-talk p {
    color: #333;
}

/* the p date for the selected transactions post type */
#best-deals .migdal-over-effect-wrapper figure > figcaption > p.selected-transactions-p-date {
    top: 47%;
    font-size: 18px;
}

@media (max-width: 1400px) {
    #best-deals .migdal-over-effect-wrapper figure > figcaption > p.selected-transactions-p-date {
        top: 60%;
    }
}

/* Small devices (tablets, 768px and up) */
/* for the selected-transactions in the mobile */
@media (max-width: 768px) {
    #best-deals .migdal-over-effect-wrapper figure > figcaption > p.selected-transactions-p-date {
        top: 30%;
        padding-bottom: 40px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    /*
    #best-deals .migdal-over-effect-wrapper figure > figcaption > p {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    */
}

/* menu title href*/
.mp-menu.mp-cover h2 a {
    color: #fff;
}

#acp_toolbarWrap button.acp_hide_toolbar:focus,
#acp_toolbarWrap button.acp_hide_toolbar:focus span {
    background-color: #000000 !important;
}

#acp_toolbarWrap button.acp_hide_toolbar {
    top: 123px;
}

#enable-toolbar-buttons li.enable-button-monochrome,
#enable-toolbar-buttons li.enable-button-sepia,
#enable-toolbar-buttons li.enable-button-highcontrast,
#enable-toolbar-buttons li.enable-button-invert,
#enable-toolbar-buttons li.enable-button-readerview,
#enable-toolbar-links .enable-bottomlinks-statement,
#enable-toolbar-links .enable-bottomlinks-feedback,
#enable-toolbar-links.enable-toolbar-links-bottomline .enable-toolbar-links-section.enable-toolbar-link-lang {
    display: none;

}