* {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  --fs-body: 16px;
  --fs-main-heading: 40px;
  --fs-sub-heading: 35px;
  --fs-small-heading: 24px;
}

.fixed_qr {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

header {
  z-index: 10000;
  background-color: #Fff;
  box-shadow: 0px 4px 60px 0px #00000040;
}

.banner_shadow {
  padding-bottom: 100px;
  position: relative;
}

/* .banner_shadow::after {
  content: " ";
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 0;

  background: linear-gradient(0deg,
      rgb(55 179 142 / 10%) 10.34%,
      rgb(196 210 232 / 0%) 85.43%);
 
} */

.navbar .navbar-brand {
  width: 120px;
}

/* .navbar .nav-item {
  padding: 0 10px;
} */
.navbar .nav-link {
  color: #000000;
  font-weight: 600;
  font-size: var(--fs-body);
  transition: all 0.2s ease-in-out;
}

.navbar .nav-link:hover {
  color: #37b38e;
}

.navbar .nav-link.active {
  color: #37b38e;
}

.navbar .header_btn {
  background: #263d63;
  width: 186px;
  border-radius: 16px;
  border: 0;
  font-weight: 700;
  height: 62px;
  font-size: var(--fs-body);
  color: #fff;
}

.navbar .header_btn:hover {
  color: #37b38e;
}

.banner_heading {
  font-size: var(--fs-main-heading);
  font-weight: 700;
}

.banner_heading-1 {
  font-size: 42px;
  font-weight: 700;
}

.banner_sub-heading {
  font-size: var(--fs-small-heading);
  font-weight: 400;
  margin: 20px 0;
}

.banner_btn {
  background-color: #fff;
  border: 2px solid #263d63;
  width: 186px;
  height: 62px;
  border-radius: 16px;
  font-size: var(--fs-body);
  font-weight: 700;
  color: #263d63;
}

.ellipse_mobile {
  background: url(../assets/Ellipse\ 4264.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ellipse_mobile img {
  height: 530px;
}

.banner_sub_images {
  width: 200px;
  border-radius: 12px;
  overflow: hidden;
}

.img_icon {
  /* width: 80px;
  height: 80px; */
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 16px 0;
  background: linear-gradient(337.39deg,
      rgb(63 179 142 / 23%) 25.73%,
      rgb(196 210 232 / 23%) 97.66%);
}

.img_icon img {
  width: 40px;
}

.banner_bottom_sec h3,
.sec_2 h3 {
  font-size: var(--fs-small-heading);
  font-weight: 700;
}

.banner_bottom_sec p,
.sec_2 p {
  font-size: var(--fs-body);
  font-weight: 500;
  margin-bottom: 0;
}

.banner_bottom_sec span {
  color: #37b38e;
}

/* -----sec 2----- */
.sec-2_banner {
  padding: 100px 0;
}

.sec_2-img img {
  border-radius: 40px;
}

.sec-2_heading {
  font-size: var(--fs-sub-heading);
  font-weight: 700;
}

.sec_secp .secp_img {
  width: 180px;
}

.sec_secp h3 {
  font-weight: 600;
  font-size: var(--fs-sub-heading);
}

.sec_secp p {
  font-size: var(--fs-body);
  font-weight: 500;
  height: 100%;
  /* transition: height 200ms ease; */
}

.sec_secp .rm_text {
  font-size: var(--fs-body);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.591);
  text-decoration: none;
  cursor: pointer;
}

.sec_secp p.hide {
  height: 20px;
  transition: height 200ms ease;
}

.faq > div > div
{
  margin: 0px 100px;
}

.faq h3 {
  font-weight: 600;
  font-size: var(--fs-sub-heading);
  margin: 0px 0 50px 0;
  text-align: center;
}

.accordion
{
  --bs-accordion-border-color: none;
}





.accordion-button:focus{
  border: none;
  box-shadow:none;
}



.faq .accordion-item {
  margin: 20px 0;
  border: 0;
  background-color: #F2F2F2;
  
  border-radius: 24px !important;
}

.faq .accordion-button {
  background: transparent;
  font-size: 22px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  padding: 25px 0;
  padding-left: 40px;
  padding-right: 40px;
  color: black;
}

.faq .accordion-body {
  background: transparent;
  /* border-radius: 24px; */
  font-size: 18px;
  font-weight: 400;
  padding: 25px 0;

  padding-left: 50px;
  padding-right: 50px;
}

.footer_bg {
  /* background: #263d63; */
  padding: 80px 40px;
  color: black;
  padding-bottom: 20px;
  position: relative;
}

.footer_bg::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(63, 179, 142, 0.3), rgba(196, 210, 232, 0.3));
}

