.noDecoration,
a:link,
a:visited {
    text-decoration: none;
}

.app-container {
    background-color: #eaedf2;
    display: flex;
    height: auto;
    width: auto;
    min-height: 100vh;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
}

body {
    margin: 0px !important;
}

.yil-logo {
    /* opacity: 0.6; */
    position: fixed;
    left: 15px;
    top: 100px;
}

.app-page-spacer {

    padding-left: 17vw;
    padding-right: 17vw;
}

.app-header-mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .app-header-mobile {
        box-shadow: inset 0px 0px 65px 0px #00000091;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-evenly;
        height: 40px;
        background-color: #165dbf;
        flex-wrap: nowrap;
    }

    .app-header-mobile .app-menu-button {
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 14px;
        width: 37.5%;
        text-align: center;
        background: #ffffff;
        color: #165dbf;
        border-radius: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.app-header {
    box-shadow: inset 0px 0px 65px 0px #00000091;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    height: 80px;
    background-color: #165dbf;
}



.app-logo {
    width: auto;
    cursor: pointer;
    height: 60px;
}

.app-menu-items {
    margin-left: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}





@media only screen and (max-width: 1200px) {
    .app-menu-items {
        display: none;
    }


    .app-header {
        justify-content: space-around;
    }


}

a.app-header-right-action.app-menu-button {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 14px;
    background: #ffffff;
    color: #165dbf;
    border-radius: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

a.app-header-right-action.app-menu-button::after {
    display: none;
}

@media only screen and (max-width: 600px) {
    a.app-header-right-action.app-menu-button {
        display: none;
    }
}




/*
.app-menu-item {
    color: #eaedf2;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 16px;
    position: relative;
    text-decoration: none;
} */
.app-menu-item a {
    color: #eaedf2;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}


.app-menu-item .app-menu-item-sub-menu-items {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #1351A7;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 5px 0px;
    z-index: 99999999999999;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: inset -5px -7px 9px -9px black;
}

.app-menu-item:hover .app-menu-item-sub-menu-items,
.app-menu-item .app-menu-item-sub-menu-items:hover {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

.app-menu-item .app-menu-item-sub-menu-items .app-menu-sub-menu-item:hover {
    background: white;
    color: #1351A7;
}

.app-menu-item .app-menu-item-sub-menu-items .app-menu-sub-menu-item {
    font-size: 16px;
    font-weight: 600;
    font-family: "Quicksand";
    border-bottom: 1px #557cb278 solid;
    padding: 5px 20px;
    white-space: nowrap;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.app-menu-item .app-menu-item-sub-menu-items .app-menu-sub-menu-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.app-menu-item:hover {
    font-weight: 700;
    font-size: 15.6px;
}

.app-header-right-actions {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.app-header-right-action {
    font-size: 17px;
    color: #eaedf2;
    cursor: pointer;
    /* margin-left: 3px; */
    /* margin-right: 3px; */
    font-family: 'Quicksand';
    font-weight: 500;
}

.app-header-right-action:hover {
    font-weight: 600;
}

.app-header-right-action::after {
    margin-left: 10px;
    margin-right: 10px;
    content: "|";
    font-weight: 500;
}

.app-header-right-action:last-child:after {
    display: none;
}



.home-screen-top .trust-container {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.home-screen-top .trust-container label {
    padding-left: 1%;
    width: 85%;
    font-size: 14px;
    font-weight: 500;
    color: #000000b0;
    font-family: "Quicksand";
    cursor: pointer;
}

.home-screen-top .trust-container img {
    width: 16%;
    height: auto;
}

.home-screen-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.home-screen-top-left-panel {
    padding-top: 28px;
    width: 40%;
}

.home-screen-top-right-panel {
    width: 50%;
    height: 75vh;
}


.app-services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.app-services .app-service {
    background: white;
    width: 42.5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    padding: 2%;
    border-radius: 20px;
    /* box-shadow: inset -2px -2px 8px -3px #11468f42; */
    flex-wrap: wrap;
}

.app-services .app-services-title {
    margin-top: 30px;
    width: 100%;
    font-weight: 800;
    font-family: 'Quicksand';
    font-size: 29px;
    color: #09254c;
}

.app-services .app-service .app-service-logo {
    width: 20%;
    height: auto;
    /* height: 30%px; */
}

.app-services .app-service .title {
    cursor: pointer;
    width: 78%;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    color: #5380bf;
    padding-left: 2%;
}

.app-services .app-service .information {
    margin-top: 2.5px;
    width: 100%;
    font-family: 'Quicksand';
    font-weight: 400;
    color: #09254cc2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.app-services .app-service .read-more {
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    text-align: right;
    font-family: 'Quicksand';
    font-size: 14px;
    font-weight: 900;
    color: #09254c;
}

.app-news-and-announces {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.app-news-and-announces .app-news-and-announce {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 47%;
    flex-wrap: nowrap;
    padding: 20px 0px;
    border-bottom: 1px #cfcfcfa8 solid;
    box-shadow: 0px 8px 15px -10px #cfcfcfa8;
}

.app-news-and-announces .app-news-and-announces-title {
    margin-top: 30px;
    width: 100%;
    font-weight: 800;
    font-family: 'Quicksand';
    font-size: 29px;
    color: #09254c;
}

.app-news-and-announces .app-news-and-announce .content {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.app-news-and-announces .app-news-and-announce .title {
    cursor: pointer;
    width: 100%;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 600;
    color: #09254c;
}

.app-news-and-announces .app-news-and-announce .information {
    margin-top: 2.5px;
    width: 100%;
    font-family: 'Quicksand';
    font-weight: 400;
    color: #09254cc2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* text-align: justify; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.app-news-and-announces .app-news-and-announce .read-more {
    cursor: pointer;
    margin-top: 15px;
    width: 100%;
    text-align: left;
    font-family: 'Quicksand';
    font-size: 13px;
    font-weight: 900;
    color: #09254c;
}

.app-news-and-announces .app-news-and-announce-view-all-button {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    color: black !important;
    font-family: "Quicksand";
    text-decoration: none;
}

@media only screen and (max-width: 1600px) {

    .app-page-spacer {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}

@media only screen and (max-width: 1450px) {

    .app-page-spacer {
        padding-left: 7.5vw;
        padding-right: 7.5vw;
    }
}

@media only screen and (max-width: 1250px) {

    .app-page-spacer {
        padding-left: 5vw;
        padding-right: 5vw;
    }


}



@media only screen and (max-width: 1000px) {

    .app-page-spacer {
        flex-wrap: wrap;
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .home-screen-top-left-panel {
        padding-top: 15px;
        width: 100%;
        padding-right: 0px;
    }

    .home-screen-top-right-panel {
        padding-top: 15px;
        width: 100%;
        height: 75vh;
    }

    .app-services .app-service {
        width: 44%;
    }
}

@media only screen and (max-width: 550px) {
    .app-services .app-service {
        width: 96%;
    }
}

@media only screen and (max-width: 700px) {
    .app-news-and-announces .app-news-and-announce {
        flex-direction: column;
        width: 100%;
    }

    .app-news-and-announces .app-news-and-announce {
        flex-direction: column;
        width: 100%;
    }

    .app-news-and-announces .app-news-and-announce .content {
        order: 2;
    }

    .app-news-and-announces .app-news-and-announce img {
        order: 1;
    }

    .app-news-and-announces .app-news-and-announce .title {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .app-news-and-announces .app-news-and-announce .read-more {
        text-align: right;
    }
}

.home-screen-top-left-panel-main-slogan {
    font-family: 'Quicksand';
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: default;
}

.home-screen-top-left-panel-second-slogan {
    font-family: 'Quicksand';
    /* font-size: 20px; */
    cursor: default;
    margin-bottom: 7px;
    margin-top: 7px;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
}

.home-screen-calculate-panel {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.home-screen-calculate-panel input.app-input {
    margin-bottom: 5px;
    margin-top: 5px;
}

.home-screen-calculate-panel span.app-button {
    margin-top: 15px;
}

input.app-input.validation-error {
    box-shadow: inset 0px 0px 6px -3px #b70000, inset 0px 0px 2px 0px #b70000;
}

input.app-input {
    background-color: white;
    border: none;
    /* padding: 10px 20px; */
    padding: 10px 15px;
    /* box-shadow: inset 0px 0px 12px 0px #547ec324; */
    font-size: 15px;
    border-radius: 10px;
    outline: none;
}

input.app-input-header {
    width: calc(100% - 30px);
}

input.app-input:focus {
    outline: #b4c8e3 solid 1px;
}

textarea.app-input {
    background-color: white;
    border: none;
    /* padding: 10px 20px; */
    padding: 10px 15px;
    /* box-shadow: inset 0px 0px 12px 0px #547ec324; */
    font-size: 15px;
    border-radius: 10px;
    outline: none;
}

textarea.app-input:focus {
    outline: #b4c8e3 solid 1px;
}

span.app-button {
    cursor: pointer;
    font-family: "Quicksand";
    letter-spacing: 1.8px;
    display: flex;
    font-weight: 800;
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 25px;
    color: white;
    align-items: center;
    justify-content: center;
}

span.app-button.red {
    background-color: #c7261b;
}

span.app-button.blue {
    background-color: #5380bf;
    /* box-shadow: 0px 0px 3px 0px #5380bfc7; */
}

span.app-button.white {
    background-color: white;
    color: #5380bf;
    /* box-shadow: 0px 0px 3px 0px #5380bfc7; */
}



.download-and-call-buttons {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.download-and-call-buttons .download-and-call-buttons-title {
    font-family: 'Poppins';
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin-bottom: 10px;
}

.download-and-call-button.call-center {
    width: 100%;
    margin-bottom: 10px;
}

.download-and-call-button.call-center .name {
    font-weight: 800;
    font-size: 19px;
}




.download-and-call-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    height: 50px;
    width: 40%;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    background-color: white;
    padding: 5px 5px;
    border-radius: 15px;
    box-shadow: inset 0px 0px 5px 0px #002d548c;
    /* box-shadow: 0px 0px 2px 0px #11468f42, inset 0px 0px 34px -2px #0d336826; */
}


.download-and-call-button .icon {
    height: 35px;
    width: 35px;
    margin-right: 15px;
}

.download-and-call-button .name {
    font-size: 12px;
    font-family: "Quicksand";
    color: #02142e;
    font-weight: 600;
}

.download-and-call-button .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.download-and-call-button .information {
    font-weight: 400;
    font-size: 12px;
    color: #02142e;
    font-family: 'Quicksand';
}

.download-and-call-button:first-child {
    margin-left: 0px;
}

.download-and-call-button:last-child {
    margin-right: 0px;
}



.download-and-call-buttons .download-and-call-button.black {
    background-color: black;
}



.download-and-call-button.black .name,
.download-and-call-button.black .information {
    color: white;
}




@media only screen and (max-width: 800px) {

    .home-screen-top-left-panel .download-and-call-button.play-store {
        margin-top: 0px;
    }

    .home-screen-top-left-panel .download-and-call-button {
        margin-top: 10px;
        width: 100%;
    }
}




/*** ============= slider  ====================**/


.app-slider {
    padding-top: 15px;
    width: 100%;
    min-height: 70vh;
    position: relative;
}

.app-slider .images {
    min-height: 70vh;
    position: relative;
}

.app-slider img {
    position: absolute;
    object-fit: contain;
    width: 100%;
    min-height: 70vh;
}

.app-slider .images img.active {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.app-slider .images img {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.app-slider .dots {
    display: none;
    z-index: 9999;
    position: absolute;
    width: 100%;
    bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.app-slider .dot {
    margin-left: 5px;
    margin-right: 5px;
    height: 5px;
    width: 5px;
    border: 1px solid white;
    border-radius: 10px;
}

.app-slider .dot.active {
    background-color: white;
}

.app-slider .chevrons {
    display: flex;
    height: 70vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.app-slider .chevron {
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #00000033;
    padding: 15px;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 100%;
}

/*** =============== end slider ========= ***/


.app-footer {
    display: flex;
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
    /* background-color: #04152d; */
    /* background-color: #0d305e; */
    background-color: #092a54;
    /* width: 100%; */
    min-height: 50px;
    /* border-top-left-radius: 25px; */
    /* border-top-right-radius: 25px; */
    /* box-shadow: 1px -1px 10px 0px #11468f82; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.app-footer .app-footer-qr-code label {
    color: white;
    font-weight: 600;
    font-family: "Quicksand";
    font-size: 12px;
    letter-spacing: 0.4px;
    text-align: left;
}

.app-footer .app-footer-pages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 35%;
}

.app-footer .app-footer-pages a.app-footer-page {
    color: white;
    margin-bottom: 5px;
    margin-top: 5px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    font-weight: 600;
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 0.4px;
    text-align: left;
    width: 45%;

}

.app-footer .app-footer-copy-right {
    color: white;
    cursor: default;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 400;
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 0.4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.app-footer .app-footer-copy-right a {
    font-weight: 800;
    color: white;
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 0.4px;

}

.app-footer .app-footer-variable-title {
    font-size: 23px;
    font-family: 'Quicksand';
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, #e13428, #540202);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-footer .app-footer-variable-information {
    font-size: 10px;
    font-family: 'Poppins';
    font-weight: 400;
}

/* background: -webkit-linear-gradient(45deg, #bf3240, #d4775b); */

.app-footer-addresses {
    width: 30%;
    color: white;
    display: flex;
    flex-direction: column;
}

.app-footer-variables {
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 40%;
}

.app-footer .app-footer-phone-numbers a img {
    margin-right: 5px;
}

.app-footer .app-footer-phone-numbers a {
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}

.app-footer .app-footer-phone-numbers {
    /* width: 30%; */
    color: white;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    font-family: 'Quicksand';
    font-size: 30px;
    align-items: flex-start;
}

.app-footer .app-footer-social-medias {
    width: 100%;
    color: white;
    padding-top: 10px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    font-family: 'Quicksand';
    font-size: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
}

.app-footer .app-footer-social-medias .app-footer-social-medias-icon {
    margin-top: 25px;
    height: 40px;
    width: 40px;
    margin-right: 35px;
}

.app-footer .app-footer-phone-numbers-icon {
    height: 25px;
    width: 25px;
}

@media only screen and (max-width: 1300px) {

    .app-footer .app-footer-social-medias,
    .app-footer .app-footer-phone-numbers {
        width: 50%;
    }

    .app-footer .app-footer-addresses {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .app-logo {
        height: 40px;
    }

    .app-footer .app-footer-social-medias,
    .app-footer .app-footer-phone-numbers {
        margin-top: 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .app-logo {
        height: 35px;
    }
}


@media only screen and (max-width: 386px) {
    .app-logo {
        height: 30px;
    }
}


@media only screen and (max-width: 360px) {
    .app-logo {
        height: 27px;
    }
}

@media only screen and (max-width: 335px) {
    .app-logo {
        height: 24px;
    }
}

.app-news-and-accounces-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.app-divider {
    height: 35px;
    width: 100%;
    border-bottom: 1px #818fb940 solid;
    box-shadow: 0px 6px 10px 0px #818fb914;
}


.app-footer .download-and-call-buttons {
    width: 100%;
    justify-content: flex-start;
}


.app-footer .download-and-call-buttons .download-and-call-button {
    width: 40%;
    background-color: black;
    margin-right: 5%;
}



.app-footer .download-and-call-button .name,
.app-footer .download-and-call-button .information {
    color: white;
}


.app-footer .app-footer-qr-code {
    width: 15%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-footer .app-footer-qr-code img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 99px -2px #1f4c86;
}


.app-home-page-mockup-container {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.app-home-page-mockup-container .app-home-page-mockup-phone {
    width: 55%;
    height: auto;
}

.app-home-page-mockup-container .app-home-page-mockup-information-container {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.app-home-page-mockup-information-container .app-home-page-mockup-information-container-title {
    font-size: 25px;
    font-family: 'Quicksand';
    font-weight: 700;
    color: #07174f;
}

.app-home-page-mockup-information-container .app-home-page-mockup-information-container-image {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.app-home-page-mockup-information-container .app-home-page-mockup-information-container-information {
    font-size: 15px;
    margin-top: 12px;
    color: #1f2b57;
    font-weight: 500;
    text-align: justify;
    font-family: 'Quicksand';
}

.app-home-page-mockup-information-container .download-and-call-buttons {
    margin-top: 0px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.app-home-page-mockup-information-container .download-and-call-buttons .download-and-call-button {
    width: 100%;
    background-color: black;
    margin-top: 10px;
}

.app-home-page-mockup-information-container .app-home-page-mockup-information-download-container {
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.app-home-page-mockup-information-container .app-home-page-mockup-information-download-container .app-home-page-mockup-information-download-container-qr-code {
    width: 25%;
    height: auto;
    border-radius: 27px;
    border: 5px black solid;
}

.app-home-page-mockup-information-container .download-and-call-button .name,
.app-home-page-mockup-information-container .download-and-call-button .information {
    color: white;
}

@media only screen and (max-width: 800px) {

    .app-home-page-mockup-information-container .download-and-call-buttons {
        width: 55%;
    }

    .app-home-page-mockup-container {
        flex-wrap: wrap;
    }

    .app-home-page-mockup-container .app-home-page-mockup-phone,
    .app-home-page-mockup-container .app-home-page-mockup-information-container {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .app-footer .app-footer-social-medias .app-footer-social-medias-icon {
        margin-right: 15px;
    }

    .app-footer .download-and-call-button {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .app-footer .app-footer-phone-numbers {
        width: 100% !important;
        margin-bottom: 0px;
        margin-top: 0px;
        align-items: center;
    }

    .app-footer .app-footer-social-medias {
        width: 100% !important;
        margin-bottom: 0px;
        margin-top: 0px;
        align-items: center;
        justify-content: center;
    }

    .app-footer {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .app-footer .app-footer-variables {
        width: 100%;
    }

    .app-footer .app-footer-pages {
        width: 100%;
    }

    .app-footer .app-footer-qr-code {
        width: 50%;
        margin-bottom: 10px;
    }


}

.app-mobile-drawer-menu .app-mobile-drawer-menu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.app-mobile-drawer-menu .app-mobile-drawer-menu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 25px;
}

.app-mobile-drawer-menu .app-mobile-drawer-menu-header .app-mobile-drawer-menu-close {
    height: 50px;
    cursor: pointer;
    margin-right: 25px;
}

.app-mobile-drawer-menu .app-mobile-drawer-menu-header .app-mobile-drawer-menu-logo {
    height: 40px;
    cursor: pointer;
}

.app-mobile-drawer-menu-open {
    display: none;
    width: auto;
    height: 40px;
    margin-right: 25px;
    cursor: pointer;
}

.app-mobile-drawer-menu {
    /* padding-left: 1vw; */
    /* padding-right: 5vw; */
    transition: left .5s cubic-bezier(0.820, 0.085, 0.395, 0.895);
    padding-top: 15px;
    padding-bottom: 2vw;
    position: fixed;
    /* width: 100vw; */
    height: 100vh;
    top: 0px;
    left: 0px;
    background-color: #134FA3;
    z-index: 9999999999999;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 2px 0px 5px #091f3e;
    border-top-right-radius: 45px;
}

.app-mobile-drawer-menu.hidden-menu {
    left: -150vw;
}

.app-mobile-drawer-menu .app-mobile-drawer-menu-item {
    padding: 2vh 75px;
    color: white;
    font-weight: 600;
    font-family: 'Quicksand';
    font-size: 17px;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {



    .app-mobile-drawer-menu-open {
        display: block !important;
    }



}



.single-page-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: white;
    /* padding: 10px 20px; */
    margin-top: 30px;
    border-radius: 10px;
    min-height: 55vh;
}

.single-page-content-title {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 25px;
    color: #041a37;
    padding: 10px 0px;
    margin: 0px;
    border-bottom: 1px #041a3712 solid;
    box-shadow: 0px 7px 10px -7px #041a371f;
}

.single-page-content-container .single-page-content-container-image {
    width: 100%;
    max-width: 650px;
    align-self: center;
        /* vertical-align: bottom; */
    /* position: relative; */
    /* float: right; */
    margin: 0px 0px 10px 10px;
    padding: 0px;
    z-index: 10;
    border: 1px solid #d9d9d9;
    border-radius: 17px;
    box-shadow: 0px 0px 20px -5px #0000007d;
}
@media only screen and (max-width: 700px) {
.single-page-content-container .single-page-content-container-image {
    border-radius: 5px;
}
}
.single-page-content-container {
    padding: 15px 35px;
    display: flex;
    flex-direction: column;
}







.modal-target {
    width: 300px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.modal-target:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    display: block;
    width: auto;
    opacity: 1 !important;
    max-width: 80vw;
    background-size: contain;
    max-height: 60vh;
}

.modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1em;
    margin-top: 32px;
}

.modal-content,
.modal-caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-atransform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}



.list-page-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: white;
    /* padding: 10px 20px; */
    margin-top: 30px;
    border-radius: 10px;
}

.list-page-content-title {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: default;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 25px;
    color: #041a37;
    padding: 10px 0px;
    border-bottom: 1px #041a3712 solid;
    box-shadow: 0px 7px 10px -7px #041a371f;
}

.list-page-content-item {
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px #0000001c solid;
}

.list-page-content .list-page-content-item:last-child {
    border-bottom: none;
    padding-bottom: 35px;
}

.list-page-content-container-image {
    width: 20%;
    display: flex;
    max-width: 150px;
    max-height: 150px;
    margin: 10px 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.list-page-content-container-image img {
    border-radius: 15px;
    box-shadow: 0px 0px 12px -3px #00000085;
    max-width: 150px;
    max-height: 150px;
    width: auto;
}

.list-page-content-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    cursor: default;
    padding-right: 10px;
    width: 80%;
}

.list-page-content-container-title {
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 10px;
    font-size: 20px;
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.list-page-content-container-description {
    font-weight: 400;
    padding-right: 15px;
    font-family: 'Quicksand';
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: justify;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-page-content-container-read-more {
    font-weight: 700;
    font-family: 'Quicksand';
    margin-top: 10px;
    cursor: pointer;
    font-size: 13px;
    color: black;
    text-decoration: none;
}

.list-page-content-pages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px 0px;
    gap: 11px;
}



.list-page-content-page {
    background: white;
    border-radius: 100%;
    font-family: 'Poppins';
    font-weight: bolder;
    color: black;
    text-decoration: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 6px -3px #00000045;
}

.list-page-content-page.active {
    background: #092A54;
    color: white;
}




@media only screen and (max-width: 1200px) {

    .list-page-content-container-image {
        width: 80%;
    }

    .list-page-content-item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .list-page-content-container {
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }

    .list-page-content-container-title {
        text-align: left;
        width: 90%;
    }

    .list-page-content-container-description {
        width: 90%;
    }

    .list-page-content-container-read-more {
        text-align: right;
        width: 90%;
    }

    .list-page-content-container {
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }
}

.breadcrumb {
    margin-top: 0px;
    margin-bottom: 0px;
    list-style: none;
    border-radius: 4px;
}

.breadcrumb ul {
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: left;
}

.breadcrumb ul li {
    margin: 0;
    list-style: none;
}

.breadcrumb ul li a {
    font-size: 13px;
    color: black;
    text-decoration: none;
    font-family: 'Poppins';
}

.breadcrumb ul li:after {
    content: '>';
    font-family: 'Font Awesome\ 5 Pro';
    padding: 0 10px;
    color: #999;
    font-size: 12px;
}

.breadcrumb ul li:last-child a {
    font-weight: 600;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.tem-kurye-map {
    border: 0px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 7px -4px #02122775;
}

.contact-us-left-panel {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.contact-us-right-panel {
    width: 37.5%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: space-between;
    flex-wrap: nowrap;
}

.job-application-panel {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: space-between;
    flex-wrap: nowrap;
}

.job-application-panel input,
.job-application-panel span,
.job-application-panel textarea {
    margin-top: 10px;
}

.contact-us-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.information-container-title {
    margin-top: 25px;
    width: 100%;
    font-size: 20px;
    font-family: 'POPPINS';
    font-weight: 900;
    color: #030c28;
}

.information-container-content {
    margin-top: 5px;
    line-height: 1.75;
    width: 100%;
    font-size: 18;
    font-family: 'Quicksand';
    font-weight: 500;
    color: #030c28;
}

.information-with-icon-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.information-with-icon-container-icon {
    width: 30px;
    height: 30px;
}

.information-with-icon-container-text a {
    margin-top: 5px;
    padding-left: 10px;
    line-height: 1.75;
    width: 100%;
    font-size: 18;
    font-family: 'Quicksand';
    font-weight: 800;
    color: #030c28;
    cursor: pointer;
    text-decoration: none;
}

.contact-us-right-panel .app-input {
    /* width: 100%; */
    margin-top: 10px;
}

.contact-us-right-panel .app-button {
    /* width: 100%; */
    margin-top: 10px;
}

textarea {
    resize: none;
}

@media only screen and (max-width: 1200px) {

    .contact-us-left-panel {
        width: 100%;
        flex-wrap: nowrap;
    }

    .job-application-panel {
        width: 100%;
    }

    .contact-us-right-panel {
        width: 100%;
    }

}

.disable-min-height {
    min-height: auto;
}

.human-resources-container .single-page-content {
    width: 100%;
}

.human-resources-container {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-wrap: nowrap;
}

.long-input-label {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
    font-family: 'Quicksand';
    font-size: 14px;
    font-weight: 700;
}

.group-app-checkboxes {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5%;
}

.app-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}



input[type='radio'] {
    margin: 0px;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #042a5e64;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 100%;
}

input[type="radio"]:checked:before {
    background: #042a5e;
    height: 10px;
    width: 10px;
    border-radius: 10px;
}

input[type="radio"]:checked {
    border-color: #042a5e;
    border: 1px solid #042a5e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-checkbox label {
    padding-left: 5px;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
}

input[type='checkbox'] {
    margin: 0px;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    outline: none;
    border: 1px solid #042a5e64;
}

input[type='checkbox']:before {
    content: '';
    display: block;
}

input[type="checkbox"]:checked:before {
    background: #042a5e;
    height: 10px;
    width: 10px;
}

input[type="checkbox"]:checked {
    border-color: #042a5e;
    border: 1px solid #042a5e;
    display: flex;
    align-items: center;
    justify-content: center;
}



.app-message {
    position: fixed;
    top: 1vh;
    left: 10vw;
    right: 10vw;
    z-index: 9999;
}

.app-content-box {
    transition: all 0.3s;
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: black;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 16px;
}

.app-content-box.animate-in {
    animation: fade-in 0.3s;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.app-content-box.animate-out {
    animation: fade-out 0.3s;
    animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.app-message-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-size: cover;
    mask-size: cover;
    margin-right: 8px;
}

.app-message-icon.info {
    -webkit-mask: url("/assets/svg/information.svg") no-repeat 50% 50%;
    mask: url("/assets/svg/information.svg") no-repeat 50% 50%;
    background-color: #1351a7;
}

.app-message-icon.success {
    -webkit-mask: url("/assets/svg/success.svg") no-repeat 50% 50%;
    mask: url("/assets/svg/success.svg") no-repeat 50% 50%;
    background-color: #52bc01;
}

.app-message-icon.error {
    -webkit-mask: url("/assets/svg/error.svg") no-repeat 50% 50%;
    mask: url("/assets/svg/error.svg") no-repeat 50% 50%;
    background-color: #c7261b;
}

.app-message-icon.warn {
    -webkit-mask: url("/assets/svg/warning.svg") no-repeat 50% 50%;
    mask: url("/assets/svg/warning.svg") no-repeat 50% 50%;
    background-color: #c2ad00;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%);
    }
}

.app-recaptcha {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 15px;
}


.app-button-loader {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    animation: app-button-loader-rotate 1s linear infinite
}

.app-button-loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 3px solid #FFF;
    animation: app-button-loader-clip-fix 2s linear infinite;
}

@keyframes app-button-loader-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes app-button-loader-clip-fix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.app-privacy-policy-and-cookies-container a {
    color: white;
    font-weight: 900;
    text-decoration: underline;
    cursor: pointer;
}

.app-privacy-policy-and-cookies-container {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: #599706;
    border-radius: 15px;
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: -1px -1px 7px -1px #060e371f;
    color: white;
    font-family: 'Quicksand';
    font-weight: 500;
    text-align: justify;
    cursor: default;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.app-privacy-policy-and-cookies-container .app-button {
    width: 15%;
    margin-left: 5%;
    height: 25px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 75px;
    width: 75px;
    cursor: pointer;
}

.whatsapp-icon img {
    width: 100%;
}

.app-privacy-policy-and-cookies-container-information {
    width: 80%;
    font-size: 15px;
}

ul.ui-autocomplete {

    border-radius: 7px;
}

ul.ui-autocomplete li.ui-menu-item div.ui-state-active {
    background: transparent;
    border: 0px;
    color: #003ddd;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 15px;
}

ul.ui-autocomplete li.ui-menu-item {
    padding-top: 5px;
    padding-bottom: 2.5px;
    margin-bottom: 2.5px;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0px 3px 5px -5px #0b1f42;
}

.ui-autocomplete {
    max-height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

img {
    font-size: 12px;
}

.app-footer-social-medias img {
    font-size: 8px;
}


.app-mobile-menu-bar-call-courier img {
    color: white;
    fill: white;
}

.app-mobile-menu-bar-call-courier-label {
    position: absolute;
    bottom: 20px;
    color: white;
    left: calc(50vw - 50px);
    cursor: pointer;
    font-size: 15px;
    font-family: 'Quicksand';
    font-weight: 800;
}

.app-mobile-menu-bar-call-courier {
    background-color: #165dbfed;
    padding: 15px;
    border-radius: 100%;
    position: absolute;
    bottom: 40px;
    left: calc(50vw - 40px);
    cursor: pointer;
    box-shadow: 0px 4px 14px -6px #002788;
    z-index: 9999;
}

.app-mobile-menu-bar {
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
    position: fixed;
    bottom: -10px;
    left: 0px;
    width: 100vw;
    box-shadow: inset 0px 0px 35px 0px #00000091;
    background-color: #165dbfed;
    z-index: 9999;
}

.app-mobile-menu-bar-icon {
    padding-left: 15vw;
    padding-right: 15vw;
}

@media only screen and (max-width: 1200px) {
    .app-privacy-policy-and-cookies-container {

        bottom: 100px;
    }

    .app-mobile-menu-bar {
        display: flex;
    }

    .app-footer {
        padding-bottom: 100px;
    }

    .whatsapp-icon {
        display: none;
    }
}



.announcement {
    margin-top: 5px;
    margin-bottom: 5px;
    /* box-shadow: inset 0px 0px 65px 0px #00000091; */
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    /* background-color: #165dbf; */
    color: black;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    border: 1px solid black;
    padding: 15px;
    padding-right: 25px;
    font-family: "Quicksand";
    font-size: 15px;
    font-weight: bold;
    position: relative;
    cursor: default;
    /* display: none; */
}

.announcement span.close {
    /* content: "X"; */
    color: rgb(189, 0, 0);
    position: absolute;
    cursor: pointer;
    right: 0px;
    font-family: "Poppins";
    font-size: 20px;
    padding: 15px;
    font-weight: bolder;
}

/* .home-screen-announcements .announcement:first-child {
    display: flex;
} */


.home-screen-read-more-wrapper {
    font-family: 'Poppins';
    line-height: 1.6;
    color: #333;
}

.home-screen-read-more-wrapper-main-title {
    color: #2c3e50;
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px;
}

.home-screen-read-more-wrapper-read-details {
    margin-top: 15px;
    border-top: 1px solid #eee;
}

/* Summary / Buton Stili */
.home-screen-read-more-wrapper-read-details summary {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 15px 0;
    outline: none;
    list-style: none; /* Standart ok işaretini kaldırır */
}

.home-screen-read-more-wrapper-read-details summary::-webkit-details-marker {
    display: none; /* Safari için ok işaretini kaldırır */
}

.home-screen-read-more-btn {
    background: #012250;
    color: white;
    padding: 8px 25px;
    border-radius: 20px;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
}

.home-screen-read-more-btn:hover {
    background: #0056b3;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Açık/Kapalı Durum Kontrolü */
.home-screen-read-more-wrapper-read-details .close { display: none; }
.home-screen-read-more-wrapper-read-details[open] .open { display: none; }
.home-screen-read-more-wrapper-read-details[open] .close { display: inline-block; }

/* İçerik Alanı */
.home-screen-read-more-wrapper-details-content {
    animation: fadeIn 0.4s ease-out;
    padding-top: 10px;
}

.home-screen-read-more-wrapper-details-content h3 {
    color: #e67e22;
    margin-top: 20px;
    font-size: 20px;
}

.home-screen-read-more-wrapper-features {
    background: #f8f9fa;
    padding: 20px 40px;
    border-radius: 10px;
    list-style-type: disc;
}

.home-screen-read-more-wrapper-features li {
    margin-bottom: 8px;
}

/* Animasyon */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}
