@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;
  color: white;
}

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: 0px 0px;
  z-index: 99999999;
  border: none !important;
  /* border-top-left-radius: 51px; */
  /* border-top-right-radius: 30px; */
}

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

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

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

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

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

.mContact img {
  width: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** Whatsapp Fixed **/
/** Font Family **/
@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/FuturaBT-Book.woff2") format("woff2"), url("../fontsFuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1400px) {
  .c-container {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
  }
}
body {
  font-family: "Poppins", sans-serif;
}

p {
  font-weight: 300;
  line-height: 1.4;
}

.header {
  background: #494949;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: -1px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-logo img {
  height: 60px;
}

.slider {
  background: #fff3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-inner {
  background: url(../images/slider-inner.jpg);
  height: 600px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.slider-inner h1 {
  color: #17468a;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
.slider-inner p {
  line-height: 1.3;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.slider-inner a.more {
  display: inline-block;
  padding: 15px 30px;
  background: #17468a;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.slider-inner .awards {
  padding-left: 15px;
  display: block;
  margin-top: 20px;
  width: 30%;
}
.slider-inner .google {
  margin-bottom: 20px;
}
.slider-inner .google-inner {
  background: #fff;
  padding: 10px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-inner .google .text {
  padding: 0 15px;
}
.slider-inner .google .stars i {
  color: #fea41a;
}
.slider-bottom {
  background: #0091ac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.slider-bottom .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;
}
.slider-bottom .item .text {
  color: #fff;
}
.slider-bottom .item .icon {
  color: white;
  padding-right: 15px;
}

.home-form {
  height: 550px;
  padding-top: 40px;
}

.home-form-inner{

}


.home-form .in{
  background: linear-gradient(#494949, #000000);
  border-radius: 25px;
  padding: 35px;
  width: 50%;
  margin: 0 auto;
}

.home-form-inner .title{
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.home-form-inner .desc{
  color: #fff;

  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
}

.home-form-inner input[type="text"]{
  background-color: #fff;
    color: #8e8e8e;
    border-radius: 19px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
    width: 100%;
    height: 47px;
    border: 0;
    padding: 15px;
    margin-bottom: 15px;
}

.home-form-inner select{
    background-color: #fff;
    color: #8e8e8e;
    border-radius: 19px;
    width: 100%;
    height: 47px;
    border: 0;
    padding: 15px;
    margin-bottom: 15px;
}

.home-form-inner input[type="tel"]{
  background-color: #fff;
    color: #8e8e8e;
    border-radius: 19px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
    width: 100%;
    height: 47px;
    border: 0;
    padding: 15px;

}

.home-form-inner button{
  background: #cea250;
  width: 100%;
  height: 47px;
  border: 0;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 18px;
}


.home-form .position-relative{
  margin-bottom: 15px;
}

@keyframes opacityAnimation {

  0%,
  100% {
      opacity: 1
  }

  50% {
      opacity: 0
  }
}

.home-fetured {
  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: 350px;
  background: linear-gradient(90deg, #1c1c2e 0%, #33334e 100%);3;
}
.home-fetured .item {
  padding: 0px;
  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;
  text-align: center;
  /* background: #fff; */
  min-height: 250px;
  padding: 10px;
}
.home-fetured .item i {
  font-size: 60px;
  margin-bottom: 15px;
}
.home-fetured .item .text {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.home-fetured .item .desc {
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
}

.home-fetured-icerik {
  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: 350px;
  background: linear-gradient(90deg, #1c1c2e 0%, #33334e 100%);3;
}
.home-fetured-icerik .item-icerik {
  padding: 0px;
  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;
  text-align: center;
  /* background: #fff; */
  min-height: 250px;
  padding: 10px;
  border: 1px solid #cea250;
}
.home-fetured-icerik .item-icerik i {
  font-size: 60px;
  margin-bottom: 15px;
}
.home-fetured-icerik .item-icerik .text {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.home-fetured-icerik .item-icerik .desc {
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
}

.contentbar h1{
  color: white;
  padding-bottom: 15px;
}

.contentbar p{
  color: white;
  line-height: 1.5;
  font-weight: 300;
  font-size: 15px;
}

/*
.home-fetured {
  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: 350px;
}
.home-fetured .item {
  padding: 0px;
  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;
  text-align: center;
  background: #fff;
  min-height: 250px;
  padding: 10px;
}
.home-fetured .item i {
  font-size: 60px;
  margin-bottom: 15px;
}
.home-fetured .item .text {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.home-fetured .item .desc {
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
}
*/
.home-package {
  background: #f1f1f2;
}
.home-package .title {
  padding-top: 40px;
  font-size: 32px;
}
.home-package .title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #cea250;
}
.home-package ul {
  padding-top: 40px;
  margin-bottom: 25px;
}
.home-package ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
}
.home-package ul li i {
  color: #1c1c2e;
  padding-right: 15px;
}
.home-package a.more {
  display: inline-block;
  padding: 15px 30px;
  background: #cea250;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.home-before {
  padding: 60px 0;
  text-align: center;
}
.home-before .title {
  font-size: 32px;
  margin-bottom: 50px;
  text-align: left;
}
.home-before .title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #cea250;
}
.home-before img {
  border-radius: 25px;
  margin-bottom: 30px;
}
.home-before a.more {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  padding: 15px 30px;
  background: #cea250;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.home-services {
  background: #f1f1f2;
  padding: 40px 0;
}
.home-services .head-title {
  font-size: 32px;
  margin-bottom: 30px;
}
.home-services .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #cea250;
}
.home-services .item {
  text-align: center;
  margin: 0 auto;
  background: white;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  min-height: 400px;
  margin-bottom: 25px;
}
.home-services .img {
  background: #f5f4f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  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;
  margin: 0 auto;
  margin-bottom: 15px;
}
.home-services .img img {
  width: 80%;
}
.home-services .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-services .desc {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}
.home-services a.more {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  padding: 15px 30px;
  background: #cea250;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.home-icerik {
  margin-top: 25px;
  margin-bottom: 25px;
}
.home-icerik .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-icerik .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #cea250;
}

.home-icerik .item .img {
  position: relative;
}
.home-icerik .item .img .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.home-icerik .item .img a {
  opacity: inherit;
  display: block;
}
.home-icerik .item .img .butons-btn {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 60px;
  color: #fff;
  z-index: 1;
}
.home-icerik .item .desc {
  padding: 15px;
  background: #f1f1f2;
}
.home-icerik .item .desc .stars {
  color: #33334e;
  margin-bottom: 15px;
}
.home-icerik .item .desc .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.home-icerik .item .desc .text {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}
.home-icerik a.more {
  text-align: center;
  margin: 30px auto;
  display: inline-block;
  padding: 15px 30px;
  background: #17468a;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}


.home-videos {
  margin-top: 25px;
  margin-bottom: 25px;
}
.home-videos .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-videos .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #cea250;
}
.home-videos .item img {
  width: 100%;
}
.home-videos .item .img {
  position: relative;
}
.home-videos .item .img .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.home-videos .item .img a {
  opacity: inherit;
  display: block;
  margin-top: 25px;
}
.home-videos .item .img .butons-btn {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 60px;
  color: #fff;
  z-index: 1;
}
.home-videos .item .desc {
  padding: 15px;
  background: #f1f1f2;
}
.home-videos .item .desc .stars {
  color: #33334e;
  margin-bottom: 15px;
}
.home-videos .item .desc .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.home-videos .item .desc .text {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}
.home-videos a.more {
  text-align: center;
  margin: 30px auto;
  display: inline-block;
  padding: 15px 30px;
  background: #cea250;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.home-success {
  background: #ffffff;
  padding: 40px 0;
}
.home-success .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-success .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #cea250;
}
.home-success .head-inner {
  text-align: center;
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.home-success-inner {
  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;
  background: #fff;
  padding: 3% 2%;
}
.home-success .item {
  text-align: center;
  border: 1px solid #000;
}
.home-success .item.active {
  background: #c59d5f;
  color: #fff;
}
.home-success .item .title {
  font-weight: 500;
  padding: 15px 0;
  font-size: 20px;
}
.home-success a.more {
  text-align: center;
  margin: 30px auto;
  display: inline-block;
  padding: 15px 30px;
  background: #cea250;
  color: #fff;
  font-size: 18px;
  border-radius: 25px;
}
/*
.home-success {
  background: #f5f5f5;
  padding: 40px 0;
  margin-top: 30px;
}
.home-success .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-success .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #17468a;
}
.home-success .head-inner {
  text-align: center;
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.home-success-inner {
  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;
  background: #fff;
  padding: 3% 2%;
}
.home-success .item {
  text-align: center;
  border: 1px solid #000;
}
.home-success .item.active {
  background: #17468a;
  color: #fff;
}
.home-success .item .title {
  font-weight: 500;
  padding: 15px 0;
  font-size: 20px;
}
.home-success a.more {
  text-align: center;
  margin: 30px auto;
  display: inline-block;
  padding: 15px 30px;
  background: #17468a;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
*/
.home-hospital {
  background: #f1f1f2;
}
.home-hospital .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-hospital .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #cea250;
}
.home-hospital img {
  border-radius: 25px;
  margin-bottom: 25px;
}
.home-hotel {
}
.home-hotel .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-hotel .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #cea250;
}
.home-hotel img {
  border-radius: 25px;
  margin-bottom: 25px;
}
.home-comments {
  padding: 40px 0;
}
.home-comments .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-comments .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #cea250;
}
.home-comments .item {
  background: #f2f3ff;
  border-radius: 25px;
  padding: 30px 15px;
}
.home-comments .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 .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: 15px;
}
.home-comments .item .head .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dddae7;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 15px;
  font-weight: 600;
}
.home-comments .item .head .title {
  font-weight: 400;
  font-size: 18px;
}
.home-comments .item .right .stars {
  color: #33334e;
}
.home-comments .item .desc {
  line-height: 1.4;
  padding: 10px 0;
}
.home-comments a.more {
  margin-top: 25px;
  display: inline-block;
  padding: 15px 30px;
  background: #cea250;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.home-advantages {
  padding: 40px 0;
}
.home-advantages .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-advantages .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #cea250;
}
.home-advantages th {
  padding: 10px 20px;
  line-height: 22px;
  font-weight: 500;
  border: none;
  background: none;
  vertical-align: middle;
  text-align: center;
}
.home-advantages th:nth-child(2) td:last-of-type {
  border-top-right-radius: 25px;
}
.home-advantages th:nth-child(3) {
  color: #717171;
}
.home-advantages td {
  color: white;
  padding: 20px;
  line-height: 30px;
  background-color: #1c1c2e;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  vertical-align: middle;
}
.home-advantages td:nth-child(3) {
  background-color: #33334e;
}
.home-advantages tr:nth-child(2) td:first-of-type {
  border-top-left-radius: 25px;
}
.home-advantages tr:nth-child(2) td:last-of-type {
  border-top-right-radius: 25px;
}
.home-advantages th:nth-child(2) {
  color: white;
  background-color: #33334e;
  border-radius: 10px 10px 0 0;
}
.home-advantages tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 25px;
}
.home-advantages tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 25px;
}
.home-advantages svg {
  width: 1em;
  height: 1em;
  font-size: 24px;
}
.home-advantages .elementor-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-faq {
  background: #f2f3ff;
  background: #494949;
}
.home-faq .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
  color: #fff;
}
.home-faq .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #ffffff;
}
.home-faq-content .faq {
  width: 100%;
  margin-bottom: 20px;
}
.home-faq-content .faqitem .faq-header {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
  border: 1px solid #cfa352;
  background: #494949;
}
.home-faq-content .faqitem .faq-header .faq-title {
  margin: 0;
  font-size: 16px;
  color: #fff;
}
.home-faq-content .faqitem .faq-header i {
  color: #cfa352;
}
.home-faq-content .faqitem .faq-header .fa.fa-minus {
  display: none;
  color: #fff;
}
.home-faq-content .faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #cfa352;
}
.home-faq-content .faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #fff;
}
.home-faq-content .faqitem .content {
  padding: 1px 0px 20px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: none;
}
.home-faq .title {
  font-size: 25px;
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-faq a {
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer {
  padding: 40px 0;
  background: #494949;
}
.footer .title {
  font-size: 25px;
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer a {
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
}
.footer-social{
  font-size: 25px;
}
.footer-social a{
  padding-right: 25px;
  padding-left: 25px;
  display: inline-block;
}

@keyframes opacityAnimation {

  0%,
  100% {
      opacity: 1
  }

  50% {
      opacity: 0
  }
}

.slider-gallery-inner {
  position: relative;
}

.slider-gallery-in {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.slider-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.slider-gallery:after {
  content: '';
  background-color: rgb(34 34 54 / 53%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.slider-gallery img.animate {
  animation: opacityAnimation 1.5s linear;
}

.slider-gallery-in h1{
  color: #fff;
  text-shadow: 1px 0px 9px rgb(0 0 0 / 86%);
  font-weight: 800;
  margin-bottom: 15px;
}

.slider-gallery-in p{
  color: #fff;
  text-shadow: 1px 0px 9px rgb(0 0 0 / 86%);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}

.slider-gallery-in .google {
  margin-bottom: 20px;
}
.slider-gallery-in .google-inner {
  background: #fff;
  padding: 10px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-gallery-in .google .text {
  padding: 0 15px;
}
.slider-gallery-in .google .stars i {
  color: #fea41a;
}

.slider-gallery-in a {
  display: inline-block;
  padding: 15px 30px;
  background: #cea250 ;
  color: white;
  font-size: 18px;
  border-radius: 25px;
  margin-bottom: 24px;
  transform: scale(1);
  animation: pulse 2s infinite;
  opacity: initial !important;
}

.home-about{
  padding: 30px 0;
}

.home-about .title{
  padding-top: 40px;
    font-size: 32px;
    margin-bottom: 20px;
}

.home-about .title:after{
  margin-top: 11px;
    display: block;
    height: 3px;
    content: "";
    width: 200px;
    background: #cea250;
    
}

.home-about-desc p{
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 15px;
}

.home-about img{
  border-radius: 25px;
}

.home-icerik{
  padding: 30px 0;
}

.home-icerik .title{
  padding-top: 40px;
    font-size: 32px;
    margin-bottom: 20px;
}

.home-icerik .title:after{
  margin-top: 11px;
    display: block;
    height: 3px;
    content: "";
    width: 200px;
    background: #cea250;
    
}

.home-icerik-desc p{
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 15px;
}

.home-icerik img{
  border-radius: 25px;
}

.obesite-comments {
  background: rgb(243, 243, 243);
  padding: 15px 0 0 0;
  background: re;
}
.obesite-comments-image {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 558px;
  border-radius: 100%;
  /* margin: 0 auto; */
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .obesite-comments-image {
    margin: auto;
  }
}
.obesite-comments-image img {
  /* width: 300px; */
  /* height: 300px; */
  /* border-radius: 100%; */
  -o-object-fit: cover;
  /* object-fit: cover; */
  /* margin: 0 auto; */
}
@media (min-width: 768px) {
  .obesite-comments-image img {
    margin: auto;
    /* width: 513px; */
    /* height: 513px; */
  }
}
.obesite-comments-loss-weight {
  width: 130px;
  height: 130px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #0c497e;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #161414 0%, #494949 100%);
  color: #fff;
}
@media (min-width: 768px) {
  .obesite-comments-loss-weight {
    width: 150px;
    height: 150px;
    font-size: 25px;
  }
}
.obesite-comments-loss-weight span {
  font-size: 23px;
}
.obesite-comments-info h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 768px) {
  .obesite-comments-info h3 {
    font-size: 35px;
  }
}
.obesite-comments-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #6e6e6e;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .obesite-comments-info p {
    font-size: 16px;
  }
}
.obesite-comments-play {
  display: flex;
  align-items: center;
  /* margin-top: 43px; */
  padding: 22px 0px;
}
.obesite-comments-play i {
  transition: all 0.1s;
  width: 82px;
  height: 82px;
  border-color: rgb(12, 73, 126);
  border-width: 4px;
  border-style: solid;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #134e81;
  margin-right: 17px;
}
.obesite-comments-play p {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #cea250;
}
.obesite-comments-play:hover i {
  transition: all 0.1s;
  opacity: 0.8;
  transform: scale(1.03);
}
.obesite-comments-slider {
  margin-bottom: 45px;
}
.obesite-comments-slider-sync {
  position: relative;
  border-radius: 30px;
  background: linear-gradient(90deg, #161414 0%, #494949 100%);
  padding: 15px 0;
  margin-bottom: 90px;
  height: 142px;
}
.obesite-comments-sync-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.obesite-comments-sync-item img {
  width: 114px;
  height: 108px;
  border-radius: 100%;
  border: 3px solid #ffffff;
  margin-bottom: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}
.obesite-comments-sync-item p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #242439;
}

.obesite-best {
  padding-top: 190px;
}
.obesite-best-info h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #0c497e;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .obesite-best-info h3 {
    margin-top: 0;
    font-size: 35px;
  }
}
.obesite-best-info p {
  margin-top: 38px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #6e6e6e;
}
@media (min-width: 768px) {
  .obesite-best-info p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .obesite-best-image {
    width: 100%;
    height: auto;
  }
}
.obesite-best-play {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.obesite-best-play i {
  transition: all 0.1s;
  width: 82px;
  height: 82px;
  border-color: rgb(12, 73, 126);
  border-width: 4px;
  border-style: solid;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #134e81;
  margin-right: 17px;
}
.obesite-best-play p {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #134e81;
  margin-top: 0;
}
.obesite-best-play:hover i {
  transition: all 0.1s;
  opacity: 0.8;
  transform: scale(1.03);
}
.obesite-best-more {
  margin-top: 45px;
  width: 164px;
  height: 31px;
  background: rgb(12, 73, 126);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.c-title {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  color: #0c497e;
}

.obesite-comments-info .video  {
position: relative;
}
.obesite-comments-info .video a  {display: inline-block;position: relative;}
.obesite-comments-info .video img {
  /* width: 60%; */
  border-radius: 25px;
}


.obesite-comments-info .video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.obesite-comments-info .video .butons-btn {
  position: relative;
  background: #ffffff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #2d2d46;
  z-index: 1;
}

.obesite-comments-info .randevu{
  background: linear-gradient(90deg, #886627 0%, #cea250 100%);
  color: #fff;
  width: 289px;
  height: 50px;
  display: inline-block;
  border-radius: 25px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  transform: scale(1);
  animation: pulse 2s infinite;
  font-size: 20px;
  text-align: left;
  margin-bottom: 16px;
  padding: 0px 15px;
}


.obesite-comments-play img {
  width: 130px;
  margin-right: 11px;
  animation: pulseVideo 2s infinite;
  border-radius: 100%;
}

.mContact {
  display: block;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999999;
  border: none!important;
}

.mContact .col-md-3 {
  width: 25%!important;
  float: left;
  padding: 7px!important;
}

.mContact .col-md-3 a {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}

.mContact .col-md-3 span {
  font-weight: 500;
  color: #fff;
  padding: 2px;
  position: relative;
  display: block;
}

.mContact .wp {
  background: #55cd6c;
}

.home-contact-right .iti--separate-dial-code .iti__selected-dial-code {
  color: #fff;
}

.mContact .tl {
  background: linear-gradient(90deg,#383838 0%,#494949 100%);
}

.mContact img {
  width: 30px;
}

.hero {
  min-height: calc(100vh - 80px);
  background-image: url("../images/slider.jpg");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #494949;

}


.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .container {
  height: 100%;
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 60px 0;
}

.hero-content h1 {
  font-size: 39px;
  line-height: 46px;
  color: #fff;
  font-weight: 200;
}

.hero-content p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  max-width: 520px;
}

.hero-content .orange-btn {
  /* font-size: 18px; */
  max-width: 245px;
}

.hero-content .google-review img {
  height: 40px;
}

.hero-content ul:after{
  margin-top: 11px;
  margin-bottom: 11px;
  display: block;
  height: 1px;
  content: "";
  width: 70px;
  background:#ffffff;
}

.hero-content ul:before{
  margin-top: 11px;
  margin-bottom: 11px;
  display: block;
  height: 1px;
  content: "";
  width: 70px;
  background:#ffffff;
}
.heroul{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    max-width: 520px;
}

.hero a {
  display: inline-block;
  padding: 15px 30px;
  background: #c7a957;
  color: #ffffff;
  font-size: 18px;
  border-radius: 25px;
  margin-bottom: 24px;
  transform: scale(1);
  animation: pulse 2s infinite;
  text-align: center;
  width: 270px;
  opacity: initial !important;
}

.hero .google {
  margin-bottom: 20px;
}
.hero .google-inner {
  background: #fff;
  padding: 10px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .google .text {
  padding: 0 15px;
}
.hero .google .stars i {
  color: #fea41a;
}

@media (min-width: 768px) {
  .c-title {
    font-size: 35px;
  }
}

.c-description {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #6e6e6e;
}
@media (min-width: 768px) {
  .c-description {
    font-size: 14px;
  }
}


@keyframes pulse {
  0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

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

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


@keyframes pulseVideo {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
}

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

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


@media screen and (max-width: 639px) and (min-width: 0px) {

  .slider-gallery {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
  }

  .slider-gallery-inner .container {
      padding: 0;
      width: 100%;
  }

}
