
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    .text_banner{
        font-size: 24px;
    }
    .bg_headlineC{
        font-size: 22px;
        font-weight: 100;
    }
    .bg_headlineC, .bg_headlineI{
        border-radius: 0px;
    }
    .bg_infomation2{
        font-size: 16px;
    }
    .certificate {
        width: 85%;
        height: auto;
        margin-left: 10px;
    }
    .bg_infomation1, .bg_infomation2{
        margin: auto;
    }    
    #testimonial_text_wap {
        width: 80%;
    }
    #templatemo_about .testimonial_text {
        margin-left: 20px;
    }
    .person{
        margin-left: -15px;
    }
    #imgpro{
        display: inline-block;
        margin-left: 0px !important;
    }
    #textpro{
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    .certificate {
        width: 100%;
        height: auto;
        margin-left: 10px;
    }
    .bg_infomation1, .bg_infomation2{
        margin: auto;
    }    
    .bg_headlineC, .bg_headlineI{
        border-radius: 0px;
    }    
    #testimonial_text_wap {
        width: 80%;
    }
    #templatemo_about .testimonial_text {
        margin-left: 20px;
    }
    .person{
        margin-left: 55px;
    }
    #imgpro{
        display: inline-block;
        margin-left: 0px !important;
    }
    #textpro{
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
}
/* Samsung Galaxy S5 ----------- */    

/* Nexus 4 ----------- */
@media only screen and (min-device-width: 384px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    .container_wapper{
        margin: auto;
    }
    .certificate{
        width: 100%;
    }
    .bg_infomation1, .bg_infomation2{
        margin: auto;
    }
    .bg_headlineC, .bg_headlineI{
        border-radius: 0px;
    }    
    #imgpro{
        display: inline-block;
        margin-left: 0px !important;
    }
    #textpro{
        margin-top: 0px !important;
        margin-left: 0px !important;
    }
}







@media only screen and (min-width : 320px){
    .text_banner{
        font-size: 24px;
    }
    .bg_headlineC,.bg_headlineI{
        width: 100%;
        font-size: 18.5px;
        border-radius: 0px;
    }
    .bg_object{ font-size: 18.5px;display: inline-block;}
    .container_wapper{ margin: auto;}
    .certificate{ margin: auto;width: 100%;}
    #prev_testimonial{left: -15px;}
    .bg_infomation1, .bg_infomation2{ margin: auto;}
    .person{ margin: auto;}
    #imgpro{
        display: inline-block;
        margin-left: 0px !important;
    }    
    #textpro{
       margin-top: 0px !important;
        margin-left: 0px !important;
    }    
}





/* Small devices (tablets, 768px and up) */
@media (min-width : 768px) and (max-width : 991px) { 
    .text_banner{
        font-size: 1.9em;
    }
    .bg_headlineC,.bg_headlineI{
        width: 100%;
        font-size: 23px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }