body {
  overflow-x: hidden;
}

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
  border-left: #fff 3px solid;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.carousel-item {
  height: 60vh;
}

#contact {
  margin-top: -50px;
}

#contact1 {
  margin-top: 50px;
}

#forma {
  background: #17A2B8 !important;
}

.carousel-image-1 {
  background: url('../img/clinic/Klinika-68.webp');
  background-size: cover;
  background-position: bottom;
}

.carousel-image-2 {
  background: url('../img/clinic/Klinika-122.webp');
  background-size: cover;
  background-position: center;
}

.carousel-image-3 {
  background: url('../img/clinic/Klinika-29.webp');
  background-size: cover;
  background-position: center;
}

.carousel-image-4 {
  background: url('../img/clinic/Klinika-54.webp');
  background-size: cover;
  background-position: bottom;
}

.carousel-image-5 {
  background: url('../img/clinic/Klinika-43.webp');
  background-size: cover;
  background-position: center;
}

.carousel-image-6 {
  background: url('../img/clinic/Klinika-114.webp');
  background-size: cover;
  background-position: center;
}

.carousel-image-7 {
  background: url('../img/clinic/klinika3.jpg');
  background-size: cover;
  background-position: center;
}

#mission .fas {
  background: #17A2B8;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  #forma {
    padding-right: 25px;
    padding-left: 25px;
  }

  #forma1 {
    padding-bottom: 20px;
  }

  .modal {
    width: auto;

  }

  #klajdi {
    font-size: 2rem;
  }
}

@media (max-width: 800) {
  .modal {
    width: auto;
  }
}

.btn1 {
  padding: 20px !important;
  opacity: 1 !important;
  color: white !important;
  font-size: 0.1rem !important;
  border-radius: 50%;
}

.btn2 {
  padding: 20px !important;

  color: white !important;
  font-size: 0.1rem !important;
  border-radius: 50%;
}

#formaa {
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom img {
  transition: transform 1s;
}

.card-custom:hover img {
  transform: rotate(360deg);
  transform-origin: center center;
}

.card-custom {
  overflow: hidden;
  min-height: 450px;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
  position: absolute;
  content: '';
  top: 161px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
}

.card-custom-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 120px;
  left: 1.25rem;
  width: 80px;
  height: 80px;
  background: white;
  padding: 5px;
}


#services-header {
  position: relative;
  background: url(/img/2.JPG);
  background-size: cover;
  background-attachment: fixed;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
}


#staff-header {
  position: relative;
  background: url(/img/site-images/mission.JPG);
  background-size: cover;
  background-attachment: fixed;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 162, 184, 0.6);
}

.dark-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.success,
.error {
  color: white;
  padding: 5px;
  margin: 5px 0 15px 0;
}

.success {
  background: green;
}

.error {
  background: red;
}
/* TESTIMONIAL */

/*FOOTER*/
footer {
  background: #17A2B8;
  color: white;
  margin-top: 100px;
}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}


/*SOCİAL İCONS*/
/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

#about-showcase {
  background: url('/img/site-images/mission.JPG') no-repeat center center/cover;
  height: 63vh;
  position: relative;
}

#about-showcase-gallery {
  background: url('/img/clinic/Klinika-114.webp') no-repeat center center/cover;
  height: 63vh;
  position: relative;
}

.dark-overlay3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 162, 184, 0);
}

.border-b {
  border-bottom: 1px solid black;
}

#contact-showcase {
  background: url('/img/clinic/klinika1.jpg') no-repeat center center/cover;
  height: 30vh;
  position: relative;
}

.dark-overlay4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 162, 184, 0);
}

#contact-showcase-landingpage {
  background: url('/img/dental/FotoProve01.jpg') no-repeat center;
  height: 50vh;
  position: relative;
  margin-top: 1vh;
}

.dark-overlay4-landingpage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 162, 184, 0);
}

.landingpagetitle {
  margin-bottom: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 2.5rem;
}

.landingpagetitleid {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 0.4;
  margin-top: 0rem;
}

#foto-header {
  position: relative;
  background: url(/img/2.JPG);
  background-size: cover;
  background-attachment: fixed;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
}

.dark-overlay4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 0, 0, 0.3);
}

.status {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
}
/* STAFF */