* {
    margin: 0;
    padding: 0;
  }  
  html,
  body {
  overflow-x: hidden;
  }
body {
    font-family: 'Lato', sans-serif;
    background: white;
}
body li, body p {
    -webkit-font-smoothing: antialiased;
}
p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none !important;
    color: inherit;  
}
section {
    padding-top: 70px;
    padding-bottom: 50px;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif !important;
    padding: 40px 40px 10px 40px;
    text-align:center;
}
h5, h6 {
    font-family: 'Poppins', sans-serif !important; 
}
hr {
    padding-bottom: 40px;
}
section h2 a {
    transition: 0.2s;
}
section h2 a:hover {
color: rgb(201, 151, 59) !important;
}
.btn {
    color: white !important;
    border-radius: 50px 50px;
    transition: 0.2s;
    background: linear-gradient(to bottom, rgba(219, 166, 65, 0.8) 0%, rgba(149, 108, 43, 0.9) 100%);
    border: none;
    font-family: 'Poppins', sans-serif !important; 
    font-size: 14px;
    line-height: 20px;
    }
.btn:hover {
    opacity: 0.7;
}
.showcase-btn:hover,.showcase-btn1:hover  {
    opacity: 0.7 !important;
    transition: 0.2s ease-in-out !important;
}
.main-buttons {
    background: linear-gradient(to bottom, rgba(219, 166, 65, 0.8) 0%, rgba(149, 108, 43, 0.9) 100%);
    font-size: 16px;
    line-height: 20px;
}
/*LANGUAGES*/
.languages {
    background: rgba(230, 230, 230, 0.7);
    border-radius: 50px 50px;
    padding: 2px 0px 2px 0px !important;
}
.languages a {
    font-size: 10px !important;
}
.languages .dropdown-menu {
    max-width: 80px;
    min-width: 80px;
    width: 80px;
}
.languages .dropdown-item {
text-align: center;
padding: 5px;
    
}
.languages .nav-link{
    padding-bottom: 0px;
}
@media only screen and (max-width: 500px) {
    .languages .nav-link {
        padding: 0px !important;
    }
    .languages {
        background: none;
        padding: 0px !important;
    }
    .languages .dropdown-menu {
        max-width: 38px !important;
        min-width: 38px !important;
        width: 38px !important;
        padding: 0px;
    }
    .languages .dropdown-item {
        padding: 1px;
    }
}
    .languages img {
        width: 20px !important;
        height: 16px !important; 
        padding-left: 5px;
}
      .languages a {
        transition: filter .3s ease-in-out;
        -webkit-filter: grayscale(80%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
        filter: grayscale(80%); /* FF 35+ */
      }
      .languages a:hover {
        -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
        filter: grayscale(0%); /* FF 35+ */
      } 

/*TOP SOCIAL*/
#top {
    padding: 0px;
    margin: 0;
}
.top {
    padding: 5px;
    margin: 0 auto;
    width: 100%;
}
.top-social {
    text-align: right;
        font-family: 'Poppins', sans-serif;
}
.top-social ul {
        margin: 0 auto;
}
.top-social li, footer li {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
}
.top-social .fa-facebook {
    color:#3b5998;
}
.top-social .fa-instagram {
    color:#c13584;
}
.top-social .fa-youtube {
    color: #ff0000;
}
.top-social .fa-whatsapp {
    color:RGB(37, 211, 102);
}
.top-social .fa-mobile-alt {
    color: black;
}
.subelerimiz {
    font-size: 14px;
    color: #6D7178;
}
.subelerimiz span {
    padding-left: 20px;
}
.subelerimiz a {
    transition: all .3s ease-in-out;
}
.subelerimiz a:hover {
    color: rgb(201, 151, 59);
}
@media (min-width: 325px) and (max-width: 500px) {
    #top-container {
        padding: 0px 7px;
    }
    .subelerimiz {
        padding-top: 1px !important;
    }
