nav {
  margin-top: 27px;
  z-index: 1000;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

/*Transparent navbar*/

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.3);
}

.lb-long-logo {
  display: block;
  width: 300px;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  border-top: 3px solid rgba(49, 68, 126, 0);
  transition: border-top 0.5s linear;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgb(255, 255, 255);
  border-top: 3px solid rgba(49, 68, 126, 1);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 1);
  border-top: 3px solid rgba(49, 68, 126, 1);
}

.navbar-dark .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/*end of transparent navbar*/

/*Opaque navbar*/

.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  /* font-weight: bold; */
  font-size: 13px;
  border-top: 3px solid rgba(49, 68, 126, 0);
  transition: border-top 0.5s linear;
  color: #00245a !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #00245a !important;
  border-top: 3px solid rgb(214, 10, 20);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #00245a !important;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #00245a !important;
  border-top: 3px solid rgb(214, 10, 20);
}

.navbar-light .navbar-text {
  color: #00245a !important;
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #00245a !important;
}

/*end of Opaque navbar*/

/*Buttons*/

#lb-nav-1 .btn-outline-primary {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  transition: background-color 0.5s, border-color 0.5s linear;
}

#lb-nav-1 .btn-outline-primary:hover {
  color: #fff;
  background-color: #00245a !important;
  border-color: #00245a !important;
}

#lb-nav-2 .btn-outline-primary {
  color: #00245a !important;
  border-color: #00245a !important;
  transition: background-color 0.5s, border-color 0.5s linear;
}

#lb-nav-2 .btn-outline-primary:hover {
  color: #fff;
  background-color: #00245a !important;
  border-color: #00245a !important;
}

.btn-success {
  border-radius: 1rem;
}

.btn-primary {
  color: #fff;
  background-color: #00245a !important;
  border-color: #00245a !important;
  border-radius: 0.5rem;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgba(49, 68, 126, 1) !important;
  border-color: rgba(49, 68, 126, 1) !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: rgba(49, 68, 126, 1) !important;
  border-color: rgb(47, 72, 146);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 60%;
  margin: 0px auto;
}

btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.55rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0.2rem;
}

.btn-danger {
  color: rgb(214, 10, 20);
  border-color: rgb(214, 10, 20);
  font-size: 12px;
  opacity:0.9;
  transition: opacity 0.5s, color 1s, box-shadow 1s;
}

.btn-danger:hover {
  opacity:1;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

.btn-outline-success {
  font-size: 12px;
  transition: background-color 0.5s, color 1s, box-shadow 1s;
}

.btn-outline-success:hover {
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: background-color 1s, opacity 0.15s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.12);
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0;
}

.carousel-caption p {
  color: #fff;
}

.dropdown-menu {
  margin: 0rem;
  font-size: 13px !important;
  padding:15px 0px 0px 0px;
  background: rgba(0,0,0,0);
  border-radius:5px;
  overflow:hidden;
  border: 0px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
  border-top: 1px solid rgba(214, 10, 20, 0) !important;
  transition: border-bottom 0.5s linear;
  background-color: #fff;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #fff;
  font-weight: bold;
  /* border-top: 1px solid rgb(214, 10, 20) !important; */
}

.accordion-body {
  background-color: #fff;
  font-weight: 500;
  font-style: italic;
}

.form-select {
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  box-shadow: inset 0 1px 2px transparent;
}

.form-control {
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  box-shadow: inset 0 1px 2px transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  height: 38px;
}
p {
  color: #0e0b2b;
  font-size: 0.95rem;
  font-family: 'Raleway', sans-serif !important;
  line-height: 25px;
}

span{
  font-family: 'Raleway', sans-serif !important;
}

a{lb-ceo2.jpeg
  font-family: 'Raleway', sans-serif !important;
}

small{
  font-family: 'Raleway', sans-serif !important;
}

li{
  font-family: 'Raleway', sans-serif !important;
}

button{
  font-family: 'Raleway', sans-serif !important;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Roboto', sans-serif !important;
  color: #4a4b65;
  /* text-transform: uppercase !important; */
}
body {
  background-color: rgb(255, 255, 255);
}

.lb-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.pulse {
  /* margin:100px;
        display: block;
        width: 22px;
        height: 22px;*/
  /*background: #cca92c;*/
  /* border-radius: 50%; */
  cursor: pointer;
  /* box-shadow: 0 0 0 rgba(255, 255, 255, 1); */
  animation: pulse 2s infinite;
}

.lb-section-paddings {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  padding-right: 04rem !important;
  padding-left: 04rem !important;
}

.lb-testimonial-row {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  padding-right: 4rem !important;
  padding-left: 4rem !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.lb-youtube-iframe {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.carousel-item {
  width: 100%;
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: 100%;
}

.carousel-inner {
  width: 100%;
  height: 100%;
}

.lb-carousel-two-bga {
  display: block;
}

#lb-nav-1 {
  background-color: rgba(51, 51, 51, 0.1);
}

#lb-nav-2 {
  box-shadow: 0px 0rem 1rem rgba(54, 40, 40, 0.5);
  background-color: rgba(255, 255, 255, 1);
}

#lb-nav-2 .navbar-brand {
  margin-right: 2rem;
}

.lb-nav-2-display {
  display: none;
}

.lb-section-title {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 30px;
}

.lb-top-most-bar {
  background-color: #00245a !important;
  /* height: 30px; */
  color: #fff;
  text-align: right;
  font-size: 12px;
  padding: 6px;
  display: flex;
  justify-content: flex-end;
}

.lb-navbar-brand2 {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 20px;
  color: #00245a !important;
}

.lb-icon {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  border-radius: 1rem;
}

.lb-icon-S {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  border-radius: 0.5rem;
  box-shadow: 0px 1px 4px rgba(54, 40, 40, 0.5);
}

.lb-banner-area {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden !important;
  /* line-height: 0; */
}

.lb-banner-area p, .lb-banner-area h1, .lb-banner-area h2, .lb-banner-area h3, .lb-banner-area h4 {
  color: #fff !important;
}

.lb-banner-overlay {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 50;
}

video {
  width: 100%;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 40;
  top: 0px;
}

.lb-xl-banner-caption {
  top: 18rem;
  z-index: 90;
}

.carousel-caption a {
  color: #fff !important;
  font-size: 20px;
}

.lb-about-company-area {
  background-color: rgb(244, 245, 247);
  padding: 80px 0px 80px 0px;
  /* background-image: url("../images/blue-shape-2.png");
        background-repeat: no-repeat;
        background-size: 25%;
        background-attachment: fixed;
        background-position-y: bottom; */
}

.lb-about-company-text-area {
  font-size: 13px;
  text-align: justify;
}

.lb-carousel-one {
  overflow: hidden !important;
  z-index: 10;
  border-radius: 1rem;
  border: 8px rgb(244, 245, 247) solid;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.lb-carousel-two {
  overflow: hidden;
  border-radius: 1rem;
  position: absolute;
  border: 8px rgb(244, 245, 247) solid;
  z-index: 1000;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.3);
}

.lb-carousel-three {
  border-radius: 1rem;
  border: 8px rgb(244, 245, 247) solid;
  width: 320px;
  float: right;
  overflow: hidden !important;
  z-index: 10;
  margin-left: 20px;
}

.lb-carousel-area {
  position: relative;
  padding-right: 6rem;
}

