@import url("../css/bootstrap.css");
/* @import url('../css/animate.css'); */
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");

/* NEW__FONT__ */

/* NEW__FONT__ */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
}

:root {
    --color-one:#F7899C;
    --color-two: #CCCCF7;
    --color-three: #172A30;
    --color-four: #e50914;
}

a {
    text-decoration: none;
    font-family: "Inter", sans-serif;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
    font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Inter Tight", sans-serif;
}


/* HEADER__STARTS___ */

.head-one {
    display: flex;
    align-items: center;
}

.head-two {
    position: relative;
    padding: 50px 0 0;
}

.search-opt {
    position: absolute;
    top: 56%;
    left: 94%;
    background: #998053;
    padding: 7px 11px 7px;
    border-radius: 21px;
}

input#exampleFormControlInput1 {
    border-radius: 30px;
}

.search-opt a {
    color: white;
}

.head-three {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 50px 0 0;
}

.login-user a {
    color: black;
}

.login-user {
    position: relative;
    white-space: nowrap;
}

.login-user > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.donate-btn a {
    background: linear-gradient(180deg, #2f5ea8, #183a78);
    color: white;
    font-weight: 300;
    padding: 15px 30px 15px;
    border-radius: 30px;
}

.hamburger a {
    color: darkgrey;
    font-size: 25px;
}

.link-one span {
    color: grey;
    font-weight: 100;
}

.link-one p {font-size: 15px;font-weight: 600;padding: 5px 0px 5px;}

.social-media p {
    font-weight: 700;
}

.social-media {
    padding: 30px 0 0;
}

.social-media li {
    display: inline-block;
    border: 1px solid #0b80c5;
    padding: 5px 10px 6px;
    border-radius: 25px;
}

.social-media a {
    color: #0b80c5;
}

.social-media ul {
    padding: 10px 0 0;
}

.quick-link-two li a i {
    font-size: 6px;
    color: #0b80c5;
    border: 1px solid #0b80c5;
    padding: 3px 3px 3px;
    border-radius: 10px;
}

.quick-link-two a {
    color: black;
    font-size: 15px;
}

.quick-link-two li {
    padding: 2px 0 2px;
}

.news-letter {
    position: relative;
    padding: 45px 0 0;
}

.subcribe-btn {
    position: absolute;
    top: 78%;
    left: 58%;
}

.subcribe-btn a {
    background: #0b80c5;
    color: white;
    padding: 9px 40px 9px;
    border-radius: 24px;
    font-size: 13px;
}

.news-letter h4 {
    font-size: 20px;
    font-weight: 600;
}

.news-letter p {
    font-weight: 500;
    padding: 5px 0 5px;
}

.quick-link-two a:hover {
    color: #0b80c5;
    transition: .2s all;
}

section.footer-sec {
    background: #e5f6fd;
    padding: 40px 0 40px;
}

.quick-link-two h4 {
    font-size: 20px;
    padding: 6px 0 10px;
    font-weight: 600;
}

input#exampleFormControlInput2 {
    background: #d3e2e7;
    border-radius: 30px;
    border: none;
}

.footer-bottom-txt {
    text-align: center;
    background: #0b80c5;
    padding: 15px 0 15px;
}

.footer-bottom-txt p {
    color: white;
}

.footer-bottom-txt span {
    font-weight: 600;
}

.top-opt-one {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    padding: 10px 0 10px;
}

.top-opt-one img {
    width: 100%;
    max-width: 35px;
    object-fit: cover;
}

.top-opt-one a {
    color: black;
    font-size: 18px;
}

/* language-dropwdown */
.language-switcher {
    position: relative;
    width: 65px;
    font-family: Arial, sans-serif;
}

.selected-lang {
    background: transparent;
    color: grey;
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0px 10px;
    border: 1px solid lightgrey;
    font-size: 12px;
}

.selected-lang .arrow {
    font-size: 12px;
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #998053;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    border: 1px solid darkgrey;
    z-index: 1;
}

