/*
Theme Name: Patholab
Theme URI: http://demo.bravisthemes.com/patholab/
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes/
Description: Patholab is a clean, modern and responsive design that let you to build an exclusive website for Laboratory, Research, BioResearch, Pharmaceutical Research, Medical Research, Pathology lab, Data Science research lab, Physical Research and Innovation Center or Medical product development, IT Security research lab, and all type of research laboratory related services/businesses websites.
Version: 1.0.5
Requires PHP: 7.0
Tested up to: 6.6
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: patholab
Tags:  bio research, biology laboratory, blue, bootstrap, clean, fast, lab, laboratory, laboratory test, medical research, research, responsive, science research, scientific research 
*/

#pxl-page-title-elementor{display:none!important;}


/* mobile view line heigth fix  */
@media screen and (max-width: 767px) {
  .lineheight {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Tab view line heigth fix  */
@media screen and (max-width: 1024px) {
  .lineheight {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Web view Button width Fix */
.input-filled-btn {width: 93% !important;}

/* Mobile view: up to 767px */
@media screen and (max-width: 767px) {
  .wpcf7-submit {
    width: 100%;
    margin-left: 3%;
    margin-top: 4%;
    background: #f1443b !important;
    color: white !important;
  }
}

/* Tablet view: 768px to 1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wpcf7-submit {
    width: 100%;
    margin-left: 3%;
    margin-top: 4%;
    background: #f1443b !important;
    color: white !important;
  }
}

/* Precaution Section  */
/* Desktop view (768px and below) */
		.elementor-icon-box-wrapper{margin-left:20px!important;}
		
/* Tablet view (768px and below) */
@media screen and (max-width: 1024px) {
  .elementor-icon-box-wrapper {
    margin-left: 10px !important;
  }
}

/* Mobile view (767px and below) */
@media screen and (max-width: 767px) {
  .elementor-icon-box-wrapper {
    margin-left: 5% !important;
  }
}

/* Single service page book button */
@media screen and (max-width: 767px) {
  .center1 {
    margin-left: 0px !important;
  }
}