.subelerimiz a {
 font-size: 12px;
 font-weight: 200;
    }
.subelerimiz span {
    padding-left:3px;
    }
    .subelerimiz .fab, .subelerimiz .fas  {
        padding: 5px 3px !important;
    }
    #sube-torbali {
        padding-left:7px;
    }
}

@media only screen and (max-width: 325px) { 
    #top-container {
        padding: 0px 3px;
    }
    .subelerimiz a {
        font-size: 10px;
        font-weight: 200;
           }
           .subelerimiz span {
            padding-left:1px;
            }
            .subelerimiz .fab, .subelerimiz .fas  {
                padding: 5px 3px !important;
            }
            .languages a {
                font-size: 8px !important;
            }
            #sube-torbali {
                padding-left:2px;
            }
}

.top-calisma-saatleri span{
    font-size: 14px;
}
.top-social ul li:first-child {
    float:left;
   }

@media only screen and (max-width: 980px) {

.top-calisma-saatleri {
    display: none !important;
}
.top-social li {
 padding: 3px;
 font-size: 12px;
}
.top-social ul {
    margin: 0 auto;
}
/*icon hover*/

}
.top-social .fa-facebook, .top-social .fa-instagram, .top-social .fa-youtube, .top-social .far, .top-social .fas, .top-social .fa-whatsapp  {
    transition: all .3s ease-in-out;
}
.top-social .fas:hover {
    color:#353535;
    transform:scale(1.4);
}
.top-social .fa-youtube:hover {
    transform:scale(1.4); 
}
.top-social .fa-whatsapp:hover {
    color:RGB(37, 211, 102);
    transform:scale(1.4);
}
.top-social .far:hover {
    color:#698bd5;
    transform:scale(1.4);
}
    .top-social .fa-facebook:hover {
    color:#3b5998;
    transform:scale(1.4);
    }
    .top-social .fa-instagram:hover {
    color:#c13584;
    transform:scale(1.4);
    }

/*NAVBAR*/
.navigation .navbar-nav {
    margin-left: 0px !important;
}

.navbar {
    padding-left: 0px;
    padding-right:0px;
}
.nav-item {
        font-family: 'Poppins', sans-serif;  
}
@media only screen and (max-width: 980px) {
    .nav-item {
        padding: 5px;
    }
}
.nav-link {
    font-weight: 600 !important;
    color:black !important;
    transition: 0.3s;
    text-align: center;
    font-size: 13px !important;
    padding: 0px 8px !important;
}
.nav-link:hover {
    color: rgb(201, 151, 59) !important;
}
.dropdown-a {
    transition: 0.3s;
}
.dropdown-a:hover {
    color: rgb(201, 151, 59) !important;
}
.dropdown-item {
    font-weight: 300 !important;
    color:black !important;
    font-size: 12px;
    line-height: 26px;
    border-top: 1px solid;
    border-color: rgba(233, 232, 232, 0.4);
}
.first-dropdown {
    border-top: none;
}
.dropdown-item:hover {
color: rgb(201, 151, 59) !important;
background: white;
}
#logo {
    width: 220px;
    height: 73px;
 }
@media only screen and (max-width: 980px) {
    .dropdown-item {
        text-align: center;
    }
}
@media only screen and (max-width: 500px) {
    .nav-link, .dropdown-a {
font-size: 14px !important;
    }
    .dropdown-item {
        font-size: 13px !important;
    }
 /*
    #logo {
    width: 250px;
    height: 84px;
 }
 */
}
/*
@media (min-width: 350px) and (max-width: 414px) {
    #logo {
        width: 220px;
        height: 73px;
     }
}
*/
@media only screen and (max-width: 350px) {
    #logo {
       width: 180px;
       height: 60px;
    }
   }

.navbar li a{
    font-size: 13px;
}

