@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://code.ionicframework.com/ionicons/2.0.1/css.min.css');

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;


}

/* @media (min-width: 1300px)
{
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1260px !important;
}
} */
:root {
  --white: #f8f8f8;
  --black: #010101;
  --green: #095e54;
  --orange: #eb460a;
  --lightGreen: #e0f6f1;
  --lightOrange: #f07104;
  --lightBlue: #e0eff6;
  --yellow: #ffc107;
  --sectionPadding: 20px 0px;
  --font1: 'Playfair Display', serif;
  --font2: 'Open Sans', sans-serif;
}

body,
html {
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Optima' !important;
  src: url('/library/optima-cufonfonts/Optima\ Medium.ttf');
}

.foptima {
  font-family: 'Optima' !important;
}

section {
  /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 0 !important; */
  padding: 0px 0px 50px 0px !important;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
  outline: none;
  box-shadow: none;
}

/* for center */
.c-d-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.d-content {
  display: flex;
  align-items: center;
  justify-content: center;
}



/* font family classes*/
.f-playfair {
  font-family: 'Playfair Display', serif !important;
}

.f-opensans {
  font-family: 'Open Sans', sans-serif !important;
}

.f-inter {
  font-family: "Inter", sans-serif !important;
}

/* colors classes */

.c-green {
  color: #095e54 !important;
}

.socialIcons {
  color: #095e54 !important;
}

.socialIcons:hover {
  color: #ea4c62 !important;
}

.socialIconsFb {
  color: #095e54 !important;
}

.socialIconsFb:hover {
  color: #4267B2 !important;
}

.socialIconsTwitter {
  color: #095e54 !important;
}

.socialIconsTwitter:hover {
  color: #000 !important;
}

/* .c-orange {
    color: #ea4c62;
} */

.c-l-blue {
  color: #e0eff6;
}

.bg-green {
  background-color: #095e54;
}

.bg-dark-g {
  background-color: #07484A;
}

.bg-lg {
  background-color: #e0f6f1;
}

.bg-f-lg {
  background-color: #e3e3e3;
}

.bg-l-blue {
  background-color: #e0eff6;
}

.bg-whatsapp {
  background-color: #25d366;
  box-shadow: 2px 2px 3px #999;
}

.c-lg {
  color: #e0f6f1;
}

.c-bg-lg {
  color: #caf3e5;
}

.c-orange {
  color: #f17903 !important;
}

.c-black {
  color: #000;
}

.c-lo {
  color: #f17b09;
}

.c-red {
  color: #e6380c;
}

.c-white {
  color: #fff;
}

.c-g-dark {
  color: #07484A !important;
}

.c-grey {
  color: #898989;
}

/* font weight */
.Fw-400 {
  font-weight: 400 !important;
}

.Fw-500 {
  font-weight: 500 !important;
}

.Fw-600 {
  font-weight: 600 !important;
}

.Fw-700 {
  font-weight: 700 !important;
}

/* font size classes */

.fs-10px {
  font-size: 10px;
}

.fs-12px {
  font-size: 12px;
}

.fs-14px {
  font-size: 14px;
}

