.show-sm {
    display: none;
}
.show-lg {
    display: block;
}
.b-lg {
    font-size: 24px;
}
@media (min-width: 1701px) and (max-width: 1839px) {
    .carousel-caption {
        bottom: 150px;
    }
}
@media (min-width: 1304px) and (max-width: 1700px) {
    .carousel-caption {
        bottom: 70px;
    }
}
@media (min-width: 1200px) and (max-width: 1304px) {
    .carousel-caption {
        bottom: 29px;
    }
}
@media only screen and (min-width: 1200px) {
    .carousel-inner > .carousel-item > img {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .tv {
        padding-left: 40px;
    }
    .tv-font {
        font-size: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .font-span {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tv {
        margin-left: 33px;
    }
    .tv-font {
        font-size: 8px;
        padding-left: 7px;
        padding-right: 10px;
    }
    .font-span {
        font-size: 20px;
    }
    .tv-right {
        float: left !important;
    }
    .tv-offset {
        font-size: 9px;
        padding-left: 40px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .tv {
        background-color: #fff;
    }
    .tv-font {
        font-size: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .font-span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .show-sm {
        display: block;
    }
    .show-lg {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #sidebar {
        display: inline-block;
    }
    .center {
        text-align: center;
    }
    .mp {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .mpb {
        padding-bottom: 2rem;
    }
    .mpt {
        padding-top: 2rem;
    }
    .content-center {
        margin: auto;
    }
    .carousel-caption {
        background-image: none;
    }
}
@media only screen and (max-width: 575px) {
    .m-img {
        display: none;
    }
    #m-img::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-image: url(../images/seaman-with-overlay.jpg);
        background-size: cover;
        opacity: 0.2;
    }
    .top-bar {
        display: none;
    }
    .offset-1 {
        margin-left: 0%;
    }
    .arrow {
        padding-top: 45px;
        margin: 0 auto;
    }
    .ani {
        margin: 0px !important;
    }
}
@media only screen and (max-width: 414px) {
    .text-white {
        color: #fff !important;
        font-size: 12px;
    }
    .text-primary {
        color: #171b48 !important;
        font-size: 12px;
    }
    .carousel-caption {
        bottom: 180px;
        background-image: none;
    }
    .mp {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .mpb {
        padding-bottom: 2rem;
    }
    .mpt {
        padding-top: 2rem;
    }
    .content-center {
        margin: auto;
    }
}
@media only screen and (max-width: 367px) {
    .mpb {
        margin-left: 0px;
    }
    .mvt {
        text-align: center;
    }
}
@media only screen and (max-width: 330px) {
    .mpb {
        margin-left: -18px;
    }
    .mvt {
        text-align: center;
    }
}
  @media only screen and (min-width: 1600px) {

    .slides_container div { 

      margin: 0px auto; 

      width: 1100px; 

      height: 500px;  

    } 



    .slides_container {

      margin: 0px auto;

    }

  } 



  @media screen and (max-width: 1599px) and (min-width: 1200px) { 

    .slides_container div { 

      margin: 0px auto; 

      width: 1100px; 

      height: 400px;  

    } 



    .slides_container {

      margin: 0px auto;

    }  

  }  



  @media screen and (max-width: 1199px) and (min-width: 768px) { 

    .slides_container div { 

      margin: 0px auto; 

      width: 1100px; 

      height: 300px;  

    } 



    .slides_container {

      margin: 0px auto;

    }  

  }
  
  @media screen and (min-width: 1545px) and (max-width: 1795px) {
      .carousel-indicators{
          top: 600px;
      }
  }
  
  @media screen and (min-width: 1401px) and (max-width: 1544px) {
      .carousel-indicators{
          top: 515px;
      }
  }
  
  @media screen and (min-width: 1301px) and (max-width: 1400px) {
      .carousel-indicators{
          top: 470px;
      }
  }  
  
  @media screen and (min-width: 1200px) and (max-width: 1300px) {
      .carousel-indicators{
          top: 385px;
      }
  }    