@media(min-width:1000px){
    .section-header #navigation>ul>li a, .nav-right .select-language .lang-menu>ul>li>a{
        font-size: 13px;
        font-weight: 600;
    }
}
.section-top-bar{
    background-color: var(--site-color) !important;
}
.section-top-bar *{
    color: #a9b3bb !important;
    font-weight: 400 !important;
}
.section-top-bar .whatsapp-bar{
    display: none !important;
}
.btn{
    padding: 10px 25px;
}
.footer .footer-info-list, .footer-description{
    margin: 0px;
}
.footer-img img{
    max-height: 70px;
}

.form-section .contactCenter .contact-group:nth-child(2) .address-title,
.form-section .contactCenter .contact-group:nth-child(5) .address-title,
.form-section .contactCenter .contact-group:nth-child(6) .address-title,
.footer .footer-info-list .footer-group-items:nth-child(2) .address-title,
.footer .footer-info-list .footer-group-items:nth-child(3),
.footer .footer-info-list .footer-group-items:nth-child(4),
.footer .footer-info-list .footer-group-items:nth-child(5),
.footer .footer-info-list .footer-group-items:nth-child(6){
    display: none !important;
}
.section-header .dropdown-menu li{
    line-height: 35px;
    max-height: 35px;
}
.section-header .dropdown-menu li a{
    font-size: 12px !important;
}
.sliderJs .swiper-button-next, .sliderJs .swiper-button-prev{
    opacity: 1 !important;
    width: 45px !important;
    height: 45px !important;
    border-color: #fff !important;
    background: #fff !important;
}
.pageSliderContent .swiper-button-next::after, .pageSliderContent .swiper-button-prev::after{
    font-size: 18px !important;
}
.swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background: #fff !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: transparent !important;
    width: 15px !important;
}
.product-breadcrumb a, .product-breadcrumb span, .page-breadcrumb a, .page-breadcrumb span{
    font-size: 11px !important;
}
.page-breadcrumb .relative-title{
    vertical-align: bottom;
}
.page-breadcrumb .relative-title .page-name span{
    top: 0;
    font-size: 32px !important;
}
.page-breadcrumb .relative-title .page-list{
    position: relative;
    bottom: 0;
}
label.custom-label,
form .content-title,
.iti__selected-dial-code{
    font-size: 13px !important;
}
#humanForm-1 .rexa-content,
#humanForm-2 .rexa-content,
#humanForm-3 .rexa-content{
    display: flex;
    flex-direction: column;
}
#humanForm-1 .rexa-content .img-wrapper,
#humanForm-2 .rexa-content .img-wrapper,
#humanForm-3 .rexa-content .img-wrapper{
    order: 1;
    margin-bottom: 15px;
}
#humanForm-1 .rexa-content .weta-icerik-tag,
#humanForm-2 .rexa-content .weta-icerik-tag,
#humanForm-3 .rexa-content .weta-icerik-tag{
    order: 2;
}
#humanForm-1 .rexa-content .weta-description,
#humanForm-2 .rexa-content .weta-description,
#humanForm-3 .rexa-content .weta-description{
    order: 3;
}

@media(max-width:768px){
    .textImg .weta-description .btn{
        margin-bottom: 15px;
    }
    .textImg{
        margin: 0px !important;
    }
    #languages .dropdown-menu{
        display: flex !important;
        align-items: center !important;
        margin-left: 10px;
        opacity: 1 !important;
        visibility: visible !important;
    }
    #languages .dropdown-menu li a{
        font-size: 16px !important;
        margin-right: 15px;
    }
    #languages .dropdown-trigger,
    .section-header #languages #main-menu li a::before{
        display: none !important;
    }
}
#languageForm span.fa-solid.fa-globe{
    font-weight: 400 !important;
}
.ikbasvuruForm{
    display: none !important;
}
#blog-list .blog-image{
	display: none !important;
}
.pageDetailContent.blogs{
	display: none !important;
}
#blog-list .custom-col a{
	display: block;
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 15px;
	position: relative;
}
#blog-list .custom-col .blog-date{
	color: #333;
	position: absolute;
	right: 30px;
	top: 29px;
	font-size: 14px;
	font-weight: 600;
}

#blog-list .custom-col .blog-date span::before{
	content: '\f133';
	font-family: 'FontAwesome';
	margin-right: 5px;
}

#blog-list .blog-title{
	margin-top: 0px;
}

@media(min-width:1000px){
	#blog-list{
		width: 80%;
	}
}
#blog-section-0 .rg-wrapper{
	margin-bottom: 40px;
}