
@font-face {
    font-family: 'GothamRounded-Medium';
    src: url('../fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/GothamRounded-Medium.otf')  format('opentype'),
        url('../fonts/GothamRounded-Medium.woff') format('woff'), 
        url('../fonts/GothamRounded-Medium.ttf')  format('truetype'), 
        url('../fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/Gotham-Light.otf')  format('opentype'),
        url('../fonts/Gotham-Light.woff') format('woff'), 
        url('../fonts/Gotham-Light.ttf')  format('truetype'), 
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{font-family: 'Poppins', sans-serif;}

.home_sctn5 h1 {
    color: #333;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding:0 35px;
    transition: 0.5s all ease;
}
.hdr_col {
    position: static;
    padding: 0;
}
.header_mn .row {
    margin: 0;
}
.logo_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    transition: 0.5s all ease;
}
.menu_mn {
    margin-left: auto;
    background: #000;
    padding-right: 120px;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 30px;
    height: 120px;
}
.logo img {
    max-width: 115px;
    transition: 0.5s all ease;
}
/*.header_fixed .logo img {
    max-width: 80px;
    transition: 0.5s all ease;
}*/
.menu_mn ul li {
    display: inline-block;
    position: relative;
    font-weight: 300;
    margin-left: 20px;
}

.menu_mn ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px 0;
    position: relative;
}
.header_fixed .menu_mn ul li a {
    color: #000;
}