.fs-15px {
  font-size: 15px;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-18px {
  font-size: 18px;
}

.fs-20px {
  font-size: 20px;
}

.fs-22px {
  font-size: 22px;
}

.fs-24px {
  font-size: 24px;
}

.fs-28px {
  font-size: 28px;
}

.fs-30px {
  font-size: 30px;
}

.fs-32px {
  font-size: 32px;
}

.fs-36px {
  font-size: 36px;
}

.fs-44px {
  font-size: 44px;
}

.fs-48px {
  font-size: 48px;
}

.fs-64px {
  font-size: 64px;
}

.page-header {
  font-size: 2rem;
}

.section-header {
  font-size: 1.625rem;
}

.group-header {
  font-size: 1.125rem;
}

.group-content {
  font-size: 1rem;
}

.text-justify {
  text-align: justify;
}

.t-justify {
  text-align: justify;
}

.t-left-p {
  text-align: left;
}

.cover {
  object-fit: cover;
}

.content-align {
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* :first-of-type css selector */

.cart-icon a>span:first-of-type {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  background-color: #090909;
  top: 12px;
  right: -6px;
  line-height: 15px;
}


/* btn */

.sliderbtn {
  /* width: 220px;
    height: 56px; */
  width: fit-content;
  height: auto;
  padding: 10px 15px !important;
  display: flex;
  align-items: center;
  justify-content: center !important;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid #095e54 !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #095e54 !important;
  background-color: #fff !important;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important; */
}

.sliderbtn:hover {
  background: #095e54 !important;
  color: #fff !important;
  border: 1px solid #095e54 !important;
  outline: none !important;
  transition: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Orange btn */
.orangeBtn {
  width: 200px;
  height: 50px;
  margin: auto;
  display: flex;
  justify-content: center !important;
  align-items: center;
  text-align: center;
  border: 2px solid #f07104;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  background-color: #fff;
  transition: 0.5s;
  animation: appear 0.3s both;
}

.orangeBtn:hover {
  background: #f07104;
  color: #fff;
  border: 2px solid #f07104;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


/* login btn */

.btnLogin-popup {
  width: 90%;
  /* height: 50px; */
  padding: 0.6rem 1rem;
  margin: auto;
  /* display: flex;
  justify-content: center !important;
  align-items: center; */
  text-align: center;
  border: 2px solid #07484A;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #07484A;
  background-color: #fff;
  transition: 0.5s;
  animation: appear 0.3s both;
}

.btnLogin-popup:hover {
  background: #07484A;
  color: #fff;
  border: 2px solid #07484A;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


/*  */

.greenbtn {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center !important;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  color: #fff !important;
  background-color: #095e54;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important; */
}

.greenbtn:hover {
  background: #fff;
  color: #095e54 !important;
  border: 2px solid #095e54;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/*  */
.page-content-wrapper {
  margin-top: 40px;
  /* margin-bottom: 50px; */
  padding-left: 0;
  padding-right: 0;
}

/*  */
.mob-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.right-mobnav {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}

.navbar {
  /* padding-top: 0px !important; */
  /* padding-bottom: 0 !important; */
}

.nav-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  max-width: 173px;
  height: 75%;
  margin-right: 20px;
}

.getquotebtn {
  width: 100%;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center !important;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  color: #fff !important;
  background-color: #095e54;
}

.getquoteOrangebtn {
  width: 100%;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center !important;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  color: #000 !important;
  border: 2px solid #f07104;
  /* background-color: #f07104; */
}



.nav-img {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.nav-img img {
  /* height: 80%; */
  max-width: 100%;
  object-fit: contain;
  scale: 1;
}

.navbar>.mob-nav {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: end !important;
}

/* toggle, navbar css */

.nav-shadow {
  z-index: 2 !important;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px !important;
}

.navbar-toggler {
  border: none !important;
  outline: none;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}

/* for toggle */
.navbar-toggler-icon {
  width: 24px !important;
  height: 17px;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* for Cross */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url('/webassets/Img/cross-19.svg');
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.single-service-wrapper {
  .testclass {
    /* min-height: 350px; */
    max-height: 350px;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1rem;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 350px;

    img {
      object-fit: contain;
      max-width: 100%;
      height: auto;
    }
  }
}

/* for hover & active underline */
@media (max-width:2560px) and (min-width:1400px) {
  .nav-item a {
    color: #212121;
    display: block;
    padding: 0px 16px;
    text-decoration: none;
    font-size: 17px;
    border-bottom-width: 0px;
    border-bottom: 3px solid transparent;
    transition: all ease-in-out .4s;
  }
}

@media (max-width:1401px) and (min-width:989px) {
  .nav-item a {
    color: #212121;
    display: block;
    padding: 0px 16px;
    text-decoration: none;
    font-size: 14px;
    border-bottom-width: 0px;
    border-bottom: 3px solid transparent;
    transition: all ease-in-out .4s;
  }
}

.navbar-nav {
  padding: 10px 30px;
}

.navbar-light .navbar-nav .nav-link {
  color: #212121 !important;
}



/* dropdown css */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  top: 100%;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  margin: 0;
  background-color: #ddd;
  padding-left: 20px;
  transition: 0.5s ease;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 40px;
  right: auto;
  left: 50px;
  margin-top: 0;
  position: absolute;
  margin-left: 0.125rem;
}

/* .dropend .dropdown-menu[data-bs-popper] {
    position: absolute !important;
    left: 50px !important;
    top: 40px !important;
} */
/*  */



/*  */
.t-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* plug & play css */
.plug-play {
  width: 100%;
  margin: 0;
}

.plug h1 {
  font-size: 2.5rem;
  color: #095e54;
}

.plug-content {
  padding: 60px 50px 60px 50px;
  color: #095e54;
}

.plug-content ul {
  list-style: decimal;
}

.plug {
  min-height: 200px;
  height: 100%;
  object-fit: contain;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/webassets/Img/plug-play/p-img-1.png');
}

.plug-content-r {
  padding: 50px 0px;
  width: 98%;
  max-width: 430px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
}

.bg-plug-r {
  background-position: 50% 0 !important;
  background-repeat: no-repeat;
  background: url('/webassets/Img/newImg/Home/What\ is\ Plug\ &\ Play.jpg');
  min-height: 300px;
  background-size: cover !important;
}

.try-plug-r {
  background-position: 50% 0 !important;
  background-repeat: no-repeat;
  background: url('/webassets/Img/plug-play/p-img-2.jpg');
  min-height: 300px;
  background-size: cover !important;
}

.about-content-banner {
  background-position: 50% 0 !important;
  background-repeat: no-repeat;
  background: url('/webassets/Img/newImg/aboutus/About\ Us\ -\ Inspiring.jpg');
  min-height: 300px;
  background-size: cover !important;
}

.about-sec-p {
  background-position: 50% 0 !important;
  background-repeat: no-repeat;
  background: url('/webassets/Img/shop/shop-banner-img-1.png');
  min-height: 300px;
  background-size: cover !important;
}

.services-r {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/*  */

.first-c {
  display: flex;
  justify-content: left;
  align-items: center;
}

/* for newsletter */
.section-heading-space {
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: capitalize;
  /* font-size: 55px; */
}

.sec-heading-bottom {
  margin-bottom: 50px;
  /* font-size: 55px; */
}

.pp-slider-content {
  padding: 60px 10px 20px 20px;
}

.newsletter {
  min-height: 200px;
  height: 100%;
  object-fit: contain;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/webassets/Img/newImg/Home/About\ Us\ -\ Newsletter.jpg');
}


.newsletter-content {
  padding: 60px 100px 50px 80px;
  color: #095e54;
}

.about-content {
  padding: 30px 60px 30px 60px;
  color: #095e54;
}

.newsletter-search span {
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;
}

.newsletter-search input {
  background: #e0f6f1 !important;
  width: 95%;
  /* height: 55px; */
  border-radius: 10px;
  border: 1px solid var(--green) !important;
  /* text-indent: 15px; */
  box-shadow: none;
  padding: 0.6em 0.6em;
}

.newsletter-search input:active,
.newsletter input:focus {
  outline: none;
  border: none;
  color: #07484A;
}


/* plug & play css */

/* testimonial */

.testimonial h5 {
  margin-top: 90px;
  margin-bottom: 40px;
}

.testimonial .type-2 {
  margin-bottom: 100px;
}



/* style quiz */
.style-quiz-bg {
  background-image: url('/webassets/Img/plug-play/slider-img-1.jpg');
  height: 92vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.style-quiz {
  top: 50%;
  left: 15%;
  right: 15%;
  position: absolute;
  text-align: center;
}


.m-title {
  color: #fff;
  font-size: 26px;
  font-family: 'Playfair Display', serif !important;
  font-weight: 600px;
  text-align: center;
  line-height: 60px;
  background: #07484A;
  text-transform: capitalize;
}

/* modal input field css */
.container .m-title {
  color: #fff;
  font-size: 26px;
  font-family: 'Playfair Display', serif !important;
  font-weight: 600px;
  text-align: center;
  line-height: 60px;
  background: #07484A;
}


/*  */
.inputs input {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

@media (max-width:990px) {
  .inputs input {
    width: 40px;
    height: 40px;
    border-radius: 30px;
  }

  .mobh100 {
    height: 77vh;
  }

  .greenbtn {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    color: #fff !important;
    background-color: #095e54;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important; */
  }

  /* .container .d-content {
        padding: 0px 10px;
    } */
  /*
    .container form {
        padding: 0px;
    } */

  .single-service-wrapper {
    .testclass {
      flex-basis: 250px;
    }
  }
}

.verification h6 {
  color: #07484A;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif !important;
}

.verification a:hover {
  color: #07484A;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}

.content a {
  color: #07484A;
}

.form-control {
  border: 1px solid #07484A;
  color: #07484A !important;
  font-size: 17px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #07484A;
}

.validate button {
  font-family: 'Playfair Display', serif !important;
  background: #fff;
  border: 2px solid #095e54;
  color: #162938;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  margin: auto;
  display: flex;
  cursor: pointer;
}

/* modal css */

/* The Close Button */
.close {
  color: #f7913e;
  float: right;
  font-size: 28px;
  font-weight: 600;
  opacity: 1;
}

.close:hover,
.close:focus {
  opacity: 1;
  color: #f7913e;
  text-decoration: none;
  cursor: pointer;
}


.sideby {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 500px;
  height: calc(100% - 500px);
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  background-repeat: no-repeat;
}

.single-hero-slide .banner-text {
  top: 25%;
  left: 5%;
  right: 0% !important;
  position: absolute;
  z-index: 1;
  color: #fff;
}

/*  */
.shortbanner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 350px;
  height: calc(100% - 750px);
  background-position: center bottom;
  background-size: cover;
  background-size: contain;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-color: #d3d3d36b;
}

.shortbanner .banner-text {
  top: 25%;
  left: 5%;
  right: 5% !important;
  position: absolute;
  z-index: 1;
  color: #fff;
}

.c-white:hover {
  color: #fff;
}

.nav-pills .nav-link {
  border-radius: 0;
  color: #07484A;
  text-align: left;
  border-color: none !important;
  /* margin-bottom: 30px; */
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #07484A;
  color: #fff !important;
  border-color: none !important;
}

/* search bar 1 */
/* .search {
     background-color: #fff;
     padding: 4px;
     border-radius: 5px
 } */

.search-1 {
  position: relative;
  width: 100%
}

.search-1 input {
  height: 45px;
  border: 3px solid #CAF3E5;
  border-radius: 5px;
  padding-left: 50px;
  padding-right: 10px;
  background-color: #CAF3E5;
}

.search-1 input:focus {
  border-color: none;
  box-shadow: none;
  outline: none
}

.search-1 i {
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 24px;
  color: #6E757E;
}

::placeholder {
  color: #07484A;
  opacity: 1
}

/* ::placeholder {
    color: #6E757E;
    opacity: 1
} */

/* search 2 */
.search-2 {
  position: relative;
  width: 100%
}

.search-2 input {
  height: 45px;
  border: 3px solid #F0F0F0;
  border-radius: 5px;
  padding: 25px 10px 25px 50px;
  background-color: #F0F0F0;
}

.search-2 input:focus {
  border-color: none;
  box-shadow: none;
  outline: none
}

.search-2 i {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 20px;
  color: #6E757E;
}

/*  */
.t-banner-heading {
  margin-bottom: 40px;
  font-size: 52px;
}

.t-banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 220px;
  height: 50px;
  border: 1px solid #07484A;
  font-weight: 700;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #07484A !important;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.t-banner-btn:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 220px;
  height: 50px;
  border: 2px solid #ffff;
  font-weight: 700;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  color: #fff !important;
  background-color: #07484A;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* services */
.services img {
  margin-bottom: 20px;
}

.temprel {
  position: relative;
  width: 90%;
  height: 10px !important;
}

.fslider {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  position: absolute;
  height: 10px;
  background-color: #F07104;
}

.fdiv {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* align-items: center; */
  width: 100%;
}

.slider_btns {
  width: 10%;
  display: flex;
  justify-content: end;
  gap: 20px;
}

.slider_btns button {
  border: 0.5px solid #095e54;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.slider_btns button.btnleft {
  background-color: #fff;
  color: #095e54;
  font-weight: 400 !important;
}

.slider_btns button.btnright {
  background-color: #095e54;
  color: #fff;
  font-weight: 400 !important;
}

.slider-nav .slider-progress span.active {
  width: 100%;
}

.slider_btns button {
  border-radius: 40px;
  width: 50px;
  height: 50px;
}

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.fdiv .slick-arrow {
  display: none !important;
}

.btn-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
}

.banner-p {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*  */
.slider-nav1 .slider-progress span.active {
  width: 100%;
}

.slider_btns button {
  border-radius: 40px;
  width: 50px;
  height: 50px;
}

.slider-nav1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.temprel1 {
  position: relative;
  width: 100%;
  height: 10px !important;
}

.slider_btns1 {
  width: 30%;
  display: flex;
  justify-content: end;
  gap: 20px;
}

.slider_btns1 button {
  border-radius: 40px;
  width: 50px;
  height: 50px;
}

.slider_btns1 button {
  border: 0.5px solid #095e54;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.slider_btns1 button.btnleft1 {
  background-color: #fff;
  color: #095e54;
  font-weight: 400 !important;
}

.slider_btns1 button.btnright1 {
  background-color: #095e54;
  color: #fff;
  font-weight: 400 !important;
}

.how-it-works-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/webassets/Img/plug-play/p-img-3.jpg');
  min-height: 300px;
}

.c-d-left {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}




/* testimonial  */


.testimonial-con {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 10px;
}

.slider-testimonial {
  width: 95%;
  max-width: 1500px;
  justify-content: center;
  display: flex !important;
  align-items: center;
}

.testimonail {
  width: 100%;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.testimonal-text {
  font-family: var(--playfair);
  /* font-size: 1.4rem; */
  max-width: 900px;
  text-align: center;
  color: var(--green);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonal-img {
  width: 100%;
  max-width: 1200px;
}

.test-img {

  border-radius: 10px;


}

.slider-nav4 {
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  max-width: 1200px;
  align-items: center;
  gap: 20px;
}

.slide-3 {
  width: 100% !important;
}

.acc-text {
  text-align: left;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent !important;
  box-shadow: none !important;
}

/*  */

.detail-tab {
  max-height: 400px;
  overflow-y: auto;
  /* Changed from 'scroll' to 'auto' */
  scroll-behavior: smooth;
}

.detail-tab::-webkit-scrollbar {
  width: 4px;
}

.detail-tab::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.detail-tab::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}




/*  */
/* .wizard-s {
    height: 100vh;
} */

/* my theme */

/*  */

.sel-img ul::-webkit-scrollbar {
  width: 4px;
}

.sel-img ul::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.sel-img ul::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}

.sale-price {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #095e54;
}

.pro-price {
  padding: 0 7px;
  text-decoration: line-through;
  color: #f17903;
}

.p-specification h6 {
  color: var(--green);
  font-weight: 700;
  font-family: var(--font1);
  font-size: 42px;
}

.ratings i {
  color: #F79520;
  font-size: 24px;
}

.ratings span {
  color: var(--green);
  font-size: 18px;
  font-weight: 600;
}

/*  */

.text-horizontal-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: var(--green);
}

/*  */
.counter1 {
  /* width: 40px; */
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 100%;
}

.counter1 input {
  width: 25px;
  border: 0;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  color: #095e54;
  border-radius: 5px;
  border: 1px solid #ced4da;
  appearance: none;
  outline: 0;
}

.counter1 {

  button,
  input {
    height: 100%;
    width: 100%;
    min-width: 20px;
    max-width: 35px;
  }
}

/* MEDIA FOR 768PX */

@media (max-width: 768px) {
  .counter1 input {
    width: 20px;
    border: 0;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #095e54;
    border-radius: 5px;
    border: 1px solid #ced4da;
    appearance: none;
    outline: 0;
  }
}

.counter1 .down {
  display: block;
  font-size: 15px;
  padding: 0 7px;
  cursor: pointer;
  color: #fff;
  background: #095e54;
  border-radius: 5px;
  user-select: none;
  outline: none;
  border: none;
}

.counter1 .up {
  display: block;
  font-size: 15px;
  padding: 0 7px;
  cursor: pointer;
  color: #fff;
  background: #095e54;
  border-radius: 5px;
  user-select: none;
  outline: none;
  border: none;
}


@media (max-width:2560px) and (min-width:989px) {
  .xzoom-gallery {
    margin-top: 30px;
    margin-left: 0px !important;
    z-index: 1;
    height: 100px !important;
    width: 100%;
    object-fit: contain;
    background-color: #d3d3d36b;
  }

  .qwidth {
    width: 60%;
  }

  .serviceImg {
    width: 300px;
  }

  .proDetailName {
    -webkit-line-clamp: 3 !important;
    height: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
  }
}

@media (max-width:990px) {
  .xzoom-gallery {
    margin-top: 30px;
    margin-left: 0px !important;
    z-index: 1;
    height: 200px !important;
    height: 125px !important;
    width: 100%;
    object-fit: cover;
  }

  .qwidth {
    width: 100%;
  }

  .serviceImg {
    /* width: 300px; */
    scale: 0.7;
  }

  .proDetailName {
    -webkit-line-clamp: 2;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
  }
}

.xzoom-thumbs {
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  /* max-width: 700px;
    width: 100%; */
}

.xzoom {
  max-height: 500px;
}



.xzoom-main {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xzoom-main img {
  width: 100%;
}

/* Product detail css */

.pro-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

/*  */

.vendor-tabs {
  background-color: #ffffff;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.vendor-tabs .nav-tabs {
  border-bottom: 0;
}

.vendor-tabs .nav-link {
  margin-bottom: 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #e3e3e3;
  font-size: 14px;
  font-weight: 500;
}

.vendor-tabs .nav-item.show .nav-link,
.vendor-tabs .nav-link.active .hi {
  color: #020310;
  padding-bottom: 5px;
  text-decoration: none !important;
  /* border-bottom: 1px solid #000; */
}


.vendor-tabs .nav-tabs .nav-link.active {
  /* background-color: #f9f8f8; */
  border-bottom: 3px solid #e6380c;
}

.vendor-tabs .nav-tabs {
  border-bottom: 0;
  /* background-color: #f9f8f8; */
}

/* accordion */
.accordion-button {
  color: #07484A;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2307484A'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/*  */

#default {
  text-align: center;
  margin-top: 20px;
}

/*  */
.brows-img1 {
  padding: 0px 10px;
  border-radius: 20px;
}


.b-height {
  height: 6vh;
}

.card {
  border: 0 !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.150);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.150);
  border-radius: 6px;
}

.pro-bottom {
  /* bottom: 0;
    position: absolute;
    left: 0;
    right: 0; */
  background-color: var(--lightGreen);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.pro-bottom p {
  font-size: 1.2rem;
  color: #70908B;
  /* color: var(--green); */
  font-family: var(--font2);
  font-weight: 500;

}

.pro-bottom a {

  border-radius: 0px 0px 10px 10px;
}


/* color selection css */

.color-select {
  border: 1px solid #3E3E3E;
  border-radius: 5px;
  padding: 5px;
}

.color-select>span {
  /* text-transform: uppercase; */
  padding: 8px 0;
  display: block;
  cursor: pointer;
  color: #095e54;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--font2);
}

.color-select>span span {
  margin-top: -8px
}

.color-select ul {
  width: 100%;
  overflow: visible;
  padding: 0;
  border-top: 1px solid #3E3E3E;
  display: none;
}

.color-select ul:after {
  content: "";
  display: table;
  clear: both;
}

.color-select ul li,
.color-select>span span {
  list-style: none;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background: #fff;
  float: left;
  margin: 0 12px;
  cursor: pointer;
  position: relative;
  top: -3px;
  /* border: 0.5px solid black; */
}

.color-select ul li {
  margin-top: 25px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.color-select ul li span {
  display: none;
}

.color-select ul li:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}



.single-order-status {
  position: relative;
  z-index: 1;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.single-order-status:last-child {
  margin-bottom: 0;
}

.single-order-status .order-icon {
  margin-right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #e3e3e3;
  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: 50%;
  color: #fff;
  font-size: 1.25rem;
}

.single-order-status .order-text h6 {
  font-size: 16px;
  margin-bottom: 0.375rem;
  line-height: 1;
  color: #212121;
}

.single-order-status .order-text span {
  font-size: 14px;
  display: block;
  line-height: 1.5;
}

.single-order-status .order-status {
  margin-left: auto !important;
}

.single-order-status .order-status i {
  color: var(--green);
  font-size: 1.5rem;
}

.single-order-status .order-inprogress i {
  color: #e3e3e3;
  font-size: 1.5rem;
}

.single-order-status.active .order-icon {
  color: #ffffff;
  background-color: var(--green);
}

.single-order-status.active .order-text h6 {
  color: var(--green);
}

.single-order-status.active .order-status i {
  color: #07484A;
}

.my-order-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 62px;
}

.my-order-wrapper .card {
  border-radius: 1rem;
}

.my-order-wrapper .card::after {
  width: 2px;
  height: calc(100% - 3rem);
  border-right: 2px dashed #e3e3e3;
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 35px;
}

.track-line::after {
  width: 2px;
  height: 300px;
  border-right: 2px dashed #d0d0d0;
  content: "";
  position: absolute;
  top: 6rem;
  right: 27px;
  opacity: 0.4;
}

.refer-line::after {
  width: 2px;
  height: 200px;
  border-right: 2px dashed #eeb83c;
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 37px;
}


.pro-img-wish {
  float: right;
  position: absolute;
  right: 0px;
  padding: 10px;
}

.b-height {
  height: 50px;
}

/* .pro-bs {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} */

.pro-bs button {
  border-radius: 0px;
}

.remove-focus:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* rating and reviews */

.ratings-submit-form {
  position: relative;
  z-index: 1;
}

.ratings-submit-form textarea.form-control {
  height: 80px;
  font-size: 14px;
}

.ratings-submit-form .stars {
  background: url("/webassets/Img/stars.png") repeat-x 0 0;
  width: 150px;
}

.ratings-submit-form .stars:before,
.ratings-submit-form .stars:after {
  display: table;
  content: "";
}

.ratings-submit-form .stars:after {
  clear: both;
}

.ratings-submit-form .stars input[type=radio] {
  position: absolute;
  opacity: 0;
}

.ratings-submit-form .stars input[type=radio].star-5:checked~span {
  width: 100%;
}

.ratings-submit-form .stars input[type=radio].star-4:checked~span {
  width: 80%;
}

.ratings-submit-form .stars input[type=radio].star-3:checked~span {
  width: 60%;
}

.ratings-submit-form .stars input[type=radio].star-2:checked~span {
  width: 40%;
}

.ratings-submit-form .stars input[type=radio].star-1:checked~span {
  width: 20%;

}

.ratings-submit-form .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -99999rem;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent !important;
  cursor: pointer;
}

.ratings-submit-form .stars label:hover~span {
  background-position: 0 -30px;
}

.ratings-submit-form .stars label.star-5:hover~span {
  width: 100% !important;
}

.ratings-submit-form .stars label.star-4:hover~span {
  width: 80% !important;
}

.ratings-submit-form .stars label.star-3:hover~span {
  width: 60% !important;
}

.ratings-submit-form .stars label.star-2:hover~span {
  width: 40% !important;
}

.ratings-submit-form .stars label.star-1:hover~span {
  width: 20% !important;
}

.ratings-submit-form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("/webassets/Img/stars.png") repeat-x 0 -60px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

.single-user-review {
  border-bottom: 2px dashed #ebebeb;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.single-user-review:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-user-review .user-thumbnail {
  margin-top: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  /* width: 40px; */
  max-width: 40px;
  margin-right: 0.5rem;
}

.single-user-review .user-thumbnail img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  max-width: 45px;
  aspect-ratio: 1;
}

.single-user-review .rating-comment .rating {
  font-size: 14px;
  color: #F79520;
}

.single-user-review .rating-comment .rating i {
  margin-right: 1px;
}

.single-user-review .rating-comment .name-date {
  display: block;
  font-size: 12px;
}

.single-user-review .rating-comment .review-image {
  display: inline-block;
  margin-right: 0.5rem;
}

.single-user-review .rating-comment .review-image img {
  max-width: 50px;
}

.text-height2 {
  color: #212121;
  line-height: 18px;
  width: auto;
  height: 36px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.text-height3 {
  color: #212121;
  line-height: 18px;
  width: auto;
  height: 54px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

/* .text-height4 {
    color: #212121;
    line-height: 18px;
    width: auto;
    height: 54px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
} */

@media (max-width:990px) {
  .text-height4 {
    color: #212121;
    /* line-height: 18px; */
    width: auto;
    /* height: 72px; */
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }

}

/*  */

.b-shadow {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  /* box-shadow: 0px 3px 8px -3px rgba(1, 1, 1, 0.5) !important; */
}

/* breadcrumb css */
ul.breadcrumb {
  /* padding: 10px 16px; */
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  color: #747794;
}

ul.breadcrumb li+li:before {
  padding: 10px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  /* color: #0275d8; */
  color: #000;
  text-decoration: none;
}

.breadcrumb-item {
  text-transform: capitalize;
}

ul.breadcrumb li a:hover {
  color: #000;
  /* font-weight: 600; */
  /* text-decoration: underline; */
}


/*  */

.batch1 {
  background-color: #f17b09;
  color: white;
  font-size: 16px;
  line-height: 1;
  padding: 6px 8px;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: capitalize;
}

.batch2 {
  background-color: #07484A;
  color: white;
  font-size: 16px;
  line-height: 1;
  padding: 6px 8px;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: capitalize;
}

/*  */
.pro-anim {

  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.pro-anim:hover {
  transform: scale(.95);
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* slider anim */

.slider-anim {

  transition: all 0.5s ease-in-out;
}

.slider-anim:hover {
  position: relative;
  transform: scale(.99);
  -webkit-transform: scale(.99);
  -moz-transform: scale(.99);
  -ms-transform: scale(.99);
  -o-transform: scale(.99);
}

/* Image hotspot css */

/* .all-tooltip {
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;

}

.tooltip-content {
    position: absolute;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px #00000020;
    padding: 15px;
    border-radius: 8px;
    width: 90vw;
    max-width: 300px;
    opacity: 0;
    pointer-events: none;
    left: -50%;
    z-index: 2;
} */

.tooltip-content .arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%) rotate(0deg);
}

.pin {
  position: absolute;
  content: "";
  top: 50%;
  left: 80%;
  height: 25px;
  width: 25px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}

.pin:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  animation: puls-effect 1s ease infinite;
}

.tooltip.active .tooltip-content {
  opacity: 1;
  pointer-events: all;
  display: block;
}

*/
/* Custom Style for tooltip-1 */

.tooltip-1 .pin {
  opacity: 1;
  top: 40%;
  left: 82%;
  height: 15px;
  width: 15px;
  /* background-color: rgb(255, 255, 255); */
}

/* custom style for tooltip-2 */

.tooltip-2 .pin {
  top: 80%;
  left: 35%;
  height: 15px;
  width: 15px;
}

/* Custom style for tooltip-3 */

.tooltip-3 .pin {
  top: 20%;
  left: 5%;
  height: 15px;
  width: 15px;
}

/* Custom style for tooltip-4 */

.tooltip-4 .pin {
  top: 80%;
  left: 5%;
  height: 15px;
  width: 15px;
}

/* Puls Effect For Pins */

@keyframes puls-effect {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}



/* scroll css */

.tooltip-content ul::-webkit-scrollbar {
  width: 4px;
}

.tooltip-content ul::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.tooltip-content ul::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}

/*  */

.reveal {
  position: relative;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  opacity: 0;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
}

.reveal.active {
  position: relative;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}

/*  */

.banner-text i {
  background-color: var(--e-global-color-accent);
  padding: 20px 20px 15px;
  border-radius: 100%;
  margin-bottom: 20px;
}

/* pagination custom css */

.page-link {
  color: #095e54 !important;
  border: 1px solid #095e54 !important;
}

.page-link:hover {
  color: #fff !important;
  background-color: #095e54 !important;
}

.drop-in {
  animation: drop-in 1s ease backwards;
}

.drop-in2 {
  animation: drop-in 2s ease backwards;
  animation-delay: 1s;
}

.drop-in3 {
  animation: drop-in 2s ease backwards;
  animation-delay: 1.5s;
}

.drop-in4 {
  animation: drop-in 2s ease backwards;
  animation-delay: 2s;
}

.drop-in5 {
  animation: drop-in 2s ease backwards;
  animation-delay: 2.5s;
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    opacity: 1;
    transform: translate(0px);
  }
}


/*  */

#projects {
  background-color: #e5e5e5;
  padding: 80px 0;
}

#projects h2 {
  display: block;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 5px;
  margin: 0 !important;
  /* margin-after: 0.83em;
    margin-before: 0.83em; */
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}

#projects h2::after {
  bottom: 30px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}


.dark-gray-background {
  background-color: #222222;
}

.dark-gray-font {
  color: #222222 !important;
}

.light-white-font {
  color: #f5f5f5;
}

.fixed-width {
  max-width: 300px;
  min-width: 300px;
}

/*modal*/
#carouselHeader h3 {
  position: relative;
  text-align: center;
}

