header {
  font-size: 15px;
  line-height: 20px;
  font-family: opensansregular;
  color: #fff;
}

.header_border {
  border-bottom: none;
  background: #fff;
}
.header_border.header-sticky {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-animation: animatetop 0.5s;
          animation: animatetop 0.5s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header_border.header-sticky .sticky-logo {
  display: inline-block !important;
}
.header_border.header-sticky .menu {
  padding: 5px 0;
}
.header_border.header-sticky .menu ul li.service-menu .service {
  padding: 20px 12px;
}
.header_border.header-sticky .menu ul li .service, .header_border.header-sticky .menu ul li .nav-a {
  padding: 20px 12px 20px;
}
@-webkit-keyframes animatetop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes animatetop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header_border .animatetop {
  -webkit-animation-name: animatetop;
  animation-name: animatetop;
}

.top-strip {
  background: #C23571;
  padding: 10px 0;
  font-size: 15px;
  line-height: 20px;
  font-family: opensansregular;
}
.top-strip .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-strip .left a {
  color: #FFBE00;
  font-family: opensanssemibold;
  text-decoration: underline;
}
.top-strip .left a:hover {
  color: #ffd866;
}
.top-strip .right p {
  padding: 0 15px 0 0;
}
.top-strip .right p:first-child a:hover svg path {
  stroke: #FFBE00;
  fill: none;
}
.top-strip .right a {
  color: #fff;
}
.top-strip .right a svg {
  vertical-align: sub;
  margin: 0 12px 0 0;
}
.top-strip .right a.head-mail {
  border-left: 1px solid #fff;
  padding: 0 0 0 15px;
}
.top-strip .right a.head-mail svg {
  margin: 0 7px 0 0;
}
.top-strip .right a:hover svg path {
  fill: #FFBE00;
}

.header-strip .header-nav {
  padding: 20px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-strip .header-nav img {
  width: 100%;
  height: 100%;
}
.header-strip .header-nav .right, .header-strip .header-nav .user-icon {
  margin: 0 30px;
}
.header-strip .header-nav .after-login {
  display: inline-block;
  position: relative;
}
.header-strip .header-nav .after-login .login {
  background: url(../images/down-arrow.svg) no-repeat center right 5px;
  padding: 11px 25px 11px 32px;
  color: #2a2a2a;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  background-size: 11px;
  font-family: opensanssemibold;
}
.header-strip .header-nav .after-login .login:before {
  content: "";
  background: url(../images/user-circle.svg) no-repeat center left 2px;
  width: 23px;
  height: 23px;
  left: 6px;
  position: absolute;
  top: 8px;
}
.header-strip .header-nav .after-login:hover .dropdown-list {
  display: block;
}
.header-strip .header-nav .dropdown-list {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  z-index: 99;
  padding: 0px;
  position: absolute;
  left: auto;
  width: 160px;
  display: none;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
}
.header-strip .header-nav .dropdown-list a {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #BCBCBC;
  display: block;
  color: #1D1D1D;
}
.header-strip .header-nav .dropdown-list a:last-child {
  border: 0;
}
.header-strip .header-nav .dropdown-list a:hover {
  background: #C23571;
  color: #fff;
}
.header-strip .rightside .search-tab input {
  height: 38px;
  padding: 10px 40px 10px 10px;
  width: 450px;
  border-radius: 3px;
}
.header-strip .rightside .search-tab .search-btn {
  background: url(../images/search_btn.svg) no-repeat center;
  width: 20px;
  height: 20px;
  right: 0px;
  background-size: 18px;
  padding: 19px;
  cursor: pointer;
  top: 0;
}
.header-strip .rightside .wallet {
  background: #C23571;
  padding: 9px 10px;
  border-radius: 3px;
  margin: 0 0 0 25px;
}
.header-strip .rightside .wallet .wallet-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
.header-strip .rightside .wallet .wallet-box svg {
  margin: 0 5px 0 0;
}
.header-strip .rightside .login,
.header-strip .rightside .cart {
  text-align: center;
}
.header-strip .rightside .login p,
.header-strip .rightside .cart p {
  font-size: 14px;
  line-height: 16px;
  color: #2a2a2a;
}
.header-strip .rightside .login .tooltip-icon,
.header-strip .rightside .cart .tooltip-icon {
  background: #C23571;
  color: #fff;
  height: 16px;
  width: 16px;
  font-size: 12px;
  line-height: 16px;
  right: -6px;
  top: -5px;
  margin: 0px 2px 0 11px;
}

.menu {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
}
.menu .container {
  position: relative;
}
.menu .sticky-logo {
  display: none;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.menu ul li {
  padding: 0 3px;
  display: inline-block;
}
.menu ul li.service-menu .service {
  padding: 20px 20px 20px 0;
}
.menu ul li .nav-a {
  font-size: 15px;
  line-height: 20px;
  font-family: opensansregular;
  color: #2a2a2a;
  padding: 20px;
  display: inline-block;
}
.menu ul li .nav-a:hover {
  color: #C23571;
}
.menu ul li.submenu .service-inner {
  -webkit-box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  left: 5px;
  right: 5px;
  z-index: 9;
  background: #fff;
}
.menu ul li.submenu:hover .drop-down,
.menu ul li.submenu:hover .service-inner {
  display: block;
}
.menu ul li.submenu .drop-services {
  background: #fff;
  display: none;
  left: 270px;
  padding: 5px;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 78%;
}
.menu ul li.submenu .drop-services ul {
  width: 100%;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.menu ul li.submenu .drop-services ul li {
  width: 33%;
  float: left;
}
.menu ul li.submenu .drop-services ul li a {
  font-size: 14px;
  float: left;
  text-transform: capitalize;
  color: #333333;
  border: 0;
}
.menu ul li.submenu .drop-services ul li a:hover {
  background: none;
  color: #C23571;
}
.menu ul li .ordr_nav {
  background: #FFBE00;
  color: #2a2a2a;
  font-size: 15px;
  line-height: 20px;
  font-family: opensansregular;
  border-radius: 3px;
  padding: 5px 10px;
  font-family: opensanssemibold;
}
.menu ul li .ordr_nav:hover {
  background: #fdca38;
}
.menu ul li .drop-down {
  background: #fff;
  width: 270px;
  z-index: 9;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.menu ul li .drop-down.serv-menu {
  background: #fbf6f8;
}
.menu ul li .drop-down .back_menu, .menu ul li .drop-down .first-service {
  display: none;
}
.menu ul li .drop-down li {
  padding: 0;
  width: 270px;
}
.menu ul li .drop-down li:last-child span {
  border: 0;
}
.menu ul li .drop-down li span {
  font-size: 15px;
  border-bottom: 1px solid #C23571;
  color: #1d1d1d;
  text-transform: capitalize;
  padding: 10px 5px 10px 15px;
  display: block;
  line-height: 16px;
}
.menu ul li .drop-down li span:hover {
  background: #C23571;
  color: #fff;
}
.menu ul li .drop-down li div {
  padding: 0 10px;
  height: 100%;
  overflow-y: auto;
}
.menu ul li .drop-down li.selected .drop-services {
  display: block;
}
.menu ul li .drop-down li.selected .nav-a {
  background: #c23571;
  color: #fff;
}
.menu ul li .drop-down li a {
  font-size: 15px;
  border-bottom: 1px solid #c23571;
  color: #1d1d1d;
  text-transform: capitalize;
  padding: 10px 5px 10px 15px !important;
  display: block;
  line-height: 16px;
  font-family: opensansregular;
}
.menu ul li .drop-down li a:hover {
  background: #c23571;
  color: #fff;
}
.menu ul li .drop-down li:last-child a {
  border-bottom: none;
}
.menu .company-submenu {
  position: absolute;
  top: 100%;
  display: none;
}

.search-main-mobile {
  position: fixed;
  width: 100%;
  z-index: 99999;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
}

.voice-popup {
  display: none;
}

.search-show {
  position: relative;
}
.search-show .resent-searchs {
  z-index: 11;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  font-family: opensanssemibold;
  color: #C23571;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  padding: 15px;
}
.search-show .resent-searchs .items a {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 10px;
  color: #434343;
  display: block;
  font-family: opensansregular;
}
.search-show .resent-searchs .items a:hover {
  color: #C23571;
}
.search-show .search-menu {
  margin-top: 7px;
}
.search-show .search-menu li {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  text-transform: capitalize;
}
.search-show .search-menu li a {
  padding: 14px 0 14px 43px;
  position: relative;
  display: block;
  color: #4A4A4A;
  font-size: 0.8125rem;
  line-height: 15px;
}
.search-show .search-menu li a:before {
  content: "";
  position: absolute;
  left: 10px;
  background: url(../images/resent.svg) no-repeat;
  width: 22px;
  height: 19px;
  top: 12px;
}
.search-show .Popular {
  background: #fff;
  display: block;
  font-family: opensanssemibold;
  padding: 15px 0 0;
}
.search-show .Popular span {
  display: block;
  color: #C23571;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
}
.search-show .Popular a {
  color: #727070;
  display: block;
  font-size: 13px;
  padding: 5px 0;
  margin-top: 7px;
  border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 1366px) {
  .top-strip .right a {
    padding: 0 5px;
  }
  .top-strip .right a:last-of-type {
    padding: 0 0 0 5px;
  }
  .menu ul li .nav-a li.service-menu .service, .header_border.header-sticky .menu ul li.service-menu .service {
    padding: 20px 5px;
  }
  .menu ul li .nav-a li .service, .menu ul li .nav-a li .nav-a, .header_border.header-sticky .menu ul li .service, .header_border.header-sticky .menu ul li .nav-a {
    padding: 20px 5px;
  }
}
@media (max-width: 1024px) {
  .top-strip {
    font-size: 13px;
    line-height: 18px;
  }
  .top-strip .right a {
    padding: 0 2px;
  }
  .top-strip .right a svg {
    margin: 0 3px 0 0;
  }
  .header-strip .header-nav .user-icon, .header-strip .header-nav .right {
    margin: 0 30px 0 30px;
  }
  .header-strip .rightside .search-tab input {
    width: 330px;
  }
  .menu ul li .nav-a {
    padding: 20px 10px;
  }
  .menu ul li.service-menu .service {
    padding: 20px 12px 20px 0;
  }
  .menu ul li .drop-down {
    width: 236px;
  }
  .menu ul li .drop-down li {
    width: 236px;
  }
  .menu ul li.submenu .drop-services {
    left: 236px;
  }
  .header_border.header-sticky .menu {
    padding: 0;
  }
  .header_border.header-sticky .sticky-logo img {
    width: 180px;
  }
  .header_border.header-sticky .menu ul li .nav-a {
    padding: 20px 0px;
  }
}
@media (max-width: 768px) {
  .top-strip .container {
    display: block;
    text-align: center;
  }
  .top-strip .container .right {
    margin: 5px 0 0;
  }
  .header-strip .rightside .search-tab input {
    width: 180px;
  }
  .header-strip .rightside .wallet {
    margin: 0 0 0 10px;
    padding: 9px 5px;
  }
  .header-strip .header-nav .right, .header-strip .header-nav .user-icon {
    margin: 0 11px 0px 11px;
  }
  .header_border.header-sticky .top-strip {
    display: none;
  }
  .header_border.header-sticky .sticky-logo {
    width: 100%;
    text-align: center;
    margin: 8px 0 0;
  }
  .menu ul li .nav-a li.service-menu .service, .header_border.header-sticky .menu ul li.service-menu .service {
    padding: 8px 2px 20px;
  }
  .menu ul li .nav-a li .nav-a, .header_border.header-sticky .menu ul li .nav-a {
    padding: 8px 0px 20px;
  }
  .menu .container {
    padding: 0;
  }
  .menu ul li {
    padding: 0 1px;
  }
  .menu ul li.service-menu .service {
    padding: 20px 0;
  }
  .menu ul li .nav-a {
    font-size: 14px;
    padding: 20px 0px;
  }
  .menu ul li .ordr_nav {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 2px;
  }
  .menu ul li .drop-down {
    width: 190px;
  }
  .menu ul li .drop-down.serv-menu {
    width: 190px;
  }
  .menu ul li .drop-down li {
    width: 190px;
  }
  .menu ul li .drop-down li a {
    padding: 10px 5px 10px 5px !important;
    font-size: 14px;
  }
  .menu ul li.submenu .service-inner {
    left: 0;
  }
  .menu ul li.submenu .drop-services {
    left: 190px;
    width: 76%;
  }
}
@media (max-width: 767px) {
  .header_border.header-sticky .sticky-logo {
    display: none !important;
  }
  .header_border {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #c23571;
  }
  header .top-strip, header .header-strip .header-nav {
    display: none;
  }
  header .header-strip {
    display: block !important;
    padding: 0 10px;
  }
  header .mobilemenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    width: 80%;
    overflow: auto;
    background: #fff;
    margin: 0;
    border: 0;
  }
  header .mobilemenu .container {
    padding: 0;
  }
  header .h_sticky .mobile-cart {
    position: relative;
  }
  header .h_sticky .tooltip-icon {
    background: #c23571;
    color: #fff;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    right: -7px;
    top: -7px;
    margin: 0px 2px 0 11px;
  }
  header .h_sticky .mobile_logo {
    display: inline-block;
  }
  header .h_sticky .mobile_logo img {
    width: 160px;
    height: 100%;
  }
  header .h_sticky .wallet {
    background: #C23571;
    padding: 3px 3px;
    border-radius: 3px;
  }
  header .h_sticky .wallet .wallet-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .h_sticky .wallet .wallet-box svg {
    margin: 0 3px 0 0;
  }
  header .menu-overlay.active {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .mob-menu {
    background: #C23571;
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
  }
  header .mob-menu a {
    width: auto;
    height: auto;
    color: #fff;
    display: inline-block;
    border-right: 1px solid #f2f2f2;
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
  header .mob-menu a:last-child {
    border-right: none;
  }
  header .mob-menu a .userprofile {
    width: 24px;
    vertical-align: sub;
    margin: 0 5px 0 0;
  }
  .hid-scrl {
    overflow: hidden !important;
    position: fixed !important;
    width: 100%;
    height: 100%;
  }
  .menu ul {
    display: block;
  }
  .menu ul li {
    border-bottom: 1px solid #d8d8d8;
    display: block;
  }
  .menu ul li:last-child {
    border-bottom: 0;
  }
  .menu ul li.service-menu .service {
    padding: 10px 12px;
  }
  .menu ul li.service-menu .service::after {
    -webkit-transform: rotate(360deg) !important;
            transform: rotate(360deg) !important;
  }
  .menu ul li .nav-a {
    padding: 10px 12px;
    display: block;
  }
  .menu ul li .ordr_nav {
    background: none;
    padding: 10px 12px;
    font-family: "opensansregular";
    display: inline-block;
    font-size: 15px;
  }
  .menu ul li.submenu:first-child .services-link.menudrop:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .menu ul li.submenu:first-child .services-link.menudrop.service-active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu ul li.submenu .service-inner {
    left: 0;
    position: relative;
    width: 100%;
    background: #f1f1f1;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu ul li.submenu .company-submenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 9;
    display: block;
    width: 80%;
    overflow: auto;
  }
  .menu ul li.submenu .services-link::after, .menu ul li.submenu .our-company-menu::after {
    background: url(../images/down-arrow.svg) no-repeat center right 5px;
    width: 20px;
    height: 21px;
    display: inline-block;
    float: right;
    content: "";
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .menu ul li.submenu .drop-services {
    background: #fff;
    padding: 0;
  }
  .menu ul li.submenu .drop-services ul li {
    width: 100%;
  }
  .menu ul li.submenu .drop-services ul li a:after {
    display: none;
  }
  .menu ul li .drop-down {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #fff;
    width: 80%;
  }
  .menu ul li .drop-down .first-service {
    display: block;
    border: none !important;
    color: #c23571;
  }
  .menu ul li .drop-down .back_menu {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #d6dfe8;
    display: block;
    padding: 0;
  }
  .menu ul li .drop-down .back_menu i {
    width: 9px;
    height: 10px;
    border: 1px solid #666;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: 0 0;
    margin: 9px 7px 7px 10px;
  }
  .menu ul li .drop-down .back_menu .bcktext {
    vertical-align: super;
    font-size: 16px;
    line-height: 18px;
    color: #1d1d1d;
    padding: 10px 0;
    display: inline-block;
    border: none;
  }
  .menu ul li .drop-down .back_menu .bcktext:hover {
    background: none;
  }
  .menu ul li .drop-down .sm .drop-services {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 9;
    width: 80%;
    overflow: auto;
  }
  .menu ul li .drop-down .sm .drop-services ul li a {
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
  }
  .menu ul li .drop-down .services-link {
    padding: 10px 15px;
  }
  .menu ul li .drop-down .services-link.service-active::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .menu ul li .drop-down.serv-menu {
    width: 100%;
    height: auto;
  }
  .menu ul li .drop-down.serv-menu li a {
    border-bottom: 1px solid #C23571;
  }
  .menu ul li .drop-down li {
    width: 100%;
    border: none;
  }
  .menu ul li .drop-down li a {
    border-bottom: 1px solid #d8d8d8;
  }
  .menu ul li .drop-down li.selected .nav-a {
    background: none;
    color: #1D1D1D;
  }
  .search-main-mobile .header-search {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  .search-main-mobile .header-search .searchclose svg {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .search-main-mobile .header-search .words {
    width: 95%;
  }
  .search-main-mobile .header-search .words input {
    width: 100%;
    padding: 0;
    border: none;
    height: auto;
    font-size: 14px;
  }
  .search-main-mobile .voice-search {
    position: absolute;
    right: 10px;
    bottom: 9px;
    display: none;
  }
  #insertSearch {
    height: 100%;
    overflow: scroll;
  }
  #insertSearch .Popular {
    padding: 15px;
  }
  #insertSearch .Popular span {
    display: block;
    color: #c23571;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
  }
  #insertSearch .Popular a {
    color: #727070;
    display: block;
    font-size: 13px;
    padding: 5px 0;
    margin-top: 7px;
    border-bottom: 1px solid #f1f1f1;
  }
  #insertSearch .search-menu {
    margin-top: 7px;
  }
  #insertSearch .search-menu li {
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    text-transform: capitalize;
  }
  #insertSearch .search-menu li a {
    padding: 14px 0 14px 43px;
    position: relative;
    display: block;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 15px;
  }
  #insertSearch .search-menu li a::before {
    content: "";
    position: absolute;
    left: 10px;
    background: url(../images/resent.svg) no-repeat;
    width: 22px;
    height: 19px;
    top: 12px;
  }
  .voice-popup {
    background: #efefef;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    display: none;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .voice-popup.active {
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .voice-popup .close-icon {
    display: inline-block;
    text-align: left;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .voice-popup .voice-box {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    padding: 15% 0;
    background: #fff;
  }
  .voice-popup small {
    color: #646464;
    font-size: 16px;
    display: block;
  }
  .voice-popup .search-product {
    font-family: "robotomedium", Arial, Helvetica, sans-serif;
    display: block;
    color: #515151;
    padding: 10px 0;
  }
  .voice-popup .microphone {
    margin: 40px 0 0;
  }
  .voice-popup .microphone span {
    width: 40px;
    height: 40px;
    background: #c23571;
    display: inline-block;
    border-radius: 50%;
    padding: 8px;
  }
  .voice-popup .loader {
    background: #c23571;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 7px;
    border-radius: 10px;
    height: 1.5em;
    color: #c23571;
    text-indent: -9999em;
    margin: 75px auto 10px;
    position: relative;
    font-size: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .voice-popup .loader:before, .voice-popup .loader:after {
    position: absolute;
    top: 0;
    content: "";
    background: #c23571;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 7px;
    border-radius: 10px;
    height: 1.5em;
  }
  .voice-popup .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .voice-popup .loader:after {
    left: 1.5em;
  }
  @-webkit-keyframes load1 {
    0%, 80%, 100% {
      -webkit-box-shadow: 0 0;
              box-shadow: 0 0;
      height: 1.5em;
    }
    40% {
      -webkit-box-shadow: 0 -2em;
              box-shadow: 0 -2em;
      height: 3em;
    }
  }
  @keyframes load1 {
    0%, 80%, 100% {
      -webkit-box-shadow: 0 0;
              box-shadow: 0 0;
      height: 3em;
    }
    40% {
      -webkit-box-shadow: 0 -2em;
              box-shadow: 0 -2em;
      height: 3em;
    }
  }
}
footer {
  background: #2a2a2a;
  color: #fff;
}
footer .footstrip {
  background: #C23571;
  padding: 17px 20px;
  border-radius: 0px 0px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footstrip .strip-head {
  font-size: 16px;
  line-height: 21px;
  padding: 0 30px 0 0;
  border-right: 1px solid #9f1650;
}
footer .footstrip .strip-title {
  font-size: 22px;
  line-height: 27px;
}
footer .footstrip .strip-title span {
  font-family: opensansbold;
}
footer .footstrip .contact {
  width: 73%;
}
footer .footstrip .contact a {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
footer .footstrip .contact a:hover {
  color: #FFBE00;
}
footer .footerlinks {
  padding: 30px 0 20px;
}
footer .footerlinks .footerlink-box {
  width: 25%;
  float: left;
}
footer .footerlinks .footerlink-box .fheading {
  font-size: 15px;
  line-height: 20px;
  font-family: opensansregular;
  margin: 0 0 20px;
}
footer .footerlinks .footerlink-box .f-links {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 10px;
  color: #dcdcdc;
  display: block;
}
footer .footerlinks .footerlink-box .f-links:hover {
  color: #ff77b1;
}
footer .footerlinks .Social-icon {
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 10px;
}
footer .footerlinks .download-title {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #3b3b3b;
}
footer .footerlinks .social-icon-list a {
  margin: 0 10px 0 0;
}
footer .footerlinks .social-icon-list a:hover svg {
  -webkit-filter: sepia(1);
          filter: sepia(1);
}
footer .useful-link {
  padding: 12px 0;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}
footer .useful-link a {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
footer .useful-link a:hover {
  color: #ff77b1;
}
footer .useful-link a:after {
  content: "|";
  margin: 0 5px;
}
footer .useful-link a:last-child::after {
  display: none;
}
footer .useful-link .payment-method a::after {
  display: none;
}
footer .disclaimer {
  color: #dcdcdc;
  font-size: 13px;
  line-height: 15px;
}
footer .copywrite {
  font-size: 13px;
  line-height: 18px;
  padding: 15px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .copywrite a {
  color: #fff;
  text-decoration: underline;
  font-family: opensanssemibold;
}

.f-fixed {
  display: none;
}

.whatsfix {
  display: none;
}

.overlay {
  background: rgba(4, 4, 4, 0.5490196078);
  z-index: 50000;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: 0;
  display: none;
}
.overlay svg {
  margin-top: 76%;
  width: 100%;
}

.landscapeMode {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #C23571;
  z-index: 99999999;
  pointer-events: none;
  display: block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}
.landscapeMode .ContentBox {
  width: 45%;
  margin: 50px auto 0;
}
.landscapeMode .Heading {
  color: #f0f0f0;
  font-size: 20px;
  margin: 30px 0 10px;
  line-height: 24px;
}
.landscapeMode .SubHeading {
  color: #f0f0f0;
  font-size: 14px;
}
.landscapeMode .Image {
  width: 120px;
}

#toTop {
  cursor: pointer;
  background: url(../images/right-arrow.svg) no-repeat #747577 center;
  position: fixed;
  bottom: 150px;
  display: none;
  right: 100px;
  z-index: 9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
#toTop:hover {
  background: url(../images/right-arrow.svg) no-repeat #8a8a8a center;
}

@media (max-width: 1366px) {
  footer .footerlinks .footerlink-box {
    width: 24%;
  }
  footer .footerlinks .footerlink-box:last-child {
    width: 26%;
  }
  footer .footstrip .strip-head {
    padding: 0 20px 0 0;
  }
  footer .footstrip .contact {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  footer .footstrip {
    padding: 17px 12px;
  }
  footer .footstrip .strip-head {
    padding: 0 15px 0 0;
  }
  footer .footstrip .contact {
    width: 66%;
  }
  footer .footstrip .contact a {
    font-size: 16px;
    line-height: 18px;
  }
  footer .useful-link .payment-method {
    margin: 10px 0 0;
  }
  footer .footerlinks .social-icon-list a {
    margin: 0 6px 0 0;
  }
}
@media (max-width: 768px) {
  footer .footstrip {
    display: block;
    text-align: center;
  }
  footer .footstrip .strip-head {
    border: 0;
    padding: 0 0 15px;
  }
  footer .footstrip .contact {
    width: 100%;
  }
  footer .footstrip .strip-title {
    font-size: 20px;
    line-height: 22px;
  }
  footer .footer-linklists .footerlink-box {
    width: 33%;
  }
  footer .footer-linklists .footerlink-box:nth-child(2) {
    display: none;
  }
  footer .footer-linklists .footerlink-box .fheading {
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .f-fixed {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #ffffff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0px -1px 10px -1px rgba(0, 0, 0, 0.35);
            box-shadow: 0px -1px 10px -1px rgba(0, 0, 0, 0.35);
  }
  .f-fixed li {
    text-align: center;
    padding: 9px 5px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 12px;
    width: 19%;
  }
  .f-fixed li.Order_Now {
    width: 25%;
  }
  .f-fixed li a {
    color: #000;
    display: block;
  }
  .f-fixed li svg {
    display: block;
    margin: 0 auto 6px;
  }
  .f-fixed .Inquiry i {
    background-position: -126px -483px;
  }
  .f-fixed .Order_Now a {
    color: #C23571;
    font-size: 11px;
    font-family: opensanssemibold;
  }
  .f-fixed .Order_Now i {
    width: 57px;
    height: 50px;
    margin: -23px auto 0;
    border-radius: 100%;
    border: 7px solid #fff;
    -webkit-box-shadow: 0 -5px 7px -7px #797979;
            box-shadow: 0 -5px 7px -7px #797979;
    border-bottom: 0;
    background-color: #fff;
    display: block;
  }
  .f-fixed .call-backm i {
    background-position: -156px -483px;
  }
  .f-fixed .Live_Chat i {
    background-position: -90px -458px;
    background-size: 450px;
  }
  footer .container {
    padding: 0 0 60px;
  }
  footer .footstrip {
    padding: 15px;
    border-radius: 0;
  }
  footer .footstrip .strip-head {
    padding: 0 0 10px;
    font-size: 15px;
    line-height: 18px;
  }
  footer .footstrip .strip-subtitle {
    margin: 0 0 3px;
  }
  footer .footstrip .expert-btn {
    padding: 6px 25px;
    background: #fff;
    color: #C23571;
    font-size: 17px;
    line-height: 19px;
    font-family: opensanssemibold;
    border-radius: 3px;
  }
  footer .footerlinks {
    padding: 0 0 15px;
    background: #2a2a2a;
  }
  footer .footerlinks .footerlink-box {
    width: 100%;
    border-bottom: 1px solid #6b6b6b;
    padding: 10px 15px;
  }
  footer .footerlinks .footerlink-box:nth-child(2) {
    display: block;
  }
  footer .footerlinks .footerlink-box .fheading {
    margin: 0;
  }
  footer .footerlinks .footerlink-box .fheading::after {
    content: "+";
    float: right;
    font-size: 22px;
    position: relative;
    line-height: 14px;
    right: 0;
    top: 5px;
  }
  footer .footerlinks .footerlink-box .fheading.current {
    padding: 0 0 8px;
  }
  footer .footerlinks .footerlink-box .fheading.current:after {
    content: "-";
  }
  footer .footerlinks .footer-linklist {
    display: none;
    padding: 6px 0 0;
  }
  footer .footerlinks .footer-linklist .f-links {
    padding: 0 0 8px;
  }
  footer .footerlinks .footer-linklist .f-links svg {
    margin: 0 5px 5px 0;
    width: 18px;
    height: 18px;
  }
  footer .footerlinks .social-icon-list a {
    margin: 0 10px 10px 0;
    display: inline-block;
  }
  footer .footerlinks .download-title {
    margin: 0;
    padding: 0;
    border: none;
  }
  footer .useful-link {
    display: block;
    text-align: center;
    border: 0;
    padding: 0;
  }
  footer .useful-link .payment-method {
    margin: 0;
  }
  footer .useful-link .payment-method img {
    display: block;
    margin: auto;
  }
  footer .disclaimer {
    text-align: center;
    padding: 0 15px;
  }
  footer .copywrite {
    padding: 15px 15px 20px;
    text-align: center;
    display: block;
  }
  .whatsfix {
    display: block;
    -webkit-transform: translatey(200px);
            transform: translatey(200px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    bottom: 60px;
    left: 15px;
    width: 45px;
    height: 45px;
    z-index: 9;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .whatsfix.show {
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
  .whatsfix img {
    width: 23px;
    height: 23px;
  }
}
.common-center-btn, .common-yellow-btn {
  background: #ffbe00;
  padding: 9px 26px;
  border-radius: 3px;
  font-size: 20px;
  line-height: 25px;
  font-family: "opensanssemibold";
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1d1d1d !important;
  display: block;
  margin: 10px 0;
}
.common-center-btn:hover, .common-yellow-btn:hover {
  background: #fdca38;
}

.common-center-btn {
  margin: 10px auto;
}

.background_none::before, .background_none::after {
  display: none;
}

@media (max-width: 768px) {
  .common-center-btn, .common-yellow-btn {
    font-size: 18px;
    line-height: 20px;
    padding: 7px 18px;
  }
}
@media (max-width: 767px) {
  .common-center-btn, .common-yellow-btn {
    font-size: 17px;
    line-height: 21px;
    padding: 5px 18px;
  }
}