
/* Israel Page Css */

.gradient-box {
    background: rgb(45, 75, 201);
    background: linear-gradient(90deg, rgba(45, 75, 201, 1) 0%, rgba(73, 181, 82, 1) 100%);
    color: #fff;
}

.content_main {
    background: gainsboro;
}

img.qr_image {
    max-width: 85px;
    height: auto;
    position: absolute;
    right: 5px;
    top: -85px;
}
.table.tablebg-grey {
    background: gainsboro !important;
}
.gradient-box.border_line {
    height: 2px;
}
.gradient-box.number-font {
    padding: 10px 8px;
    border-radius: 4px;
    margin: 3px;
}
.footer_section a {
    color: #ffffff;
    text-decoration: none;
}
.list ul {
    /* padding-left: 15px; */
}
.table.tablebg-grey th,
.table.tablebg-grey td{
    background-color: transparent;
    min-width: 200px;
}

a.offering_button.atag_style {
    background: #ef5a2f;
    padding: 12px 30px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
}

a.offering_button.atag_style:hover {
    background: #ef5a2f;
    padding: 12px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
}

img.managed-by {
    max-width: 145px;
}
span.text-managedby {
    font-size: 10px;
    color: #000;
}
.manage_full {
    text-align: right;
}
a.offering_button.apply-offering {
    max-width: 290px;
    margin: 0 auto;
}

.footer-wrapper {
    background: #343a40;
    padding-top: 70px;
}
.footer-wrapper.poweredby {
    background: #202325;
    padding-top: 20px;
}
p.fs-14 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.footer-one .footer-nav-link li{
    margin-bottom: 18px;
}
.footer-one .footer-nav-link a {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
    transition: all 0.1s ease-in-out 0s;
    font-size: 14px !important;
    text-decoration: none;
}

.footer-one .footer-nav-link a:hover {
    text-decoration: underline;
}

.footer-one .footer-title {
    font-size: 22px;
    margin-bottom: 30px;
}
.style-none {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
img.f-mash-logo {
    width: 75px;
}
.powered-size {
    font-size: 12px;
}
@media (max-width:767.9px) {

.d-flex.block_poweredby {
    max-width: 165px;
    margin: auto;
    text-align: center;
    display: inline-flex !important;
}
.inner-wrapper.footer-wrapper .col-md-10 {
    padding: 0 25px;
}   
.col-md-1.empty_div {
    display: none;
}
.col-md-5.offring_block {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}   
.row.footer_content {
    max-width: 300px;
    margin: 0 auto;
}
p.text-managedby.mx-3.mb-1 {
    font-size: 10px;
    text-align: left;
}
.list {
    padding-left: 10px;
}
.footer_section .gradient-box {
    padding-left: 10px;
}
img.managed-by {
    max-width: 165px;
    margin-top: 10px;
}
.container {
    /* padding-left: 0;
    padding-right: 15px; */
}
}

@media (max-width:575px) {
    .row.footer_content {
        max-width: 300px;
        margin: 0 auto;
    }
    p.text-managedby.mx-3.mb-1 {
        font-size: 10px;
        text-align: left;
    }
    .manage_full {
        text-align: center;
    }   
.col-md-6.offring_block.mb-3 {
    text-align: center;
}
.col-md-6.managed_block {
    margin: 0 auto;
    width: 270px;
    text-align: center;
}
img.managed-by {
    max-width: 165px;
}
}
@media (min-width:320px) and (max-width:374px) {
h2.main_heading {
    font-size: 13px !important;
}
}
@media (min-width:375px) and (max-width:424px) {
    h2.main_heading {
        font-size: 16px !important;
    }
    }
@media (min-width:425px) and (max-width:574px) {
    h2.main_heading {
        font-size: 18px !important;
    }
    }

@media (min-width:575px) and (max-width:767px) {
    h2.main_heading {
        font-size: 24px !important;
    }
    }

    @media (min-width:768px) and (max-width:991.9px) {
        h2.main_heading {
            font-size: 26px !important;
        }
        }