@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
html, body, a, li, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif !important;
}

a:hover {
  text-decoration: none;
}

body {
  background-color: #F7F7F7;
}
.uk-alert-primary{
  background: #bffff0 !important;
  color: #3CD3AD !important;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  padding: 0 10px;
}
.whatsapp-btn{
  position: fixed;
  bottom: 140px;
  right: 50px;
  width: 60px;
  height: 60px;
  padding: 0px !important;
  z-index: 10000 !important;
}
.whatsapp-btn a,
.whatsapp-btn a:visited,
.whatsapp-btn a:focus{
  background: #48D366 !important;
  color: #FFFFFF;
  display: block;
  padding: 0px!important;
  border-radius: 15px;
}
.whatsapp-btn a span{
  padding: 0px!important;
  margin: 0px !important;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
}
.whatsapp-btn a:hover{
  background: #2ea247 !important;
}
header {
  background: #00628B;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 245, 245, 0.1);
  transition: all 0.3s ease;
}
header nav img {
  width: 207px;
}
header nav ul li a {
  font-weight: 500;
  color: #fff !important;
  font-size: 12px;
  transition: all 0.3s ease;
}
header nav ul li a:hover {
  /* color: #3CD3AD !important; */
  color: #0BBBEF !important;
}
header nav ul li a.active {
  color: #3CD3AD !important;
  border-bottom: 1px solid #3CD3AD;
}
header nav ul li.divider {
  border-right: 1px solid;
  padding: 25px 0;
  height: 100%;
  margin: auto 20px;
}
header nav ul li.header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header nav ul li.header-btn a {
  width: 100%;
  position: relative;
  color: #fff;
  padding: 7px 25px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  border-radius: 10px;
  border: 1px solid transparent;
  display: inline-block;
  min-height: auto;
  transition: all 0.3s ease;
}
header nav ul li.header-btn a:hover {
  border: 1px solid #3CD3AD;
  background: transparent;
}
header nav .uk-navbar-dropdown, header nav .uk-dropdown {
  /* background: rgba(60, 211, 173, 0.85); */
  background: rgba(0, 98, 139, 0.85);
  border-radius: 20px;
  padding: 10px 25px;
}
header nav .uk-navbar-dropdown a:hover, header nav .uk-dropdown a:hover {
  color: #120F0F !important;
}
header nav .uk-navbar-dropdown svg, header nav .uk-dropdown svg {
  width: 15px;
  height: 15px;
}
header nav .uk-navbar-dropdown .uk-navbar-dropdown-grid > :not(.uk-first-column)::before, header nav .uk-dropdown .uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  display: none;
}
header nav .uk-dropdown-bottom-left li a {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
header nav .uk-dropdown-bottom-left li:last-child a {
  border-bottom: 0;
}

.slider img {
  width: 100%;
}
.slider .slider-text {
  width: 500px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.slider .slider-text h1 {
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  margin: 0;
  margin-bottom: 20px;
}
.slider .slider-text p {
  font-size: 18px;
  /* color: #fff; */
  margin: 0;
  font-weight: 400;
  margin-bottom: 20px;
}
.slider .slider-text .slider-btn {
  width: 100%;
  position: relative;
  color: #fff;
  padding: 7px 25px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  padding: 12px 35px;
}
.slider .slider-text .slider-btn:hover {
  border: 1px solid #3CD3AD;
  background: transparent;
}
.slider .left {
  left: 20%;
  transform: translateY(-50%);
}
.slider .right {
  right: 20%;
  transform: translateY(-50%);
}
.slider .right h1, .slider .right p {
  text-align: right;
}
.slider .slide-button-right {
  text-align: right;
}
.slider .slide-button-center {
  text-align: center;
}
.slider .center {
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider .center h1, .slider .center p {
  text-align: center;
}
/* .slider .uk-slider-items li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
} */
.slider .uk-slider-items li.overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
}
.slider .uk-slidenav {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  width: 15px;
  height: 25px;
  line-height: 25px;
}
.slider .uk-slidenav:hover {
  color: #000;
}
.slider .uk-slidenav svg {
  width: 15px;
  height: 15px;
}
.slider .uk-slidenav-next {
  right: 45px;
}
.slider .uk-slidenav-previous {
  left: 45px;
}
.slider .uk-dotnav {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.slider .uk-dotnav .uk-active a {
  background-color: #000;
  border-color: #fff;
}
.slider .buttons{
  width: 30px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center;
  box-shadow: 0px 0px 6px #cccccc;
}
.slider .buttons:focus svg{
  color: #000000 !important;
}
.slider .buttons svg{
  height: 30px !important;
}
.section-heading {
  margin-bottom: 60px;
}
.section-heading h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  color: #120F0F;
}
.section-heading h5 {
  color: #3CD3AD;
  margin: 0;
  font-size: 16px;
}

section.treatments {
  padding-top: 60px;
}
section.treatments .treatment-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
section.treatments .treatment-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 15, 15, 0.6);
  left: 0;
  top: 0;
  border-radius: 20px;
}
section.treatments .treatment-card:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
section.treatments .treatment-card .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
section.treatments .treatment-card .hover-content img {
  width: auto;
}
section.treatments .treatment-card .hover-content p {
  margin: 0;
  color: #120F0F;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
section.treatments .treatment-card .hover-content h4 {
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  font-size: 24px;
  color: #120F0F;
}
section.treatments .treatment-card h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
section.treatments .treatment-card img {
  width: 100%;
}

section.numbers {
  padding: 79px 0;
  margin-top: 60px;
  background: url("../images/numbers-bg.jpg") center center/cover no-repeat;
  position: relative;
  z-index: 0;
}
section.numbers:after {
  content: "";
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}
section.numbers h3 {
  margin: 0;
  font-weight: 600;
  font-size: 72px;
  color: #fff;
  margin-bottom: 3px;
}
section.numbers p {
  margin: 0;
  font-size: 26px;
  color: #fff;
}

.section-heading-2 {
  margin-bottom: 60px;
}
.section-heading-2 h3 {
  font-weight: 700;
  font-size: 36px;
  margin: 0;
  margin-bottom: 8px;
  color: #120F0F;
}
.section-heading-2 p {
  color: #5F5F5F;
  margin: 0;
  font-size: 16px;
}

section.how-to {
  padding-top: 60px;
}
section.how-to .uk-slider {
  padding: 15px;
}
section.how-to .uk-card {
  border-top-left-radius: 90px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /* padding: 40px 80px 90px 80px; */
  padding: 40px;
}
section.how-to .image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
}
section.how-to p {
  color: #120F0F;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
section.how-to .uk-slidenav {
  background-color: #fff;
  border-radius: 50%;
  color: #3CD3AD;
  width: 15px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #3CD3AD;
  top: 50%;
  transform: translateY(100%);
}
section.how-to .uk-slidenav:hover {
  color: #000;
}
section.how-to .uk-slidenav svg {
  width: 15px;
  height: 15px;
}

section.work-with-us {
  padding-top: 60px;
}
section.work-with-us .image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
section.work-with-us .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%); */
  opacity: 0.7;
}
section.work-with-us .image img {
  width: 100%;
}
section.work-with-us .brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: auto !important;
}
section.work-with-us h3 {
  font-size: 24px;
  margin: 0;
  color: #120F0F;
  margin-bottom: 20px;
  font-weight: 600;
}
section.work-with-us p {
  color: #5F5F5F;
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
}
section.work-with-us p:last-child {
  margin-bottom: 36px;
}
section.work-with-us .work-btn {
  width: 100%;
  position: relative;
  color: #fff;
  padding: 7px 25px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  border-radius: 10px;
  border: 1px solid transparent;
  display: inline-block;
  width: auto;
  transition: all 0.3s ease;
}
section.work-with-us .work-btn:hover {
  border: 1px solid #3CD3AD;
  background: transparent;
  color: #3CD3AD;
}

