.menu-item:hover>.menu-link,
.menu-item.current>.menu-link,
i.i-plain.color::before,
.seconder .fbox-icon i::before,
.testi-meta,
.portfolio-desc h3 a:hover,
.entry-title h2 a:hover,
.entry-title h3 a:hover,
.entry-title h4 a:hover {
  color: #ff7f00 !important;
}

@media (min-width: 992px) {

  .sub-menu-container,
  .mega-menu-content,
  .dark .primary-menu:not(.not-dark) .sub-menu-container,
  .dark .primary-menu:not(.not-dark) .mega-menu-content {
    border-top: 2px solid #ff7f00;
  }

  .dark .primary-menu:not(.not-dark) .sub-menu-container,
  .dark .primary-menu:not(.not-dark) .mega-menu-content {
    background-color: #fff;
  }
}

.content-wrap {
  padding-bottom: 0;
}

#gotoTop,
.bord-rad1 {
  border-radius: 10px !important;
}

.fbox-icon i,
.fbox-icon img,
.dark #copyrights,
#copyrights.dark,
#gotoTop:hover,
.testimonial .flex-control-nav li a {
  background-color: #fdaa56;
}

#copyrights {
  background-color: #282828 !important;
}

.dark #copyrights,
#copyrights.dark,
.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless,
.dark .copyright-links a {
  color: #fff !important;
}

.dark #footer,
#footer.dark {
  border-top-color: #fff;
}

::-moz-selection {
  background: #ff7f00;
}

::selection {
  background: #ff7f00;
}

.bord-rad {
  border-radius: 25px !important;
}

.colla img {
  max-height: 60px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
  transition: 0.5s;
  opacity: 0.7;
}

.colla img:hover {
  -webkit-filter: unset;
  filter: unset;
  opacity: 1;
}

.heading-block::after,
.dark .heading-block::after {
  border-top: 6px solid #5252525e;
}

.dark .copyright-links a {
  border-bottom-color: rgba(250, 127, 2, 0.65);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.dark .copyright-links a:hover {
  border-bottom-color: rgba(250, 127, 2, 0.7);
}

.feature-box {
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 10px;
}

.feature-box:hover {
  cursor: pointer;
  transform: translateY(0) scale(1.2);
}

@media (max-width: 991px) {
  .feature-box:hover {
    transform: translateY(0) scale(0.9);
  }
}

.feature-box .fbox-content h3::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 4px;
  /* background-color: #ff7f00; */
  left: 50%;
  bottom: -10px;
  transition: all 0.4s ease-in-out;
}

.feature-box:hover .fbox-content h3::after {
  width: 100%;
  left: 0;
}

#header {
  background: rgb(255 255 255 / 70%) !important;
}

.menu-link,
#top-search,
.icon-line-search:before,
.icon-line-cross:before {
  color: #525252 !important;
}

.top-search-form input,
.section>.testimonial .testi-meta,
.section>.testimonial .testi-meta span,
.dark .top-search-form input {
  color: #232326 !important;
}

.mt-2 {
  margin-top: 2rem;
}

.other_product .portfolio-image {
  height: 150px;
}

.title-bottom-border h2 {
  border-bottom: 2px solid #ff7f00;
}

.shower {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.shapely-content.dropcaps-content h4 {
  margin-bottom: 0;
}

.lead {
  font-size: 14px;
}

#contactform-submit {
  background-color: #ff7f00;
}

.hidebig {
  display: none;
}

@media (max-width: 767px) {
  .hidesmall {
    display: none;
  }

  .hidebig {
    display: block;
  }
}

.mart-3 {
  margin-top: 3rem !important;
}

.demo_req {
  border-radius: 50px;
}

.blog_img {
  height: 234px !important;
}

.owl-carousel .owl-dots .owl-dot,
.button-luniva {
  background-color: #ff7f00;
}

.button-luniva:hover {
  background-color: #0f72b1;
}

.img360 {
  background-size: 100%;

}

.valsec {
  margin-top: 0;
  padding-top: 0;
  background-color: #fff;
}