.footer_bg h3 {
  font-size: var(--fs-sub-heading);
  font-weight: 600;
  margin-bottom: 20px;
}

.footer_bg p {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0;
  line-height: 25px;
}

.footer_bg a {
  color: black;
  font-size: 20px;
}

.footer_bg img {
  width: 30px;
}

.footer-text {
  font-size: 16px;
  margin-right: 20px;
}

.calculator_sec .form-select {
  font-size: var(--fs-body);
  padding: 15px 20px;
  border-radius: 12px;
  border: 2px solid;
  border-color: #263d63;
  font-weight: 600;
}

.calculator_sec h3 {
  font-weight: 700;
  font-size: var(--fs-sub-heading);
}

.calculator_sec p {
  color: #252525;
  font-weight: 500;
}

.calculator_sec .ranges {
  margin-top: 50px;
}

.calculator_sec .range_text {
  font-size: var(--fs-small-heading);
  font-weight: 700;
  color: #252525;
}

/* ---range ---- */

.irs--flat .irs-line,
.irs--flat .irs-bar--single {
  border-radius: 20px;
}

.irs--flat .irs-handle {
  top: 18px;
  width: 28px;
  height: 28px;
  background-color: #263d63;
  border: 1px solid #263d63;
  border-radius: 50%;
  z-index: 1;
}

.irs--flat .irs-handle::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #263d63;
  top: 0;
  border-radius: 50%;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.irs--flat .irs-handle::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background-color: white;
  border-radius: 50%;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.irs--flat .irs-handle>i:first-child,
.irs-min,
.irs-max,
.irs-from,
.irs-single {
  display: none;
}

.irs--flat .irs-bar {
  background-color: #263d63;
}

/* ---range -- finsihed_ */

.range_detail {
  border: 1px solid #263d63;
  border-radius: 10px;
  padding: 2px;
  font-weight: 600;
  color: #263d63;
  font-size: 22px;
  text-align: center;
}

.box {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.detail_height {
  height: 300px;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
}

.box_vertical {
  width: 70px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.cash_box {
  background: #bababa;
}

.saving_box {
  background: #263d63;
}

.money_box {
  background: #37b38e;
}

.box_headings {
  color: #000;
  font-size: var(--fs-body);
  font-weight: 500;
}

.amount_Color {
  color: #37b38e;
}

.social_media_icons img {
  width: 40px;
}

#Islamic_Money_Market_Fund {
  display: flex;
}

#Islamic_Income_Fund,
#income_box {
  display: none;
}

/* ---buttonss---- */

.cssbuttons-io {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 0.8em;
  border: none;
  background: linear-gradient(to right, #37b38e, #263d63);
  color: ghostwhite;
  overflow: hidden;
}

.cssbuttons-io svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

.cssbuttons-io span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.2em 0.8em 1.05em;
}

.cssbuttons-io::before,
.cssbuttons-io::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cssbuttons-io::before {
  content: "";
  background: #263d63;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.cssbuttons-io:hover::before {
  transform: translate3d(100%, 0, 0);
}

.cssbuttons-io:active {
  transform: scale(0.95);
}

/* ---button -2-- */

.banner_btn {
  --color: #263d63;
  font-family: inherit;
  display: inline-block;
  /* width: 6em; */
  width: 12.5em;
  /* height: 2.6em; */
  height: 3.7em;
  line-height: 2.5em;
  overflow: hidden;
  /* margin: 20px; */
  font-size: 16px;
  z-index: 1;
  color: var(--color);
  border: 2px solid var(--color);
  border-radius: 12px;
  position: relative;
}

.banner_btn::before {
  position: absolute;
  content: "";
  background: var(--color);
  /* width: 150px;
  height: 200px; */
  width: 255px;
  height: 170px;
  z-index: -1;
  border-radius: 50%;
}