section.services {
  padding-top: 60px;
}
section.services .uk-slider {
  padding: 15px;
}
section.services .uk-card {
  padding: 18px;
  border-radius: 20px;
  text-align: center;
}
section.services svg {
  fill: #3CD3AD;
  margin-bottom: 30px;
  height: 66px;
}
section.services p {
  font-size: 24px;
  margin: 0;
  color: #3CD3AD;
  font-weight: 600;
}
section.services p span {
  font-weight: 400;
  display: block;
}
section.services .uk-grid .active .uk-card {
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
}
section.services .uk-grid .active .uk-card p {
  color: #fff;
}
section.services .uk-grid .active .uk-card svg {
  fill: #fff;
}
section.services .uk-grid div div:last-child {
  margin-left: auto;
  margin-right: auto;
}
section.services .hidden {
  display: none;
}
section.services .services-content h3 {
  font-weight: 600;
  color: #000;
  margin: 0;
  margin-bottom: 30px;
  color: #120F0F;
}
section.services .services-content p {
  font-size: 18px;
  color: #5F5F5F;
  margin: 0;
  font-weight: 400;
  margin-bottom: 20px;
}
section.services .services-content p:last-child {
  margin-bottom: 0;
}

section.testimonials {
  padding-top: 60px;
}
section.testimonials .video-wrapper {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 200px !important;
}
section.testimonials .title{
  font-weight: bold;
  color: #000;
}
section.testimonials img {
  width: 100%;
}
section.testimonials .play-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.testimonials .play-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}
section.testimonials .play-btn:hover:after {
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  opacity: 0.7;
}
section.testimonials .play-btn img {
  width: 60px;
  height: 60px;
  z-index: 1;
}

section.certificates {
  padding-top: 60px;
}
section.certificates .uk-card {
  border-radius: 20px;
}

section.hospitals {
  margin-top: 60px;
  background-color: #fff;
  padding: 30px 0;
}
section.hospitals .uk-slidenav {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  width: 15px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #000;
  top: 20px;
}
section.hospitals .uk-slidenav:hover {
  color: #000;
}
section.hospitals .uk-slidenav svg {
  width: 15px;
  height: 15px;
}
section.hospitals img {
  /* height: 40px; */
  width: 150px;
}

footer {
  padding: 40px 0;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
}
footer .footer-heading {
  position: relative;
  margin-bottom: 30px;
}
footer .footer-heading h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 7px;
}
footer .footer-heading h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 1px;
  background-color: #fff;
}
footer .treatment-items li{
  display: inline-block;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li{
  display: block;
  margin-bottom: 10px;
}
footer ul li:last-child{
  margin-bottom: 0;
}
footer ul li a{
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
footer ul li a:hover{
  color: #fff;
}
footer .social h2 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
footer .social p {
  font-size: 18px;
  margin: 0;
  color: #fff;
  font-weight: 400;
}
footer .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
footer .social ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .social ul li .uk-icon-button {
  background-color: #4CB8C4;
  color: #fff;
}

.top-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  position: relative;
}
.top-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.top-banner .text-area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.top-banner .text-area h3 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
}
.top-banner .text-area p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.top-banner .uk-breadcrumb {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 1;
}
.top-banner .uk-breadcrumb li {
  font-size: 12px;
  font-weight: 400;
}
.top-banner .uk-breadcrumb li a {
  color: #3CD3AD;
}
.top-banner .uk-breadcrumb li span {
  color: #fff;
}

