*{
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  text-decoration:none;
  font-optical-sizing: auto;
}
*::-webkit-scrollbar{
  width: 8px;
}
*::-webkit-scrollbar-track{
  background-color: #d0d0d0;
}
*::-webkit-scrollbar-thumb{
  background-color: #888; 
}
*::-webkit-scrollbar-thumb:hover{
  background-color: #555;
}
a{
  color: #434343;
  transition: 500ms all;
  cursor: pointer;
}
a:hover{
  color: #383838;
}
h1,h2,h3,h4,h5,h6,p,ul{
  margin: 0;
  padding: 0;
}
img{
  width: 100%;
  vertical-align: middle;
  border-style: none;
}
body{
  padding: 0;
  margin:0;
  background-color: #ffffff;
}
.loader{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 23;
}
.loader div{
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
}
.loader .sol{
  left: 0;
  transition: 1s left;
  z-index: 2;
}
.loader .sag{
  transition: 1s right;
  right: 0;
}
.loader .res{
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-image: url(../images/feha-plastik-loader.png);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
}
.ana_ust{
  background-color: #fbfbfb;
  font-size: 14px;
  color: #333;
  padding: 8px 0;
  border-bottom: solid 1px #ebebeb;
  position: relative;
  z-index: 3;
}
.ana_ust .col-6{
  padding: 2px;
}
.ana_ust span{
  margin: 0 5px;
  cursor: pointer;
}

.ana_ust span i{
  margin-right: 5px;
  color: #B31B1B;
}
.ana_ust .col-6:last-child{
  text-align: right
}

.header{
  padding: 0;
  background-color: #ffffff;
  border-bottom: solid 3px #87ccff;
  position: relative;
  z-index: 7;
}
.header .container{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.header .logo{
  max-width: 310px;
  display: block;
  margin-right: 20px;
  padding: 20px 0;
}
.header .menu{
  display: flex;
  flex-direction: row;
}
.header .menu li{
  float: left;
  list-style-type: none;
  margin: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}
.header .menu li:before{
  content: '';
  width: 45px;
  height: 45px;
  background: #87ccff;
  position: absolute;
  bottom: -22.5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
}
.header .menu li:after{
  content: '';
  width: 32px;
  height: 32px;
  background: #ffffff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 15px;
}
.header .menu .aktif{
  background-color: #71c0fb;
}
.header .menu .aktif:before{
  background: #ffffff;
}
.header .menu .aktif:after{
  background: #71c0fb;
}
.header .menu .aktif a{
 color: #ffffff;
}
.mob_menu_ac{
  width: 40px;
  height: 40px;
  background-color: #b62525;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 32px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.slider{
  height: auto;
  position: relative;
}
.slider:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #d9eefd -28%, rgba(0, 0, 0, 0));
  z-index: 1;
}
.slider p{
  position: absolute;
  background-color: #71c0fb;
  width: 30vw;
  height: 30vw;
  max-width: 415px;
  max-height: 415px;
  border-radius: 50%;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
  font-size: clamp(12px,4.2vw,61px);
  text-align: center;
  line-height: 116%;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  box-shadow: inset 0 0 20px #278dda;
  color: #ffffff;
  align-items: center;
  z-index: 3;
}
.slider img{
  max-height: 600px;
  object-fit: cover;
  object-position: top;
}

