@media (min-width: 1700px) {

}

@media (max-width: 1700px) and (min-width: 1500px) {

}

@media (max-width: 1500px) and (min-width: 1200px) {

}

@media (max-width: 1280px) and (min-width: 991px) {

}

@media (max-width: 991px) and (min-width: 720px) {

}

@media (max-width: 720px) and (min-width: 560px) {

}

@media (max-width: 560px) {

}

/*Between*/
@media(min-width: 1280px) and (max-width: 1680px){

}
@media(min-width: 1680px) and (max-width: 1900px){

}


/*threshold small*/

@media (max-width: 1800px) {

}
@media (max-width: 1500px) {
    .content-container{
        width: 100vw !important;
    }
}
@media (max-width: 1280px) {
    .career-screen{
        width: 100vw;
        height: 80vh;
        top: 0;
        left: 0;
    }
    .career-screen .text-content,
    .career-screen .form-content
    {
        height: 40vh;
    }
    .career-screen .form-logo-area{
        display: none;
    }
    .index-products-1 .owl-dots{
        display: none !important;
    }
    div.mainslider div.item{
        height: 33vh!important;
    }
    div.mainslider div.item{
        background-size: calc(100% + 300px) auto;
        animation: slider_anim 8s ease-in-out infinite;
    }
    @-webkit-keyframes slider_anim {
        0%{
            background-size: calc(100% + 300px) auto;
        }
        50%{
            background-size: calc(100% + 250px) auto;
        }
        100%{
            background-size: calc(100% + 300px) auto;
        }
    }
    div.mainslider div.item h1 {
        font-size:1.5em !important;
    }
    div.mainslider div.item p {
        font-size: 0.9em;
        max-width: 80%;
        margin-left: 10% !important;
    }
    div.mainslider .owl-dots {
        width: 100%;
        right: 0;
        bottom: 11px;
        text-align: right;
        position: absolute;
        z-index: 140;
    }
    div.mainslider .owl-dots button::after {
        font-size: 1em;
        padding: 0px 8px;
    }
    div.lines::after{
        border-left: none !important;
    }
    div.lines::before{
        border-left: none !important;
    }
    h1{font-size: 1.8em !important;}
    h2{font-size: 1.8em !important;}
    h3{font-size: 1.8em !important;}
    h4{font-size: 1.8em !important;}
    .bg_dotted{
        background-size: 120px;
    }
    h1 > svg,
    h2 > svg{
        width: 50px !important;
        height: 50px !important;
    }
    .showrelbox::after{
        display: none;
        content: '';
    }
    .showrelbox{
        margin-top: 10px;
    }
    .showrelbox svg, .showrelbox svg path {

        width: 30px;
        height: 30px;

    }

    .low-hero{
        font-size: 1em !important;
    }

    .footer-ul-top{
        margin-top: 30px;
    }
    .footer-ul-top li{
        display: block;
        text-align: center;
        margin-top: 3px;
        padding-bottom: 3px;
        margin-left: 0 !important;
        padding-top: 6px !important;
        border-bottom: 1px solid #52525226;
    }
    .footer-ul-top > li:first-child{

    }
    .footer-ul-top > li:last-child{
        border-bottom: none !important;
    }
    .footer-ul-top li a{
        padding: 0;
        font-size: 0.8em;
    }
    footer .footer-address-bar > .footer-address{
        display: block;
        width: 100%;
        margin-left: 0;
        border-left: none !important;
        border-top: 1px solid rgba(0,0,0,0.08) !important;
        padding: 18px 0 !important;
        text-align: center;
    }
    footer .footer-address-bar > .footer-address h4{
        display: inline-block;
        font-size: 1.2em !important;
    }
    footer .footer-address-bar > .footer-address:first-child{ border-top: none !important; }
    footer .footer-address-bar > .footer-address:last-child{
        position: relative;
        width: 100% !important;
        text-align: center;
        float: unset;
    }
    footer .footer-address-bar > .footer-address:last-child h4,
    footer .footer-address-bar > .footer-address:last-child a,
    footer .footer-address-bar > .footer-address:last-child p{
        text-align: center;
    }

    .footer-bottom ul.footer-social{
        display: inline-block;
        padding-left:0;
    }

}
@media (min-width: 991px) and (max-width: 1280px) {
    header.mobile a.logo-brand > img{
        width: 144px;
    }
}
@media (max-width: 991px) {


    .faaliyet-card .title {
        bottom: 15px !important;
        font-size: 15px !important;
        left: 15px !important;
    }


    .faaliyet-card .desc {
        display: none;
    }

    .head-ribon-1{
        font-size: 0.9em !important;

    }
    div.mainwrap {
    }
    div.product-card-1{
        flex-direction: column;
    }
    .offer-form .form-area{
        width: 100vw;
    }
    div.product-card-1 .img {
        height: 144px;
        width: 100%;
        background-size: auto 80% !important;
        background-repeat: no-repeat !important;
        border: 1px solid #ddd;
    }
    div.product-card-1 .img{


    }
    div.product-card-1 .content{
        width: 100%;
    }
    /* Mobile slider fixes */
    div.mainslider div.item {
        height: 40vh !important;
    }
    div.mainslider div.item h1 {
        font-size: 1.2em !important;
        margin-bottom: 5px !important;
        white-space: normal !important;
    }
    div.mainslider div.item p {
        font-size: 0.85em !important;
        max-width: 95% !important;
        margin-left: 2.5% !important;
        line-height: 1.4 !important;
    }
    div.mainslider div.item .syh-button {
        padding: 8px 16px !important;
        font-size: 12px !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 1165px) {
    header.desctop {
        display: none;
    }
    header.mobile {
        display: block;
    }
}

@media (max-width: 560px) {

}


/*threshold bigger*/
@media (min-width: 1500px) {

}

@media (min-width: 1280px) {

}

@media (min-width: 992px) {

}
@media (min-width: 1166px) {
    header.desctop {
        display: block;
    }

    header.mobile {
        display: none;
    }

}

@media (min-width: 560px) {

}


@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */

}

@supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
}