@charset "UTF-8";
/*------------------------------------------------------------------//
  Normalize:
//------------------------------------------------------------------*/
ul,
ul li {
  margin: 0;
  padding: 0;
}

a,
a:active,
a:hover,
input,
textarea {
  outline: none;
}

pre,
textarea {
  overflow: auto;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  outline: none;
}

ul li {
  list-style-type: none;
}

img {
  border: none;
}

textarea {
  resize: none;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a {
  outline: none;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

input::-ms-clear {
  display: none;
}

* {
  outline: none !important;
}

/*------------------------------------------------------------------//
  Theme Options:
//------------------------------------------------------------------*/
/** Mobile Contact **/
.mContact {
  /* display: none; */
  text-align: center;
  position: fixed;
  bottom: -3px;
  width: 100%;
  padding: 3px 0px;
  z-index: 99999999;
  border: none !important;
  /* border-top-left-radius: 51px; */
  /* border-top-right-radius: 30px; */
}

.mContact .col-md-6 {
  width: 50% !important;
  float: left;
  /* border-radius: 30px; */
  padding: 0 !important;
}

.mContact .col-md-6 a {
  padding: 10px;
  font-size: 14px;
  display: block;
}

.mContact .col-md-6 span {
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  top: 1px;
}

.mContact .wp {
  background: #55cd6c;
  background: #58D164;
  background: -webkit-gradient(linear, left top, left bottom, from(#58D164), to(#2CB842));
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
}

.mContact .tl {
  background: -webkit-gradient(linear, left top, left bottom, from(#e94079), to(#bf1d53));
  background: linear-gradient(to bottom, #e94079, #bf1d53);
  background: -webkit-gradient(linear, left top, left bottom, from(#00488e), to(#021930));
  background: linear-gradient(to bottom, #00488e, #021930);
  background: -webkit-gradient(linear, left top, left bottom, from(#00488e), to(#0a3f74));
  background: linear-gradient(to bottom, #00488e, #0a3f74);
}

.mContact img {
  width: 30px;
}

/* --- Mobile Menu --- */
/* --- Mobile Menu --- */
.mobile-menus {
  position: fixed;
  left: -300px;
  top: 0;
  left: -200% !important;
  width: 80%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999999999999;
  height: 100%;
  border-left: 0 !important;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* justify-content: space-between; */
  overflow-y: auto !important;
  background: -webkit-gradient(linear, left top, right top, from(#256399), to(#083256));
  background: linear-gradient(90deg, #256399 0%, #083256 100%);
}

.mobile-menu-list ul {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* margin-bottom: 30px; */
}

.mobile-menu-list ul li a {
  color: #ffffff !important;
  border: none;
  font-size: 15px;
  border-bottom: 1px solid rgba(210, 210, 210, 0.1294117647);
  line-height: 35px !important;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: inherit;
  padding: 10px 0%;
  font-weight: 600;
  display: block;
  /* letter-spacing: 0.5px; */
}

.mobile-social {
  margin-top: 30px;
}

.mobile-menu-list ul li a i {
  margin-right: 10px;
}

.mobile-menu-list ul li ul {
  background: none !important;
}

.mobile-menu-list ul li ul li a {
  position: relative;
  padding-left: 10px !important;
  padding: 3px 0%;
}

.mobile-menu-list ul li ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 46px;
  width: 40px;
  height: 46px;
  display: block;
  color: #ffffff;
  opacity: 0;
}

.mobile-menu-list ul li ul li ul li a {
  position: relative;
  padding-left: 15px !important;
}

.mobile-menu-list ul li ul li ul li a:before {
  left: 22px;
}

.mobile-menu-list ul li ul {
  max-height: 0 !important;
  overflow: hidden;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.mobile-menu-list ul li.acik > ul {
  max-height: 500px !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.mobile-menu-list ul li.menu-item-has-children a {
  position: relative;
  overflow: hidden;
}

.mobile-menu-list ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  width: 46px;
  font-weight: bold;
  content: "\f107";
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu-list ul li.menu-item-has-children.acik > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu-listul li a:hover {
  /* background-color: #dcdcdc; */
  /* color: #000 !important; */
  /* -webkit-transition: all .5s; */
  -o-transition: all 0.5s;
  /* transition: all .5s; */
}

.mobile-menu-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar {
  width: 1px;
  background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar-thumb {
  background-color: #3b559e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-menus.mobile-menus-active {
  left: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* overflow-y: auto; */
}

html.mobile-menus-active {
  overflow: hidden;
}

nav.mobile-menu-list {
  padding-top: 95px;
}

body {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0%;
}

body.mobile-menus-active {
  /* left: 65%; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuClose {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 999999999999;
  top: 0;
  background: rgba(32, 32, 32, 0.6705882353);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(42, 42, 66, 0.3490196078);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.menuClose.mobile-menus-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuClose,
.mobile-menus {
  z-index: 999999999999;
  top: 0;
}

.mobil-menu-btn {
  position: relative;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  background: #888888;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  width: 24px;
  height: 2px;
}

.mobil-menu-btn:before {
  content: "";
  position: absolute;
  right: 0;
  width: 27px;
  bottom: 7px;
  height: 2px;
  background: #888888;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu-list ul li a img {
  width: 30px;
  margin-right: 5px;
}

.mobil-menu-btn:after {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  top: 7px;
  height: 2px;
  background: #888888;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-hamburger-menu {
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 36px;
}

.mobil-menu-logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 140px;
}

.mobil-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 90%;
}

.mobil-menu-close {
  color: rgba(255, 255, 255, 0.6588235294);
  font-size: 30px;
}

.mobil-menu-buttons a {
  font-weight: 500;
  width: 90%;
  font-size: 16px;
  background-color: #ffffff;
  /* border-radius: 20px 20px 20px 20px; */
  color: #426c87;
  padding: 15px 4px;
  display: block;
  text-align: center;
  opacity: inherit !important;
  margin-top: 14px;
}

.mobil-menu-buttons {
  /* display: flex; */
}

.mobil-menu-buttons-one a {
  font-family: "Nunito", Sans-serif;
  font-weight: 500;
  width: 90%;
  font-size: 16px;
  background-color: #0091ac;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  padding: 15px 4px;
  display: block;
  text-align: center;
  opacity: inherit !important;
  margin-top: 21px;
  border: 1px solid;
}

.mobil-menu-buttons-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-social a:last-child {
  margin-right: 0px;
}

.mobile-social a {
  width: 45px;
  height: 45px;
  font-size: 21px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background: #fff; */
  border-radius: 100%;
  color: #ffffff;
  margin-right: 6px;
  border: 1px solid;
}

.header-menu-btn {
  width: 3rem;
  height: 1.5625rem;
  position: relative;
  cursor: pointer;
}

.header-menu-btn .menu {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  color: #fff;
}

.header-menu-btn .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
  transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  -webkit-transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
}

.header-menu-btn .line-center {
  top: 50%;
  margin-top: -1.5px;
}

.header-menu-btn .line-top {
  top: 0;
}

.header-menu-btn .line-bottom {
  bottom: 0;
}

/** Mobile Menu (END) **/
/* Transition || Geçiş */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
/** Whatsapp Fixed **/
.whatsappFixed {
  position: fixed;
  top: 50%;
  z-index: 999999;
  background: rgba(29, 177, 84, 0.9607843137);
  color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.whatsappFixed a {
  color: #fff;
  font-size: 40px;
}

@-webkit-keyframes pulseVideo {
  0% {
    -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-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulseVideo {
  0% {
    -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-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/** Whatsapp Fixed **/
/** Font Family **/
@media (min-width: 1400px) {
  .c-container {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
body {
  letter-spacing: 0.7px;
  font-family: "Merriweather", serif;
}

.header {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.header-bottom {
    background: linear-gradient(180deg, #103b69 0%, rgba(0, 0, 0, 0) 100%);
}
.header-top {
  background: #104074;
}
.header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
}
.header-top-social {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  color: #104074;
  font-size: 18px;
  margin-right: 15px;
}
.header-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
.header-menu ul li {
  display: inline-block;
  position: relative;
  padding: 18px 4px;
}
.header-menu ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  padding-left: 18px;
  font-weight: 400;
  font-style: normal;
}
.header-menu ul li a:after {
  position: absolute;
  content: "|";
  color: rgba(255, 255, 255, 0.2196078431);
  top: 0;
  margin-left: 15px;
  font-size: 17px;
}
.header-menu ul li:last-child a:after {
  display: none;
}
.header-menu ul li ul li a:after {
  display: none;
}

.header-menu ul li ul {
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  background: #ffff;
  border-radius: 6px;
  /* border: 3px solid #0091ac; */
  padding: 8px 11px;
  white-space: nowrap;
  transition: all 0.5s ease;
  box-shadow: -20px 50px 70px #0814201a;
  z-index: 99999;
  top: 48px;
}

.header-menu ul li ul:after {
  content: "";
  background-color: #FFF;
  border-radius: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: -1;
}

.header-menu ul li ul li {
  margin: 0;
  float: none;
  /* margin-bottom: 5px; */
  display: block;
  padding: 0;
}

.header-menu ul li ul li ul li {
  margin-left: 5px;
}

.header-menu ul li ul li a {
  border-radius: 20px;
  display: block;
  padding: 0;
  white-space: nowrap;
  font-size: 15px;
  line-height: 34px;
  padding: 0 15px;
  font-weight: 500;
  opacity: inherit;
  display: block;
  font-weight: 500;
  color: black;
}

.header-menu ul li ul li ul {
  top: -10px;
  left: 125%;
  transition: all, .5s;
  padding: 10px;
  padding-left: 15px;
}

.header-menu ul li ul li ul:after {
  left: 10px;
}

.header-menu ul li ul li a:hover {
  background-color: #155092;
  color: #fff;
}

.header-menu ul li:hover>ul {
  opacity: 1;
  pointer-events: auto;
  transition: all, .5s;
}

.header-menu ul li ul:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  /* transform: translateX(-50%); */
  border-radius: 20px;
  background: #ffffff;
  width: 50px;
  height: 5px;
  position: absolute;
  left: 50%;
}

.header-menu ul li ul li ul:before {
  left: 8px;
  top: 10px;
  width: 5px;
  height: 50px;
  border-radius: 20px 0 0 20px;
}

.header-menu ul li ul li:hover ul {
  top: -10px;
  left: 100%;
  transform: translateX(0);
  transition: all, .5s;
}
.header-button a {
  display: block;
  background: #fff;
  color: #155092;
  font-size: 16px;
  border-radius: 6px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
}
.header-button a:hover {
  background: rgba(21, 80, 146, 0.9019607843);
  color: #fff;
}
.header-button a .text {
  display: block;
  font-weight: 600;
  margin-right: 4px;
}
.header .language.dropdown {
  position: relative;
  display: block;
  z-index: 99;
  width: 130px;
}
.header .language.dropdown .drop-btn {
  width: 100%;
  padding: 10px 9px;
  outline: none;
  position: relative;
  font-size: 15px !important;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  border-radius: 20px;
  font-weight: 500;
  font-style: normal;
}
.header .language.dropdown .drop-btn img {
  width: 30px;
  margin-right: 8px;
  pointer-events: none;
}
.header .language.dropdown .drop-btn:after {
  content: "›";
  position: absolute;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 23px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #000;
}
.header .language.dropdown .dropdown-content {
  position: absolute;
  border-radius: 5px;
  top: 90px;
  left: 0;
  right: 1px;
  outline: none;
  background-color: #ffffff;
  text-align: left;
  opacity: 0;
  font-size: 13px;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  border: 1px solid rgba(191, 191, 191, 0.231372549);
  border-radius: 20px;
}
.header .language.dropdown .dropdown-content a {
  opacity: initial;
  display: block;
  padding: 10px 11px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  /* transition: .3s; */
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 20px;
}
.header .header-tig .language.dropdown .dropdown-content a > img {
  width: 30px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-right: 5px;
}
.header .language.dropdown .dropdown-content a:hover {
  background-color: #155092;
  color: #fff;
  /* left: 0; */
  /* color: #0091ac; */
}
.header .language.dropdown .dropdown-content a:hover:after {
  content: "✔";
  display: none;
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.header .language.dropdown .dropdown-content.open {
  display: block;
  height: auto;
  top: 111%;
  -webkit-box-shadow: -20px 50px 70px rgba(8, 20, 32, 0.1019607843);
          box-shadow: -20px 50px 70px rgba(8, 20, 32, 0.1019607843);
  opacity: 1;
  background-color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
  pointer-events: auto;
  white-space: nowrap;
  width: 140px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px;
}
.header .language .dropdown-content.open a > img.img-flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .language.dropdown .dropdown-content a > img {
  width: 30px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-right: 5px;
}

.slider-text {
    position: absolute;
    bottom: -30px;
    right: 1%;
    cursor: pointer;
    z-index: 99;
    background: #ebff00;
    padding: 15px 15px;
    color: #000000;
    border-radius: 24px;
    font-size: 19px;
    transform: scale(1);
    animation: pulse 2s infinite;
    font-weight: 900;
    line-height: 1.2;
}

.anesthesie-text {
  position: absolute;
  bottom: -28px;
  right: 1%;
  cursor: pointer;
  z-index: 99;
  background: #ebff00;
  padding: 15px 15px;
  color: #000000;
  border-radius: 24px;
  font-size: 19px;
  transform: scale(1);
  animation: pulse 2s infinite;
  font-weight: 900;
  line-height: 1.2;
}

.anesthesia-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 600px !important;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
.anesthesia-gallery a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
.anesthesia-gallery a:hover {
  opacity: initial;
}
.anesthesia-gallery .large-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.anesthesia-gallery .large-image img {border-radius:25px;}
.anesthesia-gallery .large-image .play-button {
  position: absolute;
  /* bottom: 54px; */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.anesthesia-gallery .large-image .butons-btn {
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 80px;
  border-radius: 50%;
  border: 8px solid #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 38px;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  -webkit-animation: pulseVideo 2s infinite;
          animation: pulseVideo 2s infinite;
}
.anesthesia-gallery .small-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 0;
}
.anesthesia-gallery .small-image {
  position: relative;
  margin: 5px;
}
.anesthesia-gallery .small-image img {
  border-radius: 15px;
  border: 5px solid white;
}
.anesthesia-gallery .small-image:first-child {
  margin-bottom: 10px;
}

.slider {
  position: relative;
  background: url("../images/sliders.jpg") #104074 no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 225px;
  padding-bottom: 65px;
}
.slider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(1deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-content h1 {
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  color: #104074;
  margin-bottom: 11px;
}
.slider-content .trst {
  width: 180px;
  height: 30px;
  margin-bottom: 30px;
}
.silder-content{
  background: #1550921a;
}
.slider-content p {
  color: #333333;
  line-height: 31px;
  margin-bottom: 22px;
  /* width: 626px; */
  font-size: 22px;
  font-weight: 900;
}
.slider-content a {
  display: block;
  background: #fff;
  color: #155092;
  font-size: 16px;
  border-radius: 6px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
}
.slider-content a:hover {
  opacity: initial;
}
.slider-content a i {
  margin-left: 10px;
}
.slider-content a:hover {
  background: rgba(21, 80, 146, 0.9019607843);
  color: #fff;
}
.slider-content a .text {
  display: block;
  font-weight: 600;
  margin-right: 4px;
}
.slider-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 600px !important;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
.slider-gallery a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
.slider-gallery a:hover {
  opacity: initial;
}
.slider-gallery .large-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.slider-gallery .large-image img {border-radius:25px;}
.slider-gallery .large-image .play-button {
  position: absolute;
  /* bottom: 54px; */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.slider-gallery .large-image .butons-btn {
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 80px;
  border-radius: 50%;
  border: 8px solid #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 38px;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  -webkit-animation: pulseVideo 2s infinite;
          animation: pulseVideo 2s infinite;
}
.slider-gallery .small-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 0;
}
.slider-gallery .small-image {
  position: relative;
  margin: 5px;
}
.slider-gallery .small-image img {
  border-radius: 15px;
  border: 5px solid white;
}
.slider-gallery .small-image:first-child {
  margin-bottom: 10px;
}
.slider-form {
  position: relative;
  background: #ffffffa3;
  /* -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4); */
  /* box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4); */
  border-radius: 6px;
  /* height: 220px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 600px;
}
.slider-form .send {
  opacity: 0;
}
.slider-form .title {
  text-align: center;
  color: #155092;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 29px;
  margin-top: 33px;
}
.slider-form .title .text {
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-align: center;
}
.slider-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 25px;
}
.slider-form-inner input[type=text] {
  background: url(../images/user.png) #ffff no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0px 40px;
}
.slider-form-inner input[type=tel] {
  background: #ffff no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0px 40px;
}
.slider-form-inner input[type=email] {
  background: url(../images/email.png) #ffffff no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000000;
  font-size: 14px;
  padding: 0px 40px;
}
.slider-form-inner .item {
margin-bottom:15px;
}
.slider-form-inner .age {
  background: url(../images/age.png) #F1F5F9 no-repeat !important;
}
.slider-form-inner label {
  display: block;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  display: none;
}
.slider-form-inner textarea {
  background: url(../images/user.png) #ffff no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 100px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 20px 40px;
  overflow: hidden;
}
.slider-form-inner input[type=submit] {
  background: #155092;
  border: 0;
  border-radius: 6px;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.home-service {
  position: relative;
  overflow-x: clip;
  margin-bottom: 72px;
}
.home-service-head {
  padding: 50px 0;
  text-align: center;
}
.home-service-title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.home-service-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5490196078);
  margin: 0 auto;
  width: 750px;
  line-height: 1.4;
}
.home-service:before {
  content: "";
  position: absolute;
  bottom: -3%;
  /* left: -80%; */
  width: 100%;
  height: 100%;
  background: rgba(21, 80, 146, 0.1019607843);
  z-index: -1;
  -webkit-transform: skew(-50deg, 380deg);
  transform: skew(111deg, 23deg);
}
.home-service-bottom {
  margin-top: 200px;
}
.home-service-bottom .items {
  margin-bottom: 250px;
}
.home-service-bottom .items:nth-child(2) {
  margin-top: 100px;
}
.home-service-bottom .items:nth-child(3) {
  margin-bottom: 0;
  margin-top: -78px;
}
.home-service-bottom .items:last-child {
  margin-bottom: 0;
}
.home-service-bottom .content {
  position: relative;
  background: #2B2B2B;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0)), linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: 0 24px 32px rgba(0, 0, 0, 0.04), 0 16px 24px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 24px 32px rgba(0, 0, 0, 0.04), 0 16px 24px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  background: #fff;
}
.home-service-bottom .item {
  background: #fff;
  text-align: center;
  width: 650px;
  margin: 0 auto;
  -webkit-box-shadow: 10px 10px 40px rgba(21, 80, 146, 0.0588235294);
          box-shadow: 10px 10px 40px rgba(21, 80, 146, 0.0588235294);
  border-radius: 25px;
  -webkit-box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
  background: #155092;
}
.home-service-bottom .item article {
  padding: 20px 50px;
}
.home-service-bottom .item .img {
  text-align: center;
}
.home-service-bottom .item .img img {
  margin-top: -200px;
  border: 10px solid #ffffff;
  border-radius: 100%;
  -webkit-box-shadow: 10px 10px 40px rgba(21, 80, 146, 0.0588235294);
          box-shadow: 10px 10px 40px rgba(21, 80, 146, 0.0588235294);
}
.home-service-bottom .item a.title {
  display: block;
  padding-top: 20px;
  color: #155092;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
}
.home-service-bottom .item p {
  color: rgba(0, 0, 0, 0.5490196078);
  font-size: 16px;
  line-height: 1.43;
  margin-bottom: 10px;
}
.home-service-bottom .item .buttons {
  display: block;
  text-align: center;
}
.home-service-bottom .item .buttons a {
  position: relative;
  padding: 30px 0;
  display: block;
  color: #fff;
  font-size: 20px;
}
.home-about {
  padding: 90px 0;
}
.home-about .title {
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-about .text {
  font-weight: 800;
  font-style: normal;
  color: #155092;
  margin-bottom: 20px;
}
.home-about p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5490196078);
  line-height: 26px;
  margin-bottom: 20px;
}
.home-about-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-about-bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #15509217;
  margin-right: 10px;
  min-width: 370px;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
}
.home-about-bottom .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 3px 3px 20px rgba(21, 80, 146, 0.6);
          box-shadow: 3px 3px 20px rgba(21, 80, 146, 0.6);
  background: #fff;
  border-radius: 100%;
  max-width: 85px;
  max-height: 85px;
}
.home-about-bottom .item .icon img {
  width: 80px;
  height: 85px;
}
.home-about-bottom .item .desc {
  padding-left: 20px;
  font-size: 15px;
  color: #155092;
  line-height: 1.4;
  font-weight: 700;
}
.home-before-after-slider .slick-list {
  padding: 100px 0;
  margin-top: -100px;
}
.home-before-after-slider .item {
  padding: 0 30px;
}
.home-before-after-slider .itemss {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2509803922); */
  /* box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2509803922); */
  margin: 0 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-before-after-slider .itemss .img {
  position: relative;
}
.home-before-after-slider .itemss .img .after img {
  width: 200px;
}
.home-before-after-slider .itemss .img .before {
  position: absolute;
  bottom: 0px;
  /* left: -60px; */
}
.home-before-after-slider .itemss .img .before img {
  border: 5px solid #fff;
  border-radius: 25px;
}
.home-before-after-slider .itemss .text {
  margin-top: 5px;
  padding-left: 25px;
}
.home-before-after-slider .itemss .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.home-before-after-slider .itemss .items .title {
  font-size: 15px;
  margin-bottom: 5px;
  color: #155092;
  margin-bottom: 10px;
}
.home-before-after-slider .itemss .items .desc {
  font-weight: 800;
  font-style: normal;
}
.home-before-after .item {
  padding: 0 30px;
}
.home-before-afters {
  padding-top: 50px;
}
.home-before-afters .item {
  margin-bottom: 30px;
}
.home-before-after .itemss {
  background: #eaeff566;
  border-radius: 6px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2509803922); */
  /* box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2509803922); */
  margin: 0 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-before-after .itemss .img {
  position: relative;
  min-width: 228px;
}
.home-before-afters .itemss .img .after img {
  /* width: 200px; */
}
.home-before-after .itemss .img .before {
  position: absolute;
  bottom: -60px;
  right: -144px;
}
.home-before-after .itemss .img .before img {
  border: 5px solid #fff;
  border-radius: 25px;
}
.home-before-after .itemss .text {
  margin-top: 5px;
  padding-left: 25px;
  min-height: 290px;
}
.home-before-after .itemss .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* margin-bottom: 20px; */
}
.home-before-after .itemss .items .title {
  font-size: 15px;
  margin-bottom: 5px;
  color: #155092;
  margin-bottom: 11px;
  font-weight: 700;
  text-align: right;
  margin-top: 15px;
}
.home-before-after .itemss .items .desc {
  font-weight: 500;
  font-style: normal;
  max-height: 301px;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 15px;
  font-style: italic;
}
.home-stories {
  background: #F1F5F9;
  padding: 50px 0;
}
.home-stories-head {
  padding: 50px 0;
  text-align: center;
}
.home-stories-title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.home-stories-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5490196078);
  margin: 0 auto;
  width: 750px;
  line-height: 1.4;
}
.home-stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 2fr));
  grid-gap: 10px;
}
.home-stories-grid .item a {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.home-stories-grid .item a:hover {
  opacity: initial;
}
.home-stories-grid .item .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.home-stories-grid .item .butons-btn {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  border: 8px solid #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  -webkit-animation: pulseVideo 2s infinite;
          animation: pulseVideo 2s infinite;
}
.home-stories-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-stories-bottom a {
  display: block;
  background: rgba(21, 80, 146, 0.9019607843);
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
}
.home-stories-bottom a:hover {
  opacity: initial;
}
.home-stories-bottom a i {
  margin-left: 10px;
}
.home-stories-bottom a:hover {
  background: #fff;
  color: rgba(21, 80, 146, 0.9019607843);
}
.home-stories-bottom .text {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #155092;
}
.home-cons {
  background: url("../images/slider.png") #104074 no-repeat center center;
  height: 780px;
  padding-top: 6px;
  /* margin-bottom: 300px; */
}
.home-cons .buttons:hover {
  opacity: initial;
}
.home-cons .desc {
  padding-top: 20px;
}
.home-cons .desc .text {
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 30px;
}
.home-cons .desc p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 32px;
  margin-bottom: 20px;
}
.home-cons .desc .button {
  display: block;
  background: #fff;
  color: #155092;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #155092;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin-top: 50px;
}
.home-cons .desc .button:hover {
  opacity: initial;
}
.home-cons .desc .button i {
  margin-left: 10px;
}
.home-cons .desc .button:hover {
  background: rgba(21, 80, 146, 0.9019607843);
  color: #fff;
}
.home-cons .desc .button .texts {
  display: block;
  font-weight: 600;
  margin-right: 4px;
}
.home-anesthesia {
  background: url("../images/slider.png") #104074 no-repeat center center;
  height: 820px;
  padding-top: 6px;
  /* margin-bottom: 300px; */
}
.home-anesthesia .buttons:hover {
  opacity: initial;
}
.home-anesthesia .desc {
  padding-top: 20px;
}
.home-anesthesia .desc .text {
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 30px;
}
.home-anesthesia .desc p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 32px;
  margin-bottom: 20px;
}
.home-anesthesia .desc .button {
  display: block;
  background: #fff;
  color: #155092;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #155092;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin-top: 50px;
}
.home-anesthesia .desc .button:hover {
  opacity: initial;
}
.home-anesthesia .desc .button i {
  margin-left: 10px;
}
.home-anesthesia .desc .button:hover {
  background: rgba(21, 80, 146, 0.9019607843);
  color: #fff;
}
.home-anesthesia .desc .button .texts {
  display: block;
  font-weight: 600;
  margin-right: 4px;
}
.anesthesie-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 600px !important;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
.anesthesie-gallery a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
.anesthesie-gallery a:hover {
  opacity: initial;
}
.anesthesie-gallery .large-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.anesthesie-gallery .large-image img {border-radius:25px;}
.anesthesie-gallery .large-image .play-button {
  position: absolute;
  /* bottom: 54px; */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.anesthesie-gallery .large-image .butons-btn {
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 80px;
  border-radius: 50%;
  border: 8px solid #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 38px;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  -webkit-animation: pulseVideo 2s infinite;
          animation: pulseVideo 2s infinite;
}
.anesthesie-gallery .small-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 0;
}
.anesthesie-gallery .small-image {
  position: relative;
  margin: 5px;
}
.anesthesie-gallery .small-image img {
  border-radius: 15px;
  border: 5px solid white;
}
.anesthesie-gallery .small-image:first-child {
  margin-bottom: 10px;
}
.home-team {
  background: url(../images/TeamBg.png) #F1F5F9;
  background-size: cover;
  padding: 100px 0;
}
.home-team .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-team .img {
  border-radius: 25px;
}
.home-team .img img {
  border-radius: 25px;
}
.home-team .title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.home-team p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
  color: #000;
}
.home-team .button {
  display: block;
  background: rgba(21, 80, 146, 0.9019607843);
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #155092;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin-bottom: 30px;
}
.home-team .button:hover {
  opacity: initial;
}
.home-team .button i {
  margin-left: 10px;
}
.home-team .button:hover {
  background: rgba(21, 80, 146, 0.9019607843);
  color: #fff;
}
.home-team .button .texts {
  display: block;
  font-weight: 600;
  margin-right: 4px;
}
.home-team .teamflag {
  width: 70%;
}
.home-comments {
  padding: 80px 0;
}
.home-comments-head {
  padding: 50px 0;
  text-align: center;
}
.home-comments-title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.home-comments-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5490196078);
  margin: 0 auto;
  width: 750px;
  line-height: 1.4;
}
.home-comments-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-comments-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 254px;
  width: 100%;
  height: 85px;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 40px;
  overflow: hidden;
  padding: 5px 20px 5px 5px;
  margin: 0 19px;
}
.home-comments-card:last-child {
  margin-right: 40px;
}
.home-comments-card-score {
  border-radius: 100%;
  background: #155092;
  color: #ffffff;
  min-width: 70px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
.home-comments-card img {
  width: 145px;
  height: auto;
}
.home-comments-slider .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.home-comments-slider .head .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-right: 20px;
  background: #F1F5F9;
}
.home-comments-slider .head .img img {
  width: 90px;
  border-radius: 100%;
}
.home-comments-slider .head .text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.home-comments-slider .head .star i {
  color: #155092;
}
.home-comments-slider .items {
  margin: 0 20px;
  padding: 43px 15px;
}
.home-comments-slider .desc {
  background: #F1F5F9;
  -webkit-box-shadow: 10px 10px 40px rgba(21, 80, 146, 0.0588235294);
          box-shadow: 10px 10px 40px rgba(21, 80, 146, 0.0588235294);
  border-radius: 25px;
  padding: 40px;
}
.home-comments-slider p {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.home-comments .button {
  display: block;
  background: #155092;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #155092;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin: 0 auto;
}
.home-comments .button:hover {
  opacity: initial;
}
.home-comments .button i {
  margin-left: 10px;
}
.home-comments .button:hover {
  background: #fff;
  color: #155092;
}
.home-comments .button .texts {
  display: block;
  font-weight: 600;
  margin-right: 4px;
}
.home-advantage {
  background: #F1F5F9;
  padding: 50px 0;
}
.home-advantage-head {
  padding: 50px 0;
  text-align: center;
}
.home-advantage-title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.home-advantage-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5490196078);
  margin: 0 auto;
  width: 1000px;
  line-height: 1.4;
}
.home-advantage-content .item {
  text-align: center;
  margin-bottom: 40px;
  background: rgba(21, 80, 146, 0.1490196078);
  padding: 70px 30px;
  border-radius: 25px;
}
.home-advantage-content .item .icon {
  background: #f1f5f9;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.home-advantage-content .item .icon img {
  width: 65px;
  height: 65px;
}
.home-advantage-content .item .title {
  font-weight: 700;
  font-style: normal;
  color: #155092;
  font-size: 20px;
  margin-bottom: 20px;
}
.home-advantage-content .item .desc {
  font-weight: 400;
  font-style: normal;
  color: #155092;
  line-height: 1.5;
}
.home-advantage .button {
  display: block;
  background: #155092;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #155092;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.home-advantage .button:hover {
  opacity: initial;
}
.home-advantage .button i {
  margin-left: 10px;
}
.home-advantage .button:hover {
  background: #fff;
  color: #155092;
}
.home-advantage .button .texts {
  display: block;
  font-weight: 600;
  margin-right: 4px;
}
.home-intro {
  background: url(../images/introbg.png) #155092;
}
.home-intro-head {
  padding-top: 50px;
  text-align: center;
}
.home-intro-title {
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.home-intro-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5294117647);
  margin: 0 auto;
  width: 1000px;
  line-height: 1.4;
}
.home-intro-content img {
  -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2509803922);
}
.home-intro-content a {
  position: relative;
  padding: 35px 0;
  display: block;
}
.home-intro-content a:hover {
  opacity: initial;
}
.home-intro-content a .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.home-intro-content a .butons-btn {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  border: 8px solid #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  -webkit-animation: pulseVideo 2s infinite;
          animation: pulseVideo 2s infinite;
}
.home-reviews {
  padding: 50px 0;
}
.home-reviews-head {
  padding: 50px 0;
  text-align: center;
}
.home-reviews-title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.home-reviews-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5490196078);
  margin: 0 auto;
  width: 1000px;
  line-height: 1.4;
}
.home-reviews-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F5F9;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin: 0 15px;
}
.home-reviews-slider .item .text {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  padding: 15px;
}
.home-reviews-slider .item .text .title {
  font-weight: 700;
  font-style: normal;
  color: #155092;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 30px;
}
.home-reviews-slider .item .text .desc {
  color: rgba(0, 0, 0, 0.5490196078);
  line-height: 1.3;
  margin-bottom: 30px;
}
.home-reviews-slider .item .text a.more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 700;
  font-style: normal;
}
.home-reviews-slider .item .text a.more .icon {
  background: #155092;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}
.home-reviews .button {
  display: block;
  color: #155092;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #155092;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin: 30px auto;
}
.home-reviews .button:hover {
  opacity: initial;
}
.home-reviews .button i {
  margin-left: 10px;
}
.home-reviews .button:hover {
  background: #fff;
  color: #155092;
}
.home-reviews .button .texts {
  display: block;
  font-weight: 600;
  margin-right: 4px;
}
.home-blog {
  padding: 30px 0;
  background: #F1F5F9;
}
.home-blog-head {
  padding: 50px 0;
  text-align: center;
}
.home-blog-title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.home-blog-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5490196078);
  margin: 0 auto;
  width: 1000px;
  line-height: 1.4;
}
.home-blog-content {
  padding-bottom: 50px;
}
.home-blog-content .item {
  background: #ffffff;
  padding: 15px;
}
.home-blog-content .item a.title {
  font-weight: 700;
  font-style: normal;
  color: #155092;
  font-size: 18px;
  padding: 15px 0;
  display: block;
}
.home-blog-content .item p {
  color: rgba(0, 0, 0, 0.5490196078);
  line-height: 1.4;
  font-size: 15px;
}
.home-blog-content .item a.more {
  font-weight: 700;
  font-style: normal;
  color: #155092;
  font-size: 17px;
  padding: 15px 0;
  display: block;
}
.home-faq {
  background: #155092;
}
.home-faq-head {
  padding: 50px 0;
  text-align: center;
}
.home-faq-title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
  color: #fff;
}
.home-faq-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5294117647);
  margin: 0 auto;
  width: 1000px;
  line-height: 1.4;
}
.home-faq-content .faq {
  width: 100%;
  margin-bottom: 150px;
}
.home-faq-content .faqitem {
  margin-bottom: 15px;
}
.home-faq-content .faqitem .faq-header {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 6px;
}
.home-faq-content .jquery-accordion-active .faq-header {
  background: #ffffff;
}
.home-faq-content .jquery-accordion-active .faq-title {
  color: #000 !important;
  font-style: normal;
  font-weight: 700;
}
.home-faq-content .jquery-accordion-active i {
  color: #000 !important;
  font-style: normal;
  font-weight: 700;
}
.home-faq-content .faqitem .faq-header .faq-title {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}
.home-faq-content .faqitem .faq-header i {
  color: #ffffff;
}
.home-faq-content .faqitem .faq-header .fa.fa-minus {
  display: none;
  color: #ffffff;
}
.home-faq-content .faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #ffffff;
}
.home-faq-content .faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #ffffff;
}
.home-faq-content .faqitem .content {
  padding: 7px 0px 20px 15px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: none;
  background: rgba(255, 255, 255, 0.1215686275);
  margin-bottom: 15px;
  border-radius: 6px;
}