.padd-bot {
  padding-bottom: 60px;
}

#demoCont {
  padding: 60px 0;
}

span.required {
  color: #ff0000;
}



/* edited */


.mobile-conatiner {
  width: 100%;
  height: 600px;
  background-color: #f3f3f3;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 13px;

  z-index: 0;
}

.mobile-conatiner .top {
  display: block;
  width: 40px;
  height: 6px;
  border-radius: 5px;
  background-color: #635d5d7c;
  margin: 10px 0;
}

.mobile-conatiner .mid {
  width: 100%;

  overflow: hidden;
}

.mobile-conatiner .mid img {
  width: 100%;
  height: auto;
}

.mobile-conatiner .bottom {
  width: 40px;
  height: 50px;
  border-radius: 50%;
  background-color: #635d5d7c;
  margin: 10px 0;
}

.c-indexing {
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 40px;

}

.web-conatiner {
  width: 100%;

  background-color: rgba(228, 226, 226, 0.849);
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  box-shadow: 2px 2px 10px #74746ea1;
}

.web-conatiner .top {
  display: flex;
  justify-content: end;
  padding: 5px 0;
}

.web-conatiner .top span {
  width: 20px;
  height: 20px;

  border-radius: 50%;
  margin-right: 4px;
}

.one {
  background-color: #a7db45;
}

.two {
  background-color: #dab848;
}

.three {
  background-color: #cc724f;
}


.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;

  justify-content: center;
  padding: 0 200px;
  align-items: center;

}

@media (max-width: 1024px) {
  .content-wrapper {
    padding: 0 100px;
  }
}

.top {
  display: none;

}

.left {
  flex: 0.5;

}

.right {
  flex: 0.5;
}

.costom h2 {
  font-size: 36px;
  text-transform: capitalize;
  color: #5cbcac;
  letter-spacing: 2px;
}

.costom h1 {
  font-size: 60px;
  text-transform: capitalize;
  color: #4f4f4f;
  line-height: 1;
  letter-spacing: 5px;
  font-weight: bolder;
  padding-bottom: 50px;
}

.left p {
  color: #525252;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1.6;
  padding: 10px 0;
  font-weight: 700;
}

.left p span {
  font-size: 18px;
  text-transform: uppercase;
  color: #5cbcac;
}



@media (max-width: 768px) {
  .content-wrapper {
    padding: 30px 30px 0 30px;
  }

  .costom h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .costom h2 {
    font-size: 25px;
  }

}

@media (max-width: 500px) {

  .top {
    display: block;
    padding-bottom: 20px;
  }

  .right img {
    display: none;
  }

  .costome-img img {
    height: 200px;
    display: block;

  }
}

/* title heading */
.title-heading h3 {
  font-size: 60px;
  text-transform: capitalize;
  letter-spacing: 4px;
  color: #4f4f4f;
}

.title-heading h1 {
  font-size: 60px;
}

.title-heading h4 {
  font-size: 30px;
  font-weight: 200;
  padding-bottom: 10px;
  color: #4f4f4f;
  letter-spacing: 1.5px;
}

.title-heading h5 {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin: 0;
  color: #4f4f4f;
}

.title-heading p {
  color: #5cbcac;
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .title-heading h1 {
    font-size: 50px;
  }

  .title-heading h3 {
    font-size: 40px;
  }

  .title-heading h4 {
    font-size: 28px;
  }

}

@media (max-width: 500px) {
  .title-heading h1 {
    font-size: 40px;
  }

  .title-heading h3 {
    font-size: 30px;
  }

  .title-heading h4 {
    font-size: 20px;
    padding-bottom: 0px;
  }

}

/* services  */

.hrOne {
  width: 100px;
  height: 4px;
  background-color: #5cbcac;
  border-radius: 10px;

}

