/* Navigation css START  */
/* Submenu positioning */

@media screen and (min-width: 769px) and (max-width: 1023px) {
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .hero-section:before {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  section {
    padding: 100px 0;
  }

  .cyan-blue {
    color: #56c4cf;
  }

  .heading-text h2 {
    font-size: 40px;
    line-height: 55px;
  }

  .btn-primary_withicon i {
    font-size: 18px;
    width: 45px;
    height: 45px;
  }

  .btn-primary_benefits {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 16px 50px !important;
    font-size: 19px;
    transition: 0.3s ease-out;
    justify-content: space-between;
    margin-bottom: 28px;
  }

  .bed-for-patients-text p {
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    color: #9ea2a5;
  }

  .importance p {
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    color: #9ea2a5;
  }

  .last-text {
    p {
      font-weight: 300;
      font-size: 20px;
      line-height: 38px;
      color: #9ea2a5;
    }

    h2 {
      font-size: 46px;
    }
  }

  /* Navigation Dropwdown  */
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }

  .dropdown-menu li a {
    padding: 10px 20px;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    background: var(--link-color);
  }

  .dropdown > .dropdown-toggle::after {
    transition: transform 0.2s ease;
  }

  .dropdown:hover > .dropdown-toggle::after {
    transform: rotate(180deg);
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: var(--link-color);
  }

  /* SUBMENU POSITION */
  .dropdown-submenu {
    position: relative;
  }

  /* SUBMENU HIDDEN BY DEFAULT */
  .dropdown-submenu > .submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0;
    border-radius: 0.375rem;
  }

  /* SUBMENU SHOW ON HOVER */
  .dropdown-submenu:hover > .submenu {
    display: block;
  }

  /* Optional styling */
  .megamenu {
    min-width: 260px;
  }

  .submenu {
    min-width: 240px;
  }

  .dropdown-toggle::after {
    position: unset;
    right: unset;
  }

  /* Footer css  */
  .social-footer ul {
    /* text-align: -webkit-right; */
  }

  .social-footer li {
    width: 35%;
  }

  .social-footer-right li {
    width: unset;
    justify-content: flex-end;
    z-index: 9999 !important;
    text-decoration: underline;
    color: #b1b0b096;
    text-underline-offset: 5px;
  }

  .social-footer-right ul {
    justify-content: end;
  }
  .social-footer-left ul {
    justify-content: start;
  }
  .social-footer-left li {
    width: unset;
    justify-content: flex-start;
    z-index: 9999 !important;
    margin-right: 16px;
    text-decoration: underline;
    color: #b1b0b096;
    text-underline-offset: 5px;
  }

  .social-footer-right a {
    padding: 5px;
  }

  .social-footer-right {
    width: 100%;
    margin-left: auto;
  }

  .footer-form {
    width: 90%;
  }

  .footer-form h2 {
    font-size: 37px;
    line-height: 55px;
  }

  footer {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  footer::before {
    content: "";
    background: url(../images/home/zerog.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    bottom: -100%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  /* HOME PAGE CTA CSS START */
  .cta-bg {
    height: 350px;
    padding: 40px;
    position: relative;
  }

  .cta-bg h2 {
    font-size: 45px;
  }

  .cta-bg-img {
    position: absolute;
    right: 10px;
    width: 55%;
    bottom: 0;
  }

  /* Key Credentials css START*/
  .key-credenial-icon-text {
    width: 25%;
    margin-bottom: 20px;
    padding: 10px;
  }

  .key-credential-icon-img img {
    width: 75%;
  }

  .key-credential-icon-img {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start;
  }

  .key-credenial-icon-text h3 {
    font-size: 17px;
    color: #ffffff;
    margin-top: 15px;
    font-weight: 200;
  }

  .key-credential-text h2 {
    font-size: 26px;
    line-height: 42px;
  }

  .key-credential-icon_main h2 {
    font-size: 21px;
  }

  .key-credentials-text_main {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    height: 100%;
  }

  .key-cred-bg {
    padding: 30px;
  }

  .ce-img {
    position: absolute;
    right: -100px;
    top: -100px;
  }

  .ce-img img {
    width: 85%;
  }

  /* Key Credentials css END*/

  /*HOME FAQs Css Home  */
  .home-faq .accordion-button {
    font-size: 16px;
  }

  .home-faq .accordion-button,
  .home-faq .accordion-body {
    font-size: 16px !important;
    padding: 0 !important;
  }

  .home-faq .accordion-button:not(.collapsed) {
    padding-bottom: 10px !important;
  }

  .home-faq .accordion-item {
    margin-bottom: 30px !important;
  }

  .home-faq .accordion-button::after {
    position: absolute;
    top: 3px;
  }

  .home-faq h2 {
    font-size: 50px;
    line-height: 65px;
  }

  .faq-video video {
    object-fit: cover;
    height: 500px;
  }

  /*HOME FAQs Css Home  */
  /* VIDEO SLIDER  */

  .video-carousel .owl-item {
    opacity: 0.4;
    transform: scale(0.85);
    transition: all 0.4s ease;
  }

  .video-carousel .owl-item.center {
    opacity: 1;
    transform: scale(1.2);
    z-index: 2;
  }

  /* TESTIMONAIL CSS  */
  .testimonal-heading h2 {
    font-size: 52px;
  }

  .posterSwiper {
    width: 409px;
    margin: unset !important;
  }

  .poster-card {
    padding: 30px;
    height: 100%;
  }

  .map-pulse {
    left: 110px;
    top: 332px;
  }

  /* TABS HOMe  */
  .comfort-zone-tab {
    display: flex;
    flex-wrap: nowrap;
  }

  .home-tabs-img .nav-tabs {
    display: flex !important;
    flex-wrap: nowrap;
  }

  .home-tabs-img .tab-content > .tab-pane {
    display: block !important;
    margin-bottom: 0 !important;
  }

  .home-tabs-img .tab-pane button {
    display: none;
  }

  .nav-tabs button {
    margin-right: 10px;
    margin-top: 9px;
    margin-bottom: 9px !important;
    border-radius: 7px !important;
    padding: 12px 20px;
    color: #1f1f1f;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    background: #1f1f1f;
    color: #fff;
  }

  /* kaustubh */
  /* ================= TAB CONTENT BOX ================= */
  .comfort-text {
    text-align: center;
    color: #d08a4c;
    font-weight: 500;
    font-size: 25px;
    display: block;
    width: 100%;
  }

  .support-cnt .tab-content {
    background: #1d1d1d;
    border-radius: 20px;
    padding: 28px;
  }

  .support-cnt {
    background: #010708;
    border-radius: 20px;
    padding: 60px 20px;
    display: inline-block;
  }

  /* ================= TEXT STYLES ================= */

  .causes-of-pain h2 {
    font-weight: 500;
  }

  .causes-of-pain h4 {
    font-weight: 500;
    color: #d08a4c;
  }

  .causes-of-pain p {
    /* font-weight: 300; */
    line-height: 34px;
    font-size: 18px;
    /* color: #ffffffbd !important; */
  }

  .more-text {
    color: #666666;
    font-weight: 300;
    line-height: 28px;
    font-size: 17px;
  }

  /* ================= HEADING BUTTON ================= */

  .heading-btn-round span {
    background: linear-gradient(90.78deg, #ae6e32 0.67%, #dd9d60 126.71%);
    color: #fff;
    padding: 20px 25px;
    border-radius: 40px;
    display: inline-block;
  }

  /* ================= TABS BACKGROUND IMAGE ================= */

  .comfort-zonetabs {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }

  .support-cnt .tab-content {
    width: 35%;
    margin-left: 60px;
  }

  /* ================= ZIGZAG BUTTON POSITION ================= */

  .sleep .nav-item button {
    border-radius: 7px !important;
    padding: 12px 10px;
    background: #1d1d1d;
    margin: 6px;
    width: 121%;
  }

  .sleep .nav-link {
    position: relative;
    color: #fff;
    transition: transform 0.3s ease;
  }

  .sleep .nav-item:nth-child(odd) .nav-link {
    transform: translateY(71%);
  }

  .sleep .nav-item:nth-child(even) .nav-link {
    transform: translateY(-54px);
  }

  /* Active tab straight */
  .sleep .nav-link.active {
    transform: translateY(0);
    background: linear-gradient(90.78deg, #ae6e32 0.67%, #dd9d60 126.71%);
    color: #ffffff !important;
    border-radius: 12px;
  }

  /* ================= HOVER STYLE ================= */

  .sleep .nav-link:hover {
    background: linear-gradient(107.68deg, #e09f62 30.43%, #b37337 105.68%);
    color: #000;
  }

  /* ================= ANIMATED VERTICAL LINE ================= */

  /* Hidden line */
  .sleep .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    background: linear-gradient(107.68deg, #e09f62 30.43%, #b37337 105.68%);
    opacity: 0.8;
    transform: translateX(-50%) scaleY(0);
    transition: transform 0.5s ease;
    top: 100%;
  }

  /* Grow on hover */
  .sleep .nav-link:hover::after {
    transform: translateX(-50%) scaleY(1);
  }

  /* Stay for active tab */
  .sleep .nav-link.active::after {
    transform: translateX(-50%) scaleY(1);
    height: 100%;
  }

  .image-wrapper {
    position: relative;
    width: 100%;
  }

  .image-wrapper img {
    width: 100%;
    display: block;
  }

  .comfort-title {
    position: absolute;
    top: 40px;
    /* adjust vertically */
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    font-weight: 600;
    color: #d08a4c;
    border: 2px solid #d08a4c;
    padding: 8px 20px;
  }

  .comfort-title span {
    color: #ff9d3b;
  }
  .mobile-text {
    text-align: justify;
  }
  /* end */

  /* updated tabs */

  /* end */

  /* BETTER VERSION CSS  */
  .better-v-box-main {
    display: flex;
    gap: 20px;
  }

  .better-v-box-main .img_wrapper {
    width: 20%;
  }

  .product-img1 {
    position: absolute;
    right: 0;
    top: -10%;
  }

  .product-img1 img {
    width: 100%;
  }

  .banefits-home .img_wrapper {
    margin-bottom: 0px;
  }

  /* HERO SECTION  */

  .navbar {
    width: 100%;
    z-index: 999;
    padding: 19px 0;
    position: absolute !important;
  }

  .navbar-brand {
    padding: 15px 0;
  }

  .home-btn-right {
    position: relative;
    z-index: 1;
    width: 25%;
    padding: 30px 0;
    text-align: end;
  }

  .home-btn-right button {
    color: #fff;
    font-size: 16px;
    border-top: 1px solid #b5875b;
    border-bottom: 1px solid #b5875b;
    background: transparent;
    padding: 10px 0;
    border-left: 0;
    border-right: 0;
  }

  .navbar-expand-lg .navbar-collapse {
    align-items: center;
    justify-content: center;
  }

  .navbar > .container {
    align-items: stretch !important;
  }

  .navbar-collapse {
    height: 100%;
    padding: 7px;
    z-index: 1;
    width: 100%;
    background-size: cover !important;
    background: url(../images/home/navbar-vector.svg) no-repeat center;
  }

  .benefitSection .left-image {
    height: 525px;
  }

  .benefitSection div#benefitacc {
    width: 525px;
  }

  #benefitacc-2 {
    width: 100%;
  }

  .right-acc-2 {
    padding-left: 110px;
  }

  /* Banner css  */
  .banner-text h1 {
    font-size: 40px;
    line-height: 59px;
    margin-bottom: 20px;
  }

  .banner-text p {
    font-size: 20px;
    font-weight: 300;
    font-style: light;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .hero-section {
    padding: 200px 0 100px 0;
    height: auto;
    margin: 20px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }

  .hero-section .owl-carousel {
    z-index: 0;
  }

  .hero-section:before {
    content: "";
    position: absolute;
    right: -20px;
    background: url(https://beta.savit.in/zerog/assets/images/home/banner1.webp)
      right;
    width: 100%;
    height: 100%;
    margin: 20px;
    top: 0;
    background-size: cover;
  }

  /* .hero-section::after{
    content:'';
    position:absolute;
    right:0px;
    background:url(https://beta.savit.in/zerog/assets/images/home/bottom-banner-vector.svg) right;
    width:100%;
    height:100%;
    margin: 20px;
    bottom: 0;
    background-size: cover;
} */
  .container_mouse {
    margin-top: 140px;
  }

  .upgrade-btn-up {
    transform: rotate(10deg);
    position: absolute;
    top: -32px;
    right: 158px;
    color: #fff;
    z-index: 1;
    background: #2b2a29;
    border-radius: 50px;
    border: 1px solid #ffffff91;
    padding: 13px;
  }

  .upgrade-btn-up a {
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .upgrade-btn-left {
    position: absolute;
    top: 32%;
    left: -10%;
    color: #fff;
    z-index: 1;
    border-radius: 50px;
    border: 1px solid #ffffff91;
    backdrop-filter: blur(38.08701705932617px);
    padding: 13px;
    -webkit-backdrop-filter: blur(114.087017px);
  }

  .upgrade-btn-left a {
    border-radius: 50px;
    color: #fff;
    backdrop-filter: blur(38.08701705932617px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .upgrade-btn-left img,
  .upgrade-btn-up img,
  .upgrade-btn-right img {
    filter: brightness(0) invert(1);
    width: 15px;
  }

  .upgrade-box-right::after {
    width: 88px;
    left: -45px;
    top: 65%;
  }

  .upgrade-btn-right {
    position: absolute;
    top: 20%;
    right: -15%;
    color: #fff;
    z-index: 1;
    border-radius: 50px;
    border: 1px solid #ffffff91;
    backdrop-filter: blur(38.08701705932617px);
    padding: 13px;
  }

  .upgrade-btn-right a {
    border-radius: 50px;
    color: #fff;
    backdrop-filter: blur(38.08701705932617px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  /* ABOUT US PAGE CSS  */
  .d4-surgical {
    background: #3b3b3b;
  }

  .d4-surgical > img {
    width: 81.5px;
    height: 63.59765625px;
  }

  .right-arrow {
    color: white;
  }

  /* carousel */
  /* carousel-end */
  .about-text h3 {
    color: #1f2937;
  }

  .about-text p {
    color: #6b7280;
  }

  /* ABOUT US PAGE CSS DIVYA MOBILE FIRST */
  .breadcrum-text h1 {
    font-size: 50px;
  }

  .arrow {
    padding-top: 118px;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .about-text h2 {
    font-size: 38px;
  }

  .innovation-text {
    padding: 35px;
  }

  .product-design-text h2 {
    line-height: 60px;
  }

  .causes-of-pain h2,
  .pain-relief-text h2 {
    font-size: 40px;
  }

  .flex-around {
    justify-content: space-around;
  }

  .scrollTabsContainer {
    padding: 200px 0 0 0;
  }

  .icon-box {
    width: 30%;
  }

  .right-icons {
    padding: 30px;
  }

  .price-btn {
    flex-direction: row;
  }

  .bed-text {
    h2 {
      font-size: 50px;
    }

    p {
      color: #b0aead;
      font-weight: 400;
      line-height: 38px;
      font-size: 19px;
    }
  }

  .left-text h3 {
    line-height: 47px;
    font-size: 30px;
  }

  .left-text p {
    font-size: 19px;
    line-height: 32px;
  }

  .left-text h2 {
    font-size: 50px;
  }

  .correct-bed-text {
    h2 {
      font-size: 50px;
    }

    p {
      color: #b0aead;
      font-weight: 400;
      line-height: 38px;
      font-size: 19px;
    }
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .hero-section:before {
    width: 80%;
  }

  .banner-text h1,
  .banner-text h2 {
    font-size: 50px;
    line-height: 59px;
    margin-bottom: 20px;
  }

  .upgrade-box-left {
    margin: 65px 66px 65px 127px;
    padding: 60px 32px 32px 32px;
    position: relative;
  }

  .upgrade-box-left::before {
    content: "";
    position: absolute;
    top: 0;
    right: -95px;
    width: 26%;
    height: 100%;
    background-color: #fcc46c;
    -webkit-mask: url("../images/home/arrow-vector.svg") no-repeat right center;
    -webkit-mask-size: contain;
    mask: url("../images/home/arrow-vector.svg") no-repeat right center;
    mask-size: contain;
    z-index: 1;
    animation: arrowMove 1.8s ease-in-out infinite;
  }

  .upgrade-box-right {
    padding: 60px 40px 40px;
  }

  .upgrade-list ul {
    padding-top: 25px;
  }

  .upgrade-list ul li {
    font-size: 16px;
  }

  .enquire-button {
    flex-direction: row;
  }
}
/* sticky CTA starts */
.sticky-cta {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: linear-gradient(103.49deg, #e2a164 2.14%, #ae6e32 89.15%);
  color: #fff;
  padding: 18px 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  transition: 0.3s ease;
}

.sticky-cta:hover {
  background: linear-gradient(103.49deg, #ae6e32 2.14%, #e2a164 89.15%);
  color: #fff;
}
@media (max-width: 768px) {
  .sticky-cta {
    padding: 14px 7px;
    font-size: 13px;
    color: white;
  }
  .sticky-cta:hover {
    background: linear-gradient(103.49deg, #ae6e32 2.14%, #e2a164 89.15%);
    color: #fff;
  }
  .benifits-row {
    margin-top: 240px;
  }
  /* @supports (-webkit-touch-callout: none) {
    .benifits-row {
      margin-top: 150px;
    }
  } */
}
/* sticky CTA ends  */
/* bed for patients page start */

/* bed for patients page end */
