


.care-links-section {
  padding: 60px 20px;
}

.care-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.care-box {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 20px;
	background: #fff;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 5px 15px #0000003d;
}

.care-box h3 {
  margin: 0;
  font-size: 18px;
  color: #222;
  font-weight: 600;
}

.care-box:hover {
  background: var(--color-primary);
  transform: translateY(-4px);
}

.care-box:hover h3 {
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .care-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .care-links-grid {
    grid-template-columns: 1fr;
  }
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.bg-light {
  background-color: #f2f4f6 !important;
}

#faq {
  background: var(--color-primary) !important;
  ;
}

div#apply_online_form label.form-label {
  font-size: 15px;
  font-weight: 700;
  color: #122750;
}

.faq-search-wrap h2 {
  color: #fff;
}

.container {
  max-width: 1417px;
}

.notice-text {
  padding: 10px 10px;
  background: var(--color-primary);
  text-align: center;
  color: var(--color-secondary);
}

.slide-container .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.list-dot ul,
.blog ul {
  list-style: disc;
  margin-left: 20px;
}

.slide-text {
  max-width: 1000px;
  text-align: center;
  padding: 25px;
  /*background-color: #0000002e;*/
  color: #fff;
}

.slide-text h1 {
  color: #fff;
  font-size: 40px;
}

.slide img {
  min-height: 400px;
  object-fit: cover;
}

/* .header .navbar-nav > .nav-item {
  padding-left: 10px;
} */
.header .navbar-nav .nav-item a {
  border-bottom: 4px solid transparent;
  padding-bottom: 5px;
}

.header .navbar-nav .nav-item:hover a,
.header-main .navbar-nav .nav-item.active a {
  border-bottom: 4px solid var(--color-primary);
}

.location-title {
  color: #fff;
  font-size: 25px;
}

.location-section .card {
  background-color: var(--color-primary);
  border: 0px;
  display: flex;
  flex-direction: column;
}

.location-section .card .card-footer {
  text-align: center;
  padding: 30px;
}

.location-inner li {
  line-height: 40px;

}

.page-banner {
  position: relative;
}

.page-banner h1 {
  color: #fff;
}

.page-banner .container {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}


.banner-top {
  background-color: var(--color-primary);
  text-align: center;
  color: #fff;
  padding: 80px 0;
}

.banner-top h1 {
  color: #fff;
  font-size: 45px;
}

.location-inner h2 {
  font-size: 30px;
}


.page-banner img {
  min-height: 250px;
  object-fit: cover;
}

.contact-page {
  color: #fff;
}

.contact-page .contact-text i {
  padding: 5px;
}

.contact-page .contact-text i:before {
  color: var(--color-primary);
}

.contact-form .form-group .form-control {
  line-height: 35px;
  border-radius: 0;
}

.lead {
  font-size: 16px;
  font-weight: 400;
  color: #5b5b5b !important;
}

.custom-arrow li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  line-height: 40px;
}

.custom-arrow li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('../img/arrow-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.social .fa-brands {
  background-color: #20beb900;
  color: #000;
  width: 45px;
  line-height: 43px;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  font-size: 25px;
  border: 1px solid #000;
}

.footer-main .custom-menu a {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.care-card {
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  height: 100%;
  background-color: #fff;
  border: 3px solid var(--color-primary);
}

.care-card i {
  font-size: 36px;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.bg-light-dark {
  background-color: #0000005c;
}

.contact-info a {
  color: #ffff;
}


#partners figure {
	background-color: #fff;
}
	
#partners .partner-logo {
max-height: 60px; 
object-fit: contain;
filter: saturate(1);
}

@media (min-width: 992px) {
#partners .partner-logo { max-height: 72px; }
}

@media screen and (max-width: 1600px) {
  .header .navbar-nav .nav-item a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .slide-text {
    max-width: 600px;
  }

  .slide-text h1 {
    font-size: 30px;
  }

  .banner-top {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1200px) {
  .banner-top h1 {
    color: #fff;
    font-size: 35px;
  }


}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-main .custom-menu a {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
  .slide-text h1 {
    font-size: 30px;
    margin-right: 0px;
    text-align: center;
    background-color: transparent !important;
  }

  .banner-top h1 {
    color: #fff;
    font-size: 25px;

  }

  .slide-container {
    position: inherit;
    width: 100%;
    top: 0%;
    left: 0%;
    transform: translate(0%);
    padding: 15px;
  }

  .slide {
    background-color: var(--color-secondary);
  }

  .slide-container .container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }


}

@media screen and (max-width: 575px) {
    body {
    font-size: 16px;
    }
  .slide-text h1 {
    font-size: 20px;
  }

  .footer-main {
    font-size: 16px;
  }

  .top-bar {
    font-size: 14px;
  }

  .referal-inner a {
    word-break: break-word;
  }

  .header-btn {
    font-size: 12px !important;
    padding: 10px 10px !important;
  }

  .page-banner .container {
    position: inherit;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
    text-align: center;
    background-color: var(--color-secondary);
    padding: 30px;
  }

  .banner-text h1 {
    font-size: 35px;
  }
 
  /*--------------------*/
  
.testimonials-slider.px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
  h1 {
    font-size: 35px;
}
 
  
  h2 {
    font-size: 28px;
}
  h3 {
    font-size: 25px;
}
  h4 {
    font-size: 22px;
}
  
    h5 {
    font-size: 18px;
}
 
  
}