.banner_btn:hover {
  color: white;
}

.banner_btn:before {
  top: 100%;
  left: 100%;
  transition: 0.3s all;
}

.banner_btn:hover::before {
  top: -30px;
  left: -30px;
}


/* ----meet our team ----/
 */
.border_bg {
  position: relative;
}

.border_bg::after {
  content: " ";
  width: 100%;
  height: 4px;
  background: linear-gradient(91.62deg, #37b38e 10.34%, #c4d2e8 98.43%);
  position: absolute;
}

.meet_sec img {
  max-width: 280px;
}

.meet_sec h3 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}

.meet_sec h4 {
  font-size: var(--fs-small-heading);
  font-weight: 600;
}

.meet_sec h5 {
  font-size: var(--fs-body);
  font-weight: 500;
}

.detail_price {
  width: 85px;
  font-weight: 500;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

@media screen and (max-width: 576px) {


  .meet_sec img {
    max-width: 100%;
  }

  .meet_sec h3 {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 0px;
  }

  .meet_sec h4 {
    font-size: 16px;
    margin: 0px;
  }

  .faq .accordion-button {
    padding: 25px 0;
    padding-left: 30px;
    padding-right: 20px;
  }

  .faq .accordion-body {
    padding-left: 30px;

  }

}


.meet-our-team-sec {
  /* background-color: red; */
}

.meet-our-team-sec .rounded-5 {
  border-radius: 1.3rem !important;
}

.meet-our-team-sec .card {
  border: none !important;
    height: 100%;
    background: #e7f3ff;
    border-radius: 22px;
    overflow: hidden;
}

.meet-our-team-sec .Advisor .card
{
  height: 500px;
}

.meet-our-team-sec .card-img-overlay {
  background-color: white;
  margin: 20px;
  height: fit-content;
  top: auto;
}

.meet-our-team-sec .card-text {
  color: grey !important;
  margin-bottom: 0px;
}

.meet-our-team-sec .card-title {
  color: black !important;
  font-weight: 700;
}

.services_sec {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}


.services_sec .banner_bottom_sec .d-flex.flex-column {
  background-color: white;
  border-radius: 20px;
  padding: 20px 30px 30px 30px;
  width: 100%;
}


.services_sec::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg,
      rgba(63, 179, 142, 0.3),
      rgba(196, 210, 232, 0.3));

}

.testify_sec {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.testify_sec .card {
  border: none !important;
  border-radius: 1.3rem !important;
  padding: 30px 30px;
  min-height: 250px;
  max-height: initial;
}


.testify_sec .card-text {
  color: grey !important;
}

.testify_sec .card-title {
  color: black !important;
  font-weight: 700;
}

.testify_sec::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg,
      rgba(63, 179, 142, 0.3),
      rgba(196, 210, 232, 0.3));

}


.reviews_sec {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
}

.reviews_sec h5 {
  font-weight: 700;
  font-size: 16px;
}

.reviews_sec .card {
  border: none !important;
  border-radius: 1.3rem !important;
  padding: 30px 40px;
}


.reviews_sec .card-text {
  color: grey !important;
}

.reviews_sec .card-title {
  color: black !important;
  font-weight: 700;
}

.reviews_sec::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg,
      rgba(63, 179, 142, 0.3),
      rgba(196, 210, 232, 0.3));

}

.my-slider {
  padding: 0 0px 0px 100px;
  /* padding: 0 0px; */
}

.slick-initialized .slick-slide {

  margin: 0 8px 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.my-slider.slick-initialized .slick-slide
{
  margin: 0 16px 0px 0px;
}

.hilal-learn-page .nav-pills .nav-link.active,
.hilal-learn-page .nav-pills .show>.nav-link {
  background: white;
  color: black;
  opacity: 1;
  border: 3px solid rgba(63, 179, 142, 1);

}

.hilal-learn-page .nav-pills .nav-link {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 16px;
  opacity: 0.5;
  border-radius: 15px;
  border: 3px solid white;
}

.hilal-learn-page .nav-pills .nav-link img {
  width: 26px;
}

.hilal-learn-page .nav-pills .nav-link span {
  font-size: 18px;
  color: black;
  font-weight: 600;
}



.publications_sec {
  /* background-color: red; */
}


.publications_sec .card {
  background: rgba(255, 255, 255, 1);
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.25);
  margin-top: 80px;
  border: 0px;
  padding: 10px;
}

