.header__area {
    padding: 15px 0;
}

.header__area.header__absolute {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 99;
    transition: all .5s ease;
}



.header2 {
    background: transparent !important;
}


.header2 .stellarnav.light li a{
	color: #fff;
}

.header2 .stellarnav.light li a:hover{
	color: #3A3ACC;
}


.header__area.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all .5s ease;
}


.header__area.header2.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: #0B043B !important;
    left: 0;
}
.stellarnav li.has-sub > a:after {
    display: inline-block;
    content: "+";
    width: 0;
    height: 100%;
    position: relative;
    letter-spacing: 0;
    margin: 0;
    line-height: 0;
}

.modal-cegkivonat-footer {
    justify-content: space-between;
}

.cegkivonat {
    color: slategray;
}

#accordion .btn {
    padding: 0;
}

#accordion .btn-link:hover, #accordion .btn-link:focus {
    text-decoration: none;
}

#accordion .card-body a {
    color: teal;
}

#accordion .card-body {
    border-top: 1px solid #dfdfdf;
}

#accordion .card {
    margin-bottom: 15px;
}

#accordion .card-header {
    border-bottom: none;
}

.wc-box.wc-box-primary:hover a {
    color: white!important;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    border: 6px solid #eae8ff;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.wc-box {
    background: white;
}

.alert-box-img {
    width: 100px;
}

.alert-box-text {
    
    padding: 0 30px;
    text-align: justify;

}

.alert-box-img {
    
    min-width: 100px;
    max-width: 100px;

}

.alert-box {
    
    display: flex;
    background: aliceblue;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 60px;
}