section.content {
  padding: 60px 0;
}
section.content .uk-slider {
  padding: 15px;
}
section.content .uk-card {
  border-top-left-radius: 90px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 40px 80px 90px 80px;
}
section.content .image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
}
section.content p {
  color: #120F0F;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
section.content .uk-slidenav {
  background-color: #fff;
  border-radius: 50%;
  color: #3CD3AD;
  width: 15px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #3CD3AD;
  top: 50%;
}
section.content .uk-slidenav:hover {
  color: #000;
}
section.content .uk-slidenav svg {
  width: 15px;
  height: 15px;
}

section.why-turkey {
  padding: 60px 0;
}
section.why-turkey img {
  border-radius: 20px;
}
section.why-turkey h3 {
  color: #3CD3AD;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}
section.why-turkey h3 span {
  font-weight: 400;
}
section.why-turkey p {
  color: #5F5F5F;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

section.visual-library {
  padding: 60px 0;
}
section.visual-library .side-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
section.visual-library .side-menu li {
  padding: 15px;
}
section.visual-library .side-menu li a {
  font-size: 18px;
  color: #5F5F5F;
  font-weight: 400;
  display: block;
}
section.visual-library .side-menu li a:hover {
  color: #5F5F5F;
}
section.visual-library .side-menu .active {
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
}
section.visual-library .side-menu .active a {
  color: #fff;
}
section.visual-library .side-menu .active a:hover {
  color: #fff;
}
section.visual-library .video-wrapper {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
section.visual-library .video-wrapper img {
  width: 100%;
}
section.visual-library .video-wrapper .play-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.visual-library .video-wrapper .play-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}
section.visual-library .video-wrapper .play-btn:hover:after {
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  opacity: 0.7;
}
section.visual-library .video-wrapper .play-btn img {
  width: 60px;
  height: 60px;
  z-index: 1;
}
section.visual-library .image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
section.visual-library .image-wrapper a {
  display: block;
  position: relative;
}
section.visual-library .image-wrapper a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
section.visual-library .image-wrapper a:hover:after {
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  opacity: 0.7;
}
section.visual-library .image-wrapper:hover .date {
  background: #fff;
}
section.visual-library .image-wrapper:hover .date p {
  color: #3CD3AD;
}
section.visual-library .image-wrapper img {
  width: 100%;
}
section.visual-library .image-wrapper .date {
  background: #3CD3AD;
  border-radius: 20px;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  transition: all 0.3s ease;
}
section.visual-library .image-wrapper .date p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 8px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

section.treatment-detail {
  padding: 60px 0;
}
section.treatment-detail .treatment-image img {
  border-radius: 20px;
}
section.treatment-detail .treatment-content h3 {
  font-size: 24px;
  margin: 0;
  color: #120F0F;
  margin-bottom: 30px;
  font-weight: 600;
}
section.treatment-detail .treatment-content h2 {
  font-size: 26px;
  margin: 0;
  color: #120F0F;
  margin-bottom: 60px;
  font-weight: 700;
}
section.treatment-detail .treatment-content p {
  color: #5F5F5F;
  margin: 0;
  margin-bottom: 30px;
  font-size: 18px;
}
section.treatment-detail .treatment-content p:last-child {
  margin-bottom: 0;
}
section.treatment-detail .treatment-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.treatment-detail .treatment-content ul li {
  color: #5F5F5F;
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
}
section.treatment-detail .treatment-content ul li:last-child {
  margin-bottom: 0;
}
section.treatment-detail .treatment-content .comment-section {
  margin-bottom: 30px;
}
section.treatment-detail .treatment-content .comment-section:last-child {
  margin-bottom: 0;
}
section.treatment-detail .treatment-content .comment-section article {
  background: #fff;
  border-radius: 20px;
}
section.treatment-detail .treatment-content .comment-section article h4 {
  font-size: 18px;
  color: #120F0F;
}
section.treatment-detail .treatment-content .comment-section article p {
  font-size: 14px;
  color: #5F5F5F;
  line-height: 30px;
}
section.treatment-detail .treatment-content .comment-section article .uk-comment-meta {
  margin-top: 12px;
}
section.treatment-detail .treatment-content .comment-section article .uk-comment-meta li {
  font-size: 14px;
  color: #5F5F5F;
  font-style: italic;
  font-weight: 400;
}
section.treatment-detail .treatment-content .comment-section article h5 {
  font-size: 26px;
  margin: 0;
  margin-bottom: 20px;
  color: #120F0F;
  font-weight: 700;
}
section.treatment-detail .treatment-content .comment-section article .uk-textarea {
  background: #eee;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  padding: 30px;
  resize: none;
  margin-bottom: 30px;
}
section.treatment-detail .treatment-content .comment-section article .uk-textarea:focus {
  border-color: #120F0F;
}
section.treatment-detail .treatment-content .comment-section article .send-btn {
  width: 100%;
  position: relative;
  color: #fff;
  padding: 7px 25px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  border-radius: 10px;
  border: 1px solid transparent;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
section.treatment-detail .treatment-content .comment-section article .send-btn:hover {
  border: 1px solid #3CD3AD;
  background: transparent;
  color: #3CD3AD;
}
section.treatment-detail .treatment-summary {
  background: url("../images/treatment-summary.jpg") center center/cover no-repeat;
  padding: 35px 0;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
section.treatment-detail .treatment-summary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  opacity: 0.7;
  z-index: -1;
  border-radius: 20px;
}
section.treatment-detail .treatment-summary .summary {
  z-index: 1;
  padding: 30px 0 0 60px;
}
section.treatment-detail .treatment-summary .summary h5 {
  color: #fff;
  font-size: 26px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 600;
}
section.treatment-detail .treatment-summary .summary p {
  margin: 0;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
section.treatment-detail .treatment-summary .summary .summary-btn {
  background: #000;
  padding: 10px 30px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
}

section.packages {
  padding: 60px 0;
}
section.packages .package-filter {
  text-align: center;
  border-bottom: 2px solid #3CD3AD;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
section.packages .package-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.packages .package-filter ul li {
  display: inline-block;
  border-right: 2px solid #ddd;
}
section.packages .package-filter ul li:last-child {
  border-right: 0;
}
section.packages .package-filter ul li a {
  padding: 10px;
  color: #3CD3AD;
  font-weight: 600;
}
section.packages h3 {
  margin: 0;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 26px;
  color: #120F0F;
}
section.packages .package-section {
  margin-bottom: 60px;
}
section.packages .package-section:last-child {
  margin-bottom: 0;
}
section.packages .uk-card {
  border-radius: 20px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  overflow: hidden;
}
section.packages .uk-card img {
  width: 100%;
  border-bottom-left-radius: 145px;
}
section.packages .uk-card p {
  margin: 0;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
}
section.packages .uk-card .text {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.packages .uk-slidenav {
  background-color: #fff;
  border-radius: 50%;
  color: #3CD3AD;
  width: 15px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #3CD3AD;
  top: 50%;
}
section.packages .uk-slidenav:hover {
  color: #000;
}
section.packages .uk-slidenav svg {
  width: 15px;
  height: 15px;
}

section.services-detail {
  padding: 60px 0;
}
section.services-detail .uk-card {
  border-radius: 20px;
}
section.services-detail .services-parent div:nth-child(even) .uk-card {
  padding-left: 40px;
}
section.services-detail .services-parent div:nth-child(even) .uk-card .service-icon {
  display: flex;
}
section.services-detail .services-parent div:nth-child(even) .uk-card .service-icon img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 20px;
}
section.services-detail .services-parent div:nth-child(odd) .uk-card {
  padding-right: 40px;
}
section.services-detail .services-parent div:nth-child(odd) .uk-card .service-icon {
  display: flex;
}
section.services-detail .services-parent div:nth-child(odd) .uk-card .service-icon img {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 20px;
}
section.services-detail .services-parent p {
  font-size: 16px;
  color: #120F0F;
  margin: 0;
  font-weight: 400;
}

.hospitals-page {
  padding: 20px 0 !important;
}
.hospitals-page li img {
  opacity: 0.5;
}
.hospitals-page li .image-wrap {
  padding: 15px 0;
}
.hospitals-page li .image-wrap img{
  height: 40px !important;
  width: auto !important;
}
.hospitals-page .active img {
  opacity: 1;
}
.hospitals-page .active .image-wrap {
  border-radius: 10px;
  border: 2px solid #3CD3AD;
}
.hospitals-page .uk-slider-items {
  padding: 10px 0;
}
.hospitals-page .uk-slidenav {
  top: 50% !important;
}

.hospitals-details img {
  border-radius: 20px;
}
.hospitals-details h3 {
  font-size: 26px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 700;
  color: #120F0F;
}
.hospitals-details p {
  font-size: 18px;
  font-weight: 400;
  color: #5F5F5F;
  margin: 0;
  margin-bottom: 30px;
}
.hospitals-details p:last-child {
  margin-bottom: 0;
}
.hospitals-details .hospital-content {
  padding-top: 60px;
}

.doctors {
  padding-bottom: 60px;
}
.doctors .uk-card {
  border-radius: 20px;
  padding: 20px;
}
.doctors h5 {
  font-weight: 300;
  margin: 0;
  font-size: 10px;
  color: #5F5F5F;
}
.doctors h4 {
  color: #120F0F;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
}
.doctors p {
  color: #5F5F5F;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}
.doctors .uk-comment-avatar {
  width: 120px;
}
.doctors .doctor-buttons {
  margin-top: 40px;
}
.doctors .doctor-buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.doctors .doctor-buttons ul li {
  display: inline-block;
  margin-right: 10px;
}
.doctors .doctor-buttons ul li:last-child {
  margin-right: 0;
}
.doctors .doctor-buttons ul li a {
  padding: 5px 30px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
}
.doctors .doctor-buttons ul li .main-btn {
  color: #fff;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
}
.doctors .doctor-buttons ul li .secondary-btn {
  background: #fff;
  color: #120F0F;
  border: 1px solid #120F0F;
}

section.logo {
  position: absolute;
  top: 70px;
  left: 70px;
  z-index: 99;
}

section.user-action {
  height: 100vh;
}
section.user-action .image-wrap {
  z-index: 1;
  background: url("../images/user-page.jpg") center center/cover no-repeat;
  height: 100vh;
}
section.user-action .image-wrap:after {
  content: "";
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}

.page-title h3 {
  position: absolute;
  top: 30px;
  left: -20px;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  padding: 5px 20px 5px 30px;
  border-radius: 10px;
}

.user-form form {
  width: 600px;
}
.user-form form .uk-input {
  border-radius: 20px;
  background: #eee;
  font-size: 14px;
  color: #120F0F;
  padding: 0 20px;
}
.user-form form .uk-input:focus {
  border-color: #120F0F;
}
.user-form .uk-select {
  border-radius: 20px;
  background: #eee;
  font-size: 14px;
  color: #120F0F;
  padding: 0 20px;
}
.user-form .uk-select:focus {
  border-color: #120F0F
}
.user-form form label {
  font-size: 14px;
  color: #120F0F;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.user-form form .send-btn {
  width: 100%;
  position: relative;
  color: #fff;
  padding: 7px 25px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  border-radius: 10px;
  border: 1px solid transparent;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  width: auto;
  padding: 7px 35px;
  cursor: pointer;
}
.user-form form .send-btn:hover {
  border: 1px solid #3CD3AD;
  background: transparent;
  color: #3CD3AD;
}
.user-form form .uk-margin {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.user-form form .check-label {
  display: inline-block;
  font-weight: 400;
}
.user-form form .check-label a {
  color: #3CD3AD;
  text-decoration: underline;
}
.user-form form .uk-checkbox {
  border: 1px solid #3CD3AD;
}
.user-form form .uk-checkbox:checked {
  background-color: #3CD3AD;
}
.user-form .form-divider {
  width: 600px;
  margin: 15px 0;
  background: #eee;
  height: 1px;
}
.user-form p {
  color: #999999;
  margin: 0;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
}
.user-form p:last-child {
  margin-bottom: 0;
}
.user-form p a {
  color: #3CD3AD;
  text-decoration: underline;
}
.user-form .facebook-login {
  background: #1877F2;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  width: 200px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}
.user-form .google-login {
  background: #DB4437;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  width: 200px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.user-form-alt form {
  /* .uk-margin
  * margin-top: 10px !important
  * margin-bottom: 10px !important */
}
.user-form-alt form .uk-input, .user-form-alt form .uk-select {
  border-radius: 20px;
  background: #eee;
  font-size: 14px;
  color: #120F0F;
  padding: 0 20px;
}
.user-form-alt form .uk-textarea {
  border-radius: 20px;
  background: #eee;
  font-size: 14px;
  color: #120F0F;
  padding: 10px 20px;
}
.user-form-alt form .uk-input:focus, .user-form-alt form .uk-textarea:focus, .user-form-alt form .uk-select:focus {
  border-color: #120F0F;
}
.user-form-alt form label {
  font-size: 14px;
  color: #120F0F;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.user-form-alt form .send-btn {
  width: 100%;
  position: relative;
  color: #fff;
  padding: 7px 25px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  border-radius: 10px;
  border: 1px solid transparent;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  width: auto;
  padding: 7px 35px;
  cursor: pointer;
}
.user-form-alt form .send-btn:hover {
  border: 1px solid #3CD3AD;
  background: transparent;
  color: #3CD3AD;
}
.user-form-alt form .check-label {
  display: inline-block;
  font-weight: 400;
}
.user-form-alt form .check-label a {
  color: #3CD3AD;
  text-decoration: underline;
}
.user-form-alt form .uk-checkbox {
  border: 1px solid #3CD3AD;
}
.user-form-alt form .uk-checkbox:checked {
  background-color: #3CD3AD;
}
.user-form-alt .form-divider {
  width: 600px;
  margin: 15px 0;
  background: #eee;
  height: 1px;
}
.user-form-alt p {
  color: #999999;
  margin: 0;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
}
.user-form-alt p:last-child {
  margin-bottom: 0;
}
.user-form-alt p a {
  color: #3CD3AD;
  text-decoration: underline;
}
.user-form-alt .facebook-login {
  background: #1877F2;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  width: 200px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}
.user-form-alt .google-login {
  background: #DB4437;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  width: 200px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

section.doctor-details {
  padding: 60px 0;
}
section.doctor-details .uk-card {
  padding: 20px;
  border-radius: 20px;
}
section.doctor-details .uk-card a {
  color: #3CD3AD;
  text-decoration: underline;
  font-size: 12px;
}
section.doctor-details .uk-card .hospital-logo img {
  width: 90px;
}
section.doctor-details .uk-card .divider {
  width: 100%;
  margin: 15px 0;
  background: #eee;
  height: 1px;
  display: block;
}
section.doctor-details .uk-card h5 {
  font-weight: 300;
  margin: 0;
  font-size: 10px;
  color: #5F5F5F;
}
section.doctor-details .uk-card h4 {
  color: #120F0F;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
}
section.doctor-details .uk-card p {
  color: #5F5F5F;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}
section.doctor-details .doctor-content p {
  color: #5F5F5F;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}
section.doctor-details .doctor-content strong {
  font-size: 18px;
  font-weight: 600;
  color: #120F0F;
  margin: 0;
  margin-bottom: 20px;
  display: block;
}

section.doctor-comments {
  padding: 60px 0;
}
section.doctor-comments h3 {
  font-size: 26px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 700;
  color: #120F0F;
}
section.doctor-comments .comment-section {
  margin-bottom: 30px;
}
section.doctor-comments .comment-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.doctor-comments .comment-section:last-child {
  margin-bottom: 0;
}
section.doctor-comments .comment-section article {
  background: #fff;
  border-radius: 20px;
}
section.doctor-comments .comment-section article h4 {
  font-size: 18px;
  color: #120F0F;
}
section.doctor-comments .comment-section article p {
  font-size: 14px;
  color: #5F5F5F;
  line-height: 30px;
}
section.doctor-comments .comment-section article .uk-comment-meta {
  margin-top: 12px;
}
section.doctor-comments .comment-section article .uk-comment-meta li {
  font-size: 14px;
  color: #5F5F5F;
  font-style: italic;
  font-weight: 400;
}
section.doctor-comments .comment-section article h5 {
  font-size: 26px;
  margin: 0;
  margin-bottom: 20px;
  color: #120F0F;
  font-weight: 700;
}
section.doctor-comments .comment-section article .uk-textarea {
  background: #eee;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  padding: 30px;
  resize: none;
  margin-bottom: 30px;
}
section.doctor-comments .comment-section article .uk-textarea:focus {
  border-color: #120F0F;
}
section.doctor-comments .comment-section article .send-btn {
  width: 100%;
  position: relative;
  color: #fff;
  padding: 7px 25px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  border-radius: 10px;
  border: 1px solid transparent;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
section.doctor-comments .comment-section article .send-btn:hover {
  border: 1px solid #3CD3AD;
  background: transparent;
  color: #3CD3AD;
}

section.doctors {
  padding: 60px 0;
}
section.doctors h3 {
  font-size: 26px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 700;
  color: #120F0F;
}

section.about {
  padding: 60px 0;
}
section.about .uk-card {
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
}
section.about .uk-card:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px 20px 20px 145px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  width: 100%;
  height: 206px;
  z-index: -1;
}
section.about .uk-card .image-wrap {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px auto;
}
section.about .uk-card h4 {
  font-size: 16px;
  color: #120F0F;
  margin: 0;
  font-weight: 600;
  margin-bottom: 10px;
}
section.about .uk-card p {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  color: #5F5F5F;
}
section.about .uk-card .linkedin-icon svg {
  width: 15px;
  height: 15px;
  margin-top: -3px;
  color: #0072B1;
}
section.about .uk-card .languages {
  background: #fff;
  position: absolute;
  right: 20px;
  top: 0;
  padding: 5px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
section.about .uk-card .languages ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.about .uk-card .languages ul li {
  margin-bottom: 5px;
}
section.about .uk-card .languages ul li img {
  width: 25px;
  height: 25px;
}

section.documents {
  padding: 60px 0;
}
section.documents .profile-sidemenu {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
section.documents .profile-sidemenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.documents .profile-sidemenu ul li a {
  display: block;
  color: #5F5F5F;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 25px;
  border-bottom: 1px solid #eee;
}
section.documents .profile-sidemenu ul li:last-child a {
  border-bottom: 0;
}
section.documents .profile-sidemenu ul li .active {
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  color: #fff;
}
section.documents .uk-card {
  border-radius: 20px;
  padding: 25px;
}
section.documents .uk-card h3 {
  font-weight: 600;
  color: #120F0F;
  font-size: 26px;
  margin: 0;
  margin-bottom: 30px;
}
section.documents .uk-card p {
  font-size: 18px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  color: #120F0F;
}
section.documents .uk-card p strong {
  font-weight: 600;
}
section.documents .uk-card h5 {
  color: #3CD3AD;
  margin: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 40px;
}
section.documents .uk-card a {
  color: #3CD3AD;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  margin-right: 15px;
}
section.documents .uk-card a:last-child {
  margin-right: 0;
}

section.package-details {
  padding: 60px 0;
}
section.package-details .doctor-summary {
  background: url("../images/package-detail.jpg") center center/cover;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 400px;
}
section.package-details .doctor-summary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  opacity: 0.7;
}
section.package-details .doctor-summary img {
  border-radius: 20px;
  width: 100%;
}
section.package-details .doctor-summary .doctor-area {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
section.package-details .doctor-summary .doctor-area .doctor-image {
  width: 285px;
  height: 285px;
  border: 2px solid #fff;
  overflow: hidden;
  border-radius: 50%;
  background: #CECECE;
  box-sizing: border-box;
  margin: 0 auto;
}
section.package-details .doctor-summary .doctor-area .doctor-image img{
  width: 285px !important;
  top:0px !important;
}
section.package-details .doctor-summary .doctor-area .doctor-content h4 {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
section.package-details .doctor-summary .doctor-area .doctor-content {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
  color: #fff;
}
section.package-details .doctor-summary .doctor-area .doctor-content p:last-child {
  margin: 0;
}

section.package-content {
  padding-bottom: 60px;
}
section.package-content h4 {
  color: #120F0F;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  margin-bottom: 30px !important;
}
section.package-content p {
  font-weight: 400;
  font-size: 18px;
  color: #5F5F5F;
  margin: 0;
  margin-bottom: 30px;
}
section.package-content p:last-child {
  margin-bottom: 0;
}
section.package-content img {
  border-radius: 20px;
}
section.package-content h3 {
  font-weight: 600;
  color: #3CD3AD;
  font-size: 18px;
  margin: 0;
  margin-bottom: 30px;
}
section.package-content .uk-accordion li:first-child a {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
section.package-content .uk-accordion li:nth-child(n+2) {
  margin: 0 !important;
}
section.package-content .uk-accordion li a {
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  padding: 15px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}
section.package-content .uk-accordion-content {
  padding: 25px;
  background: #EFEFEF;
  margin: 0;
}

.parallax-section {
  background: url("../images/parallax.jpg") center center/cover no-repeat fixed;
  margin-bottom: 30px;
  /* height: 500px; */
  z-index: 1;
  padding: 30px;
}
.parallax-section .parallax-content {
  z-index: 1;
}
.parallax-section .parallax-content h3, .parallax-section .parallax-content p {
  color: #fff;
}
.parallax-section .more {
  color: #fff;
  font-weight: 700;
}
.parallax-section .linear-div {
  -webkit-mask-image: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
}
.parallax-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  top: 0;
  left: 0;
  z-index: -1;
}

section.package-number {
  margin-top: 0;
  margin-bottom: 60px;
}

section.why {
  padding: 60px 0;
}
section.why .uk-slider {
  padding: 15px;
}
section.why .uk-card {
  border-radius: 20px;
  padding: 40px;
}
section.why .uk-card p {
  color: #120F0F;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
section.why .image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
}
section.why .uk-slidenav {
  background-color: #fff;
  border-radius: 50%;
  color: #3CD3AD;
  width: 15px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #3CD3AD;
  top: 50%;
  transform: translateY(100%);
}
section.why .uk-slidenav:hover {
  color: #000;
}
section.why .uk-slidenav svg {
  width: 15px;
  height: 15px;
}
section.why h4 {
  color: #120F0F;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  margin-bottom: 30px !important;
}
section.why p {
  font-weight: 400;
  font-size: 18px;
  color: #5F5F5F;
  margin: 0;
  text-align: left;
  margin-bottom: 30px;
}
section.why p:last-child {
  margin-bottom: 0;
}

section.apply {
  padding-bottom: 60px;
}
section.apply h4 {
  color: #120F0F;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  margin-bottom: 30px !important;
}
section.apply p {
  font-weight: 400;
  font-size: 18px;
  color: #5F5F5F;
  margin: 0;
  text-align: left;
  margin-bottom: 30px;
}
section.apply p:last-child {
  margin-bottom: 0;
}
section.apply .apply-btn {
  width: 100%;
  position: relative;
  color: #fff;
  padding: 7px 25px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 15px 150px;
  font-weight: 600;
  margin-top: 30px;
  width: auto;
  display: inline-block;
}

section.contact {
  padding: 60px 0;
}
section.contact .uk-card {
  border-radius: 20px;
  padding: 30px;
}
section.contact .uk-card h4 {
  margin: 0;
  color: #120F0F;
  font-weight: 600;
  font-size: 26px;
  margin: 0;
  margin-bottom: 26px !important;
}
section.contact .uk-card p {
  color: #5F5F5F;
  margin: 0;
  font-size: 16px;
  margin-bottom: 20px;
}
section.contact .uk-card a {
  color: #3CD3AD;
  text-decoration: underline;
}
section.contact .contact-form {
  margin-top: 60px;
}

section.information-form {
  padding: 60px 0;
}
section.information-form .uk-card {
  border-radius: 20px;
  padding: 30px;
}
section.information-form .uk-card label {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 20px;
}
section.information-form .uk-card input[type=radio] {
  width: 48px;
  height: 48px;
  margin: 0;
}
section.information-form .uk-card input[type=radio]:checked {
  background-color: #3CD3AD;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgLTQ2IDQxNy44MTMzMyA0MTciIHdpZHRoPSI0MTdwdCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTU5Ljk4ODI4MSAzMTguNTgyMDMxYy0zLjk4ODI4MSA0LjAxMTcxOS05LjQyOTY4NyA2LjI1LTE1LjA4MjAzMSA2LjI1cy0xMS4wOTM3NS0yLjIzODI4MS0xNS4wODIwMzEtNi4yNWwtMTIwLjQ0OTIxOS0xMjAuNDY4NzVjLTEyLjUtMTIuNS0xMi41LTMyLjc2OTUzMSAwLTQ1LjI0NjA5M2wxNS4wODIwMzEtMTUuMDg1OTM4YzEyLjUwMzkwNy0xMi41IDMyLjc1LTEyLjUgNDUuMjUgMGw3NS4xOTkyMTkgNzUuMjAzMTI1IDIwMy4xOTkyMTktMjAzLjIwMzEyNWMxMi41MDM5MDYtMTIuNSAzMi43Njk1MzEtMTIuNSA0NS4yNSAwbDE1LjA4MjAzMSAxNS4wODU5MzhjMTIuNSAxMi41IDEyLjUgMzIuNzY1NjI0IDAgNDUuMjQ2MDkzem0wIDAiLz48L3N2Zz4=");
}
section.information-form a {
  font-size: 14px;
  text-decoration: underline;
  color: #3CD3AD;
  font-weight: 400;
}
section.information-form label a {
  font-size: 10px !important;
}

section.career-form {
  padding: 60px 0;
}
section.career-form .career-content {
  /*background: url("../images/career-bg.jpg") center center/cover;*/
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 25px;
  margin-bottom: 60px;
}
section.career-form .career-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  z-index: -1;
  opacity: 0.7;
}
section.career-form .career-content .top-logo {
  margin-bottom: 30px;
}
section.career-form .career-content h3 {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 26px;
  color: #fff;
}
section.career-form .career-content p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
}
section.career-form .career-content p:last-child {
  margin-bottom: 0;
}
section.career-form .career-content strong {
  font-weight: 500;
  color: #fff;
}

.language-selector {
  position: fixed;
  top: 40%;
  right: -110px;
  z-index: 99;
  background: #fff;
  border-radius: 20px;
  padding: 5px 25px 5px 35px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.language-selector:hover {
  right: -15px;
}
.language-selector .active-language {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.language-selector .active-language img {
  width: 30px;
}
.language-selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-selector ul li {
  display: inline-block;
}
.language-selector ul li img {
  width: 25px;
}

.quick-form-toggle {
  background: #3CD3AD;
  border-top-left-radius: 20px;
  position: fixed;
  top: 25%;
  right: -50px;
  padding: 10px 10px 10px 10px;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
  border-top-right-radius: 20px;
  z-index: 99999999
}
.quick-form-toggle a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.quick-form {
  background: #3CD3AD;
  padding: 15px;
  transition: all 0.3s ease;
  position: fixed;
  right: -400px;
  box-sizing: border-box;
  top: 5%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 99999999;
  width: 400px;
}
.quick-form .uk-margin {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.quick-form label {
  color: #fff !important;
  font-size: 12px !important;
}
.quick-form label a {
  color: #fff !important;
}
.quick-form input, .quick-form select {
  font-size: 12px !important;
}
.quick-form .uk-textarea {
  background: #eee;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 20px;
  font-size: 12px !important;
  resize: none;
}
.quick-form .uk-textarea:focus {
  border-color: #120F0F;
}
.quick-form .uk-checkbox {
  border: 1px solid #120F0F !important;
}
.quick-form .uk-checkbox:checked {
  background-color: #120F0F !important;
}
.quick-form .send-btn {
  display: block !important;
  background: #120F0F !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  width: 100% !important;
}

.mmenu-toggle {
  display: none;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.mmenu-toggle:focus {
  color: #fff;
}
.mmenu-toggle:hover {
  color: #fff;
}

.mobil-menu-header {
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.mobil-menu-header img {
  margin-bottom: 25px;
  width: 100px;
}
.mobil-menu-header span svg {
  width: 25px;
}
.mobil-menu-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobil-menu-header ul li {
  display: inline-block;
  margin-right: 15px;
}
.mobil-menu-header ul li:last-child {
  margin-right: 0;
}

#search-modal .uk-modal-dialog {
  background-color: #121212;
  opacity: 0.9;
}
#search-modal .uk-modal-close-full {
  background-color: #121212;
}

section.news {
  padding: 60px 0;
}
section.news .uk-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}
section.news .uk-card .news-image {
  margin-bottom: 30px;
}
section.news .uk-card .news-image img {
  border-radius: 20px;
  width: 100%;
}
section.news .uk-card .news-image .medproper-sign {
  position: absolute;
  right: 20px;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
section.news .uk-card .news-image .medproper-sign img {
  border-radius: 0;
}
section.news .uk-card .news-description {
  padding: 0 20px;
}
section.news .uk-card .news-description h3 {
  color: #120F0F;
  font-size: 20px;
  margin: 0;
  margin-bottom: 25px;
  font-weight: 600;
}
section.news .uk-card .news-description p {
  font-size: 16px;
  color: #5F5F5F;
  font-weight: 400;
  margin: 0;
}
section.news .uk-card .news-footer {
  padding: 0 20px;
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  box-sizing: border-box;
}
section.news .uk-card .news-footer ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
section.news .uk-card .news-footer ul li {
  display: inline-block;
  padding-right: 15px;
  border-right: 1px solid #5F5F5F;
  color: #5F5F5F;
}
section.news .uk-card .news-footer ul li:last-child {
  padding-right: 0;
  padding-left: 15px;
  border-right: 0;
}
section.news .uk-card .news-footer a {
  width: 100%;
  position: relative;
  color: #fff;
  padding: 7px 25px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  border-radius: 10px;
  border: 1px solid transparent;
}
section.news .news-detail-image {
  margin-bottom: 60px;
}
section.news .news-detail-image img {
  border-radius: 20px;
}

section.news-detail p {
  font-size: 18px;
  font-weight: 400;
  color: #5F5F5F;
}
section.news-detail h3 {
  font-weight: 600;
  font-size: 26px;
  color: #120F0F;
}

section.old-new-posts {
  padding-bottom: 60px;
}
section.old-new-posts span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.old-new-posts span svg {
  width: 35px;
  height: 35px;
  color: #3CD3AD;
}
section.old-new-posts .previous {
  padding-left: 60px;
  position: relative;
}
section.old-new-posts .previous span {
  left: 0;
}
section.old-new-posts .next {
  text-align: right;
  position: relative;
  padding-right: 60px;
}
section.old-new-posts .next span {
  right: 0;
}
section.old-new-posts p {
  font-size: 18px;
  font-weight: 400;
  color: #5F5F5F;
  margin: 0;
  margin-bottom: 10px;
}
section.old-new-posts h4 {
  color: #120F0F;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}

.medicine-btn {
  border-bottom: 2px solid #3CD3AD;
  padding: 30px 0;
  margin-bottom: 30px;
}
.medicine-btn a {
  width: 100%;
  position: relative;
  color: #fff;
  padding: 7px 25px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  border-radius: 10px;
  border: 1px solid transparent;
}

#medicine-form h2 {
  font-weight: 600;
  color: #120F0F;
}

section.social-comments{
  padding: 60px 0;
}
section.social-comments .uk-slider{
  padding: 15px;
}
section.social-comments .uk-slider .uk-card{
  border-top-left-radius: 90px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px;
}
section.social-comments .uk-slider .image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
}
section.social-comments .uk-slider .image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
}
section.social-comments .uk-slider .google{
  background: #d34836;
}
section.social-comments .uk-slider .facebook{
  background: #3B5998;
}
section.social-comments .uk-slider .image span svg{
  width: 45px;
  height: 45px;
  color: #fff;
}
section.social-comments .uk-slider p{
  color: #120F0F;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
section.social-comments .uk-slider .author{
  font-style: italic;
  font-size: 14px;
  margin-top: 15px;
}
section.social-comments .uk-slider .author-desc{
  font-size: 12px;
  font-style: italic;
  color: #5F5F5F;
}
section.social-comments .uk-slider .uk-slidenav{
  background-color: #fff;
  border-radius: 50%;
  color: #3CD3AD;
  width: 15px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #3CD3AD;
  top: 50%;
  transform: translateY(100%);
}
section.social-comments .uk-slider .uk-slidenav:hover {
  color: #000;
}
section.social-comments .uk-slider .uk-slidenav svg {
  width: 15px;
  height: 15px;
}
section.services .uk-slider .uk-slidenav{
  background-color: #fff;
  border-radius: 50%;
  color: #3CD3AD;
  width: 15px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #3CD3AD;
  top: 50%;
  transform: translateY(100%);
}
section.services .uk-slider .uk-slidenav:hover {
  color: #000;
}
section.services .uk-slider .uk-slidenav svg {
  width: 15px;
  height: 15px;
  margin: 0;
}

.buy-package {
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  position: sticky;
  bottom: 25px;
  right: 0;
  text-align: right;
}
.buy-package a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 10px;
  background: #cc151d;
}

.visible {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

section.package-buy {
  padding: 60px 0;
}
section.package-buy .payment-info {
  background: #1ea7d0;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 20px;
}
section.package-buy .payment-info h4 {
  margin: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
}
section.package-buy .payment-info p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
section.package-buy .payment-info span {
  margin-bottom: 15px;
}
section.package-buy .payment-info span svg {
  width: 50px;
  height: 50px;
  color: #fff;
}
section.package-buy .uk-card {
  border-radius: 20px;
  overflow: hidden;
}
section.package-buy .uk-card img {
  width: 100%;
}
section.package-buy .uk-card .package-content {
  padding: 15px;
}
section.package-buy .uk-card .package-content h3 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #120F0F;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
section.package-buy .uk-card .package-content p {
  margin: 0;
  color: #5F5F5F;
  margin-bottom: 15px;
  font-size: 14px;
}
section.package-buy .uk-card .package-content p:last-child {
  margin-bottom: 0;
}
section.package-buy .uk-card .package-content p strong {
  color: #120F0F;
}

section.telemedicine {
  padding: 60px 0;
}
section.telemedicine h2 {
  font-weight: 600;
  color: #120F0F;
}
section.telemedicine p {
  color: #999999;
  margin: 0;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
}

section.doctors-blog {
  padding: 60px 0;
}
section.doctors-blog h3 {
  font-size: 26px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 700;
  color: #120F0F;
}
section.doctors-blog .uk-card {
  padding: 20px;
  border-radius: 20px;
}
section.doctors-blog .uk-card .blog-img {
  margin-bottom: 25px;
}
section.doctors-blog .uk-card .blog-desc h4 {
  color: #120F0F;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
}
section.doctors-blog .uk-card .blog-desc p {
  font-size: 14px;
  color: #5F5F5F;
  line-height: 30px;
}
section.doctors-blog .uk-card .blog-btn {
  text-align: right;
}
section.doctors-blog .uk-card .blog-btn a {
  width: 100%;
  position: relative;
  color: #fff;
  padding: 7px 25px;
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  border-radius: 10px;
  border: 1px solid transparent;
}
section.doctors-blog .uk-slider {
  padding: 15px;
}
section.doctors-blog .uk-slider .uk-slidenav {
  background-color: #fff;
  border-radius: 50%;
  color: #3CD3AD;
  width: 15px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #3CD3AD;
  top: 50%;
  transform: translateY(100%);
}
section.doctors-blog .uk-slider .uk-slidenav:hover {
  color: #000;
}
section.doctors-blog .uk-slider .uk-slidenav svg {
  width: 15px;
  height: 15px;
}

section.doctor-blog-content {
  padding: 60px 0;
}
section.doctor-blog-content img {
  margin-bottom: 25px;
}
section.doctor-blog-content p {
  color: #5F5F5F;
  margin: 0;
  margin-bottom: 30px;
  font-size: 16px;
}
section.doctor-blog-content h3 {
  font-size: 24px;
  margin: 0;
  color: #120F0F;
  margin-bottom: 30px;
  font-weight: 600;
}
section.doctor-blog-content .uk-card {
  border-radius: 20px;
  padding: 20px;
}
section.doctor-blog-content h4 {
  color: #120F0F;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
}
section.content-page {
  padding: 60px 0;
}
section.content-page h3 {
    margin: 0;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 26px;
    color: #120F0F;
}
section.content-page p {
    color: #5F5F5F;
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
}
section.content-page p:last-child {
  margin-bottom: 0;
}
section.hospitals-list {
  padding: 60px 0;
}
section.hospitals-list .uk-card {
    border-radius: 20px;
    padding: 20px;
}
section.hospitals-list .uk-card a {
  display: block;
}
.shortcut {
    position: fixed;
    right: -15px;
    top: 40%;
    z-index: 99999!important;
    background: #fff;
    border-radius: 20px;
    padding: 0 15px 0 0;
}
.shortcut ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.shortcut ul li {
    padding: 0px;
}
/* .shortcut ul li a {
    width: auto;
    height: 45px;
    line-height: 45px;
    color: #fff;
} */

.shortcut ul li .icon {
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.shortcut ul li a {
  display: inline-block;
}
.shortcut ul li a .text {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.shortcut ul li img {
  width: 25px;
}
.pagination ul {
  justify-content: center;
}
.pagination ul li {
  margin-right: 10px;
}
.pagination ul li:last-child{
  margin-right: 0;
}
.pagination ul li a {
  border: 1px solid #3CD3AD;
  color: #3CD3AD;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.pagination ul li.disabled a {
  background-color: #3CD3AD;
  color: #fff;
}
/* NEW CSS */

.logo-blue {
  display: none;
}
.sidebar {
  background: #fff !important;
  padding: 15px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  border-radius: 20px;
}
.sidebar ul {
  margin: 10px 0px 0px 0px;
  padding: 0;
  list-style: none;
}
.sidebar ul li .uk-checkbox {
  border: 1px solid #3CD3AD;
}
.sidebar ul li .uk-checkbox:checked {
  background-color: #3CD3AD;
}
.sidebar ul li {
  margin-bottom: 10px;
}
.sidebar ul li label {
  color: #120F0F;
  font-weight: 600;
  margin-left: 10px;
}

/* NEW CSS */
.mobil-show {
  display: none;
}
section.testimonials .uk-slider .uk-slidenav {
  background-color: #fff;
  border-radius: 50%;
  color: #3CD3AD;
  width: 15px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #3CD3AD;
  top: 50%;
  transform: translateY(100%);
}
section.testimonials .uk-slider .uk-slidenav:hover {
  color: #000;
}
section.testimonials .uk-slider .uk-slidenav svg {
  width: 15px;
  height: 15px;
}

.modal-live-search {
  background: transparent;
  padding: 15px;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  top: 60px;
  z-index: 10000 !important;
  height: 300px !important;
  overflow: scroll;
}
.modal-live-search.opened {
  visibility: visible !important;
  opacity: 1 !important;
}
.modal-live-search.opened ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-live-search.opened ul li {
  border-bottom: 1px solid #666;
}
.modal-live-search.opened ul li a {
  color: #120F0F;
  display: block;
  padding: 10px;
}
.modal-live-search.opened ul li a span {
  color: #fff;
}
.modal-live-search.opened ul li a:hover,
.modal-live-search.opened ul li a:focus{
  background-color: #666 !important;
}
.modal-live-search.opened ul li a .uk-text-primary{
  color: #3CD3AD !important;
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .whatsapp-btn{
    bottom: 100px;
    right: 16px;
  }
  section.doctors-blog .uk-slidenav {
    display: none;
  }

  section.hospitals .uk-slidenav {
    display: none;
  }

  section.how-to .uk-slidenav {
    display: none;
  }

  header {
    padding: 15px 0;
    position: fixed;
  }
  header .uk-navbar-nav {
    display: none;
  }
  header .mmenu-toggle {
    display: block;
  }

  .language-selector {
    top: 35%;
  }

  footer {
    text-align: center;
  }

  .login-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .user-form form label {
    color: #fff;
  }
  .user-form p {
    color: #fff;
  }

  .page-title h3 {
    top: 200px;
  }

  section.package-details .doctor-summary {
    height: 500px;
  }
  section.package-details .doctor-summary .doctor-area {
    align-items: center;
  }
}
@media (max-width: 768px) {
  section.testimonials .uk-slider .uk-slidenav, section.social-comments .uk-slider .uk-slidenav, section.services .uk-slider .uk-slidenav {
    display: none;
  }
  .slider .uk-slidenav-previous {
    left: 0;
  }
  .slider .uk-slidenav-next {
    right: 0;
  }
  .slider {
    margin-top: 67px;
  }
  .slider .slider-text {
    top: 30%;
  }
  .slider .slider-text h1 {
    font-size: 18px;
  }
  .slider .slider-text p {
    font-size: 13px;
    padding-right: 0px;
  }
  .slider .slider-text .slider-btn {
    font-size: 13px;
    padding: 7px 10px;
  }
  .slider .uk-dotnav {
    bottom: 5px;
  }
  section.hospitals .uk-flex {
    text-align: center;
  }
  section.treatments .treatment-card h3 {
    font-size: 18px;
  }
  .fixed-nav {
    position: fixed;
  }
  footer .footer-heading h4:after {
    display: none;
  }

  section.why-turkey div {
    text-align: left !important;
  }
  section.why-turkey img {
    width: 100%;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .order-3 {
    order: 3;
  }

  .order-4 {
    order: 4;
  }

  .order-5 {
    order: 5;
  }

  .order-6 {
    order: 6;
  }

  .order-7 {
    order: 7;
  }

  .order-8 {
    order: 8;
  }

  .order-9 {
    order: 9;
  }

  .order-10 {
    order: 10;
  }

  .order-11 {
    order: 11;
  }

  .order-12 {
    order: 12;
  }

  section.content .uk-slidenav {
    display: none;
  }

  section.packages .uk-slidenav {
    display: none;
  }

  section.package-details .doctor-summary {
    height: 700px;
  }
  section.package-details .doctor-summary .doctor-content {
    padding: 0 25px;
  }

  .top-banner .uk-breadcrumb {
    display: none;
  }

  section.package-content img {
    width: 100%;
  }
  section.package-content .uk-container div {
    text-align: left !important;
  }

  section.why .uk-slidenav {
    display: none;
  }

  section.google-comments .uk-slidenav {
    display: none;
  }

  .services-parent div:nth-child(odd) .uk-card {
    padding-left: 0 !important;
    padding-right: 40px;
  }
  .services-parent div:nth-child(odd) .uk-card .service-icon {
    display: flex;
  }
  .services-parent div:nth-child(odd) .uk-card .service-icon img {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 20px;
  }
  .services-parent div:nth-child(even) .uk-card {
    padding-right: 40px;
    padding-left: 0 !important;
    text-align: left !important;
  }
  .services-parent div:nth-child(even) .uk-card .service-icon {
    display: flex;
  }
  .services-parent div:nth-child(even) .uk-card .service-icon img {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 60px !important;
    border-bottom-left-radius: 20px !important;
  }
}
@media (max-width: 600px) {
  section.services p {
    font-size: 18px;
  }
  section.services a {
    display: block;
  }
  section.services .uk-card {
    height: 100%;
  }
  .mobil-show {
    display: block;
  }
  .mobil-hide {
    display: none;
  }
  .slider .slider-text {
    width: 300px;
  }
  .language-selector {
    top: 40%;
  }
  section.treatments .treatment-card h3 {
    font-size: 16px;
  }
  section.treatments .treatment-card .hover-content {
    padding: 10px;
  }
  section.treatments .treatment-card .hover-content p {
    font-size: 10px;
  }
  section.treatments .treatment-card .hover-content h4 {
    font-size: 13px;
  }
  .section-heading h5 {
    font-size: 10px;
  }

  .quick-form {
    width: 300px;
  }
  .quick-form .uk-text-center {
    display: flex;
  }

  .quick-form-toggle {
    right: -40px;
  }
  .quick-form-toggle a {
    font-size: 11px;
  }

  .top-banner {
    height: 400px;
  }
  .top-banner .text-area {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
  }
  .top-banner .text-area h3 {
    font-size: 18px;
  }
  .top-banner .text-area p {
    font-size: 12px;
  }

  section.services-detail .uk-card .service-icon {
    margin: 0 auto 30px auto;
  }
  section.services-detail .uk-card p {
    text-align: center;
  }

  section.treatment-detail .treatment-content h3 {
    font-size: 18px;
  }
  section.treatment-detail .treatment-content p {
    font-size: 12px;
  }
  section.treatment-detail .treatment-content ul li {
    font-size: 12px;
  }
  section.treatment-detail .treatment-content .comment-section article h5 {
    font-size: 18px;
  }
  section.treatment-detail .treatment-content .comment-section article p {
    font-size: 12px;
  }

  section.packages .uk-card .text {
    padding: 0 10px;
  }

  .user-form-alt form label {
    font-size: 11px;
  }

  section.doctor-comments .comment-section article h5 {
    font-size: 18px;
  }

  section.hospitals-details img {
    width: 100%;
  }

  section.information-form a {
    font-size: 12px;
  }

  .user-form form {
    width: 300px;
  }
  .user-form .form-divider {
    width: 300px;
  }
  .user-form p a {
    color: #121212;
  }

  .page-title {
    display: none;
  }

  section.logo {
    top: 30px;
    left: 30px;
  }
  section.logo img {
    width: 70px;
  }

  .register .uk-height-viewport {
    min-height: 130vh;
  }
  .register .image-wrap {
    min-height: 130vh;
  }

  section.package-details .doctor-summary {
    z-index: 1;
    height: 100%;
  }
  section.package-details .doctor-summary:after {
    z-index: -1;
  }
  section.package-details .doctor-summary .doctor-area {
    position: static;
    transform: translateY(0);
    padding: 30px 0;
  }
  section.package-details .doctor-summary .doctor-area .doctor-image {
    width: 185px;
    height: 185px;
  }

  section.apply .apply-btn {
    padding: 14px 60px;
  }

  section.old-new-posts .previous span {
    left: 15px;
  }

  .services-parent div:nth-child(odd) .uk-card {
    padding: 30px !important;
  }
  .services-parent div:nth-child(odd) .uk-card .service-icon {
    display: flex;
  }
  .services-parent div:nth-child(odd) .uk-card .service-icon img {
    border-radius: 20px !important;
    width: 100%;
  }
  .services-parent div:nth-child(even) .uk-card {
    padding: 30px !important;
    text-align: left !important;
  }
  .services-parent div:nth-child(even) .uk-card .service-icon {
    display: flex;
  }
  .services-parent div:nth-child(even) .uk-card .service-icon img {
    border-radius: 20px !important;
    width: 100%;
  }

  .buy-package {
    left: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }

  .visible {
    bottom: 0;
  }
}
section.search-box {
  position: relative;
  padding: 25px 0 0 0;
}
section.search-box .uk-input {
  background: #fff;
  color: #120F0F;
  padding: 0 20px;
  height: 60px;
  padding-left: 100px;
  border-radius: 15px;
  border: 2px solid #3CD3AD;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}
section.search-box .uk-input:focus {
  border-color: #120F0F;
}
section.search-box .live-search {
  background: #fff;
  padding: 15px;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  border-left: 2px solid #3CD3AD;
  border-right: 2px solid #3CD3AD;
  border-bottom: 2px solid #3CD3AD;
  border-radius: 15px;
  top: 60px;
  z-index: 10000 !important;
  max-height: 300px !important;
  overflow: scroll;
}
section.search-box .opened {
  visibility: visible !important;
  opacity: 1 !important;
}
section.search-box .opened ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.search-box .opened ul li a {
  color: #120F0F;
  display: block;
  padding: 10px;
  border-radius: 10px;
}
section.search-box .opened ul li a:hover,
section.search-box .opened ul li a:focus{
  background-color: #f1f1f1 !important;
}
section.search-box .opened ul li a .uk-text-primary{
  color: #3CD3AD !important;
  font-weight: bold;
  font-size: 14px;
}
section.search-box .blur-logo {
  filter: brightness(0.8);
  position: absolute;
  top: 50%;
  left: 20px;
  width: 60px;
  transform: translateY(-50%);
}
/* New Style -Bora */
.treatments-buttons{
  padding-top: 60px;
}
.treatments-buttons .uk-card{
  border-radius: 10px;
}
.treatments-buttons .uk-card .title{
  display: block;
  width: 100%;
  text-align: center;
  color: #000000;
}
.treatments-buttons .uk-card:hover,
.treatments-buttons .uk-card:focus{
  background: linear-gradient(90deg, #4cb8c4 0%, #3cd3ad 100%);
  color: #FFFFFF !important;
}
.treatments-buttons .uk-card:hover .title,
.treatments-buttons .uk-card:focus .title{
  color: #FFFFFF !important;
}
/*
  CK Editor Styles
 */
figure.image-style-side{
  float: right;
}
.embed-video{
  margin-top: 40px;
}
.embed-video iframe{
  width: 100%;
  min-height: 460px;
  display: block !important;
}
/*# sourceMappingURL=index.css.map */
