/* Large devices (desktops, 992px and up) */
/* @media (max-width: 992px) { 
    
} */

@media (max-width: 992px) { 
   
    .nav-item{
        padding: 10px;
    }

   /*  .carousel-control-next, .carousel-control-prev{
        bottom: 30px;
    } */

    /* .whats-app-section {
        margin-right: 10px;
        padding: 10px;
        background-color: rgba(255, 255, 255, 1);
    }    */ 


    

    .section-padding{
        height: 3rem;
    }

    .tab-pane img{
        max-width: 150px;
    }

    .our-vision-section img{
        width: 100px;
        height: auto;
    }

    .navbar-collapse{
        /* background-color: #FFFFFF; */
    }

    .navbar-brand img{
         max-height: 60px;
    }

    .navbar-toggler{
        color: #FFFFFF;
    }


}



@media (max-width: 1200px) { 
    /* .container {
        max-width: 100%;
    } */
.header-section .nav-item { padding: 5px; }

 }

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

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

@media (max-width: 576px) { 
    .floating-button{
        display: none;
    }
    
}

@media (min-width: 420px) { 
    .search-section h1{
        font-size: 2.5rem;
        margin-top: 30px;
        line-height: 2.5rem;
    }
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 


 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .search-section h1{
        font-size: 3rem;
        margin-top: 30px;
        line-height: 3rem;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* .featured-image-section featured-image{ background-position: center center;} */
    .search-section h1{
        font-size: 4rem;
        margin-top: 30px;
        line-height: 4rem;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
    /* .home-search-section h1 {font-size:5rem;}  */
  }
   
  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  @media (min-width: 768px) {  
    /* .home-search-section h1 {font-size:5rem;}  */
  }
   
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 
    /* .home-search-section h1 {font-size:3rem;}  */
  }
   
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    /* .home-search-section h1 {font-size:5rem;}  */
  }