/* Indicators list style */
.project-slide .carousel-indicators {
  bottom: 0;
  left: 0;
  margin-left: 5px;
  width: 100%;
}

/* Indicators list style */
.project-slide .carousel-indicators li {
  border: medium none;
  border-radius: 0;
  float: middle;
  height: 35px;
  margin-bottom: -10px;
  margin-left: 0;
  margin-right: 5px !important;
  margin-top: 0;
  width: 50px;
  border-radius: 3px;

}

/* Indicators images style */
.project-slide .carousel-indicators img {
  border: 2px solid #b8770d;
  border-radius: 3px;
  float: left;
  height: 35px;
  left: 0;
  width: 50px;
  opacity: 0.7;
}

/* Indicators active image style */
.project-slide .carousel-indicators .active img {
  border: 2px solid #fca311;
  opacity: 1;
}



/* css for read more --> about us page */

.read-more {
  -webkit-box-orient: vertical;
  font-size: 18px;
  width: 100%;
  text-align: justify;
  color: #000;
}

.read-less {
  scroll-behavior: smooth;
  -webkit-line-clamp: none;
  height: 180px;
  overflow-y: scroll;
  text-align: justify;
}

.read-less::-webkit-scrollbar {
  width: 4px;
}

.read-less::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.read-less::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}

