@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body a {
  text-decoration: none !important;
}
body {
  font-family: "Outfit", sans-serif !important;
}

h1 {
  font-size: 45px !important;
  font-weight: bold !important;
}

h2 {
  font-size: 35px !important;
  color: #052b66 !important;
}

.top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.top-flex .logo img {
  height: 85px;
}

.nav-right ul {
  margin: 0 !important;
}
.nav-right ul li {
  list-style: none !important;
}
.nav-right ul li span i {
  padding-right: 15px;
}
.nav-right ul li a {
  color: #000;
}

.banner {
  background-color: #052b66;
}
.banner .banner_title {
  color: #fff;
  width: 90%;
}
.banner .banner_title h1 {
  line-height: 60px !important;
}
.banner .sub_title {
  width: 70%;
  line-height: 30px !important;
  padding-top: 20px;
}

.test-mr {
  margin-left: 10% !important;
  margin-right: auto;
}

.banner_btn .btn_call {
  background-color: #fff;
  color: #052b66;
  border-radius: 10px;
  padding: 15px 25px;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
}

sec_text4 {
  background-color: #f2f2f2 !important;
}

.listwp2 ul {
  padding-left: 0 !important;
}
.listwp2 ul li {
  padding: 20px 0;
  list-style: none;
  display: flex;
  gap: 10px;
  position: relative;
  font-size: 18px;
}
.listwp2 ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1058823529);
  left: 30px;
  bottom: 0;
}
.listwp2 ul li span {
  color: #df4d4a;
}
.listwp2 ul li span i {
  font-size: 18px;
}

.bg_col {
  background-color: #052b66;
}

.listwp3 ul {
  padding-left: 0 !important;
}
.listwp3 ul li {
  padding: 15px 0;
  list-style: none;
  display: flex;
  gap: 10px;
  position: relative;
  font-size: 18px;
}
.listwp3 ul li::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: rgba(116, 103, 103, 0.3843137255);
  left: 30px;
  bottom: 0;
}
.listwp3 ul li span {
  color: #df4d4a;
}
.listwp3 ul li span i {
  font-size: 18px;
}

.listwp4 ul {
  padding-left: 0 !important;
}
.listwp4 ul li {
  padding: 10px 0;
  list-style: none;
  display: flex;
  gap: 10px;
  position: relative;
  font-size: 16px;
}
.listwp4 ul li span {
  color: #df4d4a;
}
.listwp4 ul li span i {
  font-size: 18px;
}

.sec_new {
  background-color: #f2f2f2;
}

.box-icons {
  border: 1px solid #000;
  display: flex;
  align-items: stretch;
  gap: 25px;
  height: 100px;
}

.icon-flex {
  background-color: #052b66;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
}
.icon-flex .img-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-flex .img-icon img {
  height: 50px;
  text-align: center;
}