.lang-dropdown li {
    padding: 8px 12px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    font-size: 12px;
}

.lang-dropdown li:hover {
    background: #333;
}

.lang-dropdown.show {
    display: block;
}

.account-switcher {
    position: relative;
}

.selected-account {
    color: black;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.account-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    background: #fff;
    padding: 8px 0;
    margin: 8px 0 0;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: none;
    z-index: 20;
}

.account-dropdown.show {
    display: block;
}

.account-dropdown li a,
.account-dropdown li button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: transparent;
    color: black;
    font-size: 14px;
    text-align: left;
    border: 0;
}

.account-dropdown li a:hover,
.account-dropdown li button:hover {
    background: #f8fafc;
}


/* language-dropwdown */

.search-wrapper {
    position: relative;
    width: 300px;
    margin: 10px 0 10px;
}

.search-wrapper input {
    width: 100%;
    padding: 14px 15px 14px 50px;
    border: none;
    outline: none;
    border-radius: 0;

    /* Sirf bottom shadow */
    font-size: 16px; /* Font thora bara */
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.search-wrapper .search-icon {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px; /* Icon thora bara */
    color: #000; /* Icon black */
}

/* Placeholder black */
.search-wrapper input::placeholder {
    color: #000;
    font-size: 16px;
}

.search-wrapper input:focus {
    box-shadow: 0 8px 14px -4px rgba(0, 0, 0, 0.35);
}

.main {
    padding: 20px 0 0;
}

.main h4 {
    font-size: 18px;
    font-weight: 500;
}

section.main-page {
    padding: 20px 0 50px;
}

.top-line {
    background: #998053;
    padding: 14px 15px 14px;
    border-radius: 4px;
}

.top-line p {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.cover img {
    width: 100%;
}

.add-cover {
    padding: 20px 0 0;
}

.shaking-btn {
    background: #1f366b;
    padding: 15px 30px 15px;
    border-radius: 30px;
    display: inline-block;
}

.shaking-btn a {
    color: white;
}

.setting-btn {
    text-align: center;
}

.language {
    padding: 50px 0 35px;
    text-align: center;
}

.top-opt-one a:hover {
    border-bottom: 1px solid #1f366b;
    transition: .2s all;
    color: #1f366b;
}

.clip-head h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 30px 0 13px;
    position: relative;
    color: #1f366b;
}

.clip-head h4::before {
    content: '';
    width: 15%;
    height: 1px;
    background: #998053;
    position: absolute;
    top: 80%;
    left: 2%;
}

.play-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px;
}

.play-one {
    display: flex;
    align-items: center;
    gap: 0px 15px;
}

.play-one a {
    font-size: 35px;
    color: #998053;
}

.play-one p {
    font-size: 14px;
    font-weight: 600;
    color: #1f366b;
}

.play-one span {
    font-weight: 300;
    font-size: 15px;
    color: grey;
}

.play-two a {
    color: grey;
}

/*  */

.audio-progress-container {
    width: 100%;
    max-width: 440px;
    height: 10px;
    background: #e0e0e0;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}

.audio-progress-fill {
    height: 100%;
    width: 0%;
    background: #1f366b;
    border-radius: 50px;
    transition: width 0.12s linear;
}

.timing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0;
}

.timing p {
    font-size: 12px;
    color: darkgrey;
}

.first-player {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 0px 20px;
}

.second-player {
    display: flex;
    justify-content: right;
    gap: 0px 15px;
    position: absolute;
    left: 91%;
    top: 30%;
}

.player-flex-main {position: relative;}

a.one {
    font-size: 18px;
    color: #5e6c7f;
    padding: 19px 0 0;
}

a.two {
    font-size: 30px;
    color: #5e6c7f;
    padding: 10px 0 0;
}

a.center {
    font-size: 40px;
    color: #1f366b;
}

.second-player a {
    color: darkgrey;
}

a.rotate {
    rotate: 90deg;
}

.song-player-main {
    border: 1px solid lightgrey;
    border-radius: 7px;
    padding: 10px 20px 20px;
    margin: 10px 0 10px;
}

