@import url("./font/popins.css");


* {
    font-family: 'Poppins';
}


.logo img {
    max-width: 100px;
}

.navbar {
    z-index: 99;
    align-items: center;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    padding: 0px 10rem;
}

.push-left {
    margin-left: auto;
}

@media (max-width:768px) {
    .navbar {
        padding: 0 2rem;
    }
}

/* Menu */
.hamburger {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    outline: none;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1000;
}

@media screen and (max-width: 768px) {
    .hamburger {
        display: inline-block;
    }
}

.hamburger-line {
    background: #272727;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out;
    width: 100%;
}

.hamburger:hover .hamburger-line {
    background: #777;
}

.hamburger-line-top {
    top: 3px;
}

.menu-active .hamburger-line-top {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
}

.hamburger-line-middle {
    top: 50%;
    transform: translatey(-50%);
}

.menu-active .hamburger-line-middle {
    left: 50%;
    opacity: 0;
    width: 0;
}

.hamburger-line-bottom {
    bottom: 3px;
}

.menu-active .hamburger-line-bottom {
    bottom: 50%;
    transform: rotate(-45deg) translatey(50%);
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.25s ease-in;
}

@media screen and (max-width: 768px) {
    .nav-menu {
        margin-top: 6rem;
        z-index: 99;
        height: 50rem;
        display: block;
        background: #000000;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translatey(-100%);
        text-align: left;
    }

    .nav-menu li {
        margin-left: 1rem;
    }

    .menu-active .nav-menu {
        transform: translatey(0%);
        opacity: 1;
    }
}

.nav-menu .menu-item a.active {
    color: #fe3f68;
    border-top: 2px solid;
}

.nav-menu .menu-item a {
    font-weight: 600;
    color: #005272;
    display: block;
    line-height: 30px;
    margin: 0px 10px;
    text-decoration: none;
}

.nav-menu .menu-item a:hover {
    color: #fe3f68;
    border-top: 2px solid;
}

.nav__link2 {
    border-radius: 27px;
    color: white !important;
    top: -10px;
    position: relative;
    background: red;
    padding: 10px 21px;
}

@media screen and (max-width: 768px) {
    .nav-menu .menu-item a {
        font-size: 16px;
        color: white;
        margin: 8px;
    }

    .nav__link2 {
        border-radius: 27px;
        color: #feb548 !important;
        top: -10px;
        position: relative;
        background: transparent;
        padding: 10px 0px;
    }
}

.sub-nav {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 5px 5px;
    list-style: none;
    width: 230px;
}

@media screen and (max-width: 768px) {
    .sub-nav {
        position: relative;
        width: 100%;
        display: none;
        background-color: rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
    }
}

.nav__link:hover+.sub-nav {
    display: block;
}

.sub-nav:hover {
    display: block;
}


.nav a {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
}

.desk_view {
    display: block;
}

.mob_view {
    display: none;
}

@media (max-width:768px) {
    .mob_view {
        display: block;
    }

    .desk_view {
        display: none;
    }
}

.features {
    position: relative;
    z-index: 5;
    margin-top: -70px;
}

.feature-item {
    height: 19rem;
    margin: 0px 10px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 51%);
}

.feature-item:hover {
    color: rgb(32, 32, 32);
    background: #d1e8f1;
}

.feature-item .feature-icon i {
    font-size: 50px;
    color: #223a66;
}

.feature-item h4 {
    color: #223a66;
}

.feature-item p {
    font-size: 14px;
}

.feature-section.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.btn-main {
    background: #223a66;
    color: #fff;
    border-color: #223a66;
}

.btn-main:hover {
    background: #e12454;
    border-color: #e12454;
    color: #fff;
}

@media (max-width:768px) {
    .features {
        margin-top: 0;
    }

    .feature-item {
        margin: 0;
        padding: 17px 10px;
    }
}

.about-img img {
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.section {
    padding: 50px 0;
}

.title-color {
    color: #c7143a;
}

.copyright {
    color: white;
}

.btn-main-2 {
    background: #e12454;
    color: #fff;
    border-color: #e12454;
}

.btn-round-full {
    border-radius: 50px;
}

.btn-main-2:hover {
    background: #223a66;
    color: #fff;
    border-color: #223a66;
}

.service {
    padding-top: 30px;
}

.gray-bg {
    background: #005272;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    color: #ffffff;
}

.divider {
    width: 40px;
    height: 5px;
    background: #e12454;
}

.section-title p {
    color: #ffffff;
}

.service .service-item {
    min-height: 19rem;
    height: auto;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.service .service-item:hover {
    color: white;
    background: #92d1eb;
}

.service .icon {
    float: left;
    margin-bottom: 10px;
}

.service i {
    width: 4rem;
    height: 4rem;
    padding: 20px 16px;
    border-radius: 4rem;
    font-size: 2rem;
    color: #e12454;
    background-color: #ffffff;
}

.service i:hover {
    width: 4rem;
    color: #ffffff;
    background-color: #e12454;
    height: 4rem;
    padding: 20px 16px;
    border-radius: 4rem;
}

.service img {
    width: 4rem;
    height: 4rem;
    padding: 5px;
    border-radius: 4rem;
    font-size: 2rem;
    color: #e12454;
    background-color: #ffffff;
    border: 2px solid #92d1eb;
}

.service h4 {
    font-size: 18px;
    padding-left: 20px;
}

.service .content {
    clear: both;
}

.footer {
    padding-bottom: 10px;
}

.logo-ftr img {
    width: 200px;
    border-radius: 90px;
    background-color: white;
    padding: 1rem;
}

.ftr-info i {
    margin: 0px -60px;
    position: absolute;
    font-size: 30px;
}

.ftr-info p {
    line-height: 2rem;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.list-inline-item {
    display: inline-block;
}

@media (max-width:768px) {
    .service .service-item {
        height: auto;
    }

}

.footer-socials li i {
    font-size: 25px;
    color: #76d8ff;
    /* width: 45px;
    height: 45px;
       color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 12px; */
}

.footer-socials li i:hover {
     color: #f93f67;
}

.lh-35 {
    line-height: 35px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}


.footer a {
    color: #222;
    text-decoration: none;
    transition: all .35s ease;
}

.widget a,
.widget span,
.widget i {
    color: #ffffff;
}

.widget p {
    color: #ffffff;
}

.text-color {
    color: #76d8ff;
}

.footer .copyright a {
    font-weight: 600;
    color: red;
}

.widget .footer-menu a {
    color: #ffffff;
}

.widget h4 {
    color: #ffffff;
}

@media (max-width:768px) {
    .logo-ftr {
        width: 9rem;
        border-radius: 100px;
        background-color: white;
        margin: 0rem 5rem;
        padding: 1rem;
    }
}



section#counter-stats {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 1rem;
}

.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

.stats .fa {
    color: #008080;
    font-size: 60px;
}

.counting::after {
    content: "+";
}

.stats-title,
.counting,
h5 {
    color: #223a66;
}

.stats-title {
    text-align: center;
}



.gallery .gallery-item {
    margin-top: 30px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}

.gallery .gallery-item img {
    width: 18rem;
    height: 18rem;
}

.gallery .gallery-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    top: 0;
    opacity: 0;
    transition: all .3s ease;
}

.gallery .gallery-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gallery .gallery-item h3 {
    position: absolute;
    z-index: 5;
    bottom: 70px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    transition: all .3s ease;
    padding: 30px;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.gallery .gallery-item p {
    position: absolute;
    z-index: 5;
    bottom: 20px;
    color: #fff;
    font-weight: normal;
    opacity: 0;
    transition: all .3s ease;
    padding: 30px;
    font-size: 14px;
    line-height: 16px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.gallery .gallery-item:hover:before {
    opacity: 1;
}

.gallery .gallery-item:hover h3,
.gallery .gallery-item:hover p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}



.g-img img {
    padding: 0.5rem;
    border-radius: 10px;
    width: 20rem !important;
    height: 20rem !important;
}


.filr-glry .filter-button {
    font-size: 18px;
    border: 1px solid #005272;
    border-radius: 5px;
    text-align: center;
    color: #fe3f68;
    margin-bottom: 30px;

}

.filr-glry .filter-button:hover {
    color: #ffffff;
    background-color: #005272;

}

.filr-glry .filter-button.active {
    border: none;
    background-color: #fe3f68;
    color: white;
}


.filr-glry .gallery_product {
    margin-bottom: 30px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.filr-glry .block {
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width:768px) {
    .g-img img {
        width: 100% !important;
        height: auto !important;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.bg-1 {
    /* background: url(../images/bg/22.jpg) no-repeat 50% 50%; */
    background-size: cover;
    position: relative;
}

.bgz-in {
    position: relative;
}

.page-title {
    padding: 24px 0px 0 0px;
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #005272;
}

.page-title .block h1 {
    color: #fff;
}

.block span {
    color: white;
    position: relative;
}

.text-lg {
    font-size: 50px;
}

.page-title .breadcumb-nav {
    margin-top: 8px;
    text-align: left;
    padding-top: 9px;
    border-top: 1px solid rgb(255 255 255 / 28%);
}

.list-inline-item a {
    text-decoration: none;
    font-weight: 600;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.list-inline-item {
    display: inline-block;
}

.sub-btn {
    background: #e12454;
    color: #fff;
}

.sub-btn:hover {
    background: #223a66;
    color: #fff;
}

.right_conatct_social_icon {
    background: #76d8ff;
}

.contact_us {
    background-color: #f1f1f1;
    padding: 60px 0px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact_field {
    padding: 34px 184px 22px 44px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.a1{    margin-top: -3.5rem;}
.contact_info_sec {
    color: white;
    position: absolute;
    background-color: #005272;
    right: 1px;
    top: 9%;
    height: 421px;
    width: 340px;
    padding: 80px 27px;
    border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
    color: white;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: #ff3f68;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.socil_item_inner li {
    position: relative;
    list-style: none;
    margin-top: -3rem;
}

.socil_item_inner li a {
    color: #fff;
    background: #fe3f68;
    border-radius: 50%;
    margin: 0px 12px;
    font-size: 14px;
    padding: 0.5rem;
}

.socil_item_inner {
    padding-bottom: 0px;
}

@media (max-width:768px) {
    .contact_info_sec {
        top: -6%;
    }
    .rvs{
        display: flex;
        flex-direction: column-reverse;
    }
    .contact_field {
        padding: 11rem 1rem 0 1rem;
    }

    .copyright {
        font-size: 13px;
        color: white;
    }
}

hr {
    background-color: white;
    height: 2px;
    width: 100%;
}

.testimonial-slider {
    padding: 2rem 1rem;
}

.testi-content {
    padding: 2rem 7rem;
}

.test-slider-btn {
    background-color: red;
}

.testi-content img {
    width: 100px;
    padding: 1rem 0;
}

.testimonial_field {
    padding: 34px 31px 22px 44px;
}

.testimonial_field_sec {
    color: white;
    position: absolute;
    background-color: #005272;
    right: 1px;
    top: 14%;
    height: 365px;
    width: 194px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

.socil_item_inner li a:hover {
    background: #f9b815;
}

.testimonial_field_index {
    color: white;
    position: absolute;
    background-color: #005272;
    right: 1px;
    top: 5%;
    height: 90%;
    width: 30%;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

.testi-content h3 {
    color: #005272;
}

.blockquote h4 {
    color: #e64e75;
    text-transform: uppercase;
}

.abt-para {
    margin-top: 3rem;
}

.abt-img img {
    margin-top: 8rem;
    border-radius: 10px;
}

.bg-gray {
    background-color: #e6f8ff;
    padding: 3rem 0;
}

.banner-don {
    padding: 3rem 0;
    color: white;
    background-color: black;
}

.doc-btn {
    margin-top: 0.5rem;
    font-weight: bold;
    background: #fe3f68;
    width: 9rem;
    color: white;
}

.doc-btn:hover {
    color: #fe3f68;
    background-color: white;
}

.callout-separator span {
    display: inline-block;
    background-color: #fe3f68;
    width: 3rem;
    height: 3rem;
    padding: 13px 13px;
    border-radius: 50%;
}

.callout-separator::after {
    content: "";
    display: inline-block;
    background-color: #fe3f68;
    width: 30px;
    height: 3px;
    padding: 0 0;
    margin: 0 -5px;
}

.callout-separator::before {
    content: "";
    display: inline-block;
    background-color: #fe3f68;
    width: 30px;
    height: 3px;
    padding: 0 0;
    margin: 0 -5px;
}

.donation-div {
    padding: 0 3rem;
}

@media (max-width:768px) {
    .testi-content {
        padding: 2rem 1rem;
    }

    .testimonial_field_index {
        width: 1%;
        padding: 9px;
    }

    .testimonial_field {
        padding: 20px 10px 0px 10px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .testi-content p {
        text-align: justify;
    }

    .stats {
        padding-bottom: 2rem;
    }

    .donation-div {
        padding: 2rem 0rem;
    }

    .doc-btn {
        font-size: 14px;
        width: 7rem;
    }

    .right_conatct_social_icon {
        margin: 2rem 0;
        height: 100%;
    }
}

/* 
.card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #449dbd 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
}

p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.icon-wrapper {
    background-color: #449dbd;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

.card:hover {
    background-position: 0 100%;
}

.card:hover .icon-wrapper {
    background-color: #ffffff;
    color: #449dbd;
}

.card:hover h3 {
    color: #ffffff;
}

.card:hover p {
    color: #f0f0f0;
} */

@media screen and (min-width: 768px) {

    .column {
        flex: 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 992px) {

    .column {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.donation-bank {
    background-image: url(../img/bg_donaion.jpg);
    height: 39rem;
}

.donation-box {
    background-image: url(../img/tb-bg.jpg);
    height: 39rem;
}

.dobatiion-box {
    width: 32rem;
}

.dayradio input[type="radio"] {
    display: none;
}

.dayradio label {
    text-align: center;
    width: 10.4rem;
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    cursor: pointer;
}

.dayradio input[type="radio"]:checked+label {
    background-color: #f00;
    color: #fff
}

.dayradio input[type="radio"]+label:hover {
    background-color: rgb(255, 133, 133);
    color: #fff
}














.bank-back {
    margin-top: 9rem;
    background-color: white;
    border-radius: 10px;
    height: 24rem;
}

.bank-icon {
    left: 30%;
    background-color: white;
    border-radius: 50%;
    margin: -3rem 0rem;
    position: absolute;
}

.bank-icon img {
    padding: 1rem;
    width: 6rem;

}

.bank-title {
    text-transform: uppercase;
    position: absolute;
    margin-top: 2.5rem;
    left: 27%;
}

.bank-details {
    position: absolute;
    margin-top: 2.5rem;
    left: 17%;
    margin-top: 7rem;
}

.bank-details ul {
    list-style: none;
    display: grid;
}

.bank-details li {
    line-height: 3rem;
    display: block;
    text-align: left;
    float: left;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ticker {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.news {
    width: 100%;
    background: #ffd700;
}

.news-title {
    width: 180px;
    text-align: center;
    background: #c8102e;
    position: absolute;
    z-index: 10;
    height: 50px;
}

.news-title:after {
    position: absolute;
    content: "";
    right: -39px;
    border-left: 20px solid #c8102e;
    border-top: 28px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 21px solid transparent;
    top: 0px;
}

.news-title h5 {
    font-size: 17px;
    margin: 8% 0;
    color: #fff;
}

.news marquee {
    font-size: 16px;
    margin-top: 15px;
}

.news-content p {
    margin-right: 41px;
    display: inline;
    color: #222;
}

.sub-th {
    font-size: 20px;
}

.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.posts__item {
    display: flex;
    flex-direction: column;
    flex-basis: 32%;
    background-color: #fff;
    margin-bottom: 22px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.posts__item--main {
    flex-basis: 66%;
}

.posts__item--main:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.posts__item--main .posts__image {
    display: flex;
    flex-grow: 1;
}

.posts__item--main .posts__information {
    position: absolute;
    bottom: 35px;
    left: 50px;
    padding: 0 25px 0 0;
    z-index: 1;
}

.posts__item--main .posts__title a {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.75px;
    color: #fff;
}

.posts__image>img {
    display: block;
    width: 100%;
}

.posts__information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 25px;
    flex-grow: 1;
}

.posts__date {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.325px;
    color: #ff3f68;
    text-transform: uppercase;
    font-weight: 600;
    margin: 7px 0;
}

.posts__title {
    margin-top: 7px;
    margin-bottom: auto;
}

.posts__title a {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}

.posts__title a:hover {
    text-decoration: underline;
}

.posts__author {
    margin-top: 55px;
}

.posts__author img {
    border-radius: 50px;
    width: 60px;
}

.posts__author2 {
    margin-top: 15px;
}

.posts__author2 img {
    border-radius: 50px;
    width: 60px;
}

.posts__author2 span {
    font-weight: bold;
    color: #ffffff;
    margin-left: 10px;
    font-size: 20px;
}

.posts__author2 a {
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .posts__information {
        padding: 10px 15px 15px 15px;
    }

    .posts__date {
        font-size: 12px;
    }

    .posts__title a {
        font-size: 16px;
        line-height: 24px;
    }

    .posts__item--main .posts__information .post-title a {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .posts__item {
        flex-basis: 49%;
    }

    .posts__item--main {
        flex-basis: 100%;
        justify-content: center;
    }

    .posts__item--main .posts__image {
        display: block;
    }

    .posts__item--main .posts__information {
        width: 100%;
        bottom: auto;
        left: auto;
        align-items: center;
        text-align: center;
        padding: 0;
    }
}

.posts__author a span {
    font-weight: bold;
    color: #005272;
    margin-left: 10px;
    font-size: 20px;
}

.posts__author a {
    text-decoration: none;
}

.n-hrd {
    background-color: #a50023;
    padding: 5px 10px;
    margin-bottom: 1rem;
}

.n-hrd h5 {
    color: white;
}

@media screen and (max-width: 768px) {
    .posts__item {
        flex-basis: 100%;
    }

    .posts__author2 {
        margin-top: 0;
    }

    .posts__author2 img {
        border-radius: 50px;
        width: 40px;
        margin-left: -6rem;
    }

    .posts__item--main .posts__title a {
        font-size: 20px;
    }
}

.content {
    margin: 0.5rem 0;
    width: 100%;
    display: none;
}

#loadMore {
    text-decoration: none;
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    /* border: 1px solid transparent; */
    background-color: #fe3f68;
    transition: 0.3s;
    font-weight: 500;
}

#loadMore:hover {
    color: rgb(255, 255, 255);
    background-color: #005272;
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.news-date {
    position: absolute;
    background-color: #ff3f68;
    padding: 2px 10px;
    width: 6rem;
    font-size: 12px;
    color: white;
    font-weight: 600;
    bottom: 36%;
    right: 0%;
}

.news-btn {
    font-size: 15px;
    border: 2px solid;
    color: #ff3f68;
    padding: 0px 4px;
    transition: 0.5s;
}

.news-btn:hover {
    color: white;
    background-color: #ff3f68;
}

.news-head {
    white-space: nowrap;
    width: 17rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #004f6e;
}

.news-para {
    text-align: justify;
}
.abt-img2 img {
    margin-top: 0rem;
    border-radius: 10px;
}
.treatment img{
    width: 100%;
    }
    .treat-text{
        padding: 0% 6%;
        text-align: justify;
        position: relative;
        top: 23%;
        left: 0;    
    }
    .treat-text h3{
        font-weight: bold;
        color: #ff3f68;
    }
@media (max-width:768px) {
    .bank-back {
        margin-top: 4rem;
        height: 29rem;
    }

    .bank-details {
        left: -3%;
    }

    .bank-icon {
        left: 37%;
    }

    .bank-details li {
        width: 20rem;
    }

    .news-title h5 {
        font-size: 14px;
    }
    .abt-img img {
        width: 100%;
        margin-top: -3rem;
        border-radius: 10px;
    }
    .abt-img2 img {
        width: 100%;
        margin-top: -3rem;
        border-radius: 10px;
    }
    section#counter-stats {
        margin-top: 0;
        margin-bottom: 0;
    }
    .treat-text h3 {
        margin-bottom: 2rem;
        text-align: center;
    }
}
.bg-lightbrown{
    background-color: #f7e0c2;
}