body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

ul {
  list-style: none;
}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure {
  padding: 0px;
  margin: 0px;
}

.nav-header {
  display: none;
}

.common-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.common-heading {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.common-title {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  max-width: 597px;
  margin: 0 auto;
}

.scroll-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #e7404a;
  font-size: 16px;
  text-align: center;
  align-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  animation: bounce 1s linear infinite alternate;
  position: fixed;
  bottom: 19px;
  right: 10px;
  z-index: 99;
}

.whatsapp-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 19px;
  left: 10px;
  z-index: 99;
  animation: blink 1s linear infinite alternate;
}

.whatsapp-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*header start*/

.header {
  width: 100%;
  background-color: #fff;
  padding: 16px;
  position: sticky;
  top: 0%;
  left: 0%;
  z-index: 999999999;
}

.header .navbar-brand img {
  width: 89px;
  object-fit: cover;
}

.header .navbar-collapse {
  justify-content: center;
}

.header .navbar {
  padding: 0px;
}

.header .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px 16px !important;
}

.header .btn-box a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 11px 16px;
  border-radius: 8px;
}

.header .donate-btn {
  color: #fff;
  background-color: #e7404a;
  padding: 12px 16px;
  margin: 0px 15px;
}

.header .login-btn {
  color: #000;
  border: 1px solid #dedede;
}

/*header end*/

/* banner panel start */

.banner-panel {
  width: 100%;
  overflow: hidden;
}

.banner-panel .image-box {
  width: 100%;
  height: 323px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.banner-panel .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.banner-panel .owl-carousel .owl-nav button {
  position: absolute;
  color: red;
  top: 39%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.banner-panel .owl-carousel .owl-nav button i {
  font-size: 17px;
}

.banner-panel .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 10%;
}

.banner-panel .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 10%;
}

.banner-panel .owl-nav [class*="owl-"]:hover {
  background: #fff;
  color: #e7404a;
}

.banner-panel .owl-dots {
  background-color: #fff;
  height: 22px;
  position: absolute;
  bottom: -13px;
  left: 44%;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
}

.banner-panel .owl-dots button.owl-dot.active span {
  background-color: #e7404a;
}

/* banner panel end */

/* monthly panel start */

.monthly-top {
  margin-bottom: 30px;
}

.monthly-panel .monthly-box {
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
  margin: 15px 0px;
}

.monthly-panel .monthly-box:hover {
  transform: scale(1.03);
}

.monthly-panel .monthly-box figure {
  width: 100%;
  height: 332px;
}

.monthly-panel .monthly-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}

.monthly-panel .monthly-box .monthly-content {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0px 0px 15px 15px;
}

.monthly-panel .monthly-box .monthly-content .monthly-inner {
  position: absolute;
  bottom: 27%;
  left: 7%;
}

.monthly-panel .monthly-box .monthly-content .monthly-inner h6 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}

.monthly-panel .monthly-box .monthly-content .monthly-inner p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.monthly-panel .monthly-content .montly-bottom-inner h5 {
  color: #000000;
  font-size: 14px;
}

.monthly-panel .monthly-content .montly-bottom-inner h5 img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  margin-right: 6px;
}

.monthly-panel .monthly-box .monthly-content .benefits {
  display: block;
  color: red;
  background-color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  position: absolute;
  top: 6%;
  left: 0%;
}

.monthly-panel .montly-bottom {
  display: flex;
  align-items: center;
  padding: 15px;
}

.monthly-panel .montly-bottom-inner {
  margin-left: 15px;
}

.monthly-panel .montly-bottom-inner p {
  color: #000000;
  margin-bottom: 4px;
}

.monthly-panel .montly-bottom-inner p span {
  color: red;
  margin-right: 8px;
}

.monthly-panel .progress-bar {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  align-content: center;
  border: 3px solid white;
  border-right-color: red;
}

.monthly-panel .view-btn {
  margin-top: 25px;
}

.monthly-panel .view-btn a {
  color: #fff;
  background-color: #e7404a;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 6px;
}

/* monthly panel end */

/* donate panel start */