.publications_sec .card .card-body .card-title {
  color: rgba(38, 61, 99, 1);
  text-align: start;
  font-weight: 700;
  font-size: 18px;
}

.publications_sec .card .card-body ul {
  list-style: none;
  text-align: start;
  padding: 0px;
  margin-top: 50px;

}

.publications_sec .card .card-body ul li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  gap: 70px;
}



.publications_sec .card .card-body ul li span:first-child
{
  width: 100px;
}


.publications_sec .card .card-body ul li span,
.publications_sec .card .card-body ul li span a {
  font-weight: 600;
  color: black;
}



.main-blog {
  margin-top: 100px;
}

.main-blog .label {
  font-size: 16px;
  color: #263D63;
  text-align: start;
  font-weight: 700;
}

.main-blog .card  {
  border: 0px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.25);
  margin: 0px 60px;
  text-decoration: none;
  padding: 25px 25px;
  border-radius: 20px;  

}
.main-blog .card .card-title {
  font-size: 30px;
  color: black;
  text-align: start;
  font-weight: 700;
}
  

.main-blog .card img {
  /* padding:25px 0px 25px 25px; */
}


.main-blog .card-text {
  text-align: start;
  font-size: 18px;
  color: #7C7B7B;
  
}

.main-blog .card-body {
  padding: 0px 0px 0px 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.main-blog .card-body .author {
  text-align: start;
  margin: 0px;
  font-weight: 600;
  font-size: 16px;
}

.main-blog .card-body .date {
  text-align: start;
  margin: 0px;
  font-size: 16px;
}



.blogs_card {
  margin-top: 50px;
    padding: 0px 150px;
}

.blogs_card .label {
  font-size: 14px;
  color: #263D63;
  text-align: start;
  font-weight: 700;
}

.blogs_card .card  {
  border: 0px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.25);
  padding: 25px 25px 25px 0px;
  text-decoration: none;
  border-radius: 15px;
}
.blogs_card .card .card-title {
  font-size: 20px;
  color: black;
  text-align: start;
  font-weight: 700;
}
  

.blogs_card .card img {
  padding:25px 0px 25px 25px;
}


.blogs_card .card-text {
  text-align: start;
  font-size: 16px;
  color: #7C7B7B;
  margin-bottom: 10px;
  
}

.blogs_card .card-body {
  
  padding: 0px 0px 0px 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;

}

.blogs_card .card-body .author {
  text-align: start;
  margin: 0px;
  font-weight: 600;
  font-size: 14px;
}

.blogs_card .card-body .date {
  text-align: start;
  margin: 0px;
  font-size: 14px;
}



.main-youtube-thumb {
  margin-top: 100px;
}

.main-youtube-thumb .label {
  font-size: 16px;
  color: #DD0000;
  text-align: start;
  font-weight: 700;
}

.main-youtube-thumb .card  {

  border: 0px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.25);
  margin: 0px 60px;
  text-decoration: none;
  padding: 25px 25px;
  border-radius: 20px;  
}

.main-youtube-thumb .card .card-title {
  font-size: 30px;
  color: black;
  text-align: start;
  font-weight: 700;
}
  

.main-youtube-thumb .card img {
  /* padding:25px 0px 25px 25px; */
}


.main-youtube-thumb .card-text {
  text-align: start;
  font-size: 18px;
  color: #7C7B7B;
  
}

