@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: linear-gradient(102.06deg, #2b6db3 4.55%, #81A7E4 96.12%);
}

.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%;
  overflow-x: hidden;
}

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 {
  width: 140px;
  filter: brightness(0) invert(1);
}

.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: 23px;
  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: #2B71B8;
}

.header-menu-btn .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2B71B8;
  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;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #2b71b8;
  }

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

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

}

/** Whatsapp Fixed **/
/** Font Family **/
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.c-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1400px) {
  .c-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 90px;
    padding-right: 90px;
  }
}

@font-face {
  font-family: "FinalSixMedium";
  src: url("../fonts/FinalSix-Medium.woff2") format("woff2"), url("../fonts/FinalSix-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FinalSixBold";
  src: url("../fonts/FinalSix-Bold.woff2") format("woff2"), url("../fonts/FinalSix-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Noto Sans", sans-serif;
}

.header {
  /* position: absolute; */
  width: 100%;
  z-index: 99;
  background: rgba(236, 242, 249, 0.4);
  backdrop-filter: blur(45px);
  padding-bottom: 15px;
}

.header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

.header-top-inner .social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ECF2F9;
  width: 35px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2B71B8;
  border-radius: 80%;
  font-size: 18px;
  margin-right: 7.5px;
}

.header-top-inner .contacts a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ECF2F9;
  width: 35px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2B71B8;
  border-radius: 80%;
  font-size: 18px;
  margin-right: 7.5px;
}

.header-top-inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-inner .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #2B71B8;
  color: #fff;
  width: 240px;
  height: 45px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.header-top-inner .buttons a i {
  font-size: 20px;
}

.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;
}

.header-menu ul {
  display: inline-block;
}

.header-menu ul li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.header-menu ul li a {
  color: #2B71B8;
  padding: 0 15px;
  font-weight: 400;
}

.slider {
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 300px;
}

.slider-content h1 {
  color: #000;
  font-size: 48px;
  font-weight: 600;
}

.slider-content h1 strong {
  color: #2B71B8;
}

.slider-content h1 {
  margin-bottom: 15px;
}

.slider-content p {
  color: #000;
  line-height: 2;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.slider-content .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #2B71B8;
  color: #fff;
  width: 180px;
  height: 45px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-top: 50px;
  animation: pulse 2s infinite;
}

.slider-content .buttons a i {
  font-size: 20px;
}

.slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-item .items .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 45px;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2B71B8;
  border: 1px solid #2B71B8;
  border-radius: 80%;
  font-size: 18px;
  margin-bottom: 15px;
}

.slider-item .items .icon i {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.slider-item .items .text {
  font-weight: 500;
}

.slider-bottom-inner {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: linear-gradient(94.05deg, rgba(43, 113, 184, 0.63) -95.15%, rgba(255, 255, 255, 0.63) 98.79%);
  -webkit-box-shadow: 0px 0px 79.2px -25px #ECF2F9;
  box-shadow: 0px 0px 79.2px -25px #ECF2F9;
  backdrop-filter: blur(13px);
  border-radius: 17px;
  padding: 35px;
  width: 100%;
}

.slider-bottom-inner .text {
  font-size: 30px;
  font-weight: 600;
  color: #2B71B8;
  margin-bottom: 15px;
}

.slider-bottom-inner .desc {
  font-size: 16px;
  color: #000;
  line-height: 1.3;
}

.slider-img img {
  -webkit-transform: scale(1.2) translate(0, -49px);
  transform: scale(1.2) translate(0, -49px);
}

.slider-form {
  background: #2B71B8;
  text-align: center;
  padding: 30px 0;
}

.slider-form .title {
  text-align: center;
  color: #ECF2F9;
  text-shadow: 5px 5px 10px rgba(114, 183, 232, 0.6);
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px 0;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 20px;
}

.slider-form input[type=text] {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #F1F5FC;
  border-radius: 3px;
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
  width: 100%;
  height: 50px;
  padding: 15px;
}

.slider-form input[type=text]::-webkit-input-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=text]::-moz-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=text]:-ms-input-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=text]::-ms-input-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=text]::placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=tel] {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #F1F5FC;
  border-radius: 3px;
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
  width: 100%;
  height: 50px;
  padding: 15px;
}

.slider-form input[type=tel]::-webkit-input-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=tel]::-moz-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=tel]:-ms-input-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=tel]::-ms-input-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=tel]::placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=email] {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #F1F5FC;
  border-radius: 3px;
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
  width: 100%;
  height: 50px;
  padding: 15px;
}

.slider-form input[type=email]::-webkit-input-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=email]::-moz-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=email]:-ms-input-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=email]::-ms-input-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=email]::placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form textarea {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #F1F5FC;
  border-radius: 3px;
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
  width: 100%;
  height: 50px;
  padding: 15px;
}

.slider-form textarea::-webkit-input-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form textarea::-moz-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form textarea:-ms-input-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form textarea::-ms-input-placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form textarea::placeholder {
  color: #ECF2F9;
  text-shadow: 0px 3px 3px rgba(19, 24, 48, 0.160784);
}

.slider-form input[type=submit] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  color: #000;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  width: 100%;
  height: 50px;
  padding: 15px;
}


.slider-form .sucsess {
  transition: all .5s;
  display: none;
  padding: 15px;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;

}

.slider-form .sucsess.active {
  display: block;
}

.home-service {
  background: #F1F5FC;
  padding: 50px 0;
}

.home-service-head {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
}

.home-service-head-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.home-service-head p {
  color: #758299;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 18px;
}

.home-service-content {
  margin-bottom: 25px;
}

.home-service-content .item a {
  display: block;
  position: relative;
}

.home-service-content .item a img {
  width: 100%;
}

.home-service-content .item a .in {
  position: absolute;
  left: 15px;
  bottom: 25px;
}

.home-service-content .item a .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
}

.home-service-content .item a .desc {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.home-service-more {
  text-align: center;
}

.home-service-more a {
  color: #2B71B8;
  text-decoration: underline;
  font-size: 18px;
  text-transform: uppercase;
}

.home-before-after {
  padding: 50px 0;
}

.home-before-after-head {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
}

.home-before-after-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.home-before-after p {
  color: #758299;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 18px;
}

.home-before-after-slider {
  margin-bottom: 25px;
}

.home-before-after-slider .item {
  margin: 0 7.5px;
}

.home-before-after-more {
  text-align: center;
}

.home-before-after-more a {
  color: #2B71B8;
  text-decoration: underline;
  font-size: 18px;
  text-transform: uppercase;
}

.home-shorts {
  background: #F1F5FC;
  padding: 50px 0;
}

.home-shorts-head {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
}

.home-shorts-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.home-shorts p {
  color: #758299;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 18px;
}

.home-shorts-slider .item {
  margin: 0 15px;
  overflow: hidden;
  border-radius: 16px;
}

.home-shorts-slider .item a {
  position: relative;
  display: block;
}

.home-shorts-slider .item a:hover {
  opacity: initial;
}

.home-shorts-slider .item a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.home-shorts-slider .item img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.home-shorts-slider .item .seperator {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8.37%, #241F1C), color-stop(35.88%, rgba(58, 55, 53, 0.75)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(360deg, #241F1C 8.37%, rgba(58, 55, 53, 0.75) 35.88%, rgba(102, 102, 102, 0) 100%);
  top: 0;
}

.home-shorts-slider .item .bottom {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 25px;
  z-index: 99;
}

.home-shorts-slider .item .text {
  font-size: 25px;
  color: #f5f3ec;
  font-weight: 600;
  margin-bottom: 7px;
}

.home-shorts-slider .item .desc {
  font-size: 18px;
  color: #f5f3ec;
  height: 30px;
}

.home-shorts-slider .item .icon {
  width: 60px;
  height: 60px;
  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: #2B71B8;
  border-radius: 100%;
  color: #fff;
}

.home-shorts-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -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;
  border-radius: 100%;
  border: 1px solid;
  background: #2B71B8;
  border-radius: 100%;
  color: #fff;
}

.home-shorts-slider .slick-next {
  right: 0px;
}

.home-shorts-slider .slick-prev {
  left: 0px;
}

.home-about {
  padding: 50px 0;
  background: #F1F5FC;
}

.home-about h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #2B71B8;
  text-align: right;
}

.home-about p {
  color: #758299;
  line-height: 1.5;
  margin-bottom: 25px;
  font-size: 18px;
  text-align: right;
}

