.grecaptcha-badge{display:none;}
 .removwwish {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 9;
    background: var(--color-red);
    color: #fff;
}
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
   .nav-right-link:hover {
    color: var(--theme-color) !important;
}
.header-middle-list .list-item-info h5:hover {
       color: var(--theme-color);
}
 .iconeye {
    position: absolute;
    top: 45px;
    right: 20px;
}
.login-form .form-group {
     position: relative;
}
.removwwish:hover {
    border-color: var(--theme-color);
     background: var(--theme-color); color: #fff;
}
.simple-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.8px solid #555;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
  margin-right: 5px;
}

 .simple-checkbox input[type="checkbox"]:checked {
  background-color: #00b6b1;
  border-color: #00b6b1;
}

 .simple-checkbox input[type="checkbox"]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 13px;
  position: absolute;
  left: 3px;
  top: -1px;
}
.main-cat a {
    font-size: 15px;
    color: var(--theme-color);
 }
 svg {
     margin-right: 3px;
}
   .read-more-btn {
    background: none;
    border: none;
    color: var(--theme-color);
    cursor: pointer;
    padding: 0;
    font-weight: bold;
    margin-top: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid;
}
     .read-more-btn:hover {
     color: #fff;     background: #f0f8ff00;
}
.main-cat a:hover {
    color: var(--color-dark);
}
::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #00b6b1;
  background-image: -webkit-linear-gradient(45deg, rgb(31 62 106) 25%, transparent 25%, rgba(0, 0, 0, 0) 50%, rgb(31 62 106) 50%, rgb(31 62 106) 75%, transparent 75%, transparent);
  border-radius: 1px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 1px
}
  
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wave path { fill: #fff;   }
 
.whats:hover {
  background: #151515;
  color: #ffffff;
}
.whats {
  position: fixed;
  bottom: 125px;
  right: 30px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #28a745;
  /* display: none; */
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 0 #25d366;
  -webkit-animation: pulse 1.5s infinite;
}@keyframes pulse {
  0% {
      transform: scaleX(1);
  }

  50% {
      transform: scale3d(1.05,1.05,1.05);
      box-shadow: 0 0 0 15px #baffd4;
  }

  to {
      transform: scaleX(1);
      box-shadow: 0 0 0 0 #25d366;
  }
}
 
@keyframes rounded {
    50%{
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
	100% {
			  transform: rotate(360deg);
	}
}
 
  .listing .type {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    background: var(--color-red);
    color: #fff;
    font-size: 11px;
    padding: 5px 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 1;
    white-space: nowrap;
}

  .deal-img img {
    width: 80% !important;
    margin: auto;
}

.readblog{color:var(--theme-color);font-weight: 500;text-transform: capitalize;}
.readblog:hover{color:var(--color-dark);}
 .readblog .icon {
    margin-left: 5px;
}
 hr.custom-divider {
    width: 50%;
    margin: 5px auto;
    height: 2px !important;
    border: none;
    background: radial-gradient(circle, var(--color-dark) 0%, var(--theme-color) 40%, transparent 80%);
}
.custom-divider {
    height: 2px !important;
}
 .footer-list li a:hover {
     color: var(--theme-color);
}
.about-img .img-1 {
    border-radius: 100px;
    object-fit: cover;
    width: 100%;
    height: 550px;
}
.about-img .img-2 {
    border-radius: 100px;
    object-fit: cover;
    width: 100%;
    height: 377px;
}

.missionimg {
    height: 454px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
    margin-bottom: 25px;
}
.about-img .missionimg:after {
    content: '';
    /* background-color: #8dd3dc7a; */
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    right: 46%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    border-radius: 25px;
    z-index: -1;
    opacity: .7;
    border: 1px solid var(--theme-color);
}
.contact-info p a {
    color: var(--body-text-color);
 }
.contact-info p a:hover {
      color: var(--theme-color);
}
 .contact-info-icon i::after {
    position: absolute;
    right: 17%;
    bottom: -10%;
    height: 100%;
    width: 100%;
    content: "";
    background: var(--theme-color2);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
}
.contact-info-icon{
    position: relative;
}
.blog-thumb-img {
    height: 450px;
}
.blog-thumb-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.9s;
}
.widget .recent-post-item:last-child {
     border-bottom: 0px solid #1f3e6a24;
     padding-bottom: 0px;
 }
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .15;
}

.about-img .videoimg {
    border-radius: 25px;
    object-fit: cover;
    width: 100%;
    height: 420px;
    border: 1px solid #0101011a;
}
.videobox1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 500ms 
ease;
    z-index: 2;
}
.play-btn {
     position: relative; 
}

.text-transform{text-transform: capitalize;}

 .shop-single-count {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: center;
}
 
.product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-content {
    flex: 1;
}

.product-slider2 .owl-stage,.product-slider .owl-stage {
    display: flex !important;
}

.product-slider2 .owl-item,.product-slider .owl-item {
    display: flex !important;
    height: auto !important;
}

.product-slider2 .product-item,.product-slider .product-item {
    height: 100% !important;
}
 
