/*-----------------------------------------------------------------------------------

Item Name: Blueberry - eCommerce React NextJS template.
Author: Maraviya Infotech
Version: 1.1.0
Copyright 2025

-----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography

02. Utilities
    - Mixing
    - Variables

03. components
    - Header
    - Footer
    - Common
    - Cart sidebar
    - Category popup
    - Quick view
    - Breadcrumb
    - Newsletter popup

04. Layout 
    - Hero
    - Category
    - Product
    - Deal
    - Banner one
    - Banner two
    - New product
    - Services
    - Vendors
    - Testimonials
    - Blog 2
    - Instagram

05. Pages
    - About
    - Shop page
    - Single product page
    - Contact
    - Cart page
    - Checkout page
    - Faq
    - Login
    - Register
    - Blog
    - Wishlist
    - Compare
    - Terms
    - Track

-----------------------------------------------------------------------------------*/
/* Typography ( Import Typography ) */
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
/*--  Poppins font  --*/
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/*--  Quicksand font  --*/
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Utilities ( Import Utilities ) */
/* mixing */
/* variables */
/* components ( Import components ) */
/* common */
body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #496973;
  line-height: 26px;
  letter-spacing: 0.02rem;
  overflow-x: hidden;
  overflow-y: scroll;
}


::-moz-selection {
  /* color: #00768c; */
color:#00866e;
  background-color: rgba(0, 0, 0, 0.04);
}

::selection {
  /* color: #00768c; */
color:#00866e;
  background-color: rgba(0, 0, 0, 0.04);
}

p,
li,
a {
  margin-bottom: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  color: #496973;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.03rem;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-bottom: 0;
  /* color: #001f29; */
color:#00768c;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

[data-next-badge] 
{
   display: none;
   background-color: white;
}

[type=radio]:checked {
  position: relative;
  opacity: 0;
  display: none;
}
[type=radio]:checked + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #496973;
  letter-spacing: 0;
}
[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #00768c;
}
[type=radio]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #00768c;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
[type=radio]:not(:checked) {
  position: relative;
  opacity: 0;
  display: none;
}
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #496973;
  letter-spacing: 0;
}
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #d6e9ea;
  border-radius: 100%;
  background: #fff;
}
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #00768c;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.chartContainer{
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}

.bb-bg {
  background-color: #e9f8f9;
}
.section-about{
   /* background: linear-gradient(120deg,rgba(239, 249, 253, 1) 34%,  #F8FDFD 58%); */
     /* background: linear-gradient(150deg, rgba(239, 249, 253, 1) 60%, rgba(241, 253, 245, 1) 78%); */
       background: linear-gradient(180deg, rgba(239, 249, 253, 1) 60%, #d6e9ea 88%); 
      /* background: #f4fefe; */
}
.sectionTest-services{
   background: linear-gradient(180deg, rgba(239, 249, 253, 1) 60%, #d6e9ea 88%);
}
.Bannerparagraph{
  line-height: 1.6;
  color: #7c7676;
}
.about-section{
  border: 1px solid black;
  border-radius: 25px;
}
.button-test{
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  font-size: 17px;
  font-weight: 400;
  background: #00866e;
  color: #fff !important;
  border-radius: 40px;
  border: 1px solid #00768c;
  width:200px
}
.choose-location{
   transition: all 0.3s ease-in-out;
  /* padding: 8px 20px; */
  font-size: 13px;
  font-weight: 400;
  background: #00866e;
  /* background: none; */
  color: #fff !important;
  /* color: #000; */
  border-radius: 40px;
  border: 1px solid #00768c;
  /* border: none; */
  /* width:200px;
  height:30px */
  letter-spacing: 0.5px;
}

.cart-checkout{
   transition: all 0.3s ease-in-out;
  /* padding: 8px 20px; */
  font-size: 13px;
  font-weight: 400;
  background: #00866e;
  color: #fff !important;
  border-radius: 40px;
  border: 1px solid #00768c;
  width:200px;
  height:40px;
  cursor: pointer;
}
.choose-locationtest{
   transition: all 0.3s ease-in-out;
  /* padding: 8px 20px; */
  font-size: 12px;
  font-weight: 400;
  background: #00866e;
  color: #fff !important;
  border-radius: 40px;
  border: 1px solid #00768c;
  width:200px;
  height:30px;
 margin-left: 10px;
}
.labdetails{
  font-size: 14px;
   word-wrap: break-word;
}
.labdetailshours{
   font-size: 12px;
   word-wrap: break-word;
}
.labContainer{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
    background: #e9f8f9;
  border-radius:20px;
  /* height:250px; */
}
.labContainertest{
    border: 1px solid #00768c;
  /* background:#dffcfbff; */
    background: #e9f8f9;
  border-radius:20px;
  height:210px;
  margin-right: 15px;
}
.paper-box{
  /* background-color: #dffcfbff;  */
  background-color: #e9f8f9;
  border-radius: 8px; /* Slightly rounded corners */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for elevation */
  padding: 20px;
  height: 300px; /* Fixed height for scrollable area */
  overflow-y: auto; /* Enable vertical scrolling */
}

.paper-testbook-box{
  /* background-color: #dffcfbff;  */
  background-color: #e9f8f9;
  border-radius: 8px; /* Slightly rounded corners */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for elevation */
  padding: 20px;
  height: 500px; /* Fixed height for scrollable area */
  overflow-y: auto; /* Enable vertical scrolling */
}

.TestDetailSwiper{
  min-height: 190px;
  height: auto;
  border: 1px solid #00768c;
  background:#dffcfbff;
  border-radius:20px;
  white-space: normal;
}
.checkout-form{
    border: 1px solid #d6e9ea;
    border-radius: 15px;
}
.cart-form{
    border: 1px solid #d6e9ea;
    border-radius: 15px;
    padding-top: 10px;
}
.TestDetailslide{
  /* width: 500px; */
  padding-left: 10px;
  padding-top: 10px;
}
.full-width-text {
  width: 130%; 
  display: block;
  text-wrap: wrap;
  /* white-space: normal; */
  /* padding-left: 10px; */
}
.PartnerDetails{
  margin-left: 50px;
}
.labaddress{
  border: 1px solid #00768c;
  background:#dffcfbff;
  border-radius:20px;
  height:135px;
}
.labaddresstest{
  border: 1px solid #00768c;
  background:#dffcfbff;
  border-radius:20px;
  height:135px;
}
.labdetailstext{
  font-size: 14px;
   word-wrap: break-word;
   margin-left: 10px;
}
.inputRegister{
  width:95%;
  border: 1px solid #d6e9ea;
}
.input-city{
   width:95%;
}
.input-group {
  height: 50px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.logout-btn {
    font-size: 15px;
    /* margin-top: -45px; */
    padding-top: 4px;
    padding-bottom: 4px;
}
.inputRegisterGender{
  width:95%;
  border: 1px solid #d6e9ea;
  font-size:17px;
  color:#496973

}
.reactdatinputfield{
    width:580px;
    height: 45px;
  border: 1px solid #d6e9ea;
  font-size:17px;
  color:#496973;
}
.bb-Labchoose-form{
  border: 1px solid #00768c;
  background:#dffcfbff;
  border-radius:20px;
  display: flex;
  text-align: center;
   height:220px;
}
.bb-labtest-list{
  /* border: 1px solid #00768c;
  background:#dffcfbff;
  border-radius:20px; */
}
.testcaption{
  /* {fontSize:'11px',textWrap:'wrap',whiteSpace:'wrap',textOverflow:'ellipsis' */
   margin-top: 3;
  font-size: 15px;
  text-wrap: wrap;
  white-space: wrap;
  text-overflow: clip;
  /* color: #; */
  font-weight: 500;
    margin: auto;
    /* padding: 15px; */
   /* vertical-align: middle; */
  /* border:1px solid #00768c;  */
  /* margin-right: 40px; */
  padding-left: 5px;
}

.testpanelcaption{
  /* {fontSize:'11px',textWrap:'wrap',whiteSpace:'wrap',textOverflow:'ellipsis' */
   margin-top: 3;
  font-size: 13px;
  text-wrap: wrap;
  white-space: wrap;
  text-overflow: clip;
  /* color: #; */
  font-weight: 500;
    margin: auto;
    /* padding: 15px; */
   /* vertical-align: middle; */
  /* border:1px solid #00768c;  */
  /* margin-right: 40px; */
  padding-left: 10px;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.subtestcaption{
  /* {fontSize:'11px',textWrap:'wrap',whiteSpace:'wrap',textOverflow:'ellipsis' */
   margin-top: 3;
  font-size: 13px;
  text-wrap: wrap;
  white-space: wrap;
  text-overflow: clip;
  /* color: #; */
  font-weight: 500;
    margin: auto;
    /* padding: 15px; */
   /* vertical-align: middle; */
  /* border:1px solid #00768c;  */
  /* margin-right: 40px; */
  padding-left: 5px;
  color:#00768c
}
.testContainer{
  border: 1px solid #e9f8f9;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.testchoosebtn
{
   background: none;
  border: none;
  color: #00768c;
}
.testchoosebtn:hover{
   background: none;
  border: none;
  color: #72b7fc;
}
.testselect{
    border: 1px solid #e9f8f9;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: none;
  color: #00768c;

}

.testlabselect{
    /* border: 1px solid #00768c; */
  /* background:#dffcfbff; */
  /* background: #e9f8f9; */
  /* border-radius: 7px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
   border-left: 3px solid #00866e;
    border-radius: 7px;
  /* border: none; */
  /* color: #00768c; */
  height: 60px;
  /* height: 83px; */
  /* display: flex; */
  
}

.testlabselecticon{
    /* border: 1px solid #e9f8f9; */
  /* background:#dffcfbff; */
  /* background: #00768c; */
   border-left: 3px solid #00768c;
    border-radius: 7px;
  /* border-radius: 7px; */
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: none;
  color: #00768c; */
  width:20px;
  height: 50px;
  /* border: 3px solid black; */
}

.testselect:hover{
   background: none;
  border: none;
  color: #72b7fc;
}
.button-test:hover{
  background: #f7faf8;
  color: #000 !important;
}
.circle {
 height: 50px;
  width: 100px;
  background-color: #00768c;
  border-radius: 5px;
  display: flex;
  justify-self: center
  /* border-radius: 50%;
  display: inline-block; */
}
.bb-labdetails-box{
   width: 100%;
  max-width: 600px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color:rgba(239, 249, 253, 1) ;
  /* background-color: #e9f8f9; */
  
  display: none;
  z-index: 25;
  text-align: center;
  border-radius: 15px;
  /* overflow: hidden; */
  overflow-y: auto;
  /* height: 400px; */
}

.bb-labtestdelete-box{
   width: 100%;
  max-width: 600px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color:rgba(239, 249, 253, 1) ;
  /* background-color: #e9f8f9; */
  
  display: none;
  z-index: 25;
  text-align: center;
  border-radius: 15px;
  /* overflow: hidden; */
  overflow-y: auto;
  height: 200px;
}

.testdetails{
  overflow-y: auto;
   height: 250px;
   overflow-x: hidden;
}

.bb-paymentdetails-box{
   width: 100%;
  max-width: 600px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color:rgb(242, 249, 252) ;
  /* background-color: #e9f8f9; */
  
  display: none;
  z-index: 25;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
   opacity: 1;
}

.bb-paymentdetails1-box{
   width: 100%;
  max-width: 100%;
 height: 120%;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color:rgba(239, 249, 253, 1) ;
  /* background-color: #e9f8f9; */
  
  display: none;
  z-index: 25;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
   opacity: 1;
}

.bb-pdfviewr-box{
   width: 100%;
   max-width: 700px;
  height: 700px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color:#cfe2ff ;
  /* background-color: #e9f8f9; */
  
  display: none;
  z-index: 25;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
   opacity: 1;
}

.bb-priceviewr-box{
   width: 100%;
   max-width: 500px;
  height: 550px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color:#cfe2ff ;
  /* background-color: #e9f8f9; */
  
  display: none;
  z-index: 25;
  /* text-align: center; */
  border-radius: 15px;
  overflow: hidden;
   opacity: 1;
}

.bb-labdetailsbooking-box{
   width: 100%;
  max-width: 600px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color:#e0e0e0 ;
  /* background-color: #e9f8f9; */
  
  display: none;
  z-index: 25;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
/* .line{
  border: none; 
      border-top: 2px solid black; 
      width: 100%; 
      margin: 20px 0; 
      display: flex;
      align-items: center;
} */
.bbservices {
  width: auto;
  padding: 30px;
  /* border: 1px solid #d6e9ea; */
  border: 1px solid #00768c;
  border-radius: 20px;
  text-align: center;
}
/* .footerBackground{
   background: linear-gradient(180deg, rgba(239, 249, 253, 1) 60%, #d6e9ea 88%);
} */
/* Loader */
.bb-loader {
  min-width: 100%;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  z-index: 45;
}
.bb-loader img {
  position: absolute;
}
.bb-loader .loader {
  width: 60px;
  height: 60px;
  position: relative;
}
.bb-loader .loader:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dashed #001f29;
  border-radius: 50%;
  -webkit-animation: animloader 5s linear infinite;
          animation: animloader 5s linear infinite;
}
@-webkit-keyframes animloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes animloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

input,
textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
  border: 1px solid #d6e9ea;
  outline: 0;
  border-radius: 10px !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973 !important;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973 !important;
}
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973 !important;
}

.custom-dropdown {
  position: relative;
  z-index: 5;
}
.custom-dropdown:hover ul.dropdown {
  opacity: 1;
  display: block;
  visibility: visible;
  margin: 6px 0 0 0;
}
.custom-dropdown .bb-dropdown-toggle {
  position: relative;
  padding-right: 15px;
}
.custom-dropdown .bb-dropdown-toggle:after {
  content: "\ea4e";
  width: 0;
  height: 0;
  position: absolute;
  top: -1px;
  right: 12px;
  font-size: 15px;
  font-family: "remixicon";
}
.custom-dropdown ul.dropdown {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  padding: 10px 5px;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: -26px;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #d6e9ea;
  display: block;
  border-radius: 10px;
}
.custom-dropdown ul.dropdown li a {
  padding: 0px 12px;
  font-size: 13px;
  display: block;
  color: #496973;
}
.testingHeading{
  display: flex;
  justify-content: center;
}

.testingCategoryHeading{
  display: flex;
  justify-content: center;
}

.section-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 5;
}
.section-title .section-detail h2 {
  margin-bottom: 0;
  padding: 0;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
  position: relative;
  display: inline;
  text-transform: capitalize;
  line-height: 1;
}
.section-title .section-detail h2 span {
  /* color: #00768c; */
color:#00866e
}
.section-title .section-detail p {
  max-width: 400px;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #496973;
  line-height: 18px;
}
.section-title .title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-title .title-link a {
  color: #496973;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title .title-link a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 18px;
  margin-left: 10px;
  color: #496973;
}
.section-title .title-link a:hover {
  /* color: #00768c; */
color:#00866e
}
.section-title .title-link a:hover i {
  /* color: #00768c; */
color:#00866e
}

.bb-center {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Back to top button */
a.back-to-top {
  width: 38px;
  height: 38px;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 4;
  border-radius: 20px;
  cursor: pointer;
  background-color: #fff;
  /* color: #00768c; */
color:#00866e;
  border: 1px solid #00768c;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}
a.back-to-top i {
  font-size: 20px;
}
a.back-to-top:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.back-to-top svg {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
a.back-to-top svg path {
  fill: transparent;
  stroke: #00768c;
  stroke-width: 5px;
}

/* Custom select */
.select {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
}

.custom-select {
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 14px;
  position: relative;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
}
.custom-select svg {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}
.custom-select svg path {
  fill: #00768c;
}
.custom-select .custom-select {
  position: relative;
}
.custom-select .custom-select:after {
  content: "\ea4e" !important;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 20px;
  font-family: "remixicon" !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.custom-select .custom-select:active,
.custom-select .custom-select .active {
  background-color: #fff;
}
.custom-select:focus {
  outline: 2px;
}

.select-options {
  min-width: 190px;
  max-height: 200px;
  margin: 0;
  padding: 10px 0;
  overflow-y: auto;
  display: none;
  position: absolute !important;
  z-index: 20;
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #d6e9ea;
}
.select-options li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 5px 20px !important;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-radius: 5px;
  font-size: 14px;
  color: #777;
  cursor: pointer;
}
.select-options li:hover {
  /* color: #00768c; */
color:#00866e
}
.select-options li[rel=hide] {
  display: none;
}
.select-options::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 0 0 5px 0;
}
.select-options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9e9e9e;
}

.bb-btn-1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  /* color: #001f29; */
color:#00768c;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #001f29;
}
.bb-btn-1:hover {
  background: #00768c;
  border-color: #00866e;
  color: #fff !important;
}

.bb-btn-delte-2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  background: #f80419;
  color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16;
}
/* .bb-btn-delete-2:hover {
  background: transparent;
    border-color: #ee0a16;
color:#c3010b !important;
} */

.bb-btn-2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  background: #00768c;
  color: #fff !important;
  border-radius: 10px;
  border: 1px solid #00768c;
}
.bb-btn-2:hover {
  background: transparent;
    border-color: #00866e;
  /* color: #001f29; */
color:#00768c !important;
}

.mb-24 {
  margin-bottom: 24px;
}

.m-minus-12 {
  margin: -12px;
}

.mb-minus-24 {
  margin-bottom: -24px;
}

.padding-t-100 {
  padding: 100px 0 0 0;
}

.padding-b-100 {
  padding-bottom: 100px !important;
}

.padding-tb-100 {
  padding: 100px 0;
}

.padding-tb-50 {
  padding: 50px 0;
}

.padding-t-50 {
  padding: 50px 0 0 0;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-tb-100 {
  margin: 100px 0;
}

.margin-tb-50 {
  margin: 50px 0;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.iiz__hint::before {
  display: none !important;
}

.Toastify__toast-container .Toastify__toast .Toastify__toast-icon svg {
  fill: #00768c;
}
.Toastify__toast-container .Toastify__toast .Toastify__progress-bar--wrp .Toastify__progress-bar--success {
  background: #00768c;
}

/* Responsive */
@media screen and (min-width: 1400px) {
  .bb-col-6 {
    width: 16.6666%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
            flex: 0 0 16.6666%;
  }
}
@media screen and (min-width: 1200px) {
  .bb-col-5 {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media screen and (max-width: 1199px) {
  .bb-btn-1 {
    padding: 3px 15px;
  }
  .padding-tb-100 {
    padding: 70px 0;
  }
  .padding-t-100 {
    padding-top: 70px;
  }
  .padding-b-100 {
    padding-bottom: 70px !important;
  }
  .padding-tb-50 {
    padding: 35px 0;
  }
  .padding-t-50 {
    padding-top: 35px;
  }
  .padding-b-50 {
    padding-bottom: 35px;
  }
  .margin-tb-50 {
    margin: 35px 0;
  }
  .margin-t-50 {
    margin-top: 35px;
  }
  .margin-b-50 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .section-title {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center;
  }
  .section-title .section-detail {
    margin-bottom: 12px;
  }
  .section-title .section-detail p {
    margin-left: auto;
    margin-right: auto;
  }
  .p-0-991 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .d-none-767 {
    display: none;
  }
  .section-title .section-detail h2 {
    font-size: 23px;
  }
  .bb-deal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bb-deal #dealend {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  section {
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .bb-footer .footer-top .bb-footer-widget .bb-footer-dropdown {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    padding-bottom: 0px !important;
  }
}
/* header */
.bb-header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #d6e9ea;
}

.top-header {
   background-color: #001f29;
color:#00768c;
  padding: 6px 0;
}
.top-header .inner-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-header .inner-top-header .col-left-bar a {
  font-size: 14px;
  color: #fff !important;
}
.top-header .inner-top-header .col-right-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-header .inner-top-header .col-right-bar .cols {
  padding: 0 12px;
}
.top-header .inner-top-header .col-right-bar .cols span,
.top-header .inner-top-header .col-right-bar .cols a {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #fff !important;
}
.top-header .inner-top-header .col-right-bar .cols > a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #fff !important;
}
.top-header .inner-top-header .col-right-bar .cols .dropdown a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  color: #496973 !important;
  font-weight: 400;
}
.top-header .inner-top-header .col-right-bar .cols .dropdown a:hover {
  /* color: #00768c; */
color:#00866e
}

.bb-header-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-header-btn:after {
  display: none;
}
.bb-header-btn:not(:last-child) {
  margin-left: 30px;
}
.bb-header-btn .header-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-header-btn .header-icon svg {
  width: 30px;
  height: 30px;
}
.bb-header-btn .header-icon svg path {
  fill: #00768c;
}
.bb-header-btn .bb-btn-stitle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.bb-toggle-menu {
  display: none;
}
.bb-toggle-menu .header-icon i {
  font-size: 22px;
  /* color: #00768c; */
color:#00866e
}

.header-search {
  width: 760px;
}
.header-search .bb-btn-group-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-search .bb-btn-group-form .inner-select {
  border-right: 1px solid #d6e9ea;
  height: 100%;
  padding: 0 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.header-search .bb-btn-group-form .inner-select .custom-select {
  width: 115px;
  text-transform: capitalize;
  cursor: pointer;
}
.header-search .bb-btn-group-form .inner-select .custom-select .select-options {
  left: -20px;
}
.header-search .bb-btn-group-form input {
  background-color: #fff;
  display: block;
  width: 100%;
  min-height: 45px;
  height: 48px;
  padding: 10px 10px 10px 160px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  border: 1px solid #d6e9ea;
  letter-spacing: 0.5px;
}
.header-search .bb-btn-group-form input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.header-search .bb-btn-group-form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.header-search .bb-btn-group-form input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.header-search .bb-btn-group-form input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.header-search .bb-btn-group-form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.header-search .bb-btn-group-form button {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 100%;
  background: transparent;
  color: #555;
  font-size: 16px;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: 0;
  padding: 0;
}
.header-search .bb-btn-group-form button i {
  font-size: 18px;
  line-height: 12px;
  color: #555;
}

.bottom-header {
  padding: 20px 0;
  
}

.bottom-header .inner-bottom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-header .inner-bottom-header .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-header .inner-bottom-header .bb-sidebar-toggle svg {
  height: 30px;
  width: 30px;
}
.bottom-header .inner-bottom-header .bb-sidebar-toggle svg path {
  fill: #00768c;
}
.bottom-header .inner-bottom-header .bb-sidebar-toggle {
  display: none;
}
.bottom-header .inner-bottom-header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-header .inner-bottom-header .header-logo img {
  width: 125px;
}
.bottom-header .inner-bottom-header .header-logo .dark {
  display: none;
}
.bottom-header .inner-bottom-header .header-logo .light {
  display: block;
}
.bottom-header .inner-bottom-header .bb-header-buttons {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop {
  position: relative;
}
.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop:hover .bb-dropdown-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}
.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu {
  min-width: 150px;
  padding: 10px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #d6e9ea;
  display: block;
  border-radius: 10px;
}
.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu li {
  padding: 4px 15px;
}
.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  line-height: 22px;
}
.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu li a:hover {
  /* color: #00768c; */
color:#00866e
}
.bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
}
.bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  line-height: 1;
  /* color: #001f29; */