.slider-area {
    background-image: url('img/background.jpg');
}
@media only screen and (max-width: 770px) {
    header {
        width: 100%;
        background: white;
        position: fixed;
        z-index: 11000;
        display: block;
        border-bottom: 1px solid rgba(226, 225, 225, 0.3); 
        }
        .slider-area, .top-wrap {
            position: relative;
            top:135px;
        }
        .services { 
            margin-top: 84px;
        }
        .main-wrapper, .tedaviler-wrapper, .hekimler-wrapper {
            margin-top: 150px;
        }
    }
    @media only screen and (max-width: 370px) {
        .slider-area {
            top:120px;
        }
        .top-wrap {
            top:121px;
        }
    }

/*SERVICES*/
.services {
    background: white;
    padding-top: 30px !important;
}
.services a {
    transition: all .2s ease-in-out;
}
.services a:hover {
    color: #6D7178;
}
.services hr {
    padding-bottom: 10px;
}
.services img {
    width: 100px;
    height: 100px;
    padding: 25px;
    transition: all .5s;
}
.services img:hover {
    transform: scale(1.2);
}
.services-card {
    max-width: 330px;
    background: white;  
    margin: 0 auto;
    padding: 10px;
}
.services-card p {
    padding: 10px 15px;
}

/*TESTIMONIAL*/
.ol-indic-circle li {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    margin: 3px;
    top: 25px;
}
.ol-indic-circle li:hover {
    background: rgb(201, 151, 59);
}
.parallax-gradient {
   /* background: linear-gradient(to bottom, rgba(219, 166, 65, 0.9) 0%, rgba(149, 108, 43, 0.9) 100%);*/
   background: linear-gradient(to bottom, rgba(219, 166, 65, 0.5) 0%, rgba(149, 108, 43, 0.5) 100%);
    max-height: 600px;
    position: relative;  
}
.parallax-gradient::before {
    background-image: url("img/parallax-deneme-6.jpg");
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0.9;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    @media only screen and (max-width:749px) {
        .parallax-gradient::before {
            background-attachment: scroll;
        } 
    }
.testimonial .carousel-caption { 
    position:static;
    height: 300px;
    max-height: 300px;
    padding: 40px 100px 40px 100px;
}
.testimonial .carousel-item-test .testim-main-p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: white;
    font-family: 'Lato', sans-serif !important;
}
.testimonial .carousel-item-test p {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: white;
    font-style: italic;
    font-family: 'Lato', sans-serif !important;
}
@media (min-width: 500px) and (max-width: 1000px) {
    .testimonial .carousel-caption { 
    padding: 30px 60px 30px 60px;
    }
    .testimonial .carousel-item-test p {
        font-size: 15px;
        font-weight: 800;
        line-height: 20px;
        color: white;
    }
    .testimonial .carousel-item-test .testim-main-p {
        font-size: 17px;
        line-height: 30px;
        font-weight: 400;
        color: white;
    }  
}
@media (min-width: 330px) and (max-width: 500px) {
    .testimonial .carousel-caption {
        padding: 20px 30px 20px 30px;
    }
    .testimonial .carousel-caption p {
        font-size: 12px !important;
        line-height: 30px;
        color: white;
    }
    .testimonial .carousel-caption .testim-main-p {
        font-size: 14px !important;
        line-height: 30px;
        color: white;
    }
}
@media only screen and (max-width: 330px) {
    .testimonial .carousel-caption {
        padding: 10px 20px 10px 20px;
    }
    .testimonial .carousel-caption p {
        font-size: 12px !important;
        line-height: 20px;
        color: white;
    }
    .testimonial .carousel-caption .testim-main-p {
        font-size: 14px !important;
        line-height: 20px;
        color: white;
    }
}
/*WHO US*/
.who-us {
    background: rgb(249, 249, 249);
    padding-bottom: 0px;
}
.who-us-img {
    border-radius: 50%;
    max-width: 300px;
    max-height: 300px;
}
.who-us .btn {
    margin: 4px;
}
.hakkimizda-h2 {
    padding-top:100px;
}
.who-us p a:hover {
    color: rgb(201, 151, 59);
}
/*DOCTORS - INFINITE CAROUSEL*/

