/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/

@media (max-width: 1199.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (max-width: 767.98px) {

}

@media (min-width: 576px) and (max-width: 767.98px) {

    .col-sm-6{
        width: 49%;
    }
    .col-xs-6{
        width: 49%;
    }
}

@media (max-width: 575.98px) {
    .m_b_10{
        margin-bottom: 12px !important;
    }
    .title_respnsive{
        font-size: 27px !important;
    }

    .m_t_20{
        margin-top: 30px;
    }

    .g-py-40 {
        padding-top: 1.85714rem!important;
        padding-bottom: 1.85714rem!important;
    }
    .g-pb-40 {
        padding-bottom: 1.85714rem!important;
    }

    .g-pt-40 {
        padding-top: 1.85714rem!important;
    }
    .f_size_21{
        font-size: 23px !important;
    }
    .height_zero{
        height: 0;
    }
    .g-font-size-default {
        font-size: 1.1rem!important;
    }

    .col-xs-12{
        max-width: 100%;
        width: 100% !important;
        flex: none;
    }

}
@media (max-width: 360px) {
    .height_zero{
        height: 0;
    }
    .m_b_10{
        margin-bottom: 10px !important;
    }
    .title_respnsive{
        font-size: 25px !important;
    }
    .m_t_20{
        margin-top: 20px;
    }
    .f_size_21{
        font-size: 21px !important;
    }
    .g-py-40 {
        padding-top: 0.85714rem!important;
        padding-bottom: 0.85714rem!important;
    }
    .g-pb-40 {
        padding-bottom: 0.85714rem!important;
    }
    .g-pt-40 {
        padding-top: 0.85714rem!important;
    }

    .g-pb-50 {
        padding-top: 2.57143rem!important;
    }
    .g-pt-50 {
        padding-top: 2.57143rem!important;
    }
    .g-font-size-default {
        font-size: 1.1rem!important;
    }

    .col-xs-12{
        max-width: 100%;
        width: 100% !important;
        flex: none;
    }


}


/* ----------------------------------------------------------------
	Retina CSS
-----------------------------------------------------------------*/

