/*@media(max-width: 1000px){.js-facebook-messenger-box{display: none;}}*/
@media only screen and (min-width: 1200px) and (max-width: 1499px){
    .navigation-menu > ul > li {
        margin: 0px 15px 0px 15px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
            .header-area.is-sticky.only-mobile-sticky {
                box-shadow: 1px 2px 2px #2b2a1f;
                background: #063585;
                padding-top: 5px;
            }
            .section-end-page {
                padding: 10px 0 50px 0px;
            }

            .bg-pink{
                height: 46px;
                background-color: #063585;
            }
}
@media only screen and (max-width: 992px) {

}

  @media only screen and (max-width: 768px) {
    .cp__header{
        display: flex;
        flex-direction: column;
    }
    .cp__header .cp__item{
        margin: 5px 0px;
        grid-gap: 5px;
    }
    .chat-nav li .call-mobile {
        position: relative;
      }
      .chat-nav li .call-mobile-style {
        box-shadow: none;
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 50px !important;
        height: 50px !important;
        border-radius: 100%;
        line-height: 15px;
        border: 2px solid white;
      }
      .chat-nav li .call-mobile .btn_phone_txt {
        position: relative;
        top: 35px;
        font-size: 10px;
        font-weight: bold;
        text-transform: none;
      }
      .chat-nav ul > li a i {
        width: 100%;
      }
      .chat-nav li .chat_animation {
        display: block !important;
      }
      .chat-nav ul > li a {
        padding: 0;
        margin: 0 auto;
      }
      .chat-nav {
        background: white;
        width: 100%;
        border-radius: 0;
        color: #fff;
        height: 60px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
      }
      .chat-nav li {
        float: left;
        width: 20%;
        list-style: none;
        height: 50px;
      }
  }
  @media only screen and (max-width: 576px) {
    .cp__header{
        display: flex;
        flex-direction: column;
    }
    .cp__header .cp__item{
        margin: 5px 0px;
        grid-gap: 5px;
    }
  }
  @media only screen and (max-width: 390px) {
  }
  @media (max-width: 870px) {
    .btn-phone {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .call-now{
        font-size: 7pt;
    }
    .img_gif{
    display: none;
    }
    .carousel-indicators {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .flexible-image-slider-wrap {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

}

@media screen and (max-width: 768px) {
    .flexible-image-slider-wrap {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .call-now{
        font-size: 8pt;
    }
    .section-slider{
        z-index: 1;
        margin-top: 0;
    }
}
