/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width: 320px) and (max-width: 767px) {
  
  .main-header .navbar .navbar-nav {
    margin-top: 15px;
  }
  .main-header .navbar .navbar-nav > li + li {
    margin-left: 0;
  }
  .main-header .navbar .navbar-nav .nav-item {
    text-align: center;
  }
  .main-header .navbar .navbar-nav .nav-link:hover,
  .main-header .navbar .navbar-nav .active {
    color: #FFFFFF;
    background-color: #5C84B1;
  }
  .flex-partner{
    flex-direction: column;
    align-items: center;
  }
  .section h3 {
    font-size: 2em;
  }
  .section.appointment h3 {
    font-size: 1.6em;
  }
  .page-title .page-title-right {
    display: none;
  }
  .page-title h2 {
    font-size: 2.9em;
  }
  .carousel .background .caption {
    top: 40%;
  }
  .carousel .background .title-about {
    font-size: 2.5em;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
  .serv div.item + div.item {
    margin-top: 40px;
  }
  .serv .item {
    text-align: center;
  }
  .serv .item .item-icon {
    margin: 0 auto 10px auto;
  }
  .experts .row div:not(:first-child):not(:last-child) {
    margin-bottom: 50px;
  }
  .progress-section .row div.box + div.box {
    margin-top: 20px;
  }
  .testimonials .testimonial,
  .comments .testimonial,
  .testimonials .comment,
  .comments .comment {
    width: 100%;
  }
  .faq h3 {
    margin-bottom: 20px;
  }
  .faq .accordion .card-header,
  .faq .accordion .btn {
    padding-left: 0;
    font-size: 11px;
  }
  .info {
    margin-top: 30px;
  }
  .info .address a {
    font-size: 0.7em;
  }
  .comments q {
    font-size: 1em;
  }
  .choose .img-1,
  .choose .img-2,
  .choose .img-3 {
    width: 103px;
  }
  .choose .icon-box-horizontal,
  .choose .unit-spacing-md.unit {
    margin-left: 0;
  }
  .services.section {
    padding-bottom: 50px;
  }
  .our-services .row-low-serv {
    margin-bottom: 0;
  }
  .our-services .item-icon {
    margin: 10px auto;
  }
  .our-services .item {
    margin-bottom: 20px;
    text-align: center;
  }
  .section.advice {
    text-align: center;
  }
  .section.advice h3 {
    margin-bottom: 30px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-header .navbar .navbar-nav > li + li {
    margin-left: 30px;
  }
  .page-title .page-title-right {
    display: none;
  }
  .comments q {
    font-size: 1.2em;
  }
  .services.section {
    padding-bottom: 50px;
  }
  .section.advice {
    text-align: center;
  }
  .section.advice h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .choose .img-1,
  .img-2,
  .img-3 {
    visibility: hidden;
  }
  .who-we-are .col-lg-6 {
    padding-left: 25px;
  }

}
@media only screen and (max-width: 1199px) {
  .grid{
    grid-template-columns: repeat(3, 1fr)
  }
}
@media only screen and (max-width: 767px) {
  .grid{
      grid-template-columns: repeat(2, 1fr)
    }
  }
  @media only screen and (max-width: 480px) {
    .grid{
        grid-template-columns: repeat(1, 1fr)
      }
      .section h3{
        text-align: center;
      }
    }
/* Desktops and laptops ----------- */
/* Large screens ----------- */

.navbar-light .navbar-brand{
  background: seagreen;
  padding: 10px 20px;
}