
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Poppins:wght@500;600;700&display=swap');

@import url(../fonts/material-design-iconic-font.min.css);
/* ========================================= */
/*          Default CSS                      */
/* ========================================= */
header,
nav,
section,
article,
aside,
footer {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  background: #ffffff;
  color: #39363a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 1rem;
  color: #000;
  line-height: 1.2;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 17px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

p {
  margin-bottom: 0;
}

.default__p p {
  margin-bottom: 1rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  margin-bottom: 0px;
  line-height: 1.5;
  color: #a56337;
  position: relative;
  display: inline-block;
  padding: 0;
}

ol {
  margin: 0;
  counter-reset: i;
  position: relative;
}

ol li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #7a7a7a;
  padding-left: 0;
  position: relative;
}

.list-item li {
  display: list-item !important;
}

a {
  color: #12b48b;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
  color: #000;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  outline: none;
}

h3 a,
h4 a {
  color: #204066;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #000000;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #7a7a7a;
  text-transform: capitalize;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
  text-transform: capitalize;
}

::-ms-input-placeholder {
  color: #7a7a7a;
  text-transform: capitalize;
}

::placeholder {
  color: #7a7a7a;
  text-transform: capitalize;
}

.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

img {
  max-width: 100%;
}

.btn {
  position: relative;
  background: #fcb649;
  color: #000;
  padding: 18px 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 0 #00000021;
          box-shadow: 0 0 15px 0 #00000021;
  font-size: 15px;
  border: none;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.btn:hover {
  background: #000;
  color: #ffffff;
}

.btn::after {
  content: "\f301";
  font-family: Material-Design-Iconic-Font;
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-size: 20px;
  line-height: 0.5;
}

.btn.btn-na::after {
  display: none;
}

.btn-curve {
  border-radius: 30px;
  padding: 14px 50px;
  text-transform: uppercase;
}

.btn-white {
  background: #ffffff;
  color: #204066;
}

.btn-white-lb {
  background: #ffffff;
  color: #1bbde4;
}

.btn-blue {
  background: #204066;
}

.btn-blue-1 {
  background: #233653;
}

a.bl-link {
  color: #1bbde4;
  font-size: 12px;
  text-transform: uppercase;
}

.form-group {
  width: 100%;
  display: inline-block;
}

.form-group select {
  padding: 10px 20px 10px 35px;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
  background: #12b48b;
  color: #ffffff !important;
}

.search-btn.sh-hover:hover {
  background: #204066 !important;
}

.nice-select.niceSelect {
  background: #fbfbfb;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #eee;
  padding: 14px 20px;
  height: 55px;
}

.nice-select.niceSelect.open .list {
  border-radius: 5px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="time"],
textarea,
select,
.form-select {
  font-size: 16px;
  font-weight: 400;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 20px;
  color: #7a7a7a;
  margin-bottom: 0;
  height: 55px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus,
select:focus,
.form-select:focus {
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus,
select:focus {
  color: #7a7a7a;
  background: #fafafa;
  border-color: #eee;
}

select {
  padding: 8px 20px;
  width: 100%;
  height: inherit;
}

select option {
  color: #000000;
}

textarea {
  border-radius: none;
  resize: vertical;
  height: 120px;
}

.form-control {
  border: none;
  padding: 10px 20px;
}

label {
  display: inline-block;
  color: #7a7a7a;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 15px;
}

.border-none {
  border: none !important;
}

.before-x::before,
.after-x::after {
  display: none;
}

.bw-2 {
  border-width: 2px !important;
}

.bw-3 {
  border-width: 3px !important;
}

.bc-green {
  border-color: #12b48b !important;
}

.border-light-c {
  border-color: #f1f1f1 !important;
}

.border-light-c1 {
  border-color: #f5f5f5 !important;
}

.border-light-c2 {
  border-color: #ddd !important;
}

.border-bt-dash {
  border-bottom: 1px dashed #b3b3b3;
}

blockquote {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  border: 0;
  padding: 45px 65px;
  line-height: 1.5;
  color: #ffffff;
  margin: 40px 0;
  text-align: center;
  position: relative;
  line-height: 30px;
  background: #204066;
}

blockquote::before {
  content: "\f10d";
  font-family: "fontawesome";
  font-size: 3rem;
  position: relative;
  display: block;
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding-bottom: 15px;
}

blockquote p {
  margin: 10px 0;
  font-size: 16px;
}

blockquote button.btn {
  padding: 6px 25px;
  text-transform: capitalize;
  font-size: 14px;
}

@media (max-width: 480px) {
  blockquote {
    padding: 40px;
  }
}

table > tbody tr td,
table > tbody tr th,
table > tfoot tr td,
table > tfoot tr th,
table > thead tr td,
table > thead tr th {
  padding: 10px;
  vertical-align: sub !important;
}

table {
  width: 100%;
}

table thead tr th {
  border-bottom: none !important;
}

section {
  padding: 10px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

section1 {
  padding: 80px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

/*heading title*/
.sc-title-two,
.sc-title-two-white {
  position: relative;
  width: 50%;
  margin: 0 auto 90px;
}

.sc-title-two h4,
.sc-title-two h2,
.sc-title-two-white h4,
.sc-title-two-white h2 {
  margin-bottom: 10px;
}

.sc-title-two::after,
.sc-title-two-white::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 20%;
  height: 1.5px;
  background-color: #12b48b;
  margin: auto;
}

.sc-title-two-white::after {
  background-color: #ffffff;
}

.sc-border-left::after {
  right: inherit;
  width: 10%;
}

.sc-border-none:after {
  display: none;
}

.title-bg::before,
.title-bg-h4::before,
.title-bg-h5::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0;
  background: #204066;
  z-index: -1;
}

.title-bg::before {
  height: 36%;
}

.title-bg-h4::before {
  height: 40%;
}

.title-bg-h5::before {
  height: 55%;
}

@media (max-width: 991px) {
  .sc-title-two,
  .sc-title-two-white {
    width: 100%;
    text-align: center;
  }
  .sc-border-left::after {
    right: 0;
    width: 10%;
  }
  .title-bg-h4::before {
    height: 25%;
  }
}

.form-btn {
  background: #707070;
  padding: 15px 50px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.sym-btn {
  background: #000000;
  padding: 10px 20px;
  color: #ffffff;
}

.sym-btn:hover {
  background: #000000;
  color: #ffffff;
}

.bx-shadow {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
}

.row.slick-slider {
  margin: 0 -15px;
}

.slider .slick-prev,
.slider .slick-next {
  background: #ffffff;
  border-radius: 50%;
}

.slider .slick-prev::before,
.slider .slick-next::before {
  color: #204066;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
  background: #204066;
}

.slider .slick-prev:hover:before,
.slider .slick-next:hover:before {
  color: #ffffff;
}

.slider .slick-prev {
  left: 30px;
}

.slider .slick-next {
  right: 30px;
}

.sc-bg-right::before,
.sc-bg-left::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 70%;
  height: 100%;
  background-color: #204066;
  z-index: -1;
}

.sc-bg-right.bg-w-50::before,
.sc-bg-left.bg-w-50::before {
  width: 50%;
}

.sc-bg-right::before {
  right: 0;
}

.sc-bg-left::before {
  left: 0;
}

@media (max-width: 991px) {
  .sc-bg-right::before,
  .sc-bg-left::before {
    width: 100% !important;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}

#preloader #status {
  position: fixed;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url(../images/loader.svg);
  background-size: cover;
  background-position: center;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: visible;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 9999999999;
}

/* End Preloader */
.sidebar-search .form-outline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sidebar-search .form-outline input {
  border: none;
}

.sidebar-search button.btn {
  border-radius: 0;
  border: none;
  width: 15%;
  padding: 0;
}

.sidebar-social a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}

#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #12b48b;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
  border-radius: 50px;
}

#back-to-top a:after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.6;
  z-index: -1;
}

