/* CUSTOM NEW CSS FOR RESPONSIVE ONLY----------- By ESTAINS */
/*-----------------------------------------------------------------*/
/*                                                                 */
/*                      R E S P O N S I V E                        */
/*                                                                 */
/*-----------------------------------------------------------------*/
/*  IPAD / SMALLER DESKTOP SCREEN  */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  
}
/*  MOBILE SCREEN (iPhone6/7/8 up)  */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .fixed-top {
    padding: 1rem !important;
  }
  .home-style .navbar-brand img{
    max-height: 40px;
  }
  #navbarSupportedContent .nav-item{
    padding: 1rem;
  }
  .home{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
  }
  .home .container{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .box-slide .text-header p{
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .service-announce, .news-announce{
    padding-bottom: 2rem;
  }
  .service-type .service-part:nth-child(1), .service-type .service-part:nth-child(2){
    margin-top: 2rem;
  }
  .service-type .service-part{
    text-align: center;
  }
  .plans-announce, .contact-announce{
    padding: 3rem 1rem;
  }
  .plans-image{
    left: -15px;
    width: 100vw;
    position: relative;
    height: 50vh;
  }
  .news-content .news-list-module li{
    padding-bottom: 1.5rem;
  }
  .news-content .news-list-module a{
    flex-direction: column;
  }
  .contact-content{
    position: relative;
    left: -15px;
    height: auto;
    width: 100vw;
  }
  .footer-additional{
    flex-direction: column;
  }
  .footer-additional .copyright{
    margin-bottom: 1rem;
  }
  .footer-additional .menu-list li{
    width: 50%;
    padding: 1rem;
    margin: 0;
  }
}





