body {
    background-color: #fdfdfd;
}

* {
  font-family: 'Quicksand', sans-serif;
}


.blog-saglik-rehberi {
  padding: 45px 0px !important;
  background-color: #f3f3f3;
}

.blog-saglik-rehberi .owl-blog h1 {
  width: 100%;
  font-size: 16.5px;
  margin-top: 17px;
  font-weight: 600;
}

.blog-saglik-rehberi .owl-blog p {
  width: 100%;
  font-size: 14.5px;
  font-weight: 400;
}

.blog-saglik-rehberi .owl-blog .box img {
  width: 100%;
}

.blog-saglik-rehberi .owl-blog .item {
  padding: 0px 7.5px;
}

.blog-saglik-rehberi .owl-blog .box {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.blog-saglik-rehberi .owl-blog .box a {
  float: right;
  text-decoration: none;
  font-size: 15px;
  margin-right: 5px;
  margin-top: 12px;
  margin-bottom: 10px;
  color: #8ec1ff;
}


.slider {
  margin-bottom: -2px !important;
}

.slider .ws_cover {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
}

.corporate-area h3::after {
  content: "";
  display: block;
  background-color: #4389a2;
  width: 50px;
  height: 3px;
  border-radius: 5px;
  margin-top: 8px;
}


.sonuc-bulunamadi {
  text-align: center;
  padding: 55px 0;
  width: 100%;
}

.sonuc-bulunamadi i {
  font-size: 42px;
  color: #d02424;
}

.sonuc-bulunamadi h3 {
  font-size: 24px;
  margin-top: 10px;
  color: #01236b;
}

.sonuc-bulunamadi h5 {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 400;
  color: #508688;
}

header {
    float: left;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
}

header * {
    text-decoration: none !important;
}
header a.tel {
    display: none
}

header .navbar-right {
    display: block;
    height: 50px
}

header .navbar-right ul {
    margin: 0;
    list-style-type: none
}
header .navbar-right ul {
    margin-bottom: -1px;
}

header .navbar-right li {
    position: relative;
    float: left;
    margin: 15px 7.5px
}

header .navbar-right li a {
    position: relative;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 7.5px
}

header .navbar-right ul li a:hover, header.absolute .navbar-right ul li a:hover {
    color: #fff;
    background-color: #012f61;
}

header .navbar-right li.dropdown .dropdownicon {
    display: none
}

header .navbar-right li.dropdown:after {
    content: "\f107";
    position: absolute;
    left: calc(50% - 3px);
    height: 3px;
    width: 6px;
    top:15px;
    z-index: -1;
    color: #333;
    background: 0 0 !important
}

header .navbar-right li.dropdown:hover:after  {
    top: 25px;
}

@media screen and (min-width: 767px) {
    header .navbar-right, header .navbar-right li.dropdown:hover ul.dropdownmenu {
        display: block
    }
}

header .navbar-right ul.dropdownmenu {
  display: none;
      position: absolute;
      margin-left: calc(50% - 93px);
      margin-top: 0px;
      background: #3bb0ff;
      min-width: 192px;
      padding: 10px;
      border: none;
      border-radius: 0 0 4px 4px;
      z-index: 1;
}

header .navbar-right ul.dropdownmenu:before {
    bottom: 100%;
    left: calc(50% - 6px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #3aacfb;
    border-width: 6px;
    margin-left: -1px
}

header .navbar-right .dropdownmenu li {
    float: left;
    width: 100%;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

header .navbar-right .dropdownmenu li:last-child {
    border: none
}

header .navbar-right .dropdownmenu li a {
    color: #fff !important;
    display: block;
    padding: 5px;
    margin: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.428571429;
    white-space: nowrap;
    -webkit-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    transition: all ease-in .1s;
    background-color: transparent;
    padding-right: 25px;
}

header .navbar-right .dropdownmenu li a:hover {
    opacity: .7
}

header a.teklif-talep {
    border: 2px solid #1b1e22;
    border-radius: 4px
}

header a.teklif-talep:hover {
    background: #ff010e;
    border-color: #ff010e !important;
    color: #fff !important
}

header .mobilmenuicon {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 50px;
    font-size: 25px;
    color: #ff010e;
    text-align: center
}

header.absolute {
  position: relative;
  top: 0;
  z-index: 9999;
  background-color: #fffffff5;
}

header.absolute .navbar-right ul li a {
    color: #4e4e4e;
}



header.absolute a.teklif-talep {
    border-color:#4e4e4e;
}

header.absolute .navbar-right li.dropdown:after {
    color: #fff
}

header.absolute .mobilmenuicon {
    color: #fff
}

header.sticky {
    display: none;
    position: fixed;
    background: #fff;
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, .1)
}

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

    header .navbar-right {
        float: left;
        width: 100%
    }
}


@media(min-width:768px){
  .dropdown-alt:hover > .dropdownmenu-alt {
    display: block;
  }

  .dropdownmenu:hover > .dropdownmenu-alt {
    display: block;
  }

  .dropdown-alt > .dropdownicon-a {
    display: none;
  }
}

@media(max-width:768px){
  .dropdownmenu-alt {
    display: none;
    background-color: #5d5d5d;
    position: relative;
    margin-top: 0px !important;
    min-width: 192px;
    border: none;
    z-index: 1;
    top: 0px;
    left: 0;
    margin-left: 0px !important;
    border-top: 1px solid #cccccc54;
    border-radius: 0px;
  }

  .dropdownicon-a {
    display: block;
    float: right;
    width: 60px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding: 6px;
    border-left: 1px solid #b7b7b754;
  }
  .dropdown-alt > a{
    width: calc(100% - 60px) !important;
    float: left !important;
    padding-left: 12px !important;
  }
}

.dropdownmenu-alt {
  display: none;
  background-color: #4d4d4d;
  transition: all 2000ms;
  position: absolute;
  margin-top: 0px !important;
  min-width: 192px;
  padding: 0px;
  border: none;
  border-radius: 4px;
  z-index: 1;
  top: 0px;
  left: 100%;
  margin-left: 0px !important;
}


.dropdownmenu {
  padding: 0px !important;
}

/* */


@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }

    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }


    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }


    header {
        height: 70px;
        padding: 10px 0
    }



    header .navbar-right {
        display: none;
        width: 100%;
        height: auto;
        margin: 15px 0;
        background: #4e4e4e;
        border-radius: 4px;
        position: relative;
        z-index: 1
    }

    header .navbar-right ul, header .navbar-right ul li {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0
    }

    header .navbar-right ul li:not(:last-child) {
        border-bottom: 1px solid #696969;
    }

    header .navbar-right ul li a {
        width: 93%;
        margin: 5px auto;
        padding: 10px 0;
        color: #fff !important;
        border: none;
        border-radius: 0;
        position: relative;
        display: block
    }

    header .navbar-right ul.dropdownmenu {
        display: none;
        float: left;
        width: 100%;
        position: unset;
        background: #2d75bb;
        border: none;
        border-radius: unset;
        margin: 0;
        padding: 0
    }

    header .navbar-right li.dropdown.open ul.dropdownmenu {
        display: block
    }

    header .navbar-right li.dropdown:after, header .navbar-right ul.dropdownmenu:before {
        display: none
    }

    header .navbar-right ul.dropdownmenu li {
        border-bottom: 1px solid #333
    }

    header .navbar-right ul.dropdownmenu li a {
        color: #fff !important;
        font-weight: 700;
        margin: 5px 0;
        padding: 10px;
        width: 100%
    }

    header .navbar-right li.dropdown a {
        width: calc(100% - 60px);
        float: left;
        padding-left: 12px
    }

    header .navbar-right li.dropdown .dropdownicon {
        display: block;
        float: left;
        width: 60px;
        font-size: 26px;
        color: #fff;
        text-align: center;
        padding: 6px;
        border-left: 1px solid #696969;
    }

    header .mobilmenuicon {
        display: block;
        top: 15px
    }

    }

@media(max-width:768px){
    .dropdown-alt i.fa-angle-right {
        display: none;
      }


      .dropdownmenu-alt {
        display: none;
        background-color: #438fda;
        position: relative;
        margin-top: 0px !important;
        min-width: 192px;
        border: none;
        z-index: 1;
        top: 0px;
        left: 0;
        margin-left: 0px !important;
        border-top: 1px solid #cccccc54;
        border-radius: 0px;
      }

      .dropdownicon-a {
        display: block;
        float: right;
        width: 60px;
        font-size: 26px;
        color: #fff;
        text-align: center;
        padding: 6px;
        border-left: 1px solid #b7b7b754;
      }
      .dropdown-alt > a{
        width: calc(100% - 60px) !important;
        float: left !important;
        padding-left: 12px !important;
      }
    }

@media(min-width:768px){
  .dropdown-alt i {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 3px;
    top: 5px;
  }
}

header .navbar-right li.dropdown:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: calc(50% - 3px);
  height: 3px;
  width: 6px;
  top: 18px;
  z-index: -1;
  color: #333;
  background: 0 0 !important;
  font-size: 16px;
}

.hood {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 35px;
}


.hood h1 {
  display: table;
  padding: 0px;
  font-weight: bold;
  font-size: 33px;
  color: #5d5d5d;
  text-align: center;
  width: auto;
  margin: 0 auto;
}

.hood h1::after {
  content: "";
  display: block;
  width: 57px;
  height: 4px;
  background-color: #ff000f;
  border-radius: 10px;
  margin-top: 8px;
}

.hood p {
  margin-top: 10px;
}

.our-services  {
  padding-bottom: 45px;
  background-color: #fbfbfb;
  margin-top: -13px;
}

.our-services .item {
  padding: 0px 15px;
  margin-top: 0;
  margin-bottom: 10px;
}

.our-services .box {
  width: 100%;
  min-height: 180px;
  background-color: white;
  display: block;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 0px 14px #cccccc9e;
  border-radius: 15px;
  position: relative;
}

.our-services .box:hover .info {
  opacity: 0;
  transition: all 300ms;
}