.donate-panel .donate-top {
  margin-bottom: 33px;
}

.donate-panel .donate-box {
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
  margin: 15px 0px;
}

.donate-panel .donate-box:hover {
  transform: scale(1.03);
}

.donate-panel .donate-box figure {
  width: 100%;
  height: 332px;
}

.donate-panel .donate-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}

.donate-content {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  border-radius: 0px 0px 15px 15px;
}

.donate-panel .donate-box .donate-content .donate-text {
  display: block;
  color: red;
  background-color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 0px 8px 8px 0px;
  position: absolute;
  top: 6%;
  left: 0%;
}

.donate-panel .donate-box .donate-content h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  margin-bottom: 10px;
}

.donate-panel .donate-box .donate-content p {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}

.donate-panel .donate-box .donate-content .donate-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.donate-panel .donate-box .donate-content .donate-inner p {
  color: #666;
  font-size: 14px;
}

.donate-panel .donate-box .donate-content .donate-inner p img {
  width: 20px;
  height: 20px;
}

.donate-panel .donate-box .donate-content .progress {
  height: 8px;
  border-radius: 0px;
}

.donate-panel .donate-box .donate-content .progress-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.donate-panel .donate-box .donate-content .progress-bottom p {
  font-size: 20px;
  color: #000000;
}

.donate-panel .donate-box .donate-content .progress-bottom span {
  font-size: 14px;
  color: #666;
}

.donate-panel .more-btn {
  margin-top: 25px;
}

.donate-panel .more-btn a {
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
  background-color: #e7404a;
  border-radius: 8px;
}

/* donate panel end */

/* partners panel start */

.partners-panel {
  margin-bottom: 40px;
}

.partners-panel .partners-top {
  margin-bottom: 27px;
}

.partners-panel .partners-box {
  width: 100%;
  height: 158px;
  background: #faf9f9;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
}

.partners-panel .partners-box figure {
  width: 100%;
  height: 60px;
  margin: 0 auto;
}

