/* header css */
.mega-menu-dropdown img {
  transition: all .2s;
}
.topbar p {
  padding: 10px;
  color: var(--light);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.header-container {
  padding: 8px 0;
}
.left-nav a,
.price-dropdown {
  font-size: 12px;
  color: #414141;
  text-transform: uppercase;
  font-weight: 500;
}
.dropdown-ul {
  padding: 10px;
  position: absolute;
  background: #000000;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
}
.price-dropdown:hover .dropdown-ul {
  opacity: 1;
  visibility: visible;
}
.dropdown-ul a {
  color: #c1c1c1;
}
.right-nav,
.left-nav {
  width: 200px;
}
.header {
  border-bottom: 1px solid var(--light-border);
  position: relative;
  z-index: 999;
  background: #fff;
}
.menu a {
  font-size: 12px;
  text-transform: uppercase;
}
.p-menu-link {
  font-weight: 600;
  padding: 14px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-menu-link:before,
.inspired a:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.p-menu-link:hover:before,
.inspired a:hover:before,
.p-menu-link.active:before,
.mega-menu.active .mega-link:before {
  width: calc(100% - 19px);
}
.p-menu-link.active,
.p-menu-link:hover,
.mega-menu.active .mega-link,
.mega-menu:has(.mega-menu-dropdown.active) .mega-link {
  color: #000;
  font-weight: 700;
}
.home-banner {
  margin-top: -60px;
  overflow: hidden;
}
.menu {
  z-index: 9;
  position: relative;
}
.menu:has(.mega-menu:hover),
.menu-active .primary-menu {
  background: #fff;
}
.topbar {
  z-index: 999;
  position: relative;
}
/* header css */

/* megamenu css */
.mega-menu-dropdown {
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
}
.mega-menu:hover .mega-menu-dropdown {
  visibility: visible;
  opacity: 1;
}
.mm-cover {
  border-top: 1px solid var(--sharp-light-border);
  padding: 20px 0;
  border-bottom: 1px solid var(--sharp-light-border);
  margin: auto;
  max-width: 1000px;
}
.m-menu-product {
  overflow: hidden;
  border-radius: 12px;
  width: 120px;
  height: 105px;
  border: 1px solid #efefef;
}
.mm-item {
  text-align: center;
}
.mm-item p {
  margin-top: 8px;
  font-weight: 600;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.mm-item a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.mm-item a:hover p,
.inspired a:hover {
  color: #000;
}
.h3title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.inspired {
  padding: 20px 0;
}
.inspired a {
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 8px;
}
.mega-menu-dropdown:after {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0000004d;
  content: "";
  z-index: -1;
  pointer-events: none;
}
.menu-border {
  border-top: 1px solid var(--light-border);
  margin: auto;
}
/* megamenu css */

/* home banner */
.slider-text p{
  margin: 0;
}
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: calc(100vh - 4rem);
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider ul li .slide {
  background-size: cover;
  height: 100%;
  width: 100%;
}
.progress {
  position: absolute;
  background: #d9d9d9;
  height: 6px;
  width: 200px;
  top: calc(100% - 8rem);
  margin: auto;
  cursor: pointer;
}
.progress .bar {
  height: 100%;
  width: 0%;
  background: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.progress .bar:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  background-color: #000;
  border-radius: 50%;
}
.slider-text {
  height: 100%;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 11rem;
}
.h1title {
  font-size: 64px;
  font-weight: 100;
  margin: 0;
}
.font-22px {
  font-size: 22px;
}
.primary-btn {
  font-size: 20px;
}
.primary-btn:hover {
  color: #000;
}
.slider-text * {
  color: #000;
}
.primary-btn:hover svg path {
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}
.primary-btn svg path {
  position: relative;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.primary-btn {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
svg {
  overflow: visible;
}
.video-slide {
  transform: scale(.7);
}
/* home banner */

/* about us */
.aboutus .image,
.aboutus .content {
  position: relative;
  width: 50%;
}
.aboutus .image .stock2 {
  position: relative;
  z-index: 1;
  margin: -22rem 0 0 20rem;
}
.aboutus .content {
  padding-left: 7rem;
  max-width: 45rem;
}
.aboutus .content span {
  font-size: 14px;
  text-transform: uppercase;
}
.aboutus .content h2 {
  font-style: italic;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 100;
  margin: 25px 0;
  padding-right: 2rem;
  line-height: 150%;
}
.aboutus .content p {
  font-size: 20px;
}
.aboutus .content p {
  margin-bottom: 60px;
  line-height: 155%;
}
.stock1,
.stock2 {
  overflow: hidden;
}
img.stock1 {
  width: 370px;
}
img.stock2 {
  width: 505px;
  height: 630px;
}
.flip-card img.stock1 {
  width: 100%;
  height: calc(100vh - 6rem);
  max-height: 850px;
  object-position: bottom;
}
.flip-card .about-content {
  padding-left: 3rem;
}
/* about us */

/* product list */
.product-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.product-item {
  text-align: center;
}
.pr-image {
  border: 1px solid var(--sharp-light-border);
  height: 300px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}
.product-item p {
  margin: 20px 15px;
  line-height: 150%;
  font-size: 16px;
  color: #3c3c3c;
}
.product-item .pr-price {
  font-weight: 700;
  font-size: 20px;
  font-style: italic;
}
.img-auto {
  width: auto;
  height: 100%;
}
/* product list */

/* big products */
.big-item .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
}
.big-item .contents p {
  font-size: 20px;
  line-height: 150%;
}
.big-item .contents .pr-price {
  font-size: 32px;
  font-weight: 600;
  margin-top: 1rem;
  font-style: italic;
}
.light-green .contents {
  background-color: #a6b7bf7a;
}
.light-grey .contents {
  background-color: #c9c9c985;
}
.big-item .big-image {
  height: 580px;
}
/* big products */

/* Fashionistaâ€™s Guide */
.image-hotspot-body .left {
  width: 65%;
  padding: 8rem 0;
}
.image-hotspot-body .right {
  width: 35%;
  position: relative;
}
.image-hotspot-body .left p {
  margin: 35px 0;
  max-width: 60rem;
  line-height: 150%;
}
.dot-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.blink-one {
  left: 16rem;
  top: 7rem;
}
.blink-one,
.blink-two,
.blink-three {
  position: absolute;
}
.blink-two {
  right: 4rem;
  top: 4rem;
}
.blink-three {
  right: 4rem;
  bottom: 28rem;
}
.image-caption {
  background: #fff;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 0px 10px #0000002e;
          box-shadow: 0px 0px 10px #0000002e;
  display: none;
  position: absolute;
  white-space: nowrap;
  bottom: 1rem;
  right: 1rem;
  min-width: 170px;
  zoom: 1.3;
}
.image-caption h4 {
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 4px;
}
.image-caption p {
  color: #535353;
  font-size: 14px;
  margin: 0;
}
.blink-one:hover .image-caption,
.blink-two:hover .image-caption,
.blink-three:hover .image-caption {
  display: block;
}
.image-caption:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #ffffff;
  right: -11px;
  bottom: -9px;
  -webkit-transform: rotate(-44deg);
      -ms-transform: rotate(-44deg);
          transform: rotate(-44deg);
}
.arrows {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  gap: 5rem;
  bottom: 6rem;
}
.arrow-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* Fashionistaâ€™s Guide */

/* custom jewelery */
.custom-jewelery {
  background-image: url(../images/ring-bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-jewelery {
  padding: 6rem 0;
}
.custom-jewelery-container p {
  line-height: 150%;
  opacity: 0.9;
  margin: 0;
}
.custom-jewelery-container {
  max-width: 50rem;
}
.custom-jewelery-container svg path,
.custom-jewelery-container svg rect {
  stroke: #fff;
}
.custom-jewelery-container .primary-btn:hover svg path,
.custom-jewelery-container .primary-btn:hover svg rect {
  stroke: #000;
}
/* custom jewelery */

/* subscribe info */
.subscribe-info {
  padding: 4rem 0;
}
.subscribe-container p {
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 20px;
  margin-top: 0;
}
.subscribe-container p span {
  color: rgb(255 0 0);
  display: inline;
  margin: 0 20px 0 8px;
  font-size: 50px;
}
.subscribe-container {
  max-width: 600px;
  margin: auto;
}
.input-group {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.subscribe-container h2 {
  margin: 0;
}
.input-group input {
  width: 100%;
  padding: 20px;
  border: none;
  background: #f5f5f5;
  text-transform: uppercase;
  padding-right: 8rem;
  color: #aaaaaa;
  font-size: 14px;
}
.input-group input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-group button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: #000;
  color: #fff;
  padding: 10px 25px;
  cursor: pointer;
}
.client-slider-info {
  padding: 1rem 0;
}
.client-slider-info img {
  width: 140px;
  height: 70px;
  object-fit: contain;
  filter: grayscale(1);
}
/* subscribe info */

/* footer css */
.footer-container {
  background: #000;
}
.footer-container * {
  color: #d5d5d5;
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 5rem 0;
}
.footer-items h3 {
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 20px;
}
.footer-items a {
  text-transform: uppercase;
  font-size: 15px;
}
.footer-items li {
  padding-bottom: 8px;
}
.footer-items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.copyright {
  background: #393939;
  padding: 12px 0;
  margin-top: -20px;
}
.copyright * {
  color: #9e9e9e;
  font-size: 13px;
  text-transform: uppercase;
}
.copyright-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.change-country .change-country-toggle {
  color: #fff;
  margin-left: 5px;
  background: transparent;
}
/* footer css */

/* product page */
.product-container-gallery {
  padding-top: 20px;
}
.product-top {
  padding: 5rem 0;
  position: relative;
  display: none;
}
.pr-container img {
  position: absolute;
  right: 0;
  pointer-events: none;
  z-index: 0;
}
.thumbnail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.thumbnails {
  gap: 10px;
  margin: 20px 0;
  max-height: 500px;
}
.thumbnails img {
  width: 115px;
  min-height: 115px;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #e1e1e1;
}
.thumbnails img:hover,
.thumbnails img.active {
  border: 2px solid #000000;
  opacity: 0.7;
}
.main-image .zoom-image {
  max-width: 600px;
  width: 600px;
}
.product-gallery .arrow {
  cursor: pointer;
  border: none;
  background: transparent;
}
.product-gallery .next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-image {
  border: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.action-call {
  position: absolute;
  right: 20px;
  top: 20px;
}
.action-call img,
.action-call svg {
  width: auto;
  height: 30px;
}
.toggle-fill.active path,
.like-icon.active svg path {
  fill: #000;
}
.tab-pane,
.hide,
.homeburg-menu,
.mobile-header,
.dropdown-arrow,
body .for-mobile,
.close-img,
.search-active .search-img {
  display: none;
}
.tab-pane.active,
.show,
.search-active .close-img {
  display: block;
}
.product-title {
  font-weight: 600;
  font-size: 36px;
}
.product-gallery .price {
  font-size: 24px;
  color: #757575;
  margin: 10px 0;
}
.product-gallery .total {
  font-size: 36px;
}
.product-gallery p {
  font-size: 20px;
  margin: 20px 0;
}
.tab-btn {
  background: transparent;
  border: none;
  padding: 6px 12px;
  color: #cccccc;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.tab-btn.active {
  border-bottom: 3px solid;
  color: #000;
  font-weight: 600;
}
.product-tabs * {
  font-family: var(--poppins);
  font-size: 14px;
  text-transform: uppercase;
}
.tab-container b {
  font-weight: 600;
}
.product-tabs li {
  color: #878787;
  padding-bottom: 5px;
}
.tab-table .left {
  border-right: 1px solid var(--sharp-light-border);
  padding-right: 3rem;
}
.tab-table {
  padding-top: 1rem;
}
/* product page */

/* source of diamond */
.sod-left {
  max-width: 45%;
}
.sod-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 45%;
}
.source-of-diamond {
  padding: 4rem 0;
}
.slide-item {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.slide-item.active {
  opacity: 1;
  z-index: 1;
}
.slide-item.hide {
  opacity: 0;
  z-index: 0;
}

/* review and description */
.review-description *,
.flip-card *,
.poppins * {
  font-family: var(--poppins);
}
.info-ul-li-p p,
.info-ul-li-p li {
  color: #515151;
}
.info-ul-li-p ul li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.info-ul-li-p ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-image: url(../images/icons/check-icon.svg);
  margin-top: 3px;
}
.link {
  color: #d94a27;
  text-decoration: underline;
}
.review-doc .image {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
}
.review-doc .image *,
.dropdown-ul a.active,
.footer-items a:hover,
.custom-jewelery-container *,
.dropdown-ul a:hover {
  color: #fff;
}
.review-doc .star-container {
  margin-bottom: 15px;
}
h5.reviewer-name {
  color: #1d2939;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
}
.light-pera {
  font-size: 15px;
}
.review-action * {
  font-size: 14px;
}
.review-action .like {
  color: #7d7d7d;
}
.review-action {
  margin-top: 15px;
}
.reply {
  color: #d94a27;
}
.reviwer-name h5 {
  font-size: 18px;
  font-weight: 500;
}
.reviwer-name span {
  color: #6f6f6f;
  margin-left: 15px;
  font-size: 12px;
}
.submit-btn {
  border: none;
  font-size: 16px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  cursor: pointer;
}
.input-form label {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}
.review-input {
  margin-top: 20px;
}
.input-form input,
.input-form textarea {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #dddddd;
  color: #667085;
  font-size: 14px;
}
.input-form {
  margin-bottom: 15px;
}
.submit-btn:hover {
  background: #222121;
}
/* review and description */

/* about us */
.about-page {
  z-index: 0;
  position: relative;
}
.card-content .aboutus h2 {
  font-style: normal;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
}
.card-content .aboutus p {
  opacity: 0.6;
  font-size: 18px;
}
.card-content .aboutus p:last-child,
.flip-card .aboutus p:last-child {
  margin: 0;
}
.about-top {
  padding-bottom: 4rem;
  padding-top: 10px;
}
.card-theme-two .left,
.card-theme-two .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2rem;
}
.card-theme-two * {
  font-family: var(--poppins);
}
.card-theme-two h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 20px;
}
.card-theme-two p {
  margin-bottom: 10px;
  line-height: 155%;
  text-align: justify;
  opacity: 0.7;
  font-size: 18px;
}
.four-padding {
  padding: 4rem 0;
}
.fic-content {
  z-index: 1;
  background: #f7f7f7;
  padding: 2rem;
  max-width: 911px;
  margin: 2px 0 10rem;
}
.full-image-caption {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-position: bottom;
}
.full-image-caption h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
.fic-content p,
.fic-content ul li,
.grid-item p,
.pera-style {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 15px;
  opacity: 0.7;
}
.grid-item h4 {
  font-size: 30px;
  margin: 30px 0 8px;
  font-weight: 500;
}
.grid-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.opacity7 {
  opacity: 0.7;
}
.background-attachment {
  background-attachment: fixed;
}
/* about us */

/* search bar dropdnw */
.seach-bar {
  position: absolute;
  z-index: 2;
  background: #fff;
  top: 100%;
  border-top: 1px solid var(--light-border);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 55px 54px 10px #00000012;
          box-shadow: 0 55px 54px 10px #00000012;
  width: 100%;
  display: none;
  padding: 0 20px;
}
.seach-bar .input-group {
  max-width: 500px;
  margin: 3rem 0;
}
.seach-bar .input-group button {
  font-size: 15px;
}
.seach-bar .input-group input {
  padding: 16px 0;
  font-size: 12px;
  background: transparent;
  border-bottom: 2px solid;
  padding-right: 8rem;
}
.search-active .seach-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-active .menu {
  background: #fff;
}
.formobile{
  display: none;
}
/* search bar dropdnw */