.study-head h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0 15px;
    position: relative;
    color: #1f366b;
}

.study-head h4::before {
    content: '';
    width: 15%;
    height: 1px;
    background: #998053;
    position: absolute;
    top: 80%;
    left: 2%;
}

.main-file {
    display: flex;
    align-items: center;
    gap: 0px 40px;
    border: 1px solid lightgrey;
    border-radius: 6px;
    padding: 25px 20px 25px;
    margin: 10px 0 10px;
}

.file-show-inner h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1f366b;
}

.file-show-inner p {
    font-size: 12px;
    color: darkgrey;
}

.file-flex {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    padding: 15px 0 0;
}

label.upload-btn {
    background: #1f366b;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 25px 10px;
    border-radius: 25px;
}

.importer-two p {
    color: #1f366b;
    font-size: 14px;
    font-weight: 600;
}

.donate-btn a:hover {
    background: #998053;
    transition: .2s all;
    color: white;
}

a.one span {
    font-size: 12px;
}

span.search-icon i {
    font-size: 30px !important;
}

.link-one img {
    width: 100%;
    max-width: 330px;
    margin: 0px -89px 0;
}

.quick-link-two {
    padding: 40px 0 0;
}

.social-media li:hover {
    background: #1f366b;
    transition: .2s all;
}

.social-media li:hover a {
    color: white;
    transition: .2s all;
}

label.upload-btn:hover {
    background: #998053;
    transition: .2s all;
    color: white;
}

.subcribe-btn a:hover {
    background: #998053;
    transition: .2s all;
}

/*a.active {*/
/*    color: #015ab9;*/
/*}*/

.shaking-btn:hover {
    background: #998053;
    transition: .2s all;
}

a.one:hover {
    color: #998053;
    transition: .2s all;
}

a.two:hover {
    color: #998053;
    transition: .2s all;
}

a.center:hover {
    color: #998053;
    transition: .2s all;
}

.second-player a:hover {
    color: #998053;
    transition: .2s all;
}

.banner-txt-left {
    background-image: url(../images/Group-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 25vh;
    margin: 15px 0 0;
    border-radius: 5px;
}

.banner-txt-left h2 {
    color: white;
    font-size: 40px;
    font-weight: 500;
    padding: 50px 60px 0;
    position: relative;
}

.banner-txt-left h4::before {
    content: '';
    height: 2px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
}

.banner-txt-left h2::before {
    content: '';
    width: 15%;
    height: 1px;
    position: absolute;
    background: white;
    bottom: -15%;
    left: 4%;
}

.book-publisher {
    display: flex;
    align-items: center;
    gap: 0px 15px;
    padding: 20px 0 0;
}

.book-publisher h4 {
    text-transform: none;
    font-family: 'Inter';
    font-size: 28px;
    font-weight: 600;
}

.book-publisher {
    position: relative;
}

.book-publisher::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 2px;
    background: lightgrey;
    top: 91%;
    left: 10%;
}

.dum-txt p {
    padding: 10px 95px 0;
    font-size: 14px;
    font-family: 'Inter';
}

.our-activity {
    padding: 40px 75px 0;
    position: relative;
    z-index: 1 !important;
}

.our-activity::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: lightgrey;
    top: 73%;
    left: 0%;
}

.our-activity h4 {
    font-size: 28px;
    font-weight: 600;
    background: white;
    display: inline-block;
    z-index: 11111;
    position: relative;
    padding: 0 15px 0;
}

.other-one {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    padding: 50px 20px 70px;
    background: #f6f7f9;
    border-radius: 10px;
}

.other-one h4 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid lightgrey;
    padding: 5px 0 10px;
}

.other-one img {
    width: 100%;
    max-width: 40px;
}

.two-add p {
    padding: 15px 0 0;
    font-size: 14px;
}

.others-flex {
    padding: 40px 0 40px;
}

.about-us-main-cover {
    padding: 50px 0 0;
}