.icon-title {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding-right: 5px;
}
.icon-title span {
  font-size: 25px;
  font-weight: bold;
  display: block;
}
.icon-title p {
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.treatment-box {
  background: #ffffff;
  transition: all 0.3s ease;
  border: 1px solid #e6e6e6;
  height: calc(100% - 10px);
}

.treatment-box:hover {
  background: #f8f9fa;
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.treatment-box i {
  color: #0d6efd;
  /* Bootstrap primary color */
}

.treatment-box h5 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.list_box {
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: start;
  gap: 15px;
}
.list_box .imgicons {
  border: 1px solid #083a91;
  padding: 8px;
}
.list_box .imgicons img {
  height: 50px;
}

.list_nu {
  background-color: #D6DFEC;
  padding: 25px !important;
  height: calc(100% - 10px);
  border-bottom: 5px solid #1F5AA0;
  border-bottom-right-radius: 25px;
}
.list_nu h3 {
  padding-bottom: 18px;
  font-size: 25px !important;
}
.list_nu ul {
  padding-left: 0 !important;
}
.list_nu ul li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.list_nu ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  font-size: 15px;
  position: absolute;
  left: -7px;
  top: 0;
}

.sec_text {
  background: #F2F2F2;
  background: linear-gradient(90deg, rgb(242, 242, 242) 50%, #F2F2F2 50%);
}

.test-mr2 {
  margin-left: 8%;
  margin-right: auto;
  padding: 20px 0;
}

.sec_text4 {
  background-color: #f2f2f2 !important;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: none !important;
  color: #052b66 !important;
  border: 1px solid #052b66 !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  font-size: 40px;
  left: -190px;
  position: relative;
}
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: #D6DFEC !important;
  color: #000 !important;
}

.owl-dots {
  display: none !important;
}

.contact_form {
  padding: 20px;
  background-color: #0d6efd;
}
.contact_form .contact-form input {
  padding: 8px;
  border: none;
}
.contact_form .form-group {
  text-align: start;
}
.contact_form .form-group .btn-submit {
  background-color: #083a91;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.thank-col {
  background-color: #f2f2f2;
  width: 650px !important;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}
.thank-col .check-icon img {
  height: 70px;
}
.thank-col .thank-content h1 {
  font-size: 30px !important;
  text-align: center;
}
.thank-col .thank-content p {
  text-align: center;
  padding-top: 15px;
}

/* Sticky Container */
.sticky-bar {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
}

/* Inner Box */
.sticky-content {
  background: #fff;
  width: 60%;
  padding: 16px 22px;
  border-radius: 50px;
  display: flex;
  align-items: center !important;
  justify-content: space-between;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

/* Left Text */
.left-text {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.left-text p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7176470588);
  margin-bottom: 0 !important;
}

/* Call Button */
.call-btn {
  background-color: #083a91;
  color: #ffffff;
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(86, 55, 149, 0.4);
}

/* Hover Effect */
.call-btn:hover {
  background-color: #0d6efd;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(76, 19, 190, 0.55);
  border: 1px solid #fff;
}

@media only screen and (max-width: 1192px) {
  h1 {
    font-size: 45px !important;
  }
  .test-mr {
    margin-left: 15% !important;
    margin-right: auto;
  }
  .banner .banner_title h1 {
    line-height: 50px !important;
  }
  .test-mr2 {
    margin-left: 8% !important;
    margin-right: auto;
  }
  .sticky-content {
    width: 70%;
  }
}
@media only screen and (max-width: 997px) {
  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  .box-icons {
    margin: 10px;
  }
  .list_box {
    margin: 10px 0;
  }
  .test-mr2 {
    padding: 15px 0;
  }
  .banner .banner_title h1 {
    line-height: normal !important;
  }
  .banner .banner_title {
    width: 80%;
  }
  .banner .sub_title {
    line-height: normal !important;
    font-size: 18px !important;
    width: 90%;
  }
  .thank-col .check-icon img {
    height: 70px;
  }
  .thank-col .thank-content h1 {
    font-size: 25px !important;
  }
  .thank-col .thank-content p {
    padding-top: 10px;
  }
  .sticky-content {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .banner_title {
    padding: 25px 0;
  }
  .banner_btn .btn_call {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  .contact_form {
    border-radius: 8px;
  }
  .top-flex .logo img {
    height: 60px;
  }
  .nav-right ul li {
    font-size: 14px;
  }
  .banner .banner_title {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .test-mr {
    margin-left: 0 !important;
    margin-right: auto;
  }
  .banner .sub_title {
    line-height: 20px !important;
    font-size: 16px !important;
    width: 100%;
    text-align: center;
  }
  .banner {
    padding: 25px 0;
  }
  .banner .sub_title {
    padding-top: 10px;
  }
  .banner_btn .btn_call {
    font-size: 14px;
  }
  .test-mr2 {
    margin-left: 0 !important;
    margin-right: auto;
  }
  .footer-flex {
    flex-direction: column;
  }
  .footer-flex ul {
    margin-bottom: 5px !important;
  }
  .sec_text {
    background: #F2F2F2;
  }
  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    left: -100px;
    position: relative;
    display: none;
  }
  .listwp2 ul li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1058823529);
    left: 0;
    bottom: 0;
  }
  .banner-img {
    padding: 15px !important;
  }
  .banner-img img {
    border-radius: 10px;
  }
  .test_title {
    text-align: center;
  }
  .list_nu h3 {
    font-size: 22px !important;
  }
  .whychoose_title {
    text-align: center;
  }
  .wr-tp {
    font-size: 16px;
  }
  .footer-flex ul {
    padding-left: 0;
  }
  .thank-col .check-icon img {
    height: 55px;
  }
  .thank-col .thank-content h1 {
    font-size: 22px !important;
  }
  .thank-col .thank-content p {
    padding-top: 10px;
  }
  .sticky-content {
    width: 100%;
    flex-direction: column;
    border-radius: 0;
    gap: 15px;
    padding: 15px;
    text-align: center;
  }
  .left-text {
    font-size: 17px;
  }
  .left-text p {
    font-size: 15px;
    margin-bottom: 0 !important;
    padding-top: 5px;
  }
  .sticky-bar {
    bottom: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */