* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
}
p.our_products_phara {
    font-size: 19px;
}
h1 {
  font-weight: 600 !important;
}
html,
body {
  font-family: 'Poppins', sans-serif !important;
  line-height: normal;
  font-weight: 400;
  background: #cacaca;
}
p{
  font-family: 'Roboto', sans-serif !important;
  line-height: normal;
  font-weight: 400;
}
/* nav items */
.logo_key {
  width: 220px;
}
.navbar.navbar-expand-lg.bg-body-tertiary {
  padding: 1%;
  position: sticky;
  width: 100%;
  z-index: 999;
  height: 100px;
  top: 0px;
}
.search_btn {
  background-color: transparent;
}
.nav_item_link {
  text-transform: uppercase;
  font-size: 17px !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #f8f9fa;
}
.nav_bar_section {
  width: 100%;
  justify-content: flex-end;
  padding: 0 3%;
}
.nav-item {
  margin: 0 13px;
}
.navbar-nav .nav-link.active {
  border-bottom: 1px solid #e57f25;
}
.input_search {
  position: absolute;
  right: 7%;
  width: 60%;
  background-color: #f8f9fa;
  display: flex;
  padding: 1% 0 1% 1%;
  top: 30%;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s, opacity 0.3s;
}
.input_search.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.input_search_text {
  padding: 1% 8%;
  width: 100%;
  display: flex;
  margin: 0px;
  background-color: #f8f9fa;
  border-bottom: 2px solid #c0bfbf;
}
.nav_item_link:hover,
.nav_item_link:focus {
  color: #ff6402 !important;
}
.nav_item_link:focus {
  color: #ff6402 !important;
  border-bottom: 2px solid #ff6402 !important;
  transition: transform 0.4s;
}
.nav_item_link:active {
  color: #ff6402 !important;
  border-bottom: 2px solid #ff6402;
}
.nav-link.nav_item_link {
  border-bottom: 2px solid #0000;
}
.nav-link {
  color: #000000;
}
.searc-icon:hover {
  filter: invert(45%) sepia(89%) saturate(800%) hue-rotate(10deg) brightness(100%) contrast(100%);
}

    
/* end of nav items */
/* side bar social media icons */
.social_media_icons {
  width: fit-content;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 7px 0 0 7px;
  position: fixed;
  top: 35%;
  right: 0;
  height: max-content;
  z-index: 99;
}
.furnivo_link:hover > .furnivo_ion_img {
  color: chocolate;
  filter: invert(45%) sepia(89%) saturate(800%) hue-rotate(10deg) brightness(100%) contrast(100%);
  transform: scale(1.5);
  border-radius: 6px;
}
.link_social {
  margin: 20px 0;
  text-align: center;
}
.furnivo_ion_img {
  width: 25px;
}
.social_links_ul {
  list-style: none;
}
/* end of side social icons */
/* about us */
.furnivo_about_us {
  padding: 7% 0 9%;
  position: relative;
}
.tagline {
  font-size: 4em;
  color: #fff;
  text-shadow: 0 0 0px #fff, 0 0 0px #fff, 0 0 4px #fff, 0 0 4px #e48724, 0 0 4px #e57c25, 0 0 4px #e57825, 0 0 4px #e57125, 0 0 4px #e85e25;
  ;
  opacity: 1;
  animation: blinker 1.5s linear infinite;
  margin: 0;
  line-height: 70px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.furnivo_title {
  margin: 14px 0px;
  font-size: 37px;
  font-weight: 600;
  color: #010101;
}
button.furnivo_decover {
  padding: 1.3% 3%;
  border-radius: 40px;
  background-color: #e57f25;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 2.5% 0 0 0;
  transition-duration: 0.5s;
}
button.furnivo_decover:hover {
  background-color: #ff9849;
  color: #121212;
  box-shadow: 0px 1px 8px #212020bd;
}
.furnivo_pharagraph {
  margin: 8px 0;
  font-size: 17px;
  line-height: 28px;
}
/* end of about_us */
/* our_Strength */
p.taglines {
  font-size: 35px;
  margin: 0;
  font-weight: 700;
  color: #e66925;
}
/* image_compare */
#comparison {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  box-shadow: -20px 17px 20px #e57f256b;
}
figure {
  position: absolute;
  background-image: url('/images/furnivo/banner/3dimage.jpg');
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
#divisor {
  background-image: url('/images/furnivo/banner/chair_image.jpg');
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  bottom: 0;
  height: 100%;
  background-position: -15px 7px;
  background-color: #fff;
  &::before,
  &::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
  }
  &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
}
#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  &::before,
  &::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }
  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }
  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}