.home-clinic {
  background: #155092;
  padding: 15px 0 45px 0;
}
.home-clinic-head {
  padding: 50px 0;
  text-align: center;
}
.home-clinic-title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
  color: #fff;
}
.home-clinic-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5294117647);
  margin: 0 auto;
  line-height: 1.4;
}
.home-clinic-content .clinic {
  width: 100%;
  margin-bottom: 15px;
}
.home-clinic-content .clinicitem {
  margin-bottom: 15px;
}
.home-clinic-content .clinicitem .clinic-header {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ffffff;
  border-radius: 6px;
}
.home-clinic-content .jquery-accordion-active .clinic-header {
  background: #ffffff;
}
.home-clinic-content .jquery-accordion-active .clinic-title {
  color: #000 !important;
  font-style: normal;
  font-weight: 700;
}
.home-clinic-content .jquery-accordion-active i {
  color: #000 !important;
  font-style: normal;
  font-weight: 700;
}
.home-clinic-content .clinicitem .clinic-header .clinic-title {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
}
.home-clinic-content .clinicitem .clinic-header i {
  color: #ffffff;
}
.home-clinic-content .clinicitem .clinic-header .fa.fa-minus {
  display: none;
  color: #ffffff;
}
.home-clinic-content .clinicitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #ffffff;
}
.home-clinic-content .clinicitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #ffffff;
}
.home-clinic-content .clinicitem .content {
  padding: 7px 0px 20px 15px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: none;
  background: rgba(255, 255, 255, 0.1215686275);
  margin-bottom: 15px;
  border-radius: 6px;
}



