:root {
  --thirdTemplatePrimary-color: #299ad3;
  --thirdTemplateSecondary-color: #e88886;
  --thirdTemplateBody-color: #646464;
  --thirdTemplatePrimarySonuk-color: #0d60b364;
  --thirdTemplatebgsection-color: #f5faff;
  --pt4: 4rem;
  --pb4: 4rem;
  --tfpt3: 3rem;
  --tfpb3: 3rem;
}
span {
  font-size: 1rem;
}
.liSpanHoverA {
  font-size: 1rem;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.loginwrapperLeft {
  width: 50%;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: 999999;
  top: 0;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
p {
  margin-bottom: 0;
}

.generalptb4 {
  padding-top: var(--pt4);
  padding-bottom: var(--pb4);
}

.generalTfPtb3 {
  padding-top: var(--tfpt3);
  padding-bottom: var(--tfpb3);
}

.pro-sidebar
  .pro-menu
  .pro-menu-item.pro-sub-menu
  .pro-inner-list-item
  .pro-inner-item:before {
  display: none;
}
.pro-sidebar .pro-menu a {
  color: var(--thirdTemplateBody-color);
  width: 100%;
  display: block;
}
.pro-sidebar {
  color: var(--thirdTemplateBody-color);
}
.pro-sidebar
  .pro-menu
  .pro-menu-item.pro-sub-menu
  > .pro-inner-item
  > .pro-arrow-wrapper
  .pro-arrow {
  border-color: var(--thirdTemplateBody-color);
}
.App {
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.hgtyzaltdiv > div {
  height: 100%;
}

.sifregirMobil::placeholder {
  color: #888 !important;
}
.mobilGirisYapBtn:hover {
  opacity: 0.7;
  transition: 400ms all;
}
.labelAnketSonucu {
  margin: 10px;
}
.anketSonucuForm {
  padding-bottom: 30px;
}
* {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
}
.loadingView {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999999;
  top: 0;
  left: 0;
  background-color: #00000010;
}
.sideBarAItem {
  color: var(--third-templateBody-color) !important;
  display: flex;
  align-items: center;
}
.clearfix {
  content: "";
  clear: both;
}
button {
  outline: none;
  border: 0;
  background: none;
}
.pstnNotification {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 99999999;
}
.kapatIconMobileGiris {
  display: none !important;
}

.fadesblok-enter {
  opacity: 0;
  transform: translateX(-100%);
}
.fadesblok-enter-active {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 300ms, transform 300ms;
}
.fadesblok-exit {
  opacity: 1;
  transform: translateX(0%);
}
.fadesblok-exit-active {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 300ms, transform 300ms;
}

.fades-enter {
  opacity: 0;
  transform: translateX(-100%);
}
.fades-enter-active {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 300ms, transform 300ms;
}
.fades-exit {
  opacity: 1;
  transform: translateX(0%);
}
.fades-exit-active {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 300ms, transform 300ms;
}

.item-enter {
  opacity: 0;
  transform: translateX(-100%);
}
.item-enter-active {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 300ms, transform 300ms;
}
.item-exit {
  opacity: 1;
  transform: translateX(0%);
}
.item-exit-active {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 300ms, transform 300ms;
}

.alert-enter {
  opacity: 0;
  transform: translateX(-100%);
}
.alert-enter-active {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 300ms, transform 300ms;
}
.alert-exit {
  opacity: 1;
  transform: translateX(0%);
}
.alert-exit-active {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 300ms, transform 300ms;
}

body {
  font-size: 13px;
  font-family: "Poppins", sans-serif !important;
  color: #464445;
  overflow: auto;
}
header {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #6c9fc11e;
}

.headerNavWrapperThirdTemplate {
  width: 100%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.057);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
}
/* ******************************************** TEMPLATE 1  ********************************************  */
.primaryColor {
  color: var(--thirdTemplatePrimary-color);
}
.secondaryColor {
  color: var(--thirdTemplateSecondary-color);
}
.btnText {
  font-family: "Poppins", sans-serif !important;
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
}
.btnWrapperNav {
  display: flex;
  align-items: center;
}
.btnSecondary {
  padding: 12px 33px;
  background-color: #fea4a3;
  border-radius: 36px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.btnInsideArrowWrap {
  width: 22px;
  margin-left: 10px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardBodyThirdTemplateHaber a > div {
  min-width: 150px;
  min-height: 100px;
  margin-right: 10px !important;
}
.duyuruImageThirdTemplate {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  min-height: 100px !important;
  max-height: 100px !important;
  height: 100px !important;
  object-fit: cover;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.174));
  border-radius: 3px;
}

.siteTitle {
  font-size: 21px;
  font-weight: 600;
  font-family: "Roboto", sans-serif !important;
}
.btnGiris {
  margin-right: 15px;
}
.footerBarLogoWrapperThirdTemplate {
  padding-top: 22px;
}
.footerBarLogoWrapperThirdTemplate img {
  width: 80px;
  border-radius: 5px;
}
.headerWrapper {
  display: flex;
  align-items: center;
}
.headItemSmall {
  margin-right: 25px;
}
.headItemSmall span {
  margin-left: 5px;
  font-size: 13px;
}
.titleSection {
  display: flex;
  flex-direction: column;
}
.sloganAltBolum {
  display: flex;
}
.logoWrapper {
  min-width: 90px;

  margin-right: 13px;
}
.referanslarLogoWrapper .logoWrapper {
  margin-right: 0;
  min-width: 45px;
}
.logoWrapper a {
  width: 100%;
  height: 100%;
  display: block;
}

.logoWrapper img {
  width: 100%;
  height: 100%;
}
.referanslarLogoWrapper {
  width: 45px;
  height: 45px;
  background-color: #fff;
}
.referansCardItemThirdTemplate span {
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.referansIcon {
  font-size: 14px;
  width: 14px;
  height: 14px;
  color: #666;
}

.headerNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerNav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.navUlThirdTemplate {
  display: flex;
}
.headerNav ul li a {
  padding: 13px 20px;
}
.headerNav ul li:first-child {
  padding-left: 0;
}
.headerNav ul li a {
  text-decoration: none;
}
.headerNav ul li a:hover {
  text-decoration: none;
}

.sectionBannerWrapper {
  padding-top: 50px;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  justify-content: space-between;
}
.siteInfo {
  width: 37%;
  text-align: left;
}
.siteAdiBanner {
  font-size: 20px;
  margin-bottom: 20px;
}
.subTitleCat {
  font-size: 40px;
  margin-bottom: 5px;
}
.titleBanner {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 20px;
}
.bannerPicture img {
  max-width: 100%;
}

.titlesWrapper {
  display: flex;
  padding-bottom: 50px;
}
.aboutCardItem {
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  position: relative;
  height: 310px;
}
.aboutCardItem img {
  margin-bottom: 10px;
}
.aboutCardItem h5 {
  margin-bottom: 10px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}
.kucukCizgi {
  background-color: var(--thirdTemplateSecondary-color);
  height: 1px;
  width: 35px;
}
.aboutCardItem p {
  margin-top: 10px;
}
.aboutCardItem span {
  font-size: 130px;
  position: absolute;
  color: transparent;
  right: 5px;
  bottom: 5px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #113a4c;
  opacity: 0.1;
}
.sagBtn {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  right: 22px;
  bottom: 80px;
}

.sectionBgColor {
  background-color: #e5f5ff3e;
  width: 100%;
  height: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}
.sectionAboutWrap {
  display: flex;
}
.leftSide {
  margin-right: 10px;
}
.rightSide {
  display: flex;
  flex-direction: column;
  margin-left: 36px;
  padding-top: 36px;
}
.rightSide .subTitleCat {
  font-size: 36px;
}
.rightSide .titleBanner {
  font-size: 36px;
}
.bgsiz {
  background: none !important;
}

.tumunuGorBtn {
  padding: 0;
  font-weight: normal !important;
}
.tumunuGorBtn .btnInsideArrowWrap {
  border: 1px solid var(--thirdTemplateSecondary-color);
  width: 32px;
  height: 32px;
}
.hakkimizdaTitle {
  font-weight: bold;
}
.subTitleHak {
  font-weight: bold;
}
.mainSection {
  padding-top: 50px;
  padding-bottom: 50px;
}
.haberlerWrapper {
  flex-wrap: wrap;
}
.titleHaber {
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 56px;
}
.haberItemCard {
  width: 50%;
  align-items: center;
  margin-bottom: 60px;
}
.uzunCizgi {
  width: 85px;
  height: 1px;
  background-color: var(--thirdTemplateSecondary-color);
}
.tarihItemCardInside {
  color: var(--thirdTemplateSecondary-color);
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  align-items: center;
  justify-content: center;
}

.tarihItemCardInside p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.tarihItemCardInside .uzunCizgi {
  margin-top: 10px;
}
.contentItemCardInside h6 {
  margin-bottom: 20px;
}
.haberItemCardInside {
  display: flex;
  align-items: center;
}

.btnTumunuGorMavi {
  color: var(--firstTemplateSecondary-color);
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  align-items: center;
}
.btnTumunuGorMavi .btnInsideArrowWrap {
  border: 1px solid var(--thirdTemplateSecondary-color);
}
.haberBaslikk {
  text-align: left;
  font-weight: bold;
  color: var(--thirdTemplatePrimary-color);
}
.contentItemCardInside p {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.commentsClientsLeft {
  display: flex;
  flex-direction: column;
}
.clientsCommentsButton {
  margin-left: 0;
  margin-top: 15px;
}
.baslikHakkimizda {
  font-size: 20px;
  margin-bottom: 20px;
}
.kalinYazi {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 36px;
}
.clientCommentWrapper {
  width: 56% !important;
}
.clientCommentWrapper .rec-pagination button {
  box-shadow: 0 0 1px 2px var(--thirdTemplatePrimary-color);
  width: 5px;
  height: 5px;
}
.clientCommentWrapper .rec-dot_active {
  box-sizing: unset;
  box-shadow: 0 0 1px 2px var(--thirdTemplatePrimary-color) !important;
  background-color: var(--thirdTemplatePrimary-color);
}
.yorumYazi {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

.anketWrapper {
  padding-top: 100px;
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.buyukResimThirdTemplate {
  max-width: 95%;
  max-height: 80%;
  object-fit: contain !important;
}
.lightbox:target {
  outline: none;
  display: flex;
}
.anketTitle {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}

.anketWrapper strong {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 60px;
}
.iletisimBtnMobileApp {
  width: 100% !important;
  border: 0 !important;
  justify-content: space-between !important;
  margin-top: 25px;
}
.iletisimBtnMobileApp a svg {
  margin-right: 5px;
}
.iletisimBtnMobileApp a {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid var(--thirdTemplatePrimary-color) !important;
  color: var(--thirdTemplatePrimary-color);
  height: 45px;
  justify-content: center;
  border-radius: 35px;
  font-weight: bold;
}
.iletisimBtnMobileApp a:last-child {
  color: var(--thirdTemplateSecondary-color);
  border: 1px solid var(--thirdTemplateSecondary-color) !important;
}

.maviBtnBeyazYazi {
  background-color: var(--thirdTemplatePrimary-color) !important;
  color: #fff;
  padding: 12px 33px;
  font-weight: bold;
  border-radius: 36px;
}
.maviBtnBeyazYazi .btnInsideArrowWrap {
  color: #fff !important;
  border: 1px solid #fff;
}
.cardWrapperAnket {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 33px;
}
.cardWrapperAnket aside {
  margin-top: 45px;
  padding: 21px 28px;
  width: 47%;
  border-radius: 33px;
  border: 0.83px solid #113a4c;
  text-align: left;
  display: flex;
  align-items: center;
}
.cardWrapperAnket aside input {
  margin-right: 20px;
  color: var(--thirdTemplateSecondary-color);
  background-color: var(--thirdTemplateSecondary-color);
}
.cardWrapperAnket aside label {
  margin-bottom: 0;
}
.cardWrapperAnket aside.active {
  -webkit-box-shadow: 0px 19px 21px -8px rgba(0, 0, 0, 0.119);
  box-shadow: 0px 19px 21px -8px rgba(0, 0, 0, 0.119);
  border: 0.83px solid var(--thirdTemplateSecondary-color);
}
.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item label {
  color: #666;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid var(--thirdTemplateSecondary-color);
  background-color: transparent;
}

.radio-item input[type="radio"]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 30px;
  left: 32px;
  content: " ";
  display: block;
  background: var(--thirdTemplateSecondary-color);
}
.footerImgWrap {
  position: relative;
}
.footerImgWrap img {
  margin-left: auto;
  margin-right: auto;
}
.secondaryBtnYazi {
  color: var(--thirdTemplateSecondary-color) !important;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 5px;
}
.secondaryBtnYazi .btnInsideArrowWrap {
  border: 1px solid var(--thirdTemplateSecondary-color) !important;
  margin-left: 21px;
  width: 33px;
  height: 33px;
}
.footerAside {
  position: absolute;
  bottom: 20px;
  left: 7px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer {
  width: 100%;
  background-color: var(--thirdTemplatePrimary-color);
  padding-top: 33px;
  padding-bottom: 20px;
}
.footer p {
  margin-bottom: 0;
  color: #fff;
}
.footInfoFooter {
  font-size: 40px;
}
.footInfoFooter strong {
  font-weight: 900;
}
.fullCizgi {
  height: 0.25px;
  width: 100%;
  background-color: #94d6fa2c;
  margin-top: 13px;
  margin-bottom: 13px;
}
.footBottomBar {
  margin-top: 23px;
}
.socialMediaIcons {
  color: #fff;
  font-size: 10px;
}
.socialMediaIcons aside {
  width: 21px;
  height: 21px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 11px;
}
.iconSocialMedia {
  width: 10px !important;
  height: 10px !important;
}
.siteInfoFoot p {
  font-size: 14px;
  text-align: left;
}
.siteInfoFoot img {
  margin-right: 5px;
}
.siteInfoFoot .infoItemFoot {
  width: 33%;
  display: flex;
  justify-content: flex-start;
}
.siteInfoFoot .infoItemFoot:nth-child(2) {
  justify-content: center;
}
.siteInfoFoot .infoItemFoot:last-child {
  justify-content: flex-end;
}
.siteInfoFoot .infoItemFoot img {
  width: 18px;
  height: 18px;
}
/* ******************************************** TEMPLATE 1 END ********************************************  */
.template2Font {
  font-family: "Montserrat", sans-serif !important;
}
.template2SiteTitle {
  font-size: 25px;

  font-family: "Montserrat", sans-serif !important;
}
.duyuruIconThirdTemplate {
  font-size: 18px;
  width: 18px;
  height: 18px;
  max-width: 18px;
  min-width: 18px;
  color: var(--thirdTemplateSecondary-color);
}

.yuvarlakIconWrapperThirdTemplate {
  width: 40px;
  height: 40px;
  max-width: 40px;
  min-width: 40px;
  background-color: #fff;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.174));
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template3FontTheme {
  font-family: "Roboto", sans-serif !important;
  color: var(--thirdTemplateBody-color) !important;
  font-size: 13px !important;
}
.template3Header .siteTitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* kaç satırla sınırlayacağımızı yazıyoruz */
  -webkit-box-orient: vertical;
  color: var(--thirdTemplatePrimary-color) !important;
}
.headerNavTemplate3 {
  font-family: "Roboto", sans-serif !important;
  color: var(--thirdTemplateBody-color) !important;
  font-size: 16px !important;
  font-weight: lighter;
  margin-top: 0;
}
.loginModalWrapper {
  position: fixed;
  width: 100%;
  background-color: #00000098;
  height: 100%;
  z-index: 999;
  top: 0;
}

.leftItemModalWrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
}
.leftItemModalWrapper img {
  border-radius: 3px;
  filter: drop-shadow(2px 10px 20px #00000050);
}
.btnPrimaryOutlineTemplate3 {
  border-radius: 35px;
  border: 1px solid var(--thirdTemplatePrimary-color);
  color: var(--thirdTemplatePrimary-color);
  font-weight: bold;
  font-family: "Roboto", sans-serif !important;
  transition: 300ms all;
}
.btnPrimaryOutlineTemplate3:hover {
  background-color: var(--thirdTemplatePrimary-color);
  color: #fff;
  transition: 300ms all;
}
.btnPrimaryOutlineTemplate3:hover a {
  color: #fff !important;
}
.siteSakinGirisThirdTemplateBtnA {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px 25px;
  font-size: 18px;
}
.sloganHeadTop {
  font-family: "Roboto", sans-serif !important;
  color: var(--thirdTemplateBody-color) !important;
  font-size: 13px !important;
}
.selectoptionsecim {
  padding: 8px;
  padding-left: 25px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #454545;
}
.selectoptionsecim:hover {
  background-color: #ededed;
}
.selectoptionsecim span {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
.yorumYapFormThirdTemplate input {
  background-color: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  outline: none;
  margin-bottom: 15px;
  width: 100%;
}
.inpWrapperYorumFormThirdTemplate {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.inpWrapperYorumFormThirdTemplate label {
  margin-bottom: 10px;
}
.yorumYapFormThirdTemplate {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.yorumYapFormThirdTemplate small {
  margin-bottom: 15px;
  display: block;
  text-align: left !important;
  width: 100%;
}

.yorumEkleWrapperThirdTemplate {
  margin-bottom: 25px;
}
.yorumYapThirdTemplateTitle {
  margin-bottom: 15px !important;
  text-align: center;
}
.yorumYapButtonThirdTemplate {
  background-color: var(--thirdTemplateSecondary-color);
  padding: 8px 25px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yorumYapButtonThirdTemplate svg {
  margin-left: 5px;
}

.mySwiper img {
  width: 100% !important;
  position: relative;
  object-fit: cover;
}
.bannerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 999;
}
.sectionCarouselWrapper {
  position: relative;
}
.imgWrapperCarousel {
  position: relative;
}
.imgwrapCarouselImg {
  width: 100% !important;
}
.mySwiper img {
}

.carouselTitleAndSlogan {
  position: absolute;
  z-index: 9999;
  left: 8.8%;
  top: 23%;
}
.carouselTitleAndSlogan h5 {
  color: #fff;
  font-size: 45px;
  margin-left: 0;
  padding-left: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-align: left;
  width: 100%;
}
.carouselTitleAndSlogan p {
  color: #fff;
  font-size: 23px;
  font-weight: lighter;
  width: 51%;
  text-align: left;
  padding-top: 10px;
  font-family: "Roboto", sans-serif;
}
.thirdTemplateTeklifAlBtn {
  padding: 15px 35px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 8.8%;
  z-index: 150;
  background-color: var(--thirdTemplateSecondary-color);
}
.thirdTemplateTeklifAlBtn a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.thirdTemplateTeklifAlBtn a:hover {
  text-decoration: none;
}
.brradiusBtnTop {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.arrowBtnInsideThirdTemplate {
  margin-left: 14px;
}
@media screen and (max-height: 700px) {
  .blokaraWrapper {
    height: 260px !important;
  }
  .blokaraWrapper .araWrapperAutocomplete {
    height: 30px !important;
  }
  .blokaraWrapper .araIconSearch {
    display: none;
  }
}
@media screen and (min-height: 700px) {
  .mySwiper img {
  }
  .bannerOverlay {
  }
  .thirdTemplateTeklifAlBtn {
    left: 20.9%;
  }
  .carouselTitleAndSlogan {
    left: 20.9%;
  }
  .carouselTitleAndSlogan p {
    padding-top: 50px;
  }
}
.aboutWrapperThirdTemplate {
  margin-top: 130px;
}
.thirdTemplateLeftSide {
  text-align: left;
}
.thirdTemplateLeftSide h5 {
  color: var(--thirdTemplatePrimary-color);
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 30px;
  font-family: "Playfair Display", sans-serif;
}
.thirdTemplateLeftSide p {
  color: var(--thirdTemplateBody-color);
  font-weight: lighter;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding-right: 37px;
  margin-bottom: 45px;
}
.thirdTemplateImgWrapperFig {
  padding: 10px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.153));
  width: 498px;
  height: 381px;
}
.thirdTemplateLeftSide button {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: lighter;
  color: var(--thirdTemplateSecondary-color);
  margin-right: 37px;
}

/* HIZMETLER VIEW */

.hizmetlerViewWrapperTemplate3 {
  width: 100%;
  background-color: var(--thirdTemplatebgsection-color);
}
.hizmetlerHeadWrapperTemplate3 {
  flex-direction: column;
  align-items: center;
}
.hizmetlerHeadWrapperTemplate3 h4 {
  color: var(--thirdTemplatePrimary-color);
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 11px;
  font-family: "Playfair Display", sans-serif;
}
.secondaryBtn {
  color: var(--thirdTemplateSecondary-color);
}
.btnThirdTemplateHizmetler {
  margin-bottom: 80px;
}
.cardHizmetlerTemplate3 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 150px;
}
.cardHizmetlerTemplate3:first-child {
  margin-top: 0;
}
.cardHizmetlerTemplate3:nth-child(2) {
  margin-top: 0;
}
.cardHizmetWrapperThirdTemplate {
  width: 48%;
  margin-left: 10px;
  margin-right: 10px;
}
.cardHizmetWrapperThirdTemplate:first-child {
  margin-left: 0;
}
.cardHizmetWrapperThirdTemplate .cardHizmetlerTemplate3 {
  width: 100%;
  height: 150px;
  margin-top: 20px;
}
.cardHizmetWrapperThirdTemplate .cardHizmetlerTemplate3:first-child {
  margin-top: 0;
  margin-bottom: 20px;
}
.cardHizmetWrapperThirdTemplate .cardHizmetlerTemplate3:nth-child(2) {
  margin-top: 0;
  margin-bottom: 20px;
}
.hizmetlerAnketWrapperThirdTemplate {
  display: flex;
}
.cardHizmetlerTemplate3 h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  color: var(--thirdTemplateBody-color);
  font-weight: bold;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}
.cardHizmetlerTemplate3 p {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 18px;
  color: var(--thirdTemplateBody-color);
}
.cardWrapperHizmetlerViewThirdTemplate {
  display: flex;
  justify-content: space-between;
}
.thirdTemplateTitle {
  color: var(--thirdTemplatePrimary-color);
  font-size: 34px;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
}
.thirdTemplateCardWrap {
  display: flex;
  flex-direction: column;
}
.thirdTemplateCardWrap .slick-slide {
}
.thirdTemplateCardItemHaber {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 10px 0;
  border-bottom: 0.1px solid var(--thirdTemplateSecondary-color);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  padding-left: 2px;
}
.duyuruCardItemThirdTemplate {
  width: 48% !important;
}
.referansCardItemThirdTemplate:nth-child(4n + 1) {
  margin-left: 0;
}
.duyuruCardItemThirdTemplate:nth-child(2n + 0) {
  margin-left: 30px;
}
.thirdTemplateCardItemHaber:nth-child(2n + 0) {
}
.haberlerBaslikThirdTemplate {
  margin-bottom: 30px;
}
.thirdTemplateHaberCardHeader {
  display: flex;
  justify-content: space-between;
}
.thirdTemplateHaberCardHeader button {
  margin-bottom: 17px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
}
.thirdTemplateHaberCardHeader .hkiconkck {
  width: 10px;
  height: 10px;
  margin-left: 12px;
}
.thirdTemplateHaberCardHeader small {
  color: var(--thirdTemplateBody-color);
  font-size: 14px;
  font-weight: lighter;
  font-family: "Roboto", sans-serif;
}
.cardBodyThirdTemplateHaber a {
  text-decoration: none;
}
.cardBodyThirdTemplateHaber a:hover {
  text-decoration: none;
}
.cardBodyThirdTemplateHaber strong {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: var(--thirdTemplatePrimary-color);
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* kaç satırla sınırlayacağımızı yazıyoruz */
  -webkit-box-orient: vertical;
}
.cardBodyThirdTemplateHaber {
  display: flex;
}
.cardBodyThirdTemplateHaber img {
  margin-right: 10px;
}
.cardBodyThirdTemplateHaber p {
  font-family: "Roboto", sans-serif;
  font-size: 14px !important;
  font-weight: lighter;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* kaç satırla sınırlayacağımızı yazıyoruz */
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 30px;
}
.slick-dots li.slick-active button:before {
  color: var(--thirdTemplateSecondary-color);
}
.thirdTemplateCardWrapper {
}
.yorumlarThirdTemplateWrapper {
  background-color: #fef9f9;
  padding-top: 130px;
  padding-bottom: 130px;
  margin-bottom: 130px;
}
.yorumSlideItemThirdTemplate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 300px;
}
.ilanlarWrapperIndex {
  padding-top: 70px !important;
  margin-bottom: 70px !important;
}
.ilanThirdTemplate {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center;
  height: 550px;
}
.ilanThirdTemplate h4 {
  font-size: 20px !important;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 30px;
}
.ilanThirdTemplate p {
  font-weight: 300 !important;
  margin-top: 20px !important;
}
.ilanContentWrapper {
  display: flex;
}
.ilanContentWrapper strong {
  font-family: "Roboto" !important;
}
.ilanFooterContent {
  margin-left: 25px;
}
.yorumSlideItemThirdTemplate img {
  width: 500px;
  height: 450px;
  object-fit: cover;
  filter: drop-shadow(10px 5px 30px #eee);
  border-radius: 10px;
}

.slick-next,
.slick-prev {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50% !important;
  z-index: 99;
}
.slick-next {
  right: -45px !important;
}
.slick-prev {
  left: -54px !important;
}
.slick-next:before,
.slick-prev:before {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thirdTemplateSecondary-color);
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.174));
  background-color: #fff;
  border-radius: 50%;
}
.yorumSlideItemThirdTemplate h4 {
  font-size: 104px;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
  color: var(--thirdTemplateSecondary-color);
}

.yorumSlideItemThirdTemplate strong {
  font-size: 24px;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
  color: var(--thirdTemplatePrimary-color);
}
.yorumSlideItemThirdTemplate p {
  color: var(--thirdTemplatePrimary-color);
  font-weight: bold;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-top: 70px;
}
.yorumSlideItemThirdTemplate p small {
  font-weight: lighter;
  padding-top: 80px;
}
.anketSoruItemThirdTemplate .MuiRadio-colorSecondary.Mui-checked {
  color: var(--thirdTemplateSecondary-color);
}
.anketCardWrapperThirdTemplate {
  -webkit-box-shadow: 0px 0px 3px 0px var(--thirdTemplateSecondary-color);
  -moz-box-shadow: 0px 0px 3px 0px var(--thirdTemplateSecondary-color);
  box-shadow: 0px 0px 3px 0px var(--thirdTemplateSecondary-color);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 25px;
}
.sagaYasliAnketThirdTemplate {
  padding-bottom: 35px;
}
.sagAnketAnasayfaThirdTemplate {
  margin-left: 25px;
}

.anketVarHizmetlerWrapperThirdTemplate {
  justify-content: flex-start;
}
.anketCardWrapperThirdTemplate h4 {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  color: var(--thirdTemplatePrimary-color);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.anketCardWrapperThirdTemplate strong {
  margin-top: 15px;
  text-align: center;
  color: var(--thirdTemplateSecondary-color);
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.cizgiKucukThirdTemplate {
  background-color: var(--thirdTemplateSecondary-color);
  height: 1px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.formThirdTemplateAnketWrapper {
  margin-left: 15px !important;
  margin-right: 15px !important;
  position: relative;
}

.anketSoruItemThirdTemplate {
}
.anketSoruItemThirdTemplate label {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: var(--thirdTemplatePrimary-color);
}
.teklifIstiyorumFormWrapperFirst {
  background-color: var(--thirdTemplatebgsection-color);
}
.teklifIstiyorumFormWrapperFirst h4 {
  color: var(--thirdTemplatePrimary-color);
  font-weight: bold;
  font-size: 32px;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 49px;
}

.teklifIstiyorumFormWrapperFirst h6 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: var(--thirdTemplateSecondary-color);
  margin-bottom: 26px;
}

.teklifIstiyorumFormWrapperFirst form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.teklifIstiyorumFormWrapperFirst form aside {
  width: 100%;
  display: flex;
}

.teklifIstiyorumFormWrapperFirst form input {
  width: 100%;
  font-size: 16px;
  font-weight: lighter;
  font-family: "Roboto", sans-serif;
  border: 0;
  box-shadow: 0 1px 2px -2px #555554;
  height: 43px;
  padding-left: 12px;
  margin-left: 25px;
  margin-right: 25px;
  outline: none;
  margin-bottom: 41px;
}
.teklifIstiyorumFormWrapperFirst form aside:nth-child(2) input {
  margin-bottom: 0;
}
.teklifIstiyorumFormWrapper .ucluForm:nth-of-type(2) input {
  margin-bottom: 0;
}
.teklifIstiyorumFormWrapper .dortluForm:nth-of-type(2) label,
.teklifIstiyorumFormWrapper .dortluForm:nth-of-type(2) select {
  margin-bottom: 0 !important;
}

.teklifIstiyorumFormWrapperFirst form aside input:first-child {
  margin-left: 0 !important;
}
.teklifIstiyorumFormWrapperFirst form aside input:last-child {
  margin-right: 0 !important;
}
.teklifIstiyorumFormWrapper h6 {
  font-weight: bold;
  color: var(--thirdTemplateSecondary-color);
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 26px;
}
.teklifBaslikOzelThirdTemplate {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: var(--thirdTemplateSecondary-color);
  margin-bottom: 35px !important;
}
.teklifIstiyorumFormWrapper .ucluForm {
  display: flex;
}
.teklifIstiyorumFormWrapper .ucluForm input:first-child {
  flex-grow: 1;
}
.dortluForm {
  display: flex;
}
.ucluOzelForm {
  align-items: center;
}
.ucluOzelForm select {
  box-shadow: 0 1px 2px -2px #555554;
  border: 0;
  width: 80%;
  padding-left: 12px;
  padding-bottom: 11px;
  outline: none;
  border-bottom: 1px solid var(--thirdTemplatePrimarySonuk-color);
  color: var(--thirdTemplatePrimarySonuk-color);
}
.anketBaslikTeklif {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: var(--thirdTemplateSecondary-color);
  margin-bottom: 26px;
}
.teklifIstiyorumAnketWrapper {
  display: flex;
  flex-wrap: wrap;
}
.teklifIstiyorumAnketWrapper .anketSoruItemThirdTemplate:first-child {
  margin-left: 0 !important;
}

.teklifIstiyorumAnketWrapper .anketSoruItemThirdTemplate:last-child {
  margin-left: 0 !important;
}
.teklifIstiyorumAnketWrapper .anketSoruItemThirdTemplate {
  width: 42%;
  margin-left: 16px;
  margin-right: 16px;
}
.duyuruDetayWrapperThirdTemplate {
  min-height: 500px;
}
.teklifIstiyorumAnketWrapper .anketSoruItemThirdTemplate label {
  font-weight: lighter !important;
}
.dortluForm label {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.dortluForm label:nth-child(2) {
  margin-left: 0 !important;
}
.dortluForm label:last-child {
  margin-right: 0 !important;
}
.teklifIstiyorumFormWrapper input {
  font-size: 16px;
  font-weight: lighter;
  font-family: "Roboto", sans-serif;
  border: 0;
  box-shadow: 0 1px 2px -2px #555554;
  margin-bottom: 41px;
  height: 43px;
  padding-left: 12px;
  margin-left: 25px;
  margin-right: 25px;
  outline: none;
}
.teklifIstiyorumGonderBtn {
  width: 185px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.teklifIstiyorumFormWrapper input:first-child {
  margin-left: 0 !important;
}
.teklifIstiyorumFormWrapper input:last-child {
  margin-right: 0 !important;
}
.ozelBaslikTeklif {
  margin-bottom: 58px;
  margin-left: 10px !important;
  margin-right: 10px !important;
  width: 32%;
}
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  border-bottom: 1px solid var(--thirdTemplateSecondary-color);
  padding-bottom: 11px !important;
  margin-bottom: 20px !important;
  width: 100%;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--thirdTemplatePrimary-color);
  border-radius: 100%;
  background: #fff;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--thirdTemplateSecondary-color);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="checkbox"]:not(:checked) + label {
  color: var(--thirdTemplatePrimarySonuk-color) !important;
  border-bottom: 1px solid var(--thirdTemplatePrimarySonuk-color);
}
input[type="checkbox"]:checked + label:before {
  border: 1px solid var(--thirdTemplateSecondary-color) !important;
}

input[type="checkbox"]:not(:checked) + label:before {
  border: 1px solid var(--thirdTemplatePrimarySonuk-color);
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  border-bottom: 1px solid var(--thirdTemplateSecondary-color);
  padding-bottom: 11px;
  margin-bottom: 20px;
  width: 100%;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--thirdTemplatePrimary-color);
  border-radius: 100%;
  background: #fff;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--thirdTemplateSecondary-color);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="radio"]:not(:checked) + label {
  color: var(--thirdTemplatePrimarySonuk-color) !important;
  border-bottom: 1px solid var(--thirdTemplatePrimarySonuk-color);
}
input[type="radio"]:checked + label:before {
  border: 1px solid var(--thirdTemplateSecondary-color) !important;
}

input[type="radio"]:not(:checked) + label:before {
  border: 1px solid var(--thirdTemplatePrimarySonuk-color);
}
.sonItemBtnOncesi {
}

.secondaryBtnPrimaryRenkThirdTemplate {
  margin-top: -26px;
  border-radius: 36px;
  width: 130px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0, 0, 20px #94d6fa48);
  background-color: var(--thirdTemplateSecondary-color);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}

.footerThirdTemplate {
  background-color: var(--thirdTemplatePrimary-color);
}

.topBarFooterThirdTemplate {
  width: 100%;
  border-bottom: 0.2px solid rgba(255, 255, 255, 0.24);
  display: flex;
  justify-content: space-between;
}
.topBarContentThirdTemplate {
  display: flex;
  justify-content: space-between;
  flex-grow: 2;
  position: relative;
}
.topBarItemFooterThirdTemplate {
  display: flex;
  align-items: flex-start;
  border-right: 0;
  width: 100%;
  padding-bottom: 26px;
}
.footerTopBarLogoThirdTemplate {
  margin-top: 12px;
}
.topBarItemFooterThirdTemplate strong {
  font-weight: bold;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding-right: 5px;
}
.sagaYasliImageThirdTemplate {
  margin-left: 16px;
  margin-right: 0 !important;
}
.footerTopBarLogoThirdTemplate {
  width: 72px;
  height: 72px;
}
.biziTakipEdinThirdTemplateFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 26.5px;
  border-right: 0;
}
.biziTakipEdinThirdTemplateFooter p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  color: #fff;
}
.socialMediaIconsThirdTemplateFooter img {
  width: 22px;
  height: 22px;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.teklifAlBtnFooterThirdTemplate {
  border-right: 0;
  padding-bottom: 0px;
}
.teklifAlBtnFooterThirdTemplate button {
  width: 100%;
  background-color: var(--thirdTemplateSecondary-color);
  height: 100%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerThirdTemplateBodySectionWrapper {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footerThirdTemplateLeftSide {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.footerThirdTemplateLeftItem {
  display: flex;
  align-items: flex-start;
  margin: 6px;
  margin-left: 0;
}
.footerThirdTemplateLeftItem img {
  width: 18px !important;
  height: 18px !important;
}
.footerThirdTemplateLeftItem p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
}
.footerThirdTemplateBodySectionWrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footerThirdTemplateBodySectionWrapper ul {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 85px;
}
.footerThirdTemplateBodySectionWrapper ul a {
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-left: 84px;
}
.footerThirdTemplateBodySectionWrapper ul a:first-child {
  margin-left: 0;
}
.footerThirdTemplateBodySectionWrapper ul a:nth-child(2) {
  margin-left: 0;
}
.footerThirdTemplateBodySectionWrapper ul a:nth-child(3) {
  margin-left: 0;
}
.siteGirisBilgileriFooterThirdTemplate {
  margin-left: 0 !important;
}
.siteGirisBilgileriFooterThirdTemplate a {
  margin-left: 0 !important;
}

.bottomBarFooterThirdTemplate {
  border-top: 0.2px solid rgba(255, 255, 255, 0.24);
  display: flex;
}

.bottomBarContentThirdTemplateFooter {
  justify-content: space-between;
  align-items: center;
}
.bottomBarContentThirdTemplateFooter p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: lighter;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  padding: 0;
}
.topBarLeftItemThirdTemplate {
  background-color: var(--thirdTemplatePrimary-color);
  flex-grow: 1;
}
.topBarRightItemThirdTemplate {
  background-color: var(--thirdTemplatePrimary-color);
  flex-grow: 1;
}
/*************************** ILETISIM PAGE ****************************/
.inSideContactLeftWrapThirdTemplate {
  background-color: var(--thirdTemplatebgsection-color);
  width: 100%;
  height: 100%;
  min-height: 680px;
}
.inSideContactRightWrapThirdTemplate {
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-height: 680px;
}

.iletisimViewWrapperThirdTemplate {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.iletisimFormThirdTemplateButton {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none !important;
  margin-top: 70px;
  margin-bottom: 80px;
}
.contactPageMainBodyWrapperThirdTemplate {
  position: absolute;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  top: 50%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 100%;
  padding-bottom: 115px;
  box-sizing: content-box;
  padding-top: 150px;
}
.contactPageInsideBodyContentThirdTemplate {
  width: 50%;
  padding-right: 70px;
}
.contactPageInsideBodyContentThirdTemplate h5 {
  color: var(--thirdTemplatePrimary-color);
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
  margin-left: 10px;
  font-family: "Playfair Display", sans-serif;
}
.contactPageInsideBodyContentThirdTemplate strong {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: var(--thirdTemplateBody-color);
  margin-bottom: 27px;
  display: block;
}
.contactPageMainBodyWrapperThirdTemplate form {
  width: 50%;
}
.contactPageLeftInSideContentThirdTemplate {
  width: 100%;
  padding-left: 10px;
}
.contactThirdTemplateLeftItemP {
  margin-top: 25px;
}
.contactThirdTemplateLeftItemP p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
}
.contactPageThirdTemplateForm {
  padding-left: 80px;
}
.contactPageThirdTemplateForm h5 {
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: var(--thirdTemplateSecondary-color);
  padding-top: 130px;
  margin-bottom: 47px;
}
.contactPageThirdTemplateForm input,
textarea {
  height: 44px;
  border: 0;
  width: 100%;
  margin-bottom: 42px;
  outline: none;
  box-shadow: 0 1px 3px -2px var(--thirdTemplateBody-color);
  resize: vertical;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  text-indent: 15px;
}
.contactPageThirdTemplateForm textarea {
  max-height: 80px;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: lighter;
  color: var(--thirdTemplateBody-color);
}

.ikiliInpContactFormThirdTemplateItem {
  display: flex;
  justify-content: space-between;
}
.ikiliInpContactFormThirdTemplateItem input {
  margin-left: 17.5px;
}
.ikiliInpContactFormThirdTemplateItem input:first-child {
  margin-left: 0;
}
.contactPageThirdTemplateLocationWrapper {
  height: 400px;
  display: flex;
  justify-content: space-between;
}
.contactPageThirdTemplateLocation {
  border: 0;
  height: 100%;
  flex-grow: 2;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.locationLeftTemplateContent {
  flex-grow: 1;
  background-color: var(--thirdTemplatebgsection-color);
}
.rightThirdTemplateLocation {
  background-color: #fff;
}
.cozumOrtaklariViewWrapperThirdTemplate {
  margin-top: 120px;
  margin-bottom: 200px;
}
.cozumOrtaklariViewWrapperThirdTemplate h5 {
  color: var(--thirdTemplatePrimary-color);
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 50px;
  font-family: "Playfair Display", sans-serif;
}
.containerCozumOrtaklariItemWrapperThirdTemplate {
  display: flex;
  flex-wrap: wrap;
}

.itemWrapperCozumOrtaklariThirdTemplate {
  border: 1px solid #ededed;
  margin-right: 44px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 25px;
  width: 29.37%;
}

.itemWrapperCozumOrtaklariThirdTemplate img {
  width: 180px;
  max-height: 130px;
}
.itemWrapperCozumOrtaklariThirdTemplate p {
  width: 90%;
  text-align: center;
}
.cozumOrtaklariPageContainerWrapperThirdTemplate {
  background-color: #fff;
}
.yorumlarThirdTemplateBosluksuz {
  margin-bottom: 0;
}

.mevzuatPageContentWrapperThirdTemplate {
  display: flex;
  justify-content: space-between;
  min-height: 500px;
}

.mevzuatRightSideClearWhiteBarThirdTemplate {
  background-color: #fff;
  flex-grow: 1;
}

.mevzuatRightSideClearBlueBarThirdTemplate {
  background-color: var(--thirdTemplatebgsection-color);
  flex-grow: 1;
}
.mevzuatRightSideSectionBlueBarThirdTemplate {
  flex-grow: 2;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.leftItemMevzuatSectionInSideThirdTemplate {
  width: 20%;
  background-color: var(--thirdTemplatebgsection-color);
}
.rightItemMevzuatSectionInSideThirdTemplate {
  padding-left: 34px;
  width: 80%;
}

.yatayKucukCizgiThirdTemplate {
  width: 16px;
  height: 0.5px;
  background-color: var(--thirdTemplatePrimary-color);
}
.breadCumbTitleWrapperThirdTemplate {
  margin-bottom: 22px;
}
.breadCumbTitleWrapperThirdTemplate h5 {
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: var(--thirdTemplatePrimary-color);
}
.leftItemMevzuatSectionInSideThirdTemplate nav ul li {
  margin-bottom: 22px;
}
.leftItemMevzuatSectionInSideThirdTemplate nav ul li a {
  color: var(--thirdTemplateBody-color);
}
.breadcrumbWrapperThirdTemplateMevzuatInSide {
  display: flex;
}
.breadcrumbWrapperThirdTemplateMevzuatInSide a {
  color: #64646450;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-right: 5px;
}
.breadcrumbWrapperThirdTemplateMevzuatInSide p {
  color: var(--thirdTemplateBody-color);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #646464;
}
.mevzuatSideInSideContentWrapperThirdTemplate {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}
.dikeyCizgiWrapperThirdTemplate {
  height: 34px;
  width: 1px;
  background-color: var(--thirdTemplateSecondary-color);
}

.mevzuatSideInSideContentWrapperThirdTemplate h5 {
  margin-left: 5px;
  margin-bottom: 0;
  color: var(--thirdTemplatePrimary-color);
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
  font-size: 28px;
}
.mevzuatSideInSideContentWrapperThirdTemplate {
}

.duyuruDetayWrapperThirdTemplate small {
  color: var(--thirdTemplateSecondary-color);
  font-family: "Roboto" sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
}
.duyuruDetayWrapperThirdTemplate h5 {
  color: var(--thirdTemplatePrimary-color);
  font-weight: bold;
  font-size: 21px;
  padding-bottom: 21px;
  font-family: "Poppins", sans-serif;
  /* font-family: 'Playfair Display', sans-serif; */
}
.duyuruDetayWrapperThirdTemplate p {
  font-size: 14px;
  font-weight: 300;
  color: var(--thirdTemplateBody-color);
}
.duyuruDetayImgThirdTemplate {
  margin-bottom: 30px;
  object-fit: cover;
  height: 400px;
  width: 500px;
  margin-right: 30px;
}
#react-modal-image-img {
  width: 50%;
}
.imagesWrapperThirdTemplateT1 {
  display: flex;
  flex-wrap: wrap;
}
.__react_modal_image__modal_container {
  z-index: 9999999999;
}

.t4ImgThirdTemplate {
  width: 450px;
  margin-right: 16px;
}
.subMenuThirdTemplate {
  display: none !important;
  transition: 300ms all;
}

.subMenuThirdTemplate li {
  text-align: left;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding: 0 !important;
  background-color: var(--thirdTemplateSecondary-color);
  display: flex;
  align-items: center;
  transition: 300ms all;
}
.borderSizBtm {
  border-bottom: 0 !important;
}
.subMenuItemsThirdTemplate {
  position: relative;
  text-align: left;
  width: 220px;
  transition: 300ms all;
}
.subsubMenuThirdTemplate {
  display: none;
}
.subMenuThirdTemplate li a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.borderSizBtm {
  border-bottom: 0 !important;
}
.subMenuThirdTemplate a {
  width: 100%;
  display: block;
  padding-left: 10px;
  font-size: 14px;
  padding-right: 10px;
  color: var(--thirdTemplatePrimary-color);
  transition: 300ms all;
}
.menuItemThirdTemplate {
  position: relative;
}
.menuItemThirdTemplate a {
  color: var(--thirdTemplateBody-color);
  width: 100%;
  display: block;
  height: 50px;
  transition: 300ms all;
}
.menuItemThirdTemplateActive {
  background: var(--thirdTemplateSecondary-color);
  border-radius: 3px;
}
.menuItemThirdTemplateActive a {
  color: #fff !important;
}
.menuItemThirdTemplate:hover {
  background: var(--thirdTemplateSecondary-color);
  color: #fff;
  border-radius: 3px;
  transition: 300ms all;
}
.menuItemThirdTemplate:hover a {
  color: #fff;
}
.subMenuThirdTemplate li a:hover {
  width: 100%;
  display: block;
  background-color: var(--thirdTemplatePrimary-color) !important;
  color: #fff;
}
.subMenuItemsThirdTemplate:hover .subsubMenuThirdTemplate {
  display: flex !important;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9999999999;
  flex-direction: column;
  transition: 300ms all;
}
.menuItemThirdTemplate:hover .subMenuThirdTemplate {
  display: flex !important;
  position: absolute;
  top: 50px;
  z-index: 9999999999;
  padding: 0 !important;
  left: 0;
  transition: 300ms all;
}
.t5ImgThirdTemplate {
  margin-left: 0;
  height: 380px;
}
.generalptb4 p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.taslakBaslikT4ThirdTemplate {
  margin-bottom: 30px;
  color: var(--thirdTemplatePrimary-color);
  font-weight: bold;
  font-size: 28px;
  font-family: "Playfair Display", sans-serif;
  text-align: center;
}

.tekliParagrafT4ThirdTemplate {
  margin-top: 60px;
}
.t6ImgThirdTemplate {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 495px;
}
.t7photoGalleryThirdTemplate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.t7photoGalleryThirdTemplate img {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  object-fit: cover;
}

.t7ImgThirdTemplate {
  margin-right: 40px !important;
}
.t8photoGalleryThirdTemplate {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.t7photoGalleryThirdTemplate aside {
  width: 45%;
}
.t8photoGalleryThirdTemplate aside {
  width: 31%;
  margin-bottom: 40px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.referansCardItemThirdTemplate {
  width: 250px !important;
  margin: 10px;
  border: 1px solid #ededed;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  transition: 500ms all;
}
.referanslarCardWrapThirdtemplate .slick-slide div {
  display: flex;
  align-items: center;
}
.opcty0ThirdTemplate {
  opacity: 0;
}
.referansCardItemThirdTemplate:hover img {
  filter: grayscale(0%);
  transition: 500ms all;
}
.referansCardItemThirdTemplate:hover h5 {
  color: var(--thirdTemplatePrimary-color);
}
.referansCardItemThirdTemplate img {
  transition: 500ms all;
}
.referansCardItemThirdTemplate h5 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: var(--thirdTemplatePrimary-color);
  width: 100%;
  text-align: center;
  display: block;
  padding: 15px;
  margin-bottom: 0;
}
.dipInfoCardItemContentThirdTemplate {
  display: flex;
  align-items: center;
  padding-bottom: 11px;
  padding-left: 14px;
}
.dipInfoCardItemContentThirdTemplate p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--thirdTemplateBody-color);
  font-weight: 300;
  margin-left: 6px;
}
.referanslarWrapperThirdTemplate {
  padding-top: 51px;
  padding-bottom: 240px;
}
.topBarWrapperReferanslarThirdTemplate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
}
.topBarWrapperReferanslarThirdTemplate h5 {
  color: var(--thirdTemplatePrimary-color);
  font-weight: 700;
  font-size: 21px;
  font-family: "Poppins", sans-serif;
}
.topBarWrapperReferanslarThirdTemplate button {
  border: 1px solid var(--thirdTemplateSecondary-color);
  height: 50px;
  width: 200px;
  color: var(--thirdTemplateSecondary-color);
  filter: drop-shadow(0 0 20px #94d7fa20);
  border-radius: 30px;
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.thirdTemplateSliderItemsDortlu {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
}
.yatayButtonFixed {
  position: fixed;
  left: 0;
  top: 45%;
  height: 50px;
  transform: translate(-40%, 50%) rotate(270deg);
  font-size: 14px !important;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dikeyButtonFixed {
  position: absolute;
  left: 21%;
  bottom: 0;
  height: 50px;
  font-size: 20px !important;
}
.mobileMenuWrapper {
}

.responsiveIkiliRightInp > div {
  position: absolute !important;
  top: 10px !important;
}
.mobileMenuWrapper {
  display: none;
}

.mesajTextAreaThirdTemplate {
  margin-left: 0 !important;
}

/* LAPTOP RESPONSIVE */
@media screen and (min-height: 767px) {
  .proLogo {
    min-width: 100px;
    max-height: 125px;
    margin-bottom: 12.5px;
  }
  .siteSakiniGirisBaslikLoginPage {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 13px;
  }
  .loginModalSelectWrapper {
    margin-bottom: 25px !important;
    padding-bottom: 10px;
  }
  .yeniSekmedeAc {
    margin-bottom: 36px !important;
  }
  .girisYapBtnLoginPage {
    margin-bottom: 31px;
  }
}
.teklifAlBtnFooterThirdTemplate button a {
  text-decoration: none;
  color: #fff;
}
.borderradiusImageThirdTemplate {
  border-radius: 10px;
}
.thirdTemplateSloganFooter {
  color: #fff;
  display: block;
  padding-top: 10px;
}
.teklifIstiyorumAnketWrapper .anketSoruItemThirdTemplate:nth-child(3) label {
  margin-bottom: 0 !important;
}

/* MOBIL RESPONSIVE ------------------------------------------ */
@media screen and (max-width: 1200px) {
  .duyuruCardItemThirdTemplate {
    width: 100% !important;
  }
  .referansCardItemThirdTemplate span {
    font-size: 11px;
  }
  .referansIcon {
    font-size: 11px;
    width: 11px;
    height: 11px;
    margin-bottom: 3px;
  }
  .liSpanHoverA {
    font-size: 13px;
  }
  .anketSoruItemThirdTemplate label {
    font-size: 12px !important;
  }
  .teklifIstiyorumFormWrapperFirst form aside:nth-child(2) input {
    margin-bottom: 22px !important;
  }
  .teklifIstiyorumFormWrapperFirst form aside:nth-child(2) input:last-child {
    margin-bottom: 0 !important;
  }
  .teklifIstiyorumFormWrapper .ucluForm:nth-of-type(2) input:last-child {
    margin-bottom: 0 !important;
  }
  .teklifIstiyorumFormWrapper .ucluForm:nth-of-type(2) input {
    margin-bottom: 22px !important;
  }
  .teklifIstiyorumFormWrapper .dortluForm:nth-of-type(2) label,
  .teklifIstiyorumFormWrapper .dortluForm:nth-of-type(2) select {
    margin-bottom: 22px !important;
  }
  .teklifIstiyorumFormWrapper .dortluForm:nth-of-type(2) label:last-child,
  .teklifIstiyorumFormWrapper .dortluForm:nth-of-type(2) select:last-child {
    margin-bottom: 0 !important;
  }

  .sagAnketAnasayfaThirdTemplate {
    margin-left: 0;
  }
  .thirdTemplateSloganFooter {
    display: none;
  }
  .imgwrapCarouselImg {
    height: initial !important;
  }
  .referansCardItemThirdTemplate {
    width: 50% !important;
    margin: 0;
  }
  .footerThirdTemplateBodySectionWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .logoWrapper {
    min-width: 40px !important;
    max-width: 40px !important;
    height: initial !important;
  }

  .contactPageThirdTemplateForm textarea {
    font-size: 12px !important;
  }

  .pro-sidebar .overlay {
    display: block;
  }
  .thirdTemplateCardItemHaber {
    margin-bottom: 0 !important;
  }
  .cardBodyThirdTemplateHaber a > div {
    min-width: 80px;
    min-height: 60px;
    margin-right: 10px !important;
  }
  .duyuruImageThirdTemplate {
    width: 80px !important;
    height: 60px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    max-height: 60px !important;
    min-height: 60px !important;
  }
  .teklifIstiyorumFormWrapper h6 {
    font-size: 14px;
    margin-bottom: 22px !important;
  }

  .teklifIstiyorumFormWrapperFirst h6 {
    font-size: 14px;
    margin-bottom: 22px !important;
  }
  .teklifIstiyorumFormWrapperFirst form input {
    font-size: 13px !important;
    margin-bottom: 22px;
    height: 35px !important;
  }
  .teklifIstiyorumFormWrapper input {
    font-size: 13px !important;
    margin-bottom: 22px !important;
    height: 35px !important;
  }
  .ucluOzelForm select {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .iletisimBtnMobileApp a {
    font-size: 9px;
  }
  .ozelBaslikTeklif {
    width: 100%;
    margin-bottom: 10px;
  }
  .anketBaslikTeklif {
    margin-bottom: 22px !important;
    font-size: 14px !important;
    margin-top: 15px !important;
  }
  .ucluOzelForm select {
    width: 100%;
  }
  .pro-sidebar {
    position: fixed !important;
  }
  .brradiusBtnTop {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .brradiusBtnTop svg {
    margin-left: 4px;
  }
  .footerBarLogoWrapperThirdTemplate img {
    width: 60px;
  }

  .slick-next {
    right: 0 !important;
  }
  .slick-prev {
    left: 0 !important;
  }
  .duyurularCardsWrapperSlickThirdTemplate .slick-next,
  .duyurularCardsWrapperSlickThirdTemplate .slick-prev {
    top: 109% !important;
  }

  .referanslarCardWrapThirdtemplate .slick-next,
  .referanslarCardWrapThirdtemplate .slick-prev {
    top: 97% !important;
  }

  .hizmetlerAnketWrapperThirdTemplate {
    flex-direction: column;
  }
  .sagaYasliAnketThirdTemplate {
    margin-left: 0;
  }
  .cardHizmetWrapperThirdTemplate {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .referansCardItemThirdTemplate h5 {
    font-size: 13px !important;
  }

  .toggled .pro-sidebar-header {
    padding-bottom: 0 !important;
  }
  .thirdTemplateBtnSideBar {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid var(--thirdTemplatePrimary-color);
    min-height: 40px;
    align-items: center;
    font-size: 13px;
    width: 50%;
    background-color: var(--thirdTemplatePrimary-color);
    color: #fff;
  }
  .thirdTemplateTeklifBtnSideBar {
    background-color: var(--thirdTemplateSecondary-color);
    color: #fff;
    border: 1px solid var(--thirdTemplateSecondary-color);
  }

  .referanslarWrapperThirdTemplate {
    min-height: 320px;
  }

  .topBarWrapperReferanslarThirdTemplate button {
    width: 150px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }
  .siralaBtnReferanslarThirdTemplate {
    align-items: flex-start !important;
  }
  .topBarWrapperReferanslarThirdTemplate button svg {
    font-size: 15px;
  }
  .yatayButtonFixed {
    right: 0 !important;
    left: auto !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    transform: translate(35%, 50%) rotate(270deg) !important;
    display: none !important;
  }

  .bottomBarFooterThirdTemplate {
    display: none;
  }
  h4 {
    font-size: 15px !important;
    font-family: "Roboto", sans-serif !important;
  }
  h5 {
    font-size: 16px !important;
    font-family: "Roboto", sans-serif !important;
  }
  .dikeyButtonFixed {
    min-width: 125px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    height: initial !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 13px !important;
  }
  .thirdTemplateHaberCardHeader button {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .anketCardWrapperThirdTemplate strong {
    margin-bottom: 10px;
    font-size: 13px !important;
    margin-top: 10px !important;
  }
  input[type="radio"]:checked + label,
  input[type="radio"]:not(:checked) + label {
    margin-bottom: 20px !important;
    padding-bottom: 11px !important;
  }
  .mobilGizleFooterMenuThirdTemplate {
    display: none !important;
  }
  .teklifAlBtnFooterThirdTemplate button {
    font-size: 14px;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    text-align: left;
    justify-content: flex-start !important;
    padding-left: 10px !important;
  }
  .footerBarLogoWrapperThirdTemplate {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .footerThirdTemplateLeftItem p {
    font-size: 12px;
  }
  .biziTakipEdinThirdTemplateFooter {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

    padding-top: 8px;
    padding-bottom: 5px;
  }
  .biziTakipEdinThirdTemplateFooter p {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .siteMenuleriFooterThirdTemplate {
    display: none !important;
  }
  .pro-sidebar .pro-menu a {
    width: 100%;
  }
  .pro-sidebar .pro-menu a:before {
    position: relative;
  }

  .slick-next {
  }
  .thirdTemplateCardWrapper {
    margin-bottom: 20px;
  }
  .logoWrapper {
    height: 40px;
    margin-right: 8px;
  }
  .sloganHeadTop {
    display: none;
  }

  .cardHizmetlerTemplate3 {
    padding: 15px 9 px;
    /* width: auto !important; */
    /* width: initial !important; */
    /* height: auto !important; */
    /* height: initial !important; */
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
    width: 48%;
    /* margin-left: 1
px
; */
    height: 100px;
  }
  .template3Header .siteTitle {
    font-size: 15px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* kaç satırla sınırlayacağımızı yazıyoruz */
    -webkit-box-orient: vertical;
  }
  .leftItemModalWrapper img {
    filter: drop-shadow(2px 2px 2px #00000050);
  }
  .loginPageLeftItem {
    align-items: flex-start !important;
  }
  .loginPageLeftItem h4 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .proLogo {
    width: 120px;
    max-height: 120px;
  }
  .contactPageInsideBodyContentThirdTemplate h5 {
    font-size: 20px;
  }
  .contactPageThirdTemplateLocationWrapper {
    height: 200px;
  }
  .dikeyButtonFixed {
    left: 5%;
  }
  .mobilMenuWrapper {
    margin-top: 10px;
  }
  .dikeyButtonFixed {
    width: 120px;
    font-size: 12px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .contactPageInsideBodyContentThirdTemplate strong {
    font-size: 14px;
    padding-left: 0;
    margin-left: 0;
  }
  .contactThirdTemplateLeftItemP {
    margin-top: 10px;
  }
  .contactThirdTemplateLeftItemP p {
    font-size: 12px;
  }
  .contactPageThirdTemplateForm input,
  textarea {
    font-size: 12px;
  }
  .secondaryBtnPrimaryRenkThirdTemplate {
    width: 120px;
    font-size: 13px !important;
  }
  .pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item {
    background-color: var(--thirdTemplateSecondary-color);
  }
  .pro-sidebar
    .pro-menu
    > ul
    > .pro-sub-menu
    > .pro-inner-list-item
    > div
    > ul {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item a {
    color: #fff !important;
    width: 100%;
    display: block;
  }

  .pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item {
    padding-left: 0;
  }

  .pro-sidebar .pro-menu .pro-menu-item a {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pro-sub-menu .pro-item-content {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .react-slidedown a {
    padding-right: 20px !important;
  }

  .pro-sidebar
    .pro-menu
    > ul
    > .pro-sub-menu
    > .pro-inner-list-item
    > div
    > ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .secondaryBtnPrimaryRenkThirdTemplate svg {
    width: 13px;
    height: 13px;
  }
  .template3Header {
    display: flex;
    align-items: center;
  }
  .navUlThirdTemplate {
    flex-direction: column;
    width: 100%;
  }
  .carouselTitleAndSlogan p {
    padding-top: 10px;
  }
  .mobilMenuWrapper {
    background-color: #fff;
  }
  .mobilMenuWrapper button {
    width: 50%;
    height: 50px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .mobilMenuWrapper button:first-child {
  }
  .kapatIconMobileGiris {
    display: block;
    position: absolute;
    right: 15px;
    top: 8%;
  }
  .sifremiUnuttumBtn {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mobileTeklifBtn {
    color: var(--thirdTemplateSecondary-color);
    border: 1px solid var(--thirdTemplateSecondary-color);
    border-left: 0;
  }
  .headerNav ul li a {
    font-size: 14px;
    border-bottom: 1px solid var(--thirdTemplateSecondary-color);
    padding-bottom: 12px;
    padding-top: 16px;
    font-weight: 500;
  }
  .sonItemThirdTemplateMenu a {
    border-bottom: 0 !important;
  }

  .titleSection {
    flex-grow: 1;
    margin-bottom: 0;
  }
  .menuItemThirdTemplate:hover .subMenuThirdTemplate {
    width: 100% !important;
    position: unset !important;
  }
  .subMenuItemsThirdTemplate {
    width: 100%;
  }
  .mobileMenuWrapper {
    margin-left: 8px;
    display: flex;
  }
  .hamMenuThirdTemplate {
    color: var(--thirdTemplateSecondary-color);
    margin-right: 0;
    font-size: 30px !important;
  }
  .referanslarWrapperThirdTemplate {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body {
    font-size: 13px;
  }
  header {
    padding-top: 13px;
    padding-bottom: 13px;
    position: sticky;
    top: 0;
    z-index: 160;
    background-color: #fff;
  }
  .bgOverlayFullScreen {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000000b5;
  }
  .thirdTemplateTeklifAlBtn {
  }
  .formThirdTemplateAnketWrapper {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .secondaryBtnPrimaryRenkThirdTemplate {
    font-size: 14px;
  }
  .anketSoruItemThirdTemplate {
    width: 100%;
  }
  .anketCardWrapperThirdTemplate {
    width: 100%;
  }
  .anketCardWrapperThirdTemplate h4 {
    font-size: 20px;
  }
  .anketCardWrapperThirdTemplate strong {
    font-size: 15px;
  }
  .anketSoruItemThirdTemplate label {
    font-size: 14px;
  }
  .headerNavWrapperThirdTemplate {
    display: none;
  }
  .mobilHeaderNavWrapperThirdTemplate {
    width: 100%;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.057);
    position: sticky;
    top: 50px;
    left: 0;
    z-index: 999;
    background-color: #fff;
  }
  .mobilHeaderNavWrapperThirdTemplate .headerNavTemplate3 {
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .siteTitle {
    font-size: 13px;
  }

  .logoWrapper a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .headerWrapper {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 170;
  }
  .sloganAltBolum {
    display: none;
  }
  .carouselTitleAndSlogan {
    left: 2%;
  }
  /* .thirdTemplateTeklifAlBtn{
    position: fixed;
    left: 0;
    z-index: 9999999999999;
    top: 5%;
    height: 50px;
    transform: translate(-40%, 50%) rotate(90deg) ;
    font-size: 14px !important;
  } */
  .arrowBtnInsideThirdTemplate {
    width: 14px !important;
    height: 14px !important;
  }
  .carouselTitleAndSlogan h5 {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  .carouselTitleAndSlogan p {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }

  .mySwiper img {
    object-fit: fill;
  }
  .thirdTemplateLeftSide h5 {
    font-size: 20px;
  }
  .thirdTemplateLeftSide p {
    font-size: 13px;
  }
  .aboutWrapperThirdTemplate {
    flex-direction: column;
  }
  .thirdTemplateImgWrapperFig {
    margin-top: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  .duyuruDetayWrapperThirdTemplate {
  }
  .mevzuatSideInSideContentWrapperThirdTemplate h5 {
    font-size: 13px;
  }
  .leftItemMevzuatSectionInSideThirdTemplate nav ul li a {
    font-size: 11px;
  }
  .breadCumbTitleWrapperThirdTemplate h5 {
    font-size: 13px;
  }
  .breadcrumbWrapperThirdTemplateMevzuatInSide p {
    font-size: 10px;
  }
  .mevzuatRightSideSectionBlueBarThirdTemplate {
    width: 100%;
    display: block !important;
  }
  .breadcrumbWrapperThirdTemplateMevzuatInSide a {
    font-size: 10px;
  }
  .leftItemMevzuatSectionInSideThirdTemplate {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
  .rightItemMevzuatSectionInSideThirdTemplate {
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
  }
  .duyuruDetayWrapperThirdTemplate p {
    font-size: 14px;
  }
  .generalptb4 p {
    font-size: 14px;
  }
  .t4ImgThirdTemplate {
    width: 300px;
  }
  .taslakBaslikT4ThirdTemplate {
    font-size: 20px;
  }

  .hizmetlerHeadWrapperTemplate3 h4 {
    font-size: 20px;
    margin-bottom: 10px !important;
  }
  .duyuruDetayWrapperThirdTemplate h5 {
    font-size: 17px;
  }
  .haberlerBaslikThirdTemplate {
    margin-bottom: 30px;
  }

  .cardWrapperHizmetlerViewThirdTemplate {
    flex-wrap: wrap;
  }
  .cardHizmetlerTemplate3 h5 {
    font-size: 12px !important;
  }
  .cardHizmetlerTemplate3Image {
    width: 20px !important;
    height: 20px !important;
    min-width: initial !important;
    min-height: initial !important;
    max-height: initial !important;
    margin-right: 10px;
  }
  .cardHizmetlerTemplate3 {
    margin-top: 20px;
  }
  .cardHizmetlerTemplate3 h5 {
    font-size: 17px;
  }
  .cardHizmetlerTemplate3 p {
    font-size: 14px;
  }
  .thirdTemplateTitle {
    font-size: 20px;
  }
  .thirdTemplateCardItemHaber {
    width: 100% !important;
    line-height: 20px !important;
  }
  .thirdTemplateHaberCardHeader small {
    font-size: 12px;
  }
  .cardBodyThirdTemplateHaber strong {
    font-size: 13px;
  }
  .cardBodyThirdTemplateHaber p {
    font-size: 12px !important;
    width: 95%;
    line-height: 19px;
  }
  .cardBodyThirdTemplateHaber img {
    margin-right: 0;
  }
  .cardBodyThirdTemplateHaber > a {
    width: 80px !important;
    margin-right: 10px;
  }
  .yorumSlideItemThirdTemplate strong {
    font-size: 13px;
    padding: 10px;
  }
  .yorumSlideItemThirdTemplate p {
    font-size: 12px;
  }
  .topBarFooterThirdTemplate {
  }
  .footerBarLogoWrapperThirdTemplate {
    border: 0;
  }
  .topBarItemFooterThirdTemplate strong {
    font-size: 15px;
  }
  .topBarContentThirdTemplate {
    flex-direction: column;
  }
  .teklifAlBtnFooterThirdTemplate button {
    justify-content: center;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
  }
  .footerThirdTemplateBodySectionWrapper {
    padding-top: 5px;
    padding-bottom: 7px;
    flex-direction: column;
  }
  .footerThirdTemplateLeftItem {
    width: 100%;
  }
  .footerThirdTemplateLeftSide {
    width: 100%;
  }
  .footerThirdTemplateBodySectionWrapper ul {
    margin-left: 10px;
  }
  .footerThirdTemplateBodySectionWrapper ul a {
    font-size: 14px;
    margin-left: 0;
  }
  .yorumlarThirdTemplateWrapper .slick-track {
  }

  .teklifIstiyorumFormWrapperFirst form {
    flex-direction: column;
  }
  .teklifIstiyorumFormWrapperFirst form aside {
    flex-direction: column;
  }
  .teklifIstiyorumFormWrapperFirst form aside input {
    margin-left: 0;
    margin-right: 0;
  }
  .teklifIstiyorumFormWrapper .ucluForm {
    flex-direction: column;
  }
  .teklifIstiyorumFormWrapper .ucluForm input {
    margin-left: 0;
    margin-right: 0;
  }
  .teklifIstiyorumFormWrapper .dortluForm input {
    margin-left: 0;
    margin-right: 0;
  }

  .teklifIstiyorumFormWrapper .dortluForm {
    flex-direction: column;
  }
  .dortluForm label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .teklifIstiyorumAnketWrapper {
    flex-direction: column;
  }
  .teklifIstiyorumAnketWrapper .anketSoruItemThirdTemplate {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .topBarWrapperReferanslarThirdTemplate {
    flex-direction: column;
  }
  .topBarWrapperReferanslarThirdTemplate {
    margin-bottom: 0;
  }
  .topBarWrapperReferanslarThirdTemplate h5 {
    margin-bottom: 30px;
  }
  .referanslarCardWrapThirdtemplate .slick-slide div {
    justify-content: center;
  }
  .contactPageMainBodyWrapperThirdTemplate {
    flex-direction: column;
    position: unset;
    transform: unset !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .inSideContactLeftWrapThirdTemplate {
    display: none;
  }
  .inSideContactRightWrapThirdTemplate {
    display: none;
  }
  .contactPageInsideBodyContentThirdTemplate {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactPageMainBodyWrapperThirdTemplate form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactPageThirdTemplateForm h5 {
    padding-top: 30px;
  }
  .iletisimFormThirdTemplateButton {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .loginPageRightItem {
    display: none;
  }
  .loginPageLeftItem {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    padding-top: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .loginPageForm {
    width: 100% !important;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
  }

  .selectWrapperIkiliLoginPage {
    flex-wrap: wrap;
  }
  .loginPageLeftItem select {
  }
  .aboutWrapperThirdTemplate {
    margin-top: 30px;
  }
  .bottomBarContentThirdTemplateFooter p {
    font-size: 9px;
    padding-left: 5px;
  }
  .ikiliRightWrapperInp {
    width: 100%;
    margin-bottom: 25px;
  }
  .ikiliRightWrapperInp select {
    width: 100%;
  }
  .responsiveIkiliRightInp > div {
    position: absolute !important;
    top: 10px !important;
  }
  .ikiliRightWrapperInp:last-child {
    margin-bottom: 44px;
  }
  .selectWrapperLoginPage {
    margin-bottom: 0;
  }
  .selectWrapperLoginPage:first-child {
    margin-bottom: 25px;
  }
  .selectWrapperLoginPage:last-child {
    margin-bottom: 25px !important;
  }
  .loginPassInp {
  }
  .girisYapBtnLoginPage {
  }
  .girisBtnMobileApp {
    margin-bottom: 44.5px;
  }

  .btnWrapperLoginScreen {
    margin-top: 44.5px;
    flex-wrap: wrap;
  }
  .btnWrapperLoginScreen button {
    width: 90%;
  }
  .cozumOrtaklariViewWrapperThirdTemplate h5 {
    font-size: 20px;
  }
  .cozumOrtaklariViewWrapperThirdTemplate {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .itemWrapperCozumOrtaklariThirdTemplate {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .yorumSlideItemThirdTemplate img {
    width: 50px;
    height: 50px;
  }
  .ilanThirdTemplate {
    height: 100%;
  }
  .yorumSlideItemThirdTemplate h4 {
    font-size: 13px !important;
  }
  .teklifIstiyorumGonderBtn {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .mesajinizThirdTemplateTeklif {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cardHizmetWrapperThirdTemplate .cardHizmetlerTemplate3 {
    height: 55px;
  }
  .t4ImgThirdTemplate {
    width: 250px;
  }
  .cardHizmetlerTemplate3 h5 {
    width: 100px;
    text-align: left;
  }
  :root {
    --pt4: 2.5rem;
    --pb4: 2.5rem;
    --tfpt3: 2.5rem;
    --tfpb3: 2.5rem;
  }
}

@media screen and (max-width: 550px) {
  .t4ImgThirdTemplate {
    width: 100%;
    margin-bottom: 10px;
  }
  .t3ImageWrapperThirdTemplate {
    float: none !important;
  }
  :root {
    --pt4: 1.5rem;
    --pb4: 1.5rem;
    --tfpt3: 1.5rem;
    --tfpb3: 1.5rem;
  }
}

.beniHatirlaLoginMbil {
  margin-bottom: 0 !important;
}
