/* Add here all your CSS customizations */
@media (max-width:990px){
    #header .header-body{
        top: -229px !important;
    }
}

.main.fixedtop{
    top: 200px !important;
    position: relative;
}
.no-arrow .fa-chevron-down{
    display: none !important;
}
.section.section-header{
    background-image: url("../img/navigation/header-001.jpg");
    background-size: cover;
    background-position: center;
}
.tabContent10Radio2-checked{
    display: none;
    transition: 500ms all;
}
.tabContent10Radio2-checked.active{
    display: block;
}
.featured-boxes{
    -webkit-box-shadow: 0px 9px 23px 6px rgba(0,0,0,0.08) !important;
    -moz-box-shadow: 0px 9px 23px 6px rgba(0,0,0,0.08) !important;
    box-shadow: 0px 9px 23px 6px rgba(0,0,0,0.08) !important;
}
.mobile-card{
    width: 100%;
    height: 500px;
    border-radius: 15px;
    background-image: url("../img/mobile-app/mobile-app.png");
    background-size: cover;
    background-position: center;
}

.mobile-card .title{
    position: relative;
    top: 50px;
}
.modals{
    position: fixed; top: 0;  background-color: #00000012; z-index: 9999999999; height: 100vh; width: 100%;
    display: flex; flex-direction: column; justify-content: center; text-align: center; align-self: center; align-items: center;
}
.modals .inclusive{
    position: relative;
}
.modals .card{
    position: relative; z-index: 9; width: 500px; height: 500px; background-image: url("../img/popup/popup.gif"); background-size: cover;
    background-position: center; cursor: pointer;
}
.modals a{
    position: absolute; z-index: 99999999; top: 15px; right: 15px; background-color: #bf9413; color: white !important; padding: 5px;
    padding-left: 10px; padding-right: 10px; border-radius: 5px; cursor: pointer;
}

.sf-icon-box-content-wrap {
    background-color: white;
    padding: 30px;
    -webkit-box-shadow: 0px 9px 23px 6px rgba(0,0,0,0.08) !important;
    -moz-box-shadow: 0px 9px 23px 6px rgba(0,0,0,0.08) !important;
    box-shadow: 0px 9px 23px 6px rgba(0,0,0,0.08) !important;
    border-radius: 10px;
}

@media(max-width:550px){
	.modals .card{
    width: 400px;
    height: 400px;
	}
}

@media(max-width:400px){
	.modals .card{
    width: 350px;
    height: 350px;
	}
}

.anasayfa-card.card1{
    background-image: url("../img/banner/banner1.png");
    background-size:cover;
}
.anasayfa-card.card2{
    background-image: url("../img/banner/banner2.png");
    background-size:cover;
}

.anasayfa-card.card3{
    background-image: url("../img/banner/banner3.png");
    background-size:cover;
}

