.main_menu nav {
  border-bottom: 1px solid rgb(195, 190, 190);
}

.first-row {
  width: 100%;
  padding: 50px;
  display: flex;
  gap: 50px;
}
.first-row .first-col {
  width: 15%;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  /* align-items: center; */
  /* padding-right: 30px; */
  height: 574px;
  overflow: scroll;
}

.selected-img {
  border: 1px solid #1e306e;
}

.first-row .first-col label,
.first-col label img {
  max-width: 100px;
  max-height: 100px;
  cursor: pointer;
  /* margin-bottom: 10px; */
}

.first-row .first-col::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.first-row .second-col {
  width: 85%;
}

.first-row .third-col {
  width: 35%;
  color: black !important;
}

.first-row .third-col img {
  width: 100px;
  max-height: 500px;
}

.first-row .third-col .tab-section .tab-content {
  margin-top: 15px;
}

.first-row .third-col .nav-tabs {
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgb(171, 169, 169);
}
.first-row .third-col .nav-item {
  border: none;
  /* border-bottom: 1px solid rgb(171, 169, 169); */
}
.first-row .third-col .nav-link {
  color: rgb(171, 169, 169);
  padding: 0 10px;
  border: none;
}
.first-row .third-col .nav-link.active {
  border: none;
  color: #1c346c;
  border-bottom: 2px solid #1c346c;
}

/* Custom CSS for accordion */
.accordion-button {
  font-size: 18px; /* Adjust font size here */
  text-align: left; /* Align the text to the left */
}

/* Center the Buy Now button */
.btn-primary {
  display: block;
  margin: 0 auto;
}

/* .accordion-section {
  padding-left: 10px;
} */

.accordion-button {
  background-color: rgb(234, 248, 253);
  border: none;
  margin: 5px;
}

.accordion .accordion2 {
  background-color: rgb(234, 248, 253);
  color: #1c346c;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #000;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 600px;
  transition: 0.4s;
}

.active2,
.accordion .accordion2:hover {
  background-color: rgb(234, 248, 253);
}

/* .accordion .accordion2:after {
  content: "\02795";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
} */
.accordion .panel2 {
  padding: 0 18px;
  background-color: rgb(234, 248, 253);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion {
  background-color: rgb(234, 248, 253);
  padding: 20px;
  border-radius: 10px;
  margin: 15px 0;
}

.tableHeadLi {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  color: gray;
  padding: 5px 0;
  border-bottom: 1px solid rgb(171, 169, 169);
}
.tableLi {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding: 5px 0;
  border-bottom: 1px solid rgb(171, 169, 169);
}

.accordion-item {
  border-bottom: 1px solid #000;
}
.btn1 {
  color: #fff;
  padding: 10px 80px;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  font-weight: 800;
}

.plusIcon {
  color: black;
  height: 20px;
}

.accordionImage {
  width: 35px !important;
  height: 20px;
}

.accordionImage1 {
  width: 60px;
  height: 30px;
}

.carousel-fade .carousel-control-prev {
  border: none;
  background-color: transparent;
  width: 50px !important;
}

.carousel-fade .carousel-control-prev-icon {
  width: 20px !important;
  height: 20px !important;
}

.carousel-fade .carousel-control-next {
  border: none;
  background-color: transparent;
}

/* .div1imgP1 {
  position: absolute;
  top: 50px;
  right: -4vw;
  width: 50vw;
  z-index: 3;
} */
.div1imgP1 {
  position: relative;
  top: -20px;
  margin: 10px 0;
}
.div1imgP2 {
  position: relative;
  top: -90px;
  margin: 10px 0;
}
.div1imgP3 {
  position: relative;
  top: -160px;
  margin: 10px 0;
}
.sec2div1 {
  position: relative;
  width: 50vw;
  height: 600px;
}
.div1img1 {
  position: absolute;
  top: 50px;
  right: -4vw;
  z-index: 3;
}
.div1img1-1 {
  width: 30px;
  border-radius: 50%;
  position: absolute;
  top: 80px;
  left: 4vw;
  z-index: 4;
}
.div1img2 {
  position: absolute;
  top: 130px;
  right: -3vw;
  z-index: 2;
}
.div1img2-1 {
  width: 30px;
  border-radius: 50%;
  position: absolute;
  top: 175px;
  left: 4vw;
  z-index: 4;
}
.div1img3 {
  position: absolute;
  top: 210px;
  right: -3.5vw;
  z-index: 1;
}
.div1img3-1 {
  width: 30px;
  border-radius: 50%;
  position: absolute;
  top: 270px;
  left: 4vw;
  z-index: 4;
}

.div3container {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 50px 20px;
}
.supportDiv1container {
  display: flex;
  align-items: center;
  gap: 25px;
  background-color: #e4e4e4;
  padding: 100px 20px;
}
.div3img {
  max-width: 500px;
}

.div4container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 50px;
  background-color: rgba(246, 249, 250);
  padding: 50px 0;
}
.twinDiv2container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 50px;
  background-color: #010c28;
  padding: 50px 0;
}
.twinDiv3container {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-top: 50px;
}
.twinDiv3para {
  padding: 0 20px 50px;
  text-align: center;
}
.microdiv4container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 50px;
  background-color: rgba(246, 249, 250);
  padding: 50px 0;
}
.hollowfibreContainer {
  display: flex;
  align-items: center;
  padding: 50px 0;
  gap: 25px;
}
.bounce-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bounce4Container {
  position: relative;
  max-width: 1200px;
  text-align: center;
  margin: 0 10px;
  padding-top: 100px;
}
.bounce4Img {
  max-width: 80%;
}
.bounce4Para1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  gap: 5px;
  max-width: 208px;
  position: absolute;
  top: 10%;
  left: 0;
}
.bounce4Para2 {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
  gap: 5px;
  max-width: 208px;
  position: absolute;
  top: 10%;
  right: 0;
}
.bounce4Para3 {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  gap: 5px;
  max-width: 208px;
  position: absolute;
  top: 60%;
  left: 0;
}
.bounce4Para4 {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
  gap: 5px;
  max-width: 208px;
  position: absolute;
  top: 60%;
  right: 0;
}
.bounce4Heading {
  font-size: 32px;
  color: gray;
}
.containerDiv1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 30%;
  padding: 0 20px;
  text-align: center;
}
.containerDiv2 {
  width: 25%;
  text-align: center;
}
.containerDiv3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 45%;
  padding: 0 20px;
  text-align: center;
}

.div4img {
  max-width: 800px;
}
.twinDiv3img {
  max-width: 800px;
  padding-right: 20px;
}

.div1imgPt1 {
  position: relative;
  top: 10px;
  margin: 10px 0;
}
.div1imgPt2 {
  position: relative;
  top: -35px;
  margin: 10px 0;
}
.div1imgPt3 {
  position: relative;
  top: -100px;
  margin: 10px 0;
}
.sec2divT1 {
  position: relative;
  width: 50vw;
  height: 750px;
}
.div1imgT1 {
  position: absolute;
  top: 50px;
  right: -2vw;
  z-index: 3;
}
.div1imgT2 {
  position: absolute;
  top: 200px;
  right: -2vw;
  z-index: 2;
}
.div1imgT3 {
  position: absolute;
  top: 350px;
  right: -2vw;
  z-index: 1;
}
.div1imgT1-1 {
  width: 30px;
  border-radius: 50%;
  position: absolute;
  top: 150px;
  left: 1.5vw;
  z-index: 4;
}
.div1imgT2-1 {
  width: 30px;
  border-radius: 50%;
  position: absolute;
  top: 325px;
  left: 1.5vw;
  z-index: 4;
}
.div1imgT3-1 {
  width: 30px;
  border-radius: 50%;
  position: absolute;
  top: 475px;
  left: 1.5vw;
  z-index: 4;
}

.twinDiv1para {
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
}

/* .sec2div1 {
  position: relative;
  width: 50vw;
  height: 505px;
}

.div1img1,
.div1img2,
.div1img3,
.div1img1-1,
.div1img2-1,
.div1img3-1 {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.div1img1 {
  top: 10%;
  right: -8%;
  z-index: 3;
}

.div1img1-1 {
  top: 15%;
  left: 8%;
  z-index: 4;
}

.div1imgP1 {
  top: 2%;
  right: -8%;
  width: 50vw;
  z-index: 3;
}

.div1imgP1-1 {
  top: 5%;
  left: 8%;
}

.div1img2 {
  top: 24%;
  right: -8%;
  z-index: 2;
}

.div1img2-1 {
  top: 34%;
  left: 8%;
  z-index: 4;
}

.div1img3 {
  top: 38%;
  right: -8%;
  z-index: 1;
}

.div1img3-1 {
  top: 50%;
  left: 8%;
  z-index: 4;
} */

.box{
  background-color: #F6F4F5 !important;
}

.beddingSection {
  border: 3px solid rgb(45, 45, 164);
  border-radius: 5px;
  margin: 15px 0;
  background-color: rgb(234, 248, 253);
}

.fas .fa-toggle-on {
  width: 20px !important;
  height: 20px !important;
}

.strike {
  text-decoration: line-through;
  color: gray;
}

.beddingImages {
  background-color: white;
}
.plusImage {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
  right: -7px;
}
.singleImage {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  width: 100%;
}

.contactTab {
  border: 1px solid rgb(171, 169, 169);
  background-color: rgb(246, 249, 250);
  font-size: 16px;
  border-radius: 10px;
  padding: 20px;
}

.contactTab2 {
  background-color: rgb(234, 248, 253);
  border-radius: 10px;
  margin-top: 10px;
}

.chatNow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 10px;
}

.belowThumbnailIcons {
  /* width: 50px; */
  height: 50px;
}

.belowThumbnailPara {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  color: grey;
}

.belowThumbnail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* margin-top: 98px; */
}

.combinedSection {
  width: 65%;
  /* padding-right: 40px; */
}
.combinedTwoCol {
  display: flex;
  gap: 50px;
  width: 100%;
}

.contactCol {
  width: 300px;
  text-align: center;
}
.contactSection {
  padding: 50px 20px;
}

.contactSection h3 {
  color: #1c346c !important;
  text-align: center;
}
.contactSectionCols {
  display: flex;
  align-items: start;
  justify-content: space-around;
  margin: 75px 0 0;
}

.contactSectionIcons {
  width: 65px;
  height: 65px;
  vertical-align: middle;
}

.factorImg {
  max-width: 100px;
  max-height: 100px;
}
.factorImg4 {
  max-width: 100px;
  max-height: 75px;
  margin-top: 25px;
}
.factorHr {
  width: 1px;
  height: 500px;
  background-color: rgba(128, 128, 128, 0.807);
  position: absolute;
  top: 4%;
  left: 50%;
}

.contactSectionHeader {
  color: #1c346c !important;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}
.twinFriendlyContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.twinFriendlyPara {
  max-width: 300px;
  text-align: left;
  margin-top: 20px;
}
.twinFriendlyPara2 {
  color: #1c346c !important;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
  text-align: left;
}

.faqs {
  display: flex;
  justify-content: space-around;
  background-color: rgb(238, 239, 240);
}

.accordion2 {
  background-color: rgb(238, 239, 240);
  color: #1c346c;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600px;
  transition: 0.4s;
}

.active2,
.accordion2:hover {
  background-color: rgb(238, 239, 240);
}

.faqs .faqsQuestion .accordion2:hover {
  padding-left: 30px;
}

.accordion2:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #1c346c;
  float: right;
  margin-left: 5px;
}

.active2:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.panel2 {
  padding: 0 10px;
  background-color: rgb(238, 239, 240);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faqsQuestion {
  width: 600px;
}

.faqsHeader {
  margin-top: 1rem;
}
.saveUpTo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #526699;
  color: white;
  padding: 10px 50px;
}
.cardSection {
  padding: 50px 20px;
}
.cardSection1 {
  padding: 60px 20px;
}
.cardHeader,
.cardHeader h3 {
  color: #1c346c;
}
.cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.cards1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cards2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 75px;
  border-top: 1px solid #1c346c;
  position: relative;
}
.cardContainer {
  width: 440px;
}
.cardContainer1 {
  width: 300px;
}
.singleCard {
  background-color: rgb(244, 244, 248);
  border-radius: 20px 20px 0 0;
  padding: 20px 40px;
  margin-top: 10px;
}

.singleCardPara {
  min-width: 120px;
  text-align: center;
  background-color: #1c346c;
  color: white;
  padding: 4px 8px;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 15px;
}
.singleCardPara1 {
  min-width: 120px;
  text-align: center;
  background-color: #e5ebe8;
  color: #1c346c;
  padding: 4px 8px;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 15px;
}
.singleCardSmall {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 75px;
}
.singleCardSmallImg {
  width: 50px;
  height: 50px;
}
.singleCardSmall p {
  font-size: 14px !important;
  line-height: 1.2;
  padding: 10px 0;
}
.hrLine {
  width: 1px;
  height: 50px;
  margin: 0 5px;
  background-color: rgba(128, 128, 128, 0.807);
}
.hrLine1 {
  position: absolute;
  top: -190%;
  left: 50%;
  width: 3px;
  height: 150px;
  background-color: #1c346c;
}
.hrLine2 {
  position: absolute;
  top: -190%;
  left: 50%;
  width: 3px;
  height: 150px;
  background-color: #1c346c;
}
.hrDash {
  height: 2px;
  width: 40px;
  margin: 5px 0 10px 0;
  background-color: #1c346c;
  border-radius: 25px;
  line-height: 0;
}
.startingText {
  width: 65%;
  font-size: 16px;
  border: 1px solid grey;
  position: relative;
  border-radius: 10px;
  padding: 10px;
}
.startingBtn {
  width: 35%;
}
.btnn1 {
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #1e306e;
  border-radius: 5px;
}
.btnn1:hover {
  color: #1e306e;
  background-color: white;
  border: 1px solid #1e306e;
}

.singleCardImg {
  /* width: 300px; */
  margin: 0 20px;
}

.see-part-sleep-sec {
  padding: 50px 0 !important;
}

/* IMAGE CAROUSEL */
.carousel__caption {
  width: 340px;
  max-width: 80%;
  margin: 24px auto 0;
}
.carousel__caption p {
  font: 400 9px "Roboto", sans-serif !important;
  color: #c1c1c1 !important;
  text-align: left;
}
.carousel__caption a {
  text-decoration: underline;
  color: #fff;
}
.carousel {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transform: translateZ(0px); /* stops flickering */
}
.carousel__buffer {
  display: none;
}
.carousel__buffer img {
  margin: 55px auto 18px;
  width: 553px;
  height: 347px;
}
.carousel__slide {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 650px;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  background: no-repeat center top;
  background-size: cover;
  overflow: auto;
}
.carousel__slide img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  max-height: 574px;
  /* -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 50px 0 rgba(0,0,0,0.8);
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.8); */
}

.carousel__input:checked + .carousel__slide {
  position: static;
  opacity: 1;
}
.carousel__arrow {
  position: absolute;
  display: none;
  cursor: pointer;
  background: #191919;
  top: 210px;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
}
.carousel__arrow:before {
  position: absolute;
  content: "";
  padding: 8px; /* Arrow size */
  box-shadow: 1px -1px 0 1px #1e306e inset;
  -webkit-box-shadow: 2px -2px #1e306e inset;
  -moz-box-shadow: 2px -2px #1e306e inset;
  border: solid transparent;
  border-width: 0 0 2rem 2rem;
}
.carousel__arrow--prev {
  margin-left: -343px;
}
.carousel__arrow--prev:before {
  transform: rotate(45deg);
  margin: -4px 0 0 -24px;
}
.carousel__arrow--next {
  margin-left: 303px;
}
.carousel__arrow--next:before {
  transform: rotate(225deg);
  margin: -4px 0 0 15px;
}

#carousel__slide--1:checked ~ .carousel__arrow--1,
#carousel__slide--2:checked ~ .carousel__arrow--2,
#carousel__slide--3:checked ~ .carousel__arrow--3,
#carousel__slide--4:checked ~ .carousel__arrow--4,
#carousel__slide--5:checked ~ .carousel__arrow--5,
#carousel__slide--6:checked ~ .carousel__arrow--6,
#carousel__slide--7:checked ~ .carousel__arrow--7,
#carousel__slide--8:checked ~ .carousel__arrow--8 {
  display: block;
}

.carousel__bullets {
  list-style: none;
  /* margin: 12px auto -6px; */
  padding: 0;
  position: absolute;
  top: 590px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.carousel__bullets li {
  display: inline-block;
}
.carousel__bullets--bullet {
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #6e7c7f;
}

#carousel__slide--1:checked
  ~ .carousel__arrow--1
  ~ .carousel__bullets
  li:nth-child(1)
  .carousel__bullets--bullet,
#carousel__slide--2:checked
  ~ .carousel__arrow--2
  ~ .carousel__bullets
  li:nth-child(2)
  .carousel__bullets--bullet,
#carousel__slide--3:checked
  ~ .carousel__arrow--3
  ~ .carousel__bullets
  li:nth-child(3)
  .carousel__bullets--bullet,
#carousel__slide--4:checked
  ~ .carousel__arrow--4
  ~ .carousel__bullets
  li:nth-child(4)
  .carousel__bullets--bullet,
#carousel__slide--5:checked
  ~ .carousel__arrow--5
  ~ .carousel__bullets
  li:nth-child(5)
  .carousel__bullets--bullet,
#carousel__slide--6:checked
  ~ .carousel__arrow--6
  ~ .carousel__bullets
  li:nth-child(6)
  .carousel__bullets--bullet,
#carousel__slide--7:checked
  ~ .carousel__arrow--7
  ~ .carousel__bullets
  li:nth-child(7)
  .carousel__bullets--bullet,
#carousel__slide--8:checked
  ~ .carousel__arrow--8
  ~ .carousel__bullets
  li:nth-child(8)
  .carousel__bullets--bullet {
  background: #1e306e;
  /* box-shadow: inset 0 0 0 2px #12171b; */
  /* Separates blue dot from border */
}

@media screen and (max-width: 1920px), (min-width: 1920px) {
  .combinedSection {
    width: 70%;
  }
  .first-row .third-col {
    width: 30%;
  }
}

@media screen and (max-width: 1500px) {
  body {
    font-size: 16px !important;
  }
  .accordion .accordion2 {
    font-size: 16px;
  }
  .btnn {
    font-size: 16px;
  }
  .btnn1 {
    font-size: 16px;
  }
  .combinedSection {
    width: 65%;
  }
  .first-row .third-col {
    width: 35%;
  }
  .first-row .third-col .nav-link {
    padding: 0 0;
    font-size: 16px;
  }
  .div1imgP1 {
    top: -15px;
  }
  .div1imgP2 {
    top: -45px;
  }
  .div1imgP3 {
    top: -80px;
  }
  .sec2div1 {
    height: 450px;
  }
  /* .div1img1 {
    position: absolute;
    top: 50px;
    right: -4vw;
    z-index: 3;
  } */
  .div1img1-1 {
    width: 26px;
    top: 70px;
  }
  .div1img2 {
    top: 115px;
  }
  .div1img2-1 {
    width: 26px;
    top: 150px;
  }
  .div1img3 {
    top: 180px;
  }
  .div1img3-1 {
    width: 26px;
    top: 225px;
  }
  .div4img {
    max-width: 700px;
  }
  .twinDiv3img {
    max-width: 700px;
    padding-right: 20px;
  }
  .sec2divT1 {
    height: 700px;
  }
  .div1imgT1 {
    top: 75px;
  }
  .div1imgT2 {
    top: 200px;
  }
  .div1imgT3 {
    top: 325px;
  }
  .bounce4Container {
    max-width: 900px;
  }
  .bounce4Para1 {
    max-width: 208px;
    top: 13%;
    left: -15px;
  }
  .bounce4Para2 {
    max-width: 208px;
    top: 13%;
    right: -15px;
  }
  .bounce4Para3 {
    max-width: 208px;
    top: 61%;
    left: -15px;
  }
  .bounce4Para4 {
    max-width: 208px;
    top: 61%;
    right: -15px;
  }
  .bounce4Heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .first-row {
    flex-direction: column;
    row-gap: 50px;
  }
  /* .first-row .first-col {
    width: 20%;
  } */
  .first-row .second-col {
    width: 100%;
  }
  .combinedSection {
    width: 100%;
    padding-right: 0;
  }
  /* .combinedTwoCol {
    justify-content: space-around;
  } */
  .first-row .third-col {
    width: 100%;
  }
  .first-row .third-col .nav-link {
    padding: 0 10px;
  }

  .cards {
    /* flex-direction: column; */
    row-gap: 50px;
  }
  .faqs {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  .faqs h3 {
    text-align: center;
  }
  .contactSectionCols {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }
  .sec2div1 {
    height: 400px;
  }
  .div1img1 {
    top: 55px;
  }
  .div1img1-1 {
    width: 22px;
  }
  .div1img2 {
    top: 110px;
  }
  .div1img2-1 {
    width: 22px;
    top: 135px;
  }
  .div1img3 {
    top: 165px;
  }
  .div1img3-1 {
    width: 22px;
    top: 200px;
  }

  .div3img {
    max-width: 400px;
  }
  .div4img {
    max-width: 500px;
  }
  .twinDiv3img {
    max-width: 500px;
    padding-right: 20px;
  }
  .sec2divT1 {
    height: 530px;
  }
  .div1imgT1 {
    top: 50px;
  }
  .div1imgT2 {
    top: 150px;
  }
  .div1imgT3 {
    top: 250px;
  }
  .bounce4Container {
    max-width: 768px;
  }
  .bounce4Para1 {
    max-width: 208px;
    font-size: 14px;
    top: 15%;
    left: -25px;
  }
  .bounce4Para2 {
    max-width: 208px;
    font-size: 14px;
    top: 15%;
    right: -25px;
  }
  .bounce4Para3 {
    max-width: 208px;
    font-size: 14px;
    top: 61%;
    left: -25px;
  }
  .bounce4Para4 {
    max-width: 208px;
    font-size: 14px;
    top: 61%;
    right: -25px;
  }
}

@media screen and (max-width: 900px) {
  .hollowfibreContainer {
    flex-direction: column;
  }
  .containerDiv1 {
    width: unset;
    padding: 0 20px 20px;
  }
  .containerDiv2 {
    width: unset;
  }
  .containerDiv3 {
    width: unset;
  }
  .sec2divT1 {
    height: 400px;
  }
  .div1imgT1 {
    top: 50px;
  }
  .div1imgT2 {
    top: 125px;
  }
  .div1imgT3 {
    top: 200px;
  }
  .bounce4Container {
    max-width: 650px;
    line-height: normal;
    margin: 0 60px;
  }
  .bounce4Para1 {
    max-width: 208px;
    font-size: 14px;
    top: 18%;
    left: -50px;
  }
  .bounce4Para2 {
    max-width: 208px;
    font-size: 14px;
    top: 18%;
    right: -50px;
  }
  .bounce4Para3 {
    max-width: 208px;
    font-size: 14px;
    top: 63%;
    left: -50px;
  }
  .bounce4Para4 {
    max-width: 208px;
    font-size: 14px;
    top: 63%;
    right: -50px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px !important;
  }
  p {
    font-size: 14px !important;
  }
  .con-btn {
    font-size: 14px;
  }
  .first-row {
    padding: 50px 20px;
  }
  .combinedTwoCol {
    flex-direction: column-reverse;
    gap: unset;
  }
  .first-row .first-col {
    width: 100%;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: start;
    padding-right: unset;
    height: unset;
    overflow: scroll;
    margin-top: 50px;
  }
  .belowThumbnail {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 50px;
  }
  /* .first-row .first-col label, .first-col label img {
    width: 100px;
    height: 50px;
  } */
  .first-row .third-col .nav-tabs {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid rgb(171, 169, 169);
  }
  .first-row .third-col .nav-item {
    border: none;
    /* border-bottom: 1px solid rgb(171, 169, 169); */
  }
  .first-row .third-col .nav-link {
    font-size: 14px !important;
    color: rgb(171, 169, 169) !important;
    padding: 0 4px !important;
    border: none;
  }
  .first-row .third-col .nav-link.active {
    border: none;
    color: #1c346c;
    border-bottom: 2px solid #1c346c;
  }
  .saveUpTo {
    justify-content: space-between;
    padding: 10px 20px;
  }
  .cardContainer {
    width: 300px;
  }
  .singleCard {
    padding: 20px 20px;
  }
  .hrDash {
    width: 28px;
  }
  .startingText {
    width: 60%;
  }
  .startingBtn {
    width: 40%;
  }
  .btnn1 {
    padding: 10px 10px;
    font-size: 16px;
  }
  .faqsQuestion {
    width: unset;
  }

  .carousel__buffer {
    width: 100%;
    position: relative;
    display: inline-block;
    visibility: hidden;
    z-index: -1;
    padding-bottom: 120px;
  }
  .carousel__buffer img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
  }
  .carousel {
    height: auto;
    overflow: visible;
  }
  .carousel__slide {
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    position: absolute;
    top: 0;
    height: auto;
    background: transparent none !important;
  }
  .carousel__slide img {
    max-width: 100%;
    max-height: 350px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
  }
  .carousel__arrow {
    top: calc(50% - 70px);
  }
  .carousel__arrow--prev {
    margin-left: -48%;
  }
  .carousel__arrow--next {
    margin-left: calc(48% - 40px);
  }
  .carousel__bullets {
    top: 370px;
  }
  .singleCardSmall p {
    font-size: 11px !important;
  }
  .div1imgP1 {
    top: 5px;
  }
  .div1imgP2 {
    top: -10px;
  }
  .div1imgP3 {
    top: -25px;
  }
  .sec2div1 {
    height: 300px;
  }
  .div1img1 {
    top: 50px;
  }
  .div1img1-1 {
    width: 16px;
    top: 60px;
  }
  .div1img2 {
    top: 90px;
  }
  .div1img2-1 {
    width: 16px;
    top: 105px;
  }
  .div1img3 {
    top: 130px;
  }
  .div1img3-1 {
    width: 16px;
    top: 150px;
  }
  .div3container {
    flex-direction: column-reverse;
  }
  .supportDiv1container {
    flex-direction: column-reverse;
    padding: 50px 20px;
  }
  .div3img {
    max-width: 350px;
  }
  .div4container {
    flex-direction: column;
  }
  .twinDiv2container {
    flex-direction: column-reverse;
  }
  .twinDiv3container {
    flex-direction: column;
  }
  .twinDiv3para {
    padding: 0 20px;
  }
  .microdiv4container {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
    background-color: rgba(246, 249, 250);
    padding: 50px 0;
  }
  .div4img {
    max-width: 100%;
  }
  .twinDiv3img {
    max-width: 100%;
    padding: 0 20px;
  }

  .twinDiv1para {
    padding: 50px 20px;
    padding-top: 0;
  }

  .factorImg {
    max-width: 75px;
    max-height: 75px;
  }
  .factorImg4 {
    max-width: 75px;
    max-height: 50px;
    margin-top: 25px;
  }
  .factorHr {
    height: 425px;
    top: 4%;
  }
  .sec2divT1 {
    height: 400px;
  }
  .div1imgT1 {
    top: 50px;
  }
  .div1imgT2 {
    top: 125px;
  }
  .div1imgT3 {
    top: 200px;
  }
  .bounce-4 {
    display: none !important;
  }
  /* .bounce4Container {
    max-width: 450px;
    line-height: normal;
    margin: 0 60px;
  }
  .bounce4Para1 {
    max-width: 208px;
    font-size: 12px;
    top: 24%;
    left: -50px;
  }
  .bounce4Para2 {
    max-width: 208px;
    font-size: 12px;
    top: 24%;
    right: -50px;
  }
  .bounce4Para3 {
    max-width: 208px;
    font-size: 12px;
    top: 65%;
    left: -50px;
  }
  .bounce4Para4 {
    max-width: 208px;
    font-size: 12px;
    top: 65%;
    right: -50px;
  }
  .bounce4Heading {
    font-size: 24px;
  } */
}

@media screen and (max-width: 600px) {

  .sec2divT1 {
    height: 300px;
  }
  .div1imgT1 {
    top: 50px;
  }
  .div1imgT2 {
    top: 100px;
  }
  .div1imgT3 {
    top: 150px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 12px !important;
  }
  p {
    font-size: 12px !important;
  }
  .con-btn {
    font-size: 12px;
    padding: 10px 10px;
  }
  .saveUpBtn {
    width: 130px;
  }
  .contactTab {
    font-size: 16px;
  }
  /* .sec2div1 {
    height: 30vh;
  }
  .div1img1 {
    width: unset;
    height: unset;
  }
  .div1img2 {
    top: 9vh;
    width: unset;
    height: unset;
  }
  .div1img3 {
    width: unset;
    height: unset;
  } */
  .chatNow {
    flex-direction: column;
    gap: 15px;
  }
  .div1imgP1 {
    top: 5px;
    font-size: 14px;
  }
  .div1imgP2 {
    top: -10px;
    font-size: 14px;
  }
  .div1imgP3 {
    top: -25px;
    font-size: 14px;
  }
  .div1img1 {
    top: 100px;
  }
  .div1img1-1 {
    width: 14px;
    top: 100px;
  }
  .div1img2 {
    top: 125px;
  }
  .div1img2-1 {
    width: 14px;
    top: 130px;
  }
  .div1img3 {
    top: 150px;
  }
  .div1img3-1 {
    width: 14px;
    top: 160px;
  }

  .div3img {
    max-width: 250px;
  }
  .twinFriendlyPara {
    text-align: center;
  }
  .twinFriendlyPara2 {
    text-align: center;
  }
  .twinFriendlyContainer {
    justify-content: center;
  }
  .sec2divT1 {
    height: 300px;
  }
  .div1imgT1 {
    top: 50px;
  }
  .div1imgT2 {
    top: 100px;
  }
  .div1imgT3 {
    top: 150px;
  }
}

@media screen and (max-width: 415px) {

  .sec2divT1 {
    height: 230px;
  }
  .div1imgT1 {
    top: 40px;
  }
  .div1imgT2 {
    top: 80px;
  }
  .div1imgT3 {
    top: 120px;
  }
}

.background1 {
  background: url(./Bounce\Back\Background\Pillow\\(top\).webp);
  /* Adjust the sizing as per your requirements */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background2 {
  background: url(./Bounce\Back\Pillow\2\middle\\(Cloud\1\).webp);
  /* Adjust the sizing as per your requirements */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* --------------section2-------------- */
@media (max-width: 768px) {
  .row {
      display: flex;
      flex-direction: column; 
  }

  /* .sec2_div1 {
      order: 2; 
  }

  .sec2_div2 {
      order: 1; 
  } */
  .sec2{
    flex-direction: column-reverse !important;
  }
}
.back_image{
  position: relative;
      width: 100%;
      height: 500px;
      background-image: url("02 Pillows/V Shaped Pillow/01.webp");
      background-size: cover;
      background-position: center;
      color: white;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
  
}
.text-content h3 {
  position: absolute;
  /* bottom: 20px; */
  top:180px;
  /* left: 160px; */
  max-width: 40%;
  padding: 10px;
}
.text-content p{
  position: absolute;
  /* bottom: 20px; */
  top:230px;
  left: 140px;
  max-width: 40%;
  padding: 10px;
  text-align: center;
}
.back_image{
  /* width: 100%; */
  background-image: url('02 Pillows/V Shaped Pillow/01.webp');
  /* height: 100%; */
}
#back_image2 {
  background-image: url('02 Pillows/V Shaped Pillow/002.webp');
  background-size: cover; /* Cover the entire background */
  /* background-position: center; Center the background */
  padding: 0; /* Remove any padding */
  margin: 0; /* Remove any margin */
  height: 75vh; /* Set the height to 100% of the viewport height */
  display: flex;
  align-items: start; /* Align items at the start of the flex container */
}
.back_image3 {
  background-image: url('02 Pillows/V Shaped Pillow/003.webp');
  background-size: cover; /* Cover the entire background */
  background-position: center; /* Center the background */
  padding: 0; /* Remove any padding */
  margin: 0; /* Remove any margin */
  height: 75vh; /* Set the height to 100% of the viewport height */
  display: flex;
  align-items: start; /* Align items at the start of the flex container */
}
.back_image4 {
  background-image: url('05 Sofa Rejuvenators/001.webp');
  background-size: cover; /* Cover the entire background */
  background-position: center; /* Center the background */
  padding: 0; /* Remove any padding */
  margin: 0; /* Remove any margin */
  height: 100vh; /* Set the height to 100% of the viewport height */
  display: flex;
  align-items: start; /* Align items at the start of the flex container */
}
.back_image5 {
  background-image: url('05 Sofa Rejuvenators/002.webp');
  background-size: cover; /* Cover the entire background */
  background-position: center; /* Center the background */
  padding: 0; /* Remove any padding */
  margin: 0; /* Remove any margin */
  height: 100vh; /* Set the height to 100% of the viewport height */
  display: flex;
  align-items: start; /* Align items at the start of the flex container */
}
.back_image6 {
  background-image: url('05 Sofa Rejuvenators/003.webp');
  background-size: cover; /* Cover the entire background */
  background-position: center; /* Center the background */
  padding: 0; /* Remove any padding */
  margin: 0; /* Remove any margin */
  height: 100vh; /* Set the height to 100% of the viewport height */
  display: flex;
  align-items: start; /* Align items at the start of the flex container */
}
.back_image7 {
  background-image: url('05 Sofa Rejuvenators/004.webp');
  background-size: cover; /* Cover the entire background */
  background-position: center; /* Center the background */
  padding: 0; /* Remove any padding */
  margin: 0; /* Remove any margin */
  height: 100vh; /* Set the height to 100% of the viewport height */
  display: flex;
  align-items: start; /* Align items at the start of the flex container */
}
