@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:autofill {
  background: #fff; /* or any other */
}
html {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.0075em;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  height: 100%;
  position: relative;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.0075em;
  color: #0B132A;
  text-align: left;
  background-color: #ffffff;
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
}
:root{
  font-family: "Open Sans", sans-serif !important;
}
a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5rem 0;
}

button {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
}

a {
  color: #303F9F;
}

.container {
  max-width: 71.375rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1 .h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.h1,
h1 {
  font-size: 2.3rem;
  line-height: 3.75rem;
  letter-spacing: 0.01em;
}

.h2,
h2 {
  font-size: 1.8rem;
  line-height: 2.75rem;
  letter-spacing: 0.01em;
  margin-bottom: 0px !important;
}

.h3,
h3 {
  font-size: 1.2rem;
  line-height: 138%;
  letter-spacing: 0.0075em;
  color: #4F5665 !important;
  font-weight: normal !important;
}

.h4,
h4 {
  font-size: 1rem;
  line-height: 1.5625rem;
}

.h5,
h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.0075em;
}

.h6,
h6 {
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

p,
.p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #000000;
}

*:focus {
  outline: 0 !important;
}

.text-12 {
  font-size: 0.75rem;
}

.text-14 {
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

.text-14-imp {
  font-size: 0.875rem !important;
  line-height: 1.1875rem !important;
}

.text-18 {
  font-size: 1.1rem;
  line-height: 1.5625rem;
}

.text-20 {
  font-size: 1.25rem;
}

.btn {
  font-size: 1rem;
  line-height: 1.5625rem;
  border-radius: 0rem;
  font-weight: 700;
  border: 2px solid #303F9F;
  background-color: #303F9F;
  padding: 1.03125rem 1rem;
  min-width: 14.0625rem;
  color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin: 0;
  position: relative;
  display: inline-block;
  text-align: center;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  background-color: #242f78;
  outline: 0;
}

.btn:disabled,
.btn.btn-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled:active,
.btn.btn-disabled:hover,
.btn.btn-disabled:focus,
.btn.btn-disabled:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #4F5665;
  color: #4F5665;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background-color: #4F5665;
  color: #ffffff;
  outline: 0;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #303F9F;
  color: #303F9F;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: #303F9F;
  color: #ffffff;
  outline: 0;
}

.btn-icon {
  min-width: inherit;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-icon img {
  width: 1.25rem;
  vertical-align: middle;
}

.btn-icon .value {
  background-color: #F73859;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.875rem;
  border-radius: 50%;
  width: 0.875rem;
  height: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0.25rem 0.125rem 0 0;
}

.btn-icon-lg {
  width: 2.8125rem;
  height: 2.8125rem;
}

.btn-link {
  color: #303F9F;
  background-color: transparent;
  padding: 0.3125rem;
  min-width: inherit;
  border-radius: 0;
  border: 0;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
  background-color: transparent;
  color: #242f78;
}

.btn-link-white {
  color: #ffffff;
}

.btn-link-white:hover,
.btn-link-white:focus,
.btn-link-white:active,
.btn-link-white.active {
  color: #ffffff;
}

.btn-block {
  width: 100%;
}

.btn-h-60 {
  height: 3.75rem;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-shadow {
  background-color: #ffffff;
  min-width: 7.5rem;
  min-height: 6.25rem;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.3125rem;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.btn-shadow .svg-icon {
  width: 2.75rem;
  height: 2.75rem;
  color: #4F5665;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.btn-shadow .btn-text {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #4F5665;
  display: block;
  font-weight: 700;
  margin-top: 0.3125rem;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.btn-shadow:hover,
.btn-shadow:active,
.btn-shadow:focus,
.btn-shadow.active {
  background-color: #303F9F;
  color: #ffffff;
}

.btn-shadow:hover .svg-icon,
.btn-shadow:hover .btn-text,
.btn-shadow:active .svg-icon,
.btn-shadow:active .btn-text,
.btn-shadow:focus .svg-icon,
.btn-shadow:focus .btn-text,
.btn-shadow.active .svg-icon,
.btn-shadow.active .btn-text {
  color: #ffffff;
}

.fix-btn-section {
  position: fixed;
  left: 0;
  top: 0;
  margin-top: 15rem;
  z-index: 9;
}

@media (max-width: 1345px) {
  .btn-shadow {
    min-width: 3.125rem;
    min-height: 3.125rem;
  }

  .btn-shadow .btn-text {
    display: none;
  }

  .btn-shadow .svg-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}

.form-control {
  background-color: #ffffff;
  height: 2.8125rem;
  width: 100%;
  border: 2px solid #303F9F;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-control:focus {
  outline: 0;
}

.form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.btn-search {
  position: absolute;
  right: 0;
  top: 0;
}

.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border: 2px solid #303F9F;
  height: 2.8125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-bottom: 2.875rem; */
  /* margin-bottom: 0.875rem; */
}

.search-input {
  border-left: 0;
  padding-right: 2.8125rem;
}


.btn-with-arrow {
  position: relative;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #000000;
  padding: 0.3125rem 1.275rem 0.3125rem 0.875rem;
  /* border-right: 1px solid #848993; */
}

.btn-with-arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url("../images/svg-icons/down-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0.8125rem 0.5rem 0 0;
}

.switch-toggle {
  margin: 1rem 0;
  position: relative;
  display: block;
  min-height: 2.5rem;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch-toggle input {
  width: 0px;
  visibility: hidden;
  position: absolute;
  left: 0;
  opacity: 0;
}

.switch-toggle input+label {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  min-height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.switch-toggle input+label:after {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.switch-toggle input+label~label,
.switch-toggle input+label~a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.switch-toggle input+label~a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #303F9F;
  color: #ffffff;
}

.switch-toggle input+label+input:checked+label~a {
  left: 50%;
}

.switch-toggle input:checked+label {
  color: #ffffff;
}

.switch-toggle input:checked+label:before,
.switch-toggle input:checked+label:after {
  content: "";
  position: absolute;
  right: 0;
}

.switch-toggle input:checked+label:before {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #303F9F;
  border-radius: 50%;
  margin-right: -1.25rem;
}

.switch-toggle input:checked+label:after {
  text-align: center;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/svg-icons/double-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -0.75rem -0.75rem 0 0;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.switch-toggle input:disabled+label,
.switch-toggle input .disabled+label {
  opacity: 0.3;
  cursor: not-allowed;
}

.switch-toggle .second-input:checked+label {
  position: relative;
}

.switch-toggle .second-input:checked+label:before,
.switch-toggle .second-input:checked+label:after {
  left: 0;
  right: auto;
}
.nav-bar::before,.nav-bar::after{
  content: none !important;
}
.switch-toggle .second-input:checked+label:before {
  margin: 0 0 0 -1.25rem;
}
.container::before,.container::after{
  content: none;
}

.switch-toggle .second-input:checked+label:after {
  margin: -0.75rem 0 0 -0.75rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 575px) {
  .switch-toggle input+label {
    font-size: 12px;
  }

  .search-bar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .search-bar .btn-with-arrow,
  .search-bar .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .search-bar .btn-with-arrow {
    border-right: 0;
  }

  .search-bar .form-control {
    border-bottom: 0;
  }
}

label {
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0;
}

.site-header,
.header-height {
  height: 7.5rem;
}

.site-header .flex-1,
.header-height .flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .fix-header,
.site-header .fix-header-review,
.header-height .fix-header,
.header-height .fix-header-review {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.site-header .top-nav,
.site-header .nav-bar,
.header-height .top-nav,
.header-height .nav-bar {
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .top-nav,
.header-height .top-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header .right-section,
.site-header .profile-menu,
.site-header .btn-user,
.site-header .language-dropdown,
.header-height .right-section,
.header-height .profile-menu,
.header-height .btn-user,
.header-height .language-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .btn-user,
.site-header .language,
.header-height .btn-user,
.header-height .language {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 1.5rem;
}

.site-header .btn-user:after,
.site-header .language:after,
.header-height .btn-user:after,
.header-height .language:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url("../images/svg-icons/down-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.875rem;
  pointer-events: none;
}

.site-header .btn-user,
.header-height .btn-user {
  margin: 0 1.25rem;
}

.site-header .user-icon,
.site-header .country-icon,
.header-height .user-icon,
.header-height .country-icon {
  vertical-align: middle;
  margin-right: 0.625rem;
}

.site-header .user-icon,
.header-height .user-icon {
  width: 1.5rem;
}

.site-header .country-icon,
.header-height .country-icon {
  width: 1.25rem;
}

.site-header .name,
.site-header .lang-name,
.header-height .name,
.header-height .lang-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #4F5665;
  max-width: 8.125rem;
}

.site-header .menu,
.header-height .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1.25rem;
}

.site-header .menu-item,
.header-height .menu-item {
  padding: 0 0.5375rem;
}

.site-header .menu-link,
.header-height .menu-link {
  color: #4F5665;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  display: inline-block;
  padding: 0.3125rem;
  /* text-transform: capitalize; */
}

.site-header .menu-link:hover,
.header-height .menu-link:hover {
  color: #303F9F;
}

.site-header .site-logo,
.header-height .site-logo {
  display: inline-block;
}

.site-header .site-logo img,
.header-height .site-logo img {
  width: 4.0625rem;
  vertical-align: middle;
}

.site-header .dot,
.header-height .dot {
  position: relative;
}

.site-header .dot:after,
.header-height .dot:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F73859;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  display: block;
  margin-top: 0.3125rem;
}

.site-header .home-icon,
.header-height .home-icon {
  width: 1.75rem;
}

.site-header .select,
.header-height .select {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 1.75rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  z-index: 99;
  min-width: 7.5rem;
  padding: 0.625rem 0;
}

.site-header .select .select-li,
.header-height .select .select-li {
  padding: 0.3125rem 1.25rem;
}

.site-header .language-dropdown,
.header-height .language-dropdown {
  position: relative;
}

.site-header .switch-section,
.header-height .switch-section {
  vertical-align: middle;
  padding-left: 1.875rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 34.375rem;
}

.site-header .language,
.header-height .language {
  z-index: 100;
  min-width: 4.5rem;
  min-height: 1.875rem;
}

.site-header .language .lang-name,
.site-header .language .country-icon,
.header-height .language .lang-name,
.header-height .language .country-icon {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.3125rem;
}

.site-header .language .lang-name,
.header-height .language .lang-name {
  right: 0;
  text-align: center;
}

.site-header .language:after,
.header-height .language:after {
  margin-top: 0.75rem;
}

@media (max-width: 1023px) {

  .site-header .name,
  .header-height .name {
    display: none;
  }

  .site-header .btn-user,
  .header-height .btn-user {
    padding-right: 0.75rem;
  }

  .site-header .user-icon,
  .header-height .user-icon {
    margin-right: 0;
  }
}

@media (max-width: 850px) {

  .site-header .btn-search-icon,
  .header-height .btn-search-icon {
    display: none;
  }
}

@media (max-width: 800px) {

  .site-header .btn-search-icon,
  .header-height .btn-search-icon {
    display: none;
  }

  /* .site-header .menu,
  .header-height .menu {
    position: absolute;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    right: 0;
    z-index: 999;
    padding: 20px;
    height: 100vh;
    overflow-y: auto;
    width: 300px;
    margin-right: -18.75rem;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }

  .site-header .menu.open,
  .header-height .menu.open {
    margin-right: 0;
  }

  .site-header .menu-item,
  .header-height .menu-item {
    padding: 0.75rem;
    width: 100%;
  } */

  .site-header .switch-section,
  .header-height .switch-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 95%;
    padding: 0;
    margin: 3rem auto 0 auto;
  }

  .site-header .menu-toggle,
  .header-height .menu-toggle {
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .site-header .menu-toggle span,
  .header-height .menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #4F5665;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .site-header .menu-toggle span:first-child,
  .header-height .menu-toggle span:first-child {
    top: 0;
  }

  .site-header .menu-toggle span:nth-child(2),
  .site-header .menu-toggle span:nth-child(3),
  .header-height .menu-toggle span:nth-child(2),
  .header-height .menu-toggle span:nth-child(3) {
    top: 9px;
  }

  .site-header .menu-toggle span:nth-child(4),
  .header-height .menu-toggle span:nth-child(4) {
    top: 18px;
  }

  .site-header .menu-toggle.open span:first-child,
  .header-height .menu-toggle.open span:first-child {
    top: 9px;
    width: 0;
    left: 50%;
  }

  .site-header .menu-toggle.open span:nth-child(2),
  .header-height .menu-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .site-header .menu-toggle.open span:nth-child(3),
  .header-height .menu-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .site-header .menu-toggle.open span:nth-child(4),
  .header-height .menu-toggle.open span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%;
  }

  .site-header .btn-cart,
  .site-header .menu-toggle,
  .header-height .btn-cart,
  .header-height .menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.625rem 1.25rem 0 0;
  }

  .site-header .btn-cart,
  .header-height .btn-cart {
    margin-right: 3.75rem;
  }

  .site-header .menu-toggle,
  .header-height .menu-toggle {
    margin-top: 1.25rem;
  }

  .site-header .menu-toggle.open,
  .header-height .menu-toggle.open {
    z-index: 1000;
  }

  .site-header .right-section,
  .header-height .right-section {
    margin-right: 5.9375rem;
  }
}

/* .footer-min-h-box {
  min-height: 25rem;
} */

.site-footer {
  background-color: #F0F1F6;
  padding: 3.125rem 0;
  min-height: 25rem;
  /* position: absolute; */
  left: 0;
  right: 0;
  bottom: 0;
}

.site-footer .footer-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.25rem;
  padding: 3.75rem 0 1.875rem 0;
}

.site-footer .footer-container,
.site-footer .social-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer .flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.25rem;
  max-width: 14.625rem;
}

.site-footer .footer-logo,
.site-footer .footer-icon {
  display: inline-block;
}

.site-footer .footer-logo img,
.site-footer .footer-icon img,
.site-footer .footer-link img,
.site-footer .social-icon img {
  vertical-align: middle;
}

.site-footer .footer-logo {
  margin-right: 1.25rem;
}

.site-footer .footer-logo img {
  width: 4.6875rem;
}

.site-footer .footer-icon img {
  width: 3.75rem;
}

.site-footer .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #4F5665;
  margin-bottom: 0.875rem;
  position: relative;
}