/*INFINITE CAROUSEL*/
.doctors {
    padding-bottom: 20px !important;
}
.doctors-img .slide {
    margin: 10px;
}
.doctors-img a, .doctors-img img {
    transition: all .3s ease-in-out;
} 
.doctors-img a:hover {
color: rgb(201, 151, 59);
}
.doctors-img img:hover {
    transform: scale(1.05);
}
.infinite-carousel {
    padding-top:70px;
    padding-bottom: 50px;
}
.infinite-carousel a {
    color: black;
}
.doctors h5 {
    padding: 25px 10px 10px 10px;
    font-size: 16px;
    line-height: 22px;
}

@media only screen and (max-width: 500px) {
    .doctors p {
        font-size: 14px;
    }
}


.doctors hr {
    padding-bottom: 10px;
}
/* Slider */
  .slick-slide {
      margin: 0px 20px;
  }
  .slick-slide img {
      width: 100%;
      -webkit-box-shadow: 5px -2px 17px -4px rgba(0,0,0,0.54);
      -moz-box-shadow: 5px -2px 17px -4px rgba(0,0,0,0.54);
      box-shadow: 5px -2px 17px -4px rgba(0,0,0,0.54);
  }
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

  hr {
      margin: 0 auto;
      width: 100px;
  }

/*SCROLL BACK TO TOP*/
#back2Top {
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 9999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 5px;
    font-size: 30px;
    margin-right: 3px;
    transition: all .4s ease-in-out;
}
#back2Top:hover {   
    color: white;
   transform: rotate(180deg);
}
/*anlasmali kurumlar*/
.anlasmali-kurumlar {
    background: rgb(249, 249, 249);  
}
.anlasmali-kurumlar a:hover {
    color: rgb(201, 151, 59);
}
.anlasmali-kurumlar img {
    margin: 10px;
    -webkit-box-shadow: 5px -2px 17px -4px rgba(0,0,0,0.54);
    -moz-box-shadow: 5px -2px 17px -4px rgba(0,0,0,0.54);
    box-shadow: 5px -2px 17px -4px rgba(0,0,0,0.54);
}
/*anlasmali page*/
.anlasmali-page h2 {
    padding-left: 0px;
    padding-top: 30px;
    text-align: left;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 22px;
}
/*CONTACT*/
.contact iframe {
    width: 100%;
    height: 250px; 
}
.contact {
    background:white;
}
.contact a:hover {
    color: rgb(201, 151, 59);
}

.address::before, .phone::before, .calendar:before, .email:before, .whatsapp:before {
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

.phone::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3cd";
}

.address::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   content: "\f3c5";
}
.calendar::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   content: "\f073";  
}
.email::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   content: "\f1fa";  
}
.whatsapp::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
   content: "\f232";  
}

/*FOOTER*/
footer {
background: rgb(43, 43, 43);
/*background: linear-gradient(to bottom, rgba(149, 108, 43, 0.8) 0%, rgba(43, 43, 43, 0.9) 100%);*/
color: white;
padding-top: 80px;
}
footer li a, footer li {
  font-weight: 300 !important;  
  font-size: 13px;
}
footer li {
    border-bottom: 1px solid rgb(106, 106, 106, 0.5);
    display: block;   
}
footer a {
    color: white;
    text-decoration: none;
    transition: all .1s ease-in-out;
    }
    
footer a:hover {
        text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83), 6px 0px 15px rgba(255, 255, 240, 0.83);
        font-weight: 500; 
color: white;
    }
footer h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid white;
}
.social-footer li {
    display: inline-block;
}
.calisma-saatleri span {
    float: right;
}
.fa-clock {
    padding-right: 5px;
}
@media only screen and (max-width: 800px) {
.copyright p, .copyright a {
    text-align: center;
    float: none !important;
}
}