.main-youtube-thumb .card-body {
  padding: 0px 0px 0px 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.main-youtube-thumb .card-body .author {
  text-align: start;
  margin: 0px;
  font-weight: 600;
  font-size: 16px;
}

.main-youtube-thumb .card-body .date {
  text-align: start;
  margin: 0px;
  font-size: 16px;
}



.youtube_card {
  padding-right: 60px;
  padding-left: 60px;
  margin-top: 50px;
}

.youtube_card .label {
  font-size: 10px;
  color: #DD0000;
  text-align: start;
  font-weight: 700;
  margin-bottom: 6px;
}

.youtube_card .card  {
  border: 0px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  border-radius: 15px;
  padding: 15px;

}
.youtube_card .card .card-title {
  font-size: 14px;
  color: black;
  text-align: start;
  font-weight: 700;
  margin-bottom: 6px;
}
  

.youtube_card .card img {
  width: 100%;
  padding: 0px;
}


.youtube_card .card-text {
  text-align: start;
  font-size: 12px;
  color: #7C7B7B;
  overflow: hidden;
  margin-bottom: 6px;
  
}

.youtube_card .card-body {
    padding: 0px 0px 0px 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;

}

.youtube_card .card-body .author {
  text-align: start;
  margin: 0px;
  font-weight: 600;
  font-size: 10px;
}

.youtube_card .card-body .date {
  text-align: start;
  margin: 0px;
  font-size: 10px;
}



.learn-more a
{
  color: #263D63;
  font-weight: 600;
  font-size: 22px;
}

.download_license
{
  color: #263D63;
  font-weight: 400;
  font-size: 20px !important;
}


.blogs_text
{
  /* background: red; */
}

.blogs_text .text-center
{
  margin-bottom: 60px;
}

 .blogs_text h6
{
  font-size: 18px;
  color: #717171;
  font-weight: 600;
  margin-bottom: 20px;
}


.blogs_text h1
{
  font-size: var(--fs-main-heading);
  font-weight: 700;
  margin-bottom: 10px;
}

.blogs_text h3
{
  font-size: 24px;
  color: #717171;
  font-weight: 600;
  margin-bottom: 20px;
}


.blogs_text h4
{
  font-size: 28px;
  color: black;
  font-weight: 600;
  margin-bottom: 20px;
}


.blogs_text p
{
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
}

.list-style
{
  /* margin-top: ; */
  /* background: red; */
}

/* .list-style li:last-child p
{
  margin-bottom: 0px;
} */

.new-letter
{
  margin-bottom: 45px;
  position: relative;
  border: none;
  border-radius: 14px;
  overflow: hidden;
}



.new-letter .card-body {
  padding: 40px 80px;
  display: flex;
  z-index: 11;
  justify-content: space-between;
  align-items: center;
}


.new-letter .card-body > div
{
  /* background-color: red; */
  
}


.new-letter .card-body h3
{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.new-letter .card-body h6
{
  font-size: 18px;
  color: #6E6E6E;
  line-height: 26px;
}

.new-letter::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(63, 179, 142, 0.3), rgba(196, 210, 232, 0.3));
}


.new-letter .form
{
  display: flex;
  align-self: end;
  gap: 10px;
}

.new-letter .form .form-control
{
  font-size: 16px;
  border-color: #F8F8F8;
  color: #808080;
  padding: 6px 18px;
  width: 275px;
}

.new-letter .form .form-control::placeholder
{
  font-size: 16px;
  color: #808080;
}

.new-letter .form .btn
{
  background: #263D63;
  font-size: 16px;
  color: white;
  padding: 0px 20px;
}

.bottom-text
{
  text-align: center;
  line-height: 1.5;
  padding: 40px 120px;
  font-weight: 600;
  margin: 0px;
}

.blogs_text .thumbnail_image
{
  width: 100%;
  padding: 0px;
}

.blogs_text .blog-thumb-1 p,
.blogs_text .blog-thumb-2 p
{
  color: #6E6E6E;
  margin: 0px;
}

.blogs_text .blog-thumb-1 img, .blogs_text .blog-thumb-2 img
{
  padding-right: 40px;
  padding-left: 40px;
}

.blogs_text .blog-thumb-3 img {
  padding: 0px 100px 0px 100px;
}


.my_testimonials_slider .slick-next:before, .my_testimonials_slider .slick-prev:before
{
  opacity: 1;
  color: #37b38e;
  font-size: 40px;
}

.my_testimonials_slider .slick-arrow
{
  background: transparent;
  padding: 0px;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  border-color: transparent;
  color: #fff;
  margin: 0 ;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  /* top: auto; */
  /* bottom: -30%; */
}

.my_testimonials_slider .slick-prev
{
  left: -35px;
}

.my_testimonials_slider .slick-next
{
  right: -35px;
}

/* .testify_sec .slick-list .slick-active:last-child
{
  background-color: red !important;
} */



.slick-track
{
  display: flex ;
  align-items: center;
}




