
.faq-section {
    background: #ffffff;
    min-height: 50vh;
    margin-bottom: 40px;

}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}


.mb-15 {
    margin-bottom: 15px;
}
.appie-footer-area .etiket_dis ul {
    width: 100%;
    margin-top: 20px;
}
.appie-footer-area .etiket_dis ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.appie-footer-area .etiket_dis ul li a {
    color: #000;
    float: left;
    padding: 3px 7px;
    border: 1px solid #dbdce0;
    background: #fff;
    border-radius: 10px;
    font-size: 12px;
    transition-duration: .4s;
}
.appie-footer-area  .etiket_dis ul li a:hover {
    background: #40bfa9;
    color: #fff;
}


.instagram {
    position: fixed;
    left: 15px;
    bottom: 135px;
    transition: all .5s ease-in-out;
    z-index: 999;
}
.instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #bc2a8d;
} 


.telefon {
    position: fixed;
    left: 15px;
    bottom: 75px;
    transition: all .5s ease-in-out;
    z-index: 999;
}
.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
} 



.whatsapp {
position: fixed;
    left: 15px;
    bottom: 15px;
    transition: all .5s ease-in-out;
    z-index: 999;
}
.whatsapp a {
   height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
} 
.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}.whatsapp:hover .tooltiptext {
    visibility: visible;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}.telefon:hover .tooltiptext {
    visibility: visible;
}
.instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
}
.instagram:hover .tooltiptext {
    visibility: visible;
}     

.site-header-social a {
    color: white !important;
} 


.top-navigation-wrapper {
    color: #969696;
}
.top-navigation-wrapper {
       background-image: linear-gradient(to right top,#3d93c0,#0645a3,#3fa7de);
}
.top-navigation-wrapper {
      position: relative;
    z-index: 103;
    display: flex;
    border: none !important;
}
.top-navigation-left {
    float: left;
    margin: 0px 15px;
}

.top-navigation-right {
    float: right;
    margin: 0px 15px;
    padding: 8px 0px;
}
.top-navigation-left-text {
    font-size: 12px;
    float: left;
    padding: 11px 0px;
    line-height: 18px;
}

.top-navigation-right-text {
    font-size: 12px;
    display: inline;
    line-height: 23px;
    margin-right: 20px;
}
#a_1e56_0 {
    display: inline-block;
    margin-right: 20px;
    color:white;
        font-size: 15px;
    font-weight: bold;
}
#a_1e56_0 span {
      font-size: 21px;
}
#a_1e56_0 small {
      font-weight: bold;
}
#a_1e56_1 {
    display: inline-block;
    margin-right: 20px;
}
#a_1e56_3 {
    display: inline-block;
    margin-right: 20px;
}
#a_1e56_3 {
    display: inline-block;
    margin-right: 20px;
}
#a_1e56_3 {
    display: inline-block;
    margin-right: 20px;
}


.top-social-wrapper .social-icon:first-child {
    margin-left: 0px;
}
.top-social-wrapper .social-icon a {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#i_da39_2 {
    color: #fff;
    font-size: 24px;
}
i.gdlr-icon {
    margin-right: 10px;
}
.top-social-wrapper .social-icon {
    display: inline-block;
    margin-left: 5px;
    max-width: 20px;
}