.costomeBkg {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

@media (max-width: 500px) {
  .costomeBkg {
    padding: 10px 0;
  }
}

/* .services-card-container{

  
} */
.services-card-container .service-card {

  min-height: 450px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  border-radius: 10px;
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid #fff;
  box-shadow: 2px 2px 5px rgba(218, 211, 194, 0.788);
  margin-bottom: 30px;
}

.services-card-container .service-card:hover {
  border: 1px solid #5cbcac;
}

.services-card-container .service-card .service-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.services-card-container .service-card .service-img img {
  border-radius: 50%;
}

.services-card-container .service-card .ad-service-img {
  width: 100%;
  height: auto;
}

.services-txt h3 {
  margin-top: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5cbcac;
}

.services-txt p {
  letter-spacing: 1.5px;
  color: #525252;
}

/* service card 2 */
.service-card2 {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(218, 211, 194, 0.788);
  margin: 10px 0;
}

.service-card2-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card2-content {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, rgb(46, 160, 175) 0%, rgb(229, 238, 236) 82%);
  transition: height 0.3s linear 0.3s;

}

.service-card2-content h3 {
  padding-top: 10px;
  color: #fefefe;
}

.service-card2-content p {
  padding: 5px 10px;
  line-height: 1;
  color: #202020;
  font-size: 20px;
}

.service-card2:hover>.service-card2-content {
  height: 100%;

}



/* products carelab */
.main-row-container {
  padding: 80px 0;
}

.costomeOne {}

.main-row-container ul li {
  list-style: none;
  padding: 4px 0 4px 30px;
  color: #5cbcac;
  display: flex;
}

.costome-img {
  display: block;
}

.no-responsive {
  display: block;
}

.responsive {
  display: none;
}

@media(max-width: 1024px) {
  .main-row-container {
    padding: 50px 0;
  }
}

@media(max-width: 768px) {
  .main-row-container {
    padding: 30px 0;
  }
}

@media(max-width: 500px) {
  .main-row-container {
    padding: 20px 0;
  }

  .no-responsive {
    display: none;
  }

  .responsive {
    display: block;
  }
}

.costome-slide-container {
  /* background-color: #fefefe; */
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 0px;
  padding: 20px;
  margin: 0 2px;
  height: 200px;
  /* background: rgba(201, 248, 244, 0.562); */
  background: #5cbcace1;
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  /* border-radius: 10px; */
  border: 1px solid rrgba(188, 252, 247, 0.562);
 /* margin-right: 10px; */
}

/* blog */


.blog-card {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  height: 400px;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #7776763f;
  overflow: hidden;

}

.blog-card-img {
  object-fit: cover;
  height: 400px;
  border-radius: 4px;
  transition: 0.3s ease-in
}

.blog-card:hover>.blog-card-img {
  transform: scale(1.1);

}

@media (max-width: 500px) {
  .blog-card {
    height: 300px;
  }

  .blog-card-img {
    height: 300px;
  }

}

.blog-card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.blog-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.795);
  padding: 10px 20px;

}

/* .sub-card-container{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.blog-name-card{
  cursor: pointer;
  width: 100%;
  padding: 10px;
  background-color: #f5f5f5;
} */
.blog-detail-img img {
  width: 100%;
  border-radius: 4px;
}

/* gallery */
.gallery {
  display: flex;
  flex-wrap: wrap;

}

.img-content {
  width: 32%;
  margin: 5px auto;
}

/* about page */
.round-img {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.round-img img {
  border-radius: 50%;
}

.about-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
  width: 100%;
}

.client-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.client {
  width: 160px;
  margin: 20px 50px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.client:hover {
  transform: scale(1.1);
}

/* collection image card */
/* .collection-img{
  position: relative;
  height: 100%;
  top: 0%;
  transform: translateY(-50%);
/* } */
.img-card {
  padding: 10px;
  box-shadow: 4px 4px 10px #c7c7ca;
  background-color: #fefefe;
  border-radius: 10px;
  object-fit: cover;
  overflow: hidden;
}

.img-card img {
  border-radius: 4px;
}

/* .img-one{
  transform: rotate(2deg);
  z-index: 20;
}
.img-two{
  transform: rotate(-6deg);
  z-index: 10;
} */


@media (max-width: 760px) {
  .client {
    width: 120px;
    margin: 10px;

  }
}
.fieldError{
  color:rgb(221, 62, 89)
}