.menu_mn ul li:hover a {
    color: #fecc0d;
    transition: 0.5s all ease;
}
.menu_mn ul li:hover ul.submenu{display:block !important;}
.menu_mn ul li ul.submenu{display:none; width:200px; background:#fff; position:absolute; height:auto; top:40px; box-shadow: none;border-radius: 0;margin: 0;padding: 0;}
.menu_mn ul li ul.submenu li{display:block; width:100%; text-align:left; margin:0;}
.menu_mn ul li ul.submenu li a{color:#000; font-size:14px; line-height:24px; font-weight:500;  border-bottom: 1px solid #ccc;  position:inherit; display:block; padding:10px 10px 10px 20px ; margin-left:0;}
.menu_mn ul li ul.submenu li a:hover{color:#000; background:#ffc20e;}
.menu_mn ul li ul.submenu:after { width: 0; height: 0;  position: absolute; border-bottom: 10px solid #fff; border-left: 10px solid transparent; content: ""; top: -10px; left: 10px; border-right: 10px solid transparent;}
.menu_mn{padding:0 ! important;}
.dropdown-submenu {position: relative;}
.dropdown-submenu a::after {transform: rotate(-90deg);position: absolute;right: 6px;top: 1.5em;}
.dropdown-submenu .dropdown-menu {top: 0;left: 100%;margin-left: .1rem;margin-right: .1rem;border-radius:0px;padding:0;}
.dropdown-submenu:hover .dropdown-menu{display:block ! important;}

@media (max-width:767px){
    .msubmenu{margin-left:25px;}
}

.Home_banner{position: relative;}
.Home_banner .pic img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.rt_menu_icon {
    display: flex;
    align-items: center;
}
.rt_menu_icon a {
    display: flex;
    height: 45px;
    background: #ffc20e;
    align-items: center;
    padding: 10px 20px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    transition: 0.5s all ease;
    font-family: 'GothamRounded-Medium';
    margin-left: 15px;
}
.rt_menu_icon a:hover {
    background: #1f9fc4;
    transition: 0.5s all ease;
}
.rt_menu_icon a img {
    display: inline-block;
    margin-right: 10px;
}
.banner {
    height: 100vh;
}
.bannr_tx {
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    width: 100%;
    text-align: right;
    padding-left: 65px;
}
.funder_tx {
    width: 45%;
    text-align: left;
    float: left;
}
.bannr_tx h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.bannr_tx h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 35px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.bannr_tx h3 span {
    font-size: 30px;
    font-weight: 700;
}
.bannr_tx h2 {
    font-size: 27px;
    color: #000;
    margin-bottom: 45px;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.bnr_btn {
    display: inline-block;
    background: #ffc20f;
    padding: 10px 60px;
    font-weight: 600;
    color: #000;
    border-radius: 30px;
    font-size: 18px;
    transition: 0.5s all ease;
    font-family: 'Roboto', sans-serif;
}
.bnr_btn:hover{
    background: #fff;
    color: #000;
    transition: 0.5s all ease;
}
.bnr_img {
    position: absolute;
    top: 0;
    width: 100%;
}
.bnr_img img {
    height: 100vh;
    width:100%;
    object-fit:cover;
}

.ftr_form_lt h1 span {
    display: inline-block;
    color: #ffc20e;
}
.ftr_form_DIV {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.ftr_form_lt {
    width: 23%;
}
.ftr_form_rt {
    width: 77%;
}
.form-group {
    width: 100%;
    padding: 0 5px;
    float: left;
}
.form-group-33 {
    width: 33.333%;
}
.form-group-50 {
    width: 50%;
}
.form-group-100 {
    width: 100%;
}
.form-control {
    font-size: 15px;
    color: #787878;
    height: 50px;
    padding: 7px 0 8px 20px;
    border-radius: 0;
    background: #fff;
    border: 0px;
}
.form-group-66 {
    width: 66.66%;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
textarea.form-control {
    height: 50px;
    padding-top: 13px;
}
.form_btn {
    background: #ffc20e;
    width: 100%;
    border: 0;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    transition: 0.5s all ease;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}
.form_btn:hover{
    background: #1f9fc4;
    color:#fff;
    transition: 0.5s all ease;
}

.Home_sectio1 {
    background: #fff;
}
.Home_sectio1 h1{
    font-size: 42px;
    line-height: 65px;
    color: #000;
    margin-bottom: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.feature_div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:35px;
}
.feature_div ul li {
    background: transparent;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 15px;
    margin: 1%;
    align-items: center;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
}
.feature_div ul li h1:nth-child(1), .feature_div ul li h1:nth-child(3){
    color:#fff;
}
.feature_div ul li:nth-child(2), .feature_div ul li:nth-child(4){
    background: transparent;
}
.feature_div ul li h1 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
}
.feature_div ul li h5 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color:#fff; font-weight:600;
    text-align:center;
}
.feature_div ul li:nth-child(2) h1, .feature_div ul li:nth-child(4) h1, .feature_div ul li:nth-child(2) h5,  .feature_div ul li:nth-child(4) h5,  .feature_div ul li a{
    color: #fff;
}
.feature_div ul li a:hover{color: #fdc20e;}
.Home_sectio2{background:url(../images/testy-bg1.jpg) no-repeat top center; background-size:cover; width:100%; height:770px; position:relative;}
.Home_sectio2 .container{position:relative;}
.Home_sectio2 .testy_txt{position:absolute; width:50%; right:0; transform: translate(0%, 50%)}
.Home_sectio2 .testy_txt h3{font-size:22px; line-height:34px; color:#000; font-family: 'Roboto', sans-serif;}
.Home_sectio2 .testy_txt .qoute{display:block; margin-bottom:10px;}
.Home_sectio2 .testy_txt .qoute img{width:50px;}


.Home_sectio3{background:url(../images/testy-bg2.jpg) no-repeat top center; background-size:cover; width:100%; height:770px; position:relative;}
.Home_sectio3 .container{position:relative;}
.Home_sectio3 .testy_txt{position:absolute; width:50%; left:0; transform: translate(0%, 50%)}
.Home_sectio3 .testy_txt h3{font-size:22px; line-height:34px; color:#000; font-family: 'Roboto', sans-serif;}
.Home_sectio3 .testy_txt .qoute{display:block; margin-bottom:10px;}
.Home_sectio3 .testy_txt .qoute img{width:50px;}


.Home_sectio3{background:url(../images/testy-bg2.jpg) no-repeat top center; background-size:cover; width:100%; height:770px;}

.Home_sectio2, .Home_sectio4 {
    margin-top: 15px;
}
.Home_sectio4 h3 {
    color: #ffc20f;
}

.Home_sectio5 {
    padding: 25px 0;
    background: #e9e9e9;
}
.Home_sectio5 h1 {
    color: #fff;
    font-size: 32px;
    line-height: 49px;
    font-weight: 600;
    margin-bottom: 15px;
}
.Home_sectio5 h1 span {
    display: inline-block;
    background: #ffc20f;
    padding: 2px 20px;
    font-weight: bold;
    color: #000;
    border-radius: 15px;
}

.Home_sectio6 {
    padding: 35px 0;
    background: #e9e9e9;
}
.Home_sectio5 h2 {
    font-size: 34px;
    line-height: 43px;
    color: #000;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.Home_sectio6 ul li {
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: 5;
    line-height: 36px;
    margin-bottom: 5px;
    font-weight: 500;
}
.Home_sectio6 ul li.fonts_sm {
    font-size: 17px;
    line-height: 26px;
    margin-top: 25px;
}
.section_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px 0;
}
.section_logo span {
    display: inline-block;
}
.section_logo a {
    display: inline-block;
    font-size: 24px;
    color: #000;
    font-weight: 5;
    line-height: 36px;
    margin-bottom: 5px;
    font-weight: 600;
    transition: 0.5s all ease;
}
.section_logo a span{color: #000;}
.section_logo a:hover{
    color: #fdc20e;
    transition: 0.5s all ease;
}
.Home_sectio7{
    position: relative;
    background: url(../images/many_img.jpg) no-repeat center center;
    background-size: cover; 
}
.many_in {
    padding: 115px 0;
}
.many_bx h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    line-height: 43px;
    margin-bottom: 7px;
}

.many_bx {
    width: 365px;
    background: #000;
    padding: 15px 35px 30px 45px;
    float: right;
}
.many_bx h5 {
    color: #fff;
    font-size: 21px;
    margin: 0;
    font-weight: 400;
    line-height: 32px;
}
.logo_se2 {
    position: absolute;
    left: 50px;
    bottom: 50px;
}
.Home_sectio8{
    position: relative;
    background: #fff;
    width:100%; padding:75px 0 65px 0;
}
.Home_sectio8 h1 {
    font-size: 42px;
    line-height: 65px;
    color: #000;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif; text-transform:uppercase;
}

.Home_sectio8 ul { margin: 0;}
.Home_sectio8 ul li {
    width: 49%;margin: 0px 5px;display:-webkit-inline-box; font-family: 'Poppins', sans-serif;margin-bottom: 15px;
}
.Home_sectio8 ul li:nth-child(even) .pc_txt{background:#ebebeb; color:#000;}
.Home_sectio8 ul li:nth-child(even) ul li:before {content:''; background:#fff !important;}
.Home_sectio8 .project_box_li ul li:nth-child(even) h5{ color:#000;}
.Home_sectio8 .project_box_li ul li:nth-child(even) p{ color:#000;}
.Home_sectio8 .project_box_li ul li:nth-child(even) ul li{ color:#000;}

.Home_sectio8 ul li:nth-child(3) .pc_txt{background:#ebebeb; color:#000;}
.Home_sectio8 ul li:nth-child(3) ul li:before {content:''; background:#fff !important;}
.Home_sectio8 .project_box_li ul li:nth-child(3) h5{ color:#000;}
.Home_sectio8 .project_box_li ul li:nth-child(3) p{ color:#000;}
.Home_sectio8 .project_box_li ul li:nth-child(3) ul li{ color:#000;}

.Home_sectio8 ul li:nth-child(4) .pc_txt{background:#000; color:#fff;}
.Home_sectio8 ul li:nth-child(4) ul li:before {content:''; background:#fff !important;}
.Home_sectio8 .project_box_li ul li:nth-child(4) h5{ color:#fff;}
.Home_sectio8 .project_box_li ul li:nth-child(4) p{ color:#fff;}
.Home_sectio8 .project_box_li ul li:nth-child(4) ul li{ color:#fff;}

.Home_sectio8 ul li .pc_img{width:50%;float: left}
.Home_sectio8 ul li .pc_txt{background:#000; padding:30px 20px; color:#fff;width: 50%;float: left}
.Home_sectio8 .project_box_li ul li h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 600; text-transform:uppercase;
    color:#fff;
}
.Home_sectio8 .project_box_li ul li p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    color:#fff;
}
.Home_sectio8 .project_box_li ul li ul li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 2px;
    font-weight: 400;
    color:#fff;
    width:100%; position:relative; padding-left:18px;
}
.Home_sectio8 .project_box_li ul li ul li:before {
    content:''; width:10px; height:10px; background:#fff; position:absolute; left:0; top:5px;
}


.Home_sectio8 ul li img{width: 100%;}

.Home_sectio9 h1 {
    font-size: 36px;
    line-height: 47px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
}
.Home_sectio9 h3 {
    font-size: 28px;
    line-height: 37px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}
.Home_sectio9 h4 {
    font-size: 28px;
    line-height: 35px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 20px;
}
.Home_sectio9 h5 {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}
.pro_btn{text-align:center; margin-top:50px;}
.pro_btn a{display:inline-block; padding:20px 30px; border-radius:10px; background:#000; color:#fff; font-size:18px; line-height:22px; text-transform:uppercase;  }

.testimonial-section{padding-top: 0px;}
.testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 0px;
    margin-top: 60px;
    background: #f4f4f4;
    position: relative;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border: 5px solid #ffc20f;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    border-radius: 300px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #77a9dd;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 18px;
    color: #4a5184;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ffc20f;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 22px;
    height: 12px;
}

/*Donate css Start*/
.home_section6 {
    background: url(../images/donate_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 0;
    margin-top: 60px;
}
.donate_tx {
    padding-right: 90px;
    margin-top: 130px;
}
.donate_tx h1 {
    font-size: 42px;
    line-height: 60px;
    color: #fff;
    margin: 0;
}

.bank_details ul li {
    display: block;
    color: #000000;
    font-size: 22px;
    margin: 10px 0;
    line-height: 30px;
}
.bank_details {
    width: 540px;
    background: #ffc20e;
    padding: 55px;
    float: right;
    margin-top: -60px;
    position: relative;
}
.bank_details:before {
    position: absolute;
    left: -60px;
    top: 0px;
    border-bottom: 60px solid #c89a10;
    border-left: 60px solid transparent;
    content: "";
}
.bank_details ul {
    margin-bottom: 25px;
}
.bank_details h3 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.bank_details h1 {
    font-size: 56px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Muli', sans-serif;
}
.bank_details h1 span {
    display: inline-block;
    position: relative;
}
.bank_details h1 span:before {
    display: inline-block;
    height: 10px;
    background: #000;
    position: absolute; 
    bottom:-10px;
    left: 0;
    width: 100px;
    content: "";
}
.bank_details ul.donatio_s li {
    font-size: 16px;
}
.Home_sectio10 ul {
    display: flex;
    flex-wrap: wrap;
}
.Home_sectio10 ul li {
    width: 33.33%;
}
.Home_sectio10 ul li img {
    width: 100%;
}
.Home_sectio10 ul{}


.yellow-text{color: #ffc20e;}
.bg-grey{background: #f0f0f0;}
.content-box1{padding: 60px 0px;}
/*.content-box1 .row{align-items: center;}*/
.content-box1 img{margin-bottom: 20px;}
.content-box1 h2{font-family: 'poppins', sans-serif;text-transform: uppercase;color:#222;font-weight: 600}
.content-box1 p{font-family: 'poppins', sans-serif;font-size: 13px;color:#222;line-height: 20px;margin-bottom: 10px;}
.read_btn{text-align:left; margin-top:20px;margin-bottom: 20px;}
.read_btn a{display:inline-block; padding:8px 15px; border-radius:6px; background:#e9b62e; color:#fff; font-size:15px; line-height:22px; text-transform:uppercase;  }
.content-box1 ul{display: inline-block;width:100%;float: none;}
.content-box1 ul li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    color:#000;
    width:30%; position:relative; padding-left:18px;float: left;
}
.content-box1 ul li:before {
    content:''; width:10px; height:10px; background:#ffc20e; position:absolute; left:0; top:5px;
}


/*Footer Css Start*/

footer{
    background: #000;
    padding: 100px 0 60px 0;
}

footer h3 {
    font-size: 45px;
    color: #ffc20e;
    line-height: 45px;
    font-weight: 600;
    margin: 0;
}

footer ul li {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
footer p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
footer h5 {
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 7px; color:#fff;
}

footer ul li a{display: inline-block; color: #fff; transition: 0.5s all ease;}
footer ul li a:hover{ color: #ffc20e; transition: 0.5s all ease;}
.add_ftr{margin:20px 0;}
footer h1 {
    font-size: 28px;
    line-height: 37px;
    color:#fff; font-weight: 400; margin-bottom:20px;
}
footer h1 span{color:#ffc20e;}
.footer_2{text-align:center; width:100%; font-family: 'Roboto', sans-serif; font-size:16px; line-height:22px; color:#fff; padding-top:30px;}
.footer_2 a{color:#ffc20e;}

.contact_form{width:100%; border-right:1px solid #fff; padding-right:50px;}

.social {margin-top:20px;}
.social ul li{display:inline-block; margin-right:10px; }
.social ul li a{color:#fff; border:2px solid #fff; border-radius:50px; padding: 15px 0px; width: 54px;    height: 54px; text-align: center; }
.social ul li a i{font-size:20px; }
.social ul li a:hover{border:2px solid #ffc20e;}
/*Footer Css End*/

.clear{clear:both;}
.contact_right{padding-left:30px;}

.dm_bm_icon {
    overflow: hidden;
    width: 100%;
    margin: 15px 0 !important;
    float: left;
}
#ngoContentContainer .dm_bm_icon img {
    padding: 0px 2.5px;
    /* height: 60px; */
    width: 65px;
    max-width: 45px;
}
/* #DonateNow {
    background: #e9e9e9;
} */
#ngoContentContainer {
    padding-top: 35px;
}
.text-danger {
    color: #dc3545!important;
    font-size: 12px;
}

#myModal .modal-dialog {
    max-width: 560px;
    margin: 15px auto;
}
.popup_in img {
    width: 100%;
}
.popup_in a {
    display: block;
}

.close_icon {
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: inline-block;
    float: right;
    position: absolute;
    right: -25px;
    font-size: 23px;
    color: #000000;
    line-height: 28px;
    text-align: center;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
}
#myModal {
    z-index: 99999;
}

#myModal .modal-dialog {
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: transform 0.3s ease-out;
    -webkit-transform: inherit !important;
    -ms-transform: inherit !important;
    -o-transform: inherit !important;
    transform: inherit !important;
}
.modal-backdrop.show {
    opacity: .5 !important;
    z-index: 1040 !important;
}


.dnow {position: fixed;
       right: 0;
       top: 34%;
       z-index: 99;}
.dnow:hover {opacity: .8;}

.Associated_div {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px 0px;
}
.Associated_bx {
    position: relative;
    width: 33.3333%;
    padding: 5px;
}
.Associated_img img {
    width: 100%;
}

.Associated_tx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 72px;
    text-align: center;
}
.Associated_tx span {
    display: block;
    margin-bottom: 10px;
}
.Associated_tx p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    line-height: 22px;
    font-size: 14px;
}
.listName ul {
    display: flex;
    flex-wrap: wrap;
    margin-top:25px;
}
.listName ul li {
    text-transform: uppercase;
    width: 25%;
    font-size: 11px;
    position: relative;
    color: #000;
    font-weight: 700;
    padding-left: 14px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.listName ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    background: #ffc20e;
    content: "";
}
.donatabox{background:#f6f6f6;}
.max-container{max-width: 100%;}
.jeevan-table{font-size:12px;}
.jeevan-table td, .jeevan-table th{padding:6px;}
.jeevan-ul{}
.jeevan-ul li{width:50% ! important;font-size:16px ! important;}

@media (max-width:767px){
.jeevan-ul li{width:100% ! important;font-size:16px ! important;}    
}

@media (min-width:1900px){
    .max-container{max-width: 80%;}
}