.lb-video-cell {
  background-color: rgb(255, 255, 255);
  height: 100%;
  border-radius: 1rem;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.lb-compVid-area {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}

.lb-compVid-area .row {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.lb-compVid {
  padding: 6px;
  border-radius: 1rem;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 10px;
  border: 1px solid #dedede;
  background-color: #fff;
}

.lb-statistics-band {
  background-color: #00245a !important;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff !important;
}

.lb-statistics-band h5 {
  margin-bottom: 0px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff !important;
}

.lb-statistics-band small {
  font-size: 12px;
}

.lb-statistics-band i {
  font-size: 40px;
  margin-bottom: 20px;
}

.lb-statistics-band hr {
  margin: 80px auto;
  width: 30%;
  display: block;
}

.lb-productScroll-band {
  background-color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff !important;
}

.lb-ceo-message {
  background-color: #fff;
  text-align: justify;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #00245a !important;
  overflow: hidden !important;
}

.lb-ceo-image-div {
  background-image: url("../images/lb-md.jpeg");
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 200px;
  width: 200px;
}

.lb-ceo-image {
  width: 150px;
  height: 150px;
  margin: 0px 10px 0px 0px;
  border-radius: 1rem;
}




.lb-solar-article {
  background-color: #00245a !important;
  color: #fff !important;
}

.lb-solar-article p, .lb-solar-article h3 {
  color: #fff !important;
}

.lb-solar-article .row {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  /* padding-top: 4rem !important; */
}

.lb-solar-carousel {
  width: 100%;
  float: right;
  /* border-radius: 1rem; */
  overflow: hidden !important;
  z-index: 10;
}

.lb-solar-article .row .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.lb-solar-article .row .col-md-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.lb-testimonial-area {
  background-image: url("../images/video3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding-left: 0px;
}

.lb-testimonial-block {
  padding-right: 3rem;
}

.lb-testimonial-content-block {
  height: 500px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0.5rem 1rem rgba(49, 68, 126, 0.2);
  position: relative;
  transition: margin-top 0.5s;
}

.lb-testimonial-content-block:hover {
  margin-top: -10px;
}

.lb-testimonial-a {
  margin-top: 6rem;
  transition: margin-top 0.5s;
}

.lb-testimonial-a:hover {
  margin-top: 5.5rem;
}

.lb-testimonial-b {
  margin-top: 15.5rem;
  transition: margin-top 0.5s;
}

.lb-testimonial-b:hover {
  margin-top: 14.5rem;
}

.lb-testimonial-image-block {
  height: 250px;
  overflow: hidden;
  background-image: url("../images/loading.gif");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.lb-testimonial-text-block {
  height: 250px;
  padding: 50px 20px 0px 20px;
  text-align: center;
  background-color: #fff;
}

.lb-testimonial-description-text {
  color: #fff;
}

.lb-testimonial-description-text p, .lb-testimonial-description-text h2{
  color: #fff;
  text-align: left;
}

.lb-testimonial-quote-icon {
  position: absolute;
  background-color: #00245a !important;
  color: #fff;
  top: 45%;
  left: 40%;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 1rem;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.3);
  padding-top: 15px;
}

.lb-latest-News-img-container{
  width: 100%;
  height: 500px;
  display: none;
}

.lb-latest-News-img{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  background-repeat: no-repeat;
}

.lb-latest-News-text {
  background-color: #fff;
  height: 400px;
  width: 150%;
  position: absolute;
  z-index: 10;
  left: 10%;
  overflow: hidden;
}

.lb-latest-News-article-container{
  height: 330px; 
  overflow:hidden;
}

.lb-latest-News-article{
  max-height: 330px; 
  overflow:auto;
  display: none;
}

.lb-latest-News-text-cardBody{
  min-height: 230px; 
  max-height: 330px; 
  overflow:auto;
  /* display: none; */
}


.lb-latest-News-slider-handles {
  margin: 10px 5px 0px 5px;
  width: 45px;
  float: right;
  border-radius: 1rem;
  height: 45px;
  border: 1px solid #dfdfeb;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.4s;
}

.lb-latest-News-slider-handles:hover {
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15);
}



#lb-latest-News-img-0{
  background-image: url('../images/latestNews/shippersAuthority13.jpg');
  background-size: 100% 100%;
}

#lb-latest-News-img-1{
  background-image: url('../images/latestNews/lb-rewards-customer.png');
  background-size: 100% 100%;
}

#lb-latest-News-img-2{
  background-image: url('../images/latestNews/Labianca-21.jpg');
}


.lb-selfmade-play {
  background-color: #fff;
  /* border-radius: 1rem; */
  width: 50px;
  height: 25px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  /* border: 1px solid #dfdfeb; */
  color: rgb(255, 0, 0);
  cursor: pointer;
  transition: font-size 0.4s, box-shadow 0.4s;
}

.lb-selfmade-play:hover {
  /* font-size: 35px; */
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

#Our-story p {
  font-size: 16.5px;
}