/* 2 line */

.read-more2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 18px;
  overflow: hidden;
  width: 100%;
  /* height: 60px; */
  text-align: justify;
  color: #000;
}

.read-less2 {
  scroll-behavior: smooth;
  -webkit-line-clamp: none;
  /* overflow: scroll; */
  height: 80px;
  overflow-y: scroll;
  text-align: justify;
}

.read-less2::-webkit-scrollbar {
  width: 4px;
}

.read-less2::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.read-less2::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}

/* 3 line */

.read-more3 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-size: 18px;
  overflow: hidden;
  width: 100%;
  /* height: 60px; */
  text-align: justify;
  color: #000;
}

.read-less3 {
  scroll-behavior: smooth;
  line-clamp: none;
  -webkit-line-clamp: none;
  /* overflow: scroll; */
  height: 120px;
  overflow-y: scroll;
  text-align: justify;
}

.read-less3::-webkit-scrollbar {
  width: 4px;
}

.read-less3::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.read-less3::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}

/* 4 line */

.read-more4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  font-size: 18px;
  overflow: hidden;
  width: 100%;
  /* text-align: justify; */
  color: #000;
}

.read-less4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: none;
  font-size: 18px;
  width: 100%;
  text-align: justify;
  color: #000;
  overflow: auto;
  /* Allow scrolling */
  max-height: 6em;
  /* Adjust this value based on line height and padding */
  position: relative;
}

.read-less4::-webkit-scrollbar {
  width: 4px;
  padding-left: 10px;
}

.read-less4::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.read-less4::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}




/* Style for the container */




/* 6 line */
.read-more6 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  font-size: 18px;
  overflow: hidden;
  width: 100%;
  text-align: justify;
  color: #000;
  height: 160px;
}

.read-less6 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  font-size: 18px;
  overflow: hidden;
  width: 100%;
  text-align: justify;
  color: #000;
  height: 160px;
  scroll-behavior: smooth;
  -webkit-line-clamp: none;
  overflow-y: scroll;
  text-align: justify;
}

.read-less6::-webkit-scrollbar {
  width: 4px;
  padding-left: 10px;
}

.read-less6::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.read-less6::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}

/* css for our team cards --> about us page */

.team-wrapper .single-card {
  height: 450px;
  /* max-width: 300px; */
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.team-wrapper {
  perspective: 900px;
  gap: 30px;

}

.single-card {
  text-align: center;
}


.team-front {
  width: 350px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.team-front {
  width: 350px;
  cursor: pointer;
  height: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50px;
  background-size: cover;
  background-position: center center;
}

.front-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 25px;
  margin: 0 auto;
  /* left: 10%; */
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 15px 30px 10px;
  /* margin: -110px 20px 20px; */
  border-radius: 0 50px 0 48px;
}

.team-content {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  margin: 0 auto;
}

.team-content h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 300;
}

.team-content h4 {
  margin: 0;
}

/* media queries for mobile screens */

@media (max-width:280px) {
  .navbar-light .navbar-toggler .collapsed {
    padding: 0 !important;
  }

  .navbar-brand img {
    width: 100px !important;
  }

  .navbar-toggler {
    font-size: 18px !important;
  }

  .slick-arrow.slick-prev {
    left: 55% !important;
    background-image: url('/webassets/Img/prev-arrow.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 90%;
  }


  #progressbar li:after {
    content: '';
    width: 30% !important;
    border-top: 4px dashed #fff;
    border-right: none;
    border-bottom: none;
    border-left: none;
    left: 83% !important;
    z-index: 1;
    position: absolute;
  }

  #progressbar li:before {
    width: 40px !important;
    height: 40px !important;
    line-height: 30px !important;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 10px auto 10px auto;
    padding: 2px;
  }

  .slider_btns button {
    border-radius: 40px;
    width: 50px;
    height: 35px !important;

  }

  .c-d-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  .newsletter-search .form-input {
    background: transparent;
    width: 90%;
    height: 55px;
    border-radius: 20px;
    border: 1px solid black;
    text-indent: 5px;
    box-shadow: none;
    /* border-radius: 10px; */
  }


  .group-content {
    font-size: 10px !important;
  }

}

@media (max-width:990px) {
  .page-content-wrapper {
    margin-top: 25px;
    /* margin-bottom: 50px; */
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-search .form-input {
    background: transparent;
    width: 100%;
    /* height: 55px; */
    /* border-radius: 20px; */
    border: 1px solid black;
    /* text-indent: 5px; */
    box-shadow: none;
    /* border-radius: 10px; */
  }

  .newsletter-content {
    padding: 20px 10px;
  }

  .about-content {
    padding: 20px;
    color: #095e54;
  }

  .navbar-brand img {
    width: 180px;
  }

  .nav-item a {
    color: #212121;
    display: block;
    padding: 15px !important;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 3px solid transparent;
    text-align: center;
  }

  .first-c {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    text-align: center;
  }

  .team-content {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: justify;
    flex-direction: column;
    margin: 0 auto;
  }

  .team-wrapper .single-card {
    height: 400px;
    /* max-width: 300px; */
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }

  .nav-item a.hover,
  .nav-item a.active {
    border-bottom: none !important;
    font-weight: 600;
    background-color: #07484A;
    color: #fff !important;
    width: 100%;
    /* margin: 0 16px; */
    float: right;
  }

  .navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
    padding: 20px 0px;
  }





  .btnLogin-popup {
    /* width: 140px; */
    height: 50px;
    margin: 5px 15px !important;
    justify-content: center !important;
    background: transparent;
    border: 2px solid #07484A;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    background-color: #07484A;
    transition: 0.5s;
    animation: appear 0.3s both;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }

  .plug-content {
    padding: 30px 20px 30px 20px;
    color: #095e54;
  }

  .style-quiz {
    top: 40%;
    left: 15%;
    right: 15%;
    position: absolute;
    text-align: center !important;
  }


  .slider-text {
    top: 25%;
    left: 5%;
    right: 0% !important;
    position: absolute;
    z-index: 1;
    color: #fff;
  }

  .slick-arrow.slick-prev {
    left: 50% !important;
    background-image: url('/webassets/Img/prev-arrow.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 90%;
  }

  .section-heading-space-space {
    margin-top: 50px;
    margin-bottom: 40px;
    /* font-size: 40px; */
  }

  #progressbar li:after {
    content: '';
    width: 26% !important;
    border-top: 4px dashed #fff;
    border-right: none;
    border-bottom: none;
    border-left: none;
    /* background: #fff; */
    left: 90% !important;
    top: 22px !important;
    z-index: 1;
    position: absolute;
  }

  .services {
    text-align: center;
  }

  #progressbar li {
    font-size: 12px;
    width: 35% !important;
    float: left;
    position: relative;

  }

  .slider_btns {
    width: 35% !important;
    display: flex;
    justify-content: end;
    gap: 20px;

  }

  #featured {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    cursor: pointer;
  }

  .slider_btns1 {
    width: 35% !important;
    display: flex;
    justify-content: end;
    gap: 20px;
  }

  .how-it-works-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/webassets/Img/plug-play/p-img-3.jpg');
    min-height: 150px !important;
  }

  .acc-text {
    text-align: center !important;
  }

  .t-justify {
    text-align: center !important;
  }

  .t-left-p {
    text-align: center;
  }

  .wizard-s {
    height: 90vh !important;
  }

  .xzoom-container {
    width: 90%;
  }

  .xzoom {
    height: 250px !important;
    max-width: max-content;
  }

  .nav-logo {
    /* width: auto; */
  }

  .shortbanner {
    /* display: none; */
    background-size: cover;
    /* position: relative;
        z-index: 1;
        width: 100%;
        min-height: 350px;
        height: calc(100% - 750px);
        background-position: center center;
        background-size: cover;
        border-radius: 10px;
        background-repeat: no-repeat; */
  }

  .smallbanner {
    display: none;
    /* position: relative;
        z-index: 1;
        width: 100%;
        min-height: 250px;
        height: calc(100% - 750px);
        background-position: center center;
        background-size: cover;
        border-radius: 10px;
        background-repeat: no-repeat; */
  }

  .smallbanner .banner-text1 {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
  }

  .shortbanner .banner-text {
    top: 25%;
    left: 5%;
    right: 0% !important;
    position: absolute;
    z-index: 1;
    color: #fff;
  }

  .single-user-review .user-thumbnail {
    margin-top: 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    /* width: 40px; */
    max-width: 40px;
    margin-right: 0.5rem;
  }

  .single-user-review .user-thumbnail img {
    border-radius: 50%;
    /* width: 40px;
        height: 40px;
        max-width: 40px; */
    aspect-ratio: 1;
  }

  /* .xzoom-thumbs {
        gap: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 500px !important;
        width: 100%;
    } */
}

