/* Colors */
/* Functions */
html,
body {
  min-height: 100%;
  scroll-behavior: smooth;
  --gutter-x: 10px;
  --gutter-x2: -10px;
  overflow-x: hidden;
  font-family: 'Josefin Sans', sans-serif;
  background-color: #ffffff;
  line-height: 1.5;
}
html.modal-opened,
body.modal-opened {
  position: fixed !important;
  overflow: hidden !important;
  width: 100%;
}
#left-whatsapp {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
#left-whatsapp a {
  height: 52px;
  width: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#left-whatsapp a:hover {
  padding-left: 5px;
  width: 57px;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #cc9a48;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #ffc970;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffc970 0%, #b57b1d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffc970 0%, #b57b1d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffc970 0%, #b57b1d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x img {
  margin-right: 12px;
}
#mobile-footer-cta-buttons .button-x span.text {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.mb15 {
  margin-bottom: 15px;
}
a {
  color: #faa61c;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  filter: brightness(0.8);
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
button {
  border: 0;
  cursor: pointer;
  background: none;
}
.text-center {
  text-align: center;
}
.button {
  cursor: pointer;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 60px;
  font-family: 'Josefin Sans', sans-serif;
  transition: all ease 0.3s;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.56;
  text-align: center;
  color: #ffffff;
  position: relative;
  background-color: #faa61c;
  -webkit-appearance: none;
}
.button.just-text {
  font-size: 20px;
  color: #faa61c;
  font-weight: 600;
  background: none;
  padding: 0;
}
.button.just-text::before {
  content: '-';
  margin-right: 15px;
}
.button.just-text::after {
  content: '-';
  margin-left: 15px;
}
/*=============================================
=            Header            =
=============================================*/
header {
  background: #2b3132;
  position: relative;
}
header .logo {
  margin-right: 20px;
}
header .beyaz-bar {
  background: #fff;
}
header .beyaz-bar .iletisim {
  background-color: #f4f4f1;
  padding: 25px 0;
  position: relative;
  margin-left: 20px;
}
header .beyaz-bar .iletisim::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  background: #f4f4f1;
}
header .beyaz-bar .iletisim .bilgi {
  padding: 0 20px;
  white-space: nowrap;
}
header .beyaz-bar .iletisim .bilgi i {
  font-size: 30px;
  margin-right: 15px;
  color: #faa61c;
}
header .beyaz-bar .iletisim .bilgi .text p {
  color: #2b3132;
}
header .beyaz-bar .iletisim .bilgi .text small {
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 13px;
  color: #747879;
}
header .beyaz-bar .iletisim .langs {
  margin-right: 35px;
}
header .beyaz-bar .iletisim .langs img {
  width: 50px;
  margin: 0 10px;
}
header .beyaz-bar .iletisim .whatsapp {
  background: #4fb853;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
}
header .beyaz-bar .iletisim .whatsapp i {
  margin-right: 15px;
  font-size: 28px;
}
header .beyaz-bar .sosyalnav {
  padding: 10px 0;
  background: #fff;
  position: relative;
  margin-left: 20px;
}
header .beyaz-bar .sosyalnav::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  background: #fff;
}
header .beyaz-bar .sosyalnav .sosyal img {
  width: 35px;
  margin: 0 15px;
}
header .beyaz-bar .sosyalnav .menu {
  font-family: 'Josefin Sans', sans-serif;
}
header .beyaz-bar .sosyalnav .menu li {
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
header .beyaz-bar .sosyalnav .menu li.current-menu-item {
  font-weight: bold;
}
header .beyaz-bar .sosyalnav .menu li:last-child::after {
  display: none;
}
header .beyaz-bar .sosyalnav .menu li a {
  padding: 15px 10px;
  color: #2b3132;
}
header .beyaz-bar .sosyalnav .menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 50px;
  pointer-events: initial;
}
header .beyaz-bar .sosyalnav .menu li ul.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #2b3132;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .beyaz-bar .sosyalnav .menu li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .beyaz-bar .sosyalnav .menu li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #2b3132 transparent;
}
header .beyaz-bar .sosyalnav .menu li ul.sub-menu li {
  padding: 0;
  margin: 0;
}
header .beyaz-bar .sosyalnav .menu li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .beyaz-bar .sosyalnav .menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header .beyaz-bar .sosyalnav .menu li ul.sub-menu li:after {
  display: none;
}
header .beyaz-bar .sosyalnav .menu li ul.sub-menu li a {
  color: #2b3132;
  white-space: nowrap;
  margin: 0;
  padding: 10px 30px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .beyaz-bar .sosyalnav .menu li ul.sub-menu li ul.sub-menu {
  top: 20px;
  left: 100%;
  transform: translateX(0);
}
header .beyaz-bar .sosyalnav .menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
header .beyaz-bar .sosyalnav .menu li:last-child {
  margin-right: 0;
}
/*=============================================
=            Header Slider            =
=============================================*/
section#header-slider {
  position: relative;
}
section#header-slider .owl-theme .owl-nav [class*=owl-] {
  border-radius: 0;
  border-size: 1px;
}
section#header-slider .owl-nav {
  position: absolute;
  left: 10%;
  display: flex;
  flex-direction: column;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