.home-comments {
  background: linear-gradient(102.06deg, #487FD8 4.55%, #81A7E4 96.12%);
  padding: 50px 0;
}

.home-comments-head {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
}

.home-comments-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 40px 5px 20px rgba(73, 127, 216, 0.4);
}

.home-comments-title strong {
  display: block;
}

.home-comments p {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 18px;
}

.home-comments-slider {
  margin-bottom: 20px;
}

.home-comments-slider .item {
  background: #ffffff;
  /* -webkit-box-shadow: 0px 0px 79.2px -25px #ECF2F9; */
  /* box-shadow: 0px 0px 79.2px -25px #ECF2F9; */
  backdrop-filter: blur(13px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px;
  padding: 30px;
  margin: 0 30px;
}

.home-comments-slider .item .head {
  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;
  margin-bottom: 20px;
}

.home-comments-slider .item .left {
  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-slider .item .left .avatar {
  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: 50px;
  height: 50px;
  background: #2B71B8;
  border-radius: 100%;
  font-weight: 600;
  margin-right: 15px;
}

.home-comments-slider .item .left .avatar span {
  color: #ffffff;
  font-size: 20px;
}

.home-comments-slider .item .left .title {
  color: #2B71B8;
  font-size: 25px;
  font-weight: 600;
}

.home-comments-slider .item .stars {
  color: #ffe644;
}

.home-comments-slider .item .content p {
  color: #2B71B8;
  line-height: 1.3;
}

.home-comments-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -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;
  border-radius: 100%;
  border: 1px solid;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(50%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 50%, #A48B78 100%);
  border-radius: 100%;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 25, 1, 0.153)), color-stop(49.04%, rgba(251, 223, 213, 0.45)), to(rgba(188, 156, 133, 0.45)));
  background: linear-gradient(90deg, rgba(56, 25, 1, 0.153) 0%, rgba(251, 223, 213, 0.45) 49.04%, rgba(188, 156, 133, 0.45) 100%);
  backdrop-filter: blur(7.7px);
}

.home-comments-slider .slick-next {
  right: 0px;
}

.home-comments-slider .slick-prev {
  left: 0px;
}

.home-blog {
  background: #F1F5FC;
  padding: 50px 0;
}

.home-blog-head {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}

.home-blog-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #2B71B8;
}

.home-blog .desc {
  color: #758299;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 18px;
}

.home-blog .item {
  position: relative;
}

.home-blog .content {
  background: #ECF2F9;
  width: 90%;
  padding: 20px;
  margin-top: -60px;
  position: relative;
  z-index: 15;
  margin-left: 20px;
}

.home-blog .content a.title {
  font-size: 20px;
  font-weight: 600;
  color: #2B71B8;
  margin-bottom: 15px;
  display: block;
}

.home-blog .content p {
  color: #758299;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 16px;
}

.home-contact {
  background: linear-gradient(98.65deg, #071D43 -11.19%, #1249A9 98.73%);
  height: 728px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.home-contact .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  -webkit-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
  z-index: 5;
  bottom: 0;
}

.home-contact-left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ECF2F9;
  margin-bottom: 25px;
}

.home-contact-left .item i {
  font-size: 18px;
  margin-right: 15px;
}

.home-contact-left .item a {
  color: #ECF2F9;
}

.home-contact .contact-logo {
  margin-bottom: 25px;
}

.home-contact-form {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 60px -20px rgba(75, 20, 12, 0.1);
  box-shadow: 0px 32px 60px -20px rgba(75, 20, 12, 0.1);
  border-radius: 28px;
  padding: 35px 30px;
  height: 500px;
  z-index: 10;
}

.home-contact-form-title {
  color: #414141;
  font-size: 25px;
  padding: 10px 0;
  font-weight: 600;
  margin-bottom: 20px;
}

.home-contact-form input[type=text] {
  background: #fff;
  border: 1px solid #E3E0DA;
  border-radius: 10px;
  color: #414141;
  width: 100%;
  height: 50px;
  padding: 15px;
  margin-bottom: 15px;
}

.home-contact-form input[type=email] {
  background: #fff;
  border: 1px solid #E3E0DA;
  border-radius: 10px;
  color: #414141;
  width: 100%;
  height: 50px;
  padding: 15px;
  margin-bottom: 15px;
}

.home-contact-form input[type=tel] {
  background: #fff;
  border: 1px solid #E3E0DA;
  border-radius: 10px;
  color: #414141;
  width: 100%;
  height: 50px;
  padding: 15px;
  margin-bottom: 15px;
}

.home-contact-form input[type=text]::-webkit-input-placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=text]::-moz-placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=text]:-ms-input-placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=text]::-ms-input-placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=text]::placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=email]::-webkit-input-placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=email]::-moz-placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=email]:-ms-input-placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=email]::-ms-input-placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=email]::placeholder {
  color: #B2AFA7;
}

.home-contact-form textarea {
  background: #fff;
  border: 1px solid #E3E0DA;
  border-radius: 10px;
  color: #414141;
  width: 100%;
  height: 100px;
  padding: 15px;
  margin-bottom: 15px;
}

.home-contact-form textarea::-webkit-input-placeholder {
  color: #B2AFA7;
}

.home-contact-form textarea::-moz-placeholder {
  color: #B2AFA7;
}

.home-contact-form textarea:-ms-input-placeholder {
  color: #B2AFA7;
}

.home-contact-form textarea::-ms-input-placeholder {
  color: #B2AFA7;
}

.home-contact-form textarea::placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=submit] {
  background: -webkit-gradient(linear, left top, right top, from(#2B71B8), to(#0A2A4A)), #0D022B;
  background: linear-gradient(90deg, #2B71B8 0%, #0A2A4A 100%), #0D022B;
  border: 0;
  border-radius: 12px;
  color: #fff;
  padding: 15px 50px;
  font-size: 18px;
  font-weight: 600;
}

.home-contact-form input[type=submit]::-webkit-input-placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=submit]::-moz-placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=submit]:-ms-input-placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=submit]::-ms-input-placeholder {
  color: #B2AFA7;
}

.home-contact-form input[type=submit]::placeholder {
  color: #B2AFA7;
}


.home-contact-form .sucsess {
  transition: all .5s;
  display: none;
  padding: 15px;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;

}

.home-contact-form .sucsess.active {
  display: block;
}

.home-contact-form.sending {
  display: none;
  padding: 15px;
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
}

.home-contact-form .sending.active {
  display: block;
}

.home-faq {
  padding: 80px 0;
  background: #ECF2F9;
}

.home-faq-head {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}

.home-faq-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #2B71B8;
}

.home-faq .desc {
  color: #758299;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 18px;
}

.home-faq-content {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 40px;
}

.home-faq .faqitem {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.home-faq .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;
}

.home-faq .faqitem .faq-header .faq-title {
  margin: 0;
  color: #000000;
  font-weight: 500;
}

.home-faq .faqitem .faq-header i {
  color: #372D26;
}

.home-faq .faqitem .faq-header .fa.fa-minus {
  display: none;
  color: #fff;
}

.home-faq .faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #372D26;
}

.home-faq .faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #fff;
}