/*Landing Pages*/
.top-wrap a {
        transition: all .2s ease-in-out;
}
.top-wrap a:hover {
    color: rgb(201, 151, 59);
}
.top-wrap {
    background: #FAFCFC;
    height: 100px;
    padding: 0px;
    margin: 0 auto;
    border-top: 1px solid #FAFCFC;
    -webkit-box-shadow: 0px -2px 2px rgba(250, 252, 252, 0.6);
    -moz-box-shadow: 0px -2px 2px rgba(224, 225, 225, 0.6);
    box-shadow: 0px -2px 2px rgba(225, 225, 225, 0.6);
}
.top-wrap-h1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    padding: 30px;
    text-align: left;
    font-family: 'Lato', sans-serif !important;
}
.top-wrap-p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 30px;
    text-align: right;
}
@media only screen and (max-width:750px) {
    .top-wrap {
        height: 130px;
    }
    .top-wrap-h1 {
        padding: 25px 10px 10px 10px;
        text-align: center;
        font-size: 24px;
    }
    .top-wrap-p {
        padding: 0px 10px 0px 10px !important;
        text-align: center;
        font-size: 11px !important;
        margin-bottom: 0;
    }
    .main-wrapper {
        padding: 40px !important;
    }
}

.main-wrapper {
    padding: 100px;
}
.main-wrapper a {
    transition: all .2s ease-in-out;
}
.main-wrapper a:hover {
color: rgb(201, 151, 59);
}
#aside {
    border-left: 1px solid rgb(191, 191, 191);
}
#aside h2 {
    font-size: 19px;
    font-weight: 400;
    line-height: 25px; 
    text-align: left;
    padding: 0px 20px 10px 15px;
}
#aside ul {
 list-style: none;
}
#aside ul span {
    padding-right: 4px;
    color: rgb(201, 151, 59);
}
#aside li {
    padding: 15px;
    border-bottom: 1px solid rgb(230, 232, 232);
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
#aside a:hover {
    color: rgb(201, 151, 59);
}
@media only screen and (max-width: 780px) {
    #aside {
        border-left: none;
    }
    #aside h2 {
        font-size: 14px;
        padding: 20px 20px 5px 10px;
    }
    #aside li {
        font-size: 12px;
        padding: 10px;
    }
}

/*TEDAVİLER PAGE*/
.tedaviler-page h2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    text-align: left !important;
    padding: 15px 0px 0px 0px;
}
.landing-page img {
    padding-bottom: 30px;
}
.landing-page p {
    padding: 0px 0px 10px 0px;
    -webkit-font-smoothing: antialiased;
}
.landing-page h3 {
    text-align: left;
    padding: 15px 0px 5px 0px;
    font-size: 14px;
}
.landing-page li {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width:780px) {
    .landing-page { 
        padding: 0px 45px 45px 45px;
        }
        .landing-page p {
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
        }
        .landing-page li {
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;  
        }
}

/*Hekimlerimiz Page*/
.hekimlerimiz-page img {
    opacity: 0.85;
transition: .3s;
 -webkit-backface-visibility: hidden;
 -webkit-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0);
-webkit-box-shadow: 5px -2px 17px -4px rgba(0,0,0,0.54);
-moz-box-shadow: 5px -2px 17px -4px rgba(0,0,0,0.54);
box-shadow: 5px -2px 17px -4px rgba(0,0,0,0.54);
}
.hekimlerimiz-page img:hover {
    opacity: 1;
}
.hekimlerimiz-page h2 { 
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.hekimlerimiz-page p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
}
@media only screen and (max-width:780px) {
    .hekimlerimiz-page h2 {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        padding-bottom: 7px;
    }
        .hekimlerimiz-page p {
            font-size: 13px;
            font-weight: 300;
            line-height: 20px;
        }
        .lp-doctors li {
            font-size: 14px;
            font-weight: 300;
            line-height: 20px; 
        }
        .lp-doctors p {
            padding-top: 20px;
            font-size: 14px;
        }
}

