








header ul {
    padding: 0px;
    margin: 0px;
  }
  header ul li {
    display: inline-block;
    margin: 0px 10px;
  }
  
  header ul li:hover {
    cursor: pointer;
    color: #3fc6e3;
  }
  
  header {
    position: fixed;
    /* top: 0; */
    z-index: 100;
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  
  .headerAktif {
    -webkit-box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.04);
    background-color: #002244;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  
  #mobilMenu {
    z-index: 200;
    position: fixed;
    top: 0;
    background-color: #fbf8f6;
    left: -100%;
    height: 100vh;
    width: 292px;
    overflow-x: scroll;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.04);
box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.04);
  }
  
  .mobilMenuAktif {
    left: 0 !important;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  
  #mobilMenu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    color: white;
  }
  
  #mobilMenu ul li {
    padding: 10px 0px;
  }
  
  #mobilMenu ul li:hover {
    cursor: pointer;
  }
  
  #dytGriAlan {
    width: 100%;
    height: 100vh;
    z-index: 98;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  #mobilMenu .mobilMenuUl a {
    color: #403327;
  }
  

  
  .ozellikSection {
    /* border-bottom: 1px solid #f0f0f0; */
    /* padding-top: 60px; */
    padding-bottom: 70px;
  }
  
  .ozellikSection:last-child {
    /* border-bottom: 1px solid #f0f0f0; */
    /* padding-top: 60px; */
    padding-bottom: 10px !important;
  }
  
  /* .ozellikSection:first-child {
    padding-top: 0px;
  } */
  
  .ozellikSection:last-child {
    border-bottom: none;
  }
  
  .ozellikSection p {
    margin-bottom: 20px;
  }
  



  
  .maxW750 {
    max-width: 750px;
  }
  
  .hamburger {
    display: none;
  }
  
  .maxW500 {
    max-width: 500px;
  }
  
  .ucretsizMetni {
    border-radius: 4px;
    padding: 3px 10px;
    display: inline-block;
    color: white;
    background: rgb(22, 76, 130);
    background: linear-gradient(
      34deg,
      rgba(22, 76, 130, 1) 15%,
      rgba(0, 212, 255, 1) 100%
    );
  }
  
  .backgroundGrey {
    background-color: #f2f4f4;
  }
  
  .fiyat {
    font-size: 46px;
    font-weight: 700;
  }
  
  .fiyatKutusu {
    padding: 25px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 14px -4px rgba(217, 217, 217, 0.7);
    -moz-box-shadow: 0px 1px 14px -4px rgba(217, 217, 217, 0.7);
    box-shadow: 0px 1px 14px -4px rgba(217, 217, 217, 0.7);
    border: 1px solid #fafafa;
  }
  
  .danisanSayisiBox {
    background-color: grey;
    width: 40px;
    height: 40px;
    border-radius: 60px;
  
    display: inline-block;
  }
  
  .noUi-connect {
    background: #3fc6e3 !important;
  }
  
  .fiyatKutusuOnerilen {
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    border: none;
  }
  
  #ucretlendirmeBox {
    -webkit-box-shadow: 0px 12px 22px -4px rgba(199, 213, 224, 0.81);
    -moz-box-shadow: 0px 12px 22px -4px rgba(199, 213, 224, 0.81);
    box-shadow: 0px 12px 22px -4px rgba(199, 213, 224, 0.81);
    padding: 25px 30px 25px 30px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #fc9058;
  }
  
  #girisFormBox {
    background-color: white;
  }
  .girisFormBoxPadding {
    padding: 35px 20px;
  }
  
  .colorGreen {
    color: #41cd8c;
  }
  
 
  
  .fa-ul > li {
    margin-bottom: 2px;
  }
  
  #girisBody {
    background-color: #f6fcfd;
  }
  
  .girisTasiyiciContainer {
    padding-top: 70px;
    padding-bottom: 50px;
    max-width: 900px;
  }
  
  .anaMenuDropDownLinkAciklama{
    word-wrap: break-word;
    white-space: pre-line;
    font-weight: 400 !important;
    font-size: 14px;
    color: #747474 !important;
  }
  
  .anaMenuDropDownLinkBaslik{
    font-weight: 600 !important;
    font-size: 14px;
    color: #303030 !important;
  }
  
  .fw400{
    font-weight: 400 !important;
  }
  
  .nav-link{
    padding: 0.7rem 1rem;
  }
  
  
  .stickTabs {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 80px;
    z-index: 97;
    background-color: white !important;
  }
  
  .ozel-nav-item a {
    color: #3fc6e3 !important;
    font-size: 16px;
    font-weight: 600;
  }
  
  .ozel-nav-item .active {
    color: #303030 !important;
    font-size: 16px;
    font-weight: 600;
  }
  
  .ulumsss li a{
    line-height: 26px;
  }
  
  
  .footerSutun{
    padding: 0px 15px;
    flex: 1;
  }
  
  .footerSutun:first-child{
    padding: 0px 15px 0px 0px;
  }
  
  .footerSutun:last-child{
    padding: 0px 0px 0px 15px;
  }
  
  .marginBottomP p{
    margin-bottom: 15px;
  }
  
  
  .custonCheckboxcontainer {
    display: block;
    position: relative;
    padding-left: 28px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .custonCheckboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .customCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #c7d9dd;
    border-radius: 4px;
  }
  
  /* On mouse-over, add a grey background color */
  .custonCheckboxcontainer:hover input ~ .customCheckmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .custonCheckboxcontainer input:checked ~ .customCheckmark {
    background-color: #3fc6e3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .customCheckmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custonCheckboxcontainer input:checked ~ .customCheckmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custonCheckboxcontainer .customCheckmark:after {
    left: 7px;
    top: 5px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  
  
  
  
  .radioContainer {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #c7d9dd;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .radioContainer:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .radioContainer input:checked ~ .checkmark {
    background-color: #3fc6e3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radioContainer input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radioContainer .checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
  }
  
  .sinirliGenislik {
    max-width: 650px;
  }
  
  .mainButton {
    border: 1px solid #002244; 
    background-color: #002244;
    /* background: linear-gradient(90deg, #e7b100 0%, #fc9058 100%); */
    /* box-shadow: 0 5px 20px rgba(255, 134, 0, 0.36); */
    padding: 17px 33px;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border: none;
    cursor: pointer;
  }
  
  .mainButton:hover {
    background-color: #0e3d6a;
    color: white !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .secondaryButton {
    border: 2px solid white !important;
    color: white;
    padding: 15px 31px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: none;
    cursor: pointer;
  }

  .secondaryButton:hover{
    border: 2px solid #ef5052 !important;
    background-color: #ef5052;
    color: white;
  }


  .secondaryButtonRed {
    border: 2px solid #ef5052 !important;
    color: #ef5052;
    padding: 15px 31px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: none;
    cursor: pointer;
  }

  .secondaryButtonRed:hover{
    border: 2px solid #ef5052 !important;
    background-color: #ef5052;
    color: white;
  }
 
  
  .underLineLink {
    color: inherit;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .underLineLink:hover {
    text-decoration: none !important;
    color: inherit;
  }
  
  
  
  .soruKategoriKutusu{
    text-align: center;
    padding: 15px;
    border: 1px solid #b8e3ec;
    color: #3fc6e3;
    font-weight: 600;
    min-height: 130px;
    font-size: 18px;
    vertical-align: baseline;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  }
  
  .btn-ozel-link{
    white-space: normal !important;
    text-align: left;
  }
  
  .btn-ozel-link-sss{
    border-radius: 10px;
    background-color: #f6fcfd;
    padding: 20px;
    margin-left: 50px;
    font-weight: 400 !important;
  }
  
  
  /* button[aria-expanded="true"]{
    background-color: #ddf6fb;
  }
   */
  
  
  .btn-ozel-link-sss:hover{
    background-color: #e9fafd !important;
    color: #303030 !important;
  }
  
  .card-body-sss{
    margin-right: 50px;
    background-color: #DCF8C7;
    padding: 20px;
    border-radius: 10px;
    color: #303030;
    margin-bottom: 15px;
  }
  
  
  .card-header-sss{
    padding-top: 0px !important;
  }
  
  .card-sss{
    border-bottom: none !important;
  }
  
  
  
  .soruKategoriKutusu:hover{
    background-color: #f6fcfd;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-box-shadow: 0px 12px 22px -4px rgba(199, 213, 224, 0.81);
  -moz-box-shadow: 0px 12px 22px -4px rgba(199, 213, 224, 0.81);
  box-shadow: 0px 12px 22px -4px rgba(199, 213, 224, 0.81);
  cursor: pointer;
  }
  
  
  .soruKategoriKutusu p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .sssAnaBaslik{
    margin-bottom: 10px;
  }
  
  .soruBaslikAlt{
    width: 40px;
    border-top: 3px solid #3fc6e3;
  }
  
  .animBtn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .animBtn span:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -12px;
    transition: 0.5s;
  }
  
  .animBtn:hover span {
    padding-right: 15px;
  }
  
  .animBtn:hover span:after {
    opacity: 1;
    /* right: 0; */
  }
  
  .form-control {
    font-size: 14px !important;
  }
  
  
  
  
  #loginBoxBgImage {
    background-image: url(../malzemeler/img/giris-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .populerBox {
    margin: 0;
    position: absolute;
    top: 0%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #6ac1e7;
    color:white;
    padding: 5px 11px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 14px -4px rgba(217, 217, 217, 0.7);
    -moz-box-shadow: 0px 1px 14px -4px rgba(217, 217, 217, 0.7);
    box-shadow: 0px 1px 14px -4px rgba(217, 217, 217, 0.7);
    font-weight: 600;
  }
  
  #girisBox {
    background-color: white;
    -webkit-box-shadow: 0px 12px 22px -4px rgba(199, 213, 224, 0.81);
    -moz-box-shadow: 0px 12px 22px -4px rgba(199, 213, 224, 0.81);
    box-shadow: 0px 12px 22px -4px rgba(199, 213, 224, 0.81);
  }
  
  .top {
    background-color: #97d8f2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    width: 100%;
    max-height: 340px;
    max-width: 340px;
    padding: 5px;
    margin: 5px;
    position: relative;
  }
  
  .ayrac {
    border-bottom: 1px solid #ecece5;
    height: 1px;
  }
  
  .sssLink {
    color: #303030 !important;
    text-decoration: underline !important;
  }
  
  .ozelUl ul {
    margin: 0px;
    padding-left: 12px;
  }
  
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3fc6e3;
    outline: 0;
    box-shadow: none !important;
  }
  
  .card-header {
    padding: 15px 0px;
    margin-bottom: 0;
    background-color: inherit;
    border-bottom: none;
  }
  
  .btn-link {
    color: #303030;
  }
  
  .btn-link:hover {
    color: #f05152;
    text-decoration: none !important;
  }
  
  .btn-link.focus,
  .btn-link:focus {
    text-decoration: none;
    color: #303030;
  }
  
  .card {
    border-bottom: 1px solid #f1f1f1;
    color: #303030;
    background-color: inherit;
  }
  
  .dytAnaMenuDropDown p {
    font-weight: 400;
    word-wrap: break-word;
    white-space: pre-line;
  }
  
  .btnOzelAkordion {
    white-space: normal;
    text-align: left;
  }
  
  /* .masaustuMenuUl li .aktif {
    color: #303030 !important;
    border-bottom: 2px solid #3fc6e3;
    padding-bottom: 5px !important;
  }
  
  .mobilMenuUl li .aktif{
    border-left: 4px solid #3fc6e3;
    margin-left:0px !important;
    padding-left: 10px;
  } */
  
  
  
  .homeYorumTasiyici{
    background-color: #f6fcfd;
    padding: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 12px 22px -4px rgba(199, 213, 224, 0.48);
    -moz-box-shadow: 0px 12px 22px -4px rgba(199, 213, 224, 0.48);
    box-shadow: 0px 12px 22px -4px rgba(199, 213, 224, 0.48);
    margin-bottom: 28px;
  }
  
  
  
  
  footer {
    background-color: #fbf8f6;
  }
  
  footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  footer a {
    color: #232425;
    font-size: 16px;
  }
  
  footer a:hover {
    color: #002244;
  }
  
  .footerBaslik {
    font-weight: 600;
    margin-bottom: 10px;
    color: #002244;
  }
  
  footer li::before {
    content: "\2022";
    color: #002244;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    /* margin-left: -1em; */
  }
  
  footer li {
    /* padding: 3px 0 3px 15px; */
    padding: 3px 0 3px 0px;
  }
  /* ---- */