.blogs-main h2 {
    font-size: 30px;
    font-weight: 500;
    padding: 20px 0 30px;
}

.blog-box img {
    width: 100%;
    padding: 0 0 10px;
}

.blog-box {
    border: 1px solid lightgrey;
    border-radius: 12px;
    margin: 10px 0 10px;
}

.blog-box p {
    font-size: 15px;
    padding: 5px 10px 5px;
    font-weight: 600;
}

.blog-read-more a {
    font-size: 14px;
    font-weight: 600;
    color: #1f366b;
}

.blog-read-more {
    padding: 0 10px 15px;
}

.blog-box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: .2s all;
}

.sub-abt-cover:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: .2s all;
    border-radius: 10px;
}

.blogs-main.donated h2 {
    font-weight: 600;
}

.blogs-main.donated {
   position:relative;
}

.donate-box img {
    width: 100%;
}

.sub-donate {
    padding: 35px 0 0;
}

.sub-donate h4 {
    font-size: 20px;
    font-weight: 600;
    color: #133679;
    padding: 0 0 15px;
}

.sub-donate p {
    font-size: 15px;
}

.donate-btn.sub {
    padding: 30px 0 0;
}

.donar-list {
    text-align: center;
    border: 1px solid lightgrey;
    padding: 30px 0 40px;
    border-radius: 10px;
    margin: 30px 0 0;
    height: 275px;
}

.donar-list h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px;
}

.donar-list p {
    font-size: 15px;
}

.donate-flex-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid lightgrey;
    padding: 13px 10px 13px;
    margin: 5px 0 15px;
}

.dt-one {
    display: flex;
    align-items: center;
    gap: 0px 15px;
}

