body {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  font-family: "Poppins" !important;
}

::-moz-selection {
  /* Code for Firefox */
  color: black;
  background: #dda917;
}

::selection {
  color: black;
  background: #dda917;
}
a {
  transition: all 0.3s ease 0s;
}
.FullBanner {
  width: 100%;
  position: relative;
  height: 741px;
  background-attachment: fixed;
}

.bannerNew {
  padding-top: 158px !important;
}

.Ust {
  width: 100% !important;
  height: 158px !important;
  background: rgba(255, 255, 255, 0.97);
  overflow: visible !important;
  position: fixed;
  z-index: 99;
  border-bottom: 1px solid #ebebeb;
}
.Ust_Ust {
  width: 100%;
  height: 43px;
  border-bottom: none;
}
.centerDIVBorder {
  margin: 0 auto;
  width: 1178px;
  height: 43px;

  /* border-left: 1px solid rgba(54, 54, 54, 0.2);
  border-right: 1px solid rgba(54, 54, 54, 0.2); */
}

.centerDIVBorderLang {
  margin: 0 auto;
  width: 1120px;
  height: 43px;
}

.centerDIVBorderLang form {
  float: right;
}

#layerslider {
  z-index: 0;
}
.clear {
  clear: both;
}

.Social {
  width: 190px;
  float: right; /*border-left:1px solid rgba(54, 54, 54, 0.20)*/
  height: 43px;
  line-height: 43px;
  margin-right: -135px;
  margin-top: 94px !important;
  position: relative;
}
.Left_Bordertxtthree {
  width: 50px;
  height: 43px;
  line-height: 43px;
  display: none;
  background: url("../images/en.png") no-repeat 70% center;
  font-size: 14px;
  font-family: "Poppins" !important;
  font-weight: 400;
  padding: 0 5px 0 15px;
  float: left;
}
.Left_Bordertxtfour {
  cursor: pointer;
  width: 44px;
  height: 43px;
  line-height: 43px;
  float: left;
  /* border-left: 1px solid rgba(54, 54, 54, 0.2); */
}

.Uface {
  background: url("../images/facebook.svg") no-repeat center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 12px !important;
  height: 15px !important;
  padding-left: 30px !important;
}

.Uface:hover {
  background: url("../images/facebook_hover.svg") no-repeat center;
}

.UTwit {
  background: url("../images/twitterx.svg") no-repeat center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 18px !important;
  height: 14px !important;
}

.UTwit:hover {
  background: url("../images/twitterx_hover.svg") no-repeat center;
}

.UTube {
  background: url("../images/youtube.svg") no-repeat center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 20px !important;
  height: 15px !important;
}

.UTube:hover {
  background: url("../images/youtube_hover.svg") no-repeat center;
}

.Uin {
  background: url("../images/instagram.svg") no-repeat center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 12px !important;
  height: 15px !important;
  padding-left: 46px !important;
}

.Uin:hover {
  background: url("../images/instagram_hover.svg") no-repeat center;
}

.linkedin {
  background: url("../images/linkedin.svg") no-repeat center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 18px !important;
  height: 15px !important;
}

.linkedin:hover {
  background: url("../images/linkedin_hover.svg") no-repeat center;
}

.centerDIVLogo {
  width: 1240px;
  height: auto;
  position: relative;
  margin: 29.2px auto 0 auto;
}
.Logo {
  width: 164px;
  height: auto;
  float: left;
}

.UstMenu {
  float: right;
  width: 973px;
  height: 54px;
  margin-left: 30px;
  padding-top: 20px;
}

.UstMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.UstMenu ul li {
  position: relative;
  margin-left: 45px;
  line-height: 50px;
  float: left;
  height: 90px;
}
.UstMenu ul li:first-child {
  margin-left: 0;
}
.UstMenu ul li a {
  font-size: 16px;
  font-family: "Poppins" !important;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
}
.UstMenu ul li a:hover {
  color: #dda917;
  cursor: pointer;
}
/* .UstMenu ul li:hover {
  background: url("../images/SubRow.png") no-repeat 50% 52%;
} */

