@charset "utf-8";
.creatag img {
    display: inline-block;
    width: auto;
}

.creatag a {
    width: 100%;
    text-align: center;
    display: block;
    margin: 15px 0;
}

p.footer_about-copyright.text-center {
    text-align: center;
    width: 100%;
    margin-top: 55px;
}

.sub-tabs {
    gap: 55px;
    margin: 10px 0 20px 0;
}

.sub-tabs li {
    color: #534931;
	cursor:pointer;
}



.genel .header_nav .nav-link {
color:#534931 !important;
}
.header_nav .nav-link {
    color: #fff !important;
}

.page_cover-title {
    color: #fff !important;
}

.header_nav-list_item .dropdown-toggle{
	font-weight:500 !important
	}
	

.text-white {
    color: #fff !important;
}
@media (min-width: 768px) {
		.footer_about,.footer_block {
        width: 25%;
    }
.sub-tabs li.active {
    border-bottom: 2px solid #419e91;
    font-weight: 600;
    color: #429e91;
}
}
@media (max-width: 1599px) {
   .footer .container{
	max-width: none;
        padding: 0 20px;
   }
}
@media (min-width: 1600px) {
   .footer .container{
	max-width: 1500px;
   }
}

@media (max-width: 767px) {

.main-tabs, .sub-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-tab-item, .sub-tab-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

.main-tab-title, .sub-tab-title {
  padding: 10px 0;
  cursor: pointer;
}

.tab-content, .subtab-content {
  display: none;
  padding: 10px;
  background: #fff;
}

.main-tab-item.active > .tab-content,
.sub-tab-item.active > .subtab-content {
  display: block;
}
li.main-tab-item.active .main-tab-title {
    background: #419e91;
    color: #fff;
    padding-left: 10px;
}

.sub-tab-item:last-child {
    border: 0;
}

li.sub-tab-item.active .sub-tab-title+.subtab-content {border-bottom: 1px solid #419e91;border-top: 1px solid #419e91;padding: 0;}

li.sub-tab-item.active .sub-tab-title {
    font-weight: 600;
    color: #419e91;
}

.menu_tab-list_item .description {
    font-size: 13px;
}
}