.our-services .box .info {
  position: absolute;
  bottom: 0px;
  opacity: 1;
  transition: all 500ms;
  padding: 15px;
  z-index: 9;
}

.our-services .box .info h1 {
  margin: 0px;
  color: #fff;
  margin-bottom: -5px;
}

.our-services .box .info span {
  margin: 0px;
  color: #fff;
  font-size: 14px;
}

.our-services .box .back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#01aebc",GradientType=1);
  top: 0px;
  left: 0px;
  border-radius: 15px;
  opacity: 0.7;
  z-index: 1;
  transition: all 500ms;
}


.three-box {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.three-box .box {
  margin-top: 30px;
  position: relative;
}

.three-box .box .ozela {
  text-decoration: none; display: inline-block; width: 100%;
}

.three-box .box .ozela {
  text-decoration: none; display: inline-block; width: 100%;
}

.three-box .box img {
  width: 100%;
}

.three-box .box figure {
  position: absolute;
  width: 100%;
  padding: 7px 16px;
  padding-top: 18px;
  left: 0px;
  top: 0px;
}

.three-box .box figure span i {
  font-size: 27px;
  margin-right: 15px;
  float: left;
  color: #fff;
  margin-top: 6px;
  margin-bottom: 18px;
}

.three-box .box figure span h3 {
  font-size: 15px;
  line-height: 20px;
  display: block;
  color: #fff;
  font-weight: 400;
}

.three-box .box figure small {
  width: 100%;
  display: inline-block;
  font-size: 13.8px;
  color:#fff;
  margin-top: -5px;
}


.three-box .box figure small a {
  color:#fff;
}

.our-services .box:hover .back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  filter: #000;
  top: 0px;
  left: 0px;
  border-radius: 15px;
  opacity: 0.5;
  z-index: 1;
  transition: all 500ms;
}


.our-services .box .hover-info  {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms;
  padding: 15px;
  z-index: 9;
}

.our-services .box .hover-info i {
  color: #fff;
  font-size: 19px;
}

.our-services .box .hover-info h3 {
  margin: 0px;
  color: #fff;
  margin-bottom: 5px;
  font-size: 19px;
}

.our-services .box .hover-info p {
  margin: 0px;
  color: #fff;
  font-size: 13.5px;
}

.our-services .box:hover .hover-info  {
  position: absolute;
  bottom: 0px;
  opacity: 1;
  transition: all 500ms;
}

.our-services .box img {
  border-radius: 15px;
  width: 100%;
}


.our-services .box h1 {
  width: 100%;
  font-weight: 700;
  color:#565656;
  font-size: 23px;
  line-height: 1.5;
  font-size: 19px;
}

.our-services .box p {
  color: #000;
  font-size: 14.5px;
  line-height: 22px;
}

.page-baslik h2 {
  font-size: 30px;
  font-weight: 700;
  color: #31373d;
  position: relative;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}

.page-baslik,
.page-baslik span {
    line-height: normal
}

.page-baslik span {
    display: block;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 3.6px;
    opacity: .85!important;
    position: relative;
    top: -30px;
}

.page-baslik h2 i {
    font-style: normal;
    color: #222930;
}

.page-baslik i {
    opacity: 0.05;
}

.page-baslik p {
  text-align: center;
  margin-top: -15px;
}

.our-services {
  padding-top: 55px;
}

.get-information-not {
  background: linear-gradient(270deg,#194774 0,#02acc5 90%),#868686;
  /*background-image: url("../img/information-parallax.jpg");*/
  padding: 35px 0px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 35px;
}


.get-information-not .text {
  float: left;
}

.get-information-not .text h2 {
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  margin-top: 14px;
}

.get-information-not .text p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14.6px;
}

.get-information-not .butonand-tel {
  float: right;
  width: 270px;
}

.get-information-not .butonand-tel .btn {
  width: 100%;
  background-color: #ff040e;
  color: #fff;
  padding: 12px 0px;
  text-align: center;
  border-radius: 500px;
  margin-bottom: 11px;
  text-decoration: none;
  margin-top: 5px;
  outline: 0;
}

.get-information-not .butonand-tel .btn i {
  color: #fff;
    display: inherit;
    width: 30px;
    height: 30px;
    margin-left: 9px;
    background-color: #cc0008ba;
    border-radius: 50px;
    font-size: 18px;
    padding-top: 6px;
}

.get-information-not .butonand-tel .hemen-ara {
  width: 100%;
      color: #fff;
      text-align: center;
      margin-top: 5px;
      display: block;
      font-size: 16px;
      font-weight: 300;
      text-decoration: none;
}

.get-information-not .butonand-tel .hemen-ara b {
      font-weight: 600;
}


.online-shopping {
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
}

.online-shopping .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  margin-top: 35px;
}

.online-shopping .nav-tabs li {
  padding: 0px;
}

.online-shopping .nav-tabs li a {
  width: 100%;
  display: block;
  text-align: center;
}

.online-shopping .nav-tabs li a {
  text-decoration: none;
}

.online-shopping .nav-tabs li a img {
  width: 42%;
  margin-bottom: 10px;
}

.online-shopping .nav-tabs li a span {
  background-color: #fff;
  width: 100%;
  display: block;
  font-weight: 500;
  color: #000;
  border-top: 2px solid #fff;
  display:flex;
  justify-content:center;
  align-items: center;
  height: 70px;
  font-size: 13px;
  padding-left: 8px;
  padding-right: 8px;
}

.online-shopping .nav-tabs li .active span {
  background-color: #f4f4f4b8;
  color: #000;
  border-top: 2px solid #ff040e;
}

.online-shopping .tab-content {
  background-color: #f7f7f7;
  padding: 25px;
  text-align: center;
}

.online-shopping .tab-content h3 {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 21px;
  color: dimgrey;
  font-size: 23px;
}

.online-shopping .tab-content .text {
  padding: 0px 45px;
  font-size: 15px;
  font-weight: 500;
  color: #313131;
  line-height: 22px;
  position: relative;
}

.online-shopping .tab-content .text::before {
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  position: absolute;
  left: 8px;
  font-size: 26px;
  top: -5px;
}

.online-shopping .tab-content .text::after {
  content: "\f10e";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  position: absolute;
  right: 8px;
  font-size: 26px;
  bottom: -5px;
}

.customer-hood {
  background: #8bf2cd;
  padding-top: 45px;
  padding-bottom: 15px;
}

.customer-area {
  background-color: #f7f7f7;
  padding: 35px 0px;
}

.customer-area .logolar {
  padding: 0px;
  margin: 0px;
}

.customer-area .logolar li {
  list-style: none;
  float:left;
  width: 33.333%;
  padding: 32px 15px;
}

.customer-area .logolar li img {
  width: 100%;
  display: table;
  max-width: 160px;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: .6;
}

.customer-area .logolar li {
  border-color: #eaeaea !important;
}