.overlay.overlay-op1 {
  opacity: 1;
}

.overlay-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #204066;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.8;
}

.sl-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #204066;
  background-repeat: repeat;
  content: "";
  z-index: -1;
  opacity: 0.8;
}

.sl-overlay.darkclr::after {
  background-color: #181d38;
}

.shape_big2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/big_ils_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}

.social-links-a li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fafafa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7a7a7a;
  border-radius: 50px;
  margin: 0 3px;
}

.social-links-a li a:hover {
  background: #12b48b;
  color: #ffffff;
}

.social-links-a.square-link li a {
  border-radius: 4px;
  background: #204066;
  color: #ffffff;
  width: 35px;
  height: 35px;
}

.social-links-a.square-link li a:hover {
  background: #ffffff;
  color: #204066;
}

.social-links-nl li a {
  font-size: 18px;
  color: #7a7a7a;
  margin-right: 10px;
}

.ratings li i {
  font-size: 11px;
  color: #f0ad4e;
}

.ct-searchForm {
  display: table;
  z-index: 9999;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(22, 22, 63, 0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
}

.ct-searchForm.is-open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.ct-searchForm .inner {
  display: table-cell;
  vertical-align: middle;
}

.ct-searchForm .form-group {
  position: relative;
  margin-bottom: 0;
}

.ct-searchForm .form-control {
  background-color: transparent;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  border-bottom: 2px solid #fff;
  height: auto;
  padding: 15px 35px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control:-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control::-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control:-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ct-searchForm .ct-searchForm-close {
  margin-top: 25px;
  font-size: 25px;
  color: #fff;
  display: inline-block;
}

.ct-searchForm .ct-search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  border: 0 none;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ct-searchForm--default .form-group {
  position: relative;
  margin-bottom: 0;
}

.ct-searchForm--default .form-control {
  background-color: transparent;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  border-bottom: 2px solid #fff;
  height: auto;
  padding: 10px 35px 10px 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ct-searchForm--default .form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm--default .form-control:-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm--default .form-control::-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm--default .form-control:-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm--default .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ct-searchForm--default .ct-search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  border: 0 none;
  background-color: transparent;
  color: #e6e6e6;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ct-searchForm--default .ct-search-btn:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .ct-searchForm--default .form-control {
    padding: 15px 75px 15px 35px;
  }
  .ct-searchForm--default .ct-search-btn {
    right: 30px;
  }
}

@-webkit-keyframes pulse-white {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-white {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

.fsc-1 {
  font-size: 4.5rem !important;
}

.fsc-2 {
  font-size: 4rem !important;
}

.fsc-3 {
  font-size: 3.5rem !important;
}

.fsc-4 {
  font-size: 3rem !important;
}

.fsc-5 {
  font-size: 2.75rem !important;
}

.fsc-s-1 {
  font-size: 11px !important;
}

.fsc-s-2 {
  font-size: 12px !important;
}

.fsc-s-3 {
  font-size: 13px !important;
}

.fsc-s-4 {
  font-size: 14px !important;
}

.zindex-n1 {
  z-index: -1 !important;
}

.zindex-0 {
  z-index: 0 !important;
}

.zindex-1 {
  z-index: 1 !important;
}

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

.cl-blue {
  color: #204066 !important;
}

.cl-lblue {
  color: #1bbde4 !important;
}

.cl-green {
  color: #12b48b !important;
}

.cl-brown {
  color: #331209 !important;
}

.cl-brown2 {
  color: #a56337 !important;
}

.cl-lgreen {
  color: #61ce70 !important;
}

.cl-grey {
  color: #7a7a7a !important;
}

.cl-lgrey {
  color: #eaeaea !important;
}

.cl-lgrey2 {
  color: #adadad !important;
}

.bg-dblue {
  background: #fcb649 !important;
}

.bg-lblue {
  background: #1bbde4 !important;
}

.bg-lblue1 {
  background: #13ade5 !important;
}

.bg-green {
  background: #12b48b !important;
}

.bg-yellow {
  background: #fcb649 !important;
}

.bg-ftblue0 {
  background: #194f90 !important;
}

.bg-ftblue {
  background: #0b223d !important;
}

.bg-sfgrey {
  background: #fafafa !important;
}

.bg-sfgrey-2 {
  background: #fbfbfb !important;
}

.bg-sfgrey-3 {
  background: #f1f1f1 !important;
}

.bg-lgreen {
  background: #61ce70 !important;
}

.bg-footer-blue {
  background: #000 !important;
}ss

.bg-fb {
  background: #4267b2 !important;
}

.bg-twitter {
  background: #1da1f2 !important;
}

.bg-pin {
  background: #e60023 !important;
}

.bg-youtube {
  background: #ff0000 !important;
}

.bg-dribble {
  background: #ea4c89 !important;
}

.bg-linkedin {
  background: #0077b5 !important;
}

.bgc-dblue {
  background-color: #204066 !important;
}

.bgc-sfgrey-3 {
  background-color: #f1f1f1 !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 4rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 5rem !important;
}

.mt-11,
.my-11 {
  margin-top: 8rem !important;
}

.mt-n1 {
  margin-top: -1rem !important;
}

.mt-n2 {
  margin-top: -2rem !important;
}

.mt-n3 {
  margin-top: -3rem !important;
}

.mt-n4 {
  margin-top: -4rem !important;
}

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

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-n7 {
  margin-top: -7rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pt-7,
.my-7 {
  padding-top: 3.5rem !important;
}

.pt-8,
.my-8 {
  padding-top: 4rem !important;
}

.pt-9,
.my-9 {
  padding-top: 4.5rem !important;
}

.pt-10,
.my-10 {
  padding-top: 5rem !important;
}

.pt-14,
.my-14 {
  padding-top: 7rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pb-2a,
.py-2a{
  padding-bottom: 1rem !important;
  color:#190706;
font-size: 18px;

text-shadow:
  0 0 10px rgba(255,255,255,0.8),
  0 0 25px rgba(255,255,255,0.6);

}


.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pb-7,
.my-7 {
  padding-bottom: 3.5rem !important;
}

.pb-8,
.my-8 {
  padding-bottom: 4rem !important;
}

.pb-9,
.my-9 {
  padding-bottom: 4.5rem !important;
}

.pb-10,
.my-10 {
  padding-bottom: 5rem !important;
}

.pb-14,
.my-14 {
  padding-bottom: 7rem !important;
}

.pb-20,
.my-20 {
  padding-bottom: 10rem !important;
}

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

.pl-1 {
  padding-left: 0.5rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.pl-5 {
  padding-left: 2.5rem !important;
}

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

.pr-1 {
  padding-right: 0.5rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

.pr-3 {
  padding-right: 1.5rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.pr-5 {
  padding-right: 2.5rem !important;
}

@media (min-width: 991px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pr-lg-5 {
    padding-right: 2.5rem !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .border-lg-0 {
    border: none !important;
  }
}

@media (max-width: 991px) {
  .bg-md-white {
    background: #ffffff !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mt-xs-3 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-4 {
    margin-top: 2rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 2rem !important;
  }
  .flex-mxl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*Navbar*/
.navbar-default {
  background: #f5f5f5;
}

.navbar {
  border-bottom: 0;
  padding: 0;
}

.sidebar .navbar-nav {
  background: transparent;
  margin: 0;
}

.navbar.navbar-default {
  -webkit-transition: none;
  transition: none;
}

header #navbar {
  width: 100%;
  background: #f49b00;
}

.navbar-default a.navbar-brand {
  width: 60%;
}

.navbar-default .navbar-nav li,
.navbar-default .navbar-nav li.active {
  background: #f33807;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover {
  color: #ffffff;
  background: #f33807;
}

.navbar-nav li > ul > li:last-child > a {
  border-bottom: 0;
}

.navbar-nav li > ul > li ul > li:last-child > a {
  border-bottom: 0;
}

.social-links ul li {
  display: inline-block;
}

.social-links ul li a {
  color: #000000;
  display: inline-block;
  text-align: center;
  font-size: 18px;
}

.social-links ul li a:hover {
  color: #000000;
}

.main_header_area {
  position: absolute;
  background: transparent;
}

.main_header_area .header_menu {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
}

.main_header_area .header_menu.fixed-top {
  background: #ffffff;
}

.main_header_area .topbar-wrap {
  padding: 10px 0;
}

.main_header_area .topbar-wrap ul li {
  color: #000;
}

.main_header_area .topbar-wrap .t-address li {
  margin-right: 5px;
}

.main_header_area .topbar-wrap .t-address li i {
  padding-right: 10px;
}

.main_header_area .topbar-wrap .t-address li::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 3px;
  height: 90%;
  width: 1px;
  background: #dddddd2e;
}

.main_header_area .topbar-wrap .t-address li:last-child::after {
  display: none;
}

.main_header_area .topbar-wrap .t-social li a {
  color: #ffffff;
  padding: 8px;
}

.header_menu .navbar.navbar-default {
  border-radius: 0px;
  margin-bottom: 0px;
  background: #ffffff;
  border: none;
  width: 100%;
  padding: 10px 0;
}

.header_menu .navbar.navbar-default .navbar-collapse {
  text-align: right;
  padding: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  background: transparent;
  width: 100%;
  position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li {
  display: inline-block;
  margin-right: 0px;
  padding: 10px;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
  margin: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a {
  background: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.45px;
  line-height: inherit;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  border: none;
  padding: 10px 0;
  text-transform: capitalize;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
  font-size: 12px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
  position: absolute;
  right: 15px;
  top: 12px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:after {
  display: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:hover {
  color: #fcb649;
}

.header_menu .navbar.navbar-default .nav.navbar-nav > li > a:hover {
  border-bottom: 2px solid #000;
  color: #fcb649;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a,
.header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
  color: #fcb649;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
  position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
  display: block;
  float: none;
  margin-right: 0px;
  padding: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
  line-height: 2.7;
  color: #204066;
  font-size: 15px;
  padding: 0px 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  text-transform: capitalize;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
  color: #12b48b;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
  border-bottom: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li ul {
  overflow: visible;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
  margin-right: 0px;
}

.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li:hover > a,
.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li.active > a {
  color: #204066;
}

@media (min-width: 992px) {
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0px;
    min-width: 220px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px #cccccc57;
            box-shadow: 0 0 15px #cccccc57;
    text-align: left;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: 0;
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
    line-height: 2.7;
    color: #204066;
    font-size: 16px;
    padding: 0px 20px;
    letter-spacing: 0.3px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
    background: #12b48b;
    color: #ffffff;
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .header-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-default a.navbar-brand {
    width: 100%;
    margin-left: 30px;
  }
}

header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 22;
}

.logo a {
  font-size: 28px;
  color: #ffffff;
}

.logo a [class^="flaticon-"]:before {
  font-size: 28px;
  color: #ffffff;
}

nav.navbar.navbar-default .logo-white {
  display: block;
}

nav.navbar.navbar-default .logo-black {
  display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-white {
  display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-black {
  display: block;
}

.nav-btn {
  display: inline-block;
}

.navbar-sticky-in .nir-btn:hover {
  color: #12b48b;
}

.slicknav_btn {
  right: 20px !important;
}

.slicknav_btn.slicknav_open:before,
.slicknav_btn.slicknav_collapsed:before {
  font-size: 22px !important;
  color: #204066 !important;
  position: absolute;
  right: 22px;
  top: -10px;
}

.navbar-sticky-in .slicknav_btn.slicknav_open:before,
.navbar-sticky-in .slicknav_btn.slicknav_collapsed:before {
  color: #444 !important;
}

.slicknav_nav {
  top: 118px;
}

@media (max-width: 991px) {
  .social-links {
    display: none;
  }
  .main_header_area .navbar > .container {
    max-width: 100%;
    padding: 0;
  }
  .main_header_area .header_menu.fixed-top {
    position: relative;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/*          Breadcrumb  CSS        */
.breadcrumb-wrap {
  position: relative;
  display: block;
  padding: 80px 0px 10px 0px;
  margin-top: 8.5rem;
  background-image: url("../images/bghead.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 0;
}

.breadcrumb-wrap .breadcrumb-inner {
  position: relative;
    background-image: url("../images/bghead.jpg");
  text-align: center;
}

@media (max-width: 991px) {
  .breadcrumb-wrap {
    margin-top: 4.8rem;
    padding: 40px 40px;
	  background-image: url("../images/bghead.jpg");
  }
}

/*          Banner  CSS        */
.banner{
  position: relative;
  margin-top:135px;
  overflow:hidden;
  background-image:url("../images/banner-bg.jpg"); 
  background-size:cover;         
  background-position:center;   
  background-repeat:no-repeat;

  padding:100px 0 0px;
}


.banner .banner-content {
  position: relative;
}

.banner .banner-content .banner-image {
  position: relative;
  padding: 0 40px;
}

.banner .banner-content .banner-image img {
  position: relative;
  -webkit-animation: bgshape 4s infinite;
          animation: bgshape 4s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner .svg-image path {
  fill: #ffffff;
}

.banner-main {
  position: relative;
  padding-top: 135px;
  overflow: hidden;
}

.banner-main .h2-slider-list {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0;
  overflow: hidden;
  z-index: 0;
}

.banner-main .h2-slider-list .slide-contain {
  position: relative;
  color: #fff;
  width: 60%;
  margin: auto;
  text-align: center;
  font-size: 22px;
  z-index: 1;
}

@media (max-width: 991px) {
  .banner-main {
    padding-top: 77px;
  }
  .banner-main .h2-slider-list .slide-contain {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .browse-main .browse-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .banner-main .h2-slider-list {
    text-align: center;
  }
  .banner-main .h2-slider-list .slide-contain h1 {
    font-size: 38px;
  }
  .banner-main .h2-slider-list .slide-contain p {
    font-size: 18px;
  }
  .banner-main .h2-slider-list .slide-contain .btn {
    padding: 21px 21px 19px;
  }
  .banner h1 {
    font-size: 38px;
  }
}

.svg-img-rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes bgshape {
  0% {
    top: 0px;
  }
  25% {
    top: 10px;
  }
  50% {
    top: 30px;
  }
  75% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}

@keyframes bgshape {
  0% {
    top: 0px;
  }
  25% {
    top: 10px;
  }
  50% {
    top: 30px;
  }
  75% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}

@media (max-width: 1200px) {
  .banner {
    padding-bottom: 60px;
  }
  .banner::before {
    right: -200px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .main_header_area .topbar-wrap {
    display: none;
  }
  .banner {
    margin-top: 77px;
    overflow: hidden;
  }
  .banner:after {
    background-position: center;
  }
  .banner .banner-ct-wrap {
    padding: 0 0 30px;
    text-align: center;
  }
}

@media (max-width: 639px) {
  .banner .slider .swiper-container-vertical > .swiper-pagination-bullets {
    display: none;
  }
}

/*          About  CSS        */
.about-detail ul {
  margin: 15px 0;
}

.about-detail ul li {
  padding: 10px 0 10px 30px;
  border-bottom: 1px dashed #eee;
}

.about-detail ul li:last-child {
  border: none;
}

.about-detail ul li i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

@media (max-width: 480px) {
  .about-detail .w-50,
  .pricing-all .w-50 {
    width: 100% !important;
  }
}

.book-now {
  position: relative;
  z-index: 1;
}

/*          Process  CSS        */
.w-process .pcs-list {
  padding: 30px 20px;
}

.w-process .pcs-list i {
  color: #12b48b;
  font-size: 3rem;
  margin-bottom: 16px;
}

.w-process .pcs-list h3,
.w-process .pcs-list h4 {
  margin-bottom: 0.5rem;
}

.bg-map {
  background-image: url(../images/shape/testimonial.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.short-info {
  border-top: 2px dashed #eee;
}

.wprocess-1 {
  margin-top: -5rem;
  padding-top: 11rem;
  z-index: 0;
}

@media (max-width: 991px) {
  .w-process .pcs-list {
    margin-bottom: 25px;
    text-align: center;
  }
}

/*          Services  CSS        */
.service .service-list {
  padding: 30px;
}

.service .service-list i {
  font-size: 3rem;
  color: #12b48b;
}

@media (max-width: 991px) {
  .service .service-list {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

/*          Appointment  CSS        */
.appointment .appoint-wrap .sc-title-two h2,
.appointment .appoint-wrap .sc-title-two h4,
.appointment .appoint-wrap .sc-title-two h5,
.appointment .appoint-wrap .sc-title-two-white h2,
.appointment .appoint-wrap .sc-title-two-white h4,
.appointment .appoint-wrap .sc-title-two-white h5 {
  margin-bottom: 20px;
}

.appointment .checkup-img img {
  border: 4px solid #fff;
}

.appoint-info i {
  font-size: 3.5rem;
  color: #fff;
  border-radius: 50px;
  width: 95px;
  height: 95px;
  background: #12b48b;
  text-align: center;
  padding: 15px;
}

@media (max-width: 991px) {
  .appointment .appoint-wrap {
    margin-bottom: 0;
    text-align: center;
  }
  .appoint-form {
    padding: 1.5rem !important;
    margin-bottom: 1rem;
  }
  .appoint-detail {
    text-align: center;
  }
  .partners {
    text-align: center;
  }
}

/*          Team  CSS        */
.team .team-wrap .team-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.team .team-wrap .team-img .social-links-a {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.team .team-wrap:hover .team-img:before {
  opacity: 1;
}

.team .team-wrap:hover .social-links-a {
  top: 50%;
  opacity: 1;
}

@media (max-width: 991px) {
  .team .team-wrap {
    margin-bottom: 30px;
  }
}

/*          Experience  CSS        */
.experience .exp-detail .exp-list-wrap {
  position: relative;
}

.experience .exp-detail .exp-list-wrap .value-pin span {
  font-size: 44px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.experience .exp-detail .exp-list-wrap .value-pin span::after {
  content: "+";
  padding-left: 5px;
}

.experience .exp-detail .exp-list-wrap .value-pin p {
  font-size: 19px;
  line-height: 2.5;
}

.experience .exp-detail .exp-list-wrap::before, .experience .exp-detail .exp-list-wrap::after {
  content: "";
  position: absolute;
  background: #ffffff8c;
}

.experience .exp-detail .exp-list-wrap::before {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}

.experience .exp-detail .exp-list-wrap::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

@media (max-width: 991px) {
  .experience .exp-detail {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .experience .exp-detail .exp-list-wrap::before,
  .experience .exp-detail .exp-list-wrap::after {
    display: none;
  }
}

/*          Testimonial  CSS        */
.testimonials {
  background: url(../images/shape/testimonial.png) #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials .review-wrap {
  border-bottom: 3px solid #12b48b52;
}

.call-to.bg-green .btn {
  font-family: "Poppins", sans-serif;
}


@media (max-width: 991px) {
  .call-to {
    text-align: center;
  }
  .call-to .call-contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .call-to .call-to-mid {
    margin: 25px 0;
  }
  .blog-main .blog-wrap .article-list .article-content {
    padding: 60px 15px 30px;
  }
}

@media (max-width: 576px) {
  .article-list {
    margin-bottom: 1.5rem;
  }
  .call-to .call-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .call-to .call-contact .pl-3 {
    padding-left: 0 !important;
  }
  .call-to .text-center .btn-white-lb {
    margin-top: 20px;
  }
}

/*          Footer  CSS        */
.footer .footer-wrap {
  position: relative;
  padding: 100px 0;
}

.footer .footer-wrap .f-maincontent {
  padding: 30px 15px;
}

.footer .footer-wrap .ft-lists ul li a {
  color: #ffffff;
  line-height: 2.3;
}

.footer .footer-wrap .ft-lists .form-group input {
  height: 50px;
}

.footer .footer-wrap .ft-lists .btn:hover {
  background: #12b48b;
}

.footer .copyright-main {
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}

@media (max-width: 991px) {
  .footer .ft-lists {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .footer .footer-wrap .f-maincontent {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .footer .ft-lists {
    text-align: center;
  }
  .copyright-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

/* ================ Home 2  ==================== */
.case-table .case-t-wrap {
  padding: 50px 30px 50px 30px;
}

.case-table .case-t-wrap:hover .case-c1 {
  background: #12b48b;
  color: #ffffff;
}

.case-table .case-t-wrap:hover .case-c2 {
  background: #1bbde4;
  color: #ffffff;
}

.case-table .case-t-wrap:hover .case-c3 {
  background: #204066;
  color: #ffffff;
}

/*          Emergency  CSS        */
.emergency-call {
  position: relative;
  background-image: url(../images/inner/medical-nurse-worker-examining-a-medical-report-2021-04-03-23-54-24-utc.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.emergency-call::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #204066;
  opacity: 0.9;
  z-index: -1;
}

.emergency-call .sc-title-two-white::after {
  width: 10%;
  bottom: -30px;
  height: 2px;
}

/*          Services  CSS        */
.service-ss .service-aa {
  border-bottom: 2px solid #12b48b;
}

.service-ss .service-aa i {
  font-size: 3rem;
}

/*          Team 2  CSS        */
.team .team-wrap .team-name-ab {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  background: #fff;
  margin: 0 20px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.team .team-wrap:hover .team-name-ab {
  bottom: -25px;
}

/*          Pricing  CSS        */
.pricing-all .price-list-wrap .price-top i {
  font-size: 3rem;
}

.pricing-all .price-list-wrap .price-mid p {
  font-size: 3rem;
  color: #233653;
  font-weight: 700;
}

.pricing-all .price-list-wrap .price-mid p i {
  position: absolute;
  top: 10px;
  left: -20px;
}

.pricing-all .price-list-wrap .price-mid ul li {
  line-height: 2.5;
  display: list-item;
}

.pricing-all .price-list-wrap .price-mid ul li i {
  color: #979797;
  font-size: 10px;
  padding-right: 10px;
}

.pricing-all .price-list-wrap:hover p,
.pricing-all .price-list-wrap:hover h2 {
  color: #12b48b;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.pricing-all .price-list-wrap:hover .btn {
  background: #61ce70;
}

@media (max-width: 480px) {
  .pricing-all .row.pt-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sc-title-two h2.fsc-5 {
    font-size: 32px !important;
  }
}

@media (max-width: 991px) {
  .about-img-2 {
    margin-bottom: 1.5rem;
  }
  .service-ss .service-aa {
    margin-bottom: 1.5rem;
  }
}



/* ================ Inner Pages ==================== */
.how-it-works {
  background-image: url("../images/contactbg.jpg");
  background-repeat: no-repeat;
  background-attachment: initial;
  background-size: contain;
  background-position: 100% 50%;
  z-index: 0;
  padding:180px  0 0 0px;

}

@media (max-width: 991px) {
  .how-it-works {
    background-position: 100% 100%;
	  
  }
}

.sv-detail-content .accordion .accordion-header .accordion-button {
  color: #12b48b;
  background: #fff;
}

.sv-detail-content .accordion .accordion-header .accordion-button.collapsed {
  color: #204066;
}

.sv-detail-content .accordion .accordion-header .accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sv-detail-content .accordion .accordion-collapse {
  border-top: 1px solid #f1f1f1;
}

@media (max-width: 480px) {
  .sercvice-detail .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sercvice-detail .row .col-md-8 {
    margin-bottom: 2rem;
  }
  .sercvice-detail .sv-detail-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sercvice-detail .sv-detail-img img {
    width: 100% !important;
  }
}

.doc-profile .doctor-img img,
.doc-profile .doctor-img h3 {
  margin-bottom: 15px;
}

.doc-profile .doctor-details {
  min-height: 38.8rem;
}

.doc-profile .doctor-details .doc-detail-top h3,
.doc-profile .doctor-details .doc-detail-top h6,
.doc-profile .doctor-details .doc-detail-top ul {
  margin-bottom: 10px;
}

.doc-profile .doctor-details .doc-detail-mid i {
  font-size: 14px;
  color: #12b48b;
  padding-right: 5px;
}

.doc-detail-desc .doc-desc-wrap,
.doc-detail-desc .appoint-form {
  padding: 30px;
}

.progress-wrap .progress {
  height: 0.6rem;
  margin-bottom: 1.5rem;
  border-radius: 0;
}

.progress-wrap .progress .progress-bar {
  position: relative;
  text-align: right;
  padding-right: 15px;
  background-color: #12b48b;
}

@media (max-width: 991px) {
  .doctor-details .doc-detail-top {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .doc-detail-mid .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .doc-detail-mid .d-flex .w-25,
  .doc-detail-mid .d-flex .w-75 {
    width: 100% !important;
  }
}

.table-wrap .table tr th,
.table-wrap .table tr td {
  padding: 1.2rem;
  color: #7a7a7a;
}

.table-wrap tbody > tr:nth-of-type(even) {
  background: #fbfbfb;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.search-list {
  margin-top: 8.5rem;
}

.search-list-wp p {
  font-size: 14px;
}

.search-list-wp ul {
  padding: 10px 25px;
}

.search-list-wp ul li {
  font-size: 13px;
  color: #adadad;
}

.search-list-sh .search-again {
  padding: 80px 0;
}

.faq-pg .appoint-info h2,
.faq-pg .appoint-info h3 {
  margin-bottom: 5px;
}

.faq-pg .appoint-info::after {
  bottom: -15px;
}

.faq-pg .check-img-3 img {
  bottom: 0;
}

.error-mg {
  margin-top: 8.5rem;
  background-image: url("../images/shape/testimonial.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100% 50%;
  z-index: 0;
}

@media (max-width: 991px) {
  .search-list,
  .error-mg {
    margin-top: 4.8rem;
  }
}

@media (max-width: 480px) {
  .error-mg .search-again {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ========================================= */
/*          Comming Soon CSS        */
/* ======================================== */
.comming-soon {
  position: relative;
  padding: 120px 0;
  background-image: url(../images/lightbox/female-medical-worker-2021-04-03-03-56-15-utc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.comming-soon .comming__soon_text {
  height: 100vh;
  z-index: 1;
}

.comming-soon .comming__soon_text img {
  width: 25%;
}

.comming-soon .comming__soon_text p {
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
}

.comming-soon .comming__soon_text #countdown {
  color: #61ce70;
  font-size: 6rem;
}

.comming-soon .comming__soon_text #countdown span {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .comming-soon .comming__soon_text .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .comming-soon .comming__soon_text #countdown {
    font-size: 5rem;
  }
  .comming-soon .comming__soon_text img {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .comming-soon .comming__soon_text p {
    font-size: 14px;
  }
  .comming-soon .comming__soon_text #countdown {
    font-size: 3rem;
  }
}

.blog__details {
  top: -50px;
}

.blog__details .bg__author {
  position: relative;
  top: -2rem;
}

.blog__details .bg__author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

.bg__contents .author__datetime {
  padding: 15px 0;
  border-bottom: 1px dashed #f1f1f1;
  margin-bottom: 15px;
}

.bg__contents .author__datetime li {
  padding-right: 15px;
}

.bg__contents .author__datetime li i {
  color: #12b48b;
}

.bg__contents .bg__only_detail {
  line-height: 1.9em;
}

.bg__contents .bg__only_detail .accordion .accordion-item {
  border: 1px solid #f1f1f1;
}

.bg__contents .bg__only_detail .accordion .accordion-item .accordion-body {
  border-top: 1px solid #f1f1f1;
}

.bg__contents .bg__only_detail .accordion .accordion-item .accordion-body ol li a {
  color: #7a7a7a;
}

.bg__contents .bg__only_detail .accordion .accordion-item .accordion-body ol li a:hover {
  color: #61ce70;
}

.bg__contents .bg__only_detail .accordion .accordion-item .accordion-body ol li ol {
  padding-left: 15px;
  padding-top: 10px;
}

.bg__contents .blg__ct_form form input,
.bg__contents .blg__ct_form form textarea {
  border: 1px solid #333;
  border-radius: 4px;
}

.prev-next-page {
  background: #fff;
  padding: 15px;
  gap: 10px;
  border: 1px solid #f1f1f1;
}

.prev-next-page .prev-navlink-page,
.prev-next-page .next-navlink-page {
  position: relative;
}

.prev-next-page .prev-navlink-page i,
.prev-next-page .next-navlink-page i {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #12b48b;
}

.prev-next-page .prev-navlink-page .prevnext__nav p,
.prev-next-page .next-navlink-page .prevnext__nav p {
  font-size: 12px;
}

.prev-next-page .prev-navlink-page .prevnext__nav p,
.prev-next-page .prev-navlink-page .prevnext__nav h5,
.prev-next-page .next-navlink-page .prevnext__nav p,
.prev-next-page .next-navlink-page .prevnext__nav h5 {
  margin-bottom: 0;
}

.prev-next-page .prev-navlink-page {
  padding-left: 45px;
}

.prev-next-page .prev-navlink-page i {
  left: 0;
}

.prev-next-page .next-navlink-page {
  padding-right: 45px;
  text-align: right;
}

.prev-next-page .next-navlink-page i {
  right: 0;
}

@media (max-width: 480px) {
  .blg-user.w-25 {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .map-wrap {
    margin-bottom: 1.5rem;
  }
  .map-wrap iframe {
    width: 100%;
  }
}
/* =========================================
   ICON TOP MENU – BULLETPROOF (NO ::after)
   Hover color: #fcb649 (gold)
========================================= */

/* Kill template hover border that causes jump/shake */
.header_menu .navbar.navbar-default .nav.navbar-nav > li > a:hover{
  border-bottom: none !important;
}

/* Tight spacing between items */
.header_menu .navbar.navbar-default .nav.navbar-nav li{
  padding: 0 4px !important;
}

/* Link layout */
.custom-nav{
  display:flex !important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;

  padding:10px 12px !important;
  min-height:74px;                 /* stable height = no shake */
  position:relative;

  /* Underline using background (cannot disappear) */
  background-image: linear-gradient(#fcb649,#fcb649);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 0% 3px;
  transition: background-size .25s ease, color .25s ease;
}

/* ICON — force big + force color control */
.custom-nav .nav-icon{
  font-size:30px !important;
  line-height:1 !important;
  display:block;
  margin-bottom:4px;
  color:#111 !important;            /* base */
  transition: transform .25s ease, color .25s ease;
}

/* Desktop bigger */
@media (min-width:992px){
  .custom-nav .nav-icon{ font-size:40px !important; }
}

/* Text */
.custom-nav span{
  font-size:16px;
  font-weight:700;
  color:#111;
  transition: color .25s ease;
}

/* Hover: gold for BOTH text + icon + underline */
.custom-nav:hover{
  background-size: 100% 3px;        /* underline appears */
}

.custom-nav:hover span{
  color:#fcb649 !important;
}

.custom-nav:hover .nav-icon{
  color:#fcb649 !important;         /* FORCE icon change */
  transform: scale(1.08);
}

/* Active: gold + underline */
.navbar-nav .active .custom-nav,
.custom-nav.active{
  background-size: 100% 3px;
}

.navbar-nav .active .custom-nav span,
.custom-nav.active span{
  color:#fcb649 !important;
}

.navbar-nav .active .custom-nav .nav-icon,
.custom-nav.active .nav-icon{
  color:#fcb649 !important;
}
/* Topbar Social */

.follow-text{
  font-weight:600;
  font-size:14px;
  color:#000;
  margin-right:8px;
}

.t-social li a{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fcb649;
  color:#fff !important;
  transition:all .3s ease;
}

.t-social li a:hover{
  background:#111;
  transform:scale(1.1);
}

.t-social li a{
  background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888) !important;
  color:#fff !important;
}

.t-social li a:hover{
  transform:scale(1.1);
}

/* Remove tiny gap below banner wave */
.banner .svg-image{
  position:absolute;
  bottom:-1px;        /* pulls it 1px down to hide seam */
  left:0;
  width:100%;
  line-height:0;
}

.banner .svg-image svg{
  display:block;      /* removes inline whitespace gap */
  width:100%;
  height:120px;       /* keep your wave height */
}
/* Fix doctor image cut on mobile */
.banner {
  position: relative;
  overflow: hidden;
}

.banner-image-2 {
  position: relative;
  text-align: right;
}

.banner-image-2 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* MOBILE FIX */
@media (max-width: 991px) {

  .banner {
    padding-bottom: 0 !important;
  }

  .banner-image-2 {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .banner-image-2 img {
    position: relative;
    bottom: -20px;   /* push image slightly downward */
  }

}
/* ================================
   PEOPLE LOVE US SECTION
================================ */

.love-us-section{
  padding:70px 0;
  background: linear-gradient(135deg, rgba(252,182,73,.12), rgba(18,180,139,.10));
}

.love-container{
  width:min(1140px,92%);
  margin:0 auto;
}

.love-head{
  text-align:center;
  margin-bottom:30px;
}

.love-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.love-heart{
  color:#e53935;
  font-size:18px;
}

.love-badge-text{
  font-weight:900;
  color:#111;
}

.love-title{
  margin-top:14px;
  font-size:34px;
  font-weight:900;
  color:#111;
}

.love-rating-row{
  margin-top:10px;
}

.love-rating-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  transition:transform .2s ease;
}

.love-rating-link:hover{
  transform:scale(1.05);
}

.love-stars{
  color:#fcb649;
  font-weight:900;
  letter-spacing:2px;
  font-size:18px;
}

.love-rating-text{
  color:#111;
  font-weight:700;
  font-size:15px;
}

/* ===== Infinite Loop Slider ===== */

.rv-marquee{
  overflow:hidden;
  position:relative;
}

.rv-track{
  display:flex;
  width:max-content;
  gap:16px;
  animation:scrollLoop 75s linear infinite; /* SLOW */
}

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

.rv-group{
  display:flex;
  gap:16px;
}

.rv-card{
  flex:0 0 360px;
  background:#fff;
  border-radius:18px;
  padding:18px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 14px 40px rgba(0,0,0,.08);
}

.rv-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.rv-name{
  font-weight:900;
  color:#111;
}

.rv-stars{
  color:#fcb649;
  font-weight:900;
}

.rv-text{
  margin-top:10px;
  font-size:14px;
  line-height:1.7;
  color:#444;
}

@keyframes scrollLoop{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}

/* Responsive */
@media(max-width:992px){
  .love-title{ font-size:28px; }
  .rv-card{ flex-basis:320px; }
}

@media(max-width:520px){
  .rv-card{ flex-basis:86vw; }
  .rv-track{ animation-duration:95s; }
}
/* ================================
   HOME SERVICES – COLORFUL STYLE
================================ */

.home-services{
  padding:30px 0;




}

.hs-container{
  width:min(1140px,92%);
  margin:0 auto;
}

.hs-head{
  text-align:center;
  margin-bottom:28px;
}

.hs-title{
  font-size:34px;
  font-weight:900;
  color:#111;
  margin:0;
}

.hs-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
}

.hs-card{
  position: relative;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.09);
  border-radius:18px;
  padding:28px 22px;
  text-align:center;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(0,0,0,.06);
  transition: all .3s ease;
  overflow:hidden;
}

.hs-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    135deg,
    rgba(252,182,73,.18) 0%,
    rgba(252,182,73,.08) 40%,
    transparent 70%
  );
  opacity:0;
  transition: opacity .3s ease;
  pointer-events:none;
}

.hs-card:hover::before{
  opacity:1;
}

.hs-card:hover{
  transform: translateY(-6px);
  box-shadow:0 20px 50px rgba(0,0,0,.12);
}


/* Icon base */
.hs-icon{
  width:60px;
  height:60px;
  margin:0 auto 16px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  box-shadow:0 12px 30px rgba(0,0,0,.15);
  transition: transform .3s ease;
}

.hs-card:hover .hs-icon{
  transform: scale(1.08);
}

/* Different icon colors */
.hs-card:nth-child(1) .hs-icon{
  background:#fcb649;
  color:#111;
}

.hs-card:nth-child(2) .hs-icon{
  background:#12b48b;
  color:#fff;
}

.hs-card:nth-child(3) .hs-icon{
  background:#2a7de1;
  color:#fff;
}

.hs-card:nth-child(4) .hs-icon{
  background:#9b59b6;
  color:#fff;
}

.hs-card:nth-child(5) .hs-icon{
  background:#ff6b6b;
  color:#fff;
}

.hs-card:nth-child(6) .hs-icon{
  background:#111;
  color:#fcb649;
}

.hs-card h3{
  font-size:16px;
  font-weight:900;
  color:#111;
  margin:0;
}

/* CTA */
.hs-cta{
  text-align:center;
  margin-top:22px;
}

.hs-btn{
  display:inline-block;
  padding:12px 18px;
  border-radius:12px;
  background:#fcb649;
  color:#111;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(252,182,73,.25);
  transition: transform .2s ease, filter .2s ease;
}

.hs-btn:hover{
  transform: translateY(-2px);
  filter: brightness(.97);
  color:#fff;
}

/* Responsive */
@media(max-width:992px){
  .hs-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .hs-title{
    font-size:28px;
  }
}

@media(max-width:576px){
  .hs-grid{
    grid-template-columns: 1fr;
  }
}
.call-to-mid {
  font-size: 15px;
  line-height: 1.6;
  max-width: 420px;
  margin: 0 auto;
}
.call-to-center{
  background:#fcb649;
  padding:10px 0;
}

.cta-title{
  color:#ffffff;
  font-size:30px;
  font-weight:800;
  margin-bottom:8px;
  letter-spacing:.3px;
  text-shadow:
    0 2px 6px rgba(0,0,0,.25),
    0 0 12px rgba(255,255,255,.25);
}

.cta-sub{
  color:#ffffff;
  font-size:16px;
  font-weight:500;
  opacity:.95;
  text-shadow:
    0 1px 4px rgba(0,0,0,.25);
}


.cta-phone{
  display:flex;
  justify-content:center;
  margin-top:10px;
}

/* White pill box (this will pulse) */
.cta-pill{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:12px 18px;
  border-radius:999px;
  background:#ffffff;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  position:relative;
  animation:pillPulse 2.8s ease-out infinite;
}

/* Icon circle inside pill */
.pill-icon{
  width:46px;
  height:46px;
  border-radius:50%;
  background:#fcb649;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 46px;
}

.pill-icon i{
  color:#111;
  font-size:18px;
  transform:scaleX(1) !important;  /* prevent flip */
}

/* Number text */
.pill-text{
  color:#111;
  font-size:20px;
  font-weight:900;
  letter-spacing:.2px;
  line-height:1;
}

/* Subtle pulse on the whole pill */
@keyframes pillPulse{
  0%{
    box-shadow:0 12px 30px rgba(0,0,0,.18), 0 0 0 0 rgba(255,255,255,.55);
  }
  70%{
    box-shadow:0 12px 30px rgba(0,0,0,.18), 0 0 0 18px rgba(255,255,255,0);
  }
  100%{
    box-shadow:0 12px 30px rgba(0,0,0,.18), 0 0 0 0 rgba(255,255,255,0);
  }
}

/* Hover feel */
.cta-pill:hover{
  transform: translateY(-2px);
  transition: transform .2s ease;
}
.clinic-map-section{
  margin-top:20px;
}

.map-wrapper{
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.15);
  border:4px solid #ffffff;
}

.map-wrapper iframe{
  width:100%;
  height:400px;
  border:0;
}

/* Map link style */
.map-link{
  font-weight:600;
  color:#12b48b;
  text-decoration:none;
}

.map-link:hover{
  text-decoration:underline;
}
/* ===== Contact Cards Premium ===== */
.contact-cards { margin-top: 10px; }

.info-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px;
  box-shadow:0 18px 55px rgba(0,0,0,.08);
  overflow:hidden;
  position:relative;
  transition:transform .25s ease, box-shadow .25s ease;
}

.info-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 70px rgba(0,0,0,.12);
}

/* subtle premium corner glow */
.info-card::before{
  content:"";
  position:absolute;
  right:-60px;
  top:-60px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(252,182,73,.20);
  filter:blur(2px);
}

.info-card--location::before{
  background:rgba(18,180,139,.18);
}

.info-card-top{
  display:flex;
  gap:14px;
  align-items:center;
  padding:18px 18px 8px;
}

.info-card-top h3{
  margin:0;
  font-size:20px;
  font-weight:800;
  color:#111;
}

.info-card-top .muted{
  margin:4px 0 0;
  color:#6b7280;
  font-size:14px;
}

.info-icon{
  width:54px;
  height:54px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fcb649;
  color:#111;
  font-size:22px;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
  flex:0 0 54px;
}
.info-icon--red{ background:#ef4444; color:#fff; }

.info-card-body{ padding:12px 18px 18px; }

.info-line{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:10px 0;
  border-top:1px dashed rgba(0,0,0,.08);
}

.badge{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}
.badge-dark{ background:#111; color:#fff; }
.badge-gold{ background:#fcb649; color:#111; }

.info-line .text{ color:#111; font-size:14px; }

.address{
  color:#111;
  font-size:14px;
  line-height:1.6;
  padding-top:10px;
  border-top:1px dashed rgba(0,0,0,.08);
}

.info-actions{ margin-top:14px; }

.btn-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
  transition:transform .2s ease, filter .2s ease;
}
.btn-pill:hover{ transform:translateY(-2px); filter:brightness(.98); }

.btn-pill-dark{
  background:#111;
  color:#fff;
}

/* Map */
.map-wrapper{
  border-radius:18px;
  overflow:hidden;
  border:4px solid #fff;
  box-shadow:0 22px 70px rgba(0,0,0,.14);
}
.map-wrapper iframe{
  width:100%;
  height:420px;
  border:0;
}
/* ===== Enquiry Form ===== */
.enquiry-wrap{
  background:#fff;
  border-radius:18px;
  box-shadow:0 22px 70px rgba(0,0,0,.10);
  border:1px solid rgba(0,0,0,.06);
  padding:26px;
}

.enquiry-head h2{
  margin:0 0 6px;
  font-weight:900;
  color:#111;
}
.enquiry-head p{
  margin:0 0 18px;
  color:#6b7280;
}

.f-label{
  font-size:13px;
  font-weight:800;
  color:#111;
  margin-bottom:6px;
  display:block;
}

.f-input{
  width:100%;
  border:1px solid rgba(0,0,0,.10);
  border-radius:12px;
  padding:12px 12px;
  outline:none;
  transition:border .2s ease, box-shadow .2s ease;
  background:#fff;
}

.f-input:focus{
  border-color:#fcb649;
  box-shadow:0 0 0 4px rgba(252,182,73,.18);
}

.f-textarea{
  min-height:130px;
  resize:vertical;
}

.f-btn{
  background:#111;
  color:#fff;
  border:0;
  border-radius:12px;
  padding:12px 16px;
  font-weight:900;
  cursor:pointer;
  transition:transform .2s ease, filter .2s ease;
}
.f-btn:hover{ transform:translateY(-2px); filter:brightness(.98); }

.form-error{
  color:#ef4444;
  font-size:13px;
  margin-top:8px;
  font-weight:700;
}

/* ===== Modal Popup ===== */
.modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:16px;
}

.modal-backdrop.show{ display:flex; }

.modal-box{
  width:min(420px, 95%);
  background:#fff;
  border-radius:16px;
  padding:22px;
  text-align:center;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  border:1px solid rgba(0,0,0,.08);
}

.modal-icon{
  width:54px;
  height:54px;
  border-radius:50%;
  margin:0 auto 10px;
  background:#fcb649;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#111;
  font-size:22px;
}

.modal-box h3{ margin:10px 0 6px; color:#111; font-weight:900; }
.modal-box p{ margin:0 0 14px; color:#6b7280; }

.modal-btn{
  background:#111;
  color:#fff;
  border:0;
  border-radius:12px;
  padding:10px 16px;
  font-weight:900;
  cursor:pointer;
}
/* Location thumb inside card */
.loc-row{
  display:flex;
  gap:14px;
  align-items:flex-start;
  border-top:1px dashed rgba(0,0,0,.08);
  padding-top:12px;
  margin-top:6px;
}

.loc-thumb{
  width:110px;
  flex:0 0 110px;
  position:relative;
  cursor:pointer;
}

.loc-thumb img{
  width:100%;
  height:78px;
  object-fit:cover;
  border-radius:12px;
  border:2px solid #fff;
  box-shadow:0 10px 26px rgba(0,0,0,.15);
  transition:transform .2s ease, filter .2s ease;
}

.loc-thumb img:hover{
  transform:translateY(-2px);
  filter:brightness(.98);
}

.loc-thumb-cap{
  position:absolute;
  left:8px;
  bottom:8px;
  font-size:11px;
  font-weight:900;
  background:rgba(17,17,17,.80);
  color:#fff;
  padding:4px 8px;
  border-radius:999px;
}

/* ===== Popup ===== */
.clinic-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:16px;
}

.clinic-popup.show{ display:flex; }

.clinic-popup-box{
  width:min(920px, 96%);
  background:#fff;
  border-radius:18px;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  position:relative;
  overflow:hidden;
}

.clinic-popup-close{
  position:absolute;
  top:10px;
  right:12px;
  width:42px;
  height:42px;
  border-radius:50%;
  border:0;
  background:#111;
  color:#fff;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

.clinic-popup-content{
  display:grid;
  grid-template-columns: 1fr 1.4fr; /* big image on right */
  gap:0;
  align-items:stretch;
}

.clinic-popup-left{
  padding:22px;
  background: linear-gradient(to bottom, rgba(252,182,73,.15), rgba(255,255,255,0));
}

.clinic-popup-left h3{
  margin:0 0 6px;
  font-weight:900;
  color:#111;
}

.clinic-popup-right{
  background:#000;
}

.clinic-popup-right img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  display:block;
}

/* Mobile */
@media(max-width:768px){
  .clinic-popup-content{ grid-template-columns: 1fr; }
  .clinic-popup-right img{ min-height:260px; }
}
/* ===== Section ===== */
.clinic-glimpse{
  padding:70px 0;
  background:linear-gradient(to bottom,#f3f4f6 0%,#ffffff 100%);
}

.cg-title{
  font-size:34px;
  font-weight:900;
  margin-bottom:8px;
  color:#111;
}

.cg-subtitle{
  font-size:18px;
  font-weight:700;
  color:#12b48b;
}

.cg-text{
  font-size:15px;
  line-height:1.75;
  color:#444;
  margin-bottom:20px;
}

.cg-btn{
  display:inline-block;
  padding:12px 18px;
  background:#fcb649;
  color:#111;
  font-weight:900;
  border-radius:12px;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(252,182,73,.25);
  transition:all .2s ease;
}

.cg-btn:hover{
  transform:translateY(-2px);
}

/* ===== Gallery ===== */
.cg-gallery{
  background:#fff;
  padding:14px;
  border-radius:18px;
  box-shadow:0 22px 70px rgba(0,0,0,.12);
}

.cg-main{
  border-radius:14px;
  overflow:hidden;
  cursor:pointer;
}

.cg-main img{
  width:100%;
  height:380px;
  object-fit:cover;
  transition:opacity .2s ease;
}

.cg-thumbs{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
  margin-top:12px;
}

.cg-thumb{
  border:0;
  padding:0;
  border-radius:12px;
  overflow:hidden;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  transition:all .2s ease;
}

.cg-thumb img{
  width:100%;
  height:80px;
  object-fit:cover;
}

.cg-thumb:hover{
  transform:translateY(-2px);
}

.cg-thumb.active{
  box-shadow:0 0 0 3px rgba(252,182,73,.8);
}

/* ===== Popup ===== */
.glimpse-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.9);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.glimpse-popup.show{
  display:flex;
}

.glimpse-popup img{
  max-width:95%;
  max-height:90vh;
  border-radius:16px;
  box-shadow:0 40px 100px rgba(0,0,0,.6);
  animation:zoomIn .25s ease;
}

.glimpse-close{
  position:absolute;
  top:20px;
  right:30px;
  font-size:42px;
  color:#fff;
  cursor:pointer;
}

@keyframes zoomIn{
  from{transform:scale(.92);opacity:0;}
  to{transform:scale(1);opacity:1;}
}

/* Responsive */
@media(max-width:768px){
  .cg-main img{height:260px;}
  .cg-thumbs{grid-template-columns:repeat(3,1fr);}
}

.cg-points{
  list-style:none;
  padding:0;
  margin:14px 0 18px;
}

.cg-points li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#333;
  font-size:14.5px;
  line-height:1.55;
  margin-bottom:10px;
}

.cg-points li i{
  color:#12b48b;
  margin-top:3px;
  font-size:16px;
  flex:0 0 auto;
}

.cg-areas{
  margin:10px 0 18px;
  padding:14px 14px;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(18,180,139,.08), rgba(252,182,73,.10));
  border:1px solid rgba(0,0,0,.06);
}

.cg-areas-title{
  font-weight:900;
  color:#111;
  margin-bottom:10px;
  font-size:14px;
}

.cg-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.cg-chip{
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  font-size:13px;
  font-weight:700;
  color:#222;
}
.sp-section{
  padding: 10px 0;
  color: #fff;
}

.sp-head{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 34px;
}

.sp-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(252,182,73,.14);
  color: #111;
  font-weight: 700;
  letter-spacing: .3px;
  font-size: 13px;
}

.sp-title{
  margin: 14px 0 10px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.15;
  color: #0d0d0d;
  font-weight: 800;
  text-shadow: 0 10px 30px rgba(0,0,0,.08);
  position: relative;
  display: inline-block;
}

.sp-title::after{
  content:"";
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 84px;
  height: 4px;
  border-radius: 99px;
  background: #fcb649;
  box-shadow: 0 10px 25px rgba(252,182,73,.35);
}

.sp-sub{
  margin: 18px auto 0;
  font-size: 16px;
  line-height: 1.65;
  color: #4b4b4b;
  max-width: 760px;
}

.sp-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

@media (max-width: 992px){
  .sp-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 576px){
  .sp-grid{ grid-template-columns: 1fr; }
}

.sp-card{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sp-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    135deg,
    rgba(252,182,73,.20) 0%,
    rgba(18,180,139,.12) 45%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.sp-card::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-60%;
  width: 60%;
  height: 200%;
  transform: rotate(25deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.sp-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
  border-color: rgba(252,182,73,.45);
}

.sp-card:hover::before{ opacity: 1; }
.sp-card:hover::after{ opacity: 1; }

.sp-img{
  position: relative;
  height: 200px;
  overflow: hidden;
}

.sp-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .35s ease;
  display:block;
}

.sp-card:hover .sp-img img{
  transform: scale(1.08);
}

.sp-pill{
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .3px;
  backdrop-filter: blur(6px);
}

.sp-body{
  padding: 16px 18px 20px;
  text-align: center;
}

.sp-body h3{
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  color: #111;
}

.sp-body p{
  margin: 0;
  color: #555;
  line-height: 1.6;
  font-size: 14.5px;
}