.partners-panel .partners-box figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partners-panel .partners-box p {
  height: 100%;
  max-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #666;
  margin-top: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partners-panel .owl-dots {
  margin-top: 30px !important;
  width: fit-content;
  background-color: #fff;
  height: 18px;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  position: absolute;
  left: 48%;
}

.partners-panel .owl-dots button.owl-dot.active span {
  background-color: #e7404a;
}

/* partners panel end */

/* funds panel start */
.funds-panel {
  background: linear-gradient(90deg, #fcebeb, #f9eadb);
  border: 1px solid #e8e8e8;
}

.funds-panel .funds-box h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.funds-panel .funds-box p {
  color: #666;
  font-size: 20px;
  margin-bottom: 15px;
}

.funds-panel .funds-box a {
  background-color: #e7404a;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 8px;
  margin-right: 13px;
}

.funds-panel .funds-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* funds panel end */

/* counter panel start */
.counter-panel .counter-top {
  margin-bottom: 30px;
}

.counter-panel .our-counter {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 24px 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
}

.counter-panel .our-counter .counter-box {
  margin-right: 58px;
}

.counter-panel .our-counter .counter-box .count-num {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
}

.counter-panel .our-counter .counter-box p {
  color: #666;
  font-size: 14px;
  white-space: nowrap;
}

.count-text {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* counter panel end */

/* blog panel start */
.blog-panel .blog-top {
  margin-bottom: 30px;
}

.blog-panel .blog-box {
  border-radius: 16px;
  transition: all 0.2s ease-in-out;
}

.blog-panel .blog-box:hover {
  transform: scale(1.05);
  border-radius: 16px;
}

.blog-panel .blog-box figure {
  width: 100%;
  height: 257px;
}

.blog-panel .blog-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}

.blog-panel .blog-box .blog-content {
  background-color: #fff;
  padding: 24px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0px 0px 16px 16px;
}

.blog-panel .blog-box .blog-content h3 {
  color: #000000;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.blog-panel .blog-box .blog-content span {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 32px;
}

.blog-panel .blog-box .blog-content figure {
  width: 107px;
  height: 25px;
  margin-top: 15px;
}

.blog-panel .blog-box .blog-content figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-panel ul li a {
  display: flex;
  margin-bottom: 18px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 29px;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}

.blog-panel ul li a:hover {
  transform: scale(1.03);
}

.blog-panel ul li a img {
  width: 75px !important;
  object-fit: cover;
  border-radius: 10px;
}

.blog-panel ul li a .news-content {
  margin-left: 10px;
}

.blog-panel ul li a h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.blog-panel ul li a p {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
}

.blog-panel .owl-dots {
  margin-top: 30px !important;
  width: fit-content;
  background-color: #fff;
  height: 18px;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  position: absolute;
  left: 48%;
}

.blog-panel .owl-dots button.owl-dot.active span {
  background-color: #e7404a;
}

/* blog panel end */

/* testmonial panel start */
.testmonial-panel .testmonial-top {
  margin-bottom: 30px;
}

.testmonial-panel .testmonial-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.5s ease-in-out;
}

.testmonial-panel .testmonial-box:hover {
  border: 1px solid #e7404a;
}

.testmonial-panel .testmonial-box .testmonial-bottom {
  display: flex;
  margin-top: 30px;
}

.testmonial-panel .testmonial-box .testmonial-bottom figure img {
  width: 75px;
  height: 68px;
  object-fit: cover;
  border-radius: 10px;
}

.testmonial-content {
  margin-left: 10px;
}

.testmonial-panel .testmonial-bottom .testmonial-content figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testmonial-panel .owl-dots {
  margin-top: 30px !important;
  width: fit-content;
  background-color: #fff;
  height: 18px;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  position: absolute;
  left: 48%;
}

.testmonial-panel .owl-dots button.owl-dot.active span {
  background-color: #e7404a;
}

/* testmonial panel end */

/* corporate panel start */
.corporate-panel {
  padding-bottom: 72px;
}

.corporate-panel .corporate-box {
  width: 131px;
  height: 100px;
  background: #fff;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.corporate-panel .corporate-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corporate-panel .item {
  padding: 1px;
}

.corporate-panel .owl-dots {
  margin-top: 30px !important;
  width: fit-content;
  background-color: #fff;
  height: 18px;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  position: absolute;
  left: 48%;
}

.corporate-panel .owl-dots button.owl-dot.active span {
  background-color: #e7404a;
}

/* corporate panel end */

/* faq panel start */

.faq-panel {
  background-color: #f9f9f9;
}

.faq-panel .faq-box {
  text-align: center;
  margin-bottom: 33px;
}

.faq-panel .faq-box h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.faq-panel .faq-box p {
  font-size: 16px;
  color: #000000;
}

.faq-panel .accordion-item {
  background-color: #fff;
  margin-bottom: 25px;
  border: unset;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.faq-panel .accordion-button {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  padding: 15px;
}

.faq-panel .accordion-button:focus {
  z-index: 3;
  border: 0;
  outline: 0;
  box-shadow: unset;
}

.faq-panel .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #fff;
  box-shadow: unset;
}

/* faq end */

/*Footer Start*/
.footer {
  background-color: #f8f1f1;
  padding: 64px 0px;
}

.footer h3 {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.footer ul li {
  margin-bottom: 16px;
}

.footer ul li a {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.footer .form-select {
  width: 38%;
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer .form-select:focus {
  box-shadow: none;
}

.footer .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background-color: #e7404a;
  font-size: 15px;
  text-align: center;
  line-height: 35px;
  margin-right: 12px;
}

.footer .disclaimer-box {
  padding: 24px;
  margin: 16px 0px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.02);
}

.footer .disclaimer-box h4 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.footer .disclaimer-box p {
  color: #666;
  font-size: 12px;
}

.footer .ftr-bottom-box {
  display: flex;
  justify-content: space-between;
}

.footer .ftr-bottom-box {
  border-top: 1px solid #e7404a;
  padding-top: 16px;
  margin-top: 32px;
}

.footer .ftr-bottom-box p {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer .ftr-bottom-box a {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 15px;
}

/*Footer End*/

/* responsive all device */
@media (max-width: 1200px) {
  .banner-panel .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0%;
  }

  .banner-panel .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0%;
  }

  .common-padding {
    padding-top: 22px;
    padding-bottom: 11px;
  }

  .common-heading {
    color: #000000;
    font-size: 32px;
    margin-bottom: 9px;
  }

  .common-title {
    font-size: 16px;
  }

  .monthly-top {
    margin-bottom: 15px;
  }

  .monthly-panel .monthly-box figure {
    height: 245px;
  }

  .monthly-panel .monthly-box .monthly-content .benefits {
    font-size: 12px;
    top: 3%;
  }

  .monthly-panel .monthly-box .monthly-content .monthly-inner {
    bottom: 27%;
    left: 4%;
  }

  .monthly-panel .monthly-box .monthly-content .monthly-inner h6 {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .monthly-panel .monthly-box .monthly-content .monthly-inner p {
    font-size: 18px;
  }

  .monthly-panel .montly-bottom {
    padding: 10px;
  }

  .monthly-panel .montly-bottom-inner p {
    font-size: 14px;
  }

  .monthly-panel .monthly-content .montly-bottom-inner h5 {
    font-size: 14px;
  }

  .monthly-panel .monthly-content .montly-bottom-inner h5 img {
    width: 16px;
    height: 16px;
  }

  .monthly-panel .view-btn a {
    padding: 7px 11px;
  }

  .partners-panel {
    margin-bottom: 55px;
  }

  .funds-panel .funds-box h2 {
    font-size: 32px;
    margin-bottom: 6px;
    line-height: 34px;
  }

  .funds-panel .funds-box a {
    border-radius: 8px;
    margin-bottom: 16px;
  }

  .funds-panel .funds-box p {
    font-size: 17px;
    margin-bottom: 13px;
  }

  .blog-panel {
    margin-bottom: 24px;
  }

  .blog-panel .blog-box .blog-content {
    padding: 13px;
  }

  .blog-panel .blog-box figure {
    height: 225px;
  }

  .blog-panel .blog-box .blog-content span {
    margin-bottom: 26px;
  }

  .blog-panel ul li a {
    padding: 20px;
  }

  .blog-panel ul li a h4 {
    font-size: 16px;
  }

  .testmonial-panel {
    margin-bottom: 20px;
  }

  .corporate-panel {
    margin-bottom: 53px;
  }

  .faq-panel .faq-box {
    margin-bottom: 20px;
  }

  .faq-panel .faq-box p {
    font-size: 15px;
  }

  .faq-panel .accordion-button {
    font-size: 16px;
    padding: 11px;
  }

  .footer {
    padding: 37px 0px;
  }

  .footer h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .footer ul li {
    margin-bottom: 6px;
  }

  .footer ul li a {
    font-size: 15px;
  }

  .footer .social-icons a {
    margin-right: 0px;
  }
}

@media (max-width: 992px) {
  .header {
    padding: 5px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0%;
    left: -100%;
    width: 40%;
    height: 100vh;
    z-index: 999999999;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
  }

  .nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .nav-header a img {
    width: 76px;
    height: 100%;
    object-fit: contain;
  }

  .nav-header i {
    background: red;
    padding: 7px;
    color: #fff;
    border-radius: 3px;
  }

  .header .nav-item {
    border-bottom: 2px solid #ededf6;
    padding: 6px 0px;
  }

  .header .nav-item:last-child {
    border-bottom: 0px;
  }

  .header .navbar .navbar-nav .nav-link {
    margin-left: 18px;
    margin-bottom: 4px;
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }
  .show {
    left: 0%;
  }

  .common-heading {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .monthly-panel .monthly-box figure {
    height: 207px;
  }

  .monthly-panel .monthly-box .monthly-content .monthly-inner {
    bottom: 30%;
  }

  .monthly-panel .montly-bottom {
    padding: 7px;
  }

  .monthly-panel .montly-bottom-inner {
    margin-left: 10px;
  }

  .monthly-panel .montly-bottom-inner p {
    font-size: 11px;
    white-space: nowrap;
  }

  .monthly-panel .montly-bottom-inner p span {
    color: red;
    margin-right: 8px;
    font-size: 13px;
  }

  .monthly-panel .monthly-content .montly-bottom-inner h5 {
    font-size: 12px;
  }

  .funds-panel .funds-box h2 {
    font-size: 24px;
  }

  .counter-panel .our-counter .counter-box p {
    font-size: 10px;
  }

  .blog-panel .blog-box figure {
    height: 200px;
  }

  .blog-panel .blog-box .blog-content h3 {
    font-size: 19px;
  }

  .blog-panel ul li a {
    padding: 15px;
  }

  .footer .form-select {
    width: 100%;
    background-color: #fff;
    padding: 8px 9px;
    margin-top: 23px;
  }

  .social-icons {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 2px;
  }
  .navbar-collapse {
    width: 100%;
  }
  .scroll-btn {
    right: 6px;
  }
  .banner-panel .image-box {
    height: 155px;
    border-radius: 11px;
  }

  .common-heading {
    font-size: 23px;
    margin-bottom: 8px;
  }

  .common-title {
    font-size: 15px;
  }

  .monthly-panel .monthly-box figure {
    height: auto;
  }

  .monthly-panel .monthly-box .monthly-content .monthly-inner {
    bottom: 28%;
    left: 2%;
  }

  .monthly-panel .montly-bottom-inner p {
    font-size: 15px;
  }

  .monthly-panel .montly-bottom-inner p span {
    font-size: 15px;
  }

  .monthly-panel .monthly-content .montly-bottom-inner h5 {
    font-size: 15px;
  }

  .monthly-panel .montly-bottom-inner {
    margin-left: 17px;
  }

  .monthly-panel .view-btn {
    margin-top: 11px;
  }

  .monthly-panel .view-btn a {
    font-size: 14px;
  }

  .partners-panel .partners-box p {
    margin-top: 15px;
  }

  .partners-panel .partners-box {
    height: 135px;
    padding: 5px;
  }

  .funds-panel .funds-box h2 {
    font-size: 22px;
  }

  .funds-panel .funds-box p {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .funds-panel .funds-box a {
    font-size: 13px;
    padding: 7px 9px;
  }

  .counter-panel .our-counter {
    text-align: center;
    display: block;
  }

  .counter-panel .counter-top {
    margin-bottom: 21px;
  }

  .counter-panel .our-counter .counter-box p {
    font-size: 16px;
  }

  .counter-panel .our-counter .counter-box {
    margin-right: 0px;
  }

  .blog-panel {
    margin-bottom: 0px;
  }

  .blog-panel .blog-box {
    margin-bottom: 25px;
  }

  .testmonial-panel {
    margin-bottom: 0px;
  }

  .testmonial-panel .testmonial-top {
    margin-bottom: 21px;
  }

  .testmonial-panel .testmonial-box {
    padding: 17px;
  }

  .testmonial-box p {
    font-size: 14px;
  }

  .corporate-panel {
    margin-bottom: 11px;
  }

  .testmonial-panel .testmonial-box .testmonial-bottom {
    display: flex;
    margin-top: 15px;
  }

  .faq-panel .faq-box h3 {
    font-size: 26px;
    margin-bottom: 13px;
  }

  .faq-panel .faq-box p {
    font-size: 13px;
  }

  .counter-panel .our-counter .counter-box p {
    font-size: 18px;
  }

  .partners-panel {
    margin-bottom: 26px;
  }

  .blog-panel ul li a .news-content {
    margin-left: 15px;
  }

  .faq-panel .accordion-button {
    font-size: 15px;
  }

  .footer .ftr-bottom-box {
    align-items: center;
  }

  .monthly-panel .monthly-content .montly-bottom-inner h5 {
    font-size: 13px;
  }

  .footer .disclaimer-box {
    display: none;
  }

  .ftr-box {
    margin-bottom: 13px;
  }

  .footer h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer .form-select {
    margin-top: 13px;
  }
}