.dt-two {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

.recent-donate {
    padding: 40px 0 0;
}

.recent-donate h4 {
    font-weight: 700;
    padding: 10px 0 30px;
}

.dt-one p {
    font-weight: 600;
}

.dt-two h5 {
    margin: 0 0 0;
    font-size: 15px;
    color: #214688;
}

.dt-two p {
    font-size: 12px;
}

/*  */

.progress-wrapper{
    width: 100%;
    font-family: Arial;
    padding-left: 35px;
}

.progress-label{
    font-weight: 600;
    margin-bottom: 10px;
    color: #214688;
}

.progress-bar{
    width: 100%;
    height: 14px;
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.progress-fill{
    height: 100%;
    width: 0%;
    background: #1f366b;
    border-radius: 20px;
    transition: 0.4s;
}

.progress-info{
    display:flex;
    margin-top:8px;
    font-size:14px;
    gap: 0px 15px;
}

.amount{
    font-weight:600;
    color: #214688;
}

.donation-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 0;
}

.donation-count .donate-btn a {
    padding: 10px 20px 10px;
}

/* TABS */

.tabs{width: 100%;font-family:Arial;}

.tab-buttons{display:flex;gap:10px;margin-bottom:20px;justify-content: space-between;align-items: center;padding: 20px 0 0;}

.tab-btn{padding: 3px 15px 3px;border-radius: 18px;background:#eee;cursor:pointer;}

.tab-btn.active{background: #1f366b;color:#fff;}

.tab-content{
display:none;
/* border:1px solid #ddd; */
padding:20px;
}

.tab-content.active{
display:block;
}

.filter-btn{
display:inline-block;
margin-top:15px;
padding:10px 20px;
background:#007bff;
color:#fff;
text-decoration:none;
}

/*  */

.my-tabs{
  width: 100%;
  font-family:Arial;
}

.tab-buttons{
  display:flex;
  gap:10px;
  margin-bottom:15px;
}

.my-tab-btn{
  padding: 5px 20px;
  border:none;
  background:#eee;
  cursor:pointer;
}

.my-tab-btn.active{
  color:#fff;
  border-radius: 30px;
  background: linear-gradient(180deg,#2f5ea8,#183a78);
}

.tab-content{
  display:none;
  border: none;
  padding:20px;
}

.tab-content.active{
  display:block;
}

.filter-btn{
  display:inline-block;
  margin-top:10px;
  padding:10px 20px;
  background:#007bff;
  color:#fff;
  text-decoration:none;
}

/*  */


/* TABS */  

.filter-btn-tab a {
    background: #1f366b;
    color: white;
    padding: 10px 30px 10px;
    border-radius: 20px;
}

.tab-buttons h2 {
    font-size: 20px;
    font-weight: 500;
}

.popular {
    display: flex;
    align-items: center;
    gap: 0px 15px;
    border: 1px solid lightgrey;
    padding: 5px 10px 5px;
}

.popular p {
    font-size: 15px;
    font-weight: 600;
}

.popular-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
}

.popular-outer h4 {
    font-size: 35px;
    font-weight: 600;
    color: #1f366b;
    padding: 20px 0 10px;
}

.popular-outer {
    padding: 20px 0 0;
}

.product-head h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0 5px;
}

.product-head {
    padding: 30px 0 0;
}

.product-head p {
    font-size: 15px;
}

.book-product {
    text-align: center;
    border: 1px solid lightgrey;
    padding: 20px 10px 10px;
    border-radius: 5px;
    margin: 0 0 20px;
}

.book-product li {
    display: inline;
    font-size: 12px;
    padding: 0 3px 0;
    color: orange;
}

.book-product h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px;
}

.book-product p {
    font-size: 14px;
}

.product-box a {
    color: white;
    padding: 8px 10px 8px;
    border-radius: 30px;
    display: block;
    background: linear-gradient(180deg,#2f5ea8,#183a78);
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.25), !important;
}

.product-box {
    padding: 10px 0 10px;
}

.tab-buttons.second {
    justify-content: left;
}

.book-product img {
    width: 100%;
    max-width: 150px;
    height: 150px;
    object-fit: contain;
}

.pagination-wrapper{
  font-family:Arial;
  margin-top:20px;
}

.pagination{
  list-style:none;
  display:flex;
  gap: 10px;
  padding:0;
  justify-content: center;
}

.page-item, .next-btn{
  padding: 5px 14px;
  border: none;
  cursor:pointer;
  user-select:none;
  border-radius: 5px;
}

.page-item.active{
  color:#fff;
  background: linear-gradient(180deg,#2f5ea8,#183a78);
}

.next-btn{
  background: transparent;
  color: black;
  border:none;
}

.topic-details {
    text-align: center;
    border: 1px solid lightgrey;
    padding: 40px 0 40px;
    border-radius: 10px;
    margin: 0 0 20px;
}

.topic-details h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px;
    color: #1f366b;
}

.topic-details p {
    font-size: 14px;
}

.topic-view a {
    color: white;
    font-size: 15px;
    padding: 10px 50px 10px;
    border-radius: 25px;
    background: linear-gradient(180deg,#2f5ea8,#183a78);
}

.topic-view {
    padding: 20px 0 0;
}

.topics-top {
    padding: 50px 0 0;
}

.topic-details img {
    width: 100%;
    max-width: 110px;
    height: 110px;
    object-fit: contain;
}

/*  */

.filter-container{
    border: none;
    padding:10px;
    display:flex;
    flex-direction:column;
    width: 100%;
    font-family:Arial;
    background: #1c3e81;
    margin: 25px 0 0;
}

.filter-row{
    display:flex;
    gap:10px;
    align-items:center;
}

.filter-year select,
.filter-month select{
    padding:8px 12px;
    border: none;
    border-radius:4px;
    background: transparent;
    cursor:pointer;
    color: white;
}

.filter-search{
    flex:1;
    position:relative;
}

.filter-search-input{
    width:100%;
    padding:8px 12px 8px 30px;
    border: none;
    border-radius:4px;
    background: transparent;
}

.filter-search-icon{
    position:absolute;
    left:8px;
    top:50%;
    transform:translateY(-50%);
    color: white;
}

.filter-search-input::placeholder {
    color: #ffffff;
    opacity: 1;
}

.filter-year {
    position: relative;
}

.filter-year::before {
    content: '';
    width: 40%;
    height: 1px;
    position: absolute;
    background: white;
    left: 90%;
    top: 50%;
    rotate: 90deg;
}

.filter-month {
    position: relative;
}

.filter-month::before {
    content: '';
    width: 35%;
    height: 1px;
    position: absolute;
    background: white;
    left: 90%;
    top: 50%;
    rotate: 90deg;
}

.filter-year select,
.filter-month select {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    background: transparent;  
    color: #ffffff;       
    cursor: pointer;
}

.filter-year select option,
.filter-month select option {
    color: #000000;       
}

.blue-filter a {
    background: white;
    color: black;
    padding: 10px 30px 10px;
    border-radius: 25px;
}

.downloader-one {
    display: flex;
    align-items: center;
    gap: 0px 25px;
}

.down-txt h5 {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #1c3e81;
}

.down-txt p {
    font-size: 13px;
    color: dimgrey;
    padding: 5px 0 5px;
}

.down-txt a {
    color: dimgrey;
    font-size: 12px;
}

.down-txt i {
    rotate: 90deg;
    color: #1c3e81;
}

a.sided-anchor-one {
    padding-right: 25px;
}

a.sided-anchor-two {
    padding-left: 25px;
}

.pdf-files-downloader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 30px;
}

.downloader-two {
    text-align: end;
}

.dotted-load a {
    color: darkgrey;
    font-size: 22px;
}

.download-btn a {
    background: linear-gradient(180deg, #2f5ea8, #183a78);
    color: white;
    font-size: 14px;
    padding: 12px 15px 12px;
    border-radius: 25px;
}

.download-btn i {
    rotate: 90deg;
}



/**/

.fh-tabs-head{display:flex;align-items:center;gap: 30px;padding: 30px 0 0;}

.fh-tabs-nav{
display:flex;
gap:10px;
list-style:none;
padding:0;
margin:0;
}

.fh-tab-item{
padding:8px 15px;
background:#eee;
cursor:pointer;
}

.fh-tab-item.active{
background:#007bff;
color:#fff;
}

.fh-filter-btn{padding: 5px 25px 5px;background: #1f366b;color:#fff;text-decoration:none;border-radius: 30px;}

.fh-tab-content{
display:none;
margin-top:20px;
}

.fh-tab-content.active{
display:block;
}

.fh-tab-content{
display:none;
}

.fh-tab-content.active{
display:block;
}

.fh-tab-content{display:none;}
.fh-tab-content.active{display:block;}

.fh-tab-btn.active{
  background: #1f366b;
  color:#fff;
  padding: 3px 20px 3px;
  border-radius: 35px;
  font-size: 18px;
  font-weight: 400;
}

.fh-tabs-head span {
    font-size: 20px;
    font-weight: 500;
    color: #1f366b;
}


button.fh-tab-btn {
    font-size: 18px;
    font-weight: 400;
}

.inner-tab-boxes h2 {
    font-size: 25px;
    font-weight: 600;
    color: #1f366b;
    padding: 20px 0 20px;
}

.chase-shot {
    display: flex;
    align-items: center;
    gap: 0px 15px;
    border: 1px solid lightgrey;
    padding: 5px 13px 5px;
}

.chase-shot p {
    font-weight: 600;
}

.chase-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 0;
}

.topic-view a:hover {
    background: #998053;
    transition: .2s all;
}

.product-box a:hover {
    background: #998053;
    transition: .2s all;
}

.download-btn a:hover {
    background: #998053;
    transition: .2s all;
}

.blue-filter a:hover {
    background: #998053;
    transition: .2s all;
    color:white;
}

.blogs-main.donated::before {
    content: '';
    width: 75%;
    height: 1px;
    position: absolute;
    top: 80%;
    left: 0%;
    background: lightgrey;
}

.chase-head {
    padding: 30px 0 0;
}

.chase-head h4 {
    color: #1f366b;
    font-size: 28px;
    font-weight: 600;
}