.footer-top {
  padding: 70px 0;
}
.footer-social {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #104074;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
}
.footer-logo {
  margin-bottom: 25px;
}
.footer-desc {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: rgba(31, 36, 40, 0.7607843137);
}
.footer .title {
  font-weight: 700;
  font-size: 17px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
.footer-menu {
  padding: 15px;
}
.footer-menu ul li {
  display: block;
}
.footer-menu ul li a {
  display: block;
  color: rgba(31, 36, 40, 0.7607843137);
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  line-height: 1.4;
}
.footer .bd {
  border-right: 1px solid rgba(0, 0, 0, 0.5490196078);
}
.footer-contact {
  padding: 15px;
  color: rgba(31, 36, 40, 0.7607843137);
}
.footer-contact .title-in {
  font-weight: 700;
  font-size: 17px;
  font-style: normal;
  text-transform: uppercase;
  padding: 20px 0;
  color: #000;
}
.footer-contact a {
  display: block;
  color: rgba(31, 36, 40, 0.7607843137);
  font-weight: 400;
  font-style: normal;
}
.footer-contact .address {
  line-height: 1.4;
}
.footer-bottom {
  padding: 20px 0;
  background: #F1F5F9;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-bottom .left {
  color: rgba(31, 36, 40, 0.7607843137);
}
.footer-bottom .left a {
  color: rgba(31, 36, 40, 0.7607843137);
}

.single-header {
  position: relative;
}

.single-headers {
  position: relative;
  background: url(../images/slider.png) #165192 no-repeat center center;
}
.single-head {
  padding: 50px 0 25px 0;
}
.single-head .breadcrumbs a {
  color: rgba(255, 255, 255, 0.3764705882);
  text-decoration: underline;
}
.single-head .breadcrumbs span {
  color: rgba(255, 255, 255, 0.3764705882);
}
.single-head-title {
  padding: 15px 0;
}
.single-head-title h1 {
  text-transform: uppercase;
  color: #fff;
}
.single-content ul {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 15px;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
  line-height: 1.7;
}
.single-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 13px;
}
.single-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #00030e;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.single-content a {
  color: #000;
}
.single-content p {
  letter-spacing: 0.025em;
  margin-bottom: 30px;
  line-height: 1.7;
  font-size: 16px;
}
.single-content h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
.single-content h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.single-content h4 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 25px;
}
.single-content-img {
  padding: 30px 0;
  margin: 0 30px;
  text-align: center;
}
.single-content-img img {
  border-radius: 6px;
  text-align: center;
}
.single-contact {
  margin-top: 55px;
  padding: 80px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#155092), to(#082f5a));
  background-image: linear-gradient(180deg, #155092 0%, #082f5a 100%);
}
.single-contact-left {
  text-align: center;
}
.single-contact-left .title {
  font-size: 25px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}
.single-contact-left .desc {
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 25px;
}
.single-contact-left .button {
  display: block;
  background: #fff;
  color: #155092;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #155092;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin: 0 auto;
  font-weight: 600;
}
.single-contact-left .button:hover {
  opacity: initial;
}
.single-contact-left .button i {
  margin-left: 10px;
}
.single-contact-left .button:hover {
  background: #fff;
  color: #155092;
}
.single-contact-left .button .texts {
  display: block;
  font-weight: 600;
  margin-right: 4px;
}
.single-contact-form {
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
.single-contact-form .send {
  opacity: 0;
}
.single-contact-form .title {
  text-align: center;
  color: #155092;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 29px;
}
.single-contact-form .title .text {
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-align: center;
}
.single-contact-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
}
.single-contact-form-inner .item {
  margin-bottom: 20px;
}
.single-contact-form-inner input[type=text] {
  background: url(../images/user.png) #F1F5F9 no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 11px;
  padding: 0px 40px;
}
.single-contact-form-inner input[type=tel] {
  background: #F1F5F9 no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 11px;
  padding: 0px 40px;
}
.single-contact-form-inner input[type=email] {
  background: url(../images/email.png) #F1F5F9 no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 11px;
  padding: 0px 40px;
}
.single-contact-form-inner .age {
  background: url(../images/age.png) #F1F5F9 no-repeat !important;
}
.single-contact-form-inner label {
  display: block;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
.single-contact-form-inner textarea {
  background: url(../images/user.png) #F1F5F9 no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 100px;
  width: 100%;
  color: #000;
  font-size: 11px;
  padding: 20px 40px;
  overflow: hidden;
}
.single-contact-form-inner input[type=submit] {
  background: #155092;
  border: 0;
  border-radius: 6px;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 18px;
  color: #fff;
}
.single-before-after {
  position: relative;
  background: url("../images/slider.png") no-repeat center center;
}
.single-before-after-head {
  padding: 50px 0;
  text-align: center;
}
.single-before-after-title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.single-before-after-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5490196078);
  margin: 0 auto;
  width: 750px;
  line-height: 1.4;
}
.single-before-after-slider .slick-list {
  padding: 100px 0;
  margin-top: -100px;
}
.single-before-after-slider .item {
  padding: 0 30px;
}
.single-before-after-slider .itemss {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2509803922); */
  /* box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2509803922); */
  margin: 0 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-before-after-slider .itemss .img {
  position: relative;
}
.single-before-after-slider .itemss .img .after img {
  width: 200px;
}
.single-before-after-slider .itemss .img .before {
  position: absolute;
  bottom: 0px;
  /* left: -60px; */
}
.single-before-after-slider .itemss .img .before img {
  border: 5px solid #fff;
  border-radius: 25px;
}
.single-before-after-slider .itemss .text {
  margin-top: 5px;
  padding-left: 25px;
}
.single-before-after-slider .itemss .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.single-before-after-slider .itemss .items .title {
  font-size: 15px;
  margin-bottom: 5px;
  color: #155092;
  margin-bottom: 10px;
}
.single-before-after-slider .itemss .items .desc {
  font-weight: 800;
  font-style: normal;
}
.single-before-after .item {
  padding: 0 30px;
}
.single-before-afters {
  padding-top: 50px;
}
.single-before-afters .item {
  margin-bottom: 30px;
}
.single-before-after .itemss {
  background: #eaeff566;
  border-radius: 6px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2509803922); */
  /* box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2509803922); */
  margin: 0 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-before-after .itemss .img {
  position: relative;
  min-width: 228px;
}
.single-before-afters .itemss .img .after img {
  /* width: 200px; */
}
.single-before-after .itemss .img .before {
  position: absolute;
  bottom: -60px;
  right: -144px;
}
.single-before-after .itemss .img .before img {
  border: 5px solid #fff;
  border-radius: 25px;
}
.single-before-after .itemss .text {
  margin-top: 5px;
  padding-left: 25px;
  min-height: 290px;
}
.single-before-after .itemss .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* margin-bottom: 20px; */
}
.single-before-after .itemss .items .title {
  font-size: 15px;
  margin-bottom: 5px;
  color: #155092;
  margin-bottom: 11px;
  font-weight: 700;
  text-align: right;
  margin-top: 15px;
}
.single-before-after .itemss .items .desc {
  font-weight: 500;
  font-style: normal;
  max-height: 301px;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 15px;
  font-style: italic;
}
.single-reviews {
  padding: 50px 0;
}
.single-reviews-head {
  padding: 50px 0;
  text-align: center;
}
.single-reviews-title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.single-reviews-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5490196078);
  margin: 0 auto;
  width: 1000px;
  line-height: 1.4;
}
.single-reviews-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F5F9;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin: 0 15px;
}
.single-reviews-slider .item .text {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  padding: 15px;
}
.single-reviews-slider .item .text .title {
  font-weight: 700;
  font-style: normal;
  color: #155092;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 30px;
}
.single-reviews-slider .item .text .desc {
  color: rgba(0, 0, 0, 0.5490196078);
  line-height: 1.3;
  margin-bottom: 30px;
}
.single-reviews-slider .item .text a.more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 700;
  font-style: normal;
}
.single-reviews-slider .item .text a.more .icon {
  background: #155092;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}
.single-reviews .button {
  display: block;
  color: #155092;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #155092;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin: 30px auto;
}
.single-reviews .button:hover {
  opacity: initial;
}
.single-reviews .button i {
  margin-left: 10px;
}
.single-reviews .button:hover {
  background: #fff;
  color: #155092;
}
.single-reviews .button .texts {
  display: block;
  font-weight: 600;
  margin-right: 4px;
}
.single-article-slider {
  padding: 30px 0;
  background: #F1F5F9;
}
.single-article-slider-head {
  padding: 50px 0;
  text-align: center;
}
.single-article-slider-title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.single-article-slider-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5490196078);
  margin: 0 auto;
  width: 1000px;
  line-height: 1.4;
}
.single-article-slider-content {
  padding-bottom: 50px;
}
.single-article-slider-content .item {
  background: #ffffff;
  padding: 15px;
  margin: 0 15px;
}
.single-article-slider-content .item a.title {
  font-weight: 700;
  font-style: normal;
  color: #155092;
  font-size: 18px;
  padding: 15px 0;
  display: block;
}
.single-article-slider-content .item p {
  color: rgba(0, 0, 0, 0.5490196078);
  line-height: 1.4;
  font-size: 15px;
}
.single-article-slider-content .item a.more {
  font-weight: 700;
  font-style: normal;
  color: #155092;
  font-size: 17px;
  padding: 15px 0;
  display: block;
}
.single-team .item {
  background: #F1F5F9;
  padding: 15px;
  margin-bottom: 30px;
}
.single-team .item .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
}
.single-team .item img {
  width: 100%;
  margin-bottom: 15px;
}
.single-team .item .desc {
  font-size: 15px;
  color: #155092;
}
.single-article-blog {
  padding: 30px 0;
  background: #F1F5F9;
}
.single-article-blog-head {
  padding: 50px 0;
  text-align: center;
}
.single-article-blog-title {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.single-article-blog-desc {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5490196078);
  margin: 0 auto;
  width: 1000px;
  line-height: 1.4;
}
.single-article-blog-content {
  padding-bottom: 50px;
}
.single-article-blog-content .item {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 25px;
}
.single-article-blog-content .item a.title {
  font-weight: 700;
  font-style: normal;
  color: #155092;
  font-size: 18px;
  padding: 15px 0;
  display: block;
}
.single-article-blog-content .item p {
  color: rgba(0, 0, 0, 0.5490196078);
  line-height: 1.4;
  font-size: 15px;
}
.single-article-blog-content .item a.more {
  font-weight: 700;
  font-style: normal;
  color: #155092;
  font-size: 17px;
  padding: 15px 0;
  display: block;
}
.single-review {
  padding: 50px 0;
}
.single-review .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F5F9;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-bottom: 25px;
}
.single-review .item .text {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  padding: 15px;
}
.single-review .item .text .title {
  font-weight: 700;
  font-style: normal;
  color: #155092;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 30px;
}
.single-review .item .text .desc {
  color: rgba(0, 0, 0, 0.5490196078);
  line-height: 1.3;
  margin-bottom: 30px;
}
.single-review .item .text a.more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 700;
  font-style: normal;
}
.single-review .item .text a.more .icon {
  background: #155092;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}
.single-page-contact {
  padding: 35px 0;
}
.single-page-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
}
.single-page-contact-form .send {
  opacity: 0;
}
.single-page-contact-form .title {
  text-align: center;
  color: #155092;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 29px;
}
.single-page-contact-form .title .text {
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-align: center;
}
.single-page-contact-form .item {
  margin-bottom: 20px;
}
.single-page-contact-form input[type=text] {
  background: url(../images/user.png) #F1F5F9 no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 11px;
  padding: 0px 40px;
}
.single-page-contact-form input[type=tel] {
  background: #F1F5F9 no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 11px;
  padding: 0px 40px;
}
.single-page-contact-form input[type=email] {
  background: url(../images/email.png) #F1F5F9 no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 11px;
  padding: 0px 40px;
}
.single-page-contact-form .age {
  background: url(../images/age.png) #F1F5F9 no-repeat !important;
}
.single-page-contact-form label {
  display: block;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
.single-page-contact-form textarea {
  background: url(../images/user.png) #F1F5F9 no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 100px;
  width: 100%;
  color: #000;
  font-size: 11px;
  padding: 20px 40px;
  overflow: hidden;
}
.single-page-contact-form input[type=submit] {
  background: #155092;
  border: 0;
  border-radius: 6px;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 18px;
  color: #fff;
}
.single-page-contact-left .title {
  color: #155092;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 10px;
}
.single-page-contact-left .desc {
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-page-contact-left .item {
  background: #155092;
  width: 300px;
  height: 150px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin-bottom: 25px;
}
.single-page-contact-left .item .text {
  color: rgba(255, 255, 255, 0.3764705882);
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 20px;
  width: 230px;
  line-height: 1.3;
}
.single-page-contact-left .item a {
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}

.single-content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

/* Style table headers and table data */
.single-content th, td {
  text-align: center;
  padding: 16px;
}

.single-content th:first-child, td:first-child {
  text-align: left;
}

/* Zebra-striped table rows */
.single-content tr:nth-child(even) {
  background-color: #f2f2f2
}

.single-packages {
  /* background: #003F6B; */
}
.single-packages-head {
  padding: 50px 0;
  text-align: center;
}
.single-packages-head .title {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.single-packages-head .desc {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.single-packages .item {
  border-radius: 20px;
  /* background: #003F6B; */
  padding-bottom: 27px;
  height: auto;
}
.single-packages .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 5px;
  background: #104074;
  color: white;
  border-radius: 16px;
  height: 97px;
  /* background-size: cover; */
  text-align: center;
  margin-bottom: 15px;
}
.single-packages .item .head .photo img {
  margin-right: 20px;
  /* width: 70px; */
  padding: 10px 10px;
}
.single-packages .item .head .text {
  font-size: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.single-packages .item .head .text-two {
  font-size: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  display: block;
}
.single-packages .item .content ul li {
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #70798B;
  padding: 1px 12px;
  color: #000;
  font-weight: 400;
  line-height: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid rgb(0 0 0 / 2%);
}
.single-packages .item .content ul li span {
  font-size: 13px;
  margin-right: 10px;
  color: #fff;
  background-color: #104074;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-packages .item .content ul li:last-child {
  border: 0;
  padding-bottom: 15px;
  background: none !important;
}
.single-packages .item .content ul li:nth-child(2n) {
  /* background: transparent -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(9%, rgba(255, 255, 255, 0.0392156863)), color-stop(48%, rgba(255, 255, 255, 0.1607843137)), color-stop(93%, rgba(255, 255, 255, 0.0392156863)), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box; */
  /* background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0392156863) 9%, rgba(255, 255, 255, 0.1607843137) 48%, rgba(255, 255, 255, 0.0392156863) 93%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box; */
}
.single-packages-bottom {
  padding-bottom: 50px;
}
.single-packages-bottom-inner {
  background: #003F6B;
  padding: 25px;
  border-radius: 16px;
  background: url(../images/form-bg.jpg);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 57, 96, 0.5490196078);
          box-shadow: 0px 0px 40px rgba(0, 57, 96, 0.5490196078);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.single-packages-bottom-inner:before {
  background: rgba(0, 57, 96, 0.8117647059);
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 0;
  left: 0;
  border-radius: 16px;
}
.single-packages-bottom-inner .text {
  position: relative;
  z-index: 99;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
}
.single-packages-bottom-inner .text-two {
  z-index: 99;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
.single-packages-bottom-inner .text-three {
  position: relative;
  z-index: 99;
  color: #fff;
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}
.single-packages-bottom-inner .desc {
  position: relative;
  z-index: 99;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.single-packages-bottom-inner a.more {
  position: relative;
  z-index: 99;
  display: block;
  background: #fff;
  color: #003F6B;
  font-size: 16px;
  border-radius: 12px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  -webkit-box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-packages-bottom-inner a.more .texts {
  font-weight: 600;
  margin-right: 6px;
}
.single-packages-bottom-inner a.more i {
  margin-left: 5px;
}
.single-packages-bottom-inner a.more:hover {
  background: #0091AC;
  color: #fff;
  opacity: inherit;
}
.single-packages .item p {
  display: none;
}

.single-packages .item .content ul li:before {
  display: none !important;
}

.single-packages .item .content ul {
  padding-left: 0 !important;
}



@keyframes pulse {
  0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgb(255 255 255 / 70%);
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}


@keyframes marquee {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(-50%);
  }
}

.slider-clinic img {
  border-radius: 25px;
  margin-bottom: 15px;
  display: none;
}

.slider-content {
    padding: 15px;
}

.marquee .marquee_inner {
  width: fit-content;
  display: flex;
  align-items: center;
  position: relative;
  animation: marquee 15s linear infinite;
}

.marquesina{
  overflow: hidden;
}

.marquee .marquee_inner span {
  color: #104074;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  padding: 0 10px;
  font-weight: 600;
  font-style: normal;
  border-right: 1px solid #10407438;
}

.marquee {
  height: 60px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
}

.marquee .marquee_inner .icono{
  border-right: 0;
}


.marquee .marquee_inner .icono img {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.home-before-after-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 39px;
  background-color: #155092;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.home-before-after-slider .slick-next {
  right: 20px;
}
.home-before-after-slider .slick-prev {
  left: 20px;
}



.home-reviews-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 39px;
  background-color: #155092;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.home-reviews-slider .slick-next {
  right: 20px;
}
.home-reviews-slider .slick-prev {
  left: 20px;
}

.home-comments-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 39px;
  background-color: #155092;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.home-comments-slider .slick-next {
  right: 20px;
}
.home-comments-slider .slick-prev {
  left: 20px;
}


.single-reviews-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 39px;
  background-color: #155092;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.single-reviews-slider .slick-next {
  right: 20px;
}
.single-reviews-slider .slick-prev {
  left: 20px;
}
.single-before-afters {
  padding-top: 50px;
}
.single-before-afters .item {
  margin-bottom: 30px;
}
.single-before-afters .itemss {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2509803922);
  margin: 0 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-before-afters .itemss .img {
  position: relative;
  min-width: 228px;
}
.single-before-afters .itemss .img .after img {
  /* width: 200px; */
}
.single-before-afters .itemss .img .before {
  position: absolute;
  bottom: -24px;
  right: -144px;
}
.single-before-afters .itemss .img .before img {
  border: 5px solid #fff;
  border-radius: 25px;
}
.single-before-afters .itemss .text {
  margin-top: 5px;
  padding-left: 25px;
  min-height: 290px;
}
.single-before-afters .itemss .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* margin-bottom: 20px; */
}
.single-before-afters .itemss .items .title {
  font-size: 15px;
  margin-bottom: 5px;
  color: #155092;
  margin-bottom: 11px;
  font-weight: 700;
  text-align: right;
  margin-top: 15px;
}
.single-before-afters .itemss .items .desc {
  font-weight: 500;
  font-style: normal;
  max-height: 301px;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 15px;
  font-style: italic;
}