.home-faq .faqitem .content {
  padding: 1px 0px 20px 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(86, 71, 65, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(86, 71, 65, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.home-faq .home-faq .title {
  font-size: 25px;
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.home-faq .home-faq a {
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}

.home-faq .faqitem:first-child {
  display: block;
}

.home-faq .faqitem:first-child .content {
  display: block;
}

.home-location {
  padding: 80px 0;
  background: #ECF2F9;
}

.home-location .item {
  border-radius: 25px;
  border: 1px solid #ddd;
  padding: 30px;
}

.home-location .item .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}

.home-location .item .maps iframe {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  border: none;
}

.home-location .contacts .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.home-location .contacts .items i {
  font-size: 18px;
  margin-right: 15px;
  color: #2B71B8;
}

.home-location .contacts .items a {
  color: #414141;
}

.footer {
  background: #ECF2F9;
  padding: 50px 0;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-desc {
  color: #0D0D0D;
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
  width: 80%;
  margin-bottom: 25px;
}

.footer-title {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-menu ul li {
  margin-bottom: 30px;
}

.footer-menu ul li a {
  color: #000;
  font-weight: 400;
}

.footer-contact .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.footer-contact .items i {
  font-size: 18px;
  margin-right: 15px;
  color: #2B71B8;
}

.footer-contact .items a {
  color: #414141;
}

.footer-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #2B71B8;
  width: 35px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 80%;
  font-size: 18px;
  margin-right: 7.5px;
}

.dhi-hair-transplant-graft {
  padding: 27px 0 56px 0;
  text-align: center;
}

.dhi-hair-transplant-graft .c-title {
  margin-bottom: 52px;
}

.dhi-hair-transplant-graft p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #0A2A4A;
  margin-bottom: 56px;
}

.dhi-hair-transplant-method {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.dhi-hair-transplant-method .c-title {
  margin-bottom: 72px;
}

.dhi-hair-transplant-method .c-button {
  background: #2B71B8;
}

.dhi-hair-transplant-method-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #0A2A4A;
}

.dhi-hair-transplant-before-procedure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 61px 0 40px 0;
  margin-bottom: 10px;
}

.dhi-hair-transplant-before-procedure .c-title {
  margin: 0 auto 109px auto;
  text-align: center;
  max-width: 1100px;
}

.dhi-hair-transplant-before-procedure-image {
  width: 100%;
  height: 355px;
  -o-object-fit: cover;
  object-fit: cover;
}

.dhi-hair-transplant-before-procedure-content-inner {
  background: #0A2A4A;
  margin: 0 auto;
  height: 355px;
  padding: 116px 98px 116px 75px;
}

.dhi-hair-transplant-before-procedure-content-inner p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.dhi-hair-transplant-before-procedure-content {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ECF2F9;
}

.dhi-hair-transplant-info {
  color: #fff;
}

.dhi-hair-transplant-info-header {
  padding: 15px;
  width: 100%;
  background: #0A2A4A;
  border-radius: 30px 30px 0px 0px;
  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;
}

.dhi-hair-transplant-info-header .inner {
  width: 40%;
  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;
}

.dhi-hair-transplant-info-header img {
  width: 40px;
  height: 40px;
}

.dhi-hair-transplant-info-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}

.dhi-hair-transplant-info-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
  padding-top: 40px;
}

.dhi-hair-transplant-info-content ul li {
  font-weight: 400;
  font-size: 18px;
  color: #0A2A4A;
  margin-bottom: 20px;
  line-height: 1.4;
  list-style-type: disc;
}

.dhi-hair-transplant-info-contents {
  text-align: center;
  padding: 80px 0;
}

.dhi-hair-transplant-info-contents p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
}

.dhi-hair-transplant-steps {
  background: linear-gradient(118.07deg, #497FD8 1.58%, #276BDB 92.77%);
  padding: 50px 0;
}

.dhi-hair-transplant-steps .c-title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.dhi-hair-transplant-steps .c-button {
  background: #fff;
  color: #2B71B8;
  text-align: center;
  text-transform: uppercase;
}

.dhi-hair-transplant-graft .c-button {
  display: inline-block;
  background: #2B71B8;
  font-size: 18px;
}

.dhi-hair-transplant-steps-content {
  padding: 30px 60px;
}

.dhi-hair-transplant-steps-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.dhi-hair-transplant-steps-content .item .icon {
  width: 176px;
  height: auto;
}

.dhi-hair-transplant-steps-content .item .icon img {
  width: 176px;
}

.dhi-hair-transplant-steps-content .item .content {
  margin-left: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  width: 80%;
}

.dhi-hair-transplant-choi {
  margin: 100px 0;
  background: #4B82DF;
  height: 600px;
}

.dhi-hair-transplant-choi .c-title {
  color: #fff;
  margin-bottom: 20px;
}

.dhi-hair-transplant-choi-inner {
  padding: 50px 0;
}

.dhi-hair-transplant-choi-content p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.dhi-hair-transplant-choi img {
  margin-top: -100px;
}

.dhi-hair-transplant-choi-info p {
  color: #2B71B8;
  font-size: 20px;
}

.dhi-hair-transplant-recovery {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.dhi-hair-transplant-recovery .c-title {
  margin-bottom: 72px;
}

.dhi-hair-transplant-recovery p {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.dhi-hair-transplant-recovery img {
  width: 100%;
}

.dhi-hair-transplant-daily {
  margin-bottom: 50px;
}

.dhi-hair-transplant-daily .c-button {
  background-color: #2B71B8;
  color: #fff;
  display: inline-block;
}

.dhi-hair-transplant-daily-info {
  text-align: center;
  padding: 60px 0;
}

.dhi-hair-transplant-daily-info p {
  color: #2B71B8;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.dhi-hair-transplant-daily-left {
  width: 60%;
}

.dhi-hair-transplant-daily .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.dhi-hair-transplant-daily .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2B71B8;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  padding: 15px;
}

.dhi-hair-transplant-daily .item .right p {
  color: #0A2A4A;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.dhi-hair-transplant-daily-content {
  background-color: #ECF2F9;
  font-size: 20px;
  line-height: 1.5;
  color: #0A2A4A;
  text-align: center;
  padding: 60px;
  margin-bottom: 25px;
}

.dhi-hair-transplant-daily-content p {
  margin-bottom: 25px;
}

.dhi-hair-transplant-chose {
  background: #ECF2F9;
}

.dhi-hair-transplant-chose .c-title {
  margin-bottom: 25px;
}

.dhi-hair-transplant-chose-head {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
}

.dhi-hair-transplant-chose-head p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #0A2A4A;
}

.dhi-hair-transplant-chose-content {
  background: linear-gradient(98.65deg, #071D43 -11.19%, #1249A9 98.73%);
  height: 250px;
}

.dhi-hair-transplant-chose-content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: -60px;
}

.dhi-hair-transplant-chose-content-items .item {
  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: rgba(241, 245, 252, 0.86);
  backdrop-filter: blur(6.65px);
  border-radius: 3px;
  width: 100%;
  padding: 30px;
  text-align: center;
  line-height: 1.5;
  height: 150px;
}

.dhi-hair-transplant-chose-content-items .item strong {
  display: block;
  font-size: 20px;
  color: #2B71B8;
  margin-bottom: 10px;
}

.dhi-hair-transplant-chose-content p {
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 40px 0 0 0;
}

.page-before-after {
  padding: 50px 0;
}

.page-before-after-head {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
}

.page-before-after-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.page-before-after p {
  color: #758299;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 18px;
}

.page-before-after-slider {
  margin-bottom: 25px;
}

.page-before-after-slider .item {
  margin: 0 7.5px;
}

.page-before-after-more {
  text-align: center;
}

.page-before-after-more a {
  color: #2B71B8;
  text-decoration: underline;
  font-size: 18px;
  text-transform: uppercase;
}

.page-comments {
  background: linear-gradient(102.06deg, #487FD8 4.55%, #81A7E4 96.12%);
  padding: 50px 0;
}

.page-comments-head {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
}

.page-comments-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 40px 5px 20px rgba(73, 127, 216, 0.4);
}

.page-comments-title strong {
  display: block;
}

.page-comments p {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 18px;
}

.page-comments-slider {
  margin-bottom: 20px;
}

.page-comments-slider .item {
  /* background: linear-gradient(94.05deg, rgba(43, 113, 184, 0.63) -95.15%, rgba(255, 255, 255, 0.63) 98.79%); */
  /* -webkit-box-shadow: 0px 0px 79.2px -25px #ECF2F9; */
  /* box-shadow: 0px 0px 79.2px -25px #ECF2F9; */
  border: 3px solid #fff;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 30px;
  padding: 30px;
  margin: 0 30px;
}

.page-comments-slider .item .head {
  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;
  margin-bottom: 20px;
}

.page-comments-slider .item .left {
  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;
}

.page-comments-slider .item .left .avatar {
  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: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  font-weight: 600;
  margin-right: 15px;
}

.page-comments-slider .item .left .avatar span {
  color: #2B71B8;
  font-size: 20px;
}

.page-comments-slider .item .left .title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.page-comments-slider .item .stars {
  color: #ffe644;
}

.page-comments-slider .item .content p {
  color: #fff;
  line-height: 1.3;
}

.page-comments-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -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;
  border-radius: 100%;
  border: 1px solid;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(50%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 50%, #A48B78 100%);
  border-radius: 100%;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 25, 1, 0.153)), color-stop(49.04%, rgba(251, 223, 213, 0.45)), to(rgba(188, 156, 133, 0.45)));
  background: linear-gradient(90deg, rgba(56, 25, 1, 0.153) 0%, rgba(251, 223, 213, 0.45) 49.04%, rgba(188, 156, 133, 0.45) 100%);
  backdrop-filter: blur(7.7px);
}

