
@media (min-width: 1700px) and (max-width: 1850px) {

}

@media (max-width: 1700px) and (min-width: 1500px) {

}

@media (max-width: 1550px) and (min-width: 1280px) {


}

@media(min-width: 992px) and (max-width: 1280px){

}

@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) {

}

/*Max Treshoolds*/

@media (max-width: 1700px){

}
@media (max-width: 1600px){
    :root{

    }
    .content-container.fully-area{
        width: 90svw;
    }

}
@media (max-width: 1500px){

    :root{
        --content_container: 95vw !important;
    }
}
@media (max-width: 1400px){


}
@media (max-width: 1376px){
    .priv-columns {
        justify-content: center;
    }

    :root{
        --content_container: 95vw;
    }

    .biz-arariz-form{
        width: 100svw;
        right: -100svw;
    }
    .biz-arariz-form.active{
        right: 0;
    }
    .page-wrapper{
        width: 100svw;
    }
    .arda-was-here{
        width: 100svw;
    }
    header.header-nav-center{
        width: 100svw!important;
    }
    .biz-arariz-form {
        width: 100svw;
        right: -100svw;
    }
    .biz-arariz-form.active {
        right: 0;
    }
}
@media (max-width: 1279px){

    .priv-columns {
        justify-content: center;
    }

    :root{
        --content_container: 95vw;
    }
    .arda-was-here{
        height: fit-content;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .proc-list li a{
        flex-direction: column;
        line-height: 1.5em;
    }
    .proc-list li a i{
        height: fit-content;
        margin-bottom: 10px;
    }
    .proc-list li a span{
        font-size: 0.8em;
    }
}
@media (max-width: 1200px){
    .pattern_hero::before{
        left: 0;
    }
    .pattern_hero::after,
    .hero.has_style1::before
    {
        right: 0;
    }
    .fac-card{
        margin-top: 30px;
        padding: 20px;
    }
    .fac-card::before{
        left: calc(50% - 90px);
    }
    .fac-card-dep-list li a{
        align-items: center;
    }
    .fac-card-dep-list li a small{
        display: flex;
        justify-content:  center;
    }
    .fac-title-area .fac-title{
        text-align: center;
    }
}
@media (max-width: 1100px){
    .priv-columns {
        justify-content: center;
    }
    .hero-1{
        font-size: 1.2em;
    }
    h1, h2, h3{
        font-size: 1.5em !important;
    }
    h4,h5,h6{
        font-size: 1.2em !important;
    }

    .navbar.navbar-expand-lg.navbar-light{

    }
    header .navbar .navbar-collapse{
        box-shadow: none !important;
        border: none !important;
        padding: 0;
    }
    header .navbar-collapse .navbar-nav > li.nav-item{
        border-bottom:1px solid #ddd;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
        display: block;
    }
    .dropdown .dropdown-toggle .icon_arrow{
        display: inline-flex;
    }
    header .navbar{
        padding:unset;
    }
    .navbar.navbar-expand-lg.navbar-light{
        /*padding: 15px;*/
    }
    .dropdown.show .dropdown-menu.single-drop{
        width: 100%;

        border-radius: 0 !important;
    }
}
@media (max-width: 991px){
    .priv-columns {
        justify-content: center;
    }

    .contact-box h3 {
        font-size: 1em !important;
    }

}
@media (max-width: 768px){}
@media (max-width: 560px){}
/*Min Treshoolds*/


@media (min-width: 1700px){}
@media (min-width: 1500px){

}
@media (min-width: 1281px){
    .biz-arariz-form-toggler{
        display: none !important;
    }
}
@media (min-width: 1281px){

}
@media (min-width: 1101px){


}
@media (min-width: 992px){


}
@media (min-width: 768px){}
@media (min-width: 560px){}