/*--------------------------
    Project Name: Medcity
    Version: 1.3
    Author: 7oorof
    Relase Date: April 2021
    Last Date: March 2023
---------------------------*/
/*---------------------------/*--------------------------
    Project Name: Medcity
    Version: 1.3
    Author: 7oorof
    Relase Date: April 2021
    Last Date: March 2023
---------------------------*/
/*---------------------------
      Table of Contents
    -------------------------

    01- Global Styles
    02- Helper Classes
    03- Background & Colors
    04- Typography
    05- page title 
    06- Buttons
    07- Forms
    08- Tabs
    09- Icons
    10- Breadcrumb
    11- Pagination
    12- Lists
    13- Animations
    14- Alerts
    16- Carousel
    17- Preloader
    18- Header & Navbar 
    19- Accordions
    20- Banners
    21- Footer
    22- Call to Action
    23- Carousel 
    24- Slider
    26- Video
    27- Features
    28- Fancybox
    29- Team
    30- Testimonials
    31- Clients
    32- Blog
    33- Contact
    34- Pricing
    35- Sidebar
    36- About
    36- Services
    37- Timeline
    38- Gallery
    39- Shop
    40- Work Process
    41- Progress Bars

----------------------------*/
/*-------------------------- 
      Global Styles
---------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #848e9f;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: #2f9bff;
  color: #ffffff;
}

::selection {
  background-color: #2f9bff;
  color: #ffffff;
}

a {
  color: #1e568a;
  transition: color 0.3s ease;
}
a:hover {
  color: gray !important;
  text-decoration: none;
}

section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

img {
  max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
* {
  outline: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

select {
  background-color: transparent;
}

button,
button:focus,
.form-control,
.form-control:focus {
  outline: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .info-box p {
	color: var(--text-muted);
	font-size: 0.95rem;
	text-align: justify!important;
}
section.quotes-section {
    margin: 0px 20px;
}
  .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
}
/*----------------------------
      Helper Classes
----------------------------*/
.sticky-top {
  z-index: 500;
}
img.footer-logo {
    margin: -23px 0px 0px 0px;
    width: 63%;
}
.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row-no-gutter > [class*=col] {
  padding-right: 0;
  padding-left: 0;
}

.inner-padding {
  padding: 65px;
}

.box-shadow-none {
  box-shadow: none !important;
}

.background-banner {
  min-height: 500px;
}

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

.bg-top-right {
  background-position: top right !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-bottom-center {
  background-position: bottom center !important;
}

.width-auto {
  width: auto !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.font-secondary {
  font-family: "Roboto", sans-serif;
}

.lh-1 {
  line-height: 1 !important;
}

.list-inline > li {
  display: inline-block;
}

.align-v {
  display: flex !important;
  align-items: center !important;
}

.align-v-h {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.border-top {
  border-top: 1px solid #e7ebef !important;
}

.border-bottom {
  border-bottom: 1px solid #e7ebef !important;
}

/*----------------------
     Dividers 
------------------------*/
.divider {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 2px;
  background-color: #e7ebef;
}
.divider-sm {
  width: 20px;
  height: 2px;
}
.divider-xl {
  width: 130px;
}

.divider-primary {
  background-color: #2f9bff;
}

.divider-secondary {
  background-color: #213360;
}

.divider-white {
  background-color: #ffffff;
}

.minwidth-120 {
  min-width: 120px !important;
}

.minwidth-170 {
  min-width: 170px !important;
}

.z-index-2 {
  z-index: 2 !important;
}

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

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

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

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

.mt--100 {
  margin-top: -80px;
}

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

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

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

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

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

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

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

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

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

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

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

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

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

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

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

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

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

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

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

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

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

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

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

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

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

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

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

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

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

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

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

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

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

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

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

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

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

.pt-90 {
  padding-top: 90px !important;
}

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

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

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

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

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

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

.pb-60 {
  padding-bottom: 60px !important;
}

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

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

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

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

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

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

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

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.max-width-1300 {
  max-width: 1300px !important;
}
@media (max-width: 1400px) {
    .navbar .nav__item .nav__item-link {
        font-size: 13px !important;
        font-weight: 700;
        text-transform: capitalize;
        display: block;
        position: relative;
        color: #213360;
        line-height: 100px;
        letter-spacing: 0.4px;
        padding-right: 15px;
    }
}
@media (min-width: 1500px) {
  .inner-padding {
    padding: 110px;
  }
}
@media (max-width: 1200px) {
  .inner-padding {
    padding: 30px !important;
  }
}
@media (max-width: 992px) {
  .mt-30 {
    margin-top: 20px !important;
  }
  .mt-40 {
    margin-top: 20px !important;
  }
  .mt-50 {
    margin-top: 25px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .mt-70 {
    margin-top: 35px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mt-90 {
    margin-top: 45px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mt-120 {
    margin-top: 60px !important;
  }
  .mt-150 {
    margin-top: 75px !important;
  }
  .mb-30 {
    margin-bottom: 15px !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .mb-70 {
    margin-bottom: 35px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .mb-90 {
    margin-bottom: 45px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .mb-120 {
    margin-bottom: 60px !important;
  }
  .mb-130 {
    margin-bottom: 65px !important;
  }
  /* Margin Right */
  .mr-30 {
    margin-right: 15px !important;
  }
  .mr-40 {
    margin-right: 20px !important;
  }
  .mr-50 {
    margin-right: 25px !important;
  }
  /* Margin Left */
  .ml-30 {
    margin-left: 15px !important;
  }
  .ml-40 {
    margin-left: 20px !important;
  }
  .ml-50 {
    margin-left: 25px !important;
  }
  /* padding Top */
  .pt-30 {
    padding-top: 15px !important;
  }
  .pt-40 {
    padding-top: 20px !important;
  }
  .pt-50 {
    padding-top: 25px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pt-70 {
    padding-top: 35px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pt-90 {
    padding-top: 45px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pt-110 {
    padding-top: 55px !important;
  }
  .pt-120 {
    padding-top: 60px !important;
  }
  .pt-130 {
    padding-top: 70px !important;
  }
  .pt-140 {
    padding-top: 70px !important;
  }
  .pt-150 {
    padding-top: 75px !important;
  }
  .pt-160 {
    padding-top: 80px !important;
  }
  .pt-170 {
    padding-top: 85px !important;
  }
  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 15px !important;
  }
  .pb-40 {
    padding-bottom: 20px !important;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pb-70 {
    padding-bottom: 35px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pb-90 {
    padding-bottom: 45px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pb-110 {
    padding-bottom: 55px !important;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }
  .pb-130 {
    padding-bottom: 65px !important;
  }
  .pb-140 {
    padding-bottom: 70px !important;
  }
  .pb-150 {
    padding-bottom: 75px !important;
  }
  .pb-160 {
    padding-bottom: 80px !important;
  }
  .pb-170 {
    padding-bottom: 85px !important;
  }
}
/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {

    section#works {
    margin: 0px 20px;
}
        .quotes-section {
    margin: 0px 20px !important;
}

 .hero {
          min-height: 45vh;
}
  section {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
     .hero {
          min-height: 45vh !important;
}
.cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
        margin: 11px 0 !important;
}
  /*section {*/
  /*  padding-top: 50px;*/
  /*  padding-bottom: 50px;*/
            /*margin: 17px !important;*/
  /*}*/
  .cost-panel {
    display: none;
    background: linear-gradient(120deg, #e9f3fd 0%, #f2f8fd 60%, #f7fbfe 100%);
    border: 1px solid #e3edf9;
    border-radius: 18px;
    padding: 46px 23px;
}
.promise-text {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #64748B;
    margin-bottom: 24px;
    text-align: justify;
}
  .inner-padding {
    padding: 20px !important;
  }
  .text-center-xs-sm {
    text-align: center !important;
  }
  .mt-0-xs-sm {
    margin-top: 0 !important;
  }
}
/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-white-hover:hover {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-dark {
  color: #222222 !important;
}

.color-primary {
  color: #2f9bff !important;
}

.color-secondary {
  color: #213360 !important;
}

.color-heading {
  color: #0e204d !important;
}

.color-body {
  color: #848e9f !important;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-heading {
  background-color: #0e204d !important;
}

.bg-primary {
  background-color: #2f9bff !important;
}

.bg-secondary {
  background-color: #213360 !important;
}

.bg-light-blue {
  background-color: #3851a2 !important;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.background-size-auto {
  background-size: auto !important;
}

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

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(0 0 0 / 53%) !important;
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-gradient:before {
  background-color: transparent;
  opacity: 0.65;
  background-image: linear-gradient(180deg, #010711 0%, rgba(27, 26, 26, 0.65) 34%);
}

.bg-overlay-secondary:before {
  background-color: rgba(33, 51, 96, 0.93);
}

.bg-overlay-primary:before {
  background-color: #2f9bff(33, 205, 192, 0.85);
}

.bg-overlay-primary-gradient:before {
  opacity: 0.95;
  background-color: transparent;
  background-image: linear-gradient(180deg, #2f9bff(33, 205, 192, 0.9490196078) 19%, #2f9bff 71%);
}

.bg-overlay-secondary-gradient:before {
  opacity: 0.95;
  background-color: transparent;
  background-image: linear-gradient(180deg, #061733 19%, #061733 71%);
}

.bg-overlay-blue-gradient:before {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(56, 81, 162, 0.9019607843) 21%, #263B72 86%);
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #010205;
  font-family: "Quicksand", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif !important;
}

p {
  line-height: 1.75;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 48x;
  
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #435ba1;
  margin-bottom: 12px;
}

.heading__title {
  font-size: 37px;
  margin-bottom: 20px;
}
.heading__title .underlined-text {
  border-bottom: 4px solid #2f9bff;
}

.heading__desc {
  font-size: 16px;
  margin-bottom: 0;
}

.heading-layout2 .heading__title {
  font-size: 40px;
}

.heading-layout3 .heading__title {
  font-size: 50px;
}

.heading-light .heading__subtitle {
  color: #f9f9f9;
}
.heading-light .heading__subtitle:after {
  background-color: #ffffff;
}
.heading-light .heading__title,
.heading-light .heading__desc {
  color: #ffffff;
}

.text-block__title {
  font-size: 25px;
  margin-bottom: 17px;
}

.text-block__desc {
  font-size: 16px;
  line-height: 26px;
}

.text__link {
  font-size: 14px;
  font-weight: 700;
}
.text__link a:not(.btn) {
  padding-bottom: 2px;
  border-bottom: 2px solid #2f9bff;
}
.text__link a:not(.btn).color-secondary {
  border-bottom-color: #213360;
}
.text__link:hover a:not(.btn) {
  color: #213360;
  border-bottom-color: #213360;
}
.text__link:hover a:not(.btn).color-secondary {
  color: #2f9bff;
  border-bottom-color: #2f9bff;
}

@media (max-width: 992px) {
  .heading__title {
    font-size: 30px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .heading__title {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .heading__subtitle,
  .text__link {
    font-size: 13px;
  }
  .heading__desc {
    font-size: 13px;
  }
  .heading-layout2 .heading__title {
    font-size: 24px;
  }
  .heading-layout3 .heading__title {
    font-size: 26px;
  }
  .text-block__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
/*-------------------------
    page title 
-------------------------*/
.header-transparent + .page-title {
  margin-top: -135px;
}

.pagetitle__subheading {
  color: #2f9bff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.pagetitle__heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pagetitle__desc {
  color: #283b6a;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 32px;
}

.page-title {
  padding-top: 110px;
  padding-bottom: 120px;
}
.page-title .breadcrumb-item a,
.page-title .breadcrumb-item.active,
.page-title .breadcrumb-item + .breadcrumb-item::before {
  color: #435ba1;
}
.page-title .btn {
  min-width: 190px;
}
.page-title .btn.btn__outlined {
  line-height: 58px;
}
.page-title.bg-overlay:before {
  opacity: 0.55;
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(0, 0, 0, 0) 35%);
}

.page-title-layout2 .pagetitle__desc {
  font-size: 20px;
}
.page-title-layout2 .pagetitle__icon {
  position: relative;
  width: 120px;
  height: 120px;
  font-size: 80px;
  border-radius: 50%;
  display: inline-block;
  color: #213360;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.page-title-layout2 .pagetitle__icon:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.page-title-layout2 .scroll-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 80px;
  font-size: 25px;
  border-radius: 30px;
  color: #21cdc0;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.page-title-layout2.bg-overlay:before {
  opacity: 1;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1490196078) 47%, #ffffff 76%);
}

.page-title-layout3 {
  padding-bottom: 250px;
}

.page-title-layout5 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-title-layout6 .testimonials__rating .overall__rate {
  border-color: #ffffff;
}
.page-title-layout6 .testimonials__rating span,
.page-title-layout6 .testimonials__rating .total__rate,
.page-title-layout6 .testimonials__rating .overall__rate {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .page-title-layout4 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .page-title-layout4 .pagetitle__desc {
    padding: 0 40px;
  }
  .page-title-layout6 {
    padding-top: 320px;
    padding-bottom: 40px;
  }
}
/* Medium Size Devices */
@media (min-width: 768px) and (max-width: 991px) {
  .page-title {
    padding-bottom: 70px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .page-title {
    padding-bottom: 50px;
  }
  .page-title .pagetitle__subheading {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page-title .pagetitle__desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page-title .pagetitle__heading {
    font-size: 28px !important;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .page-title .btn {
    height: 40px;
    min-width: 140px;
  }
  .page-title-layout3 {
    padding-bottom: 170px;
  }
}
/*--------------------
   Buttons
---------------------*/
.btn {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  min-width: 170px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.btn:focus, .btn.active, .btn:active {
  box-shadow: none;
  outline: none;
}
.btn span,
.btn i {
  margin: 0 3px;
}
.btn .icon-filled {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s linear;
}

.btn:not(.btn__link):not(.btn__outlined):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* background-color: #213360; */
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}
.btn:not(.btn__link):not(.btn__outlined):hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.btn__primary {
  color: #ffffff;
  background-color: #21cdc0;
}
.btn__primary .icon-outlined {
  color: #e0e1e2;
  border: 1px solid #21cdc0;
  color: #21cdc0;
  background-color: #ffffff;
}
.btn__primary .icon-filled {
  color: #ffffff;
  background-color: #21cdc0;
}
.btn__primary:active, .btn__primary:focus {
  color: #ffffff;
  border-color: #21cdc0;
  background-color: #21cdc0;
}
.btn__primary:hover {
  color: #ffffff;
}
.btn__primary:hover .icon-outlined {
  color: #213360;
  background-color: #ffffff;
}
.btn__primary:hover .icon-filled {
  color: #ffffff;
  background-color: #213360;
}
.btn__primary.btn__outlined {
  background-color: transparent;
  border: 2px solid #21cdc0;
  color: #21cdc0;
}
.btn__primary.btn__outlined .icon-arrow-right,
.btn__primary.btn__outlined .icon-arrow-left {
  color: #ffffff;
  background-color: #21cdc0;
}
.btn__primary.btn__outlined:hover {
  color: #ffffff;
  background-color: #21cdc0;
}
.btn__primary.btn__outlined:hover .icon-arrow-right,
.btn__primary.btn__outlined:hover .icon-arrow-left {
  color: #21cdc0;
  background-color: #ffffff;
}
.btn__primary-style2:before {
  background-color: #ffffff !important;
}
.btn__primary-style2:hover {
  color: #213360;
}
.btn__primary-style2:hover .icon-arrow-right,
.btn__primary-style2:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #213360;
}

.btn__secondary {
    color: #ffffff;
    background-color: #2f9bff;
}
.btn__secondary:before {
    background-color: #6faae18c !important;
}
.btn__secondary .icon-filled {
  color: #ffffff;
  background-color: #213360;
}
.btn__secondary:hover {
  color: #ffffff;
}
.btn__secondary:hover .icon-filled {
  background-color: #21cdc0;
}
.btn__secondary:active, .btn__secondary:focus {
  color: #ffffff;
  border-color: #222222;
  background-color: #222222;
}
.btn__secondary.btn__outlined {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #2f9bff;
}
.btn__secondary.btn__outlined:hover {
  color: #ffffff;
  background-color: #213360;
}
.btn__secondary-style2:before {
  background-color: #ffffff !important;
}
.btn__secondary-style2:hover {
  color: #213360;
}

.btn__white {
  background-color: #ffffff;
  color: #213360;
}
.btn__white:active, .btn__white:focus {
  color: #213360;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn__white:hover {
  color: #ffffff;
}
.btn__white.btn__outlined {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}
.btn__white.btn__outlined:hover {
  color: #21cdc0;
  background-color: #ffffff;
}
.btn__white-style2 {
  color: #21cdc0;
}
.btn__white-style2:before {
  background-color: #21cdc0 !important;
}

.btn__outlined {
  background-color: transparent;
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
}
.btn__link:focus, .btn__link:active {
  background-color: transparent;
}
.btn__link.btn__icon {
  height: auto;
  line-height: 1;
  padding: 0;
}
.btn__link.btn__primary {
  color: #21cdc0;
}
.btn__link.btn__primary-style2:hover {
  color: #ffffff !important;
}
.btn__link.btn__primary.btn__underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #21cdc0;
}
.btn__link.btn__primary:hover {
  color: #222222;
}
.btn__link.btn__primary:hover.btn__underlined {
  border-color: #213360;
}
.btn__link.btn__secondary {
  color: #213360;
}
.btn__link.btn__secondary:hover {
  color: #21cdc0;
}
.btn__link.btn__white {
  color: #ffffff;
}
.btn__link.btn__white.btn__underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #ffffff;
}
.btn__link.btn__white:hover {
  color: #213360;
}
.btn__link.btn__white:hover.btn__underlined {
  border-color: #213360;
}

.btn__block {
  width: 100%;
}

.btn__icon {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.btn__icon i,
.btn__icon span {
  margin: 0 5px;
}

.btn__social {
  height: 54px;
  line-height: 54px;
  width: 54px;
  min-width: 0 !important;
  font-weight: 400;
  color: #ffffff;
  border-radius: 3px;
}

.btn__facebook {
  background-color: #4267b2;
}

.btn__twitter {
  background-color: #1da0f0;
}

.btn__google-plus {
  background-color: #ea4335;
}

.btn__lg {
  min-width: 200px;
}

.btn__xl {
  height: 70px;
  line-height: 70px;
  min-width: 220px;
}

.btn__xhight {
  height: 70px;
  line-height: 68px;
}

.btn__rounded {
  border-radius: 50px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .btn:not(.btn__link) {
    font-size: 13px;
    min-width: 120px;
    height: 50px;
  }
  .btn__icon {
    padding: 0 10px;
  }
  .btn__xl {
    height: 50px;
    min-width: 150px;
  }
}
/*---------------------------
        Forms
----------------------------*/
label {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
label.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 0 0;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}
.form-control {
    font-size: 14px;
    height: 52px;
    padding: -1px 14px;
    border-radius: 7px;
    background-color: #ffffff;
    border: 2px solid #e6e8eb;
}
.form-control:focus {
  border-color: #21cdc0;
  background-color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  color: #26365e;
}
.form-control:-moz-placeholder {
  color: #26365e;
}
.form-control::-moz-placeholder {
  color: #26365e;
}
.form-control:-ms-input-placeholder {
  color: #26365e;
}

textarea.form-control {
  border-radius: 20px;
  min-height: 105px;
  padding-top: 10px;
}

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #848e9f;
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
}

.label-radio input:checked ~ .radio-indicator {
  background: transparent;
}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
  background: transparent;
}

.radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #21cdc0;
}

.label-radio input:checked ~ .radio-indicator:after {
  display: block;
}

.custom-control-label {
  font-weight: 400;
}
.custom-control-label:before {
  position: absolute;
  top: -2px;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #e7ebef;
  border-radius: 0;
}
.custom-control-label:after {
  position: absolute;
  top: 2px;
  left: -20px;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  border-radius: 1px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background-color: #21cdc0;
  width: 8px;
  height: 8px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: transparent;
  border-color: transparent;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #e7ebef !important;
  background-color: transparent;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  box-shadow: none !important;
}

.nice-select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  margin-bottom: 30px;
}
.nice-select .list {
  width: 100%;
}
.nice-select .current, .nice-select .option {
    margin-left: 20px;
    color: #26365e;
}
.nice-select:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  right: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  z-index: 1;
  border-radius: 50%;
  background-color: #213360;
}
.nice-select:after {
  right: 20px;
  z-index: 2;
  border-color: #ffffff;
}

.form-group-icon {
  position: absolute;
  top: 23px;
  left: 23px;
  z-index: 2;
  color: #d7d8da;
  pointer-events: none;
}
.form-group-icon + .form-control,
.form-group-icon + select + .form-control {
  padding-left: 45px;
}
.form-group-icon + .form-control[type=date],
.form-group-icon + .form-control[type=time] {
  padding: 0 15px;
}

.form-group-date .form-group-icon {
  top: 22px;
  left: auto;
  right: 14px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
}

::-webkit-inner-spin-button,
::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .form-group,
  .nice-select {
    margin-bottom: 20px;
  }
  .form-control,
  .nice-select {
    height: 50px;
    border-radius: 50px;
  }
  .nice-select {
    line-height: 50px;
  }
  .form-group-icon {
    top: 19px;
  }
}
/*--------------------
    Tabs
--------------------*/
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav__link {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin: 0 30px 0 0;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  color: #213360;
}
.nav-tabs .nav__link:last-of-type {
  margin-right: 0;
}
.nav-tabs .nav__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #21cdc0;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
}
.nav-tabs .nav__link.active, .nav-tabs .nav__link:hover {
  color: #21cdc0;
}
.nav-tabs .nav__link.active:after, .nav-tabs .nav__link:hover:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

.nav-tabs-white .nav__link {
  color: #ffffff;
}
.nav-tabs-white .nav__link.active, .nav-tabs-white .nav__link:hover {
  color: #ffffff;
}
.nav-tabs-white .nav__link:after {
  background-color: #fff;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .nav-tabs .nav__link {
    font-size: 13px;
    margin: 0 15px 0 0;
  }
  .nav-tabs .nav__link:after {
    bottom: 4px;
  }
}
/*------------------- 
    Icons
------------------*/
.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-icons li {
  margin-right: 10px;
}
.social-icons li a {
  position: relative;
  z-index: 2;
  display: block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #213360;
  transition: all 0.4s linear;
}
.social-icons li a:hover {
    background-color: #007bff;
    color: #fff !important;
}
.social-icons li:last-of-type {
  margin-right: 0;
}
.social-icons-light li a {
  color: #ffffff;
}
.social-icons-light li a:hover {
  color: #21cdc0;
}
.social-icons-primary li a {
  color: #21cdc0;
}
.social-icons-primary li a:hover {
  color: #213360;
}

.icon-arrow-right {
  font-size: 65%;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  padding: 0;
  background-color: transparent;
}

.breadcrumb-item {
  position: relative;
  font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .breadcrumb-item a,
  .breadcrumb-item + .breadcrumb-item {
    font-size: 12px;
  }
}
/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-right: 10px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  color: #213360;
  border: 2px solid #e6e8eb;
  background-color: #ffffff;
  transition: all 0.3s linear;
}
.pagination li a:hover,
.pagination li a.current {
  color: #ffffff;
  border-color: #21cdc0;
  background-color: #21cdc0;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .pagination li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 31px;
  }
}
/*-------------------
    lists
-------------------*/
.contact-list li {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-list li:last-child {
  margin-bottom: 0;
}
.contact-list li a {
  color: #848e9f;
}

.list-items li {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 9px;
}
.list-items li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 9px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  color: #21cdc0;
}
.list-items li:last-of-type {
  margin-bottom: 0;
}

.list-items-layout2 li {
  margin-bottom: 14px;
  padding-left: 33px;
  color: #848e9f;
}
.list-items-layout2 li:before {
  color: #ffffff;
  border-color: #21cdc0;
  background-color: #21cdc0;
}

.list-items-layout4 li {
  margin-bottom: 14px;
  padding-left: 33px;
  color: #848e9f;
}
.list-items-layout4 li:before {
  color: #ffffff;
  border-color: #435ba1;
  background-color: #435ba1;
}

.list-items-layout3 li:before {
  color: #213360;
}

.list-items-light li {
  color: #ffffff;
}
.list-items-light li:before {
  color: #ffffff;
}
.list-items-light.list-items-layout2 li:before {
  color: #ffffff;
  border-color: #21cdc0;
  background-color: #21cdc0;
}

.list-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.list-horizontal li {
  flex: 0 0 50%;
  max-width: 50%;
}

.details-list > li {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 13px;
}
.details-list > li:nth-of-type(odd) {
  background-color: #def8f6;
}
.details-list > li .details__title {
  font-size: 14px;
  flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 0;
}
.details-list > li .details__content {
  flex: 0 0 60%;
  max-width: 60%;
}
.details-list .list-items-layout2 li {
  font-weight: 400;
}

.borderd-box {
  padding: 27px;
  border-radius: 4px;
  border: 1px solid #e7ebef;
}

@media (max-width: 992px) {
  .list-horizontal li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .details-list > li {
    padding: 10px;
    flex-direction: column;
  }
  .details-list > li .details__title,
  .details-list > li .details__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .list-items li {
    font-size: 14px;
  }
  .list-horizontal li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*------------------------
    Animations
-----------------------*/
@keyframes pulsing {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  40% {
    opacity: 0.3;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes slideTopDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes headerAnimation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomOut {
  50% {
    transform: scale(1.1);
  }
}
/*------------------------
    Alerts
--------------------------*/
.alert-primary {
  padding: 30px;
  color: #21cdc0;
  background-color: #def8f6;
  border-color: transparent;
  border-radius: 15px;
}
.alert-primary .alert__title {
  font-size: 19px;
}

/*----------------------
    Carousel
-----------------------*/
.slick-list {
  margin: 0 -10px;
}

.slick-slide {
  margin: 0 10px;
}

.m-slides-0 .slick-list {
  margin: 0;
}
.m-slides-0 .slick-slide {
  margin: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  color: #213360;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 0;
  z-index: 3;
  transition: all 0.3s linear;
  transform: translateY(-50%);
}
.slick-arrow:hover {
  color: #21cdc0;
}
.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
  font-family: "icomoon";
  font-size: 40px;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "\e906";
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "\e904";
}

.carousel-arrows-light .slick-arrow {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}
.carousel-arrows-light .slick-arrow:hover {
  color: #ffffff;
}

.slick-dots {
  list-style: none;
  position: relative;
  z-index: 2;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
}
.slick-dots li {
  display: inline-flex;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  transition: all 0.3s linear;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: #213360;
  transition: all 0.2s linear;
}
.slick-dots li.slick-active button {
  background-color: #21cdc0;
  box-shadow: 0 0 0 5px rgba(33, 205, 192, 0.15);
}

.carousel-dots-light .slick-dots li button {
  background-color: #ffffff;
}
.carousel-dots-light .slick-dots li.slick-active button {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}

/*----------------------
    Pre Loader
-----------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader .loading {
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader .loading span {
  position: absolute;
  width: 64px;
  height: 64px;
  border: 5px solid #21cdc0;
  border-radius: 50%;
  animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #21cdc0 transparent transparent transparent;
}
.preloader .loading span:nth-child(1) {
  animation-delay: -0.45s;
}
.preloader .loading span:nth-child(2) {
  animation-delay: -0.3s;
}
.preloader .loading span:nth-child(3) {
  animation-delay: -0.15s;
}

/* Rotating Animation */
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------
      Navbar & Header
-----------------------------*/
.header {
  position: relative;
  z-index: 1000;
}

/* Navbar */
.navbar {
  padding: 0;
  height: 100px;
  max-height: 100px;
  background-color: #ffffff;
  /*  dropdown-menu  */
}
.navbar > .container,
.navbar > .container-fluid {
  position: relative;
  height: 100px;
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 100px;
}
.navbar .logo-light {
  display: none;
}
.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}
.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}
.navbar .navbar-toggler .menu-lines:before, .navbar .navbar-toggler .menu-lines:after {
  content: "";
  position: absolute;
  left: 0;
  width: 23px;
  height: 1px;
  display: inline-block;
  background-color: #213360;
  transition: 0.3s ease;
}
.navbar .navbar-toggler .menu-lines:before {
  top: 0;
}
.navbar .navbar-toggler .menu-lines:after {
  top: 12px;
}
.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 1px;
  background-color: #213360;
}
.navbar .navbar-toggler.actived .menu-lines > span {
  opacity: 0;
}
.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  transform: rotate(-45deg);
}
.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  transform: rotate(45deg);
}
.navbar .nav__item {
  position: relative;
    margin-right: 49px;
}
.navbar .nav__item:last-child {
  margin-right: 0;
}
.navbar .nav__item .nav__item-link {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  position: relative;
  color: #213360;
  line-height: 100px;
  letter-spacing: 0.4px;
  padding-right: 15px;
}
.navbar .nav__item .nav__item-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #21cdc0;
  transition: 0.5s ease;
}
.navbar .nav__item .nav__item-link.active, .navbar .nav__item .nav__item-link:hover {
  color: hsl(206.87deg 89.33% 55.88%);
}
.navbar .nav__item .nav__item-link.active:before, .navbar .nav__item .nav__item-link.active:before, .navbar .nav__item .nav__item-link:hover:before, .navbar .nav__item .nav__item-link:hover:before {
  width: 100%;
}
.navbar .dropdown-toggle:after {
  /* content: "\f107"; */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #ffffff;
}
.navbar .dropdown-menu .nav__item {
  padding: 0 25px;
  margin-right: 0;
}
.navbar .dropdown-menu .nav__item .nav__item-link {
  font-size: 14px;
  color: #0e204d;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 36px !important;
  white-space: nowrap;
  position: relative;
}
.navbar .dropdown-menu .nav__item .nav__item-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 2px;
  opacity: 0;
  background-color: #21cdc0;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.navbar .dropdown-menu .nav__item .nav__item-link:hover {
  color: #21cdc0;
}
.navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
  opacity: 1;
  left: -15px;
}
.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0;
}

/* navbar-actions */
.navbar-actions > li {
  margin-left: 20px;
}
.navbar-actions > li:last-child {
  margin-right: 0;
}

.action__btn {
  color: #213360;
}

.lang-dropdown .dropdown-item {
  font-size: 14px;
  padding: 0.25rem 1rem;
}
.lang-dropdown .lang-dropdown-toggle {
  font-size: 14px;
  height: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-right: 15px;
  color: #ffffff;
}
.lang-dropdown .lang-dropdown-toggle:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  border: 0;
  display: block !important;
}
.lang-dropdown .lang-dropdown-toggle i {
  font-size: 30px;
  margin-right: 7px;
}
.lang-dropdown .dropdown-menu {
  min-width: 100px !important;
  padding: 0.6rem 0 !important;
}
.lang-dropdown .dropdown-menu .dropdown-item {
  color: #848e9f;
}
.lang-dropdown .dropdown-menu .dropdown-item:focus, .lang-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #21cdc0;
}
.lang-dropdown .dropdown-menu .dropdown-item.active, .lang-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

/* header topbar */
.header-topbar {
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #1249a3;
    /* margin-top: 0px; */
    padding: 10px 9px 10px 0px;
}
.header-topbar .contact__list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-right: 20px;
}
.header-topbar .contact__list li a:not(.btn) {
  color: #f4f4f4;
}
.header-topbar .contact__list li a:not(.btn):hover {
    color: #ffffffd1 !important;
}
.header-topbar .contact__list li > i {
  font-size: 16px;
  color: #788fc8;
  margin-right: 8px;
}
.header-topbar .contact__list li:last-child {
  margin-right: 0;
}
.header-topbar .social-icons li a {
  color: #213360;
  background-color: #9bb7df;
}
.header-topbar .social-icons li a:hover {
  background-color: #ffffff;
}
.header-topbar .header-topbar__search {
  position: relative;
}
.header-topbar .header-topbar__search .form-control {
  height: 30px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.15);
}
.header-topbar .header-topbar__search .form-control:focus {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.header-topbar .header-topbar__search .form-control::-webkit-input-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar__search .form-control:-moz-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar__search .form-control::-moz-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar__search .form-control:-ms-input-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar__search .header-topbar__search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.header-topbar .lang-dropdown .lang-dropdown-toggle {
  padding: 0 10px;
}
.header-topbar .lang-dropdown .lang-dropdown-toggle img {
  margin-right: 7px;
}
.header-topbar .action__btn {
  color: #ffffff !important;
}

.header-layout1,
.header-layout2 {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}

.header-layout2 .header-topbar > .container-fluid > .row,
.header-layout3 .header-topbar > .container-fluid > .row {
  height: 60px;
}

/* sticky-navbar */
.is-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  height: 80px !important;
  max-height: 80px !important;
  background-color: #ffffff !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  animation: translateHeader 0.8s;
}
.is-sticky > .container,
.is-sticky > .container-fluid {
  position: relative;
  height: 80px;
}
.is-sticky .miniPopup-departments-trigger {
  height: 80px;
}
.is-sticky .navbar-brand {
  line-height: 80px;
}
.is-sticky .header__top-right {
  display: none !important;
}
.is-sticky .nav__item .nav__item-link {
  color: #213360;
  line-height: 80px !important;
}
.is-sticky .nav__item .nav__item-link:before {
  background-color: #21cdc0 !important;
}
.is-sticky .logo-light {
  display: none;
}
.is-sticky .logo-dark {
  display: inline-block;
}
.is-sticky .navbar-nav {
  margin-top: 0 !important;
}

.miniPopup-emergency-trigger {
  position: relative;
  z-index: 151;
  height: 50px;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  color: #213360;
  background-color: #ffffff;
}
.miniPopup-emergency-trigger:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.miniPopup-emergency-trigger.active:after {
  content: "\f077";
}

.miniPopup-departments-trigger {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  height: 100px;
  color: #213360;
  transition: 0.3s ease;
}
.miniPopup-departments-trigger .menu-lines {
  position: relative;
  width: 25px;
  height: 14px;
  margin-right: 15px;
}
.miniPopup-departments-trigger .menu-lines span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #213360;
  transition: 0.3s ease;
}
.miniPopup-departments-trigger .menu-lines:before, .miniPopup-departments-trigger .menu-lines:after {
  content: "";
  position: absolute;
  right: 0;
  width: 14px;
  height: 2px;
  display: inline-block;
  background-color: #213360;
  transition: 0.3s ease;
}
.miniPopup-departments-trigger .menu-lines:before {
  top: 0;
}
.miniPopup-departments-trigger .menu-lines:after {
  bottom: 0;
}
.miniPopup-departments-trigger .menu-lines.active {
  color: #21cdc0;
}
.miniPopup-departments-trigger .menu-lines.active span {
  opacity: 0;
}
.miniPopup-departments-trigger .menu-lines.active:before, .miniPopup-departments-trigger .menu-lines.active:after {
  top: 7px;
  background-color: #21cdc0;
}
.miniPopup-departments-trigger .menu-lines.active:before {
  transform: rotate(-45deg);
}
.miniPopup-departments-trigger .menu-lines.active:after {
  transform: rotate(45deg);
}
.miniPopup-departments-trigger a {
  color: #213360;
}
.miniPopup-departments-trigger a:hover {
  color: #21cdc0;
}

/* miniPopup */
.miniPopup {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  width: 310px;
  padding: 40px;
  border-radius: 0 0 6px 6px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  transition: 0.3s ease;
  transform: translateY(20px);
}
.miniPopup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* miniPopup-departments */
.miniPopup-departments.dropdown-menu {
  top: 100%;
  display: block;
  min-width: 220px;
  width: 220px;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15) !important;
}

/* miniPopup-emergency */
.miniPopup-emergency .emergency__icon {
  font-size: 60px;
  line-height: 1;
  color: #21cdc0;
  margin-bottom: 20px;
}
.miniPopup-emergency .phone__number {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.miniPopup-emergency .btn {
  padding-top: 24px;
  border-top: 2px solid #e6e8eb;
}

/* search-popup */
.search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  transform: scale(0.7);
  transition: all 0.5s ease-in-out;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.search-popup.active .search-popup__form {
  transform: translateY(-50%) scaleX(1);
}
.search-popup.inActive {
  opacity: 0;
  transition-delay: 0.5s;
  transform: scale(1);
}
.search-popup.inActive .search-popup__form {
  transition-delay: 0s;
  transform: translateY(-50%) scaleX(0);
}
.search-popup .search-popup__close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  font-style: normal;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  background-color: #21cdc0;
  transition: all 0.2s linear;
}
.search-popup .search-popup__close:hover {
  background-color: #0e204d;
}
.search-popup .search-popup__form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  transform: translateY(-50%) scaleX(0);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}
.search-popup .search-popup__btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: #213360;
  transition: 0.3s ease;
}
.search-popup .search-popup__btn:hover {
  color: #21cdc0;
}
.search-popup .search-popup__form__input {
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  font-size: 35px;
  z-index: 1;
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 0 0 40px;
  color: #848e9f;
  background: transparent;
  border-bottom: 2px solid #e7ebef;
  transition: all 0.3s ease;
}
.search-popup .search-popup__form__input::-webkit-input-placeholder {
  color: #848e9f;
}
.search-popup .search-popup__form__input:-moz-placeholder {
  color: #848e9f;
}
.search-popup .search-popup__form__input::-moz-placeholder {
  color: #848e9f;
}
.search-popup .search-popup__form__input:-ms-input-placeholder {
  color: #848e9f;
}

/* login-popup */
.login-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(1, 7, 17, 0.9);
  transition: all 0.5s ease-in-out;
}
.login-popup .login-popup-wrapper {
  opacity: 0;
  width: 90%;
  max-width: 370px;
  transform: scale(0.9);
  transition: all 0.5s ease;
  transition-delay: 0.7s;
}
.login-popup .login-popup__form {
  position: relative;
  padding: 50px;
  border-radius: 5px;
  background-color: #ffffff;
}
.login-popup .login-popup__form .input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.login-popup .login-popup__form .input-icon.icon-lock {
  font-size: 20px;
}
.login-popup .login-popup__form .form-control {
  height: 60px;
  padding-left: 40px;
  background-color: #f1f5fe;
}
.login-popup .custom-control-label a {
  color: #213360;
  border-bottom: 1px solid #213360;
}
.login-popup .login-popup__title {
  font-size: 24px;
  margin-bottom: 15px;
}
.login-popup .go-login,
.login-popup .go-register {
  color: #21cdc0;
  margin-left: 10px;
}
.login-popup .go-login i,
.login-popup .go-register i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 6px;
  color: #21cdc0;
  transition: 0.3s linear;
}
.login-popup .go-login:hover i,
.login-popup .go-register:hover i {
  color: #ffffff;
  background-color: #21cdc0;
}
.login-popup.active {
  opacity: 1;
  visibility: visible;
}
.login-popup.active .login-popup-wrapper {
  opacity: 1;
  transform: scale(1);
}
.login-popup.inActive {
  opacity: 0;
  transition-delay: 0.5s;
}
.login-popup.inActive .login-popup-wrapper {
  transform: scale(0.9);
  transition-delay: 0s;
}

.action__btn-search {
  color: #213360;
}

@media (min-width: 1200px) {
.navbar .nav__item .nav__item-link {
    font-size: 15px !important;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #213360;
    line-height: 100px;
    letter-spacing: 0.4px;
    padding-right: 1px;
    gap: 0px;
}
  .header-topbar {
    display: block;
  }
  .navbar > .container-fluid,
  .header-topbar > .container-fluid {
    /*padding-left: 50px;*/
    /*padding-right: 50px;*/
  }
  .header-layout3 .topbar__text {
    color: #788fc8;
  }
  .header-layout3 .navbar .navbar-brand {
    padding-right: 50px;
    border-right: 1px solid #e6e8eb;
  }
  .header-layout3 .action__btn-search {
    padding-right: 50px;
    height: 100%;
    border-right: 1px solid #e6e8eb;
  }
  .header-layout3 .close__topbar {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #ffffff;
  }
}
@media (max-width: 1199px) {
  .header-topbar {
    display: none;
  }
}
/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .nav__item {
    margin-right: 20px;
  }
}
/* Mobile and Tablets */
@media (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }
  .navbar .collapse:not(.show) {
    display: block;
  }
  .navbar .navbar-nav {
    margin: 0 !important;
  }
  .navbar .nav__item {
    margin-right: 0;
  }
  .navbar .nav__item .nav__item-link {
    color: #222222;
    line-height: 35px !important;
    padding-left: 15px;
  }
  .navbar .nav__item .nav__item-link:hover {
    color: #21cdc0;
  }
  .navbar .nav__item .nav__item-link:before {
    display: none;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    padding: 0;
    transition: 0.4s ease;
  }
  .navbar .navbar-collapse .navbar-nav {
    opacity: 0;
    width: 240px;
    height: 100%;
    overflow-y: auto;
    padding: 50px 0 20px;
    background-color: #ffffff;
    transform: translateX(-100%);
    transition: 0.3s ease;
    transition-delay: 0.4s;
  }
  .navbar .navbar-collapse.menu-opened {
    opacity: 1;
    visibility: visible;
            margin: 0px !important;
  }
  .navbar .navbar-collapse.menu-opened .navbar-nav {
    opacity: 1;
    transform: translateX(0);
  }
  .navbar .navbar-collapse.menu-opened .close-mobile-menu {
    opacity: 1;
    transform: scale(1);
  }
  .navbar .close-mobile-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1100;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
    transition-delay: 0.5s;
  }
  .navbar .nav__item [data-toggle=dropdown]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    width: 50%;
    text-align: right;
    z-index: 2;
    padding-right: 15px;
    line-height: 35px;
    display: block !important;
  }
  .navbar .dropdown-toggle:after {
    display: none;
  }
  .navbar .nav__item.opened > [data-toggle=dropdown]:after,
  .navbar .nav__item.show > [data-toggle=dropdown]:after {
    content: "\f107";
  }
  .navbar .dropdown-menu {
    background-color: white;
  }
  .navbar .dropdown-menu .nav__item {
    padding: 0 15px 0 30px;
  }
  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-left: 0;
    border-bottom: none;
  }
  .navbar .dropdown-menu .dropdown-menu-col .nav__item {
    padding: 0;
  }
  .navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
    padding-left: 10px;
  }
  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }
  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }
  .navbar .mega-dropdown-menu > .nav__item {
    padding: 0 10px;
  }
  .navbar .mega-dropdown-menu .nav__item {
    padding: 0;
  }
  .header .navbar,
  .header-transparent .navbar {
    background-color: #ffffff;
  }
  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block;
  }
  .header .logo-light,
  .header-transparent .logo-light {
    display: none;
  }
  .header .module__btn,
  .header-transparent .module__btn {
    color: #213360;
    margin: 0 60px 0 0;
  }
  .header .navbar .navbar-toggler .menu-lines:before,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #213360;
  }
  .header .navbar-expand-lg > .container,
  .header .navbar-expand-lg > .container-fluid,
  .header-transparent .navbar-expand-lg > .container,
  .header-transparent .navbar-expand-lg > .container-fluid {
    width: 100%;
    max-width: none;
  }
  .header .navbar,
  .header .navbar > .container,
  .header .navbar > .container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar > .container,
  .header-transparent .navbar > .container-fluid {
    height: 80px;
  }
  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand,
  .header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px !important;
  }
  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand {
    line-height: 80px;
  }
  .header-topbar > .container {
    max-width: none;
  }
  .lang-dropdown .lang-dropdown-toggle,
  .header-transparent .action__btn {
    color: #213360;
  }
  .action__btn-search {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
  }
}
/* Medium and large Screens */
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    padding: 25px 0 23px;
    border-radius: 0 0 6px 6px;
  }
  .navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none;
  }
  .navbar .dropdown-menu.wide-dropdown-menu {
    padding: 0;
    min-width: 500px;
    overflow: hidden;
  }
  .navbar .dropdown-menu.wide-dropdown-menu > .nav__item {
    padding: 0;
  }
  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-title {
    color: #0e204d;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    margin: 0 0 13px 40px;
  }
  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
    padding: 40px 0 27px;
  }
  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child {
    position: relative;
  }
  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e9e9e9;
  }
  .navbar .nav__item.has-dropdown > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu > .mega-menu,
  .navbar .nav__item.has-dropdown > .mega-menu,
  .navbar .nav__item.has-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(10px);
  }
  .navbar .nav__item.has-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu > .dropdown-menu > .nav__item.has-dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
  }
  .navbar .nav__item.has-dropdown:hover > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu:hover > .mega-menu,
  .navbar .nav__item.has-dropdown:hover > .mega-menu,
  .navbar .nav__item.has-dropdown > .dropdown-menu > .nav__item.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar .nav__item.has-dropdown.mega-dropdown {
    position: static;
  }
  .navbar .nav__item.has-dropdown .mega-dropdown-menu {
    width: 100%;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    transition: all 0.4s ease;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    opacity: 0;
    color: #21cdc0;
    transition: all 0.4s ease;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-left: 15px;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: 4px;
  }
  .nav__item i[data-toggle=dropdown] {
    display: none;
  }
  .header-layout3 .navbar .navbar-brand {
    margin-right: 50px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .dropdown-menu.mega-dropdown-menu > .nav__item {
    padding: 0 15px;
  }
  .dropdown-menu.mega-dropdown-menu .nav__item:last-child > .nav__item-link {
    border-bottom: 1px solid #f2f2f2;
  }
  .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child > .nav__item-link {
    border-bottom: none;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .search-popup .search-popup__form {
    width: 90%;
  }
  .search-popup .search-popup__form__input {
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    padding: 0 0 0 30px;
  }
  .search-popup .search-popup__btn {
    font-size: 20px;
    line-height: 40px;
  }
  .search-popup .search-popup__close {
    font-size: 14px;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 420px) {
  .header .navbar-brand img {
    max-width: 120px;
  }
  .header .action__btn-login span {
    display: none;
  }
}
/* Header Animation */
@keyframes translateHeader {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*----------------------
    Accordions
------------------------*/
.accordion-item {
  padding: 22px 0;
  margin-top: -1px;
  border-top: 2px solid #e7ebef;
  border-bottom: 2px solid #e7ebef;
  background-color: #ffffff;
}
.accordion-item .accordion__title {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 40px;
  color: #213360;
}
.accordion-item .accordion__title:hover {
  color: #21cdc0;
}
.accordion-item .accordion__title:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #213360;
}
.accordion-item.opened {
  border-color: #21cdc0;
}
.accordion-item.opened .accordion__header:not(.collapsed) .accordion__title {
  color: #21cdc0;
}
.accordion-item.opened .accordion__header:not(.collapsed) .accordion__title:after {
  content: "\f107";
  background-color: #21cdc0;
}
.accordion-item .accordion__body {
  padding-top: 20px;
}
.accordion-item .accordion__body p {
  margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .accordion-item {
    padding: 10px 15px;
  }
  .accordion-item .accordion__title {
    font-size: 14px;
  }
  .accordion-item .accordion__body p {
    font-size: 13px;
  }
}
/*-----------------------
    banner
------------------------*/
.banner-layout1 .top-banner,
.banner-layout2 .top-banner {
  padding-bottom: 35px;
}
.banner-layout1 .banner-text,
.banner-layout2 .banner-text {
  padding: 110px 40px 110px 0;
}
.banner-layout1 .list-items-light.list-items-layout2 li:before,
.banner-layout2 .list-items-light.list-items-layout2 li:before {
  color: #213360;
  border-color: #ffffff;
  background-color: #ffffff;
}

/* Extra Large Size Screens */
@media (min-width: 1200px) {
  .banner-layout1 .banner-img,
  .banner-layout2 .banner-img {
    position: absolute;
    top: 0;
    right: -15px;
    height: 100%;
  }
  .banner-layout1 .fancybox-layout3,
  .banner-layout2 .fancybox-layout3 {
    position: absolute;
    top: 20%;
    right: -250px;
    z-index: 3;
  }
  .banner-layout1 .banner-img {
    border-top-left-radius: 15px;
  }
  .banner-layout2 .banner-img {
    height: calc(100% + 100px);
    border-bottom-left-radius: 15px;
  }
}
/* Mobile Phones & tablets and Small Screens */
@media (max-width: 1199px) {
  .banner-layout1 .banner-text,
  .banner-layout2 .banner-text {
    padding: 50px 0;
  }
  .banner-layout1 .banner-img,
  .banner-layout2 .banner-img {
    min-height: 300px;
  }
}
/*-------------------------
    Footer
--------------------------*/
.footer .footer-primary {
  padding-top: 85px;
  padding-bottom: 60px;
  background-color: #1d2a4d;
}
.footer .footer-secondary {
  position: relative;
  padding: 46px 0;
  background-color: #ffffff;
  color: #0f4494;
}
.footer .footer-secondary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  height: 5px;
  background-color: #2f9bff;
}
.footer [class*=footer-widget] {
  margin-bottom: 30px;
}
.footer .footer-widget__title {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.footer .contact-list li {
  line-height: 26px;
  margin-bottom: 0;
}
.footer .footer-widget-contact {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 15px;
  background-color: #ffffff;
}
.footer .footer-widget-contact:before {
  content: "\e916";
  font-family: icomoon;
  position: absolute;
  right: -30px;
  bottom: -15px;
  font-size: 170px;
  line-height: 1;
  color: rgba(40, 59, 106, 0.05);
  transform: rotate(-20deg);
  z-index: 0;
}
.footer .footer-widget-contact:after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background-color: #218ffa;
}
.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #848e9f;
  font-size: 14px;
  margin-bottom: 11px;
}
.footer .footer-widget-nav li a:hover {
  color: #21cdc0;
}
.footer .footer__copyright-links li a {
  color: #848e9f;
  display: block;
  margin-right: 25px;
  padding: 3px 0;
}
.footer .footer__copyright-links li a:hover {
  color: #2290fb;
}
.footer .footer__copyright-links li:last-child a {
  margin-right: 0;
}
.footer .phone__number {
  margin: 20px 0;
}

.phone__number {
  display: inline-flex;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #3851a2 !important;
}
.phone__number:hover {
    color: #2f9bff !important;
}
.phone__number i {
  margin-right: 7px;
}

/* Scroll Top Button */
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #21cdc0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#scrollTopBtn:hover {
  background-color: #222222;
}
#scrollTopBtn.actived {
  right: 30px;
  opacity: 1;
}

@media (min-width: 1200px) {
  .footer .footer-widget-nav,
  .footer .footer-widget-about {
    margin-top: 40px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 1200px) {
  .footer .footer-primary {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .footer .footer-secondary {
    padding: 20px 0;
  }
  .footer .footer-secondary:after {
    left: 20px;
    right: 20px;
    height: 3px;
  }
  .footer .footer-widget-contact {
    padding: 20px;
  }
  .footer .footer-widget-contact:after {
    top: 20px;
    bottom: 20px;
  }
  .footer .footer-widget {
    margin-bottom: 20px;
  }
  .footer .footer-widget__title {
    margin-bottom: 15px;
  }
  .footer .footer-widget-nav li a {
    font-size: 13px;
  }
  .footer .phone__number {
    margin: 10px 0;
  }
}
/* Mobile Phones */
@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer__copyright-links {
    justify-content: flex-start !important;
  }
  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  #scrollTopBtn.actived {
    right: 20px;
  }
}
/*-------------------------
    Call to Action
--------------------------*/
.cta-banner {
  position: relative;
  z-index: 3;
  padding: 40px;
  max-width: 300px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}
.cta-banner .cta__title {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
.cta-banner .cta__icon {
  color: #21cdc0;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 25px;
}
.cta-banner .cta__icon i {
  line-height: 1;
}

/* Mobile Phones & tablets and Small Screens */
@media (min-width: 320px) and (max-width: 767px) {
  .cta-banner .cta__title {
    font-size: 16px;
  }
}
/*------------------------
    Slider 
--------------------------*/
.header-transparent + .slider {
  margin-top: -100px;
}
.header-transparent.header-full + .slider {
  margin-top: -135px;
}

.header-transparent + .slider .slide-item {
  padding-top: 100px;
  height: 100vh;
}
.header-transparent.header-full + .slider .slide-item {
  padding-top: 165px;
  height: 100vh;
}

.slider {
  padding: 0;
}
.slider .slide-item {
  height: calc(100vh - 165px);
  min-height: 550px;
}
.slider .slide__subtitle {
  color: #213360;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.slider .slide__title {
  font-size: 75px;
  line-height: 1.1;
  margin-bottom: 25px;
}
.slider .slide__desc {
  color: #283b6a;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  max-width: 550px;
  margin-bottom: 30px;
}
.slider .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.slider .cta-banner {
  max-width: 270px;
  padding: 50px 40px;
}
.slider .cta-banner:before {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
  width: 2px;
  background-color: #21cdc0;
}
.slider .cta-banner .cta__title {
  font-family: "Quicksand", sans-serif;
}
.slider .cta-banner .slick-dots {
  position: static;
  text-align: left;
  margin-left: -17px;
}
.slider .cta-banner .slick-dots li button {
  border-color: #213360;
}
.slider .cta-banner .slick-dots li.slick-active button {
  border-color: #21cdc0;
}
.slider .cta-banner .slick-dots li:not(:first-child):before, .slider .cta-banner .slick-dots li:not(:last-child):after {
  background-color: #213360;
}
.slider .cta-banner .slick-dots li.slick-active:before, .slider .cta-banner .slick-dots li.slick-active:after {
  background-color: #21cdc0;
}
.slider .slick-arrow {
  transform: translateY(30px);
}
.slider .contact-panel-wrapper {
  position: relative;
}
.slider .contact-panel {
  position: absolute;
  right: 15px;
  bottom: -100px;
  z-index: 5;
  padding: 50px;
  max-width: 370px;
}
.slider .contact-panel .contact-panel__title {
  margin-bottom: 15px;
}
.slider .contact-panel .form-group {
  margin-bottom: 20px;
}

.slider-centerd {
  text-align: center;
}
.slider-centerd .slide__desc {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .slider .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .slider .slick-arrow:before {
    font-size: 50px;
  }
  .slider .slick-arrow.slick-next {
    right: 20px;
  }
  .slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .slider .btn {
    min-width: 190px;
  }
  .slider .btn.btn__outlined {
    line-height: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .slider .slide-item {
    padding-right: 50px;
    padding-left: 50px;
  }
  .slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .slider .slick-arrow.slick-next {
    right: 10px;
  }
}
/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .slider .slide__title {
    font-size: 65px;
  }
}
/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .slider .slide__title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .header-transparent + .slider {
    margin-top: 0 !important;
  }
  .slider .slide-item {
    min-height: 0;
    padding: 100px 10px;
    height: auto !important;
  }
  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
/*  Small Screens and tablets  */
@media (min-width: 576px) and (max-width: 767px) {
  .slider .slide__title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
  .slider .slick-arrow.slick-next {
    right: 0;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .slider .slide__title {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .slider .btn {
    margin-bottom: 10px;
  }
  .slider .slick-arrow {
    display: none;
  }
  .slider .slide-item {
    padding: 30px 10px;
  }
}
/*--------------------------
      Video
--------------------------*/
.video__btn {
  text-align: center;
  display: inline-flex;
  position: relative;
  padding-left: 70px;
  height: 60px;
  align-items: center;
}
.video__btn .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #21cdc0;
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear;
}
.video__btn:hover .video__player {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.15);
}
.video__btn .video__btn-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  margin-left: 12px;
}
.video__btn-lg {
  padding-left: 80px;
  height: 80px;
}
.video__btn-lg .video__player {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.video__btn-white .video__player {
  background-color: #ffffff !important;
  color: #0e204d;
}
.video__btn-white .video__player-animation {
  border-color: #ffffff !important;
}

.video-banner {
  position: relative;
  z-index: 2;
}
.video-banner img {
  border-radius: 15px;
}
.video-banner .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-banner .video__btn-title {
  position: absolute;
  bottom: -30px;
  left: -7px;
  line-height: 1.5;
}

.video-banner-layout2 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-banner-layout2.bg-overlay:before {
  z-index: 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, #061733 97%);
}
.video-banner-layout2 .video__btn {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding-left: 60px;
  height: 36px;
}
.video-banner-layout2 .video__player {
  width: 54px;
  height: 36px;
  line-height: 36px;
  border-radius: 10px;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.video-banner-layout2:hover .video__player {
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
}

.video-banner-layout3 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-banner-layout3.bg-overlay:before {
  z-index: 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, #061733 97%);
}
.video-banner-layout3 .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-----------------------
    Features
------------------------*/
.feature-item {
  position: relative;
  border-radius: 13px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
  transition: all 0.3s linear;
}
.feature-item .feature__img {
  position: absolute;
  bottom: 40%;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
.feature-item .feature__img img {
  border-radius: 13px;
}
.feature-item .feature__content {
  overflow: hidden;
  position: relative;
  padding: 37px 40px 35px;
}
.feature-item .feature__icon {
  font-size: 50px;
  line-height: 1;
  color: #21cdc0;
  margin-bottom: 20px;
  overflow: hidden;
}
.feature-item .feature__icon i:nth-of-type(2) {
  position: absolute;
  right: -30px;
  font-size: 80px;
  opacity: 0;
  transition: all 0.5s linear;
}
.feature-item .feature__title {
  font-size: 18px;
  margin-bottom: 0;
}
.feature-item .feature__desc {
  font-size: 14px;
  line-height: 1.7;
}
.feature-item .btn__link {
  position: absolute;
  bottom: -15px;
  left: 40px;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.5s linear;
}
.feature-item .btn__link .icon-outlined {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #213360;
  margin-right: 5px;
  transition: all 0.3s linear;
}
.feature-item .btn__link .icon-outlined:hover {
  background-color: #21cdc0;
}
.feature-item .btn__link .icon-outlined.icon-arrow-right {
  font-size: 75%;
}
.feature-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.feature-item:hover .feature__icon {
  color: #21cdc0;
}
.feature-item:hover .feature__icon i:nth-of-type(2) {
  opacity: 0.2;
}
.feature-item:hover .feature__img {
  bottom: 50%;
  opacity: 1;
}
.feature-item:hover .btn__link {
  opacity: 1;
  transform: scale(1);
}

.features-layout1 {
  padding-top: 180px;
}
.features-layout1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
  z-index: -1;
  background-color: #ffffff;
}

.features-layout2 .heading__icon {
  font-size: 60px;
  line-height: 1;
  color: #35fff0;
}
.features-layout2 .feature-item .icon-outlined:hover {
  background-color: #222222;
}

.features-layout3 .feature-item-custom {
  overflow: hidden;
  background-color: #21cdc0;
}
.features-layout3 .feature-item-custom:before {
  font-family: icomoon;
  content: "\e93f";
  position: absolute;
  right: -50px;
  bottom: -50px;
  font-size: 140px;
  color: rgba(255, 255, 255, 0.1);
}
.features-layout3 .feature-item-custom .feature__title,
.features-layout3 .feature-item-custom .feature__desc {
  color: #ffffff;
}
.features-layout3 .feature-item-custom .feature__title {
  margin-bottom: 20px;
}
.features-layout3 .feature-item-custom .btn__link {
  position: static;
  opacity: 1;
  line-height: 1.5;
  height: auto;
  transform: scale(1);
}

.features-layout4 .feature-item {
  padding: 30px;
  border-radius: 0;
  margin-bottom: 30px;
}
.features-layout4 .feature-item .feature__icon {
  flex: 0 0 70px;
  max-width: 70px;
}
.features-layout4 .feature-item .feature__title {
  font-size: 23px;
  margin-bottom: 15px;
}
.features-layout4 .feature-item .feature__content {
  padding: 0 !important;
}
.features-layout4 .feature-item .btn__link {
  position: static;
  opacity: 1;
  line-height: 1.5;
  height: auto;
  justify-content: flex-start;
  transform: scale(1);
}
.features-layout4 .slick-list {
  padding-bottom: 50px;
}
.features-layout4 .slick-dots {
  margin-top: -50px;
}

.features-list .feature-item {
  box-shadow: none;
  margin-bottom: 0;
  margin-right: 30px;
  text-align: center;
  background-color: transparent;
}
.features-list .feature-item:last-of-type {
  margin-right: 0;
}
.features-list .feature-item .feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  font-size: 40px;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #213360;
  background-color: #ffffff;
  transition: all 0.3s linear;
}
.features-list .feature-item .feature__title {
  font-size: 15px;
}
.features-list .feature-item:hover .feature__icon {
  box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.1);
  transform: translateY(-7px);
}

@media (min-width: 1200px) {
  .features-layout3 .feature-wrapper {
    overflow: hidden;
    margin-top: -50px;
    border-radius: 15px;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
  }
  .features-layout3 .feature-wrapper > [class*=col-]:not(:last-of-type) {
    border-right: 2px solid #e6e8eb;
  }
  .features-layout3 .feature-item {
    margin-bottom: 0;
  }
  .features-layout3 .feature-item:not(.feature-item-custom) {
    border-radius: 0;
    box-shadow: none;
  }
  .features-layout3 .feature-item:not(.feature-item-custom) .feature__title {
    line-height: 1.5;
  }
  .features-layout3 .feature-item.feature-item-custom {
    margin-top: -50px;
    border-radius: 15px;
  }
  .features-layout4 .carousel-container {
    margin-right: -160px;
  }
}
@media (max-width: 1199px) {
  .feature-item {
    margin: 10px 0;
  }
  .features-layout1[class*=mt--] {
    margin-top: -30px !important;
  }
}
@media (max-width: 992px) {
  .features-layout2 .feature-item .feature__img {
    display: none;
  }
}
/* Mobile Phones and tablets  */
@media (min-width: 320px) and (max-width: 767px) {
  .feature-item .feature__content {
    padding: 20px;
  }
  .feature-item .feature__title {
    font-size: 16px !important;
    margin-bottom: 5px;
  }
  .feature-item .feature__desc {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .feature-item .feature__icon {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .features-list .feature-item {
    margin-right: 10px;
  }
  .features-list .feature-item .feature__icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .features-list .feature-item .feature__title {
    font-size: 11px !important;
  }
}
/*-----------------------
     fancybox 
------------------------*/
.fancybox-item {
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}
.fancybox-item .fancybox__icon {
  font-size: 50px;
  line-height: 1;
  color: #21cdc0;
}
.fancybox-item .fancybox__title {
  font-size: 19px;
  margin-bottom: 16px;
}
.fancybox-item .fancybox__desc {
  margin-bottom: 0;
}
.fancybox-item .fancybox__icon,
.fancybox-item .fancybox__title,
.fancybox-item .fancybox__desc {
  transition: all 0.3s linear;
}
.fancybox-item:hover .fancybox__icon {
  animation: zoomOut 1s infinite alternate;
}
.fancybox-item:hover .fancybox__title {
  color: #21cdc0;
}

.fancybox-layout1 .fancybox-item,
.fancybox-layout2 .fancybox-item {
  padding: 40px;
  border: 2px solid #e6e8eb;
}
.fancybox-layout1 .fancybox-item .fancybox__icon,
.fancybox-layout2 .fancybox-item .fancybox__icon {
  flex: 0 0 70px;
}

.fancybox-layout1 .fancybox-item:hover {
  border-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.fancybox-layout2 .fancybox-item {
  padding: 30px;
}
.fancybox-layout2 .fancybox-item .fancybox__title {
  font-size: 18px;
  margin-bottom: 6px;
}
.fancybox-layout2 .fancybox-item:hover {
  border-color: #21cdc0;
  background-color: #21cdc0;
}
.fancybox-layout2 .fancybox-item:hover .fancybox__title,
.fancybox-layout2 .fancybox-item:hover .fancybox__desc,
.fancybox-layout2 .fancybox-item:hover .fancybox__icon {
  color: #ffffff;
}

.fancybox-layout3 .fancybox-item {
  width: 270px;
  padding: 37px 35px 30px;
  background-color: #ffffff;
}
.fancybox-layout3 .fancybox-item .fancybox__icon {
  flex: 0 0 70px;
}
.fancybox-layout3 .fancybox-item .fancybox__title {
  font-size: 18px;
}

.fancybox-light .fancybox-item .fancybox__icon,
.fancybox-light .fancybox-item .fancybox__title,
.fancybox-light .fancybox-item:hover .fancybox__title {
  color: #ffffff;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .fancybox-item .fancybox__icon {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .fancybox-item .fancybox__title {
    font-size: 15px !important;
    margin-bottom: 5px;
  }
  .fancybox-layout1 .fancybox-item .fancybox__icon,
  .fancybox-layout2 .fancybox-item .fancybox__icon {
    flex: 0 0 50px;
  }
  .fancybox-layout1 .fancybox-item,
  .fancybox-layout2 .fancybox-item,
  .fancybox-layout3 .fancybox-item {
    padding: 20px;
  }
}
/*--------------------
     Team
---------------------*/
.member {
  position: relative;
  border-radius: 8px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}
.member:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 3px;
  background-color: #21cdc0;
  transition: transform 0.4s linear;
  transition-delay: 0.3s;
  transform: scaleX(0);
}
.member .member__img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.member .member__img img {
  transition: all 0.9s ease;
}
.member .member__info {
  padding: 35px 40px;
      background: hsl(204.71deg 73.91% 95.49%);
    border-radius: 28px;
}
.member .member__info .member__name {
  font-size: 21px;
  margin-bottom: 11px;
}
.member .member__info .member__name a {
  color: #0e204d;
}
.member .member__info .member__name a:hover {
  color: #21cdc0;
}
.member .member__info .member__job {
  color: #21cdc0;
  margin-bottom: 10px;
}
.member .member__info .member__desc {
  font-size: 15px;
  margin-bottom: 0;
}
.member .member__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.5s linear;
}
.member .social-icons li {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.member .social-icons li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
}
.member .social-icons li a.facebook {
  background-color: #3b5999;
}
.member .social-icons li a.twitter {
  background-color: #55acee;
}
.member .social-icons li a.phone {
  background-color: #283b6a;
}
.member .social-icons li a:hover {
  background-color: #222222;
}
.member .social-icons li:nth-of-type(1) {
  transition-delay: 100ms;
}
.member .social-icons li:nth-of-type(2) {
  transition-delay: 200ms;
}
.member .social-icons li:nth-of-type(3) {
  transition-delay: 300ms;
}
.member .btn__link.btn__secondary {
  padding: 12px 0;
  margin-top: 5px;
}
.member .btn__link.btn__secondary i {
  width: auto;
  height: auto;
  margin-left: 3px;
  color: #213360;
  background-color: transparent !important;
  transition: all 0.3s linear;
}
.member .btn__link.btn__secondary:hover {
  color: #ffffff !important;
  background-color: #21cdc0 !important;
}
.member:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.member:hover .member__hover,
.member:hover .social-icons li {
  opacity: 1;
}
.member:hover .btn__link.btn__secondary {
  padding: 12px 15px;
  color: #ffffff;
  background-color: #213360;
}
.member:hover .btn__link.btn__secondary i {
  color: #ffffff;
}

.team-layout1 .member .social-icons {
  position: absolute;
  top: 40px;
  left: 40px;
}

.team-layout1 .slick-list,
.team-layout2 .slick-list {
  margin: -15px;
  overflow: visible;
}
.team-layout1 .slick-slide,
.team-layout2 .slick-slide {
  margin: 15px;
  transition: all 0.3s ease;
}
.team-layout1 .slick-slide.slick-active,
.team-layout2 .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.team-layout1 .slick-slide:not(.slick-active),
.team-layout2 .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}
.team-layout1 .member:hover:before,
.team-layout2 .member:hover:before {
  transform: scaleX(1);
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .member:before {
    left: 20px;
    right: 20px;
  }
  .member .member__info {
    padding: 15px 20px;
  }
}
/*----------------------------
     Testimonial
------------------------------*/
.testimonial__title {
  font-size: 23px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.testimonial__meta {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.testimonial__meta .testimonial__thmb {
  margin-bottom: 16px;
}
.testimonial__meta.slick-current {
  opacity: 1;
}
.testimonial__meta.slick-current .testimonial__thmb {
  border: 2px solid #21cdc0;
  background-color: #ffffff;
}

.testimonial__meta-title {
  font-size: 16px;
  margin-bottom: 4px;
  white-space: nowrap;
}

.testimonial__meta-desc {
  position: relative;
  z-index: 2;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
}

.testimonial__thmb {
  cursor: pointer;
  width: 52px !important;
  height: 52px;
  padding: 4px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: transparent;
  transition: all 0.4s ease;
}
.testimonial__thmb img {
  display: block;
  border-radius: 50%;
  margin: auto;
}

.testimonials-layout1 {
  border-radius: 15px;
  background-color: #edfbfa;
}
.testimonials-layout1 .slick-dots {
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 3;
}
.testimonials-layout1 .testimonials-wrapper {
  position: relative;
}
.testimonials-layout1 .testimonials-wrapper:before {
  font-family: icomoon;
  content: "\e95c";
  position: absolute;
  top: -160px;
  left: 0;
  font-size: 50px;
  color: #21cdc0;
}

.testimonials-layout2 .slick-dots,
.testimonials-layout3 .slick-dots {
  display: none !important;
}
.testimonials-layout2 .slider-nav,
.testimonials-layout3 .slider-nav {
  max-width: 550px;
}
.testimonials-layout2 .testimonial__meta,
.testimonials-layout3 .testimonial__meta {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.testimonials-layout2 .testimonial__meta .testimonial__thmb,
.testimonials-layout3 .testimonial__meta .testimonial__thmb {
  position: relative;
  width: 65px !important;
  height: 65px;
  padding: 6px;
  margin-bottom: 0;
  margin-right: 15px;
}
.testimonials-layout2 .testimonial__meta .testimonial__thmb:before,
.testimonials-layout3 .testimonial__meta .testimonial__thmb:before {
  font-family: icomoon;
  content: "\e95c";
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 12px;
  opacity: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #21cdc0;
  background-color: #ffffff;
  transition: all 0.4s ease;
}
.testimonials-layout2 .testimonial__meta.slick-current .testimonial__thmb:before,
.testimonials-layout3 .testimonial__meta.slick-current .testimonial__thmb:before {
  opacity: 1;
}

.testimonials-layout3 {
  padding-bottom: 290px;
}
.testimonials-layout3 + .contact-layout2 {
  margin-top: -240px;
}
.testimonials-layout3 .testimonial__title,
.testimonials-layout3 .testimonial__meta-title {
  color: #ffffff;
}
.testimonials-layout3 .testimonial__meta-desc {
  color: #848e9f;
}
.testimonials-layout3 .testimonial__meta.slick-current .testimonial__thmb {
  background-color: #213360;
}

.testimonials__rating {
  position: relative;
  max-width: 300px;
  padding: 20px 0px 20px 30px;
}
.testimonials__rating:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 143px;
  height: 95px;
  background-image: url(../images/icons/text-shape.png);
}
.testimonials__rating .total__rate {
  font-family: "Quicksand", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #21cdc0;
  margin-right: 10px;
}
.testimonials__rating .overall__rate {
  font-weight: 700;
  color: #213360;
  border-bottom: 2px solid #213360;
}

@media (min-width: 1300px) {
  .testimonials-layout1 {
    margin: 0 50px;
  }
}
@media (max-width: 992px) {
  .testimonials-layout1 .testimonials-wrapper:before {
    top: -90px;
    font-size: 40px;
  }
}
/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .testimonial__title {
    font-size: 15px;
  }
  .testimonial__meta-title {
    font-size: 13px;
  }
  .testimonials-layout2 .testimonial__meta .testimonial__thmb,
  .testimonials-layout3 .testimonial__meta .testimonial__thmb {
    position: relative;
    width: 40px !important;
    height: 40px;
    padding: 3px;
    margin-right: 7px;
  }
  .testimonials-layout2 .testimonial__meta .testimonial__thmb:before,
  .testimonials-layout3 .testimonial__meta .testimonial__thmb:before {
    font-size: 9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
/*---------------------------
    Client
---------------------------*/
.client {
  position: relative;
  overflow: hidden;
}
.client img {
  padding: 15px;
  transition: transform 0.5s ease;
}
.client img:first-of-type {
  opacity: 0.7;
}
.client img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
}
.client:hover img:first-of-type {
  transform: translateY(150%);
}
.client:hover img:last-of-type {
  transform: translate(-50%, -50%);
}

.clients-light .client img {
  filter: brightness(100);
}
.clients-light .client img:first-of-type {
  opacity: 0.98;
}

/*--------------------
     Blog
-------------------*/
.post-item {
  position: relative;
  border-radius: 6px;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}
.post-item .post__img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.post-item .post__img img {
  transition: all 0.9s ease;
}
.post-item .post__title {
  font-size: 20px;
  margin-bottom: 28px;
}
.post-item .post__title a {
  color: #0e204d;
}
.post-item .post__title a:hover {
  color: rgb(47 155 255 / 71%);
}
.post-item .post__meta {
  margin-bottom: 14px;
}

.post-item .post__meta > *:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #dedfe3;
}
.post-item .post__meta > *:last-child {
  padding-right: 0;
  margin-right: 0;
}
.post-item .post__meta > *:last-child:after {
  display: none;
}
.post-item .post__body {
  position: relative;
  z-index: 3;
  padding: 0 30px 40px 37px;
  margin-top: -15px;
}
.post-item .post__meta-cat {
  padding: 4px 13px;
  display: inline-block;
  border-radius: 0 8px 8px 8px;
  background-color: #21cdc0;
  margin-bottom: 15px;
}
.post-item .post__meta-cat a {
  position: relative;
  color: #ffffff;
  padding-right: 7px;
  font-size: 13px;
}
.post-item .post__meta-cat a:hover {
color: #fff !important;
}
.post-item .post__meta-cat a:after {
  content: ",";
  position: absolute;
  top: -1px;
  right: 1px;
  color: #ffffff;
}
.post-item .post__meta-cat a:last-child {
  padding-right: 0;
}
.post-item .post__meta-cat a:last-child:after {
  display: none;
}
.post-item .btn__link.btn__secondary {
  padding: 12px 0;
  margin-top: 5px;
}
.post-item .btn__link.btn__secondary i {
  width: auto;
  height: auto;
  margin-left: 3px;
  color: #213360;
  background-color: transparent !important;
  transition: all 0.3s linear;
}
.post-item .btn__link.btn__secondary:hover {
  color: #ffffff !important;
  background-color: #21cdc0 !important;
}
.post-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.post-item:hover .post__img img {
  transform: scale(1.1) rotate(1deg);
}
.post-item:hover .btn__link.btn__secondary {
  padding: 12px 20px;
  color: #ffffff;
  background-color: #213360;
}
.post-item:hover .btn__link.btn__secondary i {
  color: #ffffff;
}

/* Blog Sigle */
.blog-single .post-item .post__img {
  border-radius: 16px;
}
.blog-single .post-item:hover {
  box-shadow: none;
}

.blog-widget__title {
  font-size: 21px;
  margin-bottom: 24px;
}

.blog-share .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
.blog-share .social-icons a:hover {
  background-color: #21cdc0;
}

.widget-nav .widget-nav__img {
  position: relative;
  max-width: 90px;
  flex: 0 0 90px;
  align-self: baseline;
}
.widget-nav .widget-nav__img img {
  border-radius: 5px;
}
.widget-nav .widget-nav__img:before {
  font-family: icomoon;
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #213360;
  transition: all 0.3s linear;
}
.widget-nav .widget-nav__prev,
.widget-nav .widget-nav__next {
  position: relative;
  padding: 20px 40px;
  border-radius: 12px;
  border: 2px solid #e6e8eb;
  max-width: 48%;
  transition: all 0.3s linear;
}
.widget-nav .widget-nav__prev:hover,
.widget-nav .widget-nav__next:hover {
  border-color: #21cdc0;
}
.widget-nav .widget-nav__prev:hover .widget-nav__ttile,
.widget-nav .widget-nav__prev:hover .widget-nav__img:before,
.widget-nav .widget-nav__next:hover .widget-nav__ttile,
.widget-nav .widget-nav__next:hover .widget-nav__img:before {
  color: #21cdc0;
}
.widget-nav .widget-nav__next .widget-nav__img:before {
  content: "\e905";
  right: -20px;
}
.widget-nav .widget-nav__prev .widget-nav__img:before {
  content: "\e903";
  left: -20px;
}
.widget-nav .widget-nav__content {
  max-width: calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  padding: 0 10px;
}
.widget-nav .widget-nav__content span {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #616161;
  display: block;
  margin-bottom: 1px;
}
.widget-nav .widget-nav__content .widget-nav__ttile {
  font-size: 15px;
  transition: all 0.3s linear;
}
.widget-nav .widget-nav__all {
  font-size: 22px;
  line-height: 50px;
  display: block;
  text-align: center;
}

.blog-author {
  position: relative;
  padding: 35px;
  border-radius: 6px;
  background-color:#2f9bff5e !important;
}
.blog-author:after {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 0;
  width: 3px;
  background-color:#21cdc0;
  display: none;
}
.blog-author .blog-author__avatar {
  flex: 0 0 100px;
  max-width: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 30px;
}
.blog-author .blog-author__avatar img {
  border-radius: 50%;
}
.blog-author .blog-author__content {
  flex: calc(100% - 100px);
  max-width: calc(100% - 100px);
}
.blog-author .blog-author__name {
  font-size: 18px;
  margin-bottom: 12px;
}
.blog-author .blog-author__bio {
  font-size: 15px;
  margin-bottom: 13px;
}
.blog-author .social-icons li a {
  font-size: 15px;
  color: #0e204d;
  background-color: transparent !important;
}
.blog-author .social-icons li a:hover {
  color: #21cdc0;
}

.bordered-box {
  border-radius: 4px;
  border: 1px solid #e5e8ea;
}
.bordered-box .blog-share,
.bordered-box .blog-tags {
  padding: 25px;
}

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}
.comments-list .comment__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list .comment__item .comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}
.comments-list .comment__item .comment__avatar img {
  border-radius: 50%;
}
.comments-list .comment__item .comment__content {
  padding-left: 90px;
}
.comments-list .comment__item .comment__content .comment__author {
  font-size: 15px;
  margin-bottom: 11px;
}
.comments-list .comment__item .comment__content .comment__date {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.comments-list .comment__item .comment__content .comment__desc {
  font-size: 15px;
  margin-bottom: 6px;
}
.comments-list .comment__item .comment__content .comment__reply {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #21cdc0;
}
.comments-list .comment__item .comment__content .comment__reply:hover {
  color: #213360;
}
.comments-list .comment__item .nested__comment {
  border-top: 1px solid #eaeaea;
  padding: 30px 0 0 0;
  margin: 30px 0 0 90px;
}

.blog-tags ul li a {
  position: relative;
  font-size: 14px;
  padding-right: 5px;
  color: #21cdc0;
}
.blog-tags ul li a:hover {
  color: #213360;
}
.blog-tags ul li a:before {
  content: ",";
  position: absolute;
  top: -2px;
  right: 1px;
  color: #21cdc0;
}
.blog-tags ul li:last-child a:before {
  display: none;
}

@media (min-width: 1200px) {
  .blog-single .post-item .post__title {
    font-size: 40px;
  }
  .blog-single .post-item .post__desc p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .blog-single .post-item .post__body {
    margin-top: -35px;
    background-color: #ffffff;
    border-top-right-radius: 30px;
    /*margin-right: 40px;*/
  }
  .blog-single .post-item .post__meta-cat {
    position: relative;
    z-index: 6;
    top: -15px;
  }
}
@media (min-width: 768px) {
        .post-item .post__meta{
    position: relative;
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: 1;
    margin-right: 15px;
    padding-right: 15px;
}
  .widget-nav__next {
    text-align: right;
    flex-direction: row-reverse;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .hero-badges {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 11px 2px !important;
    margin: 0 0 40px;
    padding: 0;
}
  .post-item {
    margin-bottom: 15px;
  }
  .post-item .post__title {
    font-size: 23px !important;
    margin-bottom: 10px;
  }
  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px;
  }
  .comments-list .comment__item .comment__content {
    padding-left: 50px;
  }
  .comments-list .comment__item .comment__content .comment__desc {
    font-size: 13px;
  }
  .widget-nav {
    flex-direction: column;
  }
  .widget-nav .widget-nav__img {
    max-width: 70px;
    flex: 0 0 70px;
  }
  .widget-nav .widget-nav__img:before {
    display: none;
  }
  .widget-nav .widget-nav__prev,
  .widget-nav .widget-nav__next {
    max-width: 100%;
    padding: 15px;
  }
  .widget-nav .widget-nav__prev {
    margin-bottom: 10px;
  }
  .comments-list .comment__item .nested__comment {
    padding: 20px 0 0 0;
    margin: 20px 0 0 40px;
  }
  .bordered-box .blog-share,
  .bordered-box .blog-tags {
    padding: 10px;
  }
  .blog-carousel .heading-wrapper {
    margin-bottom: 60px !important;
  }
  .blog-carousel .btn__explore {
    position: relative;
    right: 0;
  }
  .blog-carousel .heading__title {
    font-size: 18px;
  }
  .blog-carousel .slick-arrow {
    top: -30px;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .blog-author {
    flex-direction: column;
    padding: 20px;
  }
  .blog-author:after {
    top: 20px;
    bottom: 20px;
  }
  .blog-author .blog-author__avatar,
  .blog-author .blog-author__content {
    flex: 100%;
    max-width: 100%;
  }
.post-item .post__body {
    padding: 0 15px !important;
    text-align: justify;
}
}
/*----------------------------
    Contact
----------------------------*/
.contact-info .boxes-wrapper {
  position: relative;
  z-index: 3;
  margin-top: -40px;
  overflow: hidden;
  border-radius: 10px;
}
.contact-info .boxes-wrapper > [class*=col-]:nth-of-type(1) .contact-box {
  background-color: #21cdc0;
}
.contact-info .boxes-wrapper > [class*=col-]:nth-of-type(2) .contact-box {
  background-color: #3851a2;
}
.contact-info .boxes-wrapper > [class*=col-]:nth-of-type(3) .contact-box {
  background-color: #2d4990;
}
.contact-info .contact-box {
  position: relative;
  padding: 45px;
  height: 100%;
}
.contact-info .contact-box .contact__title {
  font-size: 19px;
}
.contact-info .contact-box .contact__icon {
  font-size: 50px;
  flex: 0 0 80px;
  max-width: 80px;
}
.contact-info .contact-box .contact__title,
.contact-info .contact-box .contact__icon,
.contact-info .contact-box .time__list li,
.contact-info .contact-box .contact__desc {
  color: #ffffff;
}
.contact-info .contact-box .phone__number {
  font-size: 23px;
  margin-top: 5px;
  font-weight: 600;
  color: #ffffff !important;
}
.contact-info .contact-box .phone__number .icon-phone {
  font-size: 17px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  background-color: #1ebaae;
}
.contact-info .contact-box .btn__white.btn__outlined {
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-panel {
    position: relative;
    z-index: 2;
    padding: 60px;
    border-radius: 20px;
    /* background-color: #66b5ff29; */
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
    background: linear-gradient(140deg, #eaf3fd 0%, #f2f8fd 60%, #f8fbfe 100%);
    border: 1px solid #e3edf9;
}

.contact-panel__title {
  font-size: 24px;
}

.contact-panel__desc {
  font-size: 15px;
  line-height: 25px;
}

textarea.form-control {
  min-height: 120px;
  padding-top: 16px;
}

.contact-layout1 .contact-panel__info,
.contact-layout2 .contact-panel__info {
  position: relative;
  padding: 55px 60px;
  border-radius: 20px;
  overflow: hidden;
  flex: 0 0 38%;
  max-width: 38%;
}
.contact-layout1 .contact-panel__info:after,
.contact-layout2 .contact-panel__info:after {
  content: "";
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 0;
  width: 3px;
  background-color: #2f9bff;
}
.contact-layout1 .contact-panel__info .contact__list li,
.contact-layout2 .contact-panel__info .contact__list li {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-layout1 .contact-panel__info .contact__list li a,
.contact-layout2 .contact-panel__info .contact__list li a {
  color: #ffffff;
}
.contact-layout1 .contact-panel__info .contact__list li i,
.contact-layout2 .contact-panel__info .contact__list li i {
  margin-right: 8px;
}
.contact-layout1 .contact-panel__info .contact-panel__title,
.contact-layout2 .contact-panel__info .contact-panel__title {
  font-size: 30px;
}
.contact-layout1 .contact-panel__form,
.contact-layout2 .contact-panel__form {
  flex: 0 0 62%;
  max-width: 62%;
}

.contact-layout3 .text__block {
  margin-top: 50px;
  padding-top: 45px;
  border-top: 2px solid rgba(231, 235, 239, 0.3);
}
.contact-layout3 .text__block .text__block-desc {
  font-size: 17px;
}

.contact-layout4 {
  padding: 50px;
  overflow: hidden;
  border-radius: 20px;
}

.contact-layout5 .list-items-light.list-items-layout2 li:before {
  color: #213360;
  border-color: #ffffff;
  background-color: #ffffff;
}

@media (min-width: 1300px) {
  .contact-layout5 {
    margin-right: 50px;
    margin-left: 50px;
    overflow: hidden;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-layout1 .contact-panel__form,
  .contact-layout2 .contact-panel__form {
    padding-right: 70px;
  }
  .contact-layout3 .contact-panel {
    margin-right: 30px;
  }
  .contact-layout5 .contact-panel {
    margin-left: 30px;
  }
}
/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .contact-info .contact-box {
    padding: 25px;
  }
  .contact-panel {
    padding: 20px;
  }
  .contact-panel .contact-panel__desc {
    font-size: 13px;
    line-height: 23px;
  }
  .contact-layout1 .contact-panel__info,
  .contact-layout2 .contact-panel__info {
    padding: 20px;
    margin-top: 30px;
  }
  .contact-layout1 .contact-panel__info:after,
  .contact-layout2 .contact-panel__info:after {
    top: 20px;
    bottom: 20px;
  }
  .contact-layout1 .contact-panel__info,
  .contact-layout1 .contact-panel__form,
  .contact-layout2 .contact-panel__info,
  .contact-layout2 .contact-panel__form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Mobile Phones and tablets  */
@media (min-width: 320px) and (max-width: 767px) {
  .contact-info .boxes-wrapper {
    margin-top: -20px;
  }
  .contact-info .boxes-wrapper .contact-box {
    padding: 15px;
  }
  .contact-info .boxes-wrapper .contact-box .contact__icon {
    font-size: 40px;
    flex: 0 0 50px;
    max-width: 50px;
  }
  .contact-info .boxes-wrapper .contact-box .contact__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-layout4 {
    padding: 20px;
  }
}
/*--------------------------
        pricing
--------------------------*/
.pricing-package {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 30px);
  padding: 45px 50px 50px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px rgba(14, 32, 77, 0.15);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.pricing-package .package__title {
  color: #21cdc0;
  font-size: 16px;
  margin-bottom: 15px;
}
.pricing-package .package__price {
  font-family: "Quicksand", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #435ba1;
  line-height: 1;
  margin-bottom: 20px;
}
.pricing-package .package__period {
  font-size: 14px;
  font-weight: 600;
}
.pricing-package .package__desc {
  font-size: 14px;
  margin-bottom: 44px;
}
.pricing-package .package__list {
  margin-bottom: 50px;
}
.pricing-package .package__list li {
  margin-bottom: 13px;
}
.pricing-package .package__list li:before {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.pricing-package .package__footer {
  text-align: center;
  border-radius: 10px;
  padding: 32px 20px 40px;
  background-color: #def8f6;
}

.packages-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -130px;
  border-radius: 15px;
}

[class*=pricing-widget-layout] {
  padding: 40px;
  border-radius: 12px;
}
[class*=pricing-widget-layout] .pricing__title {
  font-size: 19px;
}
[class*=pricing-widget-layout] .pricing__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdee2;
}
[class*=pricing-widget-layout] .pricing__list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
[class*=pricing-widget-layout] .pricing__list li .price {
  line-height: 1;
  padding: 6px 10px;
  border-radius: 5px;
}

.pricing-widget-layout1 {
  background-color: #def8f6;
}
.pricing-widget-layout1 .pricing__list li .price {
  color: #ffffff;
  background-color: #21cdc0;
}

.pricing-widget-layout2 {
  border: 2px solid #e6e8eb;
}
.pricing-widget-layout2 .pricing__list li .price {
  color: #ffffff;
  background-color: #213360;
}

.pricing-widget-layout3 {
  background-color: #f6f6f6;
}
.pricing-widget-layout3 .pricing__list li .price {
  color: #ffffff;
  background-color: #213360;
}

.widget-plan {
  border-radius: 13px;
  border: 2px solid #e6e8eb;
}
.widget-plan .widget__body {
  padding: 50px;
}
.widget-plan .widget__footer {
  padding: 50px;
  border-top: 2px solid #e6e8eb;
}
.widget-plan .plan__items {
  padding: 30px;
  border-radius: 10px;
  background-color: #def8f6;
}
.widget-plan .plan__items li {
  color: #213360;
}
.widget-plan .plan__price {
  line-height: 1;
  font-size: 50px;
  color: #435BA1;
}
.widget-plan .plan__price .period {
  font-size: 14px;
}

@media (min-width: 992px) {
  .packages-wrapper > [class*=col-]:first-of-type .pricing-package {
    border-radius: 15px 0px 0px 15px;
  }
  .packages-wrapper > [class*=col-]:last-of-type .pricing-package {
    border-radius: 0px 15px 15px 0px;
  }
}
/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .widget-plan .widget__body {
    padding: 20px;
  }
  .widget-plan .plan__items {
    margin-top: 10px;
  }
  .pricing-package {
    height: auto;
    padding: 20px;
    border-radius: 10px;
  }
  .pricing-package .package__title {
    margin-bottom: 10px;
  }
  .pricing-package .package__price {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .pricing-package .package__desc {
    margin-bottom: 20px;
  }
  .pricing-package .package__list {
    margin-bottom: 30px;
  }
  .pricing-package .package__footer {
    border-radius: 10px;
    padding: 17px 10px 20px;
  }
  [class*=pricing-widget-layout] {
    padding: 20px;
    border-radius: 8px;
  }
  [class*=pricing-widget-layout] .pricing__title {
    font-size: 16px;
  }
  [class*=pricing-widget-layout] .pricing__list li {
    font-size: 14px;
  }
  [class*=pricing-widget-layout] .pricing__list li .price {
    padding: 3px 6px;
  }
}
/*--------------------
    Sidebar
----------------------*/
.sidebar.sticky-top {
  top: 100px;
}

.widget {
  position: relative;
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
  background-color: #def8f6;
}
.widget:after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background-color: #2f9bff;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget__title {
  font-size: 19px;
  margin-bottom: 23px;
}

.widget-search .widget__form-search {
  position: relative;
}
.widget-search .widget__form-search .form-control {
  height: 55px;
}
.widget-search .widget__form-search .form-control:focus {
  border-color: #21cdc0;
}
.widget-search .widget__form-search .btn {
  position: absolute;
  top: 0;
  right: 20px;
  width: auto;
  color: #21cdc0;
  padding: 0;
  min-width: 0;
  height: 55px;
  line-height: 55px;
}
.widget-search .widget__form-search .btn:before {
  display: none;
}
.widget-search .widget__form-search .btn:hover {
  color: #f9fbff;
}

.widget-categories ul li {
  margin-bottom: 11px;
}
.widget-categories ul li:last-child {
  margin-bottom: 0;
}
.widget-categories ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #213360;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.widget-categories ul li a:hover {
  color: #21cdc0;
}
.widget-categories ul li a .cat-count {
  font-size: 13px;
  font-weight: 400;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  border: 1px solid #e6e8eb;
  color: #21cdc0;
  background-color: #ffffff;
}

.widget-services ul li {
  margin-bottom: 4px;
}
.widget-services ul li:last-child {
  margin-bottom: 0;
}
.widget-services ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  padding: 22px 30px;
  text-transform: capitalize;
  border-radius: 50px;
  font-family: "Quicksand", sans-serif;
  color: #213360;
  background-color: #ffffff;
  transition: all 0.4s ease;
}
.widget-services ul li a:hover {
  color: #ffffff;
  background-color: #21cdc0;
}

.widget-tags ul {
  display: flex;
  flex-wrap: wrap;
}
.widget-tags ul li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  padding: 6px 10px;
  margin: 0 10px 10px 0;
  border-radius: 6px;
  border: 1px solid #e6e8eb;
  color: #21cdc0;
  background-color: #ffffff;
  transition: all 0.4s ease;
}
.widget-tags ul li a:hover {
  color: #ffffff;
  border-color: #21cdc0;
  background-color: #21cdc0;
}

/*widget posts*/
.widget-post-item {
  margin-bottom: 25px;
}
.widget-post-item:last-of-type {
  margin-bottom: 0;
}
.widget-post-item .widget-post__title {
  font-size: 16px;
  margin-bottom: 0;
}
.widget-post-item .widget-post__title a {
  color: #0e204d;
}
.widget-post-item:hover .widget-post__title a {
  color: #21cdc0;
}
.widget-post-item .widget-post__img {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
}
.widget-post-item .widget-post__img img {
  border-radius: 5px;
}
.widget-post-item .widget-post__date {
  line-height: 1;
  font-size: 13px;
  margin-bottom: 4px;
}

/*widget products*/
.widget-poducts .widget-product-item {
  margin-bottom: 20px;
}
.widget-poducts .widget-product-item:last-of-type {
  margin-bottom: 0;
}
.widget-poducts .widget-product-item .widget-product__title {
  font-size: 15px;
  margin-bottom: 0;
}
.widget-poducts .widget-product-item .widget-product__title a {
  color: #0e204d;
}
.widget-poducts .widget-product-item:hover .widget-product__title a {
  color: #21cdc0;
}
.widget-poducts .widget-product-item .widget-product__img {
  margin-right: 20px;
  flex: 0 0 50px;
  max-width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 2px;
}
.widget-poducts .widget-product-item .widget-product__img img {
  border-radius: 5px;
}
.widget-poducts .widget-product-item .widget-product__price {
  color: #21cdc0;
  font-size: 15px;
  font-weight: 700;
}

/* Widget Help */
.widget-help .widget__icon {
  font-size: 55px;
  margin-bottom: 4px;
}
.widget-help .widget__icon,
.widget-help .widget__title,
.widget-help .widget__desc {
  color: #ffffff;
}
.widget-help .phone__number {
  font-size: 24px;
  margin-top: 5px;
  color: #ffffff !important;
}
.widget-help .phone__number .icon-phone {
  font-size: 17px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  background-color: #3851a2;
}

/* Widget schedule */
.widget-schedule {
  background-color: #f6f6f6;
}
.widget-schedule .widget__icon {
  color: #213360;
  font-size: 50px;
  margin-bottom: 6px;
}

.time__list li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdee2;
}
.time__list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* widget member */
.widget-member {
  padding: 0;
  overflow: visible;
}
.widget-member:after {
  display: none;
}
.widget-member .member {
  z-index: 3;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.widget-member .member:before {
  transform: scaleX(1);
}
.widget-member .member .social-icons li {
  opacity: 1;
}

/* Widget reports */
.widget-reports {
  padding: 0;
  background-color: transparent;
}
.widget-reports:after {
  display: none;
}
.widget-reports .btn {
  display: flex;
  align-items: center;
  height: 90px;
  line-height: 88px;
  border-radius: 10px;
  font-size: 17px;
  font-family: "Quicksand", sans-serif;
}
.widget-reports .btn:before {
  display: none;
}
.widget-reports .btn i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 24px;
  border-radius: 8px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.widget-reports .btn__primary i {
  background-color: #213360;
}
.widget-reports .btn__primary:hover {
  background-color: #213360;
}
.widget-reports .btn__primary:hover i {
  background-color: #21cdc0;
}

/* Widget Filter */
.widget-filter .ui-slider {
  background-color: rgba(34, 34, 34, 0.06);
  border-radius: 0;
  height: 4px;
  margin-bottom: 18px;
}
.widget-filter .ui-slider-range {
  height: 4px;
  background-color: #21cdc0;
}
.widget-filter .price-output {
  flex: 0 0 50%;
  max-width: 50%;
}
.widget-filter label {
  color: #848e9f;
  font-size: 14px;
  margin-bottom: 0;
}
.widget-filter input {
  background-color: transparent;
  color: #21cdc0;
  font-size: 14px;
  border: none;
}
.widget-filter .btn__filter {
  font-size: 14px;
  font-weight: 700;
  color: #0e204d;
}

.ui-slider {
  position: relative;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content {
  border: none;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #21cdc0;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.sidebar-layout2 .widget {
  padding: 0;
  background-color: transparent;
}
.sidebar-layout2 .widget:after {
  display: none;
}

@media (min-width: 1200px) {
  .sidebar.has-marign-right {
    margin-right: 40px;
  }
  .sidebar.has-marign-left {
    margin-left: 40px;
  }
  .widget-member.shifted-top {
    margin-top: -450px;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }
  .widget:after {
    top: 20px;
    bottom: 20px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .widget {
    padding: 15px;
  }
  .widget:after {
    top: 15px;
    bottom: 15px;
  }
  .widget .widget__title {
    margin-bottom: 20px;
  }
  .widget-categories ul {
    padding: 0;
  }
  .widget-categories ul li a {
    font-size: 13px;
  }
}
/*----------------------
    About
-----------------------*/
.about__img {
  position: relative;
}
.about__img img {
  border-radius: 5px;
}

.about-layout1 .about__Text,
.about-layout4 .about__Text {
  padding: 0 40px;
}
.about-layout1 .about__Text p,
.about-layout4 .about__Text p {
  font-size: 16px;
  color: #213360;
}
.about-layout1 .about__Text p:first-of-type,
.about-layout4 .about__Text p:first-of-type {
  position: relative;
  font-weight: 600;
}
.about-layout1 .about__Text p:first-of-type:before,
.about-layout4 .about__Text p:first-of-type:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: -40px;
  width: 2px;
  background-color: #213360;
}

.about-layout4 .video-banner .video__btn {
  top: auto;
  left: 50px;
  bottom: 50px;
  transform: translate(0);
}

.about-layout2 .text-with-icon .text__icon {
  color: #21cdc0;
  font-size: 50px;
}
.about-layout2 .video-banner-layout2 {
  margin-bottom: 20px;
}

.about-layout3 .experience__years {
  font-size: 160px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.about-layout3 .experience__text {
  font-size: 16px;
}
.about-layout3 .text__icon {
  font-size: 65px;
  color: #21cdc0;
}

.about-layout5 .list-items li {
  padding-left: 30px;
  line-height: 1.7;
  margin-bottom: 14px;
}
.about-layout5 .list-items li:before {
  top: 3px;
  font-size: 14px;
}
.about-layout5 .map-wrapper {
  position: relative;
}
.about-layout5 .tooltip-box {
  position: absolute;
}
.about-layout5 .tooltip-box:nth-of-type(1) {
  top: 28%;
  left: 15%;
}
.about-layout5 .tooltip-box:nth-of-type(2) {
  top: 15%;
  right: 18%;
}
.about-layout5 .tooltip-box:nth-of-type(3) {
  top: 50%;
  left: 46%;
}
.about-layout5 .tooltip-box .tooltip__icon {
  position: relative;
  bottom: 0;
  left: 0;
  transition: all 0.3s linear 0ms;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  color: #ffffff;
  background-color: #21cdc0;
}
.about-layout5 .tooltip-box .tooltip__panel {
  position: absolute;
  opacity: 0;
  bottom: 45px;
  left: -15px;
  z-index: 3;
  width: 180px;
  border-radius: 10px;
  visibility: hidden;
  margin-bottom: -20px;
  padding: 15px 20px;
  background-color: #ffffff;
  transition: all 0.3s linear 0ms;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.about-layout5 .tooltip-box .tooltip__panel:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #ffffff;
}
.about-layout5 .tooltip-box.tooltip-hover-left .tooltip__panel {
  right: -15px;
  left: auto;
}
.about-layout5 .tooltip-box.tooltip-hover-left .tooltip__panel:after {
  left: auto;
  right: 30px;
  border-left: 0;
  border-right: 12px solid #ffffff;
}
.about-layout5 .tooltip-box:hover .tooltip__panel {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}

.info-card {
  position: relative;
  z-index: 2;
  padding: 50px;
  border-radius: 15px;
  margin-bottom: -50px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.info-card:after {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
  width: 3px;
  background-color: #213360;
}
.info-card .info__ttile {
  font-size: 25px;
}
.info-card .testimonials__rating {
  max-width: 250px;
  padding: 0;
}
.info-card .testimonials__rating:before {
  display: none;
}
.info-card .testimonials__rating .total__rate,
.info-card .testimonials__rating .overall__rate {
  color: #213360;
}
.info-card .info__meta {
  padding-top: 45px;
  border-top: 2px solid #e6e8eb;
}

.notes .note {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.notes .note > i {
  font-size: 20px;
  margin-right: 8px;
}
.notes .note .btn {
  font-size: 14px;
}
.notes .testimonials__rating {
  max-width: 250px;
  padding: 0;
}
.notes .testimonials__rating:before {
  display: none;
}
.notes .testimonials__rating .total__rate,
.notes .testimonials__rating .overall__rate {
  color: #213360;
}
.notes .btn:not(.btn__link) {
  height: 50px;
}

@media (min-width: 1200px) {
  .about-layout2 + .services-layout1 {
    padding-top: 200px;
  }
  .about-layout2 .text-with-icon {
    display: flex;
    flex-wrap: wrap;
  }
  .about-layout2 .text-with-icon .text__icon {
    flex: 0 0 100px;
    max-width: 100px;
  }
  .about-layout2 .text-with-icon .text__content {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
  .about-layout2 .about__text {
    position: relative;
    z-index: 4;
    border-radius: 20px;
    padding: 0 0 90px 90px;
  }
  .about-layout2 .video-banner-layout2 {
    position: absolute;
    z-index: 3;
    width: 135%;
    border-radius: 20px;
  }
  .about-layout2 .video-banner-layout2 .video__player {
    box-shadow: none;
  }
  .about-layout2 .video-banner-layout2 .video__btn {
    position: absolute;
    left: auto;
    right: 10px;
  }
  .about-layout2 .video-banner-layout2 .video__btn-title {
    line-height: 1.3;
    max-width: 80px;
    text-align: left;
    white-space: normal;
  }
  .about-layout3 .experience {
    margin-top: 80px;
  }
  .about-layout3 .about__text,
  .about-layout3 .video-banner-layout2 {
    margin-left: 40px;
  }
  .about-layout3 .video-banner-layout2 {
    z-index: 3;
    margin-bottom: -60px;
  }
  .about-layout5 .about-text-wrapper {
    margin-left: 50px;
  }
  .notes .testimonials__rating {
    margin-left: 90px;
  }
  .notes .btn:not(.btn__link) {
    min-width: 210px;
  }
}
/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .about-layout1 .about__Text,
  .about-layout4 .about__Text {
    padding: 0 20px;
  }
  .about-layout1 .about__Text p:first-of-type:before,
  .about-layout4 .about__Text p:first-of-type:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: -20px;
    width: 2px;
    background-color: #213360;
  }
  .about-layout5 .about__Text {
    padding-left: 20px;
  }
  .about-layout5 .blockquote {
    padding: 20px;
    max-width: 300px;
  }
  .about-layout5 .blockquote:before {
    right: 20px;
  }
  .about-layout5 .blockquote:after {
    left: 20px;
    font-size: 40px;
  }
  .about-layout5 .blockquote .blockquote__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .about-layout5 .blockquote .blockquote__author {
    font-size: 12px;
  }
  .info-card {
    padding: 20px;
    margin-bottom: -20px;
  }
  .info-card:after {
    top: 20px;
    bottom: 20px;
  }
  .info-card .info__ttile {
    font-size: 20px;
  }
  .info-card .info__meta {
    padding-top: 25px;
  }
  .notes .note {
    margin-bottom: 20px;
  }
  .notes .note .btn {
    margin-top: 5px;
  }
}
/*-----------------------
    Services 
--------------------------*/
.service-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
  transition: all 0.4s ease;
}
.service-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 3px;
  background-color: #435ba1;
  transition: all 0.4s linear;
}
.service-item .service__content {
  padding: 40px;
}
.service-item .service__icon {
  color: #213360;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
  transition: all 0.3s linear;
}
.service-item .service__icon i:nth-of-type(2) {
  position: absolute;
  right: -60px;
  font-size: 140px;
  opacity: 0.1;
  top: 100px;
}
.service-item .service__title {
  font-size: 24px;
  margin-bottom: 31px;
  transition: all 0.3s linear;
}
.service-item .service__desc {
  font-size: 15px;
  margin-bottom: 32px;
  transition: all 0.3s linear;
}
.service-item .list-items {
  margin-bottom: 30px;
}
.service-item .list-items li {
  margin-bottom: 15px;
}
.service-item .btn:not(.btn__link) {
  height: 50px;
}
.service-item .btn:hover {
  border-color: #21cdc0;
  background-color: #21cdc0;
}
.service-item:hover {
  z-index: 5;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}
.service-item:hover:before {
  background-color: #21cdc0;
}

.services-layout1 .service-item {
  padding: 40px;
}
.services-layout1 .service-item .service__content {
  padding: 0;
}

.services-layout2 .service-item:before {
  background-color: #213360 !important;
  transform: scaleX(0);
}
.services-layout2 .service-item .service__title {
  font-size: 23px;
  margin-bottom: 16px;
}
.services-layout2 .service-item .service__img {
  overflow: hidden;
  border-radius: 8px;
}
.services-layout2 .service-item .service__img img {
  transition: all 0.9s ease;
}
.services-layout2 .service-item .btn:hover {
  border-color: #213360;
  background-color: #213360;
}
.services-layout2 .service-item:hover:before {
  transform: scaleX(1);
}
.services-layout2 .service-item:hover .service__img img {
  transform: scale(1.1) rotate(1deg);
}

.services-carousel.services-layout1 .service-item {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
}
.services-carousel.services-layout1 .service-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.services-carousel.services-layout1 .slick-dots {
  text-align: center;
}
.services-carousel .slick-dots {
  margin-top: 40px;
  text-align: left;
}
.services-carousel .slick-list {
  margin: -15px;
  overflow: visible;
}
.services-carousel .slick-slide {
  margin: 15px;
  transition: all 0.3s ease;
}
.services-carousel .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.services-carousel .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1500px) {
    .navbar .nav__item .nav__item-link {
    font-size: 16px !important;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #213360;
    line-height: 100px;
    letter-spacing: 0.4px;
    padding-right: 15px;
}
  .services-carousel .carousel-container {
    margin-right: -250px;
  }
}
@media (min-width: 1200px) {
  .services-carousel .carousel-container {
    margin-right: -170px;
  }
  .services-carousel .slick-arrow {
    top: -90px;
  }
  .services-carousel .slick-arrow.slick-prev {
    left: 80%;
  }
  .services-carousel .slick-arrow.slick-next {
    left: 85%;
  }
  .services-carousel .service-item .service__desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .service-item {
    padding: 20px;
  }
  .service-item:before {
    left: 20px;
    right: 20px;
  }
  .service-item .service__icon {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .service-item .service__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service-item .service__desc {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .services-layout1 .service-item {
    padding: 20px;
  }
  .services-layout2 .service-item {
    margin-bottom: 30px;
  }
  .services-layout2 .service-item .service__content {
    padding: 15px 0 0 0;
  }
  .services-layout3 .service-item {
    padding: 20px;
  }
}
/*-------------------------
   Timeline
-------------------------*/
.doctors-timetable th {
  font-weight: 700;
  color: #848e9f;
  padding: 17px 15px;
}
.doctors-timetable th,
.doctors-timetable td {
  text-align: center;
  vertical-align: middle;
  border-radius: 14px;
  border: 3px solid #ffffff;
}
.doctors-timetable thead {
  background-color: #def8f6 !important;
}
.doctors-timetable tbody tr:nth-of-type(even) td:first-of-type {
  min-width: 80px;
  background-color: #def8f6 !important;
}
.doctors-timetable tbody tr td:first-of-type {
  font-weight: 700;
}
.doctors-timetable .event {
  padding: 27px 10px;
  vertical-align: top;
  color: #ffffff;
  background-color: #435ba1;
}
.doctors-timetable .event .event__header {
  font-family: "Quicksand", sans-serif;
  display: block;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
}
.doctors-timetable .event .event__type {
  font-size: 13px;
}
.doctors-timetable .event .doctor__name {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.doctors-timetable .event .event__time {
  margin: 15px 0;
}
.doctors-timetable .event .event__time span {
  display: block;
}

.timeline-item {
  position: relative;
}
.timeline-item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 116px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #21cdc0;
  transition: 0.3s linear;
}
.timeline-item .timeline__year {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 40px;
  border-radius: 5px;
  height: 30px;
  margin-bottom: 0;
  align-self: baseline;
  padding: 5px 20px 5px 25px;
  background-color: #213360;
}
.timeline-item .timeline__year:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 10px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.timeline-item .timeline__year:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: -8px;
  top: 5px;
  z-index: -1;
  transform: rotate(45deg);
  background-color: #213360;
}
.timeline-item .timeline__body {
  position: relative;
  font-size: 15px;
  padding-left: 40px;
  margin-bottom: 0;
  padding-bottom: 48px;
}
.timeline-item .timeline__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #dcdee2;
}
.timeline-item .timeline__body:after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 0;
  left: -1px;
  width: 2px;
  background-color: #dcdee2;
}
.timeline-item .timeline__title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 18px;
}
.timeline-item:hover:before {
  transform: scale(1.3);
}
.timeline-item:last-of-type .timeline__body {
  padding-bottom: 0;
}

/*-------------------------
   gallery
-------------------------*/
.gallery .slick-list {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}
.gallery .slick-slide {
  margin: 0;
}
.gallery .slick-arrow.slick-next {
  right: -50px;
}
.gallery .slick-arrow.slick-prev {
  left: -50px;
}

.gallery-layout2 .gallery-img {
  position: relative;
  margin-bottom: 30px;
}
.gallery-layout2 .gallery-img img {
  border-radius: 10px;
}
.gallery-layout2 .gallery-img .popup-gallery-item {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #213360;
  background-color: #ffffff;
  box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
}
.gallery-layout2 .gallery-img .popup-gallery-item:hover {
  box-shadow: 0 0 0 11px rgba(0, 0, 0, 0.15);
}

@media (min-width: 320px) and (max-width: 575px) {
  .gallery .slick-arrow.slick-next {
    right: 0;
  }
  .gallery .slick-arrow.slick-prev {
    left: 0;
  }
}
/*------------------------
    Shop
--------------------------*/
.product-item {
  position: relative;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}
.product-item .product__action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.6s ease;
}
.product-item .product__info {
  padding: 28px 0;
}
.product-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.product-item:hover .product__action {
  opacity: 1;
  bottom: 30px;
}

.product__title {
  font-size: 21px;
  margin-bottom: 8px;
}
.product__title a {
  color: #0e204d;
}
.product__title a:hover {
  color: #21cdc0;
}

.product__price {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  color: #21cdc0;
}

.product__img {
  position: relative;
  overflow: hidden;
}
.product__img img {
  border-radius: 6px;
}

/* Shop Single */
.product-item-single .product__title {
  font-size: 29px;
  margin-bottom: 15px;
}
.product-item-single .product__rating {
  margin-right: 37px;
}
.product-item-single .product__rating i {
  font-size: 15px;
}
.product-item-single .product__rating i.active {
  color: #21cdc0;
}
.product-item-single .product__img img {
  border-radius: 15px;
}
.product-item-single .product__price {
  font-size: 22px;
}
.product-item-single .product__desc {
  font-size: 15px;
}
.product-item-single .social-icons li a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.product__details li {
  line-height: 2;
}
.product__details li strong {
  font-size: 16px;
  font-weight: 700;
  color: #0e204d;
  min-width: 120px;
  display: inline-block;
}

.product__meta-review {
  font-size: 14px;
}
.product__meta-review a {
  position: relative;
  color: #848e9f;
  padding-left: 10px;
}
.product__meta-review a:hover {
  color: #21cdc0;
}
.product__meta-review a:before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
}

.product__meta-details li {
  font-size: 15px;
  margin-bottom: 8px;
}
.product__meta-details li:last-child {
  margin-bottom: 0;
}
.product__meta-details li span:first-of-type {
  font-family: "Quicksand", sans-serif;
  color: #0e204d;
  font-weight: 700;
  font-size: 16px;
}

.related__products-title {
  font-size: 24px;
}

.product__quantity-title {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 10px;
}

.quantity__input-wrap {
  display: inline-flex;
  position: relative;
  width: 80px;
  max-height: 50px;
  border-radius: 6px;
  border: 2px solid #e6e8eb;
}
.quantity__input-wrap i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #0e204d;
  cursor: pointer;
  position: absolute;
  right: 0;
  font-style: normal;
  font-size: 9px;
  border-left: 2px solid #e6e8eb;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity__input-wrap .decrease-qty {
  bottom: 0;
  border-top: 2px solid #e6e8eb;
}
.quantity__input-wrap .qty-input {
  background-color: transparent;
  text-align: center;
  color: #0e204d;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  border: 0;
  outline: 0;
  -moz-appearance: textfield;
}
.quantity__input-wrap .qty-input::-webkit-inner-spin-button,
.quantity__input-wrap .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.product__details .nav-tabs {
  border-bottom: 2px solid #e6e6e6;
}
.product__details .nav-tabs .nav__link {
  margin-bottom: -2px;
}
.product__details .tab-content {
  padding-top: 20px;
}
.product__details .tab-content p {
  font-size: 15px;
}
.product__details .tab-content p:last-child {
  margin-bottom: 0;
}
.product__details .reviews__form .form-control {
  height: 50px;
}

.magnifier {
  z-index: 3000 !important;
}

.sorting-options .nice-select {
  width: auto;
  min-width: 230px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  margin-bottom: 0;
}

/* Shopping Cart */
.cart-table {
  margin-bottom: 50px;
}
.cart-table .table {
  border-radius: 4px;
  margin-bottom: 0;
}
.cart-table thead {
  background-color: transparent;
}
.cart-table thead tr th {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #0e204d;
  border-bottom-width: 0 !important;
  border-color: #e9e9e9;
  padding: 15px 0;
}
.cart-table tbody tr td {
  padding: 15px;
  border-color: #e9e9e9;
  vertical-align: middle;
}
.cart-table .cart-product {
  position: relative;
}
.cart-table .cart-product__price,
.cart-table .cart-product__total {
  font-size: 16px;
  font-weight: 700;
  color: #848e9f;
  text-align: center;
}
.cart-table .cart-product__quantity {
  text-align: center;
}
.cart-table .cart-product__img {
  width: 50px;
  margin-right: 20px;
}
.cart-table .cart-product__title {
  font-size: 16px;
  margin-bottom: 0;
}
.cart-table .cart-product__remove {
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 9px;
  background-color: #222222;
  color: #ffffff;
  border-radius: 1px;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
}
.cart-table .cart-product__remove:hover {
  background-color: #21cdc0;
}
.cart-table .cart-product__action td {
  padding: 30px 20px 20px;
}
.cart-table .cart-product__action td .form-control {
  font-size: 12px;
  font-weight: 400;
  width: 250px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}
.cart-table .cart-product__action td .btn {
  line-height: 42px;
  height: 42px;
  min-width: 134px;
}

.cart__total-amount ul li {
  font-size: 13px;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}
.cart__total-amount ul li span:first-of-type {
  font-weight: 600;
  color: #0e204d;
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 575px) {
  .cart-table tbody tr td {
    padding: 5px;
  }
  .cart-table .cart-product__img {
    width: 40px;
    margin-right: 5px;
  }
  .cart-table .cart-product__title {
    font-size: 12px;
    font-weight: 400;
  }
  .cart-table .cart-product__price,
  .cart-table .cart-product__total {
    font-size: 10px;
  }
  .cart-table .cart-product__action-content {
    display: block !important;
  }
  .cart-table .cart-product__price,
  .cart-table .cart-product__total {
    font-size: 10px;
    font-weight: 400;
    padding: 0;
  }
  .cart-table thead tr th {
    font-size: 10px;
  }
}
/*-------------------------
    Work Process
-------------------------*/
.process-item {
  position: relative;
  z-index: 2;
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.process-item:before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background-color: #21cdc0;
  transform: scale(0);
  transition: transform 0.4s linear;
}
.process-item .process__number {
  position: absolute;
  top: 20px;
  right: 30px;
  font-family: "Quicksand", sans-serif;
  font-size: 104px;
  font-weight: 700;
  line-height: 1;
  color: #eaedf5;
}
.process-item .process__icon {
  position: relative;
  color: #354f8e;
  font-size: 55px;
  margin-bottom: 10px;
  transition: color 0.4s linear;
}
.process-item .process__title {
  font-size: 19px;
  margin-bottom: 30px;
}
.process-item .process__desc {
  margin-bottom: 20px;
}
.process-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  transform: translateY(-20px);
}
.process-item:hover:before {
  transform: scale(1);
}
.process-item:hover .process__icon {
  color: #21cdc0;
}

.work-process .slick-list {
  margin: -15px;
  overflow: visible;
}
.work-process .slick-slide {
  margin: 15px;
  transition: all 0.3s ease;
}
.work-process .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.work-process .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}
.work-process .cta {
  padding-top: 140px;
  padding-bottom: 70px;
  margin-top: -70px;
}
.work-process .cta .cta__title {
  color: #ffffff;
  font-size: 27px;
}
.work-process .cta .cta__desc {
  font-size: 16px;
  color: #ffffff;
}
.work-process .cta .btn:not(.btn__link) {
  height: 50px;
}

@media (min-width: 1500px) {
  .work-process .carousel-container {
    margin-right: -200px;
  }
  .work-process .process-item .process__title {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .work-process .carousel-container {
    margin-right: -140px;
  }
  .work-process .cta .cta__title {
    padding: 0 30px;
  }
  .work-process .cta .cta__desc {
    padding: 0 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .work-process .cta {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .work-process .cta .cta__img {
    max-width: 90px;
    margin-bottom: 10px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .process-item {
    padding: 20px;
  }
  .process-item:before {
    top: 20px;
    bottom: 20px;
  }
  .process-item .process__title {
    margin-bottom: 10px;
  }
  .process-item .process__icon {
    margin-bottom: 5px;
  }
  .process-item .process__number {
    top: 20px;
    right: 20px;
    font-size: 50px;
  }
  .work-process .cta .cta__title {
    font-size: 20px;
  }
}
/*-----------------------
    Progress Bars
------------------------*/
.progress-item {
  margin-bottom: 27px;
  overflow: hidden;
}

.progress {
  background-color: #e9e9e9;
  border-radius: 6px;
  width: 100%;
  height: 6px;
  overflow: visible;
  position: relative;
}

.progress-bar {
  overflow: visible;
  position: relative;
  border-radius: 6px;
  height: 6px;
  width: 0;
  background-color: #21cdc0;
  transition: width 2s ease;
}

.progress__title {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.progress__percentage {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: -18px;
  right: 0;
  color: #848e9f;
}/*# sourceMappingURL=style.css.map */

.logo-dark{
  max-width: 100%;
}
div#mainNavigation {
    margin: 0px 25px;
   
}
 .hero{
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    }
 
    /* ============================================
       VIDEO BACKGROUND
    ============================================ */
    .video-bg{
        position: absolute;
        inset: 0;
        z-index: 0;
        overflow: hidden;
    }
    .hero-video{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.05);
        opacity: 0;
        transition: opacity 1.2s ease-in-out;
    }
    .hero-video.active{
        opacity: 1;
    }
    .video-bg .overlay{
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(
            to bottom,
            rgba(0,0,0,0.70) 0%,
            rgba(0,0,0,0.45) 45%,
            rgba(0,0,0,0.70) 100%
        );
    }
 
    /* ============================================
       CONTENT
    ============================================ */
    .hero .container{
        position: relative;
        z-index: 2;
        max-width: 1100px;
        margin: 0 auto;
        padding: 40px 20px;
        text-align: center;
    }
 
    .hero-eyebrow{
        color: rgba(255,255,255,0.8);
        font-size: clamp(11px, 1.4vw, 16px);
        letter-spacing: 0.12em;
        text-transform: uppercase;
        font-weight: 300;
        margin: 0 0 20px;
    }
 
    .hero-title{
        font-family: Georgia, "Times New Roman", serif;
        color: #fff;
        font-size: clamp(30px, 5.5vw, 68px);
        line-height: 1.12;
        max-width: 900px;
        margin: 0 auto 32px;
        font-weight: 400;
        text-shadow: 0 2px 18px rgba(0,0,0,0.35);
    }
    .hero-title__highlight{
        color: #4aa8ff;
    }
 
    .hero-badges{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px 14px;
        margin: 0 0 40px;
        padding: 0;
    }
    .hero-badges li{
        color: rgba(255,255,255,0.75);
        font-size: 13px;
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.15);
        backdrop-filter: blur(6px);
        padding: 8px 18px;
        border-radius: 999px;
        position: relative;
    }
    .hero-badges li:not(:first-child)::before{
        /*content: "•";*/
        position: absolute;
        left: -12px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255,255,255,0.3);
    }
 
    .hero-actions{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
 
    .btn{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 15px 32px;
        border-radius: 999px;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.25s ease;
        white-space: nowrap;
    }
    .btn--primary{
        background: #2f9bff;
        color: #fff;
        box-shadow: 0 10px 30px rgba(47,155,255,0.35);
    }
    .btn--primary:hover{
        background: #2f9bff !important;
        transform: translateY(-1px);
        color:white
    }
    .btn--outline{
        background: rgba(255,255,255,0.06);
        color: #fff;
        border: 1px solid rgba(255,255,255,0.25);
        backdrop-filter: blur(6px);
    }
    .btn--outline:hover{
        background: rgba(255,255,255,0.12);
        border-color: rgba(255,255,255,0.4);
    }
 
    @media (max-width: 600px){
        .hero-actions{ flex-direction: column; width: 100%; }
        .btn{ width: 100%; }
    }
    .navbar .dropdown-menu {
    width: auto;
    min-width: 115px;
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    padding: 25px 0 23px;
    border-radius: 0 0 6px 6px;
}


============================================ */
  .heading__title{
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    margin-bottom: 12px;
  }
  .heading__desc{
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
  }
 
  /* ============================================
     CONTINUOUS SLIDER (seamless marquee)
     - Track is duplicated in JS so the loop never
       shows a gap or jump
  ============================================ */
  .hospital-slider{
    overflow: hidden;
    position: relative;
    /* -webkit-mask-image: linear-gradient(to right, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%); */
    /* mask-image: linear-gradient(to right, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%); */
  }
  .hospital-slider__track{
    display: flex;
    gap: 24px;
    width: max-content;
    animation: hospital-scroll 35s linear infinite;
  }
  .hospital-slider:hover .hospital-slider__track{
    animation-play-state: paused;
  }
  @keyframes hospital-scroll{
    from{ transform: translateX(0); }
    to{ transform: translateX(-50%); } /* -50% because track content is duplicated once */
  }
 
  /* ============================================
     HOSPITAL CARD
  ============================================ */
  .hospital-card {
    flex: 0 0 320px;
    /* width: 1436px; */
    background: hsl(205.71deg 77.78% 94.71%);
    border-radius: 18px;
    border: 1px solid #eef0f3;
    /* box-shadow: 0 10px 30px rgba(20,20,43,0.06); */
    padding: 22px;
}
  .hospital-card:hover {
border:1px solid  #2f9bff7a;
}
  .hospital-card__top{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
  }
  .hospital-card__logo{
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
  }
  .hospital-card__name{
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #17181c;
  }
  .hospital-card__location{
    font-size: 13px;
    color: #8a8f98;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
  }
 
  .hospital-card__meta{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #4b5563;
  }
  .hospital-card__rating{
    color: #f59e0b;
    font-weight: 600;
  }
  .hospital-card__beds{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #2f9bff;
  }
  .hospital-card__badge{
    background: #e8f2ff;
    color: #2f9bff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
  }
 
  .hospital-card__tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }
  .hospital-card__tags .tag{
    background: #f3f4f6;
    color: #4b5563;
    font-size: 12.5px;
    padding: 6px 14px;
    border-radius: 999px;
  }
 
  .hospital-card__btn{
    display: block;
    text-align: center;
    background: #2f9bff;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s ease;
  }
  .hospital-card__btn:hover{
    background: #1c8cf2;
    color: #fff;
  }
 
  @media (max-width: 480px){
    .hospital-card{ flex-basis: 270px; width: 270px; }
  }
.btn-item {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    /* min-width: 170px; */
    /* height: 60px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7px 15px;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s linear;
    background: #2f9bff !important;
}
section.hospital-network {
    padding-top: 49px;
}


/* try */

.explore-btn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-weight: 700;
    /* min-width: 170px; */
    /* height: 60px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 15px;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s linear;
    background: #2f9bff !important;
}
.cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 40px 0;
}
  /* ============================================
     SECTION / CONTAINER
  ============================================ */
  .specialty-section{
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    /*padding: 70px 0;*/
    background: #fff;
  }
  .specialty-section .container{
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .text-accent{
    color: #2f9bff;
  }
 
  /* ============================================
     HEADING
  ============================================ */
  .specialty-heading{
    text-align: center;
    margin-bottom: 32px;
  }
  .specialty-heading h2{
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 400;
    color: #14151a;
    margin: 0 0 10px;
  }
  .specialty-heading p{
    color: #6b7280;
    font-size: 15px;
    margin: 0;
  }
 
  /* ============================================
     TABS
  ============================================ */
  .specialty-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 36px;
    flex-wrap: wrap;
  }
  .specialty-tab{
    border: none;
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    background: #eef0f3;
    color: #4b5563;
    transition: all 0.2s ease;
  }
  .specialty-tab:hover{
    background: #e2e5ea;
  }
  .specialty-tab.is-active{
    background: #2f9bff;
    color: #fff;
    box-shadow: 0 8px 20px rgba(47,155,255,0.3);
  }
 
  /* ============================================
     SUB-HEADING
  ============================================ */
  .specialty-subheading{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #14151a;
    margin: 0 0 30px;
  }
 
  /* ============================================
     GRID
  ============================================ */
  .specialty-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
  @media (max-width: 1100px){
    .specialty-grid{ grid-template-columns: repeat(4, 1fr); }
  }
  @media (max-width: 768px){
    .specialty-grid{ grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 420px){
    .specialty-grid{ grid-template-columns: 1fr; }
  }
 
  /* ============================================
     CARD
  ============================================ */
.specialty-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(180deg, #eaf2fc 0%, #f4f8fd 100%);
    border-radius: 16px;
    padding: 28px 16px 22px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #dcebff;
}
  .specialty-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(47,155,255,0.15);
  }
 
.specialty-card__icon {
    width: 78px;
    height: 75px;
    border-radius: 14px;
    background: hsl(207.27deg 80.49% 91.96%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    /* box-shadow: 0 4px 10px rgba(20,20,43,0.06); */
    /* box-shadow: rgb(47 155 255 / 58%) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    box-shadow: rgb(166 206 239) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.specialty-card__icon svg {
    width: 40px;
    height: 60px;
    color: #2f9bff !important;
}
  .specialty-card__title{
    font-size: 14.5px;
    font-weight: 700;
    color: #14151a;
    margin: 0 0 14px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .specialty-card__rating{
    font-size: 13px;
    font-weight: 700;
    color: #2f9bff;
    margin: 0;
  }
  .specialty-card__label{
    font-size: 11.5px;
    color: hsl(207 90% 54%);
    margin: 2px 0 0;
  }
  .specialty-card__icon {
  position: relative;
  overflow: hidden;
  border-radius: 16px; /* match your box's existing radius */
  /* transition: transform .35s cubic-bezier(.34,1.56,.64,1); */
}

.specialty-card:hover .specialty-card__icon {
  transform: scale(1.12);
}

.specialty-card__icon::before,
.specialty-card__icon::after {
  content: "";
  position: absolute;
  background: rgb(47, 155, 255);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0;
  /* transform: scale(0) rotate(0deg); */
  pointer-events: none;
}

.specialty-card__icon::before {
  width: 10px;
  height: 10px;
  top: 6px;
  right: 7px;
  /* transition: transform .4s ease .05s, opacity .4s ease .05s; */
}

.specialty-card__icon::after {
  width: 7px;
  height: 7px;
  bottom: 8px;
  left: 8px;
  transition: transform .4s ease .18s, opacity .4s ease .18s;
}

.specialty-card:hover .specialty-card__icon::before,
.specialty-card:hover .specialty-card__icon::after {
  opacity: 1;
  /* transform: scale(1) rotate(180deg); */
  animation: sparkle-twinkle 1.1s ease-in-out .4s infinite;
}

@keyframes sparkle-twinkle {
  0%, 100% { opacity: 1; transform: scale(1) rotate(180deg); }
  50%      { opacity: .35; transform: scale(.6) rotate(210deg); }
}






.specialty-tab:hover {
  background-color: #2f9bff;
  color:white;
}
a.explore-btn.btn__secondary.btn__outlined.btn__rounded.see-btn {
    background: rgb(47, 155, 255) !important;
    border: none;
    font-size: 16px;
    color: #fff2f2;
    border-radius: 16px;
}

a.explore-btn.btn__secondary.btn__outlined.btn__rounded.see-btn:hover {
    color: #ffff !important;
    background-color: #85b2e9 !important;
}


 .features-section {
    background: linear-gradient(135deg, #f3f8fc, #e3f1fc, #f3f8fc);
    /*padding: 1px 24px 18px;*/
}

  .features-container {
    max-width: 1301px;
    margin: 0 auto;
  }
 
  /* ---------- Heading ---------- */
  .features-heading {
    text-align: center;
    margin-bottom: 44px;
  }
 
  .features-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 36px;
    color: #1a1a1a;
    margin: 0 0 14px;
    line-height: 1.25;
  }
 
  .features-heading h2 .text-accent {
    color: rgb(47, 155, 255);
  }
 
  .features-heading p {
    font-size: 16px;
    color: #6b7280;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
  }
 
  /* ---------- Card grid ---------- */
  .features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
 
  .feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 20px 26px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(20, 40, 80, 0.06);
  }
 
  .feature-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #e3f0fd;
    color: rgb(47, 155, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
  }
 
  .feature-card__icon svg {
    width: 26px;
    height: 26px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 
  .feature-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
  }
 
.feature-card__desc {
    font-size: 11.5px;
    color: #8a92a3;
    line-height: 1.5;
    margin: 0;
}
 
  /* ---------- Responsive ---------- */
  @media (max-width: 1024px) {
    .features-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
 
  @media (max-width: 640px) {
    .features-heading h2 {
      font-size: 28px;
    }
    .features-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
 
  @media (max-width: 420px) {
    .features-grid {
      grid-template-columns: 1fr;
    }
  }
  
.savings-banner {
    position: relative;
    max-width: 1303px;
    margin: 43px auto 20px;
    background: linear-gradient(115deg, #eaf4fd 0%, #eef6fd 55%, #f2f8fe 100%);
    border-radius: 24px;
    padding: 56px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #baddfd;
}
 
  .savings-content {
    max-width: 480px;
    position: relative;
    z-index: 2;
  }
 
  .savings-eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgb(47, 155, 255);
    margin: 0 0 8px;
  }
 
  .savings-figure {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 72px;
    color: rgb(47, 155, 255);
    line-height: 1;
    margin: 0 0 8px;
    display: flex;
    align-items: flex-start;
  }
 
  .savings-figure sup {
    font-size: 30px;
    margin-left: 2px;
    margin-top: 6px;
  }
 
  .savings-heading {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 24px;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin: 0 0 16px;
    line-height: 1.3;
  }
 
  .savings-desc {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.65;
    margin: 0 0 28px;
    max-width: 420px;
  }
 
  .savings-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }
 
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
    padding: 13px 22px;
    text-decoration: none;
    cursor: pointer;
    border: none;
  }
 
  .btn-primary {
    background: rgb(47, 155, 255);
    color: #ffffff;
  }
 
  .btn-primary svg {
    width: 16px;
    height: 16px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 
  .btn-secondary {
    background: #ffffff;
    color: #1a1a1a;
    border: 1px solid #dfe3ea;
    font-weight: 600;
  }
 
  .btn-secondary svg {
    width: 15px;
    height: 15px;
    stroke: #1a1a1a;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 
  .savings-badge-wrap {
    position: relative;
    width: 260px;
    height: 260px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
 
  .savings-badge-outer {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(47, 155, 255, 0.12);
  }
 
 .savings-badge-inner {
    position: relative;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: hsl(206.04deg 81.54% 87.25%);
    display: flex;
    align-items: center;
    justify-content: center;
}
 
  .savings-badge-inner svg {
    width: 78px;
    height: 78px;
    stroke: rgb(47, 155, 255);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 
  @media (max-width: 900px) {
      
      .zerofee-banner {
    max-width: 1194px;
    /*margin: 25px auto;*/
    background: linear-gradient(120deg, #eaf4fd 0%, #eef6fd 50%, #d9ecfb 100%);
    border-radius: 24px;
    padding: 56px 40px;
    text-align: center;
    margin: 0px 20px;
}
      section#works {
        margin: 0px 20px;
      }
    .savings-banner {
      flex-direction: column;
      text-align: left;
      padding: 40px 32px;
      gap: 32px;
              margin: 6px 20px;
    }
    
    .savings-badge-wrap {
      width: 180px;
      height: 180px;
    }
    .savings-badge-outer {
      width: 180px;
      height: 180px;
    }
    .savings-badge-inner {
      width: 130px;
      height: 130px;
    }
    .savings-badge-inner svg {
      width: 54px;
      height: 54px;
    }
  }
    .quotes-section {
    max-width: 780px;
    margin: 0 auto;
  }
 
  .quotes-heading {
    text-align: center;
    margin-bottom: 32px;
  }
 
  .quotes-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 34px;
    color: #1a1a1a;
    margin: 0 0 12px;
  }
 
  .quotes-heading p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto;
  }
 
  .quotes-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
 
  .quote-row {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(100deg, #e6f1fc 0%, #f1f7fd 60%, #f6faff 100%);
    border: 1px solid #e3edf9;
    border-radius: 14px;
    padding: 22px 28px;
        transition: all 0.35s ease;
  }
 .quote-row:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
    border-color: #2b8cff;
}
  .quote-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(47, 155, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
 
.quote-icon svg {
    width: 36px;
    height: 31px;
    stroke: rgb(47, 155, 255);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
 
  .quote-name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    color: rgb(47, 155, 255);
    margin: 0 0 4px;
    text-decoration: none;
    display: block;
  }
 
  .quote-price {
    font-size: 14px;
    color: #1a1a1a;
    margin: 0 0 6px;
  }
 
  .quote-price strong {
    font-weight: 700;
  }
 
  .quote-cta {
    font-size: 13.5px;
    font-weight: 700;
    color: #e85c4a;
    text-decoration: none;
  }
  
  .cost-section {
    max-width: 800px;
    margin: 0 auto;
  }
 
  .cost-heading {
    text-align: center;
    margin-bottom: 32px;
  }
 
  .cost-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 34px;
    color: #1a1a1a;
    margin: 0 0 12px;
  }
 
  .cost-heading p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto;
  }
 
  .cost-wrapper input[type="radio"] {
    display: none;
  }
 
  .cost-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 36px;
  }
 
  .cost-tab {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 999px;
    background: #eef0f3;
    color: #374151;
    cursor: pointer;
    display: inline-block;
  }
 
  .cost-panel {
    display: none;
    background: linear-gradient(120deg, #e9f3fd 0%, #f2f8fd 60%, #f7fbfe 100%);
    border: 1px solid #e3edf9;
    border-radius: 18px;
    padding: 40px 48px;
  }
 
  .cost-panel h3 {
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 21px;
    color: rgb(47, 155, 255);
    margin: 0 0 28px;
  }
 
  .cost-rows {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
 
  .cost-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    gap: 16px;
  }
 
  .cost-row .country {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: right;
  }
 
  .cost-row.is-india .country {
    color: rgb(47, 155, 255);
  }
 
  .cost-bar-track {
    display: flex;
    align-items: center;
    gap: 12px;
  }
 
  .cost-bar {
    height: 32px;
    border-radius: 8px;
     background: #4b5563cf;
  }
 
  .cost-row.is-india .cost-bar {
    background: rgb(47, 155, 255);
  }
 
  .cost-range {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
  }
 
  .cost-row.is-india .cost-range {
    color: rgb(47, 155, 255);
  }
 
  /* ---------- Radio-driven tab switching (no JS) ---------- */
  #tab-bmt:checked ~ .cost-tabs .label-bmt,
  #tab-cdr:checked ~ .cost-tabs .label-cdr,
  #tab-dbs:checked ~ .cost-tabs .label-dbs,
  #tab-heart:checked ~ .cost-tabs .label-heart,
  #tab-kidney:checked ~ .cost-tabs .label-kidney,
  #tab-lungcancer:checked ~ .cost-tabs .label-lungcancer,
  #tab-lungtx:checked ~ .cost-tabs .label-lungtx {
    background: rgb(47, 155, 255);
    color: #ffffff;
  }
 
  #tab-bmt:checked ~ .cost-panels .panel-bmt,
  #tab-cdr:checked ~ .cost-panels .panel-cdr,
  #tab-dbs:checked ~ .cost-panels .panel-dbs,
  #tab-heart:checked ~ .cost-panels .panel-heart,
  #tab-kidney:checked ~ .cost-panels .panel-kidney,
  #tab-lungcancer:checked ~ .cost-panels .panel-lungcancer,
  #tab-lungtx:checked ~ .cost-panels .panel-lungtx {
    display: block;
  }
  
  .journey-section {
    background: linear-gradient(135deg, #eaf3fd 0%, #f2f8fd 50%, #f8fbfe 100%);
    padding: 64px 24px 72px;
  }
 
  .journey-container {
    max-width: 760px;
    margin: 0 auto;
  }
 
  .journey-heading {
    text-align: center;
    margin-bottom: 48px;
  }
 
  .journey-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 34px;
    color: #1a1a1a;
    margin: 0 0 12px;
  }
 
  .journey-heading p {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
  }
 
  .journey-list {
    display: flex;
    flex-direction: column;
  }
 
  .journey-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 24px;
  }
 
  .journey-marker {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
 
  .journey-marker .step-number {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #dceafb;
    border: 1px solid #bcdcfa;
    color: rgb(47, 155, 255);
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
  }
 
  .journey-marker .step-line {
    width: 1px;
    flex: 1;
    background: #cfe0f3;
  }
 
  .journey-step:last-child .step-line {
    display: none;
  }
 
  .journey-body {
    padding-bottom: 40px;
  }
 
  .journey-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0 6px;
  }
 
  .journey-title svg {
    width: 18px;
    height: 18px;
    stroke: rgb(47, 155, 255);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }
 
  .journey-title h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 19px;
    color: #1a1a1a;
    margin: 0;
  }
 
  .journey-tag {
    font-size: 15px;
    font-weight: 700;
    color: rgb(47, 155, 255);
    margin: 0 0 6px;
  }
 
  .journey-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
  }
  
  .zerofee-banner {
     max-width: 1194px;
    margin: 25px auto;
    background: linear-gradient(120deg, #eaf4fd 0%, #eef6fd 50%, #d9ecfb 100%);
    border-radius: 24px;
    padding: 56px 40px;
    text-align: center;
  }
 
  .zerofee-banner h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 41px;
    color: #1a1a1a;
    margin: 0 0 16px;
  }
 
  .zerofee-banner h2 .text-accent {
    color: rgb(47, 155, 255);
  }
 
  .zerofee-banner p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 480px;
    margin: 0 auto 28px;
  }
 
  .zerofee-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgb(47, 155, 255);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 999px;
    padding: 15px 28px;
    text-decoration: none;
  }
 
  .zerofee-btn svg {
    width: 17px;
    height: 17px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  a.zerofee-btn{
    background-color: #2f9bff;
  }
  a.zerofee-btn:hover{
color: white;
background-color: #2f9bffc9;
  }
   
  .estimate-section {
    max-width: 680px;
    margin: 0 auto;
  }
 
  .estimate-heading {
    text-align: center;
    margin-bottom: 28px;
  }
 
  .estimate-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 30px;
    color: #1a1a1a;
    margin: 0 0 12px;
  }
 
  .estimate-heading h2 .text-accent {
    color: rgb(47, 155, 255);
  }
 
  .estimate-heading p {
    font-size: 14.5px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 460px;
    margin: 0 auto;
  }
 
  .estimate-card {
    background: linear-gradient(140deg, #eaf3fd 0%, #f2f8fd 60%, #f8fbfe 100%);
    border: 1px solid #e3edf9;
    border-radius: 20px;
    padding: 32px;
  }
 
  .estimate-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
 
  .estimate-field {
    position: relative;
  }
 
  .estimate-field input,
  .estimate-field select,
  .estimate-field textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e3e7ee;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    color: #1a1a1a;
    font-family: inherit;
  }
 
  .estimate-field input::placeholder,
  .estimate-field textarea::placeholder {
    color: #9aa1af;
  }
 
  .estimate-field select {
    appearance: none;
    -webkit-appearance: none;
    color: #1a1a1a;
    cursor: pointer;
    padding-right: 40px;
  }
 
  .estimate-field .field-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    stroke: rgb(47, 155, 255);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
  }
 
  .estimate-field .chevron-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    stroke: #6b7280;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
  }
 
  .estimate-textarea-wrap {
    margin-bottom: 24px;
  }
 
  .estimate-field textarea {
    resize: vertical;
    min-height: 110px;
  }
 
  .estimate-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(90deg, #1f8dfa 0%, #2e9bff 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
  }
 
  .estimate-submit svg {
    width: 17px;
    height: 17px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 
  @media (max-width: 560px) {
    .estimate-row {
      grid-template-columns: 1fr;
    }
    .estimate-card H2{
        FONT-SIZE:20px;
    } 
  }
/*=============================
        ABOUT HERO
==============================*/

.about-hero{
    background:#edf6ff;
    padding:120px 0;
    text-align:center;
}

.about-hero .container{
    max-width:900px;
    margin:auto;
    padding:0 15px;
}

.about-label{
    display:inline-block;
    color:#2f8cff;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:25px;
}

.about-title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    /* color: #222; */
    margin-bottom: 30px;
    /* font-family: Georgia, "Times New Roman", serif; */
    font-family: "Playfair Display", Georgia, serif;
}

.about-title span{
    color:#3798ff;
}

.about-description {
    max-width: 700px;
    margin: auto;
    font-size: 20px;
    line-height: 1.8;
    color: #667085;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* Tablet */

@media(max-width:991px){

.about-hero{
    padding:90px 0;
}



.about-description{
    font-size:20px;
}

}

/* Mobile */

@media(max-width:767px){
    .quote-row {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(100deg, #e6f1fc 0%, #f1f7fd 60%, #f6faff 100%);
    border: 1px solid #e3edf9;
    border-radius: 14px;
    padding: 22px 28px;
        transition: all 0.35s ease;
  }
 .quote-row:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
    border-color: #2b8cff;
}
    section.cost-section {
    padding: 25px 20px;
}
    section#contact {
    padding: 0px 20px;
}
    section.quotes-section {
    /* margin: 0px 20px; */
    padding: 0px 20px;
}
section.quotes-section.main-section {
    margin: 0px 20px;
}
.about-hero{
    padding:70px 0;
}

.about-title{
    font-size:26px;
    line-height:1.25;
}

.about-description{
    font-size:17px;
    line-height:1.7;
}

.about-label{
    font-size:13px;
}

}
/*=========================
      Mission Section
==========================*/

.mission-section{
    padding:100px 0;
    background:#fff;
}

.mission-subtitle{
    color:hsl(206.96deg 90.39% 55.1%);
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:18px;
}

.mission-title{
    font-family:"Playfair Display", serif;
   
      font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight:500;
    color:#1f2430;
    margin-bottom:25px;
}

.mission-title span{
    display:block;
    color:hsl(206.96deg 90.39% 55.1%);
}
.mission-text {
    
    line-height: 1.8;
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.5rem;
}

/* Card */

.mission-card{

    position:relative;

    background:#eef6ff;

    border:1px solid #d8e8fb;

    border-radius:28px;

    padding:45px;

    overflow:hidden;
}

/* Decorative circles */

.mission-card::before{

    content:"";

    position:absolute;

    width:120px;

    height:120px;

    background:#dfeeff;

    border-radius:50%;

    top:-60px;

    right:-60px;
}

.mission-card::after{

    content:"";

    position:absolute;

    width:90px;

    height:90px;

    background:#dfeeff;

    border-radius:50%;

    left:-40px;

    bottom:-40px;
}

.mission-item{

    display:flex;

    align-items:center;

    margin-bottom:35px;

    position:relative;

    z-index:2;
}

.mission-item:last-child{
    margin-bottom:0;
}

.mission-icon{

    width:64px;

    height:64px;

    background:#dcebfb;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    margin-right:18px;

    flex-shrink:0;
}

.mission-item h4{

    font-size:21px;

    margin-bottom:6px;

    color:hsl(206.96deg 90.39% 55.1%);

    font-weight:600;
}

.mission-item p{

    margin:0;

    color:#64748b;

    font-size:15px;
}

/* Responsive */

@media(max-width:991px){



.mission-title{
    font-size:42px;
}

.mission-text {
	font-size: 16px;
	text-align: justify;
}
.mission-card{
    margin-top:30px;
}

}

@media(max-width:576px){

.mission-title{
    font-size:34px;
}

.mission-card{
    padding:30px 25px;
}

.mission-item{
    align-items:flex-start;
}

.mission-icon{
    width:55px;
    height:55px;
    font-size:22px;
}

.mission-item h4{
    font-size:20px;
}

.mission-item p{
    font-size:15px;
}

}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.feature-container {
    max-width: 1182px;
    margin: 0 auto;
}
/*==================================
        Promise Section
==================================*/

.promise-section{
    padding:120px 0;
    background:#fff;
}

.promise-content{
    max-width:900px;
    margin:auto;
    text-align:center;
}

.promise-subtitle{
    display:inline-block;
    color:#2f8cff;
    text-transform:uppercase;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:18px;
}

.promise-title {
    font-family: "Playfair Display", serif;
  
    font-weight: 500;
   
    color: #1F242E;
    margin-bottom: 30px;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.promise-title span{
    color:#3798ff;
}

.promise-text{
       font-size: 1rem;
    line-height: 1.5rem;
    color:#64748B;
    margin-bottom:24px;
}

.promise-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-top:15px;
    padding:16px 38px;
    background:#2f8cff;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:17px;
    font-weight:600;
    transition:.3s ease;
    box-shadow:0 12px 25px rgba(47,140,255,.25);
}

.promise-btn span{
    font-size:20px;
    transition:.3s;
}

.promise-btn:hover {
    background: #1675e6b5 !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(47,140,255,.35);
}

.promise-btn:hover span{
    transform:translateX(5px);
}

  .page{
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 24px 80px;
  }
 
  .back-link{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:var(--blue);
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    margin-bottom:28px;
  }
  .back-link:hover{ text-decoration:underline; }
  .back-link svg{ width:16px; height:16px; }
 
  h1{
    font-family: Georgia, 'Times New Roman', serif;
    font-weight:700;
    font-size: clamp(32px, 4.5vw, 46px);
    margin: 0 0 14px;
    letter-spacing:-0.01em;
  }
 
  .page-desc{
    color: var(--text-gray);
    font-size: 16px;
    line-height:1.6;
    max-width: 780px;
    margin: 0 0 36px;
  }
 
  /* ===== Hospital card ===== */
  .hospital-card{
    background: var(--blue-soft-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 20px;
    display:grid;
    grid-template-columns: 380px 1fr;
    gap: 28px;
  }
 
  .hospital-image-wrap{
    position:relative;
    border-radius: 14px;
    overflow:hidden;
    min-height: 480px;
    background: #ccc;
  }
  .hospital-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
 
  .accred-badge{
    position:absolute;
    top:16px;
    left:16px;
    background:#fff;
    color:var(--blue);
    font-size:12px;
    font-weight:700;
    padding:6px 12px;
    border-radius:999px;
    display:flex;
    align-items:center;
    gap:6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  }
  .accred-badge svg{ width:13px; height:13px; }
 
  .hospital-content{
    padding: 8px 8px 8px 0;
    display:flex;
    flex-direction:column;
  }
 
  .hospital-header{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:6px;
  }
  .avatar{
    width:52px;
    height:52px;
    border-radius:12px;
    background: linear-gradient(135deg, #4e9bf0, #2563eb);
    color:#fff;
    font-family: Georgia, serif;
    font-weight:700;
    font-size:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
  .hospital-title h2{
    font-family: Georgia, 'Times New Roman', serif;
    font-size:26px;
    font-weight:700;
    margin:0 0 6px;
  }
  .meta-row{
    display:flex;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
    font-size:14px;
    color:var(--text-gray);
  }
  .meta-row span{ display:flex; align-items:center; gap:5px; }
  .meta-row svg{ width:15px; height:15px; }
  .meta-row .rating{ color:#1a1f2b; font-weight:600; }
  .meta-row .rating svg{ fill:#f5a623; stroke:#f5a623; }
 
  .hospital-desc{
    font-size:14.5px;
    line-height:1.65;
    color:var(--text-gray);
    margin:16px 0 20px;
  }
 
  .section-label{
    font-size:12px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:#1a1f2b;
    margin:0 0 10px;
  }
 
  .tag-row{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:20px;
  }
  .tag{
    font-size:13px;
    font-weight:500;
    padding:6px 14px;
    border-radius:999px;
    white-space:nowrap;
  }
  .tag.blue{ background: var(--pill-blue-bg); color: var(--pill-blue-text); }
  .tag.gray{ background: var(--pill-gray-bg); color: var(--pill-gray-text); }
  .tag.solid{ background: var(--pill-solid-bg); color:#fff; }
 
  .hospital-footer{
    margin-top:auto;
    padding-top:18px;
    border-top:1px solid rgba(0,0,0,0.08);
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:14px;
  }
  .footer-meta{
    display:flex;
    align-items:center;
    gap:20px;
    font-size:13.5px;
    color:var(--text-gray);
    flex-wrap:wrap;
  }
  .footer-meta span{ display:flex; align-items:center; gap:6px; }
  .footer-meta svg{ width:15px; height:15px; }
  .footer-meta a{ color:var(--text-gray); text-decoration:none; }
  .footer-meta a:hover{ text-decoration:underline; }
 
  .book-btn{
    background: var(--green);
    color:#fff;
    border:none;
    font-size:14px;
    font-weight:600;
    padding:11px 22px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    text-decoration:none;
  }
  .book-btn svg{ width:16px; height:16px; }
  .book-btn:hover{ background:#20bd5a; }
 
  @media (max-width: 800px){
    .hospital-card{ grid-template-columns: 1fr; }
    .hospital-image-wrap{ min-height: 280px; }
  }




/* ===== Hospital Network Section — CSS ===== */

.hospital-network-section{
  --blue: #1d6fe0;
  --blue-soft-bg: #eaf3fc;
  --pill-blue-bg: #dbeafe;
  --pill-blue-text: #1d6fe0;
  --pill-gray-bg: #eef2f6;
  --pill-gray-text: #3d4a5c;
  --pill-solid-bg: #4e8fd8;
  --green: #25d366;
  --text-gray: #5b6472;
  --border: #d9e6f5;
/* 
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 24px 80px; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1a1f2b;
}

.hospital-network-section *{
  box-sizing: border-box;
}

/* ---- back link ---- */
.hospital-network-section .back-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--blue);
  text-decoration:none;
  font-size:14px;
  font-weight:500;
  margin-bottom:28px;
}
.hospital-network-section .back-link:hover{ text-decoration:underline; }
.hospital-network-section .back-link svg{ width:16px; height:16px; }

/* ---- heading ---- */
.hospital-network-section h1{
  font-family: Georgia, 'Times New Roman', serif;
  font-weight:700;
  font-size: clamp(28px, 4.5vw, 46px);
  margin: 0 0 14px;
  letter-spacing:-0.01em;
}

.hospital-network-section .section-desc{
  color: var(--text-gray);
  font-size: 16px;
  line-height:1.6;
  max-width: 780px;
  margin: 0 0 36px;
}

/* ---- hospital card ---- */
/* Using flex (not grid) so we can control each column's width explicitly
   and shrink it cleanly at laptop/tablet/phone sizes. */
.hospital-network-section .hospital-card {
    background: hsl(207deg 76.92% 94.9%);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    align-items: stretch;
    gap: 40px;
    margin: 7px 0px 40px 0px;
}

.hospital-network-section .hospital-image-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    flex: 0 0 420px;
    min-height: 260px;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    height: 244px;
}
.hospital-network-section .accred-badge{
  position:absolute;
  top:16px;
  left:16px;
  background:#fff;
  color:var(--blue);
  font-size:12px;
  font-weight:700;
  padding:6px 12px;
  border-radius:999px;
  display:flex;
  align-items:center;
  gap:6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.hospital-network-section .accred-badge svg{ width:13px; height:13px; }

.hospital-network-section .hospital-content{
  flex: 1 1 0%;
  min-width: 0;   /* prevents flex child from overflowing on small screens */
  display:flex;
  flex-direction:column;
}

.hospital-network-section .hospital-header{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:6px;
}
.hospital-network-section .avatar{
  width:52px;
  height:52px;
  border-radius:12px;
  background: linear-gradient(135deg, #4e9bf0, #2563eb);
  color:#fff;
  font-family: Georgia, serif;
  font-weight:700;
  font-size:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.hospital-network-section .hospital-title h2{
  font-family: Georgia, 'Times New Roman', serif;
  font-size:26px;
  font-weight:700;
  margin:0 0 6px;
}
.hospital-network-section .meta-row{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  font-size:14px;
  color:var(--text-gray);
}
.hospital-network-section .meta-row span{ display:flex; align-items:center; gap:5px; }
.hospital-network-section .meta-row svg{ width:15px; height:15px; }
.hospital-network-section .meta-row .rating{ color:#1a1f2b; font-weight:600; }
.hospital-network-section .meta-row .rating svg{ fill:#f5a623; stroke:#f5a623; }

.hospital-network-section .hospital-desc{
  font-size:14.5px;
  line-height:1.65;
  color:var(--text-gray);
  margin:16px 0 20px;
}

.hospital-network-section .section-label{
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#1a1f2b;
  margin:0 0 10px;
}

.hospital-network-section .tag-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:20px;
}
.hospital-network-section .tag{
  font-size:13px;
  font-weight:500;
  padding:6px 14px;
  border-radius:999px;
  white-space:nowrap;
}
.hospital-network-section .tag.blue{ background: var(--pill-blue-bg); color: var(--pill-blue-text); }
.hospital-network-section .tag.gray{ background: var(--pill-gray-bg); color: var(--pill-gray-text); }
.hospital-network-section .tag.solid{ background: var(--pill-solid-bg); color:#fff; }

.hospital-network-section .hospital-footer{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid rgba(0,0,0,0.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:14px;
}
.hospital-network-section .footer-meta{
  display:flex;
  align-items:center;
  gap:20px;
  font-size:13.5px;
  color:var(--text-gray);
  flex-wrap:wrap;
}
.hospital-network-section .footer-meta span{ display:flex; align-items:center; gap:6px; }
.hospital-network-section .footer-meta svg{ width:15px; height:15px; }
.hospital-network-section .footer-meta a{ color:var(--text-gray); text-decoration:none; }
.hospital-network-section .footer-meta a:hover{ text-decoration:underline; }

.hospital-network-section .book-btn{
  background: var(--green);
  color:#fff;
  border:none;
  font-size:14px;
  font-weight:600;
  padding:11px 22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  text-decoration:none;
  white-space:nowrap;
}
.hospital-network-section .book-btn svg{ width:16px; height:16px; }
.hospital-network-section .book-btn:hover{ background:#20bd5a; }


/* =========================================================
   LAPTOP / TABLET  (≤ 1024px)
   Image column shrinks instead of the layout breaking.
   ========================================================= */
@media (max-width: 1024px){
  .hospital-network-section{
    padding: 32px 20px 64px;
  }
  .hospital-network-section .hospital-card{
    gap: 22px;
    padding: 20px;
  }
  .hospital-network-section .hospital-image-wrap{
    flex-basis: 300px;
    min-height: 460px;
  }
  .hospital-network-section .hospital-title h2{
    font-size: 22px;
  }
  .hospital-network-section .tag{
    font-size: 12.5px;
    padding: 5px 12px;
  }
}


/* =========================================================
   PHONE  (≤ 640px)
   Stack image on top, content below, full width.
   ========================================================= */
@media (max-width: 640px){
  .hospital-network-section{
    padding: 24px 16px 48px;
  }
  .hospital-network-section .hospital-card{
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    border-radius: 16px;
        width: 100%;
  }
  .hospital-network-section .hospital-image-wrap{
    flex-basis: auto;
    width: 100%;
    min-height: 260px;
  }
  .hospital-network-section .hospital-header{
    flex-wrap: wrap;
  }
  .hospital-network-section .hospital-title h2{
    font-size: 20px;
  }
  .hospital-network-section .meta-row{
    gap: 10px;
    font-size: 13px;
  }
  .hospital-network-section .hospital-desc{
    font-size: 14px;
  }
  .hospital-network-section .hospital-footer{
    flex-direction: column;
    align-items: stretch;
  }
  .hospital-network-section .book-btn{
    justify-content: center;
    width: 100%;
  }
}
.hr-slider{
    overflow:hidden;
    width:100%;
}

.hr-track{
    display:flex;
    gap:25px;
    width:max-content;
    animation: scroll 35s linear infinite;
}

.hr-card{
    flex:0 0 380px;
}

.hr-track:hover{
    animation-play-state: paused;
}

@keyframes scroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}
.language-switcher{
        position: relative;
      }
      .language-switcher__toggle{
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 600;
      }
      .language-switcher__flag{
        width: 20px;
        height: 14px;
        object-fit: cover;
        border-radius: 2px;
      }
      .language-switcher__menu{
        min-width: 150px;
      }
      .language-switcher__menu .language-switcher__flag{
        margin-right: 6px;
      }
      .header-search-item{
        position: relative;
        display: flex;
        align-items: center;
      }
      .header-search-trigger{
        background: transparent;
        border: none;
        font-size: 16px;
        color: inherit;
        cursor: pointer;
        padding: 6px;
      }
      .header-search-box{
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        padding: 12px;
        z-index: 999;
        width: 280px;
      }
      .header-search-box.is-open{
        display: block;
      }
      .header-search-box__form{
        display: flex;
      }
      .header-search-box__form .form-control{
        flex: 1;
      }
      .header-search-box__btn{
        border: none;
        background: transparent;
        padding: 0 10px;
      }
      @media (max-width: 991px){
        .header-search-box{
          position: static;
          box-shadow: none;
          width: 100%;
        }
      }
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;                    /* gap-2 */
  font-size: 0.8rem;           /* text-xs (mobile) */
  color: #6b7280;              /* text-muted-foreground */
  margin-bottom: 24px;         /* mb-6 */
}

@media (min-width: 640px) {
  .breadcrumb-nav {
    font-size: 0.875rem;       /* sm:text-sm */
  }
}

.breadcrumb-nav a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;  /* transition-colors */
}

.breadcrumb-nav a:hover {
  color: #2f8ff0;                /* hover:text-primary — apna primary color daalo */
}

.breadcrumb-nav span {
  color: #6b7280;
}

.breadcrumb-nav .current {
  color: #0f2540;               /* text-foreground */
  font-weight: 500;             /* font-medium */
}
.btn-primary-estimate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 66px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary-estimate:hover {
  opacity: 0.9;
}

.btn-primary-estimate svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}
.chat-now-btn:hover {
    background-color: #2f9bffba !important;
    color: #fff !important;
    border: 1px solid #62628338;
}
.estimate-file-wrap{
  position: relative;
  padding: 0;
}

.estimate-file-label {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 1px solid #80808030;
    border-radius: 12px;
    padding: 23px 16px;
    background: #f7fbff;
    cursor: pointer;
    color: #5b6b7c75;
    font-size: 0.9rem;
    transition: border-color .2s ease, background .2s ease;
}

.estimate-file-label:hover{
  border-color: #007bff;
  background: #eef6ff;
}

.estimate-file-label .field-icon{
  width: 18px;
  height: 18px;
  stroke: #007bff;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
} 

.estimate-file-wrap input[type="file"]{
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
/* ============================================
   FEATURES SECTION — CORE STYLES
   ============================================ */

.features-section{
  /*padding: 90px 0;*/
  background: #fff;
}

.feature-container{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Heading ---------- */
.features-heading{
  text-align: center;
  margin-bottom: 50px;
}

.features-heading p{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* margin: 0 0 10px; */
}

.features-heading h2{
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 40px;
  font-weight: 700;
  color: #0f2540;
  margin: 0;
}

.features-heading h2 .text-accent{
  color: hsl(206.96deg 90.39% 55.1%);
}

/* ---------- Grid ---------- */
.feature-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ---------- Card ---------- */
.feature-card{
  border: 1px solid #e5eaf1;
  border-radius: 18px;
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.feature-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(47,143,240,0.12);
  border-color: hsl(206.96deg 90.39% 55.1%);
}

.feature-card__icon{
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: hsl(207deg 76.92% 94.9%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.feature-card__icon svg{
  width: 26px;
  height: 26px;
  stroke: hsl(206.96deg 90.39% 55.1%);
  fill: none;
  stroke-width: 2;
}

.feature-card__title{
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
  color: #0f2540;
  margin: 0 0 12px;
}

.feature-card__desc{
  font-size: 14.5px;
  line-height: 1.6;
  color: #5b6b7c;
  margin: 0;
}


/* ============================================
   RESPONSIVE / MOBILE VIEW
   ============================================ */

/* ---------- Tablet (≤ 991px) ---------- */
@media (max-width: 991px) {
  .features-section{
    /*padding: 70px 0;*/
  }

  .feature-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .features-heading h2{
    font-size: 32px;
  }

  .feature-card{
    padding: 28px 20px;
  }
}

/* ---------- Small tablet / large mobile (≤ 767px) ---------- */
@media (max-width: 767px) {
  .features-section{
 margin: 0px 20px;
    /*padding: 56px 0;*/
  }

  .features-heading{
    margin-bottom: 36px;
  }

  .features-heading p{
    font-size: 13px;
  }

  .features-heading h2{
    font-size: 26px;
  }

  .feature-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-card{
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
  }

  .feature-card__icon{
    width: 52px;
    height: 52px;
    margin-bottom: 0;
  }

  .feature-card__icon svg{
    width: 22px;
    height: 22px;
  }

  .feature-card__title{
    font-size: 16px;
    margin-bottom: 6px;
  }

  .feature-card__desc{
    font-size: 13.5px;
  }
}

/* ---------- Mobile (≤ 480px) ---------- */
@media (max-width: 480px) {
  .feature-container{
    padding: 0 16px;
  }

  .features-heading h2{
    font-size: 22px;
  }

  .feature-card{
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 24px 18px;
  }

  .feature-card__icon{
    margin-bottom: 14px;
  }
}
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget {
    display: none !important;
}

body {
    top: 0 !important;
}

.skiptranslate iframe {
    display: none !important;
}



 .error-msg{
    display:block;
    color:#e74c3c;
    font-size:12px;
    margin-top:4px;
  }
  .form-control.is-invalid{
    border-color:#e74c3c !important;
  }
  .file-hint{
    display:block;
    color:#888;
    font-size:12px;
    margin-top:4px;
  }
  .file-upload-group{
    position: relative;
  }
  .file-upload-input{
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
  }
  .file-upload-label{
    display: block;
    width: 100%;
    cursor: pointer;
    color: #8a8a8a;
    font-size: 14px;
  }
  .file-upload-label.has-file span{
    color: #333;
  }
.float-2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 173px;
    right: 36px;
    background-color: #42a4ff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 7px 0px 0px 5px;
}
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 99px;
    right: 33px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    /* padding: 8px 2px 0px 0px; */
    text-align: center;
    font-size: 31px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.estimate-card {
    background: #007bff12;
    padding: 31px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgb(24 24 24 / 14%);
    position: sticky;
    top: 100px;
    border: 1px solid #007bff1f;
    margin: 0px 0px 45px;
}

.estimate-card .widget__title{
    font-size:24px;
    margin-bottom:20px;
}

.estimate-card .form-group,
.estimate-card .estimate-field{
    margin-bottom:18px;
}

.estimate-card .btn{
    width:100%;
}
 
  .cost-section { max-width: 900px; margin: 0 auto; }
 
  .specialty-heading { text-align: center; margin-bottom: 28px; }
  .specialty-heading h2 { font-size: 28px; margin: 0 0 8px; color: #14304d; }
  .specialty-heading .text-accent { color: rgb(47, 155, 255); }
  .specialty-heading p { color: #6b7785; margin: 0; }
 
  .cost-wrapper {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(20,48,77,0.08);
    padding: 24px;
  }
 
  /* hide the real radios */
  .cost-wrapper > input[type="radio"] { display: none; }
 
  .cost-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e7ebf0;
    padding-bottom: 16px;
  }
 
  .specialty-tab {
    cursor: pointer;
    user-select: none;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 600;
    color: #46536a;
    background: #f0f3f7;
    border: 1px solid transparent;
    transition: background .25s ease, color .25s ease, transform .15s ease, box-shadow .25s ease;
    white-space: nowrap;
  }
 
  .specialty-tab:hover {
    background: #e4ecf7;
    transform: translateY(-1px);
  }
 
  /* When the matching radio is checked, style its label via the general sibling selector */
  #tab-bmt:checked        ~ .cost-tabs label[for="tab-bmt"],
  #tab-cdr:checked        ~ .cost-tabs label[for="tab-cdr"],
  #tab-dbs:checked        ~ .cost-tabs label[for="tab-dbs"],
  #tab-heart:checked      ~ .cost-tabs label[for="tab-heart"],
  #tab-kidney:checked     ~ .cost-tabs label[for="tab-kidney"],
  #tab-lungcancer:checked ~ .cost-tabs label[for="tab-lungcancer"],
  #tab-lungtx:checked     ~ .cost-tabs label[for="tab-lungtx"] {
    background: linear-gradient(135deg,rgb(47, 155, 255),rgb(47, 155, 255));
    color: #fff;
    box-shadow: 0 6px 14px rgba(14,159,110,.35);
    transform: translateY(-1px);
  }
 
  /* panels: hidden by default, shown + animated in when their radio is checked */
  .cost-panel {
    display: none;
  }
  #tab-bmt:checked        ~ .cost-panels .panel-bmt,
  #tab-cdr:checked        ~ .cost-panels .panel-cdr,
  #tab-dbs:checked        ~ .cost-panels .panel-dbs,
  #tab-heart:checked      ~ .cost-panels .panel-heart,
  #tab-kidney:checked     ~ .cost-panels .panel-kidney,
  #tab-lungcancer:checked ~ .cost-panels .panel-lungcancer,
  #tab-lungtx:checked     ~ .cost-panels .panel-lungtx {
    display: block;
    animation: fadeSlideIn .38s ease;
  }
 
  @keyframes fadeSlideIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
  }
 
  .cost-panel h3 {
    margin: 0 0 18px;
    font-size: 19px;
    color: #14304d;
  }
 
  .cost-rows { display: flex; flex-direction: column; gap: 14px; }
 
  .cost-row {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    gap: 14px;
  }
 
  .country {
    font-size: 13.5px;
    font-weight: 600;
    color: #46536a;
  }
 
  .cost-row.is-india .country { color: #2f9bff; }
 
  .cost-bar-track {
    position: relative;
    background: #eef1f5;
    border-radius: 999px;
    height: 34px;
    overflow: hidden;
  }
 
  .cost-bar {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    border-radius: 999px;
     background: linear-gradient(90deg, #2f9bff26, #42a4ff);
    width: 0%; /* JS animates this from 0 -> target on every tab switch */
    transition: width .7s cubic-bezier(.22,.9,.32,1);
  }
 
.cost-row.is-india .cost-bar {
    
    background: linear-gradient(90deg, #2f9bff26, #42a4ff);
}
 
  .cost-range {
    position: absolute;
    right: 12px; top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 700;
    color: #14304d;
    letter-spacing: .2px;
  }
  .cost-row:not(.is-india) .cost-bar-track .cost-range {
    color: #14304d;
  }
      Table of Contents
    -------------------------

    01- Global Styles
    02- Helper Classes
    03- Background & Colors
    04- Typography
    05- page title 
    06- Buttons
    07- Forms
    08- Tabs
    09- Icons
    10- Breadcrumb
    11- Pagination
    12- Lists
    13- Animations
    14- Alerts
    16- Carousel
    17- Preloader
    18- Header & Navbar 
    19- Accordions
    20- Banners
    21- Footer
    22- Call to Action
    23- Carousel 
    24- Slider
    26- Video
    27- Features
    28- Fancybox
    29- Team
    30- Testimonials
    31- Clients
    32- Blog
    33- Contact
    34- Pricing
    35- Sidebar
    36- About
    36- Services
    37- Timeline
    38- Gallery
    39- Shop
    40- Work Process
    41- Progress Bars

----------------------------*/
/*-------------------------- 
      Global Styles
---------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #848e9f;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: #2f9bff;
  color: #ffffff;
}

::selection {
  background-color: #2f9bff;
  color: #ffffff;
}

a {
  color: #1e568a;
  transition: color 0.3s ease;
}
/*a:hover {*/
/*  color: white !important;*/
/*  text-decoration: none;*/
/*}*/

section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

img {
  max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
* {
  outline: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

select {
  background-color: transparent;
}

button,
button:focus,
.form-control,
.form-control:focus {
  outline: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  
section.quotes-section {
    margin: 0px 20px;
}
  .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
}
/*----------------------------
      Helper Classes
----------------------------*/
.sticky-top {
  z-index: 500;
}

.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row-no-gutter > [class*=col] {
  padding-right: 0;
  padding-left: 0;
}

.inner-padding {
  padding: 65px;
}

.box-shadow-none {
  box-shadow: none !important;
}

.background-banner {
  min-height: 500px;
}

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

.bg-top-right {
  background-position: top right !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-bottom-center {
  background-position: bottom center !important;
}

.width-auto {
  width: auto !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.font-secondary {
  font-family: "Roboto", sans-serif;
}

.lh-1 {
  line-height: 1 !important;
}

.list-inline > li {
  display: inline-block;
}

.align-v {
  display: flex !important;
  align-items: center !important;
}

.align-v-h {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.border-top {
  border-top: 1px solid #e7ebef !important;
}

.border-bottom {
  border-bottom: 1px solid #e7ebef !important;
}

/*----------------------
     Dividers 
------------------------*/
.divider {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 2px;
  background-color: #e7ebef;
}
.divider-sm {
  width: 20px;
  height: 2px;
}
.divider-xl {
  width: 130px;
}

.divider-primary {
  background-color: #2f9bff;
}

.divider-secondary {
  background-color: #213360;
}

.divider-white {
  background-color: #ffffff;
}

.minwidth-120 {
  min-width: 120px !important;
}

.minwidth-170 {
  min-width: 170px !important;
}

.z-index-2 {
  z-index: 2 !important;
}

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

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

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

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

.mt--100 {
  margin-top: -80px;
}

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

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

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

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

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

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

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

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

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

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

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

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

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

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

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

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

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

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

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

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

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

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

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

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

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

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

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

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

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

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

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

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

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

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

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

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

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

.pt-90 {
  padding-top: 90px !important;
}

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

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

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

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

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

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

.pb-60 {
  padding-bottom: 60px !important;
}

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

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

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

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

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

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

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

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.max-width-1300 {
  max-width: 1300px !important;
}
@media (max-width: 1400px) {
    .navbar .nav__item .nav__item-link {
        font-size: 13px !important;
        font-weight: 700;
        text-transform: capitalize;
        display: block;
        position: relative;
        color: #213360;
        line-height: 100px;
        letter-spacing: 0.4px;
        padding-right: 15px;
    }
}
@media (min-width: 1500px) {
  .inner-padding {
    padding: 110px;
  }
}
@media (max-width: 1200px) {
  .inner-padding {
    padding: 30px !important;
  }
}
@media (max-width: 992px) {
  .mt-30 {
    margin-top: 20px !important;
  }
  .mt-40 {
    margin-top: 20px !important;
  }
  .mt-50 {
    margin-top: 25px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .mt-70 {
    margin-top: 35px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mt-90 {
    margin-top: 45px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mt-120 {
    margin-top: 60px !important;
  }
  .mt-150 {
    margin-top: 75px !important;
  }
  .mb-30 {
    margin-bottom: 15px !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .mb-70 {
    margin-bottom: 35px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .mb-90 {
    margin-bottom: 45px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .mb-120 {
    margin-bottom: 60px !important;
  }
  .mb-130 {
    margin-bottom: 65px !important;
  }
  /* Margin Right */
  .mr-30 {
    margin-right: 15px !important;
  }
  .mr-40 {
    margin-right: 20px !important;
  }
  .mr-50 {
    margin-right: 25px !important;
  }
  /* Margin Left */
  .ml-30 {
    margin-left: 15px !important;
  }
  .ml-40 {
    margin-left: 20px !important;
  }
  .ml-50 {
    margin-left: 25px !important;
  }
  /* padding Top */
  .pt-30 {
    padding-top: 15px !important;
  }
  .pt-40 {
    padding-top: 20px !important;
  }
  .pt-50 {
    padding-top: 25px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pt-70 {
    padding-top: 35px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pt-90 {
    padding-top: 45px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pt-110 {
    padding-top: 55px !important;
  }
  .pt-120 {
    padding-top: 60px !important;
  }
  .pt-130 {
    padding-top: 70px !important;
  }
  .pt-140 {
    padding-top: 70px !important;
  }
  .pt-150 {
    padding-top: 75px !important;
  }
  .pt-160 {
    padding-top: 80px !important;
  }
  .pt-170 {
    padding-top: 85px !important;
  }
  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 15px !important;
  }
  .pb-40 {
    padding-bottom: 20px !important;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pb-70 {
    padding-bottom: 35px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pb-90 {
    padding-bottom: 45px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pb-110 {
    padding-bottom: 55px !important;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }
  .pb-130 {
    padding-bottom: 65px !important;
  }
  .pb-140 {
    padding-bottom: 70px !important;
  }
  .pb-150 {
    padding-bottom: 75px !important;
  }
  .pb-160 {
    padding-bottom: 80px !important;
  }
  .pb-170 {
    padding-bottom: 85px !important;
  }
}
/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
    section#works {
    margin: 0px 20px;
}
        .quotes-section {
    margin: 0px 20px !important;
}

 .hero {
          min-height: 45vh;
}
  section {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
     .hero {
          min-height: 45vh !important;
}
.cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
        margin: 11px 0 !important;
}
  /*section {*/
  /*  padding-top: 50px;*/
  /*  padding-bottom: 50px;*/
            /*margin: 17px !important;*/
  /*}*/
  .cost-panel {
    display: none;
    background: linear-gradient(120deg, #e9f3fd 0%, #f2f8fd 60%, #f7fbfe 100%);
    border: 1px solid #e3edf9;
    border-radius: 18px;
    padding: 46px 23px;
}
.promise-text {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #64748B;
    margin-bottom: 24px;
    text-align: justify;
}
  .inner-padding {
    padding: 20px !important;
  }
  .text-center-xs-sm {
    text-align: center !important;
  }
  .mt-0-xs-sm {
    margin-top: 0 !important;
  }
}
/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-white-hover:hover {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-dark {
  color: #222222 !important;
}

.color-primary {
  color: #2f9bff !important;
}

.color-secondary {
  color: #213360 !important;
}

.color-heading {
  color: #0e204d !important;
}

.color-body {
  color: #848e9f !important;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-heading {
  background-color: #0e204d !important;
}

.bg-primary {
  background-color: #2f9bff !important;
}

.bg-secondary {
  background-color: #213360 !important;
}

.bg-light-blue {
  background-color: #3851a2 !important;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.background-size-auto {
  background-size: auto !important;
}

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

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(0 0 0 / 53%) !important;
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-gradient:before {
  background-color: transparent;
  opacity: 0.65;
  background-image: linear-gradient(180deg, #010711 0%, rgba(27, 26, 26, 0.65) 34%);
}

.bg-overlay-secondary:before {
  background-color: rgba(33, 51, 96, 0.93);
}

.bg-overlay-primary:before {
  background-color: #2f9bff(33, 205, 192, 0.85);
}

.bg-overlay-primary-gradient:before {
  opacity: 0.95;
  background-color: transparent;
  background-image: linear-gradient(180deg, #2f9bff(33, 205, 192, 0.9490196078) 19%, #2f9bff 71%);
}

.bg-overlay-secondary-gradient:before {
  opacity: 0.95;
  background-color: transparent;
  background-image: linear-gradient(180deg, #061733 19%, #061733 71%);
}

.bg-overlay-blue-gradient:before {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(56, 81, 162, 0.9019607843) 21%, #263B72 86%);
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #010205;
  font-family: "Quicksand", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

p {
  line-height: 1.75;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 48x;
  
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #435ba1;
  margin-bottom: 12px;
}

.heading__title {
  font-size: 37px;
  margin-bottom: 20px;
}
.heading__title .underlined-text {
  border-bottom: 4px solid #2f9bff;
}

.heading__desc {
  font-size: 16px;
  margin-bottom: 0;
}

.heading-layout2 .heading__title {
  font-size: 40px;
}

.heading-layout3 .heading__title {
  font-size: 50px;
}

.heading-light .heading__subtitle {
  color: #f9f9f9;
}
.heading-light .heading__subtitle:after {
  background-color: #ffffff;
}
.heading-light .heading__title,
.heading-light .heading__desc {
  color: #ffffff;
}

.text-block__title {
  font-size: 25px;
  margin-bottom: 17px;
}

.text-block__desc {
  font-size: 16px;
  line-height: 26px;
}

.text__link {
  font-size: 14px;
  font-weight: 700;
}
.text__link a:not(.btn) {
  padding-bottom: 2px;
  border-bottom: 2px solid #2f9bff;
}
.text__link a:not(.btn).color-secondary {
  border-bottom-color: #213360;
}
.text__link:hover a:not(.btn) {
  color: #213360;
  border-bottom-color: #213360;
}
.text__link:hover a:not(.btn).color-secondary {
  color: #2f9bff;
  border-bottom-color: #2f9bff;
}

@media (max-width: 992px) {
  .heading__title {
    font-size: 30px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .heading__title {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .heading__subtitle,
  .text__link {
    font-size: 13px;
  }
  .heading__desc {
    font-size: 13px;
  }
  .heading-layout2 .heading__title {
    font-size: 24px;
  }
  .heading-layout3 .heading__title {
    font-size: 26px;
  }
  .text-block__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
/*-------------------------
    page title 
-------------------------*/
.header-transparent + .page-title {
  margin-top: -135px;
}

.pagetitle__subheading {
  color: #2f9bff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.pagetitle__heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pagetitle__desc {
  color: #283b6a;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 32px;
}

.page-title {
  padding-top: 110px;
  padding-bottom: 120px;
}
.page-title .breadcrumb-item a,
.page-title .breadcrumb-item.active,
.page-title .breadcrumb-item + .breadcrumb-item::before {
  color: #435ba1;
}
.page-title .btn {
  min-width: 190px;
}
.page-title .btn.btn__outlined {
  line-height: 58px;
}
.page-title.bg-overlay:before {
  opacity: 0.55;
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(0, 0, 0, 0) 35%);
}

.page-title-layout2 .pagetitle__desc {
  font-size: 20px;
}
.page-title-layout2 .pagetitle__icon {
  position: relative;
  width: 120px;
  height: 120px;
  font-size: 80px;
  border-radius: 50%;
  display: inline-block;
  color: #213360;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.page-title-layout2 .pagetitle__icon:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.page-title-layout2 .scroll-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 80px;
  font-size: 25px;
  border-radius: 30px;
  color: #21cdc0;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.page-title-layout2.bg-overlay:before {
  opacity: 1;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1490196078) 47%, #ffffff 76%);
}

.page-title-layout3 {
  padding-bottom: 250px;
}

.page-title-layout5 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-title-layout6 .testimonials__rating .overall__rate {
  border-color: #ffffff;
}
.page-title-layout6 .testimonials__rating span,
.page-title-layout6 .testimonials__rating .total__rate,
.page-title-layout6 .testimonials__rating .overall__rate {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .page-title-layout4 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .page-title-layout4 .pagetitle__desc {
    padding: 0 40px;
  }
  .page-title-layout6 {
    padding-top: 320px;
    padding-bottom: 40px;
  }
}
/* Medium Size Devices */
@media (min-width: 768px) and (max-width: 991px) {
  .page-title {
    padding-bottom: 70px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .page-title {
    padding-bottom: 50px;
  }
  .page-title .pagetitle__subheading {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page-title .pagetitle__desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page-title .pagetitle__heading {
    font-size: 28px !important;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .page-title .btn {
    height: 40px;
    min-width: 140px;
  }
  .page-title-layout3 {
    padding-bottom: 170px;
  }
}
/*--------------------
   Buttons
---------------------*/
.btn {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  min-width: 170px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.btn:focus, .btn.active, .btn:active {
  box-shadow: none;
  outline: none;
}
.btn span,
.btn i {
  margin: 0 3px;
}
.btn .icon-filled {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s linear;
}

.btn:not(.btn__link):not(.btn__outlined):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* background-color: #213360; */
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}
.btn:not(.btn__link):not(.btn__outlined):hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.btn__primary {
  color: #ffffff;
  background-color: #21cdc0;
}
.btn__primary .icon-outlined {
  color: #e0e1e2;
  border: 1px solid #21cdc0;
  color: #21cdc0;
  background-color: #ffffff;
}
.btn__primary .icon-filled {
  color: #ffffff;
  background-color: #21cdc0;
}
.btn__primary:active, .btn__primary:focus {
  color: #ffffff;
  border-color: #21cdc0;
  background-color: #21cdc0;
}
.btn__primary:hover {
  color: #ffffff;
}
.btn__primary:hover .icon-outlined {
  color: #213360;
  background-color: #ffffff;
}
.btn__primary:hover .icon-filled {
  color: #ffffff;
  background-color: #213360;
}
.btn__primary.btn__outlined {
  background-color: transparent;
  border: 2px solid #21cdc0;
  color: #21cdc0;
}
.btn__primary.btn__outlined .icon-arrow-right,
.btn__primary.btn__outlined .icon-arrow-left {
  color: #ffffff;
  background-color: #21cdc0;
}
.btn__primary.btn__outlined:hover {
  color: #ffffff;
  background-color: #21cdc0;
}
.btn__primary.btn__outlined:hover .icon-arrow-right,
.btn__primary.btn__outlined:hover .icon-arrow-left {
  color: #21cdc0;
  background-color: #ffffff;
}
.btn__primary-style2:before {
  background-color: #ffffff !important;
}
.btn__primary-style2:hover {
  color: #213360;
}
.btn__primary-style2:hover .icon-arrow-right,
.btn__primary-style2:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #213360;
}

.btn__secondary {
    color: #ffffff;
    background-color: #2f9bff;
}
.btn__secondary:before {
    background-color: #6faae18c !important;
}
.btn__secondary .icon-filled {
  color: #ffffff;
  background-color: #213360;
}
.btn__secondary:hover {
  color: #ffffff;
}
.btn__secondary:hover .icon-filled {
  background-color: #21cdc0;
}
.btn__secondary:active, .btn__secondary:focus {
  color: #ffffff;
  border-color: #222222;
  background-color: #222222;
}
.btn__secondary.btn__outlined {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #2f9bff;
}
.btn__secondary.btn__outlined:hover {
  color: #ffffff;
  background-color: #213360;
}
.btn__secondary-style2:before {
  background-color: #ffffff !important;
}
.btn__secondary-style2:hover {
  color: #213360;
}

.btn__white {
  background-color: #ffffff;
  color: #213360;
}
.btn__white:active, .btn__white:focus {
  color: #213360;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn__white:hover {
  color: #ffffff;
}
.btn__white.btn__outlined {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}
.btn__white.btn__outlined:hover {
  color: #21cdc0;
  background-color: #ffffff;
}
.btn__white-style2 {
  color: #21cdc0;
}
.btn__white-style2:before {
  background-color: #21cdc0 !important;
}

.btn__outlined {
  background-color: transparent;
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
}
.btn__link:focus, .btn__link:active {
  background-color: transparent;
}
.btn__link.btn__icon {
  height: auto;
  line-height: 1;
  padding: 0;
}
.btn__link.btn__primary {
  color: #21cdc0;
}
.btn__link.btn__primary-style2:hover {
  color: #ffffff !important;
}
.btn__link.btn__primary.btn__underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #21cdc0;
}
.btn__link.btn__primary:hover {
  color: #222222;
}
.btn__link.btn__primary:hover.btn__underlined {
  border-color: #213360;
}
.btn__link.btn__secondary {
  color: #213360;
}
.btn__link.btn__secondary:hover {
  color: #21cdc0;
}
.btn__link.btn__white {
  color: #ffffff;
}
.btn__link.btn__white.btn__underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #ffffff;
}
.btn__link.btn__white:hover {
  color: #213360;
}
.btn__link.btn__white:hover.btn__underlined {
  border-color: #213360;
}

.btn__block {
  width: 100%;
}

.btn__icon {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.btn__icon i,
.btn__icon span {
  margin: 0 5px;
}

.btn__social {
  height: 54px;
  line-height: 54px;
  width: 54px;
  min-width: 0 !important;
  font-weight: 400;
  color: #ffffff;
  border-radius: 3px;
}

.btn__facebook {
  background-color: #4267b2;
}

.btn__twitter {
  background-color: #1da0f0;
}

.btn__google-plus {
  background-color: #ea4335;
}

.btn__lg {
  min-width: 200px;
}

.btn__xl {
  height: 70px;
  line-height: 70px;
  min-width: 220px;
}

.btn__xhight {
  height: 70px;
  line-height: 68px;
}

.btn__rounded {
  border-radius: 50px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .btn:not(.btn__link) {
    font-size: 13px;
    min-width: 120px;
    height: 50px;
  }
  .btn__icon {
    padding: 0 10px;
  }
  .btn__xl {
    height: 50px;
    min-width: 150px;
  }
}
/*---------------------------
        Forms
----------------------------*/
label {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
label.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 0 0;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}


.form-control:focus {
  border-color: #21cdc0;
  background-color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  color: #26365e;
}
.form-control:-moz-placeholder {
  color: #26365e;
}
.form-control::-moz-placeholder {
  color: #26365e;
}
.form-control:-ms-input-placeholder {
  color: #26365e;
}

textarea.form-control {
  border-radius: 20px;
  min-height: 105px;
  padding-top: 10px;
}

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #848e9f;
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
}

.label-radio input:checked ~ .radio-indicator {
  background: transparent;
}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
  background: transparent;
}

.radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #21cdc0;
}

.label-radio input:checked ~ .radio-indicator:after {
  display: block;
}

.custom-control-label {
  font-weight: 400;
}
.custom-control-label:before {
  position: absolute;
  top: -2px;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #e7ebef;
  border-radius: 0;
}
.custom-control-label:after {
  position: absolute;
  top: 2px;
  left: -20px;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  border-radius: 1px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background-color: #21cdc0;
  width: 8px;
  height: 8px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: transparent;
  border-color: transparent;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #e7ebef !important;
  background-color: transparent;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  box-shadow: none !important;
}

.nice-select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  margin-bottom: 30px;
}
.nice-select .list {
  width: 100%;
}
.nice-select .current, .nice-select .option {
    margin-left: 20px;
    color: #26365e;
}
.nice-select:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  right: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  z-index: 1;
  border-radius: 50%;
  background-color: #213360;
}
.nice-select:after {
  right: 20px;
  z-index: 2;
  border-color: #ffffff;
}

.form-group-icon {
  position: absolute;
  top: 23px;
  left: 23px;
  z-index: 2;
  color: #d7d8da;
  pointer-events: none;
}
.form-group-icon + .form-control,
.form-group-icon + select + .form-control {
  padding-left: 45px;
}
.form-group-icon + .form-control[type=date],
.form-group-icon + .form-control[type=time] {
  padding: 0 15px;
}

.form-group-date .form-group-icon {
  top: 22px;
  left: auto;
  right: 14px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
}

::-webkit-inner-spin-button,
::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .form-group,
  .nice-select {
    margin-bottom: 20px;
  }
  .form-control,
  .nice-select {
    height: 50px;
    border-radius: 50px;
  }
  .nice-select {
    line-height: 50px;
  }
  .form-group-icon {
    top: 19px;
  }
}
/*--------------------
    Tabs
--------------------*/
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav__link {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin: 0 30px 0 0;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  color: #213360;
}
.nav-tabs .nav__link:last-of-type {
  margin-right: 0;
}
.nav-tabs .nav__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #21cdc0;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
}
.nav-tabs .nav__link.active, .nav-tabs .nav__link:hover {
  color: #21cdc0;
}
.nav-tabs .nav__link.active:after, .nav-tabs .nav__link:hover:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

.nav-tabs-white .nav__link {
  color: #ffffff;
}
.nav-tabs-white .nav__link.active, .nav-tabs-white .nav__link:hover {
  color: #ffffff;
}
.nav-tabs-white .nav__link:after {
  background-color: #fff;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .nav-tabs .nav__link {
    font-size: 13px;
    margin: 0 15px 0 0;
  }
  .nav-tabs .nav__link:after {
    bottom: 4px;
  }
}
/*------------------- 
    Icons
------------------*/
.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-icons li {
  margin-right: 10px;
}
.social-icons li a {
  position: relative;
  z-index: 2;
  display: block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #213360;
  transition: all 0.4s linear;
}
.social-icons li a:hover {
    background-color: #007bff;
    color: #fff !important;
}
.social-icons li:last-of-type {
  margin-right: 0;
}
.social-icons-light li a {
  color: #ffffff;
}
.social-icons-light li a:hover {
  color: #21cdc0;
}
.social-icons-primary li a {
  color: #21cdc0;
}
.social-icons-primary li a:hover {
  color: #213360;
}

.icon-arrow-right {
  font-size: 65%;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  padding: 0;
  background-color: transparent;
}

.breadcrumb-item {
  position: relative;
  font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .breadcrumb-item a,
  .breadcrumb-item + .breadcrumb-item {
    font-size: 12px;
  }
}
/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-right: 10px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  color: #213360;
  border: 2px solid #e6e8eb;
  background-color: #ffffff;
  transition: all 0.3s linear;
}
.pagination li a:hover,
.pagination li a.current {
  color: #ffffff;
  border-color: #21cdc0;
  background-color: #21cdc0;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .pagination li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 31px;
  }
}
/*-------------------
    lists
-------------------*/
.contact-list li {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-list li:last-child {
  margin-bottom: 0;
}
.contact-list li a {
  color: #848e9f;
}

.list-items li {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 9px;
}
.list-items li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 9px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  color: #21cdc0;
}
.list-items li:last-of-type {
  margin-bottom: 0;
}

.list-items-layout2 li {
  margin-bottom: 14px;
  padding-left: 33px;
  color: #848e9f;
}
.list-items-layout2 li:before {
  color: #ffffff;
  border-color: #21cdc0;
  background-color: #21cdc0;
}

.list-items-layout4 li {
  margin-bottom: 14px;
  padding-left: 33px;
  color: #848e9f;
}
.list-items-layout4 li:before {
  color: #ffffff;
  border-color: #435ba1;
  background-color: #435ba1;
}

.list-items-layout3 li:before {
  color: #213360;
}

.list-items-light li {
  color: #ffffff;
}
.list-items-light li:before {
  color: #ffffff;
}
.list-items-light.list-items-layout2 li:before {
  color: #ffffff;
  border-color: #21cdc0;
  background-color: #21cdc0;
}

.list-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.list-horizontal li {
  flex: 0 0 50%;
  max-width: 50%;
}

.details-list > li {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 13px;
}
.details-list > li:nth-of-type(odd) {
  background-color: #def8f6;
}
.details-list > li .details__title {
  font-size: 14px;
  flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 0;
}
.details-list > li .details__content {
  flex: 0 0 60%;
  max-width: 60%;
}
.details-list .list-items-layout2 li {
  font-weight: 400;
}

.borderd-box {
  padding: 27px;
  border-radius: 4px;
  border: 1px solid #e7ebef;
}

@media (max-width: 992px) {
  .list-horizontal li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .details-list > li {
    padding: 10px;
    flex-direction: column;
  }
  .details-list > li .details__title,
  .details-list > li .details__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .list-items li {
    font-size: 14px;
  }
  .list-horizontal li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*------------------------
    Animations
-----------------------*/
@keyframes pulsing {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  40% {
    opacity: 0.3;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes slideTopDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes headerAnimation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomOut {
  50% {
    transform: scale(1.1);
  }
}
/*------------------------
    Alerts
--------------------------*/
.alert-primary {
  padding: 30px;
  color: #21cdc0;
  background-color: #def8f6;
  border-color: transparent;
  border-radius: 15px;
}
.alert-primary .alert__title {
  font-size: 19px;
}

/*----------------------
    Carousel
-----------------------*/
.slick-list {
  margin: 0 -10px;
}

.slick-slide {
  margin: 0 10px;
}

.m-slides-0 .slick-list {
  margin: 0;
}
.m-slides-0 .slick-slide {
  margin: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  color: #213360;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 0;
  z-index: 3;
  transition: all 0.3s linear;
  transform: translateY(-50%);
}
.slick-arrow:hover {
  color: #21cdc0;
}
.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
  font-family: "icomoon";
  font-size: 40px;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "\e906";
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "\e904";
}

.carousel-arrows-light .slick-arrow {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}
.carousel-arrows-light .slick-arrow:hover {
  color: #ffffff;
}

.slick-dots {
  list-style: none;
  position: relative;
  z-index: 2;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
}
.slick-dots li {
  display: inline-flex;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  transition: all 0.3s linear;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: #213360;
  transition: all 0.2s linear;
}
.slick-dots li.slick-active button {
  background-color: #21cdc0;
  box-shadow: 0 0 0 5px rgba(33, 205, 192, 0.15);
}

.carousel-dots-light .slick-dots li button {
  background-color: #ffffff;
}
.carousel-dots-light .slick-dots li.slick-active button {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}

/*----------------------
    Pre Loader
-----------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader .loading {
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader .loading span {
  position: absolute;
  width: 64px;
  height: 64px;
  border: 5px solid #21cdc0;
  border-radius: 50%;
  animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #21cdc0 transparent transparent transparent;
}
.preloader .loading span:nth-child(1) {
  animation-delay: -0.45s;
}
.preloader .loading span:nth-child(2) {
  animation-delay: -0.3s;
}
.preloader .loading span:nth-child(3) {
  animation-delay: -0.15s;
}

/* Rotating Animation */
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------
      Navbar & Header
-----------------------------*/
.header {
  position: relative;
  z-index: 1000;
}

/* Navbar */
.navbar {
  padding: 0;
  height: 100px;
  max-height: 100px;
  background-color: #ffffff;
  /*  dropdown-menu  */
}
.navbar > .container,
.navbar > .container-fluid {
  position: relative;
  height: 100px;
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 100px;
}
.navbar .logo-light {
  display: none;
}
.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}
.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}
.navbar .navbar-toggler .menu-lines:before, .navbar .navbar-toggler .menu-lines:after {
  content: "";
  position: absolute;
  left: 0;
  width: 23px;
  height: 1px;
  display: inline-block;
  background-color: #213360;
  transition: 0.3s ease;
}
.navbar .navbar-toggler .menu-lines:before {
  top: 0;
}
.navbar .navbar-toggler .menu-lines:after {
  top: 12px;
}
.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 1px;
  background-color: #213360;
}
.navbar .navbar-toggler.actived .menu-lines > span {
  opacity: 0;
}
.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  transform: rotate(-45deg);
}
.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  transform: rotate(45deg);
}
.navbar .nav__item {
  position: relative;
    margin-right: 49px;
}
.navbar .nav__item:last-child {
  margin-right: 0;
}
.navbar .nav__item .nav__item-link {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  position: relative;
  color: #213360;
  line-height: 100px;
  letter-spacing: 0.4px;
  padding-right: 15px;
}
.navbar .nav__item .nav__item-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #21cdc0;
  transition: 0.5s ease;
}
.navbar .nav__item .nav__item-link.active, .navbar .nav__item .nav__item-link:hover {
    color: hsl(206.87deg 89.33% 55.88%)!important;
}
.navbar .nav__item .nav__item-link.active:before, .navbar .nav__item .nav__item-link.active:before, .navbar .nav__item .nav__item-link:hover:before, .navbar .nav__item .nav__item-link:hover:before {
  width: 100%;
}
.navbar .dropdown-toggle:after {
  /* content: "\f107"; */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #ffffff;
}
.navbar .dropdown-menu .nav__item {
  padding: 0 25px;
  margin-right: 0;
}
.navbar .dropdown-menu .nav__item .nav__item-link {
  font-size: 14px;
  color: #0e204d;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 36px !important;
  white-space: nowrap;
  position: relative;
}
.navbar .dropdown-menu .nav__item .nav__item-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 2px;
  opacity: 0;
  background-color: #21cdc0;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.navbar .dropdown-menu .nav__item .nav__item-link:hover {
  color: #21cdc0;
}
.navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
  opacity: 1;
  left: -15px;
}
.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0;
}

/* navbar-actions */
.navbar-actions > li {
  margin-left: 20px;
}
.navbar-actions > li:last-child {
  margin-right: 0;
}

.action__btn {
  color: #213360;
}

.lang-dropdown .dropdown-item {
  font-size: 14px;
  padding: 0.25rem 1rem;
}
.lang-dropdown .lang-dropdown-toggle {
  font-size: 14px;
  height: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-right: 15px;
  color: #ffffff;
}
.lang-dropdown .lang-dropdown-toggle:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  border: 0;
  display: block !important;
}
.lang-dropdown .lang-dropdown-toggle i {
  font-size: 30px;
  margin-right: 7px;
}
.lang-dropdown .dropdown-menu {
  min-width: 100px !important;
  padding: 0.6rem 0 !important;
}
.lang-dropdown .dropdown-menu .dropdown-item {
  color: #848e9f;
}
.lang-dropdown .dropdown-menu .dropdown-item:focus, .lang-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #21cdc0;
}
.lang-dropdown .dropdown-menu .dropdown-item.active, .lang-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

/* header topbar */
.header-topbar {
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #1249a3;
    /* margin-top: 0px; */
    padding: 10px 9px 10px 0px;
}
.header-topbar .contact__list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-right: 20px;
}
.header-topbar .contact__list li a:not(.btn) {
  color: #f4f4f4;
}
.header-topbar .contact__list li a:not(.btn):hover {
  color: #ffffff;
}
.header-topbar .contact__list li > i {
  font-size: 16px;
  color: #788fc8;
  margin-right: 8px;
}
.header-topbar .contact__list li:last-child {
  margin-right: 0;
}
.header-topbar .social-icons li a {
  color: #213360;
  background-color: #9bb7df;
}
.header-topbar .social-icons li a:hover {
  background-color: #ffffff;
}
.header-topbar .header-topbar__search {
  position: relative;
}
.header-topbar .header-topbar__search .form-control {
  height: 30px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.15);
}
.header-topbar .header-topbar__search .form-control:focus {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.header-topbar .header-topbar__search .form-control::-webkit-input-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar__search .form-control:-moz-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar__search .form-control::-moz-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar__search .form-control:-ms-input-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px;
}
.header-topbar .header-topbar__search .header-topbar__search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.header-topbar .lang-dropdown .lang-dropdown-toggle {
  padding: 0 10px;
}
.header-topbar .lang-dropdown .lang-dropdown-toggle img {
  margin-right: 7px;
}
.header-topbar .action__btn {
  color: #ffffff !important;
}

.header-layout1,
.header-layout2 {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}

.header-layout2 .header-topbar > .container-fluid > .row,
.header-layout3 .header-topbar > .container-fluid > .row {
  height: 60px;
}

/* sticky-navbar */
.is-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  height: 80px !important;
  max-height: 80px !important;
  background-color: #ffffff !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  animation: translateHeader 0.8s;
}
.is-sticky > .container,
.is-sticky > .container-fluid {
  position: relative;
  height: 80px;
}
.is-sticky .miniPopup-departments-trigger {
  height: 80px;
}
.is-sticky .navbar-brand {
  line-height: 80px;
}
.is-sticky .header__top-right {
  display: none !important;
}
.is-sticky .nav__item .nav__item-link {
  color: #213360;
  line-height: 80px !important;
}
.is-sticky .nav__item .nav__item-link:before {
  background-color: #21cdc0 !important;
}
.is-sticky .logo-light {
  display: none;
}
.is-sticky .logo-dark {
  display: inline-block;
}
.is-sticky .navbar-nav {
  margin-top: 0 !important;
}

.miniPopup-emergency-trigger {
  position: relative;
  z-index: 151;
  height: 50px;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  color: #213360;
  background-color: #ffffff;
}
.miniPopup-emergency-trigger:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.miniPopup-emergency-trigger.active:after {
  content: "\f077";
}

.miniPopup-departments-trigger {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  height: 100px;
  color: #213360;
  transition: 0.3s ease;
}
.miniPopup-departments-trigger .menu-lines {
  position: relative;
  width: 25px;
  height: 14px;
  margin-right: 15px;
}
.miniPopup-departments-trigger .menu-lines span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #213360;
  transition: 0.3s ease;
}
.miniPopup-departments-trigger .menu-lines:before, .miniPopup-departments-trigger .menu-lines:after {
  content: "";
  position: absolute;
  right: 0;
  width: 14px;
  height: 2px;
  display: inline-block;
  background-color: #213360;
  transition: 0.3s ease;
}
.miniPopup-departments-trigger .menu-lines:before {
  top: 0;
}
.miniPopup-departments-trigger .menu-lines:after {
  bottom: 0;
}
.miniPopup-departments-trigger .menu-lines.active {
  color: #21cdc0;
}
.miniPopup-departments-trigger .menu-lines.active span {
  opacity: 0;
}
.miniPopup-departments-trigger .menu-lines.active:before, .miniPopup-departments-trigger .menu-lines.active:after {
  top: 7px;
  background-color: #21cdc0;
}
.miniPopup-departments-trigger .menu-lines.active:before {
  transform: rotate(-45deg);
}
.miniPopup-departments-trigger .menu-lines.active:after {
  transform: rotate(45deg);
}
.miniPopup-departments-trigger a {
  color: #213360;
}
.miniPopup-departments-trigger a:hover {
  color: #21cdc0;
}

/* miniPopup */
.miniPopup {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  width: 310px;
  padding: 40px;
  border-radius: 0 0 6px 6px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  transition: 0.3s ease;
  transform: translateY(20px);
}
.miniPopup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* miniPopup-departments */
.miniPopup-departments.dropdown-menu {
  top: 100%;
  display: block;
  min-width: 220px;
  width: 220px;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15) !important;
}

/* miniPopup-emergency */
.miniPopup-emergency .emergency__icon {
  font-size: 60px;
  line-height: 1;
  color: #21cdc0;
  margin-bottom: 20px;
}
.miniPopup-emergency .phone__number {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.miniPopup-emergency .btn {
  padding-top: 24px;
  border-top: 2px solid #e6e8eb;
}

/* search-popup */
.search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  transform: scale(0.7);
  transition: all 0.5s ease-in-out;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.search-popup.active .search-popup__form {
  transform: translateY(-50%) scaleX(1);
}
.search-popup.inActive {
  opacity: 0;
  transition-delay: 0.5s;
  transform: scale(1);
}
.search-popup.inActive .search-popup__form {
  transition-delay: 0s;
  transform: translateY(-50%) scaleX(0);
}
.search-popup .search-popup__close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  font-style: normal;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  background-color: #21cdc0;
  transition: all 0.2s linear;
}
.search-popup .search-popup__close:hover {
  background-color: #0e204d;
}
.search-popup .search-popup__form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  transform: translateY(-50%) scaleX(0);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}
.search-popup .search-popup__btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: #213360;
  transition: 0.3s ease;
}
.search-popup .search-popup__btn:hover {
  color: #21cdc0;
}
.search-popup .search-popup__form__input {
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  font-size: 35px;
  z-index: 1;
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 0 0 40px;
  color: #848e9f;
  background: transparent;
  border-bottom: 2px solid #e7ebef;
  transition: all 0.3s ease;
}
.search-popup .search-popup__form__input::-webkit-input-placeholder {
  color: #848e9f;
}
.search-popup .search-popup__form__input:-moz-placeholder {
  color: #848e9f;
}
.search-popup .search-popup__form__input::-moz-placeholder {
  color: #848e9f;
}
.search-popup .search-popup__form__input:-ms-input-placeholder {
  color: #848e9f;
}

/* login-popup */
.login-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(1, 7, 17, 0.9);
  transition: all 0.5s ease-in-out;
}
.login-popup .login-popup-wrapper {
  opacity: 0;
  width: 90%;
  max-width: 370px;
  transform: scale(0.9);
  transition: all 0.5s ease;
  transition-delay: 0.7s;
}
.login-popup .login-popup__form {
  position: relative;
  padding: 50px;
  border-radius: 5px;
  background-color: #ffffff;
}
.login-popup .login-popup__form .input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.login-popup .login-popup__form .input-icon.icon-lock {
  font-size: 20px;
}
.login-popup .login-popup__form .form-control {
  height: 60px;
  padding-left: 40px;
  background-color: #f1f5fe;
}
.login-popup .custom-control-label a {
  color: #213360;
  border-bottom: 1px solid #213360;
}
.login-popup .login-popup__title {
  font-size: 24px;
  margin-bottom: 15px;
}
.login-popup .go-login,
.login-popup .go-register {
  color: #21cdc0;
  margin-left: 10px;
}
.login-popup .go-login i,
.login-popup .go-register i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 6px;
  color: #21cdc0;
  transition: 0.3s linear;
}
.login-popup .go-login:hover i,
.login-popup .go-register:hover i {
  color: #ffffff;
  background-color: #21cdc0;
}
.login-popup.active {
  opacity: 1;
  visibility: visible;
}
.login-popup.active .login-popup-wrapper {
  opacity: 1;
  transform: scale(1);
}
.login-popup.inActive {
  opacity: 0;
  transition-delay: 0.5s;
}
.login-popup.inActive .login-popup-wrapper {
  transform: scale(0.9);
  transition-delay: 0s;
}

.action__btn-search {
  color: #213360;
}

@media (min-width: 1200px) {
.navbar .nav__item .nav__item-link {
    font-size: 13px !important;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #213360;
    line-height: 100px;
    letter-spacing: 0.4px;
    padding-right: 1px;
    gap: 0px;
}
  .header-topbar {
    display: block;
  }
  .navbar > .container-fluid,
  .header-topbar > .container-fluid {
    /*padding-left: 50px;*/
    /*padding-right: 50px;*/
  }
  .header-layout3 .topbar__text {
    color: #788fc8;
  }
  .header-layout3 .navbar .navbar-brand {
    padding-right: 50px;
    border-right: 1px solid #e6e8eb;
  }
  .header-layout3 .action__btn-search {
    padding-right: 50px;
    height: 100%;
    border-right: 1px solid #e6e8eb;
  }
  .header-layout3 .close__topbar {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #ffffff;
  }
}
@media (max-width: 1199px) {
  .header-topbar {
    display: none;
  }
}
/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .nav__item {
    margin-right: 20px;
  }
}
/* Mobile and Tablets */
@media (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }
  .navbar .collapse:not(.show) {
    display: block;
  }
  .navbar .navbar-nav {
    margin: 0 !important;
  }
  .navbar .nav__item {
    margin-right: 0;
  }
  .navbar .nav__item .nav__item-link {
    color: #222222;
    line-height: 35px !important;
    padding-left: 15px;
  }
  .navbar .nav__item .nav__item-link:hover {
    color: #21cdc0;
  }
  .navbar .nav__item .nav__item-link:before {
    display: none;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    padding: 0;
    transition: 0.4s ease;
  }
  .navbar .navbar-collapse .navbar-nav {
    opacity: 0;
    width: 240px;
    height: 100%;
    overflow-y: auto;
    padding: 50px 0 20px;
    background-color: #ffffff;
    transform: translateX(-100%);
    transition: 0.3s ease;
    transition-delay: 0.4s;
  }
  .navbar .navbar-collapse.menu-opened {
    opacity: 1;
    visibility: visible;
            margin: 0px !important;
  }
  .navbar .navbar-collapse.menu-opened .navbar-nav {
    opacity: 1;
    transform: translateX(0);
  }
  .navbar .navbar-collapse.menu-opened .close-mobile-menu {
    opacity: 1;
    transform: scale(1);
  }
  .navbar .close-mobile-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1100;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
    transition-delay: 0.5s;
  }
  .navbar .nav__item [data-toggle=dropdown]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    width: 50%;
    text-align: right;
    z-index: 2;
    padding-right: 15px;
    line-height: 35px;
    display: block !important;
  }
  .navbar .dropdown-toggle:after {
    display: none;
  }
  .navbar .nav__item.opened > [data-toggle=dropdown]:after,
  .navbar .nav__item.show > [data-toggle=dropdown]:after {
    content: "\f107";
  }
  .navbar .dropdown-menu {
    background-color: white;
  }
  .navbar .dropdown-menu .nav__item {
    padding: 0 15px 0 30px;
  }
  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-left: 0;
    border-bottom: none;
  }
  .navbar .dropdown-menu .dropdown-menu-col .nav__item {
    padding: 0;
  }
  .navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
    padding-left: 10px;
  }
  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }
  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }
  .navbar .mega-dropdown-menu > .nav__item {
    padding: 0 10px;
  }
  .navbar .mega-dropdown-menu .nav__item {
    padding: 0;
  }
  .header .navbar,
  .header-transparent .navbar {
    background-color: #ffffff;
  }
  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block;
  }
  .header .logo-light,
  .header-transparent .logo-light {
    display: none;
  }
  .header .module__btn,
  .header-transparent .module__btn {
    color: #213360;
    margin: 0 60px 0 0;
  }
  .header .navbar .navbar-toggler .menu-lines:before,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #213360;
  }
  .header .navbar-expand-lg > .container,
  .header .navbar-expand-lg > .container-fluid,
  .header-transparent .navbar-expand-lg > .container,
  .header-transparent .navbar-expand-lg > .container-fluid {
    width: 100%;
    max-width: none;
  }
  .header .navbar,
  .header .navbar > .container,
  .header .navbar > .container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar > .container,
  .header-transparent .navbar > .container-fluid {
    height: 80px;
  }
  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand,
  .header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px !important;
  }
  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand {
    line-height: 80px;
  }
  .header-topbar > .container {
    max-width: none;
  }
  .lang-dropdown .lang-dropdown-toggle,
  .header-transparent .action__btn {
    color: #213360;
  }
  .action__btn-search {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
  }
}
/* Medium and large Screens */
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    padding: 25px 0 23px;
    border-radius: 0 0 6px 6px;
  }
  .navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none;
  }
  .navbar .dropdown-menu.wide-dropdown-menu {
    padding: 0;
    min-width: 500px;
    overflow: hidden;
  }
  .navbar .dropdown-menu.wide-dropdown-menu > .nav__item {
    padding: 0;
  }
  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-title {
    color: #0e204d;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    margin: 0 0 13px 40px;
  }
  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
    padding: 40px 0 27px;
  }
  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child {
    position: relative;
  }
  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e9e9e9;
  }
  .navbar .nav__item.has-dropdown > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu > .mega-menu,
  .navbar .nav__item.has-dropdown > .mega-menu,
  .navbar .nav__item.has-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(10px);
  }
  .navbar .nav__item.has-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu > .dropdown-menu > .nav__item.has-dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
  }
  .navbar .nav__item.has-dropdown:hover > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu:hover > .mega-menu,
  .navbar .nav__item.has-dropdown:hover > .mega-menu,
  .navbar .nav__item.has-dropdown > .dropdown-menu > .nav__item.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar .nav__item.has-dropdown.mega-dropdown {
    position: static;
  }
  .navbar .nav__item.has-dropdown .mega-dropdown-menu {
    width: 100%;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    transition: all 0.4s ease;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    opacity: 0;
    color: #21cdc0;
    transition: all 0.4s ease;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-left: 15px;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: 4px;
  }
  .nav__item i[data-toggle=dropdown] {
    display: none;
  }
  .header-layout3 .navbar .navbar-brand {
    margin-right: 50px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .dropdown-menu.mega-dropdown-menu > .nav__item {
    padding: 0 15px;
  }
  .dropdown-menu.mega-dropdown-menu .nav__item:last-child > .nav__item-link {
    border-bottom: 1px solid #f2f2f2;
  }
  .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child > .nav__item-link {
    border-bottom: none;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .search-popup .search-popup__form {
    width: 90%;
  }
  .search-popup .search-popup__form__input {
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    padding: 0 0 0 30px;
  }
  .search-popup .search-popup__btn {
    font-size: 20px;
    line-height: 40px;
  }
  .search-popup .search-popup__close {
    font-size: 14px;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 420px) {
  .header .navbar-brand img {
    max-width: 120px;
  }
  .header .action__btn-login span {
    display: none;
  }
}
/* Header Animation */
@keyframes translateHeader {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*----------------------
    Accordions
------------------------*/
.accordion-item {
  padding: 22px 0;
  margin-top: -1px;
  border-top: 2px solid #e7ebef;
  border-bottom: 2px solid #e7ebef;
  background-color: #ffffff;
}
.accordion-item .accordion__title {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 40px;
  color: #213360;
}
.accordion-item .accordion__title:hover {
  color: #21cdc0;
}
.accordion-item .accordion__title:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #213360;
}
.accordion-item.opened {
  border-color: #21cdc0;
}
.accordion-item.opened .accordion__header:not(.collapsed) .accordion__title {
  color: #21cdc0;
}
.accordion-item.opened .accordion__header:not(.collapsed) .accordion__title:after {
  content: "\f107";
  background-color: #21cdc0;
}
.accordion-item .accordion__body {
  padding-top: 20px;
}
.accordion-item .accordion__body p {
  margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .accordion-item {
    padding: 10px 15px;
  }
  .accordion-item .accordion__title {
    font-size: 14px;
  }
  .accordion-item .accordion__body p {
    font-size: 13px;
  }
}
/*-----------------------
    banner
------------------------*/
.banner-layout1 .top-banner,
.banner-layout2 .top-banner {
  padding-bottom: 35px;
}
.banner-layout1 .banner-text,
.banner-layout2 .banner-text {
  padding: 110px 40px 110px 0;
}
.banner-layout1 .list-items-light.list-items-layout2 li:before,
.banner-layout2 .list-items-light.list-items-layout2 li:before {
  color: #213360;
  border-color: #ffffff;
  background-color: #ffffff;
}

/* Extra Large Size Screens */
@media (min-width: 1200px) {
  .banner-layout1 .banner-img,
  .banner-layout2 .banner-img {
    position: absolute;
    top: 0;
    right: -15px;
    height: 100%;
  }
  .banner-layout1 .fancybox-layout3,
  .banner-layout2 .fancybox-layout3 {
    position: absolute;
    top: 20%;
    right: -250px;
    z-index: 3;
  }
  .banner-layout1 .banner-img {
    border-top-left-radius: 15px;
  }
  .banner-layout2 .banner-img {
    height: calc(100% + 100px);
    border-bottom-left-radius: 15px;
  }
}
/* Mobile Phones & tablets and Small Screens */
@media (max-width: 1199px) {
  .banner-layout1 .banner-text,
  .banner-layout2 .banner-text {
    padding: 50px 0;
  }
  .banner-layout1 .banner-img,
  .banner-layout2 .banner-img {
    min-height: 300px;
  }
}
/*-------------------------
    Footer
--------------------------*/
.footer .footer-primary {
  padding-top: 85px;
  padding-bottom: 60px;
  background-color: #1d2a4d;
}
.footer .footer-secondary {
    position: relative;
    padding: 10px 0;
    background-color: #ffffff;
   
}
.footer .footer-secondary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  height: 5px;
  background-color: #2f9bff;
  display: none;
}
.footer [class*=footer-widget] {
  margin-bottom: 30px;
}
.footer .footer-widget__title {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.footer .contact-list li {
  line-height: 26px;
  margin-bottom: 0;
}
.footer .footer-widget-contact {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 15px;
  background-color: #ffffff;
}
.footer .footer-widget-contact:before {
  content: "\e916";
  font-family: icomoon;
  position: absolute;
  right: -30px;
  bottom: -15px;
  font-size: 170px;
  line-height: 1;
  color: rgba(40, 59, 106, 0.05);
  transform: rotate(-20deg);
  z-index: 0;
}
.footer .footer-widget-contact:after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background-color: #218ffa;
}
.footer .footer-widget-nav li a {
    display: block;
    position: relative;
    color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 11px;
}
.footer .footer-widget-nav li a:hover {
    color: #2f9bff !important;
}
.footer .footer__copyright-links li a {
  color: #848e9f;
  display: block;
  margin-right: 25px;
  padding: 3px 0;
}
.footer .footer__copyright-links li a:hover {
  color: #2290fb;
}
.footer .footer__copyright-links li:last-child a {
  margin-right: 0;
}
.footer .phone__number {
  margin: 20px 0;
}

.phone__number {
  display: inline-flex;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #3851a2 !important;
}
.phone__number:hover {
    color: #2f9bff !important;
}
.phone__number i {
  margin-right: 7px;
}

/* Scroll Top Button */
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #21cdc0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#scrollTopBtn:hover {
  background-color: #222222;
}
#scrollTopBtn.actived {
  right: 30px;
  opacity: 1;
}

@media (min-width: 1200px) {
  .footer .footer-widget-nav,
  .footer .footer-widget-about {
    margin-top: 40px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 1200px) {
  .footer .footer-primary {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .footer .footer-secondary {
    padding: 20px 0;
  }
  .footer .footer-secondary:after {
    left: 20px;
    right: 20px;
    height: 3px;
  }
  .footer .footer-widget-contact {
    padding: 20px;
  }
  .footer .footer-widget-contact:after {
    top: 20px;
    bottom: 20px;
  }
  .footer .footer-widget {
    margin-bottom: 20px;
  }
  .footer .footer-widget__title {
    margin-bottom: 15px;
  }
  .footer .footer-widget-nav li a {
    font-size: 13px;
  }
  .footer .phone__number {
    margin: 10px 0;
  }
}
/* Mobile Phones */
@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer__copyright-links {
    justify-content: flex-start !important;
  }
  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  #scrollTopBtn.actived {
    right: 20px;
  }
}
/*-------------------------
    Call to Action
--------------------------*/
.cta-banner {
  position: relative;
  z-index: 3;
  padding: 40px;
  max-width: 300px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}
.cta-banner .cta__title {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
.cta-banner .cta__icon {
  color: #21cdc0;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 25px;
}
.cta-banner .cta__icon i {
  line-height: 1;
}

/* Mobile Phones & tablets and Small Screens */
@media (min-width: 320px) and (max-width: 767px) {
  .cta-banner .cta__title {
    font-size: 16px;
  }
}
/*------------------------
    Slider 
--------------------------*/
.header-transparent + .slider {
  margin-top: -100px;
}
.header-transparent.header-full + .slider {
  margin-top: -135px;
}

.header-transparent + .slider .slide-item {
  padding-top: 100px;
  height: 100vh;
}
.header-transparent.header-full + .slider .slide-item {
  padding-top: 165px;
  height: 100vh;
}

.slider {
  padding: 0;
}
.slider .slide-item {
  height: calc(100vh - 165px);
  min-height: 550px;
}
.slider .slide__subtitle {
  color: #213360;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.slider .slide__title {
  font-size: 75px;
  line-height: 1.1;
  margin-bottom: 25px;
}
.slider .slide__desc {
  color: #283b6a;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  max-width: 550px;
  margin-bottom: 30px;
}
.slider .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.slider .cta-banner {
  max-width: 270px;
  padding: 50px 40px;
}
.slider .cta-banner:before {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
  width: 2px;
  background-color: #21cdc0;
}
.slider .cta-banner .cta__title {
  font-family: "Quicksand", sans-serif;
}
.slider .cta-banner .slick-dots {
  position: static;
  text-align: left;
  margin-left: -17px;
}
.slider .cta-banner .slick-dots li button {
  border-color: #213360;
}
.slider .cta-banner .slick-dots li.slick-active button {
  border-color: #21cdc0;
}
.slider .cta-banner .slick-dots li:not(:first-child):before, .slider .cta-banner .slick-dots li:not(:last-child):after {
  background-color: #213360;
}
.slider .cta-banner .slick-dots li.slick-active:before, .slider .cta-banner .slick-dots li.slick-active:after {
  background-color: #21cdc0;
}
.slider .slick-arrow {
  transform: translateY(30px);
}
.slider .contact-panel-wrapper {
  position: relative;
}
.slider .contact-panel {
  position: absolute;
  right: 15px;
  bottom: -100px;
  z-index: 5;
  padding: 50px;
  max-width: 370px;
}
.slider .contact-panel .contact-panel__title {
  margin-bottom: 15px;
}
.slider .contact-panel .form-group {
  margin-bottom: 20px;
}

.slider-centerd {
  text-align: center;
}
.slider-centerd .slide__desc {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .slider .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .slider .slick-arrow:before {
    font-size: 50px;
  }
  .slider .slick-arrow.slick-next {
    right: 20px;
  }
  .slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .slider  {
    min-width: 190px;
  }
  .slider .btn.btn__outlined {
    line-height: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .slider .slide-item {
    padding-right: 50px;
    padding-left: 50px;
  }
  .slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .slider .slick-arrow.slick-next {
    right: 10px;
  }
}
/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .slider .slide__title {
    font-size: 65px;
  }
}
/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .slider .slide__title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .header-transparent + .slider {
    margin-top: 0 !important;
  }
  .slider .slide-item {
    min-height: 0;
    padding: 100px 10px;
    height: auto !important;
  }
  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
/*  Small Screens and tablets  */
@media (min-width: 576px) and (max-width: 767px) {
  .slider .slide__title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
  .slider .slick-arrow.slick-next {
    right: 0;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .slider .slide__title {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .slider .btn {
    margin-bottom: 10px;
  }
  .slider .slick-arrow {
    display: none;
  }
  .slider .slide-item {
    padding: 30px 10px;
  }
}
/*--------------------------
      Video
--------------------------*/
.video__btn {
  text-align: center;
  display: inline-flex;
  position: relative;
  padding-left: 70px;
  height: 60px;
  align-items: center;
}
.video__btn .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #21cdc0;
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear;
}
.video__btn:hover .video__player {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.15);
}
.video__btn .video__btn-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  margin-left: 12px;
}
.video__btn-lg {
  padding-left: 80px;
  height: 80px;
}
.video__btn-lg .video__player {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.video__btn-white .video__player {
  background-color: #ffffff !important;
  color: #0e204d;
}
.video__btn-white .video__player-animation {
  border-color: #ffffff !important;
}

.video-banner {
  position: relative;
  z-index: 2;
}
.video-banner img {
  border-radius: 15px;
}
.video-banner .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-banner .video__btn-title {
  position: absolute;
  bottom: -30px;
  left: -7px;
  line-height: 1.5;
}

.video-banner-layout2 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-banner-layout2.bg-overlay:before {
  z-index: 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, #061733 97%);
}
.video-banner-layout2 .video__btn {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding-left: 60px;
  height: 36px;
}
.video-banner-layout2 .video__player {
  width: 54px;
  height: 36px;
  line-height: 36px;
  border-radius: 10px;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.video-banner-layout2:hover .video__player {
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
}

.video-banner-layout3 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-banner-layout3.bg-overlay:before {
  z-index: 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, #061733 97%);
}
.video-banner-layout3 .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-----------------------
    Features
------------------------*/
.feature-item {
  position: relative;
  border-radius: 13px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
  transition: all 0.3s linear;
}
.feature-item .feature__img {
  position: absolute;
  bottom: 40%;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
.feature-item .feature__img img {
  border-radius: 13px;
}
.feature-item .feature__content {
  overflow: hidden;
  position: relative;
  padding: 37px 40px 35px;
}
.feature-item .feature__icon {
  font-size: 50px;
  line-height: 1;
  color: #21cdc0;
  margin-bottom: 20px;
  overflow: hidden;
}
.feature-item .feature__icon i:nth-of-type(2) {
  position: absolute;
  right: -30px;
  font-size: 80px;
  opacity: 0;
  transition: all 0.5s linear;
}
.feature-item .feature__title {
  font-size: 18px;
  margin-bottom: 0;
}
.feature-item .feature__desc {
  font-size: 14px;
  line-height: 1.7;
}
.feature-item .btn__link {
  position: absolute;
  bottom: -15px;
  left: 40px;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.5s linear;
}
.feature-item .btn__link .icon-outlined {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #213360;
  margin-right: 5px;
  transition: all 0.3s linear;
}
.feature-item .btn__link .icon-outlined:hover {
  background-color: #21cdc0;
}
.feature-item .btn__link .icon-outlined.icon-arrow-right {
  font-size: 75%;
}
.feature-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.feature-item:hover .feature__icon {
  color: #21cdc0;
}
.feature-item:hover .feature__icon i:nth-of-type(2) {
  opacity: 0.2;
}
.feature-item:hover .feature__img {
  bottom: 50%;
  opacity: 1;
}
.feature-item:hover .btn__link {
  opacity: 1;
  transform: scale(1);
}

.features-layout1 {
  padding-top: 180px;
}
.features-layout1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
  z-index: -1;
  background-color: #ffffff;
}

.features-layout2 .heading__icon {
  font-size: 60px;
  line-height: 1;
  color: #35fff0;
}
.features-layout2 .feature-item .icon-outlined:hover {
  background-color: #222222;
}

.features-layout3 .feature-item-custom {
  overflow: hidden;
  background-color: #21cdc0;
}
.features-layout3 .feature-item-custom:before {
  font-family: icomoon;
  content: "\e93f";
  position: absolute;
  right: -50px;
  bottom: -50px;
  font-size: 140px;
  color: rgba(255, 255, 255, 0.1);
}
.features-layout3 .feature-item-custom .feature__title,
.features-layout3 .feature-item-custom .feature__desc {
  color: #ffffff;
}
.features-layout3 .feature-item-custom .feature__title {
  margin-bottom: 20px;
}
.features-layout3 .feature-item-custom .btn__link {
  position: static;
  opacity: 1;
  line-height: 1.5;
  height: auto;
  transform: scale(1);
}

.features-layout4 .feature-item {
  padding: 30px;
  border-radius: 0;
  margin-bottom: 30px;
}
.features-layout4 .feature-item .feature__icon {
  flex: 0 0 70px;
  max-width: 70px;
}
.features-layout4 .feature-item .feature__title {
  font-size: 23px;
  margin-bottom: 15px;
}
.features-layout4 .feature-item .feature__content {
  padding: 0 !important;
}
.features-layout4 .feature-item .btn__link {
  position: static;
  opacity: 1;
  line-height: 1.5;
  height: auto;
  justify-content: flex-start;
  transform: scale(1);
}
.features-layout4 .slick-list {
  padding-bottom: 50px;
}
.features-layout4 .slick-dots {
  margin-top: -50px;
}

.features-list .feature-item {
  box-shadow: none;
  margin-bottom: 0;
  margin-right: 30px;
  text-align: center;
  background-color: transparent;
}
.features-list .feature-item:last-of-type {
  margin-right: 0;
}
.features-list .feature-item .feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  font-size: 40px;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #213360;
  background-color: #ffffff;
  transition: all 0.3s linear;
}
.features-list .feature-item .feature__title {
  font-size: 15px;
}
.features-list .feature-item:hover .feature__icon {
  box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.1);
  transform: translateY(-7px);
}

@media (min-width: 1200px) {
  .features-layout3 .feature-wrapper {
    overflow: hidden;
    margin-top: -50px;
    border-radius: 15px;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
  }
  .features-layout3 .feature-wrapper > [class*=col-]:not(:last-of-type) {
    border-right: 2px solid #e6e8eb;
  }
  .features-layout3 .feature-item {
    margin-bottom: 0;
  }
  .features-layout3 .feature-item:not(.feature-item-custom) {
    border-radius: 0;
    box-shadow: none;
  }
  .features-layout3 .feature-item:not(.feature-item-custom) .feature__title {
    line-height: 1.5;
  }
  .features-layout3 .feature-item.feature-item-custom {
    margin-top: -50px;
    border-radius: 15px;
  }
  .features-layout4 .carousel-container {
    margin-right: -160px;
  }
}
@media (max-width: 1199px) {
  .feature-item {
    margin: 10px 0;
  }
  .features-layout1[class*=mt--] {
    margin-top: -30px !important;
  }
}
@media (max-width: 992px) {
  .features-layout2 .feature-item .feature__img {
    display: none;
  }
}
/* Mobile Phones and tablets  */
@media (min-width: 320px) and (max-width: 767px) {
  .feature-item .feature__content {
    padding: 20px;
  }
  .feature-item .feature__title {
    font-size: 16px !important;
    margin-bottom: 5px;
  }
  .feature-item .feature__desc {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .feature-item .feature__icon {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .features-list .feature-item {
    margin-right: 10px;
  }
  .features-list .feature-item .feature__icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .features-list .feature-item .feature__title {
    font-size: 11px !important;
  }
}
/*-----------------------
     fancybox 
------------------------*/
.fancybox-item {
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}
.fancybox-item .fancybox__icon {
  font-size: 50px;
  line-height: 1;
  color: #21cdc0;
}
.fancybox-item .fancybox__title {
  font-size: 19px;
  margin-bottom: 16px;
}
.fancybox-item .fancybox__desc {
  margin-bottom: 0;
}
.fancybox-item .fancybox__icon,
.fancybox-item .fancybox__title,
.fancybox-item .fancybox__desc {
  transition: all 0.3s linear;
}
.fancybox-item:hover .fancybox__icon {
  animation: zoomOut 1s infinite alternate;
}
.fancybox-item:hover .fancybox__title {
  color: #21cdc0;
}

.fancybox-layout1 .fancybox-item,
.fancybox-layout2 .fancybox-item {
  padding: 40px;
  border: 2px solid #e6e8eb;
}
.fancybox-layout1 .fancybox-item .fancybox__icon,
.fancybox-layout2 .fancybox-item .fancybox__icon {
  flex: 0 0 70px;
}

.fancybox-layout1 .fancybox-item:hover {
  border-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.fancybox-layout2 .fancybox-item {
  padding: 30px;
}
.fancybox-layout2 .fancybox-item .fancybox__title {
  font-size: 18px;
  margin-bottom: 6px;
}
.fancybox-layout2 .fancybox-item:hover {
  border-color: #21cdc0;
  background-color: #21cdc0;
}
.fancybox-layout2 .fancybox-item:hover .fancybox__title,
.fancybox-layout2 .fancybox-item:hover .fancybox__desc,
.fancybox-layout2 .fancybox-item:hover .fancybox__icon {
  color: #ffffff;
}

.fancybox-layout3 .fancybox-item {
  width: 270px;
  padding: 37px 35px 30px;
  background-color: #ffffff;
}
.fancybox-layout3 .fancybox-item .fancybox__icon {
  flex: 0 0 70px;
}
.fancybox-layout3 .fancybox-item .fancybox__title {
  font-size: 18px;
}

.fancybox-light .fancybox-item .fancybox__icon,
.fancybox-light .fancybox-item .fancybox__title,
.fancybox-light .fancybox-item:hover .fancybox__title {
  color: #ffffff;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .fancybox-item .fancybox__icon {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .fancybox-item .fancybox__title {
    font-size: 15px !important;
    margin-bottom: 5px;
  }
  .fancybox-layout1 .fancybox-item .fancybox__icon,
  .fancybox-layout2 .fancybox-item .fancybox__icon {
    flex: 0 0 50px;
  }
  .fancybox-layout1 .fancybox-item,
  .fancybox-layout2 .fancybox-item,
  .fancybox-layout3 .fancybox-item {
    padding: 20px;
  }
}
/*--------------------
     Team
---------------------*/
.member {
  position: relative;
  border-radius: 8px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}
.member:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 3px;
  background-color: #21cdc0;
  transition: transform 0.4s linear;
  transition-delay: 0.3s;
  transform: scaleX(0);
}
.member .member__img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.member .member__img img {
  transition: all 0.9s ease;
}
.member .member__info {
  padding: 35px 40px;
      background: hsl(204.71deg 73.91% 95.49%);
    border-radius: 28px;
}
.member .member__info .member__name {
  font-size: 21px;
  margin-bottom: 11px;
}
.member .member__info .member__name a {
  color: #0e204d;
}
.member .member__info .member__name a:hover {
  color: #21cdc0;
}
.member .member__info .member__job {
  color: #21cdc0;
  margin-bottom: 10px;
}
.member .member__info .member__desc {
  font-size: 15px;
  margin-bottom: 0;
}
.member .member__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.5s linear;
}
.member .social-icons li {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.member .social-icons li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
}
.member .social-icons li a.facebook {
  background-color: #3b5999;
}
.member .social-icons li a.twitter {
  background-color: #55acee;
}
.member .social-icons li a.phone {
  background-color: #283b6a;
}
.member .social-icons li a:hover {
  background-color: #222222;
}
.member .social-icons li:nth-of-type(1) {
  transition-delay: 100ms;
}
.member .social-icons li:nth-of-type(2) {
  transition-delay: 200ms;
}
.member .social-icons li:nth-of-type(3) {
  transition-delay: 300ms;
}
.member .btn__link.btn__secondary {
  padding: 12px 0;
  margin-top: 5px;
}
.member .btn__link.btn__secondary i {
  width: auto;
  height: auto;
  margin-left: 3px;
  color: #213360;
  background-color: transparent !important;
  transition: all 0.3s linear;
}
.member .btn__link.btn__secondary:hover {
  color: #ffffff !important;
  background-color: #21cdc0 !important;
}
.member:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.member:hover .member__hover,
.member:hover .social-icons li {
  opacity: 1;
}
.member:hover .btn__link.btn__secondary {
  padding: 12px 15px;
  color: #ffffff;
  background-color: #213360;
}
.member:hover .btn__link.btn__secondary i {
  color: #ffffff;
}

.team-layout1 .member .social-icons {
  position: absolute;
  top: 40px;
  left: 40px;
}

.team-layout1 .slick-list,
.team-layout2 .slick-list {
  margin: -15px;
  overflow: visible;
}
.team-layout1 .slick-slide,
.team-layout2 .slick-slide {
  margin: 15px;
  transition: all 0.3s ease;
}
.team-layout1 .slick-slide.slick-active,
.team-layout2 .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.team-layout1 .slick-slide:not(.slick-active),
.team-layout2 .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}
.team-layout1 .member:hover:before,
.team-layout2 .member:hover:before {
  transform: scaleX(1);
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .member:before {
    left: 20px;
    right: 20px;
  }
  .member .member__info {
    padding: 15px 20px;
  }
}
/*----------------------------
     Testimonial
------------------------------*/
.testimonial__title {
  font-size: 23px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.testimonial__meta {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.testimonial__meta .testimonial__thmb {
  margin-bottom: 16px;
}
.testimonial__meta.slick-current {
  opacity: 1;
}
.testimonial__meta.slick-current .testimonial__thmb {
  border: 2px solid #21cdc0;
  background-color: #ffffff;
}

.testimonial__meta-title {
  font-size: 16px;
  margin-bottom: 4px;
  white-space: nowrap;
}

.testimonial__meta-desc {
  position: relative;
  z-index: 2;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
}

.testimonial__thmb {
  cursor: pointer;
  width: 52px !important;
  height: 52px;
  padding: 4px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: transparent;
  transition: all 0.4s ease;
}
.testimonial__thmb img {
  display: block;
  border-radius: 50%;
  margin: auto;
}

.testimonials-layout1 {
  border-radius: 15px;
  background-color: #edfbfa;
}
.testimonials-layout1 .slick-dots {
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 3;
}
.testimonials-layout1 .testimonials-wrapper {
  position: relative;
}
.testimonials-layout1 .testimonials-wrapper:before {
  font-family: icomoon;
  content: "\e95c";
  position: absolute;
  top: -160px;
  left: 0;
  font-size: 50px;
  color: #21cdc0;
}

.testimonials-layout2 .slick-dots,
.testimonials-layout3 .slick-dots {
  display: none !important;
}
.testimonials-layout2 .slider-nav,
.testimonials-layout3 .slider-nav {
  max-width: 550px;
}
.testimonials-layout2 .testimonial__meta,
.testimonials-layout3 .testimonial__meta {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.testimonials-layout2 .testimonial__meta .testimonial__thmb,
.testimonials-layout3 .testimonial__meta .testimonial__thmb {
  position: relative;
  width: 65px !important;
  height: 65px;
  padding: 6px;
  margin-bottom: 0;
  margin-right: 15px;
}
.testimonials-layout2 .testimonial__meta .testimonial__thmb:before,
.testimonials-layout3 .testimonial__meta .testimonial__thmb:before {
  font-family: icomoon;
  content: "\e95c";
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 12px;
  opacity: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #21cdc0;
  background-color: #ffffff;
  transition: all 0.4s ease;
}
.testimonials-layout2 .testimonial__meta.slick-current .testimonial__thmb:before,
.testimonials-layout3 .testimonial__meta.slick-current .testimonial__thmb:before {
  opacity: 1;
}

.testimonials-layout3 {
  padding-bottom: 290px;
}
.testimonials-layout3 + .contact-layout2 {
  margin-top: -240px;
}
.testimonials-layout3 .testimonial__title,
.testimonials-layout3 .testimonial__meta-title {
  color: #ffffff;
}
.testimonials-layout3 .testimonial__meta-desc {
  color: #848e9f;
}
.testimonials-layout3 .testimonial__meta.slick-current .testimonial__thmb {
  background-color: #213360;
}

.testimonials__rating {
  position: relative;
  max-width: 300px;
  padding: 20px 0px 20px 30px;
}
.testimonials__rating:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 143px;
  height: 95px;
  background-image: url(../images/icons/text-shape.png);
}
.testimonials__rating .total__rate {
  font-family: "Quicksand", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #21cdc0;
  margin-right: 10px;
}
.testimonials__rating .overall__rate {
  font-weight: 700;
  color: #213360;
  border-bottom: 2px solid #213360;
}

@media (min-width: 1300px) {
  .testimonials-layout1 {
    margin: 0 50px;
  }
}
@media (max-width: 992px) {
  .testimonials-layout1 .testimonials-wrapper:before {
    top: -90px;
    font-size: 40px;
  }
}
/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .testimonial__title {
    font-size: 15px;
  }
  .testimonial__meta-title {
    font-size: 13px;
  }
  .testimonials-layout2 .testimonial__meta .testimonial__thmb,
  .testimonials-layout3 .testimonial__meta .testimonial__thmb {
    position: relative;
    width: 40px !important;
    height: 40px;
    padding: 3px;
    margin-right: 7px;
  }
  .testimonials-layout2 .testimonial__meta .testimonial__thmb:before,
  .testimonials-layout3 .testimonial__meta .testimonial__thmb:before {
    font-size: 9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
/*---------------------------
    Client
---------------------------*/
.client {
  position: relative;
  overflow: hidden;
}
.client img {
  padding: 15px;
  transition: transform 0.5s ease;
}
.client img:first-of-type {
  opacity: 0.7;
}
.client img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
}
.client:hover img:first-of-type {
  transform: translateY(150%);
}
.client:hover img:last-of-type {
  transform: translate(-50%, -50%);
}

.clients-light .client img {
  filter: brightness(100);
}
.clients-light .client img:first-of-type {
  opacity: 0.98;
}

/*--------------------
     Blog
-------------------*/
.post-item {
  position: relative;
  border-radius: 6px;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}
.post-item .post__img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.post-item .post__img img {
  transition: all 0.9s ease;
}
.post-item .post__title {
  font-size: 22px;
  margin-bottom: 28px;
}
.post-item .post__title a {
  color: #0e204d;
}
.post-item .post__title a:hover {
  color: rgb(47 155 255 / 71%);
}
.post-item .post__meta {
  margin-bottom: 14px;
}
.post-item .post__meta > * {
    position: relative;
    font-size: 13px;
    color: #435ba1;
    line-height: 1;
    margin-right: 15px;
    padding-right: 15px;
    margin-top: 16px;
}
.post-item .post__meta > *:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #dedfe3;
}
.post-item .post__meta > *:last-child {
  padding-right: 0;
  margin-right: 0;
}
.post-item .post__meta > *:last-child:after {
  display: none;
}
.post-item .post__body {
  position: relative;
  z-index: 3;
  padding: 0 30px 40px 37px;
  margin-top: -15px;
}
.post-item .post__meta-cat {
  padding: 4px 13px;
  display: inline-block;
  border-radius: 0 8px 8px 8px;
  background-color: #2f9bff;
  margin-bottom: 15px;
}
.post-item .post__meta-cat a {
  position: relative;
  color: #ffffff;
  padding-right: 7px;
  font-size: 13px;
}
.post-item .post__meta-cat a:hover {
  color: #000000;
}
.post-item .post__meta-cat a:after {
  content: ",";
  position: absolute;
  top: -1px;
  right: 1px;
  color: #ffffff;
}
.post-item .post__meta-cat a:last-child {
  padding-right: 0;
}
.post-item .post__meta-cat a:last-child:after {
  display: none;
}
.post-item .btn__link.btn__secondary {
  padding: 12px 0;
  margin-top: 5px;
}
.post-item .btn__link.btn__secondary i {
  width: auto;
  height: auto;
  margin-left: 3px;
  color: #213360;
  background-color: transparent !important;
  transition: all 0.3s linear;
}
.post-item .btn__link.btn__secondary:hover {
  color: #ffffff !important;
  background-color: #2f9bff !important;
}
.post-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.post-item:hover .post__img img {
  transform: scale(1.1) rotate(1deg);
}
.post-item:hover .btn__link.btn__secondary {
  padding: 12px 20px;
  color: #ffffff;
  background-color: #213360;
}
.post-item:hover .btn__link.btn__secondary i {
  color: #ffffff;
}

/* Blog Sigle */
.blog-single .post-item .post__img {
  border-radius: 16px;
}
.blog-single .post-item:hover {
  box-shadow: none;
}

.blog-widget__title {
  font-size: 21px;
  margin-bottom: 24px;
}

.blog-share .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
.blog-share .social-icons a:hover {
  background-color: #21cdc0;
}

.widget-nav .widget-nav__img {
  position: relative;
  max-width: 90px;
  flex: 0 0 90px;
  align-self: baseline;
}
.widget-nav .widget-nav__img img {
  border-radius: 5px;
}
.widget-nav .widget-nav__img:before {
  font-family: icomoon;
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #213360;
  transition: all 0.3s linear;
}
.widget-nav .widget-nav__prev,
.widget-nav .widget-nav__next {
  position: relative;
  padding: 20px 40px;
  border-radius: 12px;
  border: 2px solid #e6e8eb;
  max-width: 48%;
  transition: all 0.3s linear;
}
.widget-nav .widget-nav__prev:hover,
.widget-nav .widget-nav__next:hover {
  border-color: #21cdc0;
}
.widget-nav .widget-nav__prev:hover .widget-nav__ttile,
.widget-nav .widget-nav__prev:hover .widget-nav__img:before,
.widget-nav .widget-nav__next:hover .widget-nav__ttile,
.widget-nav .widget-nav__next:hover .widget-nav__img:before {
  color: #21cdc0;
}
.widget-nav .widget-nav__next .widget-nav__img:before {
  content: "\e905";
  right: -20px;
}
.widget-nav .widget-nav__prev .widget-nav__img:before {
  content: "\e903";
  left: -20px;
}
.widget-nav .widget-nav__content {
  max-width: calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  padding: 0 10px;
}
.widget-nav .widget-nav__content span {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #616161;
  display: block;
  margin-bottom: 1px;
}
.widget-nav .widget-nav__content .widget-nav__ttile {
  font-size: 15px;
  transition: all 0.3s linear;
}
.widget-nav .widget-nav__all {
  font-size: 22px;
  line-height: 50px;
  display: block;
  text-align: center;
}

.blog-author {
  position: relative;
  padding: 35px;
  border-radius: 6px;
  background-color: #def8f6;
}
.blog-author:after {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 0;
  width: 3px;
  background-color: #21cdc0;
}
.blog-author .blog-author__avatar {
  flex: 0 0 100px;
  max-width: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 30px;
}
.blog-author .blog-author__avatar img {
  border-radius: 50%;
}
.blog-author .blog-author__content {
  flex: calc(100% - 100px);
  max-width: calc(100% - 100px);
}
.blog-author .blog-author__name {
  font-size: 18px;
  margin-bottom: 12px;
}
.blog-author .blog-author__bio {
  font-size: 15px;
  margin-bottom: 13px;
}
.blog-author .social-icons li a {
  font-size: 15px;
  color: #0e204d;
  background-color: transparent !important;
}
.blog-author .social-icons li a:hover {
  color: #21cdc0;
}

.bordered-box {
  border-radius: 4px;
  border: 1px solid #e5e8ea;
}
.bordered-box .blog-share,
.bordered-box .blog-tags {
  padding: 25px;
}

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}
.comments-list .comment__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list .comment__item .comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}
.comments-list .comment__item .comment__avatar img {
  border-radius: 50%;
}
.comments-list .comment__item .comment__content {
  padding-left: 90px;
}
.comments-list .comment__item .comment__content .comment__author {
  font-size: 15px;
  margin-bottom: 11px;
}
.comments-list .comment__item .comment__content .comment__date {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.comments-list .comment__item .comment__content .comment__desc {
  font-size: 15px;
  margin-bottom: 6px;
}
.comments-list .comment__item .comment__content .comment__reply {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #21cdc0;
}
.comments-list .comment__item .comment__content .comment__reply:hover {
  color: #213360;
}
.comments-list .comment__item .nested__comment {
  border-top: 1px solid #eaeaea;
  padding: 30px 0 0 0;
  margin: 30px 0 0 90px;
}

.blog-tags ul li a {
  position: relative;
  font-size: 14px;
  padding-right: 5px;
  color: #21cdc0;
}
.blog-tags ul li a:hover {
  color: #213360;
}
.blog-tags ul li a:before {
  content: ",";
  position: absolute;
  top: -2px;
  right: 1px;
  color: #21cdc0;
}
.blog-tags ul li:last-child a:before {
  display: none;
}

@media (min-width: 1200px) {
    .post-item .post__meta{
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    margin-right: 15px;
    padding-right: 15px;
}
  .blog-single .post-item .post__title {
    font-size: 40px;
  }
  .blog-single .post-item .post__desc p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
    
        color: #000000cf;
    }
  }

  .blog-single .post-item .post__meta-cat {
    position: relative;
    z-index: 6;
    top: -15px;
  }
}
@media (min-width: 768px) {
  .widget-nav__next {
    text-align: right;
    flex-direction: row-reverse;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .post-item {
    margin-bottom: 15px;
  }
  .post-item .post__title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px;
  }
  .comments-list .comment__item .comment__content {
    padding-left: 50px;
  }
  .comments-list .comment__item .comment__content .comment__desc {
    font-size: 13px;
  }
  .widget-nav {
    flex-direction: column;
  }
  .widget-nav .widget-nav__img {
    max-width: 70px;
    flex: 0 0 70px;
  }
  .widget-nav .widget-nav__img:before {
    display: none;
  }
  .widget-nav .widget-nav__prev,
  .widget-nav .widget-nav__next {
    max-width: 100%;
    padding: 15px;
  }
  .widget-nav .widget-nav__prev {
    margin-bottom: 10px;
  }
  .comments-list .comment__item .nested__comment {
    padding: 20px 0 0 0;
    margin: 20px 0 0 40px;
  }
  .bordered-box .blog-share,
  .bordered-box .blog-tags {
    padding: 10px;
  }
  .blog-carousel .heading-wrapper {
    margin-bottom: 60px !important;
  }
  .blog-carousel .btn__explore {
    position: relative;
    right: 0;
  }
  .blog-carousel .heading__title {
    font-size: 18px;
  }
  .blog-carousel .slick-arrow {
    top: -30px;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .blog-author {
    flex-direction: column;
    padding: 20px;
  }
  .blog-author:after {
    top: 20px;
    bottom: 20px;
  }
  .blog-author .blog-author__avatar,
  .blog-author .blog-author__content {
    flex: 100%;
    max-width: 100%;
  }
 
}
/*----------------------------
    Contact
----------------------------*/
.contact-info .boxes-wrapper {
  position: relative;
  z-index: 3;
  margin-top: -40px;
  overflow: hidden;
  border-radius: 10px;
}
.contact-info .boxes-wrapper > [class*=col-]:nth-of-type(1) .contact-box {
  background-color: #21cdc0;
}
.contact-info .boxes-wrapper > [class*=col-]:nth-of-type(2) .contact-box {
  background-color: #3851a2;
}
.contact-info .boxes-wrapper > [class*=col-]:nth-of-type(3) .contact-box {
  background-color: #2d4990;
}
.contact-info .contact-box {
  position: relative;
  padding: 45px;
  height: 100%;
}
.contact-info .contact-box .contact__title {
  font-size: 19px;
}
.contact-info .contact-box .contact__icon {
  font-size: 50px;
  flex: 0 0 80px;
  max-width: 80px;
}
.contact-info .contact-box .contact__title,
.contact-info .contact-box .contact__icon,
.contact-info .contact-box .time__list li,
.contact-info .contact-box .contact__desc {
  color: #ffffff;
}
.contact-info .contact-box .phone__number {
  font-size: 23px;
  margin-top: 5px;
  font-weight: 600;
  color: #ffffff !important;
}
.contact-info .contact-box .phone__number .icon-phone {
  font-size: 17px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  background-color: #1ebaae;
}
.contact-info .contact-box .btn__white.btn__outlined {
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-panel {
    position: relative;
    z-index: 2;
    padding: 60px;
    border-radius: 20px;
    /* background-color: #66b5ff29; */
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
    background: linear-gradient(140deg, #eaf3fd 0%, #f2f8fd 60%, #f8fbfe 100%);
    border: 1px solid #e3edf9;
}

.contact-panel__title {
  font-size: 24px;
}

.contact-panel__desc {
  font-size: 15px;
  line-height: 25px;
}

textarea.form-control {
  min-height: 120px;
  padding-top: 16px;
}

.contact-layout1 .contact-panel__info,
.contact-layout2 .contact-panel__info {
  position: relative;
  padding: 55px 60px;
  border-radius: 20px;
  overflow: hidden;
  flex: 0 0 38%;
  max-width: 38%;
}
.contact-layout1 .contact-panel__info:after,
.contact-layout2 .contact-panel__info:after {
  content: "";
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 0;
  width: 3px;
  background-color: #2f9bff;
}
.contact-layout1 .contact-panel__info .contact__list li,
.contact-layout2 .contact-panel__info .contact__list li {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-layout1 .contact-panel__info .contact__list li a,
.contact-layout2 .contact-panel__info .contact__list li a {
  color: #ffffff;
}
.contact-layout1 .contact-panel__info .contact__list li i,
.contact-layout2 .contact-panel__info .contact__list li i {
  margin-right: 8px;
}
.contact-layout1 .contact-panel__info .contact-panel__title,
.contact-layout2 .contact-panel__info .contact-panel__title {
  font-size: 30px;
}
.contact-layout1 .contact-panel__form,
.contact-layout2 .contact-panel__form {
  flex: 0 0 62%;
  max-width: 62%;
}

.contact-layout3 .text__block {
  margin-top: 50px;
  padding-top: 45px;
  border-top: 2px solid rgba(231, 235, 239, 0.3);
}
.contact-layout3 .text__block .text__block-desc {
  font-size: 17px;
}

.contact-layout4 {
  padding: 50px;
  overflow: hidden;
  border-radius: 20px;
}

.contact-layout5 .list-items-light.list-items-layout2 li:before {
  color: #213360;
  border-color: #ffffff;
  background-color: #ffffff;
}

@media (min-width: 1300px) {
  .contact-layout5 {
    margin-right: 50px;
    margin-left: 50px;
    overflow: hidden;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-layout1 .contact-panel__form,
  .contact-layout2 .contact-panel__form {
    padding-right: 70px;
  }
  .contact-layout3 .contact-panel {
    margin-right: 30px;
  }
  .contact-layout5 .contact-panel {
    margin-left: 30px;
  }
}
/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .contact-info .contact-box {
    padding: 25px;
  }
  .contact-panel {
    padding: 20px;
  }
  .contact-panel .contact-panel__desc {
    font-size: 13px;
    line-height: 23px;
  }
  .contact-layout1 .contact-panel__info,
  .contact-layout2 .contact-panel__info {
    padding: 20px;
    margin-top: 30px;
  }
  .contact-layout1 .contact-panel__info:after,
  .contact-layout2 .contact-panel__info:after {
    top: 20px;
    bottom: 20px;
  }
  .contact-layout1 .contact-panel__info,
  .contact-layout1 .contact-panel__form,
  .contact-layout2 .contact-panel__info,
  .contact-layout2 .contact-panel__form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Mobile Phones and tablets  */
@media (min-width: 320px) and (max-width: 767px) {
  .contact-info .boxes-wrapper {
    margin-top: -20px;
  }
  .contact-info .boxes-wrapper .contact-box {
    padding: 15px;
  }
  .contact-info .boxes-wrapper .contact-box .contact__icon {
    font-size: 40px;
    flex: 0 0 50px;
    max-width: 50px;
  }
  .contact-info .boxes-wrapper .contact-box .contact__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-layout4 {
    padding: 20px;
  }
}
/*--------------------------
        pricing
--------------------------*/
.pricing-package {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 30px);
  padding: 45px 50px 50px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px rgba(14, 32, 77, 0.15);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.pricing-package .package__title {
  color: #21cdc0;
  font-size: 16px;
  margin-bottom: 15px;
}
.pricing-package .package__price {
  font-family: "Quicksand", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #435ba1;
  line-height: 1;
  margin-bottom: 20px;
}
.pricing-package .package__period {
  font-size: 14px;
  font-weight: 600;
}
.pricing-package .package__desc {
  font-size: 14px;
  margin-bottom: 44px;
}
.pricing-package .package__list {
  margin-bottom: 50px;
}
.pricing-package .package__list li {
  margin-bottom: 13px;
}
.pricing-package .package__list li:before {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.pricing-package .package__footer {
  text-align: center;
  border-radius: 10px;
  padding: 32px 20px 40px;
  background-color: #def8f6;
}

.packages-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -130px;
  border-radius: 15px;
}

[class*=pricing-widget-layout] {
  padding: 40px;
  border-radius: 12px;
}
[class*=pricing-widget-layout] .pricing__title {
  font-size: 19px;
}
[class*=pricing-widget-layout] .pricing__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdee2;
}
[class*=pricing-widget-layout] .pricing__list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
[class*=pricing-widget-layout] .pricing__list li .price {
  line-height: 1;
  padding: 6px 10px;
  border-radius: 5px;
}

.pricing-widget-layout1 {
  background-color: #def8f6;
}
.pricing-widget-layout1 .pricing__list li .price {
  color: #ffffff;
  background-color: #21cdc0;
}

.pricing-widget-layout2 {
  border: 2px solid #e6e8eb;
}
.pricing-widget-layout2 .pricing__list li .price {
  color: #ffffff;
  background-color: #213360;
}

.pricing-widget-layout3 {
  background-color: #f6f6f6;
}
.pricing-widget-layout3 .pricing__list li .price {
  color: #ffffff;
  background-color: #213360;
}

.widget-plan {
  border-radius: 13px;
  border: 2px solid #e6e8eb;
}
.widget-plan .widget__body {
  padding: 50px;
}
.widget-plan .widget__footer {
  padding: 50px;
  border-top: 2px solid #e6e8eb;
}
.widget-plan .plan__items {
  padding: 30px;
  border-radius: 10px;
  background-color: #def8f6;
}
.widget-plan .plan__items li {
  color: #213360;
}
.widget-plan .plan__price {
  line-height: 1;
  font-size: 50px;
  color: #435BA1;
}
.widget-plan .plan__price .period {
  font-size: 14px;
}

@media (min-width: 992px) {
  .packages-wrapper > [class*=col-]:first-of-type .pricing-package {
    border-radius: 15px 0px 0px 15px;
  }
  .packages-wrapper > [class*=col-]:last-of-type .pricing-package {
    border-radius: 0px 15px 15px 0px;
  }
}
/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .widget-plan .widget__body {
    padding: 20px;
  }
  .widget-plan .plan__items {
    margin-top: 10px;
  }
  .pricing-package {
    height: auto;
    padding: 20px;
    border-radius: 10px;
  }
  .pricing-package .package__title {
    margin-bottom: 10px;
  }
  .pricing-package .package__price {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .pricing-package .package__desc {
    margin-bottom: 20px;
  }
  .pricing-package .package__list {
    margin-bottom: 30px;
  }
  .pricing-package .package__footer {
    border-radius: 10px;
    padding: 17px 10px 20px;
  }
  [class*=pricing-widget-layout] {
    padding: 20px;
    border-radius: 8px;
  }
  [class*=pricing-widget-layout] .pricing__title {
    font-size: 16px;
  }
  [class*=pricing-widget-layout] .pricing__list li {
    font-size: 14px;
  }
  [class*=pricing-widget-layout] .pricing__list li .price {
    padding: 3px 6px;
  }
}
/*--------------------
    Sidebar
----------------------*/
.sidebar.sticky-top {
  top: 100px;
}

.widget {
  position: relative;
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
  background-color: #def8f6;
}
.widget:after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background-color: #2f9bff;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget__title {
  font-size: 19px;
  margin-bottom: 23px;
}

.widget-search .widget__form-search {
  position: relative;
}
.widget-search .widget__form-search .form-control {
  height: 55px;
}
.widget-search .widget__form-search .form-control:focus {
  border-color: #21cdc0;
}
.widget-search .widget__form-search .btn {
  position: absolute;
  top: 0;
  right: 20px;
  width: auto;
  color: #21cdc0;
  padding: 0;
  min-width: 0;
  height: 55px;
  line-height: 55px;
}
.widget-search .widget__form-search .btn:before {
  display: none;
}
.widget-search .widget__form-search .btn:hover {
  color: #f9fbff;
}

.widget-categories ul li {
  margin-bottom: 11px;
}
.widget-categories ul li:last-child {
  margin-bottom: 0;
}
.widget-categories ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #213360;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.widget-categories ul li a:hover {
  color: #21cdc0;
}
.widget-categories ul li a .cat-count {
  font-size: 13px;
  font-weight: 400;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  border: 1px solid #e6e8eb;
  color: #21cdc0;
  background-color: #ffffff;
}

.widget-services ul li {
  margin-bottom: 4px;
}
.widget-services ul li:last-child {
  margin-bottom: 0;
}
.widget-services ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  padding: 22px 30px;
  text-transform: capitalize;
  border-radius: 50px;
  font-family: "Quicksand", sans-serif;
  color: #213360;
  background-color: #ffffff;
  transition: all 0.4s ease;
}
.widget-services ul li a:hover {
  color: #ffffff;
  background-color: #21cdc0;
}

.widget-tags ul {
  display: flex;
  flex-wrap: wrap;
}
.widget-tags ul li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  padding: 6px 10px;
  margin: 0 10px 10px 0;
  border-radius: 6px;
  border: 1px solid #e6e8eb;
  color: #21cdc0;
  background-color: #ffffff;
  transition: all 0.4s ease;
}
.widget-tags ul li a:hover {
  color: #ffffff;
  border-color: #21cdc0;
  background-color: #21cdc0;
}

/*widget posts*/
.widget-post-item {
  margin-bottom: 25px;
}
.widget-post-item:last-of-type {
  margin-bottom: 0;
}
.widget-post-item .widget-post__title {
  font-size: 16px;
  margin-bottom: 0;
}
.widget-post-item .widget-post__title a {
  color: #0e204d;
}
.widget-post-item:hover .widget-post__title a {
  color: #21cdc0;
}
.widget-post-item .widget-post__img {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
}
.widget-post-item .widget-post__img img {
  border-radius: 5px;
}
.widget-post-item .widget-post__date {
  line-height: 1;
  font-size: 13px;
  margin-bottom: 4px;
}

/*widget products*/
.widget-poducts .widget-product-item {
  margin-bottom: 20px;
}
.widget-poducts .widget-product-item:last-of-type {
  margin-bottom: 0;
}
.widget-poducts .widget-product-item .widget-product__title {
  font-size: 15px;
  margin-bottom: 0;
}
.widget-poducts .widget-product-item .widget-product__title a {
  color: #0e204d;
}
.widget-poducts .widget-product-item:hover .widget-product__title a {
  color: #21cdc0;
}
.widget-poducts .widget-product-item .widget-product__img {
  margin-right: 20px;
  flex: 0 0 50px;
  max-width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 2px;
}
.widget-poducts .widget-product-item .widget-product__img img {
  border-radius: 5px;
}
.widget-poducts .widget-product-item .widget-product__price {
  color: #21cdc0;
  font-size: 15px;
  font-weight: 700;
}

/* Widget Help */
.widget-help .widget__icon {
  font-size: 55px;
  margin-bottom: 4px;
}
.widget-help .widget__icon,
.widget-help .widget__title,
.widget-help .widget__desc {
  color: #ffffff;
}
.widget-help .phone__number {
  font-size: 24px;
  margin-top: 5px;
  color: #ffffff !important;
}
.widget-help .phone__number .icon-phone {
  font-size: 17px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  background-color: #3851a2;
}

/* Widget schedule */
.widget-schedule {
  background-color: #f6f6f6;
}
.widget-schedule .widget__icon {
  color: #213360;
  font-size: 50px;
  margin-bottom: 6px;
}

.time__list li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdee2;
}
.time__list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* widget member */
.widget-member {
  padding: 0;
  overflow: visible;
}
.widget-member:after {
  display: none;
}
.widget-member .member {
  z-index: 3;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.widget-member .member:before {
  transform: scaleX(1);
}
.widget-member .member .social-icons li {
  opacity: 1;
}

/* Widget reports */
.widget-reports {
  padding: 0;
  background-color: transparent;
}
.widget-reports:after {
  display: none;
}
.widget-reports .btn {
  display: flex;
  align-items: center;
  height: 90px;
  line-height: 88px;
  border-radius: 10px;
  font-size: 17px;
  font-family: "Quicksand", sans-serif;
}
.widget-reports .btn:before {
  display: none;
}
.widget-reports .btn i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 24px;
  border-radius: 8px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.widget-reports .btn__primary i {
  background-color: #213360;
}
.widget-reports .btn__primary:hover {
  background-color: #213360;
}
.widget-reports .btn__primary:hover i {
  background-color: #21cdc0;
}

/* Widget Filter */
.widget-filter .ui-slider {
  background-color: rgba(34, 34, 34, 0.06);
  border-radius: 0;
  height: 4px;
  margin-bottom: 18px;
}
.widget-filter .ui-slider-range {
  height: 4px;
  background-color: #21cdc0;
}
.widget-filter .price-output {
  flex: 0 0 50%;
  max-width: 50%;
}
.widget-filter label {
  color: #848e9f;
  font-size: 14px;
  margin-bottom: 0;
}
.widget-filter input {
  background-color: transparent;
  color: #21cdc0;
  font-size: 14px;
  border: none;
}
.widget-filter .btn__filter {
  font-size: 14px;
  font-weight: 700;
  color: #0e204d;
}

.ui-slider {
  position: relative;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content {
  border: none;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #21cdc0;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.sidebar-layout2 .widget {
  padding: 0;
  background-color: transparent;
}
.sidebar-layout2 .widget:after {
  display: none;
}

@media (min-width: 1200px) {
  .sidebar.has-marign-right {
    margin-right: 40px;
  }
  .sidebar.has-marign-left {
    margin-left: 40px;
  }
  .widget-member.shifted-top {
    margin-top: -450px;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }
  .widget:after {
    top: 20px;
    bottom: 20px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .widget {
    padding: 15px;
  }
  .widget:after {
    top: 15px;
    bottom: 15px;
  }
  .widget .widget__title {
    margin-bottom: 20px;
  }
  .widget-categories ul {
    padding: 0;
  }
  .widget-categories ul li a {
    font-size: 13px;
  }
}
/*----------------------
    About
-----------------------*/
.about__img {
  position: relative;
}
.about__img img {
  border-radius: 5px;
}

.about-layout1 .about__Text,
.about-layout4 .about__Text {
  padding: 0 40px;
}
.about-layout1 .about__Text p,
.about-layout4 .about__Text p {
  font-size: 16px;
  color: #213360;
}
.about-layout1 .about__Text p:first-of-type,
.about-layout4 .about__Text p:first-of-type {
  position: relative;
  font-weight: 600;
}
.about-layout1 .about__Text p:first-of-type:before,
.about-layout4 .about__Text p:first-of-type:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: -40px;
  width: 2px;
  background-color: #213360;
}

.about-layout4 .video-banner .video__btn {
  top: auto;
  left: 50px;
  bottom: 50px;
  transform: translate(0);
}

.about-layout2 .text-with-icon .text__icon {
  color: #21cdc0;
  font-size: 50px;
}
.about-layout2 .video-banner-layout2 {
  margin-bottom: 20px;
}

.about-layout3 .experience__years {
  font-size: 160px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.about-layout3 .experience__text {
  font-size: 16px;
}
.about-layout3 .text__icon {
  font-size: 65px;
  color: #21cdc0;
}

.about-layout5 .list-items li {
  padding-left: 30px;
  line-height: 1.7;
  margin-bottom: 14px;
}
.about-layout5 .list-items li:before {
  top: 3px;
  font-size: 14px;
}
.about-layout5 .map-wrapper {
  position: relative;
}
.about-layout5 .tooltip-box {
  position: absolute;
}
.about-layout5 .tooltip-box:nth-of-type(1) {
  top: 28%;
  left: 15%;
}
.about-layout5 .tooltip-box:nth-of-type(2) {
  top: 15%;
  right: 18%;
}
.about-layout5 .tooltip-box:nth-of-type(3) {
  top: 50%;
  left: 46%;
}
.about-layout5 .tooltip-box .tooltip__icon {
  position: relative;
  bottom: 0;
  left: 0;
  transition: all 0.3s linear 0ms;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  color: #ffffff;
  background-color: #21cdc0;
}
.about-layout5 .tooltip-box .tooltip__panel {
  position: absolute;
  opacity: 0;
  bottom: 45px;
  left: -15px;
  z-index: 3;
  width: 180px;
  border-radius: 10px;
  visibility: hidden;
  margin-bottom: -20px;
  padding: 15px 20px;
  background-color: #ffffff;
  transition: all 0.3s linear 0ms;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.about-layout5 .tooltip-box .tooltip__panel:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #ffffff;
}
.about-layout5 .tooltip-box.tooltip-hover-left .tooltip__panel {
  right: -15px;
  left: auto;
}
.about-layout5 .tooltip-box.tooltip-hover-left .tooltip__panel:after {
  left: auto;
  right: 30px;
  border-left: 0;
  border-right: 12px solid #ffffff;
}
.about-layout5 .tooltip-box:hover .tooltip__panel {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}

.info-card {
  position: relative;
  z-index: 2;
  padding: 50px;
  border-radius: 15px;
  margin-bottom: -50px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.info-card:after {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
  width: 3px;
  background-color: #213360;
}
.info-card .info__ttile {
  font-size: 25px;
}
.info-card .testimonials__rating {
  max-width: 250px;
  padding: 0;
}
.info-card .testimonials__rating:before {
  display: none;
}
.info-card .testimonials__rating .total__rate,
.info-card .testimonials__rating .overall__rate {
  color: #213360;
}
.info-card .info__meta {
  padding-top: 45px;
  border-top: 2px solid #e6e8eb;
}

.notes .note {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.notes .note > i {
  font-size: 20px;
  margin-right: 8px;
}
.notes .note .btn {
  font-size: 14px;
}
.notes .testimonials__rating {
  max-width: 250px;
  padding: 0;
}
.notes .testimonials__rating:before {
  display: none;
}
.notes .testimonials__rating .total__rate,
.notes .testimonials__rating .overall__rate {
  color: #213360;
}
.notes .btn:not(.btn__link) {
  height: 50px;
}

@media (min-width: 1200px) {
  .about-layout2 + .services-layout1 {
    padding-top: 200px;
  }
  .about-layout2 .text-with-icon {
    display: flex;
    flex-wrap: wrap;
  }
  .about-layout2 .text-with-icon .text__icon {
    flex: 0 0 100px;
    max-width: 100px;
  }
  .about-layout2 .text-with-icon .text__content {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
  .about-layout2 .about__text {
    position: relative;
    z-index: 4;
    border-radius: 20px;
    padding: 0 0 90px 90px;
  }
  .about-layout2 .video-banner-layout2 {
    position: absolute;
    z-index: 3;
    width: 135%;
    border-radius: 20px;
  }
  .about-layout2 .video-banner-layout2 .video__player {
    box-shadow: none;
  }
  .about-layout2 .video-banner-layout2 .video__btn {
    position: absolute;
    left: auto;
    right: 10px;
  }
  .about-layout2 .video-banner-layout2 .video__btn-title {
    line-height: 1.3;
    max-width: 80px;
    text-align: left;
    white-space: normal;
  }
  .about-layout3 .experience {
    margin-top: 80px;
  }
  .about-layout3 .about__text,
  .about-layout3 .video-banner-layout2 {
    margin-left: 40px;
  }
  .about-layout3 .video-banner-layout2 {
    z-index: 3;
    margin-bottom: -60px;
  }
  .about-layout5 .about-text-wrapper {
    margin-left: 50px;
  }
  .notes .testimonials__rating {
    margin-left: 90px;
  }
  .notes .btn:not(.btn__link) {
    min-width: 210px;
  }
}
/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .about-layout1 .about__Text,
  .about-layout4 .about__Text {
    padding: 0 20px;
  }
  .about-layout1 .about__Text p:first-of-type:before,
  .about-layout4 .about__Text p:first-of-type:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: -20px;
    width: 2px;
    background-color: #213360;
  }
  .about-layout5 .about__Text {
    padding-left: 20px;
  }
  .about-layout5 .blockquote {
    padding: 20px;
    max-width: 300px;
  }
  .about-layout5 .blockquote:before {
    right: 20px;
  }
  .about-layout5 .blockquote:after {
    left: 20px;
    font-size: 40px;
  }
  .about-layout5 .blockquote .blockquote__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .about-layout5 .blockquote .blockquote__author {
    font-size: 12px;
  }
  .info-card {
    padding: 20px;
    margin-bottom: -20px;
  }
  .info-card:after {
    top: 20px;
    bottom: 20px;
  }
  .info-card .info__ttile {
    font-size: 20px;
  }
  .info-card .info__meta {
    padding-top: 25px;
  }
  .notes .note {
    margin-bottom: 20px;
  }
  .notes .note .btn {
    margin-top: 5px;
  }
}
/*-----------------------
    Services 
--------------------------*/
.service-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
  transition: all 0.4s ease;
}
.service-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 3px;
  background-color: #435ba1;
  transition: all 0.4s linear;
}
.service-item .service__content {
  padding: 40px;
}
.service-item .service__icon {
  color: #213360;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
  transition: all 0.3s linear;
}
.service-item .service__icon i:nth-of-type(2) {
  position: absolute;
  right: -60px;
  font-size: 140px;
  opacity: 0.1;
  top: 100px;
}
.service-item .service__title {
  font-size: 24px;
  margin-bottom: 31px;
  transition: all 0.3s linear;
}
.service-item .service__desc {
  font-size: 15px;
  margin-bottom: 32px;
  transition: all 0.3s linear;
}
.service-item .list-items {
  margin-bottom: 30px;
}
.service-item .list-items li {
  margin-bottom: 15px;
}
.service-item .btn:not(.btn__link) {
  height: 50px;
}
.service-item .btn:hover {
  border-color: #21cdc0;
  background-color: #21cdc0;
}
.service-item:hover {
  z-index: 5;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}
.service-item:hover:before {
  background-color: #21cdc0;
}

.services-layout1 .service-item {
  padding: 40px;
}
.services-layout1 .service-item .service__content {
  padding: 0;
}

.services-layout2 .service-item:before {
  background-color: #213360 !important;
  transform: scaleX(0);
}
.services-layout2 .service-item .service__title {
  font-size: 23px;
  margin-bottom: 16px;
}
.services-layout2 .service-item .service__img {
  overflow: hidden;
  border-radius: 8px;
}
.services-layout2 .service-item .service__img img {
  transition: all 0.9s ease;
}
.services-layout2 .service-item .btn:hover {
  border-color: #213360;
  background-color: #213360;
}
.services-layout2 .service-item:hover:before {
  transform: scaleX(1);
}
.services-layout2 .service-item:hover .service__img img {
  transform: scale(1.1) rotate(1deg);
}

.services-carousel.services-layout1 .service-item {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
}
.services-carousel.services-layout1 .service-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.services-carousel.services-layout1 .slick-dots {
  text-align: center;
}
.services-carousel .slick-dots {
  margin-top: 40px;
  text-align: left;
}
.services-carousel .slick-list {
  margin: -15px;
  overflow: visible;
}
.services-carousel .slick-slide {
  margin: 15px;
  transition: all 0.3s ease;
}
.services-carousel .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.services-carousel .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1500px) {
    .navbar .nav__item .nav__item-link {
    font-size: 16px !important;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #213360;
    line-height: 100px;
    letter-spacing: 0.4px;
    padding-right: 15px;
}
  .services-carousel .carousel-container {
    margin-right: -250px;
  }
}
@media (min-width: 1200px) {
  .services-carousel .carousel-container {
    margin-right: -170px;
  }
  .services-carousel .slick-arrow {
    top: -90px;
  }
  .services-carousel .slick-arrow.slick-prev {
    left: 80%;
  }
  .services-carousel .slick-arrow.slick-next {
    left: 85%;
  }
  .services-carousel .service-item .service__desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .service-item {
    padding: 20px;
  }
  .service-item:before {
    left: 20px;
    right: 20px;
  }
  .service-item .service__icon {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .service-item .service__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service-item .service__desc {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .services-layout1 .service-item {
    padding: 20px;
  }
  .services-layout2 .service-item {
    margin-bottom: 30px;
  }
  .services-layout2 .service-item .service__content {
    padding: 15px 0 0 0;
  }
  .services-layout3 .service-item {
    padding: 20px;
  }
}
/*-------------------------
   Timeline
-------------------------*/
.doctors-timetable th {
  font-weight: 700;
  color: #848e9f;
  padding: 17px 15px;
}
.doctors-timetable th,
.doctors-timetable td {
  text-align: center;
  vertical-align: middle;
  border-radius: 14px;
  border: 3px solid #ffffff;
}
.doctors-timetable thead {
  background-color: #def8f6 !important;
}
.doctors-timetable tbody tr:nth-of-type(even) td:first-of-type {
  min-width: 80px;
  background-color: #def8f6 !important;
}
.doctors-timetable tbody tr td:first-of-type {
  font-weight: 700;
}
.doctors-timetable .event {
  padding: 27px 10px;
  vertical-align: top;
  color: #ffffff;
  background-color: #435ba1;
}
.doctors-timetable .event .event__header {
  font-family: "Quicksand", sans-serif;
  display: block;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
}
.doctors-timetable .event .event__type {
  font-size: 13px;
}
.doctors-timetable .event .doctor__name {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.doctors-timetable .event .event__time {
  margin: 15px 0;
}
.doctors-timetable .event .event__time span {
  display: block;
}

.timeline-item {
  position: relative;
}
.timeline-item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 116px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #21cdc0;
  transition: 0.3s linear;
}
.timeline-item .timeline__year {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 40px;
  border-radius: 5px;
  height: 30px;
  margin-bottom: 0;
  align-self: baseline;
  padding: 5px 20px 5px 25px;
  background-color: #213360;
}
.timeline-item .timeline__year:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 10px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.timeline-item .timeline__year:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: -8px;
  top: 5px;
  z-index: -1;
  transform: rotate(45deg);
  background-color: #213360;
}
.timeline-item .timeline__body {
  position: relative;
  font-size: 15px;
  padding-left: 40px;
  margin-bottom: 0;
  padding-bottom: 48px;
}
.timeline-item .timeline__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #dcdee2;
}
.timeline-item .timeline__body:after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 0;
  left: -1px;
  width: 2px;
  background-color: #dcdee2;
}
.timeline-item .timeline__title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 18px;
}
.timeline-item:hover:before {
  transform: scale(1.3);
}
.timeline-item:last-of-type .timeline__body {
  padding-bottom: 0;
}

/*-------------------------
   gallery
-------------------------*/
.gallery .slick-list {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}
.gallery .slick-slide {
  margin: 0;
}
.gallery .slick-arrow.slick-next {
  right: -50px;
}
.gallery .slick-arrow.slick-prev {
  left: -50px;
}

.gallery-layout2 .gallery-img {
  position: relative;
  margin-bottom: 30px;
}
.gallery-layout2 .gallery-img img {
  border-radius: 10px;
}
.gallery-layout2 .gallery-img .popup-gallery-item {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #213360;
  background-color: #ffffff;
  box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
}
.gallery-layout2 .gallery-img .popup-gallery-item:hover {
  box-shadow: 0 0 0 11px rgba(0, 0, 0, 0.15);
}

@media (min-width: 320px) and (max-width: 575px) {
  .gallery .slick-arrow.slick-next {
    right: 0;
  }
  .gallery .slick-arrow.slick-prev {
    left: 0;
  }
}
/*------------------------
    Shop
--------------------------*/
.product-item {
  position: relative;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}
.product-item .product__action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.6s ease;
}
.product-item .product__info {
  padding: 28px 0;
}
.product-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.product-item:hover .product__action {
  opacity: 1;
  bottom: 30px;
}

.product__title {
  font-size: 21px;
  margin-bottom: 8px;
}
.product__title a {
  color: #0e204d;
}
.product__title a:hover {
  color: #21cdc0;
}

.product__price {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  color: #21cdc0;
}

.product__img {
  position: relative;
  overflow: hidden;
}
.product__img img {
  border-radius: 6px;
}

/* Shop Single */
.product-item-single .product__title {
  font-size: 29px;
  margin-bottom: 15px;
}
.product-item-single .product__rating {
  margin-right: 37px;
}
.product-item-single .product__rating i {
  font-size: 15px;
}
.product-item-single .product__rating i.active {
  color: #21cdc0;
}
.product-item-single .product__img img {
  border-radius: 15px;
}
.product-item-single .product__price {
  font-size: 22px;
}
.product-item-single .product__desc {
  font-size: 15px;
}
.product-item-single .social-icons li a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.product__details li {
  line-height: 2;
}
.product__details li strong {
  font-size: 16px;
  font-weight: 700;
  color: #0e204d;
  min-width: 120px;
  display: inline-block;
}

.product__meta-review {
  font-size: 14px;
}
.product__meta-review a {
  position: relative;
  color: #848e9f;
  padding-left: 10px;
}
.product__meta-review a:hover {
  color: #21cdc0;
}
.product__meta-review a:before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
}

.product__meta-details li {
  font-size: 15px;
  margin-bottom: 8px;
}
.product__meta-details li:last-child {
  margin-bottom: 0;
}
.product__meta-details li span:first-of-type {
  font-family: "Quicksand", sans-serif;
  color: #0e204d;
  font-weight: 700;
  font-size: 16px;
}

.related__products-title {
  font-size: 24px;
}

.product__quantity-title {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 10px;
}

.quantity__input-wrap {
  display: inline-flex;
  position: relative;
  width: 80px;
  max-height: 50px;
  border-radius: 6px;
  border: 2px solid #e6e8eb;
}
.quantity__input-wrap i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #0e204d;
  cursor: pointer;
  position: absolute;
  right: 0;
  font-style: normal;
  font-size: 9px;
  border-left: 2px solid #e6e8eb;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity__input-wrap .decrease-qty {
  bottom: 0;
  border-top: 2px solid #e6e8eb;
}
.quantity__input-wrap .qty-input {
  background-color: transparent;
  text-align: center;
  color: #0e204d;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  border: 0;
  outline: 0;
  -moz-appearance: textfield;
}
.quantity__input-wrap .qty-input::-webkit-inner-spin-button,
.quantity__input-wrap .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.product__details .nav-tabs {
  border-bottom: 2px solid #e6e6e6;
}
.product__details .nav-tabs .nav__link {
  margin-bottom: -2px;
}
.product__details .tab-content {
  padding-top: 20px;
}
.product__details .tab-content p {
  font-size: 15px;
}
.product__details .tab-content p:last-child {
  margin-bottom: 0;
}
.product__details .reviews__form .form-control {
  height: 50px;
}

.magnifier {
  z-index: 3000 !important;
}

.sorting-options .nice-select {
  width: auto;
  min-width: 230px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  margin-bottom: 0;
}

/* Shopping Cart */
.cart-table {
  margin-bottom: 50px;
}
.cart-table .table {
  border-radius: 4px;
  margin-bottom: 0;
}
.cart-table thead {
  background-color: transparent;
}
.cart-table thead tr th {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #0e204d;
  border-bottom-width: 0 !important;
  border-color: #e9e9e9;
  padding: 15px 0;
}
.cart-table tbody tr td {
  padding: 15px;
  border-color: #e9e9e9;
  vertical-align: middle;
}
.cart-table .cart-product {
  position: relative;
}
.cart-table .cart-product__price,
.cart-table .cart-product__total {
  font-size: 16px;
  font-weight: 700;
  color: #848e9f;
  text-align: center;
}
.cart-table .cart-product__quantity {
  text-align: center;
}
.cart-table .cart-product__img {
  width: 50px;
  margin-right: 20px;
}
.cart-table .cart-product__title {
  font-size: 16px;
  margin-bottom: 0;
}
.cart-table .cart-product__remove {
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 9px;
  background-color: #222222;
  color: #ffffff;
  border-radius: 1px;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
}
.cart-table .cart-product__remove:hover {
  background-color: #21cdc0;
}
.cart-table .cart-product__action td {
  padding: 30px 20px 20px;
}
.cart-table .cart-product__action td .form-control {
  font-size: 12px;
  font-weight: 400;
  width: 250px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}
.cart-table .cart-product__action td .btn {
  line-height: 42px;
  height: 42px;
  min-width: 134px;
}

.cart__total-amount ul li {
  font-size: 13px;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}
.cart__total-amount ul li span:first-of-type {
  font-weight: 600;
  color: #0e204d;
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 575px) {
  .cart-table tbody tr td {
    padding: 5px;
  }
  .cart-table .cart-product__img {
    width: 40px;
    margin-right: 5px;
  }
  .cart-table .cart-product__title {
    font-size: 12px;
    font-weight: 400;
  }
  .cart-table .cart-product__price,
  .cart-table .cart-product__total {
    font-size: 10px;
  }
  .cart-table .cart-product__action-content {
    display: block !important;
  }
  .cart-table .cart-product__price,
  .cart-table .cart-product__total {
    font-size: 10px;
    font-weight: 400;
    padding: 0;
  }
  .cart-table thead tr th {
    font-size: 10px;
  }
}
/*-------------------------
    Work Process
-------------------------*/
.process-item {
  position: relative;
  z-index: 2;
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.process-item:before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background-color: #21cdc0;
  transform: scale(0);
  transition: transform 0.4s linear;
}
.process-item .process__number {
  position: absolute;
  top: 20px;
  right: 30px;
  font-family: "Quicksand", sans-serif;
  font-size: 104px;
  font-weight: 700;
  line-height: 1;
  color: #eaedf5;
}
.process-item .process__icon {
  position: relative;
  color: #354f8e;
  font-size: 55px;
  margin-bottom: 10px;
  transition: color 0.4s linear;
}
.process-item .process__title {
  font-size: 19px;
  margin-bottom: 30px;
}
.process-item .process__desc {
  margin-bottom: 20px;
}
.process-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  transform: translateY(-20px);
}
.process-item:hover:before {
  transform: scale(1);
}
.process-item:hover .process__icon {
  color: #21cdc0;
}

.work-process .slick-list {
  margin: -15px;
  overflow: visible;
}
.work-process .slick-slide {
  margin: 15px;
  transition: all 0.3s ease;
}
.work-process .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.work-process .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}
.work-process .cta {
  padding-top: 140px;
  padding-bottom: 70px;
  margin-top: -70px;
}
.work-process .cta .cta__title {
  color: #ffffff;
  font-size: 27px;
}
.work-process .cta .cta__desc {
  font-size: 16px;
  color: #ffffff;
}
.work-process .cta .btn:not(.btn__link) {
  height: 50px;
}

@media (min-width: 1500px) {
  .work-process .carousel-container {
    margin-right: -200px;
  }
  .work-process .process-item .process__title {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .work-process .carousel-container {
    margin-right: -140px;
  }
  .work-process .cta .cta__title {
    padding: 0 30px;
  }
  .work-process .cta .cta__desc {
    padding: 0 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .work-process .cta {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .work-process .cta .cta__img {
    max-width: 90px;
    margin-bottom: 10px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .process-item {
    padding: 20px;
  }
  .process-item:before {
    top: 20px;
    bottom: 20px;
  }
  .process-item .process__title {
    margin-bottom: 10px;
  }
  .process-item .process__icon {
    margin-bottom: 5px;
  }
  .process-item .process__number {
    top: 20px;
    right: 20px;
    font-size: 50px;
  }
  .work-process .cta .cta__title {
    font-size: 20px;
  }
}
/*-----------------------
    Progress Bars
------------------------*/
.progress-item {
  margin-bottom: 27px;
  overflow: hidden;
}

.progress {
  background-color: #e9e9e9;
  border-radius: 6px;
  width: 100%;
  height: 6px;
  overflow: visible;
  position: relative;
}

.progress-bar {
  overflow: visible;
  position: relative;
  border-radius: 6px;
  height: 6px;
  width: 0;
  background-color: #21cdc0;
  transition: width 2s ease;
}

.progress__title {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.progress__percentage {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: -18px;
  right: 0;
  color: #848e9f;
}/*# sourceMappingURL=style.css.map */

.logo-dark{
  max-width: 100%;
}
div#mainNavigation {
    margin: 0px 25px;
   
}
 .hero{
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    }
 
    /* ============================================
       VIDEO BACKGROUND
    ============================================ */
    .video-bg{
        position: absolute;
        inset: 0;
        z-index: 0;
        overflow: hidden;
    }
    .hero-video{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.05);
        opacity: 0;
        transition: opacity 1.2s ease-in-out;
    }
    .hero-video.active{
        opacity: 1;
    }
    .video-bg .overlay{
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(
            to bottom,
            rgba(0,0,0,0.70) 0%,
            rgba(0,0,0,0.45) 45%,
            rgba(0,0,0,0.70) 100%
        );
    }
 
    /* ============================================
       CONTENT
    ============================================ */
    .hero .container{
        position: relative;
        z-index: 2;
        max-width: 1100px;
        margin: 0 auto;
        padding: 40px 20px;
        text-align: center;
    }
 
    .hero-eyebrow{
        color: rgba(255,255,255,0.8);
        font-size: clamp(11px, 1.4vw, 16px);
        letter-spacing: 0.12em;
        text-transform: uppercase;
        font-weight: 300;
        margin: 0 0 20px;
    }
 
    .hero-title{
        font-family: Georgia, "Times New Roman", serif;
        color: #fff;
        font-size: clamp(30px, 5.5vw, 68px);
        line-height: 1.12;
        max-width: 900px;
        margin: 0 auto 32px;
        font-weight: 400;
        text-shadow: 0 2px 18px rgba(0,0,0,0.35);
    }
    .hero-title__highlight{
        color: #4aa8ff;
    }
 
    .hero-badges{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px 14px;
        margin: 0 0 40px;
        padding: 0;
    }
    .hero-badges li{
        color: rgba(255,255,255,0.75);
        font-size: 13px;
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.15);
        backdrop-filter: blur(6px);
        padding: 8px 18px;
        border-radius: 999px;
        position: relative;
    }
    .hero-badges li:not(:first-child)::before{
        /*content: "•";*/
        position: absolute;
        left: -12px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255,255,255,0.3);
    }
 
    .hero-actions{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
 
    .btn{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 15px 32px;
        border-radius: 999px;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.25s ease;
        white-space: nowrap;
    }
    .btn--primary{
        background: #2f9bff;
        color: #fff;
        box-shadow: 0 10px 30px rgba(47,155,255,0.35);
    }
.btn--primary:hover {
    background: #80bff9 !important;
    transform: translateY(-1px);
    color: #ffffff !important;
}
    .btn--outline{
        background: rgba(255,255,255,0.06);
        color: #fff;
        border: 1px solid rgba(255,255,255,0.25);
        backdrop-filter: blur(6px);
    }
    .btn--outline:hover{
        background: rgba(255,255,255,0.12);
        border-color: rgba(255,255,255,0.4);
    }
 
    @media (max-width: 600px){
        .hero-actions{ flex-direction: column; width: 100%; }
        .btn{ width: 100%; }
    }
    .navbar .dropdown-menu {
    width: auto;
    min-width: 115px;
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    padding: 25px 0 23px;
    border-radius: 0 0 6px 6px;
}


============================================ */
  .heading__title{
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    margin-bottom: 12px;
  }
  .heading__desc{
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
  }
 
  /* ============================================
     CONTINUOUS SLIDER (seamless marquee)
     - Track is duplicated in JS so the loop never
       shows a gap or jump
  ============================================ */
  .hospital-slider{
    overflow: hidden;
    position: relative;
    /* -webkit-mask-image: linear-gradient(to right, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%); */
    /* mask-image: linear-gradient(to right, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%); */
  }
  .hospital-slider__track{
    display: flex;
    gap: 24px;
    width: max-content;
    animation: hospital-scroll 35s linear infinite;
  }
  .hospital-slider:hover .hospital-slider__track{
    animation-play-state: paused;
  }
  @keyframes hospital-scroll{
    from{ transform: translateX(0); }
    to{ transform: translateX(-50%); } /* -50% because track content is duplicated once */
  }
 
  /* ============================================
     HOSPITAL CARD
  ============================================ */
  .hospital-card {
    flex: 0 0 320px;
    /* width: 1436px; */
    background: hsl(205.71deg 77.78% 94.71%);
    border-radius: 18px;
    border: 1px solid #eef0f3;
    /* box-shadow: 0 10px 30px rgba(20,20,43,0.06); */
    padding: 22px;
}
  .hospital-card:hover {
border:1px solid  #2f9bff7a;
}
  .hospital-card__top{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
  }
  .hospital-card__logo{
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
  }
  .hospital-card__name{
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #17181c;
  }
  .hospital-card__location{
    font-size: 13px;
    color: #8a8f98;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
  }
 
  .hospital-card__meta{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #4b5563;
  }
  .hospital-card__rating{
    color: #f59e0b;
    font-weight: 600;
  }
  .hospital-card__beds{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #2f9bff;
  }
  .hospital-card__badge{
    background: #e8f2ff;
    color: #2f9bff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
  }
 
  .hospital-card__tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }
  .hospital-card__tags .tag{
    background: #f3f4f6;
    color: #4b5563;
    font-size: 12.5px;
    padding: 6px 14px;
    border-radius: 999px;
  }
 
  .hospital-card__btn{
    display: block;
    text-align: center;
    background: #2f9bff;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s ease;
  }
  .hospital-card__btn:hover{
    background: #1c8cf2;
    color: #fff;
  }
 
  @media (max-width: 480px){
    .hospital-card{ flex-basis: 270px; width: 270px; }
  }
.btn-item {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    /* min-width: 170px; */
    /* height: 60px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7px 15px;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s linear;
    background: #2f9bff !important;
}
section.hospital-network {
    padding-top: 49px;
}


/* try */

.explore-btn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-weight: 700;
    /* min-width: 170px; */
    /* height: 60px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 15px;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s linear;
    background: #2f9bff !important;
}
.cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 40px 0;
}
  /* ============================================
     SECTION / CONTAINER
  ============================================ */
  .specialty-section{
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    /*padding: 70px 0;*/
    background: #fff;
  }
  .specialty-section .container{
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .text-accent{
    color: #2f9bff;
  }
 
  /* ============================================
     HEADING
  ============================================ */
  .specialty-heading{
    text-align: center;
    margin-bottom: 32px;
  }
  .specialty-heading h2{
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 400;
    color: #14151a;
    margin: 0 0 10px;
  }
  .specialty-heading p{
    color: #6b7280;
    font-size: 15px;
    margin: 0;
  }
 
  /* ============================================
     TABS
  ============================================ */
  .specialty-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 36px;
    flex-wrap: wrap;
  }
  .specialty-tab{
    border: none;
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    background: #eef0f3;
    color: #4b5563;
    transition: all 0.2s ease;
  }
  .specialty-tab:hover{
    background: #e2e5ea;
  }
  .specialty-tab.is-active{
    background: #2f9bff;
    color: #fff;
    box-shadow: 0 8px 20px rgba(47,155,255,0.3);
  }
 
  /* ============================================
     SUB-HEADING
  ============================================ */
  .specialty-subheading{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #14151a;
    margin: 0 0 30px;
  }
 
  /* ============================================
     GRID
  ============================================ */
  .specialty-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
  @media (max-width: 1100px){
    .specialty-grid{ grid-template-columns: repeat(4, 1fr); }
  }
  @media (max-width: 768px){
    .specialty-grid{ grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 420px){
    .specialty-grid{ grid-template-columns: 1fr; }
  }
 
  /* ============================================
     CARD
  ============================================ */
.specialty-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(180deg, #eaf2fc 0%, #f4f8fd 100%);
    border-radius: 16px;
    padding: 28px 16px 22px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #dcebff;
}
  .specialty-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(47,155,255,0.15);
  }
 
.specialty-card__icon {
    width: 78px;
    height: 75px;
    border-radius: 14px;
    background: hsl(207.27deg 80.49% 91.96%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    /* box-shadow: 0 4px 10px rgba(20,20,43,0.06); */
    /* box-shadow: rgb(47 155 255 / 58%) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    box-shadow: rgb(166 206 239) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.specialty-card__icon svg {
    width: 40px;
    height: 60px;
    color: #2f9bff !important;
}
  .specialty-card__title{
    font-size: 14.5px;
    font-weight: 700;
    color: #14151a;
    margin: 0 0 14px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .specialty-card__rating{
    font-size: 13px;
    font-weight: 700;
    color: #2f9bff;
    margin: 0;
  }
  .specialty-card__label{
    font-size: 11.5px;
    color: hsl(207 90% 54%);
    margin: 2px 0 0;
  }
  .specialty-card__icon {
  position: relative;
  overflow: hidden;
  border-radius: 16px; /* match your box's existing radius */
  /* transition: transform .35s cubic-bezier(.34,1.56,.64,1); */
}

.specialty-card:hover .specialty-card__icon {
  transform: scale(1.12);
}

.specialty-card__icon::before,
.specialty-card__icon::after {
  content: "";
  position: absolute;
  background: rgb(47, 155, 255);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0;
  /* transform: scale(0) rotate(0deg); */
  pointer-events: none;
}

.specialty-card__icon::before {
  width: 10px;
  height: 10px;
  top: 6px;
  right: 7px;
  /* transition: transform .4s ease .05s, opacity .4s ease .05s; */
}

.specialty-card__icon::after {
  width: 7px;
  height: 7px;
  bottom: 8px;
  left: 8px;
  transition: transform .4s ease .18s, opacity .4s ease .18s;
}

.specialty-card:hover .specialty-card__icon::before,
.specialty-card:hover .specialty-card__icon::after {
  opacity: 1;
  /* transform: scale(1) rotate(180deg); */
  animation: sparkle-twinkle 1.1s ease-in-out .4s infinite;
}

@keyframes sparkle-twinkle {
  0%, 100% { opacity: 1; transform: scale(1) rotate(180deg); }
  50%      { opacity: .35; transform: scale(.6) rotate(210deg); }
}






.specialty-tab:hover {
  background-color: #2f9bff;
  color:white;
}
/*a.explore-btn.btn__secondary.btn__outlined.btn__rounded.see-btn {*/
/*    background: #9593936b !important;*/
/*    border: none;*/
/*    font-size: 13px;*/
/*color:gray;*/
/*    border-radius: 42px;*/
/*}*/

/*a.explore-btn.btn__secondary.btn__outlined.btn__rounded.see-btn:hover {*/
/*  color:#2f9bff;*/
/*  background-color:#abc7e9 !important;*/
/*}*/



 .features-section {
    background: linear-gradient(135deg, #f3f8fc, #e3f1fc, #f3f8fc);
    /*padding: 1px 24px 18px;*/
}

  .features-container {
    max-width: 1301px;
    margin: 0 auto;
  }
 
  /* ---------- Heading ---------- */
  .features-heading {
    text-align: center;
    margin-bottom: 44px;
  }
 
  .features-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 36px;
    color: #1a1a1a;
    margin: 0 0 14px;
    line-height: 1.25;
  }
 
  .features-heading h2 .text-accent {
    color: rgb(47, 155, 255);
  }
 
  .features-heading p {
    font-size: 16px;
    color: #6b7280;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
  }
 
  /* ---------- Card grid ---------- */
  .features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
 
  .feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 20px 26px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(20, 40, 80, 0.06);
  }
 
  .feature-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #e3f0fd;
    color: rgb(47, 155, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
  }
 
  .feature-card__icon svg {
    width: 26px;
    height: 26px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 
  .feature-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
  }
 
.feature-card__desc {
    font-size: 11.5px;
    color: #8a92a3;
    line-height: 1.5;
    margin: 0;
}
 
  /* ---------- Responsive ---------- */
  @media (max-width: 1024px) {
    .features-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
 
  @media (max-width: 640px) {
    .features-heading h2 {
      font-size: 28px;
    }
    .features-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
 
  @media (max-width: 420px) {
    .features-grid {
      grid-template-columns: 1fr;
    }
  }
  
.savings-banner {
    position: relative;
    max-width: 1303px;
    margin: 43px auto 20px;
    background: linear-gradient(115deg, #eaf4fd 0%, #eef6fd 55%, #f2f8fe 100%);
    border-radius: 24px;
    padding: 56px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #baddfd;
}
 
  .savings-content {
    max-width: 480px;
    position: relative;
    z-index: 2;
  }
 
  .savings-eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgb(47, 155, 255);
    margin: 0 0 8px;
  }
 
  .savings-figure {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 72px;
    color: rgb(47, 155, 255);
    line-height: 1;
    margin: 0 0 8px;
    display: flex;
    align-items: flex-start;
  }
 
  .savings-figure sup {
    font-size: 30px;
    margin-left: 2px;
    margin-top: 6px;
  }
 
  .savings-heading {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 24px;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin: 0 0 16px;
    line-height: 1.3;
  }
 
  .savings-desc {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.65;
    margin: 0 0 28px;
    max-width: 420px;
  }
 
  .savings-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }
 
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
    padding: 13px 22px;
    text-decoration: none;
    cursor: pointer;
    border: none;
  }
 
  .btn-primary {
    background: rgb(47, 155, 255);
    color: #ffffff;
  }
 
  .btn-primary svg {
    width: 16px;
    height: 16px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 
  .btn-secondary {
    background: #ffffff;
    color: #1a1a1a;
    border: 1px solid #dfe3ea;
    font-weight: 600;
  }
 
  .btn-secondary svg {
    width: 15px;
    height: 15px;
    stroke: #1a1a1a;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 
  .savings-badge-wrap {
    position: relative;
    width: 260px;
    height: 260px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
 
  .savings-badge-outer {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(47, 155, 255, 0.12);
  }
 
 .savings-badge-inner {
    position: relative;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: hsl(206.04deg 81.54% 87.25%);
    display: flex;
    align-items: center;
    justify-content: center;
}
 
  .savings-badge-inner svg {
    width: 78px;
    height: 78px;
    stroke: rgb(47, 155, 255);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 
  @media (max-width: 900px) {
      
      .zerofee-banner {
    max-width: 1194px;
    /*margin: 25px auto;*/
    background: linear-gradient(120deg, #eaf4fd 0%, #eef6fd 50%, #d9ecfb 100%);
    border-radius: 24px;
    padding: 56px 40px;
    text-align: center;
        margin: 0px 20px !important;
}
      section#works {
        margin: 0px 20px;
      }
    .savings-banner {
      flex-direction: column;
      text-align: left;
      padding: 40px 32px;
      gap: 32px;
              margin: 6px 20px;
    }
    
    .savings-badge-wrap {
      width: 180px;
      height: 180px;
    }
    .savings-badge-outer {
      width: 180px;
      height: 180px;
    }
    .savings-badge-inner {
      width: 130px;
      height: 130px;
    }
    .savings-badge-inner svg {
      width: 54px;
      height: 54px;
    }
  }
    .quotes-section {
    max-width: 780px;
    margin: 0 auto;
  }
 
  .quotes-heading {
    text-align: center;
    margin-bottom: 32px;
  }
 
  .quotes-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 34px;
    color: #1a1a1a;
    margin: 0 0 12px;
  }
 
  .quotes-heading p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto;
  }
 
  .quotes-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
 
  .quote-row {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(100deg, #e6f1fc 0%, #f1f7fd 60%, #f6faff 100%);
    border: 1px solid #e3edf9;
    border-radius: 14px;
    padding: 22px 28px;
  }
 
  .quote-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(47, 155, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
 
.quote-icon svg {
    width: 36px;
    height: 31px;
    stroke: rgb(47, 155, 255);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
 
  .quote-name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    color: rgb(47, 155, 255);
    margin: 0 0 4px;
    text-decoration: none;
    display: block;
  }
 
  .quote-price {
    font-size: 14px;
    color: #1a1a1a;
    margin: 0 0 6px;
  }
 
  .quote-price strong {
    font-weight: 700;
  }
 
  .quote-cta {
    font-size: 13.5px;
    font-weight: 700;
    color: #e85c4a;
    text-decoration: none;
  }
  
  .cost-section {
    max-width: 800px;
    margin: 0 auto;
  }
 
  .cost-heading {
    text-align: center;
    margin-bottom: 32px;
  }
 
  .cost-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 34px;
    color: #1a1a1a;
    margin: 0 0 12px;
  }
 
  .cost-heading p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto;
  }
 
  .cost-wrapper input[type="radio"] {
    display: none;
  }
 
  .cost-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 36px;
  }
 
  .cost-tab {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 999px;
    background: #eef0f3;
    color: #374151;
    cursor: pointer;
    display: inline-block;
  }
 
  .cost-panel {
    display: none;
    background: linear-gradient(120deg, #e9f3fd 0%, #f2f8fd 60%, #f7fbfe 100%);
    border: 1px solid #e3edf9;
    border-radius: 18px;
    padding: 40px 48px;
  }
 
  .cost-panel h3 {
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 21px;
    color: rgb(47, 155, 255);
    margin: 0 0 28px;
  }
 
  .cost-rows {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
 
  .cost-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    gap: 16px;
  }
 
  .cost-row .country {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: right;
  }
 
  .cost-row.is-india .country {
    color: rgb(47, 155, 255);
  }
 
  .cost-bar-track {
    display: flex;
    align-items: center;
    gap: 12px;
  }
 
  .cost-bar {
    height: 32px;
    border-radius: 8px;
     background: #4b5563cf;
  }
 
  .cost-row.is-india .cost-bar {
    background: rgb(47, 155, 255);
  }
 
  .cost-range {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
  }
 
  .cost-row.is-india .cost-range {
    color: rgb(47, 155, 255);
  }
 
  /* ---------- Radio-driven tab switching (no JS) ---------- */
  #tab-bmt:checked ~ .cost-tabs .label-bmt,
  #tab-cdr:checked ~ .cost-tabs .label-cdr,
  #tab-dbs:checked ~ .cost-tabs .label-dbs,
  #tab-heart:checked ~ .cost-tabs .label-heart,
  #tab-kidney:checked ~ .cost-tabs .label-kidney,
  #tab-lungcancer:checked ~ .cost-tabs .label-lungcancer,
  #tab-lungtx:checked ~ .cost-tabs .label-lungtx {
    background: rgb(47, 155, 255);
    color: #ffffff;
  }
 
  #tab-bmt:checked ~ .cost-panels .panel-bmt,
  #tab-cdr:checked ~ .cost-panels .panel-cdr,
  #tab-dbs:checked ~ .cost-panels .panel-dbs,
  #tab-heart:checked ~ .cost-panels .panel-heart,
  #tab-kidney:checked ~ .cost-panels .panel-kidney,
  #tab-lungcancer:checked ~ .cost-panels .panel-lungcancer,
  #tab-lungtx:checked ~ .cost-panels .panel-lungtx {
    display: block;
  }
  
  .journey-section {
    background: linear-gradient(135deg, #eaf3fd 0%, #f2f8fd 50%, #f8fbfe 100%);
    padding: 64px 24px 72px;
  }
 
  .journey-container {
    max-width: 760px;
    margin: 0 auto;
  }
 
  .journey-heading {
    text-align: center;
    margin-bottom: 48px;
  }
 
  .journey-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 34px;
    color: #1a1a1a;
    margin: 0 0 12px;
  }
 
  .journey-heading p {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
  }
 
  .journey-list {
    display: flex;
    flex-direction: column;
  }
 
  .journey-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 24px;
  }
 
  .journey-marker {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
 
  .journey-marker .step-number {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #dceafb;
    border: 1px solid #bcdcfa;
    color: rgb(47, 155, 255);
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
  }
 
  .journey-marker .step-line {
    width: 1px;
    flex: 1;
    background: #cfe0f3;
  }
 
  .journey-step:last-child .step-line {
    display: none;
  }
 
  .journey-body {
    padding-bottom: 40px;
  }
 
  .journey-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0 6px;
  }
 
  .journey-title svg {
    width: 18px;
    height: 18px;
    stroke: rgb(47, 155, 255);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }
 
  .journey-title h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 19px;
    color: #1a1a1a;
    margin: 0;
  }
 
  .journey-tag {
    font-size: 15px;
    font-weight: 700;
    color: rgb(47, 155, 255);
    margin: 0 0 6px;
  }
 
  .journey-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
  }
  
  .zerofee-banner {
     max-width: 1194px;
    margin: 25px auto;
    background: linear-gradient(120deg, #eaf4fd 0%, #eef6fd 50%, #d9ecfb 100%);
    border-radius: 24px;
    padding: 56px 40px;
    text-align: center;
  }
 
  .zerofee-banner h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 41px;
    color: #1a1a1a;
    margin: 0 0 16px;
  }
 
  .zerofee-banner h2 .text-accent {
    color: rgb(47, 155, 255);
  }
 
  .zerofee-banner p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 480px;
    margin: 0 auto 28px;
  }
 
  .zerofee-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgb(47, 155, 255);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 999px;
    padding: 15px 28px;
    text-decoration: none;
  }
 
  .zerofee-btn svg {
    width: 17px;
    height: 17px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  a.zerofee-btn{
    background-color: #2f9bff;
  }
a.zerofee-btn:hover {
    color: white !important;
    background-color: #2f9bff91;
}
   
  .estimate-section {
    max-width: 680px;
    margin: 0 auto;
  }
 
  .estimate-heading {
    text-align: center;
    margin-bottom: 28px;
  }
 
  .estimate-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 30px;
    color: #1a1a1a;
    margin: 0 0 12px;
  }
 
  .estimate-heading h2 .text-accent {
    color: rgb(47, 155, 255);
  }
 
  .estimate-heading p {
    font-size: 14.5px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 460px;
    margin: 0 auto;
  }
 
  .estimate-card {
    background: linear-gradient(140deg, #eaf3fd 0%, #f2f8fd 60%, #f8fbfe 100%);
    border: 1px solid #e3edf9;
    border-radius: 20px;
    padding: 32px;
  }
 
  .estimate-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
 
  .estimate-field {
    position: relative;
  }
 
  .estimate-field input,
  .estimate-field select,
  .estimate-field textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e3e7ee;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    color: #1a1a1a;
    font-family: inherit;
  }
 
  .estimate-field input::placeholder,
  .estimate-field textarea::placeholder {
    color: #9aa1af;
  }
 
  .estimate-field select {
    appearance: none;
    -webkit-appearance: none;
    color: #1a1a1a;
    cursor: pointer;
    padding-right: 40px;
  }
 
  .estimate-field .field-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    stroke: rgb(47, 155, 255);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
  }
 
  .estimate-field .chevron-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    stroke: #6b7280;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
  }
 
  .estimate-textarea-wrap {
    margin-bottom: 24px;
  }
 
  .estimate-field textarea {
    resize: vertical;
    min-height: 110px;
  }
 
  .estimate-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(90deg, #1f8dfa 0%, #2e9bff 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
  }
 
  .estimate-submit svg {
    width: 17px;
    height: 17px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 
  @media (max-width: 560px) {
    .estimate-row {
      grid-template-columns: 1fr;
    }
  }
/*=============================
        ABOUT HERO
==============================*/

.about-hero{
    background:#edf6ff;
    padding:120px 0;
    text-align:center;
}

.about-hero .container{
    max-width:900px;
    margin:auto;
    padding:0 15px;
}

.about-label{
    display:inline-block;
    color:#2f8cff;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:25px;
}

.about-title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    /* color: #222; */
    margin-bottom: 30px;
    /* font-family: Georgia, "Times New Roman", serif; */
    font-family: "Playfair Display", Georgia, serif;
}

.about-title span{
    color:#3798ff;
}

.about-description {
    max-width: 700px;
    margin: auto;
    font-size: 20px;
    line-height: 1.8;
    color: #667085;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* Tablet */

@media(max-width:991px){

.about-hero{
    padding:90px 0;
}

.about-title{
    font-size:54px;
}

.about-description{
    font-size:20px;
}

}

/* Mobile */

@media(max-width:767px){
    section.cost-section {
    padding: 25px 20px;
}
    section#contact {
    padding: 0px 20px;
}
    section.quotes-section {
    /* margin: 0px 20px; */
    padding: 0px 20px;
}
section.quotes-section.main-section {
    margin: 0px 20px;
}
.about-hero{
    padding:70px 0;
}

.about-title{
    font-size:25px;
    line-height:1.25;
}

.about-description{
    font-size:17px;
    line-height:1.7;
}

.about-label{
    font-size:13px;
}

}
/*=========================
      Mission Section
==========================*/

.mission-section{
    padding:100px 0;
    background:#fff;
}

.mission-subtitle{
    color:hsl(206.96deg 90.39% 55.1%);
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:18px;
}

.mission-title{
    font-family:"Playfair Display", serif;
   
      font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight:500;
    color:#1f2430;
    margin-bottom:25px;
}

.mission-title span{
    display:block;
    color:hsl(206.96deg 90.39% 55.1%);
}
.mission-text {
    
    line-height: 1.8;
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.5rem;
}

/* Card */

.mission-card{

    position:relative;

    background:#eef6ff;

    border:1px solid #d8e8fb;

    border-radius:28px;

    padding:45px;

    overflow:hidden;
}

/* Decorative circles */

.mission-card::before{

    content:"";

    position:absolute;

    width:120px;

    height:120px;

    background:#dfeeff;

    border-radius:50%;

    top:-60px;

    right:-60px;
}

.mission-card::after{

    content:"";

    position:absolute;

    width:90px;

    height:90px;

    background:#dfeeff;

    border-radius:50%;

    left:-40px;

    bottom:-40px;
}

.mission-item{

    display:flex;

    align-items:center;

    margin-bottom:35px;

    position:relative;

    z-index:2;
}

.mission-item:last-child{
    margin-bottom:0;
}

.mission-icon{

    width:64px;

    height:64px;

    background:#dcebfb;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    margin-right:18px;

    flex-shrink:0;
}

.mission-item h4{

    font-size:21px;

    margin-bottom:6px;

    color:hsl(206.96deg 90.39% 55.1%);

    font-weight:600;
}

.mission-item p{

    margin:0;

    color:#64748b;

    font-size:15px;
}

/* Responsive */

@media(max-width:991px){

.mission-section{
    padding:20px 0;
}

.mission-title{
    font-size:42px;
}

.mission-text{
    font-size:18px;
}

.mission-card{
    margin-top:30px;
}

}

@media(max-width:576px){

.mission-title{
    font-size:26px;
}

.mission-card{
    padding:30px 25px;
}

.mission-item{
    align-items:flex-start;
}

.mission-icon{
    width:55px;
    height:55px;
    font-size:22px;
}

.mission-item h4{
    font-size:20px;
}

.mission-item p{
    font-size:15px;
}

}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.feature-container {
    max-width: 1182px;
    margin: 0 auto;
}
/*==================================
        Promise Section
==================================*/

.promise-section{
    padding:12px 0 31px;
    background:#fff;
}

.promise-content{
    max-width:900px;
    margin:auto;
    text-align:center;
}

.promise-subtitle{
    display:inline-block;
    color:#2f8cff;
    text-transform:uppercase;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:18px;
}

.promise-title {
    font-family: "Playfair Display", serif;
  
    font-weight: 500;
   
    color: #1F242E;
    margin-bottom: 30px;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.promise-title span{
    color:#3798ff;
}

.promise-text{
       font-size: 1rem;
    line-height: 1.5rem;
    color:#64748B;
    margin-bottom:24px;
}

.promise-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-top:15px;
    padding:16px 38px;
    background:#2f8cff;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:17px;
    font-weight:600;
    transition:.3s ease;
    box-shadow:0 12px 25px rgba(47,140,255,.25);
}

.promise-btn span{
    font-size:20px;
    transition:.3s;
}

.promise-btn:hover{
    background:#1675e6;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 18px 35px rgba(47,140,255,.35);
}

.promise-btn:hover span{
    transform:translateX(5px);
}

  .page{
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 24px 80px;
  }
 
  .back-link{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:var(--blue);
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    margin-bottom:28px;
  }
  .back-link:hover{ text-decoration:underline; }
  .back-link svg{ width:16px; height:16px; }
 
  h1{
    font-family: Georgia, 'Times New Roman', serif;
    font-weight:700;
    font-size: clamp(32px, 4.5vw, 46px);
    margin: 0 0 14px;
    letter-spacing:-0.01em;
  }
 
  .page-desc{
    color: var(--text-gray);
    font-size: 16px;
    line-height:1.6;
    max-width: 780px;
    margin: 0 0 36px;
  }
 
  /* ===== Hospital card ===== */
  .hospital-card{
    background: var(--blue-soft-bg);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 20px;
    display:grid;
    grid-template-columns: 380px 1fr;
    gap: 28px;
  }
 
  .hospital-image-wrap{
    position:relative;
    border-radius: 14px;
    overflow:hidden;
    min-height: 480px;
    background: #ccc;
  }
  .hospital-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
 
  .accred-badge{
    position:absolute;
    top:16px;
    left:16px;
    background:#fff;
    color:var(--blue);
    font-size:12px;
    font-weight:700;
    padding:6px 12px;
    border-radius:999px;
    display:flex;
    align-items:center;
    gap:6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  }
  .accred-badge svg{ width:13px; height:13px; }
 
  .hospital-content{
    padding: 8px 8px 8px 0;
    display:flex;
    flex-direction:column;
  }
 
  .hospital-header{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:6px;
  }
  .avatar{
    width:52px;
    height:52px;
    border-radius:12px;
    background: linear-gradient(135deg, #4e9bf0, #2563eb);
    color:#fff;
    font-family: Georgia, serif;
    font-weight:700;
    font-size:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
  .hospital-title h2{
    font-family: Georgia, 'Times New Roman', serif;
    font-size:26px;
    font-weight:700;
    margin:0 0 6px;
  }
  .meta-row{
    display:flex;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
    font-size:14px;
    color:var(--text-gray);
  }
  .meta-row span{ display:flex; align-items:center; gap:5px; }
  .meta-row svg{ width:15px; height:15px; }
  .meta-row .rating{ color:#1a1f2b; font-weight:600; }
  .meta-row .rating svg{ fill:#f5a623; stroke:#f5a623; }
 
  .hospital-desc{
    font-size:14.5px;
    line-height:1.65;
    color:var(--text-gray);
    margin:16px 0 20px;
  }
 
  .section-label{
    font-size:12px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:#1a1f2b;
    margin:0 0 10px;
  }
 
  .tag-row{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:20px;
  }
  .tag{
    font-size:13px;
    font-weight:500;
    padding:6px 14px;
    border-radius:999px;
    white-space:nowrap;
  }
  .tag.blue{ background: var(--pill-blue-bg); color: var(--pill-blue-text); }
  .tag.gray{ background: var(--pill-gray-bg); color: var(--pill-gray-text); }
  .tag.solid{ background: var(--pill-solid-bg); color:#fff; }
 
  .hospital-footer{
    margin-top:auto;
    padding-top:18px;
    border-top:1px solid rgba(0,0,0,0.08);
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:14px;
  }
  .footer-meta{
    display:flex;
    align-items:center;
    gap:20px;
    font-size:13.5px;
    color:var(--text-gray);
    flex-wrap:wrap;
  }
  .footer-meta span{ display:flex; align-items:center; gap:6px; }
  .footer-meta svg{ width:15px; height:15px; }
  .footer-meta a{ color:var(--text-gray); text-decoration:none; }
  .footer-meta a:hover{ text-decoration:underline; }
 
  .book-btn{
    background: var(--green);
    color:#fff;
    border:none;
    font-size:14px;
    font-weight:600;
    padding:11px 22px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    text-decoration:none;
  }
  .book-btn svg{ width:16px; height:16px; }
  .book-btn:hover{ background:#20bd5a; }
 
  @media (max-width: 800px){
    .hospital-card{ grid-template-columns: 1fr; }
    .hospital-image-wrap{ min-height: 280px; }
  }




/* ===== Hospital Network Section — CSS ===== */

.hospital-network-section{
  --blue: #1d6fe0;
  --blue-soft-bg: #eaf3fc;
  --pill-blue-bg: #dbeafe;
  --pill-blue-text: #1d6fe0;
  --pill-gray-bg: #eef2f6;
  --pill-gray-text: #3d4a5c;
  --pill-solid-bg: #4e8fd8;
  --green: #25d366;
  --text-gray: #5b6472;
  --border: #d9e6f5;
/* 
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 24px 80px; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1a1f2b;
}

.hospital-network-section *{
  box-sizing: border-box;
}

/* ---- back link ---- */
.hospital-network-section .back-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--blue);
  text-decoration:none;
  font-size:14px;
  font-weight:500;
  margin-bottom:28px;
}
.hospital-network-section .back-link:hover{ text-decoration:underline; }
.hospital-network-section .back-link svg{ width:16px; height:16px; }

/* ---- heading ---- */
.hospital-network-section h1{
  font-family: Georgia, 'Times New Roman', serif;
  font-weight:700;
  font-size: clamp(28px, 4.5vw, 46px);
  margin: 0 0 14px;
  letter-spacing:-0.01em;
}

.hospital-network-section .section-desc{
  color: var(--text-gray);
  font-size: 16px;
  line-height:1.6;
  max-width: 780px;
  margin: 0 0 36px;
}

/* ---- hospital card ---- */
/* Using flex (not grid) so we can control each column's width explicitly
   and shrink it cleanly at laptop/tablet/phone sizes. */
.hospital-network-section .hospital-card {
    background: hsl(207deg 76.92% 94.9%);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    align-items: stretch;
    gap: 40px;
    margin: 7px 0px 40px 0px;
}

.hospital-network-section .hospital-image-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    flex: 0 0 420px;
    min-height: 260px;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    height: 244px;
}
.hospital-network-section .accred-badge{
  position:absolute;
  top:16px;
  left:16px;
  background:#fff;
  color:var(--blue);
  font-size:12px;
  font-weight:700;
  padding:6px 12px;
  border-radius:999px;
  display:flex;
  align-items:center;
  gap:6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.hospital-network-section .accred-badge svg{ width:13px; height:13px; }

.hospital-network-section .hospital-content{
  flex: 1 1 0%;
  min-width: 0;   /* prevents flex child from overflowing on small screens */
  display:flex;
  flex-direction:column;
}

.hospital-network-section .hospital-header{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:6px;
}
.hospital-network-section .avatar{
  width:52px;
  height:52px;
  border-radius:12px;
  background: linear-gradient(135deg, #4e9bf0, #2563eb);
  color:#fff;
  font-family: Georgia, serif;
  font-weight:700;
  font-size:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.hospital-network-section .hospital-title h2{
  font-family: Georgia, 'Times New Roman', serif;
  font-size:26px;
  font-weight:700;
  margin:0 0 6px;
}
.hospital-network-section .meta-row{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  font-size:14px;
  color:var(--text-gray);
}
.hospital-network-section .meta-row span{ display:flex; align-items:center; gap:5px; }
.hospital-network-section .meta-row svg{ width:15px; height:15px; }
.hospital-network-section .meta-row .rating{ color:#1a1f2b; font-weight:600; }
.hospital-network-section .meta-row .rating svg{ fill:#f5a623; stroke:#f5a623; }

.hospital-network-section .hospital-desc{
  font-size:14.5px;
  line-height:1.65;
  color:var(--text-gray);
  margin:16px 0 20px;
}

.hospital-network-section .section-label{
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#1a1f2b;
  margin:0 0 10px;
}

.hospital-network-section .tag-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:20px;
}
.hospital-network-section .tag{
  font-size:13px;
  font-weight:500;
  padding:6px 14px;
  border-radius:999px;
  white-space:nowrap;
}
.hospital-network-section .tag.blue{ background: var(--pill-blue-bg); color: var(--pill-blue-text); }
.hospital-network-section .tag.gray{ background: var(--pill-gray-bg); color: var(--pill-gray-text); }
.hospital-network-section .tag.solid{ background: var(--pill-solid-bg); color:#fff; }

.hospital-network-section .hospital-footer{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid rgba(0,0,0,0.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:14px;
}
.hospital-network-section .footer-meta{
  display:flex;
  align-items:center;
  gap:20px;
  font-size:13.5px;
  color:var(--text-gray);
  flex-wrap:wrap;
}
.hospital-network-section .footer-meta span{ display:flex; align-items:center; gap:6px; }
.hospital-network-section .footer-meta svg{ width:15px; height:15px; }
.hospital-network-section .footer-meta a{ color:var(--text-gray); text-decoration:none; }
.hospital-network-section .footer-meta a:hover{ text-decoration:underline; }

.hospital-network-section .book-btn{
  background: var(--green);
  color:#fff;
  border:none;
  font-size:14px;
  font-weight:600;
  padding:11px 22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  text-decoration:none;
  white-space:nowrap;
}
.hospital-network-section .book-btn svg{ width:16px; height:16px; }
.hospital-network-section .book-btn:hover{ background:#20bd5a; }


/* =========================================================
   LAPTOP / TABLET  (≤ 1024px)
   Image column shrinks instead of the layout breaking.
   ========================================================= */
@media (max-width: 1024px){
  .hospital-network-section{
    padding: 32px 20px 64px;
  }
  .hospital-network-section .hospital-card{
    gap: 22px;
    padding: 20px;
  }
  .hospital-network-section .hospital-image-wrap{
    flex-basis: 300px;
    min-height: 460px;
  }
  .hospital-network-section .hospital-title h2{
    font-size: 22px;
  }
  .hospital-network-section .tag{
    font-size: 12.5px;
    padding: 5px 12px;
  }
}


/* =========================================================
   PHONE  (≤ 640px)
   Stack image on top, content below, full width.
   ========================================================= */
@media (max-width: 640px){
  .hospital-network-section{
    padding: 24px 16px 48px;
  }
  .hospital-network-section .hospital-card{
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    border-radius: 16px;
        width: 100%;
  }
  .hospital-network-section .hospital-image-wrap{
    flex-basis: auto;
    width: 100%;
    min-height: 260px;
  }
  .hospital-network-section .hospital-header{
    flex-wrap: wrap;
  }
  .hospital-network-section .hospital-title h2{
    font-size: 20px;
  }
  .hospital-network-section .meta-row{
    gap: 10px;
    font-size: 13px;
  }
  .hospital-network-section .hospital-desc{
    font-size: 14px;
  }
  .hospital-network-section .hospital-footer{
    flex-direction: column;
    align-items: stretch;
  }
  .hospital-network-section .book-btn{
    justify-content: center;
    width: 100%;
  }
}
.hr-slider{
    overflow:hidden;
    width:100%;
}

.hr-track{
    display:flex;
    gap:25px;
    width:max-content;
    animation: scroll 35s linear infinite;
}

.hr-card{
    flex:0 0 380px;
}

.hr-track:hover{
    animation-play-state: paused;
}

@keyframes scroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}
.language-switcher{
        position: relative;
      }
      .language-switcher__toggle{
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 600;
      }
      .language-switcher__flag{
        width: 20px;
        height: 14px;
        object-fit: cover;
        border-radius: 2px;
      }
      .language-switcher__menu{
        min-width: 150px;
      }
      .language-switcher__menu .language-switcher__flag{
        margin-right: 6px;
      }
      .header-search-item{
        position: relative;
        display: flex;
        align-items: center;
      }
      .header-search-trigger{
        background: transparent;
        border: none;
        font-size: 16px;
        color: inherit;
        cursor: pointer;
        padding: 6px;
      }
      .header-search-box{
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        padding: 12px;
        z-index: 999;
        width: 280px;
      }
      .header-search-box.is-open{
        display: block;
      }
      .header-search-box__form{
        display: flex;
      }
      .header-search-box__form .form-control{
        flex: 1;
      }
      .header-search-box__btn{
        border: none;
        background: transparent;
        padding: 0 10px;
      }
      @media (max-width: 991px){
        .header-search-box{
          position: static;
          box-shadow: none;
          width: 100%;
        }
      }
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;                    /* gap-2 */
  font-size: 0.8rem;           /* text-xs (mobile) */
  color: #6b7280;              /* text-muted-foreground */
  margin-bottom: 24px;         /* mb-6 */
}

@media (min-width: 640px) {
  .breadcrumb-nav {
    font-size: 0.875rem;       /* sm:text-sm */
  }
}

.breadcrumb-nav a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;  /* transition-colors */
}

.breadcrumb-nav a:hover {
  color: #2f8ff0;                /* hover:text-primary — apna primary color daalo */
}

.breadcrumb-nav span {
  color: #6b7280;
}

.breadcrumb-nav .current {
  color: #0f2540;               /* text-foreground */
  font-weight: 500;             /* font-medium */
}
.btn-primary-estimate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 66px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-primary-estimate:hover {
  opacity: 0.9;
}

.btn-primary-estimate svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}
.chat-now-btn:hover{
  background-color: #007bff;
  color:white;
}
.chat-now-btn svg:hover {
    width: 14px;
    height: 14px;
    stroke: #f9f9f9 !important;
    fill: none;
    stroke-width: 2;
}
.estimate-file-wrap{
  position: relative;
  padding: 0;
}

.estimate-file-label {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 1px solid #80808030;
    border-radius: 12px;
    padding: 23px 16px;
    background: #f7fbff;
    cursor: pointer;
    color: #5b6b7c75;
    font-size: 0.9rem;
    transition: border-color .2s ease, background .2s ease;
}

.estimate-file-label:hover{
  border-color: #007bff;
  background: #eef6ff;
}

.estimate-file-label .field-icon{
  width: 18px;
  height: 18px;
  stroke: #007bff;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
} 

.estimate-file-wrap input[type="file"]{
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
/* ============================================
   FEATURES SECTION — CORE STYLES
   ============================================ */

.features-section{
  /*padding: 90px 0;*/
  background: #fff;
}

.feature-container{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Heading ---------- */
.features-heading{
  text-align: center;
  margin-bottom: 50px;
}

.features-heading p{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* margin: 0 0 10px; */
}

.features-heading h2{
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 40px;
  font-weight: 700;
  color: #0f2540;
  margin: 0;
}

.features-heading h2 .text-accent{
  color: hsl(206.96deg 90.39% 55.1%);
}

/* ---------- Grid ---------- */
.feature-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ---------- Card ---------- */
.feature-card{
  border: 1px solid #e5eaf1;
  border-radius: 18px;
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.feature-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(47,143,240,0.12);
  border-color: hsl(206.96deg 90.39% 55.1%);
}

.feature-card__icon{
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: hsl(207deg 76.92% 94.9%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.feature-card__icon svg{
  width: 26px;
  height: 26px;
  stroke: hsl(206.96deg 90.39% 55.1%);
  fill: none;
  stroke-width: 2;
}

.feature-card__title{
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
  color: #0f2540;
  margin: 0 0 12px;
}

.feature-card__desc{
  font-size: 14.5px;
  line-height: 1.6;
  color: #5b6b7c;
  margin: 0;
}


/* ============================================
   RESPONSIVE / MOBILE VIEW
   ============================================ */

/* ---------- Tablet (≤ 991px) ---------- */
@media (max-width: 991px) {
  .features-section{
    /*padding: 70px 0;*/
  }

  .feature-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .features-heading h2{
    font-size: 32px;
  }

  .feature-card{
    padding: 28px 20px;
  }
}

/* ---------- Small tablet / large mobile (≤ 767px) ---------- */
@media (max-width: 767px) {
  .features-section{
 margin: 0px 20px;
    /*padding: 56px 0;*/
  }

  .features-heading{
    margin-bottom: 36px;
  }

  .features-heading p{
    font-size: 13px;
  }

  .features-heading h2{
    font-size: 26px;
  }

  .feature-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-card{
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
  }

  .feature-card__icon{
    width: 52px;
    height: 52px;
    margin-bottom: 0;
  }

  .feature-card__icon svg{
    width: 22px;
    height: 22px;
  }

  .feature-card__title{
    font-size: 16px;
    margin-bottom: 6px;
  }

  .feature-card__desc{
    font-size: 13.5px;
  }
}

/* ---------- Mobile (≤ 480px) ---------- */
@media (max-width: 480px) {
  .feature-container{
    padding: 0 16px;
  }

  .features-heading h2{
    font-size: 22px;
  }

  .feature-card{
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 24px 18px;
  }

  .feature-card__icon{
    margin-bottom: 14px;
  }
}
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget {
    display: none !important;
}

body {
    top: 0 !important;
}

.skiptranslate iframe {
    display: none !important;
}



 .error-msg{
    display:block;
    color:#e74c3c;
    font-size:12px;
    margin-top:4px;
  }
  .form-control.is-invalid{
    border-color:#e74c3c !important;
  }
  .file-hint{
    display:block;
    color:#888;
    font-size:12px;
    margin-top:4px;
  }
  .file-upload-group{
    position: relative;
  }
  .file-upload-input{
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
  }
  .file-upload-label{
    display: block;
    width: 100%;
    cursor: pointer;
    color: #8a8a8a;
    font-size: 14px;
  }
  .file-upload-label.has-file span{
    color: #333;
  }
.float-2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 173px;
    right: 36px;
    background-color: #42a4ff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 7px 0px 0px 5px;
}
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 99px;
    right: 33px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    /* padding: 8px 2px 0px 0px; */
    text-align: center;
    font-size: 31px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.estimate-card {
    background: #007bff12;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgb(24 24 24 / 14%);
    position: sticky;
    top: 100px;
    border: 1px solid #007bff1f;
}

.estimate-card .widget__title{
    font-size:24px;
    margin-bottom:20px;
}

.estimate-card .form-group,
.estimate-card .estimate-field{
    margin-bottom:18px;
}

.estimate-card .btn{
    width:100%;
}
 
  .cost-section { max-width: 900px; margin: 0 auto; }
 
  .specialty-heading { text-align: center; margin-bottom: 28px; }
  .specialty-heading h2 { font-size: 28px; margin: 0 0 8px; color: #14304d; }
  .specialty-heading .text-accent { color: rgb(47, 155, 255); }
  .specialty-heading p { color: #6b7785; margin: 0; }
 
  .cost-wrapper {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(20,48,77,0.08);
    padding: 24px;
  }
 
  /* hide the real radios */
  .cost-wrapper > input[type="radio"] { display: none; }
 
  .cost-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e7ebf0;
    padding-bottom: 16px;
  }
 
  .specialty-tab {
    cursor: pointer;
    user-select: none;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 600;
    color: #46536a;
    background: #f0f3f7;
    border: 1px solid transparent;
    transition: background .25s ease, color .25s ease, transform .15s ease, box-shadow .25s ease;
    white-space: nowrap;
  }
 
 .specialty-tab:hover {
    background: #2f9bff78;
    transform: translateY(-1px);
    color: #0000007a;
}
 
  /* When the matching radio is checked, style its label via the general sibling selector */
  #tab-bmt:checked        ~ .cost-tabs label[for="tab-bmt"],
  #tab-cdr:checked        ~ .cost-tabs label[for="tab-cdr"],
  #tab-dbs:checked        ~ .cost-tabs label[for="tab-dbs"],
  #tab-heart:checked      ~ .cost-tabs label[for="tab-heart"],
  #tab-kidney:checked     ~ .cost-tabs label[for="tab-kidney"],
  #tab-lungcancer:checked ~ .cost-tabs label[for="tab-lungcancer"],
  #tab-lungtx:checked     ~ .cost-tabs label[for="tab-lungtx"] {
    background: linear-gradient(135deg,rgb(47, 155, 255),rgb(47, 155, 255));
    color: #fff;
    box-shadow: 0 6px 14px rgba(14,159,110,.35);
    transform: translateY(-1px);
  }
 
  /* panels: hidden by default, shown + animated in when their radio is checked */
  .cost-panel {
    display: none;
  }
  #tab-bmt:checked        ~ .cost-panels .panel-bmt,
  #tab-cdr:checked        ~ .cost-panels .panel-cdr,
  #tab-dbs:checked        ~ .cost-panels .panel-dbs,
  #tab-heart:checked      ~ .cost-panels .panel-heart,
  #tab-kidney:checked     ~ .cost-panels .panel-kidney,
  #tab-lungcancer:checked ~ .cost-panels .panel-lungcancer,
  #tab-lungtx:checked     ~ .cost-panels .panel-lungtx {
    display: block;
    animation: fadeSlideIn .38s ease;
  }
 
  @keyframes fadeSlideIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
  }
 
  .cost-panel h3 {
    margin: 0 0 18px;
    font-size: 19px;
    color: #14304d;
  }
 
  .cost-rows { display: flex; flex-direction: column; gap: 14px; }
 
  .cost-row {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    gap: 14px;
  }
 
  .country {
    font-size: 13.5px;
    font-weight: 600;
    color: #46536a;
  }
 
  .cost-row.is-india .country { color: #2f9bff; }
 
  .cost-bar-track {
    position: relative;
    background: #eef1f5;
    border-radius: 999px;
    height: 34px;
    overflow: hidden;
  }
 
  .cost-bar {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    border-radius: 999px;
     background: linear-gradient(90deg, #2f9bff26, #42a4ff);
    width: 0%; /* JS animates this from 0 -> target on every tab switch */
    transition: width .7s cubic-bezier(.22,.9,.32,1);
  }
 
.cost-row.is-india .cost-bar {
    
    background: linear-gradient(90deg, #2f9bff26, #42a4ff);
}
 .savings-badge-outer{
       animation: badgeFloat 1.0s ease-in-out infinite;

 }
  .cost-range {
    position: absolute;
    right: 12px; top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 700;
    color: #14304d;
    letter-spacing: .2px;
  }
  .cost-row:not(.is-india) .cost-bar-track .cost-range {
    color: #14304d;
  }
  .savings-badge-inner {
  animation: badgeFloat 1.0s ease-in-out infinite;
}

@keyframes badgeFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(3deg);
  }
}
.appointment-cta {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: flex-start;
}

.btn-book-appointment {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #25D366, #1DA851);
    color: #fff;
    padding: 12px 26px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: all 0.25s ease;
    margin: 0px 20px 0px 0px;
}

.btn-book-appointment:hover {
    background: linear-gradient(135deg, #1DA851, #178f45);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
    transform: translateY(-2px);
    color: #fff;
}

.wa-icon {
    flex-shrink: 0;
}
.chat-now-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    cursor: pointer;
    background-color: #1B4F91; /* apna existing button color yahan daalo */
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition: background-color 0.2s ease;
}

.chat-now-btn:hover {
    background-color: #123a6e;
    color: #fff;
}

.chat-now-btn svg {
    flex-shrink: 0;
}
.estimate-submit:hover {
    color: #ffffff !important;
    background: #56a3ef !important;
}
@media (max-width: 991px) {

    .sticky-navbar {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99999;
        background: #fff;
        margin: 0 !important;
        padding: 0;
    }

    .navbar-brand img {
        max-height: 50px;
    }

    body {
        margin: 0;
        padding-top: 0 !important;
    }
}
a.btn-book-appointment:hover{
    color:white !important;
}
a.see-more-btn:hover{
    color:white !important;
}
.float-2:hover {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 173px;
    right: 36px;
    background-color: #42a4ff96;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 7px 0px 0px 5px;
}
.float:hover {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 99px;
    right: 33px;
    background-color: #25d366ad;
    color: #FFF !important;
    border-radius: 50px;
    /* padding: 8px 2px 0px 0px; */
    text-align: center;
    font-size: 31px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
span.fz-14:hover {
    color: #007bff;
    cursor: pointer;
}
.mobile-menu-logo { display: none; }

@media (max-width: 991px) {
  .mobile-menu-logo {
    display: block !important;
    text-align: left;
    padding: 14px 9px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    margin-bottom: 6px;
  }
  .mobile-menu-logo img {
    height: 34px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .mobile-menu-logo { display: none !important; }
}
.sidebar {
  position: sticky;
  top: 100px; /* apne fixed header ki height ke hisaab se adjust karo, taaki sticky navbar ke neeche dikhe */
  align-self: flex-start; /* zaroori hai agar parent .row flexbox hai */
}

@media (max-width: 991px) {
  .sidebar {
    position: static; /* mobile pe sticky hata do, warna chhoti screen pe form ajeeb lagega */
  }
}
.blog-single .post-item .post__desc p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #000000cf;
}
ul.ul-list {
    color: #282727;
    padding: 0px 14px;
    margin: 0p;
}
ol.ol-list {
    color: #3d3d3d;
    padding: 0px 20px;
}
.faq-section {
  padding: 60px 0;
}
 
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
 
.faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
 
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 4px;
  font-size: 16px;
  font-weight: 600;
  color: #22304a;
  cursor: pointer;
}
 
.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.25s ease, background 0.25s ease;
}
 
.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: #eef5fc;
}
 
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
 
.faq-answer p {
  margin: 0;
  padding: 0 4px 20px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
}
 
.faq-item.active .faq-answer {
  max-height: 300px;
}
 
@media (max-width: 768px) {
  .faq-question {
    font-size: 15px;
  }
}
 .jp-body{ font-family:'Inter', sans-serif; color:#4b5563; }
.jp-body h1,.jp-body h2{ font-family:'Playfair Display', serif; color:#111827; }

/* ===== 1. HERO ===== */
.jp-hero{ padding:50px 0 60px; }
.jp-hero .container{
  display:flex; align-items:center; gap:60px; flex-wrap:wrap;
}
.jp-hero-text{ flex:1 1 480px; }
.jp-breadcrumb{ font-size:14px; color:#6b7280; margin-bottom:18px; }
.jp-breadcrumb a{ color:#6b7280; text-decoration:none; }
.jp-breadcrumb span{ color:#111827; }
.jp-hero-text h1{ font-size:42px; font-weight:700; margin:0 0 14px; line-height:1.2; }
.jp-hero-sub{ font-size:20px; font-weight:600; color:#2f9bff; margin:0 0 18px; line-height:1.4; }
.jp-hero-text p{ font-size:15px; line-height:1.5; margin:0 0 14px; }
.jp-hero-cta{ display:flex; gap:14px; margin-top:26px; flex-wrap:wrap; }
.jp-btn-primary{
  background:#2f9bff; color:#fff; border:none; border-radius:30px;
  padding:14px 26px; font-weight:600; font-size:15px; text-decoration:none;
  display:inline-flex; align-items:center; gap:8px; cursor:pointer;
}
.jp-btn-outline{
  background:#fff; color:#111827; border:1px solid #d1d5db; border-radius:30px;
  padding:14px 26px; font-weight:600; font-size:15px; text-decoration:none;
  display:inline-flex; align-items:center; gap:8px; cursor:pointer;
}
.jp-hero-img{ flex:1 1 480px; }
.jp-hero-img img {
    width: 98%;
    height: 43vh;
    border-radius: 16px;
    display: block;
    object-fit: cover;
}

/* ===== 2. SHAPING THE FUTURE ===== */
.jp-future{ padding:70px 0; }
.jp-future h2{ text-align:center; font-size:32px; font-weight:700; margin-bottom:37px; }
.jp-future h2 span{ color:#2f9bff; }
.jp-future .container{ display:flex; align-items:flex-start; flex-wrap:wrap; }
.jp-future-list{ flex:1 1 480px; display:flex; flex-direction:column; gap:34px; }
.jp-future-item{ display:flex; gap:18px; }
.jp-future-icon {
    width: 54px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #e8f2ff;
    color: #2f9bff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.jp-future-item h5{ font-size:22px; font-weight:600; color:#111827; margin:0 0 4px; }
.jp-future-item .jp-highlight{ font-size:14px; font-weight:600; color:#111827; margin:0 0 6px; }
.jp-future-item p{ font-size:14px; line-height:1.7; margin:0; }
.jp-future-img{ flex:1 1 480px; }
.jp-future-img img{ width:100%; height:auto; border-radius:16px; display:block; object-fit:cover; }

/* ===== 3. HOW IT WORKS ===== */
.jp-works{ padding:70px 0 0; }
.jp-works h2{ text-align:center; font-size:32px; font-weight:700; margin-bottom:40px; }
.jp-works h2 span{ color:#2f9bff; }
.jp-works-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:20px;
  max-width:1160px; margin:0 auto;
}
.jp-works-card {
    background: #d3e9ff;
    border-radius: 16px;
    padding: 30px 22px;
    text-align: center;
    border: 1px solid #80808059;
}
.jp-works-icon{
  width:52px; height:52px; margin:0 auto 18px; border-radius:12px;
  background:#e8f2ff; color:#2f9bff; display:flex; align-items:center;
  justify-content:center; font-size:22px;
}
.jp-works-card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px;
}
.jp-works-card p{ font-size:13.5px; line-height:1.65; margin:0; }

/* ===== 4. CTA BANNER ===== */
.jp-cta{
  background:#2f9bff; color:#fff; text-align:center;
  padding:70px 20px; margin-top:60px;
}
.jp-cta h2{ color:#fff; font-size:34px; font-weight:700; margin:0 0 18px; }
.jp-cta p{ max-width:720px; margin:0 auto 30px; font-size:16px; line-height:1.7; color:rgba(255,255,255,0.92); }
.jp-cta-btn{
  background:#fff; color:#2f9bff; border:none; border-radius:30px;
  padding:15px 34px; font-weight:700; font-size:15px; text-decoration:none;
  display:inline-block; cursor:pointer;
}

/* ===== 5. REGISTRATION FORM ===== */
.jp-register{ padding:70px 20px; }
.jp-register h2{ text-align:center; font-size:30px; font-weight:700; max-width:600px; margin:0 auto 40px; line-height:1.35; }
.jp-reg-card{
  max-width:480px; margin:0 auto; background:#fff; border:1px solid #e5e7eb;
  border-radius:18px; padding:34px 30px; box-shadow:0 4px 24px rgba(0,0,0,0.04);
}
.jp-reg-sub{ font-size:14px; color:#6b7280; margin:0 0 22px; }
.jp-reg-toggle{ display:flex; gap:24px; margin-bottom:22px; }
.jp-reg-toggle label{ display:flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:#111827; cursor:pointer; }
.jp-reg-toggle input{ accent-color:#2f9bff; width:16px; height:16px; }
.jp-field{ margin-bottom:18px; }
.jp-field label{ font-size:13.5px; font-weight:600; color:#111827; margin-bottom:7px; }
.jp-field label .req{ color:#ef4444; }
.jp-field input[type="text"],
.jp-field input[type="tel"],
.jp-field input[type="email"],
.jp-field select{
  width:100%; height:44px; border:1px solid #d1d5db; border-radius:8px;
  padding:0 14px; font-size:14px; font-family:'Inter', sans-serif; color:#111827;
}
.jp-field input:focus, .jp-field select:focus{
  outline:none; border-color:#2f9bff; box-shadow:0 0 0 3px rgba(47,155,255,0.15);
}
.jp-phone-row{ display:flex; gap:8px; }
.jp-phone-row select{ width:88px; flex-shrink:0; }
.jp-checkbox-row{ display:flex; align-items:flex-start; gap:8px; margin-bottom:10px; font-size:13.5px; }
.jp-checkbox-row input{ margin-top:2px; accent-color:#2f9bff; }
.jp-checkbox-row a{ color:#2f9bff; text-decoration:underline; }
.jp-submit-btn{
  width:100%; background:#2f9bff; color:#fff; border:none; border-radius:30px;
  padding:14px; font-weight:700; font-size:15px; margin-top:14px; cursor:pointer;
  display:flex; align-items:center; justify-content:center; gap:8px;
}

@media(max-width:991px){
  .jp-works-grid{ grid-template-columns:repeat(2,1fr); }
}
@media(max-width:576px){
  .jp-hero-text h1{ font-size:30px; }
  .jp-works-grid{ grid-template-columns:1fr; }
  .jp-cta h2{ font-size:26px; }
}
p.jp-hero-sub {
    font-size: 22px !important;
}
@media(max-width:1060px and 1098px ){
.navbar .nav__item .nav__item-link {
    font-size: 11px !important;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #213360;
    line-height: 100px;
    letter-spacing: 0.4px;
    padding-right: 15px;
}
}
@media(max-width:1098px){
.navbar .nav__item .nav__item-link {
    font-size: 12px !important;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #213360;
    line-height: 100px;
    letter-spacing: 0.4px;
    padding-right: 15px;
}

}
.button-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn-book-appointment,
.see-more-btn {
  /*flex: 1;*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .button-group {
    gap: 8px;
  }

  .btn-book-appointment,
  .see-more-btn {
    padding: 10px 12px;
    font-size: 13px;
  }

  .wa-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
  }
  .estimate-title{
      font-size:30px !important;
  }
}
.iti{
    width:100%;
}

.iti input{
    width:100%;
    height:55px;
    padding-left:90px !important;
}

.iti__country-list{
    width:320px;
    max-height:250px;
}

.iti__selected-country{
    padding:0 12px;
}
a.legalinfo {
    color: #104297 !important;
}
a.legalinfo:hover {
    color: #0a62f8 !important;
}
h2.estimate-title {
    font-size: 32px;
}
.post__meta {
  gap: 40px;
}

.post__meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.post__meta-label {
  font-size: 14px;
  color: #1a1a1a;
}

.post__meta-value {
  font-size: 14px;
  font-weight: 600;
  color: #2f9bff; /* adjust to match your exact teal */
  text-decoration: none;
}

.post__meta-value:hover {
  text-decoration: underline;
}
img.footer-logo {
    margin: -23px 0px 0px 0px;
}
  .info-box p {
	color: var(--text-muted);
	font-size: 0.95rem;
	text-align: justify!important;
}
/* Mobile: sirf pehle 6 cards dikhao, baaki hide */
@media (max-width: 768px) {
  .specialty-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .specialty-card:nth-child(n + 7) {
    display: none;
  }

  /* Jab "expanded" class lag jaye grid par, to sab cards dikhao */
  .specialty-grid.expanded .specialty-card:nth-child(n + 7) {
    display: flex; /* ya jo bhi .specialty-card ka original display type ho */
  }

  /*.cta-wrapper {*/
  /*  display: block;*/
  /*}*/
}

/* Desktop pe See More wrapper ki zarurat nahi (agar already sab dikh rahe hain) */
@media (min-width: 769px) {
 

/* Har grid ka default state: pehle N cards dikhao, baaki hide */
.specialty-card:nth-child(n + 7) {
  display: none;
}

/* Expanded hone par sab dikhao */
.specialty-grid.expanded .specialty-card:nth-child(n + 7) {
  display: flex; /* apne .specialty-card ke original display type se match karo (flex/block/inline-block jo bhi hai) */
}

/* Desktop pe agar zyada cards per row dikhte hain (jaise 4 columns),
   to N=7 shayad kam lage — chaho to yahin desktop ke liye alag number rakh sakte ho */
@media (min-width: 769px) {
  .specialty-card:nth-child(n + 9) {   /* example: desktop pe pehle 8 dikhao */
    display: none;
  }
  .specialty-grid.expanded .specialty-card:nth-child(n + 9) {
    display: flex;
  }
}

/* cta-wrapper ab hamesha dikhega, kisi bhi screen size pe */
/*.cta-wrapper {*/
/*  display: block;*/
/*}*/

}
@media (max-width: 767px) {
 .navbar .nav__item .nav__item-link {
    font-size: 19px !important;
    line-height: 38px !important;
    padding: 10px 15px !important;
    color: #213360;
    font-weight: 700;
    /* letter-spacing: 0.3px; */
    text-transform: capitalize;
}
}