@media (max-width:2560px) and (min-width:989px) {
  .sidebtn {
    display: flex !important;
    justify-content: center;
    margin: auto;
    align-items: center;
    gap: 20px;
  }

  .single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 500px;
    height: calc(100% - 500px);
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
  }

  .shortbanner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 350px;
    height: calc(100% - 750px);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    background-repeat: no-repeat;

    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 350px;
    height: calc(100% - 750px);
    background-position: center;
    background-size: contain;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 1);
  }

  .smallbanner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 250px;
    height: calc(100% - 850px);
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
  }

  .smallbanner .banner-text1 {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
  }

  .xzoom-container {
    width: 100%;
  }

  .pro-sec {
    height: 95vh;
  }

  .nav-item a:hover,
  .nav-item .active {
    color: #212121 !important;
    border-bottom: 3px solid #e6380c;
  }

  .nav-item a:hover {
    border-bottom: 3px solid #e6380c;
    left: 0;
    transition: all .5s;
  }

  .nav-item a.active {
    border-bottom: 3px solid #e6380c;
    font-weight: 600;
  }

  #featured {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    cursor: pointer;
  }


}

@media (max-width:290px) {
  .refer-line::after {
    width: 2px;
    height: 180px;
    border-right: 2px dashed #eeb83c;
    content: "";
    position: absolute;
    top: 2.5rem;
    left: 30px;
  }

}

@media (max-width:490px) {
  .track-line::after {
    right: 26px;
  }
}

@media (max-width: 768px) {
  .tooltip-1 .tooltip-content {
    flex-direction: column;
    max-width: 300px;
  }

  .tooltip-1 .tooltip-content .content,
  .tooltip-1 .tooltip-content .img {
    width: 100%;
  }

  .single-service-wrapper {
    .testclass {
      flex-basis: 160px;
    }
  }
}

.quizForm {
  width: 50%;
}

@media screen and (max-width:990px) {

  .quizForm {
    width: 100%;
  }

  .bb-r {
    margin-bottom: 10px;
  }

  .container form .field input {
    border: 1px solid #07484A;
    padding-left: 15px;
    transition: all 0.3s ease;
    font-size: 14px;
  }



  .quizForm .field input {
    border: 1px solid #07484A;
    padding-left: 15px;
    transition: all 0.3s ease;
    font-size: 14px;
  }

  .pro-sec {
    height: auto;
  }

  .navbar-nav {
    padding: 10px 0px 0px 0px;
  }

  .nav-item li:hover,
  .nav-item .active {
    color: #212121 !important;
    /* font-weight: 500; */
    border-bottom: 3px solid #e6380c;
    /* margin: 0 16px; */
  }

  .nav-item li:hover {
    width: 30% !important;
    border-bottom: 3px solid #e6380c;
    left: 0;
    /* border-bottom-width: 100%; */
  }

  .nav-item li.active {
    border-bottom: 3px solid #e6380c;
    font-weight: 600;
  }

}


@media (max-width:2560px) and (min-width:989px) {


  .dropend .dropdown-toggle {
    margin: 0;
  }

  .dropdown-item:hover {
    /* background-color: lightsalmon !important; */
    color: #fff;
  }

  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .dropdown:hover>.dropdown-menu,
  .dropend:hover>.dropdown-menu {
    display: block !important;
    margin-left: 0;
    position: absolute;
    padding: 0;
    /* transform: translateY(15px); */
    /* top: 45px; */
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    /* top: 0 !important;
        left: 100% !important; */
  }

  .pagination {
    column-gap: 15px;
  }

  .loader-mob {
    height: 50px;
  }


}

@media screen and (min-width: 990px) {

  .dropdown:hover>.dropdown-menu,
  .dropend:hover>.dropdown-menu {
    position: absolute !important;
    padding: 0;
    /* top: 80% !important;
        left: 40% !important; */
  }

  .dropend .dropdown-toggle {
    margin-left: 0;
  }

  .dropdown-content,
  .dropdown-menu a:hover {
    margin: 0;
    background-color: #ddd;
    /* padding-left: 20px; */
    /* transition: 0.5s ease; */
  }

  .pagination {
    column-gap: 10px;
  }

}

@media (max-width:990px) {

  .team-front {
    cursor: pointer;
    width: 350px;
    height: 100%;
    display: flex;
    margin: 0 auto;
    background-image: url('/webassets/Img/team/Sunali-Goenka.jpg');
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50px;
    background-size: cover;
    background-position: center center;
  }

  .pro-ver-tab {
    display: flex;
    flex-direction: column;
    /* align-items: center;
        column-gap: 20px;
        overflow-x: scroll;
        scroll-behavior: smooth; */
  }

  .pro-ver-tab a {
    font-size: 16px;
    color: #07484A;
    padding: 15px;
    text-align: center;
    /* border-radius: 10px; */
    /* border: 1px solid #07484A; */
    /* margin-bottom: 20px; */
    min-width: 150px;
  }

  .pro-ver-tab a:hover {
    background-color: #07484A;
    color: #ffff;
  }

  .greybr {
    border: none;
    /* padding: 20px; */
  }

  /* .pro-ver-tab {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 20px;
        overflow-x: scroll;
        scroll-behavior: smooth;
    }

    .pro-ver-tab a {
        font-size: 16px;
        color: #07484A;
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #07484A;
        margin-bottom: 40px;
        min-width: 150px;
    }

    .pro-ver-tab a:hover {
        background-color: #07484A;
        color: #ffff;
    }

    .greybr {
        border: 1px solid #ced4da;
        padding: 20px;
    } */

  .webfooter {
    display: none !important;
  }

  .paynowbtn {
    display: none !important;
  }

  .footer-nav-area {
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    bottom: 0 !important;
    -webkit-box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
    background-color: #fafcff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    width: 100% !important;
  }

  .cart-image {
    width: 100%;
    height: 100% !important;
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    border-radius: 6px 6px 0px 0px;
  }
}

/*  */
@media (max-width:2560px) and (min-width:989px) {
  /* .pro-ver-tab {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

    .pro-ver-tab a {
        font-size: 16px;
        color: #07484A;
        padding: 15px;
        border-radius: 10px;
        text-align: center;
        border: 1px solid #07484A;
        margin-bottom: 20px;
        font-family: 'Open Sans', sans-serif;
    }

    .pro-ver-tab a:hover {
        background-color: #07484A;
        color: #ffff;
    } */

  .pro-ver-tab {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    column-gap: 20px;
  }

  .pro-ver-tab a {
    font-size: 16px;
    color: #07484A;
    padding: 15px;
    /* border-radius: 10px; */
    text-align: center;
    /* border: 1px solid #07484A; */
    /* margin-bottom: 20px; */
    font-family: 'Open Sans', sans-serif;
  }

  .pro-ver-tab a:hover {
    background-color: #07484A;
    color: #ffff;
  }

  /*  */
  /* .greybr {
        border: 1px solid #ced4da;
        padding: 20px;
    } */

  .footer-nav-area {
    display: none !important;
  }

  .paynowbtn {
    display: block !important;
  }

  .cart-image {
    width: 100%;
    height: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    border-radius: 6px 0px 0px 6px;
  }

}

.pro-ver-active {
  background-color: #07484A;
  color: #fff !important;
}




/* Complete profile img selector */

.complete-profile-pic {
  position: relative;
  display: inline-block;
  /* Added to make sure the label and images stay inline */
  width: 90px;
  height: 90px;
}

.complete-profile-pic input {
  display: none;
}

.complete-profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #07484A;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 0;
}

.complete-profile-pic .-label {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  height: 30px;
  width: 30px;
  border: 1px solid #07484A;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.complete-profile-pic .edit-icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #07484A;
}

/* .complete-profile-pic span {
    display: inline-flex;
    padding: .2em;
    height: 2em;
} */

/* .complete-profile-pic {
    color: transparent;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s ease;


}

.complete-profile-pic input {
    display: none;
}

.complete-profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #07484A;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 100px;
    z-index: 0;
}

.complete-profile-pic .-label {
    cursor: pointer;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 1px solid #07484A;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.complete-profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .8);
    z-index: 10000;
    color: rgba(250, 250, 250);
    transition: background-color .2s ease-in-out;
    border-radius: 50%;
    margin-bottom: 0;
    border: 1px solid #07484A;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.complete-profile-pic span {
    display: inline-flex;
    padding: .2em;
    height: 2em;
} */

/*  */

