.cesit_listesi ul {
    list-style: none;
    padding: 0;
}
.cesit_listesi ul li {
    border: 1px dashed;
    padding: 0 5px 0 20px;
    border-radius: 10px;
    position: relative;
}
.cesit_listesi ul li:after{
    content: '*';
    position: absolute;
    left: 5px;
    top: 3px;
}
.cesit_listesi ul li:hover{
    background: #eeeeee;
}

.modal.lightbox .ratio{
    background-color: transparent !important;
}



.page-content-top p {
    margin: 0 0 10px;
}

.slogan_p1 p{
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-weight: 600;
    margin: 150px 0;
}

#v-pills-home3 p{
  margin: 0;
}

#myVideo{
  width: 100%;
}

.btn_whatsapp {
    position: fixed;
    bottom: 20px;
    width: 60px;
    right: 90px;
}

@media (max-width: 768px){
  .mobilGizle{
    display: none !important;
  }


}


/* 320 - 480 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .mobilGizle{
    display: none !important;
  }

}
/* 475 - 768 */
@media only screen and (min-device-width : 475px) and (max-device-width : 768px) {
  .mobilGizle{
    display: none !important;
  }



}
/* 765 - 990 */
@media only screen and (min-device-width : 765px) and (max-device-width : 990px) {


}
/* 990 - 1300 */
@media only screen and (min-device-width : 990px) and (max-device-width : 1300px) {

}
