@media (min-width: 992px) {
  .custom_nav-container .navbar-toggler {
     display:none !important;
  }
}
@media (max-width: 1299px) {
  .hero_area .hero_bg_box {
    top: 0;
    left: 0;
    width: 100%;
  }

}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .custom_nav-container .navbar-toggler {
    outline: none;
    /***added css***/
      font-size: 1.25rem;
      line-height: 1;
      background-color: #65bfa1;
      border: 1px solid #fff;
      border-radius: 0.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
  
      padding: 0;
    /* width: 37px;
    height: 42px; */
      width:60px;
      height:60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .hero_area {
    min-height: auto;
  }

  .slider_section .detail-box {
    margin-bottom: 45px;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }
  .footer_section .footer_bg_box img {
    -o-object-position: 10% top;
    object-position: 10% top;
  }
}

@media (max-width: 767px) {

  .about_section .img-box {
    margin-bottom: 30px;
  }

  .contact_section .form_container {
    margin-bottom: 45px;
  }

  .client_section .box {
    margin: 45px 0;
  }

  .hero_area .hero_bg_box img {
    -o-object-position: center top;
    object-position: center top;
  }
  /* .navbar-brand{
    width:200px;
    height:auto;
  } */
  .layout_padding{
    padding:20px !important;
  }
  .welcome_heading{
    margin:0 !important;
  }
  .box{margin-bottom:20px;}
  .home_redirect_section .box div.redirection_images img{
    width:100%;
    height:auto;
  }
  .button-container{
        margin-top: 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
  }
  .about_us_content, .contact_us_content, .right_animation{
    padding:20px !important;
  }
  .banner_section_overlay{
    height:20%;
  }
  .banner-content h1{
    font-size: 2rem;
  }
  .colored_borders{padding:10px;}
  .blockquote{
    font-size:1rem;
  }
  .colored_borders:after, .colored_borders:before{
    display:none !important;
  }
  .pagination-lg .page-link{
    padding:0.5rem 1rem !important;
  }
  .layout_padding-top{padding:0 !important;}
  .mobile_footer_padding{
    padding:20px !important;
  }
  .footer_col:nth-child(4) {
     padding-bottom:1rem !important;
  }
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }
  .card{
    padding: 0 15px 15px 15px;
    padding-top: 35px;
    margin:1rem 0 !important;
  }
  .card-icon-box{
    width: 75px;
    height: 75px;
  }
  .card-icon-box img{
    width: 35px;
    height: 35px;
  }
  ul.slick-dots{
    display:none !important;
  }
  .privacy_policy_banner{
    background-image:url('../images/banners/privacy_policy_banner_mobile.jpg');
  }
  a.back-to-top{
    margin-bottom:22px;

  }}

@media (max-width: 576px) {}

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .about_section {
    border-radius: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media  (min-width: 768px) and (max-width: 992px) {
  .feature-item .feature-icon{
    height:300px;
  }
}


@media  (min-width: 768px) and (max-width: 1024px) {
  .slick-dots li {
    margin: 0 3px; 
  }
  .slick-dots li a.dot {
    display: inline-block;
    width:8px;             
    height:8px;              
    background-color: #000;
    border-radius: 50%;     
    cursor: pointer;
  }
  ul.slick-dots{
   display:flex;
   flex-wrap:wrap;
   width:80%; 
  }
}
@media  (min-width: 768px){
  .product_item .img_holder .BI-layer{
     right: 8%;
  }
}