diff --git a/app/payment-insurance/PaymentInsurence.js b/app/payment-insurance/PaymentInsurence.js
index c110672..b21528e 100644
--- a/app/payment-insurance/PaymentInsurence.js
+++ b/app/payment-insurance/PaymentInsurence.js
@@ -257,7 +257,7 @@ export default function RefugeeIFHP() {
{/* Left Column */}
-
+
What to bring to your first appointment?
- Your IFHP eligibility document (with UCI)
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index 1296e7a..113cc25 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -492,6 +492,11 @@
color: #bc0000 !important;
}
+ .theme-btn.btn-one-new-raw {
+ background: #fff !important;
+ color: #bc0000 !important;
+ }
+
.theme-btn.btn-two {
background: var(--secondary-color);
}
@@ -1172,6 +1177,12 @@
color: #fff;
}
+ .rating li i {
+ color: #FFDF00;
+ /* gold/yellow */
+ }
+
+
@@ -1299,7 +1310,7 @@
.header-top .top-inner .social-links {
justify-content: center;
- gap: 20px;
+ gap: 18px;
}
/* Refuge */
@@ -3688,28 +3699,6 @@
}
}
- .loader-wrap {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #ffffff;
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 9999;
- }
-
- .preloader {
- text-align: center;
- }
-
- .preloader-icon {
- font-size: 50px;
- animation: spin 1.5s linear infinite;
- }
-
@keyframes spin {
0% {
transform: rotate(0deg);
@@ -3736,8 +3725,20 @@
}
}
- @media(max-width:1000px) {
+ @media(max-width:1000px) {
.main-menu .navigation>li {
margin: 0px 10px !important;
}
+ }
+
+ .color-white {
+ color: #fff !important;
+ }
+
+ .pagination-wrapper .pagination li a img {
+ transition: filter 0.3s ease;
+ }
+
+ .pagination-wrapper .pagination li a:hover img {
+ filter: brightness(0) invert(1);
}
\ No newline at end of file