.lp-doctors img {
    -webkit-box-shadow: 7px -6px 26px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 7px -6px 26px -4px rgba(0,0,0,0.75);
box-shadow: 7px -6px 26px -4px rgba(0,0,0,0.75);
}
.lp-doctors li {
    padding: 10px;
    list-style: none;
    font-weight: 300;
}
.lp-doctors h2 {
    font-family: 'Poppins', sans-serif !important; 
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    padding-left: 0px;
}
.link-logo {
    box-shadow: none !important;
    padding:5px 5px 10px 0px !important;
}
.ul-articles li {
    list-style-type: disc;
}
.span-journal {
    font-weight: 700;
    font-size: 14px;
}
/*Iletisim*/
.map iframe{
width: 100%;
height: 450px;
}
@media only screen and (max-width:500px) {
    .map iframe {
    height: 300px;
    }
}
.iletisim-page h2 {
    font-size: 24px;
}
/*dentapolis Klinik*/
.dentapolis-klinik iframe{
    width: 100%;
    height: 450px;
    }


     /*iletisim formu*/
     form {
        -webkit-box-shadow: -2px 5px 45px -14px rgba(0,0,0,0.75);
        -moz-box-shadow: -2px 5px 45px -14px rgba(0,0,0,0.75);
        box-shadow: -2px 5px 45px -14px rgba(0,0,0,0.75);
        padding: 20px;
      }
      .form-control {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
      }
      #submit-button {
        font-family:'Poppins', sans-serif;
          font-size: 13px;
          font-weight: 700;
          -webkit-font-smoothing: antialiased;
      }

      .transportation-cards {
          padding: 80px 30px 30px 30px;
      }

      .cards {
        background: #F9FBFC;
        margin:0 auto!important;
      }

      /*hakkımızda page*/
      .hakkimizda-page li {
           font-weight: 300;
      }
      .hakkimizda-page h2 {
          padding: 0px 0px 5px 0px;
          text-align: left;
          font-size: 16px;
          font-weight: 500;
          line-height: 20px;
      }
      @media only screen and (max-width:500px) {
.hakkimizda-page h2 {
    padding-top: 25px;
    }
.hakkimizda-page p, .hakkimizda-page li {
    font-size: 14px;
    line-height: 20px;
    }
}
      .hakkimizda-page .img-1 {
        -webkit-box-shadow: 10px -7px 45px -5px rgba(0,0,0,0.62);
        -moz-box-shadow: 10px -7px 45px -5px rgba(0,0,0,0.62);
        box-shadow: 10px -7px 45px -5px rgba(0,0,0,0.62);
      }
     .doktortakvimi-logo {
         padding: 0px 5px 5px 0px;
     }
      /*anlasmali page*/
      .anlasmali-page img {
          border: 1px solid rgb(235, 236, 237);
          margin:3px;
          padding: 20px;
      }

/*soru cevap page*/
.sorucevap-page h2 {
    font-size: 19px;   
}
#dental-implant {
padding-top :0px;
}