.page-comments-slider .slick-next {
  right: 0px;
}

.page-comments-slider .slick-prev {
  left: 0px;
}

.page-shorts {
  background: #F1F5FC;
  padding: 50px 0;
}

.page-shorts-head {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
}

.page-shorts-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.page-shorts p {
  color: #758299;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 18px;
}

.page-shorts-slider .item {
  margin: 0 15px;
  overflow: hidden;
  border-radius: 16px;
}

.page-shorts-slider .item a {
  position: relative;
  display: block;
}

.page-shorts-slider .item a:hover {
  opacity: initial;
}

.page-shorts-slider .item a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.page-shorts-slider .item img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.page-shorts-slider .item .seperator {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8.37%, #241F1C), color-stop(35.88%, rgba(58, 55, 53, 0.75)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(360deg, #241F1C 8.37%, rgba(58, 55, 53, 0.75) 35.88%, rgba(102, 102, 102, 0) 100%);
  top: 0;
}

.page-shorts-slider .item .bottom {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 25px;
  z-index: 99;
}

.page-shorts-slider .item .text {
  font-size: 25px;
  color: #f5f3ec;
  font-weight: 600;
  margin-bottom: 7px;
}

.page-shorts-slider .item .desc {
  font-size: 18px;
  color: #f5f3ec;
  height: 30px;
}

.page-shorts-slider .item .icon {
  width: 60px;
  height: 60px;
  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: #2B71B8;
  border-radius: 100%;
  color: #fff;
}

.page-shorts-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -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;
  border-radius: 100%;
  border: 1px solid;
  background: #2B71B8;
  border-radius: 100%;
  color: #fff;
}

.page-shorts-slider .slick-next {
  right: 0px;
}

.page-shorts-slider .slick-prev {
  left: 0px;
}

.page-faq {
  padding: 80px 0;
  background: #ECF2F9;
}

.page-faq-head {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}

.page-faq-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #000000;
}

.page-faq .desc {
  color: #758299;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 18px;
}

.page-faq-content {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 40px;
}

.page-faq .faqitem {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.page-faq .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;
}

.page-faq .faqitem .faq-header .faq-title {
  margin: 0;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}

.page-faq .faqitem .faq-header i {
  color: #372D26;
}

.page-faq .faqitem .faq-header .fa.fa-minus {
  display: none;
  color: #fff;
}

.page-faq .faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #372D26;
}

.page-faq .faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #fff;
}

.page-faq .faqitem .content {
  padding: 1px 0px 20px 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(86, 71, 65, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(86, 71, 65, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.page-faq .page-faq .title {
  font-size: 25px;
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-faq .page-faq a {
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}

.page-faq .faqitem:first-child {
  display: block;
}

.page-faq .faqitem:first-child .content {
  display: block;
}

.c-title {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #0A2A4A;
}

.c-button {
  border-radius: 3px;
  color: #fff;
  border: none;
  padding: 20px 30px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  animation: pulse 2s infinite;
}

.hero-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.hero-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.hero-section-title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(20px, 2.4vw, 38px);
  color: #0A2A4A;
  text-transform: uppercase;
  position: relative;
}

.sapphire-fue-head {
  background: #ECF2F9;
}

.sapphire-fue-head .c-title {
  text-align: center;
  padding: 60px 0 60px 0;
}

.sapphire-fue-content {
  color: #0A2A4A;
  font-size: 20px;
}

.sapphire-fue-content strong {
  display: block;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 10px;
}

.sapphire-fue-content p {
  line-height: 1.5;
  color: #0A2A4A;
  margin-bottom: 25px;
}

.sapphire-fue-content .c-button {
  display: inline-block;
  background: #2B71B8;
  font-size: 18px;
}

.sapphire-fue-info {
  background: #ECF2F9;
  color: #fff;
  padding: 60px 0;
}

.sapphire-fue-info-header {
  padding: 15px;
  width: 100%;
  background: #0A2A4A;
  border-radius: 30px 30px 0px 0px;
  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;
}

.sapphire-fue-info-header .inner {
  width: 40%;
  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;
}

.sapphire-fue-info-header img {
  width: 40px;
  height: 40px;
}

.sapphire-fue-info-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}

.sapphire-fue-info-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.sapphire-fue-info-content p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
  margin-bottom: 35px;
}

.sapphire-fue-choose {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.sapphire-fue-choose .c-title {
  margin-bottom: 72px;
}

.sapphire-fue-choose .c-button {
  background: #2B71B8;
}

.sapphire-fue-choose-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #0A2A4A;
}

.sapphire-fue-choose-content p {
  margin-bottom: 25px;
}

.sapphire-fue-choose-content strong {
  display: block;
  padding-top: 15px;
}

.sapphire-fue-choose-content ul {
  margin-bottom: 25px;
}

.sapphire-fue-choose-content ul li {
  list-style-type: disc;
}

.sapphire-fue-pre-operation {
  padding: 60px 0 60px 0;
}

.sapphire-fue-pre-operation-head {
  padding: 60px 0 60px 0;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}

.sapphire-fue-pre-operation-head .c-title {
  margin-bottom: 25px;
}

.sapphire-fue-pre-operation-head p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
}

.sapphire-fue-pre-operation-content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sapphire-fue-pre-operation-content .item {
  text-align: center;
  margin-bottom: 40px;
}

.sapphire-fue-pre-operation-content .item img {
  margin-bottom: 20px;
}

.sapphire-fue-pre-operation-content .item p {
  font-size: 18px;
  color: #0A2A4A;
  line-height: 1.4;
}

.sapphire-fue-pre-operation-info {
  background: #707070;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 200px;
}

.sapphire-fue-pre-operation-info p {
  max-width: 1140px;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

.sapphire-fue-step {
  padding: 60px 0 60px 0;
  background: #ECF2F9;
}

.sapphire-fue-step-head {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.sapphire-fue-step .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  height: 160px;
  margin-bottom: 25px;
}

.sapphire-fue-step .item .left {
  background: #0A2A4A;
  border-radius: 0px 0px 30px 0px;
  min-width: 160px;
  height: 130px;
}

.sapphire-fue-step .item .left .number {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  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;
  height: 100%;
}

.sapphire-fue-step .item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0 15px;
}

.sapphire-fue-step .item .right p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
}

.sapphire-fue-step .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sapphire-fue-post-operation {
  padding: 60px 0 60px 0;
}

.sapphire-fue-post-operation-head {
  text-align: center;
  padding: 60px 0 60px 0;
}

.sapphire-fue-post-operation-head .c-title {
  margin-bottom: 25px;
}

.sapphire-fue-post-operation-head p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
}

.sapphire-fue-post-operation-daily .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.sapphire-fue-post-operation-daily .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2B71B8;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  padding: 15px;
}

.sapphire-fue-post-operation-daily .item .right p {
  color: #0A2A4A;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.sapphire-fue-post-operation-info {
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
  margin-bottom: 25px;
}

.sapphire-fue-post-operation-info p {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.5;
  color: #0A2A4A;
}

.sapphire-fue-post-operation .c-button {
  display: inline-block;
  background: #2B71B8;
  font-size: 18px;
}

.sapphire-fue-candidate {
  background: #5b7188;
  padding: 60px 0 60px 0;
}

.sapphire-fue-candidate-head {
  text-align: center;
  padding: 0 0 60px 0;
}

.sapphire-fue-candidate-head .c-title {
  color: #fff;
  margin-bottom: 25px;
}

.sapphire-fue-candidate-head strong {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.sapphire-fue-candidate .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sapphire-fue-candidate .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  height: 160px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sapphire-fue-candidate .item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #8699ac;
  color: #fff;
  min-width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}

.sapphire-fue-candidate .item .left .number {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  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;
  height: 100%;
}

.sapphire-fue-candidate .item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0 15px;
  width: 60%;
}

.sapphire-fue-candidate .item .right p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

.sapphire-fue-candidate-info {
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
  margin-bottom: 25px;
  background: #8699ac;
  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;
  height: 150px;
  border-radius: 16px;
}

