/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#smooth-content {
  will-change: transform;
}
.mainBtn {
  background: #ec268f;
  border-radius: 30px;
  padding: 8px 18px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.mainBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.mainBtn:hover:after {
  width: 100%;
}

.mainBtn.green {
  background: #a8cf45;
}
.hero-content .mainBtn {
  margin: 0 20px;
}
.mainBtn img.left {
  margin-left: 5px;
}
.mainBtn img.right {
  margin-right: 5px;
}
.mainBtn img,
.mainBtn span {
  position: relative;
  z-index: 7;
}
.knowmore {
  color: #ec268f;
  font-size: 20px;
}
.about-us-footer {
  margin-top: 4rem;
}
.about-us-footer img {
  position: relative;
  top: -1px;
}
.hero-content .section-title h3::before {
  left: -12px;
  width: 24px;
  height: 24px;
  background: url(../images/icon-sub-heading-green.svg) left center / cover
    no-repeat;
}
.hero-slider-layout .hero-slide::before {
  background-color: rgba(172, 28, 104, 0);
}
.hero.hero-slider .hero-slider-layout { margin-top: 110px;}
.hero.bg-image::before { background: none;}
.section-title h3 {
  letter-spacing: 0;
}
.section-title h2 {
  font-size: 36px;
}
.section-title .text {
  font-size: 20px;
  max-width: 600px;
  margin: 20px auto 0;
  line-height: 30px;
}
.hero.bg-image .hero-content .section-title h3::before {
  filter: none;
}
.about-us-content ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.about-us-content ul li img {
  display: inline;
  width: 40px;
}
.about-us-content ul li span {
  display: block;
}
.about-us-content ul li {
  margin: 0 40px 0 0;
  color: var(--accent-color);
  text-align: center;
}
/* .main-menu ul li a {    padding: 14px 4px !important;} */
.why-choose-us {
  background-color: #f6ffe0;
}
.section-title p.subtitle {
  color: var(--accent-color);
  margin-top: 5px;
}
.team-content h3,
.testimonial-body .author-content h3,
.why-choose-content h3 {
  color: var(--accent-color);
  font-weight: 900;
}
.cta-box-btn,
.post-social-sharing,
.why-choose-box-1 .why-choose-item .why-choose-content {
  text-align: left;
}
.why-choose-box-1 .why-choose-item {
  flex-direction: column;
}
.why-choose-item {
  align-items: baseline;
  flex-direction: column;
}
.why-choose-item {
  margin-bottom: 32px;
}
.blog-item,
.team-member-item {
  border: 1px solid #f5f5f5;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.blog-item .post-featured-image img {
  aspect-ratio: 1 / 0.8;
}
.post-item-body {
  padding: 0 20px 5px 20px;
}
.post-item-footer .knowmore {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  margin-left: 30px;
}
.post-item-body p {
  font-size: 15px;
}
.mySwiper2 .swiper-slide {
  display: table;
}
.mySwiper2 .swiper-slide .blog-item {
  display: table-cell;
}
.mySwiper2 {
  padding-bottom: 50px;
}
.our-testimonials {
  background: rgba(255, 229, 243, 1);
}
.testimonial-images {
  position: relative;
}
.testimonial-images .qt {
  width: 70px;
  position: relative;
  top: 20px;
}
.testimonial-images .product {
  width: 100%;
  max-width: 380px;
}
.testimonial-item-body {
  padding-top: 80px;
  color: #ec268f;
}
.connectwithus {
  padding: 5rem 0;
  background: #a8cf45 url( ) left center no-repeat;
}
.footer {
  background: rgba(79, 79, 79, 1);
  padding: 80px 0 60px;
  color: #fff;
}
.footericon {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.footerbox {
  margin-bottom: 20px;
}
.footerbox a {
  color: #fff;
}
.connectwithus-btn .mainBtn {
  margin-right: 30px;
  min-width: 200px;
  padding-left: 40px;
}
.connectwithus-btn .mainBtn img {
  position: absolute;
  right: 10px;
}
.mainBtn.black {
  background: rgba(90, 126, 0, 1);
}
.collections-wrapper {
  padding: 3rem 2rem 0;
}
.collections-category .swiper-slide {
  text-align: center;
}
.collections-category a {
  color: inherit;
}
.collections-name p {
  line-height: 1.4;
  margin-top: 10px; font-size: 14px;
}
.navbar-expand-lg .navbar-collapse {
  flex-direction: column;
  align-items: flex-end;
}
.main-menu ul li .header-btn a.mainBtn {
  padding: 8px 15px !important;
  color: #fff;
  margin-left: 3rem;
}
.nav-menu-wrapper.top-menu {
  width: 100%;
  text-align: right;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 7%,
    rgba(207, 237, 255, 1) 100%
  );
}
.nav-menu-wrapper.top-menu a {
  color: rgba(30, 132, 181, 1);
}
.navbar-brand {
  margin-left: 4vw;
  margin-top: 4px;
}
.navbar {
  padding-top: 0;
}
.navbarmenu2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.navbar {
  padding-bottom: 0;
}
.navbarmenu1,
.navbarmenu2 {
  padding-right: 2rem;
}
.top-menu input.form-control {
  border: none;
  border-radius: 20px;
  color: #fff;
  padding-left: 20px;
  background: #86c7ef url(../img/icons/search.svg) 96% center no-repeat;
}

.top-menu input.form-control::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}
.top-menu input.form-control:focus {
  border: none;
  box-shadow: none;
  background: #86c7ef 96% center no-repeat;
}
.main-menu ul ul {
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.main-menu ul ul li a {
  color: #707070;
}
.main-menu ul li.submenu > ul.megamenu {
  width: 100% !important;
  min-width: 500px !important;
  padding: 0 0 0 30px;
}
.hero-slider-layout .hero-slide {
  position: relative;
  padding: 280px 0 150px;
}
.megamenu-links {
  margin-top: 15px;
}
.mySwiper2 .swiper-pagination {
  transform: translateY(14px);
}
.mainBtn.rotate img {
  transition: all 0.4s ease;
}
.mainBtn.rotate:hover img {
  transform: rotate(45deg);
}

.mainBtn.rotateup img {
  transition: all 0.4s ease;
}
.mainBtn.rotateup:hover img {
  transform: rotate(-45deg);
}
/*
.knowmore {transition: all 0.4s ease; display: inline-block; }
.knowmore:hover { transform: translateX(20px);} */

.swiper-pagination-bullet {
  background: #818181;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #d9d9d9;
  width: 28px;
  border-radius: 4px;
}

.web-cam {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  position: relative;
  overflow: hidden;
  border: 15px solid #ffcee8;
}

video {
  width: 500px;
  height: 500px;
  position: absolute;
  top: -45%;
  left: -43%;
}

.center-image {
  margin-top: 7rem;
}

.web-cam-wrapper {
  position: relative;
  width: 302px;
  height: 302px;
  border-radius: 100%;
  border: 1px solid #ec268f;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #ec268f;
  border-radius: 50%;
  display: inline-block;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  position: absolute;
}

.dot.dot1 {
  transform: rotate(0deg) translate(9.5em) rotate(0deg);
}
.dot.dot1::after {
  content: url("../img/line/3.svg");
  position: absolute;
  left: 2px;
  top: -12px;
  background-repeat: no-repeat;
  background-position: center center;
}

.dot.dot2 {
  transform: rotate(45deg) translate(9.5em) rotate(-45deg);
}
.dot.dot2::after {
  content: url("../img/line/6.svg");
  position: absolute;
  left: 0;
  top: 1px;
  background-repeat: no-repeat;
  background-position: center center;
}

.dot.dot3 {
  transform: rotate(315deg) translate(9.5em) rotate(-315deg);
}
.dot.dot3::after {
  content: url("../img/line/1.svg");
  position: absolute;
  left: 0;
  bottom: -8px;
  background-repeat: no-repeat;
  background-position: center center;
}

.dot.dot4 {
  transform: rotate(135deg) translate(9.5em) rotate(-135deg);
}
.dot.dot4::after {
  content: url("../img/line/4.svg");
  position: absolute;
  right: 0;
  top: 1px;
}

.dot.dot6 {
  transform: rotate(225deg) translate(9.5em) rotate(-225deg);
}
.dot.dot6::after {
  content: url("../img/line/2.svg");
  position: absolute;
  right: 0;
  bottom: -8px;
}

.dot.dot5 {
  transform: rotate(180deg) translate(9.5em) rotate(-180deg);
}
.dot.dot5::after {
  content: url("../img/line/5.svg");
  position: absolute;
  right: 2px;
  top: -12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.mySwiper5 .swiper-wrapper {
  padding: 20px 0;
}
.mySwiper5 .swiper-slide {
  transition: all 0.5s ease;
}
.mySwiper5 .swiper-slide:hover {
  transform: scale(1.15);
}
/* .about-img-2 img {
  border: none;
  border-radius: 0;
} */
img.officeimg {width: 32vw !important;
  left: -10px;}
.about-img-2 img {
  border-radius: 30px;object-fit: fill;     background: #fff; border-width: 12px;
}

svg#right {
  height: 22px;
  width: 60px;
  opacity: 1;
  transition: 250ms all ease;
  cursor: pointer;
  display: flex;
  position: relative;
  top: 4px;
  align-items: center;
  path {
    transition: 250ms all ease;
    height: 100%;
  }
  &:hover {
    opacity: 1;
  }
}

.knowmore {
  display: flex;
}
.knowmore span {
  display: inline;
  margin-right: 30px;
}

.knowmore:hover svg#right path {
  d: path(
    "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z"
  );
  d: "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z";
}

