.inpage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #000000;
  z-index: 99;
}

.innercont {
  padding-top: 50px;
  padding-bottom: 2rem;
}

.banner nav {
  display: flex;
  position: relative;
  z-index: 1;
  flex-flow: column;
}
.banner nav h3 {
  color: white;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.banner nav h3 span {
  font-weight: 400;
}
.breadcrumb {
  font-size: 0.85rem;
  display: flex;
  margin-top:15px!important;
  /*padding-left: 15rem;*/
  position: relative;
  z-index: 1;
  gap: 20px;
  row-gap: 6px;
}
/* .breadcrumb li:last-child {
  padding-left: 0;
} */
.breadcrumb-item {
  position: relative;
}
.breadcrumb-item::before {
  content: "" !important;
  position: absolute;
  background-image: url(../img/icons/right-arrow.svg);
  background-position: center;
  background-size: cover;
  width: 8px;
  height: 8px;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.breadcrumb a {
  color: black;
}

.breadcrumb a:hover {
  color: #ee1c25;
}

.breadcrumb-item.active a {
  color: #9d9d9d;
}
.breadcrumb-item.active::before {
  display: none;
}

.text-justify {
  text-align: justify;
}

.inpage {
  padding-top: 8.8rem;
  padding-bottom: 4rem;
  position: relative;
}

.pro-list {
  display: flex;
  flex-flow: wrap;
  margin: -10px;
}
.pro-list li {
  flex: 1 0 33.333%;
  max-width: 33.333%;
  padding: 10px;
}

.inpage .procard.cat .proimg {
  height: 250px;
}
.inpage .procard.cat .procon h5 {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  height: auto;
}
.in-pro-list {
  display: flex;
  flex-flow: wrap;
  margin: -15px;
}
.in-pro-list li {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 15px;
}

.filter-head {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  row-gap: 10px;
}
.filter-head ul {
  display: flex;
  gap: 10px;
}
.filter-head ul li a {
  padding: 8px 13px;
  width: 120px;
  border-radius: 0.3rem;
  color: #333;
  box-shadow: 0px 0px 20px #0000000f;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 500;
  cursor: pointer;
}
.filter-head ul li a span {
  width: 28px;
  height: 28px;
  background-color: #074bad;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.3s;
}

.filter-head ul li a span img {
  width: 13px;
}
.filter-head ul li a p {
  margin-bottom: 0;
}
.filter-head .dropdown-menu-lg-start[data-bs-popper] {
  right: 0;
  left: auto;
}
.filter-head .dropdown-item {
  color: #333;
  font-size: 0.85rem;
  transition: 0.3s;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-head .dropdown-item img {
  width: 18px;
}
.filter-head .dropdown-item:hover {
  color: white;
  background-color: #ee1c25;
}
.filter-head .dropdown-item:hover img {
  filter: brightness(0) invert(1);
}
.filter-head .dropdown-menu {
  padding: 0;
  overflow: hidden;
  border: 1px solid #074bad0f;
  box-shadow: 0px 10px 11px 0px #00000014;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10rem;
  box-shadow: -3px 0px 20px #00000014;
}

.sidenav a {
  /* padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181; */
  display: block;
}

.sidenav a:hover {
  color: #ee1c25;
}

.sidenav .closebtn {
  position: absolute;
  top: 8rem;
  right: 1rem;
  font-size: 1.8rem;
  color: black;
}

.sidenav h5 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 13px;
}
.sidenav ul li {
  font-size: 0.85rem;
  color: #333;
}
.sidenav ul li label {
  cursor: pointer;
  margin-bottom: 0;
  color: #333;
  font-weight: 400;
}
.sidenav ul li:not(:last-child) {
  padding-bottom: 5px;
}

.sidenav .form-check-input:focus {
  box-shadow: unset;
}
.sidenav .form-check-input {
  cursor: pointer;
}
.inpage.results {
  padding-top: 6rem;
}
.pro-sec {
  position: sticky;
  top: 6rem;
}

.pro-sec .pro2 {
  border: 1px solid rgb(0 0 0 / 10%);
  position: relative;
}
.pro-sec .pro2 .pro-img {
  cursor: pointer;
}
.buy-btn {
  background: #2ac130;
  padding: 15px 40px;
  color: white;
  font-weight: 500;
  display: flex;
  gap: 10px;
  transition: 0.3s;
  z-index: 1;
}

.buy-btn:hover {
  background: #208123;
}
.buy-btn img {
  width: 25px;
}

.pro-con h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
.pro-con .sub-para {
  color: #9f9f9f;
  margin-bottom: 0;
}

.pro-con h4 {
  font-size: 0.95rem;
  margin-top: 20px;
  color: #359f3a;
}
.pro-con .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pro-con .price .price-sec {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pro-con .price1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: black;
  font-family: "Inter", sans-serif;
}
.pro-con .price2 {
  font-size: 1.3rem;
  text-decoration: line-through;
  color: #8d8d8d;
  font-family: "Inter", sans-serif;
}
.pro-con .price3 {
  color: #359f3a;
  font-weight: 600;
}
.procon-list {
  display: flex;
  flex-flow: wrap;
  margin: -5px;
}
.procon-list.full li {
  flex: 1 0 100%;
  max-width: 100%;
}
.procon-list li {
  flex: 1 0 50%;
  max-width: 50%;
  font-size: 0.93rem;
  color: #666;
  padding: 5px;
  position: relative;
  padding-left: 30px;
}
.procon-list li::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/icons/high.svg);
  width: 15px;
  height: 15px;
  background-size: cover;
  background-position: center;
  top: 9px;
  left: 5px;
}
.pro-con h5 {
  font-size: 1.1rem;
  font-weight: 600;
}
.pro-con p {
  color: #666;
  font-size: 0.93rem;
}