.sapphire-fue-candidate-info p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.sapphire-fue-choice {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.sapphire-fue-choice .c-title {
  margin-bottom: 72px;
}

.sapphire-fue-choice p {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.sapphire-fue-choice img {
  width: 100%;
}

.fue-hair-transplant-head {
  padding: 27px 0 56px 0;
  text-align: center;
}

.fue-hair-transplant-head .c-title {
  margin-bottom: 52px;
}

.fue-hair-transplant-head-content {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #0A2A4A;
  margin-bottom: 56px;
}

.fue-hair-transplant-head-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
}

.fue-hair-transplant-head .c-button {
  background: #2B71B8;
}

.fue-hair-transplant-choose {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.fue-hair-transplant-choose .c-title {
  margin-bottom: 72px;
}

.fue-hair-transplant-choose .c-button {
  background: #2B71B8;
}

.fue-hair-transplant-choose-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #0A2A4A;
}

.fue-hair-transplant-choose-content p {
  margin-bottom: 25px;
}

.fue-hair-transplant-choose-content strong {
  display: block;
  padding-top: 15px;
}

.fue-hair-transplant-choose-content ul {
  margin-bottom: 25px;
}

.fue-hair-transplant-choose-content ul li {
  list-style-type: disc;
}

.fue-hair-transplant-info {
  background: #ECF2F9;
  color: #fff;
  padding: 60px 0;
}

.fue-hair-transplant-info-header {
  padding: 15px;
  width: 100%;
  background: #0A2A4A;
  border-radius: 30px 30px 0px 0px;
  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;
}

.fue-hair-transplant-info-header .inner {
  width: 40%;
  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;
}

.fue-hair-transplant-info-header img {
  width: 40px;
  height: 40px;
}

.fue-hair-transplant-info-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}

.fue-hair-transplant-info-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.fue-hair-transplant-info-content p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
  margin-bottom: 35px;
}

.fue-hair-transplant-step {
  background: #0A2A4A;
  padding: 80px 0;
}

.fue-hair-transplant-step-head {
  padding: 0px 0 56px 0;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
}

.fue-hair-transplant-step-head p {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-size: 20px;
}

.fue-hair-transplant-step-head .c-title {
  color: #fff;
  margin-bottom: 40px;
}

.fue-hair-transplant-step-content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.fue-hair-transplant-step-content .item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.fue-hair-transplant-step-content .item img {
  margin-bottom: 20px;
}

.fue-hair-transplant-step-content .item .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
}

.fue-hair-transplant-step-content .item p {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  max-width: 750px;
  font-weight: 400;
}

.fue-hair-transplant-after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.fue-hair-transplant-after .c-title {
  margin-bottom: 40px;
}

.fue-hair-transplant-after .c-button {
  display: inline-block;
  margin-top: 20px;
  background: #2B71B8;
}

.fue-hair-transplant-after p {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.fue-hair-transplant-after img {
  width: 100%;
}

.fue-hair-transplant-candidate {
  background: #5b7188;
  padding: 60px 0 60px 0;
}

.fue-hair-transplant-candidate-head {
  text-align: center;
  padding: 0 0 60px 0;
}

.fue-hair-transplant-candidate-head .c-title {
  color: #fff;
  margin-bottom: 25px;
}

.fue-hair-transplant-candidate-head strong {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.fue-hair-transplant-candidate .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fue-hair-transplant-candidate .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  height: 160px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fue-hair-transplant-candidate .item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #8699ac;
  color: #fff;
  min-width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}

.fue-hair-transplant-candidate .item .left .number {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  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;
  height: 100%;
}

.fue-hair-transplant-candidate .item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0 15px;
  width: 60%;
}

.fue-hair-transplant-candidate .item .right p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

.fue-hair-transplant-candidate-info {
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
  margin-bottom: 25px;
  background: #8699ac;
  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;
  height: 150px;
  border-radius: 16px;
}

.fue-hair-transplant-candidate-info p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.fue-hair-transplant-invest .c-button {
  display: inline-block;
  line-height: initial;
  font-size: 17px;
}

.fue-hair-transplant-invest .fue-hair-transplant-choose-content p {
  max-width: 1200px;
  margin-bottom: 50px;
}

.hair-transplant-women-head {
  background: #ECF2F9;
}

.hair-transplant-women-head .c-title {
  text-align: center;
  padding: 60px 0 60px 0;
}

.hair-transplant-women-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #0A2A4A;
}

.hair-transplant-women-content strong {
  display: block;
  font-weight: 600;
  margin-bottom: 25px;
}

.hair-transplant-women-content p {
  line-height: 1.5;
  color: #0A2A4A;
  margin-bottom: 25px;
}

.hair-transplant-women-content .c-button {
  display: inline-block;
  background: #2B71B8;
  font-size: 18px;
}

.hair-transplant-women-content ul {
  margin-bottom: 25px;
}

.hair-transplant-women-content ul li {
  list-style-type: disc;
  line-height: 1.5;
}

.hair-transplant-women-info {
  background: #ECF2F9;
  color: #fff;
  padding: 60px 0;
}

.hair-transplant-women-info-header {
  padding: 15px;
  width: 100%;
  background: #0A2A4A;
  border-radius: 30px 30px 0px 0px;
  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;
}

.hair-transplant-women-info-header .inner {
  width: 40%;
  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;
}

.hair-transplant-women-info-header img {
  width: 40px;
  height: 40px;
}

.hair-transplant-women-info-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}

.hair-transplant-women-info .in {
  background: #fff;
  max-width: 1300px;
  margin: 0 auto;
}

.hair-transplant-women-info .in strong {
  display: block;
  text-align: center;
}

.hair-transplant-women-info-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  margin: 0 auto;
}

.hair-transplant-women-info-content p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
  margin-bottom: 35px;
}

.hair-transplant-women-info-content .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hair-transplant-women-info-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 16px;
  height: 130px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.3176470588);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hair-transplant-women-info-item .item .left {
  min-width: 100px;
  height: 130px;
}

.hair-transplant-women-info-item .item .left .number {
  font-size: 70px;
  font-weight: 600;
  color: #0A2A4A;
  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;
  height: 100%;
}

.hair-transplant-women-info-item .item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0 15px;
}

.hair-transplant-women-info-item .item .right p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
}

.hair-transplant-women-choose {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.hair-transplant-women-choose .c-title {
  margin-bottom: 72px;
}

.hair-transplant-women-choose .c-button {
  display: inline-block;
  background: #2B71B8;
}

.hair-transplant-women-choose-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #0A2A4A;
  max-width: 1200px;
  margin-bottom: 25px;
}

.hair-transplant-women-choose-content p {
  margin-bottom: 25px;
}

.hair-transplant-women-choose-content strong {
  display: block;
  padding-top: 15px;
}

.hair-transplant-women-choose-content ul {
  margin-bottom: 25px;
}

.hair-transplant-women-choose-content ul li {
  list-style-type: disc;
}

.hair-transplant-women-best {
  padding: 60px 0 60px 0;
  background: #ECF2F9;
}

.hair-transplant-women-best-head {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.hair-transplant-women-best-head p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
  margin-top: 15px;
}

.hair-transplant-women-best .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  height: 160px;
  margin-bottom: 25px;
}

.hair-transplant-women-best .item .left {
  background: #0A2A4A;
  min-width: 160px;
  height: 160px;
}

.hair-transplant-women-best .item .left .number {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  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;
  height: 100%;
}

.hair-transplant-women-best .item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 0 30px;
}

.hair-transplant-women-best .item .right p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
}

.hair-transplant-women-best .item .img {
  margin-left: 20px;
  min-width: 160px;
  height: 160px;
}

.hair-transplant-women-best .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.hair-transplant-women-best .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hair-transplant-women-process {
  padding: 60px 0 60px 0;
}

.hair-transplant-women-process-head {
  text-align: center;
  padding: 60px 0 60px 0;
}

.hair-transplant-women-process-head .c-title {
  margin-bottom: 25px;
}

.hair-transplant-women-process-head p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
}

.hair-transplant-women-process-daily .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.hair-transplant-women-process-daily .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2B71B8;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  padding: 15px;
}

.hair-transplant-women-process-daily .item .right p {
  color: #0A2A4A;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.hair-transplant-women-process-info {
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
  margin-bottom: 25px;
}

.hair-transplant-women-process-info p {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.5;
  color: #0A2A4A;
}