.SubMenu {
  display: none;
  opacity: 0 !important;
  position: absolute;
  top: 66.8px;
  width: 293px;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  left: -25px;
}
.SubMenu p {
  line-height: 0;
  margin: 1px;
}
.SubMenu p:first-child {
  line-height: 0;
  padding-top: 0;
}
.SubMenu p a {
  color: white !important;
  font-size: 15px !important;
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  line-height: 20px;
  padding-left: 28px;
}
.SubMenu p a:hover {
  color: #222222 !important;
  background-color: #dda917;
}
.UstMenu ul li:hover div {
  display: block;
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease 0.15s;
  -moz-transition: all 0.5s ease 0.15s;
  -o-transition: all 0.5s ease 0.15s;
  -ms-transition: all 0.5s ease 0.15s;
  transition: all 0.5s ease 0.15s;
}

.Baslik {
  margin: 20px 0 20px 27px;
  color: #222222;
  font-size: 27px;
  font-family: "Poppins" !important;
  font-weight: 300;
}
.Kisa {
  margin: 0 0 0 27px;
  color: #222222;
  font-size: 16px;
  font-family: "Poppins" !important;
  font-weight: 300;
  line-height: 23px;
}
.KisaRow {
  margin: 10px 0 26px 27px;
}
.istirakler {
  width: 100%;
  height: 100% !important;
}
.BaslikALT {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  font-family: "Poppins" !important;
  font-weight: 600;
  color: #222222;
  font-size: 60px;
  letter-spacing: 2px;
}
.KisaALT {
  padding-top: 10px;
  width: 100%;
  text-align: center;
  font-family: "Poppins" !important;
  font-weight: 300;
  color: #222222;
  font-size: 22px;
  line-height: 27px;
}
.istirakCenter {
  min-width: 1400px;
  width: 1400px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-top: 0px;
}
.istirakCenterBox {
  text-align: center;
  width: 340px;
  height: 360px;
  float: left;
  background-color: #fff;
  position: absolute;
  left: 10px;
  top: 23px;

  z-index: 3;
}
.istirakCenterBox:first-child {
  margin-left: 0;
}

.laboratuvar {
  margin-top: 35px;
  height: 100%;
  width: 100%;
  min-width: 1700px;
}

.laboratuvar1 {
  margin-top: 35px;
  height: 100%;
}

.laboratuvar2 {
  margin-top: 35px;
  height: 100%;
}

.laboratuvar3 {
  margin-top: 35px;
  height: 100%;
}
#laboratuvarLeft {
  float: left;
  width: 42%;
  overflow: hidden;
  text-align: right !important;
}

#laboratuvarRight {
  text-align: left;
  width: 56%;
  height: 100%;
  float: left;
}

#laboratuvarRight > h1 {
  display: table;
  width: 100%;
  padding-top: 30px !important;

  font-size: 40px;
  font-family: "Poppins" !important;
  font-weight: bold;
  color: #222222;
  font-size: 60px;
  text-align: center;
  letter-spacing: 2px !important;
}

#laboratuvarRight > p {
  color: #222222 !important;
  text-align: center;
  font-family: "Poppins" !important;
  color: #222222;
  font-size: 16px;
  position: relative;
  /* padding-right: 90px; */
}

#laboratuvarLeft1 {
  float: left;
  width: 0%;
  overflow: hidden;
  text-align: center !important;
}

#laboratuvarRight1 {
  overflow: hidden;
  text-align: center !important;
}

.istirakadi {
  font-size: 25px;
  line-height: 23px;
  font-family: "Poppins" !important;
  font-weight: 300;
  letter-spacing: -0.04em;
}
.istirakadi span {
  font-size: 25px;
  line-height: 23px;
  font-family: "Poppins" !important;
  font-weight: bold;
  color: #222222 !important;

  letter-spacing: 2px !important;
}
.istirakaciklama {
  font-size: 16px;
  line-height: 18px;
  font-family: "Poppins" !important;
  font-weight: 400;
  padding-top: 10px;
  color: #222222 !important;
  line-height: 26px;
}

.istirakButton {
  width: 129px;
  height: 31px;
  /* background: url('../images/buttonClose.png') no-repeat center; */

  margin: 25px auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #222222;
  color: #222222;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 31px;
  font-weight: 400;
  font-family: "Poppins" !important;
  text-align: center !important;
}
.istirakButton:hover {
  /* background-color: #222222;; */
  cursor: pointer;
}

