/*
Template Name: Medixi
Template URL: https://html.vecurosoft.com/medixi
Description: Medixi - Medical and Health Care HTML Template
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Variable
    1.2. Mixin
    1.3. Function
    1.4. Typography
    1.5. Extend
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
    2.6. Date & Time Picker
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Flaticon
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Popup Search
    4.6. Popup Side Menu
    4.7. Pagination
    4.8. Blog
    4.9. Comments
    4.10. Hero Area
    4.11. About
    4.12. Services
    4.13. Team
    4.14. Form Style
    4.15. Testimonial
    4.16. Skill Area
    4.17. Brand
    4.18. Accordion
    4.19. Project
    4.20. Features
    4.21. Contact
    4.22. Woocommerce
    4.23. Shop
    4.24. Simple Sections
    4.25. Event
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Variable-------------------*/
:root {
  --theme-color: #309c5a;
  --theme-color2: #2cb624;
  --theme-color3: #27477d;
  --theme-color4: #309c5a;
  --theme-color5: #27467C;
  --title-color: #27477d;
  --title-color2: #000000;
  --body-color: #888c92;
  --body-color2: #555555;
  --secondary-color: #cdf8ff;
  --smoke-color: #f3f6f7;
  --light-color: #afafaf;
  --black-color: #000000;
  --dark-color: #060d0f;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: rgba(0,0,0,0.10);
  --title-font: "Quicksand", sans-serif;
  --body-font: "Roboto", sans-serif;
  --subtitle-font: "Dancing Script", cursive;
  --icon-font: "Font Awesome 5 Pro";
  --flaticon: "Flaticon";
  --ripple-ani-duration: 5s;
}

.home-five {
  --theme-color: #f20000;
  --title-color: #000000;
  --body-color: #555555;
}

/*------------------- 1.2. Mixin -------------------*/
/*------------------- 1.3. Function -------------------*/
/*------------------- 1.4. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
  margin: 0;
  padding: 0;
}

html {
  background-color: #1e3a6d;
  overflow-x: clip;
  max-width: 100%;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: clip;
  max-width: 100%;
  overscroll-behavior-x: none;
  -webkit-font-smoothing: antialiased;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 500;
}

td,
th {
  border-top: 1px solid var(--border-color);
  padding: 9px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p {
  margin: 0 0 15px 0;
  color: var(--body-color);
  line-height: 1.7;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 30px;
}

.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 42px;
  }
  .h2,
  h2 {
    font-size: 32px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .h1,
  h1 {
    font-size: 38px;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 32px;
  }
  .h2,
  h2 {
    font-size: 24px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .h1,
  h1 {
    font-size: 24px;
  }
  .h2,
  h2 {
    font-size: 22px;
  }
}
/*------------------- 1.5. Extend -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    --bs-gutter-x: .75rem;
    max-width: calc(1360px + var(--bs-gutter-x) * 2);
  }
  .home-five .container-xxl,
  .home-five .container-xl,
  .home-five .container-lg,
  .home-five .container-md,
  .home-five .container-sm,
  .home-five .container,
  .home-four .container-xxl,
  .home-four .container-xl,
  .home-four .container-lg,
  .home-four .container-md,
  .home-four .container-sm,
  .home-four .container {
    --bs-gutter-x: .75rem;
    max-width: calc(1295px + var(--bs-gutter-x) * 2);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0:not(.default) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0:not(.default) .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1600px) {
  .custom-container {
    max-width: 1620px;
  }
  .container-style1 {
    max-width: 1400px;
  }
  .vs-container {
    max-width: 1565px;
    margin-left: 0;
    margin-right: auto;
    /* Hight Resoulation devices */
  }
}
@media (min-width: 1600px) and (min-width: 1921px) {
  .vs-container {
    margin-left: auto;
  }
}
@media (min-width: 1600px) and (max-width: 1920px) {
  .home-four .container-style2,
  .home-five .container-style2,
  .container-style2 {
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
    max-width: calc(1586px + var(--bs-gutter-x));
  }
}
@media (max-width: 1599.99px) {
  .d-none-xxxl {
    display: none !important;
  }
  .vs-container {
    max-width: 100%;
  }
}
.carousel-container {
  max-width: 1320px;
  padding: 0 50px;
  margin: 0 auto;
  overflow: hidden;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .carousel-container {
    max-width: 1200px;
    padding: 0 45px;
  }
}
@media (max-width: 1199px) {
  .carousel-container {
    max-width: 980px;
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .carousel-container {
    max-width: 740px;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .carousel-container {
    max-width: 560px;
    padding: 0 25px;
  }
}
@media (max-width: 576px) {
  .carousel-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.carousel-container .slick-list {
  overflow: visible;
}
.carousel-container .slick-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.carousel-container .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.container-style6 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-style7 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-style8 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gx-2px {
  --bs-gutter-x: 2px;
}

@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
/*------------------- 2.3. Input -------------------*/
.form-select,
.form-control {
  border-radius: 0;
  height: 60px;
  padding: 0 30px;
  padding-right: 60px;
  border: 1px solid #e3e3e3;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 5px;
  font-weight: 400;
}
.form-select:focus,
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--white-color);
  border-color: #e3e3e3;
}
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select::-moz-placeholder, .form-control::-moz-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select::placeholder,
.form-control::placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select.style3, .form-select.style2,
.form-control.style3,
.form-control.style2 {
  height: 60px;
  color: var(--title-color);
  font-size: 14px;
  border-radius: 9999px;
  border: 2px solid #e5e9ee;
  padding-left: 30px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.form-select.style3 ~ i, .form-select.style2 ~ i,
.form-control.style3 ~ i,
.form-control.style2 ~ i {
  font-size: 16px;
  top: 22px;
  color: var(--title-color);
  right: calc(var(--bs-gutter-x) + 15px);
}
.form-select.style3::-moz-placeholder, .form-select.style2::-moz-placeholder,
.form-control.style3::-moz-placeholder,
.form-control.style2::-moz-placeholder {
  color: var(--title-color);
}
.form-select.style3::-webkit-input-placeholder, .form-select.style2::-webkit-input-placeholder,
.form-control.style3::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder {
  color: var(--title-color);
}
.form-select.style3:-ms-input-placeholder, .form-select.style2:-ms-input-placeholder,
.form-control.style3:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder {
  color: var(--title-color);
}
.form-select.style3::-webkit-input-placeholder, .form-select.style2::-webkit-input-placeholder, .form-control.style3::-webkit-input-placeholder, .form-control.style2::-webkit-input-placeholder {
  color: var(--title-color);
}
.form-select.style3::-moz-placeholder, .form-select.style2::-moz-placeholder, .form-control.style3::-moz-placeholder, .form-control.style2::-moz-placeholder {
  color: var(--title-color);
}
.form-select.style3:-ms-input-placeholder, .form-select.style2:-ms-input-placeholder, .form-control.style3:-ms-input-placeholder, .form-control.style2:-ms-input-placeholder {
  color: var(--title-color);
}
.form-select.style3::-ms-input-placeholder, .form-select.style2::-ms-input-placeholder, .form-control.style3::-ms-input-placeholder, .form-control.style2::-ms-input-placeholder {
  color: var(--title-color);
}
.form-select.style3::placeholder, .form-select.style2::placeholder,
.form-control.style3::placeholder,
.form-control.style2::placeholder {
  color: var(--title-color);
}
.form-select.style3:focus, .form-select.style2:focus,
.form-control.style3:focus,
.form-control.style2:focus {
  border-color: var(--theme-color);
  -webkit-box-shadow: 0px 5px 40px 0px rgba(39, 71, 125, 0.1);
          box-shadow: 0px 5px 40px 0px rgba(39, 71, 125, 0.1);
}
.form-select.style3,
.form-control.style3 {
  background-color: transparent;
  border: 2px solid #dee4eb;
  background-color: var(--white-color);
}
.form-select.style3:focus,
.form-control.style3:focus {
  border-color: var(--theme-color);
  background-color: var(--white-color);
}

textarea.form-control.style3,
textarea.form-control.style2 {
  border-radius: 20px;
}

.form-select {
  cursor: pointer;
  background-position: right 1.3rem center;
}

.form-control.shadow,
.form-select.shadow {
  -webkit-box-shadow: 0px 10px 38px 2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0px 10px 38px 2px rgba(0, 0, 0, 0.05) !important;
}

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.form-control[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control {
  min-height: 150px;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  padding-left: 0.5px;
  font-size: 0.29rem;
  line-height: 14.9px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.6em;
  text-transform: capitalize;
  margin-top: -0.3em;
  display: block;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 18px;
  color: var(--theme-color);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}

.color-select input {
  display: none;
}
.color-select input ~ label {
  margin: 0;
  padding: 5px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.color-select input ~ label span {
  display: inline-block;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.color-select input ~ label:before {
  display: none;
}
.color-select input:checked ~ label {
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 10px 42.75px 2.25px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 42.75px 2.25px rgba(0, 0, 0, 0.2);
}

.quantity {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.quantity input {
  width: 85px;
  height: 55px;
  text-align: center;
  border: 1px solid var(--secondary-color);
  color: var(--title-color);
  font-weight: 600;
  font-size: 18px;
  padding-left: 0;
  padding-right: 30px;
  /* Firefox */
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity .qut-btn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 0;
  line-height: 1;
  color: var(--title-color);
  font-size: 14px;
  border: none;
  background-color: transparent;
}
.quantity .qut-btn.quantity-minus {
  top: 30px;
}
.quantity .qut-btn:hover {
  color: var(--theme-color);
}

/* Extra small devices */
@media (max-width: 576px) {
  .form-select,
  .form-control {
    padding-right: 30px;
    padding-left: 15px;
  }
}
/*------------------- 2.4. Slick Slider -------------------*/
.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: var(--title-color);
  width: 20px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  opacity: 0.3;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.slick-dots button:hover {
  background-color: var(--theme-color);
  opacity: 1;
}
.slick-dots .slick-active button {
  background-color: var(--theme-color);
  opacity: 1;
  width: 40px;
}

.slick-arrow {
  --arrow-horizontal: -130px;
  position: absolute;
  left: var(--arrow-horizontal);
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  text-align: center;
  z-index: 4;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 37px 0px rgba(7, 204, 236, 0.2);
          box-shadow: 0px 6px 37px 0px rgba(7, 204, 236, 0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.slick-arrow.slick-next {
  left: auto;
  right: var(--arrow-horizontal);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.slide-nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.slide-nav1 .slick-arrow {
  position: relative;
  --arrow-horizontal: 0;
  top: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #faf9f9;
  opacity: 1;
  visibility: visible;
  font-size: 22px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.slide-nav1 .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.slide-nav1 .slick-arrow.slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.slide-nav1 .slick-dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 20px;
}
.slide-nav1 .slick-dots button {
  border-radius: 0;
  background-color: var(--title-color);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.slide-nav1 .slick-dots button:hover {
  background-color: var(--theme-color);
}
.slide-nav1 .slick-dots li:last-child button {
  margin-right: 0;
}
.slide-nav1 .slick-dots .slick-active button {
  width: 160px;
  background-color: var(--theme-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .slide-nav1 {
    margin-top: 10px;
  }
  .slide-nav1 .slick-dots .slick-active button {
    width: 35px;
    background-color: var(--theme-color);
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 25px;
  padding-top: 40px;
  display: inline-block;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper .vs-menu-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  max-height: 122px;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: 58vh;
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu .new-label {
  margin-left: 5px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  -webkit-box-shadow: 0 0 20px -8px rgba(7, 204, 236, 0.3);
          box-shadow: 0 0 20px -8px rgba(7, 204, 236, 0.3);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a:after {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu-form {
  width: 100%;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.mobile-menu-form input {
  height: 35px;
  border: none;
  background-color: var(--white-color);
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
  padding-left: 20px;
  padding-right: 40px;
}
.mobile-menu-form input:focus {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
}
.mobile-menu-form input::-moz-placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form input::-webkit-input-placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form input:-ms-input-placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form input::-ms-input-placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form input::placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form button {
  border: none;
  background-color: transparent;
  color: var(--theme-color);
  position: absolute;
  right: 13px;
  top: 3px;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-menu-toggle {
    position: relative;
    right: 15px;
  }
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*------------------- 2.6. Date & Time Picker -------------------*/
.xdsoft_datetimepicker {
  z-index: 1080;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 300px;
}

.xdsoft_datetimepicker .xdsoft_current {
  color: var(--theme-color);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background-color: var(--smoke-color);
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: #1e3a6d;
}
.preloader .vs-btn {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 5px auto;
}

.beat-loader {
  stroke: var(--theme-color);
  stroke-dasharray: 175;
  stroke-dashoffset: 350;
  -webkit-animation: draw 1.4s linear;
          animation: draw 1.4s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 19.5px 48px;
  border-radius: 9999px;
  --icon-shape: 40px;
  --icon-size: 30px;
}
.vs-btn i {
  display: inline-block;
}
.vs-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-btn:hover:before,
.vs-btn:hover i {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.vs-btn.style3, .vs-btn.style2 {
  margin-left: calc(var(--icon-shape) / 2);
}
.vs-btn.style3:before, .vs-btn.style2:before {
  content: "";
  position: absolute;
  left: calc(var(--icon-shape) / -2);
  top: 50%;
  width: var(--icon-shape);
  height: var(--icon-shape);
  margin-top: calc(var(--icon-shape) / -2);
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
          box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
  -webkit-transition: inherit;
  transition: inherit;
}
.vs-btn.style3 i, .vs-btn.style2 i {
  position: absolute;
  left: calc(var(--icon-size) / -2);
  top: 50%;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  margin-top: calc(var(--icon-size) / -2);
  border-radius: 50%;
  background-color: var(--theme-color);
  font-size: 14px;
  -webkit-transition: inherit;
  transition: inherit;
}
.vs-btn.style2:hover, .vs-btn.style3 {
  background-color: var(--title-color);
}
.vs-btn.style2:hover:before, .vs-btn.style3:before {
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(39, 71, 125, 0.3);
          box-shadow: inset 0px 5px 5px 0px rgba(39, 71, 125, 0.3);
}
.vs-btn.style2:hover i, .vs-btn.style3 i {
  background-color: var(--title-color);
}
.vs-btn.style3:hover {
  background-color: var(--theme-color);
}
.vs-btn.style3:hover:before {
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
          box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
}
.vs-btn.style3:hover i {
  background-color: var(--theme-color);
}
.vs-btn.style4 {
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
          box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
  color: var(--body-color);
}
.vs-btn.style4.active, .vs-btn.style4:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.vs-btn.hover-white:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}
.vs-btn.hover-white i {
  color: var(--white-color);
}
.vs-btn.style5 {
  padding: 14.5px 29px;
}
.vs-btn.style6, .vs-btn.style5 {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.vs-btn.style6:hover, .vs-btn.style5:hover {
  background-color: var(--theme-color4);
  color: var(--white-color);
}
.vs-btn.style7 {
  background-color: var(--theme-color4);
}
.vs-btn.style7:hover {
  background-color: var(--theme-color2);
}
.vs-btn.style8 {
  background-color: var(--title-color);
}
.vs-btn.style8:hover {
  background-color: var(--theme-color2);
}
.vs-btn.style9 {
  background-color: transparent;
  border: 2px solid var(--white-color);
  padding: 16.5px 48px;
}
.vs-btn.style9:hover {
  background-color: var(--white-color);
  color: var(--title-color);
  border-color: transparent;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
.icon-btn {
  z-index: 1;
  display: inline-block;
  position: relative;
  -webkit-transition: 0s;
  transition: 0s;
}
.icon-btn i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: var(--white-color);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(39, 71, 125, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(39, 71, 125, 0.1);
}
.icon-btn.has-badge {
  margin-right: 7px;
}
.icon-btn .badge {
  right: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.icon-btn:hover i {
  background-color: var(--theme-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--white-color);
}
.icon-btn:hover .badge {
  background-color: var(--title-color);
  color: var(--white-color);
}
.icon-btn.style2 i {
  background-color: var(--theme-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.icon-btn.style2 i:hover {
  background-color: var(--title-color);
}
.icon-btn.style2:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  bottom: -8px;
  right: -8px;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--white-color);
}
.icon-btn.style3 i {
  background-color: rgba(7, 204, 236, 0.2);
  color: var(--title-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.icon-btn.style3.active i, .icon-btn.style3:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.icon-btn.style4 i {
  background-color: var(--theme-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}
.icon-btn.style4 i:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  --icon-size: 112px;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: var(--icon-font-size, 2em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.play-btn:hover > i, .play-btn:hover::before, .play-btn:hover::after {
  background-color: var(--title-color);
  color: var(--white-color);
}
.play-btn.style2:before, .play-btn.style2:after {
  border: 2px solid var(--white-color);
  background-color: transparent;
  -webkit-animation-name: ripple-md;
          animation-name: ripple-md;
}
.play-btn.style3 {
  --icon-size: 64px;
}
.play-btn.style3:after, .play-btn.style3:before {
  background-color: var(--white-color);
}
.play-btn.style3 i {
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 1.2em;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn.style3:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style4:before, .play-btn.style4:after,
.play-btn.style4 i {
  background-color: transparent;
  border: 2px solid var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn.style4:hover:before, .play-btn.style4:hover:after {
  border-color: var(--theme-color);
}
.play-btn.style4:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.link-btn {
  font-weight: 500;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  letter-spacing: 0.03em;
}
.link-btn i {
  margin-left: 7px;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}
.link-btn.style2::before {
  width: 100%;
}
.link-btn.style2:hover::before {
  width: 20%;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  visibility: hidden;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  /* Small devices */
}
.scroll-btn:focus, .scroll-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.scroll-btn i {
  line-height: inherit;
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.ripple-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.ripple-icon:after, .ripple-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  -webkit-animation: ripple-sm 4s infinite ease-in-out;
          animation: ripple-sm 4s infinite ease-in-out;
  z-index: -1;
  border-radius: 50%;
}
.ripple-icon:after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ripple-icon i {
  width: 70px;
  height: 70px;
  background-color: var(--white-color);
  color: var(--theme-color);
  border: 4px solid rgba(7, 204, 236, 0.3);
  display: inline-block;
  text-align: center;
  line-height: 65px;
  font-size: 2em;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.ripple-icon:hover:not(.hover-default) i {
  background-color: transparent;
  color: var(--white-color);
  border-color: var(--white-color);
}
.ripple-icon.hover-style2:hover i {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.ripple-icon.style2 i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 22px;
}
.ripple-icon.style2:hover i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 96;
  /* Medium devices */
}
@media (max-width: 992px) {
  .scrollToTop {
    right: 15px;
  }
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

.scroll-bottom {
  display: inline-block;
}
.scroll-bottom i {
  width: 60px;
  height: 70px;
  background-color: var(--white-color);
  color: var(--theme-color);
  line-height: 70px;
  text-align: center;
  right: 60px;
  bottom: 0;
  font-size: 1.2em;
  -webkit-box-shadow: 0 -5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -5px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.scroll-bottom:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.scroll-bottom.show {
  bottom: 0;
}

.search-btn2 {
  border: none;
  padding: 0;
  background-color: transparent;
  color: var(--title-color);
  font-weight: 600;
  font-size: 14px;
}
.search-btn2 i {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.search-btn2:hover {
  color: var(--theme-color2);
}

.sec-bottom-btn {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 30px;
}

/* Medium devices */
@media (max-width: 992px) {
  .play-btn.style4 {
    --icon-size: 90px;
    --icon-font-size: 22px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .play-btn > i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.2em;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
  .scroll-bottom {
    right: 15px;
  }
  .scroll-bottom i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .scroll-bottom.show {
    bottom: 15px;
  }
}
.btn-style7 {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 700;
  background: #309c5a;
  display: inline-block;
  height: 51px;
  line-height: 51px;
  padding: 0 30px;
  border-radius: 50px;
}

.btn-style8 {
  color: #FFF;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  border-radius: 5px 50px 5px 5px;
  background: #309c5a;
  height: 56px;
  padding: 0 51px 0 37px;
  display: inline-block;
  border: 1px solid transparent;
}
.btn-style8:hover {
  background-color: #fff;
  border-color: #309c5a;
  color: #309c5a;
}

/*------------------- 3.3. Titles -------------------*/
.section-title {
  margin-bottom: 75px;
}
.section-title .h1 {
  margin-top: -0.3em;
}
.section-title .sec-subtitle {
  margin-top: -0.2em;
}

.sec-subtitle {
  display: block;
  font-family: var(--subtitle-font);
  font-weight: 400;
}

.sec-icon {
  display: inline-block;
  position: relative;
  padding: 10px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  --line-width: 48px;
  --line-height: 1px;
  margin-bottom: 30px;
}
.sec-icon:after, .sec-icon:before {
  content: "";
  position: absolute;
  left: calc(var(--line-width) / -1);
  top: 50%;
  height: var(--line-height);
  margin-top: calc(var(--line-height) / -2);
  width: var(--line-width);
  background-color: var(--theme-color);
}
.sec-icon:after {
  right: calc(var(--line-width) / -1);
  left: auto;
}
.sec-icon i {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 22px;
  background-color: var(--white-color);
  border-radius: 50%;
  color: var(--theme-color);
  -webkit-box-shadow: 0px 6px 37px 0px rgba(28, 53, 95, 0.1);
          box-shadow: 0px 6px 37px 0px rgba(28, 53, 95, 0.1);
}

.border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: -0.2em;
}
.border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: var(--theme-color);
}

.sec-title {
  color: var(--title-color2);
  margin: 0 0 10px 0;
}
.sec-title .inner-text {
  text-decoration: underline;
  text-decoration-color: var(--theme-color2);
}

.sec-text2,
.sec-text {
  color: var(--body-color2);
  margin: 0 0 23px 0;
}

.sec-text2 {
  font-size: 18px;
}

.sec-icon2 {
  padding-bottom: 5px;
}

.sec-subtitle2 {
  font-weight: 700;
  color: var(--theme-color4);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 3px;
  display: block;
  margin-top: -0.3em;
}

.sec-icon3 {
  margin-bottom: 13px;
}

.sec-subtitle5,
.sec-subtitle4,
.sec-subtitle3 {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: block;
  margin-bottom: 2px;
}

.sec-title2 {
  font-size: 40px;
}

.sec-subtitle4 {
  position: relative;
  margin-bottom: 7px;
  margin-top: -0.4em;
}
.sec-subtitle4.text-white:before {
  background-color: currentColor;
}

.sec-line {
  width: 75px;
  height: 3px;
  background-color: var(--theme-color);
  margin-bottom: 10px;
  display: inline-block;
}

.sec-subtitle5 {
  margin-top: -0.4em;
  font-size: 16px;
}

.title-wrap2 {
  margin-bottom: 48px;
}

.title-area-two {
  margin-bottom: 49px;
}
.title-area-two.faqs-title h2 {
  max-width: 550px;
}
.title-area-two .sub-title6 {
  position: relative;
  color: var(--theme-color);
  font-weight: 700;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 7px;
}
.title-area-two .sub-title6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 2px;
  background-color: var(--theme-color);
}
.title-area-two h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 13px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .title-area-two h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.title-area-two p {
  line-height: 26px;
}

.light h2 {
  color: var(--white-color);
}

.title-area-two.v1 .sub-title6::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title-area-three {
  margin-bottom: 50px;
}
.title-area-three .sub-title7 {
  font-family: var(--subtitle-font);
  color: var(--theme-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin-bottom: 10px;
}
.title-area-three h2 {
  color: var(--title-color);
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 12px;
}
.title-area-three p {
  color: #666;
  line-height: 30px;
}
.title-area-three .text {
  margin-top: 29px;
}

.title-area-three.light h2 {
  color: var(--white-color);
}

.title-area-four {
  margin-bottom: 49px;
}
.title-area-four .sub-title8 {
  position: relative;
  color: #444;
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04em;
  text-transform: none;
  display: inline-block;
  margin-top: 61px;
}
.title-area-four .sub-title8::before {
  content: "";
  position: absolute;
  top: -61px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 41px;
  height: 36px;
  background-image: url(../img/about/plus.svg);
}
.title-area-four .v1 {
  margin-top: 0;
}
.title-area-four .v1::before {
  display: none;
}
.title-area-four h2 {
  color: #15274E;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
}

.title-area-four.light .sub-title8 {
  color: var(--white-color);
}
.title-area-four.light h2 {
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 992px) {
  .section-title {
    margin-bottom: 35px;
  }
  .sec-title2 {
    font-size: 36px;
  }
  .sec-bottom-btn {
    margin-top: 20px;
  }
  .sec-subtitle4 {
    letter-spacing: 0;
  }
  .sec-subtitle5 {
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title2 {
    font-size: 30px;
  }
}
/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}
.image-scale-hover:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.sub-plus {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  font-size: 18px;
  color: #e4e4e4;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.phone-box .box-icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 22px;
  border-radius: 50%;
  z-index: 1;
  margin-right: 20px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.phone-box .box-icon:after, .phone-box .box-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ripple infinite 3s ease-in-out;
          animation: ripple infinite 3s ease-in-out;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.phone-box .box-icon:after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.phone-box .box-icon:hover, .phone-box .box-icon:hover:after, .phone-box .box-icon:hover:before {
  background-color: var(--title-color);
}

.title-divider {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.title-divider:before, .title-divider:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: var(--theme-color);
  border-radius: 4px;
}
.title-divider:after {
  width: 10px;
  left: 85px;
  background-color: var(--title-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--yellow-color);
  font-weight: 300;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--yellow-color);
  letter-spacing: 3px;
}

.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}

.parallax {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 100%;
  /* BG behaviour */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vs-surface {
  position: relative;
  overflow: hidden;
}
.vs-surface:after, .vs-surface:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.vs-surface:after {
  background: #fff;
  z-index: 2;
}
.vs-surface.animated:before {
  background: #ddd;
  -webkit-animation: vssurface 2s cubic-bezier(0.8, 0, 0.18, 1) both;
          animation: vssurface 2s cubic-bezier(0.8, 0, 0.18, 1) both;
  z-index: 2;
}
.vs-surface.animated:after {
  -webkit-animation: vssurfaceBack 2s cubic-bezier(0.8, 0, 0.18, 1) both;
          animation: vssurfaceBack 2s cubic-bezier(0.8, 0, 0.18, 1) both;
}

.has-new-label {
  position: relative;
}

.new-label {
  font-size: 12px;
  background-color: var(--error-color);
  color: var(--white-color);
  line-height: 1;
  padding: 3px 5px 3px 5px;
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 5px;
}

/* Large devices */
@media (max-width: 1199px) {
  .text-center.text-xl-start .title-divider:before, .text-center.text-xl-start .title-divider:after {
    left: 50%;
    margin-left: -45px;
  }
  .text-center.text-xl-start .title-divider:after {
    margin-left: 40px;
  }
}
/*------------------- 3.6. Font -------------------*/
.font-flaticon {
  font-family: var(--flaticon);
}

.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.font-subtitle {
  font-family: var(--subtitle-font);
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.fs-12 {
  font-size: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
  .fs-20 {
    font-size: 18px;
  }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.bg-light2 {
  background-color: #f5f7ff;
}

[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-right {
  background-position: top right;
  background-size: auto;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-box1 {
  --shape-size: 545px;
}

.bg-box-shape1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: var(--shape-size);
  z-index: -1;
}

.bg-box-shape2 {
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: left bottom;
  height: calc(100% - var(--shape-size));
}

.bg-box-shape3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 685px;
}

.icon-shape1 {
  position: absolute;
  left: 0%;
  top: 62%;
}

.icon-shape2 {
  position: absolute;
  top: -220px;
  right: 80px;
}

.icon-shape3 {
  position: absolute;
  bottom: -150px;
  left: 100px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .icon-shape3 {
    display: none;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .bg-box-shape2 {
    background-size: cover;
    background-position: right top;
  }
}
/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

.text-reset:hover {
  color: var(--theme-color) !important;
}

.text-white-light {
  color: rgba(255, 255, 255, 0.8);
}

.hover-white:not(.vs-btn):hover {
  color: var(--white-color) !important;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=theme3]:before {
  background-color: var(--theme-color3);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=dark]:before {
  background-color: var(--dark-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ripple-md {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes ripple-md {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
    opacity: 0;
  }
}
@-webkit-keyframes ripple-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes ripple-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
    opacity: 0;
  }
}
@-webkit-keyframes ripple-xs {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes ripple-xs {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}
@-webkit-keyframes vssurface {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes vssurface {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes vssurfaceBack {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes vssurfaceBack {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/*------------------- 3.11. Flaticon -------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after,
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.flaticon-blood-pressure:before {
  content: "\f101";
}

.flaticon-computer-mouse:before {
  content: "\f102";
}

.flaticon-discuss:before {
  content: "\f103";
}

.flaticon-ecg:before {
  content: "\f104";
}

.flaticon-electrocardiogram:before {
  content: "\f105";
}

.flaticon-group:before {
  content: "\f106";
}

.flaticon-healthcare:before {
  content: "\f107";
}

.flaticon-injection:before {
  content: "\f108";
}

.flaticon-laboratory-equipment:before {
  content: "\f109";
}

.flaticon-medical-equipment:before {
  content: "\f10a";
}

.flaticon-medical-kit:before {
  content: "\f10b";
}

.flaticon-medical-mask:before {
  content: "\f10c";
}

.flaticon-medical-results:before {
  content: "\f10d";
}

.flaticon-medical-symbol:before {
  content: "\f10e";
}

.flaticon-quality-of-life:before {
  content: "\f10f";
}

.flaticon-quotation:before {
  content: "\f110";
}

.flaticon-quote:before {
  content: "\f111";
}

.flaticon-security:before {
  content: "\f112";
}

.flaticon-stethoscope-1:before {
  content: "\f113";
}

.flaticon-stethoscope:before {
  content: "\f114";
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  color: var(--white-color);
  background-color: var(--theme-color);
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 3px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: var(--white-color);
  color: var(--title-color);
  padding: 17px 25px 17px 20px;
  margin-bottom: 10px;
  padding-right: 50px;
  line-height: 1;
  font-size: 15px;
  border-radius: 5px;
}
.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before {
  content: "\f054";
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 12px;
  color: var(--theme-color);
  margin-right: 5px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
  top: -1px;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  -webkit-box-shadow: 0px 15px 42.75px 2.25px rgba(7, 204, 236, 0.07);
          box-shadow: 0px 15px 42.75px 2.25px rgba(7, 204, 236, 0.07);
}
.widget_nav_menu a:hover:before,
.widget_meta a:hover:before,
.widget_pages a:hover:before,
.widget_archive a:hover:before,
.widget_categories a:hover:before {
  color: var(--white-color);
}
.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  background-color: var(--white-color);
  color: var(--title-color);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.vs-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}
.widget_shopping_cart ul li {
  list-style-type: none;
}
.widget_shopping_cart ul.woocommerce-mini-cart {
  margin-top: -20px;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 10px 30px 90px;
  border-bottom: 1px solid #e5eaee;
}
.widget_shopping_cart .mini_cart_item:last-child {
  border-bottom: none;
}
.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 3px;
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--body-color);
}
.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 20px;
}
.widget_shopping_cart .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  color: var(--body-color);
}
.widget_shopping_cart .total {
  margin-top: 5px;
  font-size: 18px;
  margin-bottom: 25px;
  color: var(--title-color);
}
.widget_shopping_cart .amount {
  padding-left: 5px;
  font-weight: 600;
  font-family: var(--title-font);
}
.widget_shopping_cart .vs-btn {
  margin-right: 20px;
}
.widget_shopping_cart .vs-btn:last-child {
  margin-right: 0;
}

.widget .search-form {
  position: relative;
}
.widget .search-form input {
  width: 100%;
  height: 60px;
  background-color: var(--white-color);
  border: none;
  color: var(--body-color);
  padding-left: 30px;
  padding-right: 50px;
  border-radius: 5px;
}
.widget .search-form input::-moz-placeholder {
  color: var(--body-color);
}
.widget .search-form input::-webkit-input-placeholder {
  color: var(--body-color);
}
.widget .search-form input:-ms-input-placeholder {
  color: var(--body-color);
}
.widget .search-form input::-ms-input-placeholder {
  color: var(--body-color);
}
.widget .search-form input::placeholder {
  color: var(--body-color);
}
.widget .search-form button {
  text-align: center;
  padding: 0;
  color: var(--theme-color);
  background-color: transparent;
  border: none;
  position: absolute;
  top: 18px;
  right: 30px;
}
.widget .search-form button:hover {
  border-color: var(--theme-color);
  background-color: var(--white-color);
  color: var(--theme-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 10.5px 21px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 9999px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}

.widget .tagcloud a:not(:hover) {
  background-color: #fff;
}

.widget .newsletter-form {
  position: relative;
}
.widget .newsletter-form .form-icon {
  position: absolute;
  left: 20px;
  top: 19px;
}
.widget .newsletter-form .form-control {
  padding-left: 50px;
  padding-right: 20px;
}

.newsletter-section {
  position: relative;
  z-index: 9;
  background-color: #27477D;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .newsletter-section {
    padding: 83px 0 73px;
  }
}
.newsletter-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/testimonial/pattern3-1.png);
  z-index: -1;
}
.newsletter-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #27477D;
  z-index: -1;
}

.title-area-two.light {
  position: relative;
  margin-bottom: 0;
  margin-right: -10px;
  z-index: 99;
  /* Large devices */
}
@media (max-width: 1199px) {
  .title-area-two.light {
    text-align: center;
    margin-right: 0;
  }
}
.title-area-two.light .sub-title6 {
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .title-area-two.light .sub-title6::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .title-area-two.light .sub-title6 {
    margin-bottom: 10px;
  }
}
.title-area-two.light h2 {
  margin-bottom: 0;
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .title-area-two.light h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .title-area-two.light h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 416px) {
  .title-area-two.light h2 {
    font-size: 27px;
    line-height: 37px;
  }
}

.newsletter-form {
  text-align: right;
  margin-top: 39px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .newsletter-form {
    text-align: center;
  }
}
.newsletter-form .form-group {
  position: relative;
  display: inline-block;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .newsletter-form .form-group {
    width: 100%;
  }
}
.newsletter-form .form-group input {
  height: 75px;
  width: 521px;
  border: 0;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .newsletter-form .form-group input {
    width: 100%;
  }
}
@media (max-width: 416px) {
  .newsletter-form .form-group input {
    height: 60px;
  }
}
.newsletter-form .form-group .btn-style {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  /* Extra small devices */
}
.newsletter-form .form-group .btn-style i {
  margin-left: 3px;
}
@media (max-width: 416px) {
  .newsletter-form .form-group .btn-style {
    position: static;
    margin-top: 20px;
  }
}

.news-letter-section-two {
  position: relative;
  margin-top: -130px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .news-letter-section-two {
    margin-top: 0;
  }
}

.news-letter-box-two {
  position: relative;
  padding: 95px 0;
}
.news-letter-box-two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #084c7d;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .news-letter-box-two::before {
    right: 99%;
  }
}

.news-content7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Medium devices */
}
@media (max-width: 992px) {
  .news-content7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.news-content7 img {
  position: relative;
  z-index: 999;
  /* Medium devices */
}
@media (max-width: 992px) {
  .news-content7 img {
    margin-bottom: 30px;
  }
}

.letter-btn-box {
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .letter-btn-box {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .letter-btn-box {
    text-align: center;
  }
}

.btn-style7.v5 {
  padding: 0 40px;
}

.news-letter-title {
  margin-left: 70px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .news-letter-title {
    margin-left: 0;
  }
}
@media (max-width: 416px) {
  .news-letter-title {
    margin-left: -15px;
  }
}
.news-letter-title .sub-title7 {
  font-family: var(--subtitle-font);
  color: var(--white-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-bottom: 15px;
}
.news-letter-title h2 {
  color: var(--white-color);
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .news-letter-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 416px) {
  .news-letter-title h2 {
    font-size: 25px;
  }
}

.thumb-post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5eaee;
}
.thumb-post:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.thumb-post .post-date {
  display: inline-block;
  font-size: 12px;
  color: var(--title-color);
}
.thumb-post .post-date i {
  position: relative;
  top: -1px;
  margin-right: 7px;
}
.thumb-post .post-date:hover {
  color: var(--theme-color);
}
.thumb-post .post-title {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 700;
}
.thumb-post .post-title a {
  color: inherit;
}
.thumb-post .post-title a:hover {
  color: var(--theme-color);
}
.thumb-post .media-img {
  margin-right: 20px;
  overflow: hidden;
  border-radius: 5px;
}
.thumb-post .media-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}
.thumb-post:hover .media-img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.widget {
  padding: 40px;
  margin-bottom: 30px;
  background-color: var(--smoke-color);
  border-radius: 5px;
}

.widget_title {
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}

.sidebar-area .widget_title {
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
}
.sidebar-area .widget_title:after, .sidebar-area .widget_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: var(--theme-color);
}
.sidebar-area .widget_title:after {
  left: 55px;
  width: 7px;
  background-color: var(--title-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .sidebar-area.pl-30 {
    padding-left: 0;
  }
  .widget {
    padding: 30px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .widget {
    padding: 30px 20px;
  }
}
.footer-widget {
  margin-bottom: 50px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  position: relative;
  border-left: none;
  font-family: var(--title-font);
  padding-left: 0;
  font-size: 24px;
  margin-top: -0.1em;
  margin-bottom: 32px;
  padding-bottom: 20px;
}
.footer-widget .widget_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: currentColor;
  border-radius: 3px;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 45px;
}
.footer-widget.widget_meta .widget_title, .footer-widget.widget_pages .widget_title, .footer-widget.widget_archive .widget_title, .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
  margin-bottom: 30px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  background-color: transparent;
  padding: 0;
  position: relative;
  margin-bottom: 14px;
  display: inline-block;
  font-size: 16px;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\f30b";
  font-family: var(--icon-font);
  margin-right: 10px;
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.footer-gallery .gal-item {
  overflow: hidden;
}
.footer-gallery .gal-item img {
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.footer-gallery .gal-item:hover img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.address-line {
  padding-left: 30px;
  position: relative;
}
.address-line i {
  position: absolute;
  left: 0;
  top: 6px;
}
.address-line a {
  text-decoration: underline;
}

.footer-table table {
  margin-bottom: 1.2em;
}
.footer-table td {
  padding: 10px 0;
  border: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.footer-table td + td {
  text-align: right;
}
.footer-table tr:first-child td {
  padding-top: 0;
}

.footer-social a {
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: rgba(39, 71, 125, 0.28);
  color: #7f9ccd;
  margin-right: 12px;
  border-radius: 50%;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.footer-bottom-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-bottom-menu li {
  display: inline-block;
  margin-right: 10px;
}
.footer-bottom-menu li:last-child {
  margin-right: 0;
}

.footer-layout1 .copyright {
  padding: 21.5px 0;
}
.footer-layout1 .footer-top {
  border-bottom: 1px solid #1a3461;
}
.footer-layout1 .widget-area {
  padding-top: 80px;
  padding-bottom: 25px;
}
.footer-layout1 .footer-table td {
  border-bottom: 1px dashed rgba(223, 223, 224, 0.1);
}
.footer-layout1 .footer-widget.widget_meta a,
.footer-layout1 .footer-widget.widget_pages a,
.footer-layout1 .footer-widget.widget_archive a,
.footer-layout1 .footer-widget.widget_categories a,
.footer-layout1 .footer-widget.widget_nav_menu a {
  color: var(--white-color);
}
.footer-layout1 .footer-widget.widget_meta a:hover,
.footer-layout1 .footer-widget.widget_pages a:hover,
.footer-layout1 .footer-widget.widget_archive a:hover,
.footer-layout1 .footer-widget.widget_categories a:hover,
.footer-layout1 .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
}
.footer-layout1 .footer-widget.widget_meta a:hover:before,
.footer-layout1 .footer-widget.widget_pages a:hover:before,
.footer-layout1 .footer-widget.widget_archive a:hover:before,
.footer-layout1 .footer-widget.widget_categories a:hover:before,
.footer-layout1 .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}
.footer-layout1 .footer-bottom-menu a,
.footer-layout1 .footer-table td,
.footer-layout1 .address-line,
.footer-layout1 p,
.footer-layout1 .widget_title {
  color: var(--white-color);
}
.footer-layout1 .footer-bottom-menu a:hover {
  color: var(--title-color);
}

.footer-text1 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.footer-social2 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--white-color);
  border: 1px solid #9b9b9c;
  border-radius: 50%;
  margin-right: 5px;
}
.footer-social2 a:last-child {
  margin-right: 0;
}
.footer-social2 a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.footer-social3 a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  margin-right: 5px;
}
.footer-social3 a:last-child {
  margin-right: 0;
}
.footer-social3 a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.footer-newsletter2 .form-text {
  font-size: 16px;
  color: var(--body-color);
  margin-bottom: 27px;
}
.footer-newsletter2 input {
  width: 100%;
  height: 60px;
  padding: 0 30px 0 30px;
  border-radius: 9999px;
  font-size: 14px;
  color: #000000;
  margin-bottom: 15px;
}
.footer-newsletter2 input::-moz-placeholder {
  color: #000000;
}
.footer-newsletter2 input::-webkit-input-placeholder {
  color: #000000;
}
.footer-newsletter2 input:-ms-input-placeholder {
  color: #000000;
}
.footer-newsletter2 input::-ms-input-placeholder {
  color: #000000;
}
.footer-newsletter2 input::placeholder {
  color: #000000;
}
.footer-newsletter2 .vs-btn:hover {
  color: #000;
  background-color: var(--white-color);
}

.footer-media2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.footer-media2:first-of-type {
  padding-top: 5px;
}
.footer-media2:last-child {
  margin-bottom: 0;
}
.footer-media2 .media-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--white-color);
  font-size: 24px;
  margin-right: 20px;
}
.footer-media2 .media-label {
  color: var(--white-color);
  font-size: 16px;
}
.footer-media2 .media-text {
  color: var(--white-color);
  font-weight: 700;
  margin: 0;
}
.footer-media2 .media-text a {
  color: inherit;
}
.footer-media2 .media-text a:hover {
  text-decoration: underline;
}

/* Medium devices */
@media (max-width: 992px) {
  .footer-social a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .footer-layout1 .widget-area {
    padding-top: 60px;
    padding-bottom: 5px;
  }
  .copyright p {
    font-size: 14px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.header-wrapper {
  position: relative;
  z-index: 9999;
}

header.header-wrapper.sum-header-v8,
header.header-wrapper.sum-header-premium {
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.sum-header-v8.header-layout8 .sticky-wrap.will-sticky .sticky-active,
.sum-header-premium.header-layout8 .sticky-wrap.will-sticky .sticky-active {
  background-color: #1e3a6d !important;
  background: linear-gradient(180deg, #1e3a6d 0%, #27477d 100%) !important;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}
.will-sticky .sticky-active.active {
  top: 0;
}
.will-sticky .menu-style1 > ul > li > a {
  padding: 41px 0;
}

.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 700;
  color: var(--title-color);
  font-size: 14px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .main-menu a {
    font-size: 14px;
  }
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 15px;
}
.main-menu > ul > li > a .new-label {
  position: absolute;
  top: -15px;
  right: -16px;
  font-size: 11px;
  border-radius: 3px;
  background-color: var(--error-color);
}
.main-menu > ul > li > a .has-new-lable {
  position: relative;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 2px;
  font-size: 0.8rem;
  left: 4px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover .menu-pages,
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 2.5em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--theme-color);
  font-weight: 700;
  background-color: var(--white-color);
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(7, 204, 236, 0.4);
          box-shadow: inset 0px 2px 4px 0px rgba(7, 204, 236, 0.4);
}
.main-menu ul.sub-menu li a:hover {
  color: var(--theme-color);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: 1250px;
  padding: 20px 15px 23px 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}
.main-menu .menu-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: var(--main-container, 1295px);
  background-color: var(--white-color);
  padding: 20px 10px 0 10px;
  margin-top: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
}
.main-menu .menu-pages > li {
  width: 100%;
  padding: 0 10px 20px 10px;
}
.main-menu .menu-pages img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-menu .menu-pages a {
  text-align: center;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 10px 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background-color: var(--title-color);
  color: var(--white-color);
}
.main-menu .menu-pages a img {
  display: block;
  margin: 0 0 8px 0;
}
.main-menu .menu-pages a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.menu-style1 > ul > li > a {
  padding: 46px 0;
}

.menu-style2 > ul > li > a {
  padding: 44px 0;
}

.menu-style3 > ul > li {
  margin: 0 28px;
}
.menu-style3 > ul > li > a {
  padding: 16.5px 0;
  color: var(--white-color);
}
.menu-style3 > ul > li > a:hover {
  color: var(--theme-color);
}

.menu-style4 ul.sub-menu li a:before {
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(242, 0, 0, 0.4);
          box-shadow: inset 0px 2px 4px 0px rgba(242, 0, 0, 0.4);
}
.menu-style4 > ul > li {
  margin: 0;
}
.menu-style4 > ul > li > a {
  padding: 27px 30px;
  font-weight: 500;
  color: var(--white-color);
  position: relative;
  font-size: 16px;
}
.menu-style4 > ul > li > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #ff7676;
  height: 16px;
  width: 1px;
  margin: -8px 0 0 0;
}
.menu-style4 > ul > li > a:hover {
  color: var(--title-color);
}
.menu-style4 > ul > li > a .new-label {
  color: var(--title-color);
  background-color: var(--white-color);
}
.menu-style4 > ul > li:first-child > a {
  padding-left: 0;
}
.menu-style4 > ul > li:last-child > a {
  padding-right: 0;
}
.menu-style4 > ul > li:last-child > a::before {
  display: none;
}

.header-top-info li {
  display: inline-block;
  font-size: 14px;
  color: var(--white-color);
  margin-right: 38px;
}
.header-top-info li:last-child {
  margin-right: 0;
}
.header-top-info li i {
  color: var(--theme-color);
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
}

.head-top-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.head-top-links a {
  color: var(--white-color);
  font-size: 14px;
}
.head-top-links a:hover {
  color: var(--theme-color);
}
.head-top-links > li {
  display: inline-block;
  margin-right: 28px;
  position: relative;
  padding-right: 31px;
}
.head-top-links > li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #6f87af;
}
.head-top-links > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.head-top-links > li:last-child:before {
  display: none;
}
.head-top-links .dropdown-toggle i {
  font-size: 12px;
  margin-right: 5px;
}
.head-top-links .dropdown-toggle:after {
  content: "\f107";
  margin: 0;
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 5px;
}
.head-top-links .dropdown-menu {
  padding: 10px 15px;
  border: none;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  margin-left: 0 !important;
  margin-top: 15px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  position: relative;
  z-index: 3;
  border: 1px solid #ededed;
}
.head-top-links .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 30px;
  top: -7px;
  width: 14px;
  height: 14px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.head-top-links .dropdown-menu a {
  color: var(--title-color);
}
.head-top-links .dropdown-menu a:hover {
  color: var(--theme-color);
}
.head-top-links .dropdown-menu li {
  margin-bottom: 5px;
}
.head-top-links .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.header-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-social li {
  display: inline-block;
  margin-right: 13px;
}
.header-social li:last-child {
  margin-right: 0;
}
.header-social a {
  font-size: 16px;
}

.header-search-btn {
  color: #698fd0;
  font-size: 12px;
  background-color: transparent;
  border: none;
  display: inline-block;
  padding: 3px 3px 3px 15px;
  border-radius: 3px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.header-search-btn i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-left: 10px;
  font-size: 10px;
  border: none;
  color: var(--white-color);
  background-color: #698fd0;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.header-search-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.header-search-btn:hover i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.header-btn,
.header-call.phone-box {
  padding-left: 42px;
  margin-left: 40px;
  position: relative;
}
.header-btn:before,
.header-call.phone-box:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: var(--theme-color);
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.header-btn.style2,
.header-call.phone-box.style2 {
  padding-left: 30px;
  margin-left: 0;
}

.header-btn {
  position: relative;
  margin-left: calc(43px - var(--bs-gutter-x));
}
.header-btn:before {
  content: "";
  position: absolute;
}
.header-btn .vs-btn {
  margin-left: 30px;
}
.header-btn .icon-btn {
  margin-left: 10px;
}
.header-btn .icon-btn:first-child {
  margin-left: 0;
}

.header2-btn .vs-btn {
  margin-left: 25px;
}
.header2-btn .icon-btn {
  margin-right: 10px;
}
.header2-btn .icon-btn:first-child {
  margin-left: 0;
}

.header-note {
  position: relative;
  border-top: 3px solid var(--title-color);
}
.header-note .note-inner {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
}
.header-note .note-text {
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin: -1px 0 0 auto;
  font-size: 14px;
  color: var(--white-color);
  padding: 13.2px 0 13.2px 225px;
}
.header-note .note-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 99999px;
  height: 100%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
}

.header-notice {
  height: 3px;
  position: relative;
  z-index: 1;
}
.header-notice .notice-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 5px;
}
.header-notice .shape {
  position: absolute;
  height: 50px;
  width: 100%;
  max-width: 950px;
  z-index: -1;
  right: 0;
  top: 0;
}
.header-notice .shape:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
}
.header-notice p {
  display: inline-block;
}

.header-top-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-links li {
  display: inline-block;
  color: var(--body-color);
  font-size: 14px;
  line-height: 20px;
}
.header-top-links li:not(:last-child) {
  padding-right: 20px;
  margin-right: 17px;
  border-right: 1px solid #5c84da;
}
.header-top-links a {
  color: inherit;
}
.header-top-links a:hover {
  color: var(--theme-color2);
}

.social-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--body-color);
}

.header-social2 {
  display: inline-block;
  margin-left: 20px;
}
.header-social2 a {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--white-color);
  margin-right: 3px;
  border: none;
}
.header-social2 a:last-child {
  margin-right: 0;
}
.header-social2 a:hover {
  background-color: var(--theme-color4);
  color: var(--white-color);
}

.header-help {
  margin-left: 17px;
  padding-left: 40px;
  border-left: 1px solid #adb3c2;
  padding: 6px 0 6px 39px;
}
.header-help__title {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 600;
  margin-right: 18px;
  display: inline-block;
}

.infobox-style1 {
  background-color: var(--theme-color4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 28px 40px;
}
.infobox-style1 .infobox-icon {
  color: var(--white-color);
  font-size: 50px;
  margin-right: 20px;
}
.infobox-style1 .infobox-label {
  display: block;
  color: var(--white-color);
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}
.infobox-style1 .infobox-link {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
}
.infobox-style1 .infobox-link:hover {
  color: var(--theme-color3);
}

.header-list1 ul {
  margin: 0 0 0 0;
}
.header-list1 li {
  display: inline-block;
  margin-right: 40px;
}
.header-list1 li:last-child {
  margin-right: 0;
}
.header-list1 a {
  color: var(--title-color);
  font-weight: 600;
  display: block;
}
.header-list1 a i {
  color: #686868;
  font-size: 28px;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.header-list1 a:hover,
.header-list1 a:hover i {
  color: var(--theme-color);
}

.header-link1 {
  color: var(--title-color);
  margin-right: 20px;
}
.header-link1:hover {
  color: var(--theme-color);
}

.header-link2 {
  padding: 12px 27px;
}

.header-link3 {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
}
.header-link3 i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: rgba(255, 255, 255, 0.4);
  color: var(--white-color);
  text-align: center;
  font-size: 18px;
  margin-right: 15px;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.header-link3:hover {
  text-decoration: underline;
  color: var(--white-color);
}
.header-link3:hover i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.header-layout4 .header-top {
  background-color: #27477d;
  --body-color: #fff;
}
.header-layout4 .menu-area {
  position: relative;
}
.header-layout4 .menu-area .main-menu {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.header-layout4 .will-sticky .main-menu {
  background-color: var(--theme-color3);
  padding-left: 30px;
  padding-right: 30px;
}

.header-layout5 .header-top {
  padding: 20px 0 30px 0;
}
.header-layout5 .vs-menu-toggle {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 0;
  margin: 15px 0;
}
.header-layout5 .menu-area {
  position: relative;
  z-index: 31;
}
.header-layout5 .header-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  max-width: 1675px;
}
.header-layout5 .header-shape1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 45px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 45px 100%);
}
.header-layout5 .header-shape1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 40px solid #dc0000;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
  margin-left: -22px;
}
.header-layout5 .will-sticky .header-shape1 {
  max-width: 100%;
}
.header-layout5 .will-sticky .header-shape1:after {
  opacity: 0;
  visibility: hidden;
}
.header-layout5 .will-sticky .header-shape1::before {
  -webkit-clip-path: none;
          clip-path: none;
}

.header-layout6 {
  position: relative;
}

.header-top-six {
  margin-bottom: 15px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-top-six {
    padding: 15px 0;
  }
}

.header-top-info.v6 li {
  position: relative;
}
.header-top-info.v6 li:first-child::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -20px;
  width: 1px;
  height: 20px;
  background: #6F87AF;
}
.header-top-info.v6 li a {
  text-decoration: underline;
}
.header-top-info.v6 li a:hover {
  color: unset;
}

.head-top-links.v6 > li {
  padding-right: 21px;
  margin-right: 17px;
}
.head-top-links.v6 > li:nth-child(2) {
  margin-right: 0;
  padding-right: 17px;
}
.head-top-links.v6 > li:nth-child(2)::before {
  display: none;
}
.head-top-links.v6 > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header-btn.v6 {
  font-weight: 700;
  color: var(--white-color);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background-color: #309c5a;
  display: inline-block;
  margin-left: 0;
}
.header-btn.v6:before {
  display: none;
}
.header-btn.v6:hover {
  background-color: #000;
  color: #fff;
}

.icon-btn-two {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.icon-btn-two:last-child {
  margin-right: 0;
}
.icon-btn-two i {
  background: #27477D;
  color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-btn-two i:hover {
  background: #309c5a;
}
.icon-btn-two span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  display: inline-block;
  color: var(--white-color);
  background-color: #309c5a;
  border-radius: 10px;
  text-transform: uppercase;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

.location-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .location-box {
    display: none;
  }
}
.location-box span {
  font-size: 30px;
  color: var(--theme-color5);
  line-height: 30px;
  margin-right: 15px;
}
.location-box .content-box .text-title {
  font-size: 14px;
  color: #878D97 !important;
  display: block;
  line-height: 19px;
}
.location-box .content-box .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.location-box .content-box .title a {
  color: var(--theme-color5);
}
.location-box .content-box .title a:hover {
  color: var(--theme-color);
}

.location-box.one {
  padding-right: 40px;
  margin-right: 40px;
}
.location-box.one::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 80px;
  background: #D9D9D9;
}

.header-main6 {
  /* Small devices */
  /* Large devices */
}
@media (max-width: 767px) {
  .header-main6 {
    padding-top: 15px;
  }
}
@media (max-width: 1199px) {
  .header-main6 {
    padding-bottom: 15px;
  }
}
.header-main6 .vs-menu-toggle {
  right: 15px;
  position: relative;
}

.header-lower-six {
  background-color: var(--title-color) !important;
  margin-top: 15px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .header-lower-six {
    display: none;
  }
}
.header-lower-six .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-lower-six .outer-box .main-menu > ul > li > a {
  color: var(--white-color);
  padding: 16px 0 16px;
}

.btn-box-six {
  position: relative;
}
.btn-box-six .contact-btn {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 700;
  background: #309c5a;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-box-six .contact-btn i {
  margin-right: 11px;
}

.header-lower-seven {
  margin-top: 12px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-lower-seven {
    display: none;
  }
}
.header-lower-seven .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 30px;
  background: var(--theme-color4);
  padding-left: 23px;
  border-radius: 50px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-lower-seven .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu.seven > ul > li {
  margin: 0 18px;
}

.menu-style7.seven > ul > li > a::after {
  color: #fff;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-style7 > ul > li > a {
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}
.menu-style7 > ul > li > a:hover {
  color: var(--title-color);
}
.menu-style7 > ul > li > a:hover:after {
  color: var(--title-color);
}

.header-main7 {
  margin-top: 6px;
}

.location-box-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  /* Large devices */
}
.location-box-two:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .location-box-two {
    display: none;
  }
}
.location-box-two .header-icon7 {
  font-size: 36px;
  color: var(--theme-color5);
  line-height: 30px;
  margin-right: 24px;
}
.location-box-two .content-box .text-title {
  font-size: 12px;
  color: #878D97 !important;
  display: block;
  line-height: 19px;
  font-family: var(--body-font);
}
.location-box-two .content-box .title {
  margin-top: -2px;
  margin-bottom: 0;
  font-weight: 700;
  font-family: var(--body-font);
}
.location-box-two .content-box .title a {
  color: var(--theme-color5);
}
.location-box-two .content-box .title a:hover {
  color: var(--theme-color);
}

.location-box-two.one {
  padding-right: 42px;
  margin-right: 29px;
}
.location-box-two.one::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 40px;
  background: var(--theme-color);
}

.social-icons-seven {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-right: 50px;
}
.social-icons-seven li {
  margin-right: 22px;
}
.social-icons-seven li:last-child {
  margin-right: 0;
}
.social-icons-seven li a {
  font-size: 18px;
  color: #fff;
}
.social-icons-seven li a:hover {
  color: var(--title-color);
}

.icon-btn-three {
  position: relative;
  display: inline-block;
  margin-right: 29px;
}
.icon-btn-three:last-child {
  margin-right: 0;
}
.icon-btn-three i {
  background: var(--white-color);
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  font-weight: 800;
}
.icon-btn-three i::before {
  font-size: 12px;
  color: var(--theme-color);
}
.icon-btn-three span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  display: inline-block;
  color: var(--white-color);
  background-color: #309c5a;
  border-radius: 10px;
  text-transform: uppercase;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

.btn-box-seven {
  position: relative;
}

.btn-style7.v1 {
  height: 52px;
  line-height: 52px;
  text-transform: uppercase;
  background-color: var(--title-color);
  padding: 0 35px;
}
.btn-style7.v1 i {
  margin-right: 11px;
}

.main-menu .menu-pages.v7 {
  max-width: var(--main-container, 1140px);
}

.header-layout8 {
  position: relative;
  background: #27477d;
}

.header-top-eight {
  padding: 12px 0;
  border-bottom: 1px solid #42598B;
}

.sum-header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sum-header-top-center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-btn-eight .register-btn {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
}
.login-btn-eight .register-btn i {
  margin-right: 10px;
  font-size: 15px;
  vertical-align: middle;
}
.login-btn-eight .register-btn img {
  margin-right: 10px;
  margin-top: -5px;
}
.login-btn-eight .register-btn:hover {
  color: var(--theme-color);
}

.head-top-links-eight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.header-social-eight {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.header-social-eight li {
  position: relative;
  padding-right: 21px;
  padding-left: 19px;
}
.header-social-eight li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.45);
  margin-top: -1px;
}
.header-social-eight li:first-child {
  padding-left: 0;
}
.header-social-eight li:first-child::before {
  display: none;
}
.header-social-eight li:last-child {
  padding-right: 0;
}
.header-social-eight li a {
  font-size: 21px;
  color: var(--white-color);
}
.header-social-eight li a:hover {
  color: var(--theme-color);
}

.header-top-info-eight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 72px;
  /* Large devices */
}
.sum-header-top-center .header-top-info-eight {
  margin-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4px;
  -webkit-column-gap: clamp(24px, 4vw, 56px);
     -moz-column-gap: clamp(24px, 4vw, 56px);
          column-gap: clamp(24px, 4vw, 56px);
}
.header-top-info-eight li {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
}
.sum-header-top-center .header-top-info-eight li {
  margin-left: 0;
}
.header-top-info-eight li i {
  font-size: 22px;
  margin-right: 8px;
}

.header8-logo {
  position: relative;
  background-color: var(--white-color);
  padding: 19px 78px 18px 0;
  border-radius: 0 80px 80px 0;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .header8-logo {
    padding-right: 55px;
  }
}
@media (max-width: 416px) {
  .header8-logo {
    padding-right: 24px;
    border-radius: 0;
  }
}
.header8-logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 109%;
  height: 100%;
  background-color: var(--white-color);
}

.menu-style8 {
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .menu-style8 {
    text-align: right;
  }
}

.menu-style8 > ul > li > a {
  padding: 36px 0;
  color: #FFF;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.menu-style8 > ul > li {
  margin: 0 9px;
}

/* Header layout 8: keep primary nav on a single line (no wrap) */
/* Nav must start past the curved white logo zone so links stay on blue (white text stays visible) */
.header-layout8 .sum-header-nav-col {
  position: relative;
  z-index: 2;
  min-width: 0;
  flex: 1 1 auto;
  padding-left: clamp(10px, 2.2vw, 28px);
  margin-left: clamp(4px, 0.9vw, 12px);
}
.header-layout8 .header8-logo {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .header-layout8 .header8-logo {
    padding: 16px 40px 16px 0;
  }
  .header-layout8 .sum-header-logo-img {
    width: 158px !important;
    max-width: 158px;
    height: auto;
    display: block;
  }
}
@media (min-width: 1400px) {
  .header-layout8 .header8-logo {
    padding: 20px 56px 20px 0;
  }
  .header-layout8 .sum-header-logo-img {
    width: 198px !important;
    max-width: 198px;
  }
}
.header-layout8 .main-menu.menu-style8 > ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}
.header-layout8 .main-menu.menu-style8 > ul > li {
  display: block;
  margin: 0 3px;
  flex: 0 0 auto;
}
.header-layout8 .main-menu.menu-style8 > ul > li > a {
  white-space: nowrap;
  padding: 40px 4px;
  font-size: 14.5px;
  letter-spacing: 0.01em;
}
@media (min-width: 1200px) {
  .header-layout8 .main-menu.menu-style8 > ul > li {
    margin: 0 5px;
  }
  .header-layout8 .main-menu.menu-style8 > ul > li > a {
    font-size: 15.5px;
    padding: 42px 5px;
  }
}
@media (min-width: 1400px) {
  .header-layout8 .main-menu.menu-style8 > ul > li {
    margin: 0 6px;
  }
  .header-layout8 .main-menu.menu-style8 > ul > li > a {
    font-size: 16.5px;
    padding: 44px 6px;
  }
}

/* Logo + menu + phone + CTA: single horizontal row (desktop / tablet lg+) */
.header-layout8 .header-main-eight .sum-header-main-row {
  flex-wrap: nowrap;
  align-items: center;
}
.header-layout8 .header-main-eight .sum-header-main-row > .col-auto {
  flex-shrink: 0;
}
/* Template hid .header-btn-eight below 1400px — show again so bar stays one line */
@media (min-width: 992px) {
  .header-layout8 .header-btn-eight {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout8 .header-contact-btn {
    padding-left: 52px;
  }
  .header-layout8 .header-contact-btn .icon-box {
    width: 48px;
    height: 48px;
    line-height: 52px;
  }
  .header-layout8 .header-contact-btn .icon-box i {
    font-size: 22px;
  }
  .header-layout8 .header-contact-btn .sub-title {
    font-size: 11px;
  }
  .header-layout8 .header-contact-btn .nmbr {
    font-size: 15px;
  }
  .header-layout8 .btn-style8.book {
    margin-left: 10px;
    padding: 12px 14px;
    font-size: 12px;
  }
}
.will-sticky {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.will-sticky .menu-style8 > ul > li > a {
  color: var(--title-color);
}

.header-btn-eight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .header-btn-eight {
    display: none;
  }
}

.header-contact-btn {
  position: relative;
  padding-left: 62px;
}
.header-contact-btn:hover .icon-box {
  background-color: var(--theme-color4);
  border-color: transparent;
}
.header-contact-btn:hover .nmbr a {
  color: var(--theme-color4);
}
.header-contact-btn .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 54px;
  line-height: 59px;
  text-align: center;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-contact-btn .icon-box i {
  font-size: 28px;
  color: var(--white-color);
}
.header-contact-btn .sub-title {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: -3px;
  display: inline-block;
}
.header-contact-btn .nmbr {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.header-contact-btn .nmbr a {
  color: var(--white-color);
}

.btn-style8.book {
  margin-left: 18px;
}

.vs-menu-toggle.eight {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .header-layout5 .header-shape1 {
    max-width: 85%;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout5 .menu-area {
    margin-bottom: 0;
  }
  .header-layout5 .header-shape1 {
    max-width: 100%;
  }
  .header-layout5 .header-shape1:before {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .header-layout5 .header-shape1:after {
    display: none;
  }
  .header-note .note-text {
    padding: 13.2px 0 13.2px 100px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-btn {
    padding-left: 30px;
  }
  .header-btn:before {
    display: none;
  }
  .header-btn .vs-btn {
    margin-left: 0;
  }
  .header2-btn .vs-btn {
    margin-left: 25px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .menu-style1 > ul > li > a {
    padding: 39px 0;
  }
  .menu-style3 > ul > li {
    margin: 0 20px;
  }
  .menu-style3 > ul > li > a {
    color: var(--title-color);
  }
  .infobox-style1 {
    padding: 25px 25px 25px 25px;
    margin-bottom: 0;
  }
  .header-layout4 .menu-top {
    border-bottom: 1px solid var(--theme-color4);
  }
  .header-layout4 .menu-area .main-menu {
    position: relative;
  }
  .header-help {
    margin-left: 0;
    padding-left: 40px;
    padding: 6px 0 6px 25px;
  }
  .header-help__title {
    display: none;
  }
  .header-list1 li {
    margin-right: 25px;
  }
  .header-list1 a {
    font-size: 14px;
  }
  .header-list1 a i {
    font-size: 20px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .header-help {
    border-left: none;
    padding: 0;
  }
  .header-social2 {
    margin-left: 0;
  }
  .header-social2 a {
    width: 45px;
    height: 55px;
    line-height: 55px;
  }
  .header-layout5 .header-list1 {
    display: none;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .header-layout4 .menu-top,
  .header-layout4 .header-top {
    padding: 15px 0;
  }
  .header-top-links {
    text-align: center;
  }
  .header-top-links li:not(:last-child) {
    padding-right: 0;
    margin-right: 17px;
    border-right: none;
  }
  .header-link2 {
    padding: 10px 13px;
    font-size: 10px;
  }
  .header-layout5 .header-link1 {
    display: none;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .header-link3 {
    font-size: 16px;
  }
  .header-link3 i {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    margin-right: 10px;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.footer1-logo {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.footer1-logo img {
  background-color: var(--white-color);
  padding: 30px;
}
.footer1-logo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -30px;
  background-color: #0a1830;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
  z-index: -1;
}

.footer-layout2 {
  position: relative;
  z-index: 1;
}
.footer-layout2 .footer-shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 880px;
  max-height: 410px;
  background-color: var(--theme-color2);
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.footer-layout2 .widget-area {
  --body-color: #fff;
  --title-color: #fff;
  padding-top: 115px;
  padding-bottom: 100px;
}
.footer-layout2 .widget-column {
  border-right: 5px solid #2e5dc1;
  padding-left: 60px;
  padding-right: 60px;
}
.footer-layout2 .widget-column:first-child {
  padding-left: 0;
}
.footer-layout2 .widget-column:last-child {
  padding-right: 0;
  border-right: none;
}
.footer-layout2 .footer-logo {
  margin: 0 0 30px 0;
}
.footer-layout2 .footer-text {
  line-height: 28px;
  margin: 0 0 40px 0;
  max-width: 320px;
}
.footer-layout2 .widget_title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 41px;
  padding-top: 18px;
}
.footer-layout2 .footer-widget {
  margin-bottom: 0;
}
.footer-layout2 .footer-widget.widget_nav_menu {
  margin-bottom: 0;
}
.footer-layout2 .footer-widget.widget_nav_menu .widget_title {
  margin-bottom: 36px;
}
.footer-layout2 .footer-widget.widget_nav_menu a {
  margin-bottom: 22px;
}
.footer-layout2 .footer-widget.widget_nav_menu a:before {
  content: "\f105";
  top: 1px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.footer-layout2 .text1 {
  color: #dadada;
  font-size: 14px;
  margin: 0 0 3px 0;
  padding: 2px 0 0 0;
}
.footer-layout2 .text2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 45px 0;
}
.footer-layout2 .text3 {
  font-weight: 700;
  margin: 0;
}
.footer-layout2 .text4 {
  text-decoration: underline;
}
.footer-layout2 .copyright-wrap {
  padding: 48.5px 0;
}
.footer-layout2 .footer-bottom-menu li {
  margin-right: 30px;
}
.footer-layout2 .footer-bottom-menu li:last-child {
  margin-right: 0;
}
.footer-layout2 .footer-bottom-menu a {
  color: var(--white-color);
}
.footer-layout2 .footer-bottom-menu a:hover {
  color: var(--title-color);
}

.footer-layout3 {
  margin-top: 15px;
}
.footer-layout3 .widget-area {
  --title-color: #fff;
  --body-color: #c1c1c1;
}
.footer-layout3 .widget_title {
  margin-bottom: 35px;
}
.footer-layout3 .widget-column {
  padding: 100px 40px 50px 40px;
  border-left: 1px solid #494949;
}
.footer-layout3 .widget-column:last-child {
  background-color: var(--theme-color);
  border-left: none;
  position: relative;
  margin-top: -15px;
  height: calc(100% + 15px);
}
.footer-layout3 .widget-column:last-child:before {
  content: "";
  position: absolute;
  left: -26px;
  top: 0;
  border-bottom: 8px solid #b60000;
  border-top: 8px solid transparent;
  border-right: 13px solid #b60000;
  border-left: 13px solid transparent;
  z-index: 1;
  display: inline-block;
}
.footer-layout3 .copyright-wrap {
  background-color: #000;
  padding: 33px 0;
}
.footer-layout3 .copyright-wrap a:hover {
  color: var(--white-color);
}

.footer-layout6 .widget_title {
  color: var(--white-color);
  margin-bottom: 24px;
  padding-bottom: 19px;
}
.footer-layout6 .widget_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 4px;
  background-color: #309c5a;
  border-radius: 0;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.footer-layout6 .widget_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 60px;
  height: 4px;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  background-color: #fff;
}

.form-widget.v6 p {
  color: var(--white-color);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 17px;
}

.copyright-wrap.v6 {
  text-align: center;
  background-color: var(--theme-color);
  padding: 26px 0 27px;
}
.copyright-wrap.v6 p a {
  font-weight: 600;
}

.widget-area.v6 {
  margin-bottom: 60px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .widget-area.v6 {
    margin-bottom: 0;
  }
  .widget-area.v6 .row .col-md-12 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .widget-area.v6 .row .col-md-12 .footer-widget {
    text-align: center;
  }
  .widget-area.v6 .row .col-md-12 .footer-widget .widget_title:before, .widget-area.v6 .row .col-md-12 .footer-widget .widget_title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .widget-area.v6 .row .col-md-12 .footer-widget .widget_title:before {
    margin-left: -40px;
  }
  .widget-area.v6 .row .col-md-12 .footer-widget .widget_title:after {
    margin-left: 7px;
  }
  .widget-area.v6 .row .col-md-6 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .widget-area.v6 {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .widget-area.v6 .menu-all-pages-container {
    display: block;
  }
}

.subscribe-form1.v6 .form-group {
  position: relative;
}
.subscribe-form1.v6 .form-group input {
  width: 100%;
  height: 60px;
  color: var(--body-color);
  padding: 0 30px;
  margin-right: 0;
  /* Extra small devices */
  /* Medium devices */
}
.subscribe-form1.v6 .form-group input::-webkit-input-placeholder {
  color: var(--body-color);
}
.subscribe-form1.v6 .form-group input::-moz-placeholder {
  color: var(--body-color);
}
.subscribe-form1.v6 .form-group input:-ms-input-placeholder {
  color: var(--body-color);
}
.subscribe-form1.v6 .form-group input::-ms-input-placeholder {
  color: var(--body-color);
}
.subscribe-form1.v6 .form-group input::placeholder {
  color: var(--body-color);
}
@media (max-width: 576px) {
  .subscribe-form1.v6 .form-group input {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .subscribe-form1.v6 .form-group input {
    width: 100%;
  }
}
.subscribe-form1.v6 .form-group .btn-style {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  background-color: var(--theme-color);
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
}

.footer-uper-box.v6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 120px 0 60px;
  border-bottom: 1px solid var(--theme-color);
  margin-bottom: 80px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .footer-uper-box.v6 {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer-uper-box.v6 {
    padding: 70px 0 50px;
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .footer-uper-box.v6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.footer-uper-box.v6 .logo-box {
  /* Extra small devices */
}
@media (max-width: 576px) {
  .footer-uper-box.v6 .logo-box {
    margin-bottom: 30px;
  }
}

.menu-all-pages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-all-pages-container .menu-six li {
  margin-bottom: 7px;
}
.menu-all-pages-container .menu-six li a {
  color: var(--white-color);
  line-height: 26px;
  display: inline-block;
  margin-bottom: 0;
}
.menu-all-pages-container .menu-six li a::before {
  content: "\f105";
  font-size: 16px;
  color: var(--white-color);
  margin-right: 6px;
}
.menu-all-pages-container .menu-six li a:hover {
  color: var(--theme-color);
}
.menu-all-pages-container .menu-six li a:hover::before {
  color: var(--theme-color);
}
.menu-all-pages-container .menu-six.one {
  margin-right: 74px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .menu-all-pages-container .menu-six.one {
    margin-right: 28px;
  }
}

.about-widget-six {
  margin-left: 70px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .about-widget-six {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .about-widget-six {
    margin-left: 0px;
  }
}
.about-widget-six .vs-widget-about .content-box {
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px;
}
.about-widget-six .vs-widget-about .content-box:first-child {
  margin-top: 27px;
}
.about-widget-six .vs-widget-about .content-box .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.about-widget-six .vs-widget-about .content-box .icon i {
  color: var(--theme-color);
}
.about-widget-six .vs-widget-about .content-box .media-body .media-label {
  color: var(--white-color);
  line-height: 26px;
}
.about-widget-six .vs-widget-about .content-box .media-body .media-label a {
  color: var(--white-color);
}

.footer-social-links {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .footer-social-links {
    margin-top: 20px;
  }
}
.footer-social-links li {
  margin-right: 10px;
}
.footer-social-links li:last-child {
  margin-right: 0;
}
.footer-social-links li a {
  font-size: 20px;
  color: var(--theme-color);
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--white-color);
}
.footer-social-links li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.footer-layout7 {
  position: relative;
}

.widget-area.v7 {
  padding: 100px 0 12px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .widget-area.v7 {
    padding-bottom: 45px;
    padding-top: 80px;
  }
}
.widget-area.v7 .footer-widget {
  /* Medium devices */
}
@media (max-width: 992px) {
  .widget-area.v7 .footer-widget {
    margin-bottom: 30px;
  }
}

.widget_title-seven {
  position: relative;
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
  padding-bottom: 16px;
}
.widget_title-seven::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 141px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#D9D9D9), color-stop(81.77%, rgba(217, 217, 217, 0)));
  background: linear-gradient(90deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 81.77%);
}

.vs-widget-about-seven {
  padding-right: 50px;
}
.vs-widget-about-seven .footer-logo {
  margin-bottom: 29px;
}
.vs-widget-about-seven .footer-text {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 39px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .vs-widget-about-seven .footer-text {
    margin-bottom: 20px;
  }
}

.footer-link-seven {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-link-seven li {
  margin-right: 7px;
}
.footer-link-seven li a {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid var(--theme-color);
  text-align: center;
  border-radius: 50%;
}
.footer-link-seven li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.menu-seven {
  list-style: none;
  padding-left: 0;
  margin-left: 10px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .menu-seven {
    margin-bottom: 11px;
  }
}
.menu-seven li a {
  position: relative;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
  margin-left: 21px;
}
.menu-seven li a:hover::after {
  width: 100%;
}
.menu-seven li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-seven li a::before {
  content: "\f105";
  font-family: var(--icon-font);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
}

.vs-widget-contact-seven {
  margin-top: 25px;
}

.media-style7 {
  position: relative;
  padding-left: 39px;
  margin-bottom: 0;
}

.media-body-seven .media-text,
.media-body-seven .media-label {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.media-body-seven .media-label {
  margin-bottom: 12px;
  display: inline-block;
}

.media-icon-seven {
  position: absolute;
  top: 0;
  left: 0;
}
.media-icon-seven i {
  color: var(--theme-color);
}

.media-style7.v1 {
  margin-bottom: 24px;
}

.footer-widget.shedule {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .footer-widget.shedule {
    margin-top: -24px;
    margin-bottom: 23px !important;
  }
}

.time-menu-seven {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
}
.time-menu-seven li {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 8px;
}

.copyright-wrap-seven {
  padding: 17px 0 13px;
  background-color: var(--white-color);
  text-align: center;
}
.copyright-wrap-seven .copyright-text p {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.footer-layout8 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget-area.v8 {
  padding: 210px 0 40px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .widget-area.v8 {
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .widget-area.v8 {
    padding-top: 182px;
    margin-bottom: -13px;
  }
}
@media (max-width: 767px) {
  .widget-area.v8 {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .widget-area.v8 {
    padding: 176px 0 0;
  }
}

.widget_title-eight {
  position: relative;
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
  margin-bottom: 38px;
}
.widget_title-eight::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67px;
  height: 3px;
  background: #309c5a;
}

.vs-widget-about-eight {
  padding-right: 60px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .vs-widget-about-eight {
    padding-right: 0;
  }
}
.vs-widget-about-eight .footer-text {
  color: #D7D7D7;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 33px;
  margin-bottom: 33px;
}

.footer-link-eight {
  padding-left: 0;
  list-style: none;
}
.footer-link-eight li {
  color: #D7D7D7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 17px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .footer-link-eight li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .footer-link-eight li br {
    display: none;
  }
}
.footer-link-eight li a {
  color: #D7D7D7;
  display: inline-block;
}
.footer-link-eight li i {
  font-size: 21px;
  color: var(--white-color);
  width: 48px;
  height: 48px;
  line-height: 49px;
  text-align: center;
  border-radius: 50%;
  background-color: #309c5a;
  margin-right: 14px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .footer-link-eight li i {
    margin-bottom: 10px;
  }
}

.footer-shedule {
  list-style: none;
  padding-left: 0;
}
.footer-shedule li {
  color: #FFF;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 30px;
  margin-bottom: 2px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .footer-shedule li {
    padding: 0 18px;
  }
}
.footer-shedule li span {
  width: 148px;
  display: inline-block;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .footer-shedule li span {
    width: 114px;
  }
}
.footer-shedule .one {
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.1);
  height: 47px;
  line-height: 47px;
}

.gallery-box-eight {
  margin-top: 26px;
}
.gallery-box-eight .image {
  margin-right: 36px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .gallery-box-eight .image {
    margin-right: 11px;
  }
}
@media (max-width: 416px) {
  .gallery-box-eight .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.gallery-box-eight img {
  border-radius: 10px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .gallery-box-eight img {
    width: 177px;
  }
}
@media (max-width: 416px) {
  .gallery-box-eight img {
    width: 100%;
  }
}

.menu-all-pages-container-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .menu-all-pages-container-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu-eight {
  list-style: none;
  padding-left: 0;
}
.menu-eight li {
  margin-bottom: 14px;
}
.menu-eight li a {
  position: relative;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  margin-left: 18px;
}
.menu-eight li a:hover::after {
  width: 100%;
}
.menu-eight li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-eight li a::before {
  content: "\f105";
  font-family: var(--icon-font);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -18px;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: #309c5a;
}

.menu-eight.v1 {
  margin-right: 68px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .menu-eight.v1 {
    margin-right: 45px;
  }
}
@media (max-width: 992px) {
  .menu-eight.v1 {
    margin-right: 38px;
  }
}
@media (max-width: 416px) {
  .menu-eight.v1 {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.widget_nav_menu-eight {
  margin-left: 29px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .widget_nav_menu-eight {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .widget_nav_menu-eight {
    margin-left: 0;
  }
}

.footer-social-links-eight {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.footer-social-links-eight li {
  margin-right: 14px;
}
.footer-social-links-eight li:last-child {
  margin-right: 0;
}
.footer-social-links-eight li a {
  color: var(--white-color);
  width: 53px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #868686;
}
.footer-social-links-eight li a:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}

.copyright-text-eight {
  /* Small devices */
}
@media (max-width: 767px) {
  .copyright-text-eight {
    margin-bottom: 20px;
  }
}
.copyright-text-eight p {
  color: #FFF;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.copyright-text-eight p span {
  font-weight: 400;
}

.lower-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Small devices */
}
@media (max-width: 767px) {
  .lower-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.copyright-wrap-eight {
  background: #000A21;
  padding: 24px 0 25px;
}

.widget.v2.footer-widget.time {
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .widget.v2.footer-widget.time {
    margin-left: -40px;
  }
}
@media (max-width: 992px) {
  .widget.v2.footer-widget.time {
    margin-left: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout2 .widget-column {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer-layout2 .copyright-wrap {
    padding: 30px 0;
  }
  .footer-layout2 .footer-shape1 {
    max-width: 430px;
    max-height: 290px;
  }
  .footer-layout2 .widget-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer-layout3 .widget-column {
    padding: 60px 20px 10px 0;
    border-left: none;
  }
  .footer-layout3 .widget-column:last-child {
    padding-left: 20px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .footer-layout2 .widget-column {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .footer-layout2 .footer-text {
    max-width: 70%;
    margin-bottom: 20px;
  }
  .footer-layout2 .footer-logo {
    margin: 0 0 20px 0;
  }
  .footer-layout2 .footer-widget .widget_title,
  .footer-layout2 .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 22px;
  }
  .footer-layout3 .widget-column {
    padding: 0 0 0 0;
  }
  .footer-layout3 .widget-column:last-child {
    padding: 50px 20px 0 20px;
  }
  .footer-layout3 .widget-column:last-child:before {
    display: none;
  }
  .footer-layout3 .widget_title {
    margin-bottom: 20px;
  }
  .footer-layout3 .widget-area {
    padding-top: 60px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-layout2 .text2 {
    margin: 0 0 15px 0;
  }
  .footer1-logo:before {
    display: none;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
          box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
  padding: 48px 100px;
  border-radius: 9999px;
}
.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 13px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li:after {
  content: "/";
  position: absolute;
  right: 0;
  color: var(--title-color);
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}
.breadcumb-menu li i,
.breadcumb-menu a i,
.breadcumb-menu span i {
  margin-right: 10px;
  font-size: 0.8rem;
  position: relative;
  top: -1px;
}
.breadcumb-menu li:hover, .breadcumb-menu li.active,
.breadcumb-menu a:hover,
.breadcumb-menu a.active,
.breadcumb-menu span:hover,
.breadcumb-menu span.active {
  color: var(--theme-color);
}

.breadcumb-title {
  font-size: 60px;
  margin-top: -0.3em;
}

.breadcumb-menu-wrap {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-top: 95px;
  margin-bottom: -60px;
  --icon-size: 44px;
  --shape-size: 60px;
}
.breadcumb-menu-wrap > i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: calc(var(--icon-size) / -2);
  margin-left: calc(var(--icon-size) / -2);
  z-index: 1;
}
.breadcumb-menu-wrap > i:before {
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  background-color: var(--theme-color);
  font-size: 18px;
  border-radius: 50%;
  -webkit-transition: inherit;
  transition: inherit;
  color: var(--white-color);
  text-align: center;
  display: inline-block;
}
.breadcumb-menu-wrap > i:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--shape-size);
  height: var(--shape-size);
  margin: calc(var(--shape-size) / -2) 0 0 calc(var(--shape-size) / -2);
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: -1;
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
          box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
}

.breadcumb-wrapper {
  padding-bottom: 0.05px;
  padding-top: 160px;
  margin-bottom: 60px;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding-top: 100px;
  }
  .breadcumb-title {
    font-size: 48px;
  }
  .breadcumb-menu {
    padding: 25px 60px;
  }
  .breadcumb-menu-wrap {
    margin-top: 60px;
    margin-bottom: -38.25px;
  }
  .breadcumb-wrapper {
    margin-bottom: 39px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .breadcumb-menu-wrap {
    margin-left: auto;
    margin-right: auto;
    left: 15px;
  }
  .breadcumb-title {
    font-size: 36px;
  }
  .breadcumb-wrapper {
    padding-top: 88px;
    text-align: center;
  }
  .breadcumb-menu-wrap {
    margin-top: 80px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 30px;
  }
  .breadcumb-menu {
    padding: 25px 30px;
    border-radius: 20px;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
  .breadcumb-menu-wrap {
    left: 7.5px;
  }
}
/*------------------- 4.5. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}
.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.6. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid var(--border-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 30px 35px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  margin-bottom: 40px;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper .widget .widget_title {
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
  margin-bottom: 30px;
}
.sidemenu-wrapper .widget .widget_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: var(--theme-color);
  border-radius: 3px;
}
.sidemenu-wrapper .footer-logo {
  margin-bottom: 20px;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.7. Pagination  -------------------*/
.vs-pagination {
  text-align: center;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  color: var(--title-color);
  text-align: center;
  position: relative;
  border: 2px solid #eef1f5;
  z-index: 1;
  font-weight: 700;
  border-radius: 50%;
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}

/* Small devices */
@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
/*------------------- 4.8. Blog  -------------------*/
blockquote {
  font-size: 24px;
  line-height: 34px;
  padding: 50px 60px 50px 60px;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
}
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: 1.6;
  color: inherit;
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 3;
  font-style: italic;
}
blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 7rem;
  font-weight: 300;
  opacity: 0.1;
  line-height: 1;
  color: var(--theme-color);
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-color: inherit;
  line-height: 1;
  font-weight: 400;
  margin-top: 22px;
  font-style: normal;
  color: var(--theme-color);
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit;
}

.share-links-title {
  color: var(--title-color);
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 700;
  margin-right: 20px;
}

.blog-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-social li {
  display: inline-block;
  margin-right: 7px;
}
.blog-social li:last-child {
  margin-right: 0;
}
.blog-social a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.blog-social a i.fa-facebook-f {
  background-color: #3b5998;
}
.blog-social a i.fa-twitter {
  background-color: #00acee;
}
.blog-social a i.fa-linkedin-in {
  background-color: #0e76a8;
}
.blog-social a i.fa-instagram {
  background-color: #d63084;
}
.blog-social a i:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 23px;
  font-size: 14px;
  color: var(--title-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 8px;
  color: var(--theme-color);
}
.blog-meta span:hover,
.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-meta-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}
.blog-meta-two span,
.blog-meta-two a {
  display: inline-block;
  margin-right: 23px;
  font-size: 16px;
  color: var(--body-color);
}
.blog-meta-two span:last-child,
.blog-meta-two a:last-child {
  margin-right: 0;
}
.blog-meta-two span i,
.blog-meta-two a i {
  margin-right: 9px;
  color: var(--theme-color);
}
.blog-meta-two span:hover,
.blog-meta-two a:hover {
  color: var(--theme-color);
}

.blog-category {
  margin-bottom: -10px;
}
.blog-category a {
  display: inline-block;
  color: #fff;
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}

.vs-blog {
  margin-bottom: 30px;
}
.vs-blog .blog-title a {
  color: inherit;
}
.vs-blog .blog-title a:hover {
  color: var(--theme-color);
}

.blog-card {
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.blog-card .blog-img {
  position: relative;
  overflow: hidden;
}
.blog-card .blog-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.blog-card .blog-date {
  position: absolute;
  right: 40px;
  top: 40px;
  padding: 13px 5px 16px 5px;
  background-color: var(--white-color);
  font-size: 14px;
  line-height: 1.3;
  width: 60px;
  border-top: 2px solid var(--theme-color);
  text-align: center;
  color: var(--title-color);
  border-radius: 0 0 10px 10px;
  z-index: 3;
}
.blog-card .blog-date .day {
  font-size: 24px;
  font-weight: 700;
}
.blog-card .blog-meta {
  margin-bottom: 7px;
}
.blog-card .blog-meta span,
.blog-card .blog-meta a {
  font-size: 14px;
  color: var(--body-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.blog-card .blog-meta span i,
.blog-card .blog-meta a i {
  color: var(--body-color);
}
.blog-card .blog-meta span:hover,
.blog-card .blog-meta a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}
.blog-card .blog-content {
  padding: 34px 40px 32px 40px;
  position: relative;
  z-index: 2;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border: 2px solid #ebf2fe;
  border-top: none;
}
.blog-card .blog-title {
  margin-bottom: 11px;
}
.blog-card:hover {
  -webkit-box-shadow: 0px 5px 25px 0px rgba(39, 71, 125, 0.1);
          box-shadow: 0px 5px 25px 0px rgba(39, 71, 125, 0.1);
  border-color: transparent;
}
.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-card.card-animate .blog-img {
  position: relative;
  overflow: hidden;
}
.blog-card.card-animate .blog-img:after, .blog-card.card-animate .blog-img:before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.5;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.blog-card.card-animate .blog-img:after {
  left: auto;
  right: -50%;
}
.blog-card.card-animate:hover .blog-img:before {
  left: 50%;
}
.blog-card.card-animate:hover .blog-img:after {
  right: 50%;
}

.blog-single {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.blog-single .blog-content {
  padding: 0 40px 0 40px;
  margin: 39px 0 33px 0;
}
.blog-single .blog-meta {
  margin-bottom: 14px;
  margin-top: -0.45em;
}
.blog-single .blog-title {
  line-height: 1.4;
  margin-bottom: 14px;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-img {
  position: relative;
  margin: -1px -1px 0 -1px;
  overflow: hidden;
}
.blog-single .blog-img .slick-arrow {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: none;
  background-color: var(--title-color);
  color: var(--white-color);
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -22.5px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.blog-single .blog-img .slick-arrow.slick-next {
  left: auto;
  right: 40px;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
}
.blog-single .blog-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}
.blog-single .blog-img .play-btn i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
}
.blog-single .blog-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}
.blog-single .share-links {
  border-top: 1px solid #f1f1f1;
  padding-top: 28px;
  margin-top: 25px;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.blog-single:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-details .blog-single {
  border-right: none;
  border-left: none;
  border-top: none;
  padding-bottom: 30px;
}
.blog-details .blog-single .blog-img {
  margin: 0;
}
.blog-details .blog-single .blog-content {
  padding: 0;
}
.blog-details .blog-single .blog-content .blog-meta {
  margin-bottom: 16px;
  margin-top: -0.3em;
}
.blog-details .vs-comments-layout1 {
  margin-top: 70px;
}

.blog-author {
  margin-top: 80px;
  padding: 55px 60px;
  border-right: 10px solid var(--theme-color);
}
.blog-author .media-image {
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 20px 42.75px 2.25px rgba(40, 71, 125, 0.2);
          box-shadow: 0px 20px 42.75px 2.25px rgba(40, 71, 125, 0.2);
}

.blog-style1 .blog-img {
  overflow: hidden;
}
.blog-style1 .blog-img img {
  width: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}
.blog-style1 .blog-date {
  background-color: var(--theme-color4);
  color: var(--white-color);
  width: 100%;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 13px 20px;
  margin: 0 0 23px 0;
}
.blog-style1 .blog-date:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.blog-style1 .blog-title {
  color: var(--title-color2);
  margin: 0 0 15px 0;
}
.blog-style1 .blog-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-style1 .blog-avater {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--theme-color4);
  margin: 0 15px 0 0;
}
.blog-style1 .blog-auth-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 700;
}
.blog-style1 .blog-auth-name a {
  text-decoration: underline;
  margin-left: 5px;
}
.blog-style1 .blog-content {
  padding: 0 0 0 40px;
  margin: -22px 0 0 0;
  position: relative;
  z-index: 1;
}
.blog-style1:hover .blog-img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.blog-style2 {
  -webkit-box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
  margin-bottom: 55px;
}
.blog-style2 .blog-img {
  overflow: hidden;
}
.blog-style2 .blog-img img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.blog-style2 .blog-content {
  border: 1px solid #b7b7b7;
  border-top: none;
  padding: 30px 40px 40px 40px;
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.blog-style2 .blog-date {
  color: var(--theme-color);
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 8px 0;
  display: inline-block;
}
.blog-style2 .blog-title {
  font-size: 20px;
  margin: 0 0 12px 0;
}
.blog-style2 .blog-btn {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  background-color: var(--white-color);
  position: absolute;
  left: 40px;
  bottom: 0;
  margin-bottom: -28px;
  border-radius: 50%;
  -webkit-box-shadow: 0.5px 0.866px 27px 0px rgba(35, 31, 32, 0.05);
          box-shadow: 0.5px 0.866px 27px 0px rgba(35, 31, 32, 0.05);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  outline: 1px solid var(--theme-color);
  outline-offset: -4px;
}
.blog-style2:hover .blog-img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.blog-style2:hover .blog-content {
  border-color: var(--theme-color);
}
.blog-style2:hover .blog-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  outline-color: var(--white-color);
}

.vs-blog-wrapper-two {
  position: relative;
}
.vs-blog-wrapper-two .row.vs-carousel {
  margin-bottom: -30px;
}
.vs-blog-wrapper-two .title-area-two h2 {
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .vs-blog-wrapper-two .title-area-two h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 416px) {
  .vs-blog-wrapper-two .title-area-two h2 {
    font-size: 27px;
    line-height: 37px;
  }
}
.vs-blog-wrapper-two .title-area-two .sub-title {
  /* Extra small devices */
}
@media (max-width: 576px) {
  .vs-blog-wrapper-two .title-area-two .sub-title {
    margin-bottom: 10px;
  }
}

.blog-card-two {
  border-radius: 5px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 10px 25px 0px rgba(169, 177, 193, 0.17);
          box-shadow: 0px 10px 25px 0px rgba(169, 177, 193, 0.17);
}
.blog-card-two:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-img {
  overflow: hidden;
}
.blog-img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-content {
  padding: 26px 30px 27px;
}
.blog-content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 22px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-content .title {
    font-size: 23px;
  }
}
.blog-content .title a {
  color: #1A1A1A;
}
.blog-content .title:hover a {
  color: var(--theme-color);
}

.specialist-section .title-area-three h2 {
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .specialist-section .title-area-three h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .specialist-section .title-area-three h2 {
    font-size: 34px;
  }
}

.specialist-card {
  background-color: var(--white-color);
  border-radius: 0 0 25px 25px;
}
.specialist-card:hover .specialist-img .icon-box {
  background-color: var(--theme-color);
}
.specialist-card:hover .specialist-img .icon-box::before {
  background-color: var(--theme-color);
}

.specialist-content {
  padding: 48px 36px 32px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .specialist-content {
    padding: 41px 24px 24px;
  }
}
.specialist-content .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
.specialist-content .title a {
  color: #222;
}
.specialist-content .title a:hover {
  color: var(--theme-color);
}
.specialist-content p {
  color: #888C92;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 17px;
}

.specialist-btn {
  color: var(--theme-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  display: inline-block;
}

.specialist-img {
  position: relative;
}
.specialist-img .icon-box {
  position: absolute;
  bottom: -32px;
  right: 34px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--title-color);
  margin: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .specialist-img .icon-box {
    right: 20px;
  }
}
.specialist-img .icon-box::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 80px;
  height: 80px;
  background-color: #124A94;
  opacity: 0.1;
  border-radius: 50%;
}
.specialist-img .icon-box img {
  width: unset;
}
.specialist-img img {
  width: 100%;
}

.vs-blog-wrapper-seven .row.vs-carousel {
  margin-bottom: -5px;
}
.vs-blog-wrapper-seven .title-area-three h2 {
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .vs-blog-wrapper-seven .title-area-three h2 {
    font-size: 37px;
  }
}
@media (max-width: 416px) {
  .vs-blog-wrapper-seven .title-area-three h2 {
    font-size: 30px;
  }
}

.blog-card-seven {
  background-color: var(--white-color);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.blog-card-seven:hover .blog-img-seven::before {
  opacity: 0.7;
  visibility: visible;
}
.blog-card-seven:hover .blog-img-seven .search-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.blog-img-seven {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-img-seven::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EEF5FF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-img-seven img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-img-seven .search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  font-size: 36px;
  color: var(--title-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-img-seven .blog-date-seven {
  position: absolute;
  bottom: -16px;
  right: 30px;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--theme-color);
  z-index: 999;
}
.blog-img-seven .blog-date-seven span {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.blog-meta-seven {
  margin-bottom: 10px;
}
.blog-meta-seven a {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
  color: var(--body-color);
}
.blog-meta-seven a i {
  color: var(--title-color);
  margin-right: 5px;
}

.blog-content-seven {
  padding: 39px 18px 30px 30px;
}
.blog-content-seven .blog-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .blog-content-seven .blog-title {
    font-size: 23px;
  }
}
.blog-content-seven .blog-title a {
  font-family: var(--title-font);
}

.btn-style7.v6 {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  background-color: var(--title-color);
}
.btn-style7.v6:hover {
  background-color: var(--theme-color);
}

.vs-blog-wrapper-eight .title-area-four h2 {
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .vs-blog-wrapper-eight .title-area-four h2 {
    font-size: 37px;
  }
}
@media (max-width: 416px) {
  .vs-blog-wrapper-eight .title-area-four h2 {
    font-size: 30px;
  }
}

.blog-card-eight {
  background-color: var(--white-color);
}
.blog-card-eight:hover .blog-img-eight {
  border-radius: 10px 150px 10px 10px;
}
.blog-card-eight:hover .blog-img-eight img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-img-eight {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border-radius: 10px 150px 10px 10px;
  z-index: 999;
}
.blog-img-eight img {
  border-radius: 10px 150px 10px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.blog-img-eight .blog-date-eight {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 154px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50px;
  background: #309c5a;
  z-index: 999;
}
.blog-img-eight .blog-date-eight span {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.blog-meta-eight {
  position: absolute;
  bottom: 16px;
  left: 20px;
  background-color: var(--white-color);
  width: 374px;
  padding: 10px 17px 9px;
  border-radius: 10px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .blog-meta-eight {
    width: 335px;
  }
}
@media (max-width: 992px) {
  .blog-meta-eight {
    width: 318px;
  }
}
@media (max-width: 416px) {
  .blog-meta-eight {
    width: 245px;
  }
}
.blog-meta-eight a {
  color: #444;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-right: 30px;
}
.blog-meta-eight a i {
  position: relative;
  top: 2px;
  font-size: 22px;
  color: var(--title-color);
  margin-right: 10px;
}

.blog-content-eight {
  padding: 30px 37px 37px;
  position: relative;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .blog-content-eight {
    padding: 30px 23px 37px;
  }
}
.blog-content-eight::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 415px;
  height: 368px;
  border-radius: 0 0 10px 10px;
  border: 2px solid #C6E7FF;
  border-top: 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .blog-content-eight::before {
    width: 100%;
  }
}
.blog-content-eight .blog-title {
  color: #15274E;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 9px;
  position: relative;
  z-index: 99;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .blog-content-eight .blog-title {
    font-size: 23px;
  }
}
.blog-content-eight .blog-title a {
  font-family: var(--title-font);
}
.blog-content-eight p {
  color: #444;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 22px;
  position: relative;
  z-index: 99;
}

.review-btn-two {
  color: #000;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  border-bottom: 2px solid #309c5a;
  position: relative;
  z-index: 99;
}
.review-btn-two:hover {
  color: #309c5a;
}

.btn-box-eight {
  text-align: center;
  margin-top: 36px;
}

.btn-style8.v12 {
  padding: 0 60px;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-card .blog-content {
    padding: 24px 30px 22px 30px;
  }
  .blog-card .blog-date {
    right: 20px;
    top: 20px;
  }
  .blog-style1 .blog-content {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .blog-style1 .blog-title {
    font-size: 20px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  blockquote {
    font-size: 20px;
    line-height: 34px;
    padding: 30px 40px 30px 40px;
  }
  blockquote cite {
    font-size: 16px;
    margin-top: 20px;
  }
  blockquote:before {
    right: 20px;
    bottom: 20px;
    font-size: 4rem;
  }
  .blog-author {
    padding: 30px 30px;
  }
  .blog-style2 .blog-content {
    padding: 25px 30px 30px 25px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-single .blog-content {
    padding: 0 20px 0 20px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .share-links-title {
    display: block;
    margin-bottom: 8px;
  }
  .blog-style2 .blog-content {
    padding: 20px 30px 30px 20px;
  }
}
/*------------------- 4.9. Comments  -------------------*/
.vs-comment-form {
  background-color: var(--smoke-color);
  padding: 60px;
  margin-bottom: 30px;
  margin-top: 80px;
}
.vs-comment-form .h2 {
  margin-top: -0.3em;
}

.vs-comments-layout1 li {
  margin: 0;
}
.vs-comments-layout1 .vs-post-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 35px 30px 35px;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.vs-comments-layout1 ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vs-comments-layout1 ul.comment-list ul ul,
.vs-comments-layout1 ul.comment-list ul ol,
.vs-comments-layout1 ul.comment-list ol ul,
.vs-comments-layout1 ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-layout1 .author-img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.vs-comments-layout1 .comment-content {
  width: calc(100% - 130px);
  margin-top: -5px;
  position: relative;
}
.vs-comments-layout1 .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--body-color);
  font-family: var(--title-font);
}
.vs-comments-layout1 .commented-on:before {
  content: "\f073";
  font-family: var(--icon-font);
  font-weight: 300;
  color: var(--theme-color);
  margin-right: 7px;
  font-size: 13px;
  vertical-align: middle;
}
.vs-comments-layout1 .name {
  margin-bottom: 2px;
}
.vs-comments-layout1 .comment-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vs-comments-layout1 .text {
  color: #6b6b6b;
  margin-bottom: 0;
}
.vs-comments-layout1 .text:last-child {
  margin-bottom: 0;
}
.vs-comments-layout1 .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px;
}
.vs-comments-layout1 .replay-btn {
  font-weight: 600;
  font-family: var(--title-font);
  font-size: 14px;
  color: var(--theme-color);
  margin-top: 10px;
  display: inline-block;
}
.vs-comments-layout1 .replay-btn i {
  margin-right: 7px;
}
.vs-comments-layout1 .replay-btn:hover {
  color: var(--title-color);
  text-decoration: underline;
}
.vs-comments-layout1 .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-comment-form {
    padding: 30px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-comments-layout1.pt-70 {
    padding-top: 30px;
  }
  .vs-comments-layout1 .vs-post-comment {
    padding: 25px 25px 20px 25px;
  }
  .vs-comment-form {
    margin-top: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-comments-layout1 .vs-post-comment {
    display: block;
  }
  .vs-comments-layout1 .star-rating {
    position: relative;
    margin-bottom: 15px;
  }
  .vs-comments-layout1 .author-img {
    margin-right: 0;
  }
  .vs-comments-layout1 .comment-content {
    width: 100%;
    margin-top: 15px;
  }
  .vs-comments-layout1 .children {
    margin-left: 30px;
  }
  .vs-comment-form {
    padding: 25px 15px 25px 15px;
  }
  .vs-comment-form .form-title .h4 {
    font-size: 26px;
  }
}
/*------------------- 4.10. Hero Area  -------------------*/
.ls-v6 .ls-bottom-nav-wrapper {
  position: absolute;
  left: 100px;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.ls-v6 .ls-gui-element.ls-bottom-nav-wrapper a {
  display: block !important;
  background-color: var(--title-color);
  margin: 18px 0;
  border-color: transparent !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.ls-v6 .ls-gui-element.ls-bottom-nav-wrapper a:first-child {
  margin-top: 0;
}
.ls-v6 .ls-gui-element.ls-bottom-nav-wrapper a:last-child {
  margin-bottom: 0;
}
.ls-v6 .ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active:hover, .ls-v6 .ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active {
  background-color: var(--theme-color) !important;
}
.ls-v6 .ls-btn .play-btn {
  --icon-size: 100px;
}
.ls-v6 .ls-btn .play-btn i {
  font-size: 24px;
}
.ls-v6 a.ls-gui-element.ls-nav-prev,
.ls-v6 a.ls-gui-element.ls-nav-next {
  --btn-size: 40px;
  left: 150px;
  background-color: var(--white-color);
  color: var(--theme-color);
  width: var(--btn-size);
  height: var(--btn-size);
  line-height: var(--btn-size) !important;
  right: auto;
  margin-top: -50px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 6px 37px 0px rgba(7, 204, 236, 0.15);
          box-shadow: 0px 6px 37px 0px rgba(7, 204, 236, 0.15);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.ls-v6 a.ls-gui-element.ls-nav-prev:before,
.ls-v6 a.ls-gui-element.ls-nav-next:before {
  content: "\f054";
  font-family: var(--icon-font);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.ls-v6 a.ls-gui-element.ls-nav-prev:hover,
.ls-v6 a.ls-gui-element.ls-nav-next:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background-color: var(--theme-color);
  color: var(--white-color);
}
.ls-v6 a.ls-gui-element.ls-nav-next {
  margin-top: 10px;
}
.ls-v6 a.ls-gui-element.ls-nav-next:before {
  content: "\f053";
}
.ls-v6 a.ls-gui-element.ls-nav-prev:after,
.ls-v6 a.ls-gui-element.ls-nav-next:after {
  display: none;
}
.ls-v6:hover a.ls-gui-element.ls-nav-prev,
.ls-v6:hover a.ls-gui-element.ls-nav-next {
  opacity: 1;
  visibility: visible;
}

.ls-arrow2,
.ls-arrow1 {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: var(--white-color);
  background-color: transparent;
  padding: 0;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 5px;
}
.ls-arrow2:last-child,
.ls-arrow1:last-child {
  margin-right: 0;
}
.ls-arrow2:hover,
.ls-arrow1:hover {
  border-color: transparent;
  background-color: var(--white-color);
  color: var(--title-color);
}

.ls-arrow2 {
  border-color: transparent;
  background-color: var(--white-color);
  color: var(--title-color);
  font-size: 18px;
}
.ls-arrow2:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.ls-custom-dot {
  width: 7px;
  height: 3px;
  background-color: var(--white-color);
  display: inline-block;
  border: none;
  margin-right: 6.5px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.ls-custom-dot:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.ls-custom-dot.active {
  width: 120px;
}
.ls-custom-dot.vertical {
  height: 7px;
  width: 3px;
  display: block;
  margin-right: 0;
  margin-bottom: 6.5px;
}
.ls-custom-dot.vertical:last-child {
  margin-bottom: 0;
}
.ls-custom-dot.vertical.active {
  height: 120px;
}

.hero-layout5 {
  margin-top: -42px;
}

.vs-hero-wrapper6 {
  position: relative;
}
.vs-hero-wrapper6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(26.01%, #FFF), color-stop(77.95%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFF 26.01%, rgba(255, 255, 255, 0) 77.95%);
  opacity: 0.8;
}

.hero-content6 {
  position: relative;
  z-index: 99;
  max-width: 660px;
  padding: 163px 0 285px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .hero-content6 {
    padding: 110px 0 225px;
  }
}
.hero-content6 .sub-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 9px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .hero-content6 .sub-title {
    font-size: 16px;
  }
}
.hero-content6 .title {
  font-size: 72px;
  color: var(--title-color);
  font-weight: 700;
  line-height: 82px;
  margin-bottom: 36px;
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .hero-content6 .title {
    font-size: 63px;
    line-height: 70px;
  }
}
@media (max-width: 576px) {
  .hero-content6 .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 416px) {
  .hero-content6 .title {
    font-size: 34px;
    line-height: 44px;
  }
}
.hero-content6 p {
  position: relative;
  line-height: 30px;
  padding-left: 20px;
  margin-bottom: 32px;
}
.hero-content6 p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 90px;
  background-color: var(--theme-color);
}

.vs-hero-wrapper7 {
  position: relative;
  margin-top: -30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero-wrapper7 {
    margin-top: 0;
  }
}

.hero-content7 {
  padding: 165px 0 176px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-content7 {
    padding: 120px 0;
  }
}
@media (max-width: 416px) {
  .hero-content7 {
    padding: 80px 0;
  }
}
.hero-content7 .title {
  color: var(--white-color);
  font-size: 84px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 51px;
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .hero-content7 .title {
    font-size: 70px;
  }
}
@media (max-width: 576px) {
  .hero-content7 .title {
    font-size: 60px;
  }
}
@media (max-width: 416px) {
  .hero-content7 .title {
    font-size: 40px;
  }
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}

.banner-img-seven {
  position: absolute;
  bottom: 76px;
  right: -15vw;
  z-index: -1;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .banner-img-seven {
    bottom: 100px;
    right: -5vw;
    max-width: 50%;
  }
}
@media (max-width: 1399px) {
  .banner-img-seven {
    bottom: 178px;
    right: 37px;
    max-width: 482px;
  }
}
@media (max-width: 1199px) {
  .banner-img-seven {
    display: none;
  }
}

.banner-btn {
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .banner-btn {
    margin-top: 30px;
  }
}
@media (max-width: 416px) {
  .banner-btn .btn-style7 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.btn-style7 {
  height: 51px;
  line-height: 51px;
}

.btn-style7.v2 {
  background-color: var(--white-color);
  color: var(--title-color);
  margin-right: 16px;
}
.btn-style7.v2:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.hero-feature-box {
  position: relative;
  display: inline-block;
  padding-left: 96px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .hero-feature-box {
    padding-left: 0;
  }
}
.hero-feature-box .icon {
  position: absolute;
  top: 3px;
  left: 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .hero-feature-box .icon {
    position: static;
    margin-bottom: 30px;
  }
}
.hero-feature-box .title-two {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 12px;
}
.hero-feature-box p {
  line-height: 24px;
  color: var(--white-color);
}

.hero-feature-box.one {
  margin-right: 37px;
  margin-bottom: 32px;
}

.banner-slide {
  position: relative;
  height: 770px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .banner-slide {
    height: 550px;
  }
}
@media (max-width: 416px) {
  .banner-slide {
    height: 650px;
  }
}

.banner-content {
  height: 100%;
}
.banner-content img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.banner-slide-eight {
  position: relative;
}
.banner-slide-eight .banner-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  margin-top: -27px;
}

.banner-sec-info h1 {
  color: #15274E;
  font-size: 70px;
  font-weight: 700;
  line-height: normal;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .banner-sec-info h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 416px) {
  .banner-sec-info h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner-sec-info p {
  color: #000;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 38px;
}

.btn-style8.v8 {
  padding: 0 60px 0 37px;
}

.doc-container {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
}

.doctor-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background: #FFFCFC;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  width: 370px;
  padding: 5px;
  margin-left: auto;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .doctor-info-box {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .doctor-info-box {
    display: none;
  }
}
.doctor-info-box img {
  border-radius: 20px;
  width: unset;
}
.doctor-info-box .content-box {
  padding-left: 24px;
}
.doctor-info-box .content-box .title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.doctor-info-box .content-box .doctor-btn {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  border-bottom: 2px solid #309c5a;
  font-family: var(--title-font);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .hero-layout5 {
    margin-top: 0;
  }
  .ls-custom-dot.active {
    width: 80px;
  }
  .ls-custom-dot.vertical.active {
    height: 80px;
    width: 3px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-hero-wrapper .ls-v6 .ls-bottom-nav-wrapper {
    display: none;
  }
  .vs-hero-wrapper a.ls-gui-element.ls-nav-prev,
  .vs-hero-wrapper a.ls-gui-element.ls-nav-next {
    display: none;
  }
  .ls-layer .vs-btn,
  .ls-btn .vs-btn {
    padding: 14px 30px 14px 30px;
    font-size: 14px;
    margin-left: 0;
  }
  .ls-layer .vs-btn:before,
  .ls-btn .vs-btn:before {
    display: none;
  }
  .ls-layer .vs-btn i,
  .ls-btn .vs-btn i {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .ls-container .ls-hide-md {
    display: none !important;
  }
  .ls-arrow2,
  .ls-arrow1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
  .ls-v6 .ls-btn .play-btn i {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .ls-container .ls-hide-sm {
    display: none !important;
  }
  .ls-btn .vs-btn {
    padding: 10px 20px 10px 30px;
  }
  .ls-layer .vs-btn,
  .ls-btn .vs-btn {
    padding: 12px 23px 12px 23px;
    font-size: 12px;
    margin-left: 0;
  }
}
.btn-style7:hover {
  background-color: #000000;
  color: #fff;
}

.banner-arrows {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: left;
}

.custom-arrows-eight .slick-dots {
  text-align: left;
}
.custom-arrows-eight .slick-dots li {
  position: relative;
  margin-right: 50px;
}
.custom-arrows-eight .slick-dots li:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 100%;
  width: 29px;
  height: 3px;
  margin-left: 4px;
  background-color: #15274E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-arrows-eight .slick-dots li.slick-active {
  margin-right: 110px;
}
.custom-arrows-eight .slick-dots li.slick-active button {
  color: var(--theme-color);
}
.custom-arrows-eight .slick-dots li.slick-active:before {
  background-color: var(--theme-color);
  width: 91px;
}
.custom-arrows-eight .slick-dots li button {
  width: auto;
  height: unset;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  font-family: "Quicksand";
  color: #15274E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*------------------- 4.11. About  -------------------*/
.about-img1 {
  position: relative;
}
.about-img1 .play-btn {
  position: absolute;
  left: 160px;
  bottom: 160px;
}

.about-rating {
  position: relative;
  z-index: 1;
  margin-top: 35px;
  margin-bottom: 18px;
  padding: 18px 0 35px 34px;
}
.about-rating .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.vs-list li,
.about-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
}
.vs-list li:last-child,
.about-list li:last-child {
  margin-bottom: 0;
}
.vs-list li:before,
.about-list li:before {
  content: "\f00c";
  font-family: var(--icon-font);
  font-weight: 400;
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}

.vs-list li:before {
  background-color: var(--white-color);
  color: var(--theme-color);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(28, 53, 95, 0.1);
          box-shadow: 0px 5px 20px 0px rgba(28, 53, 95, 0.1);
}

.avater-small {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 50%;
}

.about-box1 {
  padding: 45px 60px 60px 60px;
}

.about-box4 {
  padding: 130px 0;
}
.about-box4 .about-content {
  position: relative;
  z-index: 1;
  max-width: 625px;
  margin-left: auto;
}
.about-box4 .sec-subtitle4 {
  color: var(--white-color);
}
.about-box4 .sec-line {
  background-color: var(--white-color);
}
.about-box4 .about-title {
  color: var(--white-color);
  max-width: 500px;
  margin-bottom: 30px;
}
.about-box4 .img-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.doctor-box {
  max-width: 204px;
  text-align: center;
  padding: 40px 20px 35px 20px;
  -webkit-box-shadow: 0px 6px 37px 0px rgba(39, 71, 125, 0.07);
          box-shadow: 0px 6px 37px 0px rgba(39, 71, 125, 0.07);
  background-color: var(--white-color);
  border-radius: 20px;
}
.doctor-box .icon-btn {
  margin-bottom: 15px;
}

.counter-list {
  padding: 20px 30px 17px 30px;
  background-color: #fff;
  -webkit-box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.04);
  border-left: 3px solid var(--theme-color);
  margin: 30px 0 30px 0;
  max-width: 500px;
}
.counter-list li:before,
.counter-list .count-number {
  font-weight: 700;
  font-family: var(--title-font);
  font-size: 30px;
  line-height: 1;
  color: var(--title-color);
}
.counter-list .count-number {
  margin-bottom: 5px;
}
.counter-list .count-name {
  font-size: 14px;
  text-transform: uppercase;
}
.counter-list li {
  display: inline-block;
  padding-right: 34px;
  margin-right: 24px;
  position: relative;
  text-align: center;
}
.counter-list li:before {
  content: ":";
  position: absolute;
  right: 0;
  top: 15px;
}
.counter-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.counter-list li:last-child::before {
  display: none;
}

.vs-code-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 2px solid var(--theme-color);
  background-color: var(--white-color);
  color: var(--title-color);
  font-weight: 600;
  padding: 19px 43px;
  border-radius: 3px;
  line-height: 1;
}
.vs-code-box::before {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  width: 30px;
  height: 30px;
  right: -17px;
  bottom: -17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.about-tab-nav {
  border-bottom: 1px solid #efefef;
  padding-bottom: 0 !important;
  margin-top: 12px !important;
}
.about-tab-nav .vs-btn {
  background-color: transparent;
  color: var(--body-color);
  font-weight: 400;
  border: none;
  position: relative;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  padding: 12px 19px;
}
.about-tab-nav .vs-btn:hover, .about-tab-nav .vs-btn.active {
  background-color: var(--theme-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}
.about-tab-nav .nav-item {
  margin: 0;
}
.about-tab-nav .nav-item:last-child {
  margin-right: 0;
}

.vs-middle-box {
  padding: 20px 40px;
  border-radius: 5px;
}

.exp-box-bottom {
  position: absolute;
  left: -1px;
  bottom: -1px;
  padding: 22px 37px 15px 25px;
  border-top-right-radius: 50px;
}
.exp-box-bottom .exp-year {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.about-img3 {
  border: 10px solid var(--white-color);
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 20px 70px 0px rgba(28, 53, 95, 0.09);
          box-shadow: 0px 20px 70px 0px rgba(28, 53, 95, 0.09);
}

.list-style1 .title {
  color: var(--theme-color4);
  font-weight: 700;
  font-size: 18px;
}
.list-style1 li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 22px 45px;
  margin: 0 0 24px 0;
  color: var(--body-color2);
  position: relative;
}
.list-style1 li > i:first-child {
  position: absolute;
  font-size: 28px;
  color: var(--theme-color2);
  top: 13px;
  left: 0;
}
.list-style1 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.list-style1 ul,
.list-style3 ul,
.list-style2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-style2 {
  max-width: 310px;
  margin-bottom: 53px;
}
.list-style2 .icon {
  position: absolute;
  left: 0;
  top: -1px;
}
.list-style2 li {
  position: relative;
  color: var(--white-color);
  font-size: 17px;
  margin-bottom: 20px;
  padding: 0 0 0 40px;
}

.list-style3 {
  margin-bottom: 24px;
}
.list-style3 li {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
}
.list-style3 li i:first-child {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--theme-color);
  font-size: 17px;
}

.about-box2 .about-title {
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.about-box2 .about-title .inner-text {
  color: var(--theme-color);
}
.about-box2 .about-text {
  margin-bottom: 27px;
}

.about-img2 {
  position: relative;
  --icon-size: 85px;
  --icon-font-size: 22px;
  z-index: 1;
}
.about-img2 .img-2 {
  margin: -145px 0 0 auto;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  max-width: 400px;
}
.about-img2 .img-2 .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-img2 .img-3 {
  position: absolute;
  left: 70px;
  bottom: 30px;
  right: 45px;
  top: 70px;
  background-color: var(--theme-color);
  z-index: -1;
}

.about-box3 {
  padding: 40px 0 0 0;
  position: relative;
}
.about-box3 .about-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--theme-color);
}
.about-box3 .about-text {
  font-size: 18px;
  line-height: 30px;
  padding-right: 30px;
  margin: 0;
}
.about-box3 .about-number {
  color: var(--title-color);
  font-size: 210px;
  font-weight: 900;
  font-family: var(--title-font);
  opacity: 0.04;
  position: absolute;
  right: 3%;
  top: 30%;
  line-height: 1;
  letter-spacing: -0.1em;
}

.about-tab2 {
  margin-top: -138px;
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}
.about-tab2 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  border: 1px solid #b7b7b7;
  color: var(--title-color);
  background-color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  width: 270px;
  padding: 32px;
  margin: -1px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
}
.about-tab2 button .tab-no {
  color: var(--theme-color);
  font-size: 40px;
  font-weight: 300;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.about-tab2 button .tab-text {
  text-align: left;
  line-height: 22px;
}
.about-tab2 button.active, .about-tab2 button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.about-tab2 button.active .tab-no, .about-tab2 button:hover .tab-no {
  color: var(--white-color);
}

.call-style1 {
  background-color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 33px 40px;
  border-radius: 9999px;
}
.call-style1 .media-icon {
  margin-right: 15px;
}
.call-style1 .media-label {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 7px;
}
.call-style1 .media-info {
  line-height: 1;
  color: var(--white-color);
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.call-style1 .media-info a {
  color: inherit;
}
.call-style1 .media-info a:hover {
  text-decoration: underline;
}

.media-style1 {
  background-color: var(--white-color);
  border-left: 3px solid var(--theme-color);
  padding: 20px 20px 20px 25px;
  max-width: 350px;
  border-radius: 0 4px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
}
.media-style1 .media-icon {
  font-size: 30px;
  color: var(--theme-color);
  margin-right: 20px;
}
.media-style1 .media-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 1;
  color: var(--body-color);
}
.media-style1 .media-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0;
  line-height: 1;
}
.media-style1 .media-text a {
  color: inherit;
}
.media-style1 .media-text a:hover {
  color: var(--theme-color);
}
.media-style1 .media-text i {
  margin-right: 10px;
  font-size: 20px;
}

.media-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px 0;
}
.media-style2 .media-icon {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme-color4);
  border-radius: 50%;
  color: var(--white-color);
  font-size: 17px;
}
.media-style2 .media-label {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 400;
  letter-spacing: 0.06em;
  display: block;
  line-height: 1;
  margin: 0 0 6px 0;
}
.media-style2 .media-text {
  margin: 0;
  line-height: 1;
  font-size: 18px;
  max-width: 230px;
  line-height: 26px;
  font-weight: 700;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .about-tab2 {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .about-img1 .play-btn {
    left: 100px;
    bottom: 100px;
  }
  .about-tab2 button {
    font-size: 14px;
    width: 225px;
    padding: 20px;
  }
  .about-tab2 button .tab-no {
    font-size: 34px;
    margin-right: 10px;
  }
  .call-style1 {
    padding: 25px 25px;
  }
  .doctor-box.top-50 {
    margin-top: 20%;
  }
  .about-box1 {
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  }
  .about-box2 {
    padding-left: 30px;
    margin-left: 0;
  }
  .about-box2 .list-style3,
  .about-box2 .about-text,
  .about-box2 .about-text {
    max-width: 100%;
  }
  .about-box2 .about-title {
    margin-bottom: 20px;
  }
  .about-box4 {
    padding: 80px 20px;
  }
  .about-box4 .about-content {
    max-width: 800px;
  }
  .about-img2 .img-2 {
    right: 0;
    max-width: 100%;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .about-img2 .img-2 img {
    width: 100%;
  }
  .about-img2 .img-3 {
    display: none;
  }
  .list-style3 li i:first-child {
    top: 0;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .about-img1 .play-btn {
    left: 190px;
    bottom: 180px;
  }
  .middle-box-layout1 {
    margin-bottom: 80px !important;
  }
  .about-img2 img {
    width: 100%;
  }
  .about-box2 {
    padding-left: 0;
    margin-top: 40px;
  }
  .about-box2 .about-text {
    font-size: 16px;
  }
  .about-box3 {
    padding-top: 0;
  }
  .about-box3 .about-title {
    font-size: 30px;
  }
  .about-box3 .about-text {
    font-size: 16px;
    padding: 0;
  }
  .about-box3 .about-number {
    font-size: 130px;
  }
  .about-tab2 button {
    width: 50%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .about-img1 .play-btn {
    left: 120px;
    bottom: 130px;
  }
  .about-box4 .img-1 {
    display: none;
  }
  .about-box1 {
    padding: 0;
    margin-bottom: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .about-tab-nav .vs-btn {
    padding: 11px 15px;
    font-size: 14px;
  }
  .about-tab-nav .nav-item {
    margin-right: 10px;
  }
  .vs-list li,
  .about-list li {
    padding-left: 30px;
  }
  .vs-list li:before,
  .about-list li:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 3px;
    font-size: 12px;
  }
  .counter-list {
    padding: 20px 18px 17px 13px;
    margin: 20px 0 20px 0;
  }
  .counter-list .count-number {
    font-size: 24px;
    margin-bottom: 0;
  }
  .counter-list .count-name {
    font-size: 12px;
  }
  .counter-list li {
    padding-right: 10px;
    margin-right: 8px;
  }
  .counter-list li:before {
    top: 5px;
    right: -5px;
    font-size: 22px;
  }
  .exp-box-bottom {
    padding: 22px 26px 8px 10px;
  }
  .exp-box-bottom {
    padding: 14px 21px 2px 10px;
  }
  .exp-box-bottom .exp-year {
    font-size: 28px;
  }
  .exp-box-bottom .text-title {
    font-size: 14px;
  }
  .doctor-box {
    max-width: 170px;
    padding: 25px 5px 20px 5px;
    border-radius: 5px;
    -webkit-transform: translateY(-10%) !important;
            transform: translateY(-10%) !important;
    -webkit-box-shadow: 0px 6px 70px 0px rgba(39, 71, 125, 0.13);
            box-shadow: 0px 6px 70px 0px rgba(39, 71, 125, 0.13);
  }
  .about-call-text.h4 {
    font-size: 16px;
  }
  .vs-middle-box.d-md-flex .media-icon {
    margin-right: 0;
  }
  .vs-code-box.mt-20 {
    width: 100%;
    text-align: center;
  }
  .about-rating {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 17px 0 13px 18px;
  }
  .about-rating .total.h2 {
    font-size: 36px;
    margin-right: 10px;
  }
  .breadcumb-menu-wrap {
    --icon-size: 30px;
    --shape-size: 40px;
  }
  .breadcumb-menu-wrap > i:before {
    font-size: 14px;
  }
  .about-box3 .about-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about-tab2 button {
    display: block;
  }
  .about-tab2 button .tab-no {
    display: block;
    margin: 0 0 5px 0;
  }
  .about-tab2 button .tab-text {
    line-height: 1.4;
    text-align: center;
    display: block;
  }
}
.about-section6 {
  position: relative;
  margin-top: -130px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .about-section6 {
    padding-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .about-section6 {
    padding-top: 203px !important;
  }
}

.about-content6 {
  margin-top: 39px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .about-content6 {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .about-content6 {
    margin-bottom: 50px;
  }
}

.title-area-two.v3 {
  margin-bottom: 25px;
}
.title-area-two.v3 h2 {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .title-area-two.v3 h2 {
    font-size: 33px;
    line-height: 43px;
  }
}

.learn-more {
  margin-top: 27px;
}

.list {
  list-style: none;
  padding-left: 0;
}
.list li {
  position: relative;
  color: var(--title-color);
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 13px;
}
.list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--title-color);
  border-radius: 50%;
}

.about-img-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.about-img-6 .image-box img {
  border-radius: 10px;
}
.about-img-6 .image-box.v1 {
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .about-img-6 .image-box.v1 {
    position: relative;
    right: -15px;
    bottom: 15px;
    z-index: 99;
  }
}
@media (max-width: 416px) {
  .about-img-6 .image-box.v1 {
    display: none;
  }
}
.about-img-6 .image-box.two {
  position: relative;
}
.about-img-6 .image-box.two img {
  margin-left: 30px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .about-img-6 .image-box.two img {
    margin-left: 0;
  }
}
@media (max-width: 416px) {
  .about-img-6 .image-box.two img {
    margin-left: 0;
  }
}
.about-img-6 .image-box.two .phone-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-img-6 .image-box.two .phone-box::before {
  display: none;
}
.about-img-6 .image-box.two .phone-box .box-icon {
  width: 74px;
  height: 74px;
  line-height: 74px;
  font-size: 30px;
  margin-right: 0;
}

.exp-box {
  position: absolute;
  top: 28px;
  left: -96px;
  width: 290px;
  height: 90px;
  background-color: var(--title-color);
  line-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  border-radius: 10px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .exp-box {
    display: none;
  }
}
.exp-box h6 {
  color: var(--white-color);
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 700;
  margin-right: 8px;
}
.exp-box span {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 700;
}

/* Extra small devices */
@media (max-width: 576px) {
  .about-img1 .play-btn {
    left: 10%;
    bottom: 10%;
  }
  .media-style1 {
    padding: 20px 15px 20px 15px;
  }
  .media-style1 .media-icon {
    font-size: 24px;
    margin-right: 15px;
  }
  .vs-middle-box {
    padding: 25px;
  }
  .vs-middle-box .text-center.media-icon {
    margin-right: 0;
  }
}
.about-section-seven {
  position: relative;
}

.title-area-three.seven {
  margin-bottom: 40px;
}
.title-area-three.seven .sub-title7 {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .title-area-three.seven .sub-title7 {
    font-size: 28px;
  }
}
.title-area-three.seven h2 {
  margin-bottom: 29px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .title-area-three.seven h2 {
    font-size: 32px;
  }
}

.btn-style7.v3 {
  padding: 0 40px;
}

.about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 53px;
}
.about-block .title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  margin-left: 21px;
}

.about-block.one {
  margin-right: 38px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .about-block.one {
    margin-bottom: 40px;
  }
}

.about-img-seven {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-img-seven {
    margin-bottom: 50px;
  }
}
.about-img-seven img {
  margin-left: -40px;
  /* Extra small devices */
  /* Medium devices */
}
@media (max-width: 416px) {
  .about-img-seven img {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .about-img-seven img {
    width: 100%;
  }
}

.about-exp-box {
  position: absolute;
  bottom: 71px;
  right: 30px;
  width: 200px;
  border-radius: 12px;
  background: var(--title-color);
  text-align: center;
  padding: 14px 0 12px;
}
.about-exp-box h2 {
  font-family: var(--body-font);
  color: var(--white-color);
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 1px;
}
.about-exp-box span {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.about-block-content.seven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .about-block-content.seven {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.top-animation {
  -webkit-animation: top-animation 10s infinite linear;
  animation: top-animation 10s infinite linear;
}

.about-section-eight {
  position: relative;
}
.about-section-eight .title-area-four h2 {
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .about-section-eight .title-area-four h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .about-section-eight .title-area-four h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .about-section-eight .title-area-four h2 {
    font-size: 30px;
  }
}
@media (max-width: 416px) {
  .about-section-eight .title-area-four h2 {
    font-size: 24px;
    margin-top: 10px;
  }
  .about-section-eight .title-area-four h2 br {
    display: none;
  }
}

.about-img-eight {
  position: relative;
  margin-right: 26px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-img-eight {
    margin: 0 0 50px 0;
  }
}

.exp-box-eight {
  position: absolute;
  bottom: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 370px;
  border-radius: 150px 10px 10px 10px;
  background: #27477d;
  padding: 29px 0 25px 85px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .exp-box-eight {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    width: 280px;
    border-radius: 10px;
    margin-top: 20px;
  }
}
.exp-box-eight .icon-box {
  position: absolute;
  bottom: 28px;
  left: -24px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  background-color: #309c5a;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .exp-box-eight .icon-box {
    bottom: 41px;
    left: -14px;
  }
}
.exp-box-eight .exp-content .title {
  color: var(--white-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 3px;
}
.exp-box-eight .exp-content p {
  color: #CDCDCD;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin-bottom: 0;
}

.about-content-eight {
  margin-top: 11px;
}
.about-content-eight p {
  color: #444;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 35px;
}

.about-list-eight {
  list-style: none;
  padding-left: 0;
  margin-bottom: 44px;
}
.about-list-eight li {
  position: relative;
  color: #444;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  padding-left: 44px;
  margin-bottom: 12px;
}
.about-list-eight li:last-child {
  margin-bottom: 0;
}
.about-list-eight li i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 29px;
  height: 29px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color4);
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--white-color);
}

.about-contact-box-eight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 33px;
}
.about-contact-box-eight .icon-box {
  width: 269px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #309c5a;
  margin-right: 11px;
}
.about-contact-box-eight .content-box span {
  color: #000;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
}
.about-contact-box-eight .content-box h6 {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .about-contact-box-eight .content-box h6 {
    font-size: 26px;
  }
}
.about-contact-box-eight .content-box h6 a {
  color: #000;
}

.btn-style8.v9 {
  padding: 0 55px;
}

@-webkit-keyframes top-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes top-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.top-animation {
  -webkit-animation: top-animation 10s infinite linear;
  animation: top-animation 10s infinite linear;
}

@-webkit-keyframes top-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes top-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*------------------- 4.12. Services  -------------------*/
.service-card {
  -webkit-box-shadow: 0px 6px 13px 0px rgba(39, 71, 125, 0.1);
          box-shadow: 0px 6px 13px 0px rgba(39, 71, 125, 0.1);
  background-color: var(--white-color);
  text-align: center;
  padding-top: 43px;
  overflow: hidden;
  border-radius: 10px;
}
.service-card .sr-icon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  --size: 130px;
  --extra: -8px;
  --radius: 50%;
  z-index: 2;
}
.service-card .sr-icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--white-color);
  left: var(--extra);
  right: var(--extra);
  top: var(--extra);
  bottom: var(--extra);
  border-radius: var(--radius);
}
.service-card .sr-icon i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: var(--radius);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-card .icon-btn {
  position: relative;
  margin-bottom: -17px;
  z-index: 4;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.service-card .icon-btn i {
  background-color: var(--title-color);
}
.service-card .sr-text {
  width: 100%;
  max-width: 345px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 25px auto;
}
.service-card .sr-img {
  position: relative;
  overflow: hidden;
  margin-top: -90px;
}
.service-card .sr-img > div {
  z-index: 1;
}
.service-card .sr-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-card .sr-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color)), color-stop(70%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, var(--theme-color) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.6;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
}
.service-card:hover .icon-btn i {
  background-color: var(--theme-color);
}
.service-card:hover .sr-icon i {
  background-color: var(--title-color);
}
.service-card:hover .sr-img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-card:hover .sr-img:before {
  height: 100%;
}

.notice-bar {
  padding: 13.5px 30px;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 40px 0px rgba(39, 71, 125, 0.12);
          box-shadow: 0px 3px 40px 0px rgba(39, 71, 125, 0.12);
  border-radius: 9999px;
}
.notice-bar p {
  margin-bottom: 0;
}

.service-box {
  text-align: center;
  --shape-size: 92px;
  padding: 40px 40px 42px 40px;
  border-radius: 10px;
  border: 2px solid #e6f8fb;
  position: relative;
  margin-bottom: 25px;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-box .sr-icon {
  background-color: var(--white-color);
  padding: 13px;
  margin-top: calc(var(--shape-size) / -2 - 13px);
  display: inline-block;
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.service-box .sr-icon i {
  width: var(--shape-size);
  height: var(--shape-size);
  line-height: var(--shape-size);
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 3em;
  display: inline-block;
  text-align: center;
  border-radius: inherit;
}
.service-box .sr-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.service-box .sr-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, var(--theme-color) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
}
.service-box .sr-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-box .sr-content {
  padding: 0 10px;
}
.service-box .icon-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 -24px -25px;
}
.service-box:hover {
  border-color: var(--theme-color);
  -webkit-box-shadow: 0px 12px 47px 0px rgba(39, 71, 125, 0.07);
          box-shadow: 0px 12px 47px 0px rgba(39, 71, 125, 0.07);
}
.service-box:hover .sr-img:before {
  height: 100%;
}
.service-box:hover .sr-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.service-thumb {
  position: relative;
  --size-icon: 88px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.service-thumb .sr-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: calc(var(--size-icon) / -2);
  width: var(--size-icon);
  height: var(--size-icon);
  line-height: var(--size-icon);
  margin-left: calc(var(--size-icon) / -2);
  text-align: center;
  background-color: var(--white-color);
  border-radius: 50%;
  color: #1b1b1b;
  z-index: 2;
  -webkit-box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
          box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.service-thumb .sr-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
          box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
  background-color: var(--white-color);
  text-align: center;
  padding: 35px 30px 22px 30px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.service-thumb .sr-title {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-thumb .sr-content {
  overflow: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin-bottom: 0;
}
.service-thumb .sr-text {
  font-size: 14px;
  margin-bottom: 6px;
}
.service-thumb .link-btn {
  font-size: 14px;
}
.service-thumb .sr-img {
  overflow: hidden;
}
.service-thumb .sr-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-thumb:hover .sr-icon {
  opacity: 1;
  visibility: visible;
}
.service-thumb:hover .sr-body {
  padding-top: 70px;
  padding-top: calc(var(--size-icon) / 2 + 25px);
}
.service-thumb:hover .sr-icon,
.service-thumb:hover .sr-title a {
  color: var(--theme-color) !important;
}
.service-thumb:hover .sr-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.service-bar {
  padding: 60px 80px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
          box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
  margin-top: -87.5px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.service-section-two {
  position: relative;
}
.service-section-two .title-area-two .sub-title {
  /* Extra small devices */
}
@media (max-width: 576px) {
  .service-section-two .title-area-two .sub-title {
    margin-bottom: 10px;
  }
}
.service-section-two .title-area-two h2 {
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .service-section-two .title-area-two h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .service-section-two .title-area-two h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 416px) {
  .service-section-two .title-area-two h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.service-section-two::before {
  content: "";
  position: absolute;
  bottom: 113px;
  right: 41px;
  width: 345px;
  height: 312px;
  background-image: url(../img/service/service2-4.png);
  /* Medium devices */
}
@media (max-width: 992px) {
  .service-section-two::before {
    display: none;
  }
}

.btn-box {
  text-align: center;
  margin-top: 10px;
}

.btn-style {
  font-weight: 700;
  color: var(--white-color);
  line-height: 26px;
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
  background-color: var(--theme-color);
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 9;
  vertical-align: middle;
}
.btn-style.margin-top {
  margin-top: 27px;
}
.btn-style.v2 {
  height: 45px;
  line-height: 45px;
}
.btn-style:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000;
  border-radius: 30px;
  z-index: -1;
}
.btn-style:hover {
  color: #fff;
}
.btn-style:hover:before {
  width: 100%;
}

.service-card6 {
  position: relative;
  border-radius: 10px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
  text-align: center;
  padding: 30px 20px 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 52px;
}
.service-card6:hover {
  background-color: var(--title-color);
}
.service-card6:hover .icon-box {
  background-color: var(--white-color);
  color: var(--title-color);
}
.service-card6:hover .content-box .title {
  color: var(--white-color);
}
.service-card6:hover .content-box p {
  color: var(--white-color);
}
.service-card6 .icon-box {
  font-size: 40px;
  color: var(--white-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin: 0 auto 14px;
}
.service-card6 .content-box .title {
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 6px;
}
.service-card6 .content-box p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.more-btn {
  position: absolute;
  left: 50%;
  bottom: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: var(--theme-color);
  border-radius: 50%;
  color: var(--white-color);
  display: inline-block;
}
.more-btn:hover {
  background-color: #000;
  color: #fff;
}

.service-section7 {
  position: relative;
}
.service-section7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 854px;
  background-image: url(../img/bg/dottes-bg.png);
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-section7::before {
    display: none;
  }
}

.service-card7 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F5F5F5;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  height: 384px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .service-card7 {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .service-card7 {
    display: block;
    height: unset;
  }
  .service-card7 .service-img7 {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    height: 200px;
  }
  .service-card7 .service-img7 img {
    height: auto;
  }
}

.ser-content7 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .ser-content7 {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.ser-content7 .btn-style7 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ser-content7 .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.6px;
  text-transform: capitalize;
  margin-bottom: 29px;
}
.ser-content7 .title a {
  color: var(--title-color);
}
.ser-content7 .title a:hover {
  color: var(--theme-color);
}
.ser-content7 span {
  color: #309c5a;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin-bottom: 32px;
}

.btn-style7.v4 {
  padding: 0 28px;
  background-color: var(--title-color);
  text-transform: uppercase;
}
.btn-style7.v4:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.service-img7 {
  position: relative;
  width: 50%;
  height: 100%;
}
.service-img7 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-img7 .icon-box {
  position: absolute;
  bottom: 43px;
  left: 44px;
}

.service-img-eight {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.service-img-eight:hover > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.service-img-eight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 71, 125, 0.9);
  z-index: 99;
}
.service-img-eight > img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-img-eight .ser-icon-box {
  position: absolute;
  bottom: 29px;
  right: 28px;
  z-index: 999;
}

.service-img-eight-v1 {
  position: relative;
  height: 207px;
  overflow: hidden;
}
.service-img-eight-v1:hover > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.service-img-eight-v1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 48, 82, 0.8);
  z-index: 99;
}
.service-img-eight-v1 img {
  height: 205px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-img-eight-v1 .ser-icons-two {
  position: absolute;
  bottom: 27px;
  right: 17px;
  z-index: 999;
}
.service-img-eight-v1 .ser-icons-two img {
  height: unset;
}

.service-img-eight-v1.two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 156, 128, 0.8);
}

.service-img-eight-v1.three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 19, 99, 0.8);
}

.service-img-eight-v1.four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 163, 0, 0.8);
}

.service-img-eight-v1.five::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(137, 0, 33, 0.8);
}

.service-content-eight {
  position: absolute;
  top: 53px;
  left: 59px;
  z-index: 999;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-content-eight {
    top: 33px;
    left: 31px;
  }
}
.service-content-eight .title {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .service-content-eight .title {
    font-size: 22px;
  }
}
.service-content-eight p {
  color: #FFF;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .service-content-eight p br {
    display: none;
    font-size: 14px;
  }
}

.service-content-eight-v1 {
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 999;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-content-eight-v1 {
    left: 17px;
  }
}
.service-content-eight-v1 .title {
  font-size: 20px;
  color: var(--white-color);
  line-height: normal;
  font-weight: 700;
}

.ser-icon-box.v1 {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .ser-icon-box.v1 {
    display: none;
  }
}

.ext-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.service-section-nine {
  position: relative;
}
.service-section-nine .title-area-four h2 {
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .service-section-nine .title-area-four h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .service-section-nine .title-area-four h2 {
    font-size: 34px;
  }
  .service-section-nine .title-area-four h2 br {
    display: none;
  }
}
@media (max-width: 416px) {
  .service-section-nine .title-area-four h2 {
    font-size: 24px;
    margin-top: 10px;
  }
}

.service-tabs {
  border-radius: 10px 10px 300px 10px;
  background: #27477d;
  padding: 25px 25px 23px 22px;
  overflow: hidden;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .service-tabs {
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .service-tabs {
    margin-bottom: 50px;
  }
}
.service-tabs .nav-tabs {
  border: 0;
  display: unset;
}
.service-tabs .nav-tabs .nav-link {
  border: 0;
  width: 100%;
  text-align: left;
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.1);
  height: 60px;
  line-height: 60px;
  padding: 0 27px;
  margin-bottom: 10px;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.service-tabs .nav-tabs .nav-link:hover {
  background-color: #309c5a;
}
.service-tabs .nav-tabs .nav-link:hover i {
  color: var(--white-color);
}
.service-tabs .nav-tabs .nav-link i {
  position: relative;
  font-size: 14px;
  top: -1px;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.service-tabs .nav-link.active {
  background-color: #309c5a;
}
.service-tabs .nav-link.active i {
  color: var(--white-color);
}

.service-tab-content {
  position: relative;
  border-radius: 300px 10px 10px 10px;
  background: #FFF;
  padding: 68px 88px 71px 306px;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .service-tab-content {
    padding: 68px 58px 71px 271px;
  }
}
@media (max-width: 1199px) {
  .service-tab-content {
    border-radius: 10px;
    padding: 68px 58px 71px;
  }
}
@media (max-width: 576px) {
  .service-tab-content {
    padding: 56px 44px 53px;
  }
}
@media (max-width: 416px) {
  .service-tab-content {
    padding: 30px 28px 40px;
  }
}
.service-tab-content .title {
  color: #15274E;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .service-tab-content .title {
    font-size: 27px;
  }
}
.service-tab-content p {
  color: #444;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 23px;
}
.service-tab-content .ser-img-nine {
  position: absolute;
  top: 51px;
  left: -230px;
  margin: 20px;
  width: 426px;
  height: 426px;
  border-radius: 100%;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-tab-content .ser-img-nine {
    display: none;
  }
}
.service-tab-content .ser-img-nine::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 466px;
  height: 466px;
  border: 5px solid var(--theme-color4);
  border-radius: 50%;
}
.service-tab-content .ser-img-nine > img {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-tab-content .ser-img-nine .icon-box {
  position: absolute;
  top: 33px;
  right: -18px;
  width: 124.044px;
  height: 124.044px;
  line-height: 124.044px;
  text-align: center;
  border-radius: 50%;
  background-color: #309c5a;
  border-radius: 50%;
}
.service-tab-content .ser-img-nine .icon-box::before {
  content: "\f067";
  position: absolute;
  top: -50px;
  right: -11px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: var(--theme-color4);
}
.service-tab-content .ser-img-nine .icon-box .image::before {
  display: none;
}

.ser-list-nine {
  padding-left: 0;
  list-style: none;
}
.ser-list-nine li {
  position: relative;
  color: #000;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-left: 28px;
  margin-bottom: 20px;
}
.ser-list-nine li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background-color: #309c5a;
}

.ser-btn-nine {
  color: #000;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  border-bottom: 2px solid #309c5a;
}

.service-section-ten {
  position: relative;
}
.service-section-ten .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Medium devices */
}
@media (max-width: 992px) {
  .service-section-ten .outer-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -30px;
  }
}

.service-block-ten {
  position: relative;
  border-radius: 100px 10px 10px 0px;
  background: #FFF;
  padding: 56px 0 36px;
  text-align: center;
  width: 248px;
  margin-right: 21px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.service-block-ten:last-child {
  margin-right: 0;
}
.service-block-ten::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #309c5a;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .service-block-ten {
    width: calc(50% - 21px);
    margin: 0 10px 30px;
  }
}
@media (max-width: 767px) {
  .service-block-ten {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .service-block-ten {
    width: 100%;
    margin-right: 0;
  }
}

.ser-icon-ten {
  position: relative;
  margin-bottom: 21px;
  display: inline-block;
}
.ser-icon-ten::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: rgba(13, 153, 255, 0.2);
}

.ser-content-ten .title {
  color: #15274E;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: -2px;
}
.ser-content-ten .title span {
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 700;
}
.ser-content-ten span {
  color: #444;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 767px) {
  .service-circle {
    position: relative;
    width: 800px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 50%;
  }
  .service-circle__center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    border-radius: 50%;
    width: 425px;
    height: 425px;
    border-radius: 50%;
    background-color: var(--theme-color4);
  }
  .service-circle__item {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    padding: 20px 20px;
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .service-circle__item.active {
    opacity: 1;
    visibility: visible;
  }
  .service-circle__title {
    color: var(--white-color);
    max-width: 260px;
    position: relative;
    padding-bottom: 20px;
  }
  .service-circle__title a {
    color: inherit;
  }
  .service-circle__title a:hover {
    text-decoration: underline;
  }
  .service-circle__title:after, .service-circle__title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 220px;
    margin: 0 0 0 -110px;
    height: 1px;
    background-color: var(--white-color);
    border-radius: 10px;
    opacity: 0.7;
  }
  .service-circle__title:after {
    height: 3px;
    width: 40px;
    margin: 0 0 -1px -20px;
    opacity: 1;
  }
  .service-circle__text {
    color: var(--white-color);
    margin: 0 0 3px 0;
    max-width: 260px;
  }
  .service-circle__lines .line {
    background-color: #f5f7ff;
    width: 20px;
    height: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
            transform: translate(-50%, -50%) rotate(-30deg);
    z-index: 2;
  }
  .service-circle__lines .line:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
            transform: translate(-50%, -50%) rotate(30deg);
  }
  .service-circle__lines .line:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .service-circle__menu {
    position: relative;
    width: 800px;
    height: 800px;
    margin: 0 auto;
    /* Make each list item right corner to center of the menu */
    /* rotate deg = 360deg / count-of-item  (360/6=60deg);
      skew deg = 90deg - [rotate deg] 
      each li rotate deg = rotate deg * li-number;
    */
  }
  .service-circle__menu ul {
    position: absolute;
    width: 800px;
    height: 800px;
    padding: 0;
    list-style: none;
    border-radius: 50%;
    /*  THIS IS IMPORTANT  */
    overflow: hidden;
    /*  THIS IS IMPORTANT  */
  }
  .service-circle__menu li {
    position: absolute;
    top: -84px;
    /*  THIS IS IMPORTANT  */
    left: -84px;
    /*  THIS IS IMPORTANT  */
    width: 484px;
    height: 484px;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    /*  THIS IS IMPORTANT  */
    overflow: hidden;
    /*  THIS IS IMPORTANT  */
    -webkit-transform: rotate(var(--rotate-item, 0)) skew(30deg);
            transform: rotate(var(--rotate-item, 0)) skew(30deg);
  }
  .service-circle__menu li a {
    display: block;
    width: 484px;
    height: 484px;
    margin-top: 119px;
    /*  THIS IS IMPORTANT  */
    margin-left: 119px;
    /*  THIS IS IMPORTANT  */
    background-color: var(--white-color);
    -webkit-transform: skew(-30deg) rotate(-60deg);
            transform: skew(-30deg) rotate(-60deg);
    /*  THIS IS IMPORTANT  */
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    text-align: center;
  }
  .service-circle__menu li a:hover, .service-circle__menu li.active a {
    background-color: var(--theme-color2);
  }
  .service-circle__menu li a:hover img, .service-circle__menu li.active a img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .service-circle__menu li img {
    position: absolute;
    left: var(--icon-left, 50%);
    top: var(--icon-top, 35%);
    -webkit-transform: translate(-50%, -50%) rotate(var(--rotate-icon, -300deg));
            transform: translate(-50%, -50%) rotate(var(--rotate-icon, -300deg));
    -webkit-transform-origin: 50% center;
            transform-origin: 50% center;
    display: block;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .service-circle__menu li:nth-child(2) {
    --rotate-item: 60deg;
    --rotate-icon: 0;
  }
  .service-circle__menu li:nth-child(3) {
    --rotate-item: 120deg;
    --rotate-icon: -60deg;
    --icon-top: 34%;
    --icon-left: 46%;
  }
  .service-circle__menu li:nth-child(4) {
    --rotate-item: 180deg;
    --rotate-icon: -120deg;
    --icon-left: 46%;
  }
  .service-circle__menu li:nth-child(5) {
    --rotate-item: 240deg;
    --rotate-icon: -180deg;
    --icon-left: 48%;
  }
  .service-circle__menu li:nth-child(6) {
    --rotate-item: 300deg;
    --rotate-icon: -240deg;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .service-circle {
    width: 700px;
    height: 700px;
  }
  .service-circle__center {
    width: 375px;
    height: 375px;
  }
  .service-circle__menu {
    width: 700px;
    height: 700px;
    /* Make each list item right corner to center of the menu */
    /* rotate deg = 360deg / count-of-item  (360/6=60deg);
      skew deg = 90deg - [rotate deg] 
      each li rotate deg = rotate deg * li-number;
    */
  }
  .service-circle__menu ul {
    width: 700px;
    height: 700px;
  }
  .service-circle__menu li {
    top: -34px;
    /*  THIS IS IMPORTANT  */
    left: -34px;
    /*  THIS IS IMPORTANT  */
    width: 384px;
    height: 384px;
  }
  .service-circle__menu li a {
    width: 384px;
    height: 384px;
    margin-top: 88px;
    /*  THIS IS IMPORTANT  */
    margin-left: 88px;
    /*  THIS IS IMPORTANT  */
  }
  .service-circle__menu li img {
    -webkit-transform: translate(-50%, -70%) rotate(var(--rotate-icon, -300deg));
            transform: translate(-50%, -70%) rotate(var(--rotate-icon, -300deg));
  }
}
.service-style1 {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.service-style1 .service-img img {
  width: 100%;
}
.service-style1 .service-flip-title {
  position: absolute;
  left: -3px;
  top: 50%;
  margin: 0;
  text-align: center;
  z-index: 1;
  background-color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg) translateY(50%);
          transform: rotate(-180deg) translateY(50%);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 90px 25px 90px 29px;
  -webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 87%);
          clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 87%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.service-style1 .service-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  z-index: 1;
  opacity: 0.9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-style1 .service-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 2;
  padding: 0 40px;
}
.service-style1 .service-title {
  color: var(--white-color);
  font-size: 24px;
}
.service-style1 .service-title a {
  color: inherit;
}
.service-style1 .service-title a:hover {
  color: var(--title-color);
}
.service-style1 .service-text {
  color: var(--white-color);
  line-height: 28px;
  margin: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-style1 .service-btn,
.service-style1 .service-text,
.service-style1 .service-title {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.service-style1 .service-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: var(--white-color);
  color: var(--theme-color);
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -20px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.service-style1 .service-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.service-style1:hover .service-btn,
.service-style1:hover .service-text,
.service-style1:hover .service-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-style1:hover .service-title {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.service-style1:hover .service-overlay {
  opacity: 0.9;
  visibility: visible;
}
.service-style1:hover .service-flip-title {
  margin-left: -100px;
  opacity: 0;
  visibility: hidden;
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .service-style1 .service-content {
    padding: 0 20px;
  }
  .service-style1 .service-title {
    font-size: 20px;
  }
  .service-style1 .service-btn {
    bottom: 20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .service-style1 .service-content {
    padding: 0 20px;
  }
  .service-style1 .service-title {
    font-size: 20px;
  }
  .service-style1 .service-btn {
    bottom: 20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .service-box {
    --shape-size: 82px;
    padding: 30px 30px 32px 30px;
  }
  .service-box .sr-icon {
    padding: 8px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .service-card {
    padding-top: 43px;
  }
  .service-card .sr-icon {
    --size: 100px;
    --extra: -5px;
  }
  .service-card .sr-icon i {
    font-size: 3em;
  }
  .service-card .sr-img {
    margin-top: -60px;
  }
  .service-card .sr-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .service-box .sr-content {
    padding: 0;
  }
  .service-bar {
    padding: 35px 40px 40px 40px;
    margin-top: 40px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0 0 45px -5px rgba(39, 71, 125, 0.14);
            box-shadow: 0 0 45px -5px rgba(39, 71, 125, 0.14);
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .service-thumb {
    padding-bottom: 0;
  }
  .service-thumb .sr-icon {
    opacity: 1;
    visibility: visible;
  }
  .service-thumb .sr-body {
    position: relative;
    padding-top: calc(var(--size-icon) / 2 + 15px);
    max-width: 100%;
  }
  .service-thumb .sr-icon,
  .service-thumb .sr-title a {
    color: var(--theme-color) !important;
  }
  .service-thumb .sr-img img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .service-thumb:hover .sr-body {
    padding-top: calc(var(--size-icon) / 2 + 15px);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .notice-bar {
    border-radius: 10px;
  }
  .service-card {
    padding-top: 33px;
  }
  .service-card .sr-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-card .sr-img {
    margin-top: -50px;
  }
  .service-thumb {
    --size-icon: 70px;
  }
  .service-thumb .sr-icon .fa-3x {
    font-size: 2.5em;
  }
  .service-box {
    --shape-size: 74px;
    padding: 20px 20px 30px 20px;
  }
  .notice-bar {
    padding: 13.5px 15px;
  }
  .notice-bar.mt-30 {
    margin-top: 0;
  }
  .service-circle__menu ul {
    margin: 0 0 30px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .service-circle__menu li {
    display: inline-block;
  }
  .service-circle__menu li.active a {
    background-color: var(--theme-color2);
  }
  .service-circle__menu li.active a img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .service-circle__menu a {
    display: block;
    background-color: var(--white-color);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 7px;
  }
  .service-circle__menu a img {
    max-width: 40px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .service-circle__item {
    display: none;
    background-color: var(--theme-color4);
    padding: 30px 20px 20px 20px;
    border-radius: 7px;
    text-align: center;
  }
  .service-circle__item:not(.active) {
    opacity: 0;
  }
  .service-circle__item.active {
    display: block;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .service-circle__title {
    color: var(--white-color);
  }
  .service-circle__title a {
    color: inherit;
  }
  .service-circle__title a:hover {
    text-decoration: underline;
  }
  .service-circle__text {
    color: var(--white-color);
  }
}
.dots-7 .slick-dots {
  margin-top: 50px;
}
.dots-7 .slick-dots li button {
  width: 30px;
  height: 5px;
  background-color: #EBEBEB;
  border-radius: 0;
}
.dots-7 .slick-dots li.slick-active button {
  background-color: #F9313B;
}

.arrows-style-7 .slick-prev,
.arrows-style-7 .slick-next {
  top: auto;
  -webkit-transform: unset;
          transform: unset;
  bottom: 30px;
  width: 34px;
  height: 50px;
  border: 1px solid #111111;
  border-radius: 30px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  text-indent: -9999px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .arrows-style-7 .slick-prev,
  .arrows-style-7 .slick-next {
    display: none;
  }
}
.arrows-style-7 .slick-prev:hover,
.arrows-style-7 .slick-next:hover {
  border-color: #309c5a;
  background-color: #309c5a;
}
.arrows-style-7 .slick-prev:hover:before,
.arrows-style-7 .slick-next:hover:before {
  background-image: url(../img/clr-icon.png);
}
.arrows-style-7 .slick-prev:before,
.arrows-style-7 .slick-next:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrows-style-7 .slick-prev {
  left: auto;
  right: 60px;
}
.arrows-style-7 .slick-prev:before {
  background-image: url(../img/black-icon.png);
  background-size: 32px;
  background-position: left top;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  left: 40px;
}
.arrows-style-7 .slick-next {
  right: 0;
}
.arrows-style-7 .slick-next:before {
  background-image: url(../img/black-icon.png);
  background-size: 32px;
  left: -10px;
  top: 19px;
}

.service-slider-7 {
  margin: 0;
  overflow: hidden;
}

body {
  overflow-x: unset !important;
}

/*------------------- 4.13. Team  -------------------*/
.team-info {
  color: var(--title-color);
  font-weight: 700;
  margin-bottom: 5px;
}
.team-info:last-child {
  margin-bottom: 0;
}
.team-info i {
  display: inline-block;
  width: 30px;
}

.team-card-links {
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 40px;
  bottom: 18px;
  left: 40px;
}
.team-card-links i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white-color);
  background-color: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-card-links .team-links-toggler i {
  color: var(--theme-color);
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
}
.team-card-links .team-links-toggler i:hover {
  color: var(--white-color);
  background-color: var(--title-color);
  border-color: transparent;
}
.team-card-links a {
  margin-right: 12px;
}
.team-card-links a:last-child {
  margin-right: 0;
}
.team-card-links a:hover i {
  background-color: rgba(7, 204, 236, 0.7);
  color: var(--white-color);
}

.team-social {
  display: inline-block;
}
.team-social i {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px) rotate(90deg);
          transform: translateX(30px) rotate(90deg);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.team-social i.fa-facebook-f {
  background-color: #3b5998;
}
.team-social i.fa-twitter {
  background-color: #00acee;
}
.team-social i.fa-basketball-ball {
  background-color: #ea4c89;
}

.team-links-toggler {
  position: relative;
  display: inline-block;
}
.team-links-toggler:after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.team-links-toggler:hover:before, .team-links-toggler:hover:after {
  background-color: var(--title-color);
}

.team-card {
  border: 2px solid #f2f6fe;
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-card:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -2px;
  right: auto;
  width: 0;
  height: 3px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-card .team-body {
  padding: 0 40px 35px 40px;
}
.team-card .team-head {
  position: relative;
}
.team-card .degi {
  letter-spacing: 0.02em;
}
.team-card:hover {
  -webkit-box-shadow: 0px 5px 27px 0px rgba(39, 71, 125, 0.1);
          box-shadow: 0px 5px 27px 0px rgba(39, 71, 125, 0.1);
  border-color: transparent;
}
.team-card:hover:before {
  width: calc(100% + 4px);
  left: auto;
  right: -2px;
}
.team-card:hover .team-social i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0) translateX(0);
          transform: rotate(0) translateX(0);
}

.team-box {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.team-box .team-img {
  overflow: hidden;
}
.team-box .team-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-box .team-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  padding: 25px 0 27px 0;
  bottom: -120px;
}
.team-box .name {
  margin-left: 40px;
}
.team-box .degi {
  margin-right: 40px;
}
.team-box .name,
.team-box .degi,
.team-box .team-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-box .text-reset:hover {
  color: inherit !important;
}
.team-box:hover .name {
  margin-left: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.team-box:hover .degi {
  margin-right: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.team-box:hover .name,
.team-box:hover .degi,
.team-box:hover .team-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.team-box:hover .team-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.member-table {
  margin-top: 60px;
  margin-bottom: 60px;
}
.member-table th,
.member-table td {
  font-size: 14px;
  border: none;
  padding: 20px 30px;
  vertical-align: top;
}
.member-table th {
  color: var(--title-color);
}
.member-table tr:nth-child(odd) th,
.member-table tr:nth-child(odd) td {
  background-color: #f3f6f7;
  border-radius: 0 5px 5px 0;
}
.member-table tr:nth-child(odd) th {
  border-radius: 5px 0 0 5px;
}

.member-info-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.member-info-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.member-info-list li:last-child {
  margin-bottom: 0;
}
.member-info-list li:before {
  content: "\f00c";
  font-family: var(--icon-font);
  color: var(--theme-color);
  position: absolute;
  left: 0;
}

.team-schedule {
  padding: 60px 60px 58px 60px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 70px;
}
.team-schedule .vs-btn {
  -webkit-box-shadow: 0px 15px 65px 0px rgba(39, 71, 125, 0.06);
          box-shadow: 0px 15px 65px 0px rgba(39, 71, 125, 0.06);
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 30px;
  --icon-shape: 60px;
  --icon-size: 44px;
  padding: 0 50px;
  line-height: 80px;
  height: 80px;
  margin-bottom: -40px;
  position: absolute;
  left: calc(50% - 15px);
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  white-space: nowrap;
}
.team-schedule .vs-btn i {
  color: var(--white-color);
  font-size: 1.1rem;
}
.team-schedule .vs-btn:hover {
  color: var(--white-color);
}

.team-schedule-table {
  margin-top: -0.3em;
}
.team-schedule-table td {
  border-top: none;
  border-bottom: 1px dashed #dfdfe0;
}
.team-schedule-table td + td {
  text-align: right;
}
.team-schedule-table tr:first-child td {
  border-top: none;
  padding-top: 0;
}

.member-angle-links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 216px;
}
.member-angle-links .shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.member-angle-links .shape img {
  width: 100%;
}
.member-angle-links .middle-icon i,
.member-angle-links a {
  width: 45px;
  height: 45px;
  line-height: 47px;
  font-size: 18px;
  text-align: center;
  background-color: var(--white-color);
  color: var(--title-color);
  display: inline-block;
  border-radius: 50%;
}
.member-angle-links .middle-icon i:hover,
.member-angle-links a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.member-angle-links .middle-icon i:nth-of-type(1):not(.middle-icon):not(i),
.member-angle-links a:nth-of-type(1):not(.middle-icon):not(i) {
  left: 215px;
  top: 21px;
}
.member-angle-links .middle-icon i:nth-of-type(2),
.member-angle-links a:nth-of-type(2) {
  left: 169px;
  top: 57px;
}
.member-angle-links .middle-icon i:nth-of-type(3),
.member-angle-links a:nth-of-type(3) {
  left: 333px;
  top: 10px;
}
.member-angle-links .middle-icon i:nth-of-type(4),
.member-angle-links a:nth-of-type(4) {
  left: 387px;
  top: 31px;
}
.member-angle-links a {
  position: absolute;
  left: 0;
  top: 0;
}
.member-angle-links .middle-icon {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  border-radius: 50%;
  left: 270px;
  top: -17px;
  z-index: 1;
}
.member-angle-links .middle-icon i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.member-angle-links .middle-icon:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  background-color: var(--white-color);
  border-radius: inherit;
  z-index: -1;
}

.certifate-link {
  position: absolute;
  color: var(--white-color);
  text-transform: capitalize;
  text-decoration: underline;
  line-height: 1;
  right: 40px;
  bottom: 40px;
}
.certifate-link i {
  margin-left: 5px;
}

.team-style1 {
  text-align: center;
  margin-bottom: 30px;
}
.team-style1 .team-img {
  margin: 0 0 26px 0;
  position: relative;
  z-index: 1;
}
.team-style1 .team-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 390px;
  background-color: var(--theme-color4);
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.team-style1 .team-name {
  color: var(--title-color2);
  margin: 0 0 5px 0;
}
.team-style1 .team-degi {
  color: var(--theme-color4);
  font-weight: 500;
}
.team-style1 .team-links {
  background-color: var(--white-color);
  padding: 0 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 9999px;
  margin: 22px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.team-style1 .team-links a {
  color: var(--body-color2);
  display: inline-block;
  font-size: 18px;
  position: relative;
  width: 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
}
.team-style1 .team-links a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  background-color: #d0d0d0;
  z-index: -1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-style1 .team-links a:first-child {
  margin-right: 0;
}
.team-style1 .team-links a:first-child:before {
  display: none;
}
.team-style1 .team-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.team-style1 .team-links a:hover::before,
.team-style1 .team-links a:hover + a::before {
  opacity: 0;
  visibility: hidden;
}
.team-style1:hover .team-links {
  border-color: var(--theme-color4);
  -webkit-box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
}
.team-style1:nth-child(odd) .team-shape {
  --theme-color4: #d1daff;
}

.team-section-two {
  position: relative;
}
.team-section-two .title-area-two .sub-title {
  /* Extra small devices */
}
@media (max-width: 576px) {
  .team-section-two .title-area-two .sub-title {
    margin-bottom: 10px;
  }
}
.team-section-two .title-area-two h2 {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .team-section-two .title-area-two h2 {
    font-size: 34px;
    line-height: 34px;
  }
}

.team-card-two {
  position: relative;
  position: relative;
  background-color: var(--white-color);
  border-radius: 6px;
  padding: 10px 8px 22px;
}
.team-card-two:hover .team-img-six img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-card-two:hover .social-links {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-card-two:hover .share-icon {
  background-color: var(--theme-color);
}
.team-card-two .info-box {
  position: relative;
  z-index: 2;
  padding: 8px 13px 0 13px;
}
.team-card-two .info-box .name {
  margin-bottom: 1px;
}
.team-card-two .info-box .name a {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--title-color);
  display: inline-block;
}
.team-card-two .info-box .name a:hover {
  color: var(--theme-color);
}
.team-card-two .info-box .designation {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-img-six {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}
.team-img-six img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.share-icon {
  position: absolute;
  bottom: 8px;
  right: 12px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: var(--title-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
  z-index: 3;
}

.social-links {
  position: absolute;
  right: 12px;
  bottom: 95px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 25px;
  background: var(--theme-color);
  padding: 7px 0 13px;
}
.social-links a {
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: var(--bg-theme-color1);
  margin-top: 8px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-links a:hover {
  color: var(--title-color);
}

.team-section-three {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .team-section-three {
    padding-bottom: 0 !important;
  }
}
.team-section-three .row {
  /* Medium devices */
}
@media (max-width: 992px) {
  .team-section-three .row {
    margin-bottom: -30px;
  }
}
.team-section-three::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 566.876px;
  height: 100%;
  background-image: url(../img/bg/pattern3-2.png);
  z-index: -1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-section-three::after {
    display: none;
  }
}
.team-section-three .title-area-three .sub-title {
  /* Extra small devices */
}
@media (max-width: 576px) {
  .team-section-three .title-area-three .sub-title {
    margin-bottom: 10px;
  }
}
.team-section-three .title-area-three h2 {
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .team-section-three .title-area-three h2 {
    font-size: 37px;
  }
}
@media (max-width: 416px) {
  .team-section-three .title-area-three h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.team-card-three {
  position: relative;
  background-color: var(--white-color);
  border-radius: 30px;
  z-index: -111;
  /* Medium devices */
}
@media (max-width: 992px) {
  .team-card-three {
    margin-bottom: 30px;
  }
}
.team-card-three::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 388px;
  border: 1px solid #EEE;
  border-radius: 0 0 30px 30px;
  z-index: -1;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .team-card-three::before {
    width: 275px;
  }
}
@media (max-width: 1199px) {
  .team-card-three::before {
    width: 222px;
  }
}
@media (max-width: 992px) {
  .team-card-three::before {
    width: 100%;
  }
}
.team-card-three:hover .team-img-three {
  border-radius: 30px 30px 200px 202px;
}
.team-card-three:hover .team-img-three img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-card-three:hover .social-links-three {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-card-three:hover .share-icon-three {
  background-color: var(--theme-color);
}
.team-card-three .info-box {
  padding: 27px 13px 22px 13px;
  text-align: center;
}
.team-card-three .info-box .name {
  margin-bottom: 5px;
  line-height: 17px;
}
.team-card-three .info-box .name a {
  color: var(--title-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
}
.team-card-three .info-box .name a:hover {
  color: var(--theme-color);
}
.team-card-three .info-box .designation {
  font-size: 12px;
  display: inline-block;
  font-weight: 400;
  line-height: normal;
}

.team-img-three {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 200px 202px;
  display: inline-block;
  width: 100%;
}
.team-img-three img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.share-icon-three {
  position: absolute;
  top: 36px;
  left: 17px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: var(--title-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
  z-index: 3;
}

.social-links-three {
  position: absolute;
  top: 36px;
  left: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  border-radius: 10px;
  background: var(--white-color);
  -webkit-filter: drop-shadow(0px 0px 10.77px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 0px 10.77px rgba(0, 0, 0, 0.08));
}
.social-links-three a {
  position: relative;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #6D6E73;
  background-color: var(--bg-theme-color1);
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-links-three a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.team-section-ten {
  position: relative;
}
.team-section-ten .title-area-four h2 {
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .team-section-ten .title-area-four h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .team-section-ten .title-area-four h2 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .team-section-ten .title-area-four h2 br {
    display: none;
  }
}
@media (max-width: 416px) {
  .team-section-ten .title-area-four h2 {
    font-size: 24px;
    margin-top: 10px;
  }
}

.team-card-ten {
  position: relative;
  background-color: var(--white-color);
  z-index: 999;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-card-ten {
    margin-bottom: 40px;
  }
}
.team-card-ten::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28.818px;
  height: 28.818px;
  background-image: url(../img/team/team-plus1-1.svg);
}
.team-card-ten::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 373px;
  border-radius: 0 0 10px 10px;
  border: 2px solid #C6E7FF;
  border-top: 0;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .team-card-ten::before {
    height: 385px;
  }
}
@media (max-width: 767px) {
  .team-card-ten::before {
    height: 472px;
  }
}
@media (max-width: 576px) {
  .team-card-ten::before {
    height: 430px;
  }
}
@media (max-width: 416px) {
  .team-card-ten::before {
    height: 370px;
  }
}
.team-card-ten:hover .social-links-ten {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-card-ten:hover .share-icon-ten {
  background: #309c5a;
  border-color: transparent;
  color: var(--white-color);
}

.team-img-ten {
  position: relative;
}

@media (max-width: 1399px) {
  .team-img-ten::before {
    width: 100%;
    height: 100%;
  }
}
.team-img-ten img {
  border-radius: 50%;
  width: 100%;
  padding: 8px;
}

.share-icon-ten {
  position: absolute;
  bottom: 0;
  left: 23px;
  width: 60px;
  height: 60px;
  line-height: 57px;
  text-align: center;
  font-size: 24px;
  border-radius: 30px;
  border: 2px solid #309c5a;
  color: #000000;
  background: #FFF;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .share-icon-ten {
    bottom: 55px;
  }
}
@media (max-width: 767px) {
  .share-icon-ten {
    bottom: 65px;
    left: 45px;
  }
}
@media (max-width: 576px) {
  .share-icon-ten {
    bottom: 45px;
  }
}
@media (max-width: 416px) {
  .share-icon-ten {
    left: 23px;
    bottom: 0;
  }
}

.social-links-ten {
  position: absolute;
  bottom: 64px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .social-links-ten {
    bottom: 130px;
  }
}
@media (max-width: 767px) {
  .social-links-ten {
    left: 53px;
  }
}
@media (max-width: 576px) {
  .social-links-ten {
    bottom: 113px;
  }
}
@media (max-width: 416px) {
  .social-links-ten {
    bottom: 70px;
    left: 30px;
  }
}
.social-links-ten a {
  position: relative;
  text-align: center;
  font-size: 20px;
  width: 46px;
  height: 44.063px;
  line-height: 44.063px;
  border-radius: 50px;
  border: 1px solid #AAA;
  background: #FFF;
  color: #4A4A4A;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 4px;
}
.social-links-ten a:hover {
  background: #309c5a;
  border-color: transparent;
  color: var(--white-color);
}

.info-box-ten {
  position: relative;
  z-index: 99;
  padding: 28px 25px 30px 28px;
}
.info-box-ten .name {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .info-box-ten .name {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .info-box-ten .name {
    font-size: 26px;
  }
}
.info-box-ten .name a {
  color: #000;
}
.info-box-ten .name a:hover {
  color: var(--theme-color);
}
.info-box-ten .designation {
  position: relative;
  color: #444;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  display: inline-block;
  padding-bottom: 27px;
  margin-bottom: 9px;
}
.info-box-ten .number {
  color: #309c5a;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: -4px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .info-box-ten .number {
    font-size: 21px;
  }
}
.info-box-ten .date {
  color: #444;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

/* Leadership (team-section-ten): cleaner cards + smooth share / social transitions */
.team-section-ten {
  overflow: visible;
}
.team-section-ten .container-style8 {
  overflow: visible;
}
.team-section-ten .team-section-ten__row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-section-ten .team-card-ten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
  border-radius: 14px;
  overflow: visible;
  background: #fff;
  border: 2px solid rgba(198, 231, 255, 0.9);
  -webkit-box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
          box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.team-section-ten .team-card-ten::before {
  display: none !important;
  content: none !important;
}
.team-section-ten .team-card-ten:hover {
  -webkit-box-shadow: 0 20px 50px rgba(7, 204, 236, 0.14);
          box-shadow: 0 20px 50px rgba(7, 204, 236, 0.14);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.team-section-ten .team-card-ten::after {
  display: none !important;
  content: none !important;
}
.team-section-ten .team-img-ten {
  position: relative;
  padding: 22px 16px 10px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  isolation: isolate;
}
/* Plus icon — always on top of photo (hover transform on img must not cover this) */
.team-section-ten .team-img-ten::after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(50% + 46px);
  width: 28px;
  height: 28px;
  background: url(../img/team/team-plus1-1.svg) center / contain no-repeat;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.team-section-ten .team-img-ten img {
  position: relative;
  z-index: 1;
  width: 148px !important;
  height: 148px !important;
  max-width: 148px !important;
  margin: 0 auto;
  padding: 5px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff !important;
  -webkit-box-shadow: 0 12px 36px rgba(7, 204, 236, 0.18), 0 0 0 1px rgba(198, 231, 255, 0.85);
          box-shadow: 0 12px 36px rgba(7, 204, 236, 0.18), 0 0 0 1px rgba(198, 231, 255, 0.85);
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.team-section-ten .team-card-ten:hover .team-img-ten img {
  -webkit-box-shadow: 0 16px 44px rgba(7, 204, 236, 0.26), 0 0 0 1px rgba(198, 231, 255, 1);
          box-shadow: 0 16px 44px rgba(7, 204, 236, 0.26), 0 0 0 1px rgba(198, 231, 255, 1);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.team-section-ten .share-icon-ten {
  z-index: 5;
  cursor: pointer;
  -webkit-transition: background-color 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-transform 0.45s cubic-bezier(0.34, 1.4, 0.64, 1);
  transition: background-color 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.team-section-ten .team-card-ten:hover .share-icon-ten {
  background-color: #309c5a;
  border-color: rgba(7, 204, 236, 0.45);
  color: #fff;
  -webkit-box-shadow: 0 8px 28px rgba(7, 204, 236, 0.42);
          box-shadow: 0 8px 28px rgba(7, 204, 236, 0.42);
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.team-section-ten .team-card-ten .share-icon-ten:hover {
  background-color: #06b8db;
  border-color: rgba(7, 204, 236, 0.25);
  color: #fff;
  -webkit-box-shadow: 0 10px 32px rgba(7, 204, 236, 0.5);
          box-shadow: 0 10px 32px rgba(7, 204, 236, 0.5);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-section-ten .social-links-ten {
  z-index: 5;
  -webkit-transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.55s;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.55s;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: translateY(10px) scale(0.96);
          transform: translateY(10px) scale(0.96);
  opacity: 0;
  visibility: hidden;
}
.team-section-ten .team-card-ten:hover .social-links-ten {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.06s,
    -webkit-transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.06s,
    visibility 0s linear 0s;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.06s,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.06s,
    visibility 0s linear 0s;
}
.team-section-ten .social-links-ten a {
  -webkit-transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    color 0.35s ease,
    -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    color 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.team-section-ten .social-links-ten a:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.team-section-ten .info-box-ten {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 22px 26px 24px !important;
}
.team-section-ten .info-box-ten .designation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.team-section-ten .info-box-ten .number {
  margin-top: auto !important;
}

@media (prefers-reduced-motion: reduce) {
  .team-section-ten .team-card-ten,
  .team-section-ten .team-card-ten:hover {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .team-section-ten .team-img-ten img,
  .team-section-ten .team-card-ten:hover .team-img-ten img {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .team-section-ten .share-icon-ten,
  .team-section-ten .team-card-ten:hover .share-icon-ten,
  .team-section-ten .team-card-ten .share-icon-ten:hover {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .team-section-ten .social-links-ten,
  .team-section-ten .team-card-ten:hover .social-links-ten {
    -webkit-transition: opacity 0.15s ease !important;
    transition: opacity 0.15s ease !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .team-section-ten .social-links-ten a:hover {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .member-angle-links {
    position: absolute;
    height: auto;
    left: 30px;
    top: 30px;
    width: auto;
    right: auto;
  }
  .member-angle-links .shape {
    display: none;
  }
  .member-angle-links .middle-icon {
    left: 0;
    right: auto;
    top: 0;
    position: relative;
    margin-bottom: 20px;
  }
  .member-angle-links a {
    display: block;
    margin-bottom: 15px;
    position: static;
    -webkit-transform: translateY(60px) rotate(90deg);
            transform: translateY(60px) rotate(90deg);
    opacity: 0;
    visibility: hidden;
  }
  .member-angle-links a:last-child {
    margin-bottom: 0;
  }
  .member-angle-links.show .middle-icon.active .fa-share-alt:before {
    content: "\f068";
  }
  .member-angle-links.show a {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    opacity: 1;
    visibility: visible;
  }
  .member-details-img {
    position: relative;
  }
  .member-details-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(84%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 84%);
    opacity: 0.6;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .team-schedule {
    padding: 40px 40px 58px 40px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .team-card .team-card-links {
    right: 30px;
    left: 30px;
  }
  .team-card .team-body {
    padding: 0 30px 25px 30px;
  }
  .team-card-links i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .team-schedule {
    padding: 40px 40px 40px 40px;
    margin-bottom: 65px;
  }
  .team-schedule .vs-btn {
    font-size: 24px;
    --icon-shape: 40px;
    --icon-size: 30px;
    padding: 0 30px;
    line-height: 60px;
    height: 60px;
    margin-bottom: -30px;
  }
  .certifate-link {
    right: 30px;
    bottom: 30px;
  }
  .team-style1 .team-shape {
    height: 280px;
  }
  .team-style1 .team-links {
    padding: 0 20px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .team-layout2 {
    padding-top: 80px !important;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .team-box .team-content {
    left: 20px;
    right: 20px;
  }
  .team-schedule {
    padding: 40px 20px 40px 20px;
  }
  .team-schedule .vs-btn {
    left: calc(55% - 15px);
  }
  .member-table {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .member-table th,
  .member-table td {
    font-size: 14px;
    border: none;
    padding: 9px 10px;
    vertical-align: top;
  }
  .team-schedule .vs-btn {
    font-size: 18px;
    padding: 0 26px;
    line-height: 60px;
    height: 60px;
    margin-left: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  br {
    display: none;
  }
}
/*------------------- 4.14. Form Style  -------------------*/
.form-wrap1 {
  -webkit-box-shadow: 0px 5px 120px 0px rgba(39, 71, 125, 0.15);
          box-shadow: 0px 5px 120px 0px rgba(39, 71, 125, 0.15);
}
.form-wrap1 .form-box,
.form-wrap1 .form-title-box {
  padding: 60px;
}

.form-wrap2 {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(39, 71, 125, 0.07);
          box-shadow: 0px 20px 60px 0px rgba(39, 71, 125, 0.07);
  border-radius: 9999px;
  padding: 45px;
  background-color: var(--white-color);
}

.form-wrap3 {
  --bs-gutter-x: 1rem;
  padding: 80px 80px 80px 80px;
}

.form-style1 {
  position: relative;
}
.form-style1 i {
  position: absolute;
  right: auto;
  left: 40px;
  font-size: 14px;
  top: 23px;
}
.form-style1 input {
  border: 2px solid var(--theme-color);
  border-radius: 9999px;
  padding-left: 65px;
  color: var(--title-color);
  font-size: 14px;
  margin-right: 30px;
}
.form-style1 input::-moz-placeholder {
  color: var(--title-color);
}
.form-style1 input::-webkit-input-placeholder {
  color: var(--title-color);
}
.form-style1 input:-ms-input-placeholder {
  color: var(--title-color);
}
.form-style1 input::-ms-input-placeholder {
  color: var(--title-color);
}
.form-style1 input::placeholder {
  color: var(--title-color);
}
.form-style1 input:focus {
  border-color: var(--theme-color);
}

.find-form1 {
  margin-bottom: 50px;
}
.find-form1 .form-text {
  color: var(--title-color2);
  margin: 0 0 27px 0;
}
.find-form1 .form-group {
  position: relative;
  margin: 0;
}
.find-form1 input {
  font-size: 14px;
  color: var(--body-color2);
  height: 62px;
  border-radius: 9999px;
  padding: 0 60px 0 40px;
  border: 1px solid var(--theme-color4);
  -webkit-box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
}
.find-form1 input::-moz-placeholder {
  color: #757575;
}
.find-form1 input::-webkit-input-placeholder {
  color: #757575;
}
.find-form1 input:-ms-input-placeholder {
  color: #757575;
}
.find-form1 input::-ms-input-placeholder {
  color: #757575;
}
.find-form1 input::placeholder {
  color: #757575;
}
.find-form1 button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--theme-color4);
  position: absolute;
  right: 25px;
  top: 18px;
  font-size: 26px;
}
.find-form1 button:hover {
  color: var(--theme-color2);
}

.subscribe-form1 {
  overflow: hidden;
}
.subscribe-form1 .form-inner {
  background-color: var(--white-color);
  position: relative;
  padding: 20px 0 20px 45px;
}
.subscribe-form1 .form-inner::before {
  content: "";
  position: absolute;
  left: 99.98%;
  top: 0;
  bottom: 0;
  width: 9999px;
  background-color: inherit;
}
.subscribe-form1 .form-title {
  color: var(--title-color2);
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}
.subscribe-form1 .form-title i {
  color: var(--theme-color2);
  font-size: 40px;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -4px;
}
.subscribe-form1 .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.subscribe-form1 .form-group input {
  height: 55px;
  font-size: 15px;
  color: var(--title-color2);
  border: 1px solid var(--theme-color4);
  margin-right: 20px;
  border-radius: 9999px;
}
.subscribe-form1 .form-group input::-moz-placeholder {
  color: var(--title-color2);
}
.subscribe-form1 .form-group input::-webkit-input-placeholder {
  color: var(--title-color2);
}
.subscribe-form1 .form-group input:-ms-input-placeholder {
  color: var(--title-color2);
}
.subscribe-form1 .form-group input::-ms-input-placeholder {
  color: var(--title-color2);
}
.subscribe-form1 .form-group input::placeholder {
  color: var(--title-color2);
}

.booking-form1 {
  padding: 130px 0 0 100px;
  max-width: 625px;
}
.booking-form1 .form-select,
.booking-form1 .form-control {
  height: 64px;
  border: 1px solid rgb(183, 183, 183);
  background-color: var(--white-color);
  background-image: none;
  -webkit-box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
  border-radius: 9999px;
}
.booking-form1 .form-select ~ i,
.booking-form1 .form-control ~ i {
  top: 13px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid rgb(183, 183, 183);
  color: #777777;
  font-size: 24px;
  padding-right: 3px;
}

.form-box-two {
  position: relative;
  border-radius: 10px;
  background: #27477D;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
  padding: 60px 60px 40px;
  margin-top: -125px;
  /* Extra small devices */
  /* Extra small devices */
  z-index: 99;
}
@media (max-width: 576px) {
  .form-box-two {
    padding: 60px 40px 40px;
  }
}
@media (max-width: 416px) {
  .form-box-two {
    padding: 40px 30px 30px;
  }
}
.form-box-two .form-group {
  margin-bottom: 20px;
}
.form-box-two .form-group input {
  height: 55px;
  line-height: 55px;
  color: var(--body-color);
  border: 0;
}
.form-box-two .form-group i {
  top: 20px;
}
.form-box-two .form-group button {
  height: 55px;
  line-height: 55px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 700;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 50px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .form-wrap3 {
    padding: 60px 60px 60px 60px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .form-wrap3 {
    padding: 40px 40px 40px 40px;
  }
  .subscribe-form1 .form-title {
    font-size: 16px;
  }
  .subscribe-form1 .form-title i {
    font-size: 28px;
    margin-right: 15px;
  }
  .subscribe-form1 .form-inner {
    padding: 20px 0 20px 30px;
  }
  .booking-form1 {
    padding: 80px 60px 0 60px;
    max-width: 100%;
    text-align: center;
  }
  .booking-form1 .form-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .subscribe-form1 .form-inner {
    padding: 30px 20px;
  }
  .subscribe-form1 .form-inner:before {
    display: none;
  }
  .subscribe-form1 .form-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .form-wrap1 .form-box,
  .form-wrap1 .form-title-box {
    padding: 20px;
  }
  .form-wrap2 {
    border-radius: 40px;
    padding: 30px;
  }
  .subscribe-form1 .form-group {
    display: block;
    text-align: center;
  }
  .subscribe-form1 input {
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .booking-form1 {
    padding: 80px 20px 0 20px;
  }
  .booking-form1 select,
  .booking-form1 input {
    padding-left: 25px;
  }
  .booking-form1 .form-title {
    max-width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .form-wrap2 {
    padding: 35px 20px;
  }
  .form-wrap3 {
    padding: 40px 20px 40px 20px;
  }
}
/*------------------- 4.15. Testimonial  -------------------*/
.testimonial-box {
  padding: 55px 60px 33px 60px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(13, 30, 58, 0.03);
          box-shadow: 0px 10px 10px 0px rgba(13, 30, 58, 0.03);
  border-radius: 0 0 50px 50px;
}
.testimonial-box .author-info,
.testimonial-box .author-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-box .avater {
  width: 65px;
  height: 65px;
  background-color: var(--white-color);
  padding: 10px;
  -webkit-box-shadow: 0px 5px 60px 0px rgba(39, 71, 125, 0.18);
          box-shadow: 0px 5px 60px 0px rgba(39, 71, 125, 0.18);
  border-radius: 50%;
}
.testimonial-box .avater img {
  border-radius: inherit;
  width: 100%;
}
.testimonial-box .avater-line {
  width: calc(100% - 85px);
  height: 2px;
  margin-right: 20px;
  background-color: var(--title-color);
  opacity: 0.1;
}
.testimonial-box .name {
  font-family: var(--body-font);
  margin-bottom: 0;
}
.testimonial-box .degi {
  line-height: 1;
}
.testimonial-box .content p {
  font-style: normal;
  font-weight: 500;
  color: var(--title-color);
}
.testimonial-box .content p:last-child {
  margin-bottom: 0;
}

.avater-slider-box {
  text-align: center;
  padding: 60px 0 50px 0;
  background-color: var(--white-color);
  position: relative;
  -webkit-box-shadow: 0px 5px 37px 0px rgba(28, 53, 95, 0.05);
          box-shadow: 0px 5px 37px 0px rgba(28, 53, 95, 0.05);
}
.avater-slider-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: -20px;
  background-color: #000;
  opacity: 0.03;
  z-index: -1;
  border-radius: 10px;
}
.avater-slider-box .avater {
  -webkit-box-shadow: 0px 25px 47.5px 2.5px rgba(39, 71, 125, 0.1);
          box-shadow: 0px 25px 47.5px 2.5px rgba(39, 71, 125, 0.1);
  padding: 10px;
  background-color: var(--white-color);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px auto;
}
.avater-slider-box .avater img {
  border-radius: inherit;
}

.testimonail-desc .testi-rating {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  --line-width: 230px;
  padding-right: 10px;
}
.testimonail-desc .testi-rating:before {
  content: "";
  position: absolute;
  right: calc(var(--line-width) / -1);
  top: 50%;
  width: var(--line-width);
  height: 1px;
  background-color: #d7dae1;
}

.testimonail-desc-slide .slick-dots {
  margin-top: 33px;
  text-align: left;
}
.testimonail-desc-slide .testi-text {
  font-size: 20px;
}

.testimonail-quote {
  position: absolute;
  right: 80px;
  bottom: -50px;
}

.testi-box1 {
  padding: 50px 70px 42px 70px;
}
.testi-box1 .testi-quote {
  margin: 0 0 30px 0;
}
.testi-box1 .testi-text {
  color: var(--title-color2);
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 23px 0;
}
.testi-box1 .testi-name {
  font-size: 28px;
  font-weight: 700;
  color: var(--title-color2);
  margin: 0 0 5px 0;
}
.testi-box1 .testi-degi {
  display: inline-block;
  font-size: 16px;
  color: var(--body-color);
}
.testi-box1 .testi-rating i {
  color: #ffa33d;
  margin-right: 5px;
  font-size: 14px;
}
.testi-box1 .testi-degi {
  display: inline-block;
  margin-right: 10px;
}

.testi-nav1 {
  margin: 53px 0 0 0;
}
.testi-nav1 .testi-avater {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--theme-color4);
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.testi-nav1 .testi-avater:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
}
.testi-nav1 .testi-avater img {
  width: 100%;
}
.testi-nav1 .testi-avater:hover:before,
.testi-nav1 .slick-current .testi-avater:before {
  opacity: 0.7;
  visibility: visible;
}

.testi-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 1040px;
  height: 580px;
  background-color: var(--theme-color2);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.testi-wrap1 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 25px;
}
.testi-wrap1 .testi-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(0 32%, 100% 0, 100% 100%, 0 79%);
          clip-path: polygon(0 32%, 100% 0, 100% 100%, 0 79%);
}
.testi-wrap1 .testi-shape2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.85;
}

.testi-style1 {
  background-color: var(--black-color);
  max-width: 680px;
  text-align: center;
  padding: 80px 80px 120px 80px;
  margin: 0 75px 30px 0;
  position: relative;
}
.testi-style1::before {
  content: "";
  position: absolute;
  right: -32px;
  top: -1px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 88%);
          clip-path: polygon(0 0, 0% 100%, 100% 88%);
  width: 33px;
  height: 41px;
  background-color: #4c4c4c;
}
.testi-style1 .testi-icon {
  width: 158px;
  height: 158px;
  line-height: 158px;
  background-color: var(--theme-color);
  color: var(--white-color);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  margin: 0 auto 58px auto;
  outline: 1px solid var(--white-color);
  outline-offset: -10px;
}
.testi-style1 .testi-icon .sub-plus {
  top: 15px;
  right: 3px;
  color: var(--theme-color);
}
.testi-style1 .testi-text {
  color: #e3e3e3;
  font-size: 24px;
  font-weight: 500;
  line-height: 44px;
  margin: 0 0 27px 0;
  padding: 0 40px;
}
.testi-style1 .testi-name {
  color: var(--white-color);
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.testi-style1 .testi-arrows {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testi-style1 .testi-arrows .slick-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid var(--theme-color);
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
  margin: 0;
  font-size: 20px;
  line-height: 58px;
}
.testi-style1 .testi-arrows .slick-arrow:not(:last-child) {
  margin-right: 15px;
}

.testi-slide1 {
  border: 1px solid var(--theme-color4);
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
}

.testimonial-section-two {
  position: relative;
}
.testimonial-section-two .row.vs-carousel {
  margin-bottom: -20px;
}
.testimonial-section-two .title-area-two {
  margin-bottom: 29px;
}
.testimonial-section-two .title-area-two h2 {
  /* Extra small devices */
}
@media (max-width: 576px) {
  .testimonial-section-two .title-area-two h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
.testimonial-section-two .title-area-two .sub-title {
  /* Extra small devices */
}
@media (max-width: 576px) {
  .testimonial-section-two .title-area-two .sub-title {
    margin-bottom: 10px;
  }
}

.testi-box-two {
  position: relative;
  border-radius: 10px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
  padding: 30px 30px 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  margin: 20px 0;
}
.testi-box-two::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  width: 120px;
  height: 120px;
  background-image: url(../img/testimonial/dots2-1.png);
}
.testi-box-two:hover {
  background-color: var(--title-color);
}
.testi-box-two:hover::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -150px;
  width: 748.516px;
  height: 472.8px;
  background-image: url(../img/testimonial/pattern2-1.png);
}
.testi-box-two:hover .auther-info .name {
  color: var(--white-color);
}
.testi-box-two:hover .auther-info .designation {
  color: var(--white-color);
}
.testi-box-two:hover p {
  color: var(--white-color);
}
.testi-box-two .auther-info {
  position: relative;
  padding: 11px 0 10px 100px;
  margin-bottom: 27px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .testi-box-two .auther-info {
    padding-left: 0;
  }
}
.testi-box-two .auther-info img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 99;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .testi-box-two .auther-info img {
    position: static;
    margin-bottom: 20px;
  }
}
.testi-box-two .auther-info .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 4px;
}
.testi-box-two .auther-info .designation {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  display: inline-block;
}
.testi-box-two p {
  line-height: 26px;
  margin-bottom: 0;
}

.rating-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}
.rating-list li {
  margin-right: 4px;
}
.rating-list li i {
  font-size: 18px;
  color: #FAAE4B;
}

.testimonial-section7 {
  position: relative;
}

.title-area-three.seven .sub-title7 {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .title-area-three.seven .sub-title7 {
    font-size: 27px;
  }
}
.title-area-three.seven h2 {
  text-transform: capitalize;
  font-size: 43px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .title-area-three.seven h2 {
    font-size: 37px;
  }
}
@media (max-width: 416px) {
  .title-area-three.seven h2 {
    font-size: 30px;
  }
}

.test-img7 {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .test-img7 {
    margin-bottom: 50px;
  }
}
.test-img7 .plus-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 17px;
  margin-left: -28px;
}
.test-img7 img {
  /* Medium devices */
}
@media (max-width: 992px) {
  .test-img7 img {
    width: 100%;
  }
}

.testi-content7 {
  margin-left: 62px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .testi-content7 {
    margin: 0;
    margin-right: 15px;
  }
}
.testi-content7 .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.ratig-list7 {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: var(--theme-color);
  margin-bottom: 26px;
}

.testi-auther {
  position: relative;
  padding: 21px 0 25px 133px;
}
.testi-auther .auther-img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0 7px 6px 0;
}
.testi-auther .auther-img::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -7px;
  width: 104px;
  height: 104px;
  background-color: var(--theme-color);
  border-radius: 50%;
  z-index: -1;
}
.testi-auther .name {
  color: var(--title-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
  text-transform: capitalize;
  margin-bottom: 4px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .testi-auther .name {
    font-size: 21px;
  }
}
.testi-auther .designation {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

.why-choose-section7 {
  position: relative;
  padding-bottom: 245px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .why-choose-section7 {
    padding-bottom: 80px;
  }
}

.title-area-three.choose {
  margin-bottom: 30px;
}
.title-area-three.choose .sub-title7 {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .title-area-three.choose .sub-title7 {
    font-size: 25px;
  }
}
.title-area-three.choose h2 {
  margin-bottom: 29px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .title-area-three.choose h2 {
    font-size: 31px;
  }
}

.choose-img {
  /* Medium devices */
}
@media (max-width: 992px) {
  .choose-img {
    text-align: center;
    margin-top: 50px;
  }
}

.choose-block {
  position: relative;
  padding-left: 108px;
  margin-bottom: 27px;
  /* Medium devices */
  /* Extra small devices */
}
.choose-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .choose-block {
    padding: 7px 0 1px 108px;
  }
}
@media (max-width: 416px) {
  .choose-block {
    padding-left: 0;
  }
}
.choose-block .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--theme-color);
  border-radius: 50%;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .choose-block .icon-box {
    position: static;
    margin-bottom: 20px;
  }
}
.choose-block .content-box .title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.choose-block .content-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.testimonial-section-eight {
  position: relative;
}
.testimonial-section-eight::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 851px;
  height: 670px;
  border-radius: 0 0 0 500px;
  background-image: url(../img/testimonial/bg-shape-img.jpg);
  z-index: -111;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .testimonial-section-eight::before {
    display: none;
  }
}
.testimonial-section-eight .title-area-four {
  margin-bottom: 39px;
}
.testimonial-section-eight .title-area-four h2 {
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .testimonial-section-eight .title-area-four h2 {
    font-size: 49px;
  }
}
@media (max-width: 416px) {
  .testimonial-section-eight .title-area-four h2 {
    font-size: 28px;
  }
}
.testimonial-section-eight .title-area-four .sub-title8 {
  text-align: left;
}
.testimonial-section-eight .form-wrap4 {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.sum-appointment-alert {
  margin-bottom: 14px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.sum-appointment-alert--success {
  color: #0d5c36;
  background: #d4f5e4;
  border: 1px solid #9ee0bc;
}

.sum-appointment-alert--error {
  color: #8b2e3d;
  background: #fde8eb;
  border: 1px solid #f5b8c0;
}

.sum-form-alert {
  margin-bottom: 18px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.sum-form-alert--success {
  color: #0d5c36;
  background: #d4f5e4;
  border: 1px solid #9ee0bc;
}

.sum-form-alert--error {
  color: #8b2e3d;
  background: #fde8eb;
  border: 1px solid #f5b8c0;
}

.sum-validated-form .is-invalid {
  border-color: #dc3545;
}

.sum-page-hero--appointment {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ec 100%);
}

.sum-appointment-page__info {
  padding: 28px 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.08);
  box-shadow: 0 12px 36px rgba(21, 39, 78, 0.06);
}

.sum-appointment-page__info h2 {
  font-size: 1.35rem;
  margin-bottom: 16px;
  color: #15274e;
}

.sum-appointment-page__steps {
  margin: 0 0 24px;
  padding-left: 1.2rem;
  color: #4a5f78;
}

.sum-appointment-page__steps li {
  margin-bottom: 10px;
  line-height: 1.55;
}

.sum-appointment-page__contact h3 {
  font-size: 1.05rem;
  margin-bottom: 12px;
  color: #15274e;
}

.sum-appointment-page__contact p {
  color: #4a5f78;
}

.sum-appointment-page__contact a {
  color: #27477d;
  font-weight: 600;
}

.sum-appointment-page__form-card {
  padding: 8px 0 0;
}

.sum-appointment-page__form-card .form-wrap4 {
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(21, 39, 78, 0.1);
}

.testi-slider-eight {
  border-radius: 10px 10px 250px 10px;
  border: 5px solid #309c5a;
  background: #FFF;
  padding: 42px 57px 54px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .testi-slider-eight {
    padding: 42px 30px 54px;
  }
}
@media (max-width: 416px) {
  .testi-slider-eight {
    padding: 42px 15px 54px;
  }
}

.testi-content-eight {
  padding-right: 40px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .testi-content-eight {
    margin-bottom: 80px;
    margin-top: 0;
    padding-right: 0;
  }
}

.testi-info-eight {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .testi-info-eight {
    border-radius: 10px;
    padding: 42px 20px 42px;
  }
}
.testi-info-eight p {
  color: #000;
  font-family: var(--title-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 190.909% */
  margin-bottom: 29px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .testi-info-eight p {
    font-size: 18px;
    line-height: 33px;
  }
}

.testi-auther-eight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .testi-auther-eight {
    display: block;
  }
}
.testi-auther-eight .title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 0;
  margin-right: 16px;
}
.testi-auther-eight .designation {
  color: #000;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 0;
}

.form-box-three {
  padding: 45px;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .form-box-three {
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .form-box-three {
    padding-bottom: 40px;
  }
}
@media (max-width: 416px) {
  .form-box-three {
    padding: 44px 30px 30px;
  }
}
.form-box-three .form-group {
  margin-bottom: 20px;
}
.form-box-three .form-group input {
  border-radius: 5px 50px 5px 5px;
  border: 2px solid #DEE4EB;
  background: #FFF;
  height: 56px;
  color: #535353;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.form-box-three .form-group select {
  border-radius: 5px 50px 5px 5px;
  border: 2px solid #DEE4EB;
  height: 56px;
  color: #535353;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.form-box-three .form-group i {
  font-size: 22px;
  color: #898989;
  right: 44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-style8.v10 {
  width: 100%;
  text-align: center;
}
.btn-style8.v10::before {
  border-radius: 5px 50px 5px 5px;
}

.testi-form-title {
  border-radius: 10px 10px 10px 100px;
  background: #27477d;
  padding: 30px 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .testi-form-title {
    padding: 30px 48px;
  }
}
@media (max-width: 416px) {
  .testi-form-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border-radius: 10px;
    padding: 30px;
  }
}
.testi-form-title .icon-box {
  width: 79.956px;
  height: 79.956px;
  line-height: 79.956px;
  text-align: center;
  border-radius: 50%;
  background-color: #309c5a;
  margin-right: 21px;
}
.testi-form-title .content-box .title {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: -7px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .testi-form-title .content-box .title {
    font-size: 24px;
  }
}
@media (max-width: 416px) {
  .testi-form-title .content-box .title {
    font-size: 21px;
  }
}
.testi-form-title .content-box span {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
}

.sum-appointment-form__opd {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.sum-appointment-form__opd-heading {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--title-font);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
}

.sum-appointment-form__opd-hours {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--body-font);
  font-size: 0.875rem;
  line-height: 1.45;
}

.sum-appointment-form__opd-hours strong {
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 416px) {
  .testi-form-title .content-box span {
    line-height: 1.45;
    display: block;
    margin-bottom: 4px;
  }

  .sum-appointment-form__opd-hours {
    flex-direction: column;
    gap: 4px;
  }
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .testi-style1:before {
    height: 44px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .testi-box1 {
    padding: 45px 40px 42px 40px;
  }
  .testi-box1 .testi-quote {
    margin: 0 0 20px 0;
  }
  .testi-box1 .testi-text {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .testi-box1 .testi-name {
    font-size: 22px;
  }
  .testi-shape1 {
    width: 820px;
    height: 480px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .testi-style1 {
    padding: 80px 30px 80px 30px;
    margin: 0 0 30px 0;
  }
  .testi-style1:before {
    display: none;
  }
  .testi-wrap1 {
    padding: 130px 0;
  }
  .testi-wrap1 .testi-shape2 {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .testi-shape1 {
    width: 500px;
    height: 430px;
  }
  .testi-nav1 .testi-avater {
    width: 80px;
    height: 80px;
  }
  .testi-style1 .testi-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 40px auto;
  }
  .testi-style1 .testi-icon .sub-plus {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 32px;
  }
  .testi-style1 .testi-text {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 17px 0;
    padding: 0 0;
  }
  .testi-style1 .testi-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .testimonial-box {
    padding: 25px 30px 30px 30px;
    border-radius: 0 0 10px 10px;
  }
  .testimonail-quote {
    bottom: -10px;
    right: 0;
    max-width: 200px;
  }
  .testi-shape1 {
    display: none;
  }
  .testi-nav1 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .testi-wrap1 {
    padding: 80px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .avater-slider-box {
    text-align: center;
    padding: 0;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .avater-slider-box:before {
    display: none;
  }
  .testi-box1 {
    padding: 45px 20px 42px 20px;
  }
  .testi-box1 .testi-text {
    font-size: 18px;
    line-height: 28px;
  }
  .testi-box1 .testi-rating {
    display: block;
  }
  .testimonail-desc .testi-rating {
    margin-right: -1.2em;
  }
  .testimonail-desc .testi-rating:before {
    display: none;
  }
  .testi-style1 {
    padding: 60px 30px 60px 30px;
    margin: 0 0 30px 0;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .testimonial-box {
    padding: 15px 20px 20px 20px;
  }
  .testi-nav1 .testi-avater {
    width: 60px;
    height: 60px;
  }
}
#slidenav4 .slick-dots {
  margin-top: 50px;
}

/*------------------- 4.16. Skill Area  -------------------*/
.skill-wrap1 {
  padding: 60px 100px 25px 100px;
  border-radius: 0 0 100px 100px;
  -webkit-box-shadow: 0px 5px 120px 0px rgba(39, 71, 125, 0.15);
          box-shadow: 0px 5px 120px 0px rgba(39, 71, 125, 0.15);
}

.skill-box {
  max-width: 310px;
}
.skill-box .ripple-icon:after, .skill-box .ripple-icon:before {
  -webkit-animation: ripple-xs 4s infinite ease-in-out;
          animation: ripple-xs 4s infinite ease-in-out;
}

.skills-section {
  position: relative;
}
.skills-section .title-area-four {
  margin-bottom: 34px;
}
.skills-section .title-area-four h2 {
  /* Small devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .skills-section .title-area-four h2 {
    font-size: 59px;
  }
}
@media (max-width: 767px) {
  .skills-section .title-area-four h2 br {
    display: none;
  }
}
@media (max-width: 576px) {
  .skills-section .title-area-four h2 {
    font-size: 42px;
  }
}
@media (max-width: 416px) {
  .skills-section .title-area-four h2 {
    font-size: 28px;
    margin-top: 10px;
  }
}

.skill-content {
  margin-top: 54px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .skill-content {
    margin-top: 0;
  }
}

.circle-column {
  position: relative;
  margin-right: 28px !important;
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .circle-column {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 576px) {
  .circle-column {
    margin-right: 12px !important;
  }
}
@media (max-width: 416px) {
  .circle-column {
    margin-right: 0 !important;
  }
}

.counter-box {
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .counter-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 416px) {
  .counter-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.progress-title {
  position: absolute;
  bottom: 71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.counter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.counter-box * {
  margin: 0;
  padding: 0;
}
.counter-box .circle_percent {
  font-size: 210px;
  width: 210.885px;
  height: 210.885px;
  position: relative;
  background: #cfebff;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.counter-box .circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 210.885px;
  height: 210.885px;
  clip: rect(0 210.885px 210.885px 0.5em);
}
.counter-box .round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 210.885px;
  height: 210.885px;
  background: var(--theme-color4);
  clip: rect(0 210.885px 210.885px 0.5em);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 1.05s;
  transition: 1.05s;
}
.counter-box .percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}
.counter-box .percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: var(--theme-color4);
  content: "";
}
.counter-box .circle_inbox {
  position: absolute;
  top: 6px;
  width: 198px;
  height: 198px;
  left: 6px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}
.counter-box .percent_text {
  position: absolute;
  margin-top: -19px;
  font-size: 60px;
  font-weight: 700;
  font-family: var(--title-font);
  color: #309c5a;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.skill-img {
  position: relative;
  /* Large devices */
}
@media (max-width: 1199px) {
  .skill-img {
    display: none;
  }
}
.skill-img img {
  border-radius: 10px 10px 300px 10px;
}
.skill-img .image {
  position: absolute;
  top: 64px;
  left: -107px;
  border-radius: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .skill-wrap1 {
    padding: 40px 60px 15px 60px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .d-xl-flex.skill-box .ripple-icon.mr-20 {
    margin-right: 0;
  }
  .skill-box {
    max-width: 250px;
  }
  .skill-box.text-xl-start .mr-30 {
    margin-right: 0;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .skill-box {
    max-width: 100%;
  }
  .skill-box .text-xl-start .mr-30 {
    margin-right: 0;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .skill-wrap1 {
    border-radius: 0;
    padding: 40px 20px 15px 20px;
  }
}
/*------------------- 4.17. Brand  -------------------*/
.brand-wrap1 {
  padding: 100px 20px 100px 100px;
}

.brand-wrap2 {
  -webkit-box-shadow: 0px 2px 47.5px 2.5px rgba(36, 68, 121, 0.04);
          box-shadow: 0px 2px 47.5px 2.5px rgba(36, 68, 121, 0.04);
  background-color: var(--white-color);
  padding: 98px 60px;
}

.vs-brand1 {
  border: 1px solid rgb(187, 187, 187);
  width: 100%;
  height: 155px;
  text-align: center;
  line-height: 153px;
  background-color: var(--white-color);
  margin-bottom: 30px;
  -webkit-box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.vs-brand1:hover {
  border-color: var(--theme-color);
}

.brand-section-five {
  position: relative;
  padding-top: 85px;
}
.brand-section-five .container {
  max-width: 1370px;
  padding: 0 15px;
  margin: 0 auto;
}

.brand-section-six {
  padding: 12px 0 37px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .brand-section-six {
    padding-bottom: 0;
  }
}

.brand-slider {
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .brand-slider {
    margin: -40px 0;
  }
}
@media (max-width: 576px) {
  .brand-slider {
    margin: -70px 0;
  }
}
.brand-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Large devices */
@media (max-width: 1199px) {
  .brand-wrap1 {
    padding: 60px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .brand-wrap1 {
    padding: 40px 40px;
  }
  .brand-wrap2 {
    padding: 60px 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .brand-wrap1 {
    padding: 30px 20px;
  }
  .brand-wrap2 {
    padding: 30px 20px;
    -webkit-box-shadow: 0px 2px 77px 2.5px rgba(36, 68, 121, 0.1);
            box-shadow: 0px 2px 77px 2.5px rgba(36, 68, 121, 0.1);
  }
}
/*------------------- 4.18. Accordion  -------------------*/
.vs-accordion .accordion-item {
  border-top: 1px solid #efeff0;
  padding: 25px 0 25px 0;
}
.vs-accordion .accordion-item:last-child {
  border-bottom: 1px solid #efeff0;
}
.vs-accordion .accordion-button {
  border: none;
  padding: 0;
  background-color: transparent;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--body-font);
  color: var(--title-color);
  padding-left: 60px;
  position: relative;
}
.vs-accordion .accordion-button:after {
  display: none;
}
.vs-accordion .accordion-button:before {
  content: "\f068";
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
}
.vs-accordion .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.vs-accordion .accordion-button.collapsed:before {
  content: "\f067";
  background-color: #f5f5f5;
  color: var(--title-color);
}
.vs-accordion .accordion-collapse {
  border: none;
}
.vs-accordion .accordion-body {
  padding: 10px 0 0 60px;
}
.vs-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-style2 .accordion-item:last-child,
.accordion-style2 .accordion-item {
  border-color: var(--theme-color);
}
.accordion-style2 .accordion-button.collapse:before {
  background-color: red;
}

.vs-accordion.two {
  position: absolute;
  top: 10px;
  left: 0;
  width: 729px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .vs-accordion.two {
    width: 650px;
  }
}
@media (max-width: 1199px) {
  .vs-accordion.two {
    position: static;
    width: 100%;
  }
}
.vs-accordion.two .accordion-item {
  border-radius: 6px;
  background: var(--White-Color, #FFF);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  border: 0;
  margin-bottom: 20px;
  padding: 27px 0 25px 0;
}
.vs-accordion.two .accordion-item:last-child {
  margin-bottom: 0;
}
.vs-accordion.two .accordion-item .accordion-header .accordion-button {
  padding: 0 30px;
  font-size: 20px;
  color: var(--Title-Color, #01133C);
  font-family: var(--title-font);
  font-family: 700;
  /* Extra large devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .vs-accordion.two .accordion-item .accordion-header .accordion-button {
    padding-right: 90px;
  }
}
@media (max-width: 416px) {
  .vs-accordion.two .accordion-item .accordion-header .accordion-button {
    padding-right: 70px;
  }
}
.vs-accordion.two .accordion-item .accordion-header .accordion-button::before {
  top: 3px;
  -webkit-transform: unset;
          transform: unset;
  left: auto;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  color: var(--white-color);
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .vs-accordion.two .accordion-item .accordion-header .accordion-button::before {
    margin-top: 0;
    top: -10px;
  }
}
@media (max-width: 416px) {
  .vs-accordion.two .accordion-item .accordion-header .accordion-button::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
}
.vs-accordion.two .accordion-item .accordion-header .collapsed::before {
  background-color: var(--title-color);
}
.vs-accordion.two .accordion-item .accordion-collapse .accordion-body {
  padding: 0 46px 0 30px;
  font-size: 14px;
  line-height: 24px;
}
.vs-accordion.two .accordion-item .accordion-collapse .accordion-body p {
  border-top: 1px solid #E6F8FB;
  padding-top: 19px;
  margin-top: 35px;
}

.faq-image-box {
  text-align: right;
  margin-bottom: 30px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .faq-image-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .faq-image-box {
    display: none;
  }
}
@media (max-width: 992px) {
  .faq-image-box {
    text-align: center;
    margin-top: 50px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .vs-accordion .accordion-button {
    padding-left: 35px;
    font-size: 16px;
  }
  .vs-accordion .accordion-button:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    font-size: 13px;
    top: 0;
  }
  .vs-accordion .accordion-body {
    padding: 10px 0 0 35px;
  }
}
/*------------------- 4.19. Project  -------------------*/
.vs-project-box {
  position: relative;
  padding-bottom: 40px;
}
.vs-project-box .project-content {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  padding: 35px 10px 38px 10px;
  background-color: var(--white-color);
  text-align: center;
  -webkit-box-shadow: 0px 2px 60px 2.25px rgba(39, 71, 125, 0.11);
          box-shadow: 0px 2px 60px 2.25px rgba(39, 71, 125, 0.11);
}
.vs-project-box .project-name {
  margin-bottom: 0;
  margin-top: 4px;
}
.vs-project-box .icon-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  right: 40px;
  top: 0;
}
.vs-project-box .icon-btn i {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(7, 204, 236, 0.25);
          box-shadow: 0px 10px 30px 0px rgba(7, 204, 236, 0.25);
  font-size: 18px;
}
.vs-project-box .project-img {
  overflow: hidden;
}
.vs-project-box .project-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.project-shape {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 642px;
}

.project-menu button {
  margin: 0 7px;
  margin-bottom: 20px;
}
.project-menu button:last-child {
  margin-right: 0;
}
.project-menu button:first-child {
  margin-left: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-project-box .project-content {
    left: 20px;
    right: 20px;
  }
  .project-shape {
    height: 560px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .project-menu button {
    padding: 16px 24px;
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .project-menu.mb-40 {
    margin-bottom: 20px;
  }
}
/*------------------- 4.20. Features  -------------------*/
.feaures-mark {
  position: relative;
  border: 1px solid #e7eaf0;
  padding: 25px 30px 25px 40px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  --icon-size: 40px;
  margin-left: calc(var(--icon-size) / 2);
  background-color: var(--white-color);
}
.feaures-mark .mark-icon {
  position: absolute;
  top: 50%;
  left: calc(var(--icon-size) / -2);
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  margin-top: calc(var(--icon-size) / -2);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 37px 0px rgba(39, 71, 125, 0.1);
          box-shadow: 0px 6px 37px 0px rgba(39, 71, 125, 0.1);
  border: 1px solid #e7eaf0;
}
.feaures-mark:hover {
  -webkit-box-shadow: 0px 6px 37px 0px rgba(28, 53, 95, 0.1);
          box-shadow: 0px 6px 37px 0px rgba(28, 53, 95, 0.1);
}

.features-inner {
  margin-left: 100px;
  padding: 90px 0 70px 0;
}

.features-video-box {
  height: 100%;
  width: 100%;
}

.feature-style1 {
  margin-bottom: 30px;
}
.feature-style1 .feature-body {
  border: 1px solid var(--theme-color2);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background-size: 100% 100%;
}
.feature-style1 .feature-content {
  padding: 40px 50px 27px 50px;
}
.feature-style1 .feature-title {
  color: var(--title-color2);
  margin: 0 0 10px 0;
}
.feature-style1 .feature-text {
  color: var(--body-color2);
}
.feature-style1 .feature-icon {
  background-color: var(--theme-color2);
  text-align: center;
  padding: 40px 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.slick-center.feature-style1,
.feature-style1:hover {
  --theme-color2: var(--theme-color4) ;
}

.feature-wrap1 {
  background-color: #e4e4e4;
  margin-top: -57px;
  position: relative;
  z-index: 31;
  -webkit-box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
}

.feature-style2 .feature-body {
  text-align: center;
  background-color: var(--white-color);
  padding: 50px 30px 40px 30px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.feature-style2 .feature-icon {
  width: var(--icon-size, 130px);
  height: var(--icon-size, 130px);
  line-height: var(--icon-size, 130px);
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  margin: 0 auto 32px auto;
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.feature-style2 .feature-icon img {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.feature-style2 .feature-title {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 10px 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.feature-style2 .feature-title a {
  color: inherit;
}
.feature-style2 .feature-text {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 28px 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.feature-style2 .feature-btn {
  display: inline-block;
  font-size: 28px;
  color: #999999;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.feature-style2:hover .feature-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.slick-center.feature-style2 .feature-body,
.feature-style2:hover .feature-body {
  background-color: var(--theme-color);
}
.slick-center.feature-style2 .sub-plus,
.feature-style2:hover .sub-plus {
  color: var(--theme-color);
}
.slick-center.feature-style2 .feature-icon,
.feature-style2:hover .feature-icon {
  background-color: var(--white-color);
  border-color: var(--white-color);
}
.slick-center.feature-style2 .feature-title a,
.slick-center.feature-style2 .feature-btn,
.slick-center.feature-style2 .feature-text,
.feature-style2:hover .feature-title a,
.feature-style2:hover .feature-btn,
.feature-style2:hover .feature-text {
  color: var(--white-color);
}
.slick-center.feature-style2 .feature-title a:hover,
.slick-center.feature-style2 .feature-btn:hover,
.feature-style2:hover .feature-title a:hover,
.feature-style2:hover .feature-btn:hover {
  color: var(--title-color2);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .features-inner {
    margin-left: 40px;
    padding-right: 40px;
  }
  .feaures-mark {
    max-width: 265px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .features-inner {
    margin-left: 30px;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .feature-style1 .feature-content {
    padding: 25px 30px 14px 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .feature-wrap1 {
    margin-top: 130px;
  }
  .features-video-box {
    height: 600px;
  }
  .feaures-mark {
    max-width: 100%;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .features-video-box {
    height: 400px;
  }
  .features-inner {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-style2 .feature-body {
    padding: 50px 20px 40px 20px;
  }
  .feature-wrap1 {
    margin-top: 100px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .text-md-start.feaures-mark {
    --icon-size: 40px;
    padding: 40px 25px 25px 25px;
    margin-top: calc(var(--icon-size) / 2);
    margin-left: 0;
  }
  .text-md-start.feaures-mark .mark-icon {
    top: 0;
    left: 50%;
    margin-top: calc(var(--icon-size) / -2);
    margin-left: calc(var(--icon-size) / -2);
  }
}
/*------------------- 4.21. Contact  -------------------*/
.contact-info-table td {
  border-bottom: 1px dashed #dfdfe0;
  border-top: none;
  padding-left: 0;
  padding-right: 10px;
}
.contact-info-table td + td {
  padding-right: 0;
  text-align: right;
}

.contact-info-section-two {
  position: relative;
  margin-bottom: -104px;
  z-index: 9999;
}
.contact-info-section-two .outer-box {
  margin-top: 49px;
  mix-blend-mode: multiply;
  border-radius: 10px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .contact-info-section-two .outer-box {
    margin-top: 0;
    padding: 70px 0;
  }
}
.contact-info-section-two .col-lg-4:last-child .contact-box-two {
  margin-bottom: 0;
}
.contact-info-section-two .col-lg-4:last-child .contact-box-two::before {
  display: none;
}

.contact-box-two {
  text-align: center;
  position: relative;
  padding: 93px 0 51px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .contact-box-two {
    padding: 0;
    margin-bottom: 40px;
  }
}
.contact-box-two::before {
  content: "";
  position: absolute;
  top: 38px;
  right: -13px;
  width: 1px;
  height: 186px;
  background: rgba(217, 217, 217, 0.5);
  /* Medium devices */
}
@media (max-width: 992px) {
  .contact-box-two::before {
    display: none;
  }
}
.contact-box-two .icon-box {
  position: absolute;
  top: -49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 119px;
  height: 119px;
  background-color: #309c5a;
  line-height: 119px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  /* Medium devices */
}
@media (max-width: 992px) {
  .contact-box-two .icon-box {
    position: static;
    margin: 0 auto 20px;
    -webkit-transform: unset;
            transform: unset;
  }
}
.contact-box-two .title {
  color: var(--white-color);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .contact-box-two .title {
    font-size: 26px;
  }
}
.contact-box-two .blog-btn-two {
  color: var(--white-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 3px solid #D9D9D9;
}
.contact-box-two sub {
  color: var(--white-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 11px;
  display: inline-block;
}
.contact-box-two span {
  color: #FFF;
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.contact-box-two .title.two {
  margin-bottom: 19px;
}

/* Medium devices */
@media (max-width: 992px) {
  .contact-map.mt-70 {
    margin-top: 10px;
  }
}
/*------------------- 4.22. Woocommerce  -------------------*/
.vs-checkout-wrapper .border-light {
  border: 1px solid #eaf0f2 !important;
}

.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid #d8d8d8;
  padding: 11px 20px;
  background-color: var(--body-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 5px;
}
.woocommerce-message a,
.woocommerce-info a {
  color: inherit;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--theme-color);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  display: none;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--theme-color);
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .form-group {
  margin-bottom: 0.5rem;
}
.woocommerce-checkout .form-control {
  margin-bottom: 15px;
}

.woocommerce-product-rating .star-rating {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}
.cart_table thead {
  background-color: #ecf0f1;
}
.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 27px 15px;
}
.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
}
.cart_table .product-quantity {
  color: var(--title-color);
}
.cart_table .cart-productname {
  font-weight: 600;
  font-family: var(--title-font);
  color: inherit;
}
.cart_table .cart-productimage {
  display: inline-block;
  border: 1px solid var(--smoke-color);
}
.cart_table .remove {
  color: #29af8a;
  font-size: 18px;
}
.cart_table .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_table .qut-btn {
  border: 2px solid var(--secondary-color);
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 0;
}
.cart_table .qut-btn.quantity-minus {
  top: 0;
}
.cart_table .qut-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--secondary-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #2c3e50;
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  padding-right: 0;
  /* Firefox */
}
.cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart_table .qty-input[type=number] {
  -moz-appearance: textfield;
}
.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}
.cart_table .actions > .vs-btn {
  margin-right: 15px;
}
.cart_table .actions > .vs-btn:last-child {
  margin-right: 0;
}
.cart_table .vs-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart_table .vs-cart-coupon input {
  height: 55px;
  width: calc(100% - 200px);
  margin-right: 10px;
  padding-left: 20px;
}
.cart_table .vs-cart-coupon .vs-btn {
  width: 200px;
  padding-left: 0;
  padding-right: 0;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}
.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
  color: var(--theme-color);
}
.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}
.cart_totals .shipping-calculator-form {
  display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}
.cart_totals .shipping-calculator-form .vs-btn {
  padding: 5px 30px;
}
.cart_totals .amount {
  font-weight: 700;
}
.cart_totals .order-total .amount {
  color: #1abc9c;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 0;
  background-position: right 13px center;
}
.shipping-calculator-form .vs-btn {
  font-size: 14px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--body-color);
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
}
.checkout-ordertable th {
  text-align: left;
}
.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}
.checkout-ordertable .order-total .amount {
  color: #29af8a;
}
.checkout-ordertable input[type=hidden] ~ label {
  color: #29af8a;
}

.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-checkout-payment ul li {
  padding-top: 10px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
}
.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}
.woocommerce-checkout-payment input[type=radio] ~ label {
  margin-bottom: 15px;
  color: var(--body-color);
}
.woocommerce-checkout-payment input[type=radio] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--yellow-color);
  float: left;
  top: 0;
  left: 0;
  font-weight: 400;
  position: absolute;
  letter-spacing: 3px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--yellow-color);
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}
.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

/* Medium devices */
@media (max-width: 992px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
  }
  .cart_table .actions {
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .vs-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .vs-btn:last-child {
    margin-right: auto;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .vs-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  tfoot.checkout-ordertable th {
    display: none;
  }
  .woocommerce-checkout-payment ul input[type=radio] ~ label img {
    max-width: 150px;
  }
  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 5px 10px;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}
/*------------------- 4.23. Shop  -------------------*/
.vs-product-box {
  text-align: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.vs-product-box .rating-wrap {
  display: inline-block;
  margin-bottom: 10px;
}
.vs-product-box .star-rating {
  margin-right: -0.7em;
}
.vs-product-box .product-title {
  margin-bottom: 8px;
}
.vs-product-box .product-title a {
  color: inherit;
}
.vs-product-box .price {
  color: var(--theme-color);
  font-weight: 700;
}
.vs-product-box .product-content {
  padding: 25px 20px;
  border: 1px solid #f3f6f7;
  border-top: none;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.vs-product-box .product-img {
  background-color: #f3f6f7;
  overflow: hidden;
  position: relative;
}
.vs-product-box .product-img:after, .vs-product-box .product-img:before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--title-color);
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.vs-product-box .product-img:after {
  left: auto;
  right: -50%;
}
.vs-product-box .icon-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
}
.vs-product-box .actions-btn {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.vs-product-box:hover {
  -webkit-box-shadow: 0px 7px 40px 0px rgba(39, 71, 125, 0.12);
          box-shadow: 0px 7px 40px 0px rgba(39, 71, 125, 0.12);
}
.vs-product-box:hover .product-content {
  border-color: transparent;
}
.vs-product-box:hover .product-img:before {
  left: 0;
}
.vs-product-box:hover .product-img:after {
  right: 0;
}
.vs-product-box:hover .actions-btn {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.product-list .product-img {
  width: 100%;
  max-width: 180px;
}
.product-list .star-rating {
  font-size: 12px;
  width: 86px;
}
.product-list .product-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #f3f6f7;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-list .icon-btn {
  width: auto;
  height: auto;
  line-height: auto;
  margin: 0 3px;
}
.product-list .icon-btn i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}

.product-thumb img {
  cursor: pointer;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.product-thumb.slick-current img {
  border-color: var(--theme-color);
}

.vs-sort-bar .icon-btn {
  margin-right: 10px;
}
.vs-sort-bar .icon-btn:last-child {
  margin-right: 0;
}
.vs-sort-bar .form-select {
  height: 35px;
  border-width: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  color: var(--title-color);
  padding-right: 30px;
  padding-left: 20px;
  font-size: 14px;
  margin: 0;
}
.vs-sort-bar label {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--title-color);
}

.product-big-img {
  position: relative;
}
.product-big-img .price {
  font-size: 30px;
  font-weight: 700;
  color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: var(--title-font);
  position: absolute;
  right: 30px;
  top: 30px;
  line-height: 1;
}
.product-big-img .price del {
  margin-right: 20px;
  font-size: 0.7em;
  color: var(--body-color);
}
.product-big-img .add_to_wishlist {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-weight: 400;
  color: var(--title-color);
}
.product-big-img .add_to_wishlist i {
  margin-right: 5px;
  color: var(--theme-color);
}

.product-details .woocommerce-product-rating {
  margin-bottom: 7px;
}
.product-details .woocommerce-product-rating .star-rating {
  display: inline-block;
  vertical-align: middle;
}
.product-details .woocommerce-product-rating .woocommerce-review-link {
  color: var(--body-color);
  margin-left: 10px;
  font-size: 14px;
}
.product-details .product-title {
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--theme-color);
}
.product-details .vs-input-group {
  margin-top: 16px;
  margin-bottom: 40px;
}
.product-details .product_meta {
  margin-top: 33px;
}

.size-select input[type=radio] ~ label {
  font-size: 12px;
  padding: 8px 14px;
  background-color: #fff;
  border-radius: 999px;
  text-transform: none;
  font-weight: 400;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.size-select input[type=radio] ~ label:before {
  display: none;
}
.size-select input[type=radio]:checked ~ label {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.product_meta > span {
  display: block;
  color: var(--title-color);
  margin-bottom: 2px;
}
.product_meta > span:last-child {
  margin-bottom: 0;
}
.product_meta > span a,
.product_meta > span span {
  color: #898b97;
  display: inline-block;
  margin-right: 10px;
}
.product_meta > span a:after,
.product_meta > span span:after {
  content: ",";
}
.product_meta > span a:last-child,
.product_meta > span span:last-child {
  margin-right: 0;
}
.product_meta > span a:last-child:after,
.product_meta > span span:last-child:after {
  display: none;
}
.product_meta > span a:first-child,
.product_meta > span span:first-child {
  margin-left: 5px;
}
.product_meta > span a:hover {
  color: var(--theme-color);
}

.product-tab {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-top: -0.2em;
}
.product-tab a {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px 20px 20px;
}
.product-tab .indicator {
  position: absolute;
  left: 0;
  top: auto !important;
  height: 0 !important;
  bottom: -1px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-bottom: 1px solid var(--theme-color);
}
.product-tab .indicator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--theme-color);
  border-left: 1px solid var(--theme-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -6px 0 0 -6px;
  background-color: var(--white-color);
}

.product-info-list {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.product-info-list li {
  font-size: 18px;
  position: relative;
  color: #898b97;
  margin-bottom: 13px;
  padding-left: 43px;
}
.product-info-list li:last-child {
  margin-bottom: 0;
}
.product-info-list li:before {
  content: "\f00c";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  font-size: 14px;
  background-color: var(--white-color);
  color: var(--theme-color);
  -webkit-box-shadow: 0px 10px 32.75px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 32.75px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}
.product-info-list li span {
  color: var(--title-color);
  margin-right: 3px;
}

.vs-text-box {
  border-left: 8px solid var(--theme-color);
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  padding: 48px 50px;
  margin-bottom: 30px;
}

.shop-wrap1 {
  padding: 80px;
}

/* Large devices */
@media (max-width: 1199px) {
  .shop-wrap1 {
    padding: 40px;
  }
  .product-big-img .price {
    font-size: 26px;
    right: 15px;
    top: 15px;
  }
  .product-big-img .price del {
    margin-right: 10px;
  }
  .product-big-img .add_to_wishlist {
    right: 15px;
    bottom: 15px;
  }
  .product-details .woocommerce-product-rating .woocommerce-review-link {
    margin-left: 0;
  }
  .product-list .product-img {
    width: 100%;
    max-width: 220px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .product-list .product-img {
    width: 100%;
    max-width: 150px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .shop-wrap1 {
    padding: 40px 20px;
  }
  .shop-wrap1.mb-80 {
    margin-bottom: 60px;
  }
  .product-details .vs-input-group > .text-title {
    margin-bottom: 10px;
    display: block;
  }
  .product-details .actions .vs-btn {
    padding-left: 32px;
    padding-right: 20px;
    margin-left: 30px;
  }
  .vs-text-box {
    padding: 30px 30px;
  }
  .product-list {
    display: block;
    text-align: center;
  }
  .product-list .product-img {
    width: 100%;
    max-width: 100%;
  }
  .product-list .product-content {
    display: block;
    border-left: 1px solid #f3f6f7;
    border-top: none;
  }
}
/*------------------- 4.24. Simple Sections -------------------*/
.medical-box {
  text-align: center;
}
.medical-box__img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px auto;
  -webkit-box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid var(--theme-color4);
}
.medical-box__img img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.medical-box__title {
  font-size: 24px;
  color: var(--title-color2);
  margin: 0 auto 0 auto;
  max-width: 210px;
}
.medical-box:hover .medical-box__img img {
  -webkit-transform: scale(1.1) rotate(15deg);
          transform: scale(1.1) rotate(15deg);
}

.appointment-box {
  background-color: #f5f7ff;
  padding: 40px 50px 44px 50px;
  max-width: 500px;
  margin-left: auto;
  margin-bottom: 50px;
}
.appointment-box__title {
  color: var(--title-color2);
  margin: 0 0 5px 0;
}
.appointment-box__text {
  margin: 0 0 23px 0;
}
.appointment-box__number {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: var(--title-color2);
  font-weight: 700;
  margin: 20px 0 0 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.appointment-box__number i {
  margin-right: 10px;
  font-size: 20px;
}
.appointment-box__number:hover {
  color: var(--theme-color2);
}

.video-box {
  position: relative;
}
.video-box .video-thumb {
  position: relative;
}
.video-box .video-thumb img {
  width: 100%;
}
.video-box .video-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}
.video-box .play-btn {
  margin-bottom: 30px;
}
.video-box .video-title {
  font-size: 36px;
  color: var(--white-color);
  font-weight: 400;
  max-width: 400px;
  margin: 0 auto;
}

.social-bars-title {
  color: var(--white-color);
  text-align: center;
  margin-bottom: 40px;
}

.social-bars a {
  width: 100%;
  height: 66px;
  line-height: 66px;
  color: var(--white-color);
  background-color: var(--theme-color);
  padding: 0 30px 0 40px;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.social-bars a i {
  border-left: 1px solid var(--white-color);
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  padding-left: 25px;
}
.social-bars a:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.social-bars a:last-child {
  margin-bottom: 0;
}
.social-bars a.facebook {
  --theme-color: #1124b1;
}
.social-bars a.twitter {
  --theme-color: #3393ec;
}
.social-bars a.instagram {
  --theme-color: #ff2800;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(10, 0, 178)), color-stop(50%, rgb(255, 0, 0)), to(rgb(255, 252, 0)));
  background-image: linear-gradient(90deg, rgb(10, 0, 178) 0%, rgb(255, 0, 0) 50%, rgb(255, 252, 0) 100%);
}
.social-bars a.instagram:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 0)), color-stop(50%, rgb(255, 252, 0)), to(rgb(10, 0, 178)));
  background-image: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 252, 0) 50%, rgb(10, 0, 178) 100%);
}

.facility-style1 {
  text-align: center;
  margin-bottom: 22px;
}
.facility-style1 .facility-icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 24px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
  position: relative;
  margin: 0 auto 10px auto;
  -webkit-box-shadow: 0.5px 0.866px 27px 0px rgba(35, 31, 32, 0.05);
          box-shadow: 0.5px 0.866px 27px 0px rgba(35, 31, 32, 0.05);
  outline: 1px solid var(--theme-color);
  outline-offset: -4px;
  transition: all ease 0.4s;
}
.facility-style1 .facility-icon img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.facility-style1 .facility-title {
  font-size: 24px;
  margin: 0 0 2px 0;
  letter-spacing: -0.01em;
}
.facility-style1 .facility-text {
  font-weight: 500;
  color: var(--title-color);
  margin: 0;
}
.facility-style1:hover .facility-icon {
  outline-color: var(--white-color);
  background-color: var(--theme-color);
}
.facility-style1:hover .facility-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* Medium devices */
@media (max-width: 992px) {
  .appointment-box {
    max-width: 100%;
  }
  .appointment-box__number {
    margin-left: auto;
    margin-right: auto;
  }
  .video-box .video-title {
    font-size: 20px;
    max-width: 245px;
  }
  .video-box .play-btn {
    margin-bottom: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .medical-box__img {
    width: 120px;
    height: 120px;
  }
  .medical-box__title {
    font-size: 18px;
  }
  .appointment-box {
    padding: 40px 20px 44px 20px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .video-box .video-title {
    font-size: 12px;
    max-width: 245px;
  }
}
/*------------------- 4.25. Event -------------------*/
.event-style1 .slick-arrow {
  --arrow-horizontal: 310px;
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  font-size: 22px;
}
.event-style1 .slick-arrow:hover {
  background-color: var(--theme-color4);
  color: var(--white-color);
  border-color: transparent;
}
.event-style1 .event-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 125px 0;
}
.event-style1 .event-img:before,
.event-style1 .event-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.event-style1 .event-img::before {
  content: "";
  background-color: var(--theme-color3);
  opacity: 0.7;
  z-index: 1;
}
.event-style1 .event-time,
.event-style1 .event-date {
  color: var(--white-color);
  display: block;
  margin: 0 0 13px 0;
}
.event-style1 .event-time i,
.event-style1 .event-date i {
  margin-right: 7px;
}
.event-style1 .event-title {
  color: var(--white-color);
  font-size: 40px;
  margin: 0 0 38px 0;
}
.event-style1 .event-title a {
  color: inherit;
}
.event-style1 .event-title a:hover {
  color: var(--theme-color2);
}
.event-style1 .event-counter ul {
  color: var(--white-color);
  background-color: var(--theme-color4);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 42px auto;
  padding: 20px 60px 15px 60px;
  list-style: none;
  border-radius: 9999px;
}
.event-style1 .event-counter li {
  display: inline-block;
  text-align: center;
}
.event-style1 .event-counter li:not(:last-child) {
  border-right: 1px solid #40b6f3;
  padding-right: 25px;
  margin-right: 22px;
}
.event-style1 .event-counter .count-name,
.event-style1 .event-counter .count-number {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.event-style1 .event-counter .count-number {
  font-size: 26px;
}
.event-style1 .event-location {
  color: var(--white-color);
  margin: 0;
}
.event-style1 .event-location i {
  margin-right: 10px;
}

.review-section {
  position: relative;
}

.title-area-four.review {
  margin-bottom: 31px;
}
.title-area-four.review .sub-title8 {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .title-area-four.review .sub-title8 {
    text-align: left;
    font-size: 14px;
  }
}
.title-area-four.review h2 {
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .title-area-four.review h2 {
    font-size: 45px;
  }
}
@media (max-width: 416px) {
  .title-area-four.review h2 {
    font-size: 30px;
    margin-top: 10px;
  }
}

.review-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .review-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.review-list {
  list-style: none;
  padding-left: 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .review-list {
    margin-bottom: 0;
  }
}
.review-list:first-child {
  margin-right: 108px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .review-list:first-child {
    margin-right: 60px;
  }
}
@media (max-width: 416px) {
  .review-list:first-child {
    margin-right: 0;
  }
}
.review-list li {
  color: #FFF;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
}
.review-list li i {
  margin-right: 10px;
}

.btn-style8.v11 {
  padding: 0 75px 0 62px;
}

.map-img {
  position: relative;
  margin-left: -84px;
  margin-top: -40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .map-img {
    margin: 80px auto 0;
    max-width: 658px;
  }
}

.location-img {
  position: absolute;
  top: 36px;
  left: 197px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .location-img {
    top: 17px;
  }
}
@media (max-width: 416px) {
  .location-img {
    display: none;
  }
}
.location-img:hover .map-popup {
  opacity: 1;
  visibility: visible;
}

.location-img-two {
  position: absolute;
  bottom: 107px;
  left: 41px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .location-img-two {
    bottom: 61px;
    left: 19px;
  }
}
@media (max-width: 416px) {
  .location-img-two {
    display: none;
  }
}
.location-img-two:hover .map-popup {
  opacity: 1;
  visibility: visible;
}

.location-img-three {
  position: absolute;
  bottom: 30px;
  right: 71px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .location-img-three {
    bottom: 6px;
    right: 49px;
  }
}
@media (max-width: 416px) {
  .location-img-three {
    display: none;
  }
}
.location-img-three:hover .map-popup {
  opacity: 1;
  visibility: visible;
}

.map-popup {
  position: absolute;
  top: -120px;
  left: 10px;
  width: 231px;
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 17px 27px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.map-popup::before {
  content: "";
  position: absolute;
  border-top: 16px solid var(--white-color);
  border-right: 16px solid transparent;
  bottom: -12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(0deg);
  left: 38px;
}
.map-popup .title {
  color: #15274E;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.map-popup span {
  color: #000;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .event-style1 .slick-arrow {
    --arrow-horizontal: 90px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .event-style1 .slick-arrow {
    --arrow-horizontal: 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .event-style1 .event-title {
    font-size: 36px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .event-style1 .event-inner {
    padding: 75px 0;
  }
  .event-style1 .event-title {
    font-size: 30px;
    margin-bottom: 28px;
  }
  .event-style1 .event-counter .count-name {
    font-size: 12px;
  }
  .event-style1 .event-counter .count-number {
    font-size: 20px;
  }
  .event-style1 .event-counter li:not(:last-child) {
    padding-right: 15px;
    margin-right: 11px;
  }
  .event-style1 .event-counter ul {
    margin: 0 auto 20px auto;
    padding: 20px 35px 15px 35px;
  }
}
/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-lg-30 {
  padding-top: 30px;
}

/* Medium devices */
@media (max-width: 992px) {
  .no-pl-md {
    padding-left: 0;
  }
  .pt-lg-30 {
    padding-top: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .no-pt-sm {
    padding-top: 0;
  }
}
/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-6 {
  margin-bottom: 6px;
}

.mr-135 {
  margin-right: 135px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.space,
.space-top {
  padding-top: 130px;
}

.space,
.space-bottom {
  padding-bottom: 130px;
}

.space-md,
.space-md-top {
  padding-top: 100px;
}

.space-md,
.space-md-bottom {
  padding-bottom: 100px;
}

/* Medium devices */
@media (max-width: 992px) {
  .space,
  .space-top {
    padding-top: 80px;
  }
  .space,
  .space-bottom {
    padding-bottom: 80px;
  }
  .space-md,
  .space-md-top {
    padding-top: 50px;
  }
  .space-md,
  .space-md-bottom {
    padding-bottom: 50px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .space-md-bottom-0 {
    padding-bottom: 0;
  }
}
.space-md {
  padding: 100px 0;
  /* Medium devices */
}
@media (max-width: 992px) {
  .space-md {
    padding: 80px 0;
  }
}

.custom-top-space {
  padding-top: 247px;
  /* Small devices */
}
@media (max-width: 767px) {
  .custom-top-space {
    padding-top: 204px;
  }
}



.about-content-eight {
  margin-top: 11px;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.06);
}
.about-content-eight .lead {
  font-size: 1.1rem;
  color: var(--body-color2);
}

.pillars-wrapper .pillars-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 500px;
  margin: 0 auto;
}

/* fallback grid (unused when circular present) */
.pillar {
  background: var(--secondary-color);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 0.875rem;
  color: var(--title-color);
}

.center-circle {
  font-weight: 800;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #27b629 0%, #2f4f85 100%);
  color: #fff;
  width: min(100%, 470px);
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0;
  position: relative;
  z-index: 5;
  padding: 12px 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  box-shadow: 0 10px 24px rgba(9, 24, 49, 0.16);
}

/* circular pillar layout */
.pillars-circle {
  --orbit-size: clamp(360px, 44vw, 560px);
  --angle-step: calc(360deg / 7);
  --start-angle: 0deg;
  --icon-size: clamp(52px, 6vw, 76px);
  --hub-radius: min(100px, 14vw);
  /* Distance from diagram center to centre of each icon (on the ring) */
  --node-distance: calc(var(--orbit-size) / 2 - var(--icon-size) / 2 - 6px);
  /* Spoke: from diagram centre to inner edge of icon circle (meets ring cleanly) */
  --spoke-length: calc(var(--node-distance) - (var(--icon-size) / 2));
  --orbit-radius: var(--spoke-length);
  position: relative;
  width: var(--orbit-size);
  height: var(--orbit-size);
  margin: 14px auto 0;
  border: 2px dotted rgba(73, 110, 167, 0.52);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.15) 56%, transparent 72%);
  overflow: visible;
}

.skills-section {
  background: #f1f1f1;
}

.pillars-orbit {
  position: absolute;
  inset: 0;
  transform-origin: 50% 50%;
}

.pillars-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #26bb2f;
  box-shadow: 0 0 0 7px rgba(38, 187, 47, 0.2);
  transform-origin: 0 calc(-1 * var(--orbit-radius));
  animation: rightMoveDot 8s linear infinite;
  z-index: 3;
}

.orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #18bde0;
  box-shadow: 0 0 0 6px rgba(24, 189, 224, 0.2);
  z-index: 4;
}

.pillar-item {
  position: absolute;
  top: 50%;
  left: 50%;
  --angle: calc(var(--start-angle) + var(--angle-step) * var(--i));
  /* Pivot at parent centre; place icon centre exactly on the orbit */
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(-1 * var(--node-distance))) rotate(calc(-1 * var(--angle)));
  width: var(--icon-size);
  height: var(--icon-size);
  text-align: center;
  z-index: 5;
}

.connector {
  --angle: calc(var(--start-angle) + var(--angle-step) * var(--i));
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 2px;
  height: var(--spoke-length);
  margin-left: -1px;
  background: #15bce1;
  transform-origin: bottom center;
  transform: rotate(var(--angle));
  z-index: 1;
  overflow: visible;
}

.connector::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 9px;
  height: 9px;
  background: #31be30;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: orbitPulse 1.6s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.18s);
}

@keyframes rightMoveDot {
  from { transform: rotate(0deg) translateY(calc(-1 * var(--orbit-radius))); }
  to { transform: rotate(360deg) translateY(calc(-1 * var(--orbit-radius))); }
}

@keyframes orbitPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(0.85); }
  50% { transform: translate(-50%, -50%) scale(1.15); }
}

.pillar-icon {
  width: 100%;
  height: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2fbe31;
  margin: 0;
  font-size: clamp(1.1rem, 2.2vw, 1.75rem);
  color: #fff;
  transition: transform 0.3s, background 0.3s, box-shadow 0.3s;
  box-shadow: 0 12px 24px rgba(47, 190, 49, 0.28);
}

.pillar-item:hover .pillar-icon {
  transform: scale(1.1);
  background: #1ba9d9;
  box-shadow: 0 14px 24px rgba(27, 169, 217, 0.32);
}

.pillar-label {
  font-size: clamp(0.98rem, 1.25vw, 1.28rem);
  line-height: 1.1;
  color: #111827;
  font-weight: 800;
  margin-top: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
}

@media (max-width: 1199px) {
  .pillars-circle {
    --orbit-size: min(92vw, 520px);
  }
  .pillar-label {
    font-size: clamp(0.94rem, 1.75vw, 1.1rem);
  }
}

@media (max-width: 991px) {
  .pillars-circle {
    --orbit-size: min(94vw, 460px);
    --icon-size: clamp(48px, 7vw, 64px);
  }
}

@media (max-width: 767px) {
  .about-content-eight { padding: 20px; }
  .center-circle {
    width: min(100%, 340px);
    min-height: 74px;
    font-size: 0.95rem;
  }
  .pillars-circle {
    --orbit-size: min(96vw, 350px);
    --icon-size: clamp(44px, 11vw, 56px);
    --hub-radius: min(72px, 22vw);
    margin-top: 8px;
  }
  .pillar-label {
    font-size: 0.72rem;
    white-space: nowrap;
  }
  .pillar-icon {
    width: 100%;
    height: 100%;
    line-height: 1;
    font-size: clamp(1rem, 4vw, 1.25rem);
    margin-bottom: 0;
  }
}

/* ========== Seven Pillars — premium navy infographic (SUM) ========== */
@keyframes pillarsHubIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.82);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pillarsHubGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 0.55),
      0 0 0 8px rgba(255, 255, 255, 0.1),
      0 14px 40px rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 0.65),
      0 0 0 12px rgba(100, 160, 255, 0.12),
      0 18px 48px rgba(0, 0, 0, 0.38);
  }
}
@keyframes pillarsSpokeIn {
  from {
    opacity: 0;
    transform: rotate(var(--angle)) scaleY(0.15);
  }
  to {
    opacity: 0.9;
    transform: rotate(var(--angle)) scaleY(1);
  }
}
@keyframes pillarsIconPop {
  from {
    transform: scale(0.45);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pillarsLabelIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes pillarsRingDrift {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.skills-section.skills-section-pillars-premium {
  position: relative;
  padding: 88px 0 96px;
  background: #0a1628 !important;
  overflow: hidden;
}
.skills-section-pillars-premium .pillars-premium-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 55% at 12% 45%, rgba(35, 70, 120, 0.4) 0%, transparent 52%),
    repeating-linear-gradient(
      -60deg,
      transparent,
      transparent 34px,
      rgba(255, 255, 255, 0.028) 34px,
      rgba(255, 255, 255, 0.028) 35px
    ),
    repeating-linear-gradient(
      60deg,
      transparent,
      transparent 34px,
      rgba(255, 255, 255, 0.028) 34px,
      rgba(255, 255, 255, 0.028) 35px
    ),
    linear-gradient(165deg, #0a1628 0%, #0f2344 45%, #0a1628 100%);
  pointer-events: none;
}
.skills-section-pillars-premium .container-style8 {
  position: relative;
  z-index: 2;
}
.skills-section-pillars-premium .pillars-premium-inner {
  position: relative;
  z-index: 2;
}

.skills-section-pillars-premium .pillars-circle.pillars-circle--premium {
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(255, 255, 255, 0.02) 42%,
    transparent 68%
  );
  box-shadow:
    inset 0 0 60px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 20px 60px rgba(0, 0, 0, 0.35);
}
.skills-section-pillars-premium .pillars-circle--premium::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  pointer-events: none;
  z-index: 0;
  transform-origin: center center;
  animation: pillarsRingDrift 120s linear infinite;
}
.skills-section-pillars-premium .pillars-circle--premium::after {
  display: none !important;
}

.skills-section-pillars-premium .pillars-orbit {
  z-index: 1;
}
.skills-section-pillars-premium .pillars-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(32%, 196px);
  aspect-ratio: 1;
  max-width: 196px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
  padding: 14px 12px;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.55),
    0 0 0 8px rgba(255, 255, 255, 0.1),
    0 14px 40px rgba(0, 0, 0, 0.4);
  animation:
    pillarsHubIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both,
    pillarsHubGlow 5s ease-in-out infinite 1s;
}
.skills-section-pillars-premium .pillars-hub-title {
  margin: 0;
  font-size: clamp(0.62rem, 0.95vw, 0.78rem);
  font-weight: 800;
  color: #142a52;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
}
.skills-section-pillars-premium .pillars-hub-title span {
  display: block;
  letter-spacing: 0.14em;
  margin-top: 0.35em;
  font-size: 0.88em;
  opacity: 0.95;
}

.skills-section-pillars-premium .connector--premium {
  width: 2px;
  height: var(--spoke-length);
  margin-left: -1px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.35) 70%,
    rgba(255, 255, 255, 0.12) 100%
  );
  opacity: 0.9;
  transform-origin: bottom center;
  transform: rotate(var(--angle));
  animation: pillarsSpokeIn 0.6s cubic-bezier(0.33, 1.1, 0.52, 1) backwards;
  animation-delay: calc(0.12s + 0.055s * var(--i));
}
.skills-section-pillars-premium .connector--premium::after {
  display: none !important;
}

.skills-section-pillars-premium .pillar-icon--premium {
  width: 100% !important;
  height: 100% !important;
  line-height: 1 !important;
  background: #ffffff !important;
  color: #1b3a6e !important;
  border: 1px solid rgba(27, 58, 110, 0.14);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem) !important;
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform-origin: center center;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    color 0.28s ease,
    background 0.28s ease;
  animation: pillarsIconPop 0.58s cubic-bezier(0.34, 1.45, 0.64, 1) backwards;
  animation-delay: calc(0.22s + 0.065s * var(--i));
}
.skills-section-pillars-premium .pillar-item--premium:hover .pillar-icon--premium {
  background: #ffffff !important;
  color: #0b5ed7 !important;
  transform: scale(1.07);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.skills-section-pillars-premium .pillar-label--premium {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  color: rgba(232, 242, 255, 0.96) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: clamp(0.62rem, 0.95vw, 0.8rem) !important;
  line-height: 1.2;
  white-space: normal;
  max-width: 9.5rem;
  width: max-content;
  margin: 0;
  animation: pillarsLabelIn 0.5s ease backwards;
  animation-delay: calc(0.38s + 0.065s * var(--i));
}

.skills-section-pillars-premium .pillar-item--premium {
  z-index: 6;
  position: absolute;
  overflow: visible;
}

@media (max-width: 767px) {
  .skills-section.skills-section-pillars-premium {
    padding: 56px 0 64px;
  }
  .skills-section-pillars-premium .pillars-hub {
    width: min(40%, 148px);
    padding: 10px 8px;
  }
  .skills-section-pillars-premium .pillars-hub-title {
    font-size: 0.52rem;
    letter-spacing: 0.06em;
  }
  .skills-section-pillars-premium .pillar-label--premium {
    font-size: 0.58rem !important;
    max-width: 5.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skills-section-pillars-premium .pillars-circle--premium::before {
    animation: none;
  }
  .skills-section-pillars-premium .pillars-hub {
    animation: none;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .skills-section-pillars-premium .connector--premium {
    animation: none;
    opacity: 0.9;
    transform: rotate(var(--angle));
  }
  .skills-section-pillars-premium .pillar-icon--premium {
    animation: none;
  }
  .skills-section-pillars-premium .pillar-label--premium {
    animation: none;
  }
}

/* Doctor page — department filter bar sticky only */
body.sum-doctors-page {
  --sum-doctors-sticky-top: 118px;
  --sum-dept-slider-h: 118px;
}
@media (min-width: 992px) {
  body.sum-doctors-page {
    --sum-doctors-sticky-top: 110px;
    --sum-dept-slider-h: 88px;
  }
}
body.sum-doctors-page .sum-doctor-dept-section {
  scroll-margin-top: calc(var(--sum-doctors-sticky-top, 118px) + var(--sum-dept-slider-h, 118px) + 20px);
}

/* Doctor department slider */
.sum-dept-slider-wrap {
  margin: 0 0 36px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(21, 39, 78, 0.06);
}
body.sum-doctors-page .sum-dept-slider-wrap {
  position: sticky;
  top: var(--sum-doctors-sticky-top, 118px);
  z-index: 90;
}
.sum-dept-slider__label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sum-dept-slider__label-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1rem;
  color: #fff;
  background: #309c5a;
}
.sum-dept-slider__label-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.sum-dept-slider__label-title {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
  color: #173152;
  letter-spacing: -0.01em;
}
.sum-dept-slider__label-hint {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.35;
  color: #6b7f9a;
}
.sum-dept-slider {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.sum-dept-slider__viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  position: relative;
  background: #f4f7fb;
  border: 1px solid rgba(39, 71, 125, 0.08);
  border-radius: 12px;
  padding: 6px;
}
.sum-dept-slider__viewport::before,
.sum-dept-slider__viewport::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 28px;
  z-index: 1;
  pointer-events: none;
}
.sum-dept-slider__viewport::before {
  left: 6px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(90deg, #f4f7fb 30%, rgba(244, 247, 251, 0));
}
.sum-dept-slider__viewport::after {
  right: 6px;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(270deg, #f4f7fb 30%, rgba(244, 247, 251, 0));
}
.sum-dept-slider__track.doctor-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 0;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  padding: 2px 4px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sum-dept-slider__track.doctor-tabs::-webkit-scrollbar {
  display: none;
}
.sum-dept-slider__nav {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(39, 71, 125, 0.12);
  border-radius: 10px;
  background: #f4f7fb;
  color: #264a82;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.sum-dept-slider__nav:hover:not(:disabled) {
  background: #264a82;
  border-color: #264a82;
  color: #fff;
}
.sum-dept-slider__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.sum-dept-slider-wrap .doc-tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 9px;
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.3;
  color: #2c4a73;
  text-decoration: none !important;
  white-space: nowrap;
  scroll-snap-align: start;
  box-shadow: 0 1px 3px rgba(21, 39, 78, 0.06);
  font-family: inherit;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.doc-tab--section {
  margin: 0;
  pointer-events: auto;
}
.sum-doctor-dept-section--hidden {
  display: none !important;
}
.sum-dept-slider-wrap .doc-tab:hover {
  background: #eef3f9;
  border-color: rgba(38, 74, 130, 0.14);
  color: #1a3560;
}
.sum-dept-slider-wrap .doc-tab:focus-visible {
  outline: 2px solid #264a82;
  outline-offset: 2px;
}
.sum-dept-slider-wrap .doc-tab.active {
  background: #264a82;
  border-color: #264a82;
  color: #fff;
  box-shadow: 0 4px 12px rgba(38, 74, 130, 0.22);
}
.sum-dept-slider-wrap .doc-tab__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(38, 74, 130, 0.1);
  color: #264a82;
}
.sum-dept-slider-wrap .doc-tab.active .doc-tab__count {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}
@media (min-width: 992px) {
  body.sum-doctors-page .sum-dept-slider-wrap {
    flex-direction: row;
    align-items: center;
    gap: 18px;
    padding: 12px 14px 12px 16px;
  }
  body.sum-doctors-page .sum-dept-slider__label {
    flex: 0 0 auto;
    max-width: 200px;
    padding-right: 18px;
    border-right: 1px solid rgba(39, 71, 125, 0.1);
  }
  body.sum-doctors-page .sum-dept-slider {
    flex: 1 1 auto;
  }
}
@media (max-width: 767.98px) {
  .sum-dept-slider-wrap {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 12px;
    border-radius: 12px;
  }
  .sum-dept-slider__label-icon {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }
  .sum-dept-slider__label-title {
    font-size: 0.92rem;
  }
  .sum-dept-slider__nav {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
  }
  .sum-dept-slider-wrap .doc-tab {
    font-size: 0.98rem;
    padding: 10px 14px;
  }
  .sum-dept-slider-wrap .doc-tab__count {
    min-width: 24px;
    height: 24px;
    font-size: 0.78rem;
  }
}

/* Doctor Grid */
.doctor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* Card */
.doctor-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  text-align: center;
  cursor: pointer;
}

.doctor-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: contain;
  object-position: top center;
  background: linear-gradient(180deg, #e8f0fa 0%, #f4f8fc 55%, #ffffff 100%);
}

.doctor-card h3 {
  margin: 15px 0 5px;
  font-size: 20px;
}

.doctor-card p {
  color: #666;
  margin-bottom: 15px;
}

/* Modal Background */
.doctor-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

/* Modal Box */
/* Modal Background */
.doctor-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(4px);
}

/* Modal Card */
.doctor-modal-content {
  width: 92%;
  max-width: 520px;
  background: #fff;
  border-radius: 16px;
  margin: 6% auto;
  overflow: hidden;
  animation: modalFade 0.3s ease;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  position: relative;
}

@keyframes modalFade {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Close Button */
.doctor-close {
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 26px;
  cursor: pointer;
}

/* Header Layout */
.doctor-modal-header {
  display: flex;
  gap: 20px;
  padding: 25px;
  background: linear-gradient(135deg, #0d1b3f, #1e3a8a);
  color: white;
}

.doctor-modal-header img {
  width: 120px;
  height: 160px;
  object-fit: contain;
  object-position: top center;
  border-radius: 12px;
  border: 3px solid white;
  background: rgba(255, 255, 255, 0.12);
}

.doctor-role {
  opacity: 0.9;
}

.doctor-badges span {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 5px 10px;
  border-radius: 6px;
  margin-top: 6px;
  margin-right: 6px;
  font-size: 13px;
}

/* Body */
.doctor-modal-body {
  padding: 25px;
  text-align: center;
}

.doctor-stats {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.doctor-stats div {
  text-align: center;
}

.doctor-stats strong {
  display: block;
  color: #0d1b3f;
}

/* Button */
.appointment-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: #0d1b3f;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.appointment-btn:hover {
  background: #1e3a8a;
}

/* Mobile */
@media (max-width: 480px) {
  .doctor-modal-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .doctor-stats {
    flex-direction: column;
    gap: 12px;
  }
}

/*==============================
  SUM Ultimate — header & hero (attractive, responsive)
==============================*/
.sum-header-v8.header-layout8 {
  background: linear-gradient(180deg, #1e3a6d 0%, #27477d 100%);
  box-shadow: 0 4px 24px rgba(15, 30, 60, 0.2);
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none;
}

.sum-header-v8 .header-top-eight.sum-header-topbar.sum-ref-topbar {
  border-top: none;
  margin-top: 0;
  padding-top: 7px;
}

/* Sticky nav: use transform (not top:-100%) so a white bar never peeks at the viewport top */
.sum-header-v8.header-layout8 .sticky-wrap.will-sticky .sticky-active {
  top: 0 !important;
  background: linear-gradient(180deg, #1e3a6d 0%, #27477d 100%) !important;
  background-color: #1e3a6d !important;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
          transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
}

.sum-header-v8.header-layout8 .sticky-wrap.will-sticky .sticky-active:not(.active) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sum-header-v8.header-layout8 .sticky-wrap.will-sticky .sticky-active.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.sum-header-v8 .header-main-eight {
  background: transparent;
}

/* Sticky: stay navy with white nav (match reference header) */
.sum-header-v8 .will-sticky .sticky-active {
  top: 0 !important;
  background: linear-gradient(180deg, #1e3a6d 0%, #243e6e 100%) !important;
  background-color: #1e3a6d !important;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

/* Never show theme white logo “patch” on SUM header */
.sum-header-v8.header-layout8 .header8-logo,
.sum-header-v8 .header8-logo {
  background-color: transparent !important;
  padding-right: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.sum-header-v8.header-layout8 .header8-logo::before,
.sum-header-v8 .header8-logo::before {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  content: none !important;
}

.sum-header-v8 .will-sticky .header-main-eight {
  background: transparent !important;
}

.sum-header-v8 .will-sticky .menu-style8 > ul > li > a {
  color: #fff !important;
}

.sum-header-v8 .will-sticky .menu-style8 > ul > li > a:hover,
.sum-header-v8 .sum-header-nav.menu-style8 .sum-header-nav__row--main > li > a:hover {
  color: #7ee8fd !important;
}

.sum-header-v8 .sum-header-nav.menu-style8 .sum-header-nav__row--main > li > a {
  color: #fff !important;
}

.sum-header-v8 .will-sticky .sum-emergency-topbar__label,
.sum-header-v8 .will-sticky .sum-emergency-topbar__number {
  color: #fff !important;
}

.sum-mobile-header-bar {
  background: rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sum-mobile-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
}

.sum-mobile-header-call {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.sum-mobile-header-call i {
  color: #5ddef4;
  font-size: 15px;
}

.sum-mobile-header-appt {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0d1b3f;
  background: linear-gradient(135deg, #5ddef4 0%, #3ec9e4 100%);
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(62, 201, 228, 0.45);
}

.sum-mobile-header-appt:hover {
  color: #0d1b3f;
  filter: brightness(1.05);
}

/* Hero: readability + slider chrome */
.sum-hero-v8 .banner-content {
  position: relative;
  overflow: hidden;
}

.sum-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.82) 35%,
    rgba(255, 255, 255, 0.35) 62%,
    rgba(39, 71, 125, 0.28) 100%
  );
}

/* Home hero: no white wash — navy scrim for readable type on photo */
.sum-hero-v8.sum-hero-clean .sum-hero-overlay {
  background: linear-gradient(
    102deg,
    rgba(15, 35, 65, 0.78) 0%,
    rgba(21, 39, 78, 0.52) 40%,
    rgba(30, 58, 109, 0.22) 68%,
    rgba(30, 58, 109, 0) 100%
  );
}

.sum-hero-v8.sum-hero-clean .banner-sec-info h1 {
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.sum-hero-v8.sum-hero-clean .banner-sec-info p {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}

@media (min-width: 1200px) {
  .sum-hero-v8:not(.sum-hero-clean) .sum-hero-overlay {
    background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.55) 45%,
      rgba(255, 255, 255, 0.08) 70%,
      rgba(21, 39, 78, 0.2) 100%
    );
  }

  .sum-hero-v8.sum-hero-clean .sum-hero-overlay {
    background: linear-gradient(
      98deg,
      rgba(15, 35, 65, 0.72) 0%,
      rgba(21, 39, 78, 0.48) 45%,
      rgba(30, 58, 109, 0.12) 72%,
      rgba(30, 58, 109, 0) 100%
    );
  }
}

.sum-hero-v8 .banner-text {
  z-index: 2;
}

.sum-hero-copy {
  max-width: 720px;
}

@media (max-width: 991px) {
  .sum-hero-copy {
    max-width: 100%;
    padding: 20px 18px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    -webkit-box-shadow: 0 12px 40px rgba(21, 39, 78, 0.12);
            box-shadow: 0 12px 40px rgba(21, 39, 78, 0.12);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }

  .sum-hero-v8.sum-hero-clean .sum-hero-copy {
    background: rgba(15, 35, 65, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  }

  .sum-hero-v8 .banner-sec-info h1 {
    font-size: clamp(28px, 7vw, 44px);
    line-height: 1.15;
  }

  .sum-hero-v8 .banner-sec-info p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 22px;
  }
}

.sum-hero-controls {
  bottom: 28px;
}

@media (max-width: 576px) {
  .sum-hero-controls {
    bottom: 18px;
  }
}

.sum-hero-controls-inner {
  position: relative;
}

.sum-hero-clean .sum-hero-controls {
  bottom: 22px;
}

.sum-hero-clean .banner-sec-info p {
  max-width: 60ch;
}

@media (min-width: 992px) {
  .sum-hero-clean .sum-hero-copy {
    max-width: 780px;
  }

  .sum-hero-clean .banner-sec-info h1 {
    font-size: clamp(44px, 4.2vw, 60px);
    letter-spacing: -0.02em;
  }
}

/* Hero banner: viewport-sized slide (desktop fixed; mobile equal height via responsive.css) */
.sum-hero-v8.sum-hero-clean {
  --sum-header-stack: 132px;
  --sum-hero-banner-h: clamp(360px, calc(100svh - var(--sum-header-stack) - 24px), 720px);
  position: relative;
}

@media (min-width: 992px) {
  .sum-hero-v8.sum-hero-clean {
    --sum-header-stack: 200px;
    --sum-hero-banner-h: clamp(440px, calc(100svh - var(--sum-header-stack) - 28px), 760px);
    overflow: hidden;
  }
}

.sum-hero-v8.sum-hero-clean .banner-slide-eight {
  overflow: hidden;
  border-radius: 0 0 clamp(12px, 1.5vw, 20px) clamp(12px, 1.5vw, 20px);
}

@media (min-width: 992px) {
  .sum-hero-v8.sum-hero-clean .banner-slide-eight,
  .sum-hero-v8.sum-hero-clean .banner-slide-eight .slick-list,
  .sum-hero-v8.sum-hero-clean .banner-slide-eight .slick-track,
  .sum-hero-v8.sum-hero-clean .banner-slide-eight .slick-slide,
  .sum-hero-v8.sum-hero-clean .banner-slide {
    min-height: 0 !important;
    height: var(--sum-hero-banner-h) !important;
    max-height: var(--sum-hero-banner-h) !important;
  }

  .sum-hero-v8.sum-hero-clean .banner-slide-eight .slick-slide > div {
    min-height: 0;
    height: 100%;
  }
}

.sum-hero-v8.sum-hero-clean .banner-content {
  height: 100%;
  min-height: var(--sum-hero-banner-h);
  display: grid;
  grid-template: "stack" 1fr / 1fr;
  position: relative;
  background: #e8eef5;
}

@media (min-width: 992px) {
  .sum-hero-v8.sum-hero-clean .banner-content > .sum-hero-banner-img,
  .sum-hero-v8.sum-hero-clean .banner-content > img {
    grid-area: stack;
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center 35%;
    display: block;
  }
}

@media (max-width: 991.98px) {
  .sum-hero-v8.sum-hero-clean .banner-content > .sum-hero-banner-img,
  .sum-hero-v8.sum-hero-clean .banner-content > img {
    grid-area: stack;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: var(--sum-hero-banner-h);
    max-height: none;
    object-fit: cover;
    object-position: center 35%;
    display: block;
  }
}

.sum-hero-v8.sum-hero-clean .banner-content > .sum-hero-overlay {
  grid-area: stack;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.sum-hero-v8.sum-hero-clean .banner-content > .banner-text {
  grid-area: stack;
  z-index: 2;
  align-self: stretch;
  display: flex;
  align-items: center;
  min-height: 100%;
  pointer-events: none;
}

.sum-hero-v8.sum-hero-clean .banner-content > .banner-text .container-style8,
.sum-hero-v8.sum-hero-clean .banner-content > .banner-text a,
.sum-hero-v8.sum-hero-clean .banner-content > .banner-text button {
  pointer-events: auto;
}

.sum-hero-v8.sum-hero-clean .sum-hero-slide--standard .sum-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    102deg,
    rgba(15, 35, 65, 0.82) 0%,
    rgba(21, 39, 78, 0.5) 42%,
    rgba(30, 58, 109, 0.15) 68%,
    rgba(30, 58, 109, 0) 100%
  ) !important;
}

.sum-hero-v8.sum-hero-clean .banner-slide-eight.slick-initialized .slick-list {
  overflow: hidden;
}

.sum-hero-v8.sum-hero-clean .banner-slide-eight.slick-initialized .slick-slide {
  float: left;
  opacity: 1 !important;
  visibility: visible !important;
}

.sum-hero-v8.sum-hero-clean .banner-slide-eight.slick-initialized .slick-slide > div {
  height: 100%;
  width: 100%;
}

.sum-hero-v8.sum-hero-clean .sum-hero-banner-img--campus {
  object-position: center 42%;
}

.sum-hero-v8.sum-hero-clean .sum-hero-overlay {
  z-index: 1;
}

.sum-hero-v8.sum-hero-clean .banner-text {
  z-index: 3;
}

.sum-hero-v8.sum-hero-clean .banner-slide-eight .banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  margin-top: -27px;
}

.sum-hero-v8.sum-hero-clean::after {
  z-index: 4;
}

.sum-hero-v8.sum-hero-clean .sum-hero-slide--lead-light .sum-hero-overlay {
  background: linear-gradient(
    102deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(248, 252, 255, 0.4) 42%,
    rgba(255, 255, 255, 0.06) 68%,
    transparent 100%
  ) !important;
}

.sum-hero-v8.sum-hero-clean:has(.sum-hero-slide--lead-light) {
  --sum-hero-bottom-fade: rgba(248, 252, 255, 0.35);
}

.sum-hero-v8.sum-hero-clean:has(.sum-hero-slide--lead-light)::after {
  background: linear-gradient(180deg, rgba(248, 252, 255, 0) 0%, var(--sum-hero-bottom-fade, rgba(15, 35, 65, 0.45)) 100%);
}

.sum-hero-v8.sum-hero-clean::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15, 35, 65, 0) 0%, rgba(15, 35, 65, 0.45) 100%);
  border-radius: 0 0 clamp(12px, 1.5vw, 20px) clamp(12px, 1.5vw, 20px);
}

.sum-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 16px;
  border-radius: 999px;
  font-family: var(--title-font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, rgba(230, 57, 70, 0.45) 0%, rgba(255, 91, 109, 0.28) 100%);
  border: 1px solid rgba(255, 160, 170, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.sum-hero-slide--lead-light .banner-sec-info h1 {
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  line-height: 1.12;
  text-shadow: none;
  color: #15274e;
}

.sum-hero-slide--lead .btn-style8.v8 {
  box-shadow: 0 10px 28px rgba(48, 156, 90, 0.45);
}

.sum-hero-v8.sum-hero-clean .banner-text {
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  padding-bottom: 36px;
  z-index: 3;
}

.sum-hero-v8.sum-hero-clean .sum-hero-controls {
  bottom: 14px;
  z-index: 4;
}

@media (max-width: 991px) {
  .sum-hero-v8.sum-hero-clean .banner-sec-info p {
    margin-bottom: 16px;
  }

  .sum-hero-v8.sum-hero-clean .sum-hero-copy {
    padding: 14px 16px 16px;
  }
}

.sum-hero-side-arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(10px, 2.5vw, 28px);
  transform: translateY(-50%);
  pointer-events: none;
}

.sum-hero-side-arrows .sum-hero-slick-arrow--side {
  pointer-events: auto;
  position: static;
  transform: none;
  left: auto;
  right: auto;
  top: auto;
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.92);
  color: #15274e;
  box-shadow: 0 8px 24px rgba(21, 39, 78, 0.18);
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, border-color 0.2s ease;
}

.sum-hero-side-arrows .sum-hero-slick-arrow--side:hover {
  background: #27477d;
  color: #fff;
  border-color: #27477d;
  transform: scale(1.05);
}

.sum-hero-side-arrows .sum-hero-slick-arrow--side:before {
  display: none;
}

.sum-hero-side-arrows .sum-hero-slick-arrow--side i {
  font-size: 18px;
  line-height: 48px;
  vertical-align: middle;
}

.sum-hero-side-arrows .sum-hero-slick-arrow--side.slick-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}

.sum-hero-dots-wrap {
  width: 100%;
  min-width: 0;
}

.sum-hero-dots-wrap .slick-dots {
  margin: 0;
  padding: 4px 0 0;
}

/* Home sliders — dot pagination (replaces numbered indicators) */
.sum-slider-dots .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  text-align: left;
}

.sum-slider-dots .slick-dots li {
  position: relative;
  margin: 0 !important;
  width: auto;
  height: auto;
  line-height: 0;
}

.sum-slider-dots .slick-dots li:before {
  display: none !important;
}

.sum-slider-dots .slick-dots li.slick-active {
  margin-right: 0 !important;
}

.sum-slider-dots .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  border-radius: 50%;
  background: rgba(21, 39, 78, 0.32);
  opacity: 1;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, width 0.25s ease;
}

.sum-slider-dots .slick-dots li button:hover {
  background: rgba(21, 39, 78, 0.5);
  transform: scale(1.1);
}

.sum-slider-dots .slick-dots li.slick-active button {
  width: 28px;
  height: 10px;
  border-radius: 999px;
  background: var(--theme-color);
  transform: none;
  box-shadow: 0 2px 10px rgba(48, 156, 90, 0.35);
}

#slidenav4.sum-slider-dots .slick-dots {
  margin-top: 28px;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .sum-hero-side-arrows .sum-hero-slick-arrow--side {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }

  .sum-hero-side-arrows .sum-hero-slick-arrow--side i {
    font-size: 16px;
    line-height: 42px;
  }

  .sum-slider-dots .slick-dots,
  .sum-hero-dots-wrap.sum-slider-dots .slick-dots {
    justify-content: center;
    text-align: center;
  }
}

/* OUR COMMITMENTS grid — do not use .service-content-eight here (that class is
   absolute + white text for image overlays; reusing it caused white panels and invisible copy). */
.sum-commitment-card {
  position: relative;
  background: #fff;
  border-color: rgba(21, 39, 78, 0.1) !important;
  -webkit-box-shadow: 0 8px 28px rgba(21, 39, 78, 0.06);
          box-shadow: 0 8px 28px rgba(21, 39, 78, 0.06);
}

.sum-commitment-card__icon {
  --sum-commitment-icon-delay: 0s;
  width: 76px;
  height: 76px;
  margin: 0 auto 1.15rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #e8f4fc 0%, #edf8f1 55%, #f4f7fb 100%);
  color: #27477d;
  font-size: 1.85rem;
  line-height: 1;
  position: relative;
  animation:
    sumCommitmentIconFloat 4.4s ease-in-out infinite,
    sumCommitmentIconPulse 2.9s ease-in-out infinite;
  animation-delay: var(--sum-commitment-icon-delay), calc(var(--sum-commitment-icon-delay) + 0.15s);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s ease;
}

.sum-commitment-card__icon i {
  display: block;
  animation: sumCommitmentIconWiggle 5.5s ease-in-out infinite;
  animation-delay: var(--sum-commitment-icon-delay);
}

.sum-commitment-card:hover .sum-commitment-card__icon {
  color: #309c5a;
}

.sum-commitment-card:hover .sum-commitment-card__icon i {
  animation-duration: 2.2s;
}

@keyframes sumCommitmentIconFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes sumCommitmentIconPulse {
  0%,
  100% {
    box-shadow: 0 8px 22px rgba(39, 71, 125, 0.12), 0 0 0 0 rgba(62, 201, 228, 0.35);
  }
  50% {
    box-shadow: 0 12px 28px rgba(39, 71, 125, 0.14), 0 0 0 10px rgba(62, 201, 228, 0);
  }
}

@keyframes sumCommitmentIconWiggle {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(-4deg) scale(1.04);
  }
  75% {
    transform: rotate(4deg) scale(1.04);
  }
}

.sum-commitment-card__title {
  color: #15274e;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.sum-commitment-card__text {
  color: #4a5568;
  line-height: 1.55;
}

/* Top bar: login, hours, address, 3 socials (reference Medixi / SUM header) */
.sum-header-v8 .header-top-eight.sum-header-topbar.sum-ref-topbar {
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sum-ref-topbar-row {
  min-height: 0;
}

.sum-ref-login-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.sum-ref-login-link i {
  font-size: 14px;
  opacity: 0.95;
}

.sum-ref-login-link:hover {
  color: #7ee8fd !important;
}

.sum-ref-topbar-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 28px;
  text-align: center;
}

.sum-ref-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: var(--title-font);
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
}

.sum-ref-meta i {
  font-size: 15px;
  color: #fff;
  opacity: 0.9;
}

.sum-ref-meta-address a {
  color: #7ee8fd !important;
  text-decoration: none !important;
}

.sum-ref-meta-address a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.sum-ref-social-top {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sum-ref-social-top li {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}

.sum-ref-social-top li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.4);
}

.sum-ref-social-top li:first-child {
  padding-left: 0;
}

.sum-ref-social-top li:first-child::before {
  display: none;
}

.sum-ref-social-top li:last-child {
  padding-right: 0;
}

.sum-ref-social-top li a {
  font-size: 15px;
  color: #fff !important;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sum-social-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}

.sum-social-x svg {
  width: 0.82em;
  height: 0.82em;
  fill: currentColor;
}

.footer-social3 .sum-social-x svg,
.sum-footer__social .sum-social-x svg {
  width: 0.9em;
  height: 0.9em;
}

.sum-ref-social-top li a:hover {
  color: #00d4ff !important;
}

/* Main nav density — scales to fit all items on one row */
.sum-header-v8 .sum-ref-main-nav.menu-style8 > ul > li {
  margin: 0 3px;
}

.sum-header-v8 .sum-ref-main-nav.menu-style8 > ul > li > a {
  font-weight: 700;
  font-size: clamp(13.5px, 0.88vw, 16.5px);
  letter-spacing: 0.015em;
}

.sum-header-v8 .sum-ref-main-nav.menu-style8 > ul > li > a.sum-nav-active,
.sum-header-v8 .sum-ref-main-nav.menu-style8 > ul > li.sum-nav-item--active > a {
  color: #fff !important;
}

.sum-header-v8 .sum-ref-main-nav.menu-style8 > ul > li > a.sum-nav-active:hover,
.sum-header-v8 .sum-ref-main-nav.menu-style8 > ul > li.sum-nav-item--active > a:hover {
  color: #7ee8fd !important;
}

/* Header spacing: tighter horizontal padding on mid-width desktops */
@media (min-width: 992px) {
  .sum-header-v8 .sum-ref-main-nav.menu-style8 > ul > li {
    margin: 0 clamp(2px, 0.35vw, 5px);
  }

  .sum-header-premium .sum-header-nav__row--main > li > a {
    font-size: 14.5px !important;
  }
}

@media (min-width: 1200px) {
  .sum-header-v8 .sum-ref-main-nav.menu-style8 > ul > li > a {
    font-size: 15.5px;
    padding: 38px 4px;
  }
}

@media (min-width: 1400px) {
  .sum-header-v8 .sum-ref-main-nav.menu-style8 > ul > li {
    margin: 0 5px;
  }

  .sum-header-v8 .sum-ref-main-nav.menu-style8 > ul > li > a {
    font-size: 16.5px;
    padding: 40px 5px;
  }
}

/* Sticky emergency button */
.sum-sticky-actions {
  position: fixed;
  z-index: 9999;
  right: 14px;
  bottom: 14px;
}

.sum-sticky-actions__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 800;
  font-family: var(--title-font);
  font-size: 0.95rem;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.28);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.sum-sticky-actions__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(220, 53, 69, 0.5);
  filter: brightness(1.03);
  color: #fff !important;
}

.sum-sticky-actions__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.sum-sticky-actions__btn--emergency {
  background: linear-gradient(135deg, #ff4d4d 0%, #dc3545 55%, #c82333 100%);
}

@media (max-width: 575px) {
  .sum-sticky-actions {
    right: 12px;
    bottom: 12px;
  }

  .sum-sticky-actions__btn {
    padding: 12px 14px;
  }

  .sum-sticky-actions__label {
    font-size: 0.88rem;
  }
}

/* Stack back-to-top above emergency sticky button */
body {
  --sum-sticky-emergency-offset: 14px;
  --sum-sticky-emergency-h: 58px;
  --sum-sticky-fab-gap: 12px;
}
@media (max-width: 767.98px) {
  body {
    --sum-sticky-emergency-offset: 12px;
    --sum-sticky-emergency-h: 52px;
    --sum-sticky-fab-gap: 10px;
  }
}
.scrollToTop.scroll-bottom {
  z-index: 9998;
}
.scrollToTop.scroll-bottom.show {
  right: var(--sum-sticky-emergency-offset);
  bottom: calc(var(--sum-sticky-emergency-offset) + var(--sum-sticky-emergency-h) + var(--sum-sticky-fab-gap));
}
.scrollToTop.scroll-bottom i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  font-size: 1.05em;
  box-shadow: 0 8px 24px rgba(21, 39, 78, 0.14);
}
@media (max-width: 767.98px) {
  .scrollToTop.scroll-bottom i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 0.95em;
  }
}

/* Emergency contact dialog (desktop) */
body.sum-emergency-dialog-open {
  overflow: hidden;
}

.sum-emergency-dialog {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.sum-emergency-dialog.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sum-emergency-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 42, 74, 0.55);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.sum-emergency-dialog__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  padding: 28px 26px 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(17, 42, 74, 0.28);
  text-align: center;
  transform: translateY(16px) scale(0.98);
  transition: transform 0.25s ease;
}

.sum-emergency-dialog.is-open .sum-emergency-dialog__panel {
  transform: translateY(0) scale(1);
}

.sum-emergency-dialog__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f3f6fa;
  color: #4f617e;
  font-size: 1.1rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.sum-emergency-dialog__close:hover {
  background: #e8eef6;
  color: #173152;
}

.sum-emergency-dialog__hero {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
}

.sum-emergency-dialog__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(220, 53, 69, 0.18);
  animation: sum-emergency-pulse 2s ease-out infinite;
}

.sum-emergency-dialog__icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  background: linear-gradient(135deg, #ff4d4d 0%, #dc3545 100%);
  box-shadow: 0 10px 28px rgba(220, 53, 69, 0.35);
}

@keyframes sum-emergency-pulse {
  0% {
    transform: scale(0.85);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.sum-emergency-dialog__eyebrow {
  margin: 0 0 6px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #dc3545;
}

.sum-emergency-dialog__title {
  margin: 0 0 10px;
  font-size: 1.45rem;
  font-weight: 800;
  color: #112a4a;
  letter-spacing: -0.02em;
}

.sum-emergency-dialog__intro {
  margin: 0 0 20px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5c6f8a;
}

.sum-emergency-dialog__numbers {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
  text-align: left;
}

.sum-emergency-dialog__line {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(39, 71, 125, 0.12);
  background: #f7f9fc;
}

.sum-emergency-dialog__line--primary {
  border-color: rgba(220, 53, 69, 0.22);
  background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
}

.sum-emergency-dialog__line-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7f9a;
}

.sum-emergency-dialog__line-value {
  font-size: 1.2rem;
  font-weight: 800;
  color: #112a4a;
  letter-spacing: 0.01em;
}

.sum-emergency-dialog__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.85);
  background: linear-gradient(135deg, #e8a0a0 0%, #d88989 55%, #c97a7a 100%);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.72;
}

.sum-emergency-dialog__note {
  margin: 14px 0 0;
  font-size: 0.8rem;
  color: #8a9bb2;
}

/* Departments browse — card grid */
.sum-dept-browse__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 24px;
  background: linear-gradient(145deg, #f0f7fc 0%, #ffffff 42%, #eef6ff 100%);
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 24px 60px rgba(21, 39, 78, 0.08);
}

.sum-dept-browse__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
}

.sum-dept-browse__glow--1 {
  width: 280px;
  height: 280px;
  top: -80px;
  right: -40px;
  background: rgba(93, 222, 244, 0.35);
}

.sum-dept-browse__glow--2 {
  width: 220px;
  height: 220px;
  bottom: -60px;
  left: -30px;
  background: rgba(48, 156, 90, 0.2);
}

.sum-dept-browse__hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr min(340px, 100%);
  gap: 28px 32px;
  align-items: start;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(39, 71, 125, 0.1);
}

.sum-dept-browse__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e3a6d;
  background: rgba(93, 222, 244, 0.35);
  border: 1px solid rgba(62, 201, 228, 0.45);
}

.sum-dept-browse__title {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  color: #1a2d4d;
}

.sum-dept-browse__lead {
  margin: 0 0 20px;
  max-width: 58ch;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.65;
  color: #4a5f7a;
}

.sum-dept-browse__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sum-dept-browse__stats li {
  flex: 1 1 100px;
  min-width: 100px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 8px 22px rgba(21, 39, 78, 0.06);
  text-align: center;
}

.sum-dept-browse__stats strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: #27477d;
  line-height: 1.2;
}

.sum-dept-browse__stats span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #6b7f96;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sum-dept-browse__finder {
  padding: 20px 20px 18px;
  border-radius: 18px;
  background: linear-gradient(165deg, #1e3a6d 0%, #27477d 100%);
  box-shadow: 0 16px 40px rgba(21, 39, 78, 0.22);
}

.sum-dept-browse__finder-label {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.sum-dept-browse__finder-label i {
  margin-right: 8px;
  color: #7ee8fd;
}

.sum-dept-browse__select-wrap {
  position: relative;
}

.sum-dept-browse__select {
  width: 100%;
  padding: 14px 40px 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.96);
  color: #1a2d4d;
  font-size: 15px;
  font-weight: 600;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2327477d' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.sum-dept-browse__select:focus {
  outline: none;
  border-color: #5ddef4;
  box-shadow: 0 0 0 3px rgba(93, 222, 244, 0.35);
}

.sum-dept-browse__finder-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: 14px;
}

.sum-dept-browse__link-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
}

.sum-dept-browse__link-all i {
  transition: transform 0.2s ease;
}

.sum-dept-browse__link-all:hover i {
  transform: translateX(3px);
}

.sum-dept-browse__link-docs {
  font-size: 13px;
  font-weight: 600;
  color: #7ee8fd !important;
  text-decoration: none !important;
}

.sum-dept-browse__link-docs:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.sum-dept-browse__slider-wrap {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.sum-dept-browse__slider-head {
  margin-bottom: 14px;
}

.sum-dept-browse__slider-label {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #5a6f86;
}

.sum-dept-browse__slider-stage {
  position: relative;
  padding-left: clamp(4px, 1.2vw, 8px);
  padding-right: clamp(4px, 1.2vw, 8px);
}

.sum-dept-browse__slider.slick-slider {
  position: relative;
}

.sum-dept-browse__slider .sum-dept-slider-arrow.slick-prev,
.sum-dept-browse__slider .sum-dept-slider-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.sum-dept-browse__slider .sum-dept-slider-arrow.slick-prev {
  left: clamp(-6px, -0.5vw, 0px);
}

.sum-dept-browse__slider .sum-dept-slider-arrow.slick-next {
  right: clamp(-6px, -0.5vw, 0px);
}

.sum-dept-browse__slider .sum-dept-slider-arrow.slick-prev:hover,
.sum-dept-browse__slider .sum-dept-slider-arrow.slick-next:hover {
  transform: translateY(calc(-50% - 1px));
}

.sum-dept-browse__slider .sum-dept-slider-arrow.slick-disabled {
  transform: translateY(-50%);
}

.sum-dept-slider-arrow {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(39, 71, 125, 0.12);
  border-radius: 50%;
  background: #fff;
  color: #27477d;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  overflow: visible;
  box-shadow: 0 8px 22px rgba(21, 39, 78, 0.12);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sum-dept-slider-arrow:before {
  display: none;
}

.sum-dept-slider-arrow i {
  display: block;
  font-size: 15px;
  line-height: 1;
}

.sum-dept-slider-arrow:hover {
  background: #27477d;
  color: #fff;
  border-color: #27477d;
  transform: translateY(-1px);
}

.sum-dept-slider-arrow.slick-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.sum-dept-browse__slider .slick-list {
  margin: 0;
  padding: 12px clamp(36px, 4vw, 52px) 24px !important;
  overflow: hidden;
}

.sum-dept-browse__slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.sum-dept-browse__slider .slick-slide {
  height: auto !important;
  display: flex !important;
  padding: 0 12px;
  box-sizing: border-box;
}

.sum-dept-browse__slider .slick-slide > div {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  padding: 0;
}

.sum-dept-slide {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}

.sum-dept-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 10px 28px rgba(21, 39, 78, 0.06);
  text-decoration: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  overflow: hidden;
}

.sum-dept-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 0 18px 20px;
}

.sum-dept-card__photo {
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 0;
}

.sum-dept-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.sum-dept-card:hover .sum-dept-card__photo img {
  transform: scale(1.05);
}

.sum-dept-card__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 14px 0 12px;
  border-radius: 14px;
  font-size: 22px;
  color: #fff;
  background: linear-gradient(135deg, #27477d 0%, #3ec9e4 100%);
  box-shadow: 0 8px 20px rgba(39, 71, 125, 0.25);
  transition: transform 0.22s ease;
}

.sum-dept-card:hover .sum-dept-card__icon {
  transform: scale(1.06);
}

.sum-dept-card--tone-2 .sum-dept-card__icon {
  background: linear-gradient(135deg, #309c5a 0%, #5ddea8 100%);
}

.sum-dept-card--tone-3 .sum-dept-card__icon {
  background: linear-gradient(135deg, #1e3a6d 0%, #5d8fd4 100%);
}

.sum-dept-card--tone-4 .sum-dept-card__icon {
  background: linear-gradient(135deg, #0f8fcb 0%, #5ddef4 100%);
}

.sum-dept-card:hover {
  transform: translateY(-4px);
  border-color: rgba(62, 201, 228, 0.45);
  box-shadow: 0 20px 44px rgba(21, 39, 78, 0.12);
}

.sum-dept-card__name {
  flex-shrink: 0;
  margin: 0 0 8px;
  min-height: 2.6em;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1a2d4d;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sum-dept-card__text {
  flex: 1 1 auto;
  min-height: 4.65em;
  max-height: 4.65em;
  margin: 0 0 12px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #5a6f86;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sum-dept-card__meta {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  min-height: 1.35em;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.sum-dept-card__meta li {
  font-size: 11px;
  font-weight: 700;
  color: #27477d;
}

.sum-dept-card__meta i {
  margin-right: 4px;
  color: #3ec9e4;
  font-size: 10px;
}

.sum-dept-card__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #27477d;
  transition: color 0.2s ease, gap 0.2s ease;
}

.sum-dept-card:hover .sum-dept-card__cta {
  color: #0f8fcb;
  gap: 12px;
}

@media (max-width: 991px) {
  .sum-dept-browse__hero {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 575px) {
  .sum-dept-browse__panel {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .sum-dept-browse__stats li {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }

  .sum-dept-browse__slider .sum-dept-slider-arrow.slick-prev {
    left: 2px;
  }

  .sum-dept-browse__slider .sum-dept-slider-arrow.slick-next {
    right: 2px;
  }

  .sum-dept-slider-arrow {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
}

/* Gallery / Media filter */
.sum-gallery__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.sum-gallery__filter {
  min-width: min(280px, 100%);
}

.sum-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.sum-gallery-card {
  grid-column: span 4;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 44px rgba(21, 39, 78, 0.10);
  border: 1px solid rgba(39, 71, 125, 0.10);
  transform: translateZ(0);
}

.sum-gallery-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.sum-gallery-card:hover img {
  transform: scale(1.03);
}

.sum-gallery-card__tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #0d1b3f;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.sum-gallery-card__tag--media {
  color: #fff;
  background: rgba(39, 71, 125, 0.86);
  border-color: rgba(255, 255, 255, 0.22);
}

@media (max-width: 991px) {
  .sum-gallery-card {
    grid-column: span 6;
  }
}

@media (max-width: 575px) {
  .sum-gallery__head {
    flex-direction: column;
    align-items: stretch;
  }

  .sum-gallery-card {
    grid-column: span 12;
  }

  .sum-gallery-card img {
    height: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sum-ref-meta {
    font-size: 11px;
  }

  .sum-ref-login-link {
    font-size: 12px;
  }
}

/* Book Appointment: cyan, flat left, pill right (reference) */
.sum-header-v8 .btn-style8.book.sum-book-cta {
  margin-left: 14px;
  height: 52px;
  line-height: 50px;
  padding: 0 36px 0 26px;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(180deg, #1ad8f0 0%, #309c5a 45%, #06b3cf 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px 999px 999px 4px;
  -webkit-box-shadow: 0 4px 14px rgba(7, 205, 236, 0.35);
          box-shadow: 0 4px 14px rgba(7, 205, 236, 0.35);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
}

.sum-header-v8 .btn-style8.book.sum-book-cta:hover {
  color: #fff !important;
  background: linear-gradient(180deg, #2ee0f5 0%, #12d2ec 50%, #0ab8d4 100%) !important;
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 20px rgba(7, 205, 236, 0.45);
          box-shadow: 0 6px 20px rgba(7, 205, 236, 0.45);
}

.sum-header-v8 .will-sticky .btn-style8.book.sum-book-cta:hover {
  color: #fff !important;
}

/* Homepage visual tuning moved from index.html inline styles */
/* Contact highlights strip (EPABX / Ambulance / 24h / JCI / NABH) */
.sum-home-mobile-match .service-section-ten {
  padding-top: 14px;
}
.sum-home-mobile-match .service-section-ten .outer-box {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}
.sum-home-mobile-match .service-section-ten .service-block-ten {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-height: 238px;
  padding: 22px 14px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(17, 50, 95, 0.09);
  box-shadow: 0 10px 28px rgba(17, 50, 95, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sum-home-mobile-match .service-section-ten .service-block-ten::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #16cbe8, #18b8e0);
}
.sum-home-mobile-match .service-section-ten .service-block-ten:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(17, 50, 95, 0.14);
}
.sum-home-mobile-match .service-section-ten .ser-icon-ten {
  margin-bottom: 10px;
}
.sum-home-mobile-match .service-section-ten .ser-icon-ten img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.sum-home-mobile-match .service-section-ten .ser-content-ten .title {
  margin: 0 0 6px;
  font-size: clamp(1.5rem, 2.3vw, 1.9rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: #142c63;
}
.sum-home-mobile-match .service-section-ten .ser-content-ten .title--phone {
  white-space: nowrap;
  font-size: clamp(0.82rem, 1.55vw, 1.15rem);
  letter-spacing: 0;
}
.sum-home-mobile-match .service-section-ten .ser-content-ten .title span {
  font-size: 0.62em;
  font-weight: 700;
  margin-left: 4px;
  color: #1d2b4b;
}
.sum-home-mobile-match .service-section-ten .ser-content-ten span {
  display: block;
  font-size: 0.88rem;
  line-height: 1.35;
  color: #4f5f7f;
  font-weight: 500;
}

/* Browse care slider section */
.sum-home-mobile-match .sum-care-finder {
  padding-top: 8px;
  padding-bottom: 6px;
  border-radius: 14px;
  background: #f3f5f8;
  border: 1px solid rgba(17, 50, 95, 0.06);
  padding-left: 8px;
  padding-right: 8px;
}
.sum-home-mobile-match .sum-care-finder__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 18px;
}
.sum-home-mobile-match .sum-care-finder__eyebrow {
  display: inline-block;
  color: #34a7c8;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.sum-home-mobile-match .sum-care-finder__title {
  margin: 0;
  color: #1a2435;
  font-size: clamp(1.95rem, 3.6vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.sum-home-mobile-match .sum-care-finder__desc {
  max-width: 520px;
  margin: 0;
  color: #4c596e;
  line-height: 1.75;
  font-size: 0.99rem;
}
.sum-home-mobile-match .sum-care-row {
  display: grid;
  grid-template-columns: 206px 1fr;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 12px;
}
.sum-home-mobile-match .sum-care-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 13px;
  padding: 12px 14px;
  color: #fff;
  background: linear-gradient(180deg, #31a8dd 0%, #1e4da9 100%);
  box-shadow: 0 10px 24px rgba(17, 50, 95, 0.14);
}
.sum-home-mobile-match .sum-care-label strong {
  font-size: 1.9rem;
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.005em;
}
.sum-home-mobile-match .sum-care-label a {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}
.sum-home-mobile-match .sum-care-slider-wrap {
  position: relative;
  border: 1px solid rgba(17, 50, 95, 0.09);
  border-radius: 13px;
  padding: 10px 54px 10px 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 50, 95, 0.06);
  overflow: hidden;
}
.sum-home-mobile-match .sum-care-slider-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 100%;
  border-left: 1px solid rgba(17, 50, 95, 0.08);
  background: linear-gradient(180deg, #fdfefe 0%, #f7f9fc 100%);
  border-radius: 0 13px 13px 0;
  pointer-events: none;
}
.sum-home-mobile-match .sum-care-slider .sum-care-chip {
  margin: 0 8px 0 0;
  border: 1px solid rgba(17, 50, 95, 0.1);
  border-radius: 10px;
  padding: 10px 10px 9px;
  background: #fff;
  min-height: 78px;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.sum-home-mobile-match .sum-care-slider .sum-care-chip:hover {
  border-color: rgba(52, 167, 200, 0.42);
  box-shadow: 0 6px 14px rgba(17, 50, 95, 0.08);
  transform: translateY(-1px);
}
.sum-home-mobile-match .sum-care-chip i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-bottom: 5px;
  color: #34a7c8;
  background: rgba(52, 167, 200, 0.12);
}
.sum-home-mobile-match .sum-care-chip span {
  display: block;
  color: #24324a;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.2;
}
.sum-home-mobile-match .sum-care-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #c3cbd8;
  transform: translateY(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s ease;
}
.sum-home-mobile-match .sum-care-arrow:hover {
  color: #7a879d;
}
.sum-home-mobile-match .sum-care-arrow.prev {
  right: 9px;
  top: calc(50% - 12px);
  transform: translateY(-50%);
}
.sum-home-mobile-match .sum-care-arrow.next {
  right: 9px;
  top: calc(50% + 12px);
  transform: translateY(-50%);
}
.sum-home-mobile-match .sum-care-arrow.slick-disabled {
  color: #dde3ec;
  cursor: default;
}
.sum-home-mobile-match .sum-care-slider .slick-track {
  display: flex;
  will-change: transform;
}
.sum-home-mobile-match .sum-care-slider .slick-slide {
  height: inherit;
}
.sum-home-mobile-match .sum-care-slider .slick-slide > div {
  height: 100%;
}
.sum-home-mobile-match .sum-care-slider .slick-list {
  margin-right: 0;
  padding-right: 0;
}
.sum-home-mobile-match .sum-care-slider .sum-care-chip {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 8px);
  text-decoration: none;
}
@media (max-width: 991px) {
  .sum-home-mobile-match .sum-care-finder {
    padding-left: 6px;
    padding-right: 6px;
  }
  .sum-home-mobile-match .sum-care-row {
    grid-template-columns: 190px 1fr;
  }
  .sum-home-mobile-match .sum-care-label strong {
    font-size: 1.05rem;
  }
  .sum-home-mobile-match .sum-care-slider-wrap {
    padding-right: 12px;
  }
  .sum-home-mobile-match .sum-care-slider-wrap::after {
    display: none;
  }
  .sum-home-mobile-match .sum-care-arrow {
    display: none !important;
  }
}

@media (max-width: 991px) {
  body.sum-home-mobile-match {
    background: #f6f8fc;
  }
  .sum-home-mobile-match .space,
  .sum-home-mobile-match .space-top,
  .sum-home-mobile-match .space-bottom {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .sum-home-mobile-match .container-style8,
  .sum-home-mobile-match .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .sum-home-mobile-match .sum-header-premium .sum-header-shell {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .sum-home-mobile-match .sum-hero-v8 {
    padding-top: 0;
    margin-top: 0;
  }
  .sum-home-mobile-match .service-box-eight,
  .sum-home-mobile-match .service-card9,
  .sum-home-mobile-match .testi-style3,
  .sum-home-mobile-match .blog-style8,
  .sum-home-mobile-match .contact-box {
    border-radius: 12px !important;
    box-shadow: 0 8px 20px rgba(17, 50, 95, 0.08) !important;
    overflow: hidden;
  }
  .sum-home-mobile-match .title-area-three {
    margin-bottom: 14px !important;
  }
  .sum-home-mobile-match .sec-title-eight,
  .sum-home-mobile-match .sec-title4 {
    font-size: clamp(1.15rem, 5vw, 1.45rem) !important;
    line-height: 1.25;
  }
  .sum-home-mobile-match .about-section-eight .about-content-eight {
    padding: 0;
  }
  .sum-home-mobile-match .main-section .service-card9 .service-content-eight {
    min-height: 120px;
  }
  .sum-home-mobile-match .team-section-ten .row,
  .sum-home-mobile-match .vs-blog-wrapper-eight .row {
    row-gap: 14px;
  }
  .sum-home-mobile-match .testimonial-section-eight {
    padding-top: 24px !important;
  }
  .sum-home-mobile-match .sum-footer {
    margin-top: 18px;
  }
  .sum-home-mobile-match .sum-footer__main {
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .sum-home-mobile-match .service-section-ten .outer-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .sum-home-mobile-match .service-section-ten .service-block-ten {
    min-height: 188px;
    padding: 16px 10px 14px;
    border-radius: 12px;
  }
  .sum-home-mobile-match .service-section-ten .ser-icon-ten img {
    width: 40px;
    height: 40px;
  }
  .sum-home-mobile-match .service-section-ten .ser-content-ten .title {
    font-size: 1.05rem;
  }
  .sum-home-mobile-match .service-section-ten .ser-content-ten span {
    font-size: 0.75rem;
  }
  .sum-home-mobile-match .sum-care-finder__top {
    flex-direction: column;
    gap: 8px;
  }
  .sum-home-mobile-match .sum-care-finder__desc {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .sum-home-mobile-match .sum-care-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sum-home-mobile-match .sum-care-label {
    padding: 12px 14px;
  }
  .sum-home-mobile-match .sum-care-label strong {
    font-size: 1.14rem;
  }
  .sum-home-mobile-match .sum-care-slider-wrap {
    padding: 8px;
  }
  .sum-home-mobile-match .sum-care-slider .sum-care-chip {
    min-height: 78px;
    border-radius: 10px;
    padding: 9px 8px 8px;
  }
  .sum-home-mobile-match .sum-care-chip i {
    width: 26px;
    height: 26px;
    margin-bottom: 4px;
    font-size: 0.78rem;
  }
  .sum-home-mobile-match .sum-care-chip span {
    font-size: 0.73rem;
    line-height: 1.2;
  }
  .sum-home-mobile-match .sum-care-arrow {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .sum-home-mobile-match .sum-care-finder {
    padding-top: 0;
    border-radius: 14px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .sum-home-mobile-match .sum-care-finder__title {
    font-size: 1.62rem;
    line-height: 1.15;
  }
  .sum-home-mobile-match .sum-care-finder__desc {
    font-size: 0.84rem;
    line-height: 1.5;
  }
  .sum-home-mobile-match .sum-care-row {
    margin-bottom: 10px;
  }
  .sum-home-mobile-match .sum-care-label {
    border-radius: 12px;
  }
  .sum-home-mobile-match .sum-care-label a {
    font-size: 0.7rem;
    padding: 5px 10px;
  }
  .sum-home-mobile-match .sum-care-slider .sum-care-chip {
    min-height: 72px;
  }
  .sum-home-mobile-match .service-section-ten .outer-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sum-home-mobile-match .service-section-ten .service-block-ten {
    min-height: 172px;
  }
  .sum-home-mobile-match .service-section-ten .ser-content-ten .title--phone {
    font-size: clamp(0.72rem, 3.2vw, 0.95rem);
  }
}

/* Extra responsive hardening for index.html */
@media (max-width: 1199px) {
  .sum-home-mobile-match .sum-header-actions.sum-ref-header-actions {
    gap: 10px;
  }
  .sum-home-mobile-match .sum-emergency-topbar__number {
    font-size: 13px;
  }
  .sum-home-mobile-match .sum-hero-copy p {
    max-width: 520px;
  }
  .sum-home-mobile-match .service-section-nine .sum-care-finder__title {
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  }
}

@media (max-width: 991px) {
  .sum-home-mobile-match .sum-header-premium .sum-header-shell {
    min-height: 74px;
  }
  .sum-home-mobile-match .sum-hero-v8 .banner-content > img,
  .sum-home-mobile-match .sum-hero-v8 .banner-content > .sum-hero-banner-img {
    min-height: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
  }
  .sum-home-mobile-match .sum-hero-copy {
    padding-top: 14px;
    padding-bottom: 16px;
  }
  .sum-home-mobile-match .sum-hero-copy h1 {
    font-size: clamp(1.45rem, 6vw, 2rem);
    line-height: 1.2;
  }
  .sum-home-mobile-match .sum-hero-copy p {
    font-size: 0.92rem;
    line-height: 1.5;
    max-width: 100%;
  }
  .sum-home-mobile-match .doc-container {
    display: none;
  }
  .sum-home-mobile-match .service-section-eight .row > [class*="col-"] {
    margin-bottom: 10px;
  }
  .sum-home-mobile-match .about-section-eight .about-img-eight img {
    width: 100%;
    height: auto;
  }
  .sum-home-mobile-match .skills-section .skill-img {
    margin-top: 16px;
  }
  .sum-home-mobile-match .service-section-nine .sum-care-finder__title {
    font-size: clamp(1.4rem, 6vw, 1.9rem);
  }
  .sum-home-mobile-match .service-section-nine .sum-care-label strong {
    font-size: 1.05rem;
  }
  .sum-home-mobile-match .service-section-nine .sum-care-row {
    gap: 8px;
  }
  .sum-home-mobile-match .team-section-ten .team-card-ten .team-img-ten img {
    width: 100%;
    height: auto;
  }
  .sum-home-mobile-match .review-section .map-img {
    margin-top: 18px;
  }
  .sum-home-mobile-match .contact-info-section-two .outer-box {
    padding: 16px 12px;
  }
}

@media (max-width: 767px) {
  .sum-home-mobile-match .sum-header-tool--book {
    padding: 8px 12px;
    font-size: 11px;
  }
  .sum-home-mobile-match .sum-header-topbar-mobile {
    padding: 0;
  }
  .sum-home-mobile-match .sum-hero-side-arrows {
    padding: 0 8px;
  }

  .sum-home-mobile-match .sum-hero-side-arrows .sum-hero-slick-arrow--side {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .sum-home-mobile-match .sum-hero-side-arrows .sum-hero-slick-arrow--side i {
    font-size: 15px;
    line-height: 40px;
  }
  .sum-home-mobile-match .service-section-nine .sum-care-chip span {
    font-size: 0.7rem;
  }
  .sum-home-mobile-match .service-section-ten .service-block-ten {
    min-height: 154px;
  }
  .sum-home-mobile-match .service-section-ten .ser-content-ten .title {
    font-size: 0.96rem;
    line-height: 1.2;
  }
  .sum-home-mobile-match .service-section-ten .ser-content-ten span {
    font-size: 0.7rem;
  }
}

/* Mission / Vision redesign block */
.sum-about-revamp .sum-about-media {
  position: relative;
  min-height: 470px;
  padding-right: 26px;
}
.sum-about-revamp .sum-about-media__img {
  margin: 0;
  overflow: hidden;
  border-radius: 110px 110px 14px 14px;
  box-shadow: 0 16px 38px rgba(15, 39, 73, 0.14);
}
.sum-about-revamp .sum-about-media__img img {
  display: block;
  width: 100%;
  height: auto;
}
.sum-about-revamp .sum-about-media--single {
  min-height: 0;
  padding-right: 0;
}
.sum-about-revamp .sum-about-media__img--full {
  width: min(100%, 700px);
  position: static;
  border-radius: 0;
  box-shadow: none;
}
.sum-about-revamp .sum-about-media__img--one {
  width: min(47%, 300px);
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 1;
}
.sum-about-revamp .sum-about-media__img--two {
  width: min(59%, 382px);
  position: absolute;
  right: 0;
  top: 64px;
  z-index: 2;
}
.sum-about-revamp .sum-about-vision-card {
  position: absolute;
  left: 21%;
  bottom: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 355px;
  min-height: 86px;
  padding: 14px 16px 12px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #0f356f 0%, #1f4f91 100%);
  box-shadow: 0 12px 30px rgba(17, 50, 95, 0.25);
}
.sum-about-revamp .sum-about-vision-card__icon {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #16cbe8;
}
.sum-about-revamp .sum-about-vision-card__icon img {
  width: 28px;
  height: 28px;
}
.sum-about-revamp .sum-about-vision-card h6 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.sum-about-revamp .sum-about-vision-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  line-height: 1.45;
}
.sum-about-revamp .sum-about-content-card {
  max-width: 509px;
  margin-left: auto;
  padding: 30px 24px 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(17, 50, 95, 0.08);
  box-shadow: 0 8px 20px rgba(15, 39, 73, 0.07);
}
.sum-about-revamp .sum-about-content-card p {
  color: #4c5b72;
  line-height: 1.72;
}
.sum-about-revamp .sum-about-content-card .lead {
  color: #3b4a63;
}
.sum-about-revamp .sum-about-mission-box {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.sum-about-revamp .sum-about-mission-box .icon-box {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 203, 232, 0.12);
}
.sum-about-revamp .sum-about-mission-box .icon-box img {
  width: 24px;
  height: 24px;
}
.sum-about-revamp .sum-about-mission-box .content-box .h6 {
  color: #2a3850;
  letter-spacing: 0.06em;
}
.sum-about-revamp .sum-about-mission-box .content-box p {
  margin: 0;
}
.sum-about-revamp .sum-about-content-card .btn-style8.v9 {
  min-width: 144px;
  min-height: 44px;
  line-height: 44px;
  border-radius: 999px;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 700;
  background: linear-gradient(180deg, #309c5a 0%, #084b22 100%);
  color: #fff !important;
  border: 0;
}

@media (max-width: 1199px) {
  .sum-about-revamp .sum-about-media {
    min-height: 412px;
    padding-right: 8px;
  }
  .sum-about-revamp .sum-about-vision-card {
    left: 12%;
    max-width: 330px;
  }
}
@media (max-width: 991px) {
  .sum-about-revamp .sum-about-media {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-right: 0;
  }
  .sum-about-revamp .sum-about-media__img--one,
  .sum-about-revamp .sum-about-media__img--two {
    position: static;
    width: 100%;
  }
  .sum-about-revamp .sum-about-vision-card {
    position: static;
    margin-top: 10px;
    grid-column: 1 / -1;
    max-width: 100%;
  }
  .sum-about-revamp .sum-about-content-card {
    margin-top: 14px;
    max-width: 100%;
  }
  .sum-about-revamp .sum-about-media__img--full {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sum-about-revamp .sum-about-media {
    grid-template-columns: 1fr;
  }
  .sum-about-revamp .sum-about-media__img {
    border-radius: 16px;
  }
  .sum-about-revamp .sum-about-media__img--full {
    border-radius: 0;
  }
  .sum-about-revamp .sum-about-content-card {
    padding: 18px 14px 14px;
  }
  .sum-about-revamp .sum-about-vision-card {
    padding: 12px 12px;
  }
  .sum-about-revamp .sum-about-vision-card__icon {
    width: 44px;
    height: 44px;
  }
  .sum-about-revamp .sum-about-vision-card h6 {
    font-size: 0.88rem;
  }
  .sum-about-revamp .sum-about-vision-card p {
    font-size: 0.8rem;
  }
}

/* Department page */
.sum-department-page {
  background: #f6f8fc;
  color: #203047;
}
.sum-department-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0 8px 24px rgba(10, 29, 54, 0.08);
}
.sum-department-header__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.sum-department-logo img {
  width: 112px;
  height: auto;
}
.sum-department-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sum-department-nav a {
  color: #1f3558;
  font-weight: 700;
  font-size: 0.95rem;
}
.sum-department-nav a[aria-current="page"] {
  color: #2b58a4;
}
.sum-department-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #14c8e7 0%, #0a8fd6 100%);
}
.sum-department-hero {
  padding: 56px 0 28px;
}
.sum-department-eyebrow {
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2f95d3;
  font-weight: 700;
}
.sum-department-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 2.7vw, 2.7rem);
  color: #112a4a;
}
.sum-department-intro {
  margin: 0;
  max-width: 760px;
  color: #4f617e;
  font-size: 1rem;
}
.sum-department-listing {
  padding: 12px 0 70px;
}

.sum-doctor-dept-section {
  margin-top: 44px;
  scroll-margin-top: 120px;
}

.sum-doctor-dept-section:first-child {
  margin-top: 0;
}

.sum-doctor-dept-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-bottom: 24px;
  padding: 18px 22px;
  background: linear-gradient(105deg, #eef3fa 0%, #f2f8f4 55%, #eef6f1 100%);
  border: 1px solid rgba(38, 74, 130, 0.16);
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(21, 39, 78, 0.09);
  position: relative;
  overflow: hidden;
}
.sum-doctor-dept-section__header::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #264a82 0%, #309c5a 100%);
}

.sum-doctor-dept-section__title {
  margin: 0;
  padding-left: 6px;
  flex: 1 1 12rem;
  min-width: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  color: #112a4a;
  letter-spacing: -0.02em;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  overflow-wrap: anywhere;
}
.sum-doctor-dept-section__title.doc-tab--section {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: color 0.2s ease;
}
.sum-doctor-dept-section__title.doc-tab--section:hover {
  color: #264a82;
}

.sum-doctor-dept-section__count {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #264a82 0%, #2d7a4e 100%);
  padding: 9px 18px;
  border-radius: 999px;
  border: none;
  box-shadow: 0 4px 14px rgba(38, 74, 130, 0.28);
  letter-spacing: 0.01em;
}
@media (max-width: 767.98px) {
  .sum-doctor-dept-section__header {
    padding: 14px 16px;
    margin-bottom: 18px;
    border-radius: 12px;
  }
  .sum-doctor-dept-section__title,
  .sum-doctor-dept-section__title.doc-tab--section {
    font-size: 1.2rem;
  }
  .sum-doctor-dept-section__count {
    font-size: 0.84rem;
    padding: 7px 13px;
  }
}
.sum-department-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.sum-department-item {
  position: relative;
  isolation: isolate;
  background: #fff;
  border: 1px solid rgba(13, 49, 92, 0.1);
  border-radius: 14px;
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(11, 31, 61, 0.06);
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
  animation: sumDeptCardIn 0.52s ease forwards;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.sum-department-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(35, 198, 229, 0.1), rgba(45, 80, 158, 0.08));
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: -1;
}
.sum-department-item:hover {
  transform: translateY(-6px);
  border-color: rgba(43, 88, 164, 0.3);
  box-shadow: 0 16px 36px rgba(20, 44, 84, 0.16);
}
.sum-department-item:hover::after {
  opacity: 1;
}
.sum-department-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #1e4f92;
  background: linear-gradient(180deg, rgba(35, 198, 229, 0.22), rgba(35, 198, 229, 0.1));
}
.sum-department-item__content {
  min-width: 0;
  flex: 1 1 auto;
}
.sum-department-item__content small {
  display: block;
  margin-top: 2px;
  color: #57709a;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.sum-department-item__arrow {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2b58a4;
  background: rgba(43, 88, 164, 0.12);
  flex-shrink: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.sum-department-item:hover .sum-department-item__arrow {
  transform: translateX(3px);
  background: rgba(43, 88, 164, 0.2);
}
.sum-department-item h3 {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.35;
  color: #173152;
  font-weight: 700;
}
@keyframes sumDeptCardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .sum-department-header__inner {
    min-height: 74px;
    flex-wrap: wrap;
    padding: 12px 0;
  }
  .sum-department-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
  }
  .sum-department-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .sum-department-book {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.78rem;
  }
  .sum-department-nav a {
    font-size: 0.82rem;
  }
  .sum-department-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sum-department-item {
    min-height: 72px;
    border-radius: 10px;
    padding: 12px 14px;
  }
  .sum-department-item__icon {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }
  .sum-department-item h3 {
    font-size: 0.88rem;
  }
  .sum-department-item__content small {
    font-size: 0.68rem;
  }
}

/* Care sciences pillars (home facilities intro) */
.sum-care-sciences {
  position: relative;
  margin: 0 auto 36px;
  max-width: 980px;
  padding: 28px 28px 32px;
  background: #f3f6f8;
  border-radius: 0 24px 24px 24px;
  border-top: 6px solid #0d6e7a;
  box-shadow: 0 12px 40px rgba(15, 45, 75, 0.06);
}
.sum-care-sciences__hub {
  position: absolute;
  top: -18px;
  right: 24px;
  margin: 0;
  padding: 10px 22px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(15, 45, 75, 0.1);
  color: #1a3550;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.sum-care-sciences__grid {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(220px, 0.95fr);
  grid-template-rows: auto auto;
  gap: 22px 28px;
  align-items: center;
}
.sum-care-sciences__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}
a.sum-care-sciences__item:hover {
  transform: translateY(-2px);
}
.sum-care-sciences__item--aside {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
}
.sum-care-sciences__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(165deg, #3ea2cf 0%, #1a4a7a 100%);
  color: #fff;
  font-size: 1.35rem;
  box-shadow: 0 6px 16px rgba(26, 74, 122, 0.25);
}
.sum-care-sciences__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.sum-care-sciences__label {
  font-size: 1.05rem;
  font-weight: 700;
  color: #243648;
  line-height: 1.25;
}
.sum-care-sciences__text {
  font-size: 0.82rem;
  line-height: 1.45;
  color: #5a6d82;
}
@media (max-width: 991px) {
  .sum-care-sciences__grid {
    grid-template-columns: 1fr 1fr;
  }
  .sum-care-sciences__item--aside {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (max-width: 575px) {
  .sum-care-sciences {
    padding: 52px 18px 24px;
    border-radius: 0 18px 18px 18px;
  }
  .sum-care-sciences__hub {
    left: 18px;
    right: 18px;
    top: -14px;
    text-align: center;
    font-size: 0.88rem;
  }
  .sum-care-sciences__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .sum-care-sciences__text {
    display: none;
  }
}

/* Facilities tabs section (screenshot style) */
.sum-facilities-tabs-section {
  background: #edf4f7;
  position: relative;
  overflow: hidden;
}
.sum-facilities-tabs-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 12%, rgba(55, 127, 185, 0.11) 0, rgba(55, 127, 185, 0.04) 19%, transparent 45%),
    radial-gradient(circle at 88% 6%, rgba(62, 162, 207, 0.16) 0, transparent 7%);
  pointer-events: none;
}
.sum-facilities-head {
  margin-bottom: 30px;
}
.sum-facilities-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #4c5e76;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}
.sum-facilities-head h2 {
  margin: 0;
  color: #112a4a;
  font-size: clamp(2.1rem, 3.7vw, 3.25rem);
  letter-spacing: -0.01em;
}
.sum-facilities-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 400px 380px 1fr;
  align-items: center;
  gap: 0;
  min-height: 520px;
  max-width: 1040px;
  margin: 0 auto;
}
.sum-facilities-hub {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 4;
  margin: 0;
  padding: 10px 22px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(15, 45, 75, 0.12);
  color: #1a3550;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.sum-facilities-left {
  position: relative;
  z-index: 3;
  padding: 12px 12px 14px;
  border-radius: 10px 10px 98px 10px;
  background: #264a82;
  box-shadow: 0 14px 30px rgba(17, 50, 95, 0.2);
  max-height: 520px;
  overflow: auto;
  scrollbar-width: thin;
}
.sum-facility-tab {
  width: 100%;
  border: 0;
  margin: 0 0 6px;
  min-height: 46px;
  padding: 10px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  transition: background-color 0.25s ease, transform 0.2s ease;
}
.sum-facility-tab:last-child {
  margin-bottom: 0;
}
.sum-facility-tab i {
  color: #d4e8ff;
  font-size: 0.9rem;
}
.sum-facility-tab:hover {
  background: rgba(255, 255, 255, 0.16);
}
.sum-facility-tab.is-active {
  background: #309c5a;
  transform: translateX(0);
  box-shadow: 0 8px 18px rgba(11, 88, 119, 0.32);
}
.sum-facilities-center {
  position: relative;
  z-index: 4;
  margin-left: -162px;
}
.sum-facilities-circle-wrap {
  width: 390px;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  border: 4px solid #309c5a;
  overflow: hidden;
  background: #fff;
  box-shadow:
    0 0 0 12px rgba(35, 194, 223, 0.22),
    0 18px 36px rgba(17, 50, 95, 0.2);
}
.sum-facilities-circle-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sum-facilities-icon {
  position: absolute;
    top: 4%;
    right: 122px;
    width: 96px;
    height: 96px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: #fff;
    background: #309c5a;
    border: 4px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 16px 34px rgba(14, 53, 102, 0.32);
    z-index: 6;
}
.sum-facilities-icon::after {
  content: "+";
  position: absolute;
  right: -18px;
  top: -8px;
  color: #309c5a;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.sum-facilities-right {
  margin-left: -190px;
}
.sum-facility-panel {
  min-height: 385px;
    border-radius: 10px;
    background: #fff;
    padding: 40px 44px 34px 100px;
    box-shadow: 0 14px 36px rgba(17, 50, 95, 0.09);
}
.sum-facility-panel h3 {
  margin: 0 0 10px;
  color: #112a4a;
  font-size: clamp(1.58rem, 2vw, 1.92rem);
  letter-spacing: -0.01em;
}
.sum-facility-panel p {
  color: #556983;
  font-size: 0.98rem;
  line-height: 1.68;
  margin: 0 0 18px;
  max-width: 96%;
}
.sum-facility-panel ul {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
.sum-facility-panel li {
  position: relative;
  padding-left: 20px;
  color: #253752;
  margin: 0 0 11px;
  font-size: 0.99rem;
  line-height: 1.45;
}
.sum-facility-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #2f9858;
}
.sum-facility-panel a {
  color: #102a4f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 0.96rem;
  text-decoration-thickness: 2px;
}
@media (max-width: 1199px) {
  .sum-facilities-layout {
    grid-template-columns: 320px 290px 1fr;
    min-height: 460px;
    max-width: none;
  }
  .sum-facilities-right {
    margin-left: -96px;
  }
  .sum-facilities-circle-wrap {
    width: 320px;
    box-shadow:
      0 0 0 8px rgba(35, 194, 223, 0.16),
      0 12px 24px rgba(17, 50, 95, 0.16);
  }
  .sum-facilities-icon {
    width: 88px;
    height: 88px;
    font-size: 1.6rem;
    right: -4px;
  }
  .sum-facilities-icon::after {
    right: -14px;
    top: -6px;
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .sum-facilities-layout {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
  }
  .sum-facilities-left {
    border-radius: 10px;
  }
  .sum-facility-tab.is-active {
    transform: none;
  }
  .sum-facilities-center {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
  .sum-facilities-icon {
    right: 8%;
    width: 76px;
    height: 76px;
    font-size: 1.6rem;
  }
  .sum-facilities-icon::after {
    right: -14px;
    top: -4px;
    font-size: 1.35rem;
  }
  .sum-facilities-right {
    margin-left: 0;
  }
  .sum-facility-panel {
    min-height: 0;
    padding: 28px 24px;
  }
}
@media (max-width: 575px) {
  .sum-facilities-head {
    margin-bottom: 18px;
  }
  .sum-facility-tab {
    font-size: 0.86rem;
    padding: 10px 11px;
  }
  .sum-facilities-circle-wrap {
    width: min(88vw, 300px);
    border-width: 4px;
    box-shadow:
      0 0 0 6px rgba(35, 194, 223, 0.15),
      0 10px 20px rgba(17, 50, 95, 0.14);
  }
  .sum-facilities-icon {
    width: 62px;
    height: 62px;
    font-size: 1.2rem;
    right: 8%;
  }
  .sum-facilities-icon::after {
    right: -10px;
    top: -3px;
    font-size: 1.05rem;
  }
  .sum-facility-panel p,
  .sum-facility-panel li {
    font-size: 0.92rem;
  }
}

/* Footer Instagram feed */
.sum-footer-instafeed {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.sum-footer-instafeed__title {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}
.sum-footer-instafeed__title i {
  margin-right: 6px;
  color: #309c5a;
}
.sum-footer-instafeed__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.sum-footer-instafeed__grid a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sum-footer-instafeed__grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
.sum-footer-instafeed__grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

/* Sticky quick actions: Emergency + Appointment */
.sum-quick-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-animation: sumCtaDockIn 0.55s ease-out both;
          animation: sumCtaDockIn 0.55s ease-out both;
}
.sum-quick-cta__btn {
  position: relative;
  overflow: hidden;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 10px 26px rgba(16, 30, 56, 0.3);
          box-shadow: 0 10px 26px rgba(16, 30, 56, 0.3);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
}
.sum-quick-cta__btn::before {
  content: "";
  position: absolute;
  top: -140%;
  left: -30%;
  width: 46%;
  height: 280%;
  background: rgba(255, 255, 255, 0.34);
  -webkit-transform: rotate(26deg) translateX(-140%);
          transform: rotate(26deg) translateX(-140%);
  pointer-events: none;
}
.sum-quick-cta__btn:hover {
  color: #fff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 14px 30px rgba(16, 30, 56, 0.34);
          box-shadow: 0 14px 30px rgba(16, 30, 56, 0.34);
  -webkit-filter: brightness(1.06);
          filter: brightness(1.06);
}
.sum-quick-cta__btn:hover::before {
  -webkit-animation: sumCtaShine 0.95s ease-out;
          animation: sumCtaShine 0.95s ease-out;
}
.sum-quick-cta__btn:active {
  -webkit-transform: translateY(0) scale(0.985);
          transform: translateY(0) scale(0.985);
  -webkit-filter: brightness(0.98);
          filter: brightness(0.98);
}
.sum-quick-cta__btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 2px;
}
.sum-quick-cta__btn i {
  -webkit-transition: -webkit-transform 0.24s ease;
  transition: -webkit-transform 0.24s ease;
  transition: transform 0.24s ease;
  transition: transform 0.24s ease, -webkit-transform 0.24s ease;
}
.sum-quick-cta__btn--emergency i {
  -webkit-animation: sumCtaPhoneRing 1.25s ease-in-out infinite;
          animation: sumCtaPhoneRing 1.25s ease-in-out infinite;
  -webkit-transform-origin: 60% 60%;
          transform-origin: 60% 60%;
}
.sum-quick-cta__btn--book i {
  -webkit-animation: sumCtaCalendarBounce 1.7s ease-in-out infinite;
          animation: sumCtaCalendarBounce 1.7s ease-in-out infinite;
}
.sum-quick-cta__btn:hover i {
  -webkit-transform: translateX(1px) scale(1.08);
          transform: translateX(1px) scale(1.08);
}

/* Departments mega-menu overlay (reference: 4-col white panel) */
.sum-header-v8 .sum-ref-main-nav li.sum-dept-mega-parent {
  position: static;
}
.sum-header-v8 .sum-ref-main-nav .sum-dept-mega-dropdown {
  width: min(1080px, calc(100vw - 40px));
  max-height: none;
  overflow: visible;
  padding: 0 !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  border: none;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.sum-header-v8 .sum-ref-main-nav .sum-dept-mega-dropdown:before {
  display: none;
}
.sum-header-v8 .sum-ref-main-nav .sum-dept-mega-panel {
  display: block;
  margin: 0;
  padding: 0;
}
.sum-dept-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 36px 40px 32px;
}
.sum-dept-mega-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 20px;
  border-right: none;
}
.sum-dept-mega-col:first-child {
  padding-left: 0;
}
.sum-dept-mega-col:last-child {
  padding-right: 0;
  border-right: none;
}
.sum-dept-mega-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 8px;
  border-radius: 4px;
  text-decoration: none !important;
  color: #4d4d4d !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  transition: background 0.15s ease, color 0.15s ease;
}
.sum-dept-mega-item:hover {
  background: #f2f2f2;
  color: #333333 !important;
}
.sum-dept-mega-item__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a390b8;
  font-size: 16px;
}
.sum-dept-mega-item--featured .sum-dept-mega-item__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0089a7;
  color: #fff;
  font-size: 13px;
  box-shadow: none;
}
.sum-dept-mega-item__label {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 8px;
}
.sum-dept-mega-item__chevron {
  flex-shrink: 0;
  margin-left: auto;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.7;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.sum-dept-mega-item:hover .sum-dept-mega-item__chevron {
  color: #4d4d4d;
  opacity: 1;
  transform: translateX(2px);
}
.sum-dept-mega-all {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px 18px;
  font-size: 13px;
  font-weight: 700;
  color: var(--theme-color) !important;
  text-decoration: none !important;
  border-top: 1px solid #ebebeb;
  background: #fafafa;
}
.sum-dept-mega-all:hover {
  background: #f2f2f2;
}
.sum-header-v8 .sum-ref-main-nav .sum-dept-mega-dropdown li {
  margin: 0;
  padding: 0;
}
.sum-header-v8 .sum-ref-main-nav .sum-dept-mega-dropdown .sum-dept-mega-item {
  padding-left: 10px;
}
.sum-header-v8 .sum-ref-main-nav .sum-dept-mega-dropdown .sum-dept-mega-item:before {
  display: none !important;
}
@media (max-width: 1199px) {
  .sum-dept-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px 20px 20px;
  }
  .sum-dept-mega-col {
    padding: 0 14px;
  }
  .sum-dept-mega-col:nth-child(3),
  .sum-dept-mega-col:nth-child(4) {
    padding-top: 12px;
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  .sum-header-v8 .sum-ref-main-nav .sum-dept-mega-dropdown {
    width: min(520px, 92vw);
    left: auto;
    right: 0;
    transform: none;
  }
}

/* Mobile departments: vertical list inside drawer */
.sum-mobile-nav-panel.vs-mobile-menu .sum-dept-dropdown,
.sum-mobile-nav-panel.vs-mobile-menu .vs-submenu {
  display: none;
  max-height: min(70vh, 420px);
  overflow-y: auto;
  padding: 8px 0 12px;
  margin: 0;
  scrollbar-width: thin;
  background: #f5f6f8;
  border-radius: 10px;
}
.sum-mobile-nav-panel.vs-mobile-menu .sum-dept-mega-dropdown {
  width: 100%;
  transform: none;
  background: #ffffff;
}
.sum-mobile-nav-panel.vs-mobile-menu .sum-dept-mega-panel {
  padding: 0;
}
.sum-mobile-nav-panel.vs-mobile-menu .sum-dept-mega-grid {
  display: block;
  padding: 8px 12px 4px;
}
.sum-mobile-nav-panel.vs-mobile-menu .sum-dept-mega-col {
  border: none;
  padding: 0;
  gap: 0;
}
.sum-mobile-nav-panel.vs-mobile-menu .sum-dept-mega-item {
  padding: 10px 8px;
  font-size: 13px;
}
.sum-mobile-nav-panel.vs-mobile-menu .sum-dept-mega-all {
  margin: 0 12px 8px;
  border-radius: 8px;
  border: none;
  padding: 10px 12px;
}
.sum-mobile-nav-panel.vs-mobile-menu .sum-dept-dropdown li,
.sum-mobile-nav-panel.vs-mobile-menu .vs-submenu li {
  display: block;
  float: none;
  border-bottom: none;
}
.sum-mobile-nav-panel.vs-mobile-menu .sum-dept-dropdown li a:not(.sum-dept-mega-item):not(.sum-dept-mega-all),
.sum-mobile-nav-panel.vs-mobile-menu .vs-submenu li a {
  padding: 10px 0 !important;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  border: none;
  border-radius: 0;
}
.sum-mobile-nav-panel.vs-mobile-menu .menu-item-has-children.vs-active > .sum-dept-dropdown,
.sum-mobile-nav-panel.vs-mobile-menu .menu-item-has-children.vs-active > .vs-submenu {
  display: block;
}
.sum-quick-cta__btn--emergency {
  background: linear-gradient(135deg, #f04462 0%, #cf2e4c 100%);
  -webkit-animation: sumCtaEmergencyPulse 2.35s ease-in-out infinite;
          animation: sumCtaEmergencyPulse 2.35s ease-in-out infinite;
}
.sum-quick-cta__btn--book {
  background: linear-gradient(135deg, #19cbeb 0%, #0f8fcb 100%);
}
@media (max-width: 767px) {
  .sum-quick-cta {
    right: 10px;
    left: 10px;
    bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
  .sum-quick-cta__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 44px;
    font-size: 12px;
    padding: 10px 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sum-quick-cta,
  .sum-quick-cta__btn,
  .sum-quick-cta__btn::before,
  .sum-quick-cta__btn i {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes sumCtaDockIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(18px) scale(0.97);
            transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes sumCtaDockIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(18px) scale(0.97);
            transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes sumCtaShine {
  from {
    -webkit-transform: rotate(26deg) translateX(-140%);
            transform: rotate(26deg) translateX(-140%);
  }
  to {
    -webkit-transform: rotate(26deg) translateX(280%);
            transform: rotate(26deg) translateX(280%);
  }
}
@keyframes sumCtaShine {
  from {
    -webkit-transform: rotate(26deg) translateX(-140%);
            transform: rotate(26deg) translateX(-140%);
  }
  to {
    -webkit-transform: rotate(26deg) translateX(280%);
            transform: rotate(26deg) translateX(280%);
  }
}
@-webkit-keyframes sumCtaEmergencyPulse {
  0%, 100% {
    -webkit-box-shadow: 0 10px 26px rgba(16, 30, 56, 0.3), 0 0 0 0 rgba(240, 68, 98, 0.52);
            box-shadow: 0 10px 26px rgba(16, 30, 56, 0.3), 0 0 0 0 rgba(240, 68, 98, 0.52);
  }
  70% {
    -webkit-box-shadow: 0 12px 28px rgba(16, 30, 56, 0.32), 0 0 0 12px rgba(240, 68, 98, 0);
            box-shadow: 0 12px 28px rgba(16, 30, 56, 0.32), 0 0 0 12px rgba(240, 68, 98, 0);
  }
}
@keyframes sumCtaEmergencyPulse {
  0%, 100% {
    -webkit-box-shadow: 0 10px 26px rgba(16, 30, 56, 0.3), 0 0 0 0 rgba(240, 68, 98, 0.52);
            box-shadow: 0 10px 26px rgba(16, 30, 56, 0.3), 0 0 0 0 rgba(240, 68, 98, 0.52);
  }
  70% {
    -webkit-box-shadow: 0 12px 28px rgba(16, 30, 56, 0.32), 0 0 0 12px rgba(240, 68, 98, 0);
            box-shadow: 0 12px 28px rgba(16, 30, 56, 0.32), 0 0 0 12px rgba(240, 68, 98, 0);
  }
}

@-webkit-keyframes sumCtaPhoneRing {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
  }
  20% {
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
  }
  30% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  40% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@keyframes sumCtaPhoneRing {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
  }
  20% {
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
  }
  30% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  40% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@-webkit-keyframes sumCtaCalendarBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
@keyframes sumCtaCalendarBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

/* Inner pages: hero, cards, doctors, partners, packages */
.sum-page-hero {
  padding: 48px 0 36px;
  background: linear-gradient(135deg, #f3f8ff 0%, #ffffff 55%, #f7fafc 100%);
}

.sum-page-hero--dept {
  position: relative;
  background: linear-gradient(135deg, #e8f4ec 0%, #ffffff 60%, #f3f8ff 100%);
  overflow: hidden;
}

.sum-page-hero--dept::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--sum-dept-hero-image);
  background-size: cover;
  background-position: center;
  opacity: 0.14;
  pointer-events: none;
}

.sum-page-hero--dept .container-style8 {
  position: relative;
  z-index: 1;
}

.sum-page-hero--banner {
  position: relative;
  padding: 56px 0 40px;
  color: #fff;
  overflow: hidden;
  background: #1a3560;
}

.sum-page-hero--banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(26, 53, 96, 0.88) 0%, rgba(21, 39, 78, 0.78) 55%, rgba(48, 156, 90, 0.55) 100%),
    var(--sum-banner-image);
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.sum-page-hero--banner .container-style8 {
  position: relative;
  z-index: 1;
}

.sum-page-hero--banner .sum-department-eyebrow {
  color: #7ee8fd;
}

.sum-page-hero--banner h1 {
  color: #fff;
}

.sum-page-hero--banner .sum-department-intro {
  color: rgba(255, 255, 255, 0.92);
}

.sum-content-card {
  padding: 28px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 8px 24px rgba(21, 39, 78, 0.06);
}

.sum-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sum-check-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #4c5b72;
}

.sum-check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--theme-color);
}

.sum-dept-overview .col-lg-5 {
  display: flex;
}

.sum-dept-photo {
  margin: 0;
  flex: 1;
  width: 100%;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 8px 24px rgba(21, 39, 78, 0.06);
}

.sum-dept-photo img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  display: block;
}

.sum-doctor-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 10px 28px rgba(21, 39, 78, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sum-doctor-dept-section .row > .sum-doctor-item,
.sum-doctor-dept-section .row > [class*="col-"],
.row.g-4 > [class*="col-"].sum-doctor-item {
  display: flex;
}

.sum-doctor-card__img {
  position: relative;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background: linear-gradient(180deg, #e8f0fa 0%, #f4f8fc 55%, #ffffff 100%);
  overflow: hidden;
}

.sum-doctor-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  display: block;
}

.sum-doctor-card__body {
  padding: 14px 16px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.sum-doctor-card__body h2,
.sum-doctor-card__body .h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.4em;
  line-height: 1.25;
  font-size: 1.05rem;
}

.sum-doctor-card__dept {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 0.85rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 1.35em;
  line-height: 1.35;
}

.sum-doctor-card__qual {
  color: #6b7a92;
  font-size: 0.82rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 1.35em;
  line-height: 1.35;
}

.sum-doctor-card__bio {
  color: #4a5f7a;
  font-size: 0.82rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.9em;
  margin-top: auto;
}

.sum-doctors-banner {
  position: relative;
  padding: 56px 0 40px;
  color: #fff;
  overflow: hidden;
}

.sum-doctors-banner__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, rgba(38, 74, 130, 0.9) 0%, rgba(26, 53, 96, 0.86) 55%, rgba(48, 156, 90, 0.72) 120%),
    var(--sum-banner-image);
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.sum-doctors-banner__inner {
  position: relative;
  z-index: 1;
}

.sum-doctors-banner .sum-department-eyebrow {
  color: #7ee8fd;
}

.sum-doctors-banner h1 {
  color: #fff;
}

.sum-doctors-banner__intro {
  color: rgba(255, 255, 255, 0.9);
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.65;
}

.sum-doctor-search__wrap {
  display: flex;
  align-items: stretch;
  min-width: 0;
  width: 100%;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.sum-doctor-search__wrap .form-control {
  flex: 1 1 auto;
  min-width: 0;
  width: 1%;
  border: 0;
  padding: 14px 20px;
  border-radius: 0;
}

.sum-doctor-search__wrap button {
  flex: 0 0 auto;
  border: 0;
  background: var(--theme-color);
  color: #fff;
  padding: 0 22px;
}

.sum-doctors-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sum-dept-list-card {
  padding: 0;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 8px 22px rgba(21, 39, 78, 0.06);
  color: inherit !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  overflow: hidden;
}

.sum-dept-list-card__img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.sum-dept-list-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.sum-dept-list-card:hover .sum-dept-list-card__img img {
  transform: scale(1.04);
}

.sum-dept-list-card__badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(21, 39, 78, 0.72);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sum-dept-list-card h6,
.sum-dept-list-card p,
.sum-dept-list-card__link {
  margin-left: 22px;
  margin-right: 22px;
}

.sum-dept-list-card h6 {
  margin-top: 16px;
}

.sum-dept-list-card__link {
  display: inline-block;
  margin-bottom: 22px;
}

.sum-dept-list-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(21, 39, 78, 0.1);
}

.sum-dept-list-card h6 {
  color: var(--title-color);
}

.sum-dept-list-card__link {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 0.9rem;
}

.sum-partner-card {
  padding: 24px 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 8px 22px rgba(21, 39, 78, 0.06);
  height: 100%;
}

.sum-partner-card__logo {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.sum-partner-card__logo img {
  max-height: 56px;
  width: auto;
  max-width: 100%;
}

.sum-package-card {
  padding: 26px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 10px 28px rgba(21, 39, 78, 0.08);
  display: flex;
  flex-direction: column;
}

.sum-package-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.sum-package-card__price {
  font-weight: 800;
  color: var(--theme-color);
  white-space: nowrap;
}

.sum-highlight-card {
  padding: 22px;
  background: #fff;
  border-radius: 12px;
  border-left: 4px solid var(--theme-color);
  box-shadow: 0 8px 22px rgba(21, 39, 78, 0.06);
}

.sum-highlight-card h3 {
  color: var(--title-color);
}

.testimonial-section-eight.space {
  padding-bottom: 80px;
}

/*==============================
  SUM header — premium layout & placement
==============================*/
.sum-header-premium .sum-ref-topbar-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  flex-wrap: nowrap;
  padding: 2px 0;
}

.sum-header-premium .sum-ref-topbar-start {
  display: flex;
  align-items: center;
  gap: 10px 14px;
  flex-shrink: 0;
}

.sum-header-premium .sum-emergency-topbar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 14px 5px 8px;
  border-radius: 999px;
  text-decoration: none !important;
  background: linear-gradient(135deg, rgba(255, 91, 109, 0.22) 0%, rgba(230, 57, 70, 0.14) 100%);
  border: 1px solid rgba(255, 120, 135, 0.45);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sum-header-premium .sum-emergency-topbar:hover {
  background: linear-gradient(135deg, rgba(255, 91, 109, 0.32) 0%, rgba(230, 57, 70, 0.22) 100%);
  border-color: rgba(255, 160, 170, 0.7);
  transform: translateY(-1px);
}

.sum-header-premium .sum-emergency-topbar__icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5b6d 0%, #e63946 100%);
  color: #fff;
  font-size: 13px;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(230, 57, 70, 0.4);
}

.sum-header-premium .sum-emergency-topbar__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  white-space: nowrap;
}

.sum-header-premium .sum-emergency-topbar__label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 220, 224, 0.95);
}

.sum-header-premium .sum-emergency-topbar__number {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

.sum-header-topbar-mobile {
  background: linear-gradient(90deg, rgba(255, 91, 109, 0.18) 0%, rgba(30, 58, 109, 0.35) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sum-header-topbar-mobile .container-style8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sum-emergency-topbar--mobile {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 140, 150, 0.35);
}

.sum-emergency-topbar--mobile .sum-emergency-topbar__number {
  font-size: 14px;
}

.sum-header-premium .sum-ref-login-pill {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sum-header-premium .sum-ref-login-pill:hover {
  background: rgba(126, 232, 253, 0.18);
  border-color: rgba(126, 232, 253, 0.45);
  transform: translateY(-1px);
}

.sum-header-premium .sum-ref-meta--pill {
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sum-header-premium .sum-ref-topbar-center {
  flex: 1 1 auto;
  justify-content: center;
  gap: 8px 14px;
}

.sum-header-premium .sum-ref-social-top li a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease, transform 0.2s ease;
}

.sum-header-premium .sum-ref-social-top li a:hover {
  background: rgba(126, 232, 253, 0.25);
  transform: translateY(-2px);
}

.sum-header-premium .sum-header-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0 clamp(10px, 1.4vw, 20px);
  min-height: 100px;
  position: relative;
}

.sum-header-premium .header-main-eight {
  border-bottom: 1px solid rgba(126, 232, 253, 0.12);
}

.sum-header-premium .will-sticky .sticky-active {
  background: linear-gradient(105deg, #15274e 0%, #1e3a6d 52%, #1a4a72 100%) !important;
  top: 0 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sum-header-premium .sticky-wrap.will-sticky .sticky-active:not(.active) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.sum-header-premium .sum-header-brand {
  grid-column: 1;
  flex: 0 0 auto;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: clamp(14px, 1.6vw, 24px);
  margin-right: clamp(4px, 0.6vw, 10px);
}

.sum-header-premium .sum-header-brand::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: min(56px, 70%);
  background: linear-gradient(180deg, rgba(126, 232, 253, 0) 0%, rgba(126, 232, 253, 0.45) 50%, rgba(126, 232, 253, 0) 100%);
  pointer-events: none;
}

/* Integrated logo — no white “patch” */
.sum-header-premium .sum-header-logo-wrap--integrated {
  background: transparent !important;
  padding: 10px 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.sum-header-premium .sum-header-logo-wrap--integrated::before {
  display: none !important;
  content: none !important;
}

.sum-header-premium .sum-header-logo-link {
  display: block;
  line-height: 0;
  padding: 4px 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sum-header-premium .sum-header-logo-link:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.sum-header-premium .sum-header-logo-wrap.header8-logo {
  padding: 10px 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.sum-header-premium .sum-header-nav {
  grid-column: 2;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px clamp(4px, 1vw, 14px) 12px clamp(6px, 0.8vw, 12px);
}

.sum-header-premium .sum-header-actions {
  grid-column: 3;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  align-self: center;
  gap: 0;
  margin-left: 0;
  padding-left: clamp(6px, 0.8vw, 12px);
  z-index: 4;
  position: relative;
  background: transparent;
}

.sum-header-premium .sum-header-logo-img {
  width: clamp(140px, 12vw, 210px) !important;
  max-width: 210px;
  height: auto !important;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.22));
}

.sum-header-premium .sum-header-nav__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.sum-header-premium .sum-header-nav__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: clamp(2px, 0.35vw, 6px);
}

.sum-header-premium .sum-header-nav__row--main > li {
  margin: 0 !important;
}

.sum-header-premium .sum-header-nav__row--main > li > a {
  position: relative;
  display: block;
  padding: 4px clamp(5px, 0.6vw, 10px) !important;
  white-space: nowrap;
  font-size: clamp(13.5px, 0.88vw, 16.5px) !important;
  font-weight: 700 !important;
  line-height: 1.35;
  color: #fff !important;
}

.sum-header-premium .sum-header-nav__row--main > li > a:hover {
  color: #7ee8fd !important;
}

.sum-header-premium .sum-header-nav__row--main > li > a.sum-nav-active,
.sum-header-premium .sum-header-nav__row--main > li.sum-nav-item--active > a {
  color: #fff !important;
}

.sum-header-premium .sum-header-nav__row--main > li.menu-item-has-children > a::after {
  color: #fff;
  opacity: 0.95;
}

.sum-header-premium .sum-header-nav__row--main > li:not(.menu-item-has-children) > a::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -2px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #5ddef4, #3ec9e4);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.sum-header-premium .sum-header-nav__row--main > li:not(.menu-item-has-children) > a:hover::after,
.sum-header-premium .sum-header-nav__row--main > li:not(.menu-item-has-children) > a.sum-nav-active::after {
  transform: scaleX(1);
}

.sum-header-premium .sum-header-nav__row--main > li.menu-item-has-children.sum-nav-item--active > a {
  box-shadow: inset 0 -2px 0 #5ddef4;
}

.sum-header-premium .sum-header-nav__row--highlights {
  gap: 10px;
  padding-top: 2px;
}

.sum-header-premium .sum-nav-highlight {
  margin: 0 !important;
  list-style: none;
}

.sum-header-premium .sum-nav-highlight__link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 8px 18px !important;
  border-radius: 999px;
  font-size: clamp(12.5px, 0.78vw, 14.5px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sum-header-premium .sum-nav-highlight__link i {
  font-size: 14px;
  color: #7ee8fd;
}

.sum-header-premium .sum-nav-highlight__link:hover {
  color: #fff !important;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(126, 232, 253, 0.65);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.sum-header-premium .sum-nav-highlight--active .sum-nav-highlight__link {
  background: rgba(93, 222, 244, 0.28);
  color: #fff !important;
  border-color: rgba(126, 232, 253, 0.75);
  box-shadow: 0 4px 18px rgba(62, 201, 228, 0.35);
}

.sum-header-premium .sum-nav-highlight--active .sum-nav-highlight__link i {
  color: #fff;
}

.sum-header-premium .sum-nav-highlight:nth-child(2) .sum-nav-highlight__link {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
}

.sum-header-premium .sum-nav-highlight:nth-child(2) .sum-nav-highlight__link i {
  color: #7ee8fd;
}

.sum-header-premium .sum-nav-highlight:nth-child(2) .sum-nav-highlight__link:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(126, 232, 253, 0.6);
}

.sum-header-premium .sum-nav-highlight:nth-child(2).sum-nav-highlight--active .sum-nav-highlight__link {
  background: rgba(93, 222, 244, 0.28);
  border-color: rgba(126, 232, 253, 0.75);
}

.sum-header-premium .sum-nav-highlight:nth-child(2).sum-nav-highlight--active .sum-nav-highlight__link i {
  color: #fff;
}

.sum-header-premium .sum-book-cta--premium {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  height: auto !important;
  line-height: 1.2 !important;
  padding: 15px 24px !important;
  border-radius: 999px !important;
  margin-left: 0 !important;
  font-size: 15px !important;
}

.sum-header-premium .sum-book-cta--premium i {
  font-size: 17px;
}

.sum-header-premium .sum-header-mobile-actions {
  grid-column: 3;
  display: flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  margin-left: auto;
  padding-left: 4px;
}

.sum-header-premium .sum-header-tools {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  margin-left: auto;
  padding-left: 4px;
}

.sum-header-premium .sum-header-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sum-header-premium .sum-header-tool--call {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #7ee8fd;
  font-size: 16px;
}

.sum-header-premium .sum-header-tool--book {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0d1b3f;
  background: linear-gradient(135deg, #5ddef4 0%, #3ec9e4 100%);
  box-shadow: 0 4px 14px rgba(62, 201, 228, 0.4);
}

.sum-header-premium .sum-header-tool:hover {
  transform: translateY(-1px);
}

.sum-header-premium .sum-header-menu-btn {
  position: static !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #5ddef4 0%, #3ec9e4 100%);
  color: #0d1b3f;
  font-size: 18px;
  box-shadow: 0 4px 14px rgba(62, 201, 228, 0.4);
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .sum-header-premium .sum-header-shell {
    grid-template-columns: auto 1fr auto;
    min-height: 82px;
    gap: 8px 10px;
  }

  .sum-header-premium .sum-header-menu-btn {
    display: inline-flex !important;
  }

  .sum-header-premium .sum-header-logo-wrap.header8-logo,
  .sum-header-premium .sum-header-logo-wrap--integrated {
    padding: 8px 0 !important;
  }

  .sum-header-premium .sum-header-brand::after {
    height: 40px;
  }

  .sum-header-premium .sum-header-logo-img {
    width: 128px !important;
    max-width: 128px;
  }
}

@media (min-width: 992px) {
  .sum-header-premium .sum-header-mobile-actions {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sum-header-premium .sum-emergency-topbar__number {
    font-size: 12px;
  }

  .sum-header-premium .sum-header-shell {
    min-height: 96px;
    gap: 0 8px;
  }

  .sum-header-premium .sum-header-nav {
    padding-right: 4px;
  }

  .sum-header-premium .sum-header-nav__row--main {
    flex-wrap: wrap;
    row-gap: 2px;
  }

  .sum-header-premium .sum-header-nav__row--highlights {
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .sum-header-premium .sum-header-nav__row--main > li > a {
    font-size: 12.5px !important;
    padding: 3px 6px !important;
  }

  .sum-header-premium .sum-book-cta--premium span {
    font-size: 12px;
  }

  .sum-header-premium .sum-book-cta--premium {
    padding: 11px 14px !important;
    gap: 8px;
    white-space: nowrap;
  }

  .sum-header-premium .sum-nav-highlight__link {
    padding: 6px 12px !important;
    font-size: 11px !important;
  }

  .sum-header-premium .sum-ref-social-top li {
    padding-right: 7px;
    padding-left: 7px;
  }

  .sum-header-premium .sum-ref-social-top li a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .sum-header-premium .sum-header-nav__row--main > li > a {
    font-size: 14px !important;
    padding: 4px 7px !important;
  }

  .sum-header-premium .sum-book-cta--premium {
    padding: 13px 18px !important;
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) {
  .sum-header-premium .sum-header-shell {
    min-height: 112px;
  }

  .sum-header-premium .sum-header-nav__row--main > li > a {
    font-size: 16px !important;
  }

  .sum-header-premium .sum-nav-highlight__link {
    font-size: 14.5px !important;
    padding: 9px 20px !important;
  }

  .sum-header-premium .sum-header-logo-img {
    width: 198px !important;
    max-width: 198px;
  }
}

.sum-header-v8 .sum-ref-main-nav .sum-dept-dropdown:not(.sum-dept-mega-dropdown) {
  left: auto;
  right: 0;
}

.sum-header-v8 .sum-ref-main-nav .sum-dept-dropdown:before {
  display: none;
}

@media (min-width: 992px) {
  .sum-header-v8 .sum-ref-main-nav li.menu-item-has-children:hover > .sum-dept-dropdown {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 20;
  }
}

/* Mobile drawer */
.vs-menu-wrapper .vs-menu-area.sum-mobile-menu-theme {
  text-align: left;
  max-width: min(92vw, 380px);
  border-right: none;
  box-shadow: 12px 0 40px rgba(15, 30, 60, 0.22);
}

.vs-menu-wrapper .vs-menu-area.sum-mobile-menu-theme:before {
  display: none;
}

.sum-mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 22px 0;
  background: linear-gradient(165deg, #27477d 0%, #1a3158 100%);
}

.sum-mobile-drawer-logo img,
.sum-mobile-drawer-logo__img {
  max-height: 88px;
  width: auto;
  max-width: min(300px, 84vw);
  height: auto;
  display: block;
}

.sum-mobile-drawer-close.vs-menu-toggle {
  position: static;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.sum-mobile-drawer-close.vs-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.28);
}

.sum-mobile-drawer-tagline {
  margin: 0;
  padding: 10px 22px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(165deg, #27477d 0%, #1a3158 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sum-mobile-nav-panel.vs-mobile-menu {
  max-height: calc(100vh - 240px);
  margin-top: 8px;
  padding-bottom: 20px;
}

.sum-mobile-nav-panel.vs-mobile-menu > ul {
  padding: 0 22px;
}

.sum-mobile-nav-panel.vs-mobile-menu > ul > li {
  border-bottom-color: #e8eef5;
}

.sum-mobile-nav-panel.vs-mobile-menu > ul > li > a {
  font-size: 15px;
  font-weight: 600;
  padding: 15px 0;
  color: #1a2d4d;
  border-radius: 8px;
}

.sum-mobile-nav-panel.vs-mobile-menu > ul > li > a.sum-nav-active {
  color: #0e7fa0;
  background: linear-gradient(90deg, rgba(93, 222, 244, 0.18), transparent);
  padding-left: 10px;
  margin-left: -10px;
  padding-right: 10px;
}

.sum-mobile-nav-panel.vs-mobile-menu > ul > li > a:before {
  color: #3ec9e4;
}

.sum-mobile-nav-actions {
  margin: 20px 28px 0;
  padding-top: 18px;
  border-top: 1px solid #e8eef5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sum-mobile-nav-actions__call,
.sum-mobile-nav-actions__book,
.sum-mobile-nav-actions__login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
}

.sum-mobile-nav-actions__call {
  color: #27477d !important;
  background: #f0f6fc;
  border: 1px solid rgba(39, 71, 125, 0.15);
}

.sum-mobile-nav-actions__book {
  color: #0d1b3f !important;
  background: linear-gradient(135deg, #5ddef4 0%, #3ec9e4 100%);
  box-shadow: 0 4px 14px rgba(62, 201, 228, 0.35);
}

.sum-mobile-nav-actions__login {
  color: #fff !important;
  background: linear-gradient(180deg, #1e3a6d 0%, #27477d 100%);
}

.sum-mobile-nav-actions__call:hover {
  background: #e4eef8;
}

.sum-mobile-nav-actions__book:hover,
.sum-mobile-nav-actions__login:hover {
  filter: brightness(1.05);
  color: inherit !important;
}

.sum-header-premium .sum-ref-main-nav .sum-dept-mega-dropdown {
  border-radius: 0;
  border: none;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.sum-header-premium .sum-ref-main-nav .sum-dept-mega-item {
  font-weight: 500;
  color: #4d4d4d !important;
}

.sum-header-premium .sum-ref-main-nav .sum-dept-mega-item:hover {
  color: #333333 !important;
}

.sum-header-premium .sum-ref-main-nav .sum-dept-mega-all {
  color: var(--theme-color) !important;
}

.sum-mobile-nav-panel.vs-mobile-menu .sum-dept-mega-all {
  display: flex;
}

/* Mobile menu: featured highlights + section labels */
.sum-mobile-nav-panel .sum-mobile-nav-section-label {
  padding: 14px 0 6px !important;
  margin-top: 4px;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a8fa8 !important;
  border-bottom: none !important;
  pointer-events: none;
}

.sum-mobile-nav-panel .sum-mobile-nav-section-label:first-child {
  margin-top: 0;
  padding-top: 4px !important;
}

.sum-mobile-nav-panel .sum-mobile-nav-section-label::before {
  display: none !important;
}

.sum-mobile-nav-panel .sum-nav-highlight {
  border-bottom: none !important;
  margin-bottom: 4px;
}

.sum-mobile-nav-panel .sum-nav-highlight__link {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 14px 16px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #0d1b3f !important;
  background: linear-gradient(135deg, #ffe566 0%, #ffc93d 50%, #f5a623 100%) !important;
  box-shadow: 0 4px 14px rgba(245, 166, 35, 0.3);
}

.sum-mobile-nav-panel .sum-nav-highlight__link::before {
  display: none !important;
}

.sum-mobile-nav-panel .sum-nav-highlight:nth-child(3) .sum-nav-highlight__link {
  background: linear-gradient(135deg, #b8f5e8 0%, #5ddea8 50%, #2cb67d 100%) !important;
  box-shadow: 0 4px 14px rgba(44, 182, 125, 0.28);
}

.sum-mobile-nav-panel .sum-nav-highlight--active .sum-nav-highlight__link {
  background: linear-gradient(135deg, #5ddef4 0%, #3ec9e4 100%) !important;
  color: #0a2540 !important;
  box-shadow: 0 4px 16px rgba(62, 201, 228, 0.4);
}

.sum-mobile-nav-panel .sum-nav-highlight__link i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.45);
  font-size: 14px;
}

/* Doctor profile — modal + full page */
.sum-doctor-card--link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  color: inherit;
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  cursor: pointer;
}

.sum-doctor-card--link:hover {
  transform: translateY(-6px);
  border-color: rgba(62, 201, 228, 0.45);
  box-shadow: 0 18px 40px rgba(21, 39, 78, 0.14);
}

.sum-doctor-card__view {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #27477d;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 14px rgba(21, 39, 78, 0.12);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sum-doctor-card--link:hover .sum-doctor-card__view {
  opacity: 1;
  transform: translateY(0);
}

body.sum-doctor-modal-open {
  overflow: hidden;
}

.sum-doctor-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.sum-doctor-modal.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.sum-doctor-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 30, 60, 0.72);
  backdrop-filter: blur(4px);
}

.sum-doctor-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  max-height: min(92vh, 900px);
  transform: translateY(16px) scale(0.98);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.sum-doctor-modal.is-open .sum-doctor-modal__dialog {
  transform: translateY(0) scale(1);
}

.sum-doctor-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #27477d;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(21, 39, 78, 0.15);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sum-doctor-modal__close:hover {
  background: #27477d;
  color: #fff;
  transform: rotate(90deg);
}

.sum-doctor-modal__panel {
  max-height: min(92vh, 900px);
  overflow-y: auto;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 30, 60, 0.35);
}

.sum-doctor-profile--modal {
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

/* Doctor profile — full page banner */
.sum-dprofile-banner {
  position: relative;
  padding: 28px 0 100px;
  background: linear-gradient(125deg, #0f1f3d 0%, #1e3a6d 42%, #1a5c7a 100%);
  overflow: hidden;
}

.sum-dprofile-banner__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(93, 222, 244, 0.35) 0%, transparent 45%),
    radial-gradient(circle at 85% 20%, rgba(48, 156, 90, 0.25) 0%, transparent 40%);
  pointer-events: none;
}

.sum-dprofile-banner__inner {
  position: relative;
  z-index: 1;
}

.sum-dprofile-banner .sum-breadcrumb {
  margin-bottom: 14px;
}

.sum-dprofile-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #27477d !important;
  background: #fff;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sum-dprofile-back:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  color: #0f8fcb !important;
}

.sum-dprofile-main {
  margin-top: -72px;
}

/* Profile card — page + modal */
.sum-doctor-profile--page {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 30, 60, 0.14);
  border: 1px solid rgba(39, 71, 125, 0.08);
}

.sum-doctor-profile__hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.sum-doctor-profile__hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #15274e 0%, #27477d 50%, #1d6b8a 100%);
}

.sum-doctor-profile__hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(93, 222, 244, 0.2), transparent),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(48, 156, 90, 0.15), transparent);
}

.sum-doctor-profile__hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 300px) 1fr;
  gap: 32px;
  align-items: end;
  padding: 32px 36px 36px;
}

.sum-doctor-profile--modal .sum-doctor-profile__hero-grid {
  padding-top: 52px;
}

.sum-doctor-profile__photo-wrap {
  position: relative;
}

.sum-doctor-profile__photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  border: 4px solid rgba(255, 255, 255, 0.25);
}

.sum-doctor-profile__photo img {
  width: 100%;
  height: auto;
  max-height: 420px;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: top center;
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.sum-doctor-profile--modal .sum-doctor-profile__photo img {
  max-height: 320px;
}

.sum-doctor-profile__verified {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #27477d;
  background: #fff;
  box-shadow: 0 8px 20px rgba(21, 39, 78, 0.2);
  white-space: nowrap;
}

.sum-doctor-profile__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.sum-doctor-profile__badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0d1b3f !important;
  background: linear-gradient(135deg, #a8f0fc 0%, #5ddef4 100%);
  text-decoration: none !important;
  transition: transform 0.2s ease;
}

.sum-doctor-profile__badge:hover {
  transform: scale(1.03);
}

.sum-doctor-profile__name {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
}

.sum-doctor-profile__qual {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.sum-doctor-profile__qual i {
  margin-right: 8px;
  color: #7ee8fd;
}

.sum-doctor-profile__tagline {
  margin: 0 0 20px;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
}

.sum-doctor-profile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sum-doctor-profile__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sum-doctor-profile__btn--primary {
  color: #0d1b3f !important;
  background: linear-gradient(135deg, #5ddef4 0%, #3ec9e4 100%);
  box-shadow: 0 8px 22px rgba(62, 201, 228, 0.45);
}

.sum-doctor-profile__btn--outline {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.sum-doctor-profile__btn--ghost {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.15);
}

.sum-doctor-profile__btn:hover {
  transform: translateY(-2px);
}

.sum-doctor-profile__content {
  padding: 0;
}

.sum-doctor-profile--page .sum-doctor-profile__content {
  padding: 0 0 8px;
}

.sum-doctor-profile--modal .sum-doctor-profile__content {
  padding: 0 24px 24px;
}

.sum-doctor-profile__highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(39, 71, 125, 0.1);
}

.sum-doctor-profile__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 24px;
  border-right: 1px solid rgba(39, 71, 125, 0.08);
}

.sum-doctor-profile__highlights li:last-child {
  border-right: none;
}

.sum-doctor-profile__highlight-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 18px;
  color: #27477d;
  background: linear-gradient(135deg, #e8f4fc 0%, #d4eef8 100%);
}

.sum-doctor-profile__highlight-text {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #4a5f7a;
}

.sum-doctor-profile__highlight-text strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7f96;
  margin-bottom: 4px;
}

.sum-doctor-profile__layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 36px;
  padding: 32px 36px 36px;
}

.sum-doctor-profile--modal .sum-doctor-profile__layout {
  display: block;
  padding: 20px 0 0;
}

.sum-doctor-profile__heading {
  margin: 0 0 14px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #1a2d4d;
}

.sum-doctor-profile__bio {
  margin: 0 0 24px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4a5f7a;
}

.sum-doctor-profile__bio-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px 22px;
  align-items: start;
  margin: 0 0 28px;
  padding: 24px 26px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 10px 32px rgba(21, 39, 78, 0.06);
}

.sum-doctor-profile__bio-panel {
  margin: 0 0 28px;
}

.sum-doctor-profile__bio-sections {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sum-doctor-profile__bio-section {
  padding: 20px 22px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff 0%, #f7fafd 100%);
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 8px 24px rgba(21, 39, 78, 0.05);
}

.sum-doctor-profile__bio-section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(39, 71, 125, 0.08);
}

.sum-doctor-profile__bio-section-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(145deg, #3ec9e4 0%, #27477d 100%);
  box-shadow: 0 6px 16px rgba(39, 71, 125, 0.2);
}

.sum-doctor-profile__bio-section-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1a2d4d;
  line-height: 1.3;
}

.sum-doctor-profile__bio-section-body {
  min-width: 0;
}

.sum-doctor-profile__bio-subtitle {
  margin: 18px 0 10px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #27477d;
}

.sum-doctor-profile__bio-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.sum-doctor-profile__bio-list li {
  position: relative;
  padding: 10px 12px 10px 34px;
  border-radius: 10px;
  font-size: 0.96rem;
  line-height: 1.5;
  color: #3d5470;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(39, 71, 125, 0.08);
}

.sum-doctor-profile__bio-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 1.05em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3ec9e4 0%, #309c5a 100%);
  transform: translateY(-50%);
}

.sum-doctor-profile__bio-section--availability {
  background: linear-gradient(145deg, #f0faf4 0%, #ffffff 100%);
  border-color: rgba(48, 156, 90, 0.18);
}

.sum-doctor-profile__bio-section--availability .sum-doctor-profile__bio-section-icon {
  background: linear-gradient(145deg, #45c975 0%, #2d7a4e 100%);
}

.sum-doctor-profile__bio-section--expertise .sum-doctor-profile__bio-list {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.sum-doctor-profile--modal .sum-doctor-profile__bio-sections {
  gap: 12px;
}

.sum-doctor-profile--modal .sum-doctor-profile__bio-section {
  padding: 16px 18px;
}

.sum-doctor-profile__bio-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #3ec9e4 0%, #27477d 100%);
  color: #fff;
  font-size: 1.15rem;
}

.sum-doctor-profile__bio-body {
  min-width: 0;
}

.sum-doctor-profile__bio-p {
  margin: 0 0 14px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a5f7a;
}

.sum-doctor-profile__bio-p:last-child {
  margin-bottom: 0;
}

.sum-doctor-profile__bio-p--lead {
  font-size: 1.12rem;
  color: #2d4566;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .sum-doctor-profile__bio-card,
  .sum-doctor-profile__bio-panel {
    margin-bottom: 22px;
  }

  .sum-doctor-profile__bio-section {
    padding: 16px 14px;
  }

  .sum-doctor-profile__bio-section--expertise .sum-doctor-profile__bio-list {
    grid-template-columns: 1fr;
  }
}

.sum-doctor-profile__care-box {
  padding: 22px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f0f7fc 0%, #e8f4fa 100%);
  border: 1px solid rgba(62, 201, 228, 0.2);
}

.sum-doctor-profile__care-title {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 800;
  color: #27477d;
}

.sum-doctor-profile__care-title i {
  margin-right: 8px;
  color: #3ec9e4;
}

.sum-doctor-profile__care-list {
  margin: 0;
  padding: 0 0 0 20px;
  color: #4a5f7a;
  line-height: 1.7;
}

.sum-doctor-profile__care-list li {
  margin-bottom: 6px;
}

.sum-doctor-profile__sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
}

.sum-doctor-profile__cta-card {
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(160deg, #1e3a6d 0%, #27477d 100%);
  color: #fff;
  margin-bottom: 16px;
  box-shadow: 0 14px 36px rgba(30, 58, 109, 0.25);
}

.sum-doctor-profile__cta-label {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.sum-doctor-profile__cta-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
}

.sum-doctor-profile__cta-card > p {
  margin: 0 0 18px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.sum-doctor-profile__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  margin-bottom: 10px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  color: #0d1b3f !important;
  background: linear-gradient(135deg, #5ddef4 0%, #3ec9e4 100%);
  text-decoration: none !important;
  transition: transform 0.2s ease;
}

.sum-doctor-profile__cta-btn:hover {
  transform: translateY(-2px);
}

.sum-doctor-profile__cta-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none !important;
}

.sum-doctor-profile__facts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sum-doctor-profile__sidebar .sum-doctor-profile__facts li {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(39, 71, 125, 0.1);
}

.sum-doctor-profile__sidebar .sum-doctor-profile__facts li:last-child {
  border-bottom: none;
}

.sum-doctor-profile__sidebar .sum-doctor-profile__facts i {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
  color: #27477d;
  background: #f0f6fc;
}

.sum-doctor-profile__sidebar .sum-doctor-profile__facts strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7f96;
  margin-bottom: 2px;
}

.sum-doctor-profile__sidebar .sum-doctor-profile__facts span,
.sum-doctor-profile__sidebar .sum-doctor-profile__facts a {
  font-size: 0.95rem;
  font-weight: 700;
  color: #27477d !important;
  text-decoration: none !important;
}

.sum-doctor-profile__sidebar .sum-doctor-profile__facts a:hover {
  color: #0f8fcb !important;
}

.sum-doctor-profile__facts--inline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.sum-doctor-profile__facts--inline li {
  padding: 14px 16px;
  border-radius: 12px;
  background: #f4f8fc;
  border: 1px solid rgba(39, 71, 125, 0.08);
}

.sum-doctor-profile__facts--inline strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7f96;
  margin-bottom: 4px;
}

.sum-doctor-profile__facts--inline span {
  font-size: 0.95rem;
  font-weight: 700;
  color: #27477d;
}

.sum-doctor-profile__permalink {
  margin: 0;
  padding: 0 24px 20px;
  font-size: 0.9rem;
  text-align: center;
}

.sum-doctor-profile__permalink a {
  font-weight: 700;
  color: #27477d !important;
}

/* Related doctors */
.sum-dprofile-related {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(39, 71, 125, 0.12);
}

.sum-dprofile-related__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.sum-dprofile-related__head h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #1a2d4d;
}

.sum-dprofile-related__head a {
  font-size: 14px;
  font-weight: 700;
  color: #27477d !important;
  text-decoration: none !important;
}

.sum-dprofile-related__head a:hover {
  color: #0f8fcb !important;
}

.sum-dprofile-related-card {
  display: flex;
  gap: 16px;
  height: 100%;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sum-dprofile-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(62, 201, 228, 0.4);
  box-shadow: 0 14px 32px rgba(21, 39, 78, 0.1);
}

.sum-dprofile-related-card__img {
  flex-shrink: 0;
  width: 80px;
  aspect-ratio: 3 / 4;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #e8f0fa 0%, #f4f8fc 100%);
}

.sum-dprofile-related-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.sum-dprofile-related-card__body h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 800;
  color: #1a2d4d;
}

.sum-dprofile-related-card__body p {
  margin: 0 0 8px;
  font-size: 12px;
  color: #6b7f96;
}

.sum-dprofile-related-card__link {
  font-size: 12px;
  font-weight: 700;
  color: #27477d;
}

@media (max-width: 991px) {
  .sum-doctor-profile__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sum-doctor-profile__highlights li:nth-child(2) {
    border-right: none;
  }

  .sum-doctor-profile__layout {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .sum-doctor-profile__sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .sum-dprofile-banner {
    padding: 20px 0 88px;
  }

  .sum-dprofile-main {
    margin-top: -60px;
  }

  .sum-doctor-profile__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .sum-doctor-profile__btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .sum-doctor-profile__hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px 28px;
  }

  .sum-doctor-profile--modal .sum-doctor-profile__hero-grid {
    padding-top: 48px;
  }

  .sum-doctor-profile__photo img {
    max-height: 300px;
  }

  .sum-doctor-profile__highlights {
    grid-template-columns: 1fr;
  }

  .sum-doctor-profile__highlights li {
    border-right: none;
    border-bottom: 1px solid rgba(39, 71, 125, 0.08);
  }

  .sum-doctor-profile__facts--inline {
    grid-template-columns: 1fr;
  }

  .sum-doctor-modal {
    padding: 10px;
  }

  .sum-doctor-modal__panel {
    border-radius: 16px;
  }

  .sum-doctor-profile--modal .sum-doctor-profile__content {
    padding: 0 18px 18px;
  }
}

/* ==============================
   Healthcare Partners page
   ============================== */
.sum-hp-partner-card--classic {
  width: 100%;
  min-height: 168px;
  padding: 22px 16px 18px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 4px 18px rgba(21, 39, 78, 0.06);
}
.sum-hp-partner-card--classic:hover {
  transform: none;
  border-color: rgba(39, 71, 125, 0.14);
  box-shadow: 0 8px 24px rgba(21, 39, 78, 0.08);
}
.sum-hp-partner-card--classic .sum-hp-partner-card__logo {
  min-height: 78px;
  margin-bottom: 12px;
  padding: 4px 8px;
}
.sum-hp-partner-card--classic .sum-hp-partner-card__logo img {
  max-height: 64px;
  filter: none;
}
.sum-hp-partner-card--classic h4 {
  min-height: calc(0.9rem * 1.4 * 3);
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a2d4d;
  line-height: 1.4;
}
.sum-hp-partner-card--classic .sum-hp-partner-card__initial {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #264a82;
  background: #f3f6fa;
}

.sum-hp-hero {
  position: relative;
  padding: 36px 0 56px;
  color: #fff;
  background: linear-gradient(125deg, #0f1f3d 0%, #1e3a6d 48%, #1a6b8a 100%);
  overflow: hidden;
}
.sum-hp-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(125deg, rgba(15, 31, 61, 0.88) 0%, rgba(30, 58, 109, 0.82) 48%, rgba(26, 107, 138, 0.78) 100%),
    var(--sum-banner-image);
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

body.sum-partners-page .sum-hp-hero__bg {
  opacity: 0.4;
  background-image:
    radial-gradient(circle at 15% 85%, rgba(93, 222, 244, 0.4) 0%, transparent 42%),
    radial-gradient(circle at 90% 15%, rgba(48, 156, 90, 0.3) 0%, transparent 38%);
  background-size: auto;
}
.sum-hp-hero__inner {
  position: relative;
  z-index: 1;
}
/* Breadcrumbs (heroes + inner pages) */
.sum-breadcrumb {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.4;
}
.sum-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sum-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.sum-breadcrumb__item:not(:last-child)::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  opacity: 0.75;
  margin-left: 2px;
}
.sum-breadcrumb__link {
  text-decoration: none !important;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.sum-breadcrumb__link:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.sum-breadcrumb__current {
  font-weight: 700;
}
.sum-breadcrumb--dark {
  display: inline-block;
  max-width: 100%;
  padding: 8px 14px;
  border-radius: 10px;
  background: rgba(8, 22, 48, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.sum-breadcrumb--dark .sum-breadcrumb__link {
  color: rgba(255, 255, 255, 0.92) !important;
}
.sum-breadcrumb--dark .sum-breadcrumb__link:hover {
  color: #7ee8fd !important;
}
.sum-breadcrumb--dark .sum-breadcrumb__current {
  color: #fff;
}
.sum-breadcrumb--dark .sum-breadcrumb__item:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.55);
}
.sum-breadcrumb--light {
  display: inline-block;
  max-width: 100%;
  padding: 8px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(26, 53, 96, 0.12);
  box-shadow: 0 4px 16px rgba(21, 39, 78, 0.08);
}
.sum-breadcrumb--light .sum-breadcrumb__link {
  color: #1e4a8a !important;
}
.sum-breadcrumb--light .sum-breadcrumb__link:hover {
  color: #309c5a !important;
}
.sum-breadcrumb--light .sum-breadcrumb__current {
  color: #15274e;
}
.sum-breadcrumb--light .sum-breadcrumb__item:not(:last-child)::after {
  color: rgba(21, 39, 78, 0.45);
}
.sum-breadcrumb--inline {
  padding: 0 0 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(39, 71, 125, 0.12);
}
.sum-breadcrumb--inline .sum-breadcrumb__link {
  color: #1e4a8a !important;
}
.sum-breadcrumb--inline .sum-breadcrumb__link:hover {
  color: #309c5a !important;
}
.sum-breadcrumb--inline .sum-breadcrumb__current {
  color: #5a6b85;
}
.sum-breadcrumb--inline .sum-breadcrumb__item:not(:last-child)::after {
  color: rgba(21, 39, 78, 0.35);
}
.sum-hp-breadcrumb,
.sum-pkg-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}
.sum-hp-breadcrumb a,
.sum-pkg-breadcrumb a {
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none !important;
}
.sum-hp-breadcrumb a:hover,
.sum-pkg-breadcrumb a:hover {
  color: #7ee8fd !important;
}
.sum-hp-breadcrumb span:last-child,
.sum-pkg-breadcrumb span:last-child {
  color: #fff;
}
.sum-hp-hero__eyebrow,
.sum-pkg-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7ee8fd;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.sum-hp-hero h1,
.sum-pkg-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
}
.sum-hp-hero__intro,
.sum-pkg-hero__intro {
  margin: 0;
  max-width: 58ch;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}
.sum-hp-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.sum-hp-stat {
  padding: 18px 14px;
  text-align: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
}
.sum-hp-stat__value {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.sum-hp-stat__label {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.75);
}
.sum-hp-benefits {
  margin-top: -28px;
  padding-bottom: 48px;
  position: relative;
  z-index: 2;
}
.sum-hp-benefit {
  height: 100%;
  padding: 22px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.08);
  box-shadow: 0 12px 32px rgba(21, 39, 78, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sum-hp-benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(21, 39, 78, 0.12);
}
.sum-hp-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  font-size: 18px;
  color: #0e7fa0;
  background: linear-gradient(135deg, rgba(93, 222, 244, 0.25), rgba(62, 201, 228, 0.12));
}
.sum-hp-benefit h2 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #1a2d4d;
}
.sum-hp-benefit p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5a6d85;
}
.sum-hp-section-head,
.sum-pkg-section-head {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}
.sum-hp-section-head h2,
.sum-pkg-section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #1a2d4d;
}
.sum-hp-section-head p,
.sum-pkg-section-head p {
  margin: 0;
  color: #5a6d85;
  font-size: 1rem;
  line-height: 1.6;
}
.sum-hp-segment {
  margin-bottom: 48px;
}
.sum-hp-segment:last-child {
  margin-bottom: 0;
}
.sum-hp-segment__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding: 20px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f3f8ff 0%, #fff 100%);
  border: 1px solid rgba(39, 71, 125, 0.1);
}
.sum-hp-segment__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 22px;
  color: #fff;
  background: linear-gradient(135deg, #3ec9e4 0%, #0e7fa0 100%);
  box-shadow: 0 8px 20px rgba(14, 127, 160, 0.3);
}
.sum-hp-segment__head h3 {
  margin: 0 0 4px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a2d4d;
}
.sum-hp-segment__head p {
  margin: 0;
  font-size: 0.92rem;
  color: #5a6d85;
  line-height: 1.5;
}
.sum-hp-segment__head > div {
  flex: 1 1 200px;
  min-width: 0;
}
.sum-hp-segment__count {
  margin-left: auto;
  align-self: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #0e7fa0;
  background: rgba(62, 201, 228, 0.15);
  white-space: nowrap;
}
.sum-hp-partner-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px 18px;
  text-align: center;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.08);
  box-shadow: 0 8px 24px rgba(21, 39, 78, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.sum-hp-partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(62, 201, 228, 0.35);
  box-shadow: 0 16px 36px rgba(21, 39, 78, 0.1);
}
.sum-hp-partner-card__logo {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px;
}
.sum-hp-partner-card__logo img {
  max-height: 52px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.15);
  transition: filter 0.2s ease;
}
.sum-hp-partner-card:hover .sum-hp-partner-card__logo img {
  filter: grayscale(0);
}
.sum-hp-partner-card h4 {
  margin: 0;
  flex: 1 1 auto;
  min-height: calc(0.92rem * 1.35 * 3);
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a2d4d;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sum-hp-segment .row > [class*="col-"],
.sum-pkg-partners .row > [class*="col-"] {
  display: flex;
}
.sum-hp-corp-list {
  border: 1px solid rgba(39, 71, 125, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(21, 39, 78, 0.05);
}
.sum-hp-corp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(39, 71, 125, 0.08);
}
.sum-hp-corp-row:last-child {
  border-bottom: 0;
}
.sum-hp-corp-row__name {
  flex: 1 1 auto;
  min-width: 0;
}
.sum-hp-corp-row__name h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a2d4d;
  line-height: 1.45;
}
.sum-hp-corp-row__logo {
  flex: 0 0 120px;
  max-width: 120px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sum-hp-corp-row__logo img {
  max-height: 44px;
  max-width: 110px;
  width: auto;
  object-fit: contain;
}
.sum-hp-corp-row__initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 800;
  color: #0e7fa0;
  background: rgba(62, 201, 228, 0.15);
}
@media (max-width: 575.98px) {
  .sum-hp-corp-row {
    padding: 14px 16px;
    gap: 12px;
  }
  .sum-hp-corp-row__logo {
    flex-basis: 88px;
    max-width: 88px;
  }
  .sum-hp-corp-row__name h4 {
    font-size: 0.88rem;
  }
}
.sum-hp-cta {
  padding: 0 0 72px;
}
.sum-hp-cta__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 40px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(115deg, #264a82 0%, #1a3560 55%, #1a6b5c 110%);
  box-shadow: 0 20px 48px rgba(21, 39, 78, 0.18);
}
.sum-hp-cta__content h2 {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 800;
  color: #fff;
}
.sum-hp-cta__content p {
  margin: 0;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
}
.sum-hp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sum-hp-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease;
}
.sum-hp-cta__btn--outline {
  color: #1a2d4d !important;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.sum-hp-cta__btn--outline:hover {
  transform: translateY(-2px);
  color: #0e7fa0 !important;
}
.sum-hp-cta__btn--ghost {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.45);
}
.sum-hp-cta__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}
.sum-hp-cta__btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #3ec9e4 0%, #0e7fa0 100%);
  box-shadow: 0 8px 22px rgba(14, 127, 160, 0.35);
}
.sum-hp-cta__btn--primary:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

/* ==============================
   Health Packages page
   ============================== */
.sum-pkg-hero {
  position: relative;
  padding: 36px 0 64px;
  color: #fff;
  background: linear-gradient(128deg, #1a3560 0%, #27477d 42%, #2d8f6e 100%);
  overflow: hidden;
}
.sum-pkg-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(128deg, rgba(26, 53, 96, 0.9) 0%, rgba(39, 71, 125, 0.84) 42%, rgba(45, 143, 110, 0.78) 100%),
    var(--sum-banner-image);
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

body.sum-packages-page .sum-pkg-hero__bg {
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(93, 222, 244, 0.45) 0%, transparent 40%),
    radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.12) 0%, transparent 45%);
  background-size: auto;
}
.sum-pkg-hero__inner {
  position: relative;
  z-index: 1;
}
.sum-pkg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.sum-pkg-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sum-pkg-hero__btn--primary {
  color: #0d1b3f !important;
  background: linear-gradient(135deg, #5ddef4 0%, #3ec9e4 100%);
  box-shadow: 0 8px 24px rgba(62, 201, 228, 0.4);
}
.sum-pkg-hero__btn--primary:hover {
  transform: translateY(-2px);
  color: #0d1b3f !important;
}
.sum-pkg-hero__btn--outline {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.sum-pkg-hero__btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}
.sum-pkg-trust {
  list-style: none;
  margin: 0;
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}
.sum-pkg-trust li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.4;
}
.sum-pkg-trust li:last-child {
  margin-bottom: 0;
}
.sum-pkg-trust li i {
  margin-top: 3px;
  color: #7ee8fd;
}
.sum-pkg-steps {
  margin-top: -32px;
  padding-bottom: 48px;
  position: relative;
  z-index: 2;
}
.sum-pkg-steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sum-pkg-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.08);
  box-shadow: 0 12px 32px rgba(21, 39, 78, 0.08);
}
.sum-pkg-step__num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background: linear-gradient(135deg, #3ec9e4, #0e7fa0);
  box-shadow: 0 6px 16px rgba(14, 127, 160, 0.28);
}
.sum-pkg-step strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.95rem;
  color: #1a2d4d;
}
.sum-pkg-step > div > span {
  display: block;
  font-size: 0.88rem;
  color: #5a6d85;
  line-height: 1.45;
}
.sum-pkg-listing {
  padding-top: 8px;
}
.sum-pkg-listing .row > [class*="col-"] {
  display: flex;
}
.sum-pkg-listing .sum-pkg-card {
  height: 360px;
  max-height: 360px;
  padding: 0;
  overflow: hidden;
}
.sum-pkg-listing .sum-pkg-card--has-image {
  padding-top: 0;
}
.sum-pkg-listing .sum-pkg-card--has-image .sum-pkg-card__badge {
  top: 12px;
  right: 12px;
  z-index: 2;
  color: #fff;
  background: linear-gradient(135deg, #264a82 0%, #309c5a 100%);
  box-shadow: 0 4px 14px rgba(38, 74, 130, 0.25);
}
.sum-pkg-listing .sum-pkg-card--has-image .sum-pkg-card__badge--maternity {
  background: linear-gradient(135deg, #e85d75 0%, #d4476a 100%);
  box-shadow: 0 4px 14px rgba(212, 71, 106, 0.28);
}
.sum-pkg-listing .sum-pkg-card--has-image .sum-pkg-card__top {
  justify-content: flex-start;
  margin: 0;
  padding: 10px 18px 0;
}
.sum-pkg-listing .sum-pkg-card--has-image .sum-pkg-card__price-wrap {
  text-align: left;
}
.sum-pkg-listing .sum-pkg-card--has-image .sum-pkg-card__price {
  color: #2d7a4e;
  font-size: 1.35rem;
}
.sum-pkg-listing .sum-pkg-card__title {
  flex-shrink: 0;
  margin: 0 0 8px;
  padding: 8px 18px 0;
  font-size: 1.05rem;
  line-height: 1.35;
  max-height: calc(1.05rem * 1.35 * 2 + 2px);
  overflow: hidden;
}
.sum-pkg-listing .sum-pkg-card__top {
  flex-shrink: 0;
  margin-bottom: 10px;
  padding: 0 18px;
}
.sum-pkg-listing .sum-pkg-card--has-image .sum-pkg-card__icon {
  display: none;
}
.sum-pkg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 26px 24px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 12px 36px rgba(21, 39, 78, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: sumPkgCardIn 0.55s ease backwards;
  animation-delay: var(--pkg-delay, 0s);
}
@keyframes sumPkgCardIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sum-pkg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(21, 39, 78, 0.14);
}
.sum-pkg-card--featured {
  border-color: rgba(62, 201, 228, 0.45);
  background: linear-gradient(180deg, #f8fdff 0%, #fff 28%);
  box-shadow: 0 16px 44px rgba(14, 127, 160, 0.15);
}
.sum-pkg-card--featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, #5ddef4, #3ec9e4, #2d8f6e);
}
.sum-pkg-card__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0e7fa0;
  background: rgba(62, 201, 228, 0.18);
}
.sum-pkg-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.sum-pkg-card__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 22px;
  color: #0e7fa0;
  background: linear-gradient(135deg, rgba(93, 222, 244, 0.3), rgba(62, 201, 228, 0.1));
}
.sum-pkg-card--featured .sum-pkg-card__icon {
  color: #fff;
  background: linear-gradient(135deg, #3ec9e4, #0e7fa0);
}
.sum-pkg-card__from {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7a8fa8;
}
.sum-pkg-card__price {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a2d4d;
  line-height: 1.2;
}
.sum-pkg-card--featured .sum-pkg-card__price {
  color: #0e7fa0;
}
.sum-pkg-card__title {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #1a2d4d;
  line-height: 1.3;
}
.sum-pkg-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.sum-pkg-listing .sum-pkg-card__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  padding: 0 18px 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(39, 71, 125, 0.35) transparent;
}
.sum-pkg-listing .sum-pkg-card__body::-webkit-scrollbar {
  width: 6px;
}
.sum-pkg-listing .sum-pkg-card__body::-webkit-scrollbar-track {
  background: transparent;
}
.sum-pkg-listing .sum-pkg-card__body::-webkit-scrollbar-thumb {
  background: rgba(39, 71, 125, 0.28);
  border-radius: 999px;
}
.sum-pkg-listing .sum-pkg-card__body::-webkit-scrollbar-thumb:hover {
  background: rgba(39, 71, 125, 0.42);
}
.sum-pkg-card__desc {
  margin: 0 0 18px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5a6d85;
}
.sum-pkg-listing .sum-pkg-card__desc {
  margin: 0 0 12px;
  font-size: 0.88rem;
  line-height: 1.5;
}
.sum-pkg-listing .sum-pkg-card__includes {
  flex: 0 0 auto;
  margin-bottom: 0;
  min-height: 0;
}
.sum-pkg-listing .sum-pkg-card__includes--empty {
  display: none;
}
.sum-pkg-card__includes {
  flex: 1 1 auto;
  margin-bottom: 20px;
}
.sum-pkg-card__includes h4 {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8fa8;
}
.sum-pkg-card__includes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sum-pkg-card__includes li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.88rem;
  color: #4c5b72;
  line-height: 1.4;
}
.sum-pkg-card__includes li i {
  margin-top: 3px;
  font-size: 11px;
  color: #2d8f6e;
}
.sum-pkg-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #309c5a 0%, #2d7a4e 100%);
  box-shadow: 0 8px 22px rgba(48, 156, 90, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.sum-pkg-card__btn:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #2d7a4e 0%, #256b44 100%);
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(48, 156, 90, 0.34);
}
.sum-pkg-card--featured .sum-pkg-card__btn {
  background: linear-gradient(135deg, #309c5a 0%, #2d7a4e 100%);
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(48, 156, 90, 0.28);
}
.sum-pkg-card--featured .sum-pkg-card__btn:hover {
  color: #fff !important;
  filter: none;
  background: linear-gradient(135deg, #2d7a4e 0%, #256b44 100%);
}
.sum-pkg-why {
  padding: 56px 0;
  background: linear-gradient(180deg, #f6f9fc 0%, #fff 100%);
}
.sum-pkg-why h2 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 800;
  color: #1a2d4d;
}
.sum-pkg-why__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #5a6d85;
}
.sum-pkg-why-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.08);
  box-shadow: 0 6px 20px rgba(21, 39, 78, 0.05);
}
.sum-pkg-why-item > i {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
  color: #0e7fa0;
  background: rgba(62, 201, 228, 0.15);
}
.sum-pkg-why-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.95rem;
  color: #1a2d4d;
}
.sum-pkg-why-item span {
  display: block;
  font-size: 0.86rem;
  color: #5a6d85;
  line-height: 1.45;
}
.sum-pkg-schemes {
  padding: 0 0 56px;
}
.sum-pkg-schemes .sum-hp-partner-card__logo img {
  max-height: 64px;
}
.sum-pkg-partners {
  padding: 0 0 56px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.sum-pkg-partners .sum-hp-partner-card__logo img {
  max-height: 56px;
}
.sum-hp-partner-card--corp .sum-hp-partner-card__logo {
  min-height: 80px;
}
.sum-hp-partner-card__initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0e7fa0;
  background: rgba(62, 201, 228, 0.15);
}

/* Home — associated corporates slider */
.sum-home-corp {
  padding: 0 0 72px;
}
.sum-home-corp__panel {
  position: relative;
  overflow: hidden;
  padding: 36px 32px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f2a4a 0%, #1a3d66 48%, #0e7fa0 100%);
  box-shadow: 0 24px 60px rgba(15, 42, 74, 0.22);
}
.sum-home-corp__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  opacity: 0.45;
}
.sum-home-corp__glow--1 {
  width: 280px;
  height: 280px;
  top: -120px;
  right: -40px;
  background: #3ec9e4;
}
.sum-home-corp__glow--2 {
  width: 220px;
  height: 220px;
  bottom: -80px;
  left: -40px;
  background: #5ddef4;
}
.sum-home-corp__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.sum-home-corp__intro {
  flex: 1 1 420px;
  max-width: 640px;
}
.sum-home-corp__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7ee8fd;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.sum-home-corp__intro h2 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.sum-home-corp__intro p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.sum-home-corp__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.sum-home-corp__stat {
  text-align: right;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}
.sum-home-corp__stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.sum-home-corp__stat span {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}
.sum-home-corp__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #0f2a4a !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #fff 0%, #e8f8fc 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sum-home-corp__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  color: #0e7fa0 !important;
}
.sum-home-corp__cta i {
  transition: transform 0.2s ease;
}
.sum-home-corp__cta:hover i {
  transform: translateX(3px);
}
.sum-home-corp__slider-wrap {
  position: relative;
  z-index: 1;
  padding: 22px 20px 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.sum-home-corp__slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.sum-home-corp__slider-label {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}
.sum-home-corp__slider-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sum-home-corp__arrow {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.sum-home-corp__arrow:before {
  display: none;
}
.sum-home-corp__arrow:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.sum-home-corp__arrow.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.sum-home-corp-slider .slick-list {
  margin: 0 -8px;
  padding: 4px 0 12px;
}
.sum-home-corp-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.sum-home-corp-slider .slick-slide {
  padding: 0 8px;
  height: auto !important;
  display: flex !important;
}
.sum-home-corp-slider .slick-slide > div {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}
.sum-home-corp-slide {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}
.sum-home-corp-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 168px;
  padding: 18px 14px 16px;
  text-align: center;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.08);
  box-shadow: 0 10px 28px rgba(15, 42, 74, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.sum-home-corp-card:hover {
  transform: translateY(-4px);
  border-color: rgba(62, 201, 228, 0.45);
  box-shadow: 0 16px 36px rgba(15, 42, 74, 0.16);
}
.sum-home-corp-card__logo {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 6px;
}
.sum-home-corp-card__logo img {
  max-height: 52px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.sum-home-corp-card__initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0e7fa0;
  background: rgba(62, 201, 228, 0.15);
}
.sum-home-corp-card__name {
  margin: 0;
  flex: 1 1 auto;
  min-height: calc(0.78rem * 1.35 * 3);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1a2d4d;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sum-home-corp__panel {
    padding: 28px 22px 22px;
  }
  .sum-home-corp__meta {
    align-items: flex-start;
    width: 100%;
  }
  .sum-home-corp__stat {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .sum-home-corp {
    padding-bottom: 56px;
  }
  .sum-home-corp__slider-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .sum-home-corp-card {
    min-height: 156px;
  }
}

/* Home — merged partners panel */
.sum-home-partners__panel {
  padding: 40px 36px 32px;
  background: linear-gradient(128deg, #0b2340 0%, #163a62 42%, #0d6b88 100%);
}
.sum-home-partners__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px 32px;
  margin-bottom: 26px;
}
.sum-home-partners__intro {
  flex: 1 1 380px;
  max-width: 720px;
}
.sum-home-partners__intro h2 {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
}
.sum-home-partners__intro p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
}
.sum-home-partners__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.sum-home-partners__stat {
  min-width: 148px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-align: right;
}
.sum-home-partners__stat--accent {
  background: rgba(62, 201, 228, 0.14);
  border-color: rgba(126, 232, 253, 0.35);
}
.sum-home-partners__stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.sum-home-partners__stat span {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}
.sum-home-partners__tabs {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 100%;
}
.sum-home-partners__tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.sum-home-partners__tab i {
  opacity: 0.9;
}
.sum-home-partners__tab em {
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.sum-home-partners__tab.is-active {
  background: #fff;
  color: #163a62;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.sum-home-partners__tab.is-active em {
  background: rgba(22, 58, 98, 0.1);
  color: #163a62;
}
.sum-home-partners__tab:focus-visible {
  outline: 2px solid #7ee8fd;
  outline-offset: 2px;
}
.sum-home-partners__body {
  position: relative;
  z-index: 1;
}
.sum-home-partners__pane {
  display: none;
  animation: sumPartnersFade 0.35s ease;
}
.sum-home-partners__pane.is-active {
  display: block;
}
.sum-home-partners__pane[hidden] {
  display: none !important;
}
.sum-home-partners__pane .sum-home-corp__slider-wrap {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.sum-home-partners__pane-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
  padding-top: 4px;
}
.sum-home-corp__cta--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.sum-home-corp__cta--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
@keyframes sumPartnersFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .sum-home-partners__panel {
    padding: 28px 20px 22px;
  }
  .sum-home-partners__highlights {
    width: 100%;
    justify-content: flex-start;
  }
  .sum-home-partners__stat {
    text-align: left;
    flex: 1 1 140px;
  }
  .sum-home-partners__tabs {
    width: 100%;
    border-radius: 16px;
  }
  .sum-home-partners__tab {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    min-width: 0;
  }
  .sum-home-partners__tab span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 9ch;
  }
}

.sum-pkg-cta {
  padding: 0 0 72px;
}
.sum-pkg-cta__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 36px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.12);
  box-shadow: 0 16px 40px rgba(21, 39, 78, 0.08);
}
.sum-pkg-cta__box h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a2d4d;
}
.sum-pkg-cta__box p {
  margin: 0;
  color: #5a6d85;
  max-width: 48ch;
}
.sum-pkg-cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #3ec9e4 0%, #0e7fa0 100%);
  box-shadow: 0 8px 22px rgba(14, 127, 160, 0.35);
  white-space: nowrap;
}
.sum-pkg-cta__phone:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .sum-hp-hero__stats {
    grid-template-columns: 1fr;
  }
  .sum-pkg-steps__list {
    grid-template-columns: 1fr;
  }
  .sum-hp-segment__count {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .sum-hp-cta__box,
  .sum-pkg-cta__box {
    padding: 28px 24px;
  }
}

@media (max-width: 575px) {
  .sum-hp-hero,
  .sum-pkg-hero {
    padding-top: 28px;
    padding-bottom: 44px;
  }
  .sum-hp-benefits {
    margin-top: -16px;
  }
  .sum-pkg-steps {
    margin-top: -20px;
  }
  .sum-hp-cta__actions {
    width: 100%;
  }
  .sum-hp-cta__btn {
    flex: 1 1 auto;
    min-width: 140px;
  }
  .sum-pkg-hero__actions {
    flex-direction: column;
  }
  .sum-pkg-hero__btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==============================
   Gallery page
   ============================== */
.sum-gallery-benefits {
  margin-top: -28px;
  padding-bottom: 48px;
  position: relative;
  z-index: 2;
}

.sum-gallery-page__title {
  margin: 0 0 6px;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  color: #173152;
}

.sum-gallery-page__subtitle {
  margin: 0;
  color: #5a6f86;
  font-size: 0.95rem;
  max-width: 52ch;
}

.sum-gallery-empty {
  color: #5a6f86;
  font-weight: 600;
}

.sum-gallery-listing {
  padding-top: 8px;
}

.sum-gallery-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 24px;
  padding: 20px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7fafc 0%, #f2f8f5 100%);
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 6px 22px rgba(21, 39, 78, 0.05);
}

.sum-gallery-panel__intro {
  flex: 1 1 280px;
  min-width: 0;
}

.sum-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1 1 320px;
  justify-content: flex-end;
}

.sum-gallery-filter {
  padding: 9px 15px;
  border: 1px solid rgba(39, 71, 125, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #3d5575;
  font-size: 0.78rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sum-gallery-filter:hover {
  border-color: rgba(48, 156, 90, 0.35);
  color: #1f6b42;
}

.sum-gallery-filter.is-active {
  background: linear-gradient(135deg, #264a82 0%, #2d7a4e 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 16px rgba(38, 74, 130, 0.22);
}

/* Unified album grid — media & events */
.sum-gallery-album-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sum-gallery-album-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 10px 32px rgba(21, 39, 78, 0.07);
  text-align: left;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.sum-gallery-album-card:hover,
.sum-gallery-album-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(48, 156, 90, 0.28);
  box-shadow: 0 18px 44px rgba(21, 39, 78, 0.12);
  outline: none;
}

.sum-gallery-album-card--event {
  cursor: pointer;
}

.sum-gallery-album-card--media .sum-gallery-album-card__media {
  color: inherit;
  text-decoration: none;
}

.sum-gallery-album-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(145deg, #e8eef6 0%, #dfeaf3 100%);
}

.sum-gallery-album-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.sum-gallery-album-card:hover .sum-gallery-album-card__media img {
  transform: scale(1.07);
}

.sum-gallery-album-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 40, 0.02) 35%, rgba(8, 20, 40, 0.68) 100%);
  pointer-events: none;
}

.sum-gallery-album-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100% - 24px);
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  background: rgba(15, 30, 60, 0.78);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sum-gallery-album-card__zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.sum-gallery-album-card:hover .sum-gallery-album-card__zoom {
  opacity: 1;
  transform: scale(1);
}

.sum-gallery-album-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(39, 71, 125, 0.06);
  background: linear-gradient(180deg, #fff 0%, #fafcfd 100%);
}

.sum-gallery-album-card__meta {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #309c5a;
}

.sum-gallery-album-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #173152;
  line-height: 1.32;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sum-gallery-album-card__subtitle {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #5a6f86;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sum-gallery-album-card__cta {
  margin-top: auto;
  padding-top: 8px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #264a82;
}

.sum-gallery-album-card__cta i {
  margin-left: 4px;
  font-size: 0.78rem;
  transition: transform 0.2s ease;
}

.sum-gallery-album-card:hover .sum-gallery-album-card__cta i {
  transform: translateX(4px);
}

.sum-gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
  padding: 8px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eef3fa 0%, #f4faf6 100%);
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 8px 28px rgba(21, 39, 78, 0.06);
}

.sum-gallery-tab {
  flex: 1 1 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #4c6280;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sum-gallery-tab i {
  font-size: 1.05rem;
  color: #309c5a;
}

.sum-gallery-tab em {
  font-style: normal;
  min-width: 28px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #264a82;
  background: rgba(38, 74, 130, 0.1);
}

.sum-gallery-tab:hover {
  color: #173152;
  background: rgba(255, 255, 255, 0.65);
}

.sum-gallery-tab.is-active {
  color: #fff;
  background: linear-gradient(135deg, #264a82 0%, #2d7a4e 100%);
  box-shadow: 0 10px 28px rgba(38, 74, 130, 0.28);
  transform: translateY(-1px);
}

.sum-gallery-tab.is-active i,
.sum-gallery-tab.is-active em {
  color: #fff;
}

.sum-gallery-tab.is-active em {
  background: rgba(255, 255, 255, 0.2);
}

.sum-gallery-panel {
  display: none;
}

.sum-gallery-panel.is-active {
  display: block;
  animation: sumGalleryPanelIn 0.35s ease;
}

@keyframes sumGalleryPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.sum-gallery-event-modal-open {
  overflow: hidden;
}

.sum-gallery-event-modal {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.sum-gallery-event-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sum-gallery-event-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 28, 52, 0.62);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.sum-gallery-event-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: min(92vh, 900px);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(10, 24, 48, 0.32);
  overflow: hidden;
  transform: translateY(16px) scale(0.98);
  transition: transform 0.25s ease;
}

.sum-gallery-event-modal.is-open .sum-gallery-event-modal__dialog {
  transform: translateY(0) scale(1);
}

.sum-gallery-event-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 18px;
  border-bottom: 1px solid rgba(39, 71, 125, 0.08);
  background: linear-gradient(180deg, #f7fafc 0%, #fff 100%);
}

.sum-gallery-event-modal__eyebrow {
  margin: 0 0 4px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #309c5a;
}

.sum-gallery-event-modal__title {
  margin: 0 0 6px;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 800;
  color: #173152;
}

.sum-gallery-event-modal__subtitle {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #5a6f86;
}

.sum-gallery-event-modal__close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #eef3f9;
  color: #4c6280;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.sum-gallery-event-modal__close:hover {
  background: #e2eaf4;
  color: #173152;
}

.sum-gallery-event-modal__photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 20px 24px 24px;
  overflow-y: auto;
  max-height: calc(92vh - 140px);
  scrollbar-width: thin;
  scrollbar-color: rgba(39, 71, 125, 0.35) transparent;
}

.sum-gallery-event-photo {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #f6f9fc;
  border: 1px solid rgba(39, 71, 125, 0.08);
}

.sum-gallery-event-photo__link {
  position: relative;
  display: block;
  overflow: hidden;
}

.sum-gallery-event-photo__link img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sum-gallery-event-photo__link:hover img {
  transform: scale(1.05);
}

.sum-gallery-event-photo__zoom {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(15, 30, 60, 0.42);
  color: #fff;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.sum-gallery-event-photo__link:hover .sum-gallery-event-photo__zoom {
  opacity: 1;
}

.sum-gallery-event-photo figcaption {
  padding: 10px 12px 12px;
  font-size: 0.85rem;
  color: #4a5568;
}

.sum-gallery-event-photo--video .sum-gallery-event-photo__video-wrap {
  position: relative;
  background: #0f1e3c;
}

.sum-gallery-event-photo--video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 420px;
  object-fit: contain;
  background: #0f1e3c;
}

.sum-gallery-event-photo__badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(15, 35, 65, 0.78);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  pointer-events: none;
}
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  color: #3d4f68;
}

@media (max-width: 991px) {
  .sum-gallery-album-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sum-gallery-event-modal__photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sum-gallery-panel__head {
    flex-direction: column;
    align-items: stretch;
  }

  .sum-gallery-filters {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .sum-gallery-tabs {
    flex-direction: column;
  }

  .sum-gallery-tab {
    flex: 1 1 auto;
  }

  .sum-gallery-album-grid {
    grid-template-columns: 1fr;
  }

  .sum-gallery-event-modal {
    padding: 0;
    align-items: flex-end;
  }

  .sum-gallery-event-modal__dialog {
    width: 100%;
    max-height: 94vh;
    border-radius: 20px 20px 0 0;
  }

  .sum-gallery-event-modal__photos {
    grid-template-columns: 1fr;
    max-height: calc(94vh - 130px);
  }
}

/* ==============================
   Awards & Accreditations page
   ============================== */
.sum-awards-hero .sum-hp-hero__stats {
  grid-template-columns: repeat(2, 1fr);
}

.sum-awards-section-head {
  margin-bottom: 32px;
}

.sum-awards-section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  color: #173152;
}

.sum-awards-section-head p {
  margin: 0;
  color: #5a6f86;
  font-size: 0.98rem;
  max-width: 62ch;
}

.sum-awards-section-head.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.sum-awards-highlights {
  padding: 56px 0 48px;
}

.sum-award-highlight {
  height: 100%;
  padding: 28px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 14px 40px rgba(21, 39, 78, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.sum-award-highlight:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(21, 39, 78, 0.12);
}

.sum-award-highlight__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.sum-award-highlight__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 22px;
  color: #fff;
  background: linear-gradient(135deg, #27477d 0%, #3ec9e4 100%);
}

.sum-award-highlight--teal .sum-award-highlight__icon {
  background: linear-gradient(135deg, #0f8fcb 0%, #5ddef4 100%);
}

.sum-award-highlight--green .sum-award-highlight__icon {
  background: linear-gradient(135deg, #309c5a 0%, #5ddea8 100%);
}

.sum-award-highlight__badge {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #27477d;
  background: rgba(39, 71, 125, 0.08);
  border: 1px solid rgba(39, 71, 125, 0.12);
}

.sum-award-highlight__year {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--theme-color);
}

.sum-award-highlight h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #173152;
}

.sum-award-highlight__subtitle {
  margin: 0 0 12px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #5a6f86;
}

.sum-award-highlight__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #4a5f7a;
}

.sum-award-highlight--has-image {
  padding-top: 0;
  overflow: hidden;
}

.sum-award-highlight__media {
  margin: -28px -24px 18px;
}

.sum-award-highlight--has-image .sum-award-highlight__media {
  margin-top: 0;
}

.sum-award-highlight__image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.sum-award-highlight__image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 160px;
  padding: 20px;
  text-align: center;
  color: #5a6f86;
  background: linear-gradient(145deg, #eef3fa 0%, #f8fbff 100%);
  border-bottom: 1px dashed rgba(39, 71, 125, 0.16);
}

.sum-award-highlight__image-placeholder i {
  font-size: 2rem;
  color: #27477d;
  opacity: 0.65;
}

.sum-award-highlight__image-placeholder span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sum-award-entry__card--has-image,
.sum-award-entry__card--no-image {
  overflow: hidden;
}

.sum-award-entry__media {
  margin: -24px -24px 16px;
}

.sum-award-entry__image {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.sum-award-entry__image-placeholder {
  display: grid;
  place-items: center;
  min-height: 120px;
  background: linear-gradient(145deg, #eef3fa 0%, #f4f8fc 100%);
  border-radius: 16px 16px 0 0;
  color: #27477d;
  font-size: 1.75rem;
  opacity: 0.55;
}

/* Certificate gallery (by category) */
.sum-awards-certificates {
  padding: 48px 0 56px;
  background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 45%);
}

.sum-awards-certificates__group {
  margin-top: 40px;
}

.sum-awards-certificates__group:first-of-type {
  margin-top: 28px;
}

.sum-awards-certificates__group-head {
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(39, 71, 125, 0.1);
}

.sum-awards-certificates__group-head h3 {
  margin: 0 0 6px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #173152;
}

.sum-awards-certificates__group-head p {
  margin: 0;
  max-width: 62ch;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5a6f86;
}

.sum-award-certificate {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 12px 32px rgba(21, 39, 78, 0.07);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.sum-award-certificate:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(21, 39, 78, 0.11);
}

.sum-award-certificate__frame {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #eef3fa 0%, #fafcfe 100%);
  border-bottom: 1px solid rgba(39, 71, 125, 0.08);
}

.sum-award-certificate__zoom {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sum-award-certificate__zoom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 12px;
  background: #fff;
  transition: transform 0.25s ease;
}

.sum-award-certificate__zoom:hover img {
  transform: scale(1.03);
}

.sum-award-certificate__zoom-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.85rem;
  color: #fff;
  background: rgba(39, 71, 125, 0.82);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.sum-award-certificate__zoom:hover .sum-award-certificate__zoom-hint,
.sum-award-certificate__zoom:focus-visible .sum-award-certificate__zoom-hint {
  opacity: 1;
}

.sum-award-certificate__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  color: #27477d;
  opacity: 0.35;
}

.sum-award-certificate__body {
  padding: 16px 16px 18px;
  flex: 1;
}

.sum-award-certificate__year {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--theme-color);
}

.sum-award-certificate h4 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  color: #173152;
}

.sum-award-certificate__issuer {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #5a6f86;
}

.sum-awards-timeline {
  padding-top: 12px;
}

.sum-awards-timeline__track {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 8px 0;
}

.sum-awards-timeline__track::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #3ec9e4 0%, #27477d 50%, #309c5a 100%);
  border-radius: 999px;
  opacity: 0.35;
}

.sum-award-entry {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  gap: 0 20px;
  margin-bottom: 28px;
}

.sum-award-entry:last-child {
  margin-bottom: 0;
}

.sum-award-entry__marker {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 1;
}

.sum-award-entry__year {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #27477d;
  background: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(39, 71, 125, 0.12);
  white-space: nowrap;
}

.sum-award-entry__dot {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, #27477d 0%, #3ec9e4 100%);
  box-shadow: 0 8px 22px rgba(39, 71, 125, 0.25);
}

.sum-award-entry__card {
  padding: 22px 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 10px 32px rgba(21, 39, 78, 0.07);
}

.sum-award-entry--left .sum-award-entry__card {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
}

.sum-award-entry--right .sum-award-entry__card {
  grid-column: 3;
  grid-row: 1;
  text-align: left;
}

.sum-award-entry__category {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--theme-color);
  background: rgba(48, 156, 90, 0.1);
}

.sum-award-entry__card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #173152;
}

.sum-award-entry__subtitle {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0e7fa0;
  letter-spacing: 0.02em;
}

.sum-award-entry__card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5a6f86;
}

.sum-awards-trust {
  padding: 56px 0 64px;
  background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
}

.sum-awards-trust__visual {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(21, 39, 78, 0.12);
}

.sum-awards-trust__visual img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.sum-awards-trust__badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  background: linear-gradient(135deg, #27477d 0%, #1e3a6d 100%);
  box-shadow: 0 12px 32px rgba(21, 39, 78, 0.25);
}

.sum-awards-trust__badge i {
  font-size: 28px;
  color: #7ee8fd;
}

.sum-awards-trust h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  color: #173152;
}

.sum-awards-trust__lead {
  margin: 0 0 20px;
  color: #5a6f86;
  line-height: 1.65;
}

.sum-awards-trust__list {
  margin-bottom: 22px;
}

.sum-awards-trust__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #27477d !important;
  text-decoration: none !important;
}

.sum-awards-trust__link:hover {
  color: #0f8fcb !important;
  gap: 12px;
}

@media (max-width: 991px) {
  .sum-awards-timeline__track::before {
    left: 22px;
    transform: none;
  }

  .sum-award-entry {
    grid-template-columns: 44px 1fr;
    gap: 0 16px;
  }

  .sum-award-entry__marker {
    grid-column: 1;
    align-items: flex-start;
  }

  .sum-award-entry__year {
    display: none;
  }

  .sum-award-entry--left .sum-award-entry__card,
  .sum-award-entry--right .sum-award-entry__card {
    grid-column: 2;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .sum-gallery-benefits {
    margin-top: -16px;
  }

  .sum-gallery-filters {
    justify-content: flex-start;
  }

  .sum-awards-hero .sum-hp-hero__stats {
    grid-template-columns: 1fr;
  }

  .sum-awards-trust__badge {
    right: 12px;
    bottom: 12px;
    padding: 12px 14px;
    font-size: 12px;
  }
}

/* Package cards with images + profile page */
.sum-pkg-card--has-image {
  padding-top: 0;
  overflow: hidden;
}
.sum-pkg-card__image-link {
  display: block;
  margin: 0 -24px 16px;
  overflow: hidden;
}
.sum-pkg-listing .sum-pkg-card__image-link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 118px;
  margin: 0;
  padding: 8px 12px;
  background: #f6f9fc;
  border-bottom: 1px solid rgba(39, 71, 125, 0.06);
  overflow: hidden;
}
.sum-pkg-card__image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.sum-pkg-listing .sum-pkg-card__image {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 102px;
  object-fit: contain;
  object-position: center;
}
.sum-pkg-card:hover .sum-pkg-card__image {
  transform: scale(1.04);
}
.sum-pkg-listing .sum-pkg-card:hover .sum-pkg-card__image {
  transform: none;
}
.sum-pkg-card__title a {
  color: inherit;
  text-decoration: none;
}
.sum-pkg-card__title a:hover {
  color: #0e7fa0;
}
.sum-pkg-listing .sum-pkg-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-shrink: 0;
  margin: 0;
  padding: 11px 14px 13px;
  background: #f6f9fc;
  border-top: 1px solid rgba(39, 71, 125, 0.08);
}
.sum-pkg-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 8px;
}
.sum-pkg-listing .sum-pkg-card__link {
  flex: 0 0 auto;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #264a82;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.14);
}
.sum-pkg-listing .sum-pkg-card__link:hover {
  text-decoration: none;
  background: #f3f6fa;
}
.sum-pkg-card__link {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0e7fa0;
  text-decoration: none;
}
.sum-pkg-card__link:hover {
  text-decoration: underline;
}
.sum-pkg-listing .sum-pkg-card__actions .sum-pkg-card__btn {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding: 10px 14px;
  font-size: 0.86rem;
}
@media (max-width: 767.98px) {
  .sum-pkg-listing .sum-pkg-card {
    height: 360px;
    max-height: 360px;
  }
  .sum-pkg-listing .sum-pkg-card__image-link {
    height: 116px;
  }
  .sum-pkg-listing .sum-pkg-card__image {
    max-height: 100px;
  }
}
.sum-pkg-card__actions .sum-pkg-card__btn {
  flex: 0 0 auto;
  padding: 10px 18px;
}
.sum-pkg-card--poster .sum-pkg-card__badge {
  color: #fff;
  background: linear-gradient(135deg, #264a82 0%, #309c5a 100%);
  box-shadow: 0 4px 14px rgba(38, 74, 130, 0.25);
}
.sum-pkg-card--poster .sum-pkg-card__price,
.sum-pkg-listing .sum-pkg-card--has-image .sum-pkg-card__price {
  color: #2d7a4e;
}
.sum-pkg-hero--compact {
  padding: 28px 0 12px;
}
.sum-pkg-hero--compact .sum-pkg-hero__bg {
  display: none;
}
.sum-package-profile__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.sum-package-profile__visual img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(21, 39, 78, 0.12);
}
.sum-package-profile__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0e7fa0;
  background: rgba(62, 201, 228, 0.18);
}
.sum-package-profile__title {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800;
  line-height: 1.35;
  color: #1a2d4d;
}
.sum-package-profile__price {
  margin: 0 0 14px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0e7fa0;
}
.sum-package-profile__desc {
  margin: 0 0 20px;
  font-size: 1rem;
  line-height: 1.65;
  color: #5a6d85;
}
.sum-package-profile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sum-pkg-profile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.sum-pkg-profile-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #309c5a 0%, #2d7a4e 100%);
  box-shadow: 0 10px 28px rgba(48, 156, 90, 0.32);
}
.sum-pkg-profile-btn--primary:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(48, 156, 90, 0.38);
}
.sum-pkg-profile-btn--outline {
  color: #264a82 !important;
  background: #fff;
  border-color: rgba(38, 74, 130, 0.22);
  box-shadow: 0 4px 16px rgba(21, 39, 78, 0.06);
}
.sum-pkg-profile-btn--outline:hover {
  color: #1a3560 !important;
  background: #f3f7fb;
  transform: translateY(-1px);
}
.sum-pkg-profile-btn--call {
  color: #264a82 !important;
  background: #fff;
  border: 2px solid rgba(38, 74, 130, 0.18);
}
.sum-pkg-profile-btn--call:hover {
  color: #1a3560 !important;
  background: #f3f7fb;
}
.sum-package-profile--poster .sum-package-profile__visual img {
  max-height: min(72vh, 640px);
  object-fit: contain;
  background: #f6f9fc;
  border: 1px solid rgba(39, 71, 125, 0.08);
}
.sum-package-profile--poster .sum-package-profile__badge {
  color: #fff;
  background: linear-gradient(135deg, #264a82 0%, #309c5a 100%);
}
.sum-package-profile--poster .sum-package-profile__price {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 1.65rem;
  color: #fff;
  background: linear-gradient(135deg, #309c5a 0%, #2d7a4e 100%);
  box-shadow: 0 8px 22px rgba(48, 156, 90, 0.28);
}
.sum-package-profile--poster .sum-package-profile__actions .sum-pkg-profile-btn--primary {
  flex: 1 1 200px;
}
body.sum-package-profile-page.sum-pkg-poster-open {
  padding-bottom: 84px;
}
.sum-package-profile__sticky-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
  gap: 10px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid rgba(39, 71, 125, 0.12);
  box-shadow: 0 -8px 32px rgba(21, 39, 78, 0.12);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.sum-package-profile__sticky-bar .sum-pkg-profile-btn {
  flex: 1 1 0;
  min-width: 0;
  padding: 13px 14px;
  font-size: 0.88rem;
}
.sum-package-profile--poster .sum-package-profile__sticky-bar {
  display: flex;
}
@media (min-width: 992px) {
  .sum-package-profile--poster .sum-package-profile__sticky-bar {
    display: none;
  }
  body.sum-package-profile-page.sum-pkg-poster-open {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  body.sum-package-profile-page.sum-pkg-poster-open {
    padding-bottom: 84px;
  }
  body.sum-package-profile-page.sum-pkg-poster-open .sum-sticky-actions {
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }
}
.sum-package-profile__includes {
  margin-top: 36px;
  padding: 28px;
  border-radius: 18px;
  background: #f6f9fc;
  border: 1px solid rgba(39, 71, 125, 0.08);
}
.sum-package-profile__includes h2 {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a2d4d;
}
.sum-package-profile__includes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sum-package-profile__includes li {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(39, 71, 125, 0.08);
  font-size: 0.95rem;
  color: #3d4f68;
  line-height: 1.5;
}
.sum-package-profile__includes li:last-child {
  border-bottom: 0;
}
.sum-package-profile__includes li i {
  flex-shrink: 0;
  margin-top: 4px;
  color: #2d8f6e;
}
@media (max-width: 991px) {
  .sum-package-profile__hero {
    grid-template-columns: 1fr;
  }
}

.sum-about-leadership .title-area-four {
  margin-bottom: 48px;
}
.sum-about-leadership .info-box-ten .name {
  font-size: 1.35rem;
  line-height: 1.35;
  color: #173152;
}
.sum-about-leadership .info-box-ten .designation {
  flex: 0 1 auto;
}
.sum-about-leadership .info-box-ten {
  padding-bottom: 22px !important;
}
.sum-about-leadership .sum-leader-message {
  width: 100%;
  margin-top: 14px;
  text-align: left;
}
.sum-about-leadership .sum-leader-message__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  cursor: pointer;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #0d1b35;
  background: linear-gradient(135deg, #5ddef4 0%, #3ec9e4 100%);
  box-shadow: 0 8px 18px rgba(62, 201, 228, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sum-about-leadership .sum-leader-message__summary::-webkit-details-marker {
  display: none;
}
.sum-about-leadership .sum-leader-message__summary::marker {
  content: "";
}
.sum-about-leadership .sum-leader-message__summary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(62, 201, 228, 0.36);
}
.sum-about-leadership .sum-leader-message__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sum-about-leadership .sum-leader-message__chevron {
  display: inline-flex;
  transition: transform 0.25s ease;
}
.sum-about-leadership .sum-leader-message[open] .sum-leader-message__chevron {
  transform: rotate(180deg);
}
.sum-about-leadership .sum-leader-message__panel {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f4fbff;
  border: 1px solid rgba(198, 231, 255, 0.95);
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.65;
}
.sum-about-leadership .sum-leader-message__panel p {
  margin: 0;
}

/* Site footer */
.sum-footer {
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
  background: linear-gradient(165deg, #0a1628 0%, #122a52 45%, #0a1628 100%);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 -8px 32px rgba(10, 22, 40, 0.18);
}
.sum-footer__accent {
  height: 5px;
  background: linear-gradient(90deg, #309c5a, #3ec9e4, #27477d);
}
.sum-footer__main {
  padding: 52px 0 40px;
}
.sum-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px 48px;
  align-items: start;
}
.sum-footer__logo {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 0;
}
.sum-footer__logo-img {
  display: block;
  width: min(240px, 64vw);
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: left center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.sum-footer__tagline {
  margin: 0 0 20px;
  max-width: 340px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.sum-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0d1b35 !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #5ddef4 0%, #3ec9e4 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sum-footer__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(62, 201, 228, 0.35);
  color: #0d1b35 !important;
}
.sum-footer__heading {
  margin: 0 0 16px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3ec9e4;
}
.sum-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sum-footer__nav a {
  display: block;
  padding: 5px 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.sum-footer__nav a:hover {
  color: #5ddef4;
  transform: translateX(3px);
}
.sum-footer__contact-list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.sum-footer__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}
.sum-footer__contact-list li:last-child {
  margin-bottom: 0;
}
.sum-footer__contact-list i {
  flex-shrink: 0;
  width: 16px;
  margin-top: 2px;
  font-size: 0.78rem;
  color: #3ec9e4;
}
.sum-footer__contact-list a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 600;
}
.sum-footer__contact-list a:hover {
  color: #5ddef4;
}
.sum-footer__hours {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
}
.sum-footer__opd {
  margin-top: 4px;
}
.sum-footer__subheading {
  margin: 16px 0 0;
  font-family: var(--title-font);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}
.sum-footer__hours--opd {
  margin-top: 10px;
  padding-top: 12px;
}
.sum-footer__hours strong {
  color: #ffffff;
  font-weight: 700;
}
.sum-footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
}
.sum-footer__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}
.sum-footer__copy {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}
.sum-footer__social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sum-footer__social a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.sum-footer__social a:hover {
  color: #0d1b35;
  background: #3ec9e4;
  border-color: #3ec9e4;
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .sum-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 32px;
  }
  .sum-footer__brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 575px) {
  .sum-footer__main {
    padding: 32px 0 24px;
  }
  .sum-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sum-footer__nav {
    grid-template-columns: 1fr 1fr;
  }
  .sum-footer__bar-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }
  .sum-footer__hours {
    flex-direction: column;
    gap: 6px;
  }
}

/* ==================== Blog page ==================== */
.sum-blog-hero {
  position: relative;
  padding: 36px 0 56px;
  color: #fff;
  background: linear-gradient(125deg, #0f1f3d 0%, #1e3a6d 48%, #1a6b8a 100%);
  overflow: hidden;
}
.sum-blog-hero--compact {
  padding: 28px 0 36px;
}
.sum-blog-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(125deg, rgba(15, 31, 61, 0.9) 0%, rgba(30, 58, 109, 0.84) 48%, rgba(26, 107, 138, 0.8) 100%),
    var(--sum-banner-image);
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.sum-blog-hero__inner {
  position: relative;
  z-index: 1;
}

.sum-blog-featured {
  margin-top: -32px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
.sum-blog-featured__card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.1);
  box-shadow: 0 20px 48px rgba(21, 39, 78, 0.12);
}
.sum-blog-featured__media {
  position: relative;
  display: block;
  min-height: 280px;
  overflow: hidden;
}
.sum-blog-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.sum-blog-featured__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 31, 61, 0.35) 100%);
  pointer-events: none;
}
.sum-blog-featured__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #173152;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 20px rgba(21, 39, 78, 0.15);
}
.sum-blog-featured__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 34px;
}
.sum-blog-featured__content h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
  color: #173152;
}
.sum-blog-featured__content h2 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.sum-blog-featured__content h2 a:hover {
  color: #0e7fa0;
}
.sum-blog-featured__content > p {
  margin: 0 0 18px;
  font-size: 0.96rem;
  line-height: 1.65;
  color: #5a6f86;
}
.sum-blog-featured__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-bottom: 22px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #7a8fa8;
}
.sum-blog-featured__meta i {
  margin-right: 6px;
  color: #309c5a;
}
.sum-blog-featured__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #1e3a6d, #0e7fa0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sum-blog-featured__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(14, 127, 160, 0.35);
}
.sum-blog-featured__card:hover .sum-blog-featured__media img {
  transform: scale(1.04);
}

.sum-blog-listing {
  padding-top: 8px;
}
.sum-blog-section-head {
  margin-bottom: 28px;
}
.sum-blog-section-head h2 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  color: #173152;
}
.sum-blog-section-head p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5a6f86;
}

.sum-blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.sum-blog-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(39, 71, 125, 0.12);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #4c6280;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.sum-blog-filter em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 800;
  color: #0e7fa0;
  background: rgba(62, 201, 228, 0.15);
}
.sum-blog-filter:hover {
  border-color: rgba(14, 127, 160, 0.35);
  color: #173152;
}
.sum-blog-filter.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #1e3a6d, #0e7fa0);
  box-shadow: 0 8px 22px rgba(14, 127, 160, 0.28);
}
.sum-blog-filter.is-active em {
  color: #173152;
  background: rgba(255, 255, 255, 0.92);
}

.sum-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.sum-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.08);
  box-shadow: 0 10px 28px rgba(21, 39, 78, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: sumBlogFadeUp 0.5s ease both;
  animation-delay: var(--blog-delay, 0s);
}
.sum-blog-card.is-hidden {
  display: none;
}
.sum-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(21, 39, 78, 0.12);
}
.sum-blog-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.sum-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.sum-blog-card:hover .sum-blog-card__media img {
  transform: scale(1.06);
}
.sum-blog-card__date-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 8px 10px;
  border-radius: 12px;
  text-align: center;
  color: #173152;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 18px rgba(21, 39, 78, 0.12);
}
.sum-blog-card__date-badge strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
}
.sum-blog-card__date-badge span {
  display: block;
  margin-top: 2px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0e7fa0;
}
.sum-blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px 20px 18px;
}
.sum-blog-card__category {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #309c5a;
}
.sum-blog-card__title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  color: #173152;
}
.sum-blog-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.sum-blog-card__title a:hover {
  color: #0e7fa0;
}
.sum-blog-card__excerpt {
  margin: 0 0 16px;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #5a6f86;
  flex: 1 1 auto;
}
.sum-blog-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
}
.sum-blog-card__read {
  font-size: 0.8rem;
  font-weight: 600;
  color: #7a8fa8;
}
.sum-blog-card__read i {
  margin-right: 5px;
  color: #309c5a;
}
.sum-blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #0e7fa0 !important;
  text-decoration: none !important;
  transition: gap 0.2s ease;
}
.sum-blog-card__link:hover {
  gap: 12px;
}
.sum-blog-card--compact .sum-blog-card__body {
  padding: 16px 18px 18px;
}

.sum-blog-empty {
  margin: 24px 0 0;
  padding: 28px 24px;
  border-radius: 16px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: #5a6f86;
  background: #f6f9fc;
  border: 1px dashed rgba(39, 71, 125, 0.18);
}

.sum-blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
}
.sum-blog-sidebar__card {
  padding: 24px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(39, 71, 125, 0.08);
  box-shadow: 0 10px 28px rgba(21, 39, 78, 0.06);
}
.sum-blog-sidebar__card h3 {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #173152;
}
.sum-blog-sidebar__topics {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sum-blog-sidebar__topics li + li {
  margin-top: 8px;
}
.sum-blog-sidebar__topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4c6280;
  text-align: left;
  background: #f6f9fc;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.sum-blog-sidebar__topic:hover {
  background: rgba(62, 201, 228, 0.12);
  color: #173152;
}
.sum-blog-sidebar__topic em {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 800;
  color: #0e7fa0;
}
.sum-blog-sidebar__card--cta {
  background: linear-gradient(145deg, #173152 0%, #1e3a6d 55%, #0e7fa0 100%);
  color: #fff;
  border-color: transparent;
}
.sum-blog-sidebar__card--cta h3,
.sum-blog-sidebar__card--cta p {
  color: rgba(255, 255, 255, 0.95);
}
.sum-blog-sidebar__card--cta p {
  margin: 0 0 18px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}
.sum-blog-sidebar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: #173152;
  background: rgba(255, 255, 255, 0.92);
}
.sum-blog-sidebar__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #173152 !important;
  text-decoration: none !important;
  background: #fff;
  transition: transform 0.2s ease;
}
.sum-blog-sidebar__btn:hover {
  transform: translateY(-2px);
}
.sum-blog-sidebar__social {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.sum-blog-sidebar__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #173152 !important;
  background: #f6f9fc;
  transition: background 0.2s ease, color 0.2s ease;
}
.sum-blog-sidebar__social a:hover {
  color: #fff !important;
  background: #0e7fa0;
}
.sum-blog-sidebar__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0e7fa0 !important;
  text-decoration: none !important;
}
.sum-blog-sidebar__card--contact p {
  margin: 0 0 16px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5a6f86;
}

.sum-blog-article__head {
  margin-bottom: 28px;
  text-align: center;
}
.sum-blog-article__head h1 {
  margin: 12px 0 18px;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  color: #173152;
}
.sum-blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #7a8fa8;
}
.sum-blog-article__meta i {
  margin-right: 6px;
  color: #309c5a;
}
.sum-blog-article__figure {
  margin: 0 0 32px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(21, 39, 78, 0.12);
}
.sum-blog-article__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.sum-blog-article__body {
  font-size: 1rem;
  line-height: 1.75;
  color: #3d5168;
}
.sum-blog-article__body p {
  margin-bottom: 1.15em;
}
.sum-blog-article__body strong {
  color: #173152;
}
.sum-blog-article__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(39, 71, 125, 0.1);
}
.sum-blog-article__tags-label {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8fa8;
}
.sum-blog-tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0e7fa0;
  background: rgba(62, 201, 228, 0.12);
}
.sum-blog-article__author-card {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 16px;
  background: #f6f9fc;
  border: 1px solid rgba(39, 71, 125, 0.08);
}
.sum-blog-article__author-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  font-size: 1.2rem;
  color: #0e7fa0;
  background: linear-gradient(135deg, rgba(93, 222, 244, 0.35), rgba(62, 201, 228, 0.12));
}
.sum-blog-article__author-card strong {
  display: block;
  font-size: 0.98rem;
  color: #173152;
}
.sum-blog-article__author-card span {
  display: block;
  margin-top: 2px;
  font-size: 0.84rem;
  color: #7a8fa8;
}

.sum-blog-related {
  padding-top: 12px;
  border-top: 1px solid rgba(39, 71, 125, 0.08);
}

@keyframes sumBlogFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .sum-blog-featured__card {
    grid-template-columns: 1fr;
  }
  .sum-blog-featured__media {
    min-height: 220px;
  }
  .sum-blog-grid {
    grid-template-columns: 1fr;
  }
  .sum-blog-sidebar {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .sum-blog-filters {
    gap: 8px;
  }
  .sum-blog-filter {
    padding: 8px 12px;
    font-size: 0.82rem;
  }
  .sum-blog-featured__content {
    padding: 22px 20px;
  }
  .sum-blog-featured__meta {
    flex-direction: column;
    gap: 8px;
  }
}
