@import url("http://fonts.cdnfonts.com/css/gotham");
/* font-family: 'Gotham', sans-serif;
font-family: 'Gotham Black', sans-serif;
font-family: 'Gotham Light', sans-serif;
font-family: 'Gotham Thin', sans-serif;
font-family: 'Gotham XLight', sans-serif;
font-family: 'Gotham Book', sans-serif;
font-family: 'Gotham Ultra', sans-serif; */

body {
  font-family: "Gotham", sans-serif;
  color: #000;
}
.brand-link {
  height: 75px;
}
.custInfo i {
  font-size: 24px;
}
.custInfo .dropdown-menu-lg .dropdown-item {
  padding: 0.5rem 1rem 0rem 1rem;
  font-size: 14px;
}
.custInfo .dropdown-menu-lg {
  padding-bottom: 0.5rem;
}

h4,
.h4 {
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
h2,
.h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
h5,
.h5 {
  font-size: 24px;
  font-family: "Gotham", sans-serif;
}
h6,
.h6 {
  font-weight: 600;
}
.content-header {
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #fcfdfd;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.breadcrumb-item.active a {
  color: #484a4c;
  font-weight: bold;
}
.breadcrumb-item a {
  color: #484a4c;
  text-decoration: none;
}
.pageTitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.dateRange .input-group {
  margin: 0px 0px 5px 0;
}
.dateRange .btn {
  margin: 0px;
  width: 100%;
}
.criticalityWpr.pr-card .card-header-text,
.resultsWpr.pr-card .card-header-text {
  text-align: left;
}
.criticalityWpr,
.resultsWpr {
  text-align: center;
}
.criticalityWpr h3,
.resultsWpr h3,
.totalTest h3,
.alertWpr h3 {
  font-weight: 100;
  font-size: 36px;
}
.alertWpr {
  padding-bottom: 11px;
}
.criticalityWpr p,
.resultsWpr p,
.totalTest p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
.criticalityWpr .card-body .col-lg-6:first-child,
.resultsWpr .card-body .col-lg-6:first-child {
  border-right: 1px solid #d3d5d8;
}
.blueText {
  color: #0095da;
}
.redText {
  color: #ff0000;
}
.totalTest img {
  width: 45px;
  float: right;
  opacity: 20%;
}
.goodAvg {
  background-color: #92d050;
  padding: 5px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  width: fit-content;
}

.map .pr-card .card-body {
  padding: 5px;
}
.map iframe {
  height: 300px;
}
/* .failedAssetWpr.table-responsive{overflow-x: inherit;} */
.graph canvas {
  height: 330px !important;
}
th,
td {
  font-size: 14px;
}
.fleetPg li {
  list-style-type: decimal;
}

.search-bar {
  display: flex;
}
.search-bar input,
.search-btn,
.search-btn:before,
.search-btn:after {
  transition: all 0.25s ease-out;
}
.search-bar input,
.search-btn {
  width: 2em;
  height: 2em;
}
.search-bar input:invalid:not(:focus),
.search-btn {
  cursor: pointer;
}
.search-bar,
.search-bar input:focus,
.search-bar input:valid {
  width: 100%;
}
.search-bar input:focus,
.search-bar input:not(:focus) + .search-btn:focus {
  outline: transparent;
}
.search-bar {
  margin: auto;
  justify-content: center;
  max-width: 30em;
}
.search-bar input {
  background: transparent;
  border-radius: 1.5em;
  box-shadow: 0 0 0 0.1em #0095da inset;
  padding: 0.75em;
  transform: translate(0.5em, 0.5em) scale(0.5);
  transform-origin: 100% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-bar input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search-bar input:focus,
.search-bar input:valid {
  background: #fff;
  border-radius: 0.375em 0 0 0.375em;
  box-shadow: 0 0 0 0.1em #d9d9d9 inset;
  transform: scale(1);
}
.search-btn {
  background: #0095da;
  border-radius: 0 0.5em 0.5em 0 / 0 1em 1em 0;
  padding: 0.75em;
  position: relative;
  transform: translate(0.25em, 0.25em) rotate(45deg) scale(0.25, 0.125);
  transform-origin: 0 50%;
}
.search-btn:before,
.search-btn:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}
.search-btn:before {
  border-radius: 50%;
  box-shadow: 0 0 0 0.2em #008cff inset;
  top: 0.2em;
  left: 0.2em;
  width: 1em;
  height: 1em;
}
.search-btn:after {
  background: #008cff;
  border-radius: 0 0.25em 0.25em 0;
  top: 51%;
  left: 43%;
  width: 0.5em;
  height: 0.25em;
  transform: translate(0.2em, 0) rotate(45deg);
  transform-origin: 0 50%;
}
.search-btn span {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
  background: #fff;
  border-radius: 0 0.375em 0.375em 0;
  transform: scale(1);
}
.search-bar input:focus + .search-btn:before,
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before,
.search-bar input:valid + .search-btn:after {
  opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
  background: #fff;
}
.search-bar input:focus + .search-btn:active,
.search-bar input:valid + .search-btn:active {
  transform: translateY(1px);
}

/* @media screen and (prefers-color-scheme: dark) {
  body,
  input {
    color: #f1f1f1;
  }
  body {
    background: #171717;
  }
  .search-bar input {
    box-shadow: 0 0 0 0.4em #f1f1f1 inset;
  }
  .search-bar input:focus,
  .search-bar input:valid {
    background: #3d3d3d;
    box-shadow: 0 0 0 0.1em #3d3d3d inset;
  }
  .search-btn {
    background: #fff;
  }
  input:-internal-autofill-selected {
    background-color: -internal-light-dark(
      rgb(255, 255, 255),
      rgba(70, 90, 126, 0.4)
    ) !important;
  }
} */

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400;
  font-size: 14px;
}
#addNewCustomer textarea {
  height: 130px;
}
.btn-primary {
  background-color: #0086d9;
  border-color: #0086d9;
}
.modal-lg,
.modal-xl {
  max-width: 1100px;
}
.modal-header {
  padding: 20px 30px;
}
.modal-body {
  padding: 20px 25px;
}
.modal-content {
  border-radius: 10px;
}
.btnAdd b {
  line-height: 20px;
  font-size: 24px;
}
.readOnly p {
  line-height: 1.5;
  font-size: 14px;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
}
#addsubaccount textarea.form-control {
  height: 130px;
}
.testCheckWpr {
  padding: 12px 0px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.testCheckWpr .checkbox input[type="checkbox"] {
  float: left;
  margin-top: 7px;
  margin-right: 15px;
  width: 13px;
}
.testCheckWpr .checkbox label {
  float: left;
  width: 84%;
}
.select2-container {
  width: auto !important;
}
#collectSample .readOnly p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
/* Responsive Bootstrap Tabs without JS */
.tabWpr .card-body {
  padding: 15px;
  background: #fff;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 30px;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.tabWpr .nav-tabs {
  border-bottom: 0;
}
.tabWpr .nav-tabs .nav-item {
  margin-bottom: 12px;
}
.tabbable-responsive {
  display: block;
  min-width: 100%;
  overflow-x: auto;
  margin: 0px -21px -13px -21px;
}
.tabbable {
  min-width: 100%;
}
.tabbable .nav-tabs {
  white-space: nowrap;
  display: inline-block;
  min-width: 100%;
  padding: 0px 21px;
}
.tabbable .nav-tabs .nav-item {
  display: inline-block;
}
.tabbable .nav-tabs .nav-item .nav-link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #484a4c;
  background-color: #ffffff;
  border-color: #dee2e6;
}
.tabbable .nav-tabs .nav-link.active {
  padding: 15px 15px 20px;
  border-bottom: none;
}
/* ----- END */
.red {
  background: #ff0000;
  padding: 5px 7px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}
.green {
  background: #92d050;
  padding: 5px 7px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}
.yellow {
  background: #ffc000;
  padding: 5px 7px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}
.brown {
  background: #e46c0a;
  padding: 5px 7px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}
#testDetail .btn {
  margin: 5px;
}
.btnAdd.btn {
  padding: 6px 8px;
}
.reportHead {
  font-size: 32px;
  color: #2a73b9;
  margin-bottom: 0;
}
.sectionEnd {
  margin-bottom: 50px;
}
/* end css by megha */

.btn-c-outline-primary {
  color: #484a4c;
  text-align: center;
  background: #fff;
  border: 1px solid #ced4da;
}
.btn {
  font-weight: 700;
  font-size: 13px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.2s linear all;
  -webkit-transition: all 0.2s linear all;
  -moz-transition: all 0.2s linear all;
  -ms-transition: all 0.2s linear all;
  -o-transition: all 0.2s linear all;
  text-transform: capitalize;
  padding: 8px 30px;
  letter-spacing: 1px;
}
.ripple {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 10px 30px;
}
.btn-c-outline-primary:hover {
  background: #0095da;
  color: #fff;
}
.pr-card .card-header-text {
  font-style: normal;
  font-weight: 700;
  color: #484a4c;
}
.pr-card .card-header {
  padding: 20px 30px 0;
}
.pr-card .card-header,
.pr-card .card-footer {
  border: 0px;
  background: #fff;
  padding: 20px;
}
.pr-card .card-body {
  padding: 0 20px 20px 20px;
}
.pr-card .card-body.bodyPadding {
  padding: 20px;
}
.login-section .login-row {
  height: 100vh;
  position: relative;
}
.login-section .avatar-bg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../images/login-bg.png) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  width: 50%;
  height: 100%;
  z-index: 9;
}
.login-section .avatar-bg .avatar-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.login-section .login-form {
  background: #fff;
}
.avatar-img {
  background-color: rgb(255 255 255 / 80%);
  border-radius: 20px;
}
.login-section .login-form .login-form-inner {
  max-width: 500px;
  padding: 40px;
  margin: 0 auto;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.login-section .login-form .login-form-inner-head {
  text-align: center;
}
.login-section .login-form .login-form-inner-head h2 {
  font-weight: 500;
  line-height: 40px;
}
.login-section .login-form form {
  margin-top: 60px;
}
.login-form-group {
  background: #ffffff;
  box-shadow: 0px 4px 28px rgb(0 0 0 / 8%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 30px;
  padding: 10px 15px 22px 50px;
  position: relative;
}
.login-form-group > i {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 18px;
}
.login-form-group label {
  display: block;
  width: 100%;
  font-size: 17px;
  color: #484a4c;
  /* margin-bottom: -5px; */
}
.login-form-group input {
  border: none;
  outline: none;
  font-weight: normal;
  font-size: 12px;
  opacity: 0.7;
  color: #657790;
  line-height: 30px;
  width: 100%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.login-form-group .btn-view-pass {
  position: absolute;
  position: absolute;
  bottom: 23px;
  right: 15px;
  color: #657790;
  opacity: 0.9;
  z-index: 9;
}
.checkbox-wrap .cbx svg {
  position: absolute;
  top: 2px;
  left: 2px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 17;
  stroke-dashoffset: 17;
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
.login-section .login-form .checkbox-wrap .cbx {
  border: 0.5px solid #657790;
}
.checkbox-wrap .cbx {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #484a4c;
  transition: all 0.15s ease;
}
.login-section .login-form .checkbox-wrap .cbx + span {
  color: #657790;
  margin-top: 2px;
}
.checkbox-wrap .cbx + span {
  float: left;
  margin-left: 33px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #484a4c;
  text-transform: capitalize;
}
.checkbox-wrap input[type="checkbox"],
.checkbox-wrap input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.btn-login {
  background: #0095da;
  box-shadow: 0px 4px 28px rgb(19 170 240 / 52%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
}
.btn-login:hover,
.btn-login:active {
  background: #0086d9;
  color: #fff;
}
.btn-c-link {
  color: #0095da;
  font-weight: 500;
  font-size: 14px;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: transparent;
  border: 0px;
}
.btn-c-link:hover,
.btn-c-link:active {
  color: #0095da;
}
.login-section .avatar-bg {
  position: relative;
}

/* css start Landing page */
.navbar-white {
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e6;
}
.menu .active a {
  font-weight: bold;
}
.menu a {
  color: #333;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
}
.ml10 {
  margin-left: 10px;
}
.mt5 {
  margin-top: 5px;
}
.landingPg.content-wrapper {
  padding-top: 65px;
}
.landingPg .sectionHeading {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}
.landingPg.content-wrapper p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
}
body:not(.sidebar-mini-md) .landingPg.content-wrapper,
body:not(.sidebar-mini-md) .landingPg.main-footer,
body:not(.sidebar-mini-md) .landingPg.main-header {
  margin-left: 0px;
}
.landingPg.content-wrapper {
  background: #fff;
}
.loginBtnland {
  margin-left: 10px;
}
.whyOil .imgSection {
  text-align: center;
  margin-top: 40px;
}
.whyOil p {
  text-align: center;
}
.whyOil .imgSection img {
  width: 53%;
}
.whyOil .imgSection p {
  padding: 30px 50px;
  text-align: justify;
}
.benifitInfo {
  margin-top: 30px;
}
.landingPg h3 {
  font-size: 24px;
}
.landingPg h4 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.benifitInfo p {
  text-align: justify;
}
section {
  padding: 70px 0 50px;
}
.grayBg {
  background: #f2f2f2;
}
.certificateWpr {
  text-align: center;
}
.certificateWpr img {
  width: 90%;
}
#about p {
  text-align: center;
}
.whyUsWpr {
  background: #fff;
  padding: 20px;
}
#whyDistribute .whyUsBox {
  min-height: 280px;
}
.landingPg .whyUsWpr h4 {
  margin-top: 0;
  text-align: center;
}
.whyUsWpr img {
  height: 80px;
  margin: 10px 0 10px;
}
.whyUsWpr p {
  min-height: 125px;
}
.whyNABLWpr p {
  text-align: justify;
}
.whyUsWpr h6 {
  min-height: 40px;
  text-align: center;
}
.healthImg img {
  width: 80%;
  float: right;
}
.healthInfo p {
  padding: 0 30px;
  margin-bottom: 0;
}
/* #healthCard .parent {height: 200px; position: relative;}
#healthCard .child {position: absolute; width: 83%; top: 70%; left: 4%; margin: -35px 0 0 -35px; padding: 50px 0;} */
#healthCard .parent,
.whyNABLWpr .parent {
  display: flex;
  justify-content: center;
  align-items: center;
}
#healthCard .child,
.whyNABLWpr .child {
  padding: 50px 0;
}
#healthCard .child p {
  text-align: justify;
}
#services {
  text-align: center;
}
.serviceWpr {
  text-align: center;
}
.serviceWpr img {
  width: 150px;
  border-radius: 50%;
}