.istirakButton1 {
  font-family: "Poppins" !important;
  line-height: 31px;
  font-weight: 600 !important;
  border: none !important;
  font-size: 16px;
  width: 250px;
  cursor: pointer;
  margin: 40px auto;
  margin-left: 10px !important;
  transition: 0.2s all ease-in-out;
  border: 1px solid black;
  padding: 8px 0px 8px 0px !important;
  float: left !important;
  background-color: #1cc0e6 !important;
  color: white !important;
  text-align: center !important;
}

.istirakButton1 > a {
  font-family: "Poppins" !important;
  line-height: 31px;
  font-weight: 600 !important;
  color: white !important;
  font-size: 16px;
  width: 250px;
  cursor: pointer;
  margin: 40px auto;
  text-decoration: none;
  text-align: center !important;
}

.istirakButton1 > a:hover {
  /* background-color: #222222;; */
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.ButtonLargeClose {
  width: 186px;
  height: 48px;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px;
  border: 1px solid #222222;
  color: #222222;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 48px;
  font-weight: 400;
  font-family: "Poppins" !important;
  margin-top: 30px;
}

.GonderBtn {
  width: 143px;
  height: 48px;
  position: relative;
  background: url("../icon/butonOf.png");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 15px;
  margin-top: 15px;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
}

.hakkimizda {
  min-width: 1178px;
  width: 100%;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 60px;
}

.hakkimizdaimg {
  width: 100%;
  height: 100%;
  margin-top: -16px;
  margin-bottom: 5px;
}

.AltBg {
  min-width: 1178px;
  width: 100%;
  height: 100%;
  background-color: #474747 !important;
  padding-top: 30px;
  margin-top: 20px;
  max-height: 222px !important;
}

.Altone {
  width: 1190px;
  height: auto;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
}

.altmenuler {
  width: 208px;
  height: 120px;
  border-left: 1px solid rgba(205, 199, 192, 0.2);
  float: left;
  margin-top: 60px;
}
.altmenuler ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.altmenuler ul li {
  padding-left: 32px;
  line-height: 22px;
}
.altmenuler ul li a {
  font-size: 16px;
  color: #cdc7c0;
  font-family: "Poppins" !important;
  text-decoration: none;
  font-weight: 300;
}
.altmenuler ul li a:hover {
  color: #dda917;
}
.iletisim {
  width: 374px;
  height: 180px;
  float: left;
}
.iletisim h2 {
  padding-left: 39px;
  line-height: 0;
  font-family: "Poppins" !important;
  color: white;
  font-size: 20px;
  font-weight: 300;
  margin: 16px 0 15px 2px;
}
.iletisim img {
  padding-left: 41px;
}
.iletisim p {
  line-height: 24px;
  margin-left: 39px;
  font-family: "Poppins" !important;
  color: white;
  font-size: 15px;
  font-weight: 300;
  margin-top: -50px;
}
.iletisim p a {
  color: white;
  text-decoration: none;
}
.sosyaaglar {
  width: 201px;
  height: 180px;

  float: left;
  position: relative;
  margin-top: -40px;
}
.sosyaaglar h2 {
  padding-left: 37px;
  line-height: 0;
  font-family: "Poppins" !important;
  color: white;
  font-size: 20px;
  font-weight: 300;
  margin: 16px 0 15px 2px;
}
.sosyaaglar img {
  padding-left: 40px;
}
.Yukari {
  width: 55px;
  height: 55px;
  position: fixed;
  right: 10px;
  bottom: 15px;
  cursor: pointer;
  background: url("../images/Yukarion.png") no-repeat top center;
  transition: all 0.3s ease 0s;
  margin-right: 15px;
  margin-bottom: 30px;
}
.Yukari:hover {
  background: url("../images/Yukarion.png") no-repeat top center;
}
.anasayfa {
  width: 1178px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Poppins" !important;
}
.src_ {
  background: none !important;
  cursor: pointer;
}
.Submenuicsayfa {
  min-width: 1178px;
  background-color: #f7f7f7;
  width: 100%;
  height: 78px;
  border-bottom: 1px solid #ebebeb;
}
.Tanitim {
  width: 1178px;
  height: auto;
  padding: 20px 0 0 0 !important;
  text-align: center;
  margin: 0 auto;
  font-family: "Poppins" !important;
  margin-bottom: 50px !important;
}

.Tanitim h2 {
  font-size: 50px;
  color: #222222;
  font-family: "Poppins" !important;
  font-weight: 300;
  line-height: 0;
  letter-spacing: -0.04em;
  text-align: left;
  padding-left: 10px;
}
.Tanitim p {
  font-size: 17px;
  line-height: 26px;
  font-family: "Poppins" !important;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: left;
  color: #222222;
  padding-left: 10px;
  padding-right: 10px;
}

.Tanitim span {
  font-size: 16px;
  font-family: "Poppins" !important;
  color: #222222;
  text-align: center;
  letter-spacing: 0.01em;
  padding-left: 10px;
}
.AltGorsel {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.ani1btn {
  width: 66px !important;
  height: 66px !important;
  background: url("../images/Ok.png") no-repeat top center;
  cursor: pointer;
}
.ani1btn:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.AltTopMenuBg {
  min-width: 1178px;
  width: 100%;
  height: 81px;
  position: relative;
  background-color: #ececec;
}

#map-canvas {
  width: 1178px;
  height: 520px;
  margin: 0 auto 40px auto;
  -webkit-box-shadow: inset 2px 2px 9px 2px rgba(247, 247, 247, 0.77);
  -moz-box-shadow: inset 2px 2px 9px 2px rgba(247, 247, 247, 0.77);
  box-shadow: inset 2px 2px 9px 2px rgba(247, 247, 247, 0.77);
}
.iletisimform {
  width: 1178px;
  height: auto;
  margin: 0 auto 80px auto;
}

::-webkit-input-placeholder {
  color: #909090;
  font-family: "Poppins" !important;
  font-weight: 300;
  font-size: 15px;
}
::-moz-placeholder {
  color: #909090;
  font-family: "Poppins" !important;
  font-weight: 300;
  font-size: 15px;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #909090;
  font-family: "Poppins" !important;
  font-weight: 300;
  font-size: 15px;
} /* ie */
input:-moz-placeholder {
  color: #909090;
  font-family: "Poppins" !important;
  font-weight: 300;
  font-size: 15px;
}

#a {
  left: 112px;
  top: 100px;
}
#b {
  left: 40em;
  top: 0px;
}
#c {
  left: 990px;
}

