/* ===================================================================================

* Theme Name: Bioxlab Child
* Theme URI: https://www.themepure.net/wp/bioxlab/
* Author: Theme_Pure
* Author URI: https://themeforest.net/user/theme_pure/portfolio
* Description: Bioxlab – Laboratory & Science Research WordPress Theme
* Version: 1.0.0
* Template: bioxlab
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */


p,
ul li,
ol li {
    color: #333;
}
.logo img {
    width: auto;
}
.tp-mob-logo img {
    width: auto;
    max-width: 300px;
}
.tp-footer-top.pb-25 > .container > .row:first-child {
    display: none;
}
.footer-col-4 {
    margin-left: 0;
}
.footer-widget .footer-widget__title img {
    width: auto;
    max-width: 300px;
}

ul#menu-main-menu {
    list-style: none;
}

.content-layout-right {
    width: 100%;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
    line-height: 50px;
}

.gallery-item::before {
    display: none;
}

.contact_info_boxes > div > .tpcontact {
    margin: 0;
    margin-bottom: 27px;
}


.home__about .tp-about__info-list,
.home__about .about__exprience {
    display: none;
}
.home__logos .brand-items .swiper-slide img {
    max-height: 130px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.home__logos .swiper-container-free-mode > .swiper-wrapper {
    align-items: center;
}
.footer__blank .footer-bottom-border > .row > div:first-child {
    width: 100%;
    text-align: center;
}
.footer__blank .footer-bottom-border > .row > div:last-child {
    display: none;
}

.gallery__section div img {
    max-height: 216px;
    height: 100%;
    display: block;
    object-fit: cover;
}


.breadcrumb__overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.breadcrumb__overlay .container {
    /*opacity: 0;*/
}
.breadcrumb__overlay::after {
    /*opacity: 0;*/
}



.page-id-643 .breadcrumb__overlay {
    background-position: top;
}


div.tp-ab-main-img img {
    max-width: 520px;
}





input#searchInput {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  box-sizing: border-box;
}
.table-container {
  overflow-x: auto;
}
.table-container table {
  width: 100%;
  border-collapse: collapse;
  min-width: 400px;
}
.table-container th,
.table-container td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.table-container tr:hover {
  background-color: #f1f1f1;
}
@media (max-width: 600px) {
  .tp-page-content table tbody td {
    font-size: 13px;
    text-align: left;
  }
}


footer.theme-bg {
    background-color: white;
}
.footer-widget__title {
    color: #171151;
}
.footer-widget p,
.footer-widget ul li,
.footer-widget ul li a,
.footer-widget__copyright span {
    color: #333;
}
.footer-widget__social a i {
    border-color: #333;
    color: #333;
}
.footer-widget__social a i {
    font-size: 20px;
}


body .tp-breadcrumb__link {
    display: none !important;
}

.header-top {
    background-color: #171151;
    padding: 8px 0;
}
.header-top p a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.5px;
    width: fit-content;
    margin: 0 auto;
}
.header-top p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.tpsideinfo__logo.mb-40 {
    display: none;
}
.tpsideinfo__close {
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
    display: block;
}
.tpsideinfo__logo a img {
    background-color: white;
    padding: 10px;
}





/* RESPONSIVE CSS */

/*----------------------------- Large Screens -------------------------------*/


@media only screen and (max-width :1920px) and (min-width: 1601px) {
   
}

@media only screen and (max-width :1600px) and (min-width: 1441px) {
   
}

@media only screen and (max-width :1600px){
    
}

@media only screen and (max-width :1440px){
    
}

@media only screen and (max-width :1440px) and (min-width: 1367px) {

}

@media only screen and (max-width :1366px) and (min-width: 1281px) {

}

@media only screen and (max-width :1366px){
    
}

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    
}

@media only screen and (max-width :1280px){
    
}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
    
}

/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
    
    body.home div.tp-ab-main-img img {
        display: none;
    }
    
}

/*----------------------------- Media Tab -------------------------------*/
@media only screen and (max-width:767px){

}

@media only screen and (max-width:575px){

}

/*----------------------------- Media Mobile Screen -------------------------------*/
@media only screen and (max-width:479px){
    
    .tp-mob-logo img {
        width: auto;
        max-width: 220px;
    }

}

/*----------------------------- Media Small Screen -------------------------------*/
@media only screen and (max-width:320px){
    
}