@media only screen and (max-width:500px) {
    .sorucevap-page p, .sorucevap-page a {
        font-size: 14px !important;
        
    }
}
.panel-title a{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.panel-title {
    background: rgba(230, 230, 230, 0.7);
    padding: 10px;
border-radius: 50px 50px;
}


.panel-heading [data-toggle="collapse"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    float: right;
    color: rgb(201, 151, 59);
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}
/*Gizlilik politikasi*/
.gizlilik-politikasi h2 {
    font-size: 18px !important;
    text-align: left;
    padding-left: 0px;
}
/*fotograf galerisi*/
.photo-gallery {
    padding-top: 0px !important;
}
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}
.tz-gallery {
    padding: 20px 30px 30px 30px;
}
.tz-gallery h2 {
    font-size: 18px;
    font-weight: 500;
}
.photo-cards {
    padding: 10px;
}
.tz-gallery .lightbox img {
    width: 100%;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
.tz-gallery img {
    border-radius: 4px;
}
.baguetteBox-button {
    background-color: transparent !important;
}
@media(max-width: 768px) {
    .container.gallery-container {
        border-radius: 0;
    }
}
@media only screen and (max-width: 380px) {
.tz-gallery h2 {
    padding: 15px;
    font-size: 16px;
}
}
/*blog - son yazılar*/
.son-yazilar h3{
font-size: 20px;
}
.son-yazilar h2 {
    padding-top:0px;    
}
.son-yazilar span, .lp-span {
    font-style: italic;
    color: rgb(21, 21, 21, 0.6);
    font-size: 14px;
}

@media(max-width: 600px) {
    .son-yazilar iframe {
        width: 240px;
        height: 180px;
    }
}
@media (min-width: 600px) and (max-width: 1025px) {
    .son-yazilar iframe {
        width: 500px;
        height: 400px;
    }
}


/* HAMBURGER Icon 1 */
.navbar-toggler {
    padding: 0px;
}
#nav-icon1 {
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

nav button {
    border: none !important;
}
nav button:focus {
    outline: none;
}

  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #918e8c;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
  
  #nav-icon1 span:nth-child(1) {
    top: 0px;
}
  
  #nav-icon1 span:nth-child(2) {
    top: 7px;
}
  
  #nav-icon1 span:nth-child(3) {
    top: 14px;
}
  
  #nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
  
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
  
  #nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/*animated carousel owl*/
.slider-active .owl-nav button{
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 20px;
left: 20px;
}
.slider-active .fa-chevron-left, .slider-active .fa-chevron-right {
    color: rgb(184, 183, 183);
}
.slider-active .fa-chevron-left:hover,
.slider-active .fa-chevron-right:hover {
color: rgb(201, 151, 59);  
}
.slider-active .owl-nav button.owl-next{
    left:auto;
    right: 20px;
}

.slider-active .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.slider-active .owl-dot span {
    width: 7px;
    height: 7px;
    background: rgb(184, 183, 183);
    display: inline-block;
    margin: 0 2px;
    border-radius: 50%;
}
@media only screen and (max-width:500px) {
    .slider-active .owl-dot span {
        display: none;
    }
}
.slider-active .owl-dot span:hover {
    background: rgb(201, 151, 59);  
}

.animated  {
    -webkit-animation-duration : 11s !important;
    animation-duration : 11s !important;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
    }
  #firstOwlSlide {
      animation-name: zoomIn;
    -webkit-animation-duration : 5s !important;
    animation-duration : 5s !important;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
  }
  #animating0 {
      animation-name: fadeInUpBig;
    -webkit-animation-duration: 3s;
    animation-duration : 3s !important; 
    animation-timing-function: ease;
}
    .owl-carousel .item .item-caption{
        left: 25%;
        right: 25%;
        position: absolute;
        bottom: 10%;
        background: rgba(0, 0, 0, 0.5);
    }
    .item-caption {
        text-align: center;
        border-radius: 7px;
    }
.item-caption h1, .item-caption h2, .item-caption p, .item-caption a {
    color: white;
}
.item-caption h1, .item-caption h2 {
    padding: 5px 0px; 
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}
.item-caption p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding: 5px 5px 10px 5px; 
    margin: 0 auto;
}
.item-caption a {
   margin-bottom: 10px;
}

@media only screen and (max-width:700px) {
    .item-caption h1, .item-caption h2 {
        font-size: 12px;
        font-weight: 500;
        line-height: 12px;  
        padding: 10px 0px 3px 0px;
    }  
    .item-caption p {
        font-size: 10px;
        font-weight: 400;
        line-height: 10px;
        padding: 2px;
    }
    .slider-active .item-caption .main-buttons {
        font-size: 10px !important;
        font-weight: 300 !important;
        line-height: 10px;
       margin-bottom: 10px auto;
     }
}

  