color:#00768c;
  margin-bottom: 4px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-weight: 500;
}
.bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-stitle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  /* color: #001f29; */
color:#00768c;
}

.bb-main-menu-desk {
  background-color: #fff;
  padding: 5px 0;
  border-top: 1px solid #d6e9ea;
}
.bb-main-menu-desk .bb-inner-menu-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-main-menu-desk .bb-inner-menu-desk .header-search {
  display: none;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn {
  height: 45px;
  width: 45px;
  margin: 0 30px 0 0;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid #d6e9ea;
  border-radius: 10px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn svg {
  height: 25px;
  width: 25px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn svg path {
  fill: #00768c;
}
.bb-main-menu-desk .bb-inner-menu-desk .navbar-toggler {
  display: none;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li a {
  padding: 0;
  line-height: 28px;
  font-size: 15px;
  font-weight: 500;
  /* color: #001f29; */
color:#00768c;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li a svg {
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li a svg path {
  fill: #00768c;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:not(:last-child) {
  margin-right: 35px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover a.nav-link {
  color: #00768c !important;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover a.nav-link:after {
  border-color: #00768c;
/* color:#00866e */
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover span {
  /* color: #00768c; */
color:#00866e
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown {
  margin-right: 45px !important;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu {
  min-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  padding: 0 0 0 30px;
  position: absolute;
  top: 40px;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #d6e9ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu .menu_title {
  border-bottom: 1px solid #d6e9ea;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu .menu_title a {
  height: auto;
  /* color: #00768c; */
color:#00866e;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li {
  margin: 0;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
  text-transform: capitalize;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li a:hover {
  /* color: #00768c; */
color:#00866e
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li ul {
  width: calc(25% - 30px);
  margin-right: 30px;
  padding: 15px 0;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .bb-dropdown-item {
  position: relative;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .bb-dropdown-item:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 6px;
  height: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #001f29;
  padding-left: 3px;
  border-radius: 55%;
  position: absolute;
  top: 55%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown:hover .mega-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown {
  margin-right: 45px !important;
  position: relative;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-item {
  position: relative;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-item:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 6px;
  height: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #001f29;
  padding-left: 3px;
  border-radius: 55%;
  position: absolute;
  top: 55%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu {
  min-width: 205px;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  position: absolute;
  top: 40px;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #d6e9ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu li {
  margin: 0;
  padding: 5px 15px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 0;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
  text-transform: capitalize;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu li:hover > a {
  /* color: #00768c; */
color:#00866e
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown:hover .bb-dropdown-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown {
  cursor: pointer;
  position: relative;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-item:after {
  content: "\ea6e";
  font-family: "remixicon";
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  right: 0;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 220px;
  padding: 10px;
  margin: 25px 0 0 0;
  position: absolute;
  top: 0;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  top: -20px;
  left: 193px;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #d6e9ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu li {
  margin: 0;
  padding: 5px 15px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu li a {
  padding: 6px 0;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu li a:hover {
  /* color: #00768c; */
color:#00866e
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown:hover .bb-mega-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select {
  width: 180px;
  background-color: #fff;
  border: 1px solid #d6e9ea;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select svg {
  margin: 0 10px;
  width: 20px;
  height: 20px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select svg path {
  fill: #00768c;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select .custom-select {
  width: 100%;
  height: 100%;
  padding-right: 15px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select .custom-select .select {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select .custom-select .select-options {
  min-width: 175px;
  margin: 15px auto 0 auto;
  padding: 10px 0;
  left: auto;
  right: -15px;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select .custom-select .select-options li {
  padding: 5px 20px !important;
}
.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select .custom-select .custom-select:after {
  top: 22%;
}

/*===== Mobile menus =====*/
.bb-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 16;
}

.bb-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 340px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 17;
  overflow: auto;
}
.bb-mobile-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-mobile-menu::-webkit-scrollbar-track {
  width: 8px;
  background-color: #d6e9ea;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-mobile-menu::-webkit-scrollbar-thumb {
   background-color: #001f29;
color:#00768c;
  border-radius: 20px;
}
.bb-mobile-menu .bb-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-mobile-menu .bb-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  /* color: #001f29; */
color:#00768c;
  font-weight: 600;
}
.bb-mobile-menu .bb-menu-title .bb-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #ff0000;
  background-color: transparent;
  border: 0;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li {
  position: relative;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li a {
  margin-bottom: 12px;
  padding: 12px 12px;
  display: block;
  text-transform: capitalize;
  color: #496973;
  border: 1px solid #d6e9ea;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li a:last-child() {
  margin-bottom: 0;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle {
  width: 100%;
  height: 54px;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle::before {
  content: "+";
  margin-left: auto;
  font-weight: 500;
  color: #496973;
  font-size: 19px;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 10px;
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu li a {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 0px;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}
.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu li .sub-menu li a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 14px;
  color: #777;
}
.bb-mobile-menu .bb-menu-inner .header-res-social {
  margin-top: 30px;
}
.bb-mobile-menu .bb-menu-inner .header-res-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bb-mobile-menu .bb-menu-inner .header-res-social ul li {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
   background-color: #001f29;
color:#00768c;
  border-radius: 10px;
}
.bb-mobile-menu .bb-menu-inner .header-res-social ul li a i {
  color: #fff;
}

.bb-mobile-menu.bb-menu-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .bottom-header .inner-bottom-header .header-search {
    width: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .bb-main-menu-desk .bb-inner-menu-desk {
    position: relative;
  }
  .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu {
    position: unset;
  }
  .bottom-header .inner-bottom-header .header-search {
    width: 400px;
  }
  .bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-desc {
    display: none;
  }
  .bb-header-btn .header-icon svg {
    width: 25px;
    height: 25px;
  }
  .bb-header-btn:not(:last-child) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-search .bb-btn-group-form {
    margin-left: 20px;
  }
  .header-search .bb-btn-group-form .inner-select {
    display: none;
  }
  .header-search .bb-btn-group-form input {
    min-height: 40px;
    height: 40px;
    padding: 10px;
  }
  .bb-category-toggle {
    margin-left: 20px;
    border: 1px solid #d6e9ea;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bb-category-toggle svg {
    width: 22px;
    height: 22px;
  }
  .bottom-header .inner-bottom-header .bb-sidebar-toggle svg {
    width: 22px;
    height: 22px;
  }
  .bb-main-menu-desk {
    display: none;
  }
  .bb-main-menu-desk .bb-inner-menu-desk {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu {
    display: none;
  }
  .bb-main-menu-desk .bb-inner-menu-desk .header-search {
    width: 500px;
    display: inline;
  }
  .bb-header-btn .header-icon svg {
    width: 22px;
    height: 22px;
  }
  .bottom-header {
    padding: 15px 0;
  }
  .bottom-header .inner-bottom-header .bb-sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-header .inner-bottom-header .header-logo img {
    width: 115px;
  }
  .bottom-header .inner-bottom-header .header-search {
    width: 100%;
    min-width: 300px;
  }
  .top-header {
    display: none;
  }
  .bb-toggle-menu {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bb-main-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .bb-header-btn:first-child {
    margin: 0 !important;
  }
  .inner-bottom-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inner-bottom-header .header-search {
    padding: 15px 0;
  }
  .bb-logo-detail {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .header-search .bb-btn-group-form {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .header-search .bb-btn-group-form .custom-dropdown {
    padding: 0 10px;
  }
  .bb-flex-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn {
    display: none;
  }
  .bb-main-menu-desk .bb-inner-menu-desk .header-search {
    width: 100%;
  }
  .bottom-header .inner-bottom-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottom-header .inner-bottom-header .bb-sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bottom-header .inner-bottom-header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .bb-mobile-menu {
    width: 300px;
  }
  .header-search .bb-btn-group-form .inner-select {
    display: none;
  }
  .header-search .bb-btn-group-form input {
    padding: 10px;
  }
  .bottom-header .inner-bottom-header .header-search {
    min-width: auto;
  }
}
/* Footer */
.bb-footer {
  color: #fff;
  background: #e9f8f9;
}
.bb-footer .footer-directory {
  border: 1px solid #d6e9ea;
}
.bb-footer .footer-directory .directory-title {
  margin-bottom: 24px;
  text-align: center;
}
.bb-footer .footer-directory .directory-title h4 {
  font-size: 16px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
  letter-spacing: 0;
  text-transform: uppercase;
}
.bb-footer .footer-directory .directory-contact {
  margin-bottom: -24px;
}
.bb-footer .footer-directory .directory-contact .inner-contact {
  margin-bottom: 24px;
}
.bb-footer .footer-directory .directory-contact .inner-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bb-footer .footer-directory .directory-contact .inner-contact ul span {
  margin-right: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #496973;
  text-transform: capitalize;
}
.bb-footer .footer-directory .directory-contact .inner-contact ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 400;
  color: #496973;
  text-transform: capitalize;
}
.bb-footer .footer-directory .directory-contact .inner-contact ul li a:hover {
  /* color: #00768c; */
color:#00866e
}
.bb-footer .footer-directory .directory-contact .inner-contact ul li:first-child::after {
  display: none;
}
.bb-footer .footer-directory .directory-contact .inner-contact ul li:not(:last-child)::after {
  content: "|";
  padding: 0 10px;
  font-size: 14px;
  color: #496973;
}
.bb-footer .footer-container {
  border-top: 1px solid #d6e9ea;
}
.bb-footer .footer-top .bb-footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bb-footer .footer-top .bb-footer-company .bb-app-store {
  margin: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-logo {
  max-width: 144px;
  margin-bottom: 30px;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-dark-logo {
  max-width: 144px;
  margin-bottom: 30px;
  display: none;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-detail {
  max-width: 400px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #496973;
  display: inline-block;
  position: relative;
}
.bb-footer .footer-top .bb-footer-widget .app-img img {
  max-width: 140px;
  margin: 7px;
  border-radius: 5px;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  /* color: #001f29; */
color:#00768c;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  text-transform: capitalize;
  border-bottom: 1px solid #d6e9ea;
}
.bb-footer .footer-top .bb-footer-widget .s-head {
  display: none;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-links ul {
  margin-bottom: 0;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-links i {
  line-height: 0;
  font-size: 18px;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #00768c !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link:not(:last-child) {
  margin-bottom: 16px;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  color: #496973;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  word-break: break-all;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
}
.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a:hover {
  /* color: #00768c; */
color:#00866e;
  opacity: 1;
}
.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links li:first-child {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links li p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links a {
  text-transform: unset;
}
.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links .bb-footer-link span {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links .bb-footer-link .mt-15px {
  margin-top: 15px;
}
.bb-footer .footer-top .bb-footer-social {
  margin-bottom: 0;
}
.bb-footer .footer-top .bb-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link {
  padding-right: 5px;
}
.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link:not(:last-child) {
  margin-bottom: 0;
}
.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
   background-color: #001f29;
color:#00768c;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}
.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link a:hover {
  background-color: #00768c;
/* color:#00866e */
}
.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link a i {
  font-size: 16px;
  color: #fff;
}

.bb-footer-contact {
  margin-bottom: 30px;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #d6e9ea;
}
.footer-bottom .bb-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-bottom .bb-copy {
  color: #496973;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
}
.footer-bottom .bb-copy a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  color: #00768c !important;
}
.footer-bottom .bb-copy .site-name:hover {
  /* color: #001f29; */
color:#00768c;
}

.bb-heading-res {
  display: none;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a {
    font-size: 15px;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-links li p {
    font-size: 15px;
  }
  .bb-footer .footer-top .bb-footer-widget .app-img img {
    max-width: 120px;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-detail {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a {
    font-size: 14px;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-links li p {
    font-size: 14px;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-detail {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .bb-footer .footer-top .bb-footer-widget .bb-footer-dropdown {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .bb-footer .footer-top .bb-footer-company {
    margin-bottom: 24px;
  }
  .bb-footer .footer-top .container > .row {
    padding: 0;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-links ul {
    margin-bottom: 15px;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link:not(:last-child) {
    margin-bottom: 15px;
  }
  .bb-footer .footer-top .col-sm-12.col-lg-3 {
    width: 100%;
    margin-bottom: 0;
  }
  .bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-heading {
    margin-bottom: 15px;
  }
  .bb-footer-contact {
    margin-bottom: 0;
  }
  .footer-news-title {
    font-size: 20px;
  }
  .bb-subscribe-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
  }
  .bb-heading-res {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }
  .bb-footer-links.bb-footer-dropdown {
    display: none;
    padding: 0 0 20px 0;
  }
  .footer-bottom-copy {
    text-align: center;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  .footer-bottom .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .footer-bottom .bb-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bottom .bb-bottom-info .footer-copy {
    margin-bottom: 15px;
  }
  .col.footer-bottom-right {
    margin: 15px auto;
  }
  .footer-bottom-payment.d-flex.justify-content-end {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bb-footer .footer-top .bb-footer-widget .s-head {
    display: block;
  }
  .bb-footer .footer-top .bb-footer-widget .bb-footer-heading {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .m-minus-991 {
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  .bb-footer .footer-top .bb-footer-widget .bb-footer-logo,
  .bb-footer .footer-top .bb-footer-widget .bb-footer-dark-logo {
    max-width: 130px;
  }
}
@media (max-width: 360px) {
  .footer-bottom .bb-bottom-info .footer-bottom-right img {
    width: 100%;
  }
}
/* Cart Sidebar */
.bb-side-cart-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 17;
}

.bb-open-cart {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}

.bb-side-cart {
  width: 770px;
  height: calc(100% - 30px);
  margin: 15px 0 15px 15px;
  padding: 15px 20px 0 20px;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 17;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: auto;
  opacity: 0;
  border-radius: 20px 0 0 20px;
}
.bb-side-cart::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-side-cart::-webkit-scrollbar-track {
  width: 8px;
  background-color: #d6e9ea;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-side-cart::-webkit-scrollbar-thumb {
   background-color: #001f29;
color:#00768c;
  border-radius: 20px;
}
.bb-side-cart:hover .bb-cart-close {
  height: 25px !important;
}
.bb-side-cart .h-full {
  height: 100%;
}
.bb-side-cart .bb-inner-cart {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total {
  margin: 20px 0 0 0px;
  padding-top: 0;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d6e9ea;
}
.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total table {
  margin: 10px 0 0 0;
}
.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total table td {
  border: 0;
  color: #777;
}
.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total table td.price {
  text-align: right;
}
.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total table .title {
  font-weight: 500;
}
.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-btn a {
  padding: 5px 15px;
}
.bb-side-cart .bb-top-contact .bb-cart-title {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-side-cart .bb-top-contact .bb-cart-title h4 {
  font-size: 18px;
  font-weight: 800;
  /* color: #001f29; */
color:#00768c;
}
.bb-side-cart .bb-top-contact .bb-cart-title .bb-cart-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  border: 0;
  background-color: rgba(224, 78, 78, 0.7);
  border-radius: 10px;
  cursor: pointer;
}
.bb-side-cart .bb-top-contact .bb-cart-title .bb-cart-close:hover {
  background-color: rgb(224, 78, 78);
}
.bb-side-cart .bb-top-contact .bb-cart-title .bb-cart-close:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.bb-side-cart .cart-related {
  overflow: auto;
}
.bb-side-cart .cart-related::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-side-cart .cart-related::-webkit-scrollbar-track {
  width: 8px;
  background-color: #d6e9ea;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-side-cart .cart-related::-webkit-scrollbar-thumb {
   background-color: #001f29;
color:#00768c;
  border-radius: 20px;
}
.bb-side-cart .bb-border-right {
  padding-right: 24px;
  border-right: 1px solid #d6e9ea;
}
.bb-side-cart .bb-cart-box.item {
  height: 100%;
}
.bb-side-cart .bb-cart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bb-side-cart .bb-cart-box ul.bb-cart-items {
  margin-bottom: -24px;
}
.bb-side-cart .bb-cart-box ul.bb-cart-items li {
  margin-bottom: 24px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e9f8f9;
  border-radius: 20px;
  border: 1px solid #d6e9ea;
  position: relative;
}
.bb-side-cart .bb-cart-box ul.bb-cart-items li:hover .cart-remove-item {
  opacity: 1;
}
.bb-side-cart .bb-cart-box ul.bb-cart-items li .cart-remove-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
   background-color: #001f29;
color:#00768c;
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  top: -3px;
  right: -3px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
  cursor: pointer;
}
.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-pro-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-pro-img img {
  width: 85px;
  border-radius: 10px;
  border: 1px solid #d6e9ea;
}
.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact {
  padding-left: 15px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
  overflow: hidden;
}
.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact .bb-cart-sub-title {
  width: 100%;
  margin-bottom: 8px;
  text-decoration: none;
  /* color: #001f29; */
color:#00768c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact span.cart-price {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact span.cart-price span {
  font-size: 15px;
  font-weight: 600;
  color: #777;
}
.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact .qty-plus-minus {
  height: 28px;
}
.bb-side-cart .bb-cart-box .bb-cart-banner .banner {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.bb-side-cart .bb-cart-box .bb-cart-banner .banner:hover img {
  -webkit-transform: rotate(3deg) scale(1.1);
          transform: rotate(3deg) scale(1.1);
}
.bb-side-cart .bb-cart-box .bb-cart-banner .banner img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail {
  width: 100%;
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail h4,
.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail h3 {
  color: #fff;
}
.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail h4 {
  margin-bottom: 5px;
  font-size: 15px;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  line-height: 22px;
}
.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail h3 {
  font-size: 22px;
  line-height: 30px;
}
.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail a {
  width: 100px;
  margin-top: 15px;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail a:hover {
  background-color: #fff;
  /* color: #001f29; */
color:#00768c;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .bb-side-cart {
    width: 740px;
  }
}
@media screen and (max-width: 767px) {
  .bb-side-cart {
    width: 350px;
  }
  .bb-side-cart .bb-inner-cart .bb-cart-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .bb-side-cart {
    width: 300px;
  }
  .bb-side-cart .bb-cart-box ul.bb-cart-items li {
    padding: 10px;
  }
  .bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-pro-img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-pro-img img {
    width: 50px;
  }
}
/* Category */
.bb-category-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 17;
}

.bb-open-category {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bb-category-sidebar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 17;
  display: none;
}

.category-sidebar {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 15px auto;
  padding: 30px 15px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: auto;
  border-radius: 30px;
  z-index: 18;
  position: relative;
}
.category-sidebar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.category-sidebar::-webkit-scrollbar-track {
  width: 8px;
  background-color: #d6e9ea;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.category-sidebar::-webkit-scrollbar-thumb {
  /* background-color: #001f29; */
color:#00768c;
  border-radius: 20px;
}
.category-sidebar:hover button.bb-category-close {
  height: 25px;
}
.category-sidebar .sub-title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category-sidebar .sub-title h4 {
  font-size: 20px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
  text-transform: capitalize;
}
.category-sidebar button.bb-category-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: 27px;
  border: 0;
  background-color: rgba(224, 78, 78, 0.7);
  border-radius: 10px;
  cursor: pointer;
}
.category-sidebar button.bb-category-close:hover {
  background-color: rgb(224, 78, 78);
}
.category-sidebar button.bb-category-close:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.category-sidebar .bb-category-tags {
  margin-bottom: 24px;
}
.category-sidebar .bb-category-cart {
  padding: 15px;
  overflow: hidden;
  background-color: #e9f8f9;
  border: 1px solid #d6e9ea;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-sidebar .bb-category-cart .pro-img {
  margin-right: 12px;
}
.category-sidebar .bb-category-cart .pro-img img {
  width: 80px;
  border-radius: 10px;
  border: 1px solid #d6e9ea;
}
.category-sidebar .bb-category-cart .side-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.category-sidebar .bb-category-cart .side-contact h4 {
  font-size: 15px;
}
.category-sidebar .bb-category-cart .side-contact h4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  /* color: #001f29; */
color:#00768c;
}
.category-sidebar .bb-category-cart .side-contact .inner-price {
  margin: 0 -3px;
}
.category-sidebar .bb-category-cart .side-contact .inner-price .new-price {
  padding: 0 3px;
  font-size: 15px;
  color: #496973;
  font-weight: 600;
}
.category-sidebar .bb-category-cart .side-contact .inner-price .old-price {
  padding: 0 3px;
  font-size: 14px;
  color: #496973;
  text-decoration: line-through;
}

/* Responsive */
@media screen and (max-width: 1199px) {
  .category-sidebar {
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 767px) {
  .category-sidebar .bb-category-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category-sidebar .bb-category-cart .pro-img {
    margin: 0 0 15px 0;
  }
  .category-sidebar .bb-category-cart .pro-img img {
    width: 100%;
  }
}
/* quickview */
.modal-dialog {
  margin: 0% auto;
  max-width: 960px;
  width: 800px;
  padding: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.quickview-modal .modal-body {
  padding: 24px;
}
.quickview-modal .qty-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: 24px;
  border: 0;
  background-color: rgba(224, 78, 78, 0.7);
  border-radius: 10px;
  cursor: pointer;
  z-index: 5;
}
.quickview-modal .qty-close:hover {
  background-color: rgb(224, 78, 78);
}
.quickview-modal .qty-close:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.quickview-modal .modal-content {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
}
.quickview-modal .modal-content:hover .qty-close {
  height: 25px !important;
}
.quickview-modal .modal-content .single-pro-img {
  height: 100%;
  border: 1px solid #d6e9ea;
  overflow: hidden;
  border-radius: 20px;
}
.quickview-modal .modal-content .single-pro-img .single-product-scroll {
  height: 100%;
}
.quickview-modal .modal-content .single-pro-img .single-slide {
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quickview-modal .modal-content .single-pro-img .single-slide .iiz__hint::before {
  display: none;
}

button.btn-close.qty_close {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.quickview-pro-content .bb-quick-title a {
  margin: 0 0 10px 0;
  display: block;
  /* color: #001f29; */
color:#00768c;
  font-size: 20px;
  text-decoration: none;
  line-height: 30px;
  font-weight: 500;
}
.quickview-pro-content .bb-pro-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.quickview-pro-content .bb-quickview-desc {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  color: #777;
  font-weight: 300;
}
.quickview-pro-content .bb-quickview-price {
  padding: 5px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.quickview-pro-content .bb-quickview-price span.new-price {
  /* color: #001f29; */
color:#00768c;
  font-weight: 700;
  font-size: 22px;
}
.quickview-pro-content .bb-quickview-price span.old-price {
  font-size: 18px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #777;
}

.bb-quickview-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-quickview-qty .bb-quickview-cart {
  margin-left: 4px;
}
.bb-quickview-qty .bb-quickview-cart button {
  height: 40px;
  padding: 3px 20px;
}
.bb-quickview-qty .bb-quickview-cart button i {
  padding-right: 8px;
}

.bb-pro-variation {
  margin: 15px 0 25px 0;
}
.bb-pro-variation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
}
.bb-pro-variation ul li {
  height: 22px;
  margin: 2px;
  padding: 2px 8px;
  cursor: pointer;
  border: 1px solid #d6e9ea;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 20px;
  font-weight: 400;
}
.bb-pro-variation ul li a {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #777;
}
.bb-pro-variation ul li.active {
  background-color: #00768c !important;
  color: #fff !important;
  border-color: #00768c !important;
}
.bb-pro-variation ul li.active a {
  color: #fff !important;
}

/* Responsive footer css */
@media only screen and (max-width: 991px) {
  .modal-dialog {
    max-width: 720px;
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 80%;
    height: auto;
    max-width: 100%;
    padding: 35px 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .modal-dialog {
    width: 90%;
  }
}
@media only screen and (max-width: 360px) {
  .bb-quickview-qty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bb-quickview-qty .qty-plus-minus {
    margin: auto;
  }
  .bb-quickview-qty .bb-quickview-cart {
    margin-top: 15px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Breadcrumb */
.section-breadcrumb {
  border-bottom: 1px solid #d6e9ea;
  background-color: #e9f8f9;
}

.bb-breadcrumb-inner {
  margin: 0;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-breadcrumb-inner h2.bb-breadcrumb-title {
  font-size: 16px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-breadcrumb-inner .bb-breadcrumb-list {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bb-breadcrumb-inner .bb-breadcrumb-list li {
  padding: 0 5px;
}
.bb-breadcrumb-inner .bb-breadcrumb-list li i {
  font-size: 14px;
  font-weight: 600;
}
.bb-breadcrumb-inner .bb-breadcrumb-list li a {
  font-size: 14px;
  font-weight: 600;
  color: #496973;
}
.bb-breadcrumb-inner .bb-breadcrumb-list li {
  font-size: 14px;
  font-weight: 400;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .bb-breadcrumb-title {
    text-align: center;
    margin-bottom: 10px;
  }
  .bb-breadcrumb-inner .bb-breadcrumb-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* newsletter-popup */
.bb-popnews-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 25;
}

.bb-popnews-box {
  width: 100%;
  max-width: 600px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  display: none;
  z-index: 25;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.bb-popnews-box:hover .bb-popnews-close {
  height: 25px !important;
}
.bb-popnews-box .bb-popnews-box-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bb-popnews-box img {
  width: 100%;
  border-radius: 15px;
}
.bb-popnews-box h2 {
  text-decoration: none;
  /* color: #001f29; */
color:#00768c;
  display: block;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  margin: 0 auto 10px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.bb-popnews-box p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #496973;
}
.bb-popnews-box form {
  margin-bottom: 0px;
}
.bb-popnews-box input {
  background-color: transparent;
  border: 1px solid #d6e9ea;
  /* color: #001f29; */
color:#00768c;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  outline: none;
  border-radius: 10px !important;
}
.bb-popnews-box button {
  padding: 4px 15px;
  margin-top: 20px;
}

.bb-fatime-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 15px;
  border: 0;
  color: red;
  /* background-color: rgba(224, 78, 78, 0.7); */
  /* border-radius: 10px; */
  cursor: pointer;
}

.bb-popnews-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: 15px;
  border: 0;
  background-color: rgba(224, 78, 78, 0.7);
  border-radius: 10px;
  cursor: pointer;
}
.bb-popnews-close:hover {
  background-color: rgb(224, 78, 78);
}
.bb-popnews-close:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .bb-popnews-box {
    width: 90%;
  }
  .bb-popnews-box img {
    display: none;
  }
}
/* tools-sidebar */
.bb-tools-sidebar-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 16;
}

.bb-tools-sidebar {
  width: 300px;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 16;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}
.bb-tools-sidebar .bb-tools-sidebar-toggle {
  position: absolute;
  top: 45%;
  right: 302px;
  width: 40px;
  height: 40px;
   background-color: #001f29;
color:#00768c;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  z-index: -1;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
  border-radius: 5px;
  cursor: pointer;
}
.bb-tools-sidebar .bb-tools-sidebar-toggle i {
  font-size: 20px;
  color: #fff;
}
.bb-tools-sidebar .bb-bar-title {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d6e9ea;
}
.bb-tools-sidebar .bb-bar-title h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-tools-sidebar .bb-bar-title .close-tools {
  color: #ff0000 !important;
  font-size: 17px;
  font-weight: 600;
}
.bb-tools-sidebar .bb-tools-detail {
  height: calc(100vh - 72px);
  padding: 0 15px 15px 15px;
  overflow: auto;
}
.bb-tools-sidebar .bb-tools-detail::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-tools-sidebar .bb-tools-detail::-webkit-scrollbar-track {
  width: 8px;
  background-color: #d6e9ea;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-tools-sidebar .bb-tools-detail::-webkit-scrollbar-thumb {
   background-color: #001f29;
color:#00768c;
  border-radius: 20px;
}
.bb-tools-sidebar .bb-tools-detail .bb-tools-block h3 {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-tools-sidebar .bb-tools-detail .bb-tools-block p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-color {
  margin: 0;
  padding: 0;
}
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-color li {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  margin: 6px;
  position: relative;
}
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .bb-tools-item,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .bb-dark-item,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .bb-tools-item,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .bb-dark-item,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .bb-tools-item,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .bb-dark-item {
  width: 125px;
  margin-bottom: 10px;
  text-align: center;
}
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .bb-tools-item img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .bb-dark-item img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .bb-tools-item img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .bb-dark-item img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .bb-tools-item img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .bb-dark-item img {
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #d6e9ea;
}
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .bb-tools-item img:hover,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .bb-dark-item img:hover,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .bb-tools-item img:hover,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .bb-dark-item img:hover,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .bb-tools-item img:hover,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .bb-dark-item img:hover {
  border: 1px solid #00768c;
}
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-dark,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-box,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-rtl,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-dark,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-box,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-rtl,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-dark,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-box,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-rtl {
  position: relative;
}
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-dark img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-box img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-rtl img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-dark img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-box img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-rtl img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-dark img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-box img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-rtl img {
  border-color: #00768c;
color:#00866e
}
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-dark:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-box:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-rtl:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-dark:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-box:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-rtl:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-dark:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-box:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-rtl:after {
  content: "\eb79";
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-family: "remixicon";
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  background-color: #00768c;
/* color:#00866e */
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.active-variant {
  position: relative;
}
.active-variant:after {
  font-family: "remixicon";
  content: "\eb79";
  height: 35px;
  width: 35px;
  font-size: 20px;
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.color-primary {
  background: #00768c;
}

.nextjs-toast{
  position: absolute;
}

.color-1 {
  background: #8118d5;
}

.color-2 {
  background: #5f6af5;
}

.color-3 {
  background: #f5885f;
}

.color-4 {
  background: #32dbe2;
}

.color-5 {
  background: #3f51b5;
}

.color-6 {
  background: #f44336;
}

.color-7 {
  background: #e91e63;
}

.color-8 {
  background: #607d8b;
}

.color-9 {
  background: #5eb595;
}

.open-tools {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* Layouts ( Import Layouts ) */
/* Hero */
.section-hero {
  padding: 50px 0;
  position: relative;
  background-color: #e9f8f9;
  overflow: hidden;
}
.section-hero:after {
  content: "";
  width: 800px;
  height: 1000px;
  top: 0;
  right: 0;
}
.section-hero .back-text-1,
.section-hero .back-text-2 {
  position: absolute;
  font-size: 200px;
  font-weight: 700;
  line-height: 200px;
  color: #f1f1f7;
}
.section-hero .back-text-1 {
  top: 0;
}
.section-hero .back-text-2 {
  right: 0;
  bottom: 0;
}
.section-hero .bb-social-follow {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.section-hero .bb-social-follow ul.inner-links li {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  padding: 6px;
}
.section-hero .bb-social-follow ul.inner-links li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  color: #777;
  text-transform: uppercase;
}
.section-hero .bb-social-follow ul.inner-links li a:hover {
  /* color: #00768c; */
color:#00866e
}
.section-hero .bb-scroll-Page {
  position: absolute;
  right: -15px;
  bottom: 75px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.section-hero .bb-scroll-Page .scroll-bar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.section-hero .bb-scroll-Page .scroll-bar:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  height: 80px;
  width: 1px;
  position: absolute;
  right: -50px;
  bottom: -33px;
  background-color: #000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section-hero .bb-scroll-Page .scroll-bar a {
  font-size: 16px;
  font-weight: 500;
}

.swiper-slide-active .hero-contact > *:nth-child(1) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.swiper-slide-active .hero-contact > *:nth-child(2) {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.swiper-slide-active .hero-contact > *:nth-child(3) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hero-contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-contact > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
 .hero-contact:nth-child(1) {
  webkit-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
 .hero-contact:nth-child(2) {
  webkit-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.hero-contact:nth-child(3) {
  webkit-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.hero-contact p {
  margin-bottom: 20px;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  color: #777;
}
.hero-contact h1,
.hero-contact h2 {
  margin-bottom: 20px;
  font-size: 50px;
  color: #001f29;
/* color:#00768c; */
  font-weight: 700;
}
.hero-contact h1 span,
.hero-contact h2 span {
  /* color: #00768c; */
color:#00866e;
  position: relative;
}
.hero-contact h1 span:after,
.hero-contact h2 span:after {
  content: "";
  width: 48px;
  height: 60px;
  position: absolute;
  top: -40px;
  right: -40px;
  background-image: url("../img/hero/shape-1.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero-slider .swiper-buttons {
  display: none;
}
.hero-slider .swiper-pagination {
  margin-left: 1px;
  text-align: left;
  bottom: -10px;
  z-index: 1;
}
.hero-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 2px !important;
  -webkit-transform: skew(340deg);
          transform: skew(340deg);
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  background-color: #496973;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00768c;
color:#00866e;
  width: 30px;
}

.swiper-slide-active .hero-image img {
  opacity: 1;
}

.swiper-slide.swiper-slide-prev {
  opacity: 0;
}

.hero-image {
  padding-right: 50px;
  position: relative;
}
.hero-image img {
  width: 100%;
  padding: 0 0 50px 0;
  opacity: 0;
}
.hero-image svg {
  width: 115%;
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: -1;
}
.hero-image svg path {
  fill: #fff;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.015));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.015));
}

/* Responsive footer css */
@media only screen and (max-width: 1440px) {
  .hero-slider .swiper-buttons {
    display: none;
  }
  .hero-slider .swiper-pagination {
    margin-left: 1px;
    position: relative;
    text-align: left;
    top: 620px;
    left: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  .hero-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 2px !important;
    -webkit-transform: skew(340deg);
            transform: skew(340deg);
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    background-color: #496973;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00768c;
/* color:#00866e; */
    width: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-image svg {
    right: -30px;
  }
  .hero-slider .swiper-buttons {
    display: none;
  }
  .hero-slider .swiper-pagination {
    margin-left: 1px;
    position: relative;
    text-align: left;
    top: 530px;
    left: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  .hero-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 2px !important;
    -webkit-transform: skew(340deg);
            transform: skew(340deg);
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    background-color: #496973;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00768c;
/* color:#00866e */
    width: 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .bb-social-follow,
  .scroll-bar {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-image svg {
    width: 125%;
  }
  .hero-contact p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .hero-contact h1,
  .hero-contact h2 {
    margin-bottom: 10px;
    font-size: 38px;
  }
  .hero-contact h1 span:after,
  .hero-contact h2 span:after {
    height: 60px;
    width: 40px;
    top: -35px;
    right: -35px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-image {
    padding: 0 50px;
  }
  .hero-image img {
    padding-right: 0;
  }
  .hero-image svg {
    width: 94%;
    top: 0;
  }
  .hero-contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-contact h1,
  .hero-contact h2 {
    font-size: 45px;
    text-align: center;
  }
  .hero-contact h1 span:after,
  .hero-contact h2 span:after {
    height: 40px;
    width: 28px;
    top: -25px;
    right: -25px;
  }
  .hero-slider .swiper-pagination {
    display: none;
    margin: 0 0 0 -1px;
    bottom: -8px;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .hero-contact h1,
  .hero-contact h2 {
    font-size: 40px;
  }
  .hero-image svg {
    width: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-hero .bb-social-follow {
    display: none;
  }
  .section-hero .bb-scroll-Page {
    display: none;
  }
  .hero-image {
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-image img {
    padding: 0 0 30px 0;
  }
  .hero-image svg {
    right: 0;
  }
  .hero-contact {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-contact h1,
  .hero-contact h2 {
    font-size: 35px;
  }
  .hero-slider .swiper-pagination {
    bottom: 0;
  }
}
@media only screen and (max-width: 420px) {
  .hero-contact h1,
  .hero-contact h2 {
    font-size: 30px;
  }
  .hero-image {
    padding: 0;
  }
  .hero-image svg {
    display: none;
  }
  .hero-image img {
    padding: 0 0 15px 0;
  }
}
@media only screen and (max-width: 360px) {
  .hero-contact h1,
  .hero-contact h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-slider .swiper-buttons {
    display: none;
  }
  .hero-slider .swiper-pagination {
    margin-left: 1px;
    position: relative;
    text-align: left;
    top: 412px;
    left: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  .hero-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 2px !important;
    -webkit-transform: skew(340deg);
            transform: skew(340deg);
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    background-color: #496973;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00768c;
/* color:#00866e */
    width: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-slider .swiper-buttons {
    display: none;
  }
  .hero-slider .swiper-pagination {
    margin-left: 1px;
    position: relative;
    text-align: left;
    bottom: -20px;
    z-index: 1;
    display: none;
  }
  .hero-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 2px !important;
    -webkit-transform: skew(340deg);
            transform: skew(340deg);
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    background-color: #496973;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00768c;
/* color:#00866e */
    width: 30px;
  }
}
/* category */
.bb-category-img {
  position: relative;
}
.bb-category-img img {
  width: 100%;
  border-radius: 30px;
}
.bb-category-img .bb-offers {
  padding: 5px 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #000;
  opacity: 0.8;
  border-radius: 15px;
}
.bb-category-img .bb-offers span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.bb-category-contact .category-title {
  margin-bottom: 30px;
}
.bb-category-contact .category-title h2 {
  font-size: 124px;
  text-shadow: 1px 1px #00151d, -1px 1px #00151d, 1px -1px #00151d, -1px -1px #00151d;
  color: #fff;
  opacity: 0.15;
  font-weight: bold;
  line-height: 1.2;
}

.bb-category-block {
  margin-left: -150px;
  width: calc(100% + 150px);
  padding: 30px 0 0 30px;
  background-color: #fff;
  border-top-left-radius: 30px;
  position: relative;
}
.bb-category-block:before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  top: -29px;
  left: 97px;
  background-image: url("../img/category/top-shape.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.bb-category-block:after {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: -29px;
  background-image: url("../img/category/top-shape.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.bb-category-block.swiper {
  margin-left: -150px;
  padding: 30px 0 0 30px;
}

.category-items-1 {
  background-color: #fef1f1;
}

.category-items-2 {
  background-color: #e1fcf2;
}

.category-items-3 {
  background-color: #f4f1fe;
}

.category-items-4 {
  background-color: #fbf9e4;
}

.input-container {
  position: relative;
  display: flex; /* Optional: for side-by-side alignment */
  align-items: center; /* Optional: for vertical alignment */
}

.icon {
  position: absolute;
  left: 10px; /* Adjust as needed */
  color: #888; /* Example color */
}

.input-field {
  padding-left: 35px; /* Adjust based on icon size and desired spacing */
  width: 100%;
}

.bb-category-box {
  padding: 30px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #00768c;
}
.bb-category-box:hover .category-image img,
.bb-category-box:hover .category-image svg {
  -webkit-animation: zoom-in-zoom-out 0.5s ease-out;
          animation: zoom-in-zoom-out 0.5s ease-out;
}
.bb-category-box .category-image {
  margin-bottom: 12px;
}
.bb-category-box .category-image img,
.bb-category-box .category-image svg {
  height: 50px;
  width: 50px;
}
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
.bb-category-box .category-sub-contact h5 {
  margin-bottom: 2px;
  font-size: 16px;
}
.bb-category-box .category-sub-contact h5 a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  /* color: #001f29; */
color:#00768c !important;
  text-transform: capitalize;
}
.bb-category-box .category-sub-contact p {
  font-size: 13px;
  color: #496973 !important;
  line-height: 25px;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .bb-category-contact .category-title h2 {
    font-size: 95px;
  }
  .bb-category-box .category-image img {
    height: 65px;
    width: 65px;
  }
  .bb-category-box {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .bb-category-box .category-image img {
    height: 50px;
    width: 50px;
  }
  .bb-category-contact .category-title h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .bb-category-img {
    display: none;
  }
  .bb-category-block.swiper {
    margin: 0;
    padding: 0;
  }
  .bb-category-contact {
    margin-top: -24px;
  }
  .bb-category-contact .category-title {
    display: none;
  }
  .bb-category-block {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .bb-category-block:before, .bb-category-block:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .bb-category-contact .category-title h2 {
    font-size: 42px;
  }
}
/* Product */
.bb-pro-box {
  background-color: #fff;
  border: 1px solid #d6e9ea;
  border-radius: 20px;
}
.bb-pro-box:hover .bb-pro-img .flags {
  opacity: 0;
}
.bb-pro-box .bb-pro-img {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #d6e9ea;
  z-index: 4;
  cursor: pointer;
}
.bb-pro-box .bb-pro-img .flags {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 6px;
}
.bb-pro-box .bb-pro-img .flags span {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
}
.bb-pro-box .bb-pro-img .inner-img {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.bb-pro-box .bb-pro-img .inner-img img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 100%;
}
.bb-pro-box .bb-pro-img .inner-img img.hover-img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}
.bb-pro-box .bb-pro-img .bb-pro-actions {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  cursor: pointer;
}
.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  border: 1px solid #d6e9ea;
  border-radius: 10px;
}
.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #777;
  line-height: 10px;
}
.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group:hover {
  background-color: #00768c;
/* color:#00866e; */
  border-color: #00768c;
/* color:#00866e */
}
.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group:hover i {
  color: #fff;
}
.bb-pro-box:hover .bb-pro-img .inner-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bb-pro-box:hover .bb-pro-img .inner-img img:not(:last-child) {
  opacity: 0;
}
.bb-pro-box:hover .bb-pro-img .inner-img img.hover-img {
  opacity: 1;
}
.bb-pro-box:hover .bb-pro-img .bb-pro-actions {
  opacity: 1;
  bottom: 10px;
}
.bb-pro-box .bb-pro-contact {
  padding: 20px;
}
.bb-pro-box .bb-pro-contact .bb-pro-subtitle {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-pro-box .bb-pro-contact .bb-pro-subtitle span,
.bb-pro-box .bb-pro-contact .bb-pro-subtitle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #777;
}
.bb-pro-box .bb-pro-contact h4.bb-pro-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 18px;
}
.bb-pro-box .bb-pro-contact h4.bb-pro-title a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  /* color: #001f29; */
color:#00768c;
  font-weight: 600;
}
.bb-pro-box .bb-pro-contact h4.bb-pro-title a:hover {
  color: #00768c !important;
}
.bb-pro-box .bb-pro-contact p {
  display: none;
  font-size: 14px;
}
.bb-pro-box .bb-pro-contact .bb-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-pro-box .bb-pro-contact .bb-price .inner-price {
  margin: 0 -3px;
}
.bb-pro-box .bb-pro-contact .bb-price .inner-price .new-price {
  padding: 0 3px;
  font-size: 16px;
  color: #496973;
  font-weight: bold;
}
.bb-pro-box .bb-pro-contact .bb-price .inner-price .item-left {
  padding: 0 3px;
  font-size: 14px;
  /* color: #00768c; */
color:#00866e
}
.bb-pro-box .bb-pro-contact .bb-price .inner-price .old-price {
  padding: 0 3px;
  font-size: 14px;
  color: #496973;
  text-decoration: line-through;
}
.bb-pro-box .bb-pro-contact .bb-price .last-items {
  font-size: 14px;
  color: #496973;
}
.bb-pro-box .dealend-timer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.bb-pro-box .dealend-timer .dealend-timer {
  padding: 5px;
  background-color: #e9f8f9;
  border-bottom: 1px solid #d6e9ea;
}
.bb-pro-box .dealend-timer .time-block {
  margin-left: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  /* color: #001f29; */
color:#00768c;
}
.bb-pro-box .dealend-timer .time-block .day {
  margin: 0 5px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  /* color: #001f29; */
color:#00768c;
}
.bb-pro-box .dealend-timer .time-block .time {
  min-width: 20px;
  position: relative;
}
.bb-pro-box .dealend-timer .time-block .dots {
  margin-top: -1px;
  margin-left: 5px;
  /* color: #001f29; */
color:#00768c;
}

.qty-plus-minus {
  width: 85px;
  height: 40px;
  padding: 7px 0;
  border: 1px solid #d6e9ea;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 10px;
}
.qty-plus-minus .bb-qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777;
}
.qty-plus-minus .qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #777;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}

.bb-pro-rating i {
  color: #777;
  float: left;
  font-size: 15px;
  margin-right: 3px;
}
.bb-pro-rating .ri-star-fill {
  color: #fea99a;
}

/* Responsive footer css */
@media only screen and (max-width: 480px) {
  .bb-product-box {
    width: 100%;
  }
}
/* Deal */
.bb-deal-slider {
  margin: -12px;
}
.bb-deal-slider .bb-deal-card {
  padding: 12px;
}
.bb-deal-slider.swiper {
  margin-left: -12px;
  margin-right: -12px;
}

.bb-deal {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-deal #dealend {
  padding: 0;
}
.bb-deal .dealend-timer {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.bb-deal .dealend-timer .dealend-timer {
  background-color: #e9f8f9;
  border-radius: 15px;
  border: 1px solid #d6e9ea;
}
.bb-deal .dealend-timer .time-block {
  margin-left: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  /* color: #001f29; */
color:#00768c;
}
.bb-deal .dealend-timer .time-block .day {
  margin-left: 5px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  /* color: #001f29; */
color:#00768c;
}
.bb-deal .dealend-timer .time-block .time {
  min-width: 20px;
  position: relative;
}
.bb-deal .dealend-timer .time-block .dots {
  margin-top: -1px;
  margin-left: 5px;
  /* color: #001f29; */
color:#00768c;
}

/* Responsive footer css */
@media only screen and (max-width: 991px) {
  .bb-deal .dealend-timer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Banner-one */
.bg-box-color-one {
  background-color: #fbf2e5;
}
.bg-box-color-one:before {
  background-color: #f4dab4;
}
.bg-box-color-one:after {
  background-color: #f4dab4;
}

.bg-box-color-two {
  background-color: #ffe8ee;
}
.bg-box-color-two:before {
  background-color: #ffc6ce;
}
.bg-box-color-two:after {
  background-color: #ffc6ce;
}

.banner-box {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.banner-box:hover:before {
  left: -210px;
  top: -210px;
}
.banner-box:hover:after {
  right: -80px;
  bottom: -110px;
}
.banner-box:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 400px;
  height: 600px;
  position: absolute;
  left: -200px;
  top: -200px;
  bottom: 0;
  rotate: 40deg;
  z-index: 0;
}
.banner-box:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 150px;
  height: 300px;
  position: absolute;
  right: -70px;
  bottom: -100px;
  rotate: 40deg;
  z-index: 0;
}
.banner-box .inner-banner-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner-box .inner-banner-box .side-image {
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-box .inner-banner-box .side-image img {
  width: 280px;
  height: 280px;
}
.banner-box .inner-banner-box .inner-contact {
  max-width: 250px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-box .inner-banner-box .inner-contact h5 {
  margin-bottom: 15px;
  font-size: 31px;
  font-weight: bold;
  /* color: #001f29; */
     color:#00768c;
}
.banner-box .inner-banner-box .inner-contact p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #496973 !important;
}
.banner-box .inner-banner-box .inner-contact a {
  padding: 5px 15px;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .banner-box .inner-banner-box .side-image img {
    width: 230px;
    height: 230px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-box:before, .banner-box:after {
    opacity: 0.5;
  }
  .banner-box .inner-banner-box .side-image img {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-box .inner-banner-box .side-image img {
    width: 280px;
    height: 280px;
  }
  .banner-box .inner-banner-box .inner-contact h5 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-box .inner-banner-box .side-image img {
    width: 200px;
    height: 200px;
  }
  .banner-box:before {
    left: -300px;
  }
  .banner-box:after {
    right: -100px;
  }
  .banner-box:hover:before {
    left: -310px;
  }
  .banner-box:hover:after {
    right: -110px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-box .inner-banner-box .side-image img {
    width: 100%;
    height: auto;
  }
  .banner-box .inner-banner-box .inner-contact h5 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-box .inner-banner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-box .inner-banner-box .side-image {
    padding: 0;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-box .inner-banner-box .side-image img {
    width: calc(100% - 70px);
  }
  .banner-box .inner-banner-box .inner-contact {
    padding: 0;
    max-width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner-box .inner-banner-box .inner-contact h5 {
    margin-bottom: 2px;
    font-size: 22px;
  }
  .banner-box .inner-banner-box .inner-contact p {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
/* Banner-two */
.section-banner-two {
  background-image: url("../img/banner-two/bannerbaseline.jpg");
  min-height: 600px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-justify-box-contact {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.banner-two-box {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  max-width: 400px;
  padding: 30px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.banner-two-box:before {
  content: "";
  background-image: url("../img/banner-two/left-shape.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1;
  left: -30px;
  bottom: 0;
}
.banner-two-box:after {
  content: "";
  background-image: url("../img/banner-two/right-shape.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1;
  right: -30px;
  bottom: 0;
}
.banner-two-box span {
  font-size: 20px;
  font-weight: 600;
  /* color: #00768c; */
color:#00866e
}
.banner-two-box h4 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  /* color: #001f29; */
color:#00768c;
}

/* Responsive footer css */
@media only screen and (max-width: 991px) {
  .banner-two-box {
    max-width: 300px;
  }
  .banner-two-box span {
    font-size: 18px;
  }
  .banner-two-box h4 {
    font-size: 30px;
  }
  .section-banner-two {
    max-height: 400px;
    min-height: auto;
  }
  .banner-justify-box-contact {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-two-box {
    max-width: 250px;
  }
  .banner-two-box span {
    font-size: 16px;
  }
  .banner-two-box h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-two-box {
    margin: 0 auto;
  }
}
/* new product */
.bb-pro-tab ul.bb-pro-tab-nav {
  margin: 0 -20px;
}
.bb-pro-tab ul.bb-pro-tab-nav li a {
  padding: 0 20px;
  font-size: 16px;
  color: #496973;
  font-weight: 500;
  text-transform: capitalize;
}
.bb-pro-tab ul.bb-pro-tab-nav li a.active {
  color: #00768c !important;
}
.bb-pro-tab ul.bb-pro-tab-nav li:not(:last-child) {
  position: relative;
}
.bb-pro-tab ul.bb-pro-tab-nav li:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -4px;
  top: 0;
  font-size: 12px;
  color: #496973;
}

/*  Responsive  */
@media only screen and (max-width: 991px) {
  .bb-pro-tab ul.bb-pro-tab-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* services */
.bb-services-box {
  width: auto;
  padding: 30px;
  border: 1px solid #00768c;
  border-radius: 20px;
  text-align: center;
}
.bb-services-box .services-img {
  margin-bottom: 20px;
}
.bb-services-box .services-img img {
  width: 50px;
}
.bb-services-box .services-contact h4 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  /* color: #001f29; */
color:#00768c;
}
.bb-services-box .services-contact p {
  font-size: 14px;
  line-height: 20px;
  color: #496973;
}

/* vendors */
ul.bb-vendors-tab-nav {
  margin-bottom: -24px;
}
ul.bb-vendors-tab-nav li {
  width: 100%;
  margin-bottom: 24px;
}
ul.bb-vendors-tab-nav li a {
  padding: 30px;
  background-color: #e9f8f9;
  border: 1px solid #d6e9ea;
  border-radius: 30px;
}
ul.bb-vendors-tab-nav li a.active {
  border: 1px solid #00768c;
}
ul.bb-vendors-tab-nav li a.active .bb-vendors-box .inner-heading h5 {
  /* color: #00768c; */
color:#00866e
}

.bb-vendors-img {
  position: sticky;
  top: 0;
}
.bb-vendors-img .bb-vendor-init {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 35px;
  width: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
.bb-vendors-img .bb-vendor-init i {
  font-size: 20px;
  color: #fff;
}
.bb-vendors-img .bb-vendor-init:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.bb-vendors-img img {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #d6e9ea;
}
.bb-vendors-img .vendors-local-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 120px;
  width: 120px;
  background-color: #fff;
  padding: 20px 0 0 20px;
  border-top-left-radius: 30px;
}
.bb-vendors-img .vendors-local-shape img {
  width: 100px;
  height: 100px;
}
.bb-vendors-img .vendors-local-shape .inner-shape {
  position: relative;
}
.bb-vendors-img .vendors-local-shape .inner-shape:before {
  content: "";
  background-image: url("../img/banner-two/left-shape.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -50px;
}
.bb-vendors-img .vendors-local-shape .inner-shape:after {
  content: "";
  background-image: url("../img/banner-two/left-shape.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1;
  left: -50px;
  bottom: -100px;
}

.bb-vendors-box .inner-heading {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-vendors-box .inner-heading h5 {
  font-size: 18px;
  /* color: #001f29; */
color:#00768c;
  font-weight: bold;
}
.bb-vendors-box .inner-heading span {
  font-size: 14px;
  color: #496973;
  font-weight: 400;
}
.bb-vendors-box p {
  font-size: 14px;
  line-height: 20px;
  color: #496973;
}

/* Responsive footer css */
@media only screen and (max-width: 420px) {
  .bb-vendors-box .inner-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* Testimonials */
.bb-testimonials {
  position: relative;
}
.bb-testimonials .inner-banner {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
  top: 138px;
  z-index: -1;
  left: -20px;
  bottom: 0;
}
.bb-testimonials .inner-banner h4 {
  text-shadow: 1px 1px #00151d, -1px 1px #00151d, 1px -1px #00151d, -1px -1px #00151d;
  color: #fff;
  opacity: 0.15;
  font-size: 42px;
  font-weight: 700;
}
.bb-testimonials .testimonials-img-1 {
  z-index: -1;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.bb-testimonials .testimonials-img-2 {
  z-index: -1;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 240px;
  left: 0;
  border-radius: 15px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.bb-testimonials .testimonials-img-3 {
  z-index: -1;
  position: absolute;
  height: 60px;
  width: 60px;
  top: -50px;
  right: 500px;
  border-radius: 20px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.bb-testimonials .testimonials-img-4 {
  z-index: -1;
  position: absolute;
  height: 60px;
  width: 60px;
  top: 50px;
  right: 250px;
  border-radius: 20px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.bb-testimonials .testimonials-img-5 {
  z-index: -1;
  position: absolute;
  height: 70px;
  width: 70px;
  top: 0;
  right: 20px;
  border-radius: 20px;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.bb-testimonials .testimonials-img-6 {
  z-index: -1;
  position: absolute;
  height: 60px;
  width: 60px;
  top: 193px;
  right: 35px;
  border-radius: 20px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.bb-testimonials .bb-testimonials-inner {
  max-width: 900px;
  margin-left: 170px;
}
.bb-testimonials .bb-testimonials-inner .testimonials-image {
  position: relative;
}
.bb-testimonials .bb-testimonials-inner .testimonials-image img {
  width: 100%;
  border-radius: 30px;
}
.bb-testimonials .bb-testimonials-inner .testimonials-contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bb-testimonials .bb-testimonials-inner .testimonials-contact img {
  border-radius: 15px;
  display: none;
}
.bb-testimonials .bb-testimonials-inner .testimonials-contact h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}
.bb-testimonials .bb-testimonials-inner .testimonials-contact span {
  font-size: 14px;
  color: #777;
}
.bb-testimonials .bb-testimonials-inner .testimonials-contact .inner-contact {
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #d6e9ea;
  padding: 20px;
  border-radius: 30px;
}
.bb-testimonials .bb-testimonials-inner .testimonials-contact .inner-contact p {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .bb-testimonials .testimonials-img-1 {
    height: 60px;
    width: 60px;
    left: 10px;
  }
  .bb-testimonials .testimonials-img-4 {
    top: 20px;
  }
  .bb-testimonials .testimonials-img-6 {
    height: 50px;
    width: 50px;
    right: 50px;
  }
  .bb-testimonials .inner-banner {
    left: 0px;
  }
  .bb-testimonials .inner-banner h4 {
    font-size: 38px;
  }
  .bb-testimonials .bb-testimonials-inner {
    max-width: 800px;
  }
  .bb-testimonials .bb-testimonials-inner .testimonials-image .inner-banner h4 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .section-testimonials:after {
    height: 150px;
    width: 150px;
  }
  .bb-testimonials .testimonials-img-1 {
    display: none;
  }
  .bb-testimonials .testimonials-img-2 {
    display: none;
  }
  .bb-testimonials .testimonials-img-6 {
    right: 0;
  }
  .bb-testimonials .inner-banner {
    left: -85px;
  }
  .bb-testimonials .inner-banner h4 {
    font-size: 34px;
  }
  .bb-testimonials .bb-testimonials-inner {
    max-width: 800px;
    margin-left: 70px;
  }
  .bb-testimonials .bb-testimonials-inner .testimonials-image .inner-banner h4 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .bb-testimonials .testimonials-img-3 {
    display: none;
  }
  .bb-testimonials .testimonials-img-4 {
    display: none;
  }
  .bb-testimonials .testimonials-img-5 {
    display: none;
  }
  .bb-testimonials .testimonials-img-6 {
    display: none;
  }
  .bb-testimonials .inner-banner {
    display: none;
  }
  .section-testimonials:after {
    height: 120px;
    width: 120px;
  }
  .bb-testimonials .bb-testimonials-inner {
    margin-left: 0px;
  }
  .bb-testimonials .bb-testimonials-inner .testimonials-image .inner-banner {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bb-testimonials .bb-testimonials-inner {
    margin-left: 0px;
  }
  .bb-testimonials .bb-testimonials-inner .testimonials-contact .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bb-testimonials .bb-testimonials-inner .testimonials-contact img {
    max-width: 60px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bb-testimonials .bb-testimonials-inner .testimonials-contact h4 {
    margin-bottom: 4px;
    font-size: 18px;
  }
  .bb-testimonials .bb-testimonials-inner .testimonials-contact span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .section-testimonials:after {
    height: 80px;
    width: 80px;
  }
  .bb-testimonials .bb-testimonials-inner .testimonials-image {
    margin-bottom: 20px;
    max-width: 200px;
  }
}
/* blog-2 */
.blog-2-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.blog-2-card:hover .blog-contact {
  background-color: rgb(255, 255, 255);
}
.blog-2-card:hover .blog-img img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.blog-2-card .blog-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.blog-2-card .blog-contact {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 5px;
  padding: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
}
.blog-2-card .blog-contact span {
  font-size: 13px;
  color: #496973;
}
.blog-2-card .blog-contact h4 {
  font-size: 16px;
}
.blog-2-card .blog-contact h4 a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  /* color: #001f29; */
color:#00768c;
}

/* Instagram */
.section-instagram {
  position: relative;
}
.section-instagram .bb-title {
  margin: auto;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-instagram .bb-title h3 {
  font-size: 28px;
}

.bb-instagram-card .instagram-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.bb-instagram-card .instagram-img::before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  opacity: 0;
  border-radius: 30px;
}
.bb-instagram-card .instagram-img:hover::before {
  opacity: 1;
}
.bb-instagram-card .instagram-img:hover::after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.bb-instagram-card .instagram-img img {
  width: 100%;
  border-radius: 20px;
}
.bb-instagram-card .instagram-img::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "remixicon";
  content: "\ee66";
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 38px;
  color: #fff;
  -webkit-transform: scale(3) rotate(50deg);
          transform: scale(3) rotate(50deg);
}

/* Responsive footer css */
@media only screen and (max-width: 991px) {
  .section-instagram .bb-title {
    padding: 8px 20px;
  }
  .section-instagram .bb-title h3 {
    font-size: 25px;
  }
}
/* Pages ( Import Pages ) */
/* About */
.bb-about-img {
  position: sticky;
  top: 0;
  margin-top: -15px;
}
.bb-about-img img {
  width: 100%;
}

.bb-about-contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bb-about-contact .section-title {
  margin-bottom: 0;
  padding-bottom: 12px;
}
.bb-about-contact .about-inner-contact {
  margin-bottom: 14px;
}
.bb-about-contact .about-inner-contact h4 {
  margin-bottom: 20px;
  font-size: 18px;
  /* color: #001f29; */
color:#00768c;
  font-weight: 700;
  font-style: italic;
}
.bb-about-contact .about-inner-contact p {
  margin-bottom: 16px;
  font-size: 14px;
}

.health-title .health-detail h2 {
 
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  /* color: #001f29; */
  color:#00768c;
  text-transform: capitalize;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.health-title .health-detail h2 span {
  /* color: #00768c; */
margin-left: 5px;
color:#00866e
}
.bb-vendor-rows .bb-vendor-box {
  padding: 20px;
   background-color: #e9f8f9; 
  /* background: linear-gradient(
  90deg,
  #028498 0%,
  #009D99 50%,
  #02B799 100%
); */
  /* border: 1px solid #d6e9ea;  */
 border: 1px solid #00768c; 
   /* border: 1px solid #f6f8fa; 
   border: 1px solid #00768c; */
  border-radius: 20px;
}
.bb-vendor-rows .bb-vendor-box .bb-count {
  margin-bottom: 12px;
}
.bb-vendor-rows .bb-vendor-box .bb-count h5 {
  font-size: 32px;
  line-height: 24px;
  /* color: #001f29; */
color:#00768c;
  font-weight: 700;
}
.bb-vendor-rows .bb-vendor-box .inner-text p {
  font-size: 14px;
  line-height: 18px;
  color: #496973;
  margin-bottom: 0;
}

.bb-team-box:hover .bb-team-img .bb-team-socials {
  right: 0;
}
.bb-team-box .bb-team-img {
  margin-bottom: 20px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.bb-team-box .bb-team-img .bb-team-socials {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  right: -38px;
}
.bb-team-box .bb-team-img .bb-team-socials .inner-shape {
  position: relative;
}
.bb-team-box .bb-team-img .bb-team-socials .inner-shape:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  background-size: 100%;
  background-image: url("../img/team/top-shape.png");
  background-repeat: no-repeat;
}
.bb-team-box .bb-team-img .bb-team-socials .inner-shape:after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 147px;
  right: 0;
  background-size: 100%;
  background-image: url("../img/team/bottom-shape.png");
  background-repeat: no-repeat;
}
.bb-team-box .bb-team-img .bb-team-socials ul {
  margin-bottom: 0;
  padding: 20px 10px;
}
.bb-team-box .bb-team-img .bb-team-socials ul li:not(:last-child) {
  padding-bottom: 10px;
}
.bb-team-box .bb-team-img .bb-team-socials ul li a i {
  font-size: 16px;
}
.bb-team-box .bb-team-img .bb-team-socials ul li a i:hover {
  /* color: #00768c; */
color:#00866e
}
.bb-team-box .bb-team-img img {
  width: 100%;
  border-radius: 20px;
}
.bb-team-box .bb-team-contact {
  text-align: center;
}
.bb-team-box .bb-team-contact h5 {
  font-size: 18px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-team-box .bb-team-contact p {
  font-size: 15px;
  color: #496973;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .bb-vendor-rows .bb-vendor-box .bb-count {
    margin-bottom: 8px;
  }
  .bb-vendor-rows .bb-vendor-box .bb-count h5 {
    font-size: 28px;
  }
  .bb-vendor-rows .bb-vendor-box .inner-text p {
    font-size: 14px;
  }
}
/* Shop */
.noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before {
  display: none;
}

.bnr-details-bg {
  background-color: #e9f8f9;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #d6e9ea;
}

ul.bb-shop-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -5px;
}
ul.bb-shop-tags li {
  margin: 5px;
}
ul.bb-shop-tags li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #d6e9ea;
  padding: 10px 20px;
  cursor: pointer;
}
ul.bb-shop-tags li a:hover {
  color: #00768c !important;
  border-color: #00768c;
color:#00866e
}
ul.bb-shop-tags li.active-tags a {
  color: #00768c !important;
  border-color: #00768c;
color:#00866e
}

.bb-shop-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 17;
}

.bb-shop-sidebar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 17;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
}
.bb-shop-sidebar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-shop-sidebar::-webkit-scrollbar-track {
  width: 8px;
  background-color: #d6e9ea;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-shop-sidebar::-webkit-scrollbar-thumb {
   background-color: #001f29;
color:#00768c;
  border-radius: 20px;
}
.bb-shop-sidebar .sidebar-filter-title {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-shop-sidebar .sidebar-filter-title h5 {
  font-size: 18px;
  font-weight: 700;
}
.bb-shop-sidebar .sidebar-filter-title .filter-close {
  font-size: 22px;
  font-weight: 500;
  color: #ff0000;
  cursor: pointer;
}
.bb-shop-sidebar .bb-shop-wrap {
  border-radius: 0;
}

.bb-shop-sidebar-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.bb-bnr-details {
  position: relative;
}
.bb-bnr-details .bb-image img {
  width: 100%;
  border-radius: 20px;
}
.bb-bnr-details .overlay-bnr {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.bb-bnr-details .inner-contact {
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bb-bnr-details .inner-contact h4 {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
.bb-bnr-details .inner-contact p {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  text-align: right;
  color: #fff;
}

.width-50 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  width: 50% !important;
}
.width-50 .bb-pro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.width-50 .bb-pro-box .bb-pro-img {
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-bottom: 0;
  border-right: 1px solid #d6e9ea;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.width-50 .bb-pro-box .bb-pro-img .inner-img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
}
.width-50 .bb-pro-box .bb-pro-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.width-50 .bb-pro-box .bb-pro-contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.width-100 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  width: 100% !important;
}
.width-100 .bb-pro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.width-100 .bb-pro-box .bb-pro-img {
  max-width: 250px;
  border-bottom: 0;
  border-right: 1px solid #d6e9ea;
}
.width-100 .bb-pro-box .bb-pro-img .inner-img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
}
.width-100 .bb-pro-box .bb-pro-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.width-100 .bb-pro-box .bb-pro-contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bb-pro-pagination {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-pro-pagination p {
  font-size: 15px;
}
.bb-pro-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-pro-pagination ul li:not(:last-child) {
  margin-right: 6px;
}
.bb-pro-pagination ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 32px;
  height: 32px;
  padding: 0;
  font-weight: 300;
  color: #777;
  line-height: 32px;
  background: #e9f8f9;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  vertical-align: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid #d6e9ea;
  cursor: pointer;
}
.bb-pro-pagination ul li a:hover {
   background-color: #001f29;
color:#00768c;
  color: #fff;
}
.bb-pro-pagination ul li a.next {
  width: auto;
  padding: 0 13px;
  color: #fff !important;
   background-color: #001f29;
color:#00768c;
  line-height: 30px;
}
.bb-pro-pagination ul li a.next i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  font-size: 16px;
  width: 8px;
  color: #fff;
}
.bb-pro-pagination ul li.active a {
   background-color: #001f29;
color:#00768c;
  color: #fff;
}

.bb-pro-list-top {
  margin-bottom: 24px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e9f8f9;
  border: 1px solid #d6e9ea;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.bb-pro-list-top .row {
  width: 100%;
}
.bb-pro-list-top .bb-bl-btn {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-pro-list-top .bb-bl-btn button {
  height: 38px;
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  padding: 5px;
  background: transparent;
}
.bb-pro-list-top .bb-bl-btn button i {
  font-size: 20px;
}
.bb-pro-list-top .bb-bl-btn button:not(:last-child) {
  margin-right: 5px;
}
.bb-pro-list-top .bb-bl-btn button.active {
  background-color: #00768c;
/* color:#00866e */
  color: #fff;
  border-radius: 15px;
}
.bb-pro-list-top .bb-select-inner {
  height: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bb-pro-list-top .bb-select-inner .custom-select {
  width: 110px;
  margin-right: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-pro-list-top .bb-select-inner .custom-select:after {
  right: -10px;
}

.bb-sidebar-contact ul {
  margin-bottom: 0;
}
.bb-sidebar-contact ul li {
  position: relative;
  display: block;
}
.bb-sidebar-contact ul li:not(:last-child) {
  margin-bottom: 14px;
}
.bb-sidebar-contact ul li small {
  width: 100%;
  /* color: #00768c; */
color:#00866e;
  text-transform: capitalize;
}
.bb-sidebar-contact ul li small:after {
  content: "\f2e5";
  position: absolute;
  right: 0;
  font-family: "remixicon";
}

.bb-sidebar-block-item {
  position: relative;
}
.bb-sidebar-block-item input {
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bb-sidebar-block-item input:checked ~ .checked::after {
  display: block;
}
.bb-sidebar-block-item a {
  margin-left: 30px;
  display: block;
  color: #777;
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
}
.bb-sidebar-block-item .checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #d6e9ea;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.bb-sidebar-block-item .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #00768c;
  content: "\eb7b";
  position: absolute;
  display: none;
  background: #00768c;
  font-family: "remixicon";
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.bb-color-contact ul {
  margin-bottom: 0;
}
.bb-color-contact ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 2px;
  border-radius: 20px;
  cursor: pointer;
  margin-right: 5px;
  width: 26px;
  height: 26px;
}
.bb-color-contact ul li .bb-sidebar-block-item {
  position: relative;
}
.bb-color-contact ul li .bb-sidebar-block-item span {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 20px;
}
.bb-color-contact ul li .bb-sidebar-block-item .pro-color-1 {
  background-color: #c4d6f9;
}
.bb-color-contact ul li .bb-sidebar-block-item .pro-color-2 {
  background-color: #ff748b;
}
.bb-color-contact ul li .bb-sidebar-block-item .pro-color-3 {
  background-color: #000000;
}
.bb-color-contact ul li .bb-sidebar-block-item .pro-color-4 {
  background-color: #2bff4a;
}
.bb-color-contact ul li .bb-sidebar-block-item .pro-color-5 {
  background-color: #ff7c5e;
}
.bb-color-contact ul li .bb-sidebar-block-item .pro-color-6 {
  background-color: #f155ff;
}
.bb-color-contact ul li .bb-sidebar-block-item .pro-color-7 {
  background-color: #ffef00;
}
.bb-color-contact ul li .bb-sidebar-block-item .pro-color-8 {
  background-color: #c89fff;
}
.bb-color-contact ul li .bb-sidebar-block-item .pro-color-9 {
  background-color: #7bfffa;
}
.bb-color-contact ul li .bb-sidebar-block-item .pro-color-10 {
  background-color: #56ffc1;
}
.bb-color-contact ul li.color-sidebar-active .bb-sidebar-block-item span:after {
  width: 22px;
  height: 22px;
  content: "\eb7b";
  font-family: "remixicon";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-range-slider {
  position: relative;
  width: 100%;
  margin-bottom: 7px;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d6e9ea;
  text-align: center;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #00768c !important;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none !important;
  border-radius: 25px !important;
  background: #fff !important;
  top: -7px !important;
  border: 2px solid #00768c !important;
  height: 17px !important;
  width: 17px !important;
  cursor: pointer !important;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #00768c !important;
}

.bb-tags .tag_active {
  color: #fff;
  background-color: #00768c !important;
}
.bb-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.bb-tags ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 5px;
  padding: 2px 15px;
  border: 1px solid #d6e9ea;
  border-radius: 10px;
  cursor: pointer;
}
.bb-tags ul li a {
  font-size: 13px;
  text-transform: capitalize;
}
.bb-tags ul li:hover {
  background-color: #00768c !important;
}
.bb-tags ul li:hover a {
  color: #fff !important;
}

.bb-shop-wrap {
  position: sticky;
  top: 0;
  background-color: #e9f8f9;
  border-radius: 20px;
  border: 1px solid #d6e9ea;
}
.bb-shop-wrap .bb-sidebar-block {
  padding: 20px;
}
.bb-shop-wrap .bb-sidebar-block:not(:last-child) {
  border-bottom: 1px solid #d6e9ea;
}
.bb-shop-wrap .bb-sidebar-block .bb-sidebar-title {
  margin-bottom: 20px;
}
.bb-shop-wrap .bb-sidebar-block .bb-sidebar-title h3 {
  font-size: 18px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}

/* Responsive footer css */
@media only screen and (max-width: 1199px) {
  .width-50 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .bnr-details-bg {
    padding: 15px;
  }
  .width-100 .bb-pro-box {
    display: block;
    overflow: hidden;
  }
  .width-100 .bb-pro-box .bb-pro-img {
    max-width: 100%;
    border-bottom: 1px solid #d6e9ea;
    border-right: 0;
  }
  .width-100 .bb-pro-box .bb-pro-img .inner-img {
    border-bottom-left-radius: 20px;
  }
  .width-100 .bb-pro-box .bb-pro-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .width-100 .bb-pro-box .bb-pro-contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  .width-50 .bb-pro-box {
    max-width: 380px;
    margin: auto;
    display: block;
  }
  .width-50 .bb-pro-box .bb-pro-img {
    max-width: 100%;
    border-bottom: 1px solid #d6e9ea;
    border-right: 0;
  }
  .width-50 .bb-pro-box .bb-pro-img .inner-img {
    border-bottom-left-radius: 20px;
  }
  .width-50 .bb-pro-box .bb-pro-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .width-50 .bb-pro-box .bb-pro-contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bb-pro-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bb-pro-pagination p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .bb-bnr-details .inner-contact {
    padding: 20px;
  }
  .bb-bnr-details .inner-contact h4 {
    font-size: 26px;
  }
  .bb-bnr-details .inner-contact p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .bb-pro-list-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bb-pro-list-top .col-6 {
    width: 100%;
  }
  .bb-pro-list-top .bb-bl-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bb-pro-list-top .bb-select-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bb-pro-list-top .bb-select-inner .custom-select {
    width: 100px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
/* Single product page */
.bb-single-pro {
  margin-bottom: 24px;
}

.single-pro-slider {
  position: sticky;
  top: 0;
  padding: 15px;
  border: 1px solid #d6e9ea;
  border-radius: 20px;
}
.single-pro-slider .single-nav-thumb {
  width: 100%;
  overflow: hidden;
}
.single-pro-slider .single-nav-thumb .slick-list {
  margin: 0 -8px;
}
.single-pro-slider .single-nav-thumb .single-slide {
  padding: 0px 10px 0 10px;
  display: block !important;
}
.single-pro-slider .single-nav-thumb .single-slide .iiz__hint::before {
  display: none;
}
.single-pro-slider .single-nav-thumb .slick-slide img {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 15px;
}
.single-pro-slider .single-nav-thumb .slick-slide:hover img {
  border-color: #00768c;
/* color:#00866e */
}
.single-pro-slider .single-nav-thumb .slick-slide.slick-current.slick-active img {
  border-color: #00768c;
/* color:#00866e */
}
.single-pro-slider .single-nav-thumb .slick-arrow {
  top: 42%;
}
.single-pro-slider .single-nav-thumb button {
  background: transparent;
  outline: 0;
  border: 0;
}
.single-pro-slider .single-nav-thumb .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.single-pro-slider .single-nav-thumb .slick-arrow {
  position: absolute;
  top: 55%;
  left: auto;
  right: auto;
  margin: 0 auto;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-pro-slider .single-nav-thumb .slick-arrow:before {
  content: "";
  color: #496973;
  position: relative;
  font-size: 42px;
  width: 100%;
  line-height: 30px;
  height: 30px;
}
.single-pro-slider .single-nav-thumb .slick-arrow.slick-prev:before {
  font-family: "remixicon";
  content: "\ea52";
}
.single-pro-slider .single-nav-thumb .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.single-pro-slider .single-nav-thumb .slick-arrow.slick-next:before {
  font-family: "remixicon";
  content: "\ea54";
}
.single-pro-slider .single-product-cover .zoom-image-hover {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.single-pro-slider .single-product-cover .zoom-image-hover img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tab-content .tab-pane p a {
  color: #00768c !important;
}

.bb-single-pro-contact .bb-sub-title {
  margin-bottom: 20px;
}
.bb-single-pro-contact .bb-sub-title h4 {
  font-size: 22px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-single-pro-contact .bb-single-rating {
  margin-bottom: 12px;
}
.bb-single-pro-contact .bb-single-rating .bb-pro-rating {
  margin-right: 10px;
}
.bb-single-pro-contact .bb-single-rating .bb-read-review a {
  color: #00768c !important;
}
.bb-single-pro-contact .bb-single-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.bb-single-pro-contact .bb-single-price-wrap .bb-single-price {
  padding: 15px 0;
}
.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .price {
  margin-bottom: 8px;
}
.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .price h5 {
  font-size: 20px;
  font-weight: 800;
  /* color: #001f29; */
color:#00768c;
}
.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .price h5 span {
  font-size: 20px;
  /* color: #00768c; */
color:#00866e
}
.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .sku {
  margin-bottom: 8px;
}
.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .sku h5 {
  font-size: 18px;
  font-weight: 800;
  /* color: #001f29; */
color:#00768c;
}
.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .mrp p {
  font-size: 16px;
}
.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .mrp p span {
  font-size: 15px;
  text-decoration: line-through;
}
.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .stock span {
  font-size: 18px;
  /* color: #00768c; */
color:#00866e
}
.bb-single-pro-contact .bb-single-pro-weight {
  margin-bottom: 24px;
}
.bb-single-pro-contact .bb-single-pro-weight .pro-title {
  margin-bottom: 12px;
}
.bb-single-pro-contact .bb-single-pro-weight .pro-title h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.bb-single-pro-contact .bb-single-pro-weight .bb-pro-variation-contant ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
}
.bb-single-pro-contact .bb-single-pro-weight .bb-pro-variation-contant ul li {
  margin: 10px 2px;
  padding: 2px 15px;
  border: 1px solid #d6e9ea;
  border-radius: 10px;
  cursor: pointer;
}
.bb-single-pro-contact .bb-single-pro-weight .bb-pro-variation-contant ul li span {
  font-size: 14px;
}
.bb-single-pro-contact .bb-single-pro-weight .bb-pro-variation-contant ul li.active-variation {
  background-color: #00768c;
/* color:#00866e */
  color: #fff !important;
}
.bb-single-pro-contact .bb-single-list {
  margin-bottom: 30px;
}
.bb-single-pro-contact .bb-single-list ul {
  margin: -8px 0;
  padding-left: 18px;
}
.bb-single-pro-contact .bb-single-list ul li {
  margin: 8px 0;
  color: #777;
  font-size: 14px;
  list-style-type: disc;
}
.bb-single-pro-contact .bb-single-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
}
.bb-single-pro-contact .bb-single-qty .qty-plus-minus {
  margin: 2px;
}
.bb-single-pro-contact .bb-single-qty .buttons {
  margin: 2px;
}
.bb-single-pro-contact .bb-single-qty .buttons a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 25px;
}
.bb-single-pro-contact .bb-single-qty .bb-pro-actions {
  margin: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-single-pro-contact .bb-single-qty .bb-pro-actions a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  border: 1px solid #d6e9ea;
  border-radius: 10px;
}
.bb-single-pro-contact .bb-single-qty .bb-pro-actions a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  color: #777;
  line-height: 10px;
}
.bb-single-pro-contact .bb-single-qty .bb-pro-actions a:hover {
  background-color: #00768c;
color:#00866e
}
.bb-single-pro-contact .bb-single-qty .bb-pro-actions a:hover i {
  color: #fff;
}

.bb-single-pro-tab .bb-pro-tab {
  margin-bottom: 24px;
}

.bb-inner-tabs,
.bey-single-accordion {
  border: 1px solid #d6e9ea;
  padding: 15px;
  border-radius: 20px;
}
.bb-inner-tabs .bb-details p,
.bey-single-accordion .bb-details p {
  margin-bottom: 12px;
  font-weight: 300;
}
.bb-inner-tabs .bb-details .details-info ul,
.bey-single-accordion .bb-details .details-info ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 0;
}
.bb-inner-tabs .bb-details .details-info ul li,
.bey-single-accordion .bb-details .details-info ul li {
  padding: 5px 0;
  font-size: 15px;
  color: #496973;
  line-height: 28px;
}
.bb-inner-tabs .bb-details .details-info ul li span,
.bey-single-accordion .bb-details .details-info ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  min-width: 150px;
}
.bb-inner-tabs .information ul,
.bey-single-accordion .information ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 0;
}
.bb-inner-tabs .information ul li,
.bey-single-accordion .information ul li {
  padding: 5px 0;
  font-size: 15px;
  color: #496973;
  line-height: 28px;
}
.bb-inner-tabs .information ul li span,
.bey-single-accordion .information ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  min-width: 130px;
}
.bb-inner-tabs .bb-reviews .reviews-bb-box,
.bey-single-accordion .bb-reviews .reviews-bb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-image,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-image {
  margin-right: 12px;
}
.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-image img,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-image img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-contact h4,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-contact h4 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}
.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-contact .bb-pro-rating,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-contact .bb-pro-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-contact p,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-contact p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}
.bb-inner-tabs .bb-reviews-form h3,
.bey-single-accordion .bb-reviews-form h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-inner-tabs .bb-reviews-form .bb-review-rating,
.bey-single-accordion .bb-reviews-form .bb-review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.bb-inner-tabs .bb-reviews-form .bb-review-rating span,
.bey-single-accordion .bb-reviews-form .bb-review-rating span {
  padding-right: 10px;
  font-size: 15px;
  font-weight: 600;
  /* color: #001f29; */
color:#00768c;
}
.bb-inner-tabs .bb-reviews-form .input-box,
.bey-single-accordion .bb-reviews-form .input-box {
  margin-bottom: 24px;
}
.bb-inner-tabs .bb-reviews-form .input-box input,
.bb-inner-tabs .bb-reviews-form .input-box textarea,
.bey-single-accordion .bb-reviews-form .input-box input,
.bey-single-accordion .bb-reviews-form .input-box textarea {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  outline: 0;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  border-radius: 20px;
}
.bb-inner-tabs .bb-reviews-form .input-box input::-webkit-input-placeholder, .bb-inner-tabs .bb-reviews-form .input-box textarea::-webkit-input-placeholder, .bey-single-accordion .bb-reviews-form .input-box input::-webkit-input-placeholder, .bey-single-accordion .bb-reviews-form .input-box textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.bb-inner-tabs .bb-reviews-form .input-box input::-moz-placeholder, .bb-inner-tabs .bb-reviews-form .input-box textarea::-moz-placeholder, .bey-single-accordion .bb-reviews-form .input-box input::-moz-placeholder, .bey-single-accordion .bb-reviews-form .input-box textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.bb-inner-tabs .bb-reviews-form .input-box input:-ms-input-placeholder, .bb-inner-tabs .bb-reviews-form .input-box textarea:-ms-input-placeholder, .bey-single-accordion .bb-reviews-form .input-box input:-ms-input-placeholder, .bey-single-accordion .bb-reviews-form .input-box textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.bb-inner-tabs .bb-reviews-form .input-box input::-ms-input-placeholder, .bb-inner-tabs .bb-reviews-form .input-box textarea::-ms-input-placeholder, .bey-single-accordion .bb-reviews-form .input-box input::-ms-input-placeholder, .bey-single-accordion .bb-reviews-form .input-box textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.bb-inner-tabs .bb-reviews-form .input-box input::placeholder,
.bb-inner-tabs .bb-reviews-form .input-box textarea::placeholder,
.bey-single-accordion .bb-reviews-form .input-box input::placeholder,
.bey-single-accordion .bb-reviews-form .input-box textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.bb-inner-tabs .bb-reviews-form .input-box input textarea:not(:invalid),
.bey-single-accordion .bb-reviews-form .input-box input textarea:not(:invalid) {
  border: 1px solid #d6e9ea;
}
.bb-inner-tabs .bb-reviews-form .input-box textarea,
.bey-single-accordion .bb-reviews-form .input-box textarea {
  padding: 10px 10px 10px 20px;
  height: 100px;
}
.bb-inner-tabs .bb-reviews-form .input-button a,
.bey-single-accordion .bb-reviews-form .input-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 15px;
}
.bb-inner-tabs .accordion,
.bey-single-accordion .accordion {
  margin: -24px 0;
}
.bb-inner-tabs .accordion .accordion-item,
.bey-single-accordion .accordion .accordion-item {
  border-radius: 0;
  border: 0;
  margin: 24px 0;
}
.bb-inner-tabs .accordion .accordion-item .accordion-header .accordion-button,
.bey-single-accordion .accordion .accordion-item .accordion-header .accordion-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border: 1px solid #d6e9ea;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  /* color: #001f29; */
color:#00768c;
}

/* Responsive footer css */
@media only screen and (max-width: 991px) {
  .single-pro-slider {
    max-width: 500px;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .bb-inner-tabs .bb-reviews .reviews-bb-box,
  .bey-single-accordion .bb-reviews .reviews-bb-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bb-inner-tabs .bb-reviews .reviews-bb-box .inner-image,
  .bey-single-accordion .bb-reviews .reviews-bb-box .inner-image {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
/* Contact */
.bb-contact-form {
  border: 1px solid #d6e9ea;
  border-radius: 20px;
  padding: 30px;
}
.bb-contact-form .bb-contact-wrap {
  margin-bottom: 24px;
}
.bb-contact-form .bb-contact-wrap input,
.bb-contact-form .bb-contact-wrap textarea {
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 15px;
  outline: 0;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
  border-radius: 10px;
}
.bb-contact-form .bb-contact-wrap input::-webkit-input-placeholder, .bb-contact-form .bb-contact-wrap textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-contact-form .bb-contact-wrap input::-moz-placeholder, .bb-contact-form .bb-contact-wrap textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-contact-form .bb-contact-wrap input:-ms-input-placeholder, .bb-contact-form .bb-contact-wrap textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-contact-form .bb-contact-wrap input::-ms-input-placeholder, .bb-contact-form .bb-contact-wrap textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-contact-form .bb-contact-wrap input::placeholder,
.bb-contact-form .bb-contact-wrap textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-contact-form .bb-contact-wrap textarea:not(:invalid) {
  border: 1px solid #d6e9ea;
}
.bb-contact-form .bb-contact-wrap textarea {
  height: 150px;
}
.bb-contact-form .bb-contact-button button {
  padding: 4px 25px;
}

.bb-contact-maps {
  position: sticky;
  top: 0;
}
.bb-contact-maps iframe {
  width: 100%;
  /* height:220px; */
  height: 520px;
  margin-bottom: -10px;
  border-radius: 20px;
}

/* Cart */
.bb-cart-sidebar-block {
  padding: 20px;
  background-color: #e9f8f9;
  border: 1px solid #d6e9ea;
  border-radius: 20px;
}
.bb-cart-sidebar-block .bb-sb-title {
  margin-bottom: 20px;
}
.bb-cart-sidebar-block .bb-sb-title h3 {
  font-size: 20px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-cart-sidebar-block .bb-sb-blok-contact .input-box {
  margin-bottom: 30px;
}
.bb-cart-sidebar-block .bb-sb-blok-contact .input-box label {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  /* color: #001f29; */
color:#00768c;
}
.bb-cart-sidebar-block .bb-sb-blok-contact .input-box .custom-select {
  padding: 10px 15px;
  border: 1px solid #d6e9ea;
  border-radius: 10px;
  background-color: #fff;
}
.bb-cart-sidebar-block .bb-sb-blok-contact .input-box .custom-select .custom-select {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #d6e9ea;
  outline: 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
  background-color: #fff;
}
.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li span {
  font-size: 14px;
  color: #496973;
}
.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li span .bb-coupon {
  font-size: 14px;
  font-weight: 500;
  color: #ff0000;
  cursor: pointer;
}
.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li .text-left {
  font-weight: 500;
}
.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li .text-right {
  font-weight: 600;
}
.bb-cart-sidebar-block .bb-cart-summary .summary-total {
  border-top: 1px solid #d6e9ea;
  padding-top: 15px;
}
.bb-cart-sidebar-block .bb-cart-summary .summary-total ul {
  margin-bottom: 0;
}
.bb-cart-sidebar-block .bb-cart-summary .summary-total ul li {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-cart-sidebar-block .bb-cart-summary .summary-total ul li span {
  font-size: 16px;
  color: #496973;
}
.bb-cart-sidebar-block .bb-cart-summary .summary-total ul li .text-left {
  font-weight: 600;
}
.bb-cart-sidebar-block .bb-cart-summary .summary-total ul li .text-right {
  font-weight: 600;
}

.coupon-down-box {
  width: 100%;
}
.coupon-down-box form {
  position: relative;
  margin-bottom: 15px;
}
.coupon-down-box form input {
  width: 100%;
}
.coupon-down-box form button {
  margin: 8px 8px 8px 0;
  padding: 2px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.check-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bb-cart-table {
  border: 1px solid #d6e9ea;
  border-radius: 20px;
  overflow: hidden;
}
.bb-cart-table table {
  width: 100%;
}
.bb-cart-table table thead tr {
  border-bottom: 1px solid #d6e9ea;
}
.bb-cart-table table thead tr th {
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  /* color: #001f29; */
color:#00768c;
  text-transform: capitalize;
}
.bb-cart-table table tbody tr:not(:last-child) {
  border-bottom: 1px solid #d6e9ea;
}
.bb-cart-table table tbody tr td {
  padding: 12px;
}
.bb-cart-table table tbody .Product-cart img {
  width: 70px;
  border: 1px solid #d6e9ea;
  border-radius: 10px;
}
.bb-cart-table table tbody .Product-cart span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-cart-table table tbody span.price {
  font-size: 15px;
  font-weight: 500;
  color: #496973;
}
.bb-cart-table table tbody .pro-remove i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  color: #496973;
}
.bb-cart-table table tbody .pro-remove i:hover {
  color: #ff0000;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .bb-cart-table {
    overflow-y: auto;
  }
  .bb-cart-table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
  }
  .bb-cart-table::-webkit-scrollbar-track {
    width: 8px;
    background-color: #d6e9ea;
    -webkit-box-shadow: inset 0 0 0px #000;
  }
  .bb-cart-table::-webkit-scrollbar-thumb {
     background-color: #001f29;
color:#00768c;
    border-radius: 20px;
  }
  .bb-cart-table table {
    width: 780px;
  }
}
/* checkout */
.bb-checkout-sidebar {
  margin-bottom: -24px;
}
.bb-checkout-sidebar .checkout-items {
  border: 1px solid #d6e9ea;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.bb-checkout-sidebar .checkout-items .sub-title {
  margin-bottom: 12px;
}
.bb-checkout-sidebar .checkout-items .sub-title h4 {
  font-size: 20px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-checkout-sidebar .checkout-items .payment-img img {
  width: 100%;
  max-width: 335px;
}
.bb-checkout-sidebar .checkout-summary {
  margin-bottom: 20px;
  border-bottom: 1px solid #d6e9ea;
}
.bb-checkout-sidebar .checkout-summary ul {
  margin-bottom: 20px;
}
.bb-checkout-sidebar .checkout-summary ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-checkout-sidebar .checkout-summary ul li:not(:last-child) {
  margin-bottom: 8px;
}
.bb-checkout-sidebar .checkout-summary ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #496973;
}
.bb-checkout-sidebar .checkout-summary ul li span .apply {
  font-size: 14px;
  font-weight: 500;
  color: #ff0000;
}
.bb-checkout-sidebar .bb-checkout-pro {
  margin-bottom: -24px;
}
.bb-checkout-sidebar .bb-checkout-pro .pro-items {
  padding: 15px;
  background-color: #e9f8f9;
  border: 1px solid #d6e9ea;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.bb-checkout-sidebar .bb-checkout-pro .pro-items .image {
  margin-right: 15px;
}
.bb-checkout-sidebar .bb-checkout-pro .pro-items .image img {
  width: 100px;
  height: 100px;
  border: 1px solid #d6e9ea;
  border-radius: 20px;
}
.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact h4 {
  font-size: 16px;
}
.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact h4 a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  /* color: #001f29; */
color:#00768c;
}
.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .bb-pro-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .inner-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 4px;
}
.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .inner-price .new-price {
  /* color: #001f29; */
color:#00768c;
  font-weight: 600;
  font-size: 15px;
}
.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .inner-price .old-price {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #777;
}
.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .bb-pro-variation {
  margin: 0;
}
.bb-checkout-sidebar .checkout-method {
  margin-bottom: 24px;
}
.bb-checkout-sidebar .checkout-method span.details {
  font-size: 15px;
  font-weight: 500;
  color: #496973;
}
.bb-checkout-sidebar .checkout-method .inner-del {
  width: 50%;
}
.bb-checkout-sidebar .checkout-method .bb-del-option {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-checkout-sidebar .checkout-method .bb-del-option .bb-del-head {
  font-size: 15px;
  font-weight: 600;
  /* color: #001f29; */
color:#00768c;
}
.bb-checkout-sidebar .about-order h5 {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #496973;
}
.bb-checkout-sidebar .about-order textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
  border: 1px solid #d6e9ea;
  outline: 0;
  border-radius: 10px;
}
.bb-checkout-sidebar .about-order textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-checkout-sidebar .about-order textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-checkout-sidebar .about-order textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-checkout-sidebar .about-order textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-checkout-sidebar .about-order textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}

.bb-checkout-contact {
  border: 1px solid #d6e9ea;
  padding: 20px;
  border-radius: 20px;
}
.bb-checkout-contact .main-title {
  margin-bottom: 20px;
}
.bb-checkout-contact .main-title h4 {
  font-size: 20px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-checkout-contact .inner-title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  /* color: #001f29; */
color:#00768c;
}
.bb-checkout-contact .checkout-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.bb-checkout-contact .checkout-radio .radio-itens:not(:last-child) {
  margin-right: 20px;
}
.bb-checkout-contact .checkout-radio .radio-itens input {
  width: auto;
  margin-right: 2px;
}
.bb-checkout-contact .checkout-radio .radio-itens label {
  font-size: 14px;
  font-weight: 400;
  color: #496973;
}
.bb-checkout-contact p {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
  color: #496973;
}
.bb-checkout-contact .inner-button {
  margin-bottom: 20px;
}
.bb-checkout-contact .inner-button a {
  display: inline-block;
  padding: 4px 25px;
}
.bb-checkout-contact form .input-item {
  margin-bottom: 24px;
}
.bb-checkout-contact form .input-item label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  /* color: #001f29; */
color:#00768c;
}
.bb-checkout-contact form .input-button {
  margin-bottom: 20px;
}
.bb-checkout-contact form .input-button button {
  padding: 4px 25px;
}
.bb-checkout-contact .input-box-form {
  margin-top: 20px;
}
.bb-checkout-contact .input-box-form .input-item .custom-select {
  padding: 10px;
  border-radius: 10px !important;
}
.bb-checkout-contact .input-box-form .input-item .custom-select .custom-select {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.bb-checkout-contact .input-box-form .input-button {
  margin-bottom: 0;
}

.information {
  position: relative;
}
.information .address-box {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.information .address-box ul {
  width: 50%;
}
.information .address-box ul li {
  list-style-type: none;
}
.information .bb-sidebar-block-item {
  position: relative;
}
.information .bb-sidebar-block-item .checked {
  top: 10px;
  left: -10px;
}
.information .cart-remove-item {
  position: absolute;
  top: -7px;
  right: -18px;
  background: rgba(0, 0, 0, 0.5);
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.information .cart-remove-item i {
  font-size: 13px;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .bb-checkout-sidebar .bb-checkout-pro .pro-items .image img {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .address-box {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .information .address-box ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .address-box {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  
  
}
@media screen and (max-width: 480px) {
  .bb-checkout-contact .checkout-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .address-box ul li span {
    min-width: 90px !important;
  }
  .bb-checkout-sidebar .checkout-method .inner-del {
    width: 100%;
  }
  .bb-checkout-sidebar .checkout-method .bb-del-option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bb-checkout-sidebar .checkout-method .bb-del-option .inner-del:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 420px) {
  .bb-checkout-sidebar .bb-checkout-pro .pro-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bb-checkout-sidebar .bb-checkout-pro .pro-items .image {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* Faq */
.bb-faq-img {
  position: sticky;
  top: 0;
}
.bb-faq-img img {
  width: 100%;
  border-radius: 20px;
}

.accordion-item {
  background: transparent;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23455056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  transform: none; 
   font-size: 20px;
  font-weight: 500;
  color:#00768c;
    -webkit-transform: none;
          transform: none;
  font-family: "remixicon";
   /* content: "\f1af"; */
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23455056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  -webkit-transform: none;
          transform: none;
  font-family: "remixicon";
  /* content: "\ea13"; */
  font-size: 20px;
  font-weight: 500;
   transform: none;
}

/* .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23455056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  -webkit-transform: none;
          transform: none;
  font-family: "remixicon";
  content: "\f1af";
  font-size: 20px;
  font-weight: 500;
 
color:#00768c;
 transform: none; 
  display: none !important;
} */
/* .accordion-button:not(.collapsed):after {
  background-image: none;
  -webkit-transform: none;
          transform: none;
  font-family: "remixicon";
  content: "\ea13";
  font-size: 20px;
  font-weight: 500;
  color: #001f29;
color:#00768c;
} */

.bb-faq-contact {
  margin-bottom: -24px;
}
.bb-faq-contact .accordion-item {
  border-radius: 0;
  border: 0;
  outline: 0;
  margin-bottom: 24px;
}
.bb-faq-contact .accordion-item .accordion-button {
  background: transparent;
  border-radius: 15px !important;
  border: 1px solid #d6e9ea;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bb-faq-contact .accordion-item .accordion-body {
  padding: 15px 15px 0;
}
.bb-faq-contact .accordion-header {
  font-size: 16px;
}
.bb-faq-contact .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: 600;
  /* color: #001f29; */
color:#00768c;
}
.bb-faq-contact .accordion-body {
  font-size: 14px;
  font-weight: 300;
  color: #496973;
}

/* login */
.bb-login-contact {
  max-width: 500px;
  margin: auto;
  border: 1px solid #d6e9ea;
  padding: 30px;
  border-radius: 20px;
}
.bb-login-contact .bb-login-wrap {
  margin-bottom: 24px;
}
.bb-login-contact .bb-login-wrap a {
  font-size: 14px;
  font-weight: 500;
  color: #777;
}
.bb-login-contact .bb-login-button {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bb-login-contact .bb-login-button button {
  margin: 5px;
  padding: 4px 20px;
}
.bb-login-contact .bb-login-button a {
  height: 36px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-login-contact .bb-login-button a:hover {
  /* color: #00768c; */
color:#00866e
}

/* Register */
.bb-register {
  border: 1px solid #d6e9ea;
  padding: 30px;
  border-radius: 20px;
}
.bb-register form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.bb-register form .bb-register-width-50 {
  width: 50%;
}
.bb-register form .bb-register-width-100 {
  width: 100%;
}
.bb-register form .bb-register-wrap {
  padding: 0 12px;
  margin-bottom: 24px;
}
.bb-register form .bb-register-wrap label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  /* color: #001f29; */
color:#00768c;
}
.bb-register form .bb-register-wrap input,
.bb-register form .bb-register-wrap .custom-select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
  outline: 0;
  border-radius: 10px !important;
}
.bb-register form .bb-register-wrap input:not(:invalid) {
  border: 1px solid #d6e9ea;
}
.bb-register form .bb-register-wrap select,
.bb-register form .bb-register-wrap .custom-select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
  outline: 0;
  border-radius: 10px;
}
.bb-register form .bb-register-wrap select:not(:invalid) {
  border: 1px solid #d6e9ea;
}
.bb-register form .bb-register-wrap textarea,
.bb-register form .bb-register-wrap .custom-select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #496973;
  outline: 0;
  border-radius: 10px;
}
.bb-register form .bb-register-wrap textarea:not(:invalid) {
  border: 1px solid #d6e9ea;
}
.bb-register form .bb-register-wrap .custom-select .custom-select {
  padding: 0;
  border: 0;
}
.bb-register form .bb-register-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bb-register form .bb-register-button button {
  padding: 4px 20px;
}

/* Responsive footer css */
@media only screen and (max-width: 575px) {
  .bb-register form .bb-register-width-50 {
    width: 100%;
  }
}
/* blog */
.bb-blog-sidebar {
  margin-bottom: -24px;
}
.bb-blog-sidebar .blog-inner-contact {
  margin-bottom: 24px;
  padding: 30px;
  border: 1px solid #d6e9ea;
  border-radius: 20px;
}
.bb-blog-sidebar .blog-inner-contact .blog-sidebar-title {
  margin-bottom: 20px;
}
.bb-blog-sidebar .blog-inner-contact .blog-sidebar-title h4 {
  font-size: 20px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card {
  margin-bottom: 24px;
  padding: 15px;
  background-color: #e9f8f9;
  border: 1px solid #d6e9ea;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card:last-child {
  margin-bottom: 0;
}
.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image {
  margin-right: 15px;
}
.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image img {
  width: 80px;
  border-radius: 20px;
}
.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .blog-sidebar-contact span {
  font-size: 13px;
  font-weight: 400;
  /* color: #00768c; */
color:#00866e
}
.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .blog-sidebar-contact h4 {
  font-size: 15px;
  margin-bottom: 8px;
}
.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .blog-sidebar-contact h4 a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  /* color: #001f29; */
color:#00768c;
}
.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .blog-sidebar-contact p {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  color: #496973;
}
.bb-blog-sidebar .blog-inner-contact .blog-categories ul {
  margin-bottom: -14px;
}
.bb-blog-sidebar .blog-inner-contact .blog-categories ul li {
  position: relative;
  margin-bottom: 14px;
}

.bb-blog-card {
  background-color: #e9f8f9;
  border: 1px solid #d6e9ea;
  border-radius: 20px;
}
.bb-blog-card .blog-image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}
.bb-blog-card .blog-contact {
  padding: 20px;
}
.bb-blog-card .blog-contact h5 {
  margin-bottom: 12px;
  font-size: 18px;
}
.bb-blog-card .blog-contact h5 a {
  font-size: 18px;
  font-weight: 500;
  /* color: #001f29; */
color:#00768c;
}
.bb-blog-card .blog-contact p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}
.bb-blog-card .blog-contact .blog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-blog-card .blog-contact .blog-btn a {
  padding: 2px 14px;
}

.bb-blog-details-contact .bb-pro-pagination {
  margin-bottom: 24px;
}
.bb-blog-details-contact .inner-blog-details-image {
  margin-bottom: 24px;
}
.bb-blog-details-contact .inner-blog-details-image img {
  width: 100%;
  border-radius: 15px;
}
.bb-blog-details-contact .inner-blog-details-contact {
  margin-bottom: 30px;
}
.bb-blog-details-contact .inner-blog-details-contact span {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 300;
  color: #777;
}
.bb-blog-details-contact .inner-blog-details-contact h4.sub-title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-blog-details-contact .inner-blog-details-contact p {
  margin-bottom: 16px;
}
.bb-blog-details-contact .inner-blog-details-contact .blog-inner-image {
  margin-bottom: 24px;
}
.bb-blog-details-contact .inner-blog-details-contact .blog-inner-image img {
  width: 100%;
  border-radius: 15px;
}
.bb-blog-details-contact .bb-blog-details-comment:not(:last-child) {
  margin-bottom: 30px;
}
.bb-blog-details-contact .bb-blog-details-comment .main-title {
  margin-bottom: 12px;
}
.bb-blog-details-contact .bb-blog-details-comment .main-title h4 {
  font-size: 20px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-blog-details-contact .bb-blog-details-comment .bb-pl-50 {
  padding-left: 50px;
}
.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-image {
  margin-right: 15px;
}
.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-image img {
  width: 50px;
  border-radius: 15px;
}
.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact h5.sub-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact span {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 300;
  color: #777;
}
.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact p {
  margin-bottom: 6px;
  font-size: 14px;
}
.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact .bb-details-btn {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  /* color: #00768c; */
color:#00866e
}
.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact .bb-details-btn i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 600;
}
.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact .bb-details-btn:hover i {
  padding-left: 4px;
}
.bb-blog-details-contact .bb-blog-details-comment form .bb-details-input {
  margin-bottom: 24px;
}
.bb-blog-details-contact .bb-blog-details-comment form .bb-details-input textarea {
  height: 200px;
}
.bb-blog-details-contact .bb-blog-details-comment form .bb-details-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-blog-details-contact .bb-blog-details-comment form .bb-details-buttons a {
  padding: 4px 18px;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .bb-blog-sidebar .blog-inner-contact {
    padding: 15px;
  }
  .bb-blog-sidebar .blog-inner-contact .blog-sidebar-title h4 {
    font-size: 18px;
  }
  .bb-blog-details-contact .bb-blog-details-comment .bb-comment-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .bb-blog-details-contact .inner-blog-details-contact h4.sub-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image img {
    width: 100%;
  }
}
/* wishlist */
.bb-wishlist .bb-pro-img .bb-remove-wish {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}
.bb-wishlist .bb-pro-img .bb-remove-wish i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
  color: #496973;
}
.bb-wishlist .bb-pro-img .bb-remove-wish i:hover {
  /* color: #00768c; */
color:#00866e
}

.bb-wish-rightside .bb-wishlist-msg {
  padding: 30px 0;
  text-align: center;
  font-size: 50px;
  line-height: 32px;
  font-weight: 500;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #496973;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .bb-wish-rightside .bb-wishlist-msg {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .bb-wish-rightside .bb-wishlist-msg {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .bb-wish-rightside .bb-wishlist-msg {
    font-size: 32px;
  }
}
/* compare */
.bb-compare {
  overflow: auto;
}
.bb-compare::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-compare::-webkit-scrollbar-track {
  width: 8px;
  background-color: #d6e9ea;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-compare::-webkit-scrollbar-thumb {
   background-color: #001f29;
color:#00768c;
  border-radius: 20px;
}
.bb-compare ul.bb-compare-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-compare ul.bb-compare-main-box li.bb-compare-inner-rows:last-child {
  border-right: 1px solid #d6e9ea;
}
.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box {
  border-left: 1px solid #d6e9ea;
  border-top: 1px solid #d6e9ea;
  border-bottom: 1px solid #d6e9ea;
  width: 323px;
}
.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box li:not(:last-child) {
  border-bottom: 1px solid #d6e9ea;
}
.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box .inner-image {
  position: relative;
  background-color: #fff;
}
.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box .inner-image .bb-remove-compare {
  position: absolute;
  top: 20px;
  right: 20px;
}
.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box .inner-image .bb-remove-compare i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
  color: #496973;
}
.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box .inner-image .bb-remove-compare i:hover {
  /* color: #00768c; */
color:#00866e
}

.compare-pro-img {
  height: 250px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compare-pro-img p {
  font-size: 15px;
}
.compare-pro-img img {
  height: 100%;
}

.compare-description {
  height: 112px;
}

.compare-pro-title,
.compare-pro-detail {
  padding: 20px;
}
.compare-pro-title h5,
.compare-pro-detail h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  /* color: #001f29; */
color:#00768c;
}
.compare-pro-title p,
.compare-pro-detail p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #496973;
}
.compare-pro-title .in-stock,
.compare-pro-detail .in-stock {
  color: #00768c !important;
}
.compare-pro-title .out-stock,
.compare-pro-detail .out-stock {
  color: #ffa5a5 !important;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box {
    width: 250px;
  }
  .compare-pro-img img {
    width: 100%;
  }
}
/* Terms */
.section-terms .desc {
  padding: 30px;
  border: 1px solid #d6e9ea;
  border-radius: 20px;
}
.section-terms .desc h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
.section-terms .desc p {
  font-weight: 400;
}
.section-terms .desc .block:not(:last-child) {
  margin-bottom: 24px;
}

/* Track */
.section-track .track {
  padding: 30px;
  border: 1px solid #d6e9ea;
  border-radius: 30px;
}
.section-track .block-title {
  padding: 30px;
  background-color: #e9f8f9;
  border: 1px solid #d6e9ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
}
.section-track .block-title h6 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
.section-track .block-title p {
  font-size: 14px;
  font-weight: 400;
}
.section-track .bb-progress {
  margin: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-track .bb-progress li {
  width: calc(20% - 24px);
  margin: 12px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d6e9ea;
  border-radius: 30px;
  position: relative;
}
.section-track .bb-progress li .icon {
  margin-bottom: 5px;
}
.section-track .bb-progress li .icon i {
  font-size: 25px;
  color: #a5a8b1;
}
.section-track .bb-progress li .number {
  width: 30px;
  height: 30px;
  background-color: rgba(104, 110, 125, 0.4);
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
}
.section-track .bb-progress li .title {
  text-align: center;
  line-height: 22px;
  font-weight: 400;
  color: #a5a8b1;
}
.section-track .bb-progress li.active {
  border-color: #496973;
}
.section-track .bb-progress li.active .number {
  width: 35px;
  height: 35px;
  background-color: rgba(104, 110, 125, 0.9);
}
.section-track .bb-progress li.active .icon {
  margin-bottom: 5px;
}
.section-track .bb-progress li.active .icon i {
  color: #496973;
}
.section-track .bb-progress li.active .title {
  font-weight: 600;
  color: #496973;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .section-track .bb-progress li {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 480px) {
  .section-track .bb-progress li {
    width: 100%;
  }
  .section-track .track {
    padding: 15px;
  }
}
.user-section {
  padding: 0 25px;
  background-image: url("/assets/img/vendors/15.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
}

.user-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
}
.user-detail .v-detail {
  max-width: 500px;
  margin: 10px 30px;
}
.user-detail .v-detail p {
  color: #fff !important;
  margin-top: 15px;
}
.user-detail .v-detail h5 {
  color: #fff !important;
}

.margin-buttom {
  margin-bottom: 30px;
}

.detail img {
  width: 150px;
  height: 150px;
  border-radius: 5px 5px 0 0;
}

.p-30 {
  padding: 30px;
}

.bb-vender-about-block h5 {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 700;
  color: #496973;
}
.bb-vender-about-block p {
  color: #777;
  margin-bottom: 1rem;
}

.bb-vendor-detail-block h6 {
  margin-bottom: 15px;
  padding: 15px 15px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  color: #496973;
  border-bottom: 1px solid #d6e9ea;
}

.bb-sidebar-wrap:last-child {
  margin-bottom: 0;
}

.bb-sticky-sidebar {
  position: sticky !important;
  top: 30px;
}

.bb-vendor-block-items {
  padding: 0 15px;
}
.bb-vendor-block-items ul li:not(:last-child) {
  border-bottom: 1px solid #d6e9ea;
}
.bb-vendor-block-items ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 13px 0 10px 0;
}

.lab-contact-maps iframe {
  width: 100%;
  height: 250px;
  margin-bottom: -10px;
  border-radius: 20px;
}

@media (max-width: 575px) {
  .user-section {
    height: 400px;
  }
  .user-detail {
    margin: 15px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .v-detail {
    margin: 30px 0 0 0 !important;
  }
}
@media (min-width:340px) {
    .labContainer{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius:20px;
  /* height:300px; */
}
.labaddresstest{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius:20px;
  height:265px;
}

.bb-Labchoose-form{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius:20px;
  display: flex;
  text-align: center;
   height:350px;
}
.reactdatinputfield{
    width:270px;
    height: 45px;
  border: 1px solid #d6e9ea;
  font-size:17px;
  color:#496973;
}

}

@media (min-width:400px) {
  .reactdatinputfield{
    width:300px;
    height: 45px;
  border: 1px solid #d6e9ea;
  font-size:17px;
  color:#496973;
}
}

  @media (min-width:768px) {
.labContainer{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius:20px;
  /* height:240px; */
}
.labaddresstest{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius:20px;
   height:210px;;
}
.bb-Labchoose-form{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius:20px;
  display: flex;
  text-align: center;
   height:220px;
}
.reactdatinputfield{
    width:330px;
    height: 45px;
  border: 1px solid #d6e9ea;
  font-size:17px;
  color:#496973;
}

  }

  @media (min-width:961px) {

    .labContainer{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius:20px;
  /* height:240px; */
}
.labaddresstest{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius:20px;
  height:210px;
}
.bb-Labchoose-form{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius:20px;
  display: flex;
  text-align: center;
   height:245px;
}
.reactdatinputfield{
    width:430px;
    height: 45px;
  border: 1px solid #d6e9ea;
  font-size:17px;
  color:#496973;
}
  }
  @media (min-width:1281px) { 
   .labContainer{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
    background: #e9f8f9;
  border-radius:20px;
  /* height:250px; */
}
.labaddresstest{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius:20px;
  height:210px;
}
.bb-Labchoose-form{
  border: 1px solid #00768c;
  /* background:#dffcfbff; */
  background: #e9f8f9;
  border-radius:20px;
  display: flex;
  text-align: center;
   height:220px;
}
.reactdatinputfield{
    width:580px;
    height: 45px;
  border: 1px solid #d6e9ea;
  font-size:17px;
  color:#496973;
}
  }

.react-datepicker__year-option:first-of-type {
  background-color:  #a5a8b1 !important;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'><path d='M7 14l5-5 5 5H7z'/></svg>");
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: 16px 16px;
  text-align: center;                 
  padding-left: 0;                    
  height: 32px;                       
  line-height: 32px;  
}

.react-datepicker__year-option:last-of-type{
  background-color: #a5a8b1 !important;
 background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'><path d='M7 14l5-5 5 5H7z'/></svg>");
  background-repeat: no-repeat;
  background-position: center center; 
 transform: rotate(180deg);
  background-size: 16px 16px;
  text-align: center;                 
  padding-left: 0;                    
  height: 32px;                       
  line-height: 32px; 
}

.slider-container {
  position: relative;
  width: 500px;
  height: 120px;
  overflow: hidden;
  /* border: 1px solid black; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-image {
  width: 20%; /* makes image smaller */
  height: auto; /* keeps aspect ratio */
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  padding-bottom: 10px;
}

.fade-in {
  opacity: 1;
}

.fade-out {
  opacity: 0;
}
.pageopacity {
      /* opacity: 0.7; */
      opacity: 0.1;
       /* background-color: rgba(0, 0, 0, 0.25); */
}

.iframeStyles{
  width: 500px;
  height: 320px;
  border: none
}

.tab-viewpayment{
  display: block !important;
}
.paymentcardcontainer{
  margin-top: 5px;
}
.Paymentheading{
  font-size: 20px ;
  font-weight: bold;
}
.Paymentparagrah{
  font-size: 17px;
   /* font-weight: bold; */
}
.stepperConatiner{
  display: block !important;
}

.paymentcard {
  display: 'flex';
  justify-content: 'center';
  padding: 100px 0;

} 
.paymentcarddonecontainer{
  border: 1px solid #00768c;
  border-radius: 25% 10%;
  height:400px;
  width: 500px;
  background: rgba(239, 249, 253, 1)
} 


.stepper {
  display: flex;
  align-items: center;
}

.step {
  display: flex;
  align-items: center;
  color: #9ca3af; /* Gray-400 */
}

.step .circle {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280; 
  font-weight: bold;
}

.step .title {
  margin-left: 0.5rem;
 color: #00866e;
 font-weight: bold;

}

.step .line {
  height: 0.25rem;
  width: 3rem;
  margin: 0 0.5rem;
  background-color: #d1d5db; 
}

.step.completed {
  color: #00768c; 
}

.step.completed .circle {
  background-color: #00768c;
  color: white;
   width:80px;
   height:60px
}

.step .no-circle {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280; 
  font-weight: bold;
}

.step.completed .no-circle {
  background-color: #d3d3d3;
  color: white;
   width:60px;
   height:60px
}

.step .no-title {
  margin-left: 0.5rem;
 color: #00768c;
 font-weight: bold;
}






.testinvoice{
  font-size: 17px;
  text-align: center;
  color: #00866e;
}

.close-btncontainer {
  position: absolute;
  bottom: 10px;
  right: 0;
  margin-right: 10px;
}


.bb-btn-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  background: #00768c;
  color: #fff !important;
  border-radius: 10px;
  border: 1px solid #00768c;
  letter-spacing: 0.1rem;
}

.line-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* The full length of the line */
  height: 100%;
  background-color: #00768c; /* Color of the line */
  transform: translateX(-100%); /* Start off-screen to the left */
  animation: drawLine 2s linear forwards; /* Apply the animation */
}

.no-line-container {
  position: relative;
  width: 0px; /* Or adjust as needed */
  height: 2px; /* Set height for visibility */
  background-color: transparent; /* Or a background for the container */
  overflow: hidden; /* To hide the line before it appears */
}

.line-container {
  position: relative;
  width: 290px; /* Or adjust as needed */
  height: 2px; /* Set height for visibility */
  background-color: transparent; /* Or a background for the container */
  overflow: hidden; /* To hide the line before it appears */
}


.no-line-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* The full length of the line */
  height: 100%;
  background-color: white; /* Color of the line */
  transform: translateX(-100%); /* Start off-screen to the left */
  animation: drawLine 2s linear forwards; /* Apply the animation */
}

@keyframes drawLine {
  0% {
    transform: translateX(-100%); /* Start completely off-screen */
  }
  100% {
    transform: translateX(0); /* End at its natural position, fully drawn */
  }
}

@media only screen and (min-width:320px) {
  .no-ordersImage {
    width: 300px;
    height: 170px
  }

  .no-ordersText {
    color: #ff0000;
    font-size: 20px;
    font-weight: bold
  }

  .no-ordersConatiner {
    margin-top: 30px;
  }

  .tab-viewpayment {
    display: none !important;
  }

  .stepperConatiner {
    display: none !important;
  }

  .Paymentheading {
    font-size: 15px;
    font-weight: bold;
     line-height: 1.5;
  }

  .paymentcardcontainer {
    margin-top: 0px;
  }

  .Paymentparagrah {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
    /* font-weight: bold; */
  }

  .iframeStyles {
    width: 350px;
    height: 320px;
    border: none
  }

.testingCategoryHeading{
  display: none;
  justify-content: none;
}

.cart-checkout{
   transition: all 0.3s ease-in-out;
  /* padding: 8px 20px; */
  font-size: 13px;
  font-weight: 400;
  background: #00866e;
  color: #fff !important;
  border-radius: 40px;
  border: 1px solid #00768c;
  width:150px;
  height:40px;
  cursor: pointer;
}


}

@media only screen and (min-width:300px) {
.paymentcarddonecontainer{
  border: 1px solid #00768c;
  border-radius: 25% 10%; 
  height:300px;
  width: 320px;
  background: rgba(239, 249, 253, 1)
}

.paymentcard {
  display: 'flex';
  justify-content: 'center';
  padding: 50px 0;

}

}

@media only screen and (min-width:400px) {
.paymentcarddonecontainer{
  border: 1px solid #00768c;
  border-radius: 25% 10%; 
  height:300px;
  width: 350px;
  background: rgba(239, 249, 253, 1)
}

.paymentcard {
  display: 'flex';
  justify-content: 'center';
  padding: 50px 0;

}
.cart-checkout{
   transition: all 0.3s ease-in-out;
  /* padding: 8px 20px; */
  font-size: 13px;
  font-weight: 400;
  background: #00866e;
  color: #fff !important;
  border-radius: 40px;
  border: 1px solid #00768c;
  width:150px;
  height:40px;
  cursor: pointer;
}

}

@media (min-width:600px) {

.cart-checkout{
   transition: all 0.3s ease-in-out;
  /* padding: 8px 20px; */
  font-size: 13px;
  font-weight: 400;
  background: #00866e;
  color: #fff !important;
  border-radius: 40px;
  border: 1px solid #00768c;
  width:200px;
  height:40px;
  cursor: pointer;
}

 .line-container {
  position: relative;
  width: 70px; /* Or adjust as needed */
  height: 2px; /* Set height for visibility */
  background-color: transparent; /* Or a background for the container */
  overflow: hidden; /* To hide the line before it appears */
}

.line-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* The full length of the line */
  height: 100%;
  background-color: #00768c; /* Color of the line */
  transform: translateX(-100%); /* Start off-screen to the left */
  animation: drawLine 2s linear forwards; /* Apply the animation */
}

@keyframes drawLine {
  0% {
    transform: translateX(-100%); /* Start completely off-screen */
  }
  100% {
    transform: translateX(0); /* End at its natural position, fully drawn */
  }
}


.no-line-container {
  position: relative;
  width: 0px; /* Or adjust as needed */
  height: 2px; /* Set height for visibility */
  background-color: transparent; /* Or a background for the container */
  overflow: hidden; /* To hide the line before it appears */
}

  .iframeStyles {
    width: 500px;
    height: 320px;
    border: none
  }

  .tab-viewpayment {
    display: none;
  }

  .no-ordersImage {
    width: 550px;
    height: 300px
  }

  .no-ordersText {
    color: #ff0000;
    font-size: 30px;
    font-weight: bold
  }

  .no-ordersConatiner {
    margin-top: 0px;
  }

  .paymentcardcontainer {
    margin-top: 0px;
  }

  .Paymentheading {
    font-size: 20px;
    font-weight: bold;
  }

  .Paymentparagrah {
    font-size: 17px;
    /* font-weight: bold; */
  }

  .stepperConatiner {
    display: block !important;
  }
.paymentcard {
  display: 'flex';
  justify-content: 'center';
  padding: 100px 0;

}

.paymentcarddonecontainer {
  border: 1px solid #00768c;
  border-radius: 25% 10%;
  height: 400px;
  width: 500px;
  background: rgba(239, 249, 253, 1)
}

}

@media (min-width:900px) {

   .line-container {
  position: relative;
  width: 70px; /* Or adjust as needed */
  height: 2px; /* Set height for visibility */
  background-color: transparent; /* Or a background for the container */
  overflow: hidden; /* To hide the line before it appears */
  margin-left: 20px;
}

.line-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* The full length of the line */
  height: 100%;
  background-color: #00768c; /* Color of the line */
  transform: translateX(-100%); /* Start off-screen to the left */
  animation: drawLine 2s linear forwards; /* Apply the animation */
}

@keyframes drawLine {
  0% {
    transform: translateX(-100%); /* Start completely off-screen */
  }
  100% {
    transform: translateX(0); /* End at its natural position, fully drawn */
  }

  
}

.cart-checkout{
   transition: all 0.3s ease-in-out;
  /* padding: 8px 20px; */
  font-size: 15px;
  font-weight: 400;
  background: #00866e;
  color: #fff !important;
  border-radius: 40px;
  border: 1px solid #00768c;
  width:200px;
  height:40px;
  cursor: pointer;
}


.no-line-container {
  position: relative;
  width: 0px; /* Or adjust as needed */
  height: 2px; /* Set height for visibility */
  background-color: transparent; /* Or a background for the container */
  overflow: hidden; /* To hide the line before it appears */
}
  .tab-viewpayment {
    display: none !important;
  }

 

  .paymentcardcontainer {
    margin-top: 0px;
  }

  .Paymentheading {
    font-size: 20px;
    font-weight: bold;
  }

  .Paymentparagrah {
    font-size: 17px;
    /* font-weight: bold; */
  }

  .stepperConatiner {
    display: block !important;
  }
  .paymentcard {
  display: 'flex';
  justify-content: 'center';
  padding: 100px 0;

} 
.paymentcarddonecontainer{
  border: 1px solid #00768c;
  border-radius: 25% 10%;
  height:400px;
  width: 500px;
  background: rgba(239, 249, 253, 1)
} 

}

@media (min-width:1281px) {

   .line-container {
  position: relative;
  width: 70px; /* Or adjust as needed */
  height: 2px; /* Set height for visibility */
  background-color: transparent; /* Or a background for the container */
  overflow: hidden; /* To hide the line before it appears */
  margin-left: 0px;
}

.no-line-container {
  position: relative;
  width: 0px; /* Or adjust as needed */
  height: 2px; /* Set height for visibility */
  background-color: transparent; /* Or a background for the container */
  overflow: hidden; /* To hide the line before it appears */
}
  .tab-viewpayment {
    display: block !important;
  }



  .paymentcardcontainer {
    margin-top: 5px;
  }

  .Paymentheading {
    font-size: 20px;
    font-weight: bold;
  }

  .Paymentparagrah {
    font-size: 17px;
    /* font-weight: bold; */
  }

  .stepperConatiner {
    display: block !important;
  }
  .paymentcard {
  display: 'flex';
  justify-content: 'center';
  padding: 100px 0;

} 
.paymentcarddonecontainer{
  border: 1px solid #00768c;
  border-radius: 25% 10%;
  height:400px;
  width: 500px;
  background: rgba(239, 249, 253, 1)
} 
.cart-checkout{
   transition: all 0.3s ease-in-out;
  /* padding: 8px 20px; */
  font-size: 15px;
  font-weight: 400;
  background: #00866e;
  color: #fff !important;
  border-radius: 40px;
  border: 1px solid #00768c;
  width:200px;
  height:40px;
  cursor: pointer;
}
}

/* @media screen and (min-width: 1281px) and (orientation: landscape) {

  
} */

@media screen and (min-width: 600px) and (min-width: 900px) and (orientation: landscape) {
   .line-container {
  position: relative;
  width: 130px; /* Or adjust as needed */
  height: 2px; /* Set height for visibility */
  background-color: transparent; /* Or a background for the container */
  overflow: hidden; /* To hide the line before it appears */
  /* margin-left: 5px; */
}

.cart-checkout{
   transition: all 0.3s ease-in-out;
  /* padding: 8px 20px; */
  font-size: 15px;
  font-weight: 400;
  background: #00866e;
  color: #fff !important;
  border-radius: 40px;
  border: 1px solid #00768c;
  width:200px;
  height:40px;
  cursor: pointer;
}

.line-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* The full length of the line */
  height: 100%;
  background-color: #00768c; /* Color of the line */
  transform: translateX(-100%); /* Start off-screen to the left */
  animation: drawLine 2s linear forwards; /* Apply the animation */
}

@keyframes drawLine {
  0% {
    transform: translateX(-100%); /* Start completely off-screen */
  }
  100% {
    transform: translateX(0); /* End at its natural position, fully drawn */
  }
}

.cart-checkout{
   transition: all 0.3s ease-in-out;
  /* padding: 8px 20px; */
  font-size: 15px;
  font-weight: 400;
  background: #00866e;
  color: #fff !important;
  border-radius: 40px;
  border: 1px solid #00768c;
  width:150px;
  height:40px;
  cursor: pointer;
}

 }

 
@media screen and (min-width: 1366px) and (orientation: landscape) {


   .line-container {
  position: relative;
  width: 260px; /* Or adjust as needed */
  height: 2px; /* Set height for visibility */
  background-color: transparent; /* Or a background for the container */
  overflow: hidden; /* To hide the line before it appears */

}

.cart-checkout{
   transition: all 0.3s ease-in-out;
  /* padding: 8px 20px; */
  font-size: 15px;
  font-weight: 400;
  background: #00866e;
  color: #fff !important;
  border-radius: 40px;
  border: 1px solid #00768c;
  width:200px;
  height:40px;
  cursor: pointer;
}


.line-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* The full length of the line */
  height: 100%;
  background-color: #00768c; /* Color of the line */
  transform: translateX(-100%); /* Start off-screen to the left */
  animation: drawLine 2s linear forwards; /* Apply the animation */
}

@keyframes drawLine {
  0% {
    transform: translateX(-100%); /* Start completely off-screen */
  }
  100% {
    transform: translateX(0); /* End at its natural position, fully drawn */
  }
}

.step.completed .circle {
  background-color: #00768c;
  color: white;
   width:60px;
   height:60px
}

.step .title {
  margin-left: 0.5rem;
 color: #00866e;
 font-weight: bold;
 width:90px
}

 }


.list {
  position: relative;
}
.list h2 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.list ul {
  position: relative;
}
.list ul li {
  position: relative;
  left: 0;
   color: #00768c; 
  list-style: none;
  /* margin: 4px 0; */
  border-left: 3px solid #00866e;
  transition: 0.5s;
  cursor: pointer;
  background-color: #e9f8f9;
  padding-left: 5px;
  font-size: 13px;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  /* border: none; */
}
.list ul li:hover {
  left: 10px;
}
.list ul li span {
  position: relative;
  padding: 8px;
  padding-left: 12px;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}
.suggestioncaption{
  /* font-size: 13;
    color: #00768c;
    margin: 0;
    padding: 0;
    text-wrap: wrap;
    white-space: normal; */
    display: flex;
    justify-content: space-between;
}
/* .list ul li:hover span {
  color: #111;
}
.list ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f50057;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}
.list ul li:hover:before {
  transform: scaleX(1);
} */

.suggestion{
  border-left: 3px solid #00866e;
  transition: 0.5s;
  cursor: pointer;
  /* background-color: #e9f8f9; */
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
   padding-left: 5px;
}
.panelelement {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panelpriceelement {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cartconatiner{
  border-left: 3px solid #00866e;
  transition: 0.5s;
  cursor: pointer;
  background-color: #e9f8f9;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
   padding-left: 5px;
   margin-left: 10px;
   margin-right: 10px;
}
.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* .horizontal-line {
  width: 100%;
    height: 2px;
    background-color: #00866e;
    margin: 15px 0;
} */

.items-paper-box{
  /* height: 150px;  */
    /* width: 100%; */
  /* max-width: 400px; */
  /* overflow-y: auto; 
  overflow-x: hidden; */
  padding-left:3px ;
}
.items-container{
   border-radius: 10px;
   margin-top: 10px;
   /* border: 1px solid #00866e; */
}
.bb-itemlist-box{
   width: 100%;
  max-width: 600px;
  padding: 24px;
  position: fixed;
  left: 70%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color:rgba(239, 249, 253, 1) ;
  /* background-color: #e9f8f9; */
  
  display: none;
  z-index: 25;
  text-align: center;
  border-radius: 15px;
  /* overflow: hidden; */
  
}
.btn-item {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 13px;
  /* font-weight: 13px; */
  background: #f80419;
  color: #fff !important;
  border: 1px solid #ee0a16;
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
}

.btn-cartitem {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 13px;
  /* font-weight: 13px; */
  background: #f80419;
  color: #fff !important;
  border: 1px solid #ee0a16;
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
}


.btn-additem {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 12px;
  /* font-weight: 13px; */
  background: #00768c;
  color: #fff !important;
  border: 1px solid #00768c;
  height:29px;
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
}
.btn-paneladditem{
    /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 14px;
  /* width:43px; */
  /* font-weight: 13px; */
  background: #00768c;
  color: #fff !important;
  border: 1px solid #00768c;
  height:auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
   white-space: 1px;
  /* padding-bottom: 5px; */
  /* padding-bottom: 15px; */
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
}
/* .testselectcommon{
    border: 1px solid #e9f8f9;

  background: #e9f8f9;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: none;
  color: #00768c;

} */
.bb-common-box {
  padding: 30px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #00768c;
  background-color: #dceaf7;
  cursor: pointer;
}
.bb-common-box .common-sub-contact h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  /* color: #001f29; */
  color:#00768c !important;
  text-transform: capitalize;
}
.testcategoryname {
  font-size: 13px;
  color:'#00768c'
}
.btn-qtyitem {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 13px;
  /* font-weight: 13px; */
  background: #00768c;
  color: #fff !important;
  border: 1px solid #00768c;
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
}
.btn-additem {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 13px;
  height: 35px;
  /* font-weight: 13px; */
  background: #00768c;
  color: #fff !important;
  border: 1px solid #00768c;
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
}
.dropdown-container {
  position: relative; /* For positioning the absolute child */
  display: inline-block;
}

.dropdown-content {
  display: none; /* Hidden by default */
  position: absolute; /* Position it relative to the parent */
  background-color: #f9f9f9;
  /* min-width: 200px; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1; /* Ensure it's on top of other content */
  margin-left: -100px;
}

/* Show the dropdown menu on hover */
.dropdown-container:hover .dropdown-content {
  display: block;
}
.helplab{
   padding-right: 30px;
    text-align: left;
}

.horizontal-line {
  border-top: 1px solid #00866e; /* Create a top border */
  height:10px;
  width: 120%; /* Make it span the full width */
  margin-top: 10px; /* Add some space above */
  margin-bottom: 10px; /* Add some space below */
}
.bb-footer-paragarph{
  font-size: 14px;
}
.bb-footer-paragarph:hover {
   color: #00866e;
}
.panelitem-circle {
  width: 27px;
  height: 27px;
  /* background-color: #3498db; */
  background-color: #0d6efd;
  border-radius: 50%;
  /* border: 2px solid #2980b9; */
  border: 1.5px solid #00866e;
  margin-left: -15px;
  margin-bottom: -10px;
position: relative;
}
.btn-back {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 15px;
  /* font-weight: 13px; */
  background: #00768c;
  color: #fff !important;
  border: 1px solid #00768c;
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


.btn-test {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 15px;
  /* font-weight: 13px; */
  background: #00768c;
  color: #fff !important;
  border: 1px solid #00768c;
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.btn-viewpanel {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 14px;
  /* font-weight: 13px; */
  /* background: #00768c; */
  color: #181C14 !important;
  /* border: 1px solid #00768c; */
   background: none !important;
   background: transparent;
   border:none;
   text-decoration: underline;
   /* font-family: 'quicksand'; */
   letter-spacing:1px;
   font-weight: 500;
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
   /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.btn-viewpanel:hover{
   /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 14px;
  /* font-weight: 13px; */
  /* background: #00768c; */
  color: #00866e !important;
  /* border: 1px solid #00768c; */
   background: none !important;
   background: transparent;
   border:none;
   text-decoration: underline;
     /* font-family: 'quicksand'; */
   letter-spacing:1px;
   font-weight: 500;
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
   /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.btn-viewmore {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 15px;
  /* font-weight: 13px; */
  /* background: #00768c; */
  color: #00768c !important;
  /* border: 1px solid #00768c; */
   background: none !important;
   background: transparent;
   border:none;
   text-decoration: underline;
   /* font-family: 'quicksand'; */
   letter-spacing:1px;
   font-weight: 500;
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
   /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.btn-viewmore:hover{
   /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 15px;
  /* font-weight: 13px; */
  /* background: #00768c; */
  color: #00866e !important;
  /* border: 1px solid #00768c; */
   background: none !important;
   background: transparent;
   border:none;
   text-decoration: underline;
     /* font-family: 'quicksand'; */
   letter-spacing:1px;
   font-weight: 500;
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
   /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}
.card-testheading {
   font-size: 15px;
    color: #181C14;
    font-weight: 500;
    padding-left: 25px;
}

.card-testpriceheading {
   font-size: 15px;
    color: #636364;
    font-weight: 500;
    padding-left: 25px;
}

.card-priceheading {
   font-size: 15px;
    color: #00768c;
    font-weight: 500;
    padding-left: 25px;
    font-weight:600
}

.card-heading{
  font-size: 18px;
   font-weight: 600;
}

.btn-successitem {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px; */
  font-size: 13px;
  /* font-weight: 13px; */
  background: #00866e;
  color: #fff !important;
  border: 1px solid #00866e;
  /* color: #fff !important;
  border-radius: 10px;
  border: 1px solid #ee0a16; */
}

 @keyframes blink {
   0% {
     opacity: 1;
     color: #FF7F50;
   }

   50% {
     opacity: 1;
     color: #FF7F50;
   }

   100% {
     opacity: 1;
      color: #008000;
   }
 }

 .blinking-text {
   /* text-align: center;
   margin-top: 20%; */
   font-size: 15px;
   color: #008000;
   animation: blink 1s infinite;
 }

 
 @keyframes priceblink {
   0% {
     opacity: 1;
     color: #FF7F50;
   }

   50% {
     opacity: 1;
     color: #FF7F50;
   }

   100% {
     opacity: 1;
      color: #181C14;
   }
 }
  .priceblinking-text {
   /* text-align: center;
   margin-top: 20%; */
   font-size: 15px;
   color: #181C14;
   animation: priceblink 1s infinite;
 }

  .test-list {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  /* border: 1px solid #ccc;
  background: #fff; */
  /* position: absolute;
  width: 100%; */
  z-index: 1000;
}

.pay-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  background: #635bff;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.pay-btn:hover {
  background: #00866e;
}

/* -------------------------------card style css ---------------------------------- */
.secure-payment-message {
  display: flex;
 justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 10px auto;
 padding: 8px 12px;
  /* border-radius: 16px; */
  /* background: linear-gradient(
    135deg,
    #eff6ff,
    #f8fafc
  ); */
  background: transparent !important;
  /* border: 1px solid #bfdbfe; */
  /* box-shadow:
    0 3px 10px rgba(37, 99, 235, 0.06); */
}
.secure-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #00768c;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
}

.secure-payment-message h5 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #001f29;
}

/* .secure-payment-message p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color:  #475569;
} */

/* MAIN FORM CONTAINER */

.debit-card-form {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #00445d;
  background: linear-gradient(
    145deg,
    #f8fafc,
    #eef2f7
  );

  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.8),
    inset 0 -1px 1px rgba(15, 23, 42, 0.05);

  position: relative;
  overflow: hidden;
}

/* TOP LIGHT EFFECT */

.debit-card-form::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
}

/* INPUT LABEL */

.input-group-custom label {
  display: block;

  margin-bottom: 10px;

  font-size: 15px;
  font-weight: 700;

  color: #001f29;
}

/* STRIPE INPUT */

.stripe-input {
  background: rgba(255, 255, 255, 0.7);

  border: 1.8px solid #dbe4f0;

  border-radius: 18px;

  padding: 18px 20px;

  backdrop-filter: blur(10px);

  transition: all 0.3s ease;

  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.8),
    0 2px 8px rgba(15, 23, 42, 0.04);
}

.stripe-input:hover {
  border-color: #94a3b8;
}

.stripe-input:focus-within {
  border-color: #00768c;

  background: #ffffff;

  box-shadow:
    0 0 0 4px rgba(37, 99, 235, 0.12),
    0 8px 20px rgba(37, 99, 235, 0.08);
}

/* EXPIRY + CVV ROW */

.card-row {
  display: flex;
  gap: 18px;

  margin-top: 18px;
}

.card-row .input-group-custom {
  flex: 1;
}

/* BUTTON */

.pay-btn {
  width: 100%;

  margin-top: 28px;

  border: none;
  border-radius: 18px;

  padding: 18px;

  font-size: 17px;
  font-weight: 700;

  color: white;

  background: linear-gradient(
    135deg,
    #00768c,
    #00445d
  );

  box-shadow:
    0 12px 24px rgba(37, 99, 235, 0.28),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);

  cursor: pointer;

  transition: all 0.3s ease;
}

.pay-btn:hover {
  transform: translateY(-2px);

  box-shadow:
    0 16px 28px rgba(37, 99, 235, 0.35);
}

/* SUCCESS / ERROR MESSAGE */

.payment-message {
  text-align: center;

  margin-top: 18px;

  font-size: 14px;
  font-weight: 600;

  color: #001f29;
}

.secure-cvv-input {
  position: relative;
}

.secure-cvv-input::after {
  content: "🔒";

  position: absolute;

  right: 16px;
  top: 50%;

  transform: translateY(-50%);

  font-size: 14px;

  opacity: 0.6;

  pointer-events: none;
}

/* MAIN PDF CARD */

.lab-order-pdf-card {
  width: 100%;
  margin: 20px auto;
  padding: 35px 40px;
  border-radius: 28px;
  border: 1.5px solid #00768c;
  background: linear-gradient(
    145deg,
    #f8fbff,
    #eef4ff
  );
  box-shadow:
    0 12px 30px rgba(37, 99, 235, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

/* PDF ICON AREA */

.pdf-icon-section {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pdf-icon-box {
  width: 90px;
  height: 90px;
  border-radius: 22px;
  background: white;
  border: 1px solid #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 6px 18px rgba(37, 99, 235, 0.08);
}

.pdf-icon-box i {
  font-size: 52px;
  color: #ef4444;
}

/* TEXT */

.pdf-details h4 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #001f29;
}

.pdf-details p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* BUTTON */

.view-pdf-btn {
  min-width: 220px;
  border: none;
  border-radius: 18px;
  padding: 18px 24px;
  background: linear-gradient(
    135deg,
    #00768c,
    #00445d
  );

  color: white;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow:
    0 10px 24px rgba(37, 99, 235, 0.25);
}
.view-pdf-btn:hover {
  transform: translateY(-2px);

  box-shadow:
    0 14px 28px rgba(37, 99, 235, 0.32);
}

/* MOBILE */

@media (max-width: 768px) {

  .lab-order-pdf-card {
    flex-direction: column;
    text-align: center;

    padding: 28px 20px;
  }
  .pdf-icon-section {
    flex-direction: column;
  }
  .view-pdf-btn {
    width: 100%;
  }
}

.blurred-page {
  filter: blur(4px);
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.3s ease;
  pointer-events: none;
}

.app-content {
  transition: all 0.3s ease;
}

.ldlzipcode{
  color: #00866e;
  font-weight: 700;
}
.close-icon {
  cursor: pointer;
  font-size: 24px;
  margin-top: -15px;
  margin-right: -15px;
  color: #FF2400;
}
.google-visualization-geochart {
  cursor: pointer;
}

.arrow-icon {
    font-size: 35px;
    color: #00768c;
    margin-left: -10px;
}
.aboutsubtext{
   color: #00768c
}
body.blurred-page,
.section-rest.blurred-page {
  overflow: hidden;
  height: 100vh;
}

.blurred-page {
  filter: blur(4px);
  opacity: 0.5;
  transform: scale(0.98);
  transition: all 0.3s ease;
  pointer-events: none;
   overflow: hidden;
}
.bb-passwordAlert-box{
width: 100%;
  max-width: 600px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color:rgba(239, 249, 253, 1) ;
  /* background-color: #e9f8f9; */
  
  display: none;
  z-index: 25;
  text-align: center;
  border-radius: 15px;
  /* overflow: hidden; */
  overflow-y: auto;
  /* height: 400px; */
}
.mail-icon {
  font-size: 24px;
  color: #00866e;
}
.privacyheding {
  font-size: 20px;
  font-weight: 700;
  color: #00768c;             
  text-decoration: underline;
  text-decoration-color: #00866e; 
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.privacy-policy-container {
  /* max-width: 1000px; */
   width: calc(90% - 70px);
  /* margin: 10px auto;
  padding: 10px; */
  margin-left: 20px;
  padding-left: 20px; 
  background: none !important;
  /* border-radius: 12px; */
  /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); */
}

.privacy-policy-container h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
  text-align: center;
}

.privacy-policy-container h6 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #00768c;
    padding-left: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.privacy-policy-container h6::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: -6px; 
    width: 100%;
    height: 2px;
    background: #008000;
}

.privacy-policy-container p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
  padding-left: 15px;
  text-align: justify;
}

.privacy-policy-container .row {
  margin-bottom: 25px;
}

.user-agreement {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.user-agreement ul {
    margin: 0;
    padding-left: 20px;
     list-style-type: disc;
}

.user-agreement li {
    margin-bottom: 8px;
}
.agreement-divider{
  border-top: 2px solid #008000;
}

@media (max-width: 768px) {
  .privacy-policy-container {
    padding: 20px;
    margin: 20px 15px;
  }

  .privacy-policy-container h2 {
    font-size: 26px;
  }

  .privacy-policy-container h6 {
    font-size: 18px;
  }

  .privacy-policy-container p {
    font-size: 14px;
  }
}

.btn-pay {
   font-size: 17px;
  /* font-weight: 13px; */
  background: #D22B2B;
  color: #fff !important;
  border: 1px solid #ffff;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.btn-pay:hover {
  background-color: #b02020;
   border: 1px solid #ffff;
}

.buttonlab-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}