section#header-slider .owl-nav button {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#header-slider .owl-nav button span {
  font-size: 40px;
  color: #fff;
}
/*=============================================
=            HakkÃƒâ€žÃ‚Â±mda            =
=============================================*/
section#hakkimda .hakkimda {
  margin: 65px 0;
  font-family: 'Josefin Sans', sans-serif;
}
section#hakkimda .hakkimda .yazi {
  padding-left: 60px;
}
section#hakkimda .hakkimda .title {
  color: #faa61c;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
section#hakkimda .hakkimda .isim {
  font-size: 24px;
  color: #2b3132;
  font-weight: 400;
}
section#hakkimda .hakkimda small {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
}
section#hakkimda .hakkimda .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
section#hakkimda .hakkimda .text p {
  margin: 20px 0;
}
section#hakkimda .kurumumuz {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px;
}
section#hakkimda .kurumumuz .title {
  font-size: 30px;
  color: #fff;
}
section#hakkimda .kurumumuz .aciklama {
  color: #fff;
  font-weight: 350;
  width: 60%;
  margin: 50px 0;
  font-size: 17px;
}
/*=============================================
=            Ãƒâ€žÃ‚Â°letiÃƒâ€¦Ã…Â¸im            =
=============================================*/
section#iletisim {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
}
section#iletisim .icerik {
  width: 60%;
  padding-top: 85px;
}
section#iletisim .icerik .title {
  font-size: 28px;
  font-weight: 500;
  color: #2b3132;
}
section#iletisim .icerik .text {
  color: #2b3132;
  margin-top: 20px;
  margin-bottom: 50px;
}
section#iletisim .icerik .text p {
  margin: 20px 0;
}
section#iletisim .icerik .iletisim-mobil {
  display: flex;
  text-align: center;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