/* #client-logo a img {
  transition: 0.3s;
  margin: 0 auto;    width: auto;
} */
#client-logo a img {
  width: inherit;
  margin: 0 auto;
  width: 100px;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#client-logo {
  text-align: center;
}
#client-logo a {
  padding: 14px 24px;
  display: block;
}
.navbar-light .navbar-nav .nav-link.active {
  font-weight: 500;
}
.whyUsBox {
  /* padding: 0 15px; */
  min-height: 250px;
}
/* .image-responsive{width: 100%;} */
.network {
  text-align: center;
}
.network ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.network li {
  display: inline-block;
  padding: 10px;
}
.network li a {
  font-size: 40px;
  color: #0085cb;
}

.footer .footer-middle {
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; */
  padding: 2.8rem 5vw;
  background-color: #61b4e6;
  color: #fff;
}
.footer .footer-middle--links {
  width: 50%;
}
.footer .footer-middle--links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .footer-middle--links ul li:first-child {
  padding-left: 0;
}
.footer .footer-middle--links ul li {
  text-decoration: none;
  color: #fff;
  padding: 0 0.7rem;
  position: relative;
}
.footer .footer-middle--links a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
.footer .footer-middle--links ul li:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -1px;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
.footer .footer-middle--links .socialIcons > a {
  margin-right: 1rem;
}
.footer .footer-bottom {
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  padding: 2rem 5vw;
  background-color: #0085cb;
  color: #fff;
}
.modal .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
  border: none;
  background: no-repeat;
}
.hr {
  border: 1px solid;
}
.mt20 {
  margin-top: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.form-group {
  margin-bottom: 1rem;
}
.modal h6 {
  font-weight: 700;
}
.modal-header {
  align-items: center;
}
.bannerWpr {
  height: 360px;
  background: url(/assets/images/banner.png) no-repeat;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
}
.bnrImg {
  position: absolute;
}
.bnrText {
  position: relative;
  top: 15%;
  left: 10%;
  width: 750px;
  text-align: center;
  color: #fff;
}
h1 {
  font-size: 48px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.bnrText h5 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
.selectTestWpr label {
  padding-top: 0;
}
.table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
.viewBtn {
  padding: 5px 10px;
  margin-top: 7px;
  float: right;
}
.dtr-data {
  float: right;
  margin-left: 10px;
}
.custInfo .dropdown-menu-lg {
  min-width: 280px;
}
.apexcharts-menu {
  min-width: 120px;
}
div.dataTables_wrapper div.dataTables_length select {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-color: #fff;
  border: 1px solid #ced4da;
}

@media (max-width: 1366px) {
  .brand-link .brand-image {
    max-height: 40px;
  }
  .main-sidebar,
  .main-sidebar::before,
  .layout-fixed .brand-link {
    width: 180px;
  }
  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    margin-left: 180px;
  }
  body:not(.sidebar-mini-md) .landingPg.content-wrapper,
  body:not(.sidebar-mini-md) .landingPg.main-footer,
  body:not(.sidebar-mini-md) .landingPg.main-header {
    margin-left: 0px;
  }
  body {
    font-size: 14px;
  }
  .sidebar .nav-link p,
  .main-sidebar .brand-text,
  .main-sidebar .logo-xs,
  .main-sidebar .logo-xl,
  .sidebar .user-panel .info {
    font-size: 12px;
  }
  .modal-header img {
    width: 30px;
  }
  h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 12px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
  .modal h6 {
    font-weight: 500;
  }
  .bannerWpr {
    height: 310px;
  }
  .bnrText h5 {
    font-size: 16px;
    line-height: 25px;
  }
  .certificateWpr img {
    width: 70%;
  }
  #healthCard .child {
    top: 60%;
  }
  .menu a {
    font-size: 14px;
    line-height: 14px;
  }
  label: not(.form-check-label):not(.custom-file-label) {
    font-size: 12px;
    line-height: 12px;
  }
  .form-control,
  .criticalityWpr p,
  .resultsWpr p,
  .totalTest p,
  th,
  td {
    font-size: 12px;
  }
  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }
  .btn {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 20px;
    font-weight: 500;
  }
  .content-header {
    padding: 10px 10px;
  }
  .pr-card .card-header-text {
    font-weight: 600;
  }
  .criticalityWpr h3,
  .resultsWpr h3,
  .totalTest h3,
  .alertWpr h3 {
    font-size: 24px;
  }
  .table td,
  .table th {
    padding: 5px;
  }
  .pageTitle {
    font-size: 18px;
  }
  .pr-card .card-body {
    padding: 0 10px 10px 10px;
  }
  .pr-card .card-header,
  .pr-card .card-footer {
    padding: 10px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 20px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 24px;
  }
  .form-control,
  .select2-container--default .select2-selection--single {
    height: 32px;
  }
  .btnAdd b {
    font-size: 16px;
    line-height: 18px;
  }
  .custInfo i {
    font-size: 16px;
  }
  .main-header .nav-link {
    height: 36px;
  }
  .readOnly p {
    font-size: 12px;
    line-height: 14px;
  }
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    top: 5px;
  }
  .bodyPadding .col-lg-6 .btn {
    font-size: 10px;
    padding: 5px 12px;
  }
  .landingPg.content-wrapper p {
    font-size: 12px;
    line-height: 18px;
  }
  .whyUsWpr p {
    min-height: 60px;
  }
}