.help-icon img {
    border-radius: 25px;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all 0.4s 
ease-in-out;
    height: 190px;
    border: 1px solid #e8e8e9d9;
 }
 
.login-page::after {
    position: absolute;
    right: -2%;
    bottom: -4%;
    height: 100%;
    width: 100%;
    content: "";
    background: #f0f8ff;
    z-index: -1;
    border-radius: 50px;
    /* opacity: 0.4; */
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.login-page {
    margin-left: 0 !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-radius: 50px;
    position: relative;
}
 .pddr {
    padding-right: 5px;
}

.help-content h4 a:hover {
    color: var(--theme-color);
}
.help-icon img:hover {
     transform: scale(1.1);
    transition: all 0.8s ease-in-out;
}

.help-bottom::after {
    position: absolute;
    right: -1%;
    bottom: -5%;
    height: 100%;
    width: 100%;
    content: "";
    background: #eaf3fb;
    z-index: -1;
    border-radius: 25px;
    /* opacity: 0.4; */
}

.inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 25px 20px 25px 20px;
    text-align: center;
}
.service-block-two .inner-box .icon-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #00b5b0;
    border: 2px solid #00b5b0;
    border-radius: 30px;
    padding: 15px;
    transition: all 500ms ease;
    margin: 0 auto;
    margin-bottom: 18px;
    border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0;
}

.service-block-two .inner-box .icon-box img {
    max-width: 47px;
    height: auto;
    filter: brightness(0) invert(1);
}
 .heiexp {
     min-height: 390px;
}
.cyclemethod {
    /* min-height: 380px; */
    /* clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); */
    background: var(--theme-bg-light);
    border-radius: 45px;
    box-shadow: 0 5px 20px 0px rgb(0 0 0 / 0%);
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0;
}
 
 .text p {
    margin-top: 16px;
    margin-bottom: 10px;
}
.read-more-text {
  max-height: 8em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  margin-bottom: 7px !important;
}

.read-more-text.expanded {
  max-height: 100000px;
}
.help-content p{margin-bottom: 0;}
.read-more-text1.expanded {
  max-height: 100000px;
}
 .read-more-text1 {
    max-height: 7em;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
    margin-bottom: 7px !important;
}


   @media (min-width: 0px) and (max-width: 991px)
    { 
        .help-item {
    min-height: auto;
}
.help-icon img {
     height: 210px;
}
      .shop-single-details {
    margin-top: 10px;
    margin-bottom: 10px;
}
      .blog-thumb-img {
    height: 250px;
}
  .blog-details-title {
    font-size: 21px;
 }     
.hero-single .hero-content .hero-title {
   font-size: 25px;
   }

.pb-100 {
    padding-bottom: 35px;
}
.product-item{
   min-height: auto;
}
.py-100 {
    padding: 30px 0;
}

  .deal-img img {
    width: 80% !important;
    margin: auto;
}
 .flex-direction {
    flex-direction: column-reverse;
}
.product-banner img {
     display: none;
}
.deal-info h1 {
    font-size: 28px;
}

.site-title {
     font-size: 27px; 
}
.py-80 {
    padding: 30px 0;
}
.instagram-img img {
     height: 165px;
}

.category-info .content h4 {
    font-size: 16px;
   font-weight: 600;
}
 .nav-right a {
         padding-bottom: 12px;
        padding-top: 12px;
    }
    .nav-right a:last-child {
         padding-bottom: 0px;
        padding-top: 0px;
    }
    .d-nonemoob{display: none;}

.pb-80 {
    padding-bottom: 30px;
}
 .pt-50 {
    padding-top: 30px;
}
.pb-40 {
    padding-bottom: 10px;
}

.pt-40 {
    padding-top: 30px;
}
.missionimg {
    height: 270px;
 }
.about-img .missionimg:after {
    right: 47%;
 }
.site-heading {
    margin-top: 10px;
}
.about-img .img-1 {
     height: 292px;
}
.about-img .img-2 {
     height: 198px;
}
.contact-map iframe {
    height: 300px;
 }
.pb-50 {
    padding-bottom: 30px;
}
.pt-60 {
    padding-top: 30px;
}
.about-img .videoimg {
     height: 340px;
}
.site-breadcrumb {
     padding-top: 58px;
    padding-bottom: 58px; 
}
.shop-single-gallery .flex-control-thumbs img {
   height: 75px;
}
.shop-single-gallery .flex-viewport img {
      height: 345px;
 }
.hero-btn {
    display: block;
    align-items: center;
    gap: 15px;
}


.g-4, .gx-4 {
    --bs-gutter-x: 1rem;
}
.item-4 .product-img {
     height: 125px; 
}
.item-4 .product-item {
     padding: 10px;
}
  .item-4 .product-title a {
    font-size: 16px;
 }
.item-4 .product-content {
     gap: 5px;
}
.item-4 .product-action a {
    width: 35px;
    height: 35px;
    line-height: 35px;
     margin: 0 3px;
    font-size: 14px;
}
 .blog-item-img img {
    height: 210px; 
}
.login-page::after {
     bottom: -2%; 
}







  }

