@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
body,html {
    font-family: "Almarai", sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
    background: #F9FBFD;
}
a {
text-decoration: none !important;
}
p {
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
}
section {
    padding: 50px 0px;
    width: 100%;
    position: relative;
    background: white;
}
.slider {
    background: #F9FBFD;
    padding-bottom: 25px !important;
}
ul li {
    list-style-type: none;
}
button:active, button:focus, button:hover {
    outline: none !important;
    box-shadow: none !important;
}
.pre-header {
    background: #000;
    text-align: center;
    padding: 20px 0px;
}
.btn {
    cursor: pointer;
}
.pre-header p {
    color: white;
    font-weight: 500;
    font-size: 11pt;
}
.bg-white {
    background: white;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar {
    padding: 15px 0;
}
.navbar-brand img {
    height: auto;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #1E4D7E !important;
    color: white !important;
    border-radius: 6px;
    border: none;
    padding: 8px 18px !important;
    font-size: 11pt;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary i {
    margin-left: 5px;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background: white !important;
    color: #1E4D7E !important;
    border:1px solid #1E4D7E;
    border-radius: 6px;
    padding: 8px 18px !important;
    font-size: 11pt;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
}
.btn-dark, .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    background: #21354A !important;
    color: white !important;
    border:1px solid #21354A;
    border-radius: 6px;
    padding: 8px 18px !important;
    font-size: 11pt;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
}
.navbar-nav {
    /* gap: 15px; */
}
.btn-secondary i {
    margin-left: 5px;
}
.btn-basket i {
    font-size: 13pt;
    margin: 0;
}
.header__social {
    display: flex;
    gap: 15px;
    margin-right: 0px;
}
.header__social li a {
    color: white !important;
    font-size: 12pt;
}
.header__social li:first-child a {
    font-size: 10.5pt;


}
.header__social li:last-child a {
    font-size: 10pt;
    margin-right: 15px;
}
.header__social li:last-child a i {
    margin-right: 5px;
}
.bg-primary {
    background: #21354A !important;
    color: white;
}

.bg-primary .navbar-nav .nav-item.active a.nav-link {
    color: white !important;
    font-weight: 500;
}
.slider {
    padding: 0;
    width: 100%;
}

.home-slider .item {
    width:100%;
    min-height: 500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(9,40,63,60%);
}
/* .home-slider .item img {
    width:100%;
    height: 100%;
    object-fit: cover;
} */
.home-slider .item .item__content {
    position: absolute;
    top: 50%;
    right: 60px;
    text-align: center;
    transform: translateY(-50%);
    padding: 0px 0px;
}
.home-slider .item .item__content h2 {
    color: white;
    font-weight: 400;
    font-size: 26pt;
    word-spacing: 3px;
    margin-bottom: 25px;
    line-height: 1.4;
}
.home-slider .item .item__content p {
    color: white;
    line-height: 1.8;
    font-size: 13pt;
}
.home-slider .item .item__content .item__btns {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.item__btns .btn-secondary {
    border: none !important;
}
.item__btns .btn {
    padding: 10px 25px !important;
    font-weight: 400 !important;
    font-size: 12pt;
}
.item__btns {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.home-slider .owl-dots {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
}
.home-slider .owl-dots .owl-dot {
    zoom: 1.9 !important;
}
.home-slider .owl-dots .owl-dot.active span {
    background: #5358fd;
    border: 2px solid white;
}
.home-slider .owl-dots .owl-dot span {
    background: #83919C;
}
.home-slider .owl-dots .owl-dot span {
    margin: 4px 7px !important;
}
.scroll-down {
    position: absolute;
    bottom: 25px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}
.scroll-down img {
    height: 40px;
}

@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  .animate-flicker {
     -webkit-animation: flickerAnimation .5s infinite;
     -moz-animation: flickerAnimation .5s infinite;
     -o-animation: flickerAnimation .5s infinite;
      animation: flickerAnimation .5s infinite;
  }

  .section__title {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .section__title h2 {
    font-weight: bold;
    color: #1E4D7E;
    font-size: 18pt;
    margin: 0;
  }
  .section__title span {
    color: #21354A;
    font-size: 11pt;
    font-weight: 600;
  }
  .section__title .btn {
    margin-right: auto;
    font-size: 10pt;
  }
/* .section__title h2::before
{
    display: inline-block;
    content: "";
    border-top: .3rem solid #171856;
    border-radius: 4px;
    width: 4rem;
    margin: 0 1rem;
} */
.category__item {
    width: 100%;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    text-align: center;
    padding: 25px 18px;
    position: relative;
    margin-top: 60px;
    padding-top: 75px;
}
.category__item_icon {
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    width: 110px;
    height: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -60px;
    z-index: 99999999;
    left: 50%;
    transform: translateX(-50%);
    background: white;
}
.category__item_icon img {
    height: 40px;
}
.category__item .category__item_content h3 {
    font-weight: bold;
    color: #171856;
    font-size: 15pt;
}
.category__item .category__item_content p {
    color: #171856;
    font-size: 9pt;
    margin-top: 15px;
    line-height: 1.5;
    font-weight: 500;
}
.category__item .category__item_content  .btn {
    margin-top: 15px;
    padding: 7px 25px !important;
    font-weight: 500;
    font-size: 10pt;
}
.load__more {
    width: 100%;
    text-align: left;
    margin-top: 25px;
}
.load__more a {
    font-size: 12pt;
    font-weight: 600;
    color: #2E2E2E;
}
.btn-normal-radius {
    border-radius: 8px !important;
}
.load__more .btn {
    padding: 10px 30px !important;
    font-weight: 500;
    font-size: 11pt;
}
.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
.categories-bar {
    margin-bottom: 0;
}
.categories-bar ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.categories-bar ul li a {
    color: #1E4D7E;
    font-size: 9.5pt;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #1E4D7E;
    display: block;
}
.categories-bar ul li.active a {
    /* font-weight: 500;
    background: rgba(23,24,86,0.43); */
}
.project__item {
    width: 100%;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border: 1px solid rgba(0,0,0,0.10);
    padding: 0px;
    margin-bottom: 30px;
}
.project__item .project__image {
    position: relative;
    background: #1E4D7E;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.project__item .project__image img {
    width: 100%;
    border-radius: 8px;
    height:260px;
    object-fit: cover;
}
.project__item .project__image span {
    position: absolute;
    top: 10px;
    background: #171856;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    right: 10px;
}
.project__item .project__content {

    padding:0;
    padding-bottom: 15px;
}
.project__item .project__content h2 {
    font-size: 12pt;
    color: white;
    font-weight: 600;
    background: #1E4D7E;
    text-align: center;
    padding: 15px 10px;
    margin: 0;
}
.project__item .project__content p {
    font-size: 10pt;
    margin-top: 15px;
    font-weight: 600;
    text-align: right;
    height: 70px;
    overflow: hidden;
}
.project__item .project__details {
    display: flex;
    gap: 10px;
    padding: 10px 15px;
    flex-wrap: wrap;
}
.project__item .project__details li {
    background: transparent;
    color: #000000;
    text-align: center;
    padding: 7px 10px;
    border-radius: 3px;
    font-size: 9.5pt;
    font-weight: 600;
    border: 1px solid #000000;
    font-weight: 600;
}
.progress {
    height: 15px;
    border-radius: 10px;
    background: white;
}
.progress-bar {
    background: rgb(47,181,0);
    background: linear-gradient(70deg, rgba(47,181,0,1) 55%, rgba(0,255,71,1) 99%);
}
.project__progress {
    padding: 15px 15px;
    padding-bottom: 0;
}
.project__progress p {
    font-size: 11pt;
    color: #21354A;
    font-weight: 600;
    margin-top: 0px;
    background: white;
    padding: 3px 7px;
    border-radius: 4px;
}
.project__progress p span {
    color: #979797;
}
.project__inline_checkout {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
    flex-wrap: wrap;
}
.project__inline_checkout .quick_donation__input {
    flex: 1;
}
.project__inline_checkout_item {
    flex: 1;
}
.project__inline_checkout_item input {
    width: 50px;
    text-align: center;
    border: none !important;
    flex: 1;
    color: #83919C;

}
.project__inline_checkout_item {
    display: flex;
    align-items: center;
    border: 1px solid #979797;
    padding: 10px;
    border-radius: 6px;
}
.project__inline_checkout_item i {
    background:#979797;
    color:white;
    padding: 5px;
    font-size: 11pt;
    border-radius: 4px;
    flex: 1;
}
input:active, input:focus {
    outline: none !important;
    box-shadow: none !important;
}
.project__btns {
    display: flex;
    padding: 10px 15px;
    flex-wrap: wrap;
    gap: 10px;
}
.project__btns .btn {
    flex:1;
    padding: 10px !important;
    /* border-radius: 4px !important; */
}
.btn svg {
    width: 18px;
    color: white;
    fill: white;
    margin-left: 5px;
}
.blog__item {
    padding: 15px;
    padding: 0;
    border: 1px solid #171856;
    border-top: none;
    margin: 0;
}
.blog__item .category__item_icon {
    position: static;
    box-shadow: none;
    width: 100%;
    transform: none;
    padding: 0;
    height: auto;
    margin-bottom: 15px;
    border-radius: 0;

}
.blog__item .category__item_icon img {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;


}
.blog__item .category__item_content h3 {
    font-size: 14pt;
}
.blog__item .category__item_content p {
    color: #171856;
    font-size: 9pt;
    margin-top: 15px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    margin: 0;
    padding: 20px 15px;
    font-size: 11pt;
    padding-top: 15px;
}
/* header, .top-navbar {
    background: #21354A !important;
} */
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus  {
    color: white;
}
.top-navbar .navbar-nav .nav-link {
    font-size: 10pt;
    font-weight: 600;
}
.top-navbar .navbar-nav .nav-link i {
    margin-left: 4px;
}
.top-navbar .navbar-nav .nav-link  {
    border-left: 2px solid #1E4D7E;
    padding: 0px 20px;
}
.top-navbar .navbar-nav .nav-item {
    padding: .5rem 0px;
}
.top-navbar .navbar-nav .nav-item:last-child .nav-link {
    border-left: none;
    padding-left: 0;
}
.menu-navbar .nav-link, .menu-navbar .nav-link:active, .menu-navbar .nav-link:focus, .menu-navbar .nav-link:hover {
    color: #2E2E2E !important;
    font-size: 11pt !important;
    font-weight: 600 !important;
}
.menu-navbar  {
   padding: 20px 0px;
}
.navbar-light .navbar-brand {
    margin-left: 15px;
}
.navbar-nav {
    align-items: center;
}
.custom__btn {
    background: #E9EAEC;
    display: flex;
    align-items: stretch;
    border-radius: 5px;
}
.custom__btn span {
    display: block;
    padding: 4px 13px;
    background: #1E4D7E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
}
.custom__btn span i {
    color: white;
    font-size: 12pt;
}
.custom__btn span b {
    background: #E90E0E;
    color: white;
    font-size: 7pt;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 5px;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom__btn p {
    padding: 8px 13px;
    font-weight: 600;
    font-size: 10pt;
}
.menu-navbar-left {
    display: flex;
    gap: 15px;
}
.home-slider .owl-nav, .reviews .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 75%;
    z-index: 9999999999999999;
    left: 50%;
}
.home-slider .owl-nav button, .reviews .owl-nav button {
    color: white;
    font-size: 38pt;
}
.home-slider .owl-nav button i, .reviews .owl-nav button i {
    color: white;
    font-size: 38pt;
}
.home-slider .owl-nav button:hover {
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
.home-slider .owl-nav .owl-prev {
    float: right;
}
.home-slider .owl-nav .owl-next {
    float: left;
}
.reviews .owl-nav .owl-prev {
    float: right;
}
.reviews .owl-nav .owl-next {
    float: left;
}
.reviews .owl-nav {
    width: 115%;
}
.quick_donation__section {
    background: #F0F1F3;
    display: flex;
    align-items: stretch;
    padding: 0;
}
.quick_donation__label {
    width: 100%;
    background: #21354A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 20px;
}
.quick_donation__label h3 {
    color: white;
    font-weight: 600 !important;
    font-size: 20pt;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 15px;
}
.quick_donation__label h3 svg {
    width: 40px;
    height: 40px;
    color: white;
    fill: white;
}
.quick_donation__col {
    flex: 1;
    padding: 35px 35px;
}
.quick_donation__description {
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.quick_donation__description h3 {
    color: #1E4D7E;
    font-size: 15pt;
    margin-bottom: 10px;
    font-weight: 600;
}
.quick_donation__description p {
    color: #2E3A0B;
    font-weight: 600;
    font-size: 12.5pt;
}
.quick_donation__selection {
    display: flex;
    flex-direction: column;
    flex: 2;
    gap: 20px;
}
.quick_donation__selection ul {
    display: flex;
    align-items: center;
    gap: 0px;
}
.quick_donation__selection ul li {
    color: #2E3A0B;
    border-left: 2px solid #2E3A0B;
    padding:0px 20px;
    font-size: 10.5pt;
    font-weight: 600;
    cursor: pointer;
}
.quick_donation__selection ul li:first-child {
    padding-right: 0;
    color: #1E4D7E;
    font-weight: 600;
}
.quick_donation__selection ul li:last-child {
    padding-left: 0;
    border-left: 0;
}
.quick_donation__input {
    border: 1px solid #C9C9C9;
    border-radius: 6px;
    display: flex;
    background: white;
    align-items: center;
}
.quick_dontation__button {
    background: #1E4D7E;
    border-radius: 0;
}
.quick_donation__input input {
    flex: 2;
    border: none;
    padding: 10px;
    margin: 0;
    color: black;
    font-weight: 700;
}
.quick_donation__input label {
    flex: 1;
    padding: 10px 20px;
    padding-left: 0px;
    color: #707070;
    margin: 0;
    font-weight: 600;
}
.quick_donation__input span {
    flex: 1;
    padding: 10px 20px;
    margin: 0;
    text-align: left;
    color: #707070;
    font-weight:600;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.section__title .categories-bar {
    margin-right: auto;
}
.project__requirements {
    background: #21354A;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    justify-content: center;
}
.project__requirements li {
    flex: 1;
    display: flex;
    gap: 9px;
    font-size: 9.5pt;
    font-weight: 500;
    color: white;
    justify-content: center;
}
.project__requirements li span:last-child {
    font-weight: 700;
}
.project__progress {
    display: flex;
    align-items: center;
    gap: 15px;
}
.project__progress .progress {
    flex: 1;

}
.project__item .project__content p {
    margin: 0;
}
.project__item .project__content {
    background: #EDEDED;
}
.project__description {
    color: #2E2E2E;
    font-size: 10pt;
    line-height: 1.7;
    padding: 0px 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
}
.project__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 15px;
}
.project__rating li i {
   font-size: 13pt;
    color: #FFDB1F;
}
.project__rating li p {
    color: black;
    font-weight: 600;
    font-size: 13pt !important;
    padding-right: 5px;
}
.project__rating li span {
    font-size: 10pt;
    color: #707070;
    font-weight: 600;
}
.project__inline_checkout .quick_donation__input label {
    flex: 4;
    font-size: 11pt;
}
.project__inline_checkout .quick_donation__input span {
    font-size: 11pt;

}
.project__inline_checkout .quick_donation__input input {
    max-width: 150px;
}
.project__item {
    position: relative;
}
.project__item .ribbon {
    position: absolute;
    top: 15px;
    left: -6px;
    background: url(../images/rippon_bg.png);
    background-size: 100% 100%;
    z-index: 999999;
    padding: 11px 24px;
    color: white;
    font-size: 10pt;
    font-weight: 600;
}
.project__content {
    position: relative;
}
.project__complete {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(234,234,234, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.project__complete img {
    height: 180px;

}
.bg-gray {
    background: #F9FBFD;
}
.project__item_bg_white .project__content {
    background: white;
}
.project__item_bg_white .project__details li {
    background: #1E4D7E;
    color: white;
    border-color: #1E4D7E;
    padding: 7px 15px;
    border-radius: 3px;
    font-size: 10pt;
}
.project__social {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 200px !important;
}
.bg-primary .section__title h2, .bg-blue .section__title h2 {
    color: white !important;
}
.bg-primary .section__title span, .bg-blue .section__title span {
    color: white !important;
}
.category__box {
    width: 100%;
    padding: 50px;
    text-align: center;
    border-radius: 6px;
    background: white;
    margin-bottom: 25px;
}
.category__box h2 {
    color: #1E4D7E;
    font-size: 14pt;
    font-weight: 600;
}
.category__box img {
    height: 70px;
    margin-bottom: 25px;
}
.bg-primary .load__more a {
    color: white !important;
}
.swiper-container {
    direction: ltr !important;
    overflow-x: hidden !important;
  }

  .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.3s;
    border-radius: 15px;
    padding: 10px 0px;
  }
  .sms-slider .swiper-slide {
    padding: 30px 0px;
  }
  .swiper-slide-active {
    opacity: 1;

  }
  .swiper-slide-active img {
    transform: scale(1.15);
  }
  .sms-slider img {
    width: 100%;

    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border-radius: 12px;
    /* filter: blur(1px);
    -webkit-filter: blur(1px); */
  }
  .swiper-slide-active img {
    /* filter: blur(0px);
    -webkit-filter: blur(0px); */
  }
  .stat__item {
    background: white;
    padding: 60px 25px;
    border-radius: 4px;
    border-top-right-radius: 30px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:7px;
    flex-direction: column;
  }
  .stat__item p {
    color:#000;
    font-weight: 600;
    margin: 0;
  }
  .stat__item h3 {
    color: #1E4D7E;
    font-weight: 700;
    margin: 0;
    font-size: 21pt;
  }
  .stat__item span {
    color: #000;
    font-weight: 600;
    margin: 0;
    font-size: 11pt;
  }
  .stat__item img {
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 35px;
  }
  .bg-blue {
    background: #1E4D7E;
  }
 .video__description {
    width: 100%;
    background: #1E4D7E;
    padding: 75px;
    text-align: right;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
 }
 .videos {
    background-image: url(../images/video_bg.png);

    padding: 70px 0px;
 }
 .video__description h2 {
    color: white;
    font-size: 16pt !important;
    font-weight: bold !important;
    margin: 0 !important;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
 }
 .video__description p {
    color: white;
    font-size: 11pt !important;
    margin: 0 !important;
 }
 .videos .item .item__content {
    display: block !important;
    position: static;
    transform: none;
 }
 .videos .item {
    height: auto !important;
    box-shadow: none;

 }
 .social-share {
    display: flex;
    gap: 0px;
    padding: 12px 0px;
    align-items: center;
 }
 .social-share li {
    color: white;
    font-size: 14pt;
    font-weight: 300;
    border-left: 1px solid rgba(255,255,255,0.15);
    padding: 0px 12px;
 }
 .social-share li:last-child {
    border-left: none;
 }
 .video__image {
    width: 110%;
    border: 12px solid rgba(153, 153, 153,0.90);
    position: relative;
    height: 350px;
    border-radius: 12px;
    right: -60px;
    top: 50px;
 }
 .video__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 .video__image span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #1E4D7E;
    font-size: 60pt;

 }
 .video__image span i {
 }
 .videos .owl-nav {
    width: 115%;
 }
 .btn-outline {
    color: #1E4D7E;
    border: 1px solid #1E4D7E;
    padding: 7px 12px;
    font-size: 11pt;
    font-weight: 600;
 }
 .our-partners-label h2 {
    color: #1E4D7E;
    font-size: 17pt;
    font-weight: 700;
 }
 .our-partners-label p {
    font-size: 11pt;
   margin-bottom: 25px;
   font-weight: 600;
 }
 .partner__item {
    background: white;
    padding: 25px 20px;
    border-radius: 8px;
    /* min-width: 170px; */
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .partner__item img {
    height: 100px;
    max-width: 100%;
    width: auto !important;
 }
 .review__item {
    width: 100%;
 }
 .review__item .review__item__content {
    padding: 70px 25px;
    border-radius: 8px;
    position: relative;
    background: white;
    color: #000000;
    font-weight: 600;
    font-size: 11pt;
 }
 .review__item__content span {
    color: #EDEDED;
    font-size: 85pt;
    position: absolute;

 }
 .review__item__content span.quote-top {
    top: -44px;
    right: 6px;
    z-index: 99999;
    height: 40px;
 }
 .review__item__content span.quote-bottom {
    bottom: -44px;
    left: 6px;
    z-index: 99999;
    height: 117px;
 }
 .review__item h3 {
    color: white;
    font-size: 11pt;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 0;
 }
 .review__item h3 i {
    margin-left: 5px;
 }
 footer {
    background: white;
    padding: 30px 0px;
 }
 .footer__column p {
    font-size: 10pt;
    font-weight: 600;
    margin: 8px 0px;
    line-height: 1.8;
 }
 .footer__column span {
    display: block;
    color: #21354A;
    font-size: 9pt;
    font-weight: 700;
    margin-bottom: 10px;
 }
 footer .header__social li a {
    color: #21354A !important;
    font-weight: 700;
    font-size: 13pt;
 }
 footer .header__social {
    margin-top: 15px;
    gap: 10px;
 }
 footer .header__social li:last-child a {
    font-size: 12pt;
    margin-right: 0px;
 }
 footer .header__social li:last-child a i {
    margin-right: 0px;
 }
 .footer__column h2 {
    color: #1E4D7E;
    font-weight: 600;
    font-size: 16pt;
    margin-bottom: 25px;
 }
 .footer__column ul.links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
 }
 .footer__column ul.links li {
    flex:  48%;
 }
 .footer__column ul.links li a {
    color: #2E3A0B;
 }
 .footer__column ul.links li a i {
    color: #1E4D7E;
    font-size: 7pt;
    margin-left: 3px;
 }
 .payments-img {
    max-width: 250px;
 }
 .footer__column iframe {
    width: 100%;
    height: 200px;
 }
 .footer__rights {
    width: 100%;
    background: #21354A;
    padding: 10px 20px;
 }
 .footer__rights p {
    color: white;
    font-size: 10pt;
    font-weight: 600;
    text-align: right;
 }
 .footer__rights a {
    color: white;
    font-weight: 600;
 }
 .rights_flex {
    display: flex;
    align-items: center;
    color: white;
    font-size: 9pt;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
 }
 .rights_flex img {
    height: 40px;

 }
 .align-center {
    align-items: center;
 }
 .rights_links {
    justify-content: left;
    gap: 0;
 }
 .rights_links a {
    border-left: 1px solid rgba(255,255,255,0.70);
    padding-left: 10px;
    padding-right: 10px;
 }
 .rights_links a:last-child {
    border-left: 0;
    padding-left: 0px;
 }
 .dropdown-item {
    display: flex;
    align-items: center !important;
 }
 .dropdown-item .sub-sub-icon {
    position: absolute;
    left: 10px;
 }

 .dropdown-menu li {
    position: relative;
 }

 .sub-sub-menu {
    right: 100%;
    position: absolute;
    /* width: 100%; */
    top: 0;
 }