.lb-product-banner {
    /*video3.jpg*/
  background-image: url("../images/LCLFOODFAIR.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 700px;
  width: 100%;
}

.lb-booking {
  z-index: 100;
  position: relative !important;
  margin-top: -120px;
}

.lb-product-booking {
  border-radius: 1rem;
  border: 1px solid #e9e9f2 !important;
  background-color: #f7f7fc !important;
  position: relative;
  z-index: 100;
  box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  min-height: 170px;
  display: flex;
}

.lb-booking-1 {
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
}

.lb-booking-2 {
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
}

.booking-input-2 {
  margin-left: 10px;
}

.booking-input-3 {
  margin-left: 10px;
}

.booking-input-4 {
  margin-left: 10px;
  /* width: 150px; */
}

.booking-input-5 {
  margin-left: 10px;
}

.booking-input-6 {
  margin-left: 10px;
}

.lb-below-product-banner {
  background-color: #fff;
  padding-top: 0px;
}

.lb-below-product-banner-row {
  padding: 0px 80px 0px 80px;
}

.lb-below-product-banner-col-container {
  border: 1px solid #dedede;
  width: 100%;
  float: left;
  border-radius: 1rem;
  padding: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}

/* .breadcrumb-item {
  color: #57576b;
  font-weight: 500;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #5a5b75;
}

.breadcrumb-item a:hover {
  color: #766df4;
} */

.lb-below-product-banner-text h5 {
  font-size: 13px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.lb-below-product-banner-text small {
  font-size: 11px;
}

.lb-featured-categories {
  background-color: #fff;
  padding: 35px 105px 0px 105px;
}

.lb-featured-categories-row {
  border-bottom: 1px solid #dedede;
  padding: 0px;
  padding-bottom: 10px;
  text-transform: uppercase;
  /* color: #fff; */
}

.lb-featured-categories-col-container {
  border: 1px solid #dedede;
  width: 100%;
  float: left;
  border-radius: 1rem;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.lb-featured-categories-col-container:hover .swap-front {
  opacity: 0;
}

.lb-featured-categories-col-container-no-border {
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  float: left;
  border-radius: 1rem;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.lb-featured-categories-col-container-no-border:hover {
  border: 1px solid #dedede;
}

.lb-featured-categories-col-container-no-border:hover .swap-front {
  opacity: 0;
}

.lb-featured-categories-icon {
  width: 50%;
  min-height: 145px;
  float: left;
  font-size: 30px;
  position: relative;
}

.lb-horizontal-product-cell-img {
  cursor: pointer;
  position: absolute;
  top: 13px;
  left: 5%;
  width: 90%;
}

.lb-featured-categories-text {
  float: right;
  width: 50%;
  text-align: left;
  padding-left: 10px;
}

.lb-featured-categories-text h5 {
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.lb-featured-categories-text small {
  font-size: 12px;
  display: block;
}

.lb-featured-categories-text .card-body {
  padding: 0.23rem 0rem 0.23rem 0rem;
}

.lb-featured-categories-text .lb-product-rating-fav {
  flex-direction: column;
}

.lb-featured-categories-text .lb-rating-block {
  text-align: left;
}

.lb-product {
  background-color: #fff;
  padding-top: 30px;
}

.lb-product-category-menu{
  background-color: #fff;
}

.lb-product-menu-item{
  color: #495057;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #fff !important;
}

.lb-product-row {
  padding: 0px 80px 0px 80px;
}

.lb-product-category-headings {
  margin: 20px 0px 15px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}

.lb-product-category-headings-underline {
  border-top: 2px solid #000;
  width: 40px;
  margin: 0px auto 50px auto;
}

.lb-product-cell {
  border-radius: 1rem;
  border: 1px solid #dfdfeb;
  transition: box-shadow 0.4s;
  margin-bottom: 25px;
  text-align: center;
  font-size: 13px;
  position: relative;
  height: 325px;
}

.lb-product-cell-no-border {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: box-shadow 0.4s;
  margin-bottom: 25px;
  text-align: center;
  font-size: 13px;
  position: relative;
  height: 325px;
}

.lb-product-cell:hover,
.lb-browse-page-firstcontent:hover{
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.25);
}

.lb-product-cell-no-border:hover {
  border: 1px solid #dfdfeb;
}

.lb-product-cell-img {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
}

.lb-product-cell-img-container {
  position: relative;
}

.lb-product-cell-card-body {
  /* position: relativ */
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1.6rem 0.1rem !important;
}

.swap-front {
  z-index: 100;
  transition: opacity 0.5s linear;
  cursor: pointer;
}

.lb-product-cell:hover .swap-front {
  opacity: 0;
}

.lb-product-cell-no-border:hover .swap-front {
  opacity: 0;
}

.lb-star-checked {
  color: orange;
}

.lb-product-rating-fav {
  display: flex;
  justify-content: space-between;
}

.lb-rating-block {
  text-align: center;
  font-size: 10px;
  flex-grow: 1;
  padding: 3px 4px 2px 2px;
}

.lb-fav-cart-block {
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  padding: 0px 2px 2px 4px;
  flex-grow: 1;
}

.lb-product-testimonial-row {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.lb-product-testimonial-content-block {
  height: 500px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0.5rem 1rem rgba(49, 68, 126, 0.2);
  /* position: relative; */
  transition: margin-top 0.5s;
  /* margin: 0px 10px 0px 10px; */
}

.lb-product-showcase {
  width: 106%;
  height: 700px;
  background-image: linear-gradient(
    to right,
    #3931ad 0%,
    #433f8b 30%,
    #7791c2 100%
  );
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0px 0px 30% 30%;
  position: relative;
  padding-top: 100px;
  left: -3%;
}

.lb-product-showcase-whyUs {
  min-height: 70px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.lb-showcase-text {
  width: 60%;
  padding: 5px 2px 2px 8px;
  text-align: left;
  height: 100%;
  font-size: 13px;
}

.lb-showcase-icon {
  width: 20%;
  padding: 15px 2px 2px 2px;
  text-align: left;
  height: 100%;
}

.lb-showcase-icon2 {
  width: 20%;
  padding: 15px 2px 2px 2px;
  text-align: right;
  height: 100%;
}

.lb-product-showcase-big-text {
  padding-left: 50px;
}

.lb-product-showcase-big-text h1 {
  color: #fff !important;
  font-weight: bold;
}

.lb-product-showcase-big-text p {
  color: #fff;
}

.lb-product-showcase-big-text i {
  border-radius: 0.25rem;
  background-color: #fff;
  color: #433f8b;
}

.lb-product-testimonials {
  margin: 0px;
  border: 1px solid #dedede;
  border-radius: 1rem;
  margin: 0px 0px 14px 0px;
  /* width: 100%; */
  height: 200px;
  overflow: hidden;
  display: flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.lb-product-testimonials-1 {
  background-image: url("../images/testimonial-1.png");
}

.lb-product-testimonials-2 {
  background-image: url("../images/testimonial-2.png");
}

.lb-product-testimonials-3 {
  background-image: url("../images/testimonial-3.png");
}

.lb-product-ads {
  margin-bottom: 40px;
}

.lb-productsCarousel {
  /* background-color: #333; */
  height: 300px;
  width: 100%;
}

.lb-productAds-slide {
  height: 250px !important;
  width: 200px !important;
}

.lb-productAds-slide img {
  height: 100% !important;
  width: 100% !important;
  border-radius: 1rem;
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.25);
}

.lb-mission-vision-area {
  background-image: url("../images/bg-shape.svg");
  background-repeat: no-repeat;
  background-size: 90% 80%;
  background-attachment: fixed;
  background-position: 90% 85%;
  background-color: #fff;
  padding-left: 0px;
}

.lb-mission-vision-area-row {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.lb-mission-vision-content-block {
  min-height: 350px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0.5rem 1rem rgba(49, 68, 126, 0.2);
  position: relative;
  padding: 10px 10px 0px 10px;
}

.lb-mission-vision-text-block {
  min-height: 310px;
  padding: 50px 20px 0px 20px;
  text-align: justify;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgb(243, 243, 243);
}

.lb-mission-vision-block {
  padding-left: 3rem;
}

.lb-mission-vision-title {
  text-align: right;
  width: 100%;
  display: block;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.lb-mission-vision-elipse1 {
  color: rgb(214, 10, 20);
  font-weight: bolder;
  font-size: 23px;
}

.lb-mission-vision-elipse2 {
  color: #00245a;
  font-weight: bolder;
  font-size: 23px;
}

.lb-mission-vision-elipse3 {
  color: rgb(214, 10, 20);
  font-weight: bolder;
  font-size: 23px;
}

.lb-why-us {
  background-color: #fff;
  float: left;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}

.lb-why-us .row .col-md-3 {
  padding: 10px;
}

.lb-faq {
  padding: 0px 0px 80px 0px;
  background-color: rgb(244, 245, 247);
  overflow: hidden;
}

.lb-faq-row {
  padding: 70px 100px 50px 100px;
}

.vt_mentlo_why_use_icons {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0px auto;
  font-size: 35px;
  text-align: center;
  padding-top: 9px;
  color: #213141;
}

.lb-why-us h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.lb-tech-block {
  padding: 0px 0px 80px 0px;
  background-color: #fff;
  overflow: hidden;
}

.lb-tech-block-row {
  padding: 70px 100px 50px 100px;
}

.lb-covid19 {
  padding: 0px 0px 80px 0px;
  background-color: rgb(244, 245, 247);
  overflow: hidden;
}

.lb-covid19-row {
  padding-top: 70px;
  padding-right: 100px;
  padding-bottom: 50px;
  padding-left: 100px;
  text-align: center;
}

.lb-covid19-row .col-md-3 {
  padding: 10px;
}

.lb-covid19-notice-btn{
  z-index: 100; 
  position: fixed; 
  top: 93px; 
  left:20px; 
  border-radius: 0px 0px 1rem 1rem; 
  width: 150px;
}

.lb-notice-card{
  z-index: 100; 
  position: fixed; 
  top: 93px; 
  right:20px;
  border-radius: 0px 0px 1rem 1rem; 
  
}


.lb-brand-associates {
  background-color: #fff;
  text-align: center;
  padding: 0px 0px 100px 0px;
  overflow: hidden;
}

.lb-brand-associates-cell {
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.4s, box-shadow 0.4s;
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 25px;
  cursor: pointer;
  position: relative;
}

.lb-brand-associates-cell:hover {
  border: 1px solid;
  border-color: rgba(118, 109, 244, 0.35) !important;
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.5);
}

.lb-brand-associates-cell img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 22%;
}

.lb-brand-associates-cell:hover .swap-front {
  opacity: 0;
}

.lb-footer p {
  color: #fff;
  font-size: 13px;
}

.footer1 {
  background-color: #00245a !important;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  /* background-image: url("../images/footer-back.png");
        background-repeat: no-repeat;
        background-size: 120%;
        background-attachment: fixed;
        background-position-y: bottom; */
}

/* .footer1 p {
        
    } */

.footer1 ul {
  list-style: none;
  padding-inline-start: 0px;
}

.footer1 ul li {
  margin-top: 10px;
  font-size: 13px;
}

.footer1 a {
  text-decoration: none;
  color: #fff;
}

.footer1 a:hover {
  text-decoration: underline;
}

 .lb-index-home-footer {
    display:none;
  }

.lb-mobile-download {
  width: 90%;
  border-radius: 1rem;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.5s;
}

.lb-mobile-download:hover {
  opacity: 1;
}

.footer2 {
  background-color: #021531 !important;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
  /* background-image: url("../images/footer-back.png");
        background-repeat: no-repeat;
        background-size: 120%;
        background-attachment: fixed;
        background-position-y: bottom; */
}

.footer2 h5 {
  font-weight: bold;
  color:#fff !important;
}

.lb-footer2-whyus {
  display: flex;
}

.footer1 h5{
  color: #fff;
}

.lb-footer2-whyus-icon {
  margin-right: 20px;
  font-size: 30px;
  color: rgb(67, 103, 214);
}

.lb-footer2-social {
  display: flex;
  justify-content: flex-end;
}

.lb-footer2-social-icon {
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 7px;
  background-color: rgba(91, 91, 92, 0.301);
  border-radius: 0.5rem;
  font-size: 15px;
  cursor: pointer;
}

.lb-footer2-social-icon:hover {
  background-color: #fff;
}

.social-icon1 {
  margin-right: 15px;
}

.lb-footer2-social a{
    text-decoration:none;
    color:#fff;
}

.lb-footer2-social a:hover {
  color: rgb(57, 85, 151);
}

.social-icon2 {
  margin-right: 15px;
}

.social-icon2:hover {
  color: rgb(28, 156, 234);
}

.social-icon3 {
  margin-right: 15px;
}

.social-icon3:hover {
  color: rgb(85, 85, 241);
}

.social-icon4:hover {
  color: rgb(233, 13, 13);
}

.lb-all-rights {
  text-align: left;
  margin-top: 0px;
  font-size: 13.5px;
}

#lb-back-to-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: rgba(68, 70, 71, 0.1);
  width: 35px;
  height: 40px;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0px 0px 0.2rem #666;
  z-index: 1030;
  transition: background-color 0.5s;
  display: none;
}

#lb-back-to-top:hover {
  background-color: rgba(49, 68, 126, 1);
}

#lb-back-to-top a {
  color: rgba(255, 255, 255, 1) !important;
}

.lb-whatsapp-icon {
  position: fixed;
  bottom: 30px;
  right: 10px;
  /* width: 50px;
  height: 50px; */
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 0.2rem #666;
  z-index: 1030;
  transition: background-color 0.5s;
  font-size: 25px;
}

.lb-ceo-block {
  background-color: #fff;
  color: #213141 !important;
}

.lb-senior-management-block {
  background-color: rgb(244, 245, 247);
  color: #213141 !important;
}

.lb-ceo-name {
  text-align: right;
  width: 100%;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.lb-otherpages-top {
  height: 370px;
  width: 106%;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 30% 30%;
  position: relative;
  left: -3%;
  overflow: hidden;
}

.lb-otherpages-top h1, .lb-otherpages-top h2, .lb-otherpages-top h3{
  color: #fff !important;
}

.lb-otherpages-banner-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.lb-browse-page-top {
  background-image: url("../images/backgroundWithStaff3.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}

.lb-browse-page-firstcontent {
  padding: 20px 20px 15px 20px;
  border-radius: 1rem;
  border: 1px solid #dfdfeb;
  transition: box-shadow 0.4s;
  margin: 10px;
  cursor: pointer;
}

.lb-browse-page-firstcontent a {
  text-decoration: none;
  color: #213141 !important;
}

.lb-delivery {
  background-image: url("../images/billboard.jpg");
  background-repeat: no-repeat;
  /* background-size: 800px 100%; */
  /* background-attachment: fixed; */
}

.lb-about-page-top {
  background-image: url("../images/about.JPG");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}

.lb-management-page-top {
  background-image: url("../images/br-man.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}

.lb-management-compVid {
  padding: 6px;
  border-radius: 1rem;
  /* margin: 10px; */
  border: 1px solid #dedede;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.lb-management-compVid img {
  border-radius: 1rem 0rem 1rem 0rem;
}

.card-title {
  text-transform: uppercase;
}

.lb-player-controls {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.lb-player-controls i {
  font-size: 30px !important;
  /* font-weight: 300 !important; */
  cursor: pointer;
}

#lb-pause {
  display: none;
}

#lb-mute {
  display: none;
}

.lb-contact {
  width: 106%;
  height: 350px;
  background-color:#fff;
  border-radius: 0px 0px 30% 30%;
  position: relative;
  padding-top: 10px;
  left: -3%;
}

.lb-contact-page-firstcontent {
  padding: 50px 20px 50px 20px;
  border-radius: 1rem;
  border: 1px solid #dfdfeb;
  background-color: #fff;
  color: #00245a !important;
  text-align: center;
  height: 350px;
  transition: background-color 0.6s, box-shadow 0.6s, border 0.6s;
}

/* .lb-contact-page-firstcontent p{
  color: #00245a;
} */

.lb-contact-page-firstcontent:hover {
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.25);
  background-color: #00245a;
  color: #fff !important;
  border: 1px solid #00245a;
}
.lb-contact-page-firstcontent:hover p,
.lb-contact-page-firstcontent:hover h5{
  color: #fff !important;
}

.lb-contact-page-top {
  background-image: url("../images/ijs.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}
@media screen and (min-width: 1445px) {
  body{
    max-width: 1440px;
    margin: 0px auto;
    position: relative;
  }
  
 .lb-fixed-top {
  position:absolute ;
  
  z-index: 1030;
    }
    
 .lb-covid19-notice-btn{
     position:absolute ;
 }
 
 .lb-notice-card{
     position:absolute ;
 }
 
  .lb-index-home-footer {
    display:block;
  }
  
  lb-oneline-footer{
      display:none;
  }
}

@media screen and (max-width: 1370px) {
  .lb-product-testimonials {
    background-size: auto 100%;
  }
}

@media screen and (max-width: 1199px) {
  .lb-index-home-footer {
    display:block;
  }
} 

@media screen and (max-width: 1170px) {
  .lb-testimonial-content-block {
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
  }
  .lb-testimonial-image-block {
    height: 200px;
    overflow: hidden;
  }
  .lb-testimonial-quote-icon {
    top: 39%;
    left: 40%;
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
  .lb-testimonial-text-block {
    padding: 30px 20px 0px 20px;
  }
  .lb-testimonial-text-block p {
    font-size: 0.85rem !important;
  }
  .lb-xl-banner-caption {
    top: 12rem;
    z-index: 90;
  }

  .lb-product-banner {
    height: 600px;
  }
}

@media screen and (max-width: 1090px) {
  .lb-carousel-two-bga {
    display: none;
  }
  .lb-carousel-two-bgb {
    display: block;
  }
  .lb-product-cell,
  .lb-product-cell-no-border {
    height: 310px;
  }

  #lb-latest-News-article-image-2 {
    width: 100%;
    height: 500px;
    background-image: url("../images/latestNews/Labianca-2a.jpg");
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    /* background-size: 100% 120%; */
    /* background-attachment: fixed; */
  }
}

@media screen and (min-width: 992px) {
  .lb-navbar-float-right {
    right: 0;
    position: absolute;
  }
  .lb-navbar-brand {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20px;
  }
  .lb-navbar-button-margin-right {
    margin-right: 1.4rem !important;
  }
  .lb-carousel-one {
    height: 250px;
  }
  .lb-carousel-two {
    height: 260px;
    width: 85%;
    top: 190px;
    left: 90px;
  }
}

@media screen and (max-width: 991px) {
  .lb-browse-page-top {
    background-image: url("../images/backgroundWithStaff3b.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
  }
  .lb-about-page-top {
    background-image: url("../images/abou1.JPG");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    background-position-y: 73px;
  }
  .lb-management-page-top {
    background-image: url("../images/br-man1.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    background-position-y: 50px;
  }
  .lb-navbar-brand {
    /* border-right: 1px solid rgb(109, 109, 109); */
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 15px;
  }
  .lb-testimonial-content-block {
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
  }
  .lb-testimonial-image-block {
    height: 250px;
    overflow: hidden;
  }
  .lb-testimonial-quote-icon {
    top: 45%;
    left: 40%;
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
  .lb-product-booking {
    flex-flow: column;
  }
  .lb-product-cell,
  .lb-product-cell-no-border {
    height: 295px;
  }
  .lb-fa-newspaper {
    font-size: 40px;
  }
}

@media screen and (max-width: 936px) {
  .lb-product-main-content-Intro-banner {
    height: 45px;
  }
  .lb-product {
    padding: 100px 50px 100px 50px;
  }
  .lb-below-product-banner-icon {
    width: 35px;
    font-size: 20px;
  }
  .lb-truck {
    font-size: 25px;
  }
  .lb-below-product-banner-text h5 {
    font-size: 11px;
    margin-bottom: 0px;
    text-transform: uppercase;
  }
  .lb-xl-banner-caption {
    top: 6rem;
    z-index: 90;
  }

  .lb-product-banner {
    height: 450px;
  }

  .lb-product-cell,
  .lb-product-cell-no-border {
    height: 275px;
  }

  .lb-showcase-icon2 {
    display: none;
  }

  .lb-showcase-text {
    width: 78%;
  }
}

@media screen and (max-width: 873px) {
  .lb-testimonial-content-block {
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
  }
  .lb-testimonial-image-block {
    height: 200px;
    overflow: hidden;
  }
  .lb-testimonial-text-block {
    height: 250px;
    overflow-y: scroll;
  }
  .lb-testimonial-quote-icon {
    top: 39%;
    left: 40%;
    width: 50px;
    height: 50px;
    font-size: 13px;
  }

  .lb-side-links-for-Product-category h5 {
    font-size: 16px !important;
  }

  .lb-carousel-two {
    height: 230px;
    width: 400px;
    top: 170px;
    left: 100px;
  }
}

@media screen and (max-width: 790px) {
  .lb-xl-banner-caption {
    top: 9.25rem;
    z-index: 90;
  }
  /* .lb-booking {
    display: none;
  } */
  .lb-all-rights {
    text-align: center;
    margin-bottom: 30px;
  }
  .lb-footer2-social {
    justify-content: center;
  }
  .lb-fa-newspaper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lb-productsCarousel {
    height: 240px;
    width: 50%;
    left: 25%;
    position: relative;
  }
}

@media screen and (max-width: 748px) {
  .lb-xl-banner-caption {
    top: 9.25rem;
    z-index: 90;
  }
  .lb-booking-row {
    padding: 0px 10px 0px 10px;
  }
}

@media screen and (max-width: 600px) {
  /* .lb-product-booking {
    display: none;
  } */
  .lb-product-cell,
  .lb-product-cell-no-border {
    height: 270px;
  }
  .lb-product-cell-card-body .card-title {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .lb-testimonial-content-block {
    height: 450px;
    width: 200px;
    border-radius: 10px;
    overflow: hidden;
  }
  .items {
    display: flex;
    justify-content: center;
  }
  .lb-testimonial-text-block {
    height: 250px;
    font-size: 12.5px;
  }
  .lb-section-title {
    font-size: 28px;
  }
  .lb-xl-banner-caption {
    top: 3.25rem;
    z-index: 90;
  }

  .lb-product-banner {
    height: 300px;
  }
  .lb-footer-accessP {
    width: 100%;
  }
  .lb-footer2-whyus {
    width: 100%;
  }
  .lb-browse-page-top {
    background-image: url("../images/backgroundWithStaff3a.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
  }
  .lb-about-page-top {
    background-image: url("../images/about2.JPG");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    background-position-y: 50px;
  }
  .lb-management-page-top {
    background-image: url("../images/br-man2.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    background-position-y: 80px;
  }

  .lb-contact-page-top {
    background-image: url("../images/otherPageBackTrySize.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
  }
  .lb-product-cell,
  .lb-product-cell-no-border {
    height: 330px;
  }

  .lb-ceo-message {
    text-align: unset;
  }

  .lb-ceo-message h5 {
    font-size: 19px !important;
  }

  .lb-product-testimonials {
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 499px) {
  .lb-section-paddings {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }

  .lb-about-company-area {
    background-color: rgb(244, 245, 247);
  }

  .lb_curvy_image {
    display: none;
  }

  .lb-testimonial-row {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .lb-testimonial-quote-icon {
    display: none;
  }

  .lb-testimonial-text-block {
    height: 290px;
    font-size: 12px;
  }

  .lb-testimonial-image-block {
    height: 160px;
    overflow: hidden;
  }

  .lb-compVid-area .row {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .lb-section-title {
    font-size: 25px;
  }

  .lb-faq-row {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .lb-why-us {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .lb-covid19-row {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .lb-carousel-three {
    width: 280px;
  }

  .lb-xl-banner-caption {
    top: 2.25rem;
    z-index: 90;
  }

  .lb-product-cell,
  .lb-product-cell-no-border {
    height: 280px;
  }

  .lb-ceo-message {
    text-align: unset;
  }

  .lb-ceo-message h5 {
    font-size: 17px !important;
  }

  .lb-booking {
    margin-top: -90px;
  }

  .lb-booking-1 {
    flex-wrap: wrap;
  }

  .lb-booking-2 {
    flex-wrap: wrap;
  }

  .booking-input-1 {
    margin-left: 0px;
    width: 250px;
  }

  .booking-input-2 {
    margin-left: 0px;
    width: 250px;
  }

  .booking-input-3 {
    margin-left: 0px;
    width: 250px;
  }

  .booking-input-4 {
    margin-left: 0px;
    width: 250px;
    /* width: 150px; */
  }

  .booking-input-5 {
    margin-left: 0px;
    width: 250px;
  }

  .booking-input-6 {
    margin-left: 0px;
    width: 250px;
  }

  .lb-booking-jacket label {
    display: none;
  }

  .lb-product-testimonials {
    height: 150px !important;
  }

  .lb-otherpages-top {
    height: 300px;
    width: 106%;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 30% 30%;
    position: relative;
    left: -3%;
    overflow: hidden;
  }
}