.site-footer .footer-link img {
  width: 1.5rem;
  margin-right: 0.375rem;
}

.site-footer .footer-link-icon {
  padding-left: 1rem;
}

.site-footer .footer-link-icon:before {
  content: "";
  background-image: url("../images/svg-icons/right-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.1875rem 0 0 0;
}

.site-footer .social-section {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.25rem;
}

.site-footer .social-icon {
  width: 2.125rem;
  height: 2.125rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 13px 18px rgba(17, 19, 35, 0.08);
  box-shadow: 0px 13px 18px rgba(17, 19, 35, 0.08);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin: 0.625rem;
}

.site-footer .social-icon img {
  width: 1rem;
}

.site-footer .footer-link-title {
  color: #4F5665;
  margin-bottom: 1rem;
}

.site-footer .max-w-156 {
  max-width: 9.75rem;
}

.site-footer .max-w-inherit {
  max-width: inherit;
}

.site-footer .copy-right {
  text-align: center;
}

.site-footer .copy-right .copy-right-text {
  line-height: 1.0625rem;
  font-size: 0.875rem;
  color: #4F5665;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .site-footer {
    min-height: 33.75rem;
  }

  .site-footer .footer-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
  }

  .site-footer .flex-1 {
    max-width: inherit;
  }

  .site-footer .flex-1.logo-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
  }

  .site-footer .max-w-156 {
    max-width: 100%;
  }

  /* .footer-min-h-box {
    min-height: 33.75rem;
  } */
}

@media (max-width: 767px) {
  .site-footer {
    min-height: 57.625rem;
  }

  .site-footer .flex-1 {
    max-width: inherit;
  }

  .site-footer .flex-1.logo-section,
  .site-footer .flex-1.max-w-inherit {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

@media (max-width: 575px) {
  .site-footer .flex-1 {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .site-footer .flex-1.logo-section,
  .site-footer .flex-1.max-w-inherit {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  /* .footer-min-h-box {
    min-height: 54.5rem;
  } */
}

.form-group {
  margin-bottom: 0 !important;
}

.form-group .form-control {
  border-radius: 0;
}

.grid-section {
  background-color: #F7F7FA;
  padding: 2.8125rem 0 0 0;

}

.grid-container {
  margin: 0 -0.9375rem;
}

.grid-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0.9375rem;
  text-align: center;
}

.box {
  color: #0B132A;
  display: block;
  padding: 1.25rem 0.625rem;
  background-color: #ffffff;
}

.grid-img {
  padding-bottom: 73%;
  position: relative;
  background-color: #303F9F;
}

.grid-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0 auto;
}

.grid-bg {
  background-color: #303F9F;
}

.grid-bg img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 4.5rem;
}

.grid-title {
  padding: 0.9375rem 0.625rem 0 0.625rem;
  margin-bottom: 0;
}

.about-row,
.grid-container,
.btn-section,
.nav-tab,
.space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-row {
  margin: 0 -1.25rem;
  padding-top: 3.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-row.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  height: 31.9375rem;
}

.about-img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  height: 100%;
  width: 100%;
}

.about-img.center-img img {
  -o-object-position: center;
  object-position: center;
}

.about-img,
.about-content {
  padding: 0 1.25rem;
}

.about-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-content .about-title {
  max-width: 30.625rem;
  margin-bottom: 1.875rem;
}

.about-content .about-inst {
  margin-bottom: 1.25rem;
}

.about-content .about-inst-2 {
  padding-right: 1.25rem;
}

.about-content .list {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.5625rem;
}

.about-content .list:before {
  content: "";
  /* background-image: url("../images/svg-icons/check.svg"); */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.1875rem 0 0 0;
}

.btn-section {
  margin: 1.25rem -0.9375rem;
}

.btn-col {
  padding: 0.9375rem;
}

.product-list-section {
  background-color: #F7F7FA;
  padding: 6.25rem 0;
}

.title-section {
  text-align: center;
}
.title-panel{
  margin-bottom: 15px !important;
}

.tab-section {
  margin-top: 1.875rem;
}

.nav-tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link {
  padding: 0 0.15625rem;
  margin-bottom: 15px;
}

.tab-link a {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 13px 18px rgba(17, 19, 35, 0.08);
  box-shadow: 0px 13px 18px rgba(17, 19, 35, 0.08);
  text-align: center;
  min-height: 3.125rem;
  min-width: 15.9375rem;
  font-size: 1rem;
  line-height: 1.375rem;
  width: 100%;
  height: 100%;
  letter-spacing: 0.0075em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4F5665;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.tab-link.active a,
.tab-link:hover a {
  background-color: #303F9F;
  color: #ffffff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-pane {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.9375rem;
}

.tab-pane .box {
  padding: 0;
}

.product-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0.9375rem;
}

.product-img {
  padding-bottom: 80%;
  background-color: #F0F1F6;
}

.product-img .contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.product-img .pad-12 {
  padding: 0.75rem;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.star {
  margin-right: 0.25rem;
  width: 1rem;
}

.product-content {
  padding: 1.5625rem 0;
}

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

.price {
  font-weight: 700;
}

.product-inst {
  text-align: left;
  margin-top: 0rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.price-box {
  height: 100%;
  padding: 1.5rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-box .grid-img {
  padding-bottom: unset;
  height: 11.375rem;
  width: 8.5rem;
}

.price-box img {
  width: 8.5rem;
}

.price-box .box-title {
  color: #ffffff;
  margin-top: 0.625rem;
}

@media (max-width: 1024px) {
  .grid-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .tab-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .tab-link a {
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .grid-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.625rem;
  }

  .grid-container {
    padding: 0.625rem;
  }

  .fix-btn-section {
    bottom: 0;
    top: auto;
    margin-top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fix-btn-section .btn-shadow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
  }

  .about-img img {
    max-width: 75%;
  }
}

@media (max-width: 575px) {
  .grid-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-group {
  margin-bottom: 0 !important;
}

.form-group .form-control {
  border-radius: 0;
}

.map-section,
.region-section {
  background-color: #F7F7FA;
  padding-bottom: 2rem;
  /* padding: 2.8125rem 0; */
}

.map-section .map-container,
.map-section .box {
  background-color: #ffffff;
  /* padding: 1.5rem; */
  text-align: center;
}

.map-inst {
  /* font-size: 18px;
  line-height: 138%;
  letter-spacing: 0.0075em; */
  color: #4F5665;
}

.map-info {
  margin: 0 -0.625rem;
}

.map-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0.125rem 0.625rem;
  border-right: 1px solid #848993;
}

.map-col:last-child {
  border-right: 0;
}

.circle {
  width: 0.84375rem;
  height: 0.84375rem;
  display: inline-block;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 0.545045px 1.09009px rgba(15, 86, 179, 0.2)), drop-shadow(0px 1.09009px 2.18018px rgba(15, 86, 179, 0.2));
  filter: drop-shadow(0px 0.545045px 1.09009px rgba(15, 86, 179, 0.2)), drop-shadow(0px 1.09009px 2.18018px rgba(15, 86, 179, 0.2));
  margin-right: 0.625rem;
  background-color: #303F9F;
  vertical-align: middle;
}

.circle.circle-gray {
  background-color: #4F5665;
}

.circle.circle-danger {
  background-color: #F73859;
}

.map-text {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

.map-content,
.map-info,
.box-container,
.steps,
.region-container,
.goal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.map-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  border-right: 1px solid #848993;
}

.map-img-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  /* padding-left: 1.875rem; */
  position: relative;
}

.map-img-section .d-block {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.list-row {
  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;
  text-align: left;
  padding: 0.75rem 0.75rem 0.75rem 0;
  border-bottom: 1px solid #848993;
}

.list-row:first-child {
  padding-top: 0;
}

.list-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.list-value {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #303F9F;
}

.list-text {
  color: #4F5665;
}

.map-content {
  margin-top: 3.875rem;
}

.map-value {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.25rem;
  line-height: 3.0625rem;
  font-weight: 700;
  color: #303F9F;
  margin-left: 8.625rem;
}

.box-container {
  margin: 3.125rem -0.9375rem 0 -0.9375rem;
}

.box-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.9375rem;
}

.box-col .box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-col .svg-icon {
  width: 3.875rem;
  margin-right: 0.9375rem;
}

.box-col .box-title {
  text-align: left;
  margin-bottom: 0;
}

.box-col .box-content {
  text-align: left;
  margin-top: 1.25rem;
}

.box-col .box {
  padding: 2.5rem;
}

.box-col .box-list {
  margin: 1.25rem 0 2.5rem 0;
  padding: 0 0.625rem;
}

.box-col .about-content {
  padding: 0;
}

.video-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 32.5%;
  max-width: 39.6875rem;
  min-height: 22.3125rem;
  margin: 2.25rem auto 6.5rem auto;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-section {
  padding: 7% 0 4% 0;
  text-align: center;
}

.video-section .text-center {
  text-align: center;
}

.steps {
  counter-reset: num;
}

.step {
  position: relative;
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 3.125rem 0;
}

.step:after,
.step:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
}

.step:after {
  border-bottom: 2px solid #F0F1F6;
  width: 100%;
}

.step:last-child:after {
  display: none;
}

.step::before {
  content: counter(num);
  counter-increment: num;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #303F9F;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.625rem;
  line-height: 2.1875rem;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: -1.5625rem 0 0 -1.5625rem;
  z-index: 1;
}

.step .step-inst {
  color: #4F5665;
}

.region-container {
  margin: 0 -0.9375rem;
  padding: 2.5rem 0;
}

.region-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0.9375rem;
}

.region-box {
  background-color: #ffffff;
  border: 2px solid #F7F7FA;
  text-align: center;
  padding: 1.25rem;
}

.region-title {
  /* font-size: 3rem; */
  /* line-height: 1.875rem; */
  color: #303F9F;
  margin: 1.25rem 0;
}

.region-img {
  height: 9rem;
  margin: 0 auto;
}

.region-inst {
  font-weight: 700;
}

.goal-container {
  padding: 2.25rem 0;
  margin: 0 -0.9375rem;
}

.goal-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.9375rem;
}

.goal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5625rem 0;
}

.square-icon {
  width: 4.0625rem;
  height: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #303F9F;
  margin-right: 1.875rem;
}

.square-icon img {
  width: 2.125rem;
  vertical-align: middle;
}

.goal-inst {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

.goal-listing {
  margin: 1.25rem 0;
}

.goal-img {
  background-color: #c4c4c4;
  border-radius: 0.625rem;
  min-height: 13.6875rem;
  position: relative;
  margin-bottom: 1.5625rem;
}

.goal-img .goal-img-banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0 auto;
}

.goal-logo {
  height: 6.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3.125rem 0 0 -3.1875rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}


@media (max-width: 1024px) {

  .map-list,
  .map-img-section {
    border-right: 0;
  }

  .map-list,
  .map-img-section,
  .box-col,
  .goal-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .map-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .map-img-section {
    margin-bottom: 3.125rem;
  }

  .region-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .step:after {
    display: none;
  }

  .map-col,
  .step,
  .region-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .map-col {
    border-right: 0;
    padding: 0.625rem 0;
  }

  .map-value {
    position: relative;
    margin: 0 0 1.25rem 0;
  }

  .box-col .box {
    padding: 1rem;
  }
}

.product-category {
  /******************* grid header css *******************/
  /******************* carousel css *******************/
  /******************* product grid css *******************/
  /******************* side panel css *******************/
}

.product-category a {
  text-decoration: none;
}

.product-category .gradient-grey-white {
  /* background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(#F7F7FA), to(#FFFFFF));
  background: linear-gradient(0.25turn, #FFFFFF, #F7F7FA, #FFFFFF); */
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;

}

.product-category .form-control {
  border: none;
  outline: none;
  background-color: transparent;
  width: 130px;
  color: #303F9F;
}

.product-category .form-control:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.product-category .larger-checkbox {
  height: 15px;
  width: 15px;
  margin: 3px 10px 0 2px;
  vertical-align: text-top;
  background-color: green;
}

.product-category input[type=radio] {
  border: 0px;
  width: 20px;
  height: 20px;
}

.product-category .checkbox label,
.product-category .radio label {
  padding-left: 10px;
}

.product-category .carousel-indicators {
  bottom: -40px;
}

.product-category .carousel-indicators .active {
  background-color: #303F9F;
  width: 12px;
  height: 12px;
}

.product-category .carousel-indicators li {
  border: 1px solid #303F9F;
  width: 10px;
  height: 10px;
}

.product-category .carousel-inner {
  -webkit-box-shadow: 1px 1px 5px #d8d8d8;
  box-shadow: 1px 1px 5px #d8d8d8;
}

.product-category .box {
  min-height: 380px;
  min-width: 226px;
}

.product-category .box .img-size {
  height: 168px;
}

.product-category .add-button,
.product-category .product-detail .cart-button,
.product-detail .product-category .cart-button {
  font-size: 0.875rem;
  font-weight: 600;
  width: 100%;
  min-width: 100%;
}

.product-category .add-button:hover,
.product-category .product-detail .cart-button:hover,
.product-detail .product-category .cart-button:hover,
.product-category .add-button:active,
.product-category .product-detail .cart-button:active,
.product-detail .product-category .cart-button:active {
  background-color: #242f78;
  outline: 0;
  color: #ffffff;
}

.product-category .discount-bg {
  background-color: #F53838;
  color: #ffffff;
  padding: 8px 13px;
  position: relative;
  bottom: 50px;
  right: 10px;
}

.product-category .search-bar {
  height: 35px;
  margin-bottom: 10px;
}

.product-category .search-bar .search-input {
  padding: 1px 10px 0;
}

.product-category .search-bar .btn-search {
  height: 35px;
  width: 35px;
  top: 5px;
  right: -1px;
}

.product-category .search-bar .btn-search.btn-icon img {
  width: 15px;
}

.product-category .sub-accordian:hover,
.product-category .sub-accordian:active,
.product-category .sub-accordian.active {
  color: #303F9F;
}

.product-category .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-category .panel-default {
  border: none;
}

.product-category .panel-default>.panel-heading {
  color: #333;
  background-color: #ffffff;
  border: none;
}

.product-category .panel-title {
  position: relative;
}

.product-category .panel-heading-full.panel-heading {
  padding: 0;
}

.product-category .panel-heading-full .panel-title {
  padding: 10px 15px;
}

.product-category .panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px;
}

.product-category .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
}

.product-category .reset-button {
  font-size: 0.875rem;
  background-color: white;
  color: #0B132A;
  border: 1px solid #4F5665;
  width: 100%;
  min-width: 100%;
}

.product-category .ui-slider-horizontal {
  height: 0 !important;
}

.product-category .ui-widget.ui-widget-content {
  border-style: solid;
  border-width: 1px;
  -o-border-image: linear-gradient(1deg, #0B132A, #3F51B5) 1;
  border-image: linear-gradient(1deg, #0B132A, #3F51B5) 1;
  /* margin: 0 26px; */
}

.product-category .ui-state-default,
.product-category .ui-widget-content .ui-state-default,
.product-category .ui-widget-header .ui-state-default,
.product-category .ui-button,
.product-category html .ui-button.ui-state-disabled:hover,
.product-category html .ui-button.ui-state-disabled:active {
  background: #0B132A;
  border-radius: 10px !important;
  margin-top: -4px;
}

.container-fluid {
  max-width: 960px;
}

[data-toggle=collapse] {
  cursor: pointer;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.valign-middle {
  vertical-align: middle !important;
}

.parent-collapsed {
  display: none;
}

.collapsed .parent-expanded {
  display: none;
}

.collapsed .parent-collapsed {
  display: inline-block;
}

.mt-100 {
  margin-top: 150px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
}

.card-header {
  padding: 20px 20px 10px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.input-border {
  border: 1px solid #B3B4B4 !important;
  border-radius: 0;
}

.filter-group .card-header {
  border-bottom: 0;
}

.filter-content {
  padding: 0 20px;
}

.icon-control {
  margin-top: 6px;
  float: right;
  font-size: 80%;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
}

.list-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.list-menu a {
  color: #343a40;
}

a {
  text-decoration: none !important;
  background-color: transparent;
}

.checkbox-btn {
  position: relative;
}

.checkbox-btn input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-btn input:checked~.btn {
  border-color: #3167eb;
  background-color: #3167eb;
  color: #fff;
}

#group-1 {
  display: none;
}

.btn-light {
  display: inline-block;
  font-weight: 600;
  color: #343a40;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eee;
  border: 1px solid #eee;
  padding: 0.45rem 0.85rem;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0.37rem;
}

.fa {
  color: #3F51B5 !important;
  font-size: 12px !important;
}

.btn-light:hover {
  background-color: #fff;
  border-color: #989898;
}

.btn-medium {
  font-size: 12px;
  padding: 10px 22px;
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 2px;
  border: 1px solid #157af6;
  width: 100%;
}

.highlight-button:hover {
  background-color: #157af6;
  border: 2px solid #157af6;
  color: #fff;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #303F9F;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.float-search,
.float-message {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 30px;
  background-color: #F73859;
  border-radius: 50px;
  text-align: center;
  padding-top: 15px;
  z-index: 1;
}

.float-message {
  background-color: #3F51B5;
  margin-top: 80px;
}

.navigation-bar .pagination {
  margin-top: 0;
}

.pagination.pull-right>li:nth-of-type(2)>a {
  float: left;
  line-height: 32px;
}

.number-bg {
  height: 35px;
  width: 30px;
  font-weight: 600;
  color: #0B132A !important;
  padding: 6px 0 !important;
}

.number-bg:hover,
.number-bg.active {
  background-color: #3F51B5 !important;
  color: #ffffff !important;
}

.back-to-top {
  position: fixed;
  bottom: 85px;
  right: 10px;
  display: none;
  padding: 15px;
  min-width: 50px;
  height: 50px;
  background-color: #0b132a80;
  border-radius: 60px;
  border: 1px solid transparent;
}
/******************* product detail page css *******************/
.product-detail .grey-bg-header,
.product-detail .grey-bg-products {
  background-color: #F7F7FA;
}

.product-detail .pd-wrap {
  padding: 40px 0;
}

.product-detail .pd-wrap .product-shadow {
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 5px #d8d8d8;
  box-shadow: 1px 1px 5px #d8d8d8;
  padding: 0 !important;
}

.product-detail .carousel-testimonial .item {
  padding: 30px 10px;
}

.product-detail .quote {
  position: absolute;
  top: -23px;
  color: #2e9da1;
  font-size: 27px;
}

.product-detail .name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}

.product-detail .position {
  color: #adadad;
  font-size: 14px;
}

.product-detail .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  height: 25px;
}

.product-detail .owl-nav button svg {
  width: 25px;
  height: 25px;
}

.product-detail .owl-nav button.owl-prev {
  left: 25px;
}

.product-detail .owl-nav button.owl-next {
  right: 25px;
}

.product-detail .owl-nav button span {
  font-size: 45px;
}

.product-detail .product-thumb .item img {
  height: 100px;
}

.product-detail .image-container {
  position: relative;
  display: inline-block;
}

.product-detail .image-container img {
  display: block;
}

.product-detail .image-container .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  color: #FFF;
}

.product-detail .image-container .after {
  display: block;
  background: #ffffff94;
}

.product-detail .image-container .after .video {
  position: absolute;
  top: 2%;
  left: 30%;
  width: 45px;
  cursor: pointer;
}

.product-detail .line-through {
  text-decoration: line-through;
  vertical-align: middle;
}

.product-detail .product-info {
  width: 100%;
}

.product-detail .reviews-counter span {
  vertical-align: -2px;
}

.product-detail .rate {
  float: left;
  padding: 0 10px 0 0;
}

.product-detail .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-detail .product-count .qtyminus,
.product-detail .product-count .qtyplus {
  width: 34px;
  height: 34px;
  text-align: center;
  color: #4F5665;
  cursor: pointer;
}

.product-detail .product-count .qtyminus {
  border-top: 1px solid #B3B4B4;
  border-left: 1px solid #B3B4B4;
  border-bottom: 1px solid #B3B4B4;
  height: 35px;
  line-height: 23px;
}

.product-detail .product-count .qtyplus {
  border-top: 1px solid #B3B4B4;
  border-right: 1px solid #B3B4B4;
  border-bottom: 1px solid #B3B4B4;
  height: 35px;
  line-height: 33px;
}

.product-detail .product-count .qty {
  width: 40px;
  text-align: center;
  border-top: 1px solid #B3B4B4;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #B3B4B4;
  border-left: 1px solid transparent;
}

.product-detail .cart-button {
  background-color: #388E3C;
  height: 35px;
  width: 219px;
  border: none;
}

.product-detail .cart-button:hover {
  color: #ffffff;
  background-color: #1b671e;
}

.product-detail .product-info-tabs {
  margin-top: 25px;
}

.product-detail .product-info-tabs a:hover,
.product-detail .product-info-tabs a:focus {
  text-decoration: none;
  outline: none;
}

.product-detail .product-info-tabs .tab {
  /* font-family: "Barlow", sans-serif; */
}

.product-detail .product-info-tabs .tab .nav-tabs {
  /* border-bottom: 3px solid #B3B4B4; */
  /* overflow-x: auto;
  overflow-y: hidden; */
  display: -webkit-box;
  display: -moz-box;
}

.product-detail .product-info-tabs .nav-tabs>li {
  float: none;
}

.product-detail .product-info-tabs .tab .nav-tabs li a {
  color: #4F5665;
  background: #fff;
  /* padding: 12px 20px 14px; */
  margin: 0;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.product-detail .product-info-tabs .tab .nav-tabs li.active a,
.product-detail .product-info-tabs .tab .nav-tabs li a:hover,
.product-detail .product-info-tabs .tab .nav-tabs li.active a:hover {
  color: #303F9F;
  background: #fff;
  border: none;
}

.product-detail .product-info-tabs .tab .nav-tabs li a:before,
.product-detail .product-info-tabs .tab .nav-tabs li a:after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: -80%;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-detail .product-info-tabs .tab .nav-tabs li a:after {
  background-color: #303F9F;
  top: auto;
  bottom: -4px;
  height: 4px;
  -webkit-clip-path: none;
  clip-path: none;
}

.product-detail .product-info-tabs .tab .nav-tabs li.active a:before,
.product-detail .product-info-tabs .tab .nav-tabs li a:hover:before {
  top: 0;
}

.product-detail .product-info-tabs .tab .nav-tabs li.active a:after,
.product-detail .product-info-tabs .tab .nav-tabs li a:hover:after {
  bottom: 0;
}

.product-detail .product-info-tabs .nav-tabs>li {
  float: left;
  /* margin-bottom: -2px;
  border-bottom: 2px solid #B3B4B4; */
}

.product-detail .product-info-tabs .tab .tab-content {
  color: #0B132A;
  background: #fff;
  display: block;
}

.product-detail .product-detail-side-panel .box-grey {
  background-color: #F7F7FA;
  height: 278px;
  width: 255px;
}

.product-detail .product-detail-side-panel .box-grey .seller-button {
  border: 2px solid #3F51B5;
  color: #3F51B5;
  background-color: transparent;
  width: 100%;
  min-width: 100%;
  font-size: 14px;
}

.product-detail .product-detail-side-panel .box-grey .white-box {
  height: 35px;
  background-color: #ffffff;
  border: 1px solid #B3B4B4;
}

.product-detail .product-detail-side-panel .box-border-grey {
  height: fit-content;
  border: 1px solid #B3B4B4;
  width: 255px;
}

.product-detail .product-detail-side-panel .box-border-grey .box-content {
  border-bottom: 1px solid #B3B4B4;
}

.product-detail .product-detail-side-panel .box-border-grey .box-content .p-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-detail .browsing-slider .owl-carousel {
  display: block;
}

.product-detail .browsing-slider .owl-carousel .owl-stage-outer {
  left: 0.7%;
}

.product-detail .browsing-slider .owl-carousel .box {
  width: 93%;
}

.product-detail .browsing-slider .owl-carousel .star {
  width: 1rem;
  display: inline-block;
}

.product-detail .browsing-slider .owl-carousel .owl-nav button {
  top: 45%;
}

.product-detail .browsing-slider .owl-carousel .owl-nav button span {
  font-size: 100px;
}

.product-detail .browsing-slider .owl-carousel .owl-nav button.owl-next {
  right: -40px;
  color: #3F51B5;
}

.product-detail .browsing-slider .owl-carousel .owl-nav button.owl-prev {
  left: -40px;
  color: #3F51B5;
}

.product-detail .browsing-slider .owl-theme .owl-dots {
  display: none;
}

.product-detail .browsing-slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #3F51B5;
  text-decoration: none;
}

.product-detail .browsing-slider .view-history {
  max-width: 254px;
  min-width: 254px;
}

/******************* product manufacturer page css *******************/
.manufacturers .manufacturer-box {
  min-height: 260px;
  width: 540px;
}

.manufacturers .manufacturer-box .profile-bg {
  background-color: #DADADA;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.manufacturers .manufacturer-box .social-links {
  background-color: #DADADA;
  width: 53px;
  height: 50px;
}

/******************* product review form page css *******************/
.review-form .form-width {
  float: none;
  margin: 100px auto;
}

.review-form .form-white-bg {
  background: white;
  /* Remove radio buttons */
  /* Set yellow color when star checked */
  /* Set yellow color when star hover */
}

.review-form .form-white-bg .form-header {
  height: 60px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  right: 0;
  left: 0;
  padding-top: 18px;
}

.review-form .form-white-bg .form-body-padding {
  padding: 40px 95px;
}

.review-form .form-white-bg .form-group-padding {
  padding: 0px 30px 10px;
}

.review-form .form-white-bg .label-padding {
  padding: 0 30px 11px 10px;
  margin-top: 0;
}

.review-form .form-white-bg textarea {
  height: 167px;
  border-radius: 0;
  border: 1px solid #B3B4B4;
  width: 100%;
}

.review-form .form-white-bg .starrating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  float: left;
}

.review-form .form-white-bg .starrating>input {
  display: none;
}

.review-form .form-white-bg .starrating>label:before {
  content: "";
  /* Star */
  margin: 2px;
  font-size: 18px;
  font-family: FontAwesome;
  display: inline-block;
  margin: 0 10px 0 0;
}

.review-form .form-white-bg .starrating>label {
  color: #b3b4b4;
  /* Start color when not clicked */
}

.review-form .form-white-bg .starrating>input:checked~label {
  color: #FFC200;
}

.review-form .form-white-bg .starrating>input:hover~label {
  color: #FFC200;
}

.review-page.site-header {
  height: 3.5rem;
}

.review-page.site-header .switch-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 45rem;
}

.review-page .fix-header {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -6px;
  padding-bottom: 12px;
}

.review-page .site-footer {
  padding: 18px 0px 15px;
  min-height: 50px;
}

.review-page .settings-btn .blue-square {
  background-color: #3F51B5;
  height: 40px;
  width: 40px;
}


.price-filter-align{
  font-size: 11px;
  width: 100px;
  color: #000;
  background: #FFFFFF;
  border: 1px solid #B3B4B4;
  padding: 10px 0px;
  text-align: center;
  line-height: normal;
}
.dash-color{
  color: #3F51B5;
  font-size: 19px;
  font-weight: 900;
}
@media (min-width: 575px) {
  .product-category .product-width .col-sm-4 {
    width: 50%;
    height: 400px;
  }

  .product-category .product-width .star-font-size {
    font-size: 13px;
  }

  .float-search,
  .float-message {
    bottom: 180px;
    right: 25px;
  }

  .float-message {
    bottom: 100px;
    right: 25px;
  }
}

@media (min-width: 767px) {
  .product-category .product-width .col-sm-4 {
    width: 33%;
  }

  .product-category .product-width .col-sm-4 .box-padding {
    padding: 15px;
  }

  .product-category .product-width .star-font-size {
    font-size: 7px !important;
  }
}

@media (min-width: 992px) {
  .product-category .product-width .col-sm-4 {
    width: 33%;
    padding: 8px;
  }

  .product-category .openbtn {
    display: none;
  }

  .product-category .closebtn {
    display: none;
  }

  #openSideBar {
    width: 277px !important;
    padding: 0px;
    min-width:277px !important;
  }

  #main {
    margin-left: 0 !important;
  }

  .product-detail .pd-wrap .md-4-pl-0 {
    padding-left: 0;
  }

  .product-detail .pd-wrap .qty-font-size {
    font-size: 18px;
    margin-top: 3px;
  }

  .product-detail .show-back-links {
    display: none;
  }

  .product-detail .hide-back-links {
    display: block;
  }

  .product-detail .browsing-slider .owl-carousel .owl-nav button.owl-next {
    right: -25px;
  }

  .product-detail .browsing-slider .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
  }
}

@media (min-width: 1024px) {
  .product-category .product-width .col-md-4 {
    width: 34%;
    padding: 10px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .product-category .product-width .star-font-size {
    font-size: 8px !important;
  }

  .product-category .product-width .review-font-size {
    font-size: 13px !important;
  }
}

@media (min-width: 1200px) {
  .product-detail .pd-wrap .md-4-pl-0 {
    padding-left: 15px;
  }

  .product-detail .pd-wrap .qty-font-size {
    font-size: 1.4rem;
    margin-top: -2px;
  }
}

@media (min-width: 1900px) {
  .product-category .product-width .col-xl-3 {
    width: 33%;
    padding: 15px;
  }
}

@media (min-width: 2200px) {
  .product-category .product-width .col-xl-3 {
    width: 25%;
    padding: 10px;
  }

  .product-category .product-width .star-font-size {
    font-size: 1px !important;
  }

  .product-category .product-width .review-font-size {
    font-size: 12px !important;
    margin-top: 1px;
  }
}

@media (max-width: 1200px) {
  .manufacturers .col-md-6 {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .product-category .open-panel {
    display: none;
  }

  .product-category .openbtn {
    display: block;
    margin-bottom: 15px;
  }

  .product-category #openSideBar {
    width: 100% !important;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    /* background: #080808b8; */
    z-index: 99;
    padding: 0;
  }

  .product-category .sidepanel-overlay {
    max-width: 310px;
    background-color: white;
    height: 100vh;
    padding: 50px 10px 0;
    overflow-y: auto;
  }

  .product-category #main {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .product-category .search-bar {
    margin-top: -20px;
  }

  .product-category .search-bar .search-input {
    padding: 25px 10px 12px;
  }

  .product-category .search-bar .btn-search {
    top: 12px;
  }

  .product-category .closebtn {
    position: relative;
    font-size: 36px;
    left: 90%;
    bottom: 40px;
  }

  .product-detail .show-back-links {
    display: block;
  }

  .product-detail .show-back-links .flip-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .product-detail .hide-back-links {
    display: none;
  }

  .site-footer {
    min-height: 33.75rem;
  }

  .manufacturers .manufacturer-box .responsive-padding-text {
    text-align: left;
    padding-left: 33px;
  }

  .manufacturers .manufacturer-box .responsive-padding-star {
    text-align: left;
    padding-left: 2px;
    margin-bottom: 15px;
  }
}

@media (max-width: 800px) {

  .review-page.site-header,
  .review-page .header-height {
    height: 7.5rem;
  }

  .review-page.site-header .switch-section,
  .review-page .header-height .switch-section {
    background-color: #ffffff;
  }

  .review-page.site-header .switch-section .switch-toggle,
  .review-page .header-height .switch-section .switch-toggle {
    width: 35rem;
  }

  .review-page.site-header .right-section,
  .review-page .header-height .right-section {
    margin-right: 0;
  }

  .review-page .settings-btn .blue-square {
    height: 35px;
    width: 35px;
  }
}

@media (max-width: 767px) {
  .sliding-sidebar {
    position: absolute;
    z-index: 1;
    background: #fff;
    min-height: auto;
  }

  .sliding-sidebar.collapse,
  .sliding-sidebar.collapsing {
    display: block !important;
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    -webkit-transition: all 200ms;
    transition: all 200ms;
    width: 83%;
  }

  .sliding-sidebar.collapse.in {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), 2px 0 0 rgba(0, 0, 0, 0.05), 3px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), 2px 0 0 rgba(0, 0, 0, 0.05), 3px 0 0 rgba(0, 0, 0, 0.05);
  }

  .minus-position {
    padding-top: 0 !important;
  }

  .product-detail .browsing-slider .owl-carousel .owl-nav button.owl-next {
    right: -25px;
  }

  .product-detail .browsing-slider .owl-carousel .owl-nav button.owl-prev {
    left: -28px;
  }

  .product-detail .browsing-slider .owl-carousel .owl-stage-outer {
    left: 1.8% !important;
  }

  .manufacturers .manufacturer-box .responsive-padding-text {
    text-align: left;
    padding-left: 33px;
  }

  .manufacturers .manufacturer-box .responsive-padding-star {
    text-align: left;
    padding-left: 6px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .product-category .product-width .col-xs-12 {
    width: 100%;
    padding: 0;
  }

  .product-category .product-width .col-xs-12 .box {
    margin-top: 30px;
  }

  .product-category .hide-pagination {
    display: none;
  }

  .product-category .search-bar {
    margin-top: -20px;
  }

  .product-category .search-bar .search-input {
    padding: 0px 10px 12px;
  }

  .product-category .search-bar .btn-search {
    top: -2px;
  }

  .minus-position {
    padding-top: 0 !important;
  }

  .float-search,
  .float-message {
    bottom: 180px;
    right: 25px;
  }

  .float-message {
    bottom: 100px;
    right: 25px;
  }

  .product-detail .col-xs-12-pr0 {
    padding-right: 0;
  }

  .product-detail .pd-wrap .product-shadow {
    padding: 0 !important;
    height: auto;
  }

  .product-detail .pd-wrap .product-thumb .item img {
    margin-bottom: 20px;
  }

  .product-detail .pd-wrap .plminus {
    padding-left: 4px;
  }

  .product-detail .pd-wrap .qty-font-size {
    font-size: 20px;
    padding-left: 12px;
    margin-top: 1px;
  }

  .product-detail .pd-wrap .prplus {
    padding-right: 4px;
  }

  .product-detail .browsing-slider .owl-carousel .owl-stage-outer {
    left: 4%;
  }

  .product-detail .browsing-slider .owl-carousel .owl-nav button.owl-next {
    right: -25px;
  }

  .product-detail .browsing-slider .owl-carousel .owl-nav button.owl-prev {
    left: -25px;
  }

  .manufacturers .text-size-37 {
    font-size: 37px;
  }

  .manufacturers .manufacturer-box {
    max-width: 100%;
  }

  .manufacturers .manufacturer-box .responsive-padding-text {
    text-align: left;
    padding-left: 33px;
  }

  .manufacturers .manufacturer-box .responsive-padding-star {
    text-align: left;
    padding-left: 6px;
    margin-bottom: 15px;
  }

  .manufacturers .manufacturer-box .padding-shop {
    vertical-align: top;
  }

  .manufacturers .manufacturer-box .padding-content {
    padding-left: 7px;
  }

  .manufacturers .manufacturer-box .social-links {
    margin-right: 6px;
    width: 34px;
    height: 31px;
  }

  .review-form.grey-bg-header {
    height: auto;
  }

  .review-form .form-white-bg .form-body-padding {
    padding: 10px;
  }

  .review-form .form-white-bg .form-group-padding {
    padding: 20px;
  }

  .review-form .form-white-bg .comment-button {
    max-width: 100%;
  }
}

.list-unstyled {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  list-style: none;
}
/* .swiper-wrapper{
  transition-duration: 0ms;
  transform: none !important;
} */
.text-gray {
  color: #4F5665;
}

.text-primary {
  color: #303F9F;
}

.text-secondary {
  color: #4F5665;
}

.text-danger {
  color: #F73859;
}

.text-dark-blue {
  color: #3F51B5;
}

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

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

.text-green {
  color: #388E3C;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.border-none {
  border: none !important;
}

.border-bottom-grey-1px {
  border-bottom: 1px solid #B3B4B4;
}

.border-bottom-grey {
  border-bottom: 2px solid #B3B4B4;
}

.d-block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hide {
  display: none;
}

.align-sub {
  vertical-align: sub;
}

.align-middle {
  vertical-align: middle;
}

.align-top {
  vertical-align: top;
}

.align-super {
  vertical-align: super;
}

.text-center {
  text-align: center;
}

.cursor {
  cursor: pointer;
}

.h-30px {
  height: 30px;
}

.h-35px {
  height: 35px;
}

.h-40px {
  height: 40px;
}

.h-45px {
  height: 45px;
}

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

.h-130px {
  height: 130px;
}

.w-12px {
  width: 12px;
}

.w-14px {
  width: 16px !important;
  height: 16px !important;
}

.w-18px {
  width: 18px;
}

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

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

.w-100px {
  width: 100px;
}

.w-250px {
  width: 250px !important;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.max-width95 {
  max-width: 95%;
}

.w100 {
  width: 100% !important;
}

.p0 {
  padding: 0;
}

.p4 {
  padding: 4px;
}

.p5 {
  padding: 5px;
}

.p8 {
  padding: 8px;
}

.p10 {
  padding: 10px;
}

.p19 {
  padding: 19px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.pt0 {
  padding-top: 0;
}

.pt3 {
  padding-top: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pt5 {
  padding-top: 5px;
}

.pt6 {
  padding-top: 6px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt11 {
  padding-top: 11px;
}

.pt15 {
  padding-top: 15px;
}

.pt18 {
  padding-top: 18px;
}

.pt20 {
  padding-top: 20px;
}

.pt100 {
  padding-top: 100px;
}

.pr0 {
  padding-right: 0;
}

.pr5 {
  padding-right: 5px;
}

.pr7 {
  padding-right: 7px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb200 {
  padding-bottom: 200px;
}

.pl0 {
  padding-left: 0;
}

.pl5 {
  padding-left: 5px;
}

.ptb0rl32 {
  padding: 0 32px;
}

.pl10 {
  padding-left: 10px;
}

.pl12 {
  padding-left: 12px;
}

.pl15 {
  padding-left: 15px;
}

.pl18 {
  padding-left: 18px;
}

.pl20 {
  padding-left: 20px;
}

.pl40 {
  padding-left: 40px;
}

.ptr0l30 {
  padding: 0 0 0 30px;
}

.ptb0rl22 {
  padding: 0 22px;
}

.ptb0rl40 {
  padding: 0 40px;
}

.ptb16rl0 {
  padding: 16px 0;
}

.ptb18rl20 {
  padding: 18px 20px;
}

.ptb0r20l40 {
  padding: 0 40px 0 20px;
}

.m0 {
  margin: 0;
}

.mt1 {
  margin-top: 1px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt16 {
  margin-top: 16px;
}

.mt22 {
  margin-top: 22px;
}

.mt24 {
  margin-top: 24px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr19 {
  margin-right: 19px;
}

.mr30 {
  margin-right: 30px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mb0 {
  margin-bottom: 0;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mtb0rl25 {
  margin: 0 25px;
}

.mt-minus2 {
  margin-top: -2px;
}

.mt-minus4 {
  margin-top: -4px;
}

.mt-minus5 {
  margin-top: -5px;
}

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

.mb-minus20 {
  margin-bottom: -20px;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.line-height-1-5 {
  line-height: 1.5rem;
}

.line-height-1-8 {
  line-height: 1.8rem;
}

.line-height-20 {
  line-height: 20;
}

.product-slider {
  padding-bottom: 6.25rem;
}

.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
  bottom: 0;
  top: auto;
}

.product-slider .swiper-button-prev {
  right: 0;
  left: auto;
}

.product-slider .swiper-pagination {
  left: 0;
  right: auto;
  width: auto;
}

.product-slider .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #BDBDBD;
  opacity: 1;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2.8125rem;
  background-color: #303F9F;
  border-radius: 0.9375rem;
}

.product-slider .swiper-button-prev,
.product-slider .swiper-button-next {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #303F9F;
  border: 2px solid #303F9F;
  opacity: 1;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.product-slider .swiper-button-prev:after,
.product-slider .swiper-button-next:after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  -webkit-mask: url("../images/svg-icons/long-arrow-left.svg") no-repeat center;
  mask: url("../images/svg-icons/long-arrow-left.svg") no-repeat center;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.product-slider .swiper-button-prev.swiper-button-disabled,
.product-slider .swiper-button-next.swiper-button-disabled {
  background-color: transparent;
}

.product-slider .swiper-button-prev.swiper-button-disabled:after,
.product-slider .swiper-button-next.swiper-button-disabled:after {
  background-color: #303F9F;
}

.product-slider .swiper-button-prev {
  margin-right: 5.9375rem;
}

.product-slider .swiper-button-next:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.grid-box-new {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
  margin: 1rem 0.5rem;
}

.owl-carousel {
  position: relative;
  padding: 0 0 6.25rem;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  border: 1px solid #ddd;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: -70px;
  top: 30%;
  color: #3F51B5 !important;
  font-size: 80px !important;

}

.owl-carousel .owl-next {
  right: -70px;
  top: 30%;
  color: #3F51B5 !important;
  font-size: 80px !important;
}

.main-content {
  max-width: 80%;
  margin: auto;
}


.modal-content{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  
}
.text-justification{
    text-transform: lowercase;
}
.text-justification::first-letter{
  text-transform: capitalize;
}

.sidebar-headers{
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: -3px;
}

.topnav .dropdown .dropdown-toggle .icon-gear:hover{
  background:#3f51b5 !important;
}

@media screen and (max-width:1024px) {

  .nav-tab {
    padding-bottom: 20px;
  }
}

@media screen and (max-width:768px) {

  .owl-carousel .owl-next {
    top: 30%;
  }

  .owl-carousel .owl-prev {
    top: 30%;
  }

  .about-content {
    max-width: 80%;
    margin: auto;
  }

  .about-title {
    text-align: center;
  }
}

@media screen and (max-width:576px) {

  .search-bar {
    border-right: 2px solid #303F9F;
  }

  .main-content {
    max-width: 100%;
  }

  .owl-carousel .owl-next {
    visibility: visible;
  }

  .owl-carousel .owl-prev {
    visibility: visible;
  }


  /* .owl-dots {
      text-align: center;
      padding-top: 15px;
    }

    .owl-dots button.owl-dot {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      display: inline-block;
      background: #ccc;
      margin: 0 3px;
    }

    .owl-dots button.owl-dot.active {
      background-color: #000;
    }

    .owl-dots button.owl-dot:focus {
      outline: none;
    } */
}

@media screen and (max-width:380px) {

  .about-row {
    margin: 0px -4.25rem;
    padding-top: 3.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-content {
    max-width: 90%;
    margin: auto;
  }

  .about-content .about-inst {
    margin: 1rem 1rem;
  }

  .btn-section {
    margin: 1.25rem 1.9rem;
  }

  .about-content .about-inst-2 {
    padding-right: 0;

  }

  .about-content .about-inst {
    margin: 1rem 2rem;
  }
}

@media screen and (max-width:330px) {

  .h2,
  h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0.01em;
  }

  .about-content .about-inst {
    margin: 1rem 1rem;
  }

  .btn-section {
    margin: 1.25rem .7rem;
  }
}

/* Often Search */

.ab-discount-bg {
  position: absolute;
  background: red;
  width: 48px;
  height: 30px;
  bottom: 20px;
  right: 20px;

}

.ab-text-18 {

  font-size: 1.125rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #fff;
}


/*-------------- Abhinav css* ------------------ */

/* Product Details Page */

/* .modal-content.av-pd-md-content{
    border-radius: 0px;
  } */

.btn-sm.av-pd-btn {
  background-color: #388E3C;
  line-height: 1rem;
  padding: 8px 9px !important;
  text-align: center;
  color: #fff;
  border-radius: 0px;
  cursor: pointer;
}

.btn-md.av-pd-btn {
  background-color: #388E3C;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  padding: 11px 38px !important;
  text-align: center;
  color: #fff;
  border-radius: 0px;
  cursor: pointer;
  border: none;
  margin-right: 10px;
}

/* Modal css */

.modal-backdrop {
  background-color: #fff;
  opacity: .7 !important;
}

.av-pd-md-container {
  background: #FFFFFF;
  border: 1px solid rgb(218, 218, 218);
  padding: 15px 0px;
  margin: 10px !important;
}

/* Modal head */

.modal-header.av-pd-modal-hd {
  padding: 20px 20px;
}

.modal-title.av-pd-modal-title {
  font-size: 18px;
  line-height: 24.51px;
  color: #303F9F;
  font-size: bold;
}

.modal-header .close.av-pd-mdl-close {
  margin-top: -14px !important;
  opacity: 1;
  border: none !important;

}

.modal-header .close.av-pd-mdl-close:focus {
  outline: 0 !important;
}

.modal-header .close.av-pd-mdl-close span {
  padding: 0px 10px;
  color: #fff;
  border-radius: 50%;
  background-color: red;
  padding-bottom: 4px;
  border: none !important;
}

/* Modal body */

.av-pd-md-label {
  font-size: 12px;
  font-weight: 600 !important;
  color: #303F9F;
  padding: 5px 0px;
  text-align: left;
}

.form-control.av-pd-md-fc {
  height: 2.2rem;
  width: 100%;
  text-align: left;
  border: none;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  background: #F7F7FA;
  padding: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-control.av-pd-md-fc.av-pd-md-sel {
  color: #B3B4B4;
}

.form-control.av-pd-md-textarea {
  width: 100%;
  text-align: left;
  border: none;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  background: #F7F7FA;
  padding: 0.625rem;
  text-align: left;
}

.input-group-addon.av-pd-md-addon {
  color: #B3B4B4;
  background-color: #F7F7FA !important;
  border: 0px;
  border-radius: 0px;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.av-pd-modal-mid-text {
  background: #303F9F;
  padding: 10px 24px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.card-modal~.modal-backdrop {
  background-color: #fff;
  opacity: .7 !important;
}

.av-pd-p {
  font-size: 14px;
  font-weight: bold;
}

.picker-switch.accordion-toggle {
  display: none !important;
}

.font-14{
  font-size: 14px;
  color: #000 !important;
}

@media screen and (min-width:1025px) {
  .modal-content.av-pd-md-content {
    width: 1000px;
    margin-left: -255px;
    margin-top: 40px;
    border-radius: 0px;
  }

}

@media screen and (max-width:1024px) {
  .modal-content.av-pd-md-content {
    width: 780px;
    margin-left: -144px;
    margin-top: 30px;
    border-radius: 0px;
  }
}

/* @media screen and (max-width:425px){
    .modal-content.av-pd-md-content{
      width: 400px;
      margin-left: 0px;
      margin-top: 0px;
      border-radius: 0px;
    }
  } */
@media screen and (max-width:425px) {
  .modal-content.av-pd-md-content {
    width: 360px;
    margin-left: 18px;
    margin-top: 0px;
    border-radius: 0px;
  }

  .modal-title.av-pd-modal-title {
    font-size: 14px;

  }

  .av-pd-md-label {
    font-size: 12px;
  }

  .av-pd-modal-mid-text {
    font-size: 14px;

  }

  .ab-pd-md-sml {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .openbtn {
    width: 100%;
  }
}

@media screen and (max-width:375px) {
  .modal-content.av-pd-md-content {
    width: 320px;
    margin-left: 12px;
    margin-top: 0px;
    border-radius: 0px;
  }

  .modal-title.av-pd-modal-title {
    font-size: 16px;

  }

  .av-pd-md-label {
    font-size: 14px;
  }

  .av-pd-modal-mid-text {
    font-size: 14px;
  }

  .headtxtsml h1{
    font-size: 2rem !important;
  }
}

@media screen and (max-width:320px) {
  .modal-content.av-pd-md-content {
    width: 300px;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 0px;
  }

  .av-pd-md-label {
    font-size: 12px;
  }
}

/* cart function  start*/

.form-control.av-pd-md-fc.av-cf-reg {
  color: #000 !important;
  padding: 0px 0px 0px 10px !important;
  height: 2.2rem !important;
}

.form-control.av-cart-date {
  height: 2.2rem !important;
}

/* cart function end */

/* Product detali breadcrum */

.breadcrum-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  display: inline-block;
  margin-bottom: -0.206rem;
}

/* Product detail breadcrum end */
.av-pd-img-set {
  min-height: 168px !important;
  max-height: 168px !important;
}

.av-fix-height {
  min-height: 168px !important;
  max-height: 168px !important;
}

.product-inst.av-max-pd-height {
  min-height: 57px !important;
}

.p10 {
  padding: 10px;
}

/* chatbot start*/

.av-main-chatbot {
  position: fixed;
  right: 100px;
  top: 212px;
  z-index: 99;
}

.av-cb-close {
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  color: grey;
  padding: 2px 4px;
  float: right;
  cursor: pointer;
}

.av-cb-title {
  background: #3F51B5;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 15px;
}

.card.cb-card {
  width: 22rem;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  border: none;
  height: 510px;
}

.cb-lower-tri {
  position: absolute;
  bottom: 12%;
  left: 98%;
}

.cb-bot-agent {
  text-align: center;

}

.cb-intro-1 {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #4F5665;
  line-height: 25px;
}

.cb-intro-que {
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #3F51B5;
  padding: 20px 0px 10px 0px;
}

.cb-intro-btn {
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  font-size: 16px;
  background-color: #3F51B5;
  padding: 10px;
  width: 60%;
  margin: 20px auto;
  cursor: pointer;

}

.cb-cmc {
  /* height: 495px !important; */
}

#cb-cm {
  display: none;
}

.cb-txt-reply {
  position: absolute;
  left: 0;
  bottom: 0;
}

.cb-text-border {
  border: 1px solid #EEEEEE;
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
}

.cb-text-send-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  cursor: pointer;
  background: none !important;
  border: none;
}

.cb-txt-reply-input {
  height: 40px;
  width: fit-content;
  border: none;
  padding-left: 15px;
}

/* .bot-reply-inprogress{

} */
.bot-reply {
  width: fit-content;
  background: #3F51B5;
  border-radius: 10px 10px 10px 0px;
  color: #fff;
  padding: 15px 10px;
}

.user-reply {
  background: #FFFFFF;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.075);
  border-radius: 10px 10px 0px 10px;
  width: fit-content;
  padding: 15px 10px;
  float: right;
}

.social-section.max-w-156{
  margin-top: -45px;
}
.av-baiterek-logo{
  width: 10rem !important; 
  margin-top:-31px !important;
}
.grid-section{
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .card.cb-card {
    width: 18rem;
    height: 445px;
  }

  .av-cb-title {
    font-size: 16px;
    padding: 9px;
  }

  .av-cb-close {
    height: 20px;
    width: 21px;
    padding: 0px 3px;
  }

  .cb-intro-1 {
    font-size: 12px;
  }

  .cb-intro-que {
    font-size: 16px;
    line-height: 15px;
  }

  .cb-intro-btn {
    font-size: 12px;
    padding: 5px;
    margin: 10px auto;
  }

  .cb-txt-reply-input {
    width: fit-content
  }

  .bot-reply {
    padding: 9px 6px;
    font-size: 13px;
  }

  .user-reply {
    padding: 9px 6px;
    font-size: 13px;
  }

  .typing {
    height: 36px;
    width: 44px;
  }

  .bot-reply-inprogress {
    margin: 15px !important;
  }

  .bot-reply-div {
    margin: 15px !important;
  }

  .user-reply {
    margin: 15px !important;
  }
  .social-section.max-w-156P {
    margin-top: -15px !important;
  }
  .av-baiterek-logo{
    width: 13rem !important; 
    margin-top:-13px !important;
    padding-left:10px !important;
  }
  .owl-carousel .owl-next{
    right: -61px;
    top: 28%;
  }
  .owl-carousel .owl-prev{
    left: -60px;
    top: 28%;
  }
  h2.about-title{
    font-size: 25px;
  }
  .about-row{
    padding-top: 0px;
  }
}

/* chatbot end */

/* support modal start */

  .av-support-label{
    font-size: 14px;
    font-weight: bold !important;
    padding:5px 0px;
    margin:2px 0px;
  }
  .form-control.av-support-input{
    border: 1px solid grey;
    text-align: left;
    margin-bottom: 10px;
  }
  .btn.av-support-btn{
    padding: 0.5rem !important;
    min-width: 7.0625rem !important;
  }
  .btn.av-support-btn.btn-secondary{
    background-color: #848993 !important;
    border: #848993 !important;
  }
  .close.av-support-close{
    height: 25px;
    width: 25px;
    background-color: red;
    border-radius: 50%;
    color: #fff;
    opacity: 1 !important;
    padding: 0px;
    margin: 0rem 0rem 0rem auto !important;
  }
/* support modal end */
/* Header - footer responsive */
.menu-item-last-ul{
  list-style: none;
}
.menu-item-last{
  display: none;
}

.font-styling{
  color: #000 !important;
  font-size: 14px !important;
}
.font-weight-bold{
  font-weight: 600 !important;
}
.checkbox-nomargin{
  margin-top: 0px;
  margin-bottom: 0px;
}

  @media screen and (max-width:768px){
    .av-resize-logo{
      height: 65%;
      width: 65% !important;
    }
    .site-header .switch-section, .header-height .switch-section{
      margin: 0 0 0 12% !important;
      max-width: 65% !important;
    }
    .switch-toggle{
      margin: .5rem 0 !important;
    }
    .av-switch-toggle-label{
      font-size: 14px;
    }
    .site-header .right-section, .header-height .right-section{
      margin-right: 0px;
    }
    .site-header .nav-bar ul.menu {
      display: none;
    }

  }
  @media screen and (max-width:768px){
    .menu-item-last{
      display: block;
      width: 100%;
      position: absolute;
      left: 0%;
      top: 54%;

    }
    .menu-item-last .av-burger-icon{
      font-size:26px;
    }
    .btn.btn-icon.btn-cart{
      position: absolute;
      top: 41%;
      right: 0%;
    }
    .site-header .nav-bar ul.menu.av-responsive{
      float: none !important;
      display:flex !important;
      flex-direction: column !important;
      position: absolute;
      top: 80%;
      left: 0%;
      background-color: #fff;
      width: 100%;
      margin: auto;
      align-items: flex-start;
    }
    .site-header .menu-item, .header-height .menu-item{
      padding: 1% 4% !important;
    }
    .site-header .btn-cart, .header-height .btn-cart{
      margin-right: 3%;
    }
    .links__login_btn_span{
      display: none;
    }
    .owl-carousel .owl-next{
      font-size: 60px !important;
      right: -47px;
    }
    .owl-carousel .owl-prev{
      font-size: 60px !important;
      left: -52px;
    }
    .owl-carousel{
      padding-bottom: 50px;
    }
    .about-content .about-title{
      max-width: none;
      margin-bottom: 1.875rem;
    }
    .list-unstyled.avindex-list{
      margin-left: 40px;
    }
    .btn-section.avfront-logbtn{
      margin: 0 auto;
      justify-content: center;
    }
    .about-inst.text-14{
      margin-left: 40px;
    }
    .about-img.img-1 img{
      height: 78%;
      max-width: 75%;
      object-position: center;
    }
    .about-content.content-2{
      margin-top: -100px;
    }
    .about-inst.about-inst-2{
      padding-right: 0px; 
      padding-left: 25px;
    }
    .about-row.row-reverse{
      flex-direction:column-reverse !important;
    }
  }

  @media screen and (max-width:425px){
    .site-header .top-nav{
      height: 8.75rem;
    }
    .site-header .switch-section, .header-height .switch-section{
      margin: 0 auto !important;
      max-width: 95% !important;
    }
    .av-resize-logo{
      height: 85%;
      width: 85% !important;
    }
    .btn.btn-icon.btn-cart{
      position: absolute;
      top: 25%;
      right: 62%;
    }
    .menu-item-last{
      display: inline;
      left: 38%;
      top: 34%;
      width: fit-content;
    }
    .site-header ul.selectprofile{
      top: 60px !important;
      right: 92px !important;
      min-width: 6.5rem !important;
    }
    .site-header .select, .header-height .select{
      min-width: 3.5rem;
    }
    .mt-small{
      margin-top: 12%;
    }
    .site-logo{
      margin-top: 7%;
    }
    .nav-bar{
      margin-bottom: -20%;
    }
    .site-header .nav-bar ul.menu.av-responsive{
      top: 61%;
    }
    .about-content.about-content-1,.about-content.content-2{
      max-width: 100%;
    }
    .about-content.content-2 {
      margin-top: -50px;
    }
    .about-img.img-1 img{
      height: 87%;
    }
    /* h2.about-title{
      font-size: 23px;
    } */
    .about-inst.about-inst-2{
      padding-left: 0px;
    }
    .btn.btn-insml{
      padding: 10px;
    }
    .about-img.center-img,.about-img.img-1{
      max-width: 80%;
    }
    .av-clt{
      height: 50% !important;
    }
    .av-home-logo-item{
      margin-top: 30px;
    }
    h1{
      font-size: 2rem;
      line-height: 3rem;
    }
    h2{
      font-size: 1.3rem;
      line-height: 1.5rem;
    }
    h3{
      font-size: 1rem;
      line-height: 120%;
    }
    .btn-outline{
      display: block;
    }
    .text-align-center{
      text-align: center;
    }
    .goal-container{
      padding: 1.25rem 0 !important;
    }
    p{
      font-size: .8rem;
      line-height: 1rem;
    }
    .about-content .about-inst-2{
      text-align: center;
    }
    .shop-btn{
      padding: .2rem .2rem;
      font-size: 0.675rem;
    }
  }
  @media screen and (max-width:375px){
    .product-category{
      margin-top: 50px;
    }
    .btn.btn-icon.btn-cart{
      top: 49%;
      right: 0%;
    }
    .site-header .btn-cart, .header-height .btn-cart{
      margin-right: 6%;
    }
    .menu-item-last{
      left: 0% !important;
      top: 59%;
    }
    .nav-bar{
      margin-bottom: -11%;
    }
    .site-header .nav-bar ul.menu.av-responsive{
      top: 80%;
    }
    .menu-item-last-ul{
      padding-left: 21px;
    }
    .switch-toggle input+label{
      font-size: 10px;
    }
    .switch-toggle .second-input:checked+label:before, .switch-toggle .second-input:checked+label:after{
      left: 0px;
    }
    .switch-toggle input+label~label, .switch-toggle input+label~a{
      flex: 0 0 59%;
    }
    .site-header .menu-link, .header-height .menu-link{
      font-size: 0.675rem;
      line-height: 1rem;
    }
    .footer-icon.av-baiterek-logo-icon{
      height: 40%;
    }
    .av-baiterek-logo{
      margin-top: -63px !important;
    }
    .social-section.max-w-156{
      margin-top: -36px;
    }
    .about-inst.about-inst-2{
      padding-left: 0px;
    }
    .av-home-logo-h3{
      margin-bottom: -20px !important;
    }
    .about-content.about-content-1, .about-content.content-2 {
      max-width: 85%;
    }
  }
  @media screen and (max-width:320px){
    .grid-section.av-index-grid{
      margin-top: 30px;
    }
    .av-clt{
      height: 40% !important;
    }
    .about-inst.text-14{
      margin-left: 0px;
    }
  }
  .product-category .box .similar-prod {
    height: 200px !important;
  }
