﻿
/* --------------------------------- MIN WIDTHS ---------------------------- */
@media screen and (min-width : 1200px) {



}

@media screen and (min-width : 992px) {



}

@media screen and (min-width : 768px) {

    

}


/* --------------------------------- MAX WIDTHS ---------------------------- */
@media screen and (max-width : 0) {



}

@media screen and (max-width : 1199px) {

    .prasis_banner_area .banner_item_description_column {
        font-size: 0.7em;
        top: 8%;
        width: 50%;
    }

    .cycle_banner_container {
        height: 650px !important;
    }

    .intro_section {
        padding-bottom: 20px;
        padding-top: 25px;
    }

    #header .header_links a {
        
    }

}

@media screen and (max-width : 1199px) and (min-width : 992px) {



}

@media screen and (max-width: 1024px) {

    #header .header_contact p {
        font-size: 1em;
    }

}

@media screen and (max-width : 991px) {

    .intro_section.section.text-center {
        position: static;
    }

    .cycle_banner_container {
        height: 350px !important;
    }

}

@media screen and (max-width : 991px) and (min-width : 768px) {



}

@media screen and (max-width : 767px) {

    #header {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .prasis_banner_area .banner_item_description_column {
        background-color: rgba(255, 255, 255, 0.5);
        font-size: 0.65em;
        margin-top: 2%;
        min-width: unset;
        position: static;
        width: 100%;
    }

    .cycle_banner_container {
        height: 275px !important;
    }

    .cycle_banner_container .banner_item {
        background-position: center center !important;
    }

}

@media screen and (max-width: 500px) {

    .prasis_banner_area .banner_item_description_column {
        font-size: 0.55em;
    }

    .why_choose_plasta .caret_after {
        border-left: 110px solid transparent;
        border-right: 110px solid transparent;
        border-top: 50px solid;
    }

}