.hair-transplant-women-process .c-button {
  display: inline-block;
  background: #2B71B8;
  font-size: 18px;
}

.hair-transplant-women-candidate {
  background: #5b7188;
  padding: 60px 0 60px 0;
}

.hair-transplant-women-candidate-head {
  text-align: center;
  padding: 0 0 60px 0;
}

.hair-transplant-women-candidate-head .c-title {
  color: #fff;
  margin-bottom: 25px;
}

.hair-transplant-women-candidate-head strong {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.hair-transplant-women-candidate .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hair-transplant-women-candidate .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  height: 160px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hair-transplant-women-candidate .item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #8699ac;
  color: #fff;
  min-width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}

.hair-transplant-women-candidate .item .left .number {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  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;
  height: 100%;
}

.hair-transplant-women-candidate .item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0 15px;
  width: 60%;
}

.hair-transplant-women-candidate .item .right p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

.hair-transplant-women-candidate-info {
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
  margin-bottom: 25px;
  background: #8699ac;
  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;
  height: 150px;
  border-radius: 16px;
}

.hair-transplant-women-candidate-info p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.hair-transplant-women-advantage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.hair-transplant-women-advantage .c-title {
  margin-bottom: 72px;
}

.hair-transplant-women-advantage .c-button {
  display: inline-block;
  background: #2B71B8;
}

.hair-transplant-women-advantage-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #0A2A4A;
  max-width: 1200px;
  margin-bottom: 25px;
}

.hair-transplant-women-advantage-content p {
  margin-bottom: 25px;
}

.hair-transplant-women-advantage-content strong {
  display: block;
  padding-top: 15px;
}

.hair-transplant-women-advantage-content ul {
  margin-bottom: 25px;
}

.hair-transplant-women-advantage-content ul li {
  list-style-type: disc;
}

.hair-transplant-women-choice {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.hair-transplant-women-choice .c-title {
  margin-bottom: 72px;
}

.hair-transplant-women-choice p {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.hair-transplant-women-choice img {
  width: 100%;
}

.hair-transplant-women-choice ul {
  margin-bottom: 25px;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
}

.hair-transplant-women-choice ul li {
  list-style-type: disc;
  line-height: 1.5;
}

.hair-transplant-recovery-head {
  background: #ECF2F9;
}

.hair-transplant-recovery-head .c-title {
  text-align: center;
  padding: 60px 0 60px 0;
}

.hair-transplant-recovery-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #0A2A4A;
}

.hair-transplant-recovery-content strong {
  display: block;
  font-weight: 600;
  margin-bottom: 25px;
}

.hair-transplant-recovery-content p {
  line-height: 1.5;
  color: #0A2A4A;
  margin-bottom: 25px;
}

.hair-transplant-recovery-content .c-button {
  display: inline-block;
  background: #2B71B8;
  font-size: 18px;
}

.hair-transplant-recovery-content ul {
  margin-bottom: 25px;
}

.hair-transplant-recovery-content ul li {
  list-style-type: disc;
  line-height: 1.5;
}

.hair-transplant-recovery-what-is {
  background-position: 82%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.hair-transplant-recovery-what-is .c-title {
  margin-bottom: 72px;
}

.hair-transplant-recovery-what-is .c-button {
  display: inline-block;
  background: #2B71B8;
}

.hair-transplant-recovery-what-is-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #0A2A4A;
  max-width: 1200px;
  margin-bottom: 25px;
}

.hair-transplant-recovery-what-is-content p {
  margin-bottom: 25px;
}

.hair-transplant-recovery-what-is-content strong {
  display: block;
  padding-top: 15px;
}

.hair-transplant-recovery-what-is-content ul {
  margin-bottom: 25px;
}

.hair-transplant-recovery-what-is-content ul li {
  list-style-type: disc;
}

.hair-transplant-recovery-timeline {
  padding: 60px 0 60px 0;
}

.hair-transplant-recovery-timeline-head {
  text-align: center;
  padding: 60px 0 60px 0;
}

.hair-transplant-recovery-timeline-head .c-title {
  margin-bottom: 25px;
}

.hair-transplant-recovery-timeline-head p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
}

.hair-transplant-recovery-timeline-daily .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.hair-transplant-recovery-timeline-daily .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2B71B8;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  padding: 15px;
}

.hair-transplant-recovery-timeline-daily .item .right p {
  color: #0A2A4A;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.hair-transplant-recovery-timeline-info {
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
  margin-bottom: 25px;
}

.hair-transplant-recovery-timeline-info p {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.5;
  color: #0A2A4A;
}

.hair-transplant-recovery-timeline .c-button {
  display: inline-block;
  background: #2B71B8;
  font-size: 18px;
}

.hair-transplant-recovery-exclusive {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.hair-transplant-recovery-exclusive .c-title {
  margin-bottom: 72px;
}

.hair-transplant-recovery-exclusive p {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.hair-transplant-recovery-exclusive img {
  width: 100%;
}

.hair-transplant-recovery-exclusive ul {
  margin-bottom: 25px;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
}

.hair-transplant-recovery-exclusive ul li {
  list-style-type: disc;
  line-height: 1.5;
}

.hair-transplant-recovery-road {
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.hair-transplant-recovery-road .c-title {
  margin-bottom: 72px;
}

.hair-transplant-recovery-road .c-button {
  display: inline-block;
  background: #2B71B8;
}

.hair-transplant-recovery-road-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #0A2A4A;
  max-width: 1200px;
  margin-bottom: 25px;
}

.hair-transplant-recovery-road-content p {
  margin-bottom: 25px;
}

.hair-transplant-recovery-road-content strong {
  display: block;
  padding-top: 15px;
}

.hair-transplant-recovery-road-content ul {
  margin-bottom: 25px;
}

.hair-transplant-recovery-road-content ul li {
  list-style-type: disc;
}

.hair-transplant-head {
  background: #ECF2F9;
}

.hair-transplant-head .c-title {
  text-align: center;
  padding: 60px 0 60px 0;
}

.hair-transplant-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #0A2A4A;
}

.hair-transplant-content strong {
  display: block;
  font-weight: 600;
  margin-bottom: 25px;
}

.hair-transplant-content p {
  line-height: 1.5;
  color: #0A2A4A;
  margin-bottom: 25px;
}

.hair-transplant-content .c-button {
  display: inline-block;
  background: #2B71B8;
  font-size: 18px;
}

.hair-transplant-content ul {
  margin-bottom: 25px;
}

.hair-transplant-content ul li {
  list-style-type: disc;
  line-height: 1.5;
}

.hair-transplant-what-is {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.hair-transplant-what-is .c-title {
  margin-bottom: 72px;
}

.hair-transplant-what-is .c-button {
  display: inline-block;
  background: #2B71B8;
}

.hair-transplant-what-is-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #0A2A4A;
  max-width: 1200px;
  margin-bottom: 25px;
}

.hair-transplant-what-is-content p {
  margin-bottom: 25px;
}

.hair-transplant-what-is-content strong {
  display: block;
  padding-top: 15px;
}

.hair-transplant-what-is-content ul {
  margin-bottom: 25px;
}

.hair-transplant-what-is-content ul li {
  list-style-type: disc;
}

.hair-transplant-info {
  background: #ECF2F9;
  color: #fff;
  padding: 60px 0;
}

.hair-transplant-info-header {
  padding: 15px;
  width: 100%;
  background: #0A2A4A;
  border-radius: 30px 30px 0px 0px;
  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;
}

.hair-transplant-info-header .inner {
  width: 40%;
  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;
}

.hair-transplant-info-header img {
  width: 40px;
  height: 40px;
}

.hair-transplant-info-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}

.hair-transplant-info-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.hair-transplant-info-content p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
  margin-bottom: 35px;
}

.hair-transplant-info-contents {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.hair-transplant-info-contents .item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.hair-transplant-info-contents .item img {
  margin-bottom: 20px;
}

.hair-transplant-info-contents .item .title {
  font-size: 24px;
  color: #0A2A4A;
  margin-bottom: 25px;
  font-weight: 600;
}

.hair-transplant-info-contents .item p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.4;
  max-width: 750px;
  font-weight: 400;
}

.hair-transplant-expect {
  padding: 60px 0 60px 0;
}

.hair-transplant-expect-head {
  text-align: center;
  padding: 60px 0 60px 0;
}

.hair-transplant-expect-head .c-title {
  margin-bottom: 25px;
}

.hair-transplant-expect-head p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
}