section#iletisim .icerik .iletisim-mobil img {
  margin: 0 auto;
}
section#iletisim .icerik .form-side {
  border: 2px solid #faa61c;
  background-color: #e1e5e4;
  padding: 20px;
  position: relative;
}
section#iletisim .icerik .form-side .iletisime-gec {
  position: absolute;
  right: -300px;
  bottom: 75px;
}
section#iletisim .icerik .form-side input[type=text],
section#iletisim .icerik .form-side input[type=tel],
section#iletisim .icerik .form-side input[type=email],
section#iletisim .icerik .form-side textarea {
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 5px;
  height: 50px;
  width: 100%;
  text-indent: 20px;
  font-size: 18px;
  border: 1px solid #faa61c;
  color: #2b3132;
  background-color: #e1e5e4;
}
section#iletisim .icerik .form-side textarea {
  height: 100px;
  padding: 10px 0;
}
section#iletisim .icerik .form-side input[type=submit] {
  margin: 0 auto;
  border: none;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 270px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section#iletisim .icerik .form-side input[type=submit]:hover {
  background-color: #c57c04;
}
/*=============================================
=            Tedaviler            =
=============================================*/
section#tedaviler .container {
  padding-top: 175px;
}
section#tedaviler .tedaviler {
  --gutter-x: 25px;
}
section#tedaviler .tedaviler > .col {
  margin-top: 100px;
}
section#tedaviler .tedaviler .tedavi {
  background: #ebebeb;
  padding: 60px;
  color: #2b3132;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section#tedaviler .tedaviler .tedavi:hover {
  background: #faa61c;
  color: #fff;
  filter: brightness(1);
  box-shadow: 0px 0px 24px #2b313246;
}
section#tedaviler .tedaviler .tedavi:hover .button {
  color: #fff;
}
section#tedaviler .tedaviler .tedavi img {
  margin-top: -100px;
}
section#tedaviler .tedaviler .tedavi .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}
section#tedaviler .tedaviler .tedavi .text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}
section#tedaviler .tedaviler .tedavi span {
  margin-top: 30px;
}
/*=============================================
=            Randevu            =
=============================================*/
section#randevu .icerik {
  background: #e1e5e4;
  color: #2b3132;
  padding: 200px 125px;
}
section#randevu .icerik .title {
  color: #2b3132;
  font-size: 39px;
  font-style: italic;
  margin-bottom: 25px;
  font-weight: 900;
}
section#randevu .icerik .text {
  color: #252525;
  font-size: 18px;
  margin-bottom: 25px;
}
section#randevu .icerik .text p {
  margin: 20px 0;
}
section#randevu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*=============================================
=            Hizmetler            =
=============================================*/
section#hizmetler .hizmet {
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #faa61c;
  color: #fff;
  padding: 75px 40px;
}
section#hizmetler .hizmet .title {
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section#hizmetler .hizmet .text {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
/*=============================================
=            Blog            =
=============================================*/
section#blog .blog-list {
  margin: 60px 0;
  --gutter-x: 20px;
  --gutter-x2: -20px;
}
section#blog .blog-list .blog-item .title {
  font-weight: bold;
  margin: 30px 0;
  font-size: 19px;
  color: #2b3132;
}
section#blog .blog-list .blog-item .text {
  color: #757879;
  font-size: 15px;
  margin-bottom: 30px;
  height: 90px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
}
section#blog .blog-list .blog-item span {
  font-size: 14px;
}
/*=============================================
=            Instagram            =
=============================================*/
section#instagram .container {
  margin-bottom: 40px;
}
section#instagram .instagram-title img {
  width: 85px;
  margin-right: 10px;
}
section#instagram .instagram-title .title {
  font-size: 30px;
  font-weight: bold;
  color: #2b3132;
}
section#instagram .instagram-title .adres {
  color: #faa61c;
}
section#instagram .instagram {
  width: 100%;
}
section#instagram .instagram > img {
  width: 100%;
  height: 100%;
}
/*=============================================
=            Footer            =
=============================================*/
footer {
  background: #2b3132;
}
footer .logo img {
  width: 300px;
}
footer .sosyal a {
  width: 45px;
  height: 45px;
  background: #131617;
  color: #fff;
  margin: 0 5px;
}
footer .sosyal a:hover {
  background: #434c4d;
}
footer .bar1 {
  padding: 35px 0;
}
footer .footer-nav {
  padding: 35px 0;
  color: #dddddd;
  --gutter-x: 20px;
  --gutter-x2: -20px;
  border-bottom: 1px solid #313536;
  border-top: 1px solid #313536;
}
footer .footer-nav .title {
  font-size: 22px;
  width: fit-content;
  margin-bottom: 30px;
}
footer .footer-nav .title.bb {
  border-bottom: 1px solid #faa61c;
}
footer .footer-nav .text {
  font-size: 14px;
  font-weight: 300;
}
footer .footer-nav a {
  color: #fff;
}
footer .footer-nav ul li {
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 15px;
}
footer .footer-nav ul li a {
  padding: 5px 0;
  padding-right: 10px;
}
footer .footer-nav ul li a:hover {
  color: #b6bec0;
}
footer .footer-nav .subbar {
  margin-bottom: 15px;
  font-weight: 300;
}
footer .bar2 {
  padding: 35px 0;
  color: #aab2b3;
}
section.section {
  padding: 75px 0;
}
section.section .sec-title {
  color: #faa61c;
  font-size: 26px;
  font-weight: 600;
}
section.section .sec-subtitle {
  color: #2b3132;
  font-size: 26px;
  font-weight: bold;
}
/*=============================================
=            Sidemenu            =
=============================================*/
a.mobile-hamburger-menu {
  z-index: 99999;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 36px;
  margin-left: auto;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(7px);
  background: #888888;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate:before {
  bottom: 0;
  width: 20px;
  transform: rotate(-45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu.animate:after {
  top: 0;
  width: 20px;
  transform: rotate(45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  right: 0;
  width: 29px;
  bottom: 7px;
  background: #888888;
  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);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  right: 0;
  width: 11px;
  top: 7px;
  background: #888888;
  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);
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
#side-menu .backdrop {
  background-color: rgba(43, 49, 50, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 70px 0 50px;
  width: 75%;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
  padding-top: 100px;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a:after {
  content: ' ';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url('../../imgs/icons/chevron-down.svg') no-repeat center;
  background-size: contain;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: grey;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li {
  background-color: #fff9f0;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li {
  background-color: #f3e8d9;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
  border-bottom-color: #fff;
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
#side-menu .content ul.social-menu li {
  margin-right: 16px;
}
#side-menu .content ul.social-menu li:last-child {
  margin-right: 0;
}
#side-menu .content ul.social-menu li a {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#side-menu .content ul.social-menu li a[href*="facebook.com"] {
  background-color: #faa61c;
}
#side-menu .content ul.social-menu li a[href*="instagram.com"] {
  background-color: #faa61c;
}
#side-menu .content ul.social-menu li a[href*="youtube.com"] {
  background-color: #faa61c;
}
#side-menu .content ul.social-menu li a img {
  width: 30px;
  height: 30px;
}
#post-detail {
  padding-bottom: 130px;
}
#post-detail.contact-page .post-header {
  margin-bottom: 64px;
}
#post-detail.contact-page .post-content .contact-items {
  margin-bottom: 44px;
}
#post-detail.contact-page .post-content .contact-items .col-12 {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-content .contact-items .c-item {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 #0000000c;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  padding: 48px 12px 88px;
  color: #000;
  line-height: 34px;
  position: relative;
  z-index: 999;
}
#post-detail.contact-page .post-content .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.96px;
}
#post-detail.contact-page .post-content .contact-items .c-item .value {
  font-size: 15px;
  letter-spacing: -0.64px;
  color: #000;
}
#post-detail.contact-page .post-content .contact-items .c-item .value a {
  color: #000;
}
#post-detail.contact-page .post-content .contact-items .c-item .value p {
  margin: 0;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}