.fea-head {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.mytab.pro .nav-link.active {
  color: #ed1c23;
}
.mytab.pro {
  justify-content: flex-start;
}
.mytab.pro .nav-link:after {
  background-color: #ed1c22;
}
.mytab.pro .nav-link {
  color: rgb(0 0 0 / 70%);
}
.mytab.pro .nav-link:hover {
  color: #ed1c22;
}
.mytab.pro .nav-link {
  font-size: 1rem;
}
.sec-border {
  padding: 15px;
  border: 1px solid #e5e5e5;
}
.sec-border .myaccordion .accordion-button {
  padding: 15px;
  padding-right: 30px;
}
.sec-border li.nav-item {
  flex: 1 0 20%;
  max-width: 20%;
}
.sec-border .myaccordion .accordion-body {
  padding: 20px;
}

.mySwiper2 img {
  margin: auto;
  width: 350px;
}
.sub-swiper {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: 0.3s;
}
.sub-swiper:hover {
  border: 1px solid #ed1c24;
}

.swiper-button-next.pro-next,
.swiper-button-prev.pro-prev {
  width: 30px;
  height: 30px;
  background: #ed1c24;
  border-radius: 50px;
  transition: 0.3s;
}
.swiper-button-next.pro-next:hover,
.swiper-button-prev.pro-prev:hover {
  background: #861a1f;
}

.swiper-button-next.pro-next:after,
.swiper-button-prev.pro-prev:after {
  font-size: 0.8rem;
  color: white;
}
.swiper-button-prev.pro-prev {
  left: -15px;
  right: auto;
}
.swiper-button-next.pro-next {
  right: -15px;
  left: auto;
}

.myaccordion .accordion-button {
  color: #333;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0;
}
.myaccordion .accordion-item {
  border: 1px solid #ed1c232d;
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 0.5rem;
}

.myaccordion .accordion-body {
  padding: 35px 10px;
}
.myaccordion .accordion-button::after {
  width: 13px;
  height: 13px;
  background-size: contain;
  position: absolute;
  right: 1rem;
}
.myaccordion .accordion-button:focus {
  box-shadow: unset;
}

.myaccordion .accordion-button:not(.collapsed) {
  background-color: #ed1c2307;

  color: #333;
  box-shadow: unset;
}
.myaccordion .accordion-button:hover {
  background-color: #ed1c2307;
  color: #333;
}
.myaccordion ul li {
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.myaccordion ul li img {
  width: 20px;
}

.myaccordion .status {
  background: #ec1c241c;
  padding: 15px;
  border-radius: 0;
  margin-right: 20px;
  color: #ee1c25;
  width: 130px;
  display: flex;
  align-items: center;
}
.myaccordion .status p {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  font-size: 0.85rem;
  margin-bottom: 0;
}
.myaccordion .status p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;

  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  animation: blink 3s linear infinite;
}
.myaccordion .status p.red::before {
  background-color: red;
  animation: unset;
}
.myaccordion .status p.green::before {
  background-color: #05ad05;
}
.myaccordion .status p.green {
  color: #05ad05;
}
/* //////////// MY ACCOUNT /////////// */
.left-sec {
  background: #252525;
  border-radius: 0 1rem 1rem 0;
  padding: 30px;
  height: 100%;
  position: relative;
  background-image: url(../img/images/acc-bag1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.acc-bag {
  background-color: #f4f4f5;
  background-image: url(../img/images/ac-bag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.right-sec {
  padding: 2.5rem 3rem;
  background-color: white;
  box-shadow: 0px -13px 20px 0px #ee1c2508;
  height: 100%;
  margin-left: -4rem;
  padding-left: 5rem;
  position: relative;
  min-height: 350px;
  border-radius: 0.5rem;
}
.right-sec .bttn {
  border-radius: 0.3rem;
}
.left-sec ul {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 3rem 0;
  max-height: 400px;
}
.left-sec ul li {
  flex: 1 0 auto;
  position: relative;
}
.left-sec ul li a {
  font-size: 0.935rem;
  color: rgb(255 255 255 / 60%);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.left-sec ul li a img {
  width: 15px;
  filter: brightness(0);
  opacity: 0.6;
}
.left-sec ul li.active a {
  color: white;
}
.left-sec ul li.active img {
  opacity: 1;
}
.left-sec ul li:hover a {
  color: rgb(255 255 255 / 100%);
}
.left-sec ul li:hover img {
  opacity: 1;
}
/* .left-sec ul li a:hover {
  transform: scale(1.02);
} */
.left-sec ul li span {
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  height: 38px;
  display: flex;
  width: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: rgba(0, 0, 0, 0.6);
  border: 3px solid white;
  box-shadow: 0px 0px 20px 0px #ee1c252b;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 9;
  transition: 0.3s;
}
.left-sec ul li.active span {
  border: 3px solid #f1b912e6;
  color: rgb(0, 0, 0);
}
.left-sec ul li a:hover span {
  transform: unset;
  border: 3px solid #f1b912e6;
  color: rgb(0, 0, 0);
}

.add-sec {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  position: absolute;
  top: -2.5rem;
  font-size: 0.85rem;
  background-color: white;
  padding: 15px 15px;
  box-shadow: 0px -13px 20px 0px #ee1c2508;
  border-radius: 0.5rem;
}
.add-sec p {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.add-sec p img {
  width: 15px;
}
.right-pad {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mytab1 {
  padding: 5px;
  border: 1px solid #00000017;
  border-radius: 0.5rem;
  display: flex;
  gap: 8px;
}
.mytab1 .nav-link {
  font-size: 0.85rem;
  color: #333;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  gap: 8px;
  background-color: #ed1c2307;
}
.mytab1 .nav-link img {
  width: 18px;
  filter: hue-rotate(90deg);
}

.mytab1 .nav-link.active {
  color: #ed1c24;
  background-color: #eb1c241c;
}
.mytab1 .nav-link:hover {
  color: #ed1c24;
  background-color: #eb1c241c;
}

.order-head {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}
.order-list li {
  font-size: 0.85rem;
  color: #333;
}
.order-list li:not(:last-child) {
  padding-bottom: 6px;
}

.mytable {
  border-collapse: collapse;
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.mytable td,
.mytable th {
  border: 1px solid #ed901c40;
  text-align: left;
  padding: 10px;
  font-size: 0.85rem;
}
.mytable th {
  background-color: #ed901c17;
  color: #ed901c;
  font-weight: 500;
}
.ordertotal {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.ordertotal .total span {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 600;
}
.rupee {
  font-family: "Inter", sans-serif;
  color: #333;
  font-weight: 500;
  margin-right: 3px;
}

.ordertotal a {
  font-size: 0.8rem;
  padding: 8px 18px;
  border-radius: 0.3rem;
  color: white;
  display: flex;
  gap: 10px;
}
.ordertotal a img {
  width: 15px;
}
.ordertotal .cancel {
  background: #5d5d5d;
}
.ordertotal .invoice {
  background: green;
}

.order-status {
  display: flex;
  justify-content: space-between;
  border-radius: 0.3rem;
  padding: 20px 0;
}
.numsec {
  position: relative;
  width: 100%;
  /* background: red; */
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.order-status h5 {
  font-size: 0.8rem;
  width: 25px;
  height: 25px;
  background: #e5e5e5;
  margin: auto;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.order-status .numsec.active h5 {
  background: #05ad05;
  color: white;
  animation: blink 3s linear infinite;
}
@keyframes blink {
  0% {
    box-shadow: 0 0 0px 5px #05ad0570;
  }
  50% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 0 0px 5px #05ad0570;
  }
}

.ani-unset h5 {
  animation: unset !important;
}

.order-status .numsec.active.red h5 {
  background-color: red;
  animation: unset;
}

.numsec.active.red:after {
  background-color: red;
}

.numsec.active:after {
  background-color: #05ad05;
}
.numsec:after {
  content: "";
  position: absolute;
  background-color: #e5e5e5;
  height: 0.18rem;
  width: 100%;
  top: 23%;
}
.order-status .numsec p {
  font-size: 0.85rem;
  margin-bottom: 0;
  color: #333;
  text-wrap: nowrap;
}

.myform label {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #666;
}

.address-list li:not(:last-child) {
  margin-bottom: 20px;
}
.address-list {
  display: flex;
  flex-flow: wrap;
      margin-top: 15px;

  /*margin: -10px;*/
}
.address-list li {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 10px;
}
.address-list .left-section {
  padding: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  position: relative;
}
.address-list .address-edit {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  position: absolute;
  right: 1rem;
  top: -15px;
}
.address-list .profile-sec {
  margin-bottom: 0;
  border-bottom: unset;
  padding-bottom: 0;
  position: relative;
}
.mob {
  width: 30px;
  height: 30px;
  background-color: #ed1c23;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.mob:hover {
  background-color: #861a1f;
}

.address-list img {
  width: 15px;
  filter: brightness(0);
}
.mob img {
  filter: brightness(0) invert(1);
  width: 13px;
}
.address-list .profile-sec .profile-con h5 {
  margin-bottom: 15px;
  font-size: 1rem;
}
.address-list .profile-sec .profile-con p {
  font-size: 0.85rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.address-list .profile-sec .profile-con span {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #ffffff30;
  padding: 5px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px #ee1c251f;
}

.edit {
  border: 1px solid #ed1c23;
  width: max-content;
  height: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 0.3rem;
  transition: 0.3s;
  padding: 0 8px;
  color: #ed1c23;
  font-size: 0.8rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: -8px;
}
.edit:hover {
  background-color: #ed1c23;
  color: white;
}
.edit img {
  width: 13px;
}
.edit:hover img {
  filter: brightness(0) invert(1);
}

/* //////////// CHECKOUT /////////// */
.sum-box {
  border: 1px solid #00000014;
  border-radius: 0.5rem;
  /* box-shadow: 0px 0px 20px 20px #ee1c2505; */
  /*position: sticky;*/
  /*top: 6rem;*/
}
.sum-box .sum-head {
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #00000014;
  align-items: center;
}
.sum-box .sum-head h5 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}
.sum-box .sum-head .items {
  background-color: #d3f0fe;
  font-size: 0.85rem;
  padding: 5px 13px;
  color: #0cb0ff;
  font-weight: 500;
  border-radius: 50px;
}
.sum-box .sum-con {
  padding: 0 20px;
}


.sum-box .addressform{
    padding: 15px;
}

.cart-sec {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #00000014;
  position: relative;
  padding: 10px 0;
}
.cart-sec:last-child {
  border: none;
}
.cart-sec .cart-price {
  width: 120px;
}
.cart-sec .cart-name {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  gap: 15px;
}

.cart-sec .cart-name .cart-img {
  width: 120px;
}
.cart-sec .cart-name .cart-con h5 {
  font-size: 0.85rem;
  margin-bottom: 3px;
}
.cart-sec .cart-name .cart-con p {
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #898989;
}
.cart-sec .cart-price p {
  font-size: 0.9rem;
  margin-bottom: 25px;
  text-align: right;
  color: black;
}
.cart-sec .text-right {
  justify-content: flex-end;
  font-size: 0.85rem;
  flex-flow: column;
  align-items: flex-end;
}
.cart-sec .text-right .fast {
  font-size: 0.75rem;
  color: #898989;
}
.total p {
  font-size: 1.1rem !important;
  font-weight: 600;
  color: #333;
}
.ship {
  position: relative;
}
.ship::before {
  content: "";
  position: absolute;
  background-image: url(../img/icons/fast.svg);
  width: 35px;
  height: 35px;
  left: 1rem;
}
.b-0 {
  border: unset;
}

.check {
  background: #0cb0ff;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 50px;
  transition: 0.3s;
}
.check:hover {
  background-color: #096999;
}

.num-border {
  background: #ffffff;
  height: 35px;
  display: flex;
  width: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #333;
  border: 3px solid #f1b912e6;
  /* box-shadow: 0px 0px 20px 0px #ee1c252b; */
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 9;
  transition: 0.3s;
}

.check-head {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1rem;
  color: #292929;
  font-weight: 500;
}

.pay {
  display: flex;
  gap: 10px;
}

.pay a {
  padding: 5px 10px;
  /*padding-right: 15px;*/
  background-color: #0000000f;
  font-size: 0.8rem;
  color: #333;
  font-weight: 500;
  border-radius: 50px;
  border: 2px solid transparent;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.3s;
  text-wrap: nowrap;
}
.pay a:hover {
  color: #ec1c24;
  border: 2px solid #ec1c24;
  background-color: #ed1b2417;
}
.pay a.active {
  color: #ec1c24;
  border: 2px solid #ec1c24;
}
.pay a span {
  width: 28px;
  height: 28px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.3s;
}
.pay a:hover span {
  background-color: #ec1c24;
}
.pay a:hover img {
  filter: brightness(0) invert(1);
}
.pay a span img {
  width: 15px;
}
.pay a.active img {
  filter: brightness(0) invert(1);
}
.pay a.active {
  background-color: #ed1b2417;
}
.pay a.active span {
  background-color: #ec1c24;
}
.ad-btn {
  position: absolute;
  right: 20px;
  display: flex;
  bottom: 5px;
  /* box-shadow: -6px 0px 20px #ed1d2414; */
  border: 1px solid #00000017;
  border-radius: 1rem;
  overflow: hidden;
}
.ad-btn button {
  /* background: white; */
  padding: 0 8px;
  border: unset;
  color: #333;
      font-size: 1.15rem;

  transition: 0.3s;
}
.ad-btn button:hover {
  background-color: red;
  color: white;
}

/* .ad-btn button:not(:last-child) {
  border-bottom: 1px solid #00000017;
} */
.close-btn {
  position: absolute;
  right: -8px;
  bottom: 8px;
  width: 28px;
  height: 23px;
  /* background: red; */
  border-radius: 50px;
  border: unset;
  filter: brightness(0);
}
/* .close-btn:hover {
  background: #861a1f;
} */

.address-list.add li {
  flex: 1 0 100%;
  max-width: 100%;
}
.success {
  background-color: white;
  border-radius: 0.3rem;
  padding: 30px;
  min-height: 300px;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  position: sticky;
  top: 6rem;
  box-shadow: 0px 0px 20px #ed1d2414;
}
.success img {
  width: 70px;
  margin: auto;
  padding-bottom: 10px;
}
.success h5 {
  font-size: 1.1rem;
}
.success p {
  font-size: 0.85rem;
  margin-bottom: 5px;
  color: #666;
}

.acc-head {
  font-size: 1.1rem;
  font-weight: 600;
  border-bottom: 1px dashed #0000001a;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.logout {
  position: absolute;
  right: 8px;
  top: -15px;
  background: white;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0px 0px 20px #ec1d2514;
}
.logout img {
  width: 18px;
  filter: brightness(0);
}

.pro-list.services li {
  flex: 1 0 25%;
  max-width: 25%;
      margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .in-pro-list li {
    flex: 1 0 33.333%;
    max-width: 33.333%;
  }
  .pro-list.services li {
    flex: 1 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 991px) {
  .pro-list li {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .breadcrumb {
    /*padding-left: 13rem;*/
  }
  .right-sec {
    margin-left: 0;
    padding: 20px;
  }
  .right-pad {
    padding-bottom: 0;
    padding: 30px;
    padding-top: 1rem;
  }
  .left-sec,
  .acc-bag {
    border-radius: 1rem;
  }
  .left-sec ul {
    padding: 0;
    padding-bottom: 1rem;
    display: flex;
    flex-flow: nowrap;
    gap: 2rem;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
  }

  .left-sec ul li span {
    width: 33px;
    height: 33px;
    margin: unset;
  }
  .left-sec ul li span {
    position: unset;
  }
  .left-sec ul li a {
    flex-flow: column-reverse;
  }
  .add-sec {
    position: unset;
    row-gap: 10px;
    column-gap: 15px;
    box-shadow: 0px 0px 20px 0px #ee1c2508;
    margin-right: 0;
    border: 1px solid #ed1b241a;
    margin-bottom: 1rem;
  }
  .pro-list.services li {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    /*padding-left: 11rem;*/
  }
  .in-pro-list li {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .filter-head .dropdown-menu {
    left: 0;
  }
  .logout1 {
    display: none;
  }
  .mytab1 .nav-link {
    flex-flow: column;
    align-items: center;
    padding: 10px 0;
  }
  .ordertotal {
    flex-flow: column-reverse;
    row-gap: 0;
    margin-top: 10px;
  }
  .right-sec .myaccordion .accordion-body {
    padding: 10px;
  }
  .order-status {
    overflow: hidden;
    overflow-x: auto;
  }
  .numsec {
    flex: 1 0 30%;
  }
  .address-list li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .left-sec {
    padding: 3rem 1rem;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .pro-list li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .in-pro-list li {
    padding: 10px;
  }
  .inpage::before {
    height: 85px;
  }
  .breadcrumb {
    /*padding-left: 1rem;*/
    padding-top: 1.5rem;
  }
  .sec-border li.nav-item {
    flex: 1 0 auto;
    max-width: unset;
  }
  .procon-list li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .pro-con .price {
    flex-flow: wrap;
  }
  .add-sec p:first-child {
    width: 100%;
  }
  .right-sec {
    padding: 10px;
  }
  .right-pad {
    padding: 20px;
  }
  .myaccordion .status {
    margin-right: 10px;
    width: 100px;
  }
  .myaccordion .status p::before {
    left: -6px;
  }
  .myaccordion .status p {
    padding-left: 13px;
  }
  /* .right-sec .myaccordion .accordion-button {
    padding-right: 1.5rem;
  } */
  .right-sec .myaccordion .accordion-button {
    padding-right: 30px;
  }
  .numsec {
    flex: 1 0 40%;
  }
}
@media (max-width: 425px) {
  .pro-list.services li {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .logout {
    display: none;
  }
}

.inpage h2.mainhead {
  font-size: 2.5rem;
}
.inpage h3.subhead {
  left: 10px;
  top: -3rem;
  font-size: 5rem;
}
.inpage h2.mainhead span {
  color: #ec1c24;
}
.add-list {
 display: flex;
    flex-flow: wrap;
    margin: -5px;
}
.add-list li {
  flex: 1 0 33.333%;
  max-width: 33.333%;
  padding: 5px;
}
.add-list li .add {
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  padding: 20px;
  height: 100%;
}

.add-list li .add .brnchimg img{
    border-radius: 0.5rem;
    margin-bottom: 15px;
}

.add-list li .add h3 {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 10px;
}

.add-list li .add h3:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #ed841d;
  z-index: -1;
  opacity: 80%;
  bottom: 0;
  left: 0;
}
.add-list li .add p {
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: #333;
}
.add-list .foot-icon span img {
  filter: unset;
}
.add-list .foot-icon span {
  background-color: rgb(237 27 36 / 10%);
}
.contact-head {
  font-size: 2.3rem !important;
}
.cen {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media (max-width: 575px) {
  .add-list li {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.mylist {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
  color: #333;
}
.mylist li {
  position: relative;
  padding-left: 24px;
}
.mylist li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(../img/icons/list.svg) center no-repeat;
  background-size: contain;
  margin-top: 6px;
}
.ceo-img {
  float: left;
  margin-right: 30px;
  position: relative;
}
.ceo-img:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #ed1c24;
  /* border-radius: 5px; */
  right: -25px;
  top: 0;
}
.ceo-img img {
  border-radius: 5px;
}
.ceo-msg h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.ceo-msg .desig {
  color: #666;
  margin-bottom: 0;
}
.ceo-bag {
  background-color: rgb(0 0 0 / 2%);
}

.vision {
  display: flex;
  gap: 20px;
  align-items: center;
}
.vision .vis-img {
  width: 100px;
  background-color: #ed1c2412;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
}

.vision .vis-con {
  width: calc(100% - 50px);
}

.client-list {
  display: flex;
  flex-flow: wrap;
  margin: -10px;
}
.client-list li {
  flex: 1 0 20%;
  max-width: 20%;
  padding: 5px;
}
.client-list li .client {
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 10px 0;
}

.testi {
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  min-height: 250px;
  position: relative;
}
.testi .user {
  width: 160px;
  float: right;
  margin-left: 20px;
  border-radius: 10px;
}
.testi h6 {
  margin-bottom: 0;
}
.testi .desig {
  font-size: 0.9rem;
  color: #666;
}

.testi .para {
  position: relative;
}
/* .testi .para::before {
  content: "";
  background-image: url(../img/icons/qoutes.svg);
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  left: 8px;
  top: -35px;
  background-color: #ffa200;
  border-radius: 50%;
  display: flex;
  justify-content: center;
} */
@media (max-width: 991px) {

  .client-list li{
    flex: 1 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 575px) {
  .ceo-img,
  .ceo-img img {
    width: 100%;
  }
  .ceo-img:after {
    display: none;
  }
  .vision {
    display: block;
  }
  .vision .vis-con {
    width: 100%;
  }
  .vision .vis-img{
    margin-bottom: 20px;
  }
  .client-list li{
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .testi .user {
    width: 100%;
    margin-bottom: 20px;
  }
  .pay {
   
    flex-wrap: wrap;
}
.cart-sec .cart-name {
    align-items: flex-start;
    flex-direction: column;
}
}

@media (max-width: 767px){
   .pyerer{
       margin-top: 0px!important;
   } 
}





/*timeline*/
.timeline {

	position: relative;

	&::before {
		content: '';
		background: #000000;
		width: 5px;
		height: 97%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}

.timeline-item {
	width: 100%;
	margin-bottom: 35px;

	&:nth-child(even) {

		.timeline-content {
			float: right;
			padding: 20px 30px 20px 30px;

			.date {
				right: auto;
				left: 0;
			}

			&::after {
				content: '';
				position: absolute;
				border-style: solid;
				width: 0;
				height: 0;
				top: 30px;
				left: -15px;
				border-width: 10px 15px 10px 0;
				border-color: transparent #ed1c2412 transparent transparent;
			}
		}
	}

	&::after {
		content: '';
		display: block;
		clear: both;
	}
}


.timeline-content {
	position: relative;
	width: 45%;
	padding: 30px;
	border-radius: 25px;
	background: #ed1c2412;
	box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);

	&::after {
		content: '';
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 30px;
		right: -15px;
		border-width: 10px 0 10px 15px;
		border-color: transparent transparent transparent #ed1c2412;
	}
}
.timeline-content h2{
        font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}
.timeline-content p{
       text-transform: lowercase;
    margin-bottom: 0px;
}

.timeline-img {
	width: 30px;
	height: 30px;
	background: #ed1c24;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -15px;
}




/* gallery */
.galbox{
    display: flex
;
    flex-wrap: wrap;
    /* overflow: hidden; */
    border-radius: 6px;
    position: relative;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    cursor: zoom-in;
    height: 100%;
  }
  .galbox .galimg{
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    width: 100%;
  }
  .galbox .galimg .coverimg{
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
  }
  .galbox:hover .galimg .coverimg{
    filter: brightness(0.5);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .galbox .galimg .galicon{
        width: 40px;
    height: 40px;
    border-radius: 10px 0 6px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ed1b24;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}


  .galbox .galimg .galicon.vid{
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    bottom: 50%;
  }
  .galbox:hover .galimg .galicon.vid{
    transform: scale3d(1.5, 1.5, 1.5);
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
  }
  .galbox .galcont{
    padding: 10px;
    position: relative;
    bottom: 0;
    top: -22px;
    /* right: 5%; */
    width: 95%;
    /* float: right; */
    /* left: 3%; */
    display: flex
;
    align-items: flex-end;
    background: #d52027;
    border-radius: 10px 0 10px 10px;
    box-shadow: 5px 5px 0px #febc11;
    color: #ffffff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
  }
  .galbox:hover .galcont{
    opacity: 1;
  }
 
  .galbox .galcont span{
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
  }

  .fancybox__container{
    z-index: 9999;
  }
 
 
 .insta-box{
     overflow: hidden;
     transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border-radius:6px;
    position: relative;
    cursor: zoom-in;
 }
.insta-box:hover .thumb{
    transform: scale(1.1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.insta-box .instaicon{
    width: 100%;
    height: 100%;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(45deg, #feda7547, #fa7e1e4a, #d6297652, #962fbf52, #4f5bd55e);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.insta-box .instaicon img{
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    padding: 10px;
    border-radius: 28px;
    width: 50px;
    height: 50px;
}

  
  @media(max-width:480px){
    .galbox .galimg .coverimg{
        min-height: 150px;
    }
  }

  @media(max-width:380px){
    .galbox .galimg .coverimg{
        min-height: 120px;
    }
  }






@media screen and (max-width: 768px) {

	.timeline {

		&::before {
			left: 20px;
		}

		.timeline-img {
			left: 20px;
		}

		.timeline-content {
			max-width: 100%;
			width: auto;
			margin-left: 54px;
		}

		.timeline-item {

			&:nth-child(even) {

				.timeline-content {
					float: none;

				}
			}

			&:nth-child(odd) {

				.timeline-content {
					
					&::after {
						content: '';
						position: absolute;
						border-style: solid;
						width: 0;
						height: 0;
						top: 30px;
						left: -15px;
						border-width: 10px 15px 10px 0;
						border-color: transparent #ed1c2412 transparent transparent;
					}
				}

			}
		}
	}

		
	
}