@media only screen and (max-width: 991px) {

  .main-youtube-thumb .card, .main-blog .card
  {     margin: 0px 0px;

  }

  .main-youtube-thumb .card .card-title, .main-blog .card .card-title{
    font-size: 18px;
  }

  .main-youtube-thumb .card-text .main-blog .card-text {
    font-size: 14px;
    min-height: auto;
  }

  .blogs_card {
    margin-top: 50px;
    padding: 0px 10px;
}

.youtube_card {
  padding-right: 0px;
  padding-left: 0px;
}


}


@media only screen and (max-width: 576px) {
  * {
    --fs-body: 15px;
    --fs-main-heading: 35px;
    --fs-sub-heading: 30px;
    --fs-small-heading: 22px;
  }

  .social_media_icons img {
    width: 35px;
  }

  .footer_bg {
    padding: 20px 15px;
  }

  .navbar .navbar-brand {
    width: 150px;
  }

  .calculator_sec .ranges {
    margin-top: 20px;
  }

  .publications_sec .card .card-body ul li {
    flex-flow: column;
    gap: 10px;
    padding-bottom: 13px;
    border-bottom: 1px solid #00000057;
  }

  .publications_sec .card .card-body ul
  {
    margin-top: 20px;
  }


  .main-youtube-thumb , .main-blog {
    margin-top: 30px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.main-youtube-thumb .card, .main-blog .card
{
  margin: 0px !important;
  padding: 0px;
}

.main-youtube-thumb .card img , .main-blog .card img {
  padding: 15px;
}

.main-youtube-thumb .card .card-title, .main-blog .card .card-title {
  font-size: 18px;
}

.main-youtube-thumb .card-text, .main-blog .card-text  {
  font-size: 16px;
  height: auto;
}


.youtube_card 
{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.blogs_card
{
  padding: 0px 15px;
}

.main-youtube-thumb .card-body {
  padding:10px 30px 20px 30px;
}

.youtube_card .card
{
  padding: 0px;
}

.youtube_card .card img {
  padding: 15px;
}

.youtube_card .card-body {
  padding: 20px 30px 10px 30px;
}

.youtube_card .label {
  font-size: 16px;
  margin-bottom: 6px;
}

.youtube_card .card .card-title {
  font-size: 18px;
}

.youtube_card .card-text {
  font-size: 16px;
}


.youtube_card .card-body .date , .youtube_card .card-body .author {

  font-size: 16px;
}

.main-blog .card-body
{
  padding: 0px 18px 18px 18px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.publications_sec .card
{
  margin-top: 40px;
  border-radius: 20px;
}



.banner_heading-1 img {
  width: 30px;
}

.my-slider {
  padding: 0 0px 0px 15px;
  /* padding: 0 0px; */
}

.reviews_sec {
  padding-top: 30px;
  padding-bottom: 80px;
}

.testify_sec {
  padding-top: 20px;
  padding-bottom: 60px;
}


.blogs_text .thumbnail_image
{
  padding: 0px;
}

.blogs_text h1 {
  font-size: 22px;
  margin-bottom: 10px;
}

.blogs_text h3 {
  font-size: 18px;
  margin-bottom: 10px;
  
}

.blogs_text h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .blogs_text h4 {
    font-size: 24px;
}

.blogs_text p {
  font-size: 16px;
}

.new-letter .card-body {
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
}

.new-letter .form {
 
  flex-flow: column;
  width: 100%;
}


.new-letter .form .btn {
 
  padding: 7px 20px;
}

.new-letter .card-body h6
{
    margin-bottom: 20px;
}

.new-letter
{
  margin-bottom: 30px;
}
.bottom-text {
  padding: 20px 10px;
  font-weight: 600;
  margin: 0px;
  font-size: 20px;
}

.faq > div > div
{
  margin: 0px 0px;
}

.blogs_text .blog-thumb-1 img, .blogs_text .blog-thumb-2 img
{
  padding: 20px;
}


.meet-our-team-sec .card
{
  height: 450px;
}

.new-letter .form .form-control
{
  width: 100%;
}

.my_testimonials_slider .slick-next
{
  right: 0;
}

.my_testimonials_slider .slick-prev
{
  left: -4px;
}

}