.hair-transplant-expect-daily .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.hair-transplant-expect-daily .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2B71B8;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  padding: 15px;
}

.hair-transplant-expect-daily .item .right p {
  color: #0A2A4A;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.hair-transplant-expect-info {
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
  margin-bottom: 25px;
}

.hair-transplant-expect-info p {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.5;
  color: #0A2A4A;
}

.hair-transplant-expect .c-button {
  display: inline-block;
  background: #2B71B8;
  font-size: 18px;
}

.hair-transplant-contents {
  background: #0A2A4A;
  padding: 80px 0;
}

.hair-transplant-contents-head {
  padding: 0px 0 0px 0;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
}

.hair-transplant-contents-head p {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-size: 20px;
}

.hair-transplant-contents-head .c-title {
  color: #fff;
  margin-bottom: 40px;
}

.hair-transplant-contents-content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}

.hair-transplant-contents-content .item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.hair-transplant-contents-content .item img {
  margin-bottom: 20px;
}

.hair-transplant-contents-content .item .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
}

.hair-transplant-contents-content .item p {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 25px;
}

.hair-transplant-how {
  background: #2B71B8;
}

.hair-transplant-causes {
  background: #758299;
}

.hair-transplant-techniques {
  background: #0A2A4A;
  padding: 60px 0 60px 0;
}

.hair-transplant-techniques-head {
  text-align: center;
  padding: 0 0 60px 0;
}

.hair-transplant-techniques-head .c-title {
  color: #fff;
  margin-bottom: 25px;
}

.hair-transplant-techniques-head p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.hair-transplant-techniques .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hair-transplant-techniques .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.hair-transplant-techniques .item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #294461;
  color: #fff;
  min-width: 120px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  height: 120px;
  margin-bottom: 25px;
}

.hair-transplant-techniques .item .left .number {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  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;
  height: 120px;
}

.hair-transplant-techniques .item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0 15px;
  width: 60%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hair-transplant-techniques .item .right h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 25px;
}

.hair-transplant-techniques .item .right p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

.hair-transplant-techniques-info {
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
  margin-bottom: 25px;
  background: #8699ac;
  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;
  height: 150px;
  border-radius: 16px;
}

.hair-transplant-techniques-info p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.hair-transplant-maximum {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.hair-transplant-maximum .c-button {
  display: inline-block;
  background: #2B71B8;
}

.hair-transplant-maximum .c-title {
  margin-bottom: 72px;
}

.hair-transplant-maximum p {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.hair-transplant-maximum img {
  width: 100%;
}

.hair-transplant-maximum ul {
  margin-bottom: 25px;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
}

.hair-transplant-maximum ul li {
  list-style-type: disc;
  line-height: 1.5;
}

.hair-transplant-invest {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.hair-transplant-invest .c-title {
  margin-bottom: 72px;
}

.hair-transplant-invest .c-button {
  display: inline-block;
  background: #2B71B8;
}

.hair-transplant-invest-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #0A2A4A;
  max-width: 1200px;
  margin-bottom: 25px;
}

.hair-transplant-invest-content p {
  margin-bottom: 25px;
}

.hair-transplant-invest-content strong {
  display: block;
  padding-top: 15px;
}

.hair-transplant-invest-content ul {
  margin-bottom: 25px;
}

.hair-transplant-invest-content ul li {
  list-style-type: disc;
}

.hair-transplant-post {
  background: #2B71B8;
  padding: 60px 0 60px 0;
}

.hair-transplant-post-head {
  text-align: center;
  padding: 0 0 60px 0;
}

.hair-transplant-post-head .c-title {
  color: #fff;
  margin-bottom: 25px;
}

.hair-transplant-post-head strong {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.hair-transplant-post .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hair-transplant-post .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hair-transplant-post .item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  min-width: 120px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}

.hair-transplant-post .item .left .number {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  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;
  height: 100%;
}

.hair-transplant-post .item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0 15px;
  width: 60%;
}

.hair-transplant-post .item .right p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

.hair-transplant-post-info {
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
  margin-bottom: 25px;
  background: #8699ac;
  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;
  height: 150px;
  border-radius: 16px;
}

.hair-transplant-post-info p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.hair-transplant-cost {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.hair-transplant-cost .c-title {
  margin-bottom: 72px;
}

.hair-transplant-cost .c-button {
  display: inline-block;
  background: #2B71B8;
}

.hair-transplant-cost-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #0A2A4A;
  max-width: 1200px;
  margin-bottom: 25px;
}

.hair-transplant-cost-content p {
  margin-bottom: 25px;
}

.hair-transplant-cost-content strong {
  display: block;
  padding-top: 15px;
}

.hair-transplant-cost-content ul {
  margin-bottom: 25px;
}

.hair-transplant-cost-content ul li {
  list-style-type: disc;
}

.beard-transplant-head {
  background: #ECF2F9;
}

.beard-transplant-head .c-title {
  text-align: center;
  padding: 60px 0 60px 0;
}

.beard-transplant-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #0A2A4A;
}

.beard-transplant-content strong {
  display: block;
  font-weight: 600;
  margin-bottom: 25px;
}

.beard-transplant-content p {
  line-height: 1.5;
  color: #0A2A4A;
  margin-bottom: 25px;
}

.beard-transplant-content .c-button {
  display: inline-block;
  background: #2B71B8;
  font-size: 18px;
}

.beard-transplant-content ul {
  margin-bottom: 25px;
}

.beard-transplant-content ul li {
  list-style-type: disc;
  line-height: 1.5;
}

.beard-transplant-what-is {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 93px 0;
}

.beard-transplant-what-is .c-title {
  margin-bottom: 72px;
}

.beard-transplant-what-is .c-button {
  display: inline-block;
  background: #2B71B8;
}

.beard-transplant-what-is-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #0A2A4A;
  max-width: 1200px;
  margin-bottom: 25px;
}

.beard-transplant-what-is-content p {
  margin-bottom: 25px;
}

.beard-transplant-what-is-content ul {
  margin-bottom: 25px;
}

.beard-transplant-what-is-content ul li {
  list-style-type: disc;
}

.beard-transplant-difference {
  padding: 60px 0 60px 0;
  background: #2B71B8;
}

.beard-transplant-difference .c-title {
  color: #fff;
  margin-bottom: 25px;
}

.beard-transplant-difference .c-button {
  margin-top: 25px;
  display: inline-block;
  background: #fff;
  color: #2B71B8;
}

.beard-transplant-difference .desc {
  font-size: 20px;
  color: #fff;
  margin-bottom: 50px;
}

.beard-transplant-difference-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.beard-transplant-difference-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.beard-transplant-difference-content .item .bd {
  background: #D9D9D9;
  width: 10px;
  height: 95px;
  margin-right: 15px;
}

.beard-transplant-difference-content .item h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.beard-transplant-difference-content .item p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.beard-transplant-difference-contents p {
  font-size: 20px;
  color: #fff;
}

.beard-transplant-info {
  background: #ECF2F9;
  color: #fff;
  padding: 60px 0;
}

.beard-transplant-info-header {
  padding: 15px;
  width: 100%;
  background: #0A2A4A;
  border-radius: 30px 30px 0px 0px;
  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;
}

.beard-transplant-info-header .inner {
  width: 40%;
  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;
}

.beard-transplant-info-header img {
  width: 40px;
  height: 40px;
}

.beard-transplant-info-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}

.beard-transplant-info-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.beard-transplant-info-content p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
  margin-bottom: 35px;
}

.beard-transplant-info-contents {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.beard-transplant-info-contents .item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.beard-transplant-info-contents .item img {
  margin-bottom: 20px;
}

.beard-transplant-info-contents .item .title {
  font-size: 24px;
  color: #0A2A4A;
  margin-bottom: 25px;
  font-weight: 600;
}

.beard-transplant-info-contents .item p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.4;
  max-width: 750px;
  font-weight: 400;
}

.beard-transplant-who {
  background: #0A2A4A;
  padding: 60px 0 60px 0;
}

.beard-transplant-who-head {
  text-align: center;
  padding-bottom: 40px;
}

.beard-transplant-who-head .c-title {
  color: #fff;
  margin-bottom: 25px;
}

.beard-transplant-who-head p {
  color: #fff;
  font-size: 20px;
}

.beard-transplant-who-content .item {
  height: 100px;
  background: #fff;
  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: 20px;
  color: #2B71B8;
  margin-bottom: 25px;
  font-weight: 500;
}

