




@media (max-width: 768px){


    
.navbar-nav{
 margin: 5px 5px; 
}   

.navbar-right.social-inline{
    
    display: none;
}

.navbar-right{
    
    margin-top: 0;
}

.nav-services{   
    display: none;
}

 .thin-md {
    width: 85%;
    margin: 0 auto;
}



    
}

/* 
===========================================
TABLETS
===========================================
*/

@media (min-width: 768px) and (max-width: 992px) {
    





/*BILLBOARD*/

.billboard .col-md-6 {

    height: auto; 
}

 .thin-md {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

 .section-title::after {

    display: none;

}

 .process .border-bottom {
    border-bottom: transparent;
}

}


/* 
===========================================
BIG MOBILE PHONES
===========================================
*/

@media (max-width: 768px) {

    .container-xl {
        width: auto;
    }
    /* NAVBAR */



    /* NAVBAR LARGE */

    .navbar-lg .navbar-toggle {
        margin-top: 35px;
        margin-bottom: 30px;
    }


    /* CAPTIONS */

    .jumbotron-caption {
        width: 100%;
        min-width: 200px;
        margin-top: 120px;
        text-align: center;
    }

    .tablet-caption-middle-center {
        float: none;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20%;
    }

    .jumbotron-caption p {
        width: 100%;
    }



    /* VALUE PROPS */



    .value-props .col-xs-12 {
        padding-bottom: 20px;
    }

    .value-props .col-xs-12:nth-child(4) {
        padding-bottom: 0px;
    }

/*BILLBOARD*/

.billboard .col-md-6 {

    height: auto; 
}

.card-container, .front, .back {
    width: 100%;
    height: 620px;
}

 .thin-md {
    width: 85%;
    margin: 0 auto;
    text-align: center;    
}

 .section-title::after {

    display: none;

}

.etabs{
     margin-top: 10px;
     
 }

 .panel-container{
     
     margin-bottom:  20px;
 }

 .process .border-bottom {
    border-bottom: transparent;
}

}

/* 
===========================================
SMALL MOBILE PHONES
===========================================
*/


 @media (max-width: 480px) {
     
     .jumbotron-caption {
        width: 100%;
        min-width: 200px;
        margin-top: 100px;
        text-align: center;
    }       
 
 
 .card-container, .front, .back {
    width: 100%;
    height: 620px;
}
 
 .thin-md {
    width: 85%;
    margin: 0 auto;
    text-align: center;    
}
 
 .section-title::after {

    display: none;

}
 
.etabs{
     margin-top: 10px;
     
 }
 
 .panel-container{
     
     margin-bottom:  40px;
 }
 
 .process .border-bottom {
    border-bottom: transparent;
}
      
}


















