/* (1366x768) WXGA Display */

@media screen and (max-width: 1366px) {}

@media (min-width: 904px) and (max-width: 1200px) {}


/*tablette*/

@media (min-width: 768px) and (max-width: 991px) {
    .align-logo{
        text-align: center;
        margin-bottom: 0px!important;
    }
    .clr-bth {
        margin-bottom: auto;
    }
    [class*="col-"] {
        margin-bottom: 15px;
    }
    .lg-align {
        text-align: center;
    }
    .valign-abs-txt-nav {
        position: relative;
        clear: both;
        margin-bottom: 15px;
    }
    .no-mrg {
        margin-bottom: 0;
    }
    .about-intro-text {
        padding: 50px;
        -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
    .txt-aligner {
        text-align: center;
    }
    .elt {
        display: block;
    }
}


/*@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}*/


/* smartphone */

@media (max-width: 767px) {
    .align-logo{
        text-align: center;
        margin-bottom: 0px!important;
    }
    .sub-tt {
       font-size:30px; 
    }
    .elt {
        display: block;
    }
    .nv-header img,
    .logo-wht,
    {
        width: 120px;
    }
    .txt-aligner {
        text-align: center;
    }
    .lg-align {
        text-align: center;
    }
    .about-intro-text {
        padding: 50px;
        -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
    .succ-ic img {
        width: 60px;
    }
    .frame p {
        font-size: 15px;
    }
    .no-mrg {
        margin-bottom: 0 !important;
    }
    .clr-bth {
        margin-bottom: auto;
    }
    [class*="col-"] {
        margin-bottom: 15px;
    }
    .square-box {
        height: auto !important;
    }
    .valign-abs-txt-nav {
        position: relative;
        clear: both;
        margin-bottom: 15px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {}