body {
  font-family: "Poppins";
  font-style: normal;
  overflow-x: hidden;
  font-size: 14px;
  color: #3f3f3f;
  letter-spacing: 0.25px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

.d-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.d-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.d-new-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

a {
  transition: all 0.3s linear;
}

p {
  line-height: 30px;
}




/*------------------ Index Page Css Start ------------------*/
strong {
  color: #000000 !important;
}
header {
  padding-top: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 150;
  border-bottom: 2mm solid #fff;
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.logo a {
  display: block;
}

.logo img {
  width: 190px;
}

.h_search_outer {
  padding: 0px 74px 0px 43px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.h_loc_text img {
  margin-right: 6px;
}

.h_loc_text span {
  display: block;
  font-weight: 300;
  color: #6c6c6c;
  font-size: 14.68px;
  letter-spacing: 0.25px;
}

.h_loc_text {
  margin-right: 8px;
}

.location_input {
  width: 200px;
}

.btn,
.form-control {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.location_input .form-control {
  border: 1px solid #d7d7d7;
  height: 50px;
  font-size: 13.68px;
  color: #212121;
  letter-spacing: 0.25px;
  border-radius: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0px 30px 0px 15px;
  background: url(../images/icon-down.png) no-repeat right 15px center;
}

.owl-stage {
  margin: 0 auto;
}
.search_box {
  position: relative;
  margin-left: 15px;
  flex-grow: 1;
}

.search_box .form-control {
  background: #f3f3f3;
  border-radius: 10px;
  height: 50px;
  padding: 0px 100px 0px 15px;
  font-size: 0.7em;
  color: #212121;
  font-weight: 300;
  letter-spacing: 0.15px;
  border-color: #f3f3f3;
}

.search_box .form-control:focus {
  border-color: #d7d7d7;
}

.search_box .btn {
  position: absolute;
  right: 0px;
  top: 0px;
}

.btn-yellow-big {
  height: 50px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fab629;
  padding: 0px 20px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 15.31px;
}

.btn-yellow-big:hover {
  background: #ffac00;
}

.h_account_link {
  display: flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}

.user_icon {
  width: 17px;
  margin-right: 11px;
}

.user_icon img {
  width: 100%;
}

.user_text {
  width: calc(100% - 17px);
}

.user_text span,
.user_text span a {
  font-size: 14.49px;
  font-weight: 500;
  color: #737373;
  display: inline-flex;
}

.user_text span a {
  padding-left: 4px;
}

.user_text h6 {
  margin-top: 0px;
  display: flex;
  align-items: center;
}

.user_text h6 p {
  color: #161616;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.user_text h6 img {
  margin-left: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.h_account_link.active .user_text h6 img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.h_account {
  position: relative;
}

.userDrop {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 35px;
  min-width: 190px;
  background: #fff;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.16);
  display: none;
}

.userDrop li {
  border-bottom: 1px solid #cccccc;
}

.userDrop li > * {
  padding: 5px 20px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #000;
}

.userDrop li > *:hover {
  color: #ca367c;
  cursor: pointer;
}

.sign-in-container {
  padding: 20px 20px 10px 20px;
}

.sign-up {
  font-size: 0.8rem;
  line-height: 0.8rem;
  white-space: nowrap;
}

.sign-up span {
  color: #ca367c;
  cursor: pointer;
}

.menu {
  /* background: #f3f3f3; */
  background: #fdbe00;
  margin-top: 0px;
}

.menu_list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  position: relative;
  padding: 8px 0px 8px;
}

.menu_list > ul > li {
  margin: 0px 5px;
  position: relative;
}

.menu_list > ul > li > *:first-child {
  display: block;
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0px;
  white-space: nowrap;
  padding: 0 0px 0px;
  position: relative;
  cursor: pointer;
}

.menu_list > ul > li > *:first-child:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background: transparent;
}

.menu_list > ul > li > *:first-child:hover:after,
.menu_list > ul > li > *:first-child .active:after {
  background: #fab629;
}
body {
  margin-top: 104px !important;
}
.mt-160 {
  margin-top: 0px !important;
}

.pt-35 {
  padding-top: 35px;
}

.banner_item {
  width: 1200px;
}

.banner_item a {
  display: block;
}

.banner_item img {
  width: 100%;
  border-radius: 25px;
  height: 328.63px;
  object-fit: cover;
}

.banner_item:hover img {
  opacity: 0.9;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dots button {
  outline: none;
  background: rgba(202, 54, 124, 0.44) !important;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 0px 2px;
}

.owl-dots button.active {
  background: rgba(202, 54, 124, 1) !important;
}

.banner_slider .owl-dots {
  margin-top: 38px;
}

.category_outer {
  padding: 55px 0px 45px;
}

.title h1,
.title h2,
.title h3 {
  font-size: 26.81px;
  font-weight: 600;
  color: #282828;
  letter-spacing: 0.15px;
}

.mt-30 {
  margin-top: 30px;
}

.cat_item {
  background: #f4f4f4;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  text-align: center;
  border: 1px solid transparent;
}

.cal_img {
  position: relative;
}

.cal_img img {
  width: 100%;
  height: 162px;
  object-fit: cover;
  object-position: top left;
}

.cal_img:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.3);
}

.slider_box .owl-stage,
.slider_box .owl-item {
  display: flex;
}

.cat_info {
  padding: 15px 3px 20px;
}

.subtitle h2,
.subtitle h3,
.subtitle h4 {
  font-size: 14px;
  color: #414141;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 25px;
}

.cat_item:hover {
  border-color: #ca367c;
  box-shadow: 0px 21px 30px rgb(0 0 0 / 9%);
  cursor: pointer;
}

.cat_item.active {
  border-color: #ca367c;
  box-shadow: 0px 21px 30px rgb(0 0 0 / 9%);
}

.cat_item.active .subtitle h2,
.cat_item.active .subtitle h3,
.cat_item.active .subtitle h4 {
  color: #ca367c;
}

.cat_item:hover .subtitle h2,
.cat_item:hover .subtitle h3,
.cat_item:hover .subtitle h4 {
  color: #ca367c;
}

.category_slider .owl-stage-outer {
  padding: 10px 15px 43px;
  margin: 0px -15px;
}

.category_slider .owl-dots {
  margin-top: 10px;
}

.health_outer {
  padding: 45px 0px 55px;
}

.sub_category_padding {
  padding: 60px 0;
}

.link > *:first-child {
  font-size: 19.52px;
  font-weight: 600;
  color: #ca367c;
  letter-spacing: 0.15px;
  cursor: pointer;
}

.link > *:first-child:hover {
  color: #283152;
}

.mt-50 {
  margin-top: 40px;
}

.menu_list > ul > li:last-child .submenu {
  left: initial;
  right: 0px;
}

.cate_slider .owl-stage-outer {
  padding: 15px 15px 20px;
  margin: 0px -15px;
}

.cate_block {
  display: block;
  background: #fff;
  border-radius: 7px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
}

.cate_img img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.cate_info {
  padding: 25px 15px 8px 30px;
  min-height: 105px;
}

.cate_block:hover {
  outline: 1px solid #ca367c !important;
}

.cate_block:hover .subtitle h2,
.cate_block:hover .subtitle h3,
.cate_block:hover .subtitle h4 {
  color: #ca367c;
}

.bg-pink {
  background: #fff3f3;
  padding: 60px 0px;
}

.offer_outer {
  padding: 60px 0px 50px;
}

.offer_item {
  display: block;
}

.offer_item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 18px;
}

.offer_item img:hover {
  opacity: 0.9;
}

.feature_deal_outer {
  padding: 20px 0px 20px;
}

/* .feature_deal_slider {
    margin-top: 45px;
} */

/* .feature_deal_item {
    display: block;
    width: 1000px;
} */

.feature_deal_item img {
  width: 100%;
  height: 256px;
  object-fit: cover;
  border-radius: 18px;
}

.feature_deal_item:hover img {
  opacity: 0.9;
}

.tech_outer {
  padding: 40px 0px 45px;
}

.super_outer {
  padding: 65px 0px 105px;
}

.super_block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  justify-content: space-between;
}

.super_right {
  width: 31.8%;
}

.super_app_img a {
  display: block;
}

.super_app_img img {
  width: 100%;
  border-radius: 18px;
}

.super_app_img img:hover {
  opacity: 0.9;
}

.super_left {
  width: calc(68.2% - 30px);
}

.super_img {
  margin-top: 22px;
}

.super_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.super_item_big {
  width: 38.1%;
}

.super_item_thum {
  width: calc(100% - 38.1%);
  padding-left: 48px;
  padding-right: 48px;
}

.super_img img {
  width: 100%;
  border-radius: 18px;
  height: 198px;
  object-fit: cover;
}

.super_img img:hover {
  opacity: 0.9;
}

.spotlight_outer {
  padding: 55px 0px 30px;
}

.discounts_outer {
  padding: 50px 0px 40px;
}

.discounts_outer .super_right {
  order: -1;
}

.discounts_outer .super_item_thum {
  order: -1;
  padding-right: 100px;
  padding-left: 20px;
}

.h_cat_outer {
  padding: 60px 0px;
}

.deal_outer {
  padding: 25px 0px 60px;
}

footer {
  background: #ededed;
}

.footer_block {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0px 85px;
}

.footer_item {
  width: 25%;
}

.footer_item h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #242424;
  margin-bottom: 20px;
}

.link_outer li {
  margin-bottom: 13px;
}

.link_outer a {
  color: #3f3f3f;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.link_outer a:hover {
  color: #ca367c;
}

.get_touch {
  margin-top: 45px;
}

.get_touch li {
  margin-left: 28px;
}

.get_touch li:first-child {
  margin-left: 0px;
}

.get_touch li img:hover {
  opacity: 0.9;
}

.footer_bottom {
  background: #939393;
  padding: 20px 0px;
}

.footer_bottom p {
  text-align: right;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.25px;
}

.footer_bottom p a {
  font-weight: bold;
  color: #fff;
}

.footer_bottom p a {
  font-weight: bold;
  color: #fff;
}
header .menu .menu_list {
  display: flex;
  align-items: center;
  justify-content:space-between;
}

.h_account.account_outer.more-menu-link .h_account_link {
  margin: 0;
  padding: 0px 5px;
}

.h_account.account_outer.more-menu-link .h_account_link p {
font-size: 11px;
font-weight: 500;
color: #000;
}
.h_account.account_outer.more-menu-link .userDrop {
  right: 0;
  min-width: 220px;
}
.h_account.account_outer.more-menu-link .user_text h6 img 
{
	width:8px;
	margin-left:5px;
}
.h_account.account_outer.more-menu-link .user_text {
  width: 100%;
}
.h_account.account_outer.more-menu-link {
  width: 90px;
}
header .menu .menu_list>ul {
  width: calc(100% - 90px);
}
/*------------------ Index Page Css End ------------------*/

/*------------------ Category Page Css Start ------------------*/

.category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px -10px 0px;
}

.category_box {
  margin: 30px 10px 0px;
  width: calc(20% - 20px);
}

.filter_outer {
  background: #ebebeb;
  padding: 16px 0px;
}

.filter_outer.active {
  position: fixed;
  width: 100%;
  z-index: 10;
  left: 0;
  right: 0;
}

.filter_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.filter_item {
  position: relative;
  width: 258px;
  margin: 0px 9px;
  cursor: pointer;
  z-index: 100;
}

.filter_input {
  background: #fff;
  width: 100%;
  height: 35px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 8px;
  justify-content: space-between;
  padding: 0px 15px;
}

.filter_input span {
  font-size: 14px;
  font-weight: 500;
  color: #838383;
  letter-spacing: 0.15px;
}

.resetAll {
  margin: 0px 9px;
}

.resetAll p {
  font-weight: 500;
  color: #ca367c;
  letter-spacing: 0px;
  font-size: 14px;
  border-bottom: 1px solid #ca367c;
  display: inline-block;
  cursor: pointer;
}

.resetAll a:hover {
  color: #283152;
  border-bottom-color: #283152;
}

.store_outer {
  padding: 20px 0px 30px;
}

.store_box {
  width: 100%;
  overflow: hidden;
  border: 0.1px solid #f1ecec;
  border-radius: 18px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  position: relative;
}

.single_offer_left {
  width: 35%;
}

.single_offer_right {
  width: 62%;
  padding-left: 2%;
}

.store_img {
  width: 245px;
}

.store_img_detail_page .st_detail_image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 18px 0px 0px 18px;
}

.store_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store_info {
  width: calc(100% - 245px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px 15px 15px 20px;
  position: relative;
  overflow: hidden;
}

.store_info_detail_page {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px 15px 15px 20px;
  position: relative;
  overflow: hidden;
}

.store_info h3 {
  font-size: 19.57px;
  font-weight: 600;
  color: #282828;
  display: inline-block;
  letter-spacing: 0.15px;
}

.store_info span h3:hover {
  color: #ca367c;
  cursor: pointer;
}

.store_info p {
  font-size: 15.53px;
  font-weight: 300;
  color: #464646;
  letter-spacing: 0px;
  line-height: 23px;
}

.store_loac {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.store_loac img {
  width: 16px;
  height: 20px;
}

.store_loac span {
  display: block;
  margin-left: 5px;
  font-size: 15.53px;
  font-weight: 300;
  color: #767676;
  letter-spacing: 0.25px;
}

.mt-25 {
  margin-top: 25px;
}

.price {
  display: flex;
  align-items: center;
  margin-top: 5px;
  flex-wrap: wrap;
}

.price h6 {
  font-weight: bold;
  font-size: 21.86px;
  color: #111111;
  letter-spacing: 0.25px;
  font-family: Arial;
}

.price h6 span {
  font-weight: normal;
  color: #737373;
  margin-right: 8px;
}

.discount {
  margin-top: 15px;
}

.discount h5 {
  font-size: 15.68px;
  color: #01ad6e;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.discount h5 span {
  font-size: 19.57px;
  font-weight: normal;
  font-family: Arial;
}

.discount p {
  font-size: 11px;
  color: #888888;
  line-height: 22px;
  font-weight: normal;
}

.store_bott {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-all {
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 7px;
  padding: 6px 15px;
  line-height: 16px;
}

.btn-pink-o {
  border-color: #ca367c;
  color: #ca367c !important;
}

.btn-pink-o:hover {
  color: #fff !important;
  background: #ca367c;
}

.btn-pink {
  border-color: #ca367c;
  color: #fff !important;
  background: #ca367c;
}

.btn-pink:hover {
  background: transparent;
  color: #ca367c !important;
}

.store_bott .btn {
  width: calc(50% - 6px);
}

.off_outer {
  position: absolute;
  background: #fab72c;
  height: 44.75px;
  width: 53.75px;
  border-radius: 50% 0% 0% 50%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.off_outer h4 {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #323232;
  text-align: center;
  margin-left: 0px;
  margin-top: 2px;
}

.store_top_text {
  padding-right: 53px;
}

.cate_offer_outer {
  padding: 35px 0px 30px;
}

.cate_feature_deal {
  padding: 35px 0px;
}

.pro_outer {
  padding: 30px 0px 40px;
}

.mlr-21 {
  margin: 70px -21px;
}

.plr-21 {
  padding: 0px 21px;
}

.pro_box {
  border: 1px solid #c2c2c2;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.pro_img img {
  width: 100%;
  height: 132px;
  object-fit: cover;
}

.pro_info {
  padding: 12px 12px 12px 15px;
  height: calc(100% - 132px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pro_info h3 {
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: #282828;
}

.pro_info h3:hover {
  color: #ca367c;
}

.pro_price p {
  color: #737373;
  margin-top: 5px;
  font-size: 17.94px;
  line-height: 24px;
  font-family: Arial;
}

.pro_info h6 {
  font-size: 24.46px;
  color: #111111;
  font-family: Arial;
}

.pro_info .btn {
  margin-top: 15px;
  width: 166px;
}

.pro_info .discount {
  margin-top: 10px;
}

.pro_cust_outer {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #d7d7d7;
  padding: 18px 15px 15px 15px;
  width: 100%;
}

.pro_cust_outer {
  display: flex;
  flex-wrap: wrap;
}

.pro_cust_img {
  width: 288px;
  position: relative;
}

.pro_cust_img > img {
  width: 100%;
  border-radius: 14px;
  height: 311px;
  object-fit: cover;
}

.pro_cust_info {
  width: calc(100% - 288px);
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cust_badge {
  background: #d7364a;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20.54px;
  font-weight: 500;
  color: #ffffff;
  padding: 0px 15px;
}

.pro_cust_info h3 {
  font-size: 25.56px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: #ffffff;
  margin-top: 25px;
}

/* .pro_cust_info h3:hover {
    color: #fab72c;
} */

.pro_cust_price {
  font-family: Arial;
  display: flex;
  align-items: center;
  margin-top: 23px;
}

.pro_cust_price h6 {
  font-size: 21.73px;
  color: #ffcae3;
}

.pro_cust_price h6 span {
  color: #111111;
  font-size: 24.46px;
  display: inline-block;
  margin-left: 8px;
}

.pro_cust_info .discount {
  margin-top: 32px;
}

.pro_cust_info .discount h5 {
  font-size: 19.17px;
  color: #fff;
}

.pro_cust_info .discount h5 span {
  font-size: 20.39px;
}

.pro_cust_info .discount p {
  color: #ffc9e3;
  font-size: 17.04px;
  line-height: 28px;
}

.request_quote {
  margin-top: 10px;
}

.btn-white {
  background: #fff;
  border-radius: 10px;
  height: 51.09px;
  border: 2px solid #fff;
  font-size: 19.17px;
  font-weight: 500;
  color: #d7364a !important;
  letter-spacing: 0.15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 25px;
}

.btn-white:hover {
  background: transparent;
  color: #fff !important;
}

.cat_super_outer {
  padding: 40px 0px;
}

.store_info .mt-25 h4 {
  font-size: 17.95px;
  font-weight: 600;
  color: #111111;
}

.mt-15 {
  margin-top: 15px;
}

.price_from h5 {
  font-size: 15.31px;
  color: #111111;
  line-height: 22px;
  font-family: Arial;
}

.price_from small {
  font-size: 11px;
  color: #888888;
  display: block;
}

.price_from {
  padding-left: 15px;
  width: 69.99%;
}

.price_from small em {
  font-style: normal;
  font-family: Arial;
}

.discount_inline h5 {
  font-size: 16.16px;
}

.discount_inline {
  display: flex;
  flex-wrap: wrap;
}

.discount_inline h5 span {
  font-size: 16.16px;
}

.discount_inline p {
  font-size: 14.36px;
  padding-left: 10px;
  margin-top: -1px;
}

.cat_spotlight_outer {
  padding: 50px 0px 20px;
}

.store_sold_out {
  opacity: 0.6;
}

.btn.store_sold_out,
.store_coming .btn-yellow {
  cursor: no-drop;
}

.store_coming {
  border-color: #ca367c;
}

.btn-yellow {
  background: #fab72c;
  color: #000000 !important;
}

.btn-yellow:hover {
  background: #ffac00;
}

.mt-80 {
  margin-top: 80px !important;
}

.cat_discounts_outer {
  padding: 60px 0px 30px;
}

/*------------------ Category Page Css End ------------------*/

/*------------------ My Credits Page Css Start ------------------*/

.content_outer {
  padding: 30px 0px 50px;
}

.buy_credit_outer {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.buy_credit_outer h2 {
  width: 100%;
  font-size: 24.46px;
  font-weight: 500;
  color: #636363;
  letter-spacing: 0.15px;
  margin-bottom: 15px;
}

.credit_input_box {
  width: calc(50% - 11px);
  border: 1px solid #cccccc;
  border-radius: 18px;
  padding: 15px 20px 25px 20px;
}

.credit_text {
  text-align: right;
  margin-right: -12px;
}

.credit_text h6 {
  font-size: 12px;
  color: #858585;
  font-weight: 500;
  letter-spacing: 0.15px;
}

.credit_input {
  margin-top: -12px;
}

.credit_input label {
  /* font-size: 22.83px; */
  font-weight: 500;
  color: #585858;
  letter-spacing: 0.15px;
  margin-bottom: 5px;
}

/* .credit_input .form-input {
  font-size: 1.15rem !important;
} */

.payment-comments-input {
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding: 0px 15px;
  /* font-size: 27.26px; */
  height: 70.44px;
  color: #585858 !important;
  font-weight: bold;
  font-family: Arial;
  width: 100%;
}

.payment-comments-input:focus {
  outline: none;
}

.make-payment-button {
  display: flex;
  justify-content: center;
}

.make-payment-button .btn {
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  padding: 4px 15px;
  margin-top: 25px !important;
  letter-spacing: 0.15px;
}

.credit_input .form-input {
  height: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  padding: 0px 23px;
  font-size: 14px;
  color: #949494 !important;
  /* font-weight: bold; */
  font-family: Arial;
}

.credit_btn {
  margin-top: 17px;
}

.btn-credit {
  height: 40px;
  min-width: 80px;
  border: 1px solid #d7d7d7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial;
  color: #b2b2b2;
  padding: 2px 0px 0px;
}

.btn-credit.active,
.btn-credit:hover {
  border-color: #212529;
}

.buy_credit .btn {
  height: 40px;
  min-width: 120px;
  font-size: 14px;
}

.available_credit {
  width: calc(35% - 5px);
  border: 1px solid #cccccc;
  border-radius: 18px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 10px 42px 10px 60px;
  overflow: hidden;
  height: 216px;
}

.available_img {
  width: 217px;
}

.available_img img {
  width: 100%;
}

.available_info {
  position: relative;
  z-index: 1;
  width: calc(100% - 217px);
  padding-right: 30px;
}

.available_info h3 {
  font-size: 16px;
  color: #ca367c;
  letter-spacing: 0px;
}

.available_info h5 {
  font-size: 14px;
  color: #ca367c;
  font-weight: 600;
  letter-spacing: 0.15px;
}

.available_round {
  height: 229px;
  width: 229px;
  border-radius: 50%;
  background: #ca367c;
  opacity: 0.15;
  position: absolute;
  left: -65px;
  bottom: -62px;
}

.mlr-30 {
  margin: 0px -30px;
}

.plr-30 {
  padding: 0px 30px;
}

.buy_item {
  width: 100%;
  padding: 22px 57px 27px;
  text-align: center;
  margin-top: 65px;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.buy_info {
  position: relative;
  z-index: 1;
}

.buy_item h3 {
  font-size: 18.58px;
  font-weight: 600;
  color: #ca367c;
  margin-top: 15px;
}

.buy_item h3 span {
  font-size: 28.73px;
}

.buy_item .btn {
  height: 52.44px;
  min-width: 153px;
  margin-top: 15px;
  font-size: 18.78px;
}

.buy_round {
  height: 201px;
  width: 201px;
  background: #f7e1eb;
  opacity: 0.61;
  border-radius: 50%;
  position: absolute;
  left: -55px;
  bottom: -62px;
}

/*------------------ My Credits Page Css End ------------------*/

/*------------------ My Orders Page Css Start ------------------*/

.tab_outer {
  margin-top: 30px;
}

.tab ul {
  border-bottom: 4px solid #dddddd;
}

.tab .title {
  font-size: 24.96px;
  color: #969696;
  /* font-weight: 600; */
  display: block;
  position: relative;
  padding-bottom: 6px;
}

.tab .title:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0px;
  bottom: -4px;
  height: 4px;
  background: transparent;
}

.tab li.active .title,
.tab li .title:hover {
  color: #ca367c;
  cursor: pointer;
}

.tab li.active .title:after,
.tab li .title:hover:after {
  background: #ca367c;
  cursor: pointer;
}

.mt-55 {
  margin-top: 55px;
}

.orderbox {
  border: 2px dashed #cccccc;
  border-radius: 20px;
  padding: 25px 23px 25px;
}

.order_item {
  display: flex;
  flex-wrap: wrap;
}

.order_img_box {
  width: 193px;
}

.order_img img {
  width: 100%;
  max-height: 175px;
  border-radius: 10px;
}

.order_img_box .btn {
  width: 100%;
  margin-top: 15px;
  height: 30px;
  font-size: 14px;
  border-radius: 7px;
}

.order_block {
  width: calc(100% - 193px);
  padding-left: 15px;
}

.order_top {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}

.code_outer {
  height: 71.25px;
  background: #fab629;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  padding: 2px;
}

.code_outer label {
  height: 100%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 0px 0px 15px;
  padding: 0px 20px;
  margin-bottom: 0px;
  font-size: 19.7px;
  color: #000000;
  font-weight: 500;
}

.code_outer span {
  display: inline-flex;
  align-items: center;
  font-size: 19.7px;
  color: #000000;
  font-weight: 600;
  padding: 0px 18px;
}

.order_status {
  padding-left: 40px;
}

.order_status h6 {
  font-size: 14px;
  letter-spacing: 0;
  position: relative;
  padding-left: 11px;
}

.order_status h6:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 6px;
 height: 6px;
width: 6px;
  border-radius: 50%;
}

.status_active h6 {
  color: #00bd50;
}

.status_active h6:after {
  background: #00bd50;
}

.status_redeemed h6 {
  color: #e27000;
}

.status_redeemed h6:after {
  background: #e27000;
}

.status_cancelled h6 {
  color: #c30000;
}

.status_cancelled h6:after {
  background: #c30000;
}

.status_cancellation_requested h6 {
  color: #00a6e3;
}

.status_cancellation_requested h6:after {
  background: #00a6e3;
}

.code_valid {
  position: absolute;
  right: 0px;
  text-align: right;
  top: -5px;
}

.code_valid span {
  font-size: 17.53px;
  font-weight: 300;
  color: #464646;
}

.code_valid h5 {
  font-size: 24.47px;
  font-weight: 500;
  color: #464646;
}

.order_name {
  margin-top: 16px;
  margin-bottom: 16px;
}

.order_name h3 {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
}

.order_btn {
  display: flex;
  flex-wrap: wrap;
}

.order_btn .btn {
  min-width: 207px;
  height: 48.53px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18.2px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15px;
  background: #b7b7b7;
  margin-right: 15px;
  margin-top: 18px;
}

.order_btn .btn:hover {
  background: #aaa;
}

.order_info li {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 21.17px;
}

.order_title {
  font-weight: 500;
  color: #000;
  line-height: 100%;
  letter-spacing: 0.15px;
  width: 100%;
  padding-right: 20px;
}

.order_text {
  flex-grow: 1;
  font-weight: 400;
  color: #111111;
  margin-top: 1px;
  line-height: 100%;
  width: 100%;
  margin-top: 5px;
}

.order_text code {
  font-size: 22.15px;
  color: #464646;
  font-weight: 300;
  display: block;
  font-family: "Poppins";
  line-height: 100%;
  margin-top: 6px;
}

.font-arial {
  font-family: Arial;
}

.redmeem_text {
  width: 100%;
  margin-top: 40px;
  background: #f3f3f3;
  padding: 13px 30px;
  border-radius: 18px;
}

.redmeem_text p {
  font-size: 19.57px;
  color: #464646;
  letter-spacing: 0.15px;
  line-height: 27px;
  /* display: inline; */
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.redmeem_text p strong {
  font-weight: 500;
  color: #272727;
}

.redmeem_text span {
  font-size: 14px;
  color: #ca367c;
  letter-spacing: 0;
  display: inline;
  cursor: pointer;
}

.redmeem_text span:hover {
  color: #272727;
}

.order_link {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order_link > span {
  font-size: 18.47px;
  display: inline-flex;
  color: #ca367c;
  letter-spacing: 0.15px;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
}

.order_link > span:hover {
  color: #283152;
}

.order_link > span.delete_order {
  color: #e11919;
}

.order_link > span.gray_delete_order {
  color: #ababab;
  cursor: not-allowed;
}

.order_link > span img {
  margin-right: 10px;
}

/*------------------ My Orders Page Css End ------------------*/

/*------------------ My Wishlist Page Css Start ------------------*/

.wish_item {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  padding: 15px 15px 13px 17px;
  display: flex;
  flex-wrap: wrap;
}

.wish_left {
  width: 219px;
}

.wish_item_item img {
  width: 100%;
  border-radius: 20px;
  height: 195px;
  object-fit: cover;
}

.wish_name {
  margin-top: 20px;
}

.wish_name h3,
.wish_head h3 {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  display: inline-block;
  letter-spacing: 0;
}

.wish_name h3:hover {
  color: #ca367c;
}

.wish_name p {
  font-size: 15.53px;
  font-weight: 300;
  color: #464646;
  letter-spacing: 0.25px;
  line-height: 23px;
}

.like {
  margin-top: 23px;
  cursor: pointer;
}

.wish_right {
  width: calc(100% - 219px);
  padding-left: 28px;
}

.wish_head {
  padding-right: 0;
}
.wish_price_valid {
  margin-top: 21px;
  align-items: flex-start;
}

.wish_price h6 {
  font-family: Arial;
  font-size: 21.44px;
  color: #737373;
}

.new_price h6 {
  font-weight: bold;
  color: #111111;
  margin-left: 20px;
}

.wish_valid {
  margin-top: 6px;
}

.wish_valid span {
  display: block;
  text-align: right;
  font-size: 14.04px;
  color: #888888;
  line-height: 20px;
}

.btn-gray {
  background: #b7b7b7;
  color: #fff !important;
}

.btn-gray:hover {
  background: #aaa;
}

.btn_in_deta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.btn_in_deta .btn {
  width: calc(50% - 7px);
}

.buy_voucher {
  text-align: right;
  margin-top: 27px;
}

.buy_voucher h6 {
  color: #ca367c;
  font-weight: 600;
  font-size: 18.21px;
}

.buy_voucher h6 strong {
  font-family: Arial;
  font-size: 21.31px;
  font-weight: bold;
}

.buy_voucher span {
  font-size: 12.03px;
  color: #888888;
}

.cash_outer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
}

.cash_outer h6 {
  font-size: 13.22px;
  color: #01ad6e;
  font-weight: 500;
}

.cash_outer h5 {
  font-family: Arial;
  font-size: 18.42px;
  color: #24b67f;
  font-weight: bold;
  margin-top: 3px;
}

.saving_box {
  margin: 0px 12px 0px 42px;
}

.cash_outer .btn {
  flex-grow: 1;
}

.mt-67 {
  margin-top: 67px;
}

.wish_valid.mt-20 {
  margin-top: 20px;
}

.wish_discount {
  margin-top: 37px;
}

.wish_store_bott {
  margin-top: 32px;
}

.wish_item.store_coming {
  border-color: #ca367c;
}

.wish_item_from .price_from {
  padding-left: 22px;
}

.wish_item_from .price_from h5 {
  font-weight: bold;
}

.wish_item_from .wish_valid {
  margin-top: 4px;
}

.wish_item_from .btn_in_deta {
  margin-top: 15px;
}

.wish_item_from .buy_voucher {
  margin-top: 19px;
}

.like_box {
  height: 50px;
  width: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 13px;
  left: 13px;
}

.like_box img {
  max-height: 100%;
  max-width: 100%;
}
.pay_order .pay_order_box .pay_item .wish_right .wish_name {
  margin-top: 0px;
}
.pay_item .wish_name h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
/*------------------ My Wishlist Page Css End ------------------*/

/*------------------ Order Complete Page Css Start ------------------*/

.order_complete .orderbox {
  margin-top: 55px;
}

.order_complete .orderbox:first-child {
  margin-top: 40px;
}

.voucher_details {
  width: 100%;
  background: #ffecc6;
  border-radius: 18px;
  padding: 13px 30px;
  min-height: 81px;
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.voucher_details p {
  font-size: 16px;
  line-height: 26px;
  color: #2c2c2c;
}

.order_complete .order_link {
  margin-top: 30px;
  justify-content: flex-end;
}

.order_complete_btn {
  width: 100%;
  margin-top: 30px;
}

.order_complete_btn .btn {
  min-width: 364px;
  height: 68px;
  font-size: 22.83px;
  border-radius: 18px;
}

/*------------------ Order Complete Page Css End ------------------*/

/*------------------ Payment Page Css Start ------------------*/

.payment_outer {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.pay_order {
  width: 45%;
  padding-right: 25px;
}

.pay_item {
  padding: 20px;
}

.pay_item .wish_left {
  width: 165px;
}

.pay_item .wish_right {
  width: calc(100% - 165px);
  padding-left: 20px;
  margin-top: 5px;
}

.pay_item .wish_name h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.pay_item .wish_name p {
  font-size: 14px;
  line-height: 20px;
}

.pay_item .wish_price h6 {
  font-size: 30.86px;
}

.pay_item .new_price h6 {
  margin-left: 37px;
}

.pay_item .wish_price_valid {
  margin-top: 25px;
}

.pay_aff {
  margin-top: 16px;
  border: 1px solid #cccccc;
  border-radius: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 20px;
}

.aff_text {
  flex-grow: 1;
  padding-right: 30px;
}

.aff_text h4 {
  font-size: 16px;
  font-weight: 600;
  color: #282828;
}

.aff_text span {
  color: #777777;
  font-weight: 300;
  display: block;
  margin-top: 5px;
}

.aff_price h6 {
  font-weight: bold;
  font-size: 16px;
  color: #111111;
  font-family: Arial;
}

.pay_slid {
  width: 513px;
}

.vou_box {
  background: rgba(255, 228, 173, 0.69);
  border-radius: 18px;
  padding: 15px;
}

.vou_head h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: #272727;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.vou_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
}

.vou_text h6 {
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  letter-spacing: 0.15px;
}

.vou_text p {
  font-size: 13px;
  color: #272727;
  letter-spacing: 0.3px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 2px;
}

.vou_price,
.total_price {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #272727;
}

.total_pay {
  border-top: 2px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
}

.total_text h6 {
  font-size: 16px;
  font-weight: 500;
  color: #272727;
  letter-spacing: 0.15px;
}

.pay_cre_box {
  margin-top: 15px;
  background: #ffe5eb;
  border-radius: 18px;
  padding: 15px;
  width: 60%;
  margin-left: auto;
}
.pay_process {
  width: 52%;
  margin-left: auto;
}
.pay_add_outer {
  border-bottom: 1px solid #ca367c;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pay_add_text h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #9a1e58;
}

.pay_add_text p {
  font-size: 16px;
  font-weight: 500;
  color: #9a1e58;
  margin-top: 0;
  line-height: 23px;
}

.pay_add_btn .btn {
  height: 40px;
  min-width: 165px;
  font-size: 15.96px;
  border-radius: 13px;
}

.pay_chk_outer {
  position: relative;
  min-height: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
  justify-content: inherit;
  align-items: center;
}
.pay_chk_outer h6 {
  font-size: 14px;
  color: #9a1e58;
  font-weight: 500;
  margin-right: 10px;
}

.chk {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 4px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chk .checkmark {
  position: absolute;
  top: -12px;
  left: 0;
  height: 27px;
  width: 26px;
  background: #fff;
  border-radius: 7px;
}

.chk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chk input:checked ~ .checkmark:after {
  display: block;
}

.chk .checkmark:after {
  left: 11px;
  top: 5px;
  width: 8px;
  height: 14px;
  border: solid #ca367c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pay_process {
  margin-top: 15px;
}

.pay_process .btn {
  height: 40px;
  width: 100%;
  border-radius: 7px;
  font-size: 16px;
}
.pay_cre_box .pay_add_text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}
.sign-in {
  margin-top: 10px;
}

.sign-in .btn {
  width: 100%;
  /* border-radius: 18px; */
  font-size: 20.83px;
}

.pay_process .btn span {
  font-family: Arial;
  padding-left: 5px;
}

/*------------------ Payment Page Css End ------------------*/

/*------------------ Profile Page Css Start ------------------*/

.profile_banner img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}

.profile_outer {
  padding: 0px 0px 70px;
  position: relative;
  overflow: hidden;
}

.profile_heading {
  padding-bottom: 22px;
  border-bottom: 1px solid #b7b7b7;
}

.profile_head h3 {
  font-size: 31.46px;
  font-weight: 600;
  color: #282828;
}

.profile_head p {
  font-size: 24.96px;
  font-weight: 300;
  color: #464646;
  margin-top: 4px;
}

.industry_outer {
  margin-top: 28px;
}

.industry_outer h6 {
  font-size: 24.96px;
  font-weight: 300;
  color: #404040;
}

.industry_outer h6 strong {
  font-weight: 600;
}

.profile_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.profile_right .store_loac span {
  font-size: 24.96px;
  padding-left: 10px;
}

.profile_right .store_loac img {
  width: 25px;
  height: 33px;
}

.profile_right .btn {
  height: 50px;
  border-radius: 12px;
  min-width: 213px;
  font-size: 18.79px;
}

.profile_tab {
  margin-top: 20px;
}

.profile_body {
  margin-top: 60px;
}

.sub_title h3 {
  font-size: 26.19px;
  font-weight: 600;
  color: #282828;
  letter-spacing: 0.15px;
}

.about_info {
  margin-top: 40px;
}

.about_info p {
  font-size: 21.2px;
  letter-spacing: 0.3px;
  color: #525252;
  margin-top: 20px;
  line-height: 33px;
}

.mt-60 {
  margin-top: 60px;
}

.facilities_slider {
  margin-top: 30px;
}

.fac_item {
  text-align: center;
}

.fac_img {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fac_img img {
  max-width: 100%;
  max-height: 100%;
}

.fac_item p {
  font-size: 16.41px;
  letter-spacing: 0.15px;
  color: #7f7f7f;
  line-height: 20px;
  margin-top: 25px;
}

.facilities_slider .owl-dots {
  margin-top: 15px;
}

.facilities_slider .owl-dots button {
  background: rgba(127, 127, 127, 0.44) !important;
}

.facilities_slider .owl-dots button.active {
  background: rgba(127, 127, 127, 1) !important;
}

.profile_pro_info {
  margin-top: 60px;
  border-top: 1px solid #b7b7b7;
  padding-top: 35px;
}

.profile_pro_info li {
  display: flex;
  flex-wrap: wrap;
  font-size: 22.19px;
  margin-bottom: 40px;
}

.profile_pro_info li:last-child {
  margin-bottom: 0px;
}

.profile_pro_info li strong {
  font-weight: 600;
  color: #323232;
  display: block;
  width: 220px;
  padding-right: 20px;
}

.profile_pro_info li a {
  color: #005fb0;
}

.profile_pro_info li a:hover {
  color: #323232;
}

.profile_pro_info li span {
  font-weight: 300;
  color: #404040;
}

.mlr-30 {
  margin: 0px -30px;
}

.plr-30 {
  padding: 0px 30px;
}

.address {
  margin-top: 50px;
}

.address li {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.address li:last-child {
  margin-bottom: 0px;
}

.add_icon {
  width: 36px;
}

.add_icon img {
  max-width: 100%;
  height: 18px;
  width: 100%;
  object-fit: contain;
}

.add_text {
  width: calc(100% - 36px);
  padding-left: 25px;
}

.add_text p {
  font-weight: 300;
  font-size: 22.19px;
  color: #404040;
}

.map {
  margin-top: 5px;
}

.map iframe {
  width: 100%;
  border: 0px;
  height: 409px;
  border-radius: 18px;
}

.contact_no ul {
  margin-top: 30px;
}

.contact_no li {
  font-size: 14px;
  font-weight: 300;
  color: #404040;
  margin-top: 13px;
}

.contact_no li:first-child {
  margin-top: 0px;
}

.timing_item {
  margin-top: 25px;
}

.timing_item li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
}

.timing_item li:first-child {
  margin-bottom: 25px;
}

.timing_item li:last-child {
  margin-bottom: 0px;
}

.days {
  width: 175px;
}

.days strong,
.closing strong,
.opening strong,
.closing strong {
  font-size: 22.19px;
  font-weight: 600;
  color: #323232;
}

.opening {
  width: 170px;
}

.opening,
.closing {
  font-size: 22.15px;
  font-weight: 300;
  color: #404040;
}

.mlr-24 {
  margin: 0px -24px;
}

.plr-24 {
  padding: 0px 24px;
}

.doc_item {
  min-height: 107px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px dashed #b7b7b7;
  border-radius: 18px;
  padding: 10px 45px 10px 37px;
  margin-top: 30px;
}

.doc_text {
  width: calc(100% - 35px);
  padding-right: 20px;
}

.doc_text h6 {
  flex-grow: 1;
  font-size: 22.18px;
  color: #888888;
  padding-left: 30px;
  width: calc(100% - 31px);
}

.awards_outer {
  margin: 95px 0px 55px;
}

.awards_item {
  text-align: center;
  margin-top: 35px;
}

.awards_img img {
  width: 100%;
  border-radius: 18px;
}

.awards_item p {
  margin-top: 10px;
  font-size: 16px;
  color: #4f4f4f;
  line-height: 26px;
}

.testi_outer {
  background: #f2f2f2;
  position: relative;
  padding: 40px 0px 35px;
}

.testi_outer:after {
  position: absolute;
  content: "";
  left: -50%;
  top: 0px;
  height: 100%;
  width: 200%;
  background: #f2f2f2;
}

.testi_inner {
  position: relative;
  z-index: 1;
}

.test_slider {
  margin: 25px -25px 0px;
  width: calc(100% + 50px);
}

.testi_item {
  padding: 40px 38px 25px 22px;
  border-radius: 18px;
  background: #fff;
}

.testi_item p {
  margin-top: 18px;
  font-size: 15.44px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #717171;
  line-height: 24px;
}

.test_user {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.test_user_img img {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  border: 2px solid #ca367c;
}

.test_user_text {
  flex-grow: 1;
  padding-left: 13px;
}

.test_user_text h5 {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
}

.test_user_text span {
  display: block;
  font-size: 13.36px;
  text-transform: uppercase;
  color: #5d5d5d;
  letter-spacing: 0.5px;
}

.test_slider .owl-item,
.test_slider .owl-item.active + .owl-item.active + .owl-item.active {
  opacity: 0.48;
  transform: scale(0.9) !important;
}

.test_slider .owl-item.active + .owl-item.active {
  opacity: 1;
  transform: scale(1) !important;
}

.test_slider .owl-dots {
  margin-top: 30px;
}

.rate_card_outer {
  padding-top: 40px;
}

.rate_card_list {
  margin-top: 10px;
}

.rate_item {
  position: relative;
  margin-top: 30px;
}

.rate_img img {
  width: 100%;
  border-radius: 18px;
}
.rate_card_list .rate_item {
  margin-top: 10px;
}
.rate_overlay,
.video_overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.52);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.rate_overlay img:hover,
.video_overlay img:hover {
  opacity: 0.9;
}

.video_item {
  position: relative;
  margin-top: 20px;
}

.video_img img {
  width: 100%;
  border-radius: 18px;
}

.msme_outer {
  margin-top: 85px;
}

.profile_details {
  display: none;
}

.profile {
  display: block;
}

/*------------------ Profile Page Css End ------------------*/

/*------------------ All Transaction Page Css Start ------------------*/

.transaction_table {
  margin-top: 45px;
}

.transaction_table th {
  border: 0px !important;
  background: #efefef;
  font-size: 18.19px;
  font-weight: normal;
  color: #5d5d5d;
  letter-spacing: 0.5px;
  padding: 11.5px 28px;
}

.transaction_table th:first-child {
  border-radius: 18px 0px 0px 18px;
}

.transaction_table th:last-child {
  border-radius: 0px 18px 18px 0px;
}

.transaction_table td {
  padding: 25px 28px;
  vertical-align: middle !important;
  font-size: 20.87px;
  color: #3c3c3c;
  border-bottom: 1px solid #c2c2c2;
  border-top: 0px;
}

.transaction_table td p {
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.tra_des h4 {
  font-size: 20.69px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #282828;
}

.tra_des h6 {
  font-size: 16.31px;
  letter-spacing: 0.5px;
  color: #3c3c3c;
  margin-top: 5px;
}

.tra_des span {
  font-size: 16.31px;
  letter-spacing: 0.5px;
  color: #969696;
  margin-top: 1px;
  display: block;
}

.tra_amount p {
  font-family: Arial;
  font-size: 21.2px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.text-red p {
  color: #d00000;
}

.text-green p {
  color: #2bb58f;
}

.tra_filter {
  position: relative;
}

.tra_filter_box {
  display: flex;
  flex-wrap: wrap;
  min-width: 258px;
  align-items: center;
  padding-right: 20px;
  justify-content: space-between;
  border: 1px solid #cccccc;
  border-radius: 10px;
  cursor: pointer;
}

.tra_filter_box span {
  height: 52px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 14.78px;
  color: #2f2f2f;
  font-weight: 500;
  letter-spacing: 0.15px;
  padding-left: 20px;
}

.clearall {
  font-size: 13.05px;
  letter-spacing: 0.15px;
  font-weight: 500;
  color: #ca367c;
}

.clearall:hover {
  color: #283152;
}

.tra_filter_drop {
  position: absolute;
  top: 55px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 1;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.16);
  display: none;
}

.tra_filter_drop li {
  border-bottom: 1px solid #cccccc;
}

.tra_filter_drop li:last-child {
  border-bottom: 0px;
}

.tra_filter_head {
  padding: 21px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.tra_filter_head h4 {
  font-weight: 500;
  color: #747474;
  font-size: 17.94px;
}

.tra_filter_head img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tra_filter_drop li.active .tra_filter_head img {
  -wbkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tra_filter_inner {
  background: #f3f3f3;
}

.tra_item {
  padding: 15px 20px 15px 35px;
  border-top: 1px solid #cccccc;
}

.rdo {
  font-size: 16.31px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #747474;
  margin-bottom: 0px;
  padding: 0px;
}

.rdo .checkmark {
  top: 2px !important;
  height: 20px !important;
  width: 20px !important;
  background: transparent !important;
  border-radius: 50% !important;
  left: auto !important;
  right: 0px !important;
  border: 1px solid #969696 !important;
}

.rdo .checkmark:after {
  left: 2px !important;
  top: 2px !important;
  width: 14px !important;
  height: 14px !important;
  border: 0px !important;
  background: #ca367c !important;
  border-radius: 50% !important;
}

.tra_filter_body {
  display: none;
}

/*------------------ All Transaction Page Css End ------------------*/

/*------------------ Sort Filter Section Css Start ------------------*/

.sort_filter_drop {
  position: absolute;
  top: 100%;
  left: 1px;
  background: #fff;
  z-index: 100;
  width: calc(100% - 2px);
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.16);
  display: none;
}

.sort_filter_drop ul {
  padding: 15px 0px;
}

.sort_item {
  padding: 12px 20px;
  border-top: 1px solid #cccccc;
}

.sort_item .rdo {
  font-size: 14.65px;
}

.sort_filter img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sort_filter.active img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter_drop {
  position: absolute;
  left: 1px;
  /* top: 45px; */
  width: 552px;
  background: #fff;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.16);
  z-index: 100;
  display: none;
  max-height: 60vh;
  overflow: scroll;
}

.filter_inner {
  display: flex;
  flex-wrap: wrap;
}

.filter_tab {
  width: 214px;
  background: #eeeeee;
  padding-top: 4px;
  padding-bottom: 18px;
}

.filter_tab li {
  margin-top: 8px;
  font-size: 14.68px;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: #505050;
  padding: 8px 20px;
  cursor: pointer;
}

.filter_tab li.active {
  background: #fff;
}

.filter_tab_info {
  width: calc(100% - 214px);
  padding: 20px 21px;
}

.filter_details p {
  font-size: 13.05px;
  line-height: 18px;
  color: #797979;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.filter_search {
  position: relative;
  margin-top: 25px;
}

.filter_search .form-control {
  height: 55px;
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  font-size: 14.67px;
  letter-spacing: 0.1px;
  padding: 0px 20px 0px 54px;
}

.filter_search img {
  position: absolute;
  left: 15px;
  top: 16px;
}

.filter_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 27px;
}

.filter_list li:first-child {
  margin-top: 19px;
}

/* .city_list {
    max-height: 400px;
    overflow: auto;
} */

.city_list li {
  margin-top: 27px;
}

.city_list li:first-child {
  margin-top: 19px;
}

.city_list > ul > li > ul > li > .filter_name {
  margin-left: 38px;
}

.chks {
  padding-left: 39px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #747474;
  line-height: 24px;
}

.chks .checkmark {
  top: 0px !important;
  height: 20px !important;
  width: 20px !important;
  border-radius: 6px !important;
  border: 1px solid #969696 !important;
}

.chks input:checked ~ .checkmark {
  background-color: #ca367c !important;
  border-color: #ca367c !important;
}

.chks .checkmark:after {
  background: url(../images/icon-true.png);
  background-repeat: no-repeat;
  border: 0px;
  height: 12px;
  width: 12px;
  top: 4px;
  left: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.filter_val {
  font-size: 15.5px;
  color: #747474;
  font-weight: 500;
}

.filter_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.filter_btn .btn {
  width: calc(50% - 15px);
  height: 42px;
  font-size: 16.31px;
}

.filter_btn .btn-gray {
  color: #747474 !important;
  background: #dddddd;
}

.filter_btn .btn-gray:hover {
  background: #ccc;
}

.filter_details {
  display: none;
}

.filter_tab_info .filter_details:first-child {
  display: block;
}

/*------------------ Sort Filter Section Page Css End ------------------*/

/*------------------ Menu Dropdown Section Page Css Start ------------------*/

.menu_slider .owl-stage-outer {
  /*overflow-y: initial;*/
}

.submenu {
  position: absolute;
  background: #fff;
  min-width: 300px;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.16);
  z-index: 2;
  left: -50%;
  top: 100%;
  display: none;
}

.openMenu {
  display: none;
}

.hasmenu:hover .submenu {
  display: block;
}

.sub_inner {
  display: flex;
  flex-wrap: wrap;
  padding: 23px 7px 25px;
}

.subpart {
  width: 50%;
  border-left: 1px solid #cccccc;
  padding: 0px 20px;
}

.subpart:first-child {
  border-left: 0px;
}

.subpart li:first-child {
  margin-top: 0px;
}

.subpart li {
  margin-top: 18px;
}

.subpart > *:first-child {
  font-size: 13.86px;
  color: #585858;
  display: block;
}

.subpart ul li:hover {
  color: #ca367c;
  cursor: pointer;
}

.location_mobile {
  display: none;
}

.toggleMenu {
  display: none;
}

.pageOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.pageOverlay.active {
  display: block;
}

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  z-index: 9999;
}

.store_search_left {
  width: 180px;
  margin: 10px 0px 0px 10px;
}

.store_search_left .store_search_image {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.search_info {
  width: calc(100% - 190px);
}

.store_search_img .store_loac img {
  width: 16px;
  height: 18px;
  border: 0;
}

.like_box_search {
  height: 50px;
  width: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/*------------------ Menu Dropdown Section Page Css End ------------------*/

/*------------------ Appointment Section Page Css Start ------------------*/

.appointment_btn {
  text-align: center;
  margin-top: 120px;
}

.appointment_btn .btn {
  min-height: 85px;
  min-width: 430px;
  border-radius: 18px;
  font-size: 21.2px;
}

.appModal .modal-dialog:not(.disable-max-width) {
  max-width: 770px;
}

.appModal .modal-content {
  border-radius: 13px;
}
.appModal .modal-body {
  padding: 30px 30px 30px;
  position: relative;
}

.appModal .close {
  position: absolute;
  top: 13px;
  right: 13px;
  opacity: 1;
  outline: none;
}

.appModal .close img {
  height: 25px;
  width: 25px;
}

.modalhead h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: #111;
}

.modal_label {
  font-size: 14px;
  color: #585858;
  font-weight: 500;
  margin-bottom: 7px;
}

.modal_input {
  position: relative;
}

.modal_input .form-control {
  height: 55px;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  padding: 0px 25px;
  color: #111;
}

.modal_input img {
  position: absolute;
  top: 12px;
  right: 25px;
}

.dateSelect,
.timelselect {
  margin-top: 45px;
}

.timeList ul {
  display: flex;
  flex-wrap: wrap;
}

.timeList li {
  cursor: pointer;
  font-size: 13.05px;
  color: #9a9a9a;
  letter-spacing: 0.15px;
  margin-top: 15px;
  border: 1px solid #b7b7b7;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  margin-left: 25px;
  width: calc(25% - 19px);
  border-radius: 10px;
}

.timeList li:nth-child(4n + 1) {
  margin-left: 0px;
}

.timeList li.active {
  background: #ca367c;
  border-color: #ca367c;
  color: #fff;
}

.commentbox {
  margin-top: 45px;
}

.modal_input textarea.form-control {
  resize: none;
  height: 147px;
  padding: 15px 25px;
}

.modal_btn {
  margin-top: 45px;
}

.modal_btn .btn {
  height: 45px;
  min-width: 250px;
  font-size: 15px;
  border-radius: 10px;
}

/*------------------ Appointment Section Page Css End ------------------*/

.cate_slider .owl-nav button {
  outline: none;
  position: absolute;
  left: -45px;
  top: calc(50% - 25px);
}

.cate_slider .owl-nav button.owl-next {
  left: auto;
  right: -45px;
}

.confirm-make-payment-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.confirm-make-payment-modal-body img {
  height: 200px;
}

.confirm-make-payment-mobile {
  color: #ca367c;
}


.page-not-found h6 {
    padding: 0px;
    font-weight: normal;
    font-size: 22px;
    margin-top: -38px !important;  
}

.modal-body .modal-body-text {
  height: 500px;
  overflow-y: scroll;
}
@media (min-width: 1360px) and (max-width: 1459px) {
  .cate_slider {
    padding: 0px 30px;
  }
  .cate_slider .owl-nav button img {
    width: 20px;
  }
  .cate_slider .owl-nav button {
    left: -12px;
  }
  .cate_slider .owl-nav button.owl-next {
    right: -12px;
  }
}

@media (min-width: 1200px) and (max-width: 1359px) {
  /*------------------ Index Page Css Start ------------------*/
  .store_img_detail_page {
    width: 39.99%;
  }
  .store_img_detail_page .store_detail_img {
    border-radius: 18px 0px 0px 18px;
  }
  .store_info_detail_page {
    width: 59.99%;
  }
  .h_search_outer {
    padding: 0px 30px 0px 30px;
  }
  .h_account_link {
    margin-right: 0px;
  }
  .userDrop {
    right: 0px;
  }
  .banner_item {
    width: 1000px;
  }
  .banner_item img {
    height: 274px;
  }
  .subtitle h2,
  .subtitle h3,
  .subtitle h4 {
    font-size: 14px;
  }
  .cate_slider {
    padding: 0px 30px;
  }
  .cate_slider .owl-nav button img {
    width: 15px;
  }
  .cate_slider .owl-nav button {
    left: -12px;
  }
  .cate_slider .owl-nav button.owl-next {
    right: -12px;
  }

  .cate_block {
    box-shadow: 0px 3px 13px rgb(0 0 0 / 15%);
  }
  .cate_slider .owl-stage-outer {
    padding: 15px 12px 20px;
    margin: 0px -12px;
  }
  .offer_item img {
    height: 232px;
  }
  .super_left {
    width: calc(67.9% - 30px);
  }
  .super_right {
    width: 32.1%;
  }
  .link_outer a {
    font-size: 16px;
  }
  .link_outer li {
    margin-bottom: 10px;
  }
  /*------------------ Index Page Css End ------------------*/
  /*------------------ Category Page Css Start ------------------*/
  .category_box {
    width: calc(25% - 20px);
  }
  .store_info h3 {
    font-size: 18.57px;
  }
  .btn-all {
    font-size: 14px;
    padding: 0px 15px;
  }
  .store_img {
    width: 230px;
  }
  .single_offer_left {
    width: 230px;
  }
  .single_offer_right {
    width: 230px;
  }
  .store_info {
    width: calc(100% - 230px);
  }
  .price h6 {
    font-size: 19.86px;
  }
  .store_bott {
    margin-top: 15px;
  }
  .mt-25 {
    margin-top: 20px;
  }
  .discount {
    margin-top: 12px;
  }
  .plr-21 {
    padding: 0px 10px;
  }
  .mlr-21 {
    margin: 0px -10px;
  }
  .pro_img img {
    height: 121px;
  }
  .pro_info {
    height: calc(100% - 121px);
  }
  .pro_info h3 {
    font-size: 17.57px;
  }
  .pro_price p {
    font-size: 16.94px;
  }
  .pro_info h6 {
    font-size: 23.46px;
  }
  .pro_cust_img {
    width: 270px;
  }
  .pro_cust_img > img {
    height: 300px;
  }
  .pro_cust_info {
    width: calc(100% - 270px);
    padding-left: 15px;
  }
  .cust_badge {
    height: 37.88px;
    font-size: 18.54px;
  }
  .pro_cust_info h3 {
    font-size: 22.56px;
    margin-top: 20px;
  }
  .pro_cust_price h6 {
    font-size: 19.73px;
  }
  .pro_cust_price h6 span {
    font-size: 22.46px;
  }
  .pro_cust_price {
    margin-top: 18px;
  }
  .pro_cust_info .discount {
    margin-top: 25px;
  }
  .btn-white {
    height: 45px;
    font-size: 17.17px;
  }
  .price_from {
    padding-left: 10px;
    width: 69.99%;
  }
  .price_from h5 {
    font-size: 15px;
  }
  .store_info .mt-25 h4 {
    font-size: 15.95px;
  }
  .discount_inline h5 {
    font-size: 13.16px;
  }
  .discount_inline p {
    font-size: 12.36px;
    padding-left: 8px;
  }
  /*------------------ Category Page Css End ------------------*/
  /*------------------ My Credits Page Css Start ------------------*/
  .buy_credit .btn {
    min-width: 165px;
  }
  .btn-credit {
    min-width: 95px;
  }
  .available_credit {
    padding: 10px 25px 10px 45px;
  }
  .available_info h3 {
    font-size: 14px;
  }
  .available_info h5 {
    font-size: 18px;
  }
  .available_round {
    height: 224px;
    width: 224px;
  }
  .mlr-30 {
    margin: 0px -15px;
  }
  .plr-30 {
    padding: 0px 15px;
  }
  .buy_item {
    padding: 22px 35px 27px;
    margin-top: 45px;
  }
  /*------------------ My Credits Page Css End ------------------*/
  /*------------------ My Orders Page Css Start ------------------*/
  .tab .title {
    font-size: 21.96px;
  }
  .tab_outer {
    margin-top: 45px;
  }
  .code_outer label {
    font-size: 17.7px;
  }
  .code_outer span {
    font-size: 17.7px;
  }
  .order_status h6 {
    font-size: 14px;
    padding-left: 11px;
  }
  .order_status h6:after {
    top: 6px;
    height: 6px;
    width: 6px;
  }
  .order_status {
    padding-left: 30px;
  }
  .code_outer {
    height: 61.25px;
  }
  .code_valid h5 {
    font-size: 21.47px;
  }
  .code_valid span {
    font-size: 15.53px;
  }
  .order_name h3 {
    font-size: 20.2px;
  }
  .order_info li {
    margin-top: 25px;
    font-size: 18.17px;
  }
  .order_text code {
    font-size: 20.15px;
  }
  .order_title {
    width: 44.99%;
  }
  .redmeem_text p {
    font-size: 17.57px;
  }
  .redmeem_text span {
    font-size: 18.52px;
  }
  .order_link > span {
    font-size: 15px;
  }
  .order_link > span img {
    width: 24px;
  }
  .order_link {
    margin-top: 34px;
  }
  .orderbox {
    padding: 30px 23px 40px;
  }
  /*------------------ My Orders Page Css End ------------------*/
  /*------------------ My Wishlist Page Css Start ------------------*/
  .wish_left {
    width: 205px;
  }
  .wish_right {
    width: calc(100% - 205px);
    padding-left: 15px;
  }
  .wish_discount {
    margin-top: 28px;
  }
  .wish_store_bott {
    margin-top: 28px;
  }
  .wish_item_from .price_from {
    padding-left: 10px;
  }
  .saving_box {
    margin: 0px 20px 0px 20px;
  }
  .mt-67 {
    margin-top: 40px;
  }
  /*------------------ My Wishlist Page Css End ------------------*/
  /*------------------ Order Complete Page Css Start ------------------*/
  .voucher_details p {
    font-size: 16px;
  }
  .order_complete_btn .btn {
    min-width: 340px;
    height: 65px;
    font-size: 21.83px;
    border-radius: 15px;
  }
  /*------------------ Order Complete Page Css End ------------------*/
  /*------------------ Payment Page Css Start ------------------*/
  .pay_slid {
    width: 430px;
  }
  .vou_text h6 {
    font-size: 18.17px;
  }
  .vou_text p {
    font-size: 15.83px;
  }
  .vou_text {
    max-width: 273px;
  }
  .vou_price,
  .total_price {
    font-size: 22.27px;
  }
  .total_text h6 {
    font-size: 20.83px;
  }
  .vou_list li {
    margin-top: 30px;
  }
  .vou_box,
  .pay_cre_box {
    padding: 25px;
  }
  .pay_add_text p {
    font-size: 19.17px;
  }
  .pay_add_btn .btn {
    min-width: 155px;
  }

  .payment_outer .wish_head {
    padding-right: 0px;
  }
  .pay_item .wish_head h3 {
    font-size: 22.46px;
  }
  .pay_item .wish_price h6 {
    font-size: 31.86px;
  }
  /*------------------ Payment Page Css End ------------------*/
  /*------------------ Profile Page Css Start ------------------*/
  .profile_head h3 {
    font-size: 28.46px;
  }
  .profile_head p,
  .industry_outer h6 {
    font-size: 21.96px;
  }
  .profile_right .store_loac span {
    font-size: 21.96px;
  }
  .profile_right .store_loac img {
    width: 22px;
    height: 30px;
  }
  .profile_right .btn {
    min-width: 195px;
    font-size: 16.79px;
  }
  .profile_body {
    margin-top: 50px;
  }
  .sub_title h3 {
    font-size: 23.19px;
  }
  .about_info p {
    font-size: 19.2px;
  }
  .about_info {
    margin-top: 25px;
  }
  .mt-60 {
    margin-top: 50px;
  }
  .profile_pro_info li {
    font-size: 19.19px;
    margin-bottom: 30px;
  }
  .add_text p {
    font-size: 20.19px;
  }
  .add_icon {
    width: 28px;
  }
  .address li {
    margin-bottom: 28px;
  }
  .map iframe {
    height: 365px;
  }

  .doc_item {
    padding: 10px 30px;
  }
  .doc_text h6 {
    font-size: 21px;
    padding-left: 15px;
  }
  .awards_item p {
    font-size: 20.18px;
  }
  /*------------------ Profile Page Css End ------------------*/
  /*------------------ Appointment Section Page Css Start ------------------*/
  .appointment_btn {
    margin-top: 110px;
  }
  /*------------------ Appointment Section Page Css End ------------------*/
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*------------------ Index Page Css Start ------------------*/
  .logo img {
    width: 145px;
  }
  header {
    padding-top: 9px;
  }
  .h_search_outer {
    padding: 0px 30px 0px 20px;
  }
  .location_input .form-control {
    height: 50px;
    font-size: 13px;
  }
  .search_box .form-control {
    height: 50px;
    font-size: 14px;
  }
  .h_loc_text span {
    font-size: 13px;
  }
  .search_box {
    margin-left: 10px;
  }
  .btn-yellow-big {
    height: 50px;
    padding: 0px 20px;
    font-size: 14px;
  }
  .h_account_link {
    margin-right: 0px;
  }
  .user_text span,
  .user_text span a {
    font-size: 14px;
  }
  .user_text h6 p {
    font-size: 14px;
    line-height: 17px;
  }
  .user_text h6 {
    margin-top: 0px;
  }
  .userDrop li > * {
    padding: 7px 15px;
    font-size: 13px;
  }
  .userDrop {
    top: 52px;
    right: 10px;
    width: 170px;
  }
  .menu_list > ul > li {
    margin: 0px 11px;
  }
 
  .mt-160 {
    margin-top: 122.53px;
  }
  .pt-35 {
    padding-top: 25px;
  }
  .banner_item {
    width: 800px;
  }
  .banner_item img {
    border-radius: 13px;
    /* height: auto; */
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 23px;
  }
  .subtitle h2,
  .subtitle h3,
  .subtitle h4 {
    font-size: 14px;
  }
  .cal_img img {
    height: 104px;
  }
  .cate_slider {
    padding: 0px 30px;
  }
  .cate_slider .owl-nav button img {
    width: 15px;
  }
  .cate_slider .owl-nav button {
    left: -12px;
  }
  .cate_slider .owl-nav button.owl-next {
    right: -12px;
  }

  .cate_block {
    border-radius: 13px;
    box-shadow: 0px 3px 11px rgb(0 0 0 / 15%);
  }
  .cat_item {
    border-radius: 13px;
  }
  .offer_item img {
    height: 188px;
    border-radius: 13px;
  }
  .feature_deal_item {
    width: 800px;
  }
  .feature_deal_item img {
    height: 205px;
    border-radius: 13px;
  }
  .super_img {
    margin-top: 17px;
  }
  .super_img img {
    border-radius: 13px;
    height: 198px;
    object-fit: cover;
  }
  .super_app_img img {
    border-radius: 13px;
  }
  .super_outer {
    padding: 65px 0px 70px;
  }
  .h_cat_outer {
    padding: 40px 0px;
  }
  .cate_info {
    padding: 15px 15px 8px 21px;
  }
  .footer_item h4 {
    font-size: 18px;
  }
  .link_outer a {
    font-size: 15px;
  }
  .link_outer li {
    margin-bottom: 6px;
  }
  .get_touch {
    margin-top: 35px;
  }
  .get_touch li {
    margin-left: 15px;
  }
  .footer_block {
    padding: 50px 0px 55px;
  }
  .get_touch li img {
    width: 100%;
  }
  /*------------------ Index Page Css End ------------------*/
  /*------------------ Category Page Css Start ------------------*/
  .category_box {
    width: calc(25% - 20px);
  }
  .category_list .cate_img img {
    height: 145px;
  }
  .filter_drop {
    width: 515px;
  }
  .store_img {
    width: 200px;
  }
  .single_offer_left {
    width: 200px;
  }
  .single_offer_right {
    width: 200px;
    padding-left: 2%;
  }
  .store_info {
    width: calc(100% - 200px);
    padding: 10px;
  }
  .store_info h3 {
    font-size: 16px;
  }
  .store_top_text {
    padding-right: 40px;
  }
  .off_outer h4 {
    font-size: 13px;
    margin-left: 12px;
    margin-top: 13px;
  }
  .off_outer {
    height: 60px;
    width: 60px;
    right: -15px;
    top: -15px;
  }
  .store_info p {
    font-size: 14px;
    line-height: 21px;
  }
  .store_loac span {
    font-size: 14px;
  }
  .store_loac img {
    width: 13px;
    height: 17px;
  }
  .mt-25 {
    margin-top: 10px;
  }
  .price h6 {
    font-size: 17px;
  }
  .price {
    margin-top: 3px;
  }
  .discount h5 {
    font-size: 14px;
  }
  .discount h5 span {
    font-size: 16px;
  }
  .discount {
    margin-top: 10px;
  }
  .store_bott {
    margin-top: 15px;
  }
  .btn-all {
    font-size: 12px;
    padding: 0px 5px;
    line-height: 16px;
  }
  .store_box {
    margin-top: 15px;
  }
  .cate_offer_outer {
    padding: 20px 0px 20px;
  }
  .cate_feature_deal {
    padding: 20px 0px;
  }
  .feature_deal_slider {
    margin-top: 30px;
  }
  .cat_super_outer {
    padding: 20px 0px;
  }
  .mlr-21 {
    margin: 0px -7.5px;
  }
  .plr-21 {
    padding: 0px 7.5px;
  }
  .pro_img img {
    height: 100px;
  }
  .pro_info {
    padding: 12px;
    height: calc(100% - 100px);
  }
  .pro_info h3 {
    font-size: 15.57px;
  }
  .pro_price p {
    font-size: 15.94px;
  }
  .pro_info h6 {
    font-size: 21.46px;
  }
  .pro_info .btn {
    margin-top: 10px;
    width: 140px;
    font-size: 14px;
  }
  .pro_cust_outer {
    padding: 12px;
  }
  .pro_cust_img {
    width: 220px;
  }
  .pro_cust_img > img {
    height: 274px;
  }
  .pro_cust_info {
    width: calc(100% - 220px);
    padding-left: 10px;
  }
  .cust_badge {
    height: 30px;
    border-radius: 7px;
    font-size: 14px;
    padding: 0px 15px;
  }
  .pro_cust_info h3 {
    font-size: 19.56px;
    margin-top: 20px;
  }
  .pro_cust_price h6 {
    font-size: 18.73px;
  }
  .pro_cust_price h6 span {
    font-size: 20.46px;
  }
  .pro_cust_info .discount h5 {
    font-size: 17.17px;
  }
  .pro_cust_info .discount h5 span {
    font-size: 18.39px;
  }
  .pro_cust_info .discount {
    margin-top: 20px;
  }
  .pro_cust_price {
    margin-top: 18px;
  }
  .btn-white {
    border-radius: 7px;
    height: 40px;
    font-size: 16px;
    padding: 0px 15px;
  }
  .price_from {
    padding-left: 5px;
    margin-top: 9px;
  }
  .price_from h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .store_info .mt-25 h4 {
    font-size: 13.95px;
  }
  .discount_inline p {
    padding-left: 0px;
  }
  .cat_spotlight_outer {
    padding: 30px 0px 15px;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .cat_discounts_outer {
    padding: 25px 0px 20px;
  }
  /*------------------ Category Page Css End ------------------*/
  /*------------------ My Credits Page Css Start ------------------*/
  .mlr-30 {
    margin: 0px -15px;
  }
  .plr-30 {
    padding: 0px 15px;
  }
  .buy_item {
    padding: 22px 19px 27px;
    margin-top: 45px;
    border-radius: 30px;
  }
  .buy_item h3 span {
    font-size: 24.73px;
  }
  .buy_item h3 {
    font-size: 16.58px;
  }
  .buy_item .btn {
    height: 46.44px;
    font-size: 17.78px;
  }
  .buy_round {
    height: 180px;
    width: 180px;
  }
  .buy_credit_outer h2 {
    font-size: 21.46px;
  }
  .buy_credit_outer {
    margin-top: 30px;
  }
  .credit_text h6 {
    font-size: 16.15px;
  }
  .credit_input label {
    font-size: 16px;
  }
  .form-input {
    height: 60px;
    border-radius: 10px;
    padding: 0px 21px;
    font-size: 23.26px;
  }
  .btn-credit {
    height: 45px;
    min-width: 80px;
    margin-right: 10px;
    border-radius: 7px;
    font-size: 17.57px;
  }
  .buy_credit .btn {
    height: 45px;
    min-width: 122px;
    font-size: 16px;
  }
  .available_credit {
    padding: 10px 15px 10px 40px;
  }
  .available_img {
    width: 180px;
  }
  .available_info {
    width: calc(100% - 180px);
    padding-right: 15px;
  }
  .available_info h3 {
    font-size: 14px;
  }
  .available_info h5 {
    font-size: 18px;
  }
  .available_round {
    height: 205px;
    width: 205px;
  }
  /*------------------ My Credits Page Css End ------------------*/
  /*------------------ My Orders Page Css Start ------------------*/
  .orderbox {
    padding: 20px 15px 30px;
  }
  .mt-55 {
    margin-top: 40px;
  }
  .code_outer label {
    padding: 0px 15px;
    font-size: 16.7px;
  }
  .code_outer span {
    font-size: 16.7px;
    padding: 0px 14px;
  }
  .code_outer {
    height: 56.25px;
  }
  .order_status {
    padding-left: 20px;
  }
  .order_status h6 {
    font-size: 14px;
    padding-left: 11px;
  }
  .order_status h6:after {
    top: 6px;
    height: 6px;
    width: 6px;
  }
  .code_valid h5 {
    font-size: 17.47px;
  }
  .code_valid span {
    font-size: 15.53px;
  }
  .order_status {
    max-width: 200px;
  }
  .order_name h3 {
    font-size: 19.2px;
  }
  .order_btn .btn {
    min-width: 180px;
    height: 45px;
    border-radius: 8px;
    font-size: 16.2px;
    margin-right: 13px;
    margin-top: 15px;
  }
  .order_info li {
    margin-top: 25px;
    font-size: 16.17px;
  }
  .order_title {
    width: 320px;
  }
  .order_text {
    width: calc(100% - 320px);
  }
  .order_text code {
    font-size: 19.15px;
  }
  .redmeem_text p {
    font-size: 18.57px;
  }
  .redmeem_text span {
    font-size: 18.52px;
  }
  .order_link > span {
    font-size: 15px;
  }
  .order_link > span img {
    width: 22px;
  }
  .order_link {
    margin-top: 25px;
  }
  /*------------------ My Orders Page Css End ------------------*/
  /*------------------ My Wishlist Page Css Start ------------------*/
  .wish_item {
    border-radius: 10px;
    padding: 10px;
  }
  .wish_name {
    margin-top: 15px;
  }
  .like img {
    width: 30px;
  }
  .wish_head {
    padding-right: 40px;
  }
  .wish_item_item img {
    border-radius: 10px;
  }
  .wish_name h3,
  .wish_head h3 {
    font-size: 17.22px;
  }
  .wish_price_valid {
    margin-top: 12px;
  }
  .wish_valid span {
    font-size: 13.04px;
    line-height: 19px;
  }
  .wish_valid {
    margin-top: 3px;
  }
  .wish_price h6 {
    font-size: 18.44px;
  }
  .new_price h6 {
    margin-left: 15px;
  }
  .btn_in_deta {
    margin-top: 15px;
  }
  .buy_voucher h6 {
    font-size: 16.21px;
  }
  .buy_voucher h6 strong {
    font-size: 19.31px;
  }
  .buy_voucher {
    margin-top: 22px;
  }
  .cash_outer {
    margin-top: 18px;
  }
  .saving_box {
    margin: 0px;
    width: 50%;
  }
  .cash_outer h5 {
    font-size: 16.42px;
    margin-top: 3px;
  }
  .mt-67 {
    margin-top: 30px;
  }
  .wish_item_from .price_from {
    padding-left: 0px;
  }
  .like_box {
    height: 35px;
    width: 35px;
    cursor: pointer;
  }
  .like_box img {
    width: 20px;
  }
  .wish_left {
    width: 190px;
  }
  .wish_right {
    width: calc(100% - 190px);
    padding-left: 13px;
  }
  .cash_outer .btn {
    margin-top: 13px;
  }
  .cash_box {
    width: 50%;
  }
  .wish_discount {
    margin-top: 25px;
  }
  .wish_store_bott {
    margin-top: 25px;
  }
  /*------------------ My Wishlist Page Css End ------------------*/
  /*------------------ Order Complete Page Css Start ------------------*/
  .voucher_details p {
    font-size: 16px;
  }
  .order_complete_btn .btn {
    min-width: 325px;
    height: 60px;
    font-size: 20.83px;
    border-radius: 15px;
  }
  .order_complete_btn {
    margin-top: 25px;
  }
  .order_complete .orderbox {
    margin-top: 40px;
  }
  .order_complete .orderbox:first-child {
    margin-top: 30px;
  }
  /*------------------ Order Complete Page Css End ------------------*/
  /*------------------ Payment Page Css Start ------------------*/

  .pay_item .new_price h6 {
    margin-left: 20px;
  }
  .pay_item .wish_price_valid {
    margin-top: 15px;
  }
  .pay_aff {
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
  }

  .vou_box {
    border-radius: 10px;
    padding: 20px;
  }

  .vou_list li {
    margin-top: 20px;
  }
  .vou_list li:first-child {
    margin-top: 20px;
  }

  .total_pay {
    margin-top: 20px;
    padding-top: 20px;
  }

  .pay_cre_box {
    border-radius: 10px;
    padding: 20px;
  }

  .pay_add_btn .btn {
    height: 45px;
    min-width: 160px;
    font-size: 15.96px;
    border-radius: 10px;
  }

  .chk .checkmark {
    top: -9px;
    height: 30px;
    width: 30px;
    border-radius: 4px;
  }
  .chk .checkmark:after {
    left: 10px;
    top: 6px;
  }

  .payment_outer .wish_head {
    padding-right: 0px;
  }
  .payment_outer {
    margin-top: 30px;
  }
  .pay_item {
    padding: 15px;
  }
  .chks .checkmark:after {
    top: 4px;
    left: 4px;
  }
  /*------------------ Payment Page Css End ------------------*/
  /*------------------ Profile Page Css Start ------------------*/
  .profile_outer {
    padding: 40px 0px 60px;
  }
  .profile_head h3 {
    font-size: 28.46px;
  }
  .profile_head p {
    font-size: 21.96px;
  }
  .industry_outer h6 {
    font-size: 21.96px;
  }
  .profile_right .store_loac span {
    font-size: 21.96px;
  }
  .profile_right .store_loac img {
    width: 23px;
    height: 31px;
  }
  .profile_right .btn {
    height: 47px;
    border-radius: 10px;
    min-width: 200px;
    font-size: 16.79px;
  }
  .tab .title {
    font-size: 21.96px;
  }
  .profile_body {
    margin-top: 40px;
  }
  .about_info {
    margin-top: 20px;
  }
  .sub_title h3 {
    font-size: 24.19px;
  }
  .about_info p {
    font-size: 17.5px;
    margin-top: 15px;
    line-height: 32px;
  }
  .sub_title h3 {
    font-size: 21.19px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .fac_img {
    height: 50px;
  }
  .fac_item p {
    font-size: 15.41px;
    line-height: 19px;
    margin-top: 20px;
  }
  .profile_pro_info {
    margin-top: 40px;
    padding-top: 25px;
  }
  .profile_pro_info li {
    font-size: 19.19px;
    margin-bottom: 30px;
  }
  .profile_pro_info li strong {
    width: 200px;
  }
  .address {
    margin-top: 30px;
  }
  .add_icon {
    width: 25px;
  }
  .add_text {
    width: calc(100% - 25px);
    padding-left: 20px;
  }
  .add_text p {
    font-size: 19.19px;
  }
  .address li {
    margin-bottom: 25px;
  }
  .map iframe {
    height: 325px;
    border-radius: 13px;
  }
  .contact_no li {
    font-size: 19.19px;
  }
  .days strong,
  .closing strong,
  .opening strong,
  .closing strong {
    font-size: 19.19px;
  }
  .opening,
  .closing {
    font-size: 19.15px;
  }
  .timing_item {
    margin-top: 20px;
  }
  .mlr-24 {
    margin: 0px -10px;
  }
  .plr-24 {
    padding: 0px 10px;
  }
  .doc_item {
    min-height: 90px;
    border-radius: 13px;
    padding: 10px 20px;
  }
  .doc_text img {
    width: 22px;
  }
  .doc_text h6 {
    font-size: 19px;
    padding-left: 12px;
    width: calc(100% - 22px);
  }
  .doc_download img {
    width: 23px;
  }
  .doc_text {
    width: calc(100% - 23px);
    padding-right: 15px;
  }
  .awards_outer {
    margin: 55px 0px 40px;
  }
  .awards_img img {
    border-radius: 13px;
  }
  .awards_item p {
    margin-top: 15px;
    font-size: 19px;
    line-height: 25px;
  }
  .testi_item {
    padding: 20px;
    border-radius: 13px;
  }
  .test_user {
    margin-top: 20px;
  }
  .test_user_text h5 {
    font-size: 18px;
  }
  .msme_outer {
    margin-top: 45px;
  }
  .video_img img {
    border-radius: 13px;
  }
  /*------------------ Profile Page Css End ------------------*/
  /*------------------ All Transaction Page Css Start ------------------*/
  .transaction_table th {
    font-size: 17px;
    padding: 11.5px 20px;
  }
  .transaction_table td {
    padding: 20px 20px;
    font-size: 17px;
  }
  .tra_des h4 {
    font-size: 17px;
  }
  .tra_des {
    width: 245px;
  }
  /*------------------ All Transaction Page Css End ------------------*/
  .submenu {
    top: 34px;
  }
  /*------------------ Appointment Section Page Css Start ------------------*/
  .appointment_btn {
    margin-top: 85px;
  }
  .appointment_btn .btn {
    min-height: 65px;
    min-width: 370px;
    border-radius: 15px;
    font-size: 19.2px;
  }
  /*------------------ Appointment Section Page Css End ------------------*/
}

@media (min-width: 768px) and (max-width: 991px) {
  /*------------------ Index Page Css Start ------------------*/
  .mt-160 {
    margin-top: 136px;
  }
  .banner_item {
    width: 600px;
  }
  .pt-35 {
    padding-top: 25px;
  }
  .banner_item img {
    width: 100%;
    border-radius: 10px;
    height: 328.63px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 22px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .category_outer {
    padding: 35px 0px 20px;
  }
  .cat_item {
    border-radius: 10px;
  }
  .cal_img img {
    height: 120px;
  }
  .subtitle h2,
  .subtitle h3,
  .subtitle h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .mt-50 {
    margin-top: 15px;
  }
  .link > *:first-child {
    font-size: 17.52px;
  }
  .cate_block {
    border-radius: 13px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
  }
  .cate_slider .owl-stage-outer {
    padding: 15px 10px 20px;
    margin: 0px -10px;
  }
  .cate_info {
    padding: 20px;
    min-height: 80px;
  }
  .health_outer {
    padding: 30px 0px;
  }
  .bg-pink {
    padding: 40px 0px;
  }
  .offer_outer {
    padding: 40px 0px 30px;
  }
  .offer_item img {
    height: 140px;
    border-radius: 10px;
  }
  .feature_deal_slider {
    margin-top: 25px;
  }
  .feature_deal_outer {
    padding: 40px 0px 30px;
  }
  .feature_deal_item {
    width: 600px;
  }
  .feature_deal_item img {
    /* height: auto; */
    border-radius: 10px;
  }
  .tech_outer {
    padding: 20px 0px 30px;
  }
  .subtitle h2 br,
  .subtitle h3 br,
  .subtitle h4 br {
    display: none;
  }
  .super_outer {
    padding: 30px 0px 40px;
  }
  .super_left {
    width: calc(66.7% - 15px);
  }
  .super_right {
    width: 33.3%;
  }
  .super_img {
    margin-top: 15px;
  }
  .super_app_img img {
    border-radius: 10px;
  }
  .super_img img {
    border-radius: 10px;
    height: 198px;
    object-fit: cover;
  }
  .super_item_big {
    width: 38.7%;
  }
  .super_item_thum {
    width: calc(100% - 38.7%);
    padding-left: 15px;
  }
  .spotlight_outer {
    padding: 40px 0px 30px;
  }
  .discounts_outer .super_item_thum {
    padding-right: 50px;
    padding-left: 0px;
  }
  .h_cat_outer {
    padding: 40px 0px;
  }
  .deal_outer {
    padding: 20px 0px 40px;
  }
  .footer_block {
    padding: 10px 0px 40px;
  }
  .footer_item {
    margin-top: 30px;
    padding-left: 10px;
    width: 50%;
  }
  .footer_item:first-child {
    padding-left: 0px;
  }
  .footer_item h4 {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .link_outer a {
    font-size: 15px;
  }
  .link_outer li {
    margin-bottom: 4px;
  }
  .get_touch li {
    margin-left: 15px;
  }
  .get_touch li img {
    width: 100%;
  }
  /*------------------ Index Page Css End ------------------*/
  /*------------------ Category Page Css Start ------------------*/
  .category_box {
    margin: 20px 10px 0px;
    width: calc(33.33% - 20px);
  }
  .filter_tab {
    width: 175px;
  }
  .filter_tab li {
    font-size: 13px;
    padding: 7px 17px;
  }
  .filter_tab_info {
    width: calc(100% - 175px);
    padding: 15px 15px;
  }
  .filter_drop {
    width: 405px;
  }
  .filter_search {
    margin-top: 14px;
  }
  .filter_search .form-control {
    height: 45px;
    border-radius: 10px;
    font-size: 13px;
    padding: 0px 15px 0px 35px;
  }
  .filter_search img {
    left: 11px;
    top: 15px;
    width: 16px;
  }
  .chks {
    padding-left: 30px;
    font-size: 14px;
  }
  .filter_val {
    font-size: 13px;
  }
  .filter_list li {
    margin-top: 19px;
  }
  .city_list li {
    margin-top: 19px;
  }
  .filter_btn {
    margin-top: 30px;
  }
  .filter_btn .btn {
    width: calc(50% - 5px);
    height: 38px;
    font-size: 14px;
  }
  .cate_offer_outer {
    padding: 35px 0px 30px;
  }
  .cate_offer_outer {
    padding: 20px 0px;
  }
  .cate_feature_deal {
    padding: 15px 0px;
  }
  .pro_img img {
    height: 146px;
  }
  .pro_info {
    height: calc(100% - 146px);
  }
  .pro_cust_outer {
    margin-top: 30px;
  }
  .cat_super_outer {
    padding: 10px 0px;
  }
  .cat_spotlight_outer {
    padding: 10px 0px;
  }
  .mt-80 {
    margin-top: 30px !important;
  }
  .cat_discounts_outer {
    padding: 10px 0px;
  }
  /*------------------ Category Page Css End ------------------*/
  /*------------------ My Credits Page Css Start ------------------*/
  .buy_credit_outer h2 {
    font-size: 19.46px;
  }
  .credit_input_box {
    width: calc(50% - 7.5px);
    padding: 20px;
  }
  .credit_text h6 {
    font-size: 16.15px;
  }
  .credit_text {
    margin-right: 0px;
  }
  .credit_input {
    margin-top: 5px;
  }
  .credit_input label {
    margin-bottom: 7px;
  }
  .form-input {
    height: 50px;
    border-radius: 7px;
    padding: 0px 15px;
    font-size: 20.26px;
  }
  .credit_btn {
    margin-top: 13px;
  }
  .credit_btn_left {
    width: 70%;
  }
  .btn-credit:last-child {
    margin-right: 0px;
  }
  .btn-credit {
    height: 40px;
    min-width: initial;
    margin-right: 10px;
    border-radius: 8px;
    font-size: 16px;
    width: calc(33.33% - 7px);
  }
  .buy_credit {
    width: 28%;
  }
  .buy_credit .btn {
    height: 40px;
    min-width: initial;
    width: 100%;
    font-size: 13px;
  }
  .available_credit {
    width: calc(30% - 5px);
    padding: 10px 20px;
  }
  .available_img {
    width: 140px;
  }
  .available_info {
    width: calc(100% - 140px);
    padding-right: 10px;
  }
  .available_info h3 {
    font-size: 14px;
  }
  .available_info h5 {
    font-size: 18px;
  }
  .available_round {
    height: 180px;
    width: 180px;
  }
  .mlr-30 {
    margin: 0px -15px;
  }
  .plr-30 {
    padding: 0px 15px;
  }
  .buy_item {
    padding: 22px 20px 27px;
    margin-top: 30px;
    border-radius: 20px;
  }
  .buy_item .btn {
    height: 45.44px;
    font-size: 17.78px;
  }
  /*------------------ My Credits Page Css End ------------------*/
  /*------------------ My Orders Page Css Start ------------------*/
  .tab .title {
    font-size: 16.96px;
  }
  .tab_outer {
    margin-top: 35px;
  }
  .mt-55 {
    margin-top: 35px;
  }
  .orderbox {
    border-radius: 20px;
    padding: 20px 15px 25px;
  }
  .code_outer label {
    font-size: 16.7px;
  }
  .code_outer span {
    font-size: 17.7px;
  }
  .code_outer {
    height: 53.25px;
  }
  .order_status {
    padding-left: 0px;
    margin-top: 25px;
  }
  .order_status h6 {
    font-size: 14px;
    padding-left: 11px;
  }
  .order_status h6:after {
    top: 6px;
    height: 6px;
    width: 6px;
  }
  .code_valid {
    top: auto;
    bottom: -10px;
  }
  .code_valid h5 {
    font-size: 20.47px;
  }
  .code_valid span {
    font-size: 14.53px;
  }
  .order_name h3 {
    font-size: 17.2px;
  }
  .order_btn .btn {
    min-width: 170px;
    height: 40px;
    border-radius: 7px;
    font-size: 17.2px;
    margin-right: 12px;
    margin-top: 17px;
  }
  .order_info li {
    margin-top: 20px;
    font-size: 17px;
    width: 100%;
  }
  .order_title {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 8px;
  }
  .order_text code {
    font-size: 17px;
  }
  .redmeem_text {
    margin-top: 20px;
    padding: 13px 15px;
    border-radius: 10px;
  }
  .redmeem_text p {
    font-size: 15.57px;
    line-height: 20px;
  }
  .redmeem_text span {
    font-size: 16.52px;
  }
  .order_link > span {
    font-size: 17.47px;
  }
  .order_link > span img {
    width: 17px;
  }
  .order_link {
    margin-top: 20px;
  }
  /*------------------ My Orders Page Css End ------------------*/
  /*------------------ My Wishlist Page Css Start ------------------*/
  .wish_item {
    margin-top: 30px;
  }
  .wishlist_outer .col-lg-6:first-child .wish_item {
    margin-top: 0px;
  }
  .mt-67 {
    margin-top: 0px;
  }
  .buy_voucher {
    margin-top: 35px;
  }
  .cash_outer {
    margin-top: 30px;
  }
  .wish_discount {
    margin-top: 30px;
  }
  .wish_store_bott {
    margin-top: 27px;
  }
  /*------------------ My Wishlist Page Css End ------------------*/
  /*------------------ Order Complete Page Css Start ------------------*/
  .order_complete .code_valid {
    position: relative;
    bottom: 0px;
    margin-top: 10px;
    text-align: left;
  }
  .voucher_details {
    border-radius: 10px;
    padding: 13px 15px;
    min-height: auto;
  }
  .voucher_details p {
    font-size: 16px;
    line-height: 26px;
  }
  .order_complete .order_link {
    margin-top: 20px;
  }
  .order_complete_btn .btn {
    min-width: 235px;
    height: 50px;
    font-size: 18px;
    border-radius: 10px;
  }
  .order_complete_btn {
    margin-top: 25px;
  }
  .order_complete .orderbox {
    margin-top: 40px;
  }
  .order_complete .orderbox:first-child {
    margin-top: 25px;
  }
  /*------------------ Order Complete Page Css End ------------------*/
  /*------------------ Payment Page Css Start ------------------*/
  .pay_order {
    width: 100%;
    padding-right: 0px;
  }
  .pay_slid {
    width: 100%;
    margin-top: 20px;
  }
  .payment_outer {
    margin-top: 0px;
  }
  /*------------------ Payment Page Css End ------------------*/
  /*------------------ Profile Page Css Start ------------------*/
  .profile_outer {
    padding: 25px 0px 50px;
  }
  .profile_head h3 {
    font-size: 25.46px;
  }
  .profile_head p {
    font-size: 20.96px;
  }
  .industry_outer h6 {
    font-size: 20.96px;
  }
  .industry_outer {
    margin-top: 22px;
  }
  .profile_right .store_loac span {
    font-size: 18.96px;
  }
  .profile_right .store_loac img {
    width: 21px;
    height: 28px;
  }
  .profile_right .btn {
    height: 45px;
    border-radius: 7px;
    min-width: 180px;
    font-size: 16.79px;
  }
  .profile_body {
    margin-top: 40px;
  }
  .sub_title h3 {
    font-size: 21.19px;
  }
  .about_info p {
    font-size: 17px;
    margin-top: 15px;
    line-height: 30px;
  }
  .about_info {
    margin-top: 20px;
  }
  .mt-60 {
    margin-top: 35px;
  }
  .fac_img {
    height: 45px;
  }
  .fac_item p {
    font-size: 14.41px;
    line-height: 19px;
    margin-top: 15px;
  }
  .profile_pro_info {
    margin-top: 40px;
    padding-top: 30px;
  }
  .profile_pro_info li {
    font-size: 18.19px;
    margin-bottom: 25px;
  }
  .profile_pro_info li strong {
    width: 175px;
  }
  .profile_pro_info li span {
    width: calc(100% - 175px);
  }
  .address {
    margin-top: 25px;
  }
  .add_icon {
    width: 23px;
  }
  .add_text {
    width: calc(100% - 23px);
    padding-left: 15px;
  }
  .address li {
    margin-bottom: 20px;
  }
  .add_text p {
    font-size: 18px;
  }
  .add_text p br {
    display: none;
  }
  .contact_no li {
    margin-top: 10px;
  }
  .contact_no ul {
    margin-top: 20px;
  }
  .map {
    margin-top: 25px;
  }
  .map iframe {
    height: 300px;
    border-radius: 10px;
  }
  .days strong,
  .closing strong,
  .opening strong,
  .closing strong {
    font-size: 18px;
  }
  .days {
    width: 130px;
  }
  .opening,
  .closing {
    font-size: 18px;
  }
  .opening {
    width: 110px;
  }
  .timing_item li {
    margin-bottom: 10px;
  }
  .timing_item li:first-child {
    margin-bottom: 15px;
  }
  .doc_item {
    min-height: auto;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
  }
  .doc_text img {
    width: 25px;
  }
  .doc_text h6 {
    font-size: 16px;
    padding-left: 15px;
    width: calc(100% - 25px);
  }
  .doc_text {
    width: calc(100% - 25px);
    padding-right: 15px;
  }
  .doc_download img {
    width: 25px;
  }
  .awards_outer {
    margin: 35px 0px;
  }
  .awards_item {
    margin-top: 25px;
  }
  .awards_img img {
    border-radius: 10px;
  }
  .awards_item p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 24px;
  }
  .mlr-24 {
    margin: 0px -10px;
  }
  .plr-24 {
    padding: 0px 10px;
  }
  .testi_outer {
    padding: 35px 0px 30px;
  }
  .test_slider .owl-item,
  .test_slider .owl-item.active + .owl-item.active + .owl-item.active {
    opacity: 1;
    transform: scale(1) !important;
  }
  .test_slider {
    margin: 15px 0px 0px;
    width: 100%;
  }
  .testi_item {
    padding: 20px;
    border-radius: 10px;
  }
  .test_user_text h5 {
    font-size: 16px;
  }
  .test_user_text span {
    font-size: 12.36px;
  }
  .test_user {
    margin-top: 20px;
  }
  .test_slider .owl-dots {
    margin-top: 20px;
  }
  .rate_overlay,
  .video_overlay {
    border-radius: 10px;
  }
  .rate_img img {
    border-radius: 10px;
  }
  .rate_overlay img {
    max-width: 40px;
  }
  .rate_item {
    margin-top: 20px;
  }
  .msme_outer {
    margin-top: 45px;
  }
  .video_img img {
    border-radius: 10px;
  }
  /*------------------ Profile Page Css End ------------------*/
  /*------------------ All Transaction Page Css Start ------------------*/
  .transaction_table th:last-child {
    border-radius: 0px 10px 10px 0px;
  }
  .transaction_table th {
    font-size: 16px;
    padding: 10px 15px;
  }
  .transaction_table th:first-child {
    border-radius: 10px 0px 0px 10px;
  }
  .transaction_table td {
    padding: 15px;
    font-size: 16px;
  }
  .tra_des h4 {
    font-size: 16px;
  }
  .tra_des h6 {
    font-size: 15px;
    line-height: 22px;
  }
  .tra_des span {
    font-size: 15px;
  }
  .tra_amount p {
    font-size: 16px;
    white-space: nowrap;
  }
  .tra_des {
    width: 205px;
  }
  .transaction_table {
    margin-top: 35px;
  }
  /*------------------ All Transaction Page Css End ------------------*/
  .logo img {
    width: 130px;
  }
  .h_search_outer {
    padding: 0px;
  }
  .user_text h6 p {
    display: none;
  }
  .user_text span {
    display: none;
  }
  .h_account_link {
    margin-right: 0px;
  }
  .user_icon {
    width: 18px;
    margin-right: 0px;
  }
  .h_account {
    position: absolute;
    top: 33px;
    right: 0px;
  }
  .header_top {
    position: relative;
  }
  .h_account {
    position: absolute;
    top: 7px;
    right: 0px;
  }
  .userDrop {
    top: 31px;
    right: 0px;
    /* width: 150px; */
  }
  .userDrop li > * {
    padding: 7px 15px;
    font-size: 13px;
  }
  .h_location {
    position: absolute;
    top: 0px;
    right: 60px;
  }
  .location_input .form-control {
    height: 46px;
    font-size: 14px;
    border-radius: 7px;
  }
  .h_search_outer {
    width: 100%;
  }
  .search_box {
    margin-left: 0px;
    margin-top: 11px;
  }
  .search_box .form-control {
    border-radius: 6px;
    height: 45px;
    padding: 0px 100px 0px 15px;
    font-size: 14px;
  }
  .btn-yellow-big {
    height: 45px;
    border-radius: 0px 6px 6px 0px;
    padding: 0px 15px;
    font-size: 14px;
  }
  header {
    padding: 10px 0px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 05%);
  }
  .user_text h6 img {
    margin-left: 6px;
  }
  .toggleMenu {
    margin-right: 10px;
    display: block;
  }
  .toggleMenu span {
    width: 25px;
    height: 2px;
    display: block;
    background: #333;
    margin: 6px 0px;
  }
  .loc_body {
    padding: 10px;
    position: relative;
  }
  .loc_body label {
    font-size: 20px;
    font-weight: 500;
  }
  .loc_input .form-control {
    border: 1px solid #d7d7d7;
    height: 56.83px;
    font-size: 14.68px;
    color: #212121;
    letter-spacing: 0.25px;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0px 30px 0px 15px;
    background: url(../images/icon-down.png) no-repeat right 15px center;
  }
  .menu .container {
    max-width: 100%;
    padding: 0px;
  }
  .menu {
    position: fixed;
    top: 0px;
    left: -300px;
    width: 280px;
    z-index: 10;
    margin-top: 0px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    transition: left 0.3s linear;
  }
  .menu.active {
    left: 0px;
  }
  .menu_list > ul {
    display: block;
    padding-top: 10px;
  }
  .menu_list > ul > li {
    margin: 0px;
  }
  .menu_list > ul > li > *:first-child {
    font-size: 13.86px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
  }
  .openMenu {
    position: absolute;
    top: 0px;
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    right: 0px;
    justify-content: center;
    font-size: 24px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .openMenu.active {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .submenu {
    position: relative;
    min-width: 100%;
    top: 0px;
    box-shadow: none;
  }
  .sub_inner {
    padding: 0px;
  }
  .subpart {
    width: 100%;
    border-left: 0px;
    padding: 0px;
  }
  .subpart > *:first-child {
    font-size: 13px;
    padding: 8px 20px;
    border-bottom: 1px solid #dddd;
  }
  .subpart li {
    margin-top: 0px;
  }
  .menu_list > ul > li > *:first-child:after {
    content: none;
  }
  .hasmenu:hover .submenu {
    display: none;
  }
  /*------------------ Appointment Section Page Css Start ------------------*/
  .appModal .modal-dialog:not(.disable-max-width) {
    max-width: 695px;
  }
  .timeList li {
    font-size: 12.5px;
    margin-left: 10px;
    width: calc(25% - 8px);
  }
  .appointment_btn {
    margin-top: 94px;
  }
  .appointment_btn .btn {
    min-height: 65px;
    min-width: 100%;
    border-radius: 12px;
    font-size: 19.2px;
  }
  /*------------------ Appointment Section Page Css End ------------------*/
}

@media (max-width: 767px) {
  /*------------------ Index Page Css Start ------------------*/
  .store_search_left {
    width: 100%;
    margin: 0px;
    padding: 15px;
  }
  .buy_voucher1 {
    margin-top: 10px;
  }
  .mt-160 {
    margin-top: 136.02px;
  }
  .banner_item {
    width: 100%;
  }
  .banner_item img {
    width: 100%;
    max-height: 150px;
    border-radius: 10px;
  }
  .banner_slider {
    padding: 0px 15px;
  }
  .pt-35 {
    padding-top: 20px;
  }
  .owl-dots button {
    height: 10px;
    width: 10px;
  }
  .banner_slider .owl-dots {
    margin-top: 20px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 18px;
  }
  .category_outer {
    padding: 30px 0px 30px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .cal_img img {
    /* height: auto; */
  }
  .cat_item {
    border-radius: 10px;
  }
  .subtitle h2,
  .subtitle h3,
  .subtitle h4 {
    font-size: 14px;
    line-height: 0px;
  }
  .cat_info {
    padding: 12px 3px 12px;
  }
  .category_slider .owl-stage-outer {
    padding: 10px 0px 20px;
    margin: 0px;
  }
  .cat_item:hover {
    box-shadow: none;
  }
  .health_outer {
    padding: 20px 0px 40px;
  }
  .mt-50 {
    margin-top: 15px;
  }
  .cate_block {
    border-radius: 10px;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 15%);
  }
  .link > *:first-child {
    font-size: 15.52px;
  }
  .cate_info {
    padding: 20px;
    min-height: auto;
  }
  .bg-pink {
    padding: 30px 0px;
  }
  .offer_outer {
    padding: 40px 0px;
  }
  .offer_item img,
  .feature_deal_item img {
    height: 150px;
    border-radius: 10px;
  }
  .feature_deal_slider {
    padding: 0px 15px;
  }
  .feature_deal_item {
    width: 100%;
  }
  .feature_deal_slider {
    margin-top: 20px;
  }
  .feature_deal_outer {
    padding: 40px 0px;
  }
  .tech_outer {
    padding: 20px 0px 20px;
  }
  .subtitle h2 br,
  .subtitle h3 br,
  .subtitle h4 br {
    display: none;
  }
  .super_outer {
    padding: 30px 0px 40px;
  }
  .super_left {
    width: 100%;
  }
  .super_right {
    width: 100%;
    margin-top: 20px;
  }
  .super_app_img img {
    border-radius: 10px;
  }
  .super_item_big {
    width: 100%;
  }
  .super_item_thum {
    width: 100%;
    padding-left: 0px;
  }
  .super_img img {
    border-radius: 10px;
    height: 198px;
    object-fit: cover;
  }
  .spotlight_outer {
    padding: 40px 0px 30px;
  }
  .discounts_outer .super_right {
    order: 0;
  }
  .discounts_outer .super_item_thum {
    order: 0;
    padding-right: 0px;
  }
  .h_cat_outer {
    padding: 30px 0px;
  }
  .deal_outer {
    padding: 15px 0px 30px;
  }
  .footer_block {
    padding: 10px 0px 40px;
  }
  .footer_item {
    width: 100%;
    margin-top: 30px;
  }
  .footer_item h4 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .link_outer a {
    font-size: 16px;
  }
  .link_outer li {
    margin-bottom: 5px;
  }
  .get_touch {
    margin-top: 30px;
  }
  .get_touch li {
    margin-left: 15px;
  }
  .get_touch li img {
    width: 100%;
  }
  .footer_bottom {
    padding: 15px 0px;
  }
  p {
    line-height: 24px;
  }
  .footer_bottom p {
    font-size: 14px;
  }
  .cate_img img {
    height: 100px;
  }
  /*------------------ Index Page Css End ------------------*/
  /*------------------ Category Page Css Start ------------------*/
  .category_box {
    margin: 25px 10px 0px;
    width: calc(50% - 20px);
    display: flex;
  }
  .category_box .cate_block {
    width: 100%;
  }
  .filter_item {
    width: 100%;
    margin: 0px;
  }
  .filter_item + .filter_item {
    margin-top: 10px;
  }
  /* .resetAll {
        margin: 15px 0px 0px;
    } */
  .store_box {
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
  }
  .store_info h3 {
    font-size: 17.57px;
  }
  .store_info p {
    font-size: 14px;
    line-height: 21px;
  }
  .store_loac span {
    font-size: 14px;
  }
  .store_loac img {
    width: 13px;
    height: 17px;
  }
  .mt-25 {
    margin-top: 19px;
  }
  .price h6 {
    font-size: 18px;
  }
  .discount {
    margin-top: 12px;
  }
  .discount h5 {
    font-size: 14px;
  }
  .discount h5 span {
    font-size: 17px;
  }
  .discount p {
    font-size: 13px;
  }
  .store_bott {
    margin-top: 17px;
  }
  .btn-all {
    font-size: 13px;
    padding: 0px 14px;
  }
  .price_from {
    padding-left: 10px;
    width: 69.99%;
  }
  .price_from h5 {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
  .price_from small {
    font-size: 11px;
  }
  .discount_inline p {
    padding-left: 0px;
  }
  .store_info .mt-25 h4 {
    font-size: 15.95px;
  }
  .mt-80 {
    margin-top: 20px !important;
  }
  .store_outer {
    padding: 10px 0px;
  }
  .cate_offer_outer {
    padding: 20px 0px;
  }
  .cate_feature_deal {
    padding: 15px 0px;
  }
  .pro_img img {
    height: auto;
  }
  .pro_info h3 {
    font-size: 17.57px;
  }
  .pro_info h6 {
    font-size: 22.46px;
  }
  .pro_outer {
    padding: 10px 0px 15px;
  }
  .pro_box {
    border-radius: 10px;
    margin-top: 20px;
  }
  .pro_cust_outer {
    border-radius: 10px;
    margin-top: 20px;
  }
  .cust_badge {
    height: 34.88px;
    border-radius: 7px;
    font-size: 16.54px;
  }
  .pro_cust_info h3 {
    font-size: 21.56px;
    margin-top: 17px;
  }
  .pro_cust_price {
    margin-top: 12px;
  }
  .pro_cust_price h6 {
    font-size: 19.73px;
  }
  .pro_cust_price h6 span {
    font-size: 21.46px;
  }
  .pro_cust_info .discount h5 {
    font-size: 17.17px;
  }
  .pro_cust_info .discount h5 span {
    font-size: 18.39px;
  }
  .pro_cust_info .discount p {
    font-size: 14.04px;
  }
  .pro_cust_info .discount {
    margin-top: 15px;
  }
  .btn-white {
    border-radius: 7px;
    height: 40px;
    font-size: 16px;
    padding: 0px 15px;
  }
  .pro_info {
    height: auto;
  }
  .mlr-21 {
    margin: 0px -10px;
  }
  .plr-21 {
    padding: 0px 10px;
  }
  .pro_cust_img {
    width: 240px;
  }
  .pro_cust_info {
    width: calc(100% - 240px);
    padding-left: 15px;
  }
  .pro_cust_img > img {
    height: 260px;
  }
  .cat_super_outer {
    padding: 20px 0px 10px;
  }
  .cat_spotlight_outer {
    padding: 20px 0px 20px;
  }
  .cat_discounts_outer {
    padding: 25px 0px 10px;
  }
  .filter_tab {
    width: 190px;
  }
  .filter_tab_info {
    width: calc(100% - 190px);
  }
  .filter_drop {
    width: 100%;
  }
  .filter_search .form-control {
    height: 50px;
    border-radius: 10px;
  }
  .filter_search img {
    top: 14px;
  }
  .filter_search {
    margin-top: 18px;
  }
  .filter_list li {
    margin-top: 15px;
  }
  .city_list li {
    margin-top: 15px;
  }
  .chks {
    padding-left: 35px;
    font-size: 15px;
  }
  .chks .checkmark:after {
    top: 4px !important;
    left: 4px !important;
  }
  .filter_val {
    font-size: 13.5px;
  }
  .filter_btn {
    margin-top: 30px;
  }
  /*------------------ Category Page Css End ------------------*/
  /*------------------ My Credits Page Css Start ------------------*/
  .content_outer {
    padding: 30px 0px;
  }
  .order_complete .orderbox:first-child {
    margin-top: 20px;
  }
  .order_complete .orderbox {
    margin-top: 30px;
  }
  .buy_credit_outer h2 {
    font-size: 17.46px;
    margin-bottom: 15px;
  }
  .buy_credit_outer {
    margin-top: 25px;
  }
  .credit_input_box {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
  }
  .credit_text {
    text-align: left;
    margin-right: 0px;
  }
  .credit_text h6 {
    font-size: 17.15px;
  }
  .credit_input {
    margin-top: 8px;
  }
  .credit_input label {
    margin-bottom: 9px;
  }
  .form-input {
    height: 50px;
    border-radius: 10px;
    padding: 0px 15px;
    font-size: 19px;
  }
  .btn-credit {
    height: 40px;
    min-width: initial;
    margin-right: 9px;
    border-radius: 7px;
    font-size: 16px;
    width: calc(33.33% - 6px);
  }
  .btn-credit:last-child {
    margin-right: 0px;
  }
  .credit_btn_left {
    width: 100%;
  }
  .buy_credit {
    width: 100%;
    margin-top: 20px;
  }

  .available_credit {
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .available_info {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .available_info h3 {
    font-size: 14px;
  }
  .available_info h5 {
    font-size: 18px;
  }
  .available_img {
    width: 300px;
    margin: 20px auto 0px;
  }
  .available_round {
    height: 195px;
    width: 195px;
    left: -55px;
    top: -78px;
    bottom: auto;
  }
  .buy_item {
    padding: 20px 10px;
    margin-top: 30px;
    border-radius: 10px;
  }
  .buy_item .btn {
    height: 45px;
    min-width: 145px;
    font-size: 16px;
  }
  .mlr-30 {
    margin: 0px;
  }
  .plr-30 {
    padding: 0px;
  }
  /*------------------ My Credits Page Css End ------------------*/
  /*------------------ My Orders Page Css Start ------------------*/
  .tab_outer {
    margin-top: 20px;
  }
  .tab .title {
    font-size: 14px;
    padding-bottom: 3px;
    margin: 5px;
  }
  .tab .title:after {
    bottom: -2px;
    height: 2px;
  }
  .tab ul {
    border-bottom: 2px solid #dddddd;
  }
  .mt-55 {
    margin-top: 30px;
  }
  .orderbox {
    border-radius: 10px;
    padding: 15px;
  }
  .order_img_box .btn {
    width: 100%;
    margin-top: 15px;
    height: 40px;
    font-size: 14.73px;
  }
  .code_outer {
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
  }
  .code_outer label {
    height: 100%;
    justify-content: flex-start;
    border-radius: 10px 10px 0px 0px;
    padding: 5px 10px;
    margin-bottom: 0px;
    font-size: 16.7px;
    width: 100%;
  }
  .code_outer span {
    font-size: 16.7px;
    padding: 9px 0px 0px;
  }
  .order_status {
    padding-left: 0px;
    margin-top: 15px;
    width: 100%;
  }
  .order_status h6 {
    font-size: 18px;
    padding-left: 11px;
  }
  .order_status h6:after {
    top: 6px;
    height: 6px;
    width: 6px;
  }
  .code_valid {
    position: relative;
    text-align: left;
    bottom: auto;
    margin-top: 10px;
  }
  .code_valid span {
    font-size: 15.53px;
  }
  .code_valid h5 {
    font-size: 19.47px;
  }
  .order_name {
    margin-top: 15px;
  }
  .order_name h3 {
    font-size: 17.2px;
  }
  .order_btn {
    width: 100%;
    justify-content: space-between;
  }
  .order_btn .btn {
    min-width: initial;
    height: 40px;
    border-radius: 7px;
    font-size: 16.2px;
    margin-right: 0px;
    margin-top: 15px;
    width: calc(50% - 3px);
  }
  .order_info li {
    margin-top: 20px;
    font-size: 16.17px;
  }
  .order_title {
    width: 100%;
    padding-right: 0px;
  }
  .order_text {
    margin-top: 8px;
  }
  .order_text code {
    font-size: 16.15px;
  }
  .redmeem_text {
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
  }
  .redmeem_text p {
    font-size: 15px;
    line-height: 20px;
  }
  .redmeem_text span {
    font-size: 15px;
  }
  .order_link {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .order_link > span {
    font-size: 14px;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .order_link > span img {
    margin-right: 8px;
    width: 15px;
  }
  /*------------------ My Orders Page Css End ------------------*/
  /*------------------ My Wishlist Page Css Start ------------------*/
  .wish_item {
    border-radius: 10px;
    padding: 10px;
  }
  .wish_name {
    margin-top: 15px;
  }
  .like {
    margin-top: 0px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
  }
  .like img {
    width: 20px;
  }
  .wish_item_item img {
    border-radius: 10px;
  }
  .wish_name h3,
  .wish_head h3 {
    font-size: 17.22px;
  }
  .wish_price_valid {
    margin-top: 12px;
  }
  .wish_valid span {
    font-size: 13.04px;
    line-height: 19px;
  }
  .wish_valid {
    margin-top: 3px;
  }
  .wish_price h6 {
    font-size: 18.44px;
  }
  .new_price h6 {
    margin-left: 15px;
  }
  .btn_in_deta {
    margin-top: 15px;
  }
  .buy_voucher h6 {
    font-size: 16.21px;
  }
  .buy_voucher h6 strong {
    font-size: 19.31px;
  }
  .buy_voucher {
    margin-top: 22px;
  }
  .cash_outer {
    margin-top: 18px;
  }
  .saving_box {
    margin: 0px 10px 0px 14px;
  }
  .cash_outer h5 {
    font-size: 16.42px;
    margin-top: 3px;
  }
  .wish_item {
    margin-top: 30px;
  }
  .wishlist_outer .col-lg-6:first-child .wish_item {
    margin-top: 0px;
  }
  .mt-67 {
    margin-top: 0px;
  }
  .wish_item_from .price_from {
    padding-left: 10px;
  }
  .like_box {
    height: 35px;
    width: 35px;
    cursor: pointer;
  }
  .like_box img {
    width: 20px;
  }
  .wish_left {
    width: 190px;
  }
  .wish_right {
    width: calc(100% - 190px);
    padding-left: 13px;
  }
  /*------------------ My Wishlist Page Css End ------------------*/
  /*------------------ Order Complete Page Css Start ------------------*/
  .order_complete_btn .btn {
    min-width: 210px;
    height: 50px;
    font-size: 17px;
    border-radius: 8px;
    margin-top: 10px;
  }
  .order_complete .order_link {
    margin-top: 18px;
    justify-content: center;
  }
  .order_complete_btn {
    margin-top: 12px;
  }
  .voucher_details {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    height: auto;
  }
  .voucher_details p {
    font-size: 16px;
    line-height: 24px;
  }
  /*------------------ Order Complete Page Css End ------------------*/
  /*------------------ Payment Page Css Start ------------------*/
  .pay_order {
    width: 100%;
    padding-right: 0px;
  }
  .pay_slid {
    width: 100%;
    margin-top: 20px;
  }

  .pay_item .new_price h6 {
    margin-left: 20px;
  }
  .pay_item .wish_price_valid {
    margin-top: 15px;
  }
  .pay_aff {
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
  }

  .vou_box {
    border-radius: 10px;
    padding: 20px;
  }

  .vou_list li {
    margin-top: 20px;
  }
  .vou_list li:first-child {
    margin-top: 20px;
  }
  .vou_text h6 {
    font-size: 15.17px;
  }
  .vou_text p {
    font-size: 12.83px;
    line-height: 20px;
    margin-top: 3px;
  }

  .total_pay {
    margin-top: 20px;
    padding-top: 20px;
  }

  .pay_cre_box {
    border-radius: 10px;
    padding: 20px;
  }

  .pay_add_btn .btn {
    height: 45px;
    min-width: 160px;
    font-size: 15.96px;
    border-radius: 10px;
  }

  .chk .checkmark:after {
    left: 10px;
    top: 6px;
  }

  .payment_outer .wish_head {
    padding-right: 0px;
  }
  .payment_outer {
    margin-top: 0px;
  }
  /*------------------ Payment Page Css End ------------------*/
  /*------------------ Profile Page Css Start ------------------*/
  .profile_banner img {
    max-height: 95px;
    object-fit: cover;
  }
  .profile_outer {
    padding: 25px 0px 45px;
  }
  .profile_head h3 {
    font-size: 20.46px;
  }
  .profile_head p {
    font-size: 18.96px;
  }
  .industry_outer {
    margin-top: 15px;
  }
  .industry_outer h6 {
    font-size: 16.96px;
  }
  .profile_right .store_loac span {
    font-size: 18.96px;
    padding-left: 6px;
  }
  .profile_right .store_loac img {
    width: 20px;
    height: 29px;
  }
  .profile_right .btn {
    height: 45px;
    border-radius: 9px;
    min-width: 160px;
    font-size: 16px;
    margin-top: 9px;
  }
  .profile_tab {
    margin-top: 20px;
  }
  .profile_tab .tab .title {
    font-size: 16px;
    margin: 5px 12px;
  }
  .profile_body {
    margin-top: 35px;
  }
  .sub_title h3 {
    font-size: 21.19px;
  }
  .about_info {
    margin-top: 15px;
  }
  .about_info p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 29px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .fac_img {
    height: 41px;
  }
  .fac_item p {
    font-size: 14.41px;
    line-height: 19px;
    margin-top: 12px;
  }
  .profile_pro_info {
    margin-top: 35px;
    padding-top: 25px;
  }
  .profile_pro_info li {
    font-size: 17.19px;
    margin-bottom: 20px;
  }
  .profile_pro_info li strong {
    width: 170px;
  }
  .profile_pro_info li span {
    width: calc(100% - 170px);
  }
  .profile_tab .tab ul {
    justify-content: space-between;
  }
  .address {
    margin-top: 25px;
  }
  .add_icon {
    width: 23px;
  }
  .add_text {
    width: calc(100% - 23px);
    padding-left: 15px;
  }
  .address li {
    margin-bottom: 20px;
  }
  .add_text p {
    font-size: 16px;
  }
  .add_text p br {
    display: none;
  }
  .contact_no li {
    font-size: 16px;
    margin-top: 10px;
  }
  .contact_no ul {
    margin-top: 20px;
  }
  .map {
    margin-top: 25px;
  }
  .map iframe {
    height: 300px;
    border-radius: 10px;
  }
  .days strong,
  .closing strong,
  .opening strong,
  .closing strong {
    font-size: 16px;
  }
  .days {
    width: 115px;
  }
  .opening,
  .closing {
    font-size: 16px;
  }
  .opening {
    width: 100px;
  }
  .timing_item li {
    margin-bottom: 10px;
  }
  .timing_item li:first-child {
    margin-bottom: 15px;
  }
  .doc_item {
    min-height: auto;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
  }
  .doc_text img {
    width: 25px;
  }
  .doc_text h6 {
    font-size: 16px;
    padding-left: 15px;
    width: calc(100% - 25px);
  }
  .doc_text {
    width: calc(100% - 25px);
    padding-right: 15px;
  }
  .doc_download img {
    width: 25px;
  }
  .awards_outer {
    margin: 35px 0px;
  }
  .awards_item {
    margin-top: 25px;
  }
  .awards_img img {
    border-radius: 10px;
  }
  .awards_item p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .mlr-24 {
    margin: 0px -10px;
  }
  .plr-24 {
    padding: 0px 10px;
  }
  .testi_outer {
    padding: 35px 0px 30px;
  }
  .test_slider .owl-item,
  .test_slider .owl-item.active + .owl-item.active + .owl-item.active {
    opacity: 1;
    transform: scale(1) !important;
  }
  .test_slider {
    margin: 15px 0px 0px;
    width: 100%;
  }
  .testi_item {
    padding: 20px;
    border-radius: 10px;
  }
  .test_user_text h5 {
    font-size: 16px;
  }
  .test_user_text span {
    font-size: 12.36px;
  }
  .test_user {
    margin-top: 20px;
  }
  .test_slider .owl-dots {
    margin-top: 20px;
  }
  .rate_overlay,
  .video_overlay {
    border-radius: 10px;
  }
  .rate_img img {
    border-radius: 10px;
  }
  .rate_overlay img {
    max-width: 40px;
  }
  .rate_item {
    margin-top: 20px;
  }
  .video_img img {
    border-radius: 10px;
  }
  .msme_outer {
    margin-top: 40px;
  }
  /*------------------ Profile Page Css End ------------------*/
  /*------------------ All Transaction Page Css Start ------------------*/
  .transaction_table table {
    margin-bottom: 0px;
    border: 1px solid #ddd;
    border-bottom: 0px;
  }
  .transaction_table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .transaction_table table tr {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  .transaction_table table tr:nth-child(even) {
    background: #f2f2f2;
  }
  .tra_amount p {
    font-size: 16px;
    text-align: left;
  }
  .tra_des h6 {
    font-size: 14px;
  }
  .tra_des span {
    font-size: 14px;
  }
  .tra_des {
    padding-left: 130px;
  }
  .transaction_table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    text-align: right;
    padding: 10px 15px;
  }
  .transaction_table table td:nth-last-child(2) {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .tra_des h4 {
    font-size: 15px;
  }
  .transaction_table table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .transaction_table table td:last-child {
    border-bottom: 0;
  }
  .tra_filter_box span {
    height: 45px;
  }
  .tra_filter_box {
    min-width: 100%;
    border-radius: 8px;
  }
  .tra_filter_head {
    padding: 15px 20px;
  }
  .tra_filter_head h4 {
    font-size: 15px;
  }
  .tra_filter_head img {
    width: 11px;
  }
  .tra_filter_drop {
    top: 48px;
  }
  .tra_item {
    padding: 10px 20px 10px 35px;
  }
  .rdo {
    font-size: 15px;
  }
  .transaction_table {
    margin-top: 10px;
  }
  .tra_filter {
    width: 225px;
  }
  /*------------------ All Transaction Page Css End ------------------*/
  .logo img {
    width: 130px;
  }
  .h_search_outer {
    padding: 0px;
  }
  .user_text h6 p {
    display: none;
  }
  .user_text span {
    display: none;
  }
  .h_account_link {
    margin-right: 0px;
  }
  .user_icon {
    width: 18px;
    margin-right: 0px;
  }
  .h_account {
    position: absolute;
    top: 33px;
    right: 0px;
  }
  .header_top {
    position: relative;
  }
  .h_account {
    position: absolute;
    top: 7px;
    right: 0px;
  }
  .userDrop {
    top: 31px;
    right: 0px;
    max-width: 349px;
  }
  .userDrop li > * {
    padding: 7px 15px;
    font-size: 13px;
  }
  .h_location {
    display: none;
  }
  .h_search_outer {
    width: 100%;
  }
  .search_box {
    margin-left: 0px;
    margin-top: 11px;
  }
  .search_box .form-control {
    border-radius: 6px;
    height: 45px;
    padding: 0px 100px 0px 15px;
    font-size: 10px;
  }
  .btn-yellow-big {
    height: 45px;
    border-radius: 0px 6px 6px 0px;
    padding: 0px 15px;
    font-size: 14px;
  }
  header {
    padding: 10px 0px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 05%);
  }
  .location_mobile {
    display: block;
    position: absolute;
    top: 8px;
    right: 50px;
    font-size: 12px;
  }
  .location_mobile img {
    width: 18px;
  }
  .user_text h6 img {
    margin-left: 6px;
  }
  .toggleMenu {
    margin-right: 10px;
    display: block;
  }
  .toggleMenu span {
    width: 25px;
    height: 2px;
    display: block;
    background: #333;
    margin: 6px 0px;
  }
  .loc_body {
    padding: 0px;
    position: relative;
  }
  .loc_body label {
    font-size: 20px;
    font-weight: 500;
  }
  .loc_input .form-control {
    border: 1px solid #d7d7d7;
    height: 50px;
    font-size: 14.68px;
    color: #212121;
    letter-spacing: 0.25px;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0px 30px 0px 15px;
    background: url(../images/icon-down.png) no-repeat right 15px center;
  }
  .menu .container {
    max-width: 100%;
    padding: 0px;
  }
  .menu {
    position: fixed;
    top: 0px;
    left: -300px;
    width: 280px;
    z-index: 10;
    margin-top: 0px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    transition: left 0.3s linear;
  }
  .menu.active {
    left: 0px;
  }
  .menu_list > ul {
    display: block;
    padding-top: 10px;
  }
  .menu_list > ul > li {
    margin: 0px;
  }
  .menu_list > ul > li > *:first-child {
    font-size: 13.86px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
  }
  .openMenu {
    position: absolute;
    top: 0px;
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    right: 0px;
    justify-content: center;
    font-size: 24px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .openMenu.active {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .submenu {
    position: relative;
    min-width: 100%;
    top: 0px;
    box-shadow: none;
  }
  .sub_inner {
    padding: 0px;
  }
  .subpart {
    width: 100%;
    border-left: 0px;
    padding: 0px;
  }
  .subpart > *:first-child {
    font-size: 13px;
    padding: 0px 20px;
    /* border-bottom: 1px solid #dddd; */
  }
  .subpart li {
    margin-top: 6px !important;
    border-bottom: 1px solid #eee;
  }
  .menu_list > ul > li > *:first-child:after {
    content: none;
  }
  .hasmenu:hover .submenu {
    display: none;
  }
  /*------------------ Appointment Section Page Css Start ------------------*/
  .appointment_btn {
    margin-top: 30px;
  }
  .appointment_btn .btn {
    min-height: 60px;
    min-width: 100%;
    border-radius: 10px;
    font-size: 18px;
  }
  .appModal .modal-body {
    padding: 25px 15px 30px;
  }
  .appModal .modal-content {
    border-radius: 9px;
  }
  .dateSelect,
  .timelselect {
    margin-top: 30px;
  }
  .modal_input .form-control {
    height: 45px;
    border-radius: 10px;
    font-size: 15px;
    padding: 0px 20px;
  }
  .modal_input img {
    top: 10px;
    right: 15px;
  }
  .timeList li {
    font-size: 11px;
    margin-top: 11px;
    padding: 0px 8px;
    margin-left: 10px !important;
    width: calc(50% - 5px);
    border-radius: 5px;
    text-align: center;
  }
  .timeList li:nth-child(2n + 1) {
    margin-left: 0px !important;
  }
  .modal_input textarea.form-control {
    height: 100px;
    padding: 10px 20px;
  }
  .commentbox {
    margin-top: 20px;
  }
  .modal_btn {
    margin-top: 20px;
  }
  .modal_btn .btn {
    height: 40px;
    min-width: 100%;
    font-size: 14px;
    border-radius: 8px;
  }
  .appModal {
    padding: 0px 10px;
  }
  /*------------------ Appointment Section Page Css End ------------------*/
  .offer_list_slider .owl-dots {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  /*------------------ Category Page Css Start ------------------*/
  .buy_voucher1 {
    margin-top: 20px;
  }
  .category_list {
    margin: 0px;
  }
  .category_box {
    margin: 20px 0px 0px 10px;
    width: calc(32.99% - 10px);
    cursor: pointer;
  }
  /* .category_box:nth-child(2n + 1) {
        margin-left: 0px;
    } */
  .store_img {
    width: 100%;
  }
  .single_offer_left {
    width: 100%;
  }
  .single_offer_right {
    width: 100%;
  }
  .store_img img {
    width: 100%;
    max-height: 200px;
    border-radius: 0px;
  }
  .store_info {
    width: 100%;
    padding: 15px;
    position: initial;
  }
  .store_top_text {
    padding-right: 0px;
  }
  .pro_cust_img {
    width: 100%;
  }
  .pro_cust_info {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .mlr-21 {
    margin: 0px;
  }
  .plr-21 {
    padding: 0px;
  }
  .pro_cust_img > img {
    height: auto;
  }
  /*------------------ Category Page Css End ------------------*/
  /*------------------ My Orders Page Css Start ------------------*/
  .order_img_box {
    width: 100%;
    text-align: center;
  }
  .order_block {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  /*------------------ My Orders Page Css End ------------------*/
  /*------------------ My Wishlist Page Css Start ------------------*/
  .wish_left {
    width: 100%;
  }
  .wish_right {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
  .wish_head {
    padding-right: 0px;
  }
  .wish_valid.mt-20 {
    margin-top: 0px;
  }
  .request_quote.text-right {
    text-align: left !important;
  }
  /*------------------ My Wishlist Page Css End ------------------*/
  /*------------------ Order Complete Page Css Start ------------------*/
  .order_complete_btn .btn {
    min-width: 100%;
  }
  /*------------------ Order Complete Page Css End ------------------*/
  /*------------------ Payment Page Css Start ------------------*/
  .pay_item .wish_left {
    width: 100%;
  }
  .discount span {
    font-size: 0.75rem;
  }
  .pay_item .wish_right {
    width: 100%;
    padding-left: 0px;
    margin-top: 15px;
  }
  .aff_text {
    padding-right: 0px;
    width: 100%;
  }
  .aff_price h6 {
    margin-top: 5px;
  }
  .vou_text {
    max-width: 200px;
  }
  .vou_price {
    margin-top: 5px;
  }
  .pay_add_btn .btn {
    margin-top: 10px;
  }
  /*------------------ Payment Page Css End ------------------*/
  /*------------------ Profile Page Css Start ------------------*/
  .profile_head {
    width: 100%;
  }
  .profile_right {
    align-items: flex-end;
    flex-direction: row;
    width: 100%;
    margin-top: 15px;
  }
  .profile_pro_info li strong {
    width: 100%;
    padding-right: 0px;
  }
  .profile_pro_info li span {
    width: 100%;
  }
  .mlr-24 {
    margin: 0px;
  }
  .plr-24 {
    padding: 0px;
  }
  /*------------------ Profile Page Css End ------------------*/
  .tra_filter {
    width: 100%;
    margin-top: 20px;
  }
  .filter_tab li {
    margin-top: 5px;
    font-size: 12px;
    padding: 6px 10px;
  }
  .filter_tab {
    width: 105px;
  }
  .filter_tab_info {
    width: calc(100% - 105px);
    padding: 10px;
  }
  .filter_details p {
    font-size: 11px;
    line-height: 16px;
  }
  .filter_search .form-control {
    height: 40px;
    letter-spacing: 0px;
    padding: 0px 12px 0px 30px;
  }
  .filter_search img {
    top: 12px;
    width: 14px;
    left: 9px;
  }
  .chks {
    padding-left: 25px;
    font-size: 14px;
  }
  .chks .checkmark:after {
    top: 3px;
    left: 4px;
  }
  .filter_btn .btn {
    width: calc(50% - 3px);
    height: 37px;
    font-size: 14px;
  }
  .cate_info {
    padding: 10px;
  }
  .cate_info .subtitle h2,
  .cate_info .subtitle h3,
  .cate_info .subtitle h4 {
    font-size: 12px;
    line-height: 20px;
  }
  .cate_block {
    box-shadow: 0px 3px 5px rgb(0 0 0 / 15%);
  }
  .cate_slider .owl-stage-outer {
    padding: 15px 5px 20px;
    margin: 0px -5px;
  }
  .user-image-select {
    margin-bottom: 1rem;
  }
  /*------------------ Index Page Css Start ------------------*/
  .h_search_outer {
    padding: 0px 30px 0px 30px;
  }
  .h_account_link {
    margin-right: 0px;
  }
  /* .userDrop {
        right: 15px;
    } */
  .banner_item {
    width: 1000px;
  }
  .banner_item img {
    height: 274px;
  }
  .subtitle h2,
  .subtitle h3,
  .subtitle h4 {
    font-size: 14px;
  }
  .cate_slider {
    padding: 0px 30px;
  }
  .cate_slider .owl-nav button img {
    width: 15px;
  }

  .cate_slider .owl-nav button {
    left: -12px;
  }

  .cate_slider .owl-nav button.owl-next {
    right: -12px;
  }

  .cate_block {
    box-shadow: 0px 3px 13px rgb(0 0 0 / 15%);
  }
  .cate_slider .owl-stage-outer {
    padding: 15px 12px 20px;
    margin: 0px -12px;
  }
  .offer_item img {
    height: 232px;
  }
  .super_left {
    width: calc(67.9% - 30px);
  }
  .super_right {
    width: 32.1%;
  }
  .link_outer a {
    font-size: 16px;
  }
  .link_outer li {
    margin-bottom: 10px;
  }
  /*------------------ Index Page Css End ------------------*/
  /*------------------ Category Page Css Start ------------------*/
  .category_box {
    width: calc(25% - 20px);
  }
  .store_info h3 {
    font-size: 18.57px;
  }
  .btn-all {
    font-size: 14px;
    padding: 0px 15px;
  }
  .store_img {
    width: 230px;
  }
  .store_info {
    width: calc(100% - 230px);
  }
  .price h6 {
    font-size: 19.86px;
  }
  .store_bott {
    margin-top: 15px;
  }
  .mt-25 {
    margin-top: 20px;
  }
  .discount {
    margin-top: 12px;
  }
  .plr-21 {
    padding: 0px 10px;
  }
  .mlr-21 {
    margin: 0px -10px;
  }
  .pro_img img {
    height: 121px;
  }
  .pro_info {
    height: calc(100% - 121px);
  }
  .pro_info h3 {
    font-size: 17.57px;
  }
  .pro_price p {
    font-size: 16.94px;
  }
  .pro_info h6 {
    font-size: 23.46px;
  }
  .pro_cust_img {
    width: 270px;
  }
  .pro_cust_img > img {
    height: 300px;
  }
  .pro_cust_info {
    width: calc(100% - 270px);
    padding-left: 15px;
  }
  .cust_badge {
    height: 37.88px;
    font-size: 18.54px;
  }
  .pro_cust_info h3 {
    font-size: 22.56px;
    margin-top: 20px;
  }
  .pro_cust_price h6 {
    font-size: 19.73px;
  }
  .pro_cust_price h6 span {
    font-size: 22.46px;
  }
  .pro_cust_price {
    margin-top: 18px;
  }
  .pro_cust_info .discount {
    margin-top: 25px;
  }
  .btn-white {
    height: 45px;
    font-size: 17.17px;
  }
  .price_from {
    padding-left: 10px;
    width: 69.99%;
  }
  .price_from h5 {
    font-size: 15px;
  }
  .store_info .mt-25 h4 {
    font-size: 15.95px;
  }
  .discount_inline h5 {
    font-size: 13.16px;
  }
  .discount_inline p {
    font-size: 12.36px;
    padding-left: 8px;
  }
  /*------------------ Category Page Css End ------------------*/
  /*------------------ My Credits Page Css Start ------------------*/
  .buy_credit .btn {
    min-width: 165px;
  }
  .btn-credit {
    min-width: 95px;
  }
  .available_credit {
    padding: 10px 25px 10px 45px;
  }
  .available_info h3 {
    font-size: 16px;
  }
  .available_info h5 {
    font-size: 18px;
  }
  .available_round {
    height: 224px;
    width: 224px;
  }
  .mlr-30 {
    margin: 0px -15px;
  }
  .plr-30 {
    padding: 0px 15px;
  }
  .buy_item {
    padding: 22px 35px 27px;
    margin-top: 45px;
  }
  /*------------------ My Credits Page Css End ------------------*/
  /*------------------ My Orders Page Css Start ------------------*/
  .tab .title {
    font-size: 21.96px;
  }
  .tab_outer {
    margin-top: 45px;
  }
  .code_outer label {
    font-size: 17.7px;
  }
  .code_outer span {
    font-size: 17.7px;
  }
  .order_status h6 {
    font-size: 14px;
    padding-left: 11px;
  }
  .order_status h6:after {
    top: 6px;
    height: 6px;
    width: 6px;
  }
  .order_status {
    padding-left: 30px;
  }
  .code_outer {
    height: 61.25px;
  }
  .code_valid h5 {
    font-size: 21.47px;
  }
  .code_valid span {
    font-size: 15.53px;
  }
  .order_name h3 {
    font-size: 20.2px;
  }
  .order_info li {
    margin-top: 25px;
    font-size: 18.17px;
  }
  .order_text code {
    font-size: 20.15px;
  }
  .order_title {
    width: 385px;
  }
  .redmeem_text p {
    font-size: 17.57px;
  }
  .redmeem_text span {
    font-size: 18.52px;
  }
  .order_link > span {
    font-size: 18.47px;
  }
  .order_link > span img {
    width: 24px;
  }
  .order_link {
    margin-top: 34px;
  }
  .orderbox {
    padding: 30px 23px 40px;
  }
  /*------------------ My Orders Page Css End ------------------*/
  /*------------------ My Wishlist Page Css Start ------------------*/
  .wish_left {
    width: 205px;
  }
  .wish_right {
    width: calc(100% - 205px);
    padding-left: 15px;
  }
  .wish_discount {
    margin-top: 28px;
  }
  .wish_store_bott {
    margin-top: 28px;
  }
  .wish_item_from .price_from {
    padding-left: 10px;
  }
  .saving_box {
    margin: 0px 20px 0px 20px;
  }
  .mt-67 {
    margin-top: 40px;
  }
  /*------------------ My Wishlist Page Css End ------------------*/
  /*------------------ Order Complete Page Css Start ------------------*/
  .voucher_details p {
    font-size: 16px;
  }
  .order_complete_btn .btn {
    min-width: 340px;
    height: 65px;
    font-size: 21.83px;
    border-radius: 15px;
  }
  /*------------------ Order Complete Page Css End ------------------*/
  /*------------------ Payment Page Css Start ------------------*/
  .pay_slid {
    width: 430px;
  }
  .vou_text h6 {
    font-size: 18.17px;
  }
  .vou_text p {
    font-size: 15.83px;
  }
  .vou_text {
    max-width: 273px;
  }
  .vou_price,
  .total_price {
    font-size: 22.27px;
  }
  .total_text h6 {
    font-size: 20.83px;
  }
  .vou_list li {
    margin-top: 30px;
  }
  .vou_box,
  .pay_cre_box {
    padding: 25px;
  }

  .pay_add_btn .btn {
    min-width: 155px;
  }
  .pay_order {
    width: calc(100% - 430px);
  }
  .payment_outer .wish_head {
    padding-right: 0px;
  }

  /*------------------ Payment Page Css End ------------------*/
  /*------------------ Profile Page Css Start ------------------*/

  .profile_right .store_loac img {
    width: 22px;
    height: 30px;
  }
  .profile_right .btn {
    min-width: 195px;
    font-size: 16.79px;
  }
  .profile_body {
    margin-top: 50px;
  }
  .sub_title h3 {
    font-size: 23.19px;
  }
  .about_info p {
    font-size: 19.2px;
  }
  .about_info {
    margin-top: 25px;
  }
  .mt-60 {
    margin-top: 50px;
  }
  .profile_pro_info li {
    font-size: 19.19px;
    margin-bottom: 30px;
  }
  .add_text p {
    font-size: 20.19px;
  }
  .add_icon {
    width: 28px;
  }
  .address li {
    margin-bottom: 28px;
  }
  .map iframe {
    height: 365px;
  }
  .contact_no li,
  .days strong,
  .closing strong,
  .opening strong,
  .closing strong,
  .opening,
  .closing {
    font-size: 20.19px;
  }
  .doc_item {
    padding: 10px 30px;
  }
  .doc_text h6 {
    font-size: 21px;
    padding-left: 15px;
  }
  .awards_item p {
    font-size: 20.18px;
  }
  /*------------------ Profile Page Css End ------------------*/
  /*------------------ Appointment Section Page Css Start ------------------*/
  .appointment_btn {
    margin-top: 110px;
  }
  /*------------------ Appointment Section Page Css End ------------------*/
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*------------------ Index Page Css Start ------------------*/
  .logo img {
    width: 145px;
  }
  header {
    padding-top: 9px;
  }
  .header_top {
    flex-wrap: nowrap;
}

  .h_search_outer {
    padding: 0px 15px 0px 15px;
  }
  .location_input .form-control {
    height: 50px;
    font-size: 13px;
  }
  .search_box .form-control {
    height: 50px;
    font-size: 13px;
  }
  .h_loc_text span {
    font-size: 13px;
  }
  .search_box {
    margin-left: 0;
    padding-left: 4px;
}
  .btn-yellow-big {
    height: 50px;
    padding: 0px 20px;
    font-size: 14px;
  }
  .h_account_link {
    margin-right: 0px;
  }
  .user_text span,
  .user_text span a {
    font-size: 14px;
  }
  .user_text h6 p {
    font-size: 14px;
    line-height: 17px;
  }
  .user_text h6 {
    margin-top: 0px;
  }
  .userDrop li > * {
    padding: 7px 15px;
    font-size: 13px;
  }
  .userDrop {
    top: 100%;
    right: 10px;
    width: 220px;
  }
  .menu_list > ul > li {
    margin: 0px 11px;
  }
  .menu_list > ul > li > a {
    font-size: 13px;
  }
  .mt-160 {
    margin-top: 122.53px;
  }
  .pt-35 {
    padding-top: 25px;
  }
  .banner_item {
    width: 800px;
  }
  .banner_item img {
    border-radius: 13px;
    /* height: auto; */
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 23px;
  }
  .subtitle h2,
  .subtitle h3,
  .subtitle h4 {
    font-size: 14px;
  }
  .cal_img img {
    height: 104px;
  }
  .cate_slider {
    padding: 0px 30px;
  }
  .cate_slider .owl-nav button img {
    width: 15px;
  }
  .cate_slider .owl-nav button {
    left: -12px;
  }
  .cate_slider .owl-nav button.owl-next {
    right: -12px;
  }

  .cate_block {
    border-radius: 13px;
    box-shadow: 0px 3px 11px rgb(0 0 0 / 15%);
  }
  .cat_item {
    border-radius: 13px;
  }
  .offer_item img {
    height: 188px;
    border-radius: 13px;
  }
  .feature_deal_item {
    width: 800px;
  }
  .feature_deal_item img {
    height: 205px;
    border-radius: 13px;
  }
  .super_img {
    margin-top: 17px;
  }
  .super_img img {
    border-radius: 13px;
    height: 198px;
    object-fit: cover;
  }
  .super_app_img img {
    border-radius: 13px;
  }
  .super_outer {
    padding: 65px 0px 70px;
  }
  .h_cat_outer {
    padding: 40px 0px;
  }
  .cate_info {
    padding: 15px 15px 8px 21px;
  }
  .footer_item h4 {
    font-size: 18px;
  }
  .link_outer a {
    font-size: 15px;
  }
  .link_outer li {
    margin-bottom: 6px;
  }
  .get_touch {
    margin-top: 35px;
  }
  .get_touch li {
    margin-left: 15px;
  }
  .footer_block {
    padding: 50px 0px 55px;
  }
  .get_touch li img {
    width: 100%;
  }
  /*------------------ Index Page Css End ------------------*/
  /*------------------ Category Page Css Start ------------------*/
  .category_box {
    width: calc(25% - 20px);
  }
  .category_list .cate_img img {
    height: 145px;
  }
  .filter_drop {
    width: 515px;
  }
  .store_img {
    width: 200px;
  }
  .store_info {
    width: calc(100% - 200px);
    padding: 10px;
  }
  .store_info h3 {
    font-size: 16px;
  }
  .store_top_text {
    padding-right: 40px;
  }
  .off_outer h4 {
    font-size: 13px;
    margin-left: 12px;
    margin-top: 13px;
  }
  .off_outer {
    height: 60px;
    width: 60px;
    right: -15px;
    top: -15px;
  }
  .store_info p {
    font-size: 14px;
    line-height: 21px;
  }
  .store_loac span {
    font-size: 14px;
  }
  .store_loac img {
    width: 13px;
    height: 17px;
  }
  .mt-25 {
    margin-top: 10px;
  }
  .price h6 {
    font-size: 17px;
  }
  .price {
    margin-top: 3px;
  }
  .discount h5 {
    font-size: 14px;
  }
  .discount h5 span {
    font-size: 16px;
  }
  .discount {
    margin-top: 10px;
  }
  .store_bott {
    margin-top: 15px;
  }
  .btn-all {
    font-size: 12px;
    padding: 0px 5px;
    line-height: 16px;
  }
  .store_box {
    margin-top: 15px;
  }
  .cate_offer_outer {
    padding: 20px 0px 20px;
  }
  .cate_feature_deal {
    padding: 20px 0px;
  }
  .feature_deal_slider {
    margin-top: 30px;
  }
  .cat_super_outer {
    padding: 20px 0px;
  }
  .mlr-21 {
    margin: 0px -7.5px;
  }
  .plr-21 {
    padding: 0px 7.5px;
  }
  .pro_img img {
    height: 100px;
  }
  .pro_info {
    padding: 12px;
    height: calc(100% - 100px);
  }
  .pro_info h3 {
    font-size: 15.57px;
  }
  .pro_price p {
    font-size: 15.94px;
  }
  .pro_info h6 {
    font-size: 21.46px;
  }
  .pro_info .btn {
    margin-top: 10px;
    width: 140px;
    font-size: 14px;
  }
  .pro_cust_outer {
    padding: 12px;
  }
  .pro_cust_img {
    width: 220px;
  }
  .pro_cust_img > img {
    height: 274px;
  }
  .pro_cust_info {
    width: calc(100% - 220px);
    padding-left: 10px;
  }
  .cust_badge {
    height: 30px;
    border-radius: 7px;
    font-size: 14px;
    padding: 0px 15px;
  }
  .pro_cust_info h3 {
    font-size: 19.56px;
    margin-top: 20px;
  }
  .pro_cust_price h6 {
    font-size: 18.73px;
  }
  .pro_cust_price h6 span {
    font-size: 20.46px;
  }
  .pro_cust_info .discount h5 {
    font-size: 17.17px;
  }
  .pro_cust_info .discount h5 span {
    font-size: 18.39px;
  }
  .pro_cust_info .discount {
    margin-top: 20px;
  }
  .pro_cust_price {
    margin-top: 18px;
  }
  .btn-white {
    border-radius: 7px;
    height: 40px;
    font-size: 16px;
    padding: 0px 15px;
  }
  .price_from {
    padding-left: 5px;
    margin-top: 9px;
  }
  .price_from h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .store_info .mt-25 h4 {
    font-size: 13.95px;
  }
  .discount_inline p {
    padding-left: 0px;
  }
  .cat_spotlight_outer {
    padding: 30px 0px 15px;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .cat_discounts_outer {
    padding: 25px 0px 20px;
  }
  /*------------------ Category Page Css End ------------------*/
  /*------------------ My Credits Page Css Start ------------------*/
  .mlr-30 {
    margin: 0px -15px;
  }
  .plr-30 {
    padding: 0px 15px;
  }
  .buy_item {
    padding: 22px 19px 27px;
    margin-top: 45px;
    border-radius: 30px;
  }
  .buy_item h3 span {
    font-size: 24.73px;
  }
  .buy_item h3 {
    font-size: 16.58px;
  }
  .buy_item .btn {
    height: 46.44px;
    font-size: 17.78px;
  }
  .buy_round {
    height: 180px;
    width: 180px;
  }
  .buy_credit_outer h2 {
    font-size: 21.46px;
  }
  .buy_credit_outer {
    margin-top: 30px;
  }
  .credit_text h6 {
    font-size: 16.15px;
  }
  .credit_input label {
    font-size: 16px;
  }
  .form-input {
    height: 60px;
    border-radius: 10px;
    padding: 0px 21px;
    font-size: 23.26px;
  }
  .btn-credit {
    height: 40px;
    min-width: 90px;
    margin-right: 10px;
    border-radius: 7px;
    font-size: 14px;
  }
  .buy_credit .btn {
    height: 45px;
    min-width: 122px;
    font-size: 16px;
  }
  .available_credit {
    padding: 10px 15px 10px 40px;
  }
  .available_img {
    width: 180px;
  }
  .available_info {
    width: calc(100% - 180px);
    padding-right: 15px;
  }
  .available_info h3 {
    font-size: 14px;
  }
  .available_info h5 {
    font-size: 18px;
  }
  .available_round {
    height: 205px;
    width: 205px;
  }
  /*------------------ My Credits Page Css End ------------------*/
  /*------------------ My Orders Page Css Start ------------------*/
  .orderbox {
    padding: 20px 15px 30px;
  }
  .mt-55 {
    margin-top: 40px;
  }
  .code_outer label {
    padding: 0px 15px;
    font-size: 16.7px;
  }
  .code_outer span {
    font-size: 16.7px;
    padding: 0px 14px;
  }
  .code_outer {
    height: 56.25px;
  }
  .order_status {
    padding-left: 20px;
  }
  .order_status h6 {
    font-size: 14px;
    padding-left: 11px;
  }
  .order_status h6:after {
    top: 6px;
    height: 6px;
    width: 6px;
  }
  .code_valid h5 {
    font-size: 17.47px;
  }
  .code_valid span {
    font-size: 15.53px;
  }
  .order_status {
    max-width: 200px;
  }
  .order_name h3 {
    font-size: 19.2px;
  }
  .order_btn .btn {
    min-width: 180px;
    height: 45px;
    border-radius: 8px;
    font-size: 16.2px;
    margin-right: 13px;
    margin-top: 15px;
  }
  .order_info li {
    margin-top: 25px;
    font-size: 16.17px;
  }
  .order_title {
    width: 320px;
  }
  .order_text {
    width: calc(100% - 320px);
  }
  .order_text code {
    font-size: 19.15px;
  }
  .redmeem_text p {
    font-size: 18.57px;
  }
  .redmeem_text span {
    font-size: 18.52px;
  }
  .order_link > span {
    font-size: 18.47px;
  }
  .order_link > span img {
    width: 22px;
  }
  .order_link {
    margin-top: 25px;
  }
  /*------------------ My Orders Page Css End ------------------*/
  /*------------------ My Wishlist Page Css Start ------------------*/
  .wish_item {
    border-radius: 10px;
    padding: 10px;
  }
  .wish_name {
    margin-top: 15px;
  }
  .like img {
    width: 30px;
  }
  .wish_head {
    padding-right: 40px;
  }
  .wish_item_item img {
    border-radius: 10px;
  }
  .wish_name h3,
  .wish_head h3 {
    font-size: 17.22px;
  }
  .wish_price_valid {
    margin-top: 12px;
  }
  .wish_valid span {
    font-size: 13.04px;
    line-height: 19px;
  }
  .wish_valid {
    margin-top: 3px;
  }
  .wish_price h6 {
    font-size: 18.44px;
  }
  .new_price h6 {
    margin-left: 15px;
  }
  .btn_in_deta {
    margin-top: 15px;
  }
  .buy_voucher h6 {
    font-size: 16.21px;
  }
  .buy_voucher h6 strong {
    font-size: 19.31px;
  }
  .buy_voucher {
    margin-top: 22px;
  }
  .cash_outer {
    margin-top: 18px;
  }
  .saving_box {
    margin: 0px;
    width: 50%;
  }
  .cash_outer h5 {
    font-size: 16.42px;
    margin-top: 3px;
  }
  .mt-67 {
    margin-top: 30px;
  }
  .wish_item_from .price_from {
    padding-left: 0px;
  }
  .like_box {
    height: 35px;
    width: 35px;
    cursor: pointer;
  }
  .like_box img {
    width: 20px;
  }
  .wish_left {
    width: 190px;
  }
  .wish_right {
    width: calc(100% - 190px);
    padding-left: 13px;
  }
  .cash_outer .btn {
    margin-top: 13px;
  }
  .cash_box {
    width: 50%;
  }
  .wish_discount {
    margin-top: 25px;
  }
  .wish_store_bott {
    margin-top: 25px;
  }
  /*------------------ My Wishlist Page Css End ------------------*/
  /*------------------ Order Complete Page Css Start ------------------*/
  .voucher_details p {
    font-size: 16px;
  }
  .order_complete_btn .btn {
    min-width: 325px;
    height: 60px;
    font-size: 20.83px;
    border-radius: 15px;
  }
  .order_complete_btn {
    margin-top: 25px;
  }
  .order_complete .orderbox {
    margin-top: 40px;
  }
  .order_complete .orderbox:first-child {
    margin-top: 30px;
  }
  /*------------------ Order Complete Page Css End ------------------*/
  /*------------------ Payment Page Css Start ------------------*/

  .pay_item .new_price h6 {
    margin-left: 20px;
  }
  .pay_item .wish_price_valid {
    margin-top: 15px;
  }
  .pay_aff {
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px;
  }

  .vou_box {
    border-radius: 10px;
    padding: 15px;
  }
  .vou_list li {
    margin-top: 20px;
  }
  .vou_list li:first-child {
    margin-top: 20px;
  }

  .total_pay {
    margin-top: 20px;
    padding-top: 20px;
  }

  .pay_cre_box {
    border-radius: 10px;
    padding: 15px;
  }

  .chk .checkmark {
    top: -9px;
    height: 23px;
    width: 25px;
    border-radius: 4px;
  }
  .chk .checkmark:after {
    left: 10px;
    top: 4px;
  }

  .payment_outer .wish_head {
    padding-right: 0px;
  }
  .payment_outer {
    margin-top: 30px;
  }
  .pay_item {
    padding: 15px;
  }
  .chks .checkmark:after {
    top: 4px;
    left: 4px;
  }
  /*------------------ Payment Page Css End ------------------*/
  /*------------------ Profile Page Css Start ------------------*/
  .profile_outer {
    padding: 0px 0px 60px;
  }
  .profile_head h3 {
    font-size: 28.46px;
  }
  .profile_head p {
    font-size: 21.96px;
  }
  .industry_outer h6 {
    font-size: 21.96px;
  }
  .profile_right .store_loac span {
    font-size: 21.96px;
  }
  .profile_right .store_loac img {
    width: 23px;
    height: 31px;
  }
  .profile_right .btn {
    height: 47px;
    border-radius: 10px;
    min-width: 200px;
    font-size: 16.79px;
  }
  .tab .title {
    font-size: 21.96px;
  }
  .profile_body {
    margin-top: 40px;
  }
  .about_info {
    margin-top: 20px;
  }
  .sub_title h3 {
    font-size: 24.19px;
  }
  .about_info p {
    font-size: 17.5px;
    margin-top: 15px;
    line-height: 32px;
  }
  .sub_title h3 {
    font-size: 21.19px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .fac_img {
    height: 50px;
  }
  .fac_item p {
    font-size: 15.41px;
    line-height: 19px;
    margin-top: 20px;
  }
  .profile_pro_info {
    margin-top: 40px;
    padding-top: 25px;
  }
  .profile_pro_info li {
    font-size: 19.19px;
    margin-bottom: 30px;
  }
  .profile_pro_info li strong {
    width: 200px;
  }
  .address {
    margin-top: 30px;
  }
  .add_icon {
    width: 25px;
  }
  .add_text {
    width: calc(100% - 25px);
    padding-left: 20px;
  }
  .add_text p {
    font-size: 19.19px;
  }
  .address li {
    margin-bottom: 25px;
  }
  .map iframe {
    height: 325px;
    border-radius: 13px;
  }
  .contact_no li {
    font-size: 19.19px;
  }
  .days strong,
  .closing strong,
  .opening strong,
  .closing strong {
    font-size: 19.19px;
  }
  .opening,
  .closing {
    font-size: 19.15px;
  }
  .timing_item {
    margin-top: 20px;
  }
  .mlr-24 {
    margin: 0px -10px;
  }
  .plr-24 {
    padding: 0px 10px;
  }
  .doc_item {
    min-height: 90px;
    border-radius: 13px;
    padding: 10px 20px;
  }
  .doc_text img {
    width: 22px;
  }
  .doc_text h6 {
    font-size: 19px;
    padding-left: 12px;
    width: calc(100% - 22px);
  }
  .doc_download img {
    width: 23px;
  }
  .doc_text {
    width: calc(100% - 23px);
    padding-right: 15px;
  }
  .awards_outer {
    margin: 55px 0px 40px;
  }
  .awards_img img {
    border-radius: 13px;
  }
  .awards_item p {
    margin-top: 15px;
    font-size: 19px;
    line-height: 25px;
  }
  .testi_item {
    padding: 20px;
    border-radius: 13px;
  }
  .test_user {
    margin-top: 20px;
  }
  .test_user_text h5 {
    font-size: 18px;
  }
  .msme_outer {
    margin-top: 45px;
  }
  .video_img img {
    border-radius: 13px;
  }
  /*------------------ Profile Page Css End ------------------*/
  /*------------------ All Transaction Page Css Start ------------------*/
  .transaction_table th {
    font-size: 17px;
    padding: 11.5px 20px;
  }
  .transaction_table td {
    padding: 20px 20px;
    font-size: 17px;
  }
  .tra_des h4 {
    font-size: 17px;
  }
  .tra_des {
    width: 245px;
  }
  /*------------------ All Transaction Page Css End ------------------*/
  .submenu {
    top: 34px;
  }
  /*------------------ Appointment Section Page Css Start ------------------*/
  .appointment_btn {
    margin-top: 85px;
  }
  .appointment_btn .btn {
    min-height: 65px;
    min-width: 370px;
    border-radius: 15px;
    font-size: 19.2px;
  }
  /*------------------ Appointment Section Page Css End ------------------*/
}

@media (min-width: 768px) and (max-width: 991px) {
  /*------------------ Index Page Css Start ------------------*/
  .mt-160 {
    margin-top: 136px;
  }
  .banner_item {
    width: 600px;
  }
  .pt-35 {
    padding-top: 25px;
  }
  .banner_item img {
    width: 100%;
    border-radius: 10px;
    height: 328.63px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 22px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .category_outer {
    padding: 35px 0px 20px;
  }
  .cat_item {
    border-radius: 10px;
  }
  .cal_img img {
    height: 120px;
  }
  .subtitle h2,
  .subtitle h3,
  .subtitle h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .mt-50 {
    margin-top: 15px;
  }
  .link > *:first-child {
    font-size: 17.52px;
  }
  .cate_block {
    border-radius: 13px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
  }
  .cate_slider .owl-stage-outer {
    padding: 15px 10px 20px;
    margin: 0px -10px;
  }
  .cate_info {
    padding: 20px;
    min-height: 80px;
  }
  .health_outer {
    padding: 30px 0px;
  }
  .bg-pink {
    padding: 40px 0px;
  }
  .offer_outer {
    padding: 40px 0px 30px;
  }
  .offer_item img {
    height: 140px;
    border-radius: 10px;
  }
  .feature_deal_slider {
    margin-top: 25px;
  }
  .feature_deal_outer {
    padding: 40px 0px 30px;
  }
  .feature_deal_item {
    width: 600px;
  }
  .feature_deal_item img {
    /* height: auto; */
    border-radius: 10px;
  }
  .tech_outer {
    padding: 20px 0px 30px;
  }
  .subtitle h2 br,
  .subtitle h3 br,
  .subtitle h4 br {
    display: none;
  }
  .super_outer {
    padding: 30px 0px 40px;
  }
  .super_left {
    width: calc(66.7% - 15px);
  }
  .super_right {
    width: 33.3%;
  }
  .super_img {
    margin-top: 15px;
  }
  .super_app_img img {
    border-radius: 10px;
  }
  .super_img img {
    border-radius: 10px;
    height: 198px;
    object-fit: cover;
  }
  .super_item_big {
    width: 38.7%;
  }
  .super_item_thum {
    width: calc(100% - 38.7%);
    padding-left: 15px;
  }
  .spotlight_outer {
    padding: 40px 0px 30px;
  }
  .discounts_outer .super_item_thum {
    padding-right: 15px;
    padding-left: 0px;
  }
  .h_cat_outer {
    padding: 40px 0px;
  }
  .deal_outer {
    padding: 20px 0px 40px;
  }
  .footer_block {
    padding: 10px 0px 40px;
  }
  .footer_item {
    margin-top: 30px;
    padding-left: 10px;
    width: 50%;
  }
  .footer_item:first-child {
    padding-left: 0px;
  }
  .footer_item h4 {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .link_outer a {
    font-size: 15px;
  }
  .link_outer li {
    margin-bottom: 4px;
  }
  .get_touch li {
    margin-left: 15px;
  }
  .get_touch li img {
    width: 100%;
  }
  /*------------------ Index Page Css End ------------------*/
  /*------------------ Category Page Css Start ------------------*/
  .category_box {
    margin: 20px 10px 0px;
    width: calc(33.33% - 20px);
  }
  .filter_tab {
    width: 175px;
  }
  .filter_tab li {
    font-size: 13px;
    padding: 7px 17px;
  }
  .filter_tab_info {
    width: calc(100% - 175px);
    padding: 15px 15px;
  }
  .filter_drop {
    width: 405px;
  }
  .filter_search {
    margin-top: 14px;
  }
  .filter_search .form-control {
    height: 45px;
    border-radius: 10px;
    font-size: 13px;
    padding: 0px 15px 0px 35px;
  }
  .filter_search img {
    left: 11px;
    top: 15px;
    width: 16px;
  }
  .chks {
    padding-left: 30px;
    font-size: 14px;
  }
  .filter_val {
    font-size: 13px;
  }
  .filter_list li {
    margin-top: 19px;
  }
  .city_list li {
    margin-top: 19px;
  }
  .filter_btn {
    margin-top: 30px;
  }
  .filter_btn .btn {
    width: calc(50% - 5px);
    height: 38px;
    font-size: 14px;
  }
  .cate_offer_outer {
    padding: 35px 0px 30px;
  }
  .cate_offer_outer {
    padding: 20px 0px;
  }
  .cate_feature_deal {
    padding: 15px 0px;
  }
  .pro_img img {
    height: 146px;
  }
  .pro_info {
    height: calc(100% - 146px);
  }
  .pro_cust_outer {
    margin-top: 30px;
  }
  .cat_super_outer {
    padding: 10px 0px;
  }
  .cat_spotlight_outer {
    padding: 10px 0px;
  }
  .mt-80 {
    margin-top: 30px !important;
  }
  .cat_discounts_outer {
    padding: 10px 0px;
  }
  /*------------------ Category Page Css End ------------------*/
  /*------------------ My Credits Page Css Start ------------------*/
  .buy_credit_outer h2 {
    font-size: 19.46px;
  }
  .credit_input_box {
    width: calc(50% - 7.5px);
    padding: 20px;
  }
  .credit_text h6 {
    font-size: 16.15px;
  }
  .credit_text {
    margin-right: 0px;
  }
  .credit_input {
    margin-top: 5px;
  }
  .form-input {
    height: 50px;
    border-radius: 7px;
    padding: 0px 15px;
    font-size: 20.26px;
  }
  .credit_btn {
    margin-top: 13px;
  }
  .credit_btn_left {
    width: 70%;
  }
  .btn-credit:last-child {
    margin-right: 0px;
  }
  .btn-credit {
    height: 40px;
    min-width: initial;
    margin-right: 10px;
    border-radius: 8px;
    font-size: 16px;
    width: calc(33.33% - 7px);
  }
  .buy_credit {
    width: 28%;
  }
  .buy_credit .btn {
    height: 40px;
    min-width: initial;
    width: 100%;
    font-size: 13px;
  }
  .available_credit {
    width: calc(30% - 5px);
    padding: 10px 20px;
  }
  .available_img {
    width: 140px;
  }
  .available_info {
    width: calc(100% - 140px);
    padding-right: 10px;
  }
  .available_info h3 {
    font-size: 14px;
  }
  .available_info h5 {
    font-size: 18px;
  }
  .available_round {
    height: 180px;
    width: 180px;
  }
  .mlr-30 {
    margin: 0px -15px;
  }
  .plr-30 {
    padding: 0px 15px;
  }
  .buy_item {
    padding: 22px 20px 27px;
    margin-top: 30px;
    border-radius: 20px;
  }
  .buy_item .btn {
    height: 45.44px;
    font-size: 17.78px;
  }
  /*------------------ My Credits Page Css End ------------------*/
  /*------------------ My Orders Page Css Start ------------------*/
  .tab .title {
    font-size: 16.96px;
  }
  .tab_outer {
    margin-top: 35px;
  }
  .mt-55 {
    margin-top: 35px;
  }
  .orderbox {
    border-radius: 20px;
    padding: 20px 15px 25px;
  }
  .code_outer label {
    font-size: 16.7px;
  }
  .code_outer span {
    font-size: 17.7px;
  }
  .code_outer {
    height: 53.25px;
  }
  .order_status {
    padding-left: 0px;
    margin-top: 25px;
  }
  .order_status h6 {
    font-size: 14px;
    padding-left: 11px;
  }
  .order_status h6:after {
    top: 6px;
    height: 11px;
    width: 11px;
  }
  .code_valid {
    top: auto;
    bottom: -10px;
  }
  .code_valid h5 {
    font-size: 20.47px;
  }
  .code_valid span {
    font-size: 14.53px;
  }
  .order_name h3 {
    font-size: 17.2px;
  }
  .order_btn .btn {
    min-width: 170px;
    height: 40px;
    border-radius: 7px;
    font-size: 17.2px;
    margin-right: 12px;
    margin-top: 17px;
  }
  .order_info li {
    margin-top: 20px;
    font-size: 17px;
    width: 100%;
  }
  .order_title {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 8px;
  }
  .order_text code {
    font-size: 17px;
  }
  .redmeem_text {
    margin-top: 20px;
    padding: 13px 15px;
    border-radius: 10px;
  }
  .redmeem_text p {
    font-size: 15.57px;
    line-height: 20px;
  }

  .order_link > span img {
    width: 17px;
  }
  .order_link {
    margin-top: 20px;
  }
  /*------------------ My Orders Page Css End ------------------*/
  /*------------------ My Wishlist Page Css Start ------------------*/
  .wish_item {
    margin-top: 30px;
  }
  .wishlist_outer .col-lg-6:first-child .wish_item {
    margin-top: 0px;
  }
  .mt-67 {
    margin-top: 0px;
  }
  .buy_voucher {
    margin-top: 35px;
  }
  .cash_outer {
    margin-top: 30px;
  }
  .wish_discount {
    margin-top: 30px;
  }
  .wish_store_bott {
    margin-top: 27px;
  }
  /*------------------ My Wishlist Page Css End ------------------*/
  /*------------------ Order Complete Page Css Start ------------------*/
  .order_complete .code_valid {
    position: relative;
    bottom: 0px;
    margin-top: 10px;
    text-align: left;
  }
  .voucher_details {
    border-radius: 10px;
    padding: 13px 15px;
    min-height: auto;
  }
  .voucher_details p {
    font-size: 16px;
    line-height: 26px;
  }
  .order_complete .order_link {
    margin-top: 20px;
  }
  .order_complete_btn .btn {
    min-width: 235px;
    height: 50px;
    font-size: 18px;
    border-radius: 10px;
  }
  .order_complete_btn {
    margin-top: 25px;
  }
  .order_complete .orderbox {
    margin-top: 40px;
  }
  .order_complete .orderbox:first-child {
    margin-top: 25px;
  }
  /*------------------ Order Complete Page Css End ------------------*/
  /*------------------ Payment Page Css Start ------------------*/
  .pay_order {
    width: 100%;
    padding-right: 0px;
  }
  .pay_slid {
    width: 100%;
    margin-top: 20px;
  }
  .payment_outer {
    margin-top: 0px;
  }
  /*------------------ Payment Page Css End ------------------*/
  /*------------------ Profile Page Css Start ------------------*/
  .profile_outer {
    padding: 0px 0px 50px;
  }
  .profile_head h3 {
    font-size: 25.46px;
  }
  .profile_head p {
    font-size: 20.96px;
  }
  .industry_outer h6 {
    font-size: 20.96px;
  }
  .industry_outer {
    margin-top: 22px;
  }
  .profile_right .store_loac span {
    font-size: 18.96px;
  }
  .profile_right .store_loac img {
    width: 21px;
    height: 28px;
  }
  .profile_right .btn {
    height: 45px;
    border-radius: 7px;
    min-width: 180px;
    font-size: 16.79px;
  }
  .profile_body {
    margin-top: 40px;
  }
  .sub_title h3 {
    font-size: 21.19px;
  }
  .about_info p {
    font-size: 17px;
    margin-top: 15px;
    line-height: 30px;
  }
  .about_info {
    margin-top: 20px;
  }
  .mt-60 {
    margin-top: 35px;
  }
  .fac_img {
    height: 45px;
  }
  .fac_item p {
    font-size: 14.41px;
    line-height: 19px;
    margin-top: 15px;
  }
  .profile_pro_info {
    margin-top: 40px;
    padding-top: 30px;
  }
  .profile_pro_info li {
    font-size: 18.19px;
    margin-bottom: 25px;
  }
  .profile_pro_info li strong {
    width: 175px;
  }
  .profile_pro_info li span {
    width: calc(100% - 175px);
  }
  .address {
    margin-top: 25px;
  }
  .add_icon {
    width: 23px;
  }
  .add_text {
    width: calc(100% - 23px);
    padding-left: 15px;
  }
  .address li {
    margin-bottom: 20px;
  }
  .add_text p {
    font-size: 18px;
  }
  .add_text p br {
    display: none;
  }
  .contact_no li {
    margin-top: 10px;
  }
  .contact_no ul {
    margin-top: 20px;
  }
  .map {
    margin-top: 25px;
  }
  .map iframe {
    height: 300px;
    border-radius: 10px;
  }
  .days strong,
  .closing strong,
  .opening strong,
  .closing strong {
    font-size: 18px;
  }
  .days {
    width: 130px;
  }
  .opening,
  .closing {
    font-size: 18px;
  }
  .opening {
    width: 110px;
  }
  .timing_item li {
    margin-bottom: 10px;
  }
  .timing_item li:first-child {
    margin-bottom: 15px;
  }
  .doc_item {
    min-height: auto;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
  }
  .doc_text img {
    width: 25px;
  }
  .doc_text h6 {
    font-size: 16px;
    padding-left: 15px;
    width: calc(100% - 25px);
  }
  .doc_text {
    width: calc(100% - 25px);
    padding-right: 15px;
  }
  .doc_download img {
    width: 25px;
  }
  .awards_outer {
    margin: 35px 0px;
  }
  .awards_item {
    margin-top: 25px;
  }
  .awards_img img {
    border-radius: 10px;
  }
  .awards_item p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 24px;
  }
  .mlr-24 {
    margin: 0px -10px;
  }
  .plr-24 {
    padding: 0px 10px;
  }
  .testi_outer {
    padding: 35px 0px 30px;
  }
  .test_slider .owl-item,
  .test_slider .owl-item.active + .owl-item.active + .owl-item.active {
    opacity: 1;
    transform: scale(1) !important;
  }
  .test_slider {
    margin: 15px 0px 0px;
    width: 100%;
  }
  .testi_item {
    padding: 20px;
    border-radius: 10px;
  }
  .test_user_text h5 {
    font-size: 16px;
  }
  .test_user_text span {
    font-size: 12.36px;
  }
  .test_user {
    margin-top: 20px;
  }
  .test_slider .owl-dots {
    margin-top: 20px;
  }
  .rate_overlay,
  .video_overlay {
    border-radius: 10px;
  }
  .rate_img img {
    border-radius: 10px;
  }
  .rate_overlay img {
    max-width: 40px;
  }
  .rate_item {
    margin-top: 20px;
  }
  .msme_outer {
    margin-top: 45px;
  }
  .video_img img {
    border-radius: 10px;
  }
  /*------------------ Profile Page Css End ------------------*/
  /*------------------ All Transaction Page Css Start ------------------*/
  .transaction_table th:last-child {
    border-radius: 0px 10px 10px 0px;
  }
  .transaction_table th {
    font-size: 16px;
    padding: 10px 15px;
  }
  .transaction_table th:first-child {
    border-radius: 10px 0px 0px 10px;
  }
  .transaction_table td {
    padding: 15px;
    font-size: 16px;
  }
  .tra_des h4 {
    font-size: 16px;
  }
  .tra_des h6 {
    font-size: 15px;
    line-height: 22px;
  }
  .tra_des span {
    font-size: 15px;
  }
  .tra_amount p {
    font-size: 16px;
    white-space: nowrap;
  }
  .tra_des {
    width: 205px;
  }
  .transaction_table {
    margin-top: 35px;
  }
  /*------------------ All Transaction Page Css End ------------------*/
  .logo img {
    width: 130px;
  }
  .h_search_outer {
    padding: 0px;
  }
  .user_text h6 p {
    display: none;
  }
  .user_text span {
    display: none;
  }
  .h_account_link {
    margin-right: 0px;
  }
  .user_icon {
    width: 18px;
    margin-right: 0px;
  }
  .h_account {
    position: absolute;
    top: 33px;
    right: 0px;
  }
  .header_top {
    position: relative;
  }
  .h_account {
    position: absolute;
    top: 7px;
    right: 0px;
  }
  .userDrop {
    top: 31px;
    right: 0px;
    /* width: 150px; */
  }
  .userDrop li > * {
    padding: 7px 15px;
    font-size: 13px;
  }
  .h_location {
    position: absolute;
    top: 0px;
    right: 60px;
  }
  .location_input .form-control {
    height: 46px;
    font-size: 14px;
    border-radius: 7px;
  }
  .h_search_outer {
    width: 100%;
  }
  .search_box {
    margin-left: 0px;
    margin-top: 11px;
  }
  .search_box .form-control {
    border-radius: 6px;
    height: 45px;
    padding: 0px 100px 0px 15px;
    font-size: 14px;
  }
  .btn-yellow-big {
    height: 45px;
    border-radius: 0px 6px 6px 0px;
    padding: 0px 15px;
    font-size: 14px;
  }
  header {
    padding: 10px 0px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 05%);
  }
  .user_text h6 img {
    margin-left: 6px;
  }
  .toggleMenu {
    margin-right: 10px;
    display: block;
  }
  .toggleMenu span {
    width: 25px;
    height: 2px;
    display: block;
    background: #333;
    margin: 6px 0px;
  }
  .loc_body {
    padding: 10px;
    position: relative;
  }
  .loc_body label {
    font-size: 20px;
    font-weight: 500;
  }
  .loc_input .form-control {
    border: 1px solid #d7d7d7;
    height: 56.83px;
    font-size: 14.68px;
    color: #212121;
    letter-spacing: 0.25px;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0px 30px 0px 15px;
    background: url(../images/icon-down.png) no-repeat right 15px center;
  }
  .menu .container {
    max-width: 100%;
    padding: 0px;
  }
  .menu {
    position: fixed;
    top: 0px;
    left: -300px;
    width: 280px;
    z-index: 10;
    margin-top: 0px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    transition: left 0.3s linear;
  }
  .menu.active {
    left: 0px;
  }
  .menu_list > ul {
    display: block;
    padding-top: 10px;
  }
  .menu_list > ul > li {
    margin: 0px;
  }
  .menu_list > ul > li > a {
    font-size: 13.86px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
  }
  .openMenu {
    position: absolute;
    top: 0px;
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    right: 0px;
    justify-content: center;
    font-size: 24px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .openMenu.active {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .submenu {
    position: relative;
    min-width: 100%;
    top: 0px;
    box-shadow: none;
  }
  .sub_inner {
    padding: 0px;
  }
  .subpart {
    width: 100%;
    border-left: 0px;
    padding: 0px;
  }
  .subpart a {
    font-size: 13px;
    padding: 8px 20px;
    border-bottom: 1px solid #dddd;
  }
  .subpart li {
    margin-top: 0px;
  }
  .menu_list > ul > li > a:after {
    content: none;
  }
  .hasmenu:hover .submenu {
    display: none;
  }
  /*------------------ Appointment Section Page Css Start ------------------*/
  .appModal .modal-dialog:not(.disable-max-width) {
    max-width: 695px;
  }
  .timeList li {
    font-size: 12.5px;
    margin-left: 10px;
    width: calc(25% - 8px);
  }
  .appointment_btn {
    margin-top: 94px;
  }
  .appointment_btn .btn {
    min-height: 65px;
    min-width: 100%;
    border-radius: 12px;
    font-size: 19.2px;
  }
  /*------------------ Appointment Section Page Css End ------------------*/
}

@media (max-width: 767px) {
  /*------------------ Index Page Css Start ------------------*/
  .buy_voucher1 {
    margin-top: 10px;
  }
  .mt-160 {
    margin-top: 136.02px;
  }
  .banner_item {
    width: 100%;
  }
  .banner_item img {
    width: 100%;
    max-height: 150px;
    border-radius: 10px;
  }
  .banner_slider {
    padding: 0px 15px;
  }
  .pt-35 {
    padding-top: 20px;
  }
  .owl-dots button {
    height: 10px;
    width: 10px;
  }
  .banner_slider .owl-dots {
    margin-top: 20px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 18px;
  }
  .category_outer {
    padding: 30px 0px 30px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .cal_img img {
    /* height: auto; */
  }
  .cat_item {
    border-radius: 10px;
  }
  .subtitle h2,
  .subtitle h3,
  .subtitle h4 {
    font-size: 14px;
    line-height: 21px;
  }
  .cat_info {
    padding: 12px 3px 12px;
  }
  .category_slider .owl-stage-outer {
    padding: 10px 0px 20px;
    margin: 0px;
  }
  .cat_item:hover {
    box-shadow: none;
  }
  .health_outer {
    padding: 20px 0px 40px;
  }
  .mt-50 {
    margin-top: 15px;
  }
  .cate_block {
    border-radius: 10px;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 15%);
  }
  .link > *:first-child {
    font-size: 15.52px;
  }
  .cate_info {
    padding: 20px;
    min-height: auto;
  }
  .bg-pink {
    padding: 30px 0px;
  }
  .offer_outer {
    padding: 40px 0px;
  }
  .offer_item img,
  .feature_deal_item img {
    height: 150px;
    border-radius: 10px;
  }
  .feature_deal_slider {
    padding: 0px 15px;
  }
  .feature_deal_item {
    width: 100%;
  }
  .feature_deal_slider {
    margin-top: 20px;
  }
  .feature_deal_outer {
    padding: 40px 0px;
  }
  .tech_outer {
    padding: 20px 0px 20px;
  }
  .subtitle h2 br,
  .subtitle h3 br,
  .subtitle h4 br {
    display: none;
  }
  .super_outer {
    padding: 30px 0px 40px;
  }
  .super_left {
    width: 100%;
  }
  .super_right {
    width: 100%;
    margin-top: 20px;
  }
  .super_app_img img {
    border-radius: 10px;
  }
  .super_item_big {
    width: 100%;
  }
  .super_item_thum {
    width: 100%;
    padding-left: 0px;
  }
  .super_img img {
    border-radius: 10px;
    height: 198px;
    object-fit: cover;
  }
  .spotlight_outer {
    padding: 40px 0px 30px;
  }
  .discounts_outer .super_right {
    order: 0;
  }
  .discounts_outer .super_item_thum {
    order: 0;
    padding-right: 0px;
  }
  .h_cat_outer {
    padding: 30px 0px;
  }
  .deal_outer {
    padding: 15px 0px 30px;
  }
  .footer_block {
    padding: 10px 0px 40px;
  }
  .footer_item {
    width: 100%;
    margin-top: 30px;
  }
  .footer_item h4 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .link_outer a {
    font-size: 16px;
  }
  .link_outer li {
    margin-bottom: 5px;
  }
  .get_touch {
    margin-top: 30px;
  }
  .get_touch li {
    margin-left: 15px;
  }
  .get_touch li img {
    width: 100%;
  }
  .footer_bottom {
    padding: 15px 0px;
  }
  p {
    line-height: 24px;
  }
  .footer_bottom p {
    font-size: 14px;
  }
  .cate_img img {
    height: 100px;
  }
  /*------------------ Index Page Css End ------------------*/
  /*------------------ Category Page Css Start ------------------*/
  .category_box {
    margin: 25px 10px 0px;
    width: calc(50% - 20px);
    display: flex;
  }
  .category_box .cate_block {
    width: 100%;
  }
  .filter_item {
    width: 100%;
    margin: 0px;
  }
  .filter_item + .filter_item {
    margin-top: 10px;
  }
  /* .resetAll {
        margin: 15px 0px 0px;
    } */
  .store_box {
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
  }
  .store_info h3 {
    font-size: 17.57px;
  }
  .store_info p {
    font-size: 14px;
    line-height: 21px;
  }
  .store_loac span {
    font-size: 14px;
  }
  .store_loac img {
    width: 13px;
    height: 17px;
  }
  .mt-25 {
    margin-top: 19px;
  }
  .price h6 {
    font-size: 18px;
  }
  .discount {
    margin-top: 12px;
  }
  .discount h5 {
    font-size: 14px;
  }
  .discount h5 span {
    font-size: 17px;
  }
  .discount p {
    font-size: 13px;
  }
  .store_bott {
    margin-top: 17px;
  }
  .btn-all {
    font-size: 13px;
    padding: 0px 14px;
  }
  .price_from {
    padding-left: 10px;
    width: 69.99%;
  }
  .price_from h5 {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
  .price_from small {
    font-size: 11px;
  }
  .discount_inline p {
    padding-left: 0px;
  }
  .store_info .mt-25 h4 {
    font-size: 15.95px;
  }
  .mt-80 {
    margin-top: 20px !important;
  }
  .store_outer {
    padding: 10px 0px;
  }
  .cate_offer_outer {
    padding: 20px 0px;
  }
  .cate_feature_deal {
    padding: 15px 0px;
  }
  .pro_img img {
    height: auto;
  }
  .pro_info h3 {
    font-size: 17.57px;
  }
  .pro_info h6 {
    font-size: 22.46px;
  }
  .pro_outer {
    padding: 10px 0px 15px;
  }
  .pro_box {
    border-radius: 10px;
    margin-top: 20px;
  }
  .pro_cust_outer {
    border-radius: 10px;
    margin-top: 20px;
  }
  .cust_badge {
    height: 34.88px;
    border-radius: 7px;
    font-size: 16.54px;
  }
  .pro_cust_info h3 {
    font-size: 21.56px;
    margin-top: 17px;
  }
  .pro_cust_price {
    margin-top: 12px;
  }
  .pro_cust_price h6 {
    font-size: 19.73px;
  }
  .pro_cust_price h6 span {
    font-size: 21.46px;
  }
  .pro_cust_info .discount h5 {
    font-size: 17.17px;
  }
  .pro_cust_info .discount h5 span {
    font-size: 18.39px;
  }
  .pro_cust_info .discount p {
    font-size: 14.04px;
  }
  .pro_cust_info .discount {
    margin-top: 15px;
  }
  .btn-white {
    border-radius: 7px;
    height: 40px;
    font-size: 16px;
    padding: 0px 15px;
  }
  .pro_info {
    height: auto;
  }
  .mlr-21 {
    margin: 0px -10px;
  }
  .plr-21 {
    padding: 0px 10px;
  }
  .pro_cust_img {
    width: 240px;
  }
  .pro_cust_info {
    width: calc(100% - 240px);
    padding-left: 15px;
  }
  .pro_cust_img > img {
    height: 260px;
  }
  .cat_super_outer {
    padding: 20px 0px 10px;
  }
  .cat_spotlight_outer {
    padding: 20px 0px 20px;
  }
  .cat_discounts_outer {
    padding: 25px 0px 10px;
  }
  .filter_tab {
    width: 190px;
  }
  .filter_tab_info {
    width: calc(100% - 190px);
  }
  .filter_drop {
    width: 100%;
  }
  .filter_search .form-control {
    height: 50px;
    border-radius: 10px;
  }
  .filter_search img {
    top: 14px;
  }
  .filter_search {
    margin-top: 18px;
  }
  .filter_list li {
    margin-top: 15px;
  }
  .city_list li {
    margin-top: 15px;
  }
  .chks {
    padding-left: 35px;
    font-size: 15px;
  }
  .chks .checkmark:after {
    top: 4px !important;
    left: 4px !important;
  }
  .filter_val {
    font-size: 13.5px;
  }
  .filter_btn {
    margin-top: 30px;
  }
  /*------------------ Category Page Css End ------------------*/
  /*------------------ My Credits Page Css Start ------------------*/
  .content_outer {
    padding: 30px 0px;
  }
  .order_complete .orderbox:first-child {
    margin-top: 20px;
  }
  .order_complete .orderbox {
    margin-top: 30px;
  }
  .buy_credit_outer h2 {
    font-size: 17.46px;
    margin-bottom: 15px;
  }
  .buy_credit_outer {
    margin-top: 25px;
  }
  .credit_input_box {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
  }
  .credit_text {
    text-align: left;
    margin-right: 0px;
  }
  .credit_text h6 {
    font-size: 17.15px;
  }
  .credit_input {
    margin-top: 8px;
  }
  .credit_input label {
    margin-bottom: 2px;
  }
  .form-input {
    height: 50px;
    border-radius: 10px;
    padding: 0px 15px;
    font-size: 19px;
  }
  .btn-credit {
    height: 40px;
    min-width: initial;
    margin-right: 9px;
    border-radius: 7px;
    font-size: 16px;
    width: calc(33.33% - 6px);
  }
  .btn-credit:last-child {
    margin-right: 0px;
  }
  .credit_btn_left {
    width: 100%;
  }
  .buy_credit {
    width: 100%;
    margin-top: 20px;
  }

  .available_credit {
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .available_info {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .available_info h3 {
    font-size: 14px;
  }
  .available_info h5 {
    font-size: 18px;
  }
  .available_img {
    width: 300px;
    margin: 20px auto 0px;
  }
  .available_round {
    height: 195px;
    width: 195px;
    left: -55px;
    top: -78px;
    bottom: auto;
  }
  .buy_item {
    padding: 20px 10px;
    margin-top: 30px;
    border-radius: 10px;
  }
  .buy_item .btn {
    height: 45px;
    min-width: 145px;
    font-size: 16px;
  }
  .mlr-30 {
    margin: 0px;
  }
  .plr-30 {
    padding: 0px;
  }
  /*------------------ My Credits Page Css End ------------------*/
  /*------------------ My Orders Page Css Start ------------------*/
  .tab_outer {
    margin-top: 20px;
  }
  .tab .title {
    font-size: 14px;
    padding-bottom: 3px;
    margin: 5px;
  }
  .tab .title:after {
    bottom: -2px;
    height: 2px;
  }
  .tab ul {
    border-bottom: 2px solid #dddddd;
  }
  .mt-55 {
    margin-top: 30px;
  }
  .orderbox {
    border-radius: 10px;
    padding: 15px;
  }
  .order_img_box .btn {
    width: 100%;
    margin-top: 15px;
    height: 40px;
    font-size: 14.73px;
  }
  .code_outer {
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
  }
  .code_outer label {
    height: 100%;
    justify-content: flex-start;
    border-radius: 10px 10px 0px 0px;
    padding: 5px 10px;
    margin-bottom: 0px;
    font-size: 16.7px;
    width: 100%;
  }
  .code_outer span {
    font-size: 16.7px;
    padding: 9px 0px 0px;
  }
  .order_status {
    padding-left: 0px;
    margin-top: 15px;
    width: 100%;
  }
  .order_status h6 {
    font-size: 14px;
    padding-left: 11px;
  }
  .order_status h6:after {
    top: 6px;
    height: 6px;
    width: 6px;
  }
  .code_valid {
    position: relative;
    text-align: left;
    bottom: auto;
    margin-top: 10px;
  }
  .code_valid span {
    font-size: 15.53px;
  }
  .code_valid h5 {
    font-size: 19.47px;
  }
  .order_name {
    margin-top: 15px;
  }
  .order_name h3 {
    font-size: 17.2px;
  }
  .order_btn {
    width: 100%;
    justify-content: space-between;
  }
  .order_btn .btn {
    min-width: initial;
    height: 40px;
    border-radius: 7px;
    font-size: 16.2px;
    margin-right: 0px;
    margin-top: 15px;
    width: calc(50% - 3px);
  }
  .order_info li {
    margin-top: 20px;
    font-size: 16.17px;
  }
  .order_title {
    width: 100%;
    padding-right: 0px;
  }
  .order_text {
    margin-top: 8px;
  }
  .order_text code {
    font-size: 16.15px;
  }
  .redmeem_text {
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
  }
  .redmeem_text p {
    font-size: 15px;
    line-height: 20px;
  }
  .redmeem_text span {
    font-size: 15px;
  }
  .order_link {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .order_link > span {
    font-size: 14px;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .order_link > span img {
    margin-right: 8px;
    width: 15px;
  }
  /*------------------ My Orders Page Css End ------------------*/
  /*------------------ My Wishlist Page Css Start ------------------*/
  .wish_item {
    border-radius: 10px;
    padding: 10px;
  }
  .wish_name {
    margin-top: 15px;
  }
  .like {
    margin-top: 0px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
  }
  .like img {
    width: 20px;
  }
  .wish_item_item img {
    border-radius: 10px;
  }
  .wish_name h3,
  .wish_head h3 {
    font-size: 17.22px;
  }
  .wish_price_valid {
    margin-top: 12px;
  }
  .wish_valid span {
    font-size: 13.04px;
    line-height: 19px;
  }
  .wish_valid {
    margin-top: 3px;
  }
  .wish_price h6 {
    font-size: 18.44px;
  }
  .new_price h6 {
    margin-left: 15px;
  }
  .btn_in_deta {
    margin-top: 15px;
  }
  .buy_voucher h6 {
    font-size: 16.21px;
  }
  .buy_voucher h6 strong {
    font-size: 19.31px;
  }
  .buy_voucher {
    margin-top: 22px;
  }
  .cash_outer {
    margin-top: 18px;
  }
  .saving_box {
    margin: 0px 10px 0px 14px;
  }
  .cash_outer h5 {
    font-size: 16.42px;
    margin-top: 3px;
  }
  .wish_item {
    margin-top: 30px;
  }
  .wishlist_outer .col-lg-6:first-child .wish_item {
    margin-top: 0px;
  }
  .mt-67 {
    margin-top: 0px;
  }
  .wish_item_from .price_from {
    padding-left: 10px;
  }
  .like_box {
    height: 35px;
    width: 35px;
  }
  .like_box img {
    width: 20px;
  }
  .wish_left {
    width: 190px;
  }
  .wish_right {
    width: calc(100% - 190px);
    padding-left: 13px;
  }
  /*------------------ My Wishlist Page Css End ------------------*/
  /*------------------ Order Complete Page Css Start ------------------*/
  .order_complete_btn .btn {
    min-width: 210px;
    height: 50px;
    font-size: 17px;
    border-radius: 8px;
    margin-top: 10px;
  }
  .order_complete .order_link {
    margin-top: 18px;
    justify-content: center;
  }
  .order_complete_btn {
    margin-top: 12px;
  }
  .voucher_details {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    height: auto;
  }
  .voucher_details p {
    font-size: 16px;
    line-height: 24px;
  }
  /*------------------ Order Complete Page Css End ------------------*/
  /*------------------ Payment Page Css Start ------------------*/
  .pay_order {
    width: 100%;
    padding-right: 0px;
  }
  .pay_slid {
    width: 100%;
    margin-top: 20px;
  }

  .pay_item .new_price h6 {
    margin-left: 20px;
  }
  .pay_item .wish_price_valid {
    margin-top: 15px;
  }
  .pay_aff {
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px;
  }

  .vou_box {
    border-radius: 10px;
    padding: 20px;
  }
  .vou_list li {
    margin-top: 20px;
  }
  .vou_list li:first-child {
    margin-top: 20px;
  }
  .vou_text h6 {
    font-size: 15.17px;
  }
  .vou_text p {
    font-size: 12.83px;
    line-height: 20px;
    margin-top: 3px;
  }
  .vou_price,
  .total_price {
    font-size: 22.27px;
  }
  .total_pay {
    margin-top: 20px;
    padding-top: 20px;
  }
  .vou_price,
  .total_price {
    font-size: 15.27px;
  }
  .total_text h6 {
    font-size: 15.83px;
  }
  .pay_cre_box {
    border-radius: 10px;
    padding: 20px;
  }
  .pay_add_btn .btn {
    height: 45px;
    min-width: 160px;
    font-size: 15.96px;
    border-radius: 10px;
  }

  .chk .checkmark:after {
    left: 10px;
    top: 6px;
  }

  .payment_outer .wish_head {
    padding-right: 0px;
  }
  .payment_outer {
    margin-top: 0px;
  }
  /*------------------ Payment Page Css End ------------------*/
  /*------------------ Profile Page Css Start ------------------*/
  .profile_banner img {
    max-height: 95px;
    object-fit: cover;
  }
  .profile_outer {
    padding: 0px 0px 45px;
  }
  .profile_head h3 {
    font-size: 20.46px;
  }
  .profile_head p {
    font-size: 18.96px;
  }
  .industry_outer {
    margin-top: 15px;
  }
  .industry_outer h6 {
    font-size: 16.96px;
  }
  .profile_right .store_loac span {
    font-size: 18.96px;
    padding-left: 6px;
  }
  .profile_right .store_loac img {
    width: 20px;
    height: 29px;
  }
  .profile_right .btn {
    height: 45px;
    border-radius: 9px;
    min-width: 160px;
    font-size: 16px;
    margin-top: 9px;
  }
  .profile_tab {
    margin-top: 20px;
  }
  .profile_tab .tab .title {
    font-size: 16px;
    margin: 5px 12px;
  }
  .profile_body {
    margin-top: 35px;
  }
  .sub_title h3 {
    font-size: 21.19px;
  }
  .about_info {
    margin-top: 15px;
  }
  .about_info p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 29px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .fac_img {
    height: 41px;
  }
  .fac_item p {
    font-size: 14.41px;
    line-height: 19px;
    margin-top: 12px;
  }
  .profile_pro_info {
    margin-top: 35px;
    padding-top: 25px;
  }
  .profile_pro_info li {
    font-size: 17.19px;
    margin-bottom: 20px;
  }
  .profile_pro_info li strong {
    width: 170px;
  }
  .profile_pro_info li span {
    width: calc(100% - 170px);
  }
  .profile_tab .tab ul {
    justify-content: space-between;
  }
  .address {
    margin-top: 25px;
  }
  .add_icon {
    width: 23px;
  }
  .add_text {
    width: calc(100% - 23px);
    padding-left: 15px;
  }
  .address li {
    margin-bottom: 20px;
  }
  .add_text p {
    font-size: 16px;
  }
  .add_text p br {
    display: none;
  }
  .contact_no li {
    font-size: 16px;
    margin-top: 10px;
  }
  .contact_no ul {
    margin-top: 20px;
  }
  .map {
    margin-top: 25px;
  }
  .map iframe {
    height: 300px;
    border-radius: 10px;
  }
  .days strong,
  .closing strong,
  .opening strong,
  .closing strong {
    font-size: 16px;
  }
  .days {
    width: 115px;
  }
  .opening,
  .closing {
    font-size: 16px;
  }
  .opening {
    width: 100px;
  }
  .timing_item li {
    margin-bottom: 10px;
  }
  .timing_item li:first-child {
    margin-bottom: 15px;
  }
  .doc_item {
    min-height: auto;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
  }
  .doc_text img {
    width: 25px;
  }
  .doc_text h6 {
    font-size: 16px;
    padding-left: 15px;
    width: calc(100% - 25px);
  }
  .doc_text {
    width: calc(100% - 25px);
    padding-right: 15px;
  }
  .doc_download img {
    width: 25px;
  }
  .awards_outer {
    margin: 35px 0px;
  }
  .awards_item {
    margin-top: 25px;
  }
  .awards_img img {
    border-radius: 10px;
  }
  .awards_item p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .mlr-24 {
    margin: 0px -10px;
  }
  .plr-24 {
    padding: 0px 10px;
  }
  .testi_outer {
    padding: 35px 0px 30px;
  }
  .test_slider .owl-item,
  .test_slider .owl-item.active + .owl-item.active + .owl-item.active {
    opacity: 1;
    transform: scale(1) !important;
  }
  .test_slider {
    margin: 15px 0px 0px;
    width: 100%;
  }
  .testi_item {
    padding: 20px;
    border-radius: 10px;
  }
  .test_user_text h5 {
    font-size: 16px;
  }
  .test_user_text span {
    font-size: 12.36px;
  }
  .test_user {
    margin-top: 20px;
  }
  .test_slider .owl-dots {
    margin-top: 20px;
  }
  .rate_overlay,
  .video_overlay {
    border-radius: 10px;
  }
  .rate_img img {
    border-radius: 10px;
  }
  .rate_overlay img {
    max-width: 40px;
  }
  .rate_item {
    margin-top: 20px;
  }
  .video_img img {
    border-radius: 10px;
  }
  .msme_outer {
    margin-top: 40px;
  }
  /*------------------ Profile Page Css End ------------------*/
  /*------------------ All Transaction Page Css Start ------------------*/
  .transaction_table table {
    margin-bottom: 0px;
    border: 1px solid #ddd;
    border-bottom: 0px;
  }
  .transaction_table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .transaction_table table tr {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  .transaction_table table tr:nth-child(even) {
    background: #f2f2f2;
  }
  .tra_amount p {
    font-size: 16px;
    text-align: left;
  }
  .tra_des h6 {
    font-size: 14px;
  }
  .tra_des span {
    font-size: 14px;
  }
  .tra_des {
    padding-left: 130px;
  }
  .transaction_table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    text-align: right;
    padding: 10px 15px;
  }
  .transaction_table table td:nth-last-child(2) {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .tra_des h4 {
    font-size: 15px;
  }
  .transaction_table table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .transaction_table table td:last-child {
    border-bottom: 0;
  }
  .tra_filter_box span {
    height: 45px;
  }
  .tra_filter_box {
    min-width: 100%;
    border-radius: 8px;
  }
  .tra_filter_head {
    padding: 15px 20px;
  }
  .tra_filter_head h4 {
    font-size: 15px;
  }
  .tra_filter_head img {
    width: 11px;
  }
  .tra_filter_drop {
    top: 48px;
  }
  .tra_item {
    padding: 10px 20px 10px 35px;
  }
  .rdo {
    font-size: 15px;
  }
  .transaction_table {
    margin-top: 10px;
  }
  .tra_filter {
    width: 225px;
  }
  /*------------------ All Transaction Page Css End ------------------*/
  .logo img {
    width: 130px;
  }
  .h_search_outer {
    padding: 0px;
  }
  .user_text h6 p {
    display: none;
  }
  .user_text span {
    display: none;
  }
  .h_account_link {
    margin-right: 0px;
  }
  .user_icon {
    width: 18px;
    margin-right: 0px;
  }
  .h_account {
    position: absolute;
    top: 33px;
    right: 0px;
  }
  .header_top {
    position: relative;
  }
  .h_account {
    position: absolute;
    top: 7px;
    right: 0px;
  }
  /* .userDrop {
        top: 31px;
        right: 0px;
        width: 150px;
    } */
  .userDrop li > * {
    padding: 7px 15px;
    font-size: 13px;
  }
  .h_location {
    display: none;
  }
  .h_search_outer {
    width: 100%;
  }
  .search_box {
    margin-left: 0px;
    margin-top: 11px;
  }
  .search_box .form-control {
    border-radius: 6px;
    height: 45px;
    padding: 0px 100px 0px 10px;
    font-size: 0.7em;
  }
  .btn-yellow-big {
    height: 45px;
    border-radius: 0px 6px 6px 0px;
    padding: 0px 15px;
    font-size: 14px;
  }
  header {
    padding: 10px 0px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 05%);
  }
  .location_mobile {
    display: block;
    position: absolute;
    top: 8px;
    right: 50px;
  }
  .location_mobile img {
    width: 18px;
  }
  .user_text h6 img {
    margin-left: 6px;
  }
  .toggleMenu {
    margin-right: 10px;
    display: block;
  }
  .toggleMenu span {
    width: 25px;
    height: 2px;
    display: block;
    background: #333;
    margin: 6px 0px;
  }
  .loc_body {
    padding: 0px;
    position: relative;
  }
  .loc_body label {
    font-size: 20px;
    font-weight: 500;
  }
  .loc_input .form-control {
    border: 1px solid #d7d7d7;
    height: 50px;
    font-size: 14.68px;
    color: #212121;
    letter-spacing: 0.25px;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0px 30px 0px 15px;
    background: url(../images/icon-down.png) no-repeat right 15px center;
  }
  .menu .container {
    max-width: 100%;
    padding: 0px;
  }
  .menu {
    position: fixed;
    top: 0px;
    left: -300px;
    width: 280px;
    z-index: 10;
    margin-top: 0px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    transition: left 0.3s linear;
  }
  .menu.active {
    left: 0px;
  }
  .menu_list > ul {
    display: block;
    padding-top: 10px;
  }
  .menu_list > ul > li {
    margin: 0px;
  }
  .menu_list > ul > li > a {
    font-size: 13.86px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
  }
  .openMenu {
    position: absolute;
    top: 0px;
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    right: 0px;
    justify-content: center;
    font-size: 24px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .openMenu.active {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .submenu {
    position: relative;
    min-width: 100%;
    top: 0px;
    box-shadow: none;
  }
  .sub_inner {
    padding: 0px;
  }
  .subpart {
    width: 100%;
    border-left: 0px;
    padding: 0px;
  }
  .subpart a {
    font-size: 13px;
    padding: 8px 20px;
    border-bottom: 1px solid #dddd;
  }
  .subpart li {
    margin-top: 0px;
  }
  .menu_list > ul > li > a:after {
    content: none;
  }
  .hasmenu:hover .submenu {
    display: none;
  }
  /*------------------ Appointment Section Page Css Start ------------------*/
  .appointment_btn {
    margin-top: 30px;
  }
  .appointment_btn .btn {
    min-height: 60px;
    min-width: 100%;
    border-radius: 10px;
    font-size: 18px;
  }
  .appModal .modal-body {
    padding: 25px 15px 30px;
  }
  .appModal .modal-content {
    border-radius: 9px;
  }
  .dateSelect,
  .timelselect {
    margin-top: 30px;
  }
  .modal_input .form-control {
    height: 45px;
    border-radius: 10px;
    font-size: 15px;
    padding: 0px 20px;
  }
  .modal_input img {
    top: 10px;
    right: 15px;
  }
  .timeList li {
    font-size: 11px;
    margin-top: 11px;
    padding: 0px 8px;
    margin-left: 10px !important;
    width: calc(50% - 5px);
    border-radius: 5px;
    text-align: center;
  }
  .timeList li:nth-child(2n + 1) {
    margin-left: 0px !important;
  }
  .modal_input textarea.form-control {
    height: 100px;
    padding: 10px 20px;
  }
  .commentbox {
    margin-top: 20px;
  }
  .modal_btn {
    margin-top: 20px;
  }
  .modal_btn .btn {
    height: 40px;
    min-width: 100%;
    font-size: 14px;
    border-radius: 8px;
  }
  .appModal {
    padding: 0px 10px;
  }
  /*------------------ Appointment Section Page Css End ------------------*/
  .offer_list_slider .owl-dots {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  /*------------------ Category Page Css Start ------------------*/
  .buy_voucher1 {
    margin-top: 20px;
  }
  .category_list {
    margin: 0px;
  }
  .category_box {
    margin: 20px 0px 0px 10px;
    width: calc(32.99% - 10px);
  }
  /* .category_box:nth-child(2n + 1) {
        margin-left: 0px;
    } */
  .store_img {
    width: 100%;
  }
  .store_img img {
    width: 100%;
    max-height: 200px;
    border-radius: 0px;
  }
  .store_info {
    width: 100%;
    padding: 15px;
    position: initial;
  }
  .store_top_text {
    padding-right: 0px;
  }
  .pro_cust_img {
    width: 100%;
  }
  .pro_cust_info {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .mlr-21 {
    margin: 0px;
  }
  .plr-21 {
    padding: 0px;
  }
  .pro_cust_img > img {
    height: auto;
  }
  /*------------------ Category Page Css End ------------------*/
  /*------------------ My Orders Page Css Start ------------------*/
  .order_img_box {
    width: 100%;
    text-align: center;
  }
  .order_block {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  /*------------------ My Orders Page Css End ------------------*/
  /*------------------ My Wishlist Page Css Start ------------------*/
  .wish_left {
    width: 100%;
  }
  .wish_right {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
  .wish_head {
    padding-right: 0px;
  }
  .wish_valid.mt-20 {
    margin-top: 0px;
  }
  .request_quote.text-right {
    text-align: left !important;
  }
  /*------------------ My Wishlist Page Css End ------------------*/
  /*------------------ Order Complete Page Css Start ------------------*/
  .order_complete_btn .btn {
    min-width: 100%;
  }
  /*------------------ Order Complete Page Css End ------------------*/
  /*------------------ Payment Page Css Start ------------------*/
  .pay_item .wish_left {
    width: 100%;
  }
  .discount span {
    font-size: 0.7rem;
  }
  .pay_item .wish_right {
    width: 100%;
    padding-left: 0px;
    margin-top: 15px;
  }
  .aff_text {
    padding-right: 0px;
    width: 100%;
  }
  .aff_price h6 {
    margin-top: 5px;
  }
  .vou_text {
    max-width: 200px;
  }
  .vou_price {
    margin-top: 5px;
  }
  .pay_add_btn .btn {
    margin-top: 10px;
  }
  /*------------------ Payment Page Css End ------------------*/
  /*------------------ Profile Page Css Start ------------------*/
  .profile_head {
    width: 100%;
  }
  .profile_right {
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
  }
  .profile_pro_info li strong {
    width: 100%;
    padding-right: 0px;
  }
  .profile_pro_info li span {
    width: 100%;
  }
  .mlr-24 {
    margin: 0px;
  }
  .plr-24 {
    padding: 0px;
  }
  /*------------------ Profile Page Css End ------------------*/
  .tra_filter {
    width: 100%;
    margin-top: 20px;
  }
  .filter_tab li {
    margin-top: 5px;
    font-size: 12px;
    padding: 6px 10px;
  }
  .filter_tab {
    width: 105px;
  }
  .filter_tab_info {
    width: calc(100% - 105px);
    padding: 10px;
  }
  .filter_details p {
    font-size: 11px;
    line-height: 16px;
  }
  .filter_search .form-control {
    height: 40px;
    letter-spacing: 0px;
    padding: 0px 12px 0px 30px;
  }
  .filter_search img {
    top: 12px;
    width: 14px;
    left: 9px;
  }
  .chks {
    padding-left: 25px;
    font-size: 14px;
  }
  .chks .checkmark:after {
    top: 3px;
    left: 4px;
  }
  .filter_btn .btn {
    width: calc(50% - 3px);
    height: 37px;
    font-size: 14px;
  }
  .cate_info {
    padding: 10px;
  }
  .cate_info .subtitle h2,
  .cate_info .subtitle h3,
  .cate_info .subtitle h4 {
    font-size: 12px;
    line-height: 20px;
  }
  .cate_block {
    box-shadow: 0px 3px 5px rgb(0 0 0 / 15%);
  }
  .cate_slider .owl-stage-outer {
    padding: 15px 5px 20px;
    margin: 0px -5px;
  }
  .user-image-select {
    margin-bottom: 1rem;
  }
}

.single-offer {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  padding: 15px 15px 13px 17px;
  display: flex;
  flex-wrap: wrap;
}

.btn_in_deta1 {
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.buy_voucher1 h6 {
  color: #ca367c;
  font-weight: 600;
  font-size: 16px;
  font-family: Arial;
  margin: 0;
  line-height: 20px;
}

.buy_voucher1 span {
  font-size: 14px;
  color: #888888;
}

.like_box1 {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.like_box1 img {
  width: 20px !important;
}
.cash_outer1 h6 {
  font-size: 14px;
  color: #01ad6e;
  font-weight: 500;
}

.cash_outer1 h5 {
  font-family: Arial;
  font-size: 14px;
  color: #24b67f;
  font-weight: 700;
  margin-top: 3px;
}

.offerbtn {
  text-align: right;
  float: right;
  width: auto;
  height: 26px;
  font-size: 12px;
  padding: 4px 15px;
}

.btn150 {
  width: 150px;
  margin-top: 5px;
}

.page-not-found {
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-image-select {
  margin-bottom: 90px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  height: 160px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #eee;
  cursor: pointer;
}

.user-image-select img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.user-image-select input {
  width: 0;
  height: 0;
}

.payment-button {
  width: 260px;
  height: 80px;
  border-radius: 15px;
  font-size: 20px;
}

/* .faq-container {
    padding: 2em;
} */

.faq-card {
  margin: 1em 0;
  border-radius: 12px !important;
}

.faq-card-header {
  background-color: white;
  border-radius: 12px !important;
  box-shadow: 0 2px 10px -1px #ccc;
  padding: 0;
}

.faq-card-header h5 {
  font-weight: 500;
  padding: 0.6rem 1.5rem;
  font-family: Poppins;
  color: #555;
  cursor: pointer;
  font-size: 1.15rem;
}

.faq-card .card-body {
  font-size: 1rem;
}

.card {
  border: none !important;
}

.card-header h5 .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}

.card-header h5:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.terms_page ul {
  list-style: disc;
  margin-left: 15px;
}

.terms_page {
  font-size: 1rem !important;
}

/*----------Start New Css 14-3-2022-------------------*/

.super-card-category-content .store_img.store_sold_out {
  opacity: 1;
}

.super-card-category-content .store_top_text h3 {
  font-size: 18px;
}

.super-card-category-content .payment-price li.mrp-payment {
  color: #097fff;
}

.super-card-category-content .payment-price li {
  font-size: 11px;
  text-align: left;
  line-height: 16px;
  margin-bottom: 5px;
}

.request-a-btn {
  text-align: right;
}
.request-a-btn .btn.btn-all.btn-gray {
  color: #fff !important;
  background: #c22b73;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) !important;
  max-width: 330px;
  height: auto;
  border: 1px solid #c22b73;
  padding: 3px 8px;
  margin-right: 40px;
  font-size: 10px;
  height: auto;
}
.request-a-btn .btn.btn-all.btn-gray:hover {
  background: #fff;
  color: #c22b73 !important;
}

.super-card-category-content .store_top_text {
  padding-right: 0;
}

.super-card-category-content .store_top_text h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.super-card-category-content .payment-price li.sve-payment {
  color: #02b533;
}
.super-card-category-content .payment-price {
  text-align: right;
  padding: 5px 0px 15px;
}

.lead-card-cat-content .store_info h3 {
  font-size: 18px;
}
.lead-card-cat-content .store_info .lead-price-content li span {
  text-decoration: line-through;
  color: #919191;
}

.lead-saving-money {
  color: #03b534;
  font-size: 12px;
  font-weight: 500;
  margin-left: 0px;
}

.store_info h3 {
  font-size: 18px;
}

.store_info .discount {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  font-size: 12px;
}
.store_info .discount h5 {
  font-size: 11px;
}

.store_info .discount h5 span {
  font-size: 11px;
}
.store_info .mt-25 {
  margin-top: 10px;
}
.store_info .mt-25 h3 {
  font-size: 16px;
}
.store_info .price {
  margin-top: 4px !important;
}
.store_info .price h6 {
  font-size: 14px;
}
.store_bott {
  margin-top: 10px;
}

.pro_cust_outer .cust_badge {
  height: auto;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 15px;
}
.pro_cust_info h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: #454545;
  margin-top: 15px;
}
.pro_cust_price {
  font-family: Arial;
  display: flex;
  align-items: center;
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  padding: 5px 10px;
  color: #fff;
}
.pro_cust_price h6 {
  color: #d7364a;
  font-size: 12px;
}

.pro_cust_price h6 span {
  color: #454545;
  font-size: 12px;
  font-weight: 600;
}
.pro_cust_info .discount {
  margin-top: 5px;
  font-size: 15px;
  margin-bottom: 6px;
}

.pro_cust_info .discount h5 {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
.pro_cust_info .discount h5 span {
  font-size: 12px;
  color: #000;
  font-weight: 800;
}
.pro_outer .pro_cust_outer {
  margin-top: 16px;
  margin-bottom: 20px;
}
.pro_cust_info .discount p {
  color: #009f2d;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
}
.pro_cust_img > img {
  width: 100%;
  border-radius: 14px;
  height: 268px;
  object-fit: cover;
}
.request_quote .btn.btn-white {
  height: 40px;
  font-size: 15px;
}

.banner_slider .banner_item {
  width: auto;
}
.banner_slider .banner_item img {
  width: 100%;
  border-radius: 5px;
  height: 200px;
  object-fit: cover;
  cursor: pointer;
}

.banner_slider {
  padding: 20px 40px 0px;
}

.lead-card-cat-content .store_box.store_coming {
  border: 0px solid #e8e8e8;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.1);
}

.lead-card-cat-content .store_box.store_coming {
  display: block;
}
.lead-card-cat-content .store_box.store_coming .store_img {
  width: 100%;
  opacity: 1;
}
.lead-card-cat-content .store_box.store_coming .store_info {
  width: 100%;
}

.lead-card-cat-content .store_box.store_coming .store_info .store_top_text {
  padding: 0;
}

.lead-price-content {
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.lead-price-content li {
  display: inline-block;
  margin-right: 10px;
}
.lead-price-content li:nth-child(2) {
}
.lead-card-cat-content .store_bott {
  justify-content: right;
}

.super-card-category-content .store_box.store_coming {
  border: 0px solid #e8e8e8;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.1);
}

.super-card-category-content .store_box.store_coming .store_img {
  opacity: 1;
}
.super-card-category-content .store_box.store_coming .store_info {
  width: 100%;
}

.super-card-category-content
  .store_box.store_coming
  .store_info
  .store_top_text {
  padding: 0;
}

.super-card-category-content .payment-price {
  text-align: right;
  padding: 5px 0px 0px;
}
.request-a-btn {
  text-align: right;
}
.super-card-category-content .store_box.store_coming {
  margin-top: 0px;
}

.category_outer,
.sub_category_padding {
  padding: 35px 0px 0px;
}
.category_slider.slider_box.owl-carousel {
  margin-top: 10px;
}
.title h1,
.title h2,
.title h3 {
  font-size: 24px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 10px;
}
.category_slider .owl-stage-outer {
  padding: 10px 15px 10px;
}
.holiday_outer,
.offer_outer {
  padding: 60px 0 50px;
}
.holiday_outer .cate_slider.slider_box {
  margin-top: 4px;
}
.cate_info {
  padding: 10px 15px 10px;
  min-height: min-content;
}
.request-a-btn .btn-pink {
  height: auto;
  font-size: 14px;
  padding: 6px 14px;
  max-width: 305px;

  /* border-color: #b4c7e7;
  color: #ca367c !important;
  background: #b4c7e7; */
}
.title h2::after,
.title h1::after,
.title h3::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #c02971;
  position: absolute;
  bottom: -6px;
  left: 1px;
}

.cate_block {
  display: grid;
}
.subtitle h2,
.subtitle h3,
.subtitle h4 {
  line-height: 18px;
  text-align: center;
}

.holiday_outer .cate_slider.slider_box {
  margin-top: 4px;
  padding: 0;
}
.owl-carousel .owl-nav .owl-prev {
  margin-left: -0px;
}
.owl-carousel .owl-nav .owl-next {
  margin-right: -0px;
}
.cate_slider .owl-nav button img {
  width: 14px;
}

.link > :first-child {
  font-size: 14px;
  font-weight: 500;
  color: #ca367c;
  letter-spacing: 0.15px;
  cursor: pointer;
  background: transparent;
  border: 1px solid;
  border-radius: 5px;
  padding: 2px 10px;
}

.search_box .btn {
  height: 38px;
  font-size: 14px;
  border-radius: 0px 10px 10px 0px;
}
.search_box .form-control {
  height: 38px;
  font-size: 13px;
}
.location_input .form-control {
  height: 38px;
}

.logo img {
  width: 160px;
}

.cat_info {
  padding: 15px 3px 15px;
}
.cat_item:hover {
  border-color: #ca367c;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.offer_outer .offer_item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.feature_deal_outer {
  padding: 60px 0px 70px;
}

.feature_deal_outer .offer_item.mt-30 {
  margin-top: 15px;
}
.super_outer .super_img {
  margin-top: 0;
}
.super_outer {
  padding: 60px 0px 56px;
  background: #eef3f9;
}
.super_outer .title {
  margin-bottom: 18px;
}
.super_left .super_item_big .super_img img {
  height: 100% !important;
}
.super_left .super_item_big .super_img a {
  height: 100%;
}
.super_left .super_item_big .super_img {
  height: 100%;
  margin: 0;
}

.super_img img {
  height: 129px;
}
.super_img {
  margin: 0px 0px 20px;
}
.super_item_big .super_img {
  padding-bottom: 0px;
}
.spotlight_outer {
  padding: 70px 0px 80px;
  background: #fbf8f9;
}
.super_right .super_app_img img {
  height: 280px;
  object-fit: scale-down;
}
.discounts_outer {
  padding: 60px 0px 56px;
  background: #eef3f9;
}
.spotlight_outer {
  padding: 0px 0px 40px;
}
.discounts_outer .title {
  margin-bottom: 16px;
}
.footer_block {
  padding: 50px 0px 30px;
}
.category_outer.category-page-outer {
  padding: 00px 0px 50px;
}

.cat_item {
  display: grid;
}
.cal_img::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0);
}

.super_left .super_item_big .super_img img {
  height: 280px !important;
}

.spotlight_outer .owl-stage-outer .offer_item.mt-30 {
  margin-top: 20px;
}



/*-----Category-css------*/
.category_box {
  margin: 20px 10px 0px;
}
.category_list {
  margin-top: 0px;
  justify-content: left;
}
.store_bott .btn {
  width: auto;
  padding: 5px 25px;
  margin-left: 25px;
}
.store_bott {
  justify-content: right;
}
.store_info p {
  font-size: 12px;
}
.super-card-category-content .store_info p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
}

.store_loac span {
  font-size: 14px;
  font-weight: 500;
  color: #767676;
}

.store_info .store_top h3 {
  font-size: 13px;
  font-weight: 500;
}

.store_info .store_top .store_top_text h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.rdo .checkmark {
  border-radius: 4px !important;
}

.filter_details .chk.chks {
  font-size: 12px;
}

.filter_details .chks .checkmark {
  height: 18px !important;
  width: 18px !important;
  border-radius: 4px !important;
}
.filter_details .chks .checkmark::after {
  top: 2px;
  left: 2px;
}

.filter_details .filter_list li:first-child {
  margin-top: 10px;
}
.filter_details .filter_list li {
  margin-top: 5px;
}
.filter_details .filter_list li .filter_val {
  font-size: 12px;
}
.store_outer {
  padding: 30px 0px 0px;
}
.category-porduct-item.offer-deatil-products .store_outer {
  padding: 20px 0px 0px 0px;
}
.store_outer .col-lg-6.d-flex .store_box {
  margin-top: 0;
}
.store_bott .btn {
  width: auto;
  padding: 5px 15px;
  margin-left: 15px;
  font-size: 14px;
  height: 34px;
}
.pro_info h3 {
  font-size: 16px;
}
.pro_info .pro_price {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.discount h5 {
  font-size: 14px;
}
.pro_info .pro_price p {
  color: #454545;
  margin-top: 0;
  font-size: 12px;
  line-height: 20px;
  font-family: Arial;
  font-weight: 500;
  margin-right: 8px;
}

.pro_info .pro_price h6 {
  font-size: 12px;
  color: #454545;
  font-family: Arial;
  font-weight: 600;
}
.pro_info .discount {
  margin-top: 1px;
}
.discount h5 span {
  font-size: 12px;
  font-weight: normal;
  font-family: Arial;
  font-weight: 600;
}

.pro_info .btn {
  margin-top: 10px;
  width: fit-content;
  display: flex;
  margin-left: auto;
  height: 25px;
  padding: 4px 15px;
  font-size: 12px;
}
.pro_outer {
  padding: 60px 0px 40px;
}

.pro_cust_price {
  font-family: Arial;
  display: flex;
  align-items: center;
  margin-top: 5px;
  border-radius: 2px;
  padding: 0;
  color: #fff;
  background: transparent;
}
.pro_cust_img > img {
  height: 155px;
}
.pro_cust_info .pro_cust_top .cust_badge {
  border-radius: 0;
  padding: 2px 15px;
  font-size: 12px;
  background-color: #ffac00;
}
.pro_cust_info .pro_cust_top h3 {
  font-size: 14px;
}

.pro_cust_info .pro_cust_top .pro_cust_price h6 {
  color: #454545;
}

.pro_cust_img {
  width: 250px;
  position: relative;
}
.pro_cust_info {
  width: calc(100% - 250px);
}
.request_quote .btn.btn-white {
  height: 25px;
  font-size: 12px;
  width: auto;
  font-size: 12px;
  border-radius: 7px;
  background: #ca367c;
  border-color: #ca367c;
  color: #fff !important;
}

.request_quote .btn.btn-white:hover {
  background: #fff;
  color: #ca367c !important;
}

.lead-card-cat-content .store_box.store_coming {
  display: flex;
  flex-wrap: nowrap;
}

.lead-card-cat-content .store_box.store_coming .store_img {
  width: 145px;
  opacity: 1;
}

.lead-card-cat-content .store_box.store_coming .store_img img {
  height: 100% !important;
  border-bottom: 1px solid #e9e9e9;
  object-fit: cover;
}

.lead-card-cat-content .store_box.store_coming .store_info {
  width: calc(100% - 145px);
}

.lead-card-cat-content .lead-price-content {
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}

.super-card-category-content .store_box.store_coming {
  margin-top: 30px;
}

.super-card-category-content .store_box.store_coming .store_img img {
  height: 100% !important;
  border-bottom: 1px solid #e9e9e9;
  object-fit: cover;
}
.super-card-category-content .store_box.store_coming .store_img {
  width: 170px;
  opacity: 1;
}
.super-card-category-content .store_box.store_coming .store_info {
  width: calc(100% - 170px);
}
.request_quote {
  margin-top: 5px;
  text-align: right;
}
.category-page-main {
  padding-bottom: 0px;
}
.feature_deal_slider_2.owl-carousel.mt-0.owl-loaded.owl-drag {
  margin-top: 0px !important;
}

.category-page-main .holiday_outer,
.category-page-main .offer_outer {
  padding: 46px 0 20px;
}
.category-page-main .holiday_outer.sub_category_padding {
  padding: 60px 0 55px;
}

.tab_info .orderbox {
  margin-top: 20px;
}

.subcategory-page-box.category_outer {
  margin-top: 0px !important;
  padding-top: 0;
}
.banner_slider.owl-carousel.owl-loaded.owl-drag {
  padding: 40px 40px 0px;
}

.title_outer.subtitle-category {
  margin-top: 60px;
}
.ofer-box-section .store_outer .store_box {
  margin-bottom: 0;
}

.pro_outer {
  padding: 70px 0px 65px;
}

.lead-sub-category-box .store_outer {
  padding: 0;
}
.supercard-sub-category-box .store_outer {
  padding: 0;
  padding-bottom: 0px;
  padding-bottom: 50px;
}
.ofer-box-section .store_img {
  width: 200px;
}
.ofer-box-section .store_info {
  width: calc(100% - 200px);
}
.store_bott .btn {
  font-size: 12px;
  height: 25px;
}
.pro_outer .pro_cust_outer .pro_cust_img {
  width: 200px;
}

.pro_outer .pro_cust_info {
  width: calc(100% - 200px);
}

.home-poge-text-content {
  padding-bottom: 70px;
}

.banner_slider.owl-carousel.owl-loaded.owl-drag {
  padding: 0px 40px 30px;
}

.holiday_outer.sub_category_padding {
  padding: 60px 0px 60px;
  background: #fbf8f9;
}

.home-poge-text-content {
  padding-bottom: 60px;
}
.spotlight_outer {
  padding: 60px 0px 65px;
}

.cate-exciting-offers {
  padding: 60px 0px;
}

.banner_slider.owl-carousel.owl-loaded.owl-drag {
  padding: 30px 40px 50px;
}
.home-poge-text-content {
  padding-bottom: 10px;
}

.category-porduct-item .store_box {
  display: block;
  margin-top: 25px;
  margin-bottom: 12%;
}

.category-porduct-item .store_box .store_img,
.category-porduct-item .store_box .store_info {
  width: 100%;
  position: initial;
  overflow: initial;
}
.category-porduct-item .store_box .store_img > img {
  height: 220px !important;
}

.category-porduct-item .store_box .store_info .off_outer {
  height: 37px;
  width: 53px;
  border-radius: 50px 0px 0px 50px;
  right: 0;
  top: 0;
  justify-content: center;
}

.category-porduct-item .store_box .store_info .off_outer h4 {
  margin-top: 0;
  margin: 0;
}
.store_loac img {
  width: auto;
  height: 14px;
}
.store_loac span {
  font-size: 11px;
  font-weight: 500;
  color: #000;
}
.store_info .price h6 {
  font-size: 14px;
}

.cate-exciting-offers {
  background: #fbf8f9;
  padding: 50px 0px 70px;
  margin-top: 50px;
}
.cate-exciting-offers .offer_outer {
  padding: 20px 0px 0px;
}

.category-porduct-item .store_box .store_info {
  padding-bottom: 55px;
}

.category-porduct-item .store_box .store_info .store_bott {
  position: absolute;
  bottom: 12px;
  right: 15px;
  left: 0;
}

.category-porduct-item.bottom-product-items-content {
  background: #fff3f3;
  padding-bottom: 60px;
  padding-top: 30px;
}

.featured-deal-items-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.lead-card-cate {
  background: #fbf8f9;
  padding-bottom: 75px;
  padding-top: 20px;
}
.lead-card-cate .store_outer .store_box.store_coming {
  width: 100%;
}
.sup-card-cate .store_outer .store_box.store_coming {
  margin-bottom: 30px;
}

.store_top_text.location-line {
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 0px;
}

.sup-card-cate {
  padding: 0px 0px 0;
}
.price-and-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  flex-wrap: wrap;
}

.price-and-image .product-label img {
  margin: 0 !important;
  width: 110px;
}
.price_from {
  padding-left: 0;
  width: auto;
}
.price-and-image .image-price-discont-content .price_from small {
  font-size: 12px;
  color: #000;
}
.price-and-image .image-price-discont-content .price_from h5 {
  font-size: 12px;
  font-weight: 600;
  color: #454545;
}
.store_info .discount {
  font-size: 11px;
  margin-top: 10px !important;
}
.store_info .discount h5 {
  font-size: 11px;
}
.store_info .discount h5 span {
  font-size: 11px;
  color: #01ad6e;
}
.ofer-box-section .category-porduct-item .store_outer {
  padding-top: 0;
}
.cate-custom-price-items .pro_outer {
  padding: 60px 0px 50px;
}

.cate-custom-price-items.subcate-item-price .pro_outer {
  padding: 0px 0px 0px;
}

.ofer-box-section .category-porduct-item .store_outer .store_box {
  margin-top: 20px;
  margin-bottom: 55px;
}
.store_top_text.location-line .store_loac {
  width: 70px;
}
.store_top_text.location-line .span-offer-content {
  width: calc(100% - 70px);
}
.sub-category-items-filters
  .banner_slider.pt-35.owl-carousel.owl-loaded.owl-drag {
  padding: 0;
}

.category-porduct-item {
  padding: 10px 0px 20px;
}
.store_info .discount span {
  color: #888;
}
.price-and-image .image-price-discont-content .price h6 span {
  margin-right: 0;
}
.store_top_text.location-line .product-label {
  position: absolute;
  top: -35px;
  margin: 0;
  padding: 0;
  right: 0;
}

.store_top_text.location-line .product-label img.mt-3 {
  width: 80px;
  height: auto;
  margin: 0 !important;
}
.cate-custom-price-items .discount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.profile_heading .profile_head h3 {
  font-size: 14px;
  color: #454545;
}

.profile_heading .profile_head p {
  font-size: 12px;
}
.profile_heading .profile_head .industry_outer {
  margin: 0;
  margin-top: 0px;
  margin-top: 10px;
}
.profile_heading .profile_head .industry_outer h6 {
  font-size: 18px;
}

.profile_right .store_loac img {
  width: 18px;
  height: 24px;
}

.profile_right .store_loac span {
  font-size: 20px;
}

.profile_heading {
  background: #f3f3f3;
  border: 0;
  padding: 25px;
  border-radius: 10px;
}

.profile_right .btn {
  height: 25px;
  border-radius: 7px;
  min-width: auto;
  font-size: 12px;
  margin-top: 0;
  padding: 6px 15px;
}

.profile_outer.merhcnat-detail-content .profile_heading.d-new {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 15px;
  align-items: end;
}

.profile_heading .profile_head p {
  font-size: 12px;
  margin-top: 0;
  line-height: 22px;
}
.product-deatil-content-box {
  margin-top: 0px !important;
}
.product-deatil-content-box .store_box {
  border-color: #fbf8f9;
  margin-top: 20px;
}

.product-deatil-content-box .store_box .store_img_detail_page {
  width: 35%;
}

.product-deatil-content-box .store_box .store_info_detail_page {
  width: 65%;
  background: #fbf8f9;
  justify-content: normal;
  padding: 24px 15px 15px;
}

.row-content.price-content-item.row .valid-date-price .wish_valid {
  padding: 0;
  color: #000;
  margin: 0 0px 0px;
}
.row-content.price-content-item.row .valid-date-price {
  margin: 0 !important;
}
.btn-imag-row {
  margin-bottom: 10px;
  margin-top: 10px;
}
.row-content.price-content-item.row .valid-date-price .wish_valid span {
  color: #454545;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
}
.profile_outer.merhcnat-detail-content .price h6 {
  font-size: 14px;
}
.profile_outer.merhcnat-detail-content
  .product-deatil-content-box
  .row-content.price-content-item.row
  .price {
  margin-top: 0;
}
.store_info_detail_page .price-pay-row {
  margin-top: 70px !important;
  align-items: center;
}
.product-deatil-content-box .price-pay-row .cash_outer1 h6 {
  font-size: 14px;
  font-weight: 400;
}
.category-porduct-item.offer-deatil-products {
  padding: 0;
}

.product-deatil-content-box .store_img_detail_page .st_detail_image {
  height: 285px;
}

.price-pay-row {
  margin-top: 0px !important;
  align-items: center;
}
.menu_list > ul > li .submenu .sub_inner {
  padding: 0px;
}
.menu_list > ul > li .submenu .sub_inner .subpart {
  padding: 0px 10px 5px;
}

.menu_list > ul > li .submenu .sub_inner .subpart li {
  margin-top: 10px;
}
.menu_list > ul > li .submenu .sub_inner .subpart li span {
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.pro_cust_info .pro_cust_top h3 {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0;
  line-height: normal;
}
.cate-custom-price-items .discount h5 {
  color: #01ad6e;
  font-weight: 500;
}
.cate-custom-price-items .discount h5 span {
  font-weight: 600;
  color: #01ad6e;
}

.tab ul li .title {
  padding: 5px 70px;
  font-size: 16px;
  color: #000;
  transition: all 0.5s ease;
}

.tab ul li.active .title {
  color: #ca367c;
}
.tab ul {
  border-bottom: 2px solid #ddd;
  transition: all 0.5s ease;
  justify-content: left;
}

.d-new-a li .title:after {
  height: 2px;
  transition: all 0.5s ease;
  bottom: -2px;
}
.profile_tab .profile_body {
  margin-top: 0;
  padding: 20px;
  background: #fbfbfb;
}

.profile_tab .profile_body .sub_title h3 {
  font-size: 18px;
}
.profile_tab .profile_body .about_info p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  margin-top: 0px;
  color: #000;
}

.profile_tab .profile_body .about_info {
  margin: 0;
  margin-top: 0px;
  margin-top: 0px;
  background: #fff;
  padding: 15px 20px;
  margin-top: 15px;
  border-bottom: 2px solid #ddd;
}
.profile-content-items-products {
  margin-top: 15px;
  background: #fff;
  padding: 20px;
}
.btn-imag-row .mt-3 {
  margin: 0 !important;
}

.holiday_outer .owl-stage-outer {
  margin: 0;
}
.holiday_outer.bg-pink .cate_slider.slider_box.owl-carousel .owl-nav {
  display: block;
}
.holiday_outer.sub_category_padding .cate_slider.slider_box .owl-nav {
  display: block;
}
.profile-content-items-products
  .facilities_slider.owl-carousel
  .owl-stage-outer
  .owl-stage
  .owl-item
  .fac_item
  p {
  color: #454545;
  font-size: 14px;
  margin-top: 10px;
  line-height: 18px;
}
.profile-content-items-products
  .facilities_slider.owl-carousel
  .owl-stage-outer
  .owl-stage
  .owl-item {
  padding: 5px 5px;
  border: 0;
  min-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin: 0 !important;
  outline: none;
  outline-offset: 0;
}
.profile_tab .profile_body .sub_title h3 {
  font-size: 14px;
  font-weight: 500;
}
.facilities_slider {
  margin-top: 15px;
}

.profile_pro_info li {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 4px;
}
.profile_pro_info li strong,
.profile_pro_info li span,
.profile_pro_info li span a {
  color: #454545;
  font-size: 14px;
}
.profile_pro_info {
  margin-top: 15px;
  padding-top: 15px;
  background: top;
  padding: 15px;
}

.merhcnat-detail-content .address {
  margin-top: 20px;
  background: #fff;
  padding: 15px;
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.1);
}
.address li {
  margin-bottom: 8px;
}
.merhcnat-detail-content .address .add_text p {
  font-size: 14px;
  line-height: 20px;
}

.merhcnat-detail-content .address .add_icon {
  width: 20px;
}

.add_text {
  padding-left: 25px;
}

.timing_item li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.contact-links-numbers .contact_no {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.timing_item {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.contact_no ul {
  margin-top: 5px;
}

.timing-tab-content .sub_title h3 {
  margin-bottom: 0;
}
.timing-tab-content {
  padding-left: 0%;
}
.timing_item li div {
  width: 33.33%;
  border: 2px solid #fff;
  font-size: 13px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.timing_item ul li strong {
  background: #fff;
  font-size: 14px;
  display: block;
  padding: 2px 0px;
  width: 100%;
  color: #000;
}
.timing_item li:first-child {
  margin-bottom: 0px;
}
.timing_item li div.days {
  text-align: left;
}
.product-deatil-content-box .store_box .store_info_detail_page img {
  width: 80px !important;
  max-width: max-content;
}

.btn-imag-row .row {
  align-items: center;
}
.profile_outer.merhcnat-detail-content .buy_voucher1 {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 16px !important;
  align-items: center;
  justify-content: right;
}
.profile_outer.merhcnat-detail-content .buy_voucher1 span {
  margin-left: 12px;
  line-height: normal;
  font-size: 12px;
}

#inclusionOrDetailsModal .modal-body .appbody {
  background: #c02971;
  color: #fff;
  padding: 5px 15px;
}
#inclusionOrDetailsModal .modal-body .appbody h3 {
  font-size: 14px;
}
.appModal .modal-body p {
  font-size: 14px;
}
.appModal .close {
  position: absolute;
  top: 3px;
  right: 3px;
  opacity: 1;
  outline: none;
  color: #000;
}
.appModal .close img {
  height: 25px;
  width: 25px;
  background: #000;
  padding: 3px;
  border-radius: 100%;
}
.category-porduct-item.offer-deatil-products .store_outer .container {
  max-width: 100% !important;
}

.category-porduct-item.offer-deatil-products
  .store_outer
  .wish_price_valid.d-new {
  margin-top: 10px;
}
.category-porduct-item.offer-deatil-products
  .store_outer
  .wish_price_valid.d-new
  h6 {
  font-size: 12px;
}
.category-porduct-item.offer-deatil-products .store_outer .buy_voucher {
  margin-top: 10px;
}
.category-porduct-item.offer-deatil-products .store_outer .buy_voucher h6 {
  font-size: 12px;
}
.category-porduct-item.offer-deatil-products .store_outer .buy_voucher strong {
  font-size: 12px;
}
.category-porduct-item.offer-deatil-products
  .store_outer
  .wish_price_valid.d-new
  .price.mt-15 {
  margin: 0 !important;
}
.category-porduct-item.offer-deatil-products .store_top .wish_head {
  padding-right: 0;
}

.category-porduct-item.offer-deatil-products .cash_outer {
  margin-top: 10px;
}

.category-porduct-item.offer-deatil-products .cash_outer .saving_box {
  margin: 0px 12px 0px 15px;
}

.cash-outer-buy-btn .btn.btn-all {
  padding: 4px 20px;
  height: auto;
  font-size: 12px;
  width: auto;
  height: 25px;
}
.category-porduct-item.offer-deatil-products .btn_in_deta {
  margin-top: 0px;
  display: block;
  padding-left: 10px;
}
.cash-outer-buy-btn {
  display: flex;
  justify-content: right;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.category-porduct-item.offer-deatil-products .cash_outer {
  margin-top: 10px;
  justify-content: left;
  text-align: left;
}

.category-porduct-item.offer-deatil-products .cash_outer h6 {
  font-size: 12px;
}
.category-porduct-item.offer-deatil-products .cash_outer h5 {
  font-size: 12px;
  margin-top: 4px;
}
.filter_tab li {
  margin-top: 0px;
  padding: 6px 20px;
  font-size: 12px;
}
.filter_search .form-control {
  height: 45px;
}
.filter_search img {
  top: 11px;
}
.filter_list li {
  margin-top: 10px;
  font-size: 12px;
}
.filter_list li .chks .checkmark {
  height: 18px !important;
  width: 18px !important;
  border-radius: 4px !important;
}
.filter_list li .chks {
  font-size: 14px;
}
.filter_btn {
  margin-top: 20px;
}
.filter_drop {
  max-height: 54vh;
  overflow: auto;
}
.sort_filter_drop ul {
  padding: 0;
}
.sort_filter_drop ul .sort_item {
  padding: 7px 20px;
}
.sort_filter_drop ul .sort_item label {
  font-size: 13px;
}
.filter_btn .btn {
  width: calc(50% - 15px);
  height: 40px;
  font-size: 16px;
}
.filter_outer {
  padding: 6px 0px;
}

.profile_tab .profile_body .doc_item {
  min-height: 81px;
}

.awards_outer .awards_list .row.mlr-24 .awards_item {
  margin-top: 20px;
}

.awards_outer .awards_list .row.mlr-24 .awards_item .awards_img img {
  height: 220px;
  object-fit: cover;
  background: #bf2870;
  padding: 0px;
}

.awards_outer {
  margin: 30px 0px;
  background: #fff;
  padding: 30px;
}

.modal_input .form-control {
  height: 40px;
  border-radius: 10px;
  border: 0px solid #b7b7b7;
  font-size: 12px;
  padding: 0px 25px;
  color: #111;
  background: #f5f5f5 !important;
}
.user-image-select {
  margin-bottom: 70px;
}

.tab ul {
  border-bottom: 3px solid #ddd;
}

.content_outer .head_outer.d-new-a {
  padding: 10px;
  background: #f5f5f5;
}
.content_outer .head_outer.d-new-a .tra_filter .tra_filter_box {
  background: #fff;
}
.image-price-discont-content {
  width: 100%;
  padding-top: 13px;
}
.content_outer
  .head_outer.d-new-a
  .tra_filter
  .tra_filter_drop
  .tra_filter_head {
  padding: 10px 15px;
}
.content_outer
  .head_outer.d-new-a
  .tra_filter
  .tra_filter_drop
  .tra_filter_head
  h4 {
  font-size: 14px;
}
.content_outer
  .head_outer.d-new-a
  .tra_filter
  .tra_filter_drop
  .tra_filter_head
  img {
  width: 12px;
}
.content_outer .head_outer.d-new-a .tra_filter .tra_filter_box span {
  height: 35px;
}
.transaction_table {
  margin-top: 24px;
}
.transaction_table .table th,
.transaction_table .table td {
  padding: 10px 15px;
  border-radius: 0;
  color: #000;
  font-size: 14px;
}

.transaction_table .table td .tra_des h4 {
  font-size: 14px;
}
.transaction_table .table td .tra_des h6 {
  font-size: 14px;
}
.transaction_table .table td .tra_des span {
  font-size: 14px;
  color: #03b634;
}
.transaction_table .table td .tra_amount p {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.transaction_table .table td {
  border-bottom: 1px solid #f5f5f5;
}
.transaction_table .table tr:nth-child(even) {
  background: #f5f5f5;
}
.content_outer
  .head_outer.d-new-a
  .tra_filter
  .tra_filter_drop
  .tra_filter_body
  .tra_filter_inner
  .tra_item {
  padding: 10px 15px;
}

.content_outer
  .head_outer.d-new-a
  .tra_filter
  .tra_filter_drop
  .tra_filter_body
  .tra_filter_inner
  .tra_item
  .chk.rdo {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.content_outer
  .head_outer.d-new-a
  .tra_filter
  .tra_filter_drop
  .tra_filter_body
  .tra_filter_inner
  .tra_item
  .chk.rdo
  .checkmark {
  width: 15px !important;
  height: 14px !important;
}

.content_outer
  .head_outer.d-new-a
  .tra_filter
  .tra_filter_drop
  .tra_filter_body
  .tra_filter_inner {
  background: #f5f5f5;
}
.content_outer
  .head_outer.d-new-a
  .tra_filter
  .tra_filter_drop
  .tra_filter_body
  .tra_filter_inner
  .rdo
  .checkmark::after {
  width: 12px !important;
  height: 12px !important;
  left: 0px !important;
  top: 0px !important;
}

#mmPlacardModal .store_info .store_top_text.location-line {
  padding-right: 62px;
}

#mmPlacardModal .store_info .store_top_text.location-line .product-label {
  display: none;
}

.category-porduct-item.offer-deatil-products .btn_in_deta .btn.btn-all {
  margin-right: 4px;
}

.tab_info .orderbox {
  margin-top: 30px;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.tab_info .orderbox .order_block {
  /* background: #fbf8f9; */
  padding: 30px;
  border-radius: 0px 30px 30px 0px;
}
.tab_info .orderbox .order_img_box {
  width: 286px;
  text-align: center;
  padding: 0;
}
.tab_info .orderbox .order_block {
  width: calc(100% - 286px);
  padding-left: 30px;
  padding-top: 0;
  padding-right: 0;
}

.tab_info .orderbox .order_block .order_top .code_outer {
  height: 30px;
}
.tab_info .orderbox .order_block .order_top .code_outer label {
  font-size: 12px;
}
.tab_info .orderbox .order_block .order_top .code_outer span {
  font-size: 12px;
  margin-top: 2px;
  color: #454545;
}

.tab_info .orderbox .order_block .order_top .order_status.status_active h6 {
  font-size: 14px;
}

.tab_info
  .orderbox
  .order_block
  .order_top
  .order_status.status_active
  h6:after {
  height: 6px;
  width: 6px;
}
.tab_info .orderbox .order_block .order_top .code_valid span {
  color: #454545;
  font-size: 12px;
}
.tab_info .orderbox .order_block .order_top .code_valid h5 {
  font-size: 12px;
  margin-top: 2px;
  color: #454545;
}

.tab_info .orderbox .order_block .order_info ul li {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}

.tab_info .orderbox .order_block .order_info ul li .font-arial {
  font-size: 18px;
}

.tab_info .orderbox .order_block .order_info ul li .order_text code {
  font-size: 18px;
}
.redmeem_text p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
}

.tab_info .orderbox .order_item .order_link span {
  font-size: 14px;
  text-transform: uppercase;
}

.tab_info .orderbox .order_item .order_link span img {
  width: 14px;
}

.tab_info .orderbox .order_item .order_link {
  margin-top: 30px;
  background: #f5f5f5;
  padding: 10px 15px;
  border-bottom: 5px solid #eee;
}
.terms_page h1 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}
.terms_page p {
  font-size: 13px;
  line-height: 24px;
  margin-top: 16px;
}
.terms_page p strong {
  color: #c02971;
}
.terms_page li {
  font-size: 14px;
  margin-bottom: 10px;
}
.pay_order .pay_order_box .pay_item .wish_left {
  width: 220px;
}

.redmeem_text {
  width: 100%;
  margin-top: 14px;
  padding: 0;
  border-radius: 18px;
  background: transparent;
}
.pay_order .pay_order_box .pay_item .wish_right {
  width: calc(100% - 220px);
}
.pay_order .pay_order_box .pay_item .wish_left h3 {
  font-size: 14px;
}
.pay_order .pay_order_box .pay_item .wish_left p {
  font-size: 14px;
}

.pay_slid .vou_list .total_pay.d-new-a {
  border: 0;
  background: #c02971;
  border-radius: 40px;
  padding: 8px 20px;
  margin-top: 10px;
}
.pay_slid .vou_list .total_pay.d-new-a h6 {
  color: #fff;
}

.pay_slid .vou_list .total_pay.d-new-a .total_price {
  color: #fff;
}

.wishlist-sections .wishlist_outer .wish_left .like {
  position: absolute;
  top: 0;
}
.wishlist-sections .wishlist_outer .wish_left .wish_item_item {
  position: relative;
}
.wishlist-sections .wishlist_outer .wish_left .like {
  position: absolute;
  top: 15px;
  margin: 0;
  left: 15px;
}

.wishlist-sections .wishlist_outer .wish_left .like img {
  width: 29px;
}
.wishlist-sections .wishlist_outer .wishlist-item-price-loc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.wishlist-sections
  .wishlist_outer
  .wishlist-item-price-loc
  .wish_price_valid.d-new
  h6 {
  font-size: 18px;
}

.wishlist-sections .wishlist_outer .buy_voucher {
  text-align: left;
  margin: 0;
  margin-top: 0px;
  margin-top: 0px;
}
.wishlist-sections .wishlist_outer .btn_in_deta {
  margin-top: 5px;
}
.wishlist-sections .wishlist_outer .buy_voucher h6 {
  font-size: 12px !important;
}
.wishlist-sections .wishlist_outer .buy_voucher span {
  font-size: 12px;
}
.wishlist-sections .wishlist_outer .cash_outer {
  margin-top: 10px;
}

.wishlist-sections .wishlist_outer .cash_outer h5 {
  font-size: 14px;
  color: #24b67f;
  font-weight: bold;
  margin-top: 2px;
}
.wishlist-sections .wishlist_outer .cash_outer .saving_box {
  margin: 0px 12px 10px 20px;
}
.wishlist-sections .wishlist_outer .buy_voucher h6,
.wishlist-sections .wishlist_outer .buy_voucher h6 strong {
  font-size: 12px;
}
.wishlist-sections
  .wishlist_outer
  .wishlist-item-price-loc
  .wish_price_valid.d-new {
  margin: 0;
}

.wishlist-sections .wish_item .wish_right .btn.btn-all.btn-pink {
  position: absolute;
  right: 15px;
  bottom: 15px;
  height: 25px;
  padding: 4px 16px;
  font-size: 12px;
}
.wishlist-sections .wishlist_outer .wish_right .btn_in_deta .btn {
  height: auto;
  width: auto;
  padding: 5px 20px;
  font-size: 12px;
  height: 25px;
}

.wishlist-sections .wishlist_outer .wish_right .off_outer h4 {
  font-size: 12px;
}

.wishlist-sections .wishlist_outer .btn_in_deta img {
  margin: 2px 0px !important;
}
.wishlist-sections .wishlist_outer .btn_in_deta img {
  margin: 2px 0px !important;
  width: 110px;
}

.wishlist-sections .wishlist_outer .wish_left .wish_name {
  margin-top: 0px;
  padding: 0px 0px;
}
.wishlist-sections .wishlist_outer .wish_left .wish_name h3 {
  font-size: 14px;
}
.wishlist-sections .wishlist_outer .wish_left .wish_name p {
  font-size: 12px;
  line-height: normal;
}
.wishlist-sections .wishlist_outer .btn_in_deta .mt-3 {
  margin: 2px 0px !important;
}

.wishname-location {
  display: flex;
  padding: 15px 15px 5px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.search-sections .store_outer .store_box .store_search_left {
  width: 100%;
  margin: 0;
  padding: 0px;
  position: relative;
}
.wishlist-sections
  .wish_item
  .wish_left
  .wishname-location
  .product-label
  .mt-3 {
  width: 80px;
  height: auto;
  right: 0;
  margin: 0 !important;
}
.search-sections .store_outer .store_box .store_info.search_info {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: initial;
  padding-top: 0;
  padding-bottom: 58px;
}

.search-price-loca {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0px;
}
.search-sections .store_outer .store_info .store_top h3 {
  font-size: 13px;
}
.search-sections .store_outer .like_box_search {
  position: absolute;
  top: 12px;
  background: transparent;
}
.search-sections .store_outer .full-filled-online {
  width: 110px;
  margin-top: 10px;
}
/* .search-sections .store_outer .store_box .store_info.search_info .off_outer
{
	height: 65px;
width: 78px;
} */
.search-sections .store_outer .store_box .store_info.search_info h4 {
  font-size: 12px;
}
.search-sections .store_outer .search-price-loca h6 {
  font-size: 14px;
}

.search-sections
  .store_outer
  .store_box
  .store_search_left
  .store_search_image {
  border: 0;
  height: 200px !important;
  border-radius: 0;
  object-fit: cover;
}
.search-sections .store_outer .store_box .store_info .discount {
  font-size: 12px;
  margin-top: 5px !important;
}

.map #map {
  height: 260px !important;
}
.search-heading {
  padding: 15px 15px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.search-heading .store_loac {
  width: 100px;
}
.search-heading .search-fullfilled .d-block.full-filled-online {
  width: 100px;
  height: auto;
}
.search-heading .search-fullfilled {
  position: absolute;
  top: -30px;
  right: 15px;
}
.search-sections .store_outer .store_box .store_info.search_info .store_bott {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
}
.wishlist-sections .wish_item .wish_left {
  width: 100%;
}

.wishlist-sections .wish_item {
  padding: 0;
  display: block;
}

.wishlist-sections .wish_item .wish_right .wish_head {
  padding-right: 0;
}
.wishlist-sections .wish_item .wish_right .wish_head h3 {
  font-size: 12px;
  margin-top: 2px;
}

.wishlist-sections .wish_item .wish_right .wish_price_valid.d-new {
  margin-top: 5px;
}
.wishlist-sections
  .wish_item
  .wish_right
  .wish_price_valid.d-new
  .wish_price
  h6 {
  font-size: 12px;
}

.wishlist-sections .wishlist_outer .wish_left .wish_item_item img {
  height: 200px;
  border-radius: 0;
}
.wishlist-sections .wishlist_outer .wish_left .wish_item_item .like img {
  height: auto;
}

.wishlist-sections .wish_item .wish_right {
  width: 100%;
  padding-left: 15px;
  padding-right: 16px;
  padding-bottom: 45px;
}

.wishlist-sections .wish_item .wish_left .wishname-location .product-label {
  position: absolute;
  top: -15px;
  right: 15px;
}

.wishlist-coloms {
  margin-bottom: 5%;
  margin-top: 20px;
}

.search-sections {
  padding-bottom: 50px;
}

.store_info
  .store_top
  .price-and-image
  .image-price-discont-content
  .oofer-name-content
  h3 {
  color: #838383;
  font-weight: 500;
}

.cate-custom-price-items .pro_info .pro_info_top h3 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.cate-custom-price-items .pro_info .pro_price h6 {
  font-size: 12px;
}
.cate-custom-price-items .pro_info .discount h5 {
  font-size: 11px;
  margin-right: 8px;
}
.image-price-discont-content .price .price_from small {
  margin: 0 !important;
  font-size: 11px;
  color: #878787;
}
.image-price-discont-content .price {
  margin: 2px 0px !important;
}
.cate-custom-price-items .pro_info .discount h5 span {
  font-size: 11px;
}
.cate-custom-price-items .pro_outer {
  padding: 15px 0px 15px;
}

.request_quote .btn.btn-white {
  padding: 5px 15px;
}

.sub-category-items-filters {
  padding: 40px 40px 30px;
}
.profile_outer.merhcnat-detail-content
  .product-deatil-content-box
  .store_top_text
  h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.btn.btn-all.btn-gray {
  padding: 4px 15px;
  height: 25px;
  margin-top: 0;
  margin-right: 40px;
  font-size: 12px;
  width: auto;
  min-width: auto;
  border-radius: 7px;
}
.tab_info .orderbox .order_block .order_info ul li {
  margin-top: 16px;
  font-size: 14px;
  color: #000;
}
.tab_info .orderbox .order_block .order_info ul li .font-arial {
  font-size: 14px;
}
.tab_info .orderbox .order_block .order_info ul li .order_text code {
  font-size: 13px;
  line-height: 16px;
  margin-top: 0;
}
.pay_order .pay_order_box .pay_item .wish_right .wish_name {
  margin-top: 0px;
  margin-bottom: 14px;
}
.pay_order .pay_order_box .pay_item .wish_right .wish_head h3 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.pay_order .pay_order_box .pay_item .wish_right .wish_price_valid.d-new {
  margin-top: 5px;
}
.pay_item .new_price h6 {
  margin-left: 20px;
}
.pay_item .wish_price h6 {
  font-size: 14px;
}

.content_outer .head_outer.d-new-a .tra_filter .tra_filter_box {
  background: #fff;
  min-width: 200px;
  padding-right: 10px;
}
.profile_outer.merhcnat-detail-content .msme_outer {
  margin: 0;
}

.vou_list li:first-child .vou_text h6 {
  color: #272727;
}
.vou_list li:first-child .vou_price {
  color: #272727;
}
.pay_slid {
  width: 46%;
  max-width: 100%;
}

.vou_text h6 {
  color: #01ad6e;
}

.vou_price {
  color: #01ad6e;
}
.transaction_table .table td .tra_amount p {
  color: #000;
}
.content_outer .head_outer.d-new-a h1 {
  font-size: 18px;
}

.search-sections .store_box {
  margin-top: 20px;
  margin-bottom: 5%;
}

.filter_outer {
  height: 0px;
  overflow: hidden;
  padding: 0;
}

.filter_outer.active {
  height: auto;
  padding: 6px 0px;
  overflow: initial;
}

.video_item .video_overlay {
  height: 160px;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.cate_block .cate_info .subtitle h3 {
  cursor: pointer;
}

.buy_credit_outer h6 {
  font-size: 12px;
  font-weight: 500 !important;
}
.buy_credit_outer .credit_input_box .credit_input.mt-md-4 {
  margin-top: 0 !important;
}

.buy_credit_outer .credit_input_box .payment-comments-input {
  border: 1px solid #ddd;
  border-radius: 15px;
  height: 40px;
  font-weight: 500;
  color: #000 !important;
}

.buy_credit_outer .available_credit {
  padding: 25px;
  height: 190px;
}
.buy_credit_outer .available_credit .available_info {
  width: calc(100% - 168px);
}
.buy_credit_outer .available_credit .available_img {
  width: 168px;
}

.buy_credit_outer h2 {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 8px;
  margin-top: 10px;
}
.buy_credit_outer .credit_input_box .credit_btn_left .btn.btn-credit {
  height: 30px;
}
.buy_credit_outer .credit_input_box .credit_btn .buy_credit .btn.btn-all {
  height: 30px;
  min-width: auto;
}
.pay_item .wish_name h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.faq-container .card-header.faq-card-header {
  box-shadow: none;
  border: 1px solid #ddd;
}
.faq-container .card-header.faq-card-header h5 {
  font-size: 14px;
  padding: 10px 15px;
}
.faq-container .card.faq-card .card-body {
  font-size: 14px;
  padding: 10px;
  font-weight: 300;
}

.image-price-discont-content {
  width:100%;
  padding-top: 13px;
}

.image-price-discont-content .oofer-name-content {
  width: calc(100% - 70px);
}

.profile_outer.merhcnat-detail-content .price h6 {
  font-size: 18px;
}
.row-content.price-content-item.row {
  margin-bottom: 5px;
  margin-top: 5px;
}
.price h6 span {
  margin-right: 15px;
}

.store_info
  .store_top
  .price-and-image
  .image-price-discont-content
  .oofer-name-content
  h3 {
  color: #000;
}
.store_info .discount h5 {
  font-size: 11px;
  font-weight: 600;
}
.store_info .price h6 {
  font-size: 12px;
  margin-right: 10px;
}

.store_info_detail_page .price-pay-row {
  margin-top: 50px !important;
  align-items: center;
}
.pay_order .pay_aff .aff_text {
  width: calc(100% - 150px);
  padding-right: 10px;
}

.pay_order .pay_aff .aff_price {
  width: 150px;
  text-align: right;
}
.image-price-discont-content .price {
  margin: 4px 0px !important;
}
.merhcnat-detail-content .address .add_text p {
  color: #000;
}
.timing_item li div {
  color: #000;
}

.order_complete .orderbox {
  border: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px !important;
}
.order_complete .orderbox .order_img_box {
  width: 286px;
}
.order_complete .orderbox .order_block {
  width: calc(100% - 286px);
  padding-left: 30px;
}

.order_complete .orderbox .order_block .order_top .code_outer {
  height: 30px;
}
.order_complete .orderbox .order_block .order_top .code_outer label {
  font-size: 12px;
}
.order_complete .orderbox .order_block .order_top span {
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 500;
}
.order_btn .btn {
  min-width: auto;
  height: 25px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  background: #b7b7b7;
  margin-right: 15px;
  margin-top: 0;
  padding: 4px 18px;
}
.order_info ul li {
  margin-top: 16px;
  font-size: 14px;
}

.order_info ul li code {
  font-size: 14px;
  margin-top: 5px;
  color: #000;
}
.order_complete .orderbox .redmeem_text {
  margin-top: 30px;
}
.voucher_details {
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 8px 30px;
  min-height: auto;
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}

.voucher_details p {
  font-size: 16px;
  font-weight: 600;
  color: #04b233;
}
.order_link > span {
  font-size: 14px;
  display: inline-flex;
  color: #ca367c;
  letter-spacing: 0;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
}

.order_complete_btn {
  width: 100%;
  margin-top: 20px;
  justify-content: right;
}

.order_complete_btn .btn.btn-all.btn-pink {
  min-width: auto;
  height: 30px;
  font-size: 14px;
  border-radius: 7px;
  margin-left: 18px;
}


.category-porduct-item .store_box .store_img {
  position: relative;
}
.category-porduct-item .store_box .store_img .btn.btn-all.btn-pink-o.view-more-images {
  position: absolute;
  z-index: 444;
  top: 50%;
  left: 41%;
  font-size: 12px;
  padding: 2px 7px;
  height: auto;
  background: rgba(255,255,255,0.2);
  opacity:0;
  transition:all 0.5s ease;
}

.category-porduct-item .store_box:hover .btn.btn-all.btn-pink-o.view-more-images
{
	 opacity:1;
}


.category-porduct-item .store_box .store_img .btn.btn-all.btn-pink-o.view-more-images:hover 
{
	background:#ca367c;
}
#viewOfferImages .modal-body .appbody .offer_images_slider.owl-carousel {
  margin-top: 0 !important;
  padding-top: 0;
}

#viewOfferImages .modal-body .appbody .offer_images_slider.owl-carousel .banner_item img {
height: 100%;
border-radius: 0;
height: 300px;
}
#viewOfferImages .modal-body .appbody .offer_images_slider.owl-carousel .banner_item {
  width: 100%;
  margin-bottom:15px;
}
#viewOfferImages .modal-body .appbody .offer_images_slider.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  display: flex;
justify-content: space-between;
}
#viewOfferImages .modal-body .appbody .offer_images_slider.owl-carousel .owl-nav .owl-prev img {
  width: 16px;
  position: relative;
  left: -9px;
}

#viewOfferImages .modal-body .appbody .offer_images_slider.owl-carousel .owl-nav .owl-next 
{
	right:0px;
}
#viewOfferImages .modal-body .appbody .offer_images_slider.owl-carousel .owl-nav .owl-next img {
  width: 16px;
  position: relative;
  right: -9px;
}

.cate-exciting-offers .cate-exciting-offers {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sup-card-cate .store_outer {
  padding-top: 70px;
}

.h_account.menu_outer.more-menu-link {
  width: 90px;
}
.h_account.menu_outer.more-menu-link .h_menu_link .user_text {
  width: 100%;
  margin: 0;
  cursor: pointer;

}
.h_account.menu_outer.more-menu-link .h_menu_link .user_text h6 img 
{
	margin-left:6px;
}

.h_account.menu_outer.more-menu-link .h_menu_link .user_text h6 p {
  font-size: 11px;
  font-weight: 500;
}

.h_account.menu_outer.more-menu-link .menuDrop {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0px;
  min-width: 208px;
  background: #fff;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.16);
}
.h_account.menu_outer.more-menu-link .menuDrop a
{
	padding: 5px 20px;
display: block;
font-size: 12px;
font-weight: 500;
letter-spacing: 0px;
color:#000;
border-bottom: 1px solid #cccccc;
}
.h_account.menu_outer.more-menu-link .menuDrop a:hover
{
	color:#ca367c;
}

.h_account.menu_outer.more-menu-link .btn.btn-secondary.h_menu_link {
  background: transparent;
  padding: 0;
  border: 0;
}
.h_account.menu_outer.more-menu-link .btn.btn-secondary.h_menu_link:after 
{
	display:none;
}

.h_account.menu_outer.more-menu-link .dropdown-menu.menuDrop 
{
	padding:0px;
}

.h_account.menu_outer.more-menu-link .dropdown-menu.menuDrop #sub-menu {
  position: absolute;
  right: 100%;
  left: auto;
  width: 200px;
  display:none;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  margin-top: -30px;
}

.h_account.menu_outer.more-menu-link .dropdown-menu.menuDrop ul li:hover #sub-menu 
{
	display:block;
}
.h_account.menu_outer.more-menu-link .dropdown-menu.menuDrop #sub-menu .sub-accordian {
  background: #fff;
  
}



.btn-imag-row .btn.btn-all.btn-gray.btn150.mr-3 {
  margin-right: 30px !important;
}

.price_from h5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-size:12px;
}
.price_from h5 span {
  color: #878787;
}
.price_from h5 span strong {
  display: block;
  line-height: 10px;
  font-weight: 600;
  color: #000;
}


.profile_outer.merhcnat-detail-content .price h6 {
  font-size: 14px;
}

.profile_outer.merhcnat-detail-content .price h6 span {
  margin-right: 10px;
  display: block;
}

.wish_price_valid.d-new .wish_price.d-align {
  width: 100%;
}

.category-porduct-item.offer-deatil-products .store_outer .wish_price_valid.d-new .price.mt-15 {
  width: 100%;
}

.category-porduct-item.offer-deatil-products .btn_in_deta.all-detail-btn-new {
  margin-top: 10px;
  padding-left:0px;
}
.buy_voucher.buy-voucher-all-offer {
  display: flex;
  justify-content: right;
  align-items: center;
}

.buy_voucher.buy-voucher-all-offer h6 {
  margin-right: 6px;
}

.buy_voucher.buy-voucher-all-offer span 
{
	font-size:11px;
}
.search-sections .store_outer .store_box .store_search_left .store_img {
  width: 100%;
  position: relative;
}
.search-sections .store_outer .store_box .store_search_left .store_img .btn.btn-all.btn-pink-o.view-more-images
{
	position: absolute;
z-index: 444;
top: 50%;
left: 41%;
font-size: 12px;
padding: 2px 7px;
height: auto;
background: rgba(255,255,255,0.2);
opacity: 0;
transition: all 0.5s ease;
}
.search-sections .store_outer .store_box .store_search_left .store_img .btn.btn-all.btn-pink-o.view-more-images:hover 
{
	background:#ca367c;
}

.search-sections .store_outer .store_box .store_search_left:hover .store_img .btn.btn-all.btn-pink-o.view-more-images
{
	opacity: 1;
}


.product-deatil-content-box .store_box .store_img_detail_page 
{
	position: relative;
}



.product-deatil-content-box .store_box .store_img_detail_page .btn.btn-all.btn-pink-o.view-more-images 
{
		position: absolute;
z-index: 444;
top: 50%;
left: 41%;
font-size: 12px;
padding: 2px 7px;
height: auto;
background: rgba(255,255,255,0.2);
opacity: 0;
transition: all 0.5s ease;
}
.product-deatil-content-box .store_box .store_img_detail_page .btn.btn-all.btn-pink-o.view-more-images:hover 
{
		background:#ca367c;
}

.product-deatil-content-box .store_box:hover .store_img_detail_page .btn.btn-all.btn-pink-o.view-more-images
{
	opacity: 1;
}



.pay_order .pay_order_box .pay_item .wish_left .wish_item_item {
  position: relative;
}
.pay_order .pay_order_box .pay_item .wish_left .wish_item_item .btn.btn-all.btn-pink-o.view-more-images 
{
		position: absolute;
z-index: 444;
top: 50%;
left: 34%;
font-size: 12px;
padding: 2px 7px;
height: auto;
background: rgba(255,255,255,0.2);
opacity: 0;
transition: all 0.5s ease;
}
.pay_order .pay_order_box .pay_item .wish_left .wish_item_item .btn.btn-all.btn-pink-o.view-more-images:hover 
{
		background:#ca367c;
}
.pay_order .pay_order_box .pay_item:hover .wish_left .wish_item_item .btn.btn-all.btn-pink-o.view-more-images
{
	opacity:1;
}

.sub-accordian {
  background: #f5f5f5;
}
.from-upto-font h6 {
  font-size: 12px !important;
}
.font-arial {
  font-size: 12px !important;
  margin-top:3px;
}

.accrodian-menu-icon > a
{
	position:relative;
}

.accrodian-menu-icon > a:after 
{
display: none;
content: '';
position: absolute;
top: 10px;
right: inherit;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid transparent;
border-right: 4px solid #000;
left: 6px;
}


.h_account.menu_outer.more-menu-link .dropdown-menu.menuDrop ul li:hover > a:after 
{
	display:block;
}
/*-------Sart New Media Querry---------------*/

@media (min-width: 1400px) {
  .menu_list > ul > li > :first-child {
    font-size: 12px;
  }
  .tab_outer .tab_info {
    width: 70%;
  }

  /* .row .store_box {
    width: 85%;
  } */
  .buy_credit_outer .available_credit {
    width: calc(30% - 5px);
  }
  .order_complete .orderbox {
    width: 70%;
  }
  
  header .menu .menu_list > ul {
    width: calc(100% - 100px);
    justify-content: space-between;
    flex-wrap: nowrap;
  }
.h_account.menu_outer.more-menu-link 
{
	width: 100px;
}
.h_account.menu_outer.more-menu-link  .user_text h6 
{
	justify-content:right;
}
.h_account.menu_outer.more-menu-link .h_menu_link .user_text h6 p 
{
	font-size:12px;
}
}
@media (max-width: 1400px) {
  .owl-carousel .owl-nav .owl-prev {
    margin-left: -14px;
  }
  .owl-carousel .owl-nav .owl-next {
    margin-right: -14px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 94% !important;
  }
  .rate_card_list .col-sm-6.col-md-4 {
    flex: 24%;
    max-width: 24%;
    padding-right: 2%;
  }
  .awards_list .col-sm-6.col-md-4 {
    flex: 24%;
    max-width: 24%;
    padding-right: 2%;
  }
  .rate_card_list .col-sm-6.col-md-4 .rate_overlay img {
    width: 40px;
  }
  .store_box {
    width: 85%;
  }

  .tab_info {
    width: 80%;
  }
  .wishlist-sections .wish_item {
    padding: 0;
    display: block;
    width: 85%;
  }
  .order_complete .orderbox {
    width: 85%;
  }
}

@media (min-width:993px)
{
	 .container {
    max-width: 94% !important;
  }
}
@media (max-width: 1200px) {
  .cate_block .cate_info {
    padding: 5px;
  }
  .cate_block .cate_info .subtitle h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .cate_img img {
    height: 100px;
  }
  .cat_info {
    padding: 5px 3px 5px;
  }
  .category-porduct-item .store_box .store_img > img {
    height: 190px !important;
  }
  .store_bott .btn {
    font-size: 12px;
    height: 26px;
    padding: 4px 12px;
  }
  .store_info .store_top h3 {
    font-size: 12px;
  }
  .pay_slid {
    width: 54%;
    max-width: 100%;
  }

  .pay_order .pay_order_box .pay_item .wish_left {
    width: 174px;
  }
  .pay_order .pay_order_box .pay_item .wish_right {
    width: calc(100% - 174px);
  }
  .wish_item_item img {
    height: 149px;
  }
  .awards_outer .awards_list .row.mlr-24 .awards_item .awards_img img {
    height: 175px;
  }
  .category-porduct-item.offer-deatil-products .cash_outer .saving_box
  {
	  margin:0px;
  }
}

@media (max-width: 992px) {
  header .search_box {
    margin: 0;
  }
  .logo img {
    width: 138px;
  }
  .submenu {
    position: relative;
    min-width: 100%;
    top: 0px;
    box-shadow: none;
    left: 0;
  }
  .submenu ul {
    padding-top: 0 !important;
  }
  body {
    margin-top: 115px !important;
  }
  .userDrop li > * {
    padding: 5px 15px;
    font-size: 12px;
  }
  .store_outer .col-lg-4 {
    flex: 50%;
    max-width: 50%;
  }
  .category-porduct-item .store_box .store_info .off_outer {
    height: 59.75px;
    width: 54.75px;
  }
  .product-deatil-content-box .store_box {
    display: block;
    width: 66%;
    margin: auto;
  }
  .product-deatil-content-box .store_box .store_img_detail_page {
    width: 100%;
  }
  .product-deatil-content-box .store_img_detail_page .st_detail_image {
    height: 268px;
    border-radius: 0;
  }
  .product-deatil-content-box .store_box .store_info_detail_page {
    width: 100%;
    background: #fbf8f9;
    justify-content: normal;
    position: initial;
  }
  .wish_item_item img {
    height: 185px;
  }

  .tab_info .orderbox .order_img_box {
    width: 100%;
  }
  .order_img img {
    max-height: 250px;
  }
  .tab_info .orderbox .order_block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .order_status {
    padding-left: 15px;
    margin-top: 0;
  }
  .tab_info .orderbox .order_block .order_top .code_valid {
    bottom: 0;
  }
  .tab_info .orderbox .order_item .order_link > span {
    width: 50%;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .tab_info .orderbox .order_item .order_link {
    flex-wrap: wrap;
  }
  .tab_info .orderbox .order_item .order_link span.delete_order span {
    width: 86%;
  }
  .wishlist-sections .wishlist-coloms {
    flex: 50%;
    max-width: 50%;
    padding: 0px 5px;
  }
  .pay_slid {
    width: 100%;
    max-width: 100%;
  }
  .timing-tab-content {
    padding-left: 15px;
    flex: 100%;
    max-width: 100%;
    margin-top: 30px;
    padding-right: 15px;
  }
  .awards_outer .awards_list .row.mlr-24 .awards_item .awards_img img {
    height: 175px;
  }
  .tab_info .orderbox .order_block {
    margin-top: 30px;
  }
  .buy_credit_outer .available_credit {
    width: calc(50% - 5px);
  }
  .buy_credit_outer .available_credit .available_info {
    width: calc(100% - 80px);
  }
  .buy_credit_outer .available_credit .available_img {
    width: 80px;
  }
  .voucher_details p {
    font-size: 14px;
    line-height: inherit;
  }
header .menu .menu_list > ul {
  width: 100%;
}
header .menu .menu_list {
  justify-content: left;
  flex-wrap: wrap;
}
.h_account.menu_outer.more-menu-link  {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}
.h_account.menu_outer.more-menu-link .h_menu_link .user_text h6 p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: block;
}
.menu_list > ul > li > :first-child 
{
	font-size:13px;
}

.h_account.menu_outer.more-menu-link .user_text h6 {
  justify-content: space-between;
}

.h_account.menu_outer.more-menu-link .user_text h6 img {
  width: 10px;
}
.h_account.menu_outer.more-menu-link .menuDrop {
  right: 0;
  position: relative;
  margin-top: 10px;
  top: 0;
}
.menu
{
  background-color: #fbf8f9;
}
.h_account.menu_outer.more-menu-link .dropdown-menu.menuDrop #sub-menu {
  position: relative;
  right: auto;
  left: auto;
  width: 100%;
  display: none;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  margin-top: 0;
  top: 100%;
  border-bottom: 4px solid #ddd;
}
.accrodian-menu-icon > a::after {
  display: none;
  content: '';
  position: absolute;
  top: 12px;
  right: inherit;
  border-top: 4px solid #000;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: inherit;
  right: 10px;
}
}

@media (max-width: 768px) {
  .logo img {
    width: 130px;
  }
  .category_slider .owl-stage-outer {
    padding: 10px 0px 10px;
  }
  .feature_deal_outer .offer_item.mt-30 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .feature_deal_slider {
    padding: 0px 10px;
  }
  .holiday_outer.sub_category_padding {
    padding: 60px 0px 60px;
  }
  .super_left .super_item_big .super_img {
    height: 100%;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 20px;
  }
  .store_outer .col-lg-4 {
    flex: 50%;
    max-width: 50%;
    padding: 0 5px;
  }
  .pro_outer .pro_cust_outer {
    display: block;
  }

  .pro_outer .pro_cust_info {
    width: 100%;
    padding: 15px 0px 5px;
  }
  .lead-card-cat-content .store_box.store_coming .store_info {
    width: 100%;
  }
  .lead-card-cat-content .store_box.store_coming {
    display: block;
    flex-wrap: nowrap;
  }
  .lead-card-cat-content .store_box.store_coming .store_img img {
    height: 160px !important;
  }
  .pro_img img {
    height: 180px;
  }
  .lead-card-cat-content .store_box.store_coming .store_img {
    width: 100%;
    opacity: 1;
  }
 .pay_order .pay_order_box .pay_item .wish_left {
  width: 100%;
}
.pay_order .pay_order_box .pay_item .wish_left .wish_item_item .btn.btn-all.btn-pink-o.view-more-images 
{
	left:42%;
}
  .pay_order .pay_order_box .pay_item .wish_right {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .wish_item_item img {
    height: auto;
  }
  .profile_tab .tab .title {
    font-size: 15px;
    margin: 5px 2px;
    padding: 2px 5px;
  }
  .tab ul li .title {
    padding: 5px 70px;
  }
  .store_top_text h3 {
    font-size: 18px;
  }
  .cash-outer-buy-btn {
    right: 4px;
  }
  .tab_info .orderbox .order_block .order_top .code_outer {
    height: auto;
    margin-bottom: 10px;
  }
  .order_status {
    padding-left: 0px;
  }
  .order_name {
    margin-top: 10px;
  }
  .wishlist-sections .wishlist-coloms {
    flex: 100%;
    max-width: 100%;
    padding: 0px 10px;
  }
  .filter_box .filter_item {
    width: 50%;
    padding: 0px 5px;
  }
  .filter_item + .filter_item {
    margin-top: 0;
  }
  .product-deatil-content-box .store_box {
    width: 100%;
    margin: auto;
  }
  .buy_credit_outer .credit_input_box .payment-comments-input.mt-md-3 {
    margin-top: 15px !important;
  }
  .buy_credit_outer .available_credit {
    width: calc(100% - 0px);
  }
  .buy_credit_outer .available_credit .available_info {
    width: calc(100% - 120px);
    text-align: left;
  }
  .buy_credit_outer .available_credit .available_img {
    width: 120px;
    margin: 0;
  }
  .buy_credit_outer h2 {
    font-size: 14px;
  }
  .order_complete .orderbox .order_img_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .order_img img {
    max-height: 300px;
  }
  .order_complete .orderbox .order_block {
    width: 100%;
    padding-left: 0;
  }
  .order_complete .orderbox .order_block .order_top .code_outer {
    height: auto;
  }
  .order_complete .order_link {
    justify-content: right;
  }

  .order_complete_btn {
    margin-top: 5px;
  }
  #viewOfferImages .modal-body .appbody .offer_images_slider.owl-carousel .banner_item img {
  height: 300px;
  border-radius: 0;
  max-height: initial;
}
#viewOfferImages .modal-body {
  padding: 30px 30px 20px;
}
 .discounts_outer .super_item_thum 
  {
	  padding-left:0px;
  }
.super_right .super_app_img img 
{
	height:auto;
}

.sort_filter_drop {
  width: 250px !important;
  top: 100%;
}
.filter_drop {
  width: 344px;
  right: -14px !important;
  left: inherit;
}

.filter_search .form-control {
  height: 38px;
  font-size: 12px;
}

.filter_btn .btn {
  width: calc(50% - 15px);
  height: 34px;
  font-size: 14px;
}
.filter_details .filter_list li:first-child {
  margin-top: 6px;
}

.filter_tab {
  width: 125px;
}

.filter_tab_info {
  width: calc(100% - 126px);
  padding: 10px;
}
.filter_btn .btn {
  width: calc(50% - 15px);
  height: 29px;
  font-size: 12px;
}

.filter_drop {
  width: 325px;
  right: -10px !important;
  left: inherit;
}
 .filter_search .form-control {
  height: 35px;
  font-size: 12px;
}
.chks .checkmark::after {
  top: 2px !important;
  left: 2px !important;
}


header {
  padding: 5px 0px;
  z-index: 999999;
}

.filter_outer.active 
{
	z-index: 555555;
}

.pro_outer .pro_cust_outer .pro_cust_img {
  width: 100%;
}

.category-porduct-item .store_box .store_info .off_outer {
  width: 48.75px;
  height: 49px;
}
.sign-in-container #sign-in-button {
  height: 22px;
  font-size: 12px;
  margin-bottom: 5px;
}
.sign-in-container {
  padding: 11px 20px 4px 20px;
}

}

@media (max-width: 575px) {
  .cal_img img {
    height: 100px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 16px;
  }
  .owl-carousel.owl-drag .owl-item .offer_item {
    margin-bottom: 15px;
  }
  .logo img {
    width: 110px;
    object-fit: contain;
    height: 40px;
  }
  header {
    padding: 5px 0px;
  }
  .store_outer .col-lg-4 {
    flex: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .sup-card-cate .store_outer .super-card-category-content {
    flex: 100%;
    max-width: 100%;
  }
  .super-card-category-content .store_box.store_coming .store_img {
    max-width: 100%;
    width: 100%;
  }
  .super-card-category-content .store_box.store_coming .store_info {
    width: 100%;
  }
  .featured-deal-items-content {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .profile_outer.merhcnat-detail-content .buy_voucher1 {
    flex-wrap: wrap;
  }
  .buy_voucher1 h6 {
    margin-right: 10px;
  }
  .profile_outer.merhcnat-detail-content .buy_voucher1 span {
    margin-left: 0;
  }
  .store_info_detail_page .price-pay-row {
    margin-top: 25px !important;
    align-items: center;
  }
  .profile_outer.merhcnat-detail-content .buy_voucher1 {
    margin-top: 14px !important;
  }
  .profile_right {
    margin-top: 10px;
  }
  .wish_item.pay_item {
    display: block;
  }
  .pay_order .pay_order_box .pay_item .wish_left {
    width: 100%;
    max-width: 100%;
  }
  .pay_order .pay_order_box .pay_item .wish_right {
    width: 100%;
  }
 
  .tab_info .orderbox .order_item .order_link > span {
    width: 100%;
  }
  .tab ul li .title {
    padding: 5px 70px;
    font-size: 12px;
  }
  .tab_info .orderbox .order_block {
    padding-top: 0px;
  }
  .orderbox {
    border-radius: 10px;
    padding: 15px 0px;
  }
  .redmeem_text {
    padding: 0px 5px;
  }
  .tab_info .orderbox .order_block .order_info ul li .order_text code {
    font-size: 16px;
    line-height: 24px;
  }
  .tab .title {
    margin: 0px;
  }
  .profile_tab .profile_body {
    padding: 12px;
  }
  .profile-content-items-products {
    padding: 10px;
  }
  .redmeem_text p {
    font-size: 14px;
  }

  .order_img img {
    max-height: 230px;
  }
  .wishname-location {
    padding-top: 20px;
  }
  .pay_cre_box {
    width: 100%;
  }
  .pay_process {
    width: 100%;
    margin-left: auto;
  }
  .buy_credit_outer .available_credit {
    padding: 15px;
    height: 150px;
  }
  .order_complete .orderbox {
    padding: 15px;
  }
  .order_link > span {
    margin-right: 14px !important;
  }
  .voucher_details {
    padding: 8px 15px;
  }
   .category-porduct-item .store_box .store_img .btn.btn-all.btn-pink-o.view-more-images 
{
	left:45%;
}

#viewOfferImages .modal-body .appbody .offer_images_slider.owl-carousel .banner_item img {
  height: 250px;
}
}

@media (max-width: 400px) {
  .wishlist-sections .wishlist_outer .btn_in_deta {
    display: block;
  }
  .category-porduct-item .store_box .store_img .btn.btn-all.btn-pink-o.view-more-images 
{
	left:39%;
}
.pay_order .pay_order_box .pay_item .wish_left .wish_item_item .btn.btn-all.btn-pink-o.view-more-images {
  left: 35%;
}
}
