/* ====================================================
    Re.about-img-leftponsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    .containeri{
        flex-wrap: wrap;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    .containeri{
        flex-wrap: wrap;
    }
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

 @media (min-width : 767px) {
  
 }
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    .sec2{
        border-top: 5px solid white;
      }
      .ltn__slider-12 .slide-item-img{
        width: 100%!important;
        position: relative!important;
        height: auto!important;
        right: auto!important;
        bottom: auto!important;
      }
      /* .kalabria1{
        height: auto;
      }
      .kalabria2{
        height: auto;
      }
      .kalabria3{
        height: auto;
      }
      .kalabria4{
        height: auto;
      } */
      .google-map{
        height: 750px!important;
      }
    iframe{
        height: 300px;
    }
    .bas{
        height: 700px!important;
        margin-top: 100px;
    }
    
    .bgg{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .secc{
        right: 50%!important;
        left: 0%!important;
        transform: translate(0%)!important;
    }
    .alli{
        width: 100%!important;
      }
    .containeri{
        flex-wrap: wrap;
    }
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

}