.beard-transplant-who-contents {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.beard-transplant-who-contents img {
  padding: 30px 0;
}

.beard-transplant-who-contents p {
  font-size: 20px;
  color: #fff;
}

.beard-transplant-techniques {
  background: #2B71B8;
  padding: 60px 0 60px 0;
}

.beard-transplant-techniques-head {
  text-align: center;
  padding: 0 0 60px 0;
}

.beard-transplant-techniques-head .c-title {
  color: #fff;
  margin-bottom: 25px;
}

.beard-transplant-techniques-head p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.beard-transplant-techniques .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.beard-transplant-techniques .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.beard-transplant-techniques .item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.1607843137);
  color: #fff;
  min-width: 120px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  height: 120px;
  margin-bottom: 25px;
}

.beard-transplant-techniques .item .left .number {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  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;
  height: 120px;
}

.beard-transplant-techniques .item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0 15px;
  width: 60%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.beard-transplant-techniques .item .right h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 25px;
}

.beard-transplant-techniques .item .right p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

.beard-transplant-techniques-info {
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
  margin-bottom: 25px;
  background: #8699ac;
  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;
  height: 150px;
  border-radius: 16px;
}

.beard-transplant-techniques-info p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.beard-transplant-expect {
  padding: 60px 0 60px 0;
}

.beard-transplant-expect-head {
  text-align: center;
  padding: 60px 0 60px 0;
}

.beard-transplant-expect-head .c-title {
  margin-bottom: 25px;
}

.beard-transplant-expect-head p {
  font-size: 20px;
  color: #0A2A4A;
  line-height: 1.5;
}

.beard-transplant-expect-daily .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.beard-transplant-expect-daily .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2B71B8;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  padding: 15px;
}

.beard-transplant-expect-daily .item .right p {
  color: #0A2A4A;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.beard-transplant-expect-info {
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
  margin-bottom: 25px;
}

.beard-transplant-expect-info p {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.5;
  color: #0A2A4A;
}

.beard-transplant-expect .c-button {
  display: inline-block;
  background: #2B71B8;
  font-size: 18px;
}

.beard-transplant-how-many {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 70px 0;
}

.beard-transplant-how-many .c-title {
  margin-bottom: 25px;
}

.beard-transplant-how-many .c-button {
  display: inline-block;
  background: #2B71B8;
}

.beard-transplant-how-many-content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #0A2A4A;
  max-width: 1200px;
  margin-bottom: 25px;
}

.beard-transplant-how-many-content p {
  margin-bottom: 25px;
}

.beard-transplant-how-many-content ul {
  margin-bottom: 25px;
}

.beard-transplant-how-many-content ul li {
  list-style-type: disc;
}



.header-menu ul li {
  position: relative;
}

.header-menu ul li ul {
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px;
  padding: 8px 11px;
  white-space: nowrap;
  box-shadow: -20px 50px 70px rgba(8, 20, 32, .1);
  z-index: 999;
  top: 100%;
  margin-top: 5px;
  background: #2B71B8;
}


.header-menu ul li ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  z-index: 1
}

.header-menu ul li ul:after {
  content: "";
  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;
  display: block;
  padding: 0;
}

.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: #fff;
  font-weight: 600;
}

.header-menu ul li ul li a:hover {
  background: #ffffff;
  color: #2b71b8;
}


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

.homeheader {
  position: absolute;
  background: none !important;
  backdrop-filter: none !important;
}

.page-shorts-video {
  background: #F1F5FC;
  padding: 50px 0;
}

.page-shorts-video-head {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
}

.page-shorts-video-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.page-shorts-video p {
  color: #758299;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 18px;
}

.page-shorts-video-slider .item {
  margin: 0 15px;
  overflow: hidden;
  border-radius: 16px;
}

.page-shorts-video-slider .item a {
  position: relative;
  display: block;
}

.page-shorts-video-slider .item a:hover {
  opacity: initial;
}

.page-shorts-video-slider .item a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.page-shorts-video-slider .item img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.page-shorts-video-slider .item .seperator {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8.37%, #241F1C), color-stop(35.88%, rgba(58, 55, 53, 0.75)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(360deg, #241F1C 8.37%, rgba(58, 55, 53, 0.75) 35.88%, rgba(102, 102, 102, 0) 100%);
  top: 0;
}

.page-shorts-video-slider .item .bottom {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 25px;
  z-index: 99;
}

.page-shorts-video-slider .item .text {
  font-size: 25px;
  color: #f5f3ec;
  font-weight: 600;
  margin-bottom: 7px;
}

.page-shorts-video-slider .item .desc {
  font-size: 18px;
  color: #f5f3ec;
  height: 30px;
}

.page-shorts-video-slider .item .icon {
  width: 60px;
  height: 60px;
  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: #2B71B8;
  border-radius: 100%;
  color: #fff;
}

.page-shorts-video-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -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;
  border-radius: 100%;
  border: 1px solid;
  background: #2B71B8;
  border-radius: 100%;
  color: #fff;
}

.page-shorts-video-slider .slick-next {
  right: 0px;
}

.page-shorts-video-slider .slick-prev {
  left: 0px;
}



.page-content {
  padding-top: 60px;
}

.page-content h2 {
  font-size: 30px;
  color: #0A2A4A;
  font-weight: 600;
  margin-bottom: 25px;
}

.page-content h3 {
  font-size: 30px;
  font-weight: 600;

  color: #0A2A4A;
  margin-bottom: 25px;
}

.page-content h4 {
  font-size: 30px;
  font-weight: 600;

  color: #0A2A4A;
  margin-bottom: 25px;
}



.page-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #0A2A4A;
  margin-bottom: 25px;
}

.page-content strong {
  display: inline-block;
  color: #0A2A4A;
  padding-top: 15px;
}

.page-content a {
  color: #0A2A4A;

}

.page-content ul {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
  padding-left: 30px;
}

.page-content ul li {
  list-style-type: disc;
  margin-bottom: 25px;

}

.slider-form .iti--separate-dial-code .iti__selected-flag {
  background-color: rgb(255 255 255);
}



.slider-content ul li {
  margin-bottom: 7.5px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.slider-content ul li:before {
  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: #2b71b8;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #A48B78;
  min-width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
}

.slider-content {
  margin-top: -55px;
}

.slider:after {
  content: '';
  position: absolute;
  width: 1500px;
  height: 1295px;
  top: -362px;
  right: -369px;
  /* -webkit-mask-image: url(); */
  mask-image: url(../images/mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: linear-gradient(156deg, #2b71b8 0%, #ffffff 100%);
  z-index: -5;
}

.homeheader .header-menu ul li a {
  color: #fff;
  font-weight: 600;
}

.m-slider-img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mask-image: url(../images/m-mask.webp);
  mask-size: 100% 100%;
  background: linear-gradient(156deg, #2B71B8 0%, #ffffff 100%);
  padding-top: 120px;
}

.m-slider-content ul li {
  margin-bottom: 7.5px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  line-height: 1.5;
}

.m-slider-content ul li:before {
  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: #2b71b8;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #A48B78;
  min-width: 25px;
  height: 25px;
  color: #fff;
  font-size: 13px;
  border-radius: 100%;
}

.m-slider-content {
  margin-top: -55px;
}

.m-slider-content h1 {
  font-size: 25px;
  color: #2B71B8;
  margin-bottom: 15px;
  font-weight: 700;
  /* text-align: center; */
}

.m-slider-content {
  margin-top: -55px;
  /* text-align: center; */
  padding: 63px 0px;
}

.m-slider-content p {
  margin-bottom: 15px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}


.navBarItems {
  position: relative;
  justify-content: center;
  /* background: linear-gradient(4deg, #1e4d7a 0%, #1e4d7a 100%); */
  height: 60px;
  /* padding-left: 15px; */
  /* padding-right: 15px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -21px;
}

.navBarItem {
  position: absolute;
  opacity: 0;
  animation: 9s infinite fadeSlide;
}

.navBarItem .text {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.navBarItem:first-child {
  animation-delay: 0s;
}

.navBarItem:nth-child(2) {
  animation-delay: 3s;
}

.navBarItem:nth-child(3) {
  animation-delay: 6s;
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  30%,
  5% {
    opacity: 1;
    transform: translateY(0);
  }

  35% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 0;
  }
}