#d {
  left: 328px;
  top: 500px;
}
#e {
  left: 582px;
  top: 480px;
}
#f {
  left: 990px;
  top: 390px;
}

#g {
  left: 505px;
  top: 100px;
}
#h {
  left: 1217px;
  top: 100px;
}
.kartvizit_ {
  width: 1550px;
  height: 970px;
  position: absolute;
  left: 350px;
  margin-top: 50px;
}

.kartvizit1_ {
  width: 1000px;
  height: 470px;
  position: absolute;
  left: -600px;
}

/* animated elements */
.animateblock {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.animateblock.animated {
  opacity: 1;
}

/* animation transition styles */
.animateblock.left {
  margin-left: -2%;
}
.animateblock.left.animated {
  margin-left: 12%;
}

.animateblock.right {
  display: block;
  margin-left: 100%;
}
.animateblock.right.animated {
  margin-left: 70%;
}

.animateblock.top {
  display: block;
  width: auto;
  text-align: center;
  margin-top: -25px;
}
.animateblock.top.animated {
  margin-top: 0px;
}

.animateblock.btm {
  display: block;
  width: auto;
  text-align: center;
  margin-top: 50px;
}
.animateblock.btm.animated {
  margin-top: 0;
}

.animateblock.centerleft {
  display: block;
  width: auto;
  text-align: center;
  margin-right: -10%;
}
.animateblock.centerleft.animated {
  margin-right: 0;
}

.animateblock.centerright {
  display: block;
  width: auto;
  text-align: center;
  margin-left: -10%;
}
.animateblock.centerright.animated {
  margin-left: 0;
}

.animateblock.center {
  margin-left: 2%;
}
.animateblock.center.animated {
  margin-left: 42%;
}

.animateblock.size {
  display: block;
  width: 10%;
  text-align: center;
}
.animateblock.size.animated {
  width: 100%;
  height: 100%;
}
.animateblock.size img {
  max-width: 100%;
  height: auto;
}
.Cizgi,
._1992_,
._2009_,
._2010_,
._2013_,
._2014_,
._2015_,
._2017_,
._2020_ {
  position: absolute;
  width: auto;
  height: auto;
}
#slider,
#content,
.forcefullwidth_wrapper_tp_banner {
  min-width: 1178px !important;
}

.GonderBtn:hover {
  background: url("../icon/buton.png");
}
.istirakCenterBox img {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* .contentimages {
  position: relative;
} */

.Hizmetlermimiz {
  position: absolute !important;
  top: 110px !important;
  left: 430px !important;
  color: #dda917 !important;
  font-weight: 600 !important;
  font-size: 40px !important;
}

.Hizmetlermimiz a {
  position: absolute !important;
  left: 50 !important;
  color: #dda917 !important;
  font-weight: 600 !important;
  font-size: 40px !important;
}

.Hizmetlermimiz a:hover {
  text-decoration: none !important;
}

.granülAltin {
  position: absolute !important;
  top: 135px !important;
  left: 610pt !important;
  color: #fff !important;
}

.granülAltin a,
.gramGumus a,
.platin a,
.cekiliAltin a,
.largeBar a,
.kiloBar a,
.gramAltin a,
.Rodyum a,
.granülGümüş a,
.paladyum a {
  color: #fff !important;
  font-size: 18px !important;
}

.granülAltin a:hover,
.gramGumus a:hover,
.platin a:hover,
.cekiliAltin a:hover,
.largeBar a:hover,
.kiloBar a:hover,
.gramAltin a:hover,
.Rodyum a:hover,
.granülGümüş a:hover,
.paladyum a:hover {
  text-decoration: none !important;
}

.gramGumus {
  position: absolute !important;
  top: 135px !important;
  left: 780pt !important;
  color: #fff !important;
}

.platin {
  position: absolute !important;
  top: 135px !important;
  left: 54em !important;
  color: #fff !important;
}

.cekiliAltin {
  position: absolute !important;
  top: 135px !important;
  left: 61em !important;
  color: #fff !important;
}

.largeBar {
  position: absolute !important;
  top: 35px !important;
  left: 31em !important;
  color: #fff !important;
}

.kiloBar {
  position: absolute !important;
  top: 35px !important;
  left: 41em !important;
  color: #fff !important;
}

.gramAltin {
  position: absolute !important;
  top: 35px !important;
  left: 50em !important;
  color: #fff !important;
}

.Rodyum {
  position: absolute !important;
  top: 235px !important;
  left: 31em !important;
  color: #fff !important;
}

.granülGümüş {
  position: absolute !important;
  top: 235px !important;
  left: 41em !important;
  color: #fff !important;
}

.paladyum {
  position: absolute !important;
  top: 235px !important;
  left: 50em !important;
  color: #fff !important;
}
.container2_image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-default {
  background: #dda917 !important;
  border-radius: 0px !important;
  border: none !important;
  margin-left: 555px !important;
  margin-top: 15px !important;
  font-weight: bold !important;
}

input[type="text"] {
  border-radius: 0px;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 55px !important;
}

.flex-container > div {
  width: 100%;
  margin: 5px;
  text-align: center;
  font-size: 20px !important;
  font-family: "Poppins" !important;
  color: #222222;
}

.flex-container .rightdiv {
  float: right;
  width: 774px;
  text-align: left !important;
  padding-left: 10px;

  line-height: 1px !important;
}

.flex-container .rightdiv > h2 {
  font-size: 50px !important;
  font-weight: bold !important;
  margin-bottom: 20px;
  margin-top: 0px !important;
  letter-spacing: 2px;
  float: right;
  text-align: left !important;
  width: 600px;
}

.flex-container .rightdiv > p {
  font-size: 16px !important;
  text-align: justify;
  line-height: 28px;
  margin: 0;
}

#laboratuvarLeft a > img {
  transition: all 0.5s ease-in-out;
}
#laboratuvarLeft a > img:hover {
  transform: scale(1.04) !important;
}

.flex-container a > img {
  transition: all 0.5s ease-in-out;
}
.flex-container a > img:hover {
  transform: scale(1.04);
}

.ref {
  font-size: 28px;
  font-family: "Poppins" !important;
}
.ref::before {
  color: white !important;
  content: "+90 212";
  font-size: 28px !important;
  font-weight: lighter !important;
}

.ref::after {
  color: white !important;
  content: "741 56 60";
  font-weight: bolder !important;
  font-weight: 600 !important;
  font-size: 27px !important;
  text-shadow: 0px 1px, 1px 0px, 1px 0px !important;
  letter-spacing: 2px !important;
}

.ref1 {
  font-size: 28px;
  font-family: "Poppins" !important;
}
.ref1::before {
  color: black !important;
  content: "+90 212";
  font-size: 28px !important;
  font-weight: lighter !important;
}

.ref1::after {
  color: black !important;
  content: "741 56 60";
  font-weight: bolder !important;
  font-weight: 600 !important;
  font-size: 27px !important;
  text-shadow: 0px 1px, 1px 0px, 1px 0px !important;
  letter-spacing: 2px !important;
}

.iletisimTel {
  width: 340px;
  height: 180px !important;
  float: left !important;
  text-align: center !important;
  margin-top: -55px !important;
  font-family: "Poppins" !important;
  margin-left: 30px !important;
}

.iletisimTel1 {
  text-align: center !important;
  margin-top: -60px !important;
  font-family: "Poppins" !important;
}

.ref1 {
  font-size: 28px;
  font-family: "Poppins" !important;
}
.ref1::before {
  color: black !important;
  content: "+90 212";
  font-size: 28px !important;
  font-weight: lighter !important;
}

.ref1::after {
  color: black !important;
  content: "741 56 60";
  font-weight: bolder !important;
  font-weight: 600 !important;
  font-size: 27px !important;
  text-shadow: 0px 1px, 1px 0px, 1px 0px !important;
  letter-spacing: 2px !important;
}

.laboratuvar2 h1 {
  overflow: hidden;
  text-align: center;
}

.laboratuvar2 h1:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.laboratuvar2 h1:after {
  left: 0.5em;
  margin-right: -50%;
}

.laboratuvar3 h1 {
  overflow: hidden;
  text-align: center;
}

.laboratuvar3 h1:before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 9%;
}

.laboratuvar3 h1:before {
  right: 0.4em;
  margin-left: -8%;
}

.tableContent1 {
  font-family: "Poppins" !important;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #222222 !important;
}
.tableContent1 td > h1 {
  font-size: 60px;
  font-weight: bold;
}

.tableContent1 td > p {
  font-size: 16px;
}

.title-container {
  position: relative;
  display: inline-block;
  float: left; /* Başlığı sola taşı */
  clear: left; /* Diğer içeriklerin yanına gelmemesi için */
  margin-right: 10px; /* Başlık ile çizgi arasında boşluk */
}

.title-line {
  position: absolute;
  bottom: -14px; /* Ayarlayabilirsiniz */
  width: 100%;
  height: 3px;
  background-color: #dda917;
  margin-left: 11px !important;
}

.pdfDownloadbutton {
  color: #333333 !important; /* Yazı rengi #333333 */
  display: block !important;
  margin: 50px auto 0;
  border-radius: 0px !important;
  border: none !important;
  font-weight: 600 !important; /* Poppins Semibold font */
  text-decoration: underline !important;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  font-size: 18px; /* Yazı boyutu 18px */
  font-family: "Poppins", sans-serif; /* Poppins fontu kullan */
}

.pdfDownloadbutton .icon {
  margin-right: 5px;
  vertical-align: middle;
}

.button-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-text {
  position: relative;
  font-weight: bold !important; /* Yazıyı kalın yap */
}

@media only screen and (min-width: 1px) {
  .table-container-social-div {
    display: none !important;
  }
}