.hero-slider-image {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#videobcg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  /* height: auto; */
  width: 100%;
  z-index: -100; object-fit: cover; overflow: hidden;
}

 .main-menu .navbarmenu2 ul li { margin: 0;}
 .main-menu .navbarmenu2 ul li a {    padding: 14px 12px !important;}

 .events-images img { width: 100%;}


.btn-default.medibtn::after {    background: rgb(197 15 111);}

.parallax-container {
  position: relative;
  overflow: hidden;
  background-color: #fff;
   padding-bottom: 460px; 
}

  
.parallax-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ==========================================================================
   pulsebox
   ========================================================================== */

.pulsebox {
  width: 100%;

  display: flex;
  justify-content: left;
}

.pulse-wrapper {
  position: relative;
  text-align: center;
  display: flex;
  left: 0;
  top: 90px;
  justify-content: center;
  align-items: center;
}

.pulse {
  position: absolute;
  width: 400px;
  height: 400px;

  border: none;
  border-radius: 100%;
  background-color: #9cca27;
  box-shadow: #9cca27 0px 0px 0px 0px;
  background-image: url(style.css);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  animation: 2.25s cubic-bezier(0, 0, 0, 0) 0s infinite normal none running
    pulse;
}

.size1 {
  width: 220px;
  height: 220px;
  background: #fff;

  box-shadow: #fff 0px 0px 0px 0px;
}

.size2 {
  width: 280px;
  height: 280px;
  background: #d1f96d;
  box-shadow: #d1f96d 0px 0px 0px 0px;
}

.size3 {
  width: 340px;
  height: 340px;
  background: #b1de3f;
  box-shadow: #b1de3f 0px 0px 0px 0px;
}
.size1,
size2,
size3 {
  opacity: 0;
}

.pulse:hover {
  animation: none;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}
.offilemobile { display: none;}

.accordion-button::after {

  content: '';
  position: absolute;
  right: 0px;
  top: 12px;
  bottom: auto;
  transform: translate(0) rotate(0deg);
  background-image: url(../img/icons/stat_minus_1.svg) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  border-radius: 50%;
  
  display: flex
;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  transition: all 0.3s ease-in-out;

}
.accordion-button:not(.collapsed)::after {    transform: translate(0) rotate(90deg);}

.other-options { margin-top: 30px;}
.other-options img { border-radius: 20px;}
.download-wrapper { padding: 30px 40px; background: #F5FFDD; border-radius: 20px;  margin-bottom: 40px;
}

.download-icon { display: flex; align-items: center; color: #EC268F; font-size: 18px; font-weight: 700;
}
.download-icon img { margin-right: 20px;}

/* .download-details-wrapper { padding-left: 10px; } */
.download-details-wrapper { margin-top: 20px;}
.download-details { display: flex; align-items: center; margin: 10px 0; color: #000; transition: all 0.6s ease;}
.download-details img { margin-right: 20px; }

.download-details:hover { opacity: 0.85; transform:  translateX(8px);}

.product-specification { margin-left: 30px; width: 96%;}
.product-content { padding-right: 30px;}
.accordion-header {
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px; padding-top: 10px;
}
.product-specification td { vertical-align: top; padding: 15px 0; border-bottom: 1px solid #d9d9d9;}


.owl-theme .owl-dots .owl-dot span {background: #869791;}
.owl-theme .owl-dots .owl-dot.active span  {    background: #D6D6D6;     width: 25px;}
.relatedproducts .product-row {    margin: 0 auto 70px;}



.parallax-img {
  height: 600px;
  background: #fff url(../img/hm-banner.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}




.top-banner { width: 100%; text-align:center;  background-repeat: no-repeat; background-size: cover;     background-position: center; ;}
.top-banner h2 { margin: 0; padding: 180px 0; margin-top: 100px;}
.product-row { position: relative;  max-width: 450px;     margin: 70px auto;
  display: block;}
.product-bg {
    width: 100%;
    height: 400px;
    background: #f4a653;
    padding: 40px;
    position: relative;
    z-index: 1; border-radius: 20px;
   
}
.products-list .product-name {
    font-size: 30px;
    max-width: 155px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 300;
}
.product-image {
    position: absolute;
    right: -10%;
    bottom: -25px;
    width: 100%;
    z-index: 1;
    
    text-align: right;
}

.main-menu .navbarmenu2 ul.sub-menu li a { padding: 6px 12px !important;}

.product-container-wrapper { 
	/* background: #82CFF0; */
	min-height: 460px; 
	position: absolute;
  top: 0;
  z-index: 8;
  left: 0;
  right: 0; display: flex;
  align-items: center;
}
.product-title { text-align: right; position: relative; /*top: -20px;*/}
.product-carousel { padding-top: 50px;}
.product-content-wrapper { padding: 50px 15px 30px;}
.product-navigation { display: flex; justify-content: space-between !important; margin-bottom: 40px;}
.otherproducts { text-transform: uppercase; }
.product-box { padding: 0 30px;}
.subhead { font-weight: 500; margin-top: 1em; color: #4f4f4f;}
p { margin-bottom: 1em;}
.product-box-content h2 { font-weight: 300; color: #4f4f4f;}
.product-navigation .knowmore span { color: #707070; margin-right: 15px; position: relative; top: 2px; font-size: 14px; }
.product-navigation .knowmore.knowmore-left { margin-left: -25px;}
.product-navigation .knowmore.knowmore-left span { margin-right: 0; margin-left: 15px;}
.product-navigation .knowmore.knowmore-left svg {     transform: rotate(180deg);}
.product-navigation .knowmore.knowmore-left svg#right path {fill:#d9d9d9}

.aboutus-banner .hero-slider-layout .hero-slide {
  position: relative;
  padding: 160px 0 100px;
}
.aboutus-banner .hero-slider-layout .hero-slide::before {
  background-color: rgba(0, 0, 0, 0.65);
}
.aboutus-banner .hero-slider-layout .hero-slide h4 {
  color: #ffffff;
}
.aboutusimg {
  border-radius: 30px;
}
.qahead {
  font-size: 40px;
  font-weight: 400;
  color: #EC268F;
  margin-bottom: 30px;
}
.qahead span {
  font-weight: 700;
}
.qahead-wrapper {
  margin-top: 70px;
}
.aboutusimg.aboutusimg2 {
  border-radius: 30px;
  max-width: 300px;
  margin: auto;
}
.ourvision h4 {
  margin: 30px 0;
  text-align: center;
}


.border-radius-15 {
  border-radius: 15px;
}
.post-thumb {
  overflow: hidden;
  position: relative;
}
.loop-grid {
  position: relative;
}
.loop-grid article {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.loop-grid .entry-content-2 {
  padding: 20px 30px;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #212529bf !important;
}
.post-title {
  margin-bottom: 15px ;
}
.post-title a {
  color: #253d4e;
}
.entry-meta {margin-top: 10px; line-height: 1;     font-size: 13px;     padding-bottom: 10px;}
.post-on {    margin-right: 10px !important;}
span.has-dot {
  padding-left: 10px;
  position: relative;
}
span.has-dot:before {
  background: #d2d2d2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: -2px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 4px;
}
.loop-grid  article {    text-align: center !important;     margin-bottom: 30px !important;}
.hover-up, .hover-up:hover {
  transition: all .25s cubic-bezier(.02,.01,.47,1);
}
.hover-up:hover {
  transform: translateY(-5px);
}
.post-title a:hover {
  color: #ec268f;
}
.contact-from-medicept h3 {margin-bottom: 10px !important;}
.contact-from-medicept h3 p.text-muted {    margin-bottom: 30px !important;     font-size: 14px;}

   
   .medicept-form .form-control {
        padding: 15px 20px;
    }
    .medicept-form .form-control:focus { outline: none; box-shadow: none; border-color: #ec268f66;;}
.medicept-form { padding-top: 40px; padding-bottom: 80px;}
.medicept-form .mainBtn.submitbtn { margin: auto;     border: none;}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) { 
 
  .main-menu .navbarmenu2 ul li a {
    padding: 14px 8px !important;
}

.main-menu ul li a {    font-size: 13px;}

}




@media only screen and (max-width: 991px) { 
  
  .navbar-toggle { margin-right: 15px;}
  .slicknav_icon .slicknav_icon-bar { position: relative; top: 2px; left: -2px;}
  .why-choose-image { display: none;}
  .connectwithus .container-fluid  { padding-left: 15px !important; padding-right: 15px !important; padding-top: 30px !important;}
  .text-white.tcolor { color: #222 !important; margin-bottom: 30px;}
  .officeimg { display: none;}
  .connectwithus-btn .mainBtn { min-width: 175px;}
  .connectwithus-btn .mainBtn {    margin-right: 10px;}
  .offilemobile { display: block;}
  .footerlogo { margin-bottom: 30px;}
  .navbar-brand img {max-width: 110px !important;}
  .navbar  { padding: 15px 0;}
  .why-choose-content{ width: 100%; }
  .why-choose-item  {padding-left: 15px; padding-right: 15px; margin-bottom: 50px !important; }
  .main-menu { padding: 15px 30px;         /* width: calc(100% - 100px);*/ }
  .main-menu.active { height: 100%; }

  .nav-menu-wrapper.top-menu { text-align: left; background: none; padding-top: 20px;}
  .main-menu .nav-menu-wrapper>ul {     align-items: normal;}
  .main-menu .nav-menu-wrapper { text-align: left;}
  .main-menu ul li .header-btn a.mainBtn { margin-left: 0; margin-top: 15px;}
  .main-menu ul li a {padding: 8px 15px !important;}
  .main-menu .navbarmenu2 ul li a {
    padding: 8px 12px !important;
}
.nav-menu-wrapper form { margin-top: 15px;}
.megamenu img { display: none;}
.main-menu ul li.submenu > ul.megamenu { z-index: 9;}
.main-menu ul ul { visibility: visible; opacity: 1; position: relative;; height: 0;}
.main-menu ul li.submenu.active ul  { height: 100%;}
.main-menu ul li.submenu > ul, .main-menu ul li.submenu > ul.megamenu {    min-width: 100% !important; padding: 0 0 0 15px;}
.slicknav_menu { top: 80px;}

.nav-menu-wrapper.top-menu a { color: #fff;}
 .slicknav_nav ul li>a {padding: 10px 20px !important; margin: 0 !important;}
.header-btn { margin-top: 20px;}
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover { background: none !important; color: #fff !important;}
 .slicknav_nav .slicknav_open  .slicknav_item {    background: #ec268f !important; color: #fff !important;}
.megamenu-links {
  margin-top: 0;     background: #616161;
} 
.slicknav_open>a .slicknav_arrow:after {    color: #fff;}
.slicknav_menu { position: fixed;}




}

.btn-default, .hero.bg-image.hero-video,  .reveal {    overflow: visible;}
.product-row.image-anime {overflow: visible;}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.swiper-lg {
  display: block;
}
.swiper-xs {
  display: none; 
}

.events-images img { border-radius: 40px;     border: 1px solid #ddd;}

@media only screen and (max-width: 480px) { 
  
	.product-carousel { margin-left:-30px}

  .parallax-container  { padding-bottom: 300px;}
  .swiper-lg {
    display: none;
}
.swiper-xs {
  display: block;
}

.hero-slider-layout .hero-slide {
  position: relative;
  padding: 100px 0 120px;
}
.bottomline { display: none;}

 }


/* ==========================================================================
   CMS css code
   ========================================================================== */

.ScrollSmoother-wrapper {    position: absolute !important;}

.collections-category img { border-radius: 100%; /* min-height: 140px; min-width: 140px; */    border: 1px solid #d1d1d1;    aspect-ratio: 1; }
.event-wrapper img { aspect-ratio: 1;}

.mySwiper8 .swiper-button-prev, .mySwiper8 .swiper-button-next, .mySwiper8 .swiper-pagination {    /*display: none !important;*/ color:#999999}
.mySwiper8 .swiper-pagination {opacity:0 !important}

.collections-category {}
.collections-category .item {
  text-align: center; transition: all 0.5s ease; 
}

.collections-category .item:hover {
   transform: scale(1.15);
}
.owl-carousel.categoryproducts .owl-stage-outer { padding: 20px 0;  }
.product-container-wrapper .product-title img {max-width: 340px;}


.main-menu .navbarmenu2 ul li:nth-child(8),
.main-menu .navbarmenu2 ul li:nth-child(9),
.main-menu .navbarmenu2 ul li:nth-child(10),
.main-menu .navbarmenu2 ul li:nth-child(11),
.main-menu .navbarmenu2 ul li:nth-child(12),
.main-menu .navbarmenu2 ul li:nth-child(13),
.main-menu .navbarmenu2 ul li:nth-child(14),
.main-menu .navbarmenu2 ul li:nth-child(15)
 {  }

.search-result-item {     display: flex;      align-items: center;   background: #fff; text-align: left; }
.search-result-item:hover { background: #E3FF9E; }
.search-result-item  img {    height: 80px;     width: 80px; margin-right:15px} 
.search-view-all {display: block;
    text-align: center;
    background: #fff;}
.top-menu input.form-control {    position: relative;
    z-index: 100;
}
.search-results-dropdown.active {  display: block;}
.search-results-dropdown {    border-radius: 20px;
    position: absolute;
    width: 100%;
      right: -5px;
    z-index: 99;background: #fff;
    min-width: 500px;         overflow: hidden;
    padding-top: 70px;
   
    top: -5px; display: none;}

.image-anime.bdiv { 

    width: 100%;  height: 100%; background:transparent; position:absolute;z-index:9; top:0;
} 

.relatedproducts .product-row { width:88%}
	.relatedproducts .product-bg { height:initial; max-height:320px; padding-bottom:70%; padding-top:40px}

.navbarmenu2 .navbar-nav li:last-child ul { left:initial; right:0; overflow: visible;}
.navbarmenu2 .navbar-nav li:last-child ul ul { background: #fff;
    z-index: 9999 !important;
    right: 100% !important;}





.search-no-results {text-align: center;
    padding: 0 15px 40px 15px;
    color: #256a95;
}


#hm-video .swiper-container {
  width: 100vw;
  height: 100vh; max-height:500px;
  display: flex;
  align-items: center;
  justify-content: center;     margin-top: 135px;
}

#hm-video .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#hm-video video { top:0; left:0}

#hm-video .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  position: relative;
  overflow: hidden;
}

#hm-video .swiper-slide img,
#hm-video  .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hm-video  .autoplay-progress {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hm-video .autoplay-progress svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  transform: rotate(-90deg);
}

#hm-video .autoplay-progress .bg {
  fill: none;
  stroke: #a6cd3c;
  stroke-width: 4;
}

#hm-video .autoplay-progress .progress-ring {
  fill: none;
  stroke: #ea078c;
  stroke-width: 4;
  stroke-dasharray: 126;
  stroke-dashoffset: 126;
  transition: stroke-dashoffset 0.25s linear;
}

#hm-video .autoplay-progress .countdown {
  font-size: 14px;
  font-weight: bold;
  color: #a6cd3c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#hm-video .video-toggle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #a6cd3c;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}

#hm-video .autoplay-progress:hover .video-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
#hm-video .swiper-pagination {
  position: absolute;
  top: 450px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

#hm-video .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #a5ce34;
  opacity: 1;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s;
}

#hm-video .swiper-pagination-bullet-active {
  background: #eb058b;
}

.search-results-dropdown { box-shadow: 0 0 10px #ccc}
.main-menu ul li.submenu ul { box-shadow: 0 0 10px #ccc}
.navbarmenu2 .navbar-nav li:last-child ul ul {    border-radius: 10px 0 0 10px;}

.main-menu ul>li.submenu:first-child ul {
    width: 100%;
    min-width: 600px;
    column-count: 2;
    column-gap: 10px;
}
.navbarmenu2 .navbar-nav li:last-child ul ul { width: 100%;
    min-width: 250px;}



@media only screen and (max-width: 480px) { .navbar-toggle a + a { display: none !important}

	.slicknav_icon .slicknav_icon-bar {        top: 0;
        left: 0;}
	.search-container { margin-left:15px; width: 100%;}
	#hm-video .swiper-container {    margin-top: 88px;}
	.submenu  a a { padding:0 !important}
	.slicknav_nav ul  {margin-left:20px!important}
	.downloadsec .product-row { width:90%}
	.downloadsec .product-image {  max-width: 180px!important;  right: -15px;
    bottom: -45px;
    width: 90%;}
	.slicknav_nav {overflow: scroll;
    height: 95vh;
    padding-bottom: 40px;}
	.product-container-wrapper .product-title img { width:100%}
	.product-title {margin: auto;
        padding: 40px 15px;
        width: 100% !important;
        max-width: 240px; }
	.product-container-wrapper {        top: 50px !important;}
	.download-wrapper { margin-bottom:0}
	.product-content-wrapper {padding-bottom:0}
	.slicknav_nav .slicknav_open .slicknav_item { background: none !important}
	.navbarmenu2 { margin-top:0 !important}
	.navbarmenu2 .navbar-nav li:last-child ul ul { background: none}
	.connectwithus-btn .mainBtn {    padding-left: 15px;}
	.abouthref { top:-40px !important}
	.abouthref.abouthref-xs {top:-100px !important}
	.aboutusimg-iae { margin-bottom:40px !important}
	
}