.myprofile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.user-info-card .user-profile {
  position: relative;
  /* z-index: 1; */
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.user-pic {
  background-image: url('/webassets/Img/user\ img.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*  */

.fea-pro-img {
  background-color: #d3d3d36b;
}

.fea-pro-img img {
  max-width: 100%;
  width: 100%;
  max-height: 300px;
  aspect-ratio: 1;
  height: 100%;
  object-fit: contain;
  margin-inline: auto;
}

/* css for offcanvas bottom : product-categories.html */

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 70vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(100%);
}

/* css for checkbox color change : product-categories.html */

.filter-check .check:checked {
  accent-color: #095e54 !important;
}

.trashmark {
  text-align: end !important;
  cursor: pointer;
  font-size: 16px;
}


/*  */

/* .carousel {
    padding: 24px;
} */

.carousel h2 {
  margin: 0;
}

.carousel a {
  text-decoration: none;
  color: #fff;
}

.carousel img {
  aspect-ratio: 1/1;
  /* width: 800px;
    height: 300px; */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  /* user-drag: none; */
  /* margin-bottom: 16px; */
  border-radius: clamp(0px, ((100vw - 4px) - 100%) * 9999, 4px);
}

/* .carousel h3 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 4px;
}

.carousel span {
    color: #a7a7a7;
    font-size: 14px;
} */

.carousel .dragging a {
  pointer-events: none;
}

.carousel .carousel__wrapper {
  position: relative;
  /* margin-bottom: 24px; */
}

@media only screen and (min-width: 1180px) {
  .carousel .carousel__wrapper.has-arrows .carousel__content {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1180px) {
  .carousel .carousel__wrapper.has-arrows .carousel__arrows {
    display: flex;
  }
}

.carousel .carousel__header {
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
  align-items: center;
  /* margin-bottom: 16px; */
}

.carousel .carousel__content {
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: grid;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  padding: 0;
  margin: 0;
  grid-gap: 30px;
  grid-auto-flow: column;
  list-style: none;
}

.carousel .carousel__content::-webkit-scrollbar {
  display: none;
}

.carousel .carousel__item .carousel__description {
  width: 100%;
}

.carousel .carousel__item a {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  user-select: none;
  margin: 10px 0px;
  padding: 16px;
  background: #181818;
  border-radius: clamp(0px, ((100vw - 4px) - 100%) * 9999, 8px);
  cursor: pointer;
}

.carousel .carousel__controls {
  justify-content: end;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 24px;
}

.carousel .carousel__arrow {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.carousel .carousel__arrow:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
  filter: brightness(5);
  display: block;
  width: 18px;
  height: 12px;
  cursor: pointer;
}

.carousel .carousel__arrow.arrow-prev:before {
  transform: rotate(90deg);
}

.carousel .carousel__arrow.arrow-next:before {
  transform: rotate(-90deg);
}

.carousel .carousel__arrow.disabled::before {
  filter: brightness(2);
}

.disclaimer a {
  color: #fff;
}


/* css for wizard img gallery */


.sel-img {
  display: grid;
  position: relative;
  grid-gap: 30px;

}

/* .sel-img :nth-child(2n) {
    margin-top: 40px;
} */

/* css for my themes vertical tab */

/*  */
.ver-tab {
  height: 700px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.tabclass {
  height: 55px;
}



.vendor-tabs {
  background-color: #ffffff;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.vendor-tabs .nav-tabs {
  border-bottom: 0;

}

/* .ver-tab {
    width: 100%;
    margin-bottom: 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #e3e3e3;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
} */

.pro-tab {
  height: 300px;
}

/* .ver-tab .nav-link {
    margin-bottom: 40px !important;

}


.ver-tab .nav-link.active {
    margin: auto;
} */

/* .ver-tab .nav-tabs {
    border-bottom: 0;
    background-color: #f9f8f8;
} */

.ver-tab::-webkit-scrollbar {
  width: 4px;
}

.ver-tab::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.ver-tab::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}

@media screen and (max-width:990px) {
  .ver-tab {
    display: flex;
    overflow-x: scroll;
    overflow-y: auto;
    width: 100%;
    height: auto;

  }

  .ver-tab button,
  .ver-tab a {
    margin-bottom: 20px !important;
    min-width: 20%;
    width: 100% !important;
    text-align: center !important;

  }

  .ver-tab::-webkit-scrollbar {
    height: 8px;
  }

  /* .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    } */
}


@media screen and (max-width:400px) {
  .ver-tab button {
    min-width: 50%;
    padding: 5px;
  }

}

/* wp floating icon */

.float-whatsapp {
  position: fixed;
  bottom: 40px;
  width: 40px;
  height: 40px;
  right: 15px;
  z-index: 400;
  display: block;
  aspect-ratio: 1;
  box-sizing: content-box;
  background: #25d366;
  border-radius: 50%;
  padding: 0.5rem;
}

@media (max-width:990px) {
  .float-whatsapp {
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 400;
    display: block;

  }
}



/* scroll top to bottom floating button */

#top-button {
  display: inline-block;
  background-color: #095e54;
  box-shadow: 2px 2px 3px #999;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 120px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

@media (max-width:990px) {
  #top-button {
    display: inline-block;
    background-color: #095e54;
    box-shadow: 2px 2px 3px #999;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 135px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
}

#top-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}

#top-button:hover {
  cursor: pointer;
  background-color: #333;
}

#top-button:active {
  background-color: #555;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

/* onhover text */

.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
  height: 300px;
  object-fit: fill;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
  /* border-radius: 10%;
    border: 1px solid #ffff;
    font-size: 15px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px; */
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
}


/* css for our project lightbox modal */

.content-details2 {
  position: absolute;
  text-align: center;
  /* padding-left: 1em;
    padding-right: 1em; */
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; */
}

.content:hover .content-details2 {
  top: 50%;
  left: 50%;
  opacity: 1;
  border-radius: 10%;
  border: 1px solid #ffff;
  font-size: 15px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.fadeIn-bottom {
  top: 80%;
}


/* kightbox */

/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  /* box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15); */
  transition: box-shadow 0.2s;
}

.image-grid a:hover img {
  /* box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35); */
  transition: box-shadow 0.2s;
}

/* LIGHTBOX STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}

/*  */

/* accordion */
.accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.accordion-button:focus {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* .accordion-button {
    padding: 0 !important;
}

.accordion-button::after {
    margin-left: 20px !important;
}



.accordion-body {
    padding: 0 !important;
} */

/*  */

.cart-icon-wrap {
  display: block;
  position: relative;
  z-index: 1;
  color: #020310;
  position: relative;
}

.cart-icon-wrap i {
  color: #747794;
  font-size: 18px;
}

.cart-icon-wrap a img {
  max-width: 1.625rem;
  line-height: 1;
}

.cart-icon-wrap span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  background-color: #090909;
  top: 12px;
  right: -6px;
  line-height: 13px;
}

@media (max-width:2560px) and (min-width:1024px) {
  .sliderleft {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  .sliderright {
    margin: auto;
    position: absolute;
    right: 10%;
    top: 50%;
    width: 30%;
    max-width: 350px;
    transform: translateY(-50%);
  }
}

@media (max-width:1023px) {
  .sliderleft {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  /* .sliderright {
        display: none;
    } */
}

/*  */
@media (max-width:2560px) and (min-width:989px) {
  /* .sliderleft {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: left;
    }

    .sliderright {
        width: 30%;
        justify-content: end;
        display: flex;
        margin: auto;
    } */

  .hideinmobile {
    display: block;
  }

  .hideintabs {
    display: none;
  }

  .logo-footer {
    width: 170px;
    height: 40px;
  }

  .h-font {
    font-size: 24px;
  }
}

@media (max-width:990px) {

  .navbar-nav .dropdown-menu {
    position: static;
    overflow-y: scroll;
    height: 180px;
  }

  /* .sliderleft {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: left;
    }

    .sliderright {
        display: none;
    } */
  .navbar-nav {
    gap: 0px !important;
  }

  .navbar-light .navbar-nav .nav-link {
    text-align: center;
  }

  .hideintabs {
    display: block;
  }

  .hideinmobile {
    display: none !important;
  }

  .testimonail {
    width: 100%;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .logo-footer {
    width: 100px;
    height: 40px;
  }

  .h-font {
    font-size: 16px;
  }

  .nav-pills .nav-link {
    border-radius: 0;
    color: #07484A;
    text-align: left;
    border-color: none !important;
    /* margin-bottom: 30px; */
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

}

/*  */

.count-round {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: auto;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  /* width: 200px;
    border-radius: 0 50px 0 48px;
    height: 200px; */
  vertical-align: middle;
  /* padding: 80px 50px; */
}

/*  */

.process .col {
  display: block;
  flex-basis: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}

@media (min-width: 768px) {
  .process .col {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .process .content-col {
    flex-grow: 3;
    display: flex;
    flex-direction: column;
  }
}

.process .arrow-col {
  position: relative;
  height: 70px;
  text-align: center;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .process .arrow-col {
    height: unset;
  }
}

.process .arrow-col i {
  font-size: 2em;
}

@media (min-width: 768px) {
  .process .arrow-col i {
    font-size: 3em;
  }
}

.process .arrow-col i::before {
  font-family: "Font Awesome 5 Free";
  content: "";
}

@media (min-width: 768px) {
  .process .arrow-col i::before {
    position: absolute;
    left: 15px;
    color: #07484A;
    padding: 0 1px;
    content: "";
  }
}

.process .circle-icon-container {
  display: inline-block;
  /* width: 110px;
    height: 110px;
    border-radius: 50%; */
  color: #07484A;
  /* background-color: #07484A; */
  text-align: center;
  margin-bottom: 2em;
}

.process .circle-icon-container i {
  margin-top: 20px;
}

/*  */

.poi-arrow {
  cursor: pointer;
}

/*  */

.btn-temp {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}

.btn-package {
  display: flex;
  justify-content: start;
  align-items: start;
  column-gap: 20px;
}

.btn-slider {
  display: flex;
  justify-content: start;
  align-items: start;
  column-gap: 20px;
}

@media (max-width:768px) {
  .btn-temp {
    display: flex !important;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    flex-direction: row !important;
  }
}

@media (max-width:489px) {
  .btn-temp {
    flex-direction: column !important;
    row-gap: 10px;

  }

  .btn-package {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
  }

  .btn-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
  }

  .content-reverse {
    flex-direction: column-reverse;
  }

  .sliderbtn {
    /* width: 220px;
        height: 56px; */
    width: 100%;
    /* min-width: 220px; */
    height: auto;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    border: 1px solid #095e54;
    font-family: 'Open Sans', sans-serif;
    color: #095e54 !important;
    background-color: #fff;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important; */
  }

  .sliderbtn:hover {
    background: #095e54;
    color: #fff !important;
    border: 2px solid #095e54;
    outline: none !important;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
  }

}

/* textarea::placeholder {
    color: #C4C4C4 !important;
} */

.faq-scroll {
  height: 120px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.faq-scroll::-webkit-scrollbar {
  width: 4px;
}

.faq-scroll::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.faq-scroll::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}

/*  */

.how-it-works-scroll {
  height: 45px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.how-it-works-scroll::-webkit-scrollbar {
  width: 4px;
}

.how-it-works-scroll::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.how-it-works-scroll::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}

/* css for read more --> about us page */

.read-more1 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 16px;
  overflow: hidden;
  width: 100%;
  text-align: justify;
  color: #000;
}

.scrollbar-hide::-webkit-scrollbar {
  scrollbar-width: 5px;
  -ms-overflow-style: none;
  /* display: none; */
}


.read-less1 {
  scroll-behavior: smooth;
  -webkit-line-clamp: none;
  /* overflow: scroll; */
  height: 80px;
  overflow-y: scroll;
  text-align: justify;
}

.read-less1::-webkit-scrollbar {
  width: 4px;
}

.read-less1::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.read-less1::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}

/*  */

.footer {
  width: 100%;
  /* border-radius: 30px 30px 0px 0px; */
  /* height: 50px; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  /* padding:20px 0px; */

  display: none;

}


.mobile-offcanvas-logo {
  width: 50%;

}

.footer a {
  color: var(--midnight-blue);
}

@media (width < 1200px) {
  .footer {
    background-color: var(--frost-color);
    width: 100%;
    /* height: 50px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* padding:20px 0px; */
    /* z-index: 9999; */
  }

  .s-footer {
    padding-bottom: 0.45rem;
    padding-top: 1.1rem;
    box-sizing: content-box;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .s-footer>a,
  .s-footer>div {
    padding-inline: 1rem;
  }
}

@media (max-width:890px) {

  .footer-md-none {
    display: none;
  }
}

.search-list {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  column-gap: 15px;
  /* border-bottom: 1px solid var(--elephant-blue); */

  h6 {
    text-transform: capitalize;
  }
}

.search-box-width {
  max-width: 450px;
  /* border: 1px solid #eee; */
  background-color: #eee;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  column-gap: 15px;
  align-items: center;
  margin: auto;
  position: relative;
}

.search-outputbox {
  position: absolute;
  top: 57px;
  left: -10px;
  right: 0;
  width: 400px;
  background-color: #fff;
  padding: 10px;
  /* transform: translateY(60px); */
  transform: translate X(-11px);
  /* border-radius: 10px; */
  z-index: 99999;
  display: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}

.search-img {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
}

.search-img img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  padding: 5px;

}

/* Styles for the tooltip */
.search-tooltip {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  width: 400px;
  margin: auto;
  /* Adjust the width as needed */
  background-color: #fff;
  /* border: 1px solid #ccc; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 999;
}

/* Styles for mobile responsiveness */
@media screen and (max-width: 767px) {
  .search-tooltip {
    position: absolute;
    width: 100%;
    /* margin-top: 10px; */
  }

  .search-tooltip {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    /* Adjust the width as needed */
    background-color: #fff;
    /* border: 1px solid #ccc; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 999;
  }

  .search-outputbox {
    position: absolute;
    top: 53px;
    left: -10px;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    /* transform: translateY(60px); */
    transform: translate X(-11px);
    /* border-radius: 10px; */
    z-index: 99999;
    display: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
  }


}

/* Additional styles for the search icon */
.search-icon {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  /* margin-right: 10px; */
}

.c-orange {
  color: orange;
}

/* css for mobile footer */

.mob-footer {
  color: #f17903;
  font-size: 20px;
  /* box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; */
}

.mob-footer .active {
  color: #aca8a8;
  font-size: 18px;
}

.address-i {
  border-radius: 50%;
  border: 1px solid #095e54;
  background-color: #f4fffb;
  padding: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;

}

@media screen and (max-width: 990px) {
  .brows-style {
    background-color: #07484A;
    color: #fff;

  }

  .brows-bottom-r {
    position: absolute;
    bottom: 15px !important;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    padding-bottom: 0 !important;
  }

  /* .brows-style .brows-img {
background-repeat: no-repeat;
        border-radius: 10px;
    } */

  .browsslide-r {
    border-radius: 0 !important;
  }
}


.field select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 50px;
  /* Space for the custom arrow */
  background: url('/webassets/Img/arrow.svg') no-repeat 95% center / 15px auto;
  /* Use your arrow image */
  border: 1px solid #07484A;
  padding: 6px 12px;
  transition: all 0.3s ease;
  font-size: 14px;
  background-color: #fff;
  color: #07484A;
  width: 100%;
  border-radius: 10px;
  border-color: #07484A;
}


.loader-content {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 700;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
}

/*  */

/* #Gallery {
    margin: 30px 0px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
} */

/* .gallery-item {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 14%;
} */

/* .gallery-item a {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
} */

/* .gallery-item a img {
    width: 100%;
} */

/* @media only screen and (max-width: 480px) {


    .gallery-item {
        width: 100%;
        padding-bottom: 100%;
    }
}

@media only screen and (max-width: 650px) and (min-width: 481px) {


    .gallery-item {
        width: 50%;
        padding-bottom: 33.3%;
    }
}

@media only screen and (max-width: 1050px) and (min-width: 651px) {


    .gallery-item {
        width: 33.3%;
        padding-bottom: 23%;
    }
}

@media only screen and (max-width: 1290px) and (min-width: 1051px) {


    .gallery-item {
        width: 25%;
        padding-bottom: 17%;
    }
} */

/* Directly from:
  http://photoswipe.com/latest/photoswipe.css
  */
body.ps-active {
  -webkit-text-size-adjust: none;
}

body.ps-active * {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body.ps-active *:focus {
  outline: 0;
}

/* Document overlay */
div.ps-document-overlay {
  background: #000;
}

/* Viewport */
div.ps-viewport {
  background: #000;
  cursor: pointer;
}

/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate {
  background: #000;
}

/* Slider */
div.ps-slider-item-loading {
  background: url(http://abvichico.com/images/photoswipe/photoswipe-loader.gif) no-repeat center center;
}

/* Caption */
div.ps-caption {
  background: #000000;
  background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #303130),
      color-stop(100%, #000101));
  border-bottom: 1px solid #42403f;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}

div.ps-caption-bottom {
  border-top: 1px solid #42403f;
  border-bottom: none;
}

div.ps-caption-content {
  padding: 13px;
}

/* Toolbar */
div.ps-toolbar {
  background: #000000;
  background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #303130),
      color-stop(100%, #000101));
  border-top: 1px solid #42403f;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  height: 44px;
  display: table;
  table-layout: fixed;
}

div.ps-toolbar-top {
  border-bottom: 1px solid #42403f;
  border-top: none;
}

div.ps-toolbar-close,
div.ps-toolbar-previous,
div.ps-toolbar-next,
div.ps-toolbar-play {
  cursor: pointer;
  display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content {
  width: 44px;
  height: 44px;
  margin: 0 auto 0;
  background-image: url(http://abvichico.com/images/photoswipe/photoswipe-icons.png);
  background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content {
  background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content {
  background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content {
  background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content {
  background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content {
  background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content {
  background-position: -88px 0;
}

/* Hi-res retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  div.ps-toolbar div div.ps-toolbar-content {
    -webkit-background-size: 176px 88px;
    background-image: url(http://abvichico.com/images/photoswipe/photoswipe-icons@2x.png);
  }
}

.project-text h5 {
  text-align: justify;
  word-break: keep-all;
  color: #07484A;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}

.project-text p {
  /* text-align: center; */
  color: #f07104;
  font-family: 'Open Sans', sans-serif;
}

.pro-img {
  border-radius: 15px;
  width: 100%;
}


/*  */

.sliderform {
  padding: 15px;
}

.aspect-ratio1 {
  aspect-ratio: 1;
}

.object-fit_cover {
  object-fit: cover !important;
}

.sliderform .field .loginbtn {
  font-family: 'Playfair Display', serif;
  background: #fff;
  border: 2px solid #07484A;
  color: #07484A;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  padding-left: 0;
  width: 200px;
  height: 100%;
  margin: auto;
  display: flex;
  cursor: pointer;
}

select:focus {
  outline: 0;
}

.sliderform .form-link {
  color: #07484A !important;
  text-align: end;
}

.sliderform .form-link span {
  color: #07484A;
}

a .forgot-pass {
  color: #07484A !important;
  text-align: end !important;
}

.sliderform .form-link .forgot-pass:hover,
.sliderform .sign-up a:hover {
  text-decoration: underline;
  text-align: end;
  color: #07484A !important;
}

.sliderform .field {
  position: relative;
  height: 45px;
  width: 100%;
  margin-top: 25px;
}

.sliderform .field input {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  outline: none;
  background-color: #fff !important;
  position: relative;
  border: 1px solid #07484A;
  padding-left: 15px;
  transition: all 0.3s ease;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.sliderform .field label {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 14px;
  color: #777;
  color: #07484A;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.sliderform .field input:focus {
  border-color: #07484A;
  outline: none;
}

.sliderform .field input:focus+label,
.sliderform .field input:not(:placeholder-shown)+label {
  top: -6px;
  font-size: 12px;
  color: #07484A;
  background-color: #ffffff;
  padding: 0 4px;
  border-radius: 4px;
  left: 8px;
}

/*  */


.homeSliderform {
  padding: 10px 10px 10px 10px !important;
  z-index: 9999 !important;
}

.homeSliderform .field {
  position: relative;
  height: 38px;
  width: 100%;
  margin-top: 20px;
}

.homeSliderform .field input {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  outline: none;
  background-color: #fff !important;
  position: relative;
  border: 1px solid #07484A;
  padding-left: 15px;
  transition: all 0.3s ease;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.homeSliderform .field .loginbtn {
  font-family: 'Playfair Display', serif;
  background: #fff;
  border: 2px solid #07484A;
  color: #07484A;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  padding-left: 0;
  width: 200px;
  height: 100%;
  margin: auto;
  display: flex;
  cursor: pointer;
}

select:focus {
  outline: 0;
}

.homeSliderform .field label {
  position: absolute;
  left: 12px;
  top: 7px;
  font-size: 14px;
  color: #777;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
  color: #07484A;
}

.homeSliderform .field input:focus+label,
.homeSliderform .field input:not(:placeholder-shown)+label {
  top: -6px;
  font-size: 12px;
  color: #07484A;
  background-color: #ffffff;
  padding: 0 4px;
  border-radius: 4px;
  left: 8px;
}

/* .homeSliderform .field input:focus {
    border-color: #07484A;
    outline: none;
}

.homeSliderform .field input:focus+label {
    top: -7px;
    font-size: 12px;
    color: #07484A;
    background-color: #ffffff;
    padding: 0 4px;
    border-radius: 4px;
    left: 8px;
} */

.homeSliderform .form-link {
  color: #07484A !important;
  text-align: end;
}

.homeSliderform .form-link span {
  color: #07484A;
}

a .forgot-pass {
  color: #07484A !important;
  text-align: end !important;
}

.homeSliderform .form-link .forgot-pass:hover,
.homeSliderform .sign-up a:hover {
  text-decoration: underline;
  text-align: end;
  color: #07484A !important;
}

.homeSliderform .field input:focus,
.homeSliderform .field input:valid {
  border-color: #07484A;
}

.homeSliderform .form-link,
a.forgot-pass {
  color: #07484A !important;
  text-align: end !important;
}

.homeSliderform .form-link span {
  color: #07484A;
}

.homeSliderform .form-link .forgot-pass:hover,
.homeSliderform .sign-up a:hover {
  text-decoration: underline;
  color: #07484A !important;
}

/*  */

.contactform {
  padding: 15px;
}

.contactform .field {
  position: relative;
  height: 42px;
  width: 100%;
  margin-top: 30px;
}

.contactform .field input {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  outline: none;
  background-color: transparent !important;
}

.contactform .field .loginbtn {
  font-family: 'Playfair Display', serif;
  background: #fff;
  border: 2px solid #07484A;
  color: #07484A;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  padding-left: 0;
  width: 200px;
  height: 100%;
  margin: auto;
  display: flex;
  cursor: pointer;
}

select:focus {
  outline: 0;
}

.contactform .field input {
  border: 1px solid #07484A;
  padding-left: 15px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.contactform .field input:focus,
.contactform .field input:valid {
  border-color: #07484A;
}

.contactform .contact1 .field input:focus~label,
.contactform .contact1 .field input:valid~label {
  top: 0%;
  font-size: 14px;
  color: #07484A;
  background-color: transparent;
}

.contactform .field input:focus~label,
.contactform .field input:valid~label {
  top: 0%;
  font-size: 14px;
  color: #07484A;
  background-color: #e0f6f1;
}

.contactform .field label {
  position: absolute;
  top: 50%;
  /* left: 15px; */
  left: 9px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  pointer-events: none;
  font-size: 14px;
  color: #07484A;
  padding: 0 5px;
}

.contactform .field select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 50px;
  /* Space for the custom arrow */
  background: url('/webassets/Img/arrow.svg') no-repeat 95% center / 15px auto;
  /* Use your arrow image */
  border: 1px solid #07484A;
  padding: 8px 15px;
  transition: all 0.3s ease;
  /* font-size: 17px; */
  background-color: transparent;
  color: #07484A;
  width: 100%;
  border-radius: 10px;
  border-color: #07484A;
}

.contactform textarea.form-control {
  background-color: transparent;
  min-height: calc(1.5em + .75rem + 2px);
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.contactform .form-link {
  color: #07484A !important;
  text-align: end;
}

.contactform .form-link span {
  color: #07484A;
}

a .forgot-pass {
  color: #07484A !important;
  text-align: end !important;
}

.contactform .form-link .forgot-pass:hover,
.contactform .sign-up a:hover {
  text-decoration: underline;
  text-align: end;
  color: #07484A !important;
}

/*  */

.step {
  /* background-color: #FCF8E8; */
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  /* margin: 20px 50px; */
  /* border: 1px solid black; */
  box-shadow: -7px -6px 0px 0px #07484A, 7px 6px #f07104;
  counter-increment: num-circle;
  position: relative;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}


.step span {
  position: absolute;
  top: 35px;
  left: 20px;
  word-break: break-word;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
}

.step-content {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}


/*  */


.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: 5px !important;
  /* font-size: 16px; */
  /* height: 42px; */
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: auto !important;
  user-select: none;
  -webkit-user-select: none;
}


.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #07484A !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: auto;
  padding-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px !important;
  position: absolute;
  top: 10px !important;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  font-size: 14px !important;
  display: flex;
  justify-content: flex-start;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 150px !important;
  overflow-y: auto;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #07484A !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #07484A !important;
  border-radius: 10px !important;
  outline: none;
  height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  /* height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; */
  margin-right: 13px !important;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 50px;
  /* Space for the custom arrow */
  background: url('/webassets/Img/arrow.svg') no-repeat 95% center / 15px auto;
  /* Use your arrow image */
  transition: all 0.3s ease;
  /* font-size: 17px; */
  background-color: transparent;
  color: #07484A;
  width: 100%;
  border-color: #07484A;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgb(136, 136, 136) transparent transparent;
  border-style: none !important;
  border-width: 5px 4px 0px;
  height: 0px;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0px;
}

.select2-results__option[aria-selected] {
  display: flex;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #a7d5ea !important;
  color: #000 !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 1px solid #aaa;
  /*border-radius: 4px;
  */
  border-radius: 10px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.select2-container--open .select2-dropdown--below {
  /* border-top: none; */
  border: 1px solid #eaeaec !important;
  border-radius: 5px !important;
  /* border-top-left-radius: 0; */
  /* border-top-right-radius: 0; */
}

/*  */

.abtLogo {
  width: 220px !important;
  object-fit: contain;
}

@media screen and (max-width: 280px) {
  .abtLogo {
    width: 160px !important;
    object-fit: contain;
  }
}

.c-pointer {
  cursor: pointer;
}

@media (max-width:2560px) and (min-width:768px) {
  .w-profile {
    width: 100%;
    max-width: 65% !important;
    display: flex;
    margin: auto;
  }
}

/* Add this to your CSS or update existing styles */
#sendOtpButton {
  display: none;
}

.pricefilter .price-input {
  width: 100%;
  display: flex;
  gap: 10px;
  margin: 30px 0 35px;
}

.pricefilter .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.pricefilter .field input {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 8px;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
}

.pricefilter input[type="number"]::-webkit-outer-spin-button,
.pricefilter input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.pricefilter .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.pricefilter .slider {
  height: 5px;
  width: 100%;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.pricefilter .slider .progress {
  height: 100%;
  left: 0% !important;
  right: 0% !important;
  /* left: 25%;
    right: 25%; */
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}

.pricefilter .range-input {
  position: relative;
}

.pricefilter .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
}

.pricefilter input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #07484A;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.pricefilter input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #07484A;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.select2-container--default .select2-selection--single.highlightbox {
  border: 2px solid red !important;
}

/* Keyframes for the shake animation */
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-5px);
  }

  40% {
    transform: translateX(5px);
  }

  60% {
    transform: translateX(-5px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

/* Apply the animation to the size dropdown when it needs attention */
.sizedrop .select2-container--default .select2-selection--single.highlightbox {
  border-color: red !important;
  animation: shake 0.5s ease !important;
}

/* search  */
.search-scroll {
  height: 250px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.search-scroll::-webkit-scrollbar {
  width: 4px;
}

.search-scroll::-webkit-scrollbar-track {
  background-color: #ffa14e;
  border-radius: 100px;
}

.search-scroll::-webkit-scrollbar-thumb {
  background-color: #eb460a;
  border-radius: 100px;
}

/*  */

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #fff !important;
  color: fieldtext !important;
}

/*  */

textarea {
  resize: none !important;
}

.testiScroll {
  height: 100px;
}

/*  */

.fHighlight:hover {
  border-bottom: 2px solid #07484A;
}

.passwordEye {
  position: absolute;
  top: 12px;
  right: 10px;
}

/*  */
.targetForms a:focus {
  text-decoration: underline !important;
  text-decoration: none !important;
}

/*  */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #a7d5ea !important;
  color: #000 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ced4da !important;
}

.searchData:hover,
.searchData.hovered {
  background-color: #eeecec;
}

/*  */

.addCenter .addchild:nth-child(3),
.addCenter .addchild:nth-child(5) {
  margin: auto;
  /* Center the 3rd and 5th divs */
}

.imgBorder {
  border: 1px solid #f8f9fa;
}

.select2-container--open .select2-dropdown {
  left: 0px !important;
}

.select2-dropdown--below {
  z-index: 1 !important;
}

.proSticky {
  position: sticky;
  width: 100%;
  top: 100px;
}

.scrollSection {
  scroll-snap-align: start;
  scroll-margin-top: 200px;
}

.wcGradient {
  background: #0C6FAC;
  background: linear-gradient(to right, #0C6FAC 3%, #4F4786 13%, #AB2E69 21%, #C9063E 25%, #E95705 37%, #E42E3D 49%, #E10E61 50%, #B70B71 50%, #6D1F72 66%, #2C2C69 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


}

.nextDisabled:disabled {
  opacity: 0.65;
  cursor: not-allowed !important;
}


.mainimg img {
  height: 100%;
  max-height: 500px;
}

.img-wrap1 {
  cursor: pointer;
}

.blog-img-wrap {
  height: 220px;
  margin-inline: auto;
  background: #d3d3d36b;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.blog-subtitle-height {
  min-height: 48px;
}

.project_detail .xzoom-container img {
  object-fit: contain;
}

.cart_product_card {
  display: flex;
  flex-direction: column;
  gap: 6px;

  .cart_product_card--name {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;

    h5 {
      margin: 0;
      text-transform: capitalize;
    }
  }

  /* .cart_product_card--desc {} */

  .cart_product_card--quantity {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
}

.filter_product_card {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */

  .cart_product_card--rating {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: center;
  }
}

@media (min-width:576px) {

  .footer-rights,
  .inner-footer-rights {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width:576px) {
  .footer-nav-name {
    font-size: 10px;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.animate-pulse {
  background-color: #cdc9c9;
  animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  display: none;
  border-radius: 10px;
}

input[type="radio"] {
  accent-color: #095e54;
  /* Change this to your preferred color */
}

.mob-nav {
  .nav-logo {
    max-width: 135px;
    width: 100%;

    .nav-img {
      a {
        width: 100%;

        img {
          width: 100%;
        }
      }
    }
  }
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .active {
  display: block;
}

/* max width 350 */

@media (max-width: 350px) {
  .mob-nav {
    .nav-logo {
      max-width: 93px;
    }
  }
}

.slides-r.tt {
  background-color: d3d3d36b;
  margin: 0 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
}

.our-blog-page {
  .blogSlide {
    margin: auto;
  }
}

.profile-pic-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-pic-container {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* overflow: hidden; */
  border: 2px solid #ccc;
}

.profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.change-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 7px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-msg {
  color: #FF0000;
  margin-top: 5px;
  text-align: center;
}

.sendicon {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  cursor: pointer;
}

.bg-f-lg {
  margin-bottom: 0px;
}

/* media for 1200px */
@media (width < 1200px) {
  .bg-f-lg {
    margin-bottom: 80px;
  }
}

/* media for 768px */
@media (width < 768px) {
  .bg-f-lg {
    margin-bottom: 60px;
  }
}