

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}


@media only screen and (max-width: 768px) {

}


/* Mobile Responsive */

@media only screen and (max-width: 576px) {
    
    .page_container {
        padding: 0px 20px;
    }

    .header {
        display: block;
        text-align: center;
        padding: 30px 0px;
    }

    .head_title {
        font-size: 22px;
    }
    
    .type_reg {
        width: 100%;
    }
}


@media only screen and (max-width: 390px) {


}

/* Mobile Responsive */