

    .page-banner-pages-buttons .page-banner-page-link.gizlilik-politika-active {
        color: #fff;
        background: #026002;
    }



.mobile-banner-pages .mobile-page-banner-page-link.gizlilik-politika-active{
    background: #026002;
    border: 1px solid #026002;
    color: #F7F8F3;
}


/*Gizlilik Politikaları*/

.about-us-section {
    padding: 118px 0;
}

.policy-text h1, .policy-text h2, .policy-text h3, .policy-text h4, .policy-text h5, .policy-text h6 {
    color: #010101;
}

.policy-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #343434;
    display: flex;
    flex-direction: column;
}

.policy-area {
    display: flex;
    flex-direction: column;
    row-gap: 46px;
    word-break : break-word;
}

.policy-select select {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #343434;
    padding: 14px 24px;
    padding-right: 60px;
    border: 1px solid #E6E6E6;
    background: #FAFAFA;
    appearance: none;
    box-shadow: none;
    outline: none;
}

.policy-select {
    position: relative;
    width: max-content;
    max-width: 100%;
}

    .policy-select .custom-dropdown {
        width: max-content;
        max-width: 100%;
    }


    .policy-select::after {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translate(0, -50%);
        user-select: none;
        pointer-events: none;
    }




@media only screen and (max-width: 1640px)
{
    
}

@media only screen and (max-width: 1399px)
{
    
}

@media only screen and (max-width: 1199px)
{

}


@media only screen and (max-width: 991px)
{

.mobile-banner-pages
{
    display: flex;
}

.about-us-section {
    padding: 75px 0;
}

}

@media only screen and (max-width: 767px)
{
   
}