Coverage checking retrived
This commit is contained in:
parent
68f16697da
commit
0124c57991
@ -257,7 +257,7 @@ export default function RefugeeIFHP() {
|
|||||||
|
|
||||||
<div className="row">
|
<div className="row">
|
||||||
{/* Left Column */}
|
{/* Left Column */}
|
||||||
<div className="col-lg-6 col-md-6 col-sm-12 mb_0">
|
<div className="col-lg-6 col-md-6 col-sm-12 mb_0 mt-3">
|
||||||
<h4 className="mb-3">What to bring to your first appointment?</h4>
|
<h4 className="mb-3">What to bring to your first appointment?</h4>
|
||||||
<ul className="list-style-one clearfix mt-3">
|
<ul className="list-style-one clearfix mt-3">
|
||||||
<li>Your IFHP eligibility document (with UCI)</li>
|
<li>Your IFHP eligibility document (with UCI)</li>
|
||||||
|
|||||||
@ -492,6 +492,11 @@
|
|||||||
color: #bc0000 !important;
|
color: #bc0000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-btn.btn-one-new-raw {
|
||||||
|
background: #fff !important;
|
||||||
|
color: #bc0000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.theme-btn.btn-two {
|
.theme-btn.btn-two {
|
||||||
background: var(--secondary-color);
|
background: var(--secondary-color);
|
||||||
}
|
}
|
||||||
@ -1172,6 +1177,12 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rating li i {
|
||||||
|
color: #FFDF00;
|
||||||
|
/* gold/yellow */
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1299,7 +1310,7 @@
|
|||||||
|
|
||||||
.header-top .top-inner .social-links {
|
.header-top .top-inner .social-links {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 20px;
|
gap: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Refuge */
|
/* 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 {
|
@keyframes spin {
|
||||||
0% {
|
0% {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
@ -3736,8 +3725,20 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width:1000px) {
|
@media(max-width:1000px) {
|
||||||
.main-menu .navigation>li {
|
.main-menu .navigation>li {
|
||||||
margin: 0px 10px !important;
|
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);
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user