.customer-area .logolar li:nth-child(1) {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(2) {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(3) {
  border-bottom: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(4) {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(5) {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(6) {
  border-bottom: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(7) {
  border-bottom: 1px solid transparent !important;
  border-right: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(8) {
  border-bottom: 1px solid transparent !important;
  border-right: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(9) {
  border-bottom: 1px solid transparent !important;
}

.customer-area p {
  font-size: 27px;
  text-align: center;
  font-weight: 600;
  color: #636363;
  margin-top: 50px;
  margin-bottom: 32px;
}

.customer-area p span {
  color: #6bd8b1;
  font-weight: 700;
}

.customer-area .all-customer-btn {
  display: table;
  margin: 0 auto;
  padding: 15px 20px;
  background-color: #8bf2cd;
  outline: 0;
  border-radius: 500px;
  color: #626262;
  font-weight: 700;
  box-shadow: 0px 0px 16px #cccccc5e;
  text-decoration: none;
}

.help-bar-area {
  background-color: #ececec;
  min-height: 120px;
}

footer {
  background-color:#202526;
}

footer .col-md-3, footer .col-md-4, footer .col-md-5, footer .col-md-2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

footer .footer-bottom {
  background-color: transparent;
  padding: 12px 0px;
}

footer .footer-bottom .container  {
  border-top: 1px solid #ccc3;
  padding-top: 11px;
  padding-bottom: 5px;
}

footer h2 {
  color: #ffffffd4;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 8px;
}

footer .follow-us p {
  color: #69767e;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 18px;
}

footer .follow-us ul {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0px;
}

.oner-form-area .form-area-cc h3 {
    color: #42b922;
}

footer .follow-us ul li {
  float: left;
  list-style: none;
}

footer .follow-us li a {
  text-align: center;
  color: #dadada;
  font-size: 23px;
  padding: 5px;
margin: 5px;
  transition: all 500ms;
}

footer .follow-us li a:hover {
  transition: all 500ms;
  color: #ff040e !important;
}

footer .phone-number {
  color: #69767e;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  width: 100%;
  text-align: right;
  display: block;
  text-decoration: none;
  margin-top: 15px;
}

footer .phone-number b {
  color: #4bae32;
  margin-bottom: -15px;
  display: block;
}

footer .oze-aaa p {
  text-align: left;
}

footer .oze-aaa img {
  width: 205px;
  display: table;
  margin: 0 auto;
  margin-bottom: 27px;
}

footer .blog-texts {
  margin: 0px;
  padding: 0px;
  padding-top: 8px;
}

footer .blog-texts li {
  margin: 0px;
  list-style: none;
  width: 100%;
  padding: 2px 0;
}

footer .blog-texts li a {
  display: inline-block;
      color: #ccc;
      width: 100%;
      text-decoration: none;
      font-size: 13px;
      transition: all 500ms;
}

footer .blog-texts li a:hover {
  transition: all 500ms;
  color: #01aebc !important;
}

footer .blog-texts li a h3 {
  font-size: 16px;
  margin: 0px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

footer .blog-texts li a span {
  color: #69767e;
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
  display: block;
  margin-bottom: 5px;
  margin-left: 18px;
}

footer .menu-area {
  padding: 0px;
  margin: 0px;
  padding-top: 8px;
}

footer .menu-area li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
}

footer .menu-area li:last-child {
  border-bottom: 0px solid rgba(255,255,255,.35);
}

footer .menu-area li a:hover {
  transition: all 500ms;
  color: #ff040e !important;
}


footer .menu-area li a {
  display: inline-block;
    color: #ccc;
    width: 100%;
    text-decoration: none;
    font-size: 15px;
    transition: all 500ms;
}

footer .footer-bottom p {
  text-align: center;
  color: #ffffffd4;
  position: relative;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}


.fa-heart {
  animation: heartbeat 1300ms infinite;
  font-size: 24px;
  color: red;
  margin: 0px 3px;
  margin-top: 2px;
  padding-top: 5px;
  line-height: 19px;
  margin-bottom: -11px;
}


@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

.help-bar-area  {
  padding: 35px 0px;
}

.help-bar-area img {
  width: 100%;
  float: right;
  max-width: 180px;
  margin-top: 30px;
}

.help-bar-area h4 {
  color: #616161;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
}

.help-bar-area p {
  color: #505050;
  font-size: 13.5px;
  font-weight: 600;
  margin: 0px;
}

.page-hood {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #000;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page-hood::before {
  background-color: #000;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  opacity: 0.1;
  z-index: 1;
}

.hood-color-one {
  background: linear-gradient(270deg,#38EF7D 0,#119983 59.21%),#868686;
}

.hood-color-two {
  background: linear-gradient(270deg,#ffe259,#ffa751 59.21%),#868686;
}

.hood-color-three {
  background: linear-gradient(270deg,#6acbe0 0,#6859ea 59.21%),#868686;
}

.hood-color-four {
  background: linear-gradient(270deg,#FFE000 0,#799F0C 59.21%),#868686;
}

.hood-color-five {
  background: linear-gradient(270deg,#4e54c8 0,#8f94fb 59.21%),#868686;
}

.hood-color-six {
  background: linear-gradient(270deg,#536976,#292E49 59.21%),#868686;
}

.hood-color-seven {
  background: linear-gradient(270deg,#4568DC,#B06AB3 59.21%),#868686;
}

.hood-color-eight {
  background: #D31027;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #EA384D, #D31027);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #EA384D, #D31027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.page-hood .page-baslik {
  z-index: 2;
  position: relative;
}

.page-hood .page-baslik h2 {
    color: #e2e2e2;
}

.page-hood .page-baslik p {
  font-size: 18px;
  color: rgba(255,255,255,.7);
  margin-top: 15px;
}

.page-hood .page-baslik h2::after {
  content: "";
  display: table;
  width: 45px;
  height: 2px;
  background-color: #ff040e;
  margin: 0 auto;
  border-radius: 15px;
  margin-top: -18px;
  margin-bottom: 18px;
}

.page-hood .page-baslik h2 i {
    font-style: normal;
    color: #ffffff;
    opacity: 0.25;
}

.page-hood .page-baslik span {
  opacity: 1 !important;
  font-weight: 700;
  color: #fff;
}

.ozel-page-hood-blog span {
  letter-spacing: initial;
}

.ozel-page-hood-blog .page-baslik h2::after {
    content: "";
    display: table;
    width: 45px;
    height: 2px;
    background-color: transparent !important;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: -18px;
    margin-bottom: 18px;
}


.contact-area {
  padding-top: 55px;
}

.contact-area .map {
  margin-top: 55px;
}

.contact-form h2{
  font-weight: 300;
      font-size: 24px;
      color: #000;
      padding: 11px 0;
      text-align: left;
      margin-bottom: 0px;
}

.contact-form h2::after{
  content: "";
  display: block;
  width: 55px;
  height: 1.5px;
  background-color: rgba(0,0,0,.7);
  margin-top: 6px;
}

.contact-form .form-group{
    padding-left:0;
    padding-right:18px;
    margin-bottom:0px;
}
.contact-form .form-group label{
    font-size:14px;
    margin-top:9px;
    color:#313131;
    font-weight:400
}
.contact-form .form-group label span{
    color: red;
}
.contact-form .form-group input{
  width: 100%;
      margin-top: 0;
      outline: 0;
      padding: 10px 9px;
      border: 1px solid #cccccc8f;
      border-radius: 2px;
      margin-bottom: 14px;
}
.contact-form .form-group textarea{
    width:100%;
    margin-top:0;
    outline:0;
    padding:8px;
    border: 1px solid #cccccc8f;
    border-radius:2px;
    min-height:80px
}
.contact-form .form-group button{
  background-color:rgba(0,0,0,.7);
  margin-top: 10px;
  border: 0;
  padding: 8px 50px;
  color: #fff;
  border-radius: 56px;
  outline: 0;
  font-weight: 400;
}
.contact-form ul{
    padding:0;
    margin-top:21px
}
.contact-form ul li{
    list-style:none;
    color:#2d2d2d;
    padding:10px 5px;
    font-size:15px;
    border-bottom:1px solid #e8e8e8
}
.contact-form ul li:last-child{
    border-bottom:0
}
.contact-form ul li:hover{
    background-color:#f5f5f5
}
.contact-form ul li a{
    text-decoration:none;
    color:#2d2d2d
}
.contact-form ul h2{
    font-size:15px
}
.contact-form ul h2::after{
    background-color:#34a853
}
.contact-form ul li a i{
    color:#545454
}
ct-form {
  padding-top: 45px;
  padding-bottom: 10px;
}

.blog-area {
  padding: 35px 0px;
}

.blog-area .blog {
  margin-bottom: 25px;
  padding: 5px;
  border-radius: 5px;
  background-color: red;
  background-color: #f3f3f3;
  transition: all 500ms;
  position: relative;
}

.blog-area .blog .col-md-12 {
  padding: 0px;
}

.blog-area .blog:hover {
  background-color: #efefef66;
  transition: all 500ms;
}

.blog-area .blog a {
    text-decoration: none;
}

.blog-area .blog img {
  width: 100%;
  margin-bottom: 15px;
}

.blog-area .blog h2 {
  color: #585858;
      font-size: 21px;
      font-weight: 700;
      position: absolute;
      bottom: 60px;
      width: 100%;
      padding: 0px 14px;
}

.blog-area .blog p {
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 27px;
  position: absolute;
  bottom: 17px;
  padding: 0px 15px;
}

.blog-area .blog .info span {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 600;
  margin-top: -5px;
  display: block;
  text-align: center;
  padding-bottom: 7px;
}

.blog-category ul {
  padding: 0px;
  margin: 0px;
  background-color: #f3f3f3;
  border-radius: 5px;
  border: 1px solid #cccccc1f;
}

.blog-category ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.blog-category ul li a {
  margin: 0px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
  padding: 11px 0px;
  border-bottom: 1px solid #fff;
  color: #585858;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.blog-category ul li.active a {
  background-color: #fff;
}

.blog-category ul li.active a::before {
  content: "";
  display: block;
  width: 18px;
  height: 4px;
  background-color: #3aacfb;
  position: absolute;
  top: 13px;
  right: -7px;
}

.blog-category ul li:last-child a {
  border-bottom: 0px solid #fff;
}

.reference-area {
  padding: 55px 0px;
  padding-bottom: 25px;
}

.reference-area .reference {
  -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,.11);
  box-shadow: 0 0 8px 4px rgba(0,0,0,.11);
  border-radius: 4px;
  margin-bottom: 30px;
}

.reference-area .reference a {
  text-decoration: none !important;
}

.reference-area .reference .big-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}

.reference-area .reference .logo-area img {
  width: 160px;
  border-radius: 5px;
  display: table;
  margin: 0 auto;
  margin-top: -31px;
}

.reference-area .reference .area {
  padding: 0px 15px;
  text-align: center;
}

.reference-area .reference .area h4 {
  color: #757575;
  font-weight: 600;
  font-size: 23px;
}

.reference-area .reference .area p {
  color: #757575;
  font-weight: 600;
  font-size: 13.5px;
  margin-bottom: 15px;
  display: inline-block;
}

.basindabiz-area .logo-area i {
  background-color: #fff;
  display: table;
  margin: 0 auto;
  padding: 9px 30px;
  font-size: 33px;
  margin-top: -25px;
  z-index: 99;
  position: relative;
  border-radius: 5px;
  color: #ff040e;
}

.corporate-area {
  padding: 55px 0px;
  padding-bottom: 45px;
}

.corporate-area p {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
}

.corporate-area h3 {
  color: #5d5d5d;
  font-size: 21px;
  line-height: 27px;
  font-weight: bold;
}

.corporate-area-blog {
  background: #fafafa;
  border-top: solid 1px #f0f0f0;
  padding: 55px 0px;
  padding-top: 45px;
}

.corporate-area-blog h4 {
  color: #5d5d5d;
  font-size: 25px;
  line-height: 27px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.corporate-area-blog .blog-hd p {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
}

.owl-corporate-blog {
  margin-top: 10px;
}

.owl-corporate-blog .item {
  padding: 0px 15px;
}

.owl-corporate-blog .item a {
  text-decoration: none;
}

.owl-corporate-blog .item .image-area {
  width: 100%;
  border-radius: 5px;
  position: relative;
}

.owl-corporate-blog .item a .image-area span {
  width: 100%;
  position: absolute;
  height: 100%;
  content: "";
  background: #D31027;
  background: -webkit-linear-gradient(to right, #EA384D, #D31027);
  background: linear-gradient(to right, #EA384D, #D31027);
  top: 0px;
  left: 0px;
  opacity: 0;
  border-radius: 5px;
  transition: all 500ms;
}

.owl-corporate-blog .item a:hover .image-area span {
  opacity: 0.8;
  transition: all 500ms;
}

.owl-corporate-blog .item a .image-area span i {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 26px;
  padding-top: 86px;
}

.owl-corporate-blog .item .image-area img {
  width: 100%;
  border-radius: 5px;
}

.owl-corporate-blog .item h3 {
  width: 100%;
  display: block;
  color: #5f5f5f;
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
  margin-top: 15px;
  font-weight: 600;
  line-height: 23px;
}

.meet-us {
  width: 100%;
  position: relative;
  padding: 35px 0px;
  background-image: url("../img/meet-us.html");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.meet-us h3 {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 27px;
  text-align: center;
  padding: 0 10px;
  margin-top: 15px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 15px;
}

.meet-us p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.meet-us .container {
  z-index: 2;
  position: relative;
}

.meet-us::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: #2b5876;
  background: -webkit-linear-gradient(to right, #4e4376, #2b5876);
  background: linear-gradient(to right, #4e4376, #2b5876);
  opacity: 0.9;
  z-index: 1;
}

.meet-us .form-group {
  width: 100%;
  margin-top: 10px;
}

.meet-us .form-group input {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 9px 12px;
  outline: 0;
  color: #fff;
}

.meet-us .form-group input::placeholder {
  color: #fff;
}

.meet-us .form-group button {
  width: 100%;
  background: #2b5876;
  background: -webkit-linear-gradient(to right, #4e4376, #2b5876);
  background: linear-gradient(to right, #4e4376, #2b5876);
  padding: 10px 12px;
  outline: 0;
  color: #fff;
  border: 0px;
}

.web-design {
  padding: 55px 0px;
  padding-bottom: 45px;
}

.web-design-two {
  background: #fafafa;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
}

.web-design p {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
}

.web-design h3 {
  color: #5d5d5d;
  font-size: 21px;
  line-height: 27px;
  font-weight: bold;
}

.web-design .web-ul {
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
}

.web-design .web-ul li {
  list-style: none;
  margin-bottom: 45px;
  font-size: 14.4px;
  font-weight: 600;
  color: #717171;
  position: relative;
  text-align: center;
  z-index: 2;
}

.web-design .web-ul li i {
  background: linear-gradient(to right, #d6d6d6, #eaeaea);
  width: 42px;
  height: 42px;
  border-radius: 55px;
  float: left;
  color: #fff;
  font-size: 18px;
  padding-top: 12px;
  margin-bottom: 25px;
  margin-right: 7px;
}

.web-design .web-ul li span {
  color: #0000000d;
  position: absolute;
  right: 5px;
  bottom: -30px;
  font-size: 45px;
  font-weight: bold;
  z-index: 1;
}

.web-design .luing {
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
}

.web-design-two img {
  width: 100%;
  margin-top: 52px;
}

.web-design-three img {
  width: 100%;
  margin-top: 25px;
}

.web-design .luing li {
  list-style: none;
  margin-bottom: 15px;
  font-weight: 700;
  color: #6b6b6b;
}

.web-design .luing li p{
  padding-left: 15px;
}

.web-design .luing li i {
  color: #719ecf;
}

.fqa-area {
  margin-bottom: 0px;
}

.fqa-area p {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
}

.fqa-area h3 {
  color: #5d5d5d;
  font-size: 25px;
  line-height: 27px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 18px;
}

.fqa-area .fqa-area-min .btn {
  background-color: #f1f1f1;
  outline: 0;
  width: 100%;
  text-align: left;
  border-left: 5px solid #ff0010;
  border-radius: 0px;
  padding: 10px 11px;
  margin-top: 15px;
}

.fqa-area .fqa-area-min .btn:focus {
  outline: 0;
  box-shadow: none;
}

.fqa-area .card-body {
    border:0px;
    text-align: left;
    padding-bottom: 0px;
}

.fqa-area .card-body p {
    border:0px;
    text-align: left;
    color: #5d5d5d;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
}

.text-df {
  padding-top: 45px;
  display: inline-block;
  width: 100%;
  padding-bottom: 35px;
}


.text-df .text-area {
  float: left;
  width: auto;
  width: 65%;
}

.text-df img {
  width: 35%;
  float: right;
}

.text-df i {
  font-size: 65px;
  color: #cecece;
  margin-bottom: 15px;
  margin-top: 35px;
}

.text-df h3 {
  font-size: 21px;
  line-height: 30px;
}

.text-df h3 span {
  font-size: 13.5px;
  display: block;
  margin-top: 7px;
}

.google-ads .google-ads-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: table;
  margin-top: 36px;
}

.google-ads-two {
    background: #fafafa;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    position: relative;
}

.google-ads-two hr {
  position: absolute;
  width: 100%;
  top: 296px;
  left: 0px;
  z-index: 99;
}

.google-ads-two h3 {
  color: #5d5d5d;
  font-size: 25px;
  line-height: 33px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 15px;
}

.google-ads-two h3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  border-radius: 5px;
  left: 0px;
  width: 30px;
  height: 3px;
  background: #D31027;
  background: -webkit-linear-gradient(to right, #EA384D, #D31027);
  background: linear-gradient(to right, #EA384D, #D31027);
}

.google-ads-two h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  border-radius: 5px;
  left: 35px;
  width: 30px;
  height: 3px;
  background: #D31027;
  background: -webkit-linear-gradient(to right, #EA384D, #D31027);
  background: linear-gradient(to right, #EA384D, #D31027);
}

.owl-google-ads .item {
  padding: 0px 15px;
}

.owl-google-ads .box {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.owl-google-ads .box img {
  width: 87px !important;
  display: table !important;
  margin: 0 auto;
  padding: 42px 0px;
  position: relative;
  z-index: 9;
}

.owl-google-ads .box h1 {
  font-size: 19px;
  padding: 15px 15px;
  text-align: center;
  font-weight: 700;
  color: #848484;
}

.owl-google-ads .box span {
  font-size: 81px;
  color: #0000000d;
  position: absolute;
  width: 100%;
  font-weight: bold;
  bottom: 26px;
  text-align: right;
  right: 5px;
}

.google-ads-onne img {
  margin-top: 0px;
}

.mobile-ozel {
  margin-bottom: 25px;
  margin-top: -15px;
}

.success i {
  color: green;
  display: table;
  margin: 0 auto;
  border: 3px solid green;
  font-size: 40px;
  border-radius: 500px;
  padding: 25px;
}

.success h4 {
  margin: 0 auto;
  display: table;
  margin-top: 24px;
  margin-bottom:21px;
}

.success p {
  text-align: center;
}

.mobile-arae-tab-menu {
  margin: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.mobile-arae-tab-menu li {
  padding: 0px;
  list-style: none;
}

.mobile-arae-tab-menu li a {
  width: 100%;
  display: block;
  text-align: center;
}

.mobile-arae-tab-menu li a {
  text-decoration: none;
}

.mobile-arae-tab-menu li a img {
  width: 48%;
  margin-bottom: 20px;
}

.mobile-arae-tab-menu li a span {
  background-color: #fff;
  width: 100%;
  display: block;
  color: #000;
  border-top: 1px solid #e0e0e0;
  display:flex;
  justify-content:center;
  align-items: center;
  height: 70px;
  font-size: 13px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}


.mobile-arae-tab-menu li a span i {
  color: #424242;
    position: absolute;
    top: 25px;
    right: 23px;
    font-size: 20px;
}

.mobile-arae-tab-menu li .active-d span {
  background-color: #f4f4f4;
  color: #000;
  border-top: 2px solid #f91019;
}


.sticy-form-area-mobile {
	position: fixed;
	bottom: 0px;
	height: auto;
	width: 100%;
	z-index: 1000;
	background-color: #f5f5f5;
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid #e0e0e0;
}

.sticy-form-area-mobile a {
	font-size: 15px;
	width: 48%;
	display: block;
	float: left;
	text-align: center;
	background-color: #3f4751;
	color: #fff;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 5px;
	padding: 8px 0px;
  text-decoration: none;
}

.sticy-form-area-mobile a:nth-child(2) {
	background-color: #2ab200;
}

@media(max-width:768px){
  .page-baslik h2 {
    font-size: 31px;
    line-height: 47px;
  }
  .get-information-not {
    padding: 25px 0px;
    text-align: center;
  }
  .get-information-not .butonand-tel {
    float: none;
    width: 270px;
    margin: 0 auto;
  }
  .get-information-not .butonand-tel .btn {
    margin-top: 19px;
  }
  .page-baslik span {
    font-size: 28px;
    font-weight: 500;
  }
  .page-baslik i {
    opacity: 0.02;
  }
  header.absolute .mobilmenuicon {
    color: #4e4e4e;
    border: 2px solid #4e4e4e;
    border-radius: 6px;
  }
  .page-hood .page-baslik h2 i {
    display: none;
  }
  .online-shopping .nav-tabs li a img {
    width: 42%;
    margin-bottom: 10px;
    display: none;
  }
  .help-bar-area img {
    width: 100%;
    float: left;
    max-width: 180px;
    margin-top: 21px;
    margin-bottom: -8px;
  }
  footer .col-md-3, footer .col-md-4, footer .col-md-5 {
    padding-top: 0;
    padding-bottom: 29px;
  }
  footer {
    padding-top: 35px;
  }
  .page-hood .page-baslik p {
    font-size: 15px;
  }
  .page-hood {
    padding-top: 140px;
    padding-bottom: 25px;
  }
  .blog-area .blog img {
    margin-top: 15px;
  }
  .web-ozel {
    display: none;
  }

  .image-top {
    margin-top: 20px;
  }
  #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
    margin-top: 4.5em;
    opacity: 0.5;
  }
  header a.teklif-talep:hover {
    background: transparent;
    border-color: transparent !important;
    color: #fff !important;
  }

  .contact-form .col-md-7 .row {
    margin-left: 0px;
  }
  .desktop-arae-tab-menu {
    display: none;
  }

  .web-tasarimi-textdf {
      position: relative;
  }

  .web-tasarimi-textdf .text-area {
      width: 100%;
      position: relative;
      z-index: 4;
  }

  .web-tasarimi-textdf img {
    width: 79%;
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0.15;
  }

  .google-ads-textdf {
    position: relative;
  }

  .google-ads-textdf .text-area {
    width: 100%;
    position: relative;
    z-index: 4;
  }

  .google-ads-textdf img {
    width: 63%;
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0.15;
  }

  .text-df {
    padding-top: 10px !important;
  }

  body {
    padding-bottom: 57px;
  }
}

@media(min-width:768px){
  .sticy-form-area-mobile {
    display: none;
  }
  .mobile-ozel {
    display: none;
  }
  .mobile-arae-tab-menu {
    display: none;
  }
}

header nav {
  background-color: #3bb0ff;
  width: 100%;
  display: inline-block;
  margin-bottom: -7px;
}

header {
  margin-bottom: -7px;
  position: relative;
  z-index: 99999;
}

header .navbar-right li a {
    font-weight: 600;
    color: #fff;
}

header .navbar-right ul {
    padding: 0px;
}

header .logo img {
  width: 280px;
}

header .header-top {
  padding: 15px 15px;
}

header .navbar-right li {
    margin: 0;
}

header .social-area {
  float: right;
}

header .navbar-right li a {
    font-weight: 600;
    color: #fff;
    padding: 15px 13px;
    display: block;
    font-size: 13.5px;
}

header .social-area li a {
  float: right;
  padding: 15px 10px;
  font-size: 14.5px;
  opacity: 0.7;
}

header .social-area li a:hover {
    float: right;
    padding: 2px 10px;
    font-size: 14.5px;
    opacity: 1;
    color: #fff;
}

header .contact-hde {
  float: right;
  margin-top: 20px;
}

header .contact-hde h3 b {
  border-right: 1.6px solid #000;
  font-weight: 800;
  padding-right: 15px;
  margin-right: 11px;
}

header .contact-hde h3 {
  font-size: 17px;
  font-weight: 500;
  float: left;
}

header .contact-hde h3 a{
  text-decoration: none;
  color: #3a3a3a;
}

header .contact-hde .dropdown {
  float: right;
  margin-left: 25px;
  margin-top: -12px;
}

header .contact-hde .dropdown a {
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  color: #3c3c3c;
  font-weight: 600;
  border-radius: 500px;
  padding: 7.5px 15px;
  border: 2px solid #696969;
}

.form-area-big {
  width: 100%;
  background-color: #f6f6f6;
  min-height: 50px;
  margin-top: -11px;
  border-top: 1px solid #cccccc26;
}

.form-area-big .image {
  width: 100%;
  display: block;
  margin-bottom: -25px;
  border-radius: 5px;
  position: relative;
}

.form-area-big .image img {
  width: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.form-area-big .image span.back {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(1,174,188,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(1,174,188,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(1,174,188,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#01aebc",GradientType=1);
  bottom: 0px;
  left: 0px;
  z-index: 2;
  border-radius: 5px;
}

.form-area-big .image .info {
  position: absolute;
  width: 100%;
  bottom: 15px;
  z-index: 9;
  padding: 0px 15px;
  color: #fff;
}

.form-area-big .image h3 {
  font-size:36px;
  font-weight: bold;
  color: #fff;
}

.form-area-big .image span {
  font-size: 18px;
  color: #fff;
}

.form-area-big .image p {
  font-size: 13px;
  color: #fff;
}

.form-area-big .image i {
  color: #fff;
  width: 60px;
  height: 60px;
  background-color: transparent;
  text-align: center;
  border-radius: 500px;
  font-size: 25px;
  padding-top: 16px;
  border: 1.8px solid #fff;
  padding-left: 5px;
}


.form-area-cc h3 {
  color: #3e8f29;
  font-weight: bold;
  font-size: 24px;
  margin-top: 28px;
}

.form-area-cc p {
  color: #797979;
      font-size: 15px;
      font-weight: 500;
      padding-top: 6px;
      display: block;
}

.form-area-cc input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #fff;
  font-size: 14px;
  padding: 5px 12px;
  outline: 0;
}

.form-area-cc select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #fff;
  font-size: 14px;
  padding: 5px 12px;
  outline: 0;
}

.form-area-cc textarea {
  width: 100%;
  min-height: 72px;
  margin-top: 15px;
  border:1px solid #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 12px;
  outline: 0;
}

footer .blog-texts li a:hover {
    transition: all 500ms;
    color: #34b200 !important;
}

.form-area-cc button {
  padding: 9px 15px;
  border: 0px;
  background-color: #836a7d;
  outline: 0px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 30px;
  width: 100%;
}

.form-area-cc .form-ct {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.form-area-cc .col-md-6, .form-area-cc .col-md-12 {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-top: 15px;
}

.form-area-cc .col-md-12 {
  margin-top: 0px;
}

.paralax-sinapolist {
  width: 100%;
  min-height: 400px;
  background-image: url("../img/sinapolist-farki.html");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0px;
}

.paralax-sinapolist .item {
  padding: 0px 15px;
}

.paralax-sinapolist .box {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 15px;
}

.paralax-sinapolist .page-baslik h2 {
  margin-bottom: 25px;
  margin-top: 15px;
}

.paralax-sinapolist .box i {
  margin-top: 25px;
  margin-bottom: 14px;
  font-size: 34px;
  color: #02acc5;
}

.paralax-sinapolist .box h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}

.paralax-sinapolist .box p {
  font-size: 14px;
}

.vip-area {
  padding-top: 35px;
  margin-top: 22px;
}

.vip-carousel {
  padding: 0px;
  margin-top: 25px;
}


.vip-carousel .box {
  width: 100%;
  padding: 0px 7px;
}

.vip-carousel .box h1 {
  width: 80%;
  background-color: white;
  margin-left: 10%;
  margin-bottom: 25px;
  margin-top: -29px;
  display: flow-root;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #545454;
  padding: 8px 0px;
  z-index: 999;
  position: relative;
}

.vip-area .m-hood h6::before {
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  float: left;
  background-color: #000;
  margin-right: 10px;
  margin-top: 13px;
}

.vip-area a {
  text-decoration: none;
}


.vip-area .m-hood h6 {
  font-size: 18px;
}

.vip-area .m-hood h2 {
  margin-top: 15px;
  font-size: 42px;
  font-weight: bold;
}

.vip-area .con-ae {
  padding-top: 42px;
}

.vip-area .con-ae p {
  font-weight: 400;
  font-size: 15px;
}

.get-information-not .page-baslik h2 {
  color: #fff;
}

.get-information-not {
  padding-top: 55px;
  padding-bottom: 75px;
  margin-bottom: -55px;
}

.blogs-area .item {
  padding: 0px 10px;
}

.blogs-area .item a {
  text-decoration: none;
}

.blogs-area .item .box {
  background-color: white;
  box-shadow: 0px 0px 5px #ccc;
  display: inline-block;
  width: 100%;
}

.blogs-area .item .box {
  background-color: white;
  box-shadow: 0px 0px 8px #44444442;
  display: inline-block;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border: 1px solid #cccccc69;
  min-height: 400px;
}

.blogs-area .item .box h3 {
  padding: 0px 10px;
  margin-top: 15px;
  font-size: 19px;
  color: #000;
}

.blogs-area .item .box p {
  padding: 0px 10px;
  font-size: 13px;
  color: #565656;
  font-weight: 500;
  margin-bottom: 5px;
}

.blogs-area .item .box span {
  padding: 0px 15px;
  font-size: 13.5px;
  font-weight: 300;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.is-ortaklarimiz {
  padding: 55px 0px;
}

.is-ortaklarimiz h2{
  margin-bottom: 25px;
}

.is-ortaklarimiz .item {
  padding: 0px 7.5px;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.owl-carousel-is-ortak {
  padding: 0px 10px;
}

.page-hoos-c {
  background-color: transparent;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-top: 121px;
  padding-bottom: 0px;
}




.fqa-area-ss {
  padding-bottom: 45px;
}

.fqa-area-ss {
  margin-top: -15px;
}

.fqa-area-ss .fqa-area .btn {
  background-color: #e9eef0;
  outline: 0;
  width: 100%;
  text-align: left;
  border-left: 5px solid #3aacfb;
  border-radius: 0px;
  padding: 10px 11px;
  margin-top: 15px;
}
.fqa-area-ss .fqa-area .btn.focus, .fqa-area-ss .fqa-area .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.gallery-area {
  padding: 25px 0px;
}

.gallery-area .cerceve {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

.gallery-area img {
  width: 100%;
}

.oner-form-area {
  padding-top: 5px;
  text-align: center;
  margin-bottom: 0px;
  background-image: url(../img/banner_bg.jpg);
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px
}

.oner-form-area .ozel-i {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 37px #4bae32;
  margin-top: 10px;
}

@media(max-width:768px){
  .oner-form-area .ozel-i {
    width: 80%;
        border-radius: 5px;
        border: 8px solid #ffffffd6;
        margin-top: 10px;
        transform: rotate(356deg);
        display: table;
        margin: 0 auto;
        margin-bottom: 25px;
  }

  .form-area-cc .col-md-6, .form-area-cc .col-md-12 {
     margin-top: 0px;
  }

  .form-area-cc .col-md-12 input {
     margin-top: 0px !important;
  }

  .form-area-cc .col-md-12 textarea {
     margin-top: 15px !important;
  }

}

.oner-form-area .form-area-cc p {
    color: #e4e4e4;
    font-size: 15px;
    font-weight: 500;
    padding-top: 6px;
    display: block;
}

.ozel-item-sayfa-hiz .box {
  margin-bottom: 30px;
}

.ozel-item-sayfa-hiz{
  background-color: #f3f3f3;
  margin-top: -30px;
  padding-top: 45px;
  padding-bottom: 23px;
}


.doktorlar-page .doctor {
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 15px #77777757;
  border-radius: 6px;
}


.doktorlar-page .doctor a{
  text-decoration: none !important;
}

.doktorlar-page .doctor img {
  width: 100%;
  margin-bottom: 68px;
}

.doktorlar-page .doctor a.btn {
  width: 100%;
  position: relative;
  background-color: #fff;
  color: #777777;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  padding: 10px 0px;
  text-decoration: none;
  font-weight: 600;
}

.doktorlar-page .doctor .absolute {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  left: 0px;
  background-color: #fff;
  padding-top: 13px;
}

.doktorlar-page .doctor h3 {
  width: 100%;
  color: #4e4e4e;
  font-size: 18px;
  margin-bottom: 10px;
  text-shadow: 0px 0px 10px white;
}

.doktorlar-page .doctor h5 {
  background-color: #e0a133;
  display: table;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 0;
  padding: 8px 16px;
  border-radius: 0;
  color: #fff;
  width: 100%;
  margin-bottom: -4px;
}

.ozel-diger-blog {
  margin-top: 0px;
}

.ozel-diger-blog-iki {
  padding-bottom: 45px;
}

.can-ozela {
  float: left;
}

.wrap-scroll-slider1 .scroll-slider1 {
  color: #fff;
  background-color: #04abc5;
  display: block;
  margin-top: -11px;
  position: relative;
  padding: 9px 8px;
  text-align: center;
  font-size: 19px;
  text-decoration: none;
}

@media(min-width:768px){
  .can-ozela {
    padding-left: 0px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
}

.corporate-area {
  display: inline-block;
  width: 100%;
}

.can-ozela img  {
  width: 100%;
  box-shadow: 0px 0px 16px #ccc;
}


@media(min-width:768px){
  .image-right {
    padding-right: 0px;
    padding-top: 0;
    float: right;
  }
  .image-left {
    padding-left: 0px;
    padding-top: 0px;
    float: left;
  }
  .wrap-scroll-slider1 {
    display: none !important;
  }
}

footer a:hover {
  text-decoration: none;
}


@media(min-width:768px){
  .navbar-toggler {
    display: none;
  }
  footer .multi-collapse {
    display: block !important;
  }

  footer .collapsed {
    pointer-events: none !important;
  }
  header .m-logo {
    display: none !important;
  }
}

@media(max-width:768px){
  header .social-area li a {
    padding: 2px 5px !important;
}

  footer h2::after {
    content: "\f103";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    width: 15px;
    height: 15px;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  footer .col-md-3, footer .col-md-4, footer .col-md-5, footer .col-md-2 {
    padding-top: 6px !important;
    padding-bottom: 9px !important;
  }
  footer  h2 {
    position: relative;
  }
  .vip-area .m-hood h2 {
    font-size: 31px;
    margin-bottom: -20px;
  }
  .vip-carousel {
    padding-left: 0;
    margin-top: 0;
  }
  .vip-carousel .box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-area-cc input {
    margin-bottom: 15px;
  }
  .form-area-cc h3 {
    margin-top: 40px;
  }
  header {
    padding-top: 0px;
    display: inline-block;
    width: 100%;
    height: 140px;
    margin-bottom: 0 !important;
    position: relative;
    padding-top: 55px;
  }
  header .contact-hde {
    float: right;
    margin-top: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #013466;
    left: 0px;
    padding: 9px;
  }
  header .contact-hde h3 {
    font-size: 17px;
    font-weight: 500;
    float: left;
    margin-top: 12px;
  }
  header .contact-hde h3::before {
    display: block;
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    color: #fff;
    font-size: 18px;
    margin-top: 2px;
    margin-right: 9px;
  }
  header .contact-hde h3 b {
    display: none;
  }
  header .contact-hde h3 a {
    text-decoration: none;
    color: #ffffff;
  }
  header .contact-hde .dropdown a {
    color: #f5f5f5;
    border: 2px solid #ffffff;
    padding: 4.5px 12px;
  }
  header .contact-hde .dropdown {
    float: right;
    margin-left: 25px;
    margin-top: 2px;
    margin-bottom: 1px;
  }
  header .mobilmenuicon {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 50px;
    font-size: 25px;
    color: #02acc4;
    text-align: center;
    top: 78px !important;
    border: 2px solid #02acc5;
    border-radius: 5px;
  }
  .social-area li {
    float: left !important;
    width: auto !important;
    padding: 0px !important;
  }
  header .d-logo {
    display: none !important;
  }
  header .logo img {
      width: 190px;
      margin-top: 14px;
      margin-left: 15px;
  }
  header .navbar-right {
    display: none;
    width: 100%;
    height: auto;
    margin: 15px 0;
    background: #023465;
    border-radius: 4px;
    position: relative;
    z-index: 1;
  }
  .form-area-cc textarea {
    width: 100%;
    min-height: 72px;
    margin-top: 1px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 12px;
    outline: 0;
  }

  .sssnavtabs .nav-link {
    color: #000;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-radius: 5px !important;
  }

  .sssnavtabs {
    margin-bottom: 25px;
  }

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #04adc5;
    border-color: #dee2e6 #dee2e6 #fff;
}

.sssnavtabs .nav-link {
  color: #000;
}

.mobiltelefonicon {
  margin-right: 22px;
  border-radius: 500px;
  width: 38px;
  height: 38px;
  font-size: 19px !important;
  padding: 9px 5px !important;
  text-align: center;
  color: #fff !important;
  background-color: #08aac5;
  border-color: #04abc4 !important;
  display: none;
  position: absolute;
  right: 68px;
  top: 25px;
}


.desktop-whatsapp {
  text-decoration: none;
  width: 170px;
  position: fixed;
  bottom: 40px;
  left: 30px;
  z-index: 999;
}

.desktop-whatsapp img {
  width: 100%;
}

#backtotop {
  display: inline-block;
  background: #3e8f29;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 39px;
  color: #fff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #4bae32;
}
#backtotop:active {
  background-color: #4bae32;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}

@media(min-width:768px){
  .mobiltelefonicon {
    display: none !important;
  }
  .mobil-search {
    display: none !important;
  }
}

@media(max-width:768px){
  body {
    padding-top: 0;
  }
  .desktop-whatsapp {
    display: none !important;
  }
  #backtotop {
    bottom: 80px;
  }
  .paralax-sinapolist {
    background-image: url(../img/sinapolist-farki-mobil.html);
  }
  .desktop-search {
    display: none !important;
  }
  header .contact-hde h3 a i{
    display: none;
  }

  .our-services .box {
    margin-bottom: 25px;
  }
}

header.miniheader {
  height: 89px;
  padding-top: 0;
  background-color: #fff;
}

header.miniheader .mobilmenuicon {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 50px;
    font-size: 25px;
    color: #02acc4;
    text-align: center;
    top: 23px !important;
    border: 2px solid #02acc5;
    border-radius: 5px;
}

header .search {
  float: left;
  display: block;
  margin-right: 10px;
  margin-top: -6px;
  position: relative;
  width: 300px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}

header .search input {
  width: 210px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding: 8px 0px;
  outline: 0 !important;
  font-size: 13.5px;
  height: 34px;
}

header .search button {
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 0px;
  outline: 0 !important;
  color: #615f5f;
  border-radius: 5px;
  height: 33px;
  width: 63px;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #8b8b8b;
  padding-top: 0px;
}

.mobil-search .search {
  width: 100% !important;
  padding: 10px 15px;
  margin-top: 0px;
  border-right: 0px !important;
  margin-right: 0px;
  border-top: 1px solid dimgrey;
  margin-top: -1px;
}

.mobil-search .search input {
  width: 100% !important;
  padding: 15px 15px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #03afc4;
  outline: 0;
}

.mobil-search .search button {
  width: 73px;
  background-color: #03afc4;
  border: 0px;
  color: #fff;
  top: 10px;
  right: 14px;
  height: 40px;
}

.is-ortaklarimiz {
  display: none !important;
}

.blogs-area {
  margin-bottom: 25px;
}

header {
    float: left;
    width: 100%;
    height: 90px;
    padding: 20px 0;
    z-index: 999999
}

header * {
    text-decoration: none !important;
}

header a.logo, header a.tel {
    float: left;
    width: 190px;
    height: 108px;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: -55px;
    z-index: 9;
    position: relative;
    margin-bottom: -5px;
}

header a.tel {
    display: none
}

/* Masaüstü ve genel ayarlar */
header .logo {
    /*background-size: contain !important;*/
    /*background-repeat: no-repeat !important;*/
    /*background-position: left center !important;*/
}

header .logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobil için: ekran genişliği 768px veya altı */
@media (max-width: 768px) {
    header .logo {
        width: 100px; /* mobilde daha küçük yap */
    }
}


.ozel-page header .logo {
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

header .en-logo {
    background-image: url(../img/logo-en.html) !important;
}

header.absolute .en-logo {
    background-image: url(../img/logo-en.html) !important;
}

header .navbar-right {
    display: block;
    height: 50px
}

header .navbar-right ul {
    margin: 0;
    list-style-type: none
}

header .navbar-right li {
    position: relative;
    float: left;
    margin: 15px 6.5px
}

header .navbar-right li a {
  position: relative;
      color: #5a5e66;
      font-weight: 500;
      font-size: 14px;
      padding: 10px 7.5px;
}

header .navbar-right ul li a:hover, header.absolute .navbar-right ul li a:hover {
    color: #019eff
}

header .navbar-right li.dropdown .dropdownicon {
    display: none
}

header .navbar-right li.dropdown:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: calc(50% - 3px);
  height: 3px;
  width: 6px;
  top: 18px;
  z-index: -1;
  color: #333;
  background: 0 0 !important;
  font-size: 16px;
}

header .navbar-right li.dropdown:hover:after  {
    top: 25px;
}

@media screen and (min-width: 767px) {
    header .navbar-right, header .navbar-right li.dropdown:hover ul.dropdownmenu {
        display: block
    }
}

header .navbar-right ul.dropdownmenu {
    display: none;
    position: absolute;
    margin-left: calc(50% - 93px);
    margin-top: 0;
    background: #3e8f29;
    min-width: 192px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    z-index: 1
}

header .navbar-right li.dropdown:after, header .navbar-right ul.dropdownmenu:before {
  display: none;
}

header .navbar-right ul li a:hover, header.absolute .navbar-right ul li a:hover {
    color: #fff !important;
    background-color: transparent !important;
}

header .navbar-right ul.dropdownmenu:before {
    bottom: 100%;
    left: calc(50% - 6px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #019eff;
    border-width: 6px;
    margin-left: -1px
}

header .navbar-right .dropdownmenu li{
  width: 100%;
  margin: 0px !important;
  display: inline-block;
  padding: 0px 10px;
}

header .navbar-right .dropdownmenu li a {
    float: left;
    width: 100%;
    margin: 0;
    color: #fff;
    border-bottom: transparent !important;
}


header .navbar-right .dropdownmenu li a:hover {
    color: #fff !important;
}

header .navbar-right .dropdownmenu li:last-child a{
    border: none
}


header .navbar-right .dropdownmenu li a {
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    white-space: nowrap;
    -webkit-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    transition: all ease-in .1s;
    background-color: transparent
}

header .navbar-right .dropdownmenu li a:hover {
    opacity: .7
}

header a.teklif-talep {
    border: 2px solid #1b1e22;
    border-radius: 4px
}

header a.teklif-talep:hover {
    background: #019eff;
    border-color: #019eff !important;
    color: #fff !important
}

header .mobilmenuicon {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 50px;
    font-size: 25px;
    color: #019eff;
    text-align: center
}

header.absolute {
  position: absolute;
      top: 0;
      z-index: 99999;
      margin-bottom: 0;
      background-color: #fff;
      height: auto;
}

.homepage header.absolute {
    position: absolute;
    top: 0;
    z-index: 9999
}


.ozel-page header.absolute .navbar-right ul li a {
    color: #fff !important;
    font-weight: 600;
}

header.absolute .navbar-right ul li a {
  color: #1e424e !important;
  font-weight: 600;
}

header.absolute .navbar-right ul li a:hover {
  color: #1e424e !important;
  font-weight: 600;
}

header.absolute a.teklif-talep {
    border-color: #5a5e66
}


header.absolute .mobilmenuicon {
    margin-top: -14px;
      color: #4389a2;
      right: 27px;
      border-color: #4389a2 !important;
}

.ozel-page header.absolute .mobilmenuicon {
      color: #fff;
      border-color: #fff !important;
}

header.sticky {
    display: none;
    position: fixed;
    background: #fff;
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, .1)
}

@media screen and (max-width: 1080px) {
    header a.logo {
        width: 100%;
        background-position: center
    }

    header .navbar-right {
        float: left;
        width: 100%
    }
}


/* */

@media (min-width: 768px){
.navbar-right {
    float: right !important;
    margin-right: -15px;
    display: block !important;
    margin-top: -9px;
  }
}
@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }

    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }


    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }


    header {
        height: 70px;
    }

    header a.logo {
      width: 201px;
      background-position: left center;
      margin-top: 12px;
    }

    header .navbar-right {
        display: none;
        width: 100%;
        height: auto;
        margin: 15px 0;
        background: #3e8f29;
        border-radius: 4px;
        position: relative;
        z-index: 1
    }

    header .navbar-right ul, header .navbar-right ul li {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0
    }

    header .navbar-right ul li:not(:last-child) {
        border-bottom: 1px solid #b7b7b7
    }

    header .navbar-right ul li a {
        width: 93%;
        margin: 5px auto;
        padding: 10px 0;
        color: #fff !important;
        border: none;
        border-radius: 0;
        position: relative;
        display: block
    }

    header .navbar-right ul.dropdownmenu {
        display: none;
        float: left;
        width: 100%;
        position: unset;
        background: #444;
        border: none;
        border-radius: unset;
        margin: 0;
        padding: 0
    }

    header .navbar-right li.dropdown.open ul.dropdownmenu {
        display: block
    }

    header .navbar-right li.dropdown:after, header .navbar-right ul.dropdownmenu:before {
        display: none
    }

    header .navbar-right ul.dropdownmenu li {
        border-bottom: 1px solid #333
    }

    header .navbar-right ul.dropdownmenu li a {
        color: #fff !important;
        font-weight: 700;
        margin: 5px 0;
        padding: 10px;
        width: 100%
    }

    header .navbar-right li.dropdown a {
        width: calc(100% - 60px);
        float: left;
        padding-left: 12px
    }

    header .navbar-right li.dropdown .dropdownicon {
        display: block;
        float: left;
        width: 60px;
        font-size: 26px;
        color: #fff;
        text-align: center;
        padding: 6px;
        border-left: 1px solid #b7b7b7
    }

    header .mobilmenuicon {
        display: block;
        top: 15px
    }
}


header {
  padding-top: 0px;
}

.top-area-df {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 2px;
  padding-top: 7px;
  padding-bottom: 6px;
  background: #3e8f29;
}

.top-area-df .phone {
    color: #f5f5f5;
    float: left;
    opacity: 1;
    font-size: 15px;
    margin-right: 8px;
}

.language-area {
  padding: 0px;
  margin: 0px;
  float: right;
}

.language-area li {
  padding: 0px;
  margin: 0px;
  float: left;
  list-style: none;
  margin-left: 7px;
  margin-top: -3px;
}

.language-area li a img {
  height: 18px;
}

@media(max-width:768px){
  header.absolute {
    margin-bottom: 38px;
  }



  .homepage header.absolute {
    margin-bottom: 2px;
  }
}

.language-area a {
    margin-left: 4px;
    background-color: #fff;
    color: #be7b03;
    font-weight: 600;
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 5px;
    margin-top: -1px !important;
    display: block;
}

.buttons-area {
  margin-top: 35px;
}

.three-box {
    margin-top: -6px;
}

.buttons-area a{
  background-color: #464646;
  display: block;
  width: 100%;
  padding: 14px 15px;
  border-radius: 5px;
  text-align: center;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}


.buttons-area a.ogretmen {
  background: rgb(243,182,76);
      background: linear-gradient(
  90deg
  , rgba(243,182,76,1) 0%, rgba(190,123,5,1) 50%);
}

.ornek-ders-video img {
  border-radius: 10px;
}

.egitim-paketleri {
  background-color: #f3f3f3;
}

.egitim-paketleri a {
  text-decoration: none;
}

.package-box {
  width: 100%;
      border: 1px solid #cccccc54;
      background-color: #fff;
      box-shadow: 0px 2px 14px #cccccc85;
      text-align: center;
}


.package-box h1 {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #cccccc7a;
  font-size: 21px;
  padding: 13px 0px;
  font-weight: 600;
  background: rgb(243,182,76);
  background: linear-gradient(
90deg
, rgba(243,182,76,1) 0%, rgb(216 147 25) 50%);
}


.package-box .sure {
  color: #3c3c3c;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 7px;
  display: block;
  margin-top: 10px;
}

.package-box p {
  color: #676767;
  font-weight: 500;
}

.package-box .fiyat {
  color: #424242;
  text-align: center;
  border-top: 1px solid #cccccc7a;
  font-size: 21px;
  padding: 13px 0px;
  font-weight: 600;
  display: block;
  width: 100%;
}


.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    z-index: 9999999;
}

.form-area-hh .image-area {
  position: relative;
  width: 100%;
}

.form-area-hh .image-area h5 {
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  top: 38%;
  font-size: 37px;
  font-style: italic;
  font-weight: 600;
  color: #398426;
}

.form-area-hh img {
  width: 100%;
}

#popup {
    z-index: 99999;
}

#popup .modal-content {
    position: relative;
}

#popup .close {
    position: absolute;
    right: 9px;
    top: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    color: #3e8f29;
    outline: 0;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 800px;
        margin: 8.75rem auto;
    }
}

#popup img {
    width: 100%;
}

.form-area-hh {
  background-color: #f6f6f6;
  margin-bottom: -10px;
}

.form-area-hh .form-area-home {
  display: inline-block;
  width: 100%;
  padding: 45px 15px;
}

.form-area-hh .form-area-home h3 {
  color: #4d9439;
  margin: 0px;
  font-size: 19px;
  margin-bottom: 15px;
}

.form-area-hh .form-area-home input {
  width: 100%;
  border: 1px solid #cccccc8c;
  margin-bottom: 15px;
  padding: 12px 9px;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0px 0px 9px #cccccc9e;
}

.form-area-hh .form-area-home textarea {
  width: 100%;
  border: 1px solid #cccccc8c;
  margin-bottom: 15px;
  padding: 9px 9px;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0px 0px 9px #cccccc9e;
  min-height: 95px;
}

.form-area-hh .form-area-home button {
  width: 100%;
  border: 0px;;
  margin-bottom: 15px;
  padding: 13px 9px;
  font-size: 14px;
  border-radius: 5px;
  background-color: #3e8f29;
  color: #fff;
  font-weight: bold;
  outline: 0;
}

.hood-twr {
  position: relative;
}

.hood-twr h2 {
  position: relative;
  background-color: #346873;
  width: 100%;
  padding: 9px 19px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  border-radius: 28px 0px 0px 28px;
  height: 45px;
  z-index: 99;
}

.hood-twr .left {
  background-color: #836a7d;
  width: 50%;
  height: 45px;
  left: 0px;
  top: 0px;
  position: absolute;
}

.hood-twr .right {
  background-color: #346873;
  width: 50%;
  height: 45px;
  right: 0px;
  top: 0px;
  position: absolute;
}

.hood-two-renk h2 {
  background-color: #836a7d !important;
  z-index: 99;
}

.hood-two-renk .left {
  background-color: #346873 !important
}

.hood-two-renk .right {
  background-color: #836a7d !important;
}





.hood-three-renk h2 {
  background-color: #4bae32 !important;
  z-index: 99;
}

.hood-three-renk .left {
  background-color: #3e8f29 !important
}

.hood-three-renk .right {
  background-color: #4bae32 !important;
}

.etkinlikler-area .owl-carousel-services {
  padding: 30px 0px;
}

.etkinlikler-area .item {
  padding: 0px 15px;
}

.etkinlikler-area .box {
  position: relative;
}

.etkinlikler-area .box img {
  z-index: 2;
}

.etkinlikler-area .box h3{
  position: absolute;
  z-index: 9;
  bottom: 21px;
  left: 0px;
  width: 100%;
  padding: 0px 12px;
  font-size: 15px;
  color: #fff;
  text-shadow: 0px 0px 8px #1b3e46;
}

.etkinlikler-area .box span.baslik {
  position: absolute;
  z-index: 9;
  bottom: 5.5px;
  left: 0px;
  width: 100%;
  padding: 0px 12px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  text-shadow: 0px 0px 8px #1b3e46;
}

.etkinlikler-area .box span.back {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgb(52,104,115);
  background: linear-gradient(0deg, rgba(45,45,45,1) 0%, rgba(52,104,115,0) 80%);
  height: 180px;
}


.haberler-pad {
  padding: 35px 0px;
}

.haberler-area .item {
  padding: 9.5px 0px;
  display: inline-block;
}

.haberler-area .box {
  position: relative;
}

.haberler-area .box img {
  z-index: 2;
  width: 100%;
}

.haberler-area .box h3{
  position: absolute;
  z-index: 9;
  bottom: 21px;
  left: 0px;
  width: 100%;
  padding: 0px 12px;
  font-size: 15px;
  color: #fff;
  text-shadow: 0px 0px 8px #1b3e46;
}

.haberler-area .box span.baslik {
  position: absolute;
  z-index: 9;
  bottom: 5.5px;
  left: 0px;
  width: 100%;
  padding: 0px 12px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  text-shadow: 0px 0px 8px #1b3e46;
}

.haberler-area .box span.back {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgb(52,104,115);
  background: linear-gradient(0deg, rgba(45,45,45,1) 0%, rgba(52,104,115,0) 80%);
  height: 180px;
}

.page-hoos-c  {
  position: relative;
}

.page-hoos-c .back {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgb(52,104,115);
  background: linear-gradient(0deg, rgb(255 255 255) 0%, rgba(52,104,115,0) 50%);
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 11px;
}

.slider {
  position: relative;
  margin-top: 110px;
}

.slider .wrap-scroll-slide {
  position: absolute;
      border-bottom: 25px;
      z-index: 99;
      left: 50%;
      width: 30px;
      margin-left: -15px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      bottom: 40px;
      font-size: 30px;
}

.blog-area .blog span.back {
  width: 100%;
  position: absolute;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 20%, rgb(36 84 101) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 20%, rgb(36 84 101) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgb(36 84 101) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#01aebc",GradientType=1);
  bottom: 38px;
  left: 0px;
  z-index: 2;
  border-radius: 0;
  height: 185px;
}


.blog-area .blog h2 {
  z-index: 99;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-area .blog p{
  z-index: 99;
  color: #fff;
}

.genel-blog-etkinlik img {
  width: 100%;
}

.genel-blog-etkinlik {
  padding: 35px 0px;
  padding-bottom: 20px;
}

.genel-blog-etkinlik .item {
  margin-bottom: 30px;
}

.ozel-page header.absolute .navbar-right ul li a:hover {
    color: #fff !important;
    font-weight: 600;
    opacity: 0.7;
}

header .navbar-right ul .dropdownmenu li a:hover {
    color: #fff !important;
}

header .navbar-right ul .dropdownmenu li a {
    color: #fff !important;
}

.form-area-cc button {
    padding: 9px 15px;
    border: 0px;
    background-color: #3e8f29;
    outline: 0px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    margin-top: 8px;
    margin-bottom: 30px;
    width: 128px;
    float: left;
}

@media(max-width:768px){
  header.absolute .navbar-right ul li a {
    color: #ffffff !important;
    font-weight: 600;
  }
  .slider .wrap-scroll-slide {
    bottom: 8px;
  }
  .form-area-hh .image-area h5 {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center;
    top: 32%;
    font-size: 23px;
    font-style: italic;
    font-weight: 600;
    color: #346873;
  }

  .three-box .box {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    max-height: 125px;
    border-radius: 23px;
    }
}


header .social-area {
float: right;
    margin: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
}

header .social-area  li {
    margin: 0;
    float: left;
    list-style: none;
}

header .navbar-right li a {
  font-weight: 600;
  color: #fff;
  padding: 15px 0px;
  display: block;
  font-size: 10.3px;
}

header .social-area li a {
  float: right;
  padding: 2px 10px;
  font-size: 14.5px;
  opacity: 0.7;
  color: #fff;
}

.dropnull .dropnull .dropdownicon {
    display: none !important;
}

header .social-area li a.phone:hover {
    color: #f5f5f5;
    padding: 2px 10px;
    float: right;
    opacity: 0.9;
    font-size: 15px;
    margin-right: 8px;
}

.form-area-cc .form-ct label {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
}

.form-area-cc .form-ct .textareadf {
    margin-top: 15px;
}

.form-area-cc .form-ct .textareadf  label{
    margin-bottom: -5px;
}

.form-area-cc .form-ct h5 {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 1px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
    color: #484848;
    margin-top: 25px;
}

.form-area-cc .form-ct .is-btn {
    margin-top: 18px;
    width: auto;
    background:#42B922;


}
.form-area-cc .form-ct .is-btn .hover{
    background:#d4d0c8;

}

.kayit-area .img-kayit {
    padding-top: 35px;
    padding-bottom: 35px;
}

.kayit-area .box a {
    text-decoration: none;
}

.kayit-area .box img {
    width: 100%;
}

.kayit-area .box h2 {
    width: 100%;
    color: #fff;
    background-color: #3e8f29;
    font-size: 20px;
    padding: 8px 0px;
    text-align: center;
    margin: 0px;
}

.kayit-area .box h5 {
    width: 100%;
    color: #545454;
    background-color: #ececec;
    font-size: 14px;
    padding: 8px 0px;
    text-align: center;
    margin: 0px;
    font-weight: bold;
}

.egitim-list .egitim-dd {
    background-color: #fff;
    width: 100%;
    min-height: 100px;
    box-shadow: 0px 3px 7px #ccc;
    border-radius: 15px;
    margin-bottom: 10px;
    z-index: 999;
    position: relative;
}

.egitim-list .egitim-dd a {
    text-decoration: none;
}

.egitim-list .egitim-dd .box-df {
    width: 100%;
    height: 155px;
    position: relative;
    margin-top: -10px;
    margin-bottom: -3px;
}

.egitim-list .egitim-dd .box-df:hover img {
    transition: all 500ms;
    height: 130px;
    margin-top: -65px;
    margin-left: -65px;
}

.egitim-list .egitim-dd .box-df img {
    height: 118px;
    top: 50%;
    margin-top: -59px;
    float: left;
    position: absolute;
    transition: all 500ms;
    margin-left: -59px;
    left: 25%;
}

.egitim-list .egitim-dd .box-df h2 {
    font-size: 22px;
    position: absolute;
    font-weight: bold;
    color: #464646;
    margin-top: 70px;
    float: left;
    left: 159px;
}

.social-area .e-guneysu {
    opacity: 1;
}

.social-area .e-guneysu img {
    height: 22px;
    margin-top: -4px;
}

.page-hood-back-img {
  background-color: #000;
  padding: 70px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: initial;
  background-position: center center;
}

.page-hood-back-img .left {
    background-color: transparent !important;
}
.page-hood-back-img .right {
    background-color: transparent !important;
}

.page-hood-back-img h2 {
    background-color: transparent !important;
}

.footer-bottom p{
    float:left;
    margin-top:7px;
    font-size: 14px;
    margin-bottom: 0px;
}
.footer-bottom img{
   float: left;
    width: 77px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 8px;

}

.footer-bottom{
    display: inline-block;
    width: 100%;
}

@media(max-width:768px){
  .top-area-df .phone {
    display: none;
  }
  header a.logo {
    width: 201px;
    background-position: left center;
    margin-top: -43px;
  }
  .egitim-list {
    margin-top: 25px;
  }
  .form-area-hh .image-area h5 {
    color: #3e8f29;
  }
  header.absolute .mobilmenuicon {
    margin-top: -14px;
    color: #3e8f29;
    right: 27px;
    border-color: #3e8f29 !important;
  }
  header.absolute .navbar-right ul li a:hover {
    color: #d2d2d2 !important;
  }
  .footer-bottom p{
      float:none;
      width: 100%;
      text-align: center;
      margin-top:7px;
      font-size: 14px;
      margin-bottom: 0px;
  }
  .footer-bottom img{
      float:none;
      width:80px;
      margin: 0 auto;
      display: table;
      margin-top:15px;
      margin-bottom:5px;
  }

  .footer-bottom{
      display: inline-block;
      width: 100%;
  }

  .three-box .box figure span h3 {
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #fff;
    font-weight: 400;
  }
  .three-box .box figure small {
    width: 100%;
    display: block;
    font-size: 13px;
    color: #fff;
    margin-top: -7px;
}
.three-box .box figure {
    position: absolute;
    width: 100%;
    padding: 7px 16px;
    padding-top: 12px;
    left: 0px;
    top: 0px;
}

}

.form-area-cc input[type='checkbox'] {
  float: left;
    width: 20px;
    height: 24px;
    margin-right: 8px;
}

.form-area-cc {
  margin-top: 25px;
}

.form-area-cc .ozel-df-label {
  color: #fff;
  margin-top: 18px;
  margin-bottom: -10px;
}


.footer-bottom .logolar{
    display: block;
    float: right;
}

footer .logolar .moonwork{
    margin-top: 4px;
}
footer .logolar .ganita img{
        margin-top: 2px;
    width: 71px;
}
footer .edit{
    margin-top: 7px;
    margin-left: 10px;
}

@media(max-width:768px){
    .footer-bottom .logolar {
        display: table;
        float: none;
        margin: 0 auto;
    }
}

/*

/*14.09.2023 #rev - QR Area*/
footer .qrArea{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .qrArea img{
    width: 100%;
    height: 90px;
    object-fit: contain;
}

footer .qrArea .ilkokul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

footer .qrArea .ortaokul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
/*14.09.2023 #rev - QR Area*/
