* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary: #D6000A;
  --white: #fff;
  --black: #000;
  --grey:#808080;
}

body {
  background-color: var(--white);
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.btn-check:focus+.btn,
.btn:focus,
.form-select:focus,
.form-control:focus,
*:focus {
  box-shadow: none;
  outline: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
}

.form-control:focus {
  color: inherit !important;
  background-color: inherit !important;
}

@media (min-width: 1550px) {
  .container {
    max-width: 1420px;
    padding: 0;
  }
}

/* @media(max-width:1550px) {
  .container-fluid {
    max-width: 1420px;
  }
} */

ul,
ol {
  margin: 0;
  padding: 0;
}

a:hover {
  color: inherit;
}
header{
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  position: relative;
  z-index: 9;
}
header .topwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
header .login_form{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
header .header_search input[type="text"] {
  position: relative;
  height: 40px;
  border-color: var(--primary);
  width: 350px;
}

header .header_search input:focus {
  border-color: var(--primary) !important;
}

header .header_search .search_btn {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary);
  bottom: 0;
  height: 100%;
  width: 40px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header_search .search_btn button {
  background: transparent;
  border: none;
}

header .header_search .search_btn i {
  color: var(--white);
}

header .login_wrap button {
  background: transparent;
  color: var(--white);
  padding: 3px 20px;
  background: var(--primary);
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

header .login_wrap p {
  font-size: 10px;
  color: var(--black);
}

header .login_wrap input[type="text"],header .login_wrap input[type="password"] {
  height: 30px;
  padding-top: 15px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 900;
  padding-left: 5px;
}

header .login_wrap input:focus {
  border-color: var(--primary) !important;
}

header .login_wrap .form-group label {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 8px;
  color: grey;
}

header .login_wrap a {
  color: var(--primary);
  font-weight: 700;
}

header .login_wrap p {
  line-height: 1;
}

.nav {
  position: relative;
  z-index: 1;
  color: var(--primary);
}

.nav ul {
  padding: 0;
  margin: 0;
}

.sol-menu li {
  float: left;
  display: flex;
  list-style: none;
  flex: 1;
  text-align: center;
  position: relative;
}

.sol-menu {
  display: flex;
  /* border: 1px solid grey; */
}

.sol-menu li a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: var(--primary);
  padding: 15px 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.sag-menu {
  float: right;
  padding: 8px 10px;
  overflow: hidden;
}

.altmenu-ac {
  display: none;
}

.menu-ac {
  display: none;
  padding: 10px;
  cursor: pointer;
  color: #FFFFFF;
}

.menu-ac i {
  color: var(--primary);
}

.menu-ac img {
  max-width: 200px;
}

.header-logo {
  max-width: 250px;
}

@media (max-width: 992px) {
  .ac {
    display: none;
    width: 100%;
  }

  .nav ul li {
    float: none;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    border: 1px solid grey;
  }

  .menu-ac {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }

  .sol-menu {
    flex-direction: column;
    align-items: center;
  }

  header .topwrapper {
    display: none;
  }
}

@media (min-width: 992px) {
  .ac {
    display: flex !important;
    width: 100%;

  }

  .nav ul {
    width: 100%;
    display: flex;
    align-items: center;
   /*  justify-content: space-around; */
  }

  .sol-menu li:hover {
    color: var(--white);
    background: var(--primary);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: all 0.3s ease-in-out;
  }

  .sol-menu li:hover a {
    color: var(--white);
  }

  .sol-menu li a {
    margin: auto;
    width: 100%;
  }
}

@media(max-width:1400px) {}

@media(max-width:1200px) {
  header .header_search input[type="text"] {
    width: 250px;
  }
}

.social {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
}

.social ul {
  margin: 0;
  padding: 0;
}

.social ul li {
  list-style: none;
  margin: 5px 0;
}

.social ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
  background: var(--primary);
  display: block;
  text-align: center;
  position: relative;
}

.social ul li a span {
  position: absolute;
  top: 0;
  left: -120;
  width: 120px;
  height: 50px;
  color: #000;
  background: var(--white);
  color: var(--primary);
  font-size: 15px;
  z-index: -1;
  opacity: 0;
  backface-visibility: hidden;
  transition: 0.5s;
  border: 1px solid var(--primary);
}

.social ul li:hover span {
  opacity: 1;
  backface-visibility: visible;
  left: 50px;
}

.nav-tabs .nav-link.active {
  background: var(--primary);
  color: var(--white);
}

.product_home_wrapper {
  padding: 30px 0px;
}

.product_home_wrapper .nav {
  padding-top: 20px;
}

.product_home_wrapper .nav-tabs .nav-link {
  color: var(--primary);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product_home_wrapper .nav-tabs .nav-link.active {
  color: var(--white);
}

.product_home_wrapper .nav-tabs .nav-link:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: var(--primary);
  color: var(--white);
  transform: translateY(-0.5em);

}

.product_home_wrapper .product_list .pro-item figure figcaption {
  color: grey;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.product_home_wrapper .product_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 20px 0px;
}

.product_home_wrapper .product_list .pro-item {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product_home_wrapper .product_list .pro-item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.product_home_wrapper .product_list .pro-item:hover figure figcaption {
  color: var(--primary);
}

@media(max-width:1200px) {
  .product_home_wrapper .product_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media(max-width:992px) {
  .product_home_wrapper .product_list {
    grid-template-columns: repeat(3, 1fr);
  }

  .product_home_wrapper .nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

  }

  .product_home_wrapper .nav .nav-link {
    border: 1px solid var(--primary);
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
  }

  .product_home_wrapper .nav-tabs .nav-link:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: var(--primary);
    color: var(--white);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);

  }
}

@media(max-width:768px) {
  .product_home_wrapper .product_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .social {
    display: none;
  }

  .product_home_wrapper .nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer {
  background: #454545;
}

footer .footer_data {
  padding: 50px 0px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer address span {
  display: block;
  text-align: left;
}

footer .footer-menu a {
  text-decoration: underline;
}

@media(max-width:768px) {
  footer .footer-address {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  footer .footer-menu {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
  }

  footer .footer-address address span {
    text-align: center;
  }
}

/* Registration Page Start */

.multi-form h2 {
  text-shadow: 2px 2px 4px #D6000A;
}

.multi-form-wrapper {

  margin: 50px 0px;


}

.multi-form {
  margin: auto;
  padding: 30px;
  max-width: 1080px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}

select {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  opacity: 0;
}
.fieldlabels{
  font-size: 15px;
}
 input[type="text"],
 textarea,
 input[type="password"],
 input[type="color"],
 input[type="number"] {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: var(--black);
  border-radius: 5px;
  background: var(--white);
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 42px;
}
textarea{
  height: auto;
}
.form-check-input:checked{
  background: var(--primary);
  box-shadow: none;
  border: none;
}
 input[type="text"]:focus,
 textarea:focus,
 input[type="password"]:focus,
 select:focus,
 input[type="color"]:focus,
 input[type="text"]:focus{
  border: 1px solid var(--primary) !important;
  outline-width: 0 !important;
  border-color: var(--primary) !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

select {
  padding: 8px 15px 8px 15px;
  margin-top: 2px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  color: var(--grey);
  height: 42px;
}

 input[type="text"]::placeholder, input[type="password"]::placeholder,textarea::placeholder {
  font-size: 12px;
}

.action-button {
  width: 100px;
  background: var(--primary);
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  font-size: 18px;
}

.action-button:hover,
.action-button:focus {
  background-color: var(--primary)
}

 .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
  font-size: 18px;
}

 .action-button-previous:hover,
.action-button-previous:focus {
  background-color: #000000
}

.stepssignup .card {
  z-index: 0;
  border: none;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.form-wrapper{
  border: none;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin: 50px 0px;
  padding: 2em;
}
.fs-title {
  font-size: 25px;
  color: var(--black);
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: #673AB7;
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.fieldlabels {
  color: gray;
  text-align: left
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;

}

#progressbar .active {
  color: var(--primary);
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400
}

#progressbar #payment2:before {
  font-family: FontAwesome;
  content: "\f555"
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f007"
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f1ad"
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f183"
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c"
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: var(--primary);
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: var(--primary);
}

.fit-image {
  width: 100%;
  object-fit: cover
}

.data_image i {
  position: absolute;
  top: 40%;
  bottom: 0;
  right: 20px;
  font-size: 12px;
}

.radio_fields {
  height: 41px;
  display: flex;
  align-items: center;
}

.radio_fields input{
  height: 20px;
  width: 20px;
}
.radio_fields label{
  font-size: 15px;
}
.radio_fields .form-check-inline{
  display: flex;
  align-items: center;
  gap:10px
}
.radio_fields .form-check-inline label{
  padding-top: 5px;
}
.radio_fields input:checked {
  background: var(--primary);
  border: none;
  box-shadow: none;
}

.radio_fields input:active {
  filter: unset;
  -webkit-filter: unset;
}

.dispactive {
  display: block;
  opacity: 1;
}


/* Registration Page End */
.stepssignup {
  position: relative;
  overflow: hidden;
  padding: 30px 0px;
}

.steps {
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  padding-right: 10px;
  z-index: 9999;
}
.discount_wrapper{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* margin: 10px; */
  text-align: center;
  padding: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-height: 340px;
}
.discount_wrapper h3{
  font-size: 22px;
  color: var(--black);
  font-weight: 700;
  margin-bottom: 0;
}
.discount_wrapper h2{
  color: var(--primary);
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 0;
}
.discount_wrapper h5{
  font-size: 15px;
  color: var(--primary);
  padding: 10px 0px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.discount_wrapper p{
  color:var(--grey);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.discount_wrapper ul{
  padding-left: 1rem;
  list-style: none;
  text-align: left;
}
.discount_wrapper ul li{
  position: relative;
  font-size: 12px;
  color: var(--black);
}
.discount_wrapper ul li:before{
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: -15px;
  color: green;
  top: 3px;
}
.discount_wrapper .tbtn{
 border: 1px solid var(--grey);
 color: var(--black);
  width: 90%;
 margin-top: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: block;
  font-size: 15px;
  padding: 10px 0px;
  margin: auto auto 0 auto;
  cursor: pointer;
}
.discount_wrapper .tbtn.active{
  background: var(--primary);
  color: var(--white);
  border: none;
}
.discount_wrapper ul li span{
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
}
.discount_wrapper.active{
  box-shadow: var(--primary) 0px 5px 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.discount_wrapper.selected_discount_wrapper{
  flex-direction: row;
  min-height: auto;
}
.discount_wrapper.selected_discount_wrapper div:first-child{
  width: 40%;
  border-right: 1px solid var(--grey);
}
.discount_wrapper.selected_discount_wrapper ul li{
  font-size: 16px;
}
.discount_wrapper.selected_discount_wrapper ul li::before{
  left: -20px;
}
.discount_wrapper.selected_discount_wrapper div:last-child{
  display: flex;
  flex-direction: column;
 
  justify-content: center;
  padding-left: 20px;
}
.discount_wrapper.selected_discount_wrapper div:last-child h6{
  font-size: 10px;
  color: var(--grey);
 
}
.image_lable_file{
  font-size: 8px;
  color: var(--primary);
  padding: 5px 0px;
  margin-bottom: 0;
}
.error_label{
  font-size: 12px;
  color: var(--primary);
}
.conditon_checkmark input{
  width: 15px;
  height: 15px;
}
.conditon_checkmark .form-check-input[type=checkbox]{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  accent-color: red;
  position: relative;
}
.conditon_checkmark .form-check{
  display: flex;
  align-items: center;
  gap: 15px;

}
.conditon_checkmark label{
  font-size: 8px;
  padding-top: 5px;
  color: var(--black);
}
.conditon_checkmark input[type="checkbox"]{
  border: 1px solid var(--grey);
 
}
.conditon_checkmark input[type="checkbox"]:checked,.conditon_checkmark input[type="checkbox"]:focus{
  box-shadow: none;
 
}
.conditon_checkmark input[type="checkbox"]:checked::before {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: pre;
  content: " ";
  background-color: red;
  border: 1px solid var(--primary);
  
}
.recep_detail{
  padding: 30px 0px;
}
.recep_detail h4{
  font-size: 15px;
  color: var(--black);
}
.recep_detail p{
  font-size: 15px;
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
}
.profile_hover{
  position: relative;
  height: 100%;
}
.profile_hover ul{
  position: absolute; 
  top:100%;
  bottom: 0;
 
 /*  gap: 10px;
  z-index: 1;
  left: -25px;
  padding-top: 0px;
  background: var(--white);
  width: 250px;
  padding: 0; */
  display: flex;
  align-items: center;
  flex-direction: column;
  display: none;
  height: max-content;
  border: 1px solid var(--grey);
 
}
.profile_hover:hover ul{
  display: flex;
  background: var(--white);
}
.profile_hover:hover ul li{
  background: none;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.profile_hover ul li{
  border: 1px solid var(--grey);
  width: 100%;
  
  
}
.profile_hover:hover li a{
    color: var(--primary);
    font-size: 12px;
    padding: 10px;
    display: block;
} 
.pro_header_icons{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  color: var(--primary);
  height: 100%;
  align-items: center;
  justify-content: center;
  justify-self: center;
}
.pro_header_wrap{
  width: 320px;
 
}
.pro_header_wrap p,.pro_header_wrap h6{
  margin-bottom: 0;
}
.pro_header_wrap p span{
  font-weight: 700;
}
.pro_header_wrap h6{
  color: var(--primary);
  text-align: end;
  font-size: 12px;
}
.header_member_detail{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  padding: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.product_detail_wrapper{
  padding: 50px 0px;
  position: relative;
}
.card-wrapper{
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
}
img{
  width: 100%;
  display: block;
}
.img-display{
  overflow: hidden;
}
.img-showcase{
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img{
  min-width: 100%;
}
.img-select{
  display: flex;
}
.img-item{
  margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
  margin-right: 0;
}
.img-item:hover{
  opacity: 0.8;
}
.product-content{
  padding: 2rem 1rem;
}
.product-title{
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: var(--primary);
  margin: 1rem 0;
}
.product-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: var(--primary);
}
.product-link{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}
.product-link:hover{
  opacity: 0.9;
}
.product-rating{
  color: #ffc107;
}
.product-rating span{
  font-weight: 600;
  color: #252525;
}
.product-price{
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}
.product-price span{
  font-weight: 400;
}

.new-price span{
  color: var(--primary);
  font-weight: 700;
}
.product-detail h2{
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}
.product-detail p{
  font-size: 0.9rem;
  padding: 0.3rem;
  opacity: 0.8;
}
.product-detail ul{
  margin: 1rem 0;
  font-size: 0.9rem;
}
.product-detail ul li{
  margin: 0;
  list-style: none;
  background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}
.product-detail ul li span{
  font-weight: 400;
}
.purchase-info{
  margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}
.purchase-info input{
  width: 60px;
}
.purchase-info .btn{
  cursor: pointer;
  color: #fff;
}
.purchase-info .btn:first-of-type{
  background: #256eff;
}
.purchase-info .btn:last-of-type{
  background: #f64749;
}
.purchase-info .btn:hover{
  opacity: 0.9;
}
.social-links{
  display: flex;
  align-items: center;
}
.social-links a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}
.social-links a:hover{
  background: #000;
  border-color: transparent;
  color: #fff;
}

@media screen and (min-width: 992px){
  .card-product{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
      position: relative;
  }
  .card-wrapper{
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .product-imgs{
      display: flex;
      flex-direction: column;
      position: sticky;
      top: 50px;
      z-index: 1;
  }
  .product-content{
      padding-top: 0;
      flex-grow: 1;
  }
  .product_detail_wrapper {
    position: relative;
  }
  
  .card-wrapper {
   
    display: flex;
    justify-content: center;
  }
  
  .product-imgs {
    position: -webkit-sticky; 
    position: sticky;
    top: 50px; 
    align-self: flex-start; 
  }
  
  .product-content {
    padding: 2rem 1rem;
    flex: 1; 
  }
}
.back_arrow{
  display: flex;
  gap: 15px;
}
.back_arrow i{
  color: var(--white);
}
.back_arrow a{
  display: block;
  background: var(--primary);
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.back_arrow a:hover{

  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
@media(max-width:992px){
  .product-title {
    font-size: 2rem;
  }
  #progressbar li {
    font-size: 9px;
  }
  #progressbar{
    margin-bottom: 10px;
  }
  .mb-3{
    margin-bottom: 0.5rem !important;
  }
  .discount_wrapper h2{
    font-size: 45px;
  }
  .discount_wrapper.selected_discount_wrapper{
    flex-direction: column;
  }
  .discount_wrapper.selected_discount_wrapper div:first-child{
    width: 100%;
    border-bottom: 1px solid var(--grey);
    border-right: none;
  }
  .profile_hover ul{
    position: unset;
    padding: 0px;
    border: unset;
  }
  .profile_hover ul li{
    border: unset;
  }
  header nav{
    position: fixed;
    top: 0;
    height: 100%;
  }
  .profile_hover ul .active{
    display: flex;
  }
  .profile_hover ul{
    display: none;
  }
  
}
/* Contact Us CSS start */
.contact-us-wrapper{
  padding: 50px 0px;
}
.contact-us-wrapper .contain {
  background-color: var(--white);
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.contact-us-wrapper  .wrapper{
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.contact-us-wrapper  div.form {
  background-color: var(--white);
  
}
.contact-us-wrapper  .contact-wrapper {
  margin: auto 0;
}

.contact-us-wrapper  .submit-btn {
  float: left;
}
.contact-us-wrapper h4{
  color: var(--primary);
}

.form-headline:after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10px;
  border-bottom: 3px solid var(--primary);
}

.contact-us-wrapper .highlight-text {
  color: var(--primary);
}
.contact-us-wrapper address b{
  color: var(--primary);
}
.contact-us-wrapper .hightlight-contact-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

.contact-us-wrapper .highlight-text-grey {
  font-weight: 500;
}

.contact-us-wrapper .email-info {
    margin-top: 20px;
}

.required-input {
  color: var(--black);
}
@media (min-width: 600px) {
  .contain {
    padding: 0;
    overflow: hidden;
  }
}

.contact-us-wrapper .form-input:focus,
.contact-us-wrapper textarea:focus{
  outline: 1.5px solid #ec1c24;
}

.contact-us-wrapper .form-input,
textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.contact-us-wrapper .wrapper > * {
  padding: 1em;
}
@media (min-width: 700px) {
  .contact-us-wrapper .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .contact-us-wrapper .wrapper > * {
    padding: 2em 2em;
  }
}



.contact-us-wrapper form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.contact-us-wrapper form label {
  display: block;
}
.contact-us-wrapper form p {
  margin: 0;
}

.full-width {
  grid-column: 1 / 3;
}

/* .contact-us-wrapper button,
.contact-us-wrapper .submit-btn,
.contact-us-wrapper .form-input,
.contact-us-wrapper textarea {
  padding: 1em;
} */

.contact-us-wrapper button, .submit-btn {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
  height: 35px;
}
.contact-us-wrapper button:hover, .contact-us-wrapper .submit-btn:hover,
.contact-us-wrapper button:focus , .contact-us-wrapper .submit-btn:focus,.submit-btn:hover{
  background: var(--primary);
  outline: 0;
  color: #eee;
}
.error {
  color: var(--primary);
}

.update_profile_wrapper{
  padding: 30px 0px;
}
.update_profile_wrapper .left-oder-detail{
  max-width: 1170px;
  margin: auto;
  background-color: var(--white);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    height: 100%;
}
.update_profile_wrapper hr{
  margin: 15px 0px;
}
/* Contact Us CSS End */
/* Order Details Page */
.order-detail-section h3 span{
  color: var(--primary);
  text-transform: capitalize;
}


.right-order-detail{
  padding: 20px 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  position: sticky;
  top:2%;
}
/* Order Details Page */
.c-validation-err{
  font-size: 15px;
  /* padding: 5px 0px 0px 5px; */
}
.right-order-detail label a{
  color: var(--primary);
}
.tearm-wrap{
  width: 100%;
  display: flex;
  gap:10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tearm-wrap label{
  cursor: pointer;
}
.tearm-wrap input:checked{
  background: var(--primary);
  box-shadow: none;
  border-color: var(--primary);
}
.order-detail-section address span{
  display: block  ;
}
.order-model-address textarea{
  min-height: 150px;
}
.order-wrapper-address input:checked{
  background: var(--primary);
  box-shadow: none;
  border: none;
}
.order-wrapper-address label{
  cursor: pointer;
}
.forgot-psw{
  font-size: 10px;
  display: block;
  text-align: end;
}
.onoff {
  margin-left: -27px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  /* *vertical-align: auto;
  zoom: 1;
  *display: inline; */
  position: relative;
  cursor: pointer;
  width: 55px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: var(--primary);
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: background 0.3s, text-indent 0.3s;
  -moz-transition: background 0.3s, text-indent 0.3s;
  -o-transition: background 0.3s, text-indent 0.3s;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 27px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.onoff label:after {
  content: 'NO';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  color: var(--white);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  z-index: 1;
}
.onoff label:before {
  content: '';
  width: 15px;
  height: 24px;
  border-radius: 3px;
  background: #FFF;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  display: block;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.onoff input:checked + label {
  background: #378b2c;
  text-indent: 8px;
}
.onoff input:checked + label:after {
  content: 'YES';
  color: var(--white);
}
.onoff input:checked + label:before {
  left: 37px;
}
.datepicker{
  position: relative;
  z-index: 10;
}
select option ,select option:selected{
  color: var(--grey);
}
.form-select option:selected {
  color: var(--grey);
}

/* Responsive Table */
.form-wrapper table {
  border: 1px solid var(--grey);
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-radius: 10px !important;

}

.form-wrapper table tr {
  background-color: var(--white);
  border: 1px solid var(--grey);
  padding: .35em;
}

.form-wrapper table th,
.form-wrapper table td {
  padding: .625em;
  text-align: center;
  vertical-align: middle;
}

.form-wrapper table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--primary);
  color: var(--white);
  
}
.offred{
  color: var(--primary);
}
.form-wrapper table td span{
  color: var(--grey);
  display: block;
}
.action-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
.action-wrap span{
  color: var(--black) !important;
  display: block;
  border: 1px solid var(--primary);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px 10px;
  font-weight: 700;
  cursor: pointer;
  width: 150px;
  text-transform: uppercase;
}
.action-wrap span.default{
  background: var(--primary);
  color: var(--white) !important;
}
@media screen and (max-width: 992px) {

  .form-wrapper table {
    border: 0;
  }
  .action-wrap span{
    width: 105px;
    text-align: center;
  }
  .form-wrapper table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .action-wrap{
    justify-content: end;
  }
  .form-wrapper table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .form-wrapper table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .form-wrapper table td::before {
      /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .form-wrapper table td:last-child {
    border-bottom: 0;
  }
  .pending-detail-top-wrap div{
    display: flex;
    flex-direction: column;
  }

  
}

 
/* Responsive Table */
.pending-detail-top-wrap label{
    width: 180px;
    font-weight: 700;
}
/* Date PIcker Start*/
.ui-datepicker-prev span:hover, .ui-datepicker-next span:hover {
  cursor: pointer;
}
.ui-datepicker-prev,.ui-datepicker-next,.ui-datepicker-prev:hover,.ui-datepicker-next:hover{
  border: 1px solid var(--primary);
}
.ui-state-default, .ui-widget-content .ui-state-default {
  background: var(--primary);
  color: var(--white); 
 
}
.ui-widget-content .ui-icon {
	background-image: url("../image/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../image/ui-icons_444444_256x240.png");
}
.ui-datepicker-title{
  color: var(--primary);
}
.c-thankyou-msg h2{
  color: var(--primary);
  font-size: 2.5rem;
}

.c-thankyou-msg .btn{
  color: var(--white);
  padding: 3px 20px;
  background: var(--primary);
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.c-company-info{
  font-size: 14px;
}
.c-toup-img{
  width: 20px;
  margin-right: 10px;
  margin-left: auto;
  margin-top: -22px;
}
/* Thank YOu Form */
.thankyou-order-wrapper{
  padding: 70px 0px;
}
.thankyou-order-wrapper h1 , .thankyou-order-wrapper i{
  font-size:70px;
  font-weight:700;
  color:var(--primary);
  text-align:center;
  display:block;
  margin:auto;
  padding: 20px 0px;
}
.thankyou-order-wrapper h3{
  font-size:30px;
  font-weight:700;
  color:#454545;
  text-align:center;
  display:block;
  margin:auto;
  padding: 20px 0px;
}
.thankyou-order-wrapper .btn-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:20px;
  padding: 20px 0px;
}
.thankyou-order-wrapper .btn-wrapper a{
  display: inline-block;
  background: var(--white);
  padding: 10px 20px;
  color: var(--primary);
  border-radius: 15px;
  border: 1px solid var(--primary);
}
.thankyou-order-wrapper .btn-wrapper a:hover{
  background: var(--primary);
  color: var(--white);
}
/* Thank YOu Form */

/* Communication Notes */
.pro-detail {
  
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0px;
}
.pro-detail div{
  display: flex;
  align-items: center;
  width: 50%;
}
.pro-detail h4{
  min-width: 200px;
}
.pro-detail p span{
  color: var(--primary);
}
.pro-detail h4, .pro-detail p{
  margin-bottom: 0;
}
.communication-notes{
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0px;
}
.communication-notes li{
  display: flex;
  align-items: center;
  justify-content: start;
  padding:20px 30px;
  gap:20px;
  background: rgba(0, 0, 0, 0.4);
  color: #000;
  list-style: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.communication-notes li p{
  margin-bottom: 0;
}
.communication-notes li h4{
  margin-bottom: 0;
}
.communication-notes li.admin-notes{
  justify-content: end;
  background: var(--primary);
  color: var(--white);
}
.tearm-wrap.tearm-wrap-order{
  justify-content: center;
  align-items: baseline;
  padding-top: 20px;
  padding-left: 40px;
}
@media(max-width:1200px){
  .communication-notes li{
    flex-direction: column;
  }
  .communication-notes li.admin-notes{
    flex-direction: column-reverse;
  }
  .pro-detail div{
    width: 100%;
   
  }
  .pro-detail{
    flex-direction: column;
    padding: 0;
    padding-bottom: 10px;
    gap: 10px;
  }
  .pro-detail h4{
    min-width: 250px;
  }
}
@media(max-width:768px){
  .pro-detail div{
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
  .pro-detail h4{
    min-width: auto;
  }
}
/* Communication Notes */
.tearm-wrap-order a{
  text-decoration: underline;
  color: var(--primary);
}
.pagination .page-item a{
  background-color: var(--primary) !important;
  border: none;
}