@media (max-width: 1280px) {
  .whyUsWpr p {
    min-height: 90px;
  }
  .readOnly p {
    line-height: 22px;
  }
  .readOnly p {
    font-size: 14px;
  }
  .graph canvas {
    height: 285px !important;
  }
  .pr-card .card-body.bodyPadding {
    padding: 13px 20px;
  }
  .custInfo .dropdown-menu-right {
    right: -60px;
  }
}
@media (max-width: 1024px) {
  .whyUsWpr p {
    min-height: 125px;
  }
  .landingPg .sectionHeading {
    font-size: 32px;
  }
  #healthCard .child {
    top: 45%;
  }
  .serviceWpr img {
    width: 120px;
  }
  h1 {
    font-size: 30px;
  }
  .bnrImg img {
    height: 280px;
  }
  .bnrText {
    left: 5%;
  }
  /* #client-logo a img{width: 100%;} */
  .whyUsWpr img {
    height: 40px;
  }
  #addsubaccount textarea.form-control {
    height: 115px;
  }
  .testCheckWpr .checkbox label {
    width: 80%;
  }
  .footer .footer-middle--links {
    width: 70%;
  }
  .footer .footer-middle,
  .footer .footer-bottom {
    padding: 2rem 3vw;
  }
}
@media (max-width: 912px) {
  .whyUsWpr p,
  .whyUsWpr h6 {
    min-height: auto;
  }
  #about p,
  .whyOil p {
    text-align: justify;
  }
  .whyOil .imgSection {
    margin-top: 10px;
  }
  .whyNABLWpr,
  .healthImg {
    text-align: center;
  }
  .healthImg img {
    float: none;
  }
  /* #healthCard .child{top: 30%;left: 17%; width: 76%;} */
  .landingPg h4 {
    margin-top: 20px;
  }
  .serviceWpr .col-md-12 {
    margin-bottom: 30px;
  }
  .footer .footer-middle--links {
    width: 100%;
  }
  .whyUsWpr {
    margin-bottom: 20px;
  }
  .whyUsBox {
    padding: 0 0px;
  }
  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    margin-left: 0px;
  }
  .whyOil .imgSection p {
    padding: 30px 0px;
  }
  section {
    padding: 40px 0 50px;
  }
  label:not(.form-check-label):not(.custom-file-label) {
    padding-bottom: 0;
  }
  .readOnly p {
    line-height: 14px;
  }
}
@media (max-width: 820px) {
  .testCheckWpr .checkbox label {
    width: 83%;
  }
  .footer .footer-middle {
    display: block;
    text-align: center;
  }
  .footer .footer-middle--links ul {
    display: inline-flex;
    margin-bottom: 15px;
  }
  .modal-content {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .pageTitle {
    font-size: 20px;
  }
  .breadcrumb-item a {
    font-size: 14px;
  }
  .bnrText {
    left: 11%;
  }
}
@media (max-width: 663px) {
  .criticalityWpr .col-md-12,
  .resultsWpr .col-md-12 {
    width: 50%;
  }
  .dateRange .input-group,
  .dateRange .btn {
    margin: 0 0 15px 0;
  }
  .certificateWpr img {
    width: 100%;
  }
  .pr-card .card-header,
  .pr-card .card-body,
  .pr-card .card-footer {
    padding: 15px 15px;
  }
  h3 {
    font-size: 20px;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
  }
  .testCheckWpr .checkbox label {
    width: 90%;
  }
  .login-section .avatar-bg .avatar-wrap {
    height: 184px;
  }
  .login-section .avatar-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(../images/login-bg.png) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 180px;
    z-index: 9;
    right: 0;
  }
  .login-section .avatar-bg .avatar-img {
    width: 80px;
    height: 80px;
  }
  .avatar-img {
    border-radius: 5px;
  }
  .login-section .login-form .login-form-inner {
    max-width: 340px;
    margin: 50px auto;
  }
  .loginBtnland {
    margin-left: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 540px) {
  .d-sm-none {
    display: none;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 73.333333%;
    flex: 0 0 73.333333%;
    max-width: 73.333333%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 18.333333%;
    flex: 0 0 18.333333%;
    max-width: 18.333333%;
  }
  .card-header .form-inline .input-group {
    width: auto;
    float: left;
  }
  .totalTest .col-sm-6,
  .criticalityWpr .col-sm-6,
  .resultsWpr .col-sm-6,
  .alertWpr .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bnrText {
    width: 90%;
  }
  .certificateWpr img {
    width: 95%;
  }
  #client-logo a img {
    width: 100px;
  }
  .reportHead,
  .landingPg .sectionHeading {
    font-size: 26px;
  }
  .bnrText {
    left: 4%;
  }
}
@media (max-width: 414px) {
  .testCheckWpr .checkbox label {
    width: 88%;
  }
  #healthCard .child,
  .whyNABLWpr .child {
    padding: 30px 0;
  }
  .footer .footer-bottom {
    display: block;
  }
  .footer .footer-bottom small {
    display: block;
    text-align: center;
  }
  h1 {
    font-size: 26px;
  }
}
@media (max-width: 375px) {
  .col-sm-3 {
    -ms-flex: 0 0 19.333333%;
    flex: 0 0 19.333333%;
    max-width: 19.333333%;
  }
  #healthCard .child {
    left: 21%;
    top: 25%;
  }
}
