@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap");

* {
  font-family: "Poppins";
  font-style: normal;
}

.z-9999 {
  z-index: 9998 !important;
}

.headericon:hover {
  color: #264ECA !important;
}

.headerEffect>span:hover {
  color: #264ECA !important;
}

.headerEffect:hover {
  color: #264ECA !important;
}

.footerWidth>ul>li>a:hover {
  color: #264ECA !important;
  transform: scale(1.1) !important;
}



.pb-84 {
  padding-bottom: 42px !important;
}

.AppBtn {
  background-color: #7585ed;
  border: transparent;
  border-radius: 5px;
  width: min-content;
  height: 30px;
  text-decoration: none;
  color: white;
  flex-direction: row;
  display: flex;
  gap: 4px;
  padding: 2px 4px;
  justify-content: center;
  align-items: center;
}

.AppBtn>span {
  font-size: 12px;
  white-space: nowrap;
}

.coverheight {
  height: 500px;
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#nyBizz_effect {
  position: relative;
}

.chat_with_us {
  bottom: 6%;
  right: 3%;
  z-index: 999;
}

.chat_with_us>button {
  padding: 10px 15px !important;
}

.side_bar:hover span:nth-child(2) {
  display: block !important;
}



.chat_text {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#customer_id {
  font-size: 14px;
}

.cat_width {
  width: 70px;
  height: 70px;
  border-radius: 50% !important;
  overflow: hidden;
}

.center {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
}

.FlagImageSize {
  width: 45px !important;
  height: 45px !important;
}

body {
  flex: 1;
  margin: 0px !important;
  padding: 0px !important;
  background-color: #f1f4fd;
}

.flag_photo {
  height: 60px;
  width: 90px !important;
}

input,
textarea {
  font-size: 14px !important;
}

.modal {
  --bs-modal-zindex: 99999 !important;
}

.swiper-slide img {

  object-fit: unset !important;
}

.country-menu {
  position: relative;
}

.mt-nav {
  margin-top: 9px;
}

.country-submenu {

  display: none;
  width: 250px;
  top: 100%;

  left: -147px;
  position: absolute;
}

.profile_image {
  width: 66px;
  height: 63px;
  object-fit: fill;
  object-position: center center;
  /* border-radius: 50%; */
}

.bg-readonly {
  background-color: #b0b0b052 !important
}

.country-menu:hover .country-submenu {
  display: block;
}

.bg-white {
  background-color: #fff !important;
}

.input-40 {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin: 0px 15px;
  border: 1px solid #787878;

  box-shadow: 1px 2px 4px 0px rgba(38, 78, 202, 0.20)
}

.pin {
  padding: 10px 12px;
}

.pin:focus-visible {
  border: transparent;
  outline: transparent;
}

.bg-whit {
  background: white !important;
}

.bg-blue {
  background-color: #264eca !important;
}

.border-blue {
  border-color: #264ECA;
}

.bg-light-blue {
  background-color: #EEF2FE;
}

.bg-light {
  background-color: #262626 !important;
}

.right-20 {
  right: 0px;
}

.bottom-10 {
  bottom: 25px;
}

.bg-grey {
  background-color: #696969 !important;
}

.bg-yellow {
  background-color: #f8c617;
}

.bg-green {
  background-color: #43cb03;
}

.bg-orange {
  background-color: #F97B06;
}

.bg-lightBlack {
  background-color: rgba(0, 0, 0, 0.4);
}

.text-white {
  color: white !important;
}

.text-yellow {
  color: #f8c617;
}

.text-blue {
  color: #264eca !important;
}

.text-danger {
  color: #ff0000 !important;
}

.text-green {
  color: #43cb03 !important;
}

.text-darkgreen {
  color: #287703 !important;
}

.text-orange {
  color: #f97b06 !important;
}

.text-black {
  color: black !important;
}

.ptb-custom {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.ellips {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}

.orderbtn::after {
  background-size: 0px !important;
}

.list_style_center>li {
  text-align: left;
  margin-bottom: 10px;
}

.list_style_center {
  margin-bottom: 0px;
}

.full_name {
  font-size: 13px !important;
}

.text-purple {
  color: #9209e7 !important;
}

.text-darkgrey {
  color: #696969 !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.text-md {
  font-size: 13px !important;
}

.text-base {
  font-size: 15px !important;
}

.text-xs {
  font-size: 12px !important;
}

.text-xxs {
  font-size: 10px;
}

.text-sm {
  font-size: 14px !important;
}

.text-xl {
  font-size: 18px !important;
}

.text-2xl {
  font-size: 20px !important;
}

.text-3xl {
  font-size: 24px !important;
}

.bg-transparent {
  background-color: transparent;
}

.text-4xl {
  font-size: 30px !important;
}

.text-5xl {
  font-size: 35px !important;
}

.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.black {
  font-weight: 900 !important;
}

/* home Page  Css  */

.LogoProp {
  width: 104px !important;
  height: 24px !important;

}

.banner-filter {
  filter: drop-shadow(1px 3px 5px rgba(38, 78, 202, 0.2));
  border-radius: 20px;
}

.box-shadow {
  box-shadow: 1px 3px 12px rgba(38, 78, 202, 0.2) !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 50% !important;
}

.w-70 {
  width: 70% !important;
}

.w-50 {
  width: 50% !important;
}

.w-30 {
  width: 30% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-20 {
  width: 20% !important;
}

.w-15 {
  width: 50%;
}

.w-16 {
  width: 16%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.resizeNone {
  resize: none;
}

ul,
li {
  list-style-type: none;

}

a {
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

.Indian-flag-size {
  width: 27px !important;
  height: 33px !important;
  max-width: 28px !important;
  max-height: 35px !important;
}

.profileImage {
  width: 42px !important;
  height: 42px !important;
  /* border-radius: 50% !important; */
  object-fit: cover;
  /* overflow: hidden; */
  object-position: center center;
}

.profileText {
  margin-left: 10px !important;

}

.full_name {
  overflow: hidden;
}

.profileText>h3 {
  color: #afaeae !important;
  font-size: 13px;
}

.profileText>p {
  font-size: 13px;
}

.border-left {
  border-left: 1px solid #c5c5c5;
}

.custom-menu-position {
  right: 0% !important;
  top: 110% !important;
  left: -250% !important;
}

.vertical-line {
  height: 35px !important;
  width: 1px;
  background: #c5c5c5;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visible {
  display: none !important;
}

.swal-footer {
  text-align: center !important;
}

.swal-title {
  font-size: 18px !important;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<< cover image css >>>>>>>>>>>>>>>>>>>>*/

.top-tags,
.tags-text {
  /* width: 100% !important; */
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<< flags section  >>>>>>>>>>>>>>>>>>>>*/

.country-flags {
  width: 108px;
  height: 66px;
}

.flags-card-width {
  width: 45% !important;
}

.card-title {
  font-size: 10px;
}

.card-image {
  width: 35%;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.w-57 {
  width: 100%;
}

.w-43 {
  width: 100%;
}

.mx-custom {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.grid-slide {
  height: calc((100% - 30px) / 2) !important;
}

.swiper-wrapper {
  flex-direction: row !important;
}

.swiper-wrapper>div {
  margin-top: 0px !important;
}

/* <<<<<<<<<<<<<<<<<<<<<<< categories css>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.categories-card {
  background: rgba(211, 211, 211, 0.6);
}

#categories-card .categoriesChild:nth-child(n+5):nth-child(-n+8) {
  display: none;
}

.bg-cat-card {
  /* background-color: linear-gradient(0deg,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
  object-position: center center;
  height: 171px;
  width: 100%;
}

.w-33 {
  width: 100%;
}

.cat-card-text {
  font-size: 11px;
}

.custom-position {
  top: 30%;
  bottom: 0%;
  z-index: 100;
  left: 5%;
}

.swiper-slide {
  background: transparent !important;
}

figure {
  margin: 0px !important;
}

/* swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 82% !important;
  } */

/* <<<<<<<<<<<<<<<<<<<<< product card css >>>>>>>>>>>>>>>>>>>>>>. */

.half-circle {
  border-radius: 50px !important;
}

.button-width {
  width: 205px !important;
  max-width: 210px !important;
}

.productsmall2 {
  width: 100%;
  height: 100%;
}

.markPosition {
  top: 3%;
  left: 7%;
  border-radius: 10px;
  width: 60px !important;
  height: 60px !important;
}

.h-300 {
  height: 230px !important;
}

.h-148 {
  height: 115px !important;
}

.h-97 {
  height: 74px !important;
}

.viewCount {
  top: 5%;
  right: 5%;

  background-color: #2E2E2E;
  border-radius: 20px;
  padding: 0px 8px;
}

.smallImagePreview {
  width: 35.9%;
}

.bigImagePreview {
  width: 61.6%;
}

.border-trans {
  border: transparent;
}

.searchSelect {
  padding: 9px 25px;
  border: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.searchSelect:focus {
  outline: transparent;
}

.bg-search {

  border: 0px transparent;
  padding: 11px 10px !important;
}

.rightrounded {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.bg-search:focus-visible {
  border: transparent;
  outline: transparent;
}

.dropdown-menu {
  min-width: 43% !important;
  transform: translate(-300px, 80px) !important;
  padding: 0 !important;
}

.smallcicleBox {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 13px;
  height: 13px;
  /* padding: 2px; */
}

.smallcicleBox2 {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 13px;
  height: 13px;

}

.top-custom {
  top: 100px !important;
}

.inputWid {
  width: 565px;
}

.search {
  position: relative;
}

.searchMenu {
  display: none;
  width: 800px;
}

.search:hover .searchMenu {
  display: block;
  z-index: 3000;
  position: absolute;
  top: 100%;
  left: -620px;
}

.border-top-right {
  border-top-right-radius: 4px;
}

.border-top-left {
  border-top-left-radius: 4px;
}

.bg-card-icon {
  background-color: rgba(38, 78, 202, 0.06);
}


.circle {
  border-radius: 50%;
}

.text-price {
  color: #a09f9f;
}

.main-price {
  color: #0c0b0b;
  line-height: 39px;
}

.outStock {
  background: rgba(255, 0, 0, 0.33);
  padding: 6px 26px;
}

.captalize {
  text-transform: capitalize;
}

.line-through {
  text-decoration: line-through;
}

.text-26 {
  font-size: 26px;
}


.main-price {
  font-size: 17px;
}

.text-18 {
  font-size: 12px;
}

.outStock {
  padding: 6px 8px;
}

.mainCardHeading {
  font-size: 11px !important;
}

.h-44 {
  height: 35px;
}

.w-44 {
  width: 35px;
}

.playButton {
  width: 35px;
  height: 35px;
  background-color: #323232;
  border-radius: 30px;
  padding: 30px;
  top: 40%;
  left: 40%;

}

.markPosition {
  top: 3%;
  left: 7%;
  border-radius: 10px;
  width: 50px !important;
  height: 50px !important;
}

/* swiper button  */

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  top: 2% !important;
  left: 54% !important;
  box-shadow: 1px 2px 4px rgba(38, 78, 202, 0.2);
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;

  z-index: 888;

  color: #264eca;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
}

.pt-custom {
  padding-top: 45px;
  margin-top: 10px;
}

.swiper-button-prev {
  top: 2% !important;
  left: 40% !important;
  width: 30px;
  height: 30px;
  z-index: 888;
  color: #264eca;
  box-shadow: 1px 2px 4px rgba(38, 78, 202, 0.2);
  background: #fff;
  border-radius: 50%;
}

.makeupImagePosition {
  left: 3%;
  top: 3%;
}

.h-fix-60 {
  height: 60px;
}

.w-fix-60 {
  width: 60px;
}

.bg-light2 {
  background-color: #00000078;
}

/* customerReview Section */

.customerImage {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  object-fit: contain;
  object-position: 50% 50%;
}

.reviewcardText {
  color: #787878;
  letter-spacing: 0.02rem;
}

.tighter {
  letter-spacing: 0.02rem;
}

.heightFix {
  max-height: 320px;
  min-height: 320px;
}

.main-resp {
  font-size: 13px;
  line-height: 10px;
}

.subhead-resp {
  font-size: 11px;
}

.date-text {
  font-size: 10px;
}

/* footer section csss */
.customProp {
  border: 1px solid #696969;
  border-radius: 10px;
  background-image: url("assets/Images/gmail.png");
  background-position: calc(10px) center;
  background-size: 24px 18px;
  background-repeat: no-repeat;

  padding: 10px 10px 10px 45px;
}

.customProp:focus {
  outline: transparent;
}

.customProp::placeholder {
  accent-color: #696969;
}

.subButton {
  padding: 12px 30px;
}

.w-35 {
  width: 35%;
}

.inputwidth {
  width: 100% !important;
}

.buttonWidth {
  margin-top: 20px;
  width: 60% !important;
  display: flex;
  justify-content: center;
}

.border-y {
  border-top: 1px solid #becaf0;
  border-bottom: 1px solid #becaf0;
}

.footerWidth>h3 {
  font-size: 20px !important;
  text-align: center;
}

.footer-text {
  font-size: 18px;
  line-height: 24px;
  align-self: center;
}

.footerWidth {
  width: 100%;
}

.appImageWidth {
  width: 135px !important;
  height: 38px !important;
  padding: 5px;
  box-sizing: border-box;
}

.downloadtext {
  font-size: 20px !important;
}

.markwidth {
  width: 41px;
  height: 48px;
}

.footerbootmimagewidth {
  width: 62px !important;
  height: 24px !important;
  margin-left: 5px;
}

.headerEffect {
  position: relative;
  cursor: pointer;
}

.headerEffect:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.headerEffect::before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1.9px;
  z-index: 1;
  width: 99%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out,
    background 1s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out, background 1s ease-in-out;
  transition: transform 0.5s ease-in-out, background 1s ease-in-out;
  background: linear-gradient(to right, #264ECA 0%, #8863fb 100%);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}


/* menu-css */

.menu-heading {
  font-style: 18px;
  line-height: 18px;
}

.drop-menu {
  width: 1500px !important;
  height: 580px;
  transform: translate(-771px, 60.7778px) !important;
  overflow: hidden;
}

.mega-drop-down {
  position: relative;

}

.drop-menu {

  position: absolute;
  z-index: 999;
  top: 8%;

  background: white;
  width: 80%;
}

.dropdown-menu {
  min-width: 100%;
}

.navigation-list-width {
  width: 22%;
}

.product-list-width {
  width: 47%;
}

.slider-width {
  width: 27%;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.p-list {
  padding: 10px 0px 10px 20px;
}

.w-1 {
  width: .5%;
  align-self: center;
  /* height: 250px; */

}

.bg-list {
  background-color: #BECAF0;
  border-bottom: 1px solid #fff;
  line-height: 30px !important;
}

.menu-item-list {
  color: #ffffff;
}

.selected-list {
  color: black;
}

.h-menu {
  height: 550px;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F0EFEF;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #323232;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #323232;
}

.pb-30 {
  padding: 24px 0px;
}

.menu-slider-heading {
  font-size: 18px;
  line-height: 20px;
}

.menuSlider .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  top: 5% !important;
  left: 85% !important;
  box-shadow: 1px 2px 4px rgba(38, 78, 202, 0.2);
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;

  z-index: 888;

  color: #264eca;
}

.menuSlider>.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
}

.p-slider-top {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.p-slider-header {
  padding-top: 30px;
  padding-left: 0px;
  padding-right: 11px;
}

.menuSlider>.swiper-button-prev {
  top: 5% !important;
  left: 75% !important;
  width: 20px;
  height: 20px;
  z-index: 888;
  color: #264eca;
  box-shadow: 1px 2px 4px rgba(38, 78, 202, 0.2);
  background: #fff;
  border-radius: 50%;
}

.showDropDown {
  position: relative;
  padding: 15px 0px;
}

.showDropDown:hover .subProfileMenu {
  display: block !important;

}

.subProfileMenu {
  display: none;
  width: 300px;
  height: 220px;
  position: absolute;
  background: white;
  z-index: 999;
  top: 62px;
  right: 8%;
}

.dropdownlist {
  padding: 10px 0px;
}


.custom-position {
  top: 40%;
  bottom: 0%;
  z-index: 100;
  left: 10%;
}

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70px;
  border-radius: 10px;
  /* width: 380px !important; */
  text-align: center;
}


/* .bg-cat5{
  background-color: #251b8a30;
    background-image: linear-gradient(19deg, #545c7b 10%, #151414a9 100%);
    

} */
.h-screen {
  height: 100vh;
  /* overflow-y: scroll; */
}

.catCardParam {
  width: 70px;
  max-width: 70px;
  max-height: 70px;
  border-radius: 100%;
  overflow: hidden;
  height: 70px;
}

.mx-h {
  max-height: 130px;
  min-height: 130px;
}

.bg-cat5 {
  background-color: #0e2bfd78;
  background-image: linear-gradient(19deg, #0506177a 0%, #0965ed66 100%);
}

.cart_cat {
  max-height: 71px;
  min-height: 65px;
}

.bg-text {
  background: rgba(0, 0, 0, 0.54);
  border-radius: 10px;
  width: 45%;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px !important;
}

.w-24 {
  width: 80%;
}

.mb-30 {
  margin-bottom: 10px;
}


/* mobile nav */

.offcanvas {

  max-width: 75% !important;
}

.border-color {
  border-color: #00309777;
}

.home-mobile {
  padding: 10px 10px !important;

}

accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent !important;
  box-shadow: transparent !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: transparent;
}

.accordion-button::after {
  background-size: 16px;
}

.accordion-body {
  padding: 0px !important;
}

.fix-profile {
  width: 60px;
  height: 60px;
}




@media only screen and (min-width: 556px) {
  .w-24 {
    width: 80%;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    border-radius: 10px;
    /* width: 380px !important; */
    text-align: center;
  }

  .bg-text {
    font-size: 12px;
    padding: 10px 16px;
    width: 50%;
  }

  .mb-30 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .w-24 {
    width: 40%;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    border-radius: 10px;
    /* width: 380px !important; */
    text-align: center;
  }

  .bg-text {
    font-size: 12px;
    padding: 10px 16px;
    width: 80%;
  }

  .mb-30 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .w-24 {
    width: 30%;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
    border-radius: 10px;
    /* width: 380px !important; */
    text-align: center;
  }

  .bg-text {
    font-size: 12px;
    padding: 10px 16px;
  }

  .mb-30 {
    margin-bottom: 10px;
  }

  .drop-menu {
    width: 987px !important;
    transform: translate(-547px, 60.7778px) !important;
  }
}

@media only screen and (min-width: 1100px) {
  .w-24 {
    width: 25%;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    /* width: 380px !important; */
    text-align: center;
  }

  .bg-text {
    font-size: 12px;
    padding: 10px 16px;
  }

  .mb-30 {
    margin-bottom: 10px;
  }

  .drop-menu {
    width: 1050px !important;
    transform: translate(-579px, 60.7778px) !important;
  }
}

@media only screen and (min-width: 1200px) {
  .w-24 {
    width: 24%;
  }

  .mb-30 {
    margin-bottom: 8px;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 115px;
    /* width: 380px !important; */
    text-align: center;
  }

  .bg-text {
    font-size: 12px;
    padding: 10px 16px;
  }

  .drop-menu {
    width: 1180px !important;
    transform: translate(-654px, 60.7778px) !important;
  }
}

@media only screen and (min-width: 1400px) {
  .w-24 {
    width: 24%;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 115px;
    /* width: 380px !important; */
    text-align: center;
  }

  .bg-text {
    background: rgba(0, 0, 0, 0.54);
    border-radius: 10px;
    width: 80%;
    font-size: 16px;
    font-weight: 600;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .drop-menu {
    width: 1350px !important;
    transform: translate(-700px, 60.7778px) !important;
  }
}

@media only screen and (min-width: 1500px) {
  .w-24 {
    width: 24%;
  }

  .drop-menu {
    width: 1400px !important;
    transform: translate(-737px, 60.7778px) !important;
  }

  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    /* width: 380px !important; */
    text-align: center;
  }
}