@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Inter", sans-serif;
  /* font-family: "Roboto", sans-serif; */
}
body {
  /* font-family: "Montserrat", sans-serif; */
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1e498e;
  border-radius: 6px;
}

.list-item li a {
  /* font-family: Montserrat; */
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -4%;
  color: #000000;
}
.get-started-btn {
  text-align: end;
}
.get-started-btn a {
  background-color: #1e498e;
  padding: 14px 40px;
  /* font-family: Montserrat; */
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -4%;
  color: #febe00;
  border-radius: 4px;
}
.box-service {
  border: 3px solid #1f488e;
  border-radius: 13px;
  padding: 20px 20px;
  text-align: center;
}
.box-service h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -4%;
  text-align: center;
  color: #1f488e;
}
.box-service h3 span {
  color: #febe00;
}
.box-service p {
  font-weight: 400;
  font-size: 20px;
  /* line-height: 100%; */
  letter-spacing: -4%;
  text-align: center;
  color: #000;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.border-img {
  border: 3px solid #1f488e;
  border-radius: 13px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: -70px;
  margin-bottom: 27px;
}
.border-img img {
  width: 70px;
  height: auto;
}
.best-service-content h2 {
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 100%;
  color: #1f488e;
}
.best-service-content h2 span {
  color: #febe00;
}
.after-heading-text{
  font-size: 1.3rem;
}
.after-heading-text-box{
  margin-bottom: 2rem;
}
.best-service-content > p {
  /* font-weight: 300; */
  font-size: 1.5rem;
  line-height: 125%;
  letter-spacing: 0%;
  color: #303030;
}
/* .best-service-box-content h3{
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: -2%;
  color: #1f488e;
}
.best-service-box-content p{
  text-align: center;
  font-size: 1.1rem;
} */
.best-service {
  padding: 70px 0;
}
.best-service-row {
  margin-top: 8pc;
  margin-bottom: 6pc;
}
.best-service-img img {
  width: 95%;
  height: auto;
  margin: auto;
  display: block;
}
.brand-logo img {
  width: 100%;
  height: auto;
}
.our-endorsement {
  /* padding-top: 70px; */
}
.item {
  border: 1px solid #1f488e;
  border-radius: 21px;
  padding: 1;
  padding: 25px;
  width: 95% !important;
  margin: auto !important;
  display: block !important;
}
html,
body {
  overflow-x: hidden;
}
.item h4 {
  color: #1f488e;
  font-size: 28px;
  font-weight: 800;
  /* letter-spacing: -4%; */
}
.item p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.star i {
  color: #febe00;
}
.accordion-button {
  border: 1px solid #1f488e;
  border-radius: 11px;
}
.accordion-item:not(:first-of-type) {
  margin-bottom: 15px;
}
.accordion-item {
  border: none;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 11px;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #1f488e;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  margin-bottom: 15px;
}
.circle-icon {
  background-color: #1f488e;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.circle-icon i {
  color: #fff;
}
.contact-detail h4 {
  color: #f78b04;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.contact-detail a {
  color: #1f488e;
  font-size: 16px;
  font-weight: 400;
}
.contact-left-content h2 {
  color: #1f488e;
  font-size: 40px;
  font-weight: 800;
}
.contact-left-content h2 span {
  color: #febe00;
}
.contact-left-content h5 {
  color: #1f488e;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 50px;
}
.contact-left-content p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.contact {
  gap: 31px;
}
.signup-detail {
  border: 1px solid #febe00;
  border-radius: 30px;
  padding: 30px;
}
.signup-detail h2 {
  font-size: 35px;
  font-weight: 700;
  color: #1f488e;
}
.signup-detail h2 span {
  color: #febe00;
}
.form-group input {
  border: 1px solid #febe00;
  border-radius: 40px;
  padding: 15px;
  color: #1f488e;
  font-size: 14px;
  font-weight: 400;
}
.form-group input::placeholder {
  color: #1f488e;
}
.form-group textarea {
  height: 190px;
  resize: none;
  border: 1px solid #febe00;
  border-radius: 30px;
  padding: 15px;
  color: #1f488e;
  font-size: 14px;
  font-weight: 400;
}
.form-group textarea::placeholder {
  color: #1f488e;
}
.submit {
  border: none;
  background-color: #1f488e;
  /* border: 2px solid #FEBE00; */
  /* color: #1E498E; */
  /* background-color: white; */
  width: 100%;
  border-radius: 34px;
  padding: 10px 0;
  color: white;
  font-size: 24px;
  font-weight: 400;
}
/* .submit:hover {
    background-color: #1E498E;
    color: white;

} */
.box-nurse p {
  height: 166px;
  /* overflow: auto; */
  margin-bottom: 0;
}
.margin-b {
  margin-bottom: 80px;
}
.box-service h4 {
  color: #febe00;
  font-size: 20px;
  font-weight: 500;
}
.cta-bg {
  background-image: url("../images/cta-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
.cta-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}
.cta-content h2 span {
  font-weight: 700;
}
.cta-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.our-service-hd h2 {
  font-size: 50px;
  font-weight: 800;
  color: #1f488e;
}
.our-service-hd h2 span {
  color: #febe00;
}
.our-service-hd p {
  font-size: 18px;
  font-weight: 400;
  color: #1f488e;
}
.our-service-hd {
  margin-bottom: 40px;
}
.home-service h3,
li {
  text-align: left !important;
  font-weight: 400;
}
.home-service li {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.home-service h5 {
  color: #1f488e;
  font-size: 70px;
  font-weight: 700;
}
.home-hds h3 {
  font-size: 23px;
}
.home-hds {
  width: 95%;
  margin: auto;
}
.quick-links h4 {
  color: #1f488e;
  font-size: 24px;
  font-weight: 800;
}
.lnk li a {
  color: #000000;
  font-size: 1.1rem !important; 
  font-weight: 400;
}
.address-link a {
  font-size: 16px;
  font-weight: 400;
  color: #1f488e;
  display: flex;
  gap: 20px;
  align-items: baseline;
}
.textcenter h3 {
  text-align: center !important;
}
.address-link a i {
  color: #f78b04;
}
.cc {
  border-bottom: 1px solid #1f488e;
}
.contact-sec {
  padding-top: 90px;
  padding-bottom: 70px;
}
.bottom-bar {
  background-color: #1f488e;
  padding: 12px 0;
}
.bottom-bar p {
  color: #febe00;
  font-size: 20px;
  font-weight: 400;
}
.footer {
  padding-bottom: 50px;
}
.hero-banner {
  background-image: url("../images/banner-bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

/* banner-check */

.main-slider {
  position: relative;
  width: 100%;
  height: 35vh;
  /* Full-screen height */
  overflow: hidden;
}

.main-slider .slick-slide {
  position: relative;
  height: 35vh;
  /* Full-screen height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider .slick-slide .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-slider .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: rgba(0, 0, 0, 0.7);
  /* Overlay with transparency */
  z-index: 2;
}

.main-slider .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  /* Above overlay */
  color: #fff;
}

.main-slider .slider-content h1 {
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.main-slider .slider-content p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.main-slider .slider-content a {
  padding: 10px 20px;
  background: #ff6500;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 5px;
  transition: 0.3s ease;
}

.main-slider .slider-content a:hover {
  background: #ff4500;
}

.main-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  /* Position dots above the bottom */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 1rem;
  z-index: 3;
  /* Float above the slider */
}

.main-slider .slick-dots li button {
  width: 20px;
  /* Smaller size for a cleaner look */
  height: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  /* Transparent white */
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.main-slider .slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 1);
  /* Full white on hover */
  transform: scale(1.2);
  /* Slight zoom effect */
}

.main-slider .slick-dots li.slick-active button {
  background-color: #1f488e;
  color: #ffffff;
  transform: scale(1.4);
  /* Enlarge active dot */
}

.banner-ryt img {
  width: 100%;
  height: auto;
}
.banner-content h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  line-height: 80px;
}
.banner-content h1 span {
  font-weight: 700;
}
.cta-btn {
  gap: 20px;
}
.cta-btn a {
  font-size: 18px;
  font-weight: 600;
  background-color: #1f488e;
  color: #fff;
  padding: 8px 25px;
  border-radius: 7px;
}
.learn {
  background-color: #febe00 !important;
  color: #000000 !important;
}
.margin-inner {
  margin-top: 5pc;
}
.margin-outer {
  margin-bottom: 8pc;
}
.legal-img img {
  width: 100%;
  height: auto;
}
.low .box-service p {
  height: 200px;
  overflow: auto;
}
.last-service {
  margin-bottom: 80px;
}
.dropdown-menu.show {
  padding: 17px 0px;
}
a.dropdown-item {
  margin-bottom: 16px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #1f488e;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: none;
}
.about-banner {
  background-image: url("../images/banner-bgs.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-banner-content h2 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}
.about-content-para {
  padding: 80px 0;
}
.content-ab p {
  font-size: 1.2rem;
  text-align: center;
  color: #000;
  font-weight: 400;
  margin-bottom: 1rem;
}
.contact-section .main-box h3 {
  color: #1f488e;
  font-size: 20px;
  font-weight: 700;
}
.contact-section .box-item .text-box {
  margin-left: 25px;
}
.contact-section .box-item .text-box h4 {
  color: #151515;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-section .box-item .text-box p {
  color: #151515;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 398px;
}
.contact-section .box-item {
  margin-bottom: 30px;
}
.main-box h2 {
  padding-bottom: 20px;
  color: #151515;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
}
.img-box {
  background-color: #1f488e;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1;
  border-radius: 100%;
}
.img-box i {
  color: #febe00;
  font-size: 25px;
}
.contact-section .form-part .form-control {
  border: none;
  background: transparent;
  border-bottom: 1px solid;
  border-radius: 0;
  margin-bottom: 32px;
  padding-bottom: 16px;
}
.contact-section .form-part .global-button {
  border: none;
  padding: 10px 50px;
}
.global-button {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 32px;
  background: #1f488e;
  text-decoration: none;
  padding: 10px 25px;
}
.contact-section .form-part h3 {
  color: #151515;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 30px;
}
.margin-int {
  margin-bottom: 40px;
}
.margin-ints {
  margin-top: 64px;
}
.inner-service-detailed-contents h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1f488e;
}
.inner-service-detailed-contents p {
  color: #000;
  font-size: 20px;
  margin-bottom: 35px;
}
ul.benefits-innner-service li {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}
ul.benefits-innner-service li i {
  color: #1f488e;
  margin-right: 10px;
}
.margin-ints {
  margin-top: 0px !important;
}
p.textjustify {
  text-align: justify;
  font-size: 16px;
}

.grid-boxes {
  width: 100%;
  /* aspect-ratio: 3/1; */
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  /* border: 1px solid black; */
}
.grid-box {
  width: 30%;
  padding: 1.8rem;
  border: 3px solid #1e498e;
  border-radius: 15px;
  background: white;
  cursor: pointer;
}
.grid-box h3 {
  color: #1e498e;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
}
.grid-box p {
  font-size: 1.2rem;
  /* margin-bottom: 1rem; */
  /* text-align: center; */
}
.grid-box:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.06);
  box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 50px;
  background: #1e498e;
  color: white !important;
}
.grid-box:hover > h3 {
  color: #febe00 !important;
}
/* .grid-box:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.06);
      box-shadow:
      rgba(0, 0, 0, 0.3) 0px 0px 50px;
} */

.navbar-height {
  width: 100%;
  height: 110px;
}
.footer-style {
  border-top: 1px solid #447ad7;
  padding-top: 3rem;
    box-shadow:
      rgba(0, 0, 0, 0.11) 0px -20px 50px !important;
}
.header-style {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 10000;
  width: 100%;
  background: white;
  border-bottom: 1px solid #1f488e;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.our-endorsement-style{
  margin-top: 4rem;
}


@media (max-width: 1600px) {
  .box-service h3 {
    font-size: 16px;
  }
  .less-offer .box-service h3 {
    font-size: 18px;
  }
  .less-offer .box-service h4 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .home-hds h3 {
    font-size: 23px;
  }
  .home-service h5 {
    font-size: 50px;
  }
  p.textjustify {
    font-size: 15px;
  }
  .home-hds h3 {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .banner-content h1 {
    font-size: 48px;
    line-height: 69px;
  }
  .list-item li a {
    font-size: 17px;
  }

  .box-service p {
    margin-bottom: 0;
    /* height: 260px;
        overflow: auto; */
  }
  .best-service-content h2 {

    font-size: 35px;
  }

  .box-service h3 {
    font-size: 20px;
  }
  .lowings .box-service h3 {
    font-size: 14px;
  }
  .serv3 .box-service h3 {
    font-size: 13px;
  }
  .lnk li a {
    font-size: 14px;
  }
  .box-service h3 {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .home-hds h3 {
    font-size: 20px;
  }
  .list-item li a {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .banner-content h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .list-item li a {
    font-size: 16px;
  }
  .quick-links h4 {
    font-size: 18px;
  }
  .best-service-content h2 {
    font-size: 35px;
  }
  .box-service h3 {
    font-size: 20px;
  }
  .home-service h5 {
    font-size: 35px;
  }
  .lowings .box-service h3 {
    font-size: 12px;
  }
  .box-service h4 {
    font-size: 16px;
  }
  .serv55 .box-service h3 {
    font-size: 15px;
  }
  .less-offer .box-service h4 {
    font-size: 12px;
  }
  .grid-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .banner-content h1 {
    font-size: 29px;
    line-height: 42px;
  }
  .banner-ryt img {
    margin-top: 25px;
  }
  .mbl-mergin {
    margin-top: 54px;
  }
  .box-service h3 {
    font-size: 18px;
  }
  .padding-bottoms {
    padding-bottom: 0;
  }
  .bottom-bar p {
    font-size: 18px;
  }
  .footer-content a img {
    margin-bottom: 19px;
  }
  .footer-content {
    margin-bottom: 35px;
  }
  .quick-links {
    margin-bottom: 35px;
  }
  .bts-ser {
    margin-bottom: 25px;
  }
  .best-service-row {
    margin-top: 3pc;
    margin-bottom: 0pc;
  }
  .lowings .box-service h3 {
    font-size: 18px;
  }
  .border-img {
    width: 90px;
    height: 90px;
  }
  .border-img img {
    width: 60px;
  }
  .margin-mbl-outer {
    margin-bottom: 6pc;
  }
  .margin-outer {
    margin-bottom: 6pc;
  }
  .serv3 .box-service h3 {
    font-size: 18px;
  }
  .we-offer {
    margin-top: 3pc;
  }
  .serv55 .box-service h3 {
    font-size: 18px;
  }
  .margin-bb {
    margin-bottom: 80px;
  }
  .less-offer .box-service h4 {
    font-size: 16px;
  }
  .get-started-btn a {
    display: none;
  }
  .logo a img {
    display: block;
    margin: auto;
    margin-bottom: 13px;
  }
  .logo a img {
    display: block;
    margin: auto;
    margin-bottom: 13px;
  }
  header.header {
    padding: 20px;
  }
  .grid-box {
    width: 95%;
  }
}






.main-hero-section-image{
  width: 100%;
  background-image: url("../images/banner-bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}