@media only screen and (max-device-width: 768px) {
  .Uface {
    padding-left: 200px !important;
  }

  .UTwit {
    padding-left: 10px !important;
  }
  .Uin {
    padding-left: 230px !important;
  }

  .contentPrevItem .image {
    display: none !important;
  }

  .description {
    width: 100% !important;
  }

  form[name="dilselect"] select {
    font-size: 17px !important;
    color: black !important;
  }
  .mobileSizeSlider {
    margin-left: 200px !important;
  }
  .tp-banner i {
    font-weight: bold !important;
  }

  .centerDIVBorderLang {
    width: 1080px !important;
  }

  .centerDIVBorderLang {
    display: none !important;
  }

  .table-container-social-div {
    display: block !important;
  }

  .table-container-social {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 50px !important;
  }

  .image-cell {
    text-align: center;
    vertical-align: middle;
    padding: 0px 8px 0px 8px; /* İç boşluk miktarı, ihtiyaca göre ayarlayabilirsiniz */
  }
  .image-cell img {
    width: 25px !important;
    height: 19px !important;
  }

  .image-cell a {
    text-decoration: none; /* Bağlantı alt çizgisini kaldır */
  }
}

@media only screen and (min-device-width: 150px) and (orientation: portrait) {
  .Social {
    margin-right: -10px !important;
    margin-top: 40px !important;
    position: relative;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .mediaistirakCenter {
    margin-left: -130px !important;
    position: relative;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  #a {
    margin-left: 30px !important;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  #b {
    margin-left: -20px !important;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  #c {
    margin-left: -50px !important;
    position: relative;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .laboratuvar1 {
    padding-left: 40px !important;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .laboratuvar1 #laboratuvarRight {
    width: 63% !important;
    margin-top: -50px !important;
    padding-left: 20px !important;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .laboratuvar1 #laboratuvarRight > h1:before {
    margin-left: -150px !important;
    width: 18% !important;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .laboratuvar1 #laboratuvarLeft {
    width: 33%;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .laboratuvar1 #laboratuvarLeft > a img {
    margin-left: -260px !important;
    height: 418px !important;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .laboratuvar2 #laboratuvarLeft {
    width: 27% !important;
  }
}
@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .laboratuvar2 #laboratuvarRight {
    width: 70% !important;
    padding-left: 12px !important;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .laboratuvar2 #laboratuvarLeft > a img {
    margin-left: -110px !important;
    height: 410px !important;
    margin-top: 70px !important;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .laboratuvar3 {
    padding-left: 40px !important;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .laboratuvar3 #laboratuvarRight {
    width: 70% !important;
    margin-top: -50px !important;
    padding-left: 20px !important;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .laboratuvar3 #laboratuvarLeft {
    width: 23%;
  }
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .laboratuvar3 #laboratuvarLeft > a img {
    margin-left: -260px !important;
    height: 418px !important;
  }
}

.sirketyapisi {
  text-align: center !important;
  margin-top: 50px !important;
  margin-bottom: -10px !important;
}

@media only screen and (min-device-width: 250px) and (orientation: portrait) {
  .sirketyapisi {
    text-align: center !important;
    margin-left: 250px !important;
  }
}

@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  .bannerNew {
    /* width: 285% !important; */
    min-width: 1178px !important;
    height: 330px;
  }

  .mobile {
    height: 600px;
  }

  .Tanitim p {
    font-size: 30px !important;
    line-height: 46px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .Tanitim h2 {
    font-size: 65px !important;
    padding-left: 30px !important;
  }

  .UstMenu {
    margin-left: 50px;
  }

  .UstMenu ul li a,
  .SubMenu p a {
    font-size: 19px;
  }

  .UstMenu ul li {
    margin-left: 30px;
  }
}

@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .bannerNew {
    /* width: 148.5% !important; */
    min-width: 1240px !important;
  }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1200px) and (orientation: landscape) {
  .bannerNew {
    /* width: 149% !important; */
    min-width: 1240px !important;
  }

  .UstMenu ul li {
    margin-left: 30px;
  }

  .AltBg {
    min-width: 1240px !important;
  }
}

@media screen and (max-width: 1280px) {
  .laboratuvar1 h1:before,
  .laboratuvar2 h1:after,
  .laboratuvar3 h1:before {
    display: none !important;
  }
}
