/*===========*/
.navbar.navbar-default {
    display: none;
}
.footer {
    padding-top: 20px;
    background: none;
}
.footer .container {
    display: none;
}
.container {
    width: 90%;
    /*max-width: 1170px;*/
        padding-top: 0;
}
.img-responsive {
    width:100%;
}
.nav-pills {
    display: none;
}
.footer-text {
    padding: 10px 0 0;
    float: right;
    margin-right: 17%;
}
.mobile-click {
    display: none;
}
.mobile-text {
    outline: none;
}
@media screen and (max-width: 767px){
   .footer-text {
   text-align: center !important;
    float: inherit;
    margin: inherit;
} 
.mobile-click {
height:300px;
}

}

 @media screen and (max-width: 1200px){
     .footer-text {
   text-align: center !important;
    float: inherit;
    margin: inherit;
} 
.mobile-click {
    display: block;
    padding: 30px 5px 20px;
    text-align: center;
    
}
.pdfDocumentViewer.section {
    display: none;
}
 }
 @media screen and (max-width: 767px)
 {
     .mobile-click
 
 {
     height:390px;
     
 }}

 @media only screen and (max-width: 1200px) and (min-width: 768px)
 {
     .mobile-click
 
 {
     height:800px;
     
 }
 }
@media screen and (max-width: 1200px){
.pdf-container .pdf-object {
    display: block !important;
}
.pdf-container .pdf-image {
    display: none;
}
}