/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

}
@media only screen  and (max-width: 1200px){
    .top_divider {
        margin-top: 18px !important;
    }
    .bottom_divider{
        margin-top: 18px !important;
    }
    .b2_divider{
      margin-top: 0px !important;        
    }
    .b3_divider{
        margin-top: 6px !important;  
    }
    .font-20 .title-h3{
        font-size: 20px;
        line-height: 23px;
    }
    .font-20 .light-1{
        font-size: 20px;
        line-height: 23px;
    }
    .font-20 .title-h4{
        line-height: 23px;  
    }
    .column_padding{
        padding-left: 20px;
        padding-right: 20px;
    }
    .padding-bottom{
        padding-bottom: 20px;
    } 
    .page-id-30892 .vc_custom_1468835974019 {
        margin-top:30px !important;
        flex-direction: column-reverse;
    }
}