#post-detail.contact-page .post-content iframe {
  width: 100%;
  height: 500px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
#post-detail.expertise {
  padding-top: 0;
}
#post-detail .post-header {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  background-color: #faa61c;
  height: 160px;
}
#post-detail .post-header .container {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#post-detail .post-header .post-title {
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1.92px;
  width: 100%;
  text-align: center;
}
#post-detail .post-content {
  font-size: 16px;
  letter-spacing: -0.64px;
  color: #000;
  line-height: 34px;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 25px 0;
}
#post-detail .post-content h1 {
  font-size: 28px;
}
#post-detail .post-content h2 {
  font-size: 24px;
}
#post-detail .post-content h3 {
  font-size: 20px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 18px;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4 {
  margin: 25px 0;
  letter-spacing: -0.94px;
  line-height: 1.5;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .post-content a {
  color: #15618a;
  font-weight: 600;
}
#post-detail .post-content img {
  width: 100%;
  height:auto;
}
#post-detail .sidebar-form {
  background-color: #faa61c;
  padding: 56px 24px  32px;
}
#post-detail .sidebar-form .circle-area {
  height: 100%;
  margin-bottom: 56px;
}
#post-detail .sidebar-form .circle-area .text {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#post-detail .sidebar-form .form .row {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#post-detail .sidebar-form .form [class*="col-"] {
  margin: 10px 0;
}
#post-detail .sidebar-form .form .form-control {
  border: 1px solid grey;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 64px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail .sidebar-form .form .form-control::placeholder {
  color: #555555;
}
#post-detail .sidebar-form .form .form-control:focus {
  border-color: #03569A;
}
#post-detail .sidebar-form .form textarea.form-control {
  font-family: 'Roboto', sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 150px;
}
#post-detail .sidebar-form .form .btn {
  width: 100%;
}
#post-detail .sidebar-form .wpcf7-not-valid-tip,
#post-detail .sidebar-form .wpcf7-response-output {
  color: #fff !important;
}
.button-white {
  cursor: pointer;
  border: 0;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 20px 50px;
  transition: all ease 0.3s;
  font-size: 12.4px;
  width: 100%;
  background-color: #2b3132;
  -webkit-appearance: none;
}
.button-white:hover {
  border: 1px solid #2b3132;
  color: #2b3132;
  background-color: #fff;
}
#our-services {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#our-services .our-services-list [class*="col-"] {
  margin-bottom: 10px;
}
#our-services .our-services-list [class*="col-"]:nth-child(even) .os-item .os-thumb img {
  background-color: #2b3132;
}
#our-services .our-services-list .os-item {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px #ebf0f2;
  min-height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#our-services .our-services-list .os-item:hover {
  box-shadow: 0 2px 20px 0 rgba(60, 181, 163, 0.2);
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to bottom, #2b3132, white);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #2b3132, white);
  background-origin: border-box;
  background-clip: content-box, border-box;
  filter: none;
}
#our-services .our-services-list .os-item .os-thumb {
  display: block;
}
#our-services .our-services-list .os-item .os-content-wrapper {
  text-align: center;
  padding: 20px;
}
#our-services .our-services-list .os-item .os-content-wrapper .os-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.71px;
  text-align: center;
  color: #000;
  line-height: 1.4;
}