input[type=range] {
  -webkit-appearance:none;
  -moz-appearance:none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
  &:focus,
  &:active {
    border: none;
    outline: none;
  }
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
}
input[type=range]::-moz-range-track {
  -moz-appearance:none;
  height:15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.our_srtength_section {
  background-image: linear-gradient(45deg, #e487240a, #e75f242b);
  padding: 7%;
}
.inhouse-list {
  list-style: decimal;
  padding-left: 40px;
  margin: 0;
}
.li_number_added {
  font-size: 22px;
  padding: 0px;
  margin: 4% 0 0 0;
}
.home_page_about {
  padding: 0 12%;
}
.number_add {
  list-style: none;
  counter-increment: item;
  position: relative;
  padding: 4%;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  transform: scale(0.9);
  box-shadow: none;
  transform: rotate3d(30);
  animation: zoomCycle 10s infinite;
  animation-timing-function: cubic-bezier(.4,0,.2,1); /* smooth */
}
.number_add::before {
  content: "0" counter(item);
  position: absolute;
  left: 65px;
  font-weight: bold;
  color: currentColor;
  font-size: 44px;
  top: 16px;
  transition: color 0.6s ease;
}
.inhouse {
  width: 70%;
  margin: 0 0 0 auto;
}
.our_strenght_content {
  position: relative;
}
.number_add:nth-child(1) {
  animation-delay: 0s;
}
.number_add:nth-child(2) {
  animation-delay: 2s;
}
.number_add:nth-child(3) {
  animation-delay: 4s;
}
.number_add:nth-child(4) {
  animation-delay: 6s;
}
.number_add:nth-child(5) {
  animation-delay: 8s;
}
@keyframes zoomCycle {
  0%,
  18% {
    transform: scale(0.9);
    box-shadow: none;
    background-color: transparent;
    color: #000000; /* default */
  }
  22% {
    transform: scale(1);
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    color: #e57025; /* active color */
  }
  50% {
    transform: scale(1.04);
    background-color: #fff;
    box-shadow: 0 16px 40px rgba(0,0,0,.25);
    color: #e57025; /* stay active */
  }
  70% {
    transform: scale(0.95);
    box-shadow: 0 6px 15px rgba(0,0,0,.1);
    color: #cecece;
  }
  100% {
    transform: scale(0.9);
    box-shadow: none;
    background-color: transparent;
    color: #000000;
  }
}
/* footer */
.wheel {
  -webkit-animation: spin 5s linear infinite; /* Safari browser */
  animation: spin 5s linear infinite;}

/* for Safari browser  */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.footer_icons_ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 26px;
}
.copyright_text {
    margin: 0;
    padding: 1%;
    font-size: 10px;
    font-weight:700; 
}
.logo_color {
    color: #ff6402;
}
.footer_link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  width: max-content;
  filter: invert(0.8) saturate(0.8) brightness(0.8) grayscale(0.9);
}
a.footer_link::hover {
  color: #e86125;
  filter:none
}
.footer_icons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mail_icon {
  width: 30px;
  height: 30px;
  margin: 0 11px 0 0;
}
.footer_content.row.m-0 {
  padding: 6% 0 4% 0;
  border-bottom: 2px solid #c4c4c4;
}
.footer-icon {
  width: 70px !important;
  margin: auto;
}
.footer_icon_text {
  text-align: center;
  width: 90%;
  margin: auto;
}
.phara_footer {
  font-size: 14px;
  margin: 0px;
}
.footer_iso_design {
  margin: 0;
  padding: 5% 0%;
  background-color: #fae2da;
}
.furnivo_link_footer:hover > .furnivo_ion_img_footer {
  color: chocolate;
  filter: invert(45%) sepia(89%) saturate(800%) hue-rotate(10deg) brightness(100%) contrast(100%);
}
.footer_conter {
  background: #f1f1f1;
}
.footer_title {
  color: #e67425;
  margin: 34px 0 5px 0;
  font-size: 18px;
}
.footer_content {
  border-top: 1px solid #b7b7b7;
  padding: 4% 0 2% 0;
}
.footer_second_ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 73%;
  column-gap: 54px;
  margin: auto;
  flex-direction: column;
  align-items: center;
}
.description_section {
    border-top: 1px solid #ff6402;
}
.footer_icons_so {
  width: 40%;
  margin: 8px 0px 0px 0px;
}
.furnivo_link {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
}
.email {
  font-size: 18px;
  color: #000;
}
.sayhi {
  font-size: 46px;
  color: #ff6402;
  font-weight: 400;
  margin: 0px;
}
.newsletter {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 500;
  color: #e85d24;
  text-transform: capitalize;
}
.btn_input {
  background-color: #ffffff;
  border-radius: 41px;
  border: 1px solid #e66e27;
  display: flex;
}
.footer_newsletter_btn {
  padding: 3%;
  border-radius: 0 41px 41px 0;
  background: #e6782d;
  color: #fff;
}
.footer_newsletter_input {
  width: 80%;
  border-radius: 41px;
  padding: 3%;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}
.footer_newsletter_btn:hover {
  background-color: #000000;
  color: #e57f25;
}
.footyer_contact {
  width: 80%;
  margin: 0 0 0 auto;
}
.phone_ionc_text {
  display: flex;
  width: 100%;
  margin: 0 0 18px 0;
}
img.footer_whats-phone_icon {
  width: 40px;
}
.text_title {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}
p.footer_content_tag {
  font-size: 15px;
  text-align: justify;
  font-weight: 400;
}
.phone_icon {
  margin: 0 9px;
}
.footer_logo {
  width: 100%;
  margin: 0 0 5% 0;
}
/* Faq start here */
.faq_content {
  padding: 10% 0;
}
.faq_pharagraph {
  font-size: 17px;
  color: #000;
  text-align: justify;
}
#accordionFlushExample {
  width: 80%;
  margin: 0 0 0 auto;
}
.faq_title {
  font-size: 37px;
  font-weight: 700;
  margin: 0 0 26px 0;
}
.faq_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tag_text_color {
  color: #e57f25;
}
.accodin_btns:focus {
  box-shadow: none !important;
}
.accodin_btns::after {
  background-image: url(/assets/images/icons/plus-lg.svg) !important;
}
.accodin_btns::before {
  background-image: none !important;
}
.accordion-collapse {
  background-color: #efefef;
  font-weight: 600;
  color: #e57f25;
}
.our_client_img {
  width: 80% !important;
  margin: auto;
  border-radius: 36px;
  height :100px;
  object-fit: scale-down;
}
.our_clients_section {
  margin: 10px auto 80px auto;
  text-align: center;
}
p.ourclient {
  width: 50%;
  margin: 31px auto;
  font-size: 17px;
}
/* Contact_us */
.contact_phone {
  display: flex;
  align-items: center;
  margin: 42px 0;
}
img.contact_phone_icon {
  width: 30px;
  height: 30px;
  margin: 0 18px 0 0;
}
.contact_us_full_content {
  padding: 5% 0;
}
h1.contact_title,
h2.contact_text {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 8px 0;
}
.google_map_height {
  width: 100%;
  height: 28rem;
  border-radius: 10px;
  box-shadow: 0 0 15px #9b9d9f;
}
p.contact_phone_text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.contact_text_google_map {
  display: flex;
  flex-direction: column;
}
.form_contact {
  display: flex;
  column-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
}
.form_content_textarea {
  position: relative;
  width: 100%;
}
.google_map_text_touch {
  text-align: center;
}
h1.contact_title {
  font-size: 50px;
  font-weight: 600;
}
p.contact_phara {
  line-height: 23px;
  margin: 19px 0 !important;
}
.contact_text_touch {
  padding: 3%;
  background-color: #f5f5f5;
  border-radius: 8px;
  border: 3px solid #f0f0f0;
  margin-bottom: 10%;
}
.form_contact_title {
  color: #e57f25;
  font-size: 17px;
  font-weight: lighter;
  text-transform: capitalize;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s ease;
  position: absolute;
  top: 37px;
  left: 0px;
  background: #ffffff;
  width: -webkit-fill-available;
  margin: 0 8px;
}
.form_content {
  width: 47%;
  position: relative;
}
.contact_input_box {
  padding: 2% 3%;
  width: -webkit-fill-available;
  border: 1px solid #dee2e6;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 500;
  margin: 18px 0 0;
}
.contact_textarea_box {
  width: 100%;
  padding: 1%;
  border: 1px solid #dee2e6;
  font-size: 15px;
  border-radius: 4px;
  margin: 17px 0;
}
.contact_submit_btn {
  padding: 1% 4%;
  border-radius: 11px;
  font-size: 17px;
  font-weight: 500;
  background-color: #e57f25;
  color: #fff;
}
.contact_phone_icon {
  animation: phone 1s ease infinite;
}
@keyframes phone {
  30% {
    transform: scale(1.2);
  }
  40%,
  60% {
    transform: rotate(-20deg) scale(1.2);
  }
  50% {
    transform: rotate(20deg) scale(1.2);
  }
  70% {
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.mail {
  animation: mail 2s ease infinite;
}
@keyframes mail {
  70% {
    transform:translateY(0%);
  }
  80% {
    transform:translateY(-15%);
  }
  90% {
    transform:translateY(0%);
  }
  95% {
    transform:translateY(-7%);
  }
  97% {
    transform:translateY(0%);
  }
  99% {
    transform:translateY(-3%);
  }
  100% {
    transform:translateY(0);
  }
}
span.logo_bold {
    font-weight: 600;
    color: #e57f25;
}
.location-dot {
  backface-visibility: visible !important;
  animation: location-dot 2s ease infinite;
}
@keyframes location-dot {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px)rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px)rotateY(190deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
/* Product Page Section */
.product_header {
  margin: 23px 0 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_select {
  display: flex;
  align-items: center;
}
.select_opt {
  margin: 0px;
}
h5.contact_text_all_product {
  font-size: 22px;
  font-weight: 600;
}
.product_section {
  margin: 81px 0 0 0;
}
.select_option {
  width: 200px;
  margin: 0 0 0 14px;
}
a.btn.btn-secondary.dropdown-toggle {
  width: -webkit-fill-available;
  text-align: left;
  background-color: transparent;
  color: #000;
  font-size: 15px;
  border-radius: 50px;
  border: 1px solid #000;
}
.dropdown-toggle::after {
  position: absolute;
  top: 18px;
  right: 13px;
}
.select_opt {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #555959;
}
ul.dropdown-menu.show {
  padding: 7px;
  height: 200px;
  width: 200px;
  overflow: overlay;
  background-color: #fff;
}
/* Firefox */
ul.dropdown-menu {
  scrollbar-color: #e97f25 white;
  scrollbar-width: thin;
}
ul.dropdown-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.product_card {
  height: 400px !important;
  background-color: #ffdfca !important;
  border: none !important;
  margin: 0 0 25px 0px;
  align-items: center;
}
a.product_link {
  text-decoration: none;
}
.product_card_large {
  flex-direction: row !important;
}
.product_img {
  width: calc(107px + 104px) !important;
  text-align: center;
}
.product_imgsss {
  width: 50%;
  text-align: center;
}
img.card-img-tops {
  width: calc(107px + 104px) !important;
  height: calc(165px + 165px);
}
.card-body.procut_rectangle {
  width: 40%;
}
h5.card-titless {
  font-size: 34px;
  font-weight: 500;
  color: #e57f25;
}
.product_card img {
  transition: transform 0.3s ease;
}
.product_card {
  justify-content: center;
}
.product_card:hover img {
  transform: scale(1.03);
}
.card-titlss {
  font-size: 20px;
  font-weight: 600;
  color: #e57f4b;
  margin: 0;
}
.our_collect_title {
  padding: 6% 0 5% 0;
  text-align: center;
  margin: auto;
}
.our_collection > .owl-nav {
    position: absolute;
    top: -80px;
    width: 0%;
    display: flex;
    justify-content: space-between;
    right: 67px;
}
.our_collection .owl-prev,
.our_collection .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50px !important;
  border: 1px solid #e57f25 !important;
  position: absolute;
}
.our_collection .owl-prev {
  right: 98%;
}
.our_collection .owl-next {
  left: 98%;
}
.our_collection_slider {
  position: relative;
  padding: 0 0 10% 0;
  transition: transform 0.10s cubic-bezier(0.4, 0, 0.2, 1);
}
p.phara_our_collection {
  margin: 7px 0;
}
img.collection_img {
  border-radius: 20px;
}
.our_collection_imags {
  overflow: hidden;
  border-radius: 20px;
  margin: 0 11px;
}
.our_collection_slider:hover .our_collection_imags > .collection_img {
  transform: scale(1.12)
}
.our_collection_text {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 150px;
  left: 45%;
  padding: 3%;
  background-color: #f1f1f1;
  border-radius: 19px 19px 0 0;
  background-image: linear-gradient(180deg, #000000, #e45525, #ffffff);
  color: aliceblue !important;
  border: 1px solid #ffff;
}
.owl-nav button span {
  display: none;
}
.owl-prev::after {
  content: "←";
  font-size: 30px;
  color: #e57f25;
}
.owl-next::after {
  content: "→";
  font-size: 30px;
  color: #e57f25;
}
.owl-next:hover,
.owl-prev:hover {
  background: #000000 !important;
  color: #FFF;
  text-decoration: none;
}
.furnivo_quiz_img {
  width: 74%;
  top: 0;
  position: absolute;
  transform: translateY(-15%);
  animation: slide 2s linear infinite alternate;
}
.furnivo_quiz {
  margin: 7% 0;
  padding: 3% 0;
  background-color: #e57f25;
}
.furnivo_img {
  width: 100%;
  position: relative;
}
@keyframes slide {
  from {
    left: 0;
  }
  to {
    left: calc(50% - 100px);
  }
}
.quiz_contnet {
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}
.tag_quizz {
  font-weight: 700;
  font-size: 25px;
}
.furnivo_quiz_text {
  font-size: 44px;
  color: aliceblue;
  font-weight: 600;
  margin: 15px 0 20px 0;
  line-height: 50px;
}
.find_now:hover {
  background-color: #000000;
  color: #ffff;
}
p.furnivo_quiz_phara {
  font-size: 20px;
}
.find_now {
  width: max-content;
  padding: 2% 8%;
  border-radius: 50px;
  margin: 10px 0;
}

img.collection_img {
  height: 500px;
  object-fit: cover;
}
.our_collection_container {
  width: 85%;
  margin: auto;
}
.our_collection >.owl-stage-outer .owl-stage {
  transform: translate3d(-1132px,0px,0px);
}
p.about_section_phara {
  font-size: 17px;
  margin: 31px auto 0 auto;
}
.our_strength {
  margin: 80px 0 50px 0;
}
.our_title {
  font-weight: 600;
  color: #ff6402;
}
.about_section_title {
  padding: 0 0 43px 0;
}
nav-link nav_item_link active {
  color: #ff6402 !important;
}
.Our_mission_vision_value {
  border: 3px solid #ff6402;
  height: -webkit-fill-available;
  padding: 6%;
  border-radius: 78px 0;
  margin: 0 9px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.our_strength_full_content {
  margin: 80px 0 0 0;
}
.our-mission_values {
  padding: 110px 0 90px 0;
  background: #6391d3;
}
.our_img {
  position: absolute;
  top: -44px;
  text-align: center;
  width: 100%;
  left: 0;
}
.our_content {
  margin: 50px 0 0 0;
}
.back_imag_color {
  width: 110px;
  height: 110px;
  margin: auto;
  background-color: #ff6402;
  border-radius: 50%;
  border: 3px solid #ff6402;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: filter 0.3s ease;
}
img.our_miison {
  width: 75px;
  filter: brightness(0) invert(1);
}
.Our_mission_vision_value:hover .back_imag_color {
  background-color: #040404;
  border-color: #ffffff;
}
.Our_mission_vision_value:hover {
  background-image: linear-gradient(360deg, #ff6402, #040404);
  border-color: #ffffff;
  color: #ffff;
}
.Our_mission_vision_value:hover img.our_miison {
  filter: brightness(0) invert(1) ;
}
a.dropdown-item:hover {
  background-color: #ff6402;
  color: #fff;
  border-radius: 6px;
}
.bread_cam {
  padding: 1% 0;
  background-color: #e5e5e5;
}
.breader {
  margin: 0px;
  color: #000 !important;
}
.main-carousel img {
  height:600px;
  object-fit:cover;
  border-radius:10px ;
}
.thumbli_img {
  width: max-content;
}
.thumbline_scrol {
  display: flex;
  overflow-x:auto;
  padding:10px 5px;
  scroll-behavior:smooth;
}
.thumbline_scrol::-webkit-scrollbar {
  height:6px;
}
.thumbline_scrol::-webkit-scrollbar-track {
  background:#c6c6c6;
  border-radius:10px;
}
.thumbline_scrol::-webkit-scrollbar-thumb {
  background:#ef7009;
  border-radius:10px;
}
.thumb-carousel img {
  height:80px;
  cursor:pointer;
  opacity:.4;
  transition:.2s;
  width: 90px;
  margin: 0 20px 0 0;
}
.thumb-carousel img.active {
  opacity: 1;
  border: 2px solid #ff6402;
  border-radius: 10px;
}

/* Slider CSS End  */
.color_chair {
  display: flex;
  align-items: center;
}
.red {
  background-color: red;
  border-color: darkred;
}
.blue {
  background-color: blue;
  border-color: navy;
}
.green {
  background-color: green;
  border-color: darkgreen;
}
.product_section_title {
  margin: 6% 0;
}
h1.product_title {
  font-size: 35px;
  color: #ff6402;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
}
.rating_btn {
    font-size: 15px;
    font-weight: 700;
    color: darkslateblue;
    background-color: transparent;
    text-decoration: underline;
}
.product_details {
  margin: 0 10px;
}
.product-descript {
  font-size: 16px;
  text-align: justify;
  min-height: 60px;
}
ol.breadcrumb.breader {
  margin: 0;
}
.color_bg {
  width: 40px;
  height: -webkit-fill-available;
  border-radius: 8px 0 0 8px;
}
.colors_palette::-webkit-scrollbar {
  display: none;
}
.descritption {
  margin: 50px 0 0 0;
}
.tab_color.nav-link.active {
  color: #ff6402 !important;
}
.tab_color {
  color:#000 !important;
}
.specifications_text {
  list-style: decimal-leading-zero ;
  padding: 0px;
  flex-wrap: wrap;
  justify-content: left;
  gap: 10px;
}
li.specification_text_title {
  list-style: disc;
  display: list-item;
  margin-left: 1em;
  width: 47%;
}
ul.specifications_teSxt {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
p.description_phara_tab,
.specifications_text {
  padding: 2% 2% 0 2%;
  font-size: 16px;
  text-align: justify;
}
p.specfication_title {
  width: max-content;
  font-weight: 600;
  color: #ff6402;
  margin: 0px;
}
.key_feature {
    font-weight: 600;
    color: #0c0c0c;
}
.contact_phone_text {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.contact_phone_text:hover{
    color: #ff6402;
}
.select_color_drop {
  display: flex;
  height: -webkit-fill-available;
  width: min-content;
  background: #ededed;
  padding: 6% 0% 6% 11px;
  border-radius: 0 50px 50px 0;
  font-size: 16px;
}
.color_chair {
  display: flex;
  align-items: center;
  width: 100%;
  height: 37px;
  justify-content: space-between;
}
.select_color_dropss {
  display: flex;
  border: 2px solid #c1c1c1;
  border-radius: 50px;
}
a.bread_crum {
  text-decoration: none;
  color: #000;
}
li.breadcrumb-item.active {
  width: 40%;
  font-weight: 600;
}
.similar_products {
  margin: 80px 0 0 0;
}
.similar_product_images {
  padding: 3%;
}
.card-bodysd {
  padding: 1%;
  text-align: center;
}
.description_phara_tab {
  display: -webkit-box;
  line-break: after white space ;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  overflow: hidden;
  padding: 20px 0;
  margin: 0px;
}
.description_phara_tab.open {
  -webkit-line-clamp: unset;
}
.show-more {
  background-color: #00000000;
  color: #ff6402;
  text-decoration: underline;
  margin: 0 0 0 11px;
}
.get_qoute {
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  background-color: #dc3545;
  padding: 1% 4%;
  border-radius: 50px;
  font-size: 16px;
  animation: tilt-n-move-shaking 1.5s infinite;
}
.get_qoute:hover {
  animation: none;
}
@keyframes tilt-n-move-shaking {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  50% {
    transform: translate(5px, 5px) rotate(0deg);
  }
  75% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.form_content:focus-within .form_contact_title,
.form_content .contact_input_box:not(:placeholder-shown) + .form_contact_title {
  top: 10px;
  font-size: 16px;
  color: #ffffff;
  background: #ff6402;
  padding: 3px 30px;
  width: max-content;
  border-radius: 50px;
}
.form_content .contact_textarea_box:not(:placeholder-shown) + .form_contact_title {
  top: 10px;
  font-size: 16px;
  color: #ffffff;
  background: #ff6402;
  padding: 3px 30px;
  width: max-content;
  border-radius: 50px;
}
.contact_textarea_box:focus + .form_contact_titles,
.contact_textarea_box:not(:placeholder-shown) + .form_contact_titles {
  top: 3px;
  font-size: 15px;
  color: #ffffff;
  width: min-content;
  background-color: #ff6402;
  padding: 2px 21px;
  border-radius: 50px;
}
.form_contact_titles {
  position: absolute;
  left: 1%;
  top: 16%;
  font-size: 16px;
  color: #888;
  pointer-events: none;
  transition: all 0.3s ease;
  background: #fff;
  padding: 7px 4px;
  width: 50%;
  color: #ff6402;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #ff64028f;
  width: 50px !important;
  height: 50px !important;
  background-size: 24px !important;
  border-radius: 50px;
}
.spacer_header {
    height: 0px;
}
.product_image {
  overflow: hidden;
  cursor: crosshair;
}
.product_image img {
  width: 100%;
  height: 650px;
  object-fit: contain;
  background-color: #ffffff;
}
.zoom-result {
  width: 700px;
  height: 500px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-size: 200%;
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 9;
  border-radius: 10px;
  margin: 0 0 0 30px;
}
.carousel-control-next,
.carousel-control-prev {
  height: min-content;
  top: 50% !important;
}
.get_quote_content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}
.get_quote_title {
  font-size: 12px;
  margin: 0 12px 0 0px;
  font-weight: 700;
  color: #ff6402;
}
.why_choose {
  list-style: none;
  padding: 0;
}
.why_choose_list {
  display: flex;
  align-items: center;
}
.list_icon {
    font-size: 31px;
    font-weight: 500;
    color: #e57f25;
    margin: 0 7px 0 0;
}
.title_color {
    font-weight: bold;
    color: #e57f25;
    margin: 0 4px 0 0;
}
.why_choose_img {
    border-radius: 20px;
    width: 80%;
    margin: 0 0 0 auto;
}
.slider_img_width {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
.key_featurs {
    margin: 29px 0 0 0;
}
img.mobile_iconsd{
  display:none;
}
h5.collectio {
    font-size: 126px;
    -webkit-text-stroke: 1px #8181818f;
    color: transparent;
    font-weight: 700;
    position: relative;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, #fff,#e45525, #e57f25,  #fff);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 5.5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 500%;
  }
}

.navbar-toggler {
    position: absolute;
}
h1.contact_text {
    margin: 0 0 17px 0;
}
.whatsapp-btn{
    position:fixed;
    bottom: 12px;
    right: 12px;
    background:#25D366;
    color:white;
    padding:10px;
    border-radius:30px;
    font-weight:bold;
    text-decoration:none;
    box-shadow:0 4px 8px rgba(0,0,0,0.2);
    z-index: 99;
}
.review-btn{
   position:fixed;
    bottom: 100px;
    right: 12px;
    background:#fff;
    color:white;
    padding:10px;
    border-radius:30px;
    font-weight:bold;
    text-decoration:none;
    box-shadow:0 4px 8px rgba(0,0,0,0.2);
    z-index: 99;
}
.whatsapp-icon-img {
    width: 42px;
}
ul.pagination {
    justify-content: center;
}
.footer_copyright {
    background-color: #adb5bd;
}
.footer-copy{
    display: flex;
    justify-content: space-between;
}
/* responsive for mobile */
@media (max-width: 639px) {
    .navbar.navbar-expand-lg.bg-body-tertiary {
        height: 70px;
    }
    a.navbar-brand {
        margin: 0 0 0 60px;
    }
    .logo_key {
        width: 200px;
    }
    div#navbarScroll {
        background: #f8f9fa;
        position: absolute;
        top: 70px;
        left: 0px;
    }
    div#navbarScroll {
        background: #f8f9fa;
        position: absolute;
        top: 70px;
        left: 0px;
        height: 100vh;
        width: -webkit-fill-available;
        margin: 0 81px 0 0;
        box-shadow: 20px 20px 20px 20px #00000000;
    }
    .input_search {
        left: 0%;
        width: 90%;
    }
    .search_btn{
      padding:24%;
    }
    .slider_img_width {
        height: 300px;
        width: 100% !important;
    }
    .input_search_text {
        padding: 3%;
        width: 100%;
        display: flex;
        margin: 0px;
        font-size: 12px;
    }
    .furnivo_title, .furnivo_title{
        font-size: 29px;
    }
    .taglines{
        font-size: 19px !important;
    }
    .furnivo_about_us {
        padding: 16% 4% 12%;
    }
    .furnivo_pharagraph {
        margin: 15px 0 9px 0;
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
    }   
    .furnivo_decover{
        font-size: 14px !important;
        padding: 2.3% 7% !important;
    } 
    .home_page_about {
        padding: 61px 0% 2%;
    }
    .li_number_added{
        margin: 12% 0 0 0;
    }
    .number_add::before{
        left: 15px;
        font-size: 35px;
        top: 20px;
    }
    .inhouse {
        width: 76%;
        font-size: 18px;
    }
    .faq_title {
        font-size: 27px;
        font-weight: 700;
        margin: 13% 0 10px 0;
    }
    .our_srtength_section{
        padding: 15% 7%;
    }
    .why_choose_list{
        flex-direction: column;
        text-align: center;
        margin: auto;
        width: 80%;
    }
    .why_choose_img{
        width: 100%;
    }
    p.ourclient {
        width: 100%;
        margin: 0px auto;
        font-size: 13px;
    }
    .our_client_img{
        width: 100% !important;
    }
    .footer_icon_text{
        width: 100%;
    }
    .footer_title{
        font-size: 15px;
        margin: 15px 0px 4px 0;
    }
    .phara_footer{
        font-size:13px;
    }
    .footer_logo {
        width: 100%;
        margin: 20px 0 20px 0;
    }
    .footer_icons {
        width: 80%;
        margin: auto;
    }

    .footer_second_ul{
        width: 100%;
        flex-direction: row;
        column-gap: 0px;
    }
    .footer_icons_so{
        text-align: center;
    }
    .furnivo_link{
        font-size: 14px;
    }
    .footer_icons_ul{
      margin: 0 0 0 0px;
    }
    .footer_Say_hi {
        text-align: center;
        margin: 26px 0;
    }
    .footyer_contact, .quiz_contnet{
        width: 100%;
    }
    .phone_ionc_text {
        justify-content: center;
        margin-bottom: 40px;
    }
    .social_links_ul{
      margin: 0 0 0 0px !important;
    }
    .link_social{
      margin: 10px 0;
    }
    .footer_Say_hi {
        margin: 30px 0 !important;
    }
    .footer_icons_ul{
        justify-content: space-evenly;
    }

    .list_icon{
      display: none;
    }
    img.mobile_iconsd {
        display: block;
        width: 50px;
        margin: 24px 0 8px 0;
    }
    .about_section_phara {
      font-size: 15px;
      margin: 31px auto 0 auto;
      text-align: justify;
      word-spacing: 0px;
      word-break: break-word;
    }
    .our_strength{
      margin: 40px 0 40px 0;
    }
    .Our_mission_vision_value{
       margin: 50px 9px;
    }
    .our-mission_values{
      padding: 50px 0 50px 0;;
    }
    .our_content{
      margin-top: 60px;
    }
    .our_strength_full_content{
        margin: 50px 0 0 0;
    }
    .our_products_phara {
        font-size: 17px !important;
    }
    h5.collectio{
        font-size: 45px !important;
    }
    .our_collection{
        margin: 100px 0 0 0;  
    }
    img.collection_img{
        height: 300px;
    }
    img.collection_img{
        width: 100%;
        top: 295px;
    }
    p.phara_our_collection{
        font-size:17spx;
    }
    .card-titlss{
        font-size: 15px;
    }
    .furnivo_quiz_section {
        flex-direction: column-reverse;
    }
    .furnivo_quiz{
        margin: 29% 0 0 0; 
        padding-bottom: 4%;
    }
    .our_collection_imgs {
        height: 40vh;
    }
    .our_collection_text{
      width: 100%;
      height: fit-content;
      left: 0%;
      padding: 8% 3%;
    }
    p.furnivo_quiz_phara {
        font-size: 17px;
    }
    .furnivo_quiz_text{
      font-size: 24px;
      line-height: initial;
      margin: 0px 0 20px 0;
    }
    .tag_quizz{
      font-size: 17px;
    }
    .product_header{
        flex-wrap: wrap;
        margin: 0px 0 30px 0;
    }
    .product_select{
      width: 100%;
      justify-content: space-between;
      background-color: #e455252b;
      padding: 2% 4%;
      border-radius: 8px;
    }
    .dropdown-toggle{
        background-color: #ffffff !important;
    }
    .product_section {
        margin: 40px 0 0 0;
    }
    .contact_us {
        text-align: center;
        margin: 27px 0 0 0;
    }
    .contact_phone{
      margin: 20px 0;
    }
    .form_content{
      width: -webkit-fill-available;
    }
    .form_contact{
        row-gap: 0px;
    }
    .form_contact_title{
      font-size: 18px;
      top: 43px;
    }
    .form_contact_titles{
      left: 9px;
      top: 40px;
      font-size: 18px;
    }
    .form_content:focus-within .form_contact_title{
      top: 17px;
    }
    .contact_textarea_box{
      padding: 6% 3%;
    }
    .contact_textarea_box:focus + .form_contact_titles{
      padding: 6px 21px;
    }
    .copyright_text{
      font-size: 10px;
      text-align: center;
      line-height: inherit;
      padding: 3% 4px;
    }
    .faq_content {
        flex-direction: column-reverse;
    }
    .review_img {
      width: 310px !important;
      }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .navbar-toggler{
      width :60px;
      height: 60px;
      top: 20px;
    }
    .input_search{
      width: 80%;
    }
    .slider_img_width{
      height:60vh;
    }
    a.navbar-brand {
        margin: 0px 0 0 60px;
    }
    .nav_items_mobile {
        max-width: 100%;
    }
    .bg-body-tertiary{
        padding: 0px;
    }
    .nav_bar_section {
        background-color: #f8f9fa;
    }
    button.search_btn {
        position: fixed;
        top: 40px;
        right: 24px;
    }
    img.searc-icon {
        width: 30px;
        height: 30px;
    }
    .our_srtength_section{
      padding: 9% 3%;
    }
    .home_page_about {
        padding: 0 6%;
    }
    .furnivo_title{
      font-size:23px;
    }
    .number_add::before{
      left: 15px;
      font-size: 35px;
      top: 0px;
    }
    .inhouse{
      width: 76%;
      font-size: 18px;
    }
    .number_add{
      height: 50px;
    }
    .why_choose_list{
      flex-direction: column;
      text-align: center;
    }
    .list_icon{
      display: none;
    }
    img.mobile_iconsd{
      display: block;
      width: 50px;
      margin: 24px 0 8px 0;
    }
    .faq_text, .our_collection_imgs {
        min-width: 50%;
        max-width: 50% !important;
    }
    .why_choose_img {
        border-radius: 0;
        width: 100%;
        object-fit: cover;
        height: -webkit-fill-available;
        object-position: -106px;
    }
    .furnivo_quiz_text{
        margin: 5px 0 20px 0;
        line-height: 27px;
        font-size: 26px;
    }
    p.ourclient{
      width:80%;
    }
    .footer_icons_so, .footyer_contact, .footer_second_ul, .quiz_contnet{
      width: 100%;
    }
    .sayhi{
      font-size: 45px;
    }
    img.our_miison{
      width:60px;
    }
    .phone_icon {
        margin: 0 3px;
    }
    img.footer_whats-phone_icon {
        width: 30px;
    }
    .text_title, .phone_number{
        font-size: 13px;
    }
    p.furnivo_quiz_phara{
      font-size: 17px;
    }
    h5.collectio{
      font-size: 45px;
    }
    .our_collection {
        margin: 90px 0 0 0;
    }
    .our_collection {
        margin: 90px 0 0 0;
    }
    .our_collection_text{
        width: 80%;
        left: 10%;
    }
    .owl-dots {
        margin: 31px 0 0 0;
    }
    .form_contact{
      row-gap: 0px;
    }
    .review_img {
      width: 460px !important;
      }
 }
 /* @media (min-width: 1024px) {
  .slider_img_width{
    height: 90vh;
  }
  .home_page_about {
      padding: 0 0 0 12%;
  }
  .number_add{
      height: 65px;
  }
  .number_add::before{
    left: 37px;
    top: 0px;
  }
  .why_choose_list{
    font-size: 14px;
  }
  p.ourclient, .text_title{
    font-size: 16px;
  }
  .footer_icons_so,.footyer_contact, .why_choose_img{
    width:100%
  }
  .our_collection {
      margin: 80px 0;
  }
  .our_collection_text{
    left: 10%;
    width: 80%;
  }
  .furnivo_quiz_text{
      font-size: 28px;
      line-height: 34px;
  }
  .form_contact{
    row-gap: 0px;
  }
  
} */
.review_section {
    padding: 5% 0;
    background-color: aliceblue;
    text-align: center;
    background-image: url(/images/furnivo/banner/testimoinal.png);
    background-attachment: fixed;
}
strong.text_colro {
    font-size: 17px;
}
.client_review {
    box-shadow: 7px 7px 18px 0px #e1a38f;
    border-radius: 50px 50px 0;
    padding: 4%;
    margin: 8% 2%;
    background-color: #fff;
}

p.client_review_stars {
    margin: 0;
}

h4.client_review_title {
    font-size: 18px;
    color: #FF5722;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 26px auto;
}
p.client_review_phara {
    text-align: justify;
    width: 90%;
    margin: 0 auto 22px;
}
.client_review p {
    text-align: justify;
    width: 90%;
    margin: 0 auto 10px;
}
.custmer_review {
    width: 80% !important;
    margin: auto;
}
p.client_review_stars {
    text-align: end;
    width: 57%;
    margin: 0;
}
button.search_btn {
    display: none;
}
.right_contsnt {
    top: 0px;
    padding: 10%;
    background-color: #fff2d9;
    border-radius: 10px;
}
.tab-content{
  padding: 0px 30px !important;
}
.key_feature {
    border-bottom: 2px solid #e45525;
    margin: 50px 0 17px 0;
    position: relative;
}
p.key-feat-title {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #ff6402;
}
.star {
    font-size: 30px;
    cursor: pointer;
    color: gray;
}
.checked {
  color: gold;
}
.review_img {
  width: 321px;
  height: 473px !important;
  object-fit: cover;
}
.imge-model-msection, .client_rev-section{
  width: 50% !important;
}
.submit_review {
  padding: 3% 5%;
  background-color: #FF5722;
  border: none;
  color: #fff;
  font-size: 15px;
  border-radius: 50px;
  margin: 0 0 26px 0;
}
.client_name_stars {
  display: flex;
  align-items: center;
  margin: 20px 0;
  column-gap: 58px;
}
.client_title_name {
  margin: 3px 0;
}
.client_reviewsssa {
  border: 2px solid #000;
  width: 100%;
  padding: 2%;
  border-radius: 8px;
}
.client_name {
  margin: 0 0 29px 0;
}
#staticBackdropLabel {
    width: 100%;
    text-align: center;
}
.modal-header {
    background-color: #e7e7e7;
}
button.btn-close {
    background-color: #ff0000;
    opacity: 1;
}
.client_name {
    text-align: center;
    font-weight:600;
    margin-top:10px;
    padding: 20px;
    background: #ffff;
    border-radius: 8px;
}