.ana_ilk{
  padding: 60px 0;
  border-bottom: solid 1px #ddd;
  background-image: url(../images/arkaplan-dot.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.ana_ilk h1{
  display: table;
  margin: 0 auto 41px;
  padding: 0 20px 13px;
  border-bottom: solid 1px #ddd;
  position: relative;
  font-size: 28px;
  line-height: 110%;
  text-align: center;
  color: #3f3f3f;
}
.ana_ilk h1:before{
  content: '';
  width: 70px;
  height: 7px;
  background: #71c0fb;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 35px;
}
.ana_ilk p{
  font-size: 15px;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 90%;
}

.ana_orta{
  position: relative;
  background-color: #ffecec;
  background-image: url(../images/ikkons.png);
}
.ana_orta .col-6{
  padding: 100px 10px;
}
.ana_orta .text{
  left: 15%;
  width: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 25px;
  padding: 8%;
  z-index: 2;
}
.ana_orta .text h2{
  font-size: 22px;
  font-weight: 600;
  display: block;
  color: #403f40;
}
.ana_orta .text p{
  font-size: 15px;
  margin: 15px 0;
  color: #353535;
}
.ana_orta .resim_alan{
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  padding: 0;
  height: 100%;
}
.ana_orta .resim_alan img{
  object-fit: cover;
  height: 100%;
}

.ana_son{
  padding: 38px 0;
}
.ana_son .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ana_son h2{
  position: relative;
  padding: 0 10px 11px;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 37px;
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
}
.ana_son h2:before{
  content: '';
  width: 75px;
  height: 7px;
  background: #B31B1B;
  position: absolute;
  left: 10px;
  bottom: -4px;
  border-radius: 15px;
}
.ana_son p{
  font-size: 15px;
}

.ana_hizmets{
  padding: 30px 0 30px;
}
.ana_hizmets .row{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ana_hizmets .baslik{
  display: table;
  margin: 0 auto 41px;
  padding: 0 20px 13px;
  border-bottom: solid 1px #ddd;
  position: relative;
  font-size: 28px;
  line-height: 110%;
  text-align: center;
}
.ana_hizmets .baslik:before{
  content: '';
  width: 70px;
  height: 7px;
  background: #71c0fb;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 35px;
}
.ana_hizmets .hizmet_kutu{
  width: 100%;
  height: 100%;
  min-height: 140px;
  border: solid 1px #ededed;
  border-right-color: #b31b1b;
  border-right-width: 2px;
  position: relative;
  cursor: pointer;
}
.ana_hizmets .hizmet_kutu .res{
  width: 30%;
  position: absolute;
  height: 100%;
  background-color: red;
}
.ana_hizmets .hizmet_kutu .res img{
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.ana_hizmets .hizmet_kutu .text{
  padding: 20px 20px 20px 35%;
}
.ana_hizmets .hizmet_kutu .text h3{
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.ana_hizmets .hizmet_kutu .text p{
  font-size: 13px;
  line-height: 21px;
}
.kelime_havuzu{
  text-align: center;
  font-size: 10px;
  padding: 0 0 75px;
  max-width: 750px;
  margin: 0 auto;
}

.ic_sayfa{
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ic_sayfa .solPanel{
  width: 310px;
  padding: 25px 25px 75px;
  background-color: #ffffff;
  border-right: solid 1px #dedede;
  box-shadow: 0 0 14px rgba(0,0,0,0.18);
  position: relative;
  z-index: 2;
}
.ic_sayfa .solPanel:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  background-color: #ffffff;
  z-index: -1;
}
.ic_sayfa .solPanel .ust{
  font-size: 23px;
  font-weight: 700;
  color: #3f3e3f;
  position: relative;
  margin-bottom: 20px;
}
.ic_sayfa .solPanel .ust:before{
  content: '';
  height: 2px;
  width: 100%;
  background-color: #71c0fb;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.ic_sayfa .solPanel .ust span{
  display: inline-block;
  padding-right: 10px;
  background-color: #ffffff;
  text-transform: uppercase;
  max-width: 70%;
  color: #B31B1B;
}
.ic_sayfa .solPanel a{
  display: block;
  padding: 10px 10px 10px 55px;
  font-weight: 500;
  font-size: 15px;
  border-bottom: solid 1px #ff5757;
  position: relative;
  margin: 12px 0;
  line-height: 24px;
  color: #187cc7;
}
.ic_sayfa .solPanel a:before{
  content: '\f101';
  font-family: 'FontAwesome';
  width: 45px;
  height: 100%;
  background-color: #ff5757;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  border-radius: 0 5px 0 0;
}
.ic_sayfa .solPanel hr{
  border-color: #e3e3e3;
}

.ic_sayfa .sagPanel{
  flex: 1;
  padding: 0;
}
.ic_sayfa .sayfa_ust{
  padding: 29px;
  background-image: url(../images/goksu-hasta-yatak-syf.jpg);
  background-position: center;
  background-size: cover;
}
.ic_sayfa .sayfa_ust h1{
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}
.ic_sayfa .ust_info{
  padding: 14px 25px 12px;
  border-bottom: solid 1px #e7e7e7;
  line-height: 100%;
}
.ic_sayfa .ust_info a{
  font-size: 14px;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 400;
}

.ic_sayfa .icerik{
  padding: 25px 25px 80px;
}

.hizmet_sayfa img{
  width: 100%;
  max-width: 260px;
  border-radius: 12px;
  float: left;
  margin: 0 20px 0 0;
}
.hizmet_sayfa p{
  font-size: 15px;
  margin: 0 0 12px;
  color: #212121;
}
.hizmet_sayfa ul{
  margin: 0 35px 12px;
}
.hizmet_sayfa ul li{
  font-size: 15px;
  margin: 7px 0;
  color: #303030;
}
.hizmet_sayfa h2,
.hizmet_sayfa h3,
.hizmet_sayfa h4{
  font-size: 22px;
  margin-bottom: 12px;
  display: block;
  color: #434343;
  font-weight: 600;
}

.galeri_kutu{
  border: solid 1px #e65454;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  cursor: pointer;
}
.galeri_kutu img{
  width: 95%;
  height: 95%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: solid 1px #e65454;
}

.iletisim_sayfa .ust_yazi{
  padding: 11px;
  border-bottom: solid 1px #b5b5b5;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}
.iletisim_sayfa .ust_yazi{
  padding: 11px;
  border-bottom: solid 1px #b5b5b5;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 23px;
}
.iletisim_sayfa .ust_yazi small{
  font-size: 16px;
  position: relative;
  top: -3px;
  font-weight: 400;
}
.iletisim_sayfa .bilgi_alan{
  position: relative;
  padding: 10px 10px 10px 50px;
  margin-bottom: 10px;
}
.iletisim_sayfa .bilgi_alan i{
  position: absolute;
  left: 10px;
  background-color: #52aff3;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.iletisim_sayfa .sosyal_alan li{
  list-style-type: none;
  float: left;
  margin-right: 25px;
}
.iletisim_sayfa .sosyal_alan li a{
  font-size: 25px;
}
.iletisim_sayfa .harita_alan{
  margin-top: 10px;
}

.footer{
  padding: 70px 0 50px;
  background-color: #434c53;
  color: #fff;
  position: relative;
  z-index: 2;
}
.footer:before{
  content: '';
  width: 162px;
  height: 62px;
  position: absolute;
  left: 50%;
  top: -38px;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 18px;
  border: solid 8px #434c53;
  background-image: url('../images/feha-plastik-loader.png');
  background-position: center center;
  background-size: 90%;
  background-repeat: no-repeat;
}
.footer ul{
  display: table;
  margin: 0 auto 20px;
  text-align: center;
}
.footer ul li{
  list-style-type: none;
  display: inline-block;
  margin: 5px 0px;
  padding: 3px 10px;
}
.footer ul li:not(:last-child){
  border-right: solid 2px #6e7e8b;
}
.footer ul li a{
  color: #fff;
  text-transform: uppercase;
}
.footer .fo_ilet{
  display: table;
  margin: 0 auto;
  text-align: center;
}
.footer .fo_ilet a{
  display: inline-block;
  margin: 5px 10px;
  color: #fff;
}
.footer .fo_ilet p{
  font-size: 16px;
  max-width: 280px;
  text-align: center;
  display: block;
  margin: 18px auto 0;
}
.footer .bykara{
  display: table;
  margin: 28px auto 0;
  font-size: 14px;
  font-weight: 600;
  color: #4c86a3;
  position: relative;
  padding: 0 15px;
}
.footer .bykara:before{
  content: 'BY KARA İNTERAKTİF';
  position: absolute;
  background-color: #434c53;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px){
  .mob_menu_ac{
    display: block;
  }
  .ana_ust .col-6{
    text-align: center !important;
  }
  .header .logo{
    max-width: 235px;
  }
  .header .menu{
    display: block;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    top: 103%;
    left: -150%;
    border-top: solid 1px #dfdfdf;
    transition: 500ms left;
    z-index: 21;
  }
  .header .menu li{
    float: unset;
    width: 100%;
    display: block;
    padding: 18px;
    padding-left: 44px;
    border-bottom: solid 2px #f6eddf;
  }
  .header .menu li a{
    display: block;
  }
  .header .menu li:before{
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
  }
  .header .menu li:after{
    bottom: unset;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
  }
  .ana_orta .col-6{
    padding: 31px 0;
  }
  .ana_orta .resim_alan{
    width: 100%;
    height: 55%;
    top: unset;
    bottom: 0;
    padding: 0;
  }
  .ana_orta .text{
    left: 0;
  }
  .ana_son .ilk_res{
    max-width: 430px;
    margin: 15px auto;
    display: block;
  }
  .ic_sayfa{
    flex-wrap: wrap;
  }
  .ic_sayfa .solPanel{
    order: 2;
    width: 100%;
  }
  .ic_sayfa .icerik{
    padding: 15px;
  }
}
@media only screen and (max-width: 620px){
  .hizmet_sayfa img{
    max-width: unset;
    float: unset;
    margin: 0 0 20px;
    max-height: 400px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 425px){
  .ana_hizmets .hizmet_kutu{
    border-right-color: #ededed;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-bottom-color: #b31b1b;
  }
  .ana_hizmets .hizmet_kutu .res{
    width: 100%;
    height: 240px;
    position: unset;
  }
  .ana_hizmets .hizmet_kutu .text{
    padding: 25px;
  }
}
@media only screen and (max-width: 375px){
  .ana_ust .col-6:last-child{
    display: none;
  }
  .ana_ust span{
    font-size: 11px;
  }
}
@media only screen and (max-width: 320px){
  .header .logo{
    max-width: 190px;
  }
}