.contact-sidebar .item {
  padding: 25px 40px;
  background-color: #faa61c;
  margin: 15px 0;
  }
.contact-sidebar .item.whatsapp {
     background-color: #28a71a;
   }
.contact-sidebar .item a {
    color: #fff;
    }
.contact-sidebar .item .icon {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    }
.contact-sidebar .item .desc {
    padding: 0 15px; }
.contact-sidebar .item .desc span {
      display: block;
      font-weight: bold;
      text-transform: uppercase; }
@media (max-width: 1199px) {
  #post-detail .post-header .post-title {
    font-size: 34px;
  }
  section#tedaviler .container {
    padding-top: 250px;
  }
  section#randevu .icerik {
    padding: 60px 45px;
  }
}
@media (max-width: 991px) {
  #post-detail .post-header {
    margin-top: 0;
  }
  #post-detail .post-header.no-post-thumb .container {
    height: 100%;
  }
  #post-detail .post-header.no-post-thumb .post-title {
    padding-bottom: 0;
  }
  header .container {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
  }
  header .container .logo {
    margin-right: auto;
  }
  header .container .logo a {
    width: fit-content;
    margin-right: auto;
  }
  header .container .logo img {
    width: auto;
    height: 60px;
    object-fit: scale-down;
  }
  section#hakkimda .hakkimda {
    --gutter-x: 0;
    --gutter-x2: 0;
  }
  section#hakkimda .hakkimda img {
    width: 100%;
  }
  section#hakkimda .hakkimda .yazi {
    margin-top: 45px;
    padding-left: 0;
  }
  section#hakkimda .hakkimda .yazi .text {
    font-size: 15px;
  }
  section#iletisim {
    background: none;
    height: auto;
    padding: 50px 0;
  }
  section#iletisim .container .icerik {
    width: 100%;
    padding-top: 0;
  }
  section#iletisim .container .form-side .iletisime-gec {
    bottom: -125px;
    left: 50%;
  }
  section#tedaviler .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #post-detail .post-header.no-post-thumb .container {
    height: 100%;
  }
  #post-detail .post-header .container {
    height: 100%;
  }
  #post-detail .post-header .post-thumb {
    min-height: initial;
  }
  #post-detail .post-header .post-title {
    font-size: 24px;
    letter-spacing: 0;
    text-align: center;
  }
  section#header-slider .owl-nav {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  section#tedaviler .tedaviler .tedavi {
    padding: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
  }
  section#tedaviler .tedaviler .tedavi .col {
    margin-top: 30px;
  }
  section#blog .blog-list .blog-item {
    text-align: center;
    margin-top: 35px;
  }
  section#blog .blog-list .blog-item span {
    margin: 0 auto;
  }
  footer .footer-nav .col {
    margin-top: 45px;
  }
}
@media (max-width: 575px) {
  #post-detail .post-header {
    height: 120px;
  }
  section#hakkimda .hakkimda {
    margin: 50px 0;
  }
  section#hakkimda .hakkimda .isim {
    font-size: 24px;
  }
  section#hakkimda .kurumumuz {
    height: initial;
    padding: 60px 20px;
    background-position: -712px !important;
  }
  section#hakkimda .kurumumuz .title {
    font-size: 24px;
  }
  section#hakkimda .kurumumuz .aciklama {
    width: 100%;
  }
  section#iletisim .icerik .title {
    font-size: 24px;
    width: 95%;
  }
  section#iletisim .iletisim-mobil img {
    height: 80px;
    margin: 30px auto 0;
  }
  section#iletisim .container .form-side .iletisime-gec {
    left: 0;
  }
  section#tedaviler .tedaviler .tedavi {
    --gutter-x: 10px;
    --gutter-x2: -10px;
  }
  section#tedaviler .tedaviler .tedavi img {
    width: 100%;
  }
  section#tedaviler .tedaviler .tedavi .text {
    font-size: 16px;
  }
  section#tedaviler .tedaviler .tedavi span {
    margin-bottom: 15px;
  }
  section#randevu .icerik {
    padding: 35px;
  }
  section#randevu .icerik .title {
    font-size: 24px;
  }
  section#blog .blog-list {
    margin-top: 0;
    margin-bottom: 0;
  }
  section#instagram .instagram-title img {
    width: 60px;
  }
  footer .bar1 {
    flex-direction: column;
    align-items: center;
  }
  footer .bar1 .sosyal {
    margin-top: 30px;
  }
  footer .bar2 {
    padding-bottom: 80px;
  }
  footer .bar2 .copy {
    margin-bottom: 8px;
  }
  footer .footer-nav {
    padding: 0;
  }
  footer .footer-nav .title {
    width: 100%;
  }
  section.section {
    padding: 50px 0;
  }

  .tedaviler .tedavi-item {
    display: block;
  }
  .tedaviler .col {
    padding: 15px !important;
    margin: 0 !important;
  }
  .tedaviler .tedavi-item figure .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 7.5px 0;
    color: #FFF;
    z-index: 2;
  }
  .tedaviler {
    margin: 0 !important;
  }
  .tedaviler .tedavi-item figure:after {
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6222864145658263) 100%);
  }
  .tedaviler .tedavi-item figure img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .tedaviler .tedavi-item figure {
    position: relative;
  }
}
