@charset "UTF-8";
/** Fonts **/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Ubuntu&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Text:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow:100,300,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Merriweather&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manjari:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Norican&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cantata+One&display=swap");
body {
  background: #f8f8f8;
}

header {
  background: #fff;
}
header .top-header {
  background: #f8f8f8;
  padding: 5px;
}
header .top-header .left-call {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
header .top-header .right-buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .top-header .right-buttons ul li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #333;
}
header .top-header .right-buttons ul li:last-child {
  border: none;
}
header .top-header .right-buttons ul li a {
  color: #000;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
}
header .top-header .right-buttons ul li a:hover {
  text-decoration: none;
}
header .middle-header {
  padding: 15px;
  background: #4AAFB1;
}
header .middle-header .nav-ipad {
  display: none;
}
header .middle-header .nav-mobile {
  display: none;
}
header .middle-header .logo {
  color: #fff;
}
header .middle-header .logo a {
  color: #fff;
  text-decoration: none;
}
header .middle-header .logo a:hover {
  color: #fff;
  text-decoration: none;
}
header .middle-header .logo h3 {
  margin: 0;
}
header .middle-header .search-area-head .input-group .input-group-prepend select {
  border-radius: 7px 0px 0px 7px;
  border: none;
  padding: 3px 8px;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}
header .middle-header .search-area-head .input-group .input-group-prepend select:focus, header .middle-header .search-area-head .input-group .input-group-prepend select:hover {
  outline: none;
  box-shadow: none;
}
header .middle-header .search-area-head .input-group input {
  outline: none;
  box-shadow: none;
  border: none;
}
header .middle-header .search-area-head .input-group .btn {
  font-family: "Nunito", sans-serif;
  background: #000;
  font-size: 14px;
  text-transform: uppercase;
}
header .middle-header .search-area-head .input-group .btn:focus, header .middle-header .search-area-head .input-group .btn:hover {
  background: #000;
  outline: none;
  box-shadow: none;
}
header .middle-header .middle-sidebar {
  float: right;
}
header .middle-header .middle-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .middle-header .middle-sidebar ul li {
  padding: 0px 10px;
  border-right: 1px solid #ffffff40;
  display: inline-block;
}
header .middle-header .middle-sidebar ul li:last-child {
  border: none;
}
header .middle-header .middle-sidebar ul li a .upload-pre {
  display: flex;
}
header .middle-header .middle-sidebar ul li a .upload-pre i {
  color: #fff;
  font-size: 1.5em;
}
header .middle-header .middle-sidebar ul li a .upload-pre .text-pre {
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
  line-height: 14px;
  font-family: "Nunito", sans-serif;
}
header .middle-header .middle-sidebar ul li a .upload-pre .text-pre span {
  display: block;
}
header .middle-header .middle-sidebar ul li a .shop-cart {
  display: flex;
}
header .middle-header .middle-sidebar ul li a .shop-cart .sc-i {
  position: relative;
}
header .middle-header .middle-sidebar ul li a .shop-cart .sc-i i {
  color: #fff;
  font-size: 1.5em;
}
header .middle-header .middle-sidebar ul li a .shop-cart .sc-i span {
  position: absolute;
  top: -6px;
  background: #fff;
  display: inline-block;
  right: -10px;
  border-radius: 50%;
  height: 20px;
  line-height: 15px;
  width: 20px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #4AAFB1;
}
header .middle-header .middle-sidebar ul li a .shop-cart .text-sc {
  align-self: center;
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
  line-height: 14px;
  font-family: "Nunito", sans-serif;
}
header .middle-header .middle-sidebar ul li a .shop-locate {
  display: flex;
}
header .middle-header .middle-sidebar ul li a .shop-locate i {
  color: #fff;
  font-size: 1.5em;
}
header .middle-header .middle-sidebar ul li a .shop-locate .text-sl {
  align-self: center;
  font-size: 13px;
  color: #fff;
  margin-left: 8px;
  line-height: 14px;
  font-family: "Nunito", sans-serif;
}
header .middle-header .middle-sidebar ul li a:hover {
  text-decoration: none;
}
header .navigation-header {
  display: block;
  background: #fff;
  box-shadow: 1px 1px 6px 1px #3333330a;
}
header .navigation-header .navbar {
  padding: 0;
}
header .navigation-header .navbar .navbar-nav li {
  position: relative;
  border-right: 1px solid #dfe0e7;
}
header .navigation-header .navbar .navbar-nav li.dropdown:hover .dropdown-menu {
  display: block;
}
header .navigation-header .navbar .navbar-nav li a {
  color: #000;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}
header .navigation-header .navbar .navbar-nav li a .new-tag {
  background: #f44336;
  color: #fff;
  border-radius: 3px;
  padding: 1px 2px;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area {
    z-index: 31;
    text-align: left;
    margin-top: 0;
    padding: 6px;
    min-width: 280px;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
    white-space: nowrap;
    right: 0 !important;
    left: auto;
}
header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area .tit a {
    font-size: 10px;
}
header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area .tit {
  font-size: 14px;
  font-weight: 600;
  color: #4AAFB1;
}
header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area .sub-a {
  margin: 0;
}
header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area .sub-a a {
  font-size: 13px;
  font-weight: bold;
  margin: 5px auto;
  color: #6f7284;
}
header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area .sub-cat-main {
  padding-left: 2px;
  list-style: none;
}
header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area .sub-cat-main li {
  border: none;
}
header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area .sub-cat-main li a {
  font-size: 10px;
  font-weight: 600;
  margin: 5px auto;
  color: #6f7284;
  display: block;
}
header .navigation-header .navbar .navbar-nav li:last-child {
  border-right: none;
}

.modal-filtering .modal-head button.close {
  position: absolute;
  top: 5px;
  right: 11px;
  z-index: 999999;
}
.modal-filtering .modal-body .filter-grouping {
  padding: 0.7em 10px;
  border-bottom: 1px solid #3333;
}
.modal-filtering .modal-body .filter-grouping h4 {
  margin: 0 0 5px 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 500;
}
.modal-filtering .modal-body .filter-grouping .panel-group .panel-heading {
  padding: 0;
}
.modal-filtering .modal-body .filter-grouping .panel-group .panel-heading a {
  display: block;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #333;
  text-decoration: none;
  position: relative;
  color: #4AAFB1;
  font-weight: 600;
}
.modal-filtering .modal-body .filter-grouping .panel-group .panel-heading a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  float: right;
}
header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area .menu-masonry {
    display: table;
    clear: both;
    content: '';
    width: 100%;
}
header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area .menu-masonry .col-mas {
    float: left;
    width: 50%;
}
.modal-filtering .modal-body .filter-grouping .panel-group .panel-heading a.collapsed {
  color: #333;
  font-weight: 500;
}
.modal-filtering .modal-body .filter-grouping .panel-group .panel-heading a.collapsed:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  float: right;
}
.modal-filtering .modal-body .filter-grouping .panel-group .panel-body .sb-cats {
  padding: 0 10px;
}
.modal-filtering .modal-body .filter-grouping .panel-group .panel-body .sb-cats li {
  display: inline-block;
}
.modal-filtering .modal-body .filter-grouping .panel-group .panel-body .sb-cats li a {
  color: #6f7284;
  font-size: 12px;
}
.modal-filtering .modal-body .filter-grouping .filter-search {
  margin: 5px 0;
  height: 33px;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
}
.modal-filtering .modal-body .filter-grouping .filter-search:focus {
  outline: none;
  box-shadow: none;
}
.modal-filtering .modal-body .filter-grouping ul {
  padding: 0 6px;
  margin: 0;
  list-style: none;
  max-height: 165px;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-filtering .modal-body .filter-grouping ul li {
  margin-bottom: 3px;
}
.modal-filtering .modal-body .filter-grouping ul li label {
  width: 100%;
  display: flex;
  margin: 0;
  font-size: 13px;
  user-select: none;
}
.modal-filtering .modal-body .filter-grouping ul li label input {
  align-self: center;
}
.modal-filtering .modal-body .filter-grouping ul li label span.name-fil {
  margin-left: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 3px;
}
.modal-filtering .modal-body .filter-grouping ul li label span:last-child {
  display: inline-block;
  text-align: right;
}
.modal-filtering .modal-foo {
  padding: 10px;
}
.modal-filtering .modal-foo .btn-continue {
  background: #4AAFB1;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-family: "Nunito", sans-serif;
}

.modal-s1 .modal-content {
  padding: 3em;
}
.modal-s1 .modal-content .modal-head .modal-title {
  font-size: 1.6em;
  font-family: "Lato", sans-serif;
}
.modal-s1 .modal-content .modal-head p {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 14px;
  color: #6f7284;
}
.modal-s1 .modal-content .modal-head button.close {
  position: absolute;
  top: 5px;
  right: 11px;
  z-index: 999999;
}
.modal-s1 .modal-content .modal-body {
  padding: 0;
}
.modal-s1 .modal-content .modal-body .feedback-ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.modal-s1 .modal-content .modal-body .feedback-ul li {
  padding-right: 10px;
  display: inline-block;
}
.modal-s1 .modal-content .modal-body .feedback-ul li label {
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.modal-s1 .modal-content .modal-body .feedback-ul:last-child {
  padding: 0;
}
.modal-s1 .modal-content .modal-body.ptb-40 {
  padding: 40px 0;
}
.modal-s1 .modal-content .modal-body .label-checkbox {
  color: #6f7284;
}
.modal-s1 .modal-content .modal-body .text-downline {
  padding: 6px 10px 7px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #bdbfce;
  font-family: "Poppins", sans-serif;
}
.modal-s1 .modal-content .modal-body .text-downline:focus, .modal-s1 .modal-content .modal-body .text-downline:hover {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #4AAFB1;
}
.modal-s1 .modal-content .modal-foo .btn-continue {
  background: #4AAFB1;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-family: "Nunito", sans-serif;
}
.modal-s1 .modal-content .modal-foo .haveacc {
  font-family: "Nunito", sans-serif;
  margin: 0;
  text-align: center;
}
.modal-s1 .modal-content .modal-foo .haveacc a {
  color: #4AAFB1;
  font-weight: 600;
}
.modal-s1 .modal-content .modal-foo .terms {
  font-size: 12px;
  text-align: center;
  margin: 0;
  color: #6f7284;
}
.modal-s1 .modal-content .modal-foo .terms a {
  color: #6f7284;
  text-decoration: underline;
}

.modal-s2 .modal-content {
  padding: 1em;
}
.modal-s2 .modal-content .modal-head .modal-title {
  font-size: 1.2em;
  font-family: "Lato", sans-serif;
}
.modal-s2 .modal-content .modal-head p {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 14px;
  color: #6f7284;
}
.modal-s2 .modal-content .modal-head button.close {
  position: absolute;
  top: 5px;
  right: 11px;
  z-index: 999999;
}
.modal-s2 .modal-content .modal-body {
  padding: 0;
}
.modal-s2 .modal-content .modal-body.ptb-20 {
  padding: 20px 0;
}
.modal-s2 .modal-content .modal-body .label-control {
  margin: 0 0 3px 0;
  font-size: 15px;
}
.modal-s2 .modal-content .modal-body .form-control:hover, .modal-s2 .modal-content .modal-body .form-control:focus {
  outline: none;
  box-shadow: none;
}
.modal-s2 .modal-content .modal-foo .btn-continue {
  background: #4AAFB1;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-family: "Nunito", sans-serif;
}
.modal-s2 .modal-content .modal-foo .haveacc {
  font-family: "Nunito", sans-serif;
  margin: 0;
  text-align: center;
}
.modal-s2 .modal-content .modal-foo .haveacc a {
  color: #4AAFB1;
  font-weight: 600;
}
.modal-s2 .modal-content .modal-foo .terms {
  font-size: 12px;
  text-align: center;
  margin: 0;
  color: #6f7284;
}
.modal-s2 .modal-content .modal-foo .terms a {
  color: #6f7284;
  text-decoration: underline;
}

.modal-locator .modal-header {
  padding: 10px;
}
.modal-locator .modal-header .modal-title {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
}
.modal-locator .location-modal-div .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.modal-locator .location-modal-div .locate-title {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
}
.modal-locator .location-modal-div .pop-city {
  text-align: center;
}
.modal-locator .location-modal-div .pop-city a {
  display: block;
}
.modal-locator .location-modal-div .pop-city a img {
  height: 75px;
}
.modal-locator .location-modal-div .pop-city a h3 {
  color: #333;
  font-size: 0.9em;
  margin: 0.5em 0;
}
.modal-locator .location-modal-div .pop-city a:hover {
  text-decoration: none;
}
.modal-locator .location-modal-div .other-cities-navigate {
  overflow: auto;
  max-height: 200px;
}
.modal-locator .location-modal-div .other-cities-navigate ul {
  padding: 0;
  list-style: none;
  margin: 0;
  column-count: 4;
}
.modal-locator .location-modal-div .other-cities-navigate ul li a {
  color: #6f7284;
}
.modal-locator .location-modal-div .other-cities-navigate ul li a:hover {
  text-decoration: none;
}

.modal .pres-refill {
  text-align: center;
  background: #f8f8f8;
  padding: 4px;
}
.modal .pres-refill label {
  margin: 0;
}

nav#slide-menu {
  position: fixed;
  top: 0;
  z-index: 999999999;
  right: -300px;
  bottom: 0;
  display: block;
  float: left;
  background: #FFF;
  width: 100%;
  max-width: 280px;
  height: 100%;
  overflow-y: auto;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
nav#slide-menu > ul {
  display: block;
  margin: 30px;
  padding: 0;
  list-style: none;
  opacity: 0.5;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
nav#slide-menu > ul.inner-user-sidebar li {
  border: none;
}
nav#slide-menu > ul.inner-user-sidebar li:hover {
  border: none;
}
nav#slide-menu > ul li {
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #3333;
  cursor: pointer;
}
nav#slide-menu > ul li:last-child {
  border: none;
}
nav#slide-menu > ul li:first-child {
  border: none !important;
}
nav#slide-menu > ul li.no-border {
  border-top: 1px solid #bdbfce;
}
nav#slide-menu > ul li.no-border:hover {
  border-top: 1px solid #bdbfce;
}
nav#slide-menu > ul li.no-border .sm-head {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: #6f7284;
}
nav#slide-menu > ul li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
nav#slide-menu > ul li a:hover {
  color: #f39200;
}
nav#slide-menu > ul li:hover {
  border-bottom: 1px solid #eee;
}
nav#slide-menu > ul li:hover img {
  opacity: 0.6;
}
nav#slide-menu > ul li button {
  padding: 0;
  color: #000;
}
nav#slide-menu > ul li button:hover {
  text-decoration: none;
  color: #f39200;
}
nav#slide-menu > ul li.sep {
  margin-top: 7px;
  padding-top: 14px;
  border-top: 1px solid #6b7b8d;
}

body.menu-active nav#slide-menu {
  right: 0;
}
body.menu-active nav#slide-menu ul {
  right: 0;
  opacity: 1;
}
body.menu-active div#content {
  right: 270px;
  border-radius: 7px 0 0 7px;
}
body.menu-active div#content .menu-trigger {
  display: block !important;
  right: 275px;
}

div#content {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  /*
  width: 100px;
  height: 100px;
  padding: 60px;*/
  overflow: hidden;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
div#content div.menu-trigger {
  position: fixed;
  top: 23px;
  right: 28px;
  font-size: 18px;
  padding: 5px 10px;
  z-index: 9999;
  text-align: center;
  background: #FFF;
  cursor: pointer;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
div#content div.menu-trigger:hover {
  background-color: white;
}
div#content div.menu-trigger:hover:before {
  color: #fcfeff;
}
div#content div.menu-trigger p {
  font-size: 14px;
  margin: 0;
  font-family: "Roboto";
}

.video-section {
  z-index: 99999;
  padding: 2em 0;
}
.video-section #content {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  padding: 60px;
  overflow: hidden;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.video-section .logo {
  text-align: center;
}
.video-section .logo a {
  color: #fff;
}
.video-section .heading-main {
  text-align: center;
  margin: 3em 0;
}
.video-section .heading-main h4 {
  margin: 1em 0;
  font-family: "Lato", sans-serif;
  font-size: 2em;
  color: #fff;
}
.video-section .searching-box {
  padding: 1em;
  margin-bottom: 1em;
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 2px 7px 1px #333;
}
.video-section .searching-box input {
  border-radius: 15px;
}
.video-section .searching-box input:focus, .video-section .searching-box input:hover {
  outline: none;
  box-shadow: none;
}
.video-section .shop-by {
  margin-bottom: 1em;
}
.video-section .shop-by ul {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  border-spacing: 6px 1px;
  table-layout: fixed;
  list-style: none;
}
.video-section .shop-by ul li {
  display: table-cell;
}
.video-section .shop-by ul li a {
  background: #fff;
  display: block;
  padding: 10px;
  border-radius: 10px;
  color: #000;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.video-section .shop-by ul li a:hover {
  text-decoration: none;
}
.video-section .havelogin {
  text-align: center;
}
.video-section .havelogin p {
  color: #fff;
  margin: 0;
}
.video-section .havelogin p a {
  color: #fff;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
}

.slider-section {
  padding-top: 10px;
}

.shop-by-cat {
  padding: 1em 0;
}
.shop-by-cat .shop-by-cat-inner {
  border-radius: 10px;
  background: #fff;
  padding: 1em;
}
.shop-by-cat .main-heading-s1 h3 {
  float: left;
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.25px;
  display: block;
  font-weight: 500;
  padding-bottom: 1em;
  margin: 0;
}
.shop-by-cat .main-heading-s1 h3 span {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 0;
  display: block;
  color: #6f7284;
  letter-spacing: 1px;
}
.shop-by-cat .main-heading-s1 a {
  float: right;
  background: #4AAFB1;
  padding: 3px 10px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  border-radius: 3px;
  font-size: 14px;
}
.shop-by-cat .main-heading-s1 a:hover {
  background: #1d9295;
  color: #fff;
  text-decoration: none;
}
.shop-by-cat .all-categories .main-cat-div a {
  transition: 0.3s;
}
.shop-by-cat .all-categories .main-cat-div a .cat-img img {
  height: 140px;
  max-width: 100%;
  border: 2px solid #f8f8f8;
  width: auto;
  margin: 0 auto;
  border-radius: 50%;
  padding: 2em;
}
.shop-by-cat .all-categories .main-cat-div a h3 {
  text-align: center;
  color: #333;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  margin-top: 8px;
}
.shop-by-cat .all-categories .main-cat-div a:hover {
  text-decoration: none;
}
.shop-by-cat .all-categories .main-cat-div a:hover .cat-img img {
  border: 2px solid #5fd0d3;
}
.shop-by-cat .all-categories .main-pop-cat-div a {
  transition: 0.3s;
}
.shop-by-cat .all-categories .main-pop-cat-div a .cat-img img {
  height: 120px;
  width: 120px;
  max-width: 100%;
  border: 2px solid #f8f8f8;
  margin: 0 auto;
  border-radius: 50%;
}
.shop-by-cat .all-categories .main-pop-cat-div a h3 {
  text-align: center;
  color: #333;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  margin-top: 8px;
}
.shop-by-cat .all-categories .main-pop-cat-div a:hover {
  text-decoration: none;
}
.shop-by-cat .all-categories .main-pop-cat-div a:hover .cat-img img {
  border: 2px solid #5fd0d3;
}

.product-widget {
  padding: 0.5em 0;
}
.product-widget .product-widget-inner {
  border-radius: 10px;
  background: #fff;
  padding: 1em;
}
.product-widget .product-widget-inner .main-pop-cat-div a {
  transition: 0.3s;
}
.product-widget .product-widget-inner .main-pop-cat-div a .cat-img img {
  height: 120px;
  max-width: 100%;
  width: 120px;
  border: 2px solid #f8f8f8;
  margin: 0 auto;
  border-radius: 50%;
}
.product-widget .product-widget-inner .main-pop-cat-div a h3 {
  text-align: center;
  color: #333;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  margin-top: 8px;
}
.product-widget .product-widget-inner .main-pop-cat-div a:hover {
  text-decoration: none;
}
.product-widget .product-widget-inner .main-pop-cat-div a:hover .cat-img img {
  border: 2px solid #5fd0d3;
}
.product-widget .main-heading-s1 h3 {
  float: left;
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.25px;
  display: block;
  font-weight: 500;
  padding-bottom: 1em;
  margin: 0;
}
.product-widget .main-heading-s1 h3 span {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 0;
  display: block;
  color: #6f7284;
  letter-spacing: 1px;
}
.product-widget .main-heading-s1 a {
  float: right;
  background: #4AAFB1;
  padding: 3px 10px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  border-radius: 3px;
  font-size: 14px;
}
.product-widget .main-heading-s1 a:hover {
  background: #1d9295;
  color: #fff;
  text-decoration: none;
}
.product-widget .product-item {
  background: #fff;
  position: relative;
  border: 1px solid #bdbfce;
  border-radius: 7px;
  padding: 10px;
}
.product-widget .product-item a:hover {
  text-decoration: none;
}
.product-widget .product-item a .prod-img {
  padding: 10px;
}
.product-widget .product-item a .prod-img img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.product-widget .product-item a .prod-title {
  color: #333;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-widget .product-item a .save-badge {
  position: absolute;
  top: 5px;
  left: 6px;
  background: #54af3a;
  padding: 1px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.product-widget .product-item a .prod-brand {
  font-size: 13px;
  color: #6f7284;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.product-widget .product-item .wishlist-box {
  position: absolute;
  top: 0;
  right: 0;
}
.product-widget .product-item .wishlist-box a {
  color: #6f7284;
}
.product-widget .product-item .price-box {
  font-size: 13px;
  font-family: "Lato", sans-serif;
  color: rgba(21, 27, 57, 0.4);
  width: 100%;
  padding: 0 0 6px;
  display: inline-table;
}
.product-widget .product-item .price-box strike {
  text-decoration: line-through;
  padding-right: 4px;
}
.product-widget .product-item .price-box span {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #f80c0c;
  font-weight: 600;
}
.product-widget .product-item .button-cart-view ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-widget .product-item .button-cart-view ul li {
  display: inline-block;
}
.product-widget .product-item .button-cart-view ul li:first-child {
  width: 75%;
}
.product-widget .product-item .button-cart-view ul li:last-child {
  width: 20%;
}
.product-widget .product-item .button-cart-view ul li .btn-cart, .product-widget .product-item .button-cart-view ul li a {
  display: inline-block;
  background: #4AAFB1;
  color: #fff;
  padding: 2px;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #4AAFB1;
  font-family: "Nunito", sans-serif;
  cursor: pointer;
}
.product-widget .product-item .button-cart-view ul li .product-quickview {
  padding: 2px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #4AAFB1;
  color: #1d9295;
  background: #fff;
}

.block-section {
  padding: 0.5em;
}
.block-section .block-section-inner {
  border-radius: 10px;
  background: #fff;
  padding: 0.5em;
}
.block-section .block-section-inner img {
  width: 100%;
}

.carousel-arrow .owl-nav {
  width: 100%;
}
.carousel-arrow .owl-nav .owl-prev {
  top: 40%;
  position: absolute;
  left: -19px;
}
.carousel-arrow .owl-nav button i {
  border-radius: 50%;
  background: #fff;
  height: 35px;
  color: #828282;
  width: 35px;
  border: 1px solid #9b9b9b;
  font-size: 17px;
  line-height: 35px;
}
.carousel-arrow .owl-nav button:hover, .carousel-arrow .owl-nav button:focus {
  outline: none;
}
.carousel-arrow .owl-nav .owl-next {
  top: 40%;
  position: absolute;
  right: -19px;
}

.block-section-carousel {
  padding: 0.5em;
}
.block-section-carousel .block-section-inner {
  border-radius: 10px;
  background: #fff;
  padding: 0.5em;
}
.block-section-carousel .block-section-inner .block-img img {
  border-radius: 10px;
}

.prod-bycat {
  padding: 1em 0;
}
.prod-bycat .prod-bycat-section-inner {
  border-radius: 10px;
  background: #fff;
  padding: 1em;
}
.prod-bycat .prod-bycat-section-inner .mb-30 {
  margin-bottom: 30px;
}
.prod-bycat .prod-bycat-section-inner .banner-wrap {
  position: relative;
}
.prod-bycat .prod-bycat-section-inner .banner-wrap .banner-thumb {
  overflow: hidden;
}
.prod-bycat .prod-bycat-section-inner .banner-wrap .banner-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 34px 30px;
  width: 100%;
}
.prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content h4 {
  font-size: 35px;
}
.prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content h4 a {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 500;
}
.prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content h4 a:hover {
  text-decoration: none;
}
.prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content.small-content h4 {
  font-size: 25px;
}
.prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content.small-content h4 a {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 500;
}
.prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content.small-content h4 a:hover {
  text-decoration: none;
}
.prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content .read-more a {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  color: #54af3a;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(35, 160, 54, 0.2);
}
.prod-bycat .prod-bycat-section-inner .banner-wrap:hover .banner-thumb img {
  transform: scale(1.05);
}

.shop-by-brands {
  padding: 1em 0;
}
.shop-by-brands .shop-by-brands-inner {
  border-radius: 10px;
  background: #fff;
  padding: 1em;
}
.shop-by-brands .main-heading-s1 h3 {
  float: left;
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.25px;
  display: block;
  font-weight: 500;
  padding-bottom: 1em;
  margin: 0;
}
.shop-by-brands .main-heading-s1 h3 span {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 0;
  display: block;
  color: #6f7284;
  letter-spacing: 1px;
}
.shop-by-brands .main-heading-s1 a {
  float: right;
  background: #4AAFB1;
  padding: 3px 10px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  border-radius: 3px;
  font-size: 14px;
}
.shop-by-brands .main-heading-s1 a:hover {
  background: #1d9295;
  color: #fff;
  text-decoration: none;
}
.shop-by-brands .all-categories .main-brand-div {
  padding: 10px;
  border-radius: 10px;
}
.shop-by-brands .all-categories .main-brand-div.bg-1 {
  background: #FFF5EC;
}
.shop-by-brands .all-categories .main-brand-div.bg-2 {
  background: #f6f1ff;
}
.shop-by-brands .all-categories .main-brand-div.bg-3 {
  background: #ebfbf3;
}
.shop-by-brands .all-categories .main-brand-div a {
  transition: 0.3s;
}
.shop-by-brands .all-categories .main-brand-div a .cat-img img {
  height: 130px;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.shop-by-brands .all-categories .main-brand-div a span {
  text-align: center;
}
.shop-by-brands .all-categories .main-brand-div a span img {
  height: 20px;
  width: auto;
  margin: 8px auto;
}
.shop-by-brands .all-categories .main-brand-div a span.discount {
  color: #1d9295;
  font-weight: 600;
  font-size: 12px;
  border-radius: 3px;
  display: block;
}
.shop-by-brands .all-categories .main-brand-div a:hover {
  text-decoration: none;
}

.shop-by-health {
  padding: 1em 0;
}
.shop-by-health .shop-by-health-inner {
  border-radius: 10px;
  background: #fff;
  padding: 1em;
}
.shop-by-health .main-heading-s1 h3 {
  float: left;
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.25px;
  display: block;
  font-weight: 500;
  padding-bottom: 1em;
  margin: 0;
}
.shop-by-health .main-heading-s1 h3 span {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 0;
  display: block;
  color: #6f7284;
  letter-spacing: 1px;
}
.shop-by-health .main-heading-s1 a {
  float: right;
  background: #4AAFB1;
  padding: 3px 10px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  border-radius: 3px;
  font-size: 14px;
}
.shop-by-health .main-heading-s1 a:hover {
  background: #1d9295;
  color: #fff;
  text-decoration: none;
}
.shop-by-health .all-categories .main-health-div a {
  transition: 0.3s;
}
.shop-by-health .all-categories .main-health-div a .cat-img img {
  height: 130px;
  max-width: 100%;
  border: 2px solid #f8f8f8;
  width: auto;
  margin: 0 auto;
  border-radius: 10px;
}
.shop-by-health .all-categories .main-health-div a h3 {
  text-align: center;
  color: #333;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  margin-top: 8px;
}
.shop-by-health .all-categories .main-health-div a:hover {
  text-decoration: none;
}
.shop-by-health .all-categories .main-health-div a:hover .cat-img img {
  border: 2px solid #5fd0d3;
}

.download-app {
  padding: 0.5em;
}
.download-app .download-app-inner {
  border-radius: 10px;
  background: #4AAFB1;
  padding: 1em 0 0 0;
}
.download-app .download-app-inner .section-title {
  padding: 0 2em;
}
.download-app .download-app-inner .section-title h2 {
  color: #fff;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.download-app .download-app-inner .section-title p {
  color: #f8f8f8;
}
.download-app .download-app-inner .section-title .download-stores img {
  height: 45px;
}
.download-app .download-app-inner .section-title .download-stores a {
  margin-right: 10px;
}
.download-app .download-app-inner .app-mobile {
  text-align: center;
}
.download-app .download-app-inner .app-mobile img {
  height: 300px;
}

.product-listing {
  padding: 1em 0;
}
.product-listing .filter-sidebar {
  background: #fff;
  border-radius: 7px;
}
.product-listing .filter-sidebar h3 {
  font-family: "Nunito", sans-serif;
  font-size: 0.8em;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #3333;
  text-transform: uppercase;
  font-weight: 600;
}
.product-listing .filter-sidebar .filter-grouping {
  padding: 0.7em 10px;
  border-bottom: 1px solid #3333;
}
.product-listing .filter-sidebar .filter-grouping h4 {
  margin: 0 0 5px 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}
.product-listing .filter-sidebar .filter-grouping .panel-group .panel-heading {
  padding: 0;
}
.product-listing .filter-sidebar .filter-grouping .panel-group .panel-heading a {
  display: block;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #333;
  text-decoration: none;
  position: relative;
  color: #4AAFB1;
  font-weight: 600;
}
.product-listing .filter-sidebar .filter-grouping .panel-group .panel-heading a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  float: right;
}
.product-listing .filter-sidebar .filter-grouping .panel-group .panel-heading a.collapsed {
  color: #333;
  font-weight: 500;
}
.product-listing .filter-sidebar .filter-grouping .panel-group .panel-heading a.collapsed:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  float: right;
}
.product-listing .filter-sidebar .filter-grouping .panel-group .panel-body .sb-cats {
  padding: 0 10px;
}
.product-listing .filter-sidebar .filter-grouping .panel-group .panel-body .sb-cats li {
  display: inline-block;
}
.product-listing .filter-sidebar .filter-grouping .panel-group .panel-body .sb-cats li a {
  color: #6f7284;
  font-size: 12px;
}
.product-listing .filter-sidebar .filter-grouping .filter-search {
  margin: 5px 0;
  height: 33px;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
}
.product-listing .filter-sidebar .filter-grouping .filter-search:focus {
  outline: none;
  box-shadow: none;
}
.product-listing .filter-sidebar .filter-grouping ul {
  padding: 0 6px;
  margin: 0;
  list-style: none;
  max-height: 165px;
  overflow-y: auto;
  overflow-x: hidden;
}
.product-listing .filter-sidebar .filter-grouping ul li {
  margin-bottom: 3px;
}
.product-listing .filter-sidebar .filter-grouping ul li label {
  width: 100%;
  display: flex;
  margin: 0;
  font-size: 13px;
  user-select: none;
}
.product-listing .filter-sidebar .filter-grouping ul li label input {
  align-self: center;
}
.product-listing .filter-sidebar .filter-grouping ul li label span.name-fil {
  margin-left: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 3px;
}
.product-listing .filter-sidebar .filter-grouping ul li label span:last-child {
  display: inline-block;
  text-align:left;
}
.product-listing .product-listing-p .product-top-result h3 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-size: 1em;
}
.product-listing .product-listing-p .product-top-result h3 span {
  padding-left: 10px;
  font-size: 60%;
}
.product-listing .product-listing-p .product-top-result .product-top-bread .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.product-listing .product-listing-p .product-top-result .product-top-bread .breadcrumb li + li:before {
  content: ">";
}
.product-listing .product-listing-p .product-top-result .product-top-bread .breadcrumb li {
  color: #333;
}
.product-listing .product-listing-p .product-top-result .product-top-bread .breadcrumb li a {
  color: #4AAFB1;
  font-family: "Nunito", sans-serif;
}
.product-listing .product-listing-p .product-sort-head {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
}
.product-listing .product-listing-p .product-sort-head h3 {
  align-self: center;
  font-family: "Nunito", sans-serif;
  font-size: 1em;
}
.product-listing .product-listing-p .product-sort-head h3 b {
  font-size: 1.4em;
  font-weight: 500;
}
.product-listing .product-listing-p .product-sort-head h3 span {
  font-size: 70%;
  color: #6f7284;
  padding-left: 10px;
}
.product-listing .product-listing-p .product-sort-head .sort-by .filtering-mobile {
  display: none;
  margin-right: 10px;
}
.product-listing .product-listing-p .product-sort-head .sort-by .filtering-mobile a {
  margin: 0;
  color: #333;
  font-family: "Nunito", sans-serif;
}
.product-listing .product-listing-p .product-sort-head .sort-by .label-sort {
  margin: 0;
  font-family: "Nunito", sans-serif;
}
.product-listing .product-listing-p .product-sort-head .sort-by select {
  background: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  border: 1px solid #bdbfce;
  font-family: "Nunito", sans-serif;
}
.product-listing .product-listing-p .product-listing-s1 {
  margin-top: 1em;
}
.product-listing .product-listing-p .product-listing-s1 .product-item {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
}
.product-listing .product-listing-p .product-listing-s1 .product-item {
  background: #fff;
  position: relative;
  border: 1px solid #bdbfce;
  border-radius: 7px;
  padding: 10px;
}
.product-listing .product-listing-p .product-listing-s1 .product-item a:hover {
  text-decoration: none;
}
.product-listing .product-listing-p .product-listing-s1 .product-item a .prod-img {
  padding: 10px;
}
.product-listing .product-listing-p .product-listing-s1 .product-item a .prod-img img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.product-listing .product-listing-p .product-listing-s1 .product-item a .prod-title {
  color: #333;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-listing .product-listing-p .product-listing-s1 .product-item a .save-badge {
  position: absolute;
  top: 5px;
  left: 6px;
  background: #54af3a;
  padding: 1px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.product-listing .product-listing-p .product-listing-s1 .product-item a .prod-brand {
    font-size: 13px;
    color: #6f7284;
    text-decoration: underline;
    display: block;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-listing .product-listing-p .product-listing-s1 .product-item .wishlist-box {
  position: absolute;
  top: 0;
  right: 0;
}
.product-listing .product-listing-p .product-listing-s1 .product-item .wishlist-box a {
  color: #6f7284;
}
.product-listing .product-listing-p .product-listing-s1 .product-item .price-box {
  font-size: 13px;
  font-family: "Lato", sans-serif;
  color: rgba(21, 27, 57, 0.4);
  width: 100%;
  padding: 0 0 6px;
  display: inline-table;
}
.product-listing .product-listing-p .product-listing-s1 .product-item .price-box strike {
  text-decoration: line-through;
  padding-right: 4px;
}
.product-listing .product-listing-p .product-listing-s1 .product-item .price-box span {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #f80c0c;
  font-weight: 600;
}
.product-listing .product-listing-p .product-listing-s1 .product-item .button-cart-view ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-listing .product-listing-p .product-listing-s1 .product-item .button-cart-view ul li {
  display: inline-block;
}
.product-listing .product-listing-p .product-listing-s1 .product-item .button-cart-view ul li:first-child {
  width: 75%;
}
.product-listing .product-listing-p .product-listing-s1 .product-item .button-cart-view ul li:last-child {
  width: 20%;
}
.product-listing .product-listing-p .product-listing-s1 .product-item .button-cart-view ul li .btn-cart, .product-listing .product-listing-p .product-listing-s1 .product-item .button-cart-view ul li a {
  display: inline-block;
  background: #4AAFB1;
  color: #fff;
  padding: 2px;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #4AAFB1;
  font-family: "Nunito", sans-serif;
  cursor: pointer;
}
.product-listing .product-listing-p .product-listing-s1 .product-item .button-cart-view ul li .product-quickview {
  padding: 2px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #4AAFB1;
  color: #1d9295;
  background: #fff;
}
.product-listing .product-listing-p .product-pagination {
  padding: 1em;
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 1px 6px 1px #3333330a;
}
.product-listing .product-listing-p .product-pagination .pagination {
  margin: 0;
}
.product-listing .product-listing-p .product-pagination .pagination li.active a,
.product-listing .product-listing-p .product-pagination .pagination li.active span {
 background:#4AAFB1;
  color: #fff;
    
}
.product-listing .product-listing-p .product-pagination .pagination li a,
.product-listing .product-listing-p .product-pagination .pagination li span {
  color: #4AAFB1;
}

.product-details {
  background: #fff;
}
.product-details .product-top-result h3 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-size: 1em;
}
.product-details .product-top-result h3 span {
  padding-left: 10px;
  font-size: 60%;
}
.product-details .product-top-result .product-top-bread .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.product-details .product-top-result .product-top-bread .breadcrumb li + li:before {
  content: ">";
}
.product-details .product-top-result .product-top-bread .breadcrumb li {
  color: #333;
}
.product-details .product-top-result .product-top-bread .breadcrumb li a {
  color: #4AAFB1;
  font-family: "Nunito", sans-serif;
}
.product-details .product-main-detail {
  padding: 2em 0;
}
.product-details .product-main-detail .product-d-middle .product-dm-top .titl {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}
.product-details .product-main-detail .product-d-middle .product-dm-top h3 {
  margin: 0;
  padding: 10px 0;
  font-size: 0.9em;
}
.product-details .product-main-detail .product-d-middle .product-dm-top h3 a {
  color: #4AAFB1;
}
.product-details .product-main-detail .product-d-middle .product-dm-top h3 a:hover {
  text-decoration: none;
}
.product-details .product-main-detail .product-d-middle .product-dm-top .pro-ratings a {
  display: block;
  color: #333;
}
.product-details .product-main-detail .product-d-middle .product-dm-top .pro-ratings a .star-rates {
  background: #1AAB2A;
  padding: 1px 6px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  margin-right: 10px;
}
.product-details .product-main-detail .product-d-middle .product-dm-top .pro-ratings a .star-rates i {
  font-size: 75%;
}
.product-details .product-main-detail .product-d-middle .product-dm-top .pro-ratings a:hover {
  text-decoration: none;
}
.product-details .product-main-detail .product-d-middle .product-dm-middle {
  padding: 1em 0;
}
.product-details .product-main-detail .product-d-middle .product-dm-middle .pro-packs h2 {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  margin: 0;
}
.product-details .product-main-detail .product-d-middle .product-dm-middle .pro-packs ul {
  padding: 0;
  margin: 0.8em 0 0 0;
  list-style: none;
}
.product-details .product-main-detail .product-d-middle .product-dm-middle .pro-packs ul li {
  margin-bottom: 10px;
  width: 30%;
  margin-right: 10px;
  display: inline-block;
}
.product-details .product-main-detail .product-d-middle .product-dm-middle .pro-packs ul li .main-tit-pack {
  background-color: #fff;
  border: 1px solid #6f7284;
  cursor: pointer;
  font-weight: 700;
  padding: 6px;
  font-family: "Lato", sans-serif;
  border-radius: 4px;
}
.product-details .product-main-detail .product-d-middle .product-dm-middle .pro-packs ul li .main-tit-pack span {
  display: block;
  font-size: 0.8em;
}
.product-details .product-main-detail .product-d-middle .product-dm-middle .pro-packs ul li .main-tit-pack span i {
  font-size: 60%;
  padding-right: 3px;
}
.product-details .product-main-detail .product-d-middle .product-dm-middle .pro-packs ul li.active .main-tit-pack {
  background-color: #f8f8f8;
  border: 1px solid #4AAFB1;
}
.product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo h2 {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  margin: 0;
}
.product-details .product-main-detail .product-d-middle .product-dm-bottom .combo-packs {
  margin-top: 1em;
  padding: 8px;
  border: 0.5px solid #bdbfce;
  border-radius: 10px;
  width: 100%;
  font-family: "Lato", sans-serif;
}
.product-details .product-main-detail .product-d-middle .product-dm-bottom .combo-packs .additional {
  background-color: #1AAB2A;
  position: absolute;
  color: #fff;
  font-weight: 700;
  padding: 2px 5px;
  font-size: 10px;
  margin: -15px -12px;
  z-index: 3;
}
.product-details .product-main-detail .product-d-middle .product-dm-bottom .combo-packs .additional:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 9px solid transparent;
  border-left: 9px solid #1aab2a;
  border-bottom: 9px solid transparent;
}
.product-details .product-main-detail .product-d-middle .product-dm-bottom .combo-packs img {
  height: 58px;
}
.product-details .product-main-detail .product-d-middle .product-dm-bottom .combo-packs .item-p {
  padding-top: 9px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
.product-details .product-main-detail .product-d-middle .product-dm-bottom .combo-packs .item-pr {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.product-details .product-main-detail .product-d-middle .product-dm-bottom .combo-packs .item-mrp .dis {
  color: #54af3a;
  padding-right: 2px;
}
.product-details .product-main-detail .product-d-middle .product-dm-bottom .combo-packs .item-mrp .item-mrp {
  color: #6f7284;
}
.product-details .product-main-detail .product-d-middle .product-dm-bottom .combo-packs .item-mrp .item-mrp .linthr {
  padding-left: 3px;
  text-decoration: line-through;
}
.product-details .product-main-detail .product-d-middle .product-dm-bottom .combo-packs .buy-pack-btn .btn-bpb {
  background: #4AAFB1;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 4px 10px;
}
.product-details .product-main-detail .product-d-middle .product-dm-bottom .combo-packs .buy-pack-btn .btn-bpb:hover, .product-details .product-main-detail .product-d-middle .product-dm-bottom .combo-packs .buy-pack-btn .btn-bpb:focus {
  outline: none;
  box-shadow: none;
}
.product-details .product-main-detail .product-d-last .add2cart {
  padding: 0;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.product-details .product-main-detail .product-d-last .add2cart .brought-product {
  border-radius: 10px 10px 0 0;
  background-color: #edf9ee;
  padding: 8px 12px;
  font-size: 0.8em;
  font-family: "Lato", sans-serif;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner {
  padding: 12px;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .mrp-price {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.6em;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .mrp-price i {
  font-size: 70%;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .mrp-price span {
  color: #6f7284;
  font-size: 11px;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .quantity-box {
  display: flex;
  padding: 10px 0;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .quantity-box .boxselect .form-control {
  height: 30px;
  padding: 3px;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .quantity-box .boxselect .form-control:focus, .product-details .product-main-detail .product-d-last .add2cart .add-inner .quantity-box .boxselect .form-control:hover {
  outline: none;
  box-shadow: none;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .quantity-box .spacer-of, .product-details .product-main-detail .product-d-last .add2cart .add-inner .quantity-box .pack-size {
  align-self: center;
  padding: 0 4px;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .add2crt-btn {
  display: flex;
  justify-content: space-between;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .add2crt-btn button {
  width: 45%;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .add2crt-btn button:first-child {
  background: #4AAFB1;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .add2crt-btn button:first-child:focus, .product-details .product-main-detail .product-d-last .add2cart .add-inner .add2crt-btn button:first-child:hover {
  outline: none;
  box-shadow: none;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .add2crt-btn button:last-child {
  background: #FF9800;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.product-details .product-main-detail .product-d-last .add2cart .add-inner .add2crt-btn button:last-child:focus, .product-details .product-main-detail .product-d-last .add2cart .add-inner .add2crt-btn button:last-child:hover {
  outline: none;
  box-shadow: none;
}
.product-details .product-main-detail .product-d-last .estimated-delivery {
  padding: 1em 1em;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.product-details .product-main-detail .product-d-last .estimated-delivery p {
  margin-bottom: 5px;
}
.product-details .product-main-detail .product-d-last .estimated-delivery p span {
  color: #1d9295;
  font-weight: 500;
}
.product-details .product-main-detail .product-d-last .estimated-delivery .city-delivery {
  font-family: "Lato", sans-serif;
}
.product-details .product-main-detail .product-d-last .estimated-delivery .city-delivery i {
  color: #4AAFB1;
}
.product-details .product-main-detail .product-d-last .estimated-delivery .city-delivery span {
  padding-left: 5px;
}
.product-details .product-main-detail .product-d-last .estimated-delivery .city-delivery a {
  float: right;
  color: #4AAFB1;
  font-weight: 600;
}
.product-details .product-main-detail .product-d-last .estimated-delivery .city-delivery a:hover {
  text-decoration: none;
}
.product-details .product-main-detail .product-d-last .additional-offer {
  margin-top: 25px;
  border: 1px dashed #6f7284;
  border-radius: 10px;
  padding: 20px 6px;
  position: relative;
}
.product-details .product-main-detail .product-d-last .additional-offer .additional {
  background-color: #1AAB2A;
  position: absolute;
  color: #fff;
  font-weight: 700;
  padding: 2px 5px;
  font-size: 10px;
  margin: -23px -10px;
  z-index: 3;
}
.product-details .product-main-detail .product-d-last .additional-offer .additional:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 9px solid transparent;
  border-left: 9px solid #1aab2a;
  border-bottom: 9px solid transparent;
}
.product-details .product-main-detail .product-d-last .additional-offer .offer-main {
  display: flex;
  align-items: center;
}
.product-details .product-main-detail .product-d-last .additional-offer .offer-main .offer-icon {
  color: #54af3a;
  padding: 0px 5px;
}
.product-details .product-main-detail .product-d-last .additional-offer .offer-main .offer-con {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  text-align: justify;
  margin-bottom: 10px;
}

.product-desc-comments {
  padding: 2em 0;
}
.product-desc-comments .product-desc-sim {
  background: #fff;
  padding: 10px;
}
.product-desc-comments .product-desc-sim .nav-tabs li a {
  color: #000;
  font-family: "Lato", sans-serif;
}
.product-desc-comments .product-desc-sim .nav-tabs li a.active {
  background: #4AAFB1;
  color: #fff;
}
.product-desc-comments .product-desc-sim .product-desc {
  padding: 10px;
  font-family: "Lato", sans-serif;
}
.product-desc-comments .product-desc-sim .product-desc h3 {
  font-size: 1.2em;
}
.product-desc-comments .product-desc-sim .product-desc h4 {
  font-size: 1em;
}
.product-desc-comments .product-desc-sim .product-desc p {
  font-size: 14px;
  text-align: justify;
}
.product-desc-comments .product-combo-tog {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.product-desc-comments .product-combo-tog .title-ct {
  font-size: 1.1em;
  font-family: "Lato", sans-serif;
}
.product-desc-comments .product-combo-tog .product-addon {
  display: block;
  margin: 10px 0 10px 20px;
}
.product-desc-comments .product-combo-tog .product-addon .product-style {
  display: inline;
}
.product-desc-comments .product-combo-tog .product-addon .product-style:after {
  background-color: #6f7284;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: calc(100% - 75px);
  margin-left: 55px;
}
.product-desc-comments .product-combo-tog .product-comb {
  display: flex;
  align-items: center;
}
.product-desc-comments .product-combo-tog .product-comb .prod-img img {
  height: 68px;
}
.product-desc-comments .product-combo-tog .product-comb .prod-info {
  font-family: "Lato", sans-serif;
}
.product-desc-comments .product-combo-tog .product-comb .prod-info h3 {
  font-size: 0.9em;
  margin: 0;
}
.product-desc-comments .product-combo-tog .product-comb .prod-info h4 {
  font-size: 16px;
  margin: 0;
}
.product-desc-comments .product-combo-tog .product-comb .prod-info h4 i {
  font-size: 80%;
}
.product-desc-comments .product-combo-tog .prod-add-both {
  border-top: 1px solid #3333;
  margin-top: 1em;
  padding-top: 1em;
}
.product-desc-comments .product-combo-tog .prod-add-both .price-both span {
  font-family: "Poppins", sans-serif;
  color: #6f7284;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
}
.product-desc-comments .product-combo-tog .prod-add-both .price-both i {
  font-size: 80%;
}
.product-desc-comments .product-combo-tog .prod-add-both .addboth-btn button {
  background: #4AAFB1;
  font-family: "Poppins", sans-serif;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
}
.product-desc-comments .product-comments {
  margin-top: 1em;
  background: #fff;
  padding: 10px;
}
.product-desc-comments .product-comments .title {
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
}
.product-desc-comments .product-comments .star-ratings .total-stars {
  font-size: 3em;
  font-weight: 600;
  color: #1AAB2A;
  display: block;
}
.product-desc-comments .product-comments .star-ratings .total-stars i {
  font-size: 80%;
}
.product-desc-comments .product-comments .star-ratings .total-reviews {
  font-weight: 500;
  color: #333;
  display: block;
}
.product-desc-comments .product-comments .star-ratings ul {
  padding: 0;
  list-style: none;
  margin: 1em 0;
}
.product-desc-comments .product-comments .star-ratings ul li {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.product-desc-comments .product-comments .star-ratings ul li .li-1 {
  color: #333;
  padding-right: 5px;
}
.product-desc-comments .product-comments .star-ratings ul li .li-1 i {
  color: #bdbfce;
  font-size: 80%;
  padding: 0 3px;
}
.product-desc-comments .product-comments .star-ratings ul li .progress {
  width: 40%;
  height: 9px;
}
.product-desc-comments .product-comments .star-ratings ul li .li-2 {
  font-weight: 400;
  padding-left: 6px;
  font-size: 13px;
}
.product-desc-comments .product-comments .comments-area {
  padding: 1em 0;
  border-top: 1px solid #bdbfce;
}
.product-desc-comments .product-comments .comments-area .comments-all .media {
  font-family: "Lato", sans-serif;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
.product-desc-comments .product-comments .comments-area .comments-all .media:last-child {
  border: none;
}
.product-desc-comments .product-comments .comments-area .comments-all .media .media-body .owner-name {
  font-size: 1em;
  margin: 0 0 3px 0;
}
.product-desc-comments .product-comments .comments-area .comments-all .media .cus-rates {
  display: flex;
  align-items: center;
}
.product-desc-comments .product-comments .comments-area .comments-all .media .cus-rates span:first-child {
  background: #1AAB2A;
  color: #fff;
  padding: 1px 6px;
  font-size: 14px;
  border-radius: 3px;
}
.product-desc-comments .product-comments .comments-area .comments-all .media .cus-rates span:first-child i {
  font-size: 80%;
  padding-left: 2px;
}
.product-desc-comments .product-comments .comments-area .comments-all .media .cus-rates span:last-child {
  color: #333;
  font-size: 13px;
  padding-left: 7px;
  font-weight: 600;
}
.product-desc-comments .product-comments .comments-area .comments-all .media p {
  margin: 10px 0;
  font-size: 14px;
  color: #6f7284;
}
.product-desc-comments .product-comments .comments-area .comments-all .media .action-com {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-desc-comments .product-comments .comments-area .comments-all .media .action-com li {
  display: inline-block;
  padding-right: 10px;
}
.product-desc-comments .product-comments .comments-area .comments-all .media .action-com li:last-child {
  padding: 0;
}
.product-desc-comments .product-comments .comments-area .comments-all .media .action-com li a {
  padding: 10px 0;
  color: #6f7284;
}
.product-desc-comments .product-comments .comments-area .comments-all .media .action-com li a:hover {
  text-decoration: none;
}
.product-desc-comments .product-comments .comments-area .comments-all .media .media-addedat span {
  font-size: 13px;
  color: #6f7284;
}

.cart-section {
  padding: 3em 0;
}
.cart-section .cart-left .item-title {
  font-size: 1.1em;
  font-family: "Lato", sans-serif;
}
.cart-section .cart-left .cart-list-all {
  margin-bottom: 1em;
}
.cart-section .cart-left .cart-list-all .cart-list {
  border-bottom: 1px solid #bdbfce;
}
.cart-section .cart-left .cart-list-all .cart-list:last-child {
  border: none;
}
.cart-section .cart-left .cart-list {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 2px;
  padding: 1em;
}
.cart-section .cart-left .cart-list .cart-name {
  font-size: 0.9em;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.cart-section .cart-left .cart-list .cart-name a {
    color:#333;
}
.cart-section .cart-left .cart-list .cart-size {
  color: #6f7284;
  font-weight: 600;
  font-size: 0.8em;
}
.cart-section .cart-left .cart-list .cart-price {
  font-size: 0.9em;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.cart-section .cart-left .cart-list .cart-mrp, .cart-section .cart-left .cart-list .cart-actual {
  color: #6f7284;
  font-weight: 600;
  font-size: 0.8em;
}
.cart-section .cart-left .cart-list .cart-actual {
  text-decoration: line-through;
}
.cart-section .cart-left .cart-list .remove-item a {
  color: #6f7284;
}
.cart-section .cart-left .cart-list .remove-item a:hover {
  text-decoration: none;
}
.cart-section .cart-left .cart-list .quantity-item {
  display: flex;
  justify-content: flex-end;
}
.cart-section .cart-left .cart-list .quantity-item input {
  text-align: center;
  border: none;
  padding: 0;
  width: 40px;
  height: 25px;
  font-family: "Lato", sans-serif;
}
.cart-section .cart-left .cart-list .quantity-item input:focus {
  outline: none;
}
.cart-section .cart-left .cart-list .quantity-item .subcartquan {
  border-radius: 50%;
  height: 25px;
  font-size: 10px;
  width: 25px;
  background: transparent;
  cursor: pointer;
  border: 1px solid #f44336;
  line-height: 25px;
  color: #f44336;
}
.cart-section .cart-left .cart-list .quantity-item .subcartquan:focus {
  outline: none;
}
.cart-section .cart-left .cart-list .quantity-item .addcartquan {
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  height: 25px;
  width: 25px;
  background: #f44336;
  border: 1px solid #f44336;
  line-height: 25px;
}
.cart-section .cart-left .cart-list .quantity-item .addcartquan:focus {
  outline: none;
}
.cart-section .cart-chart {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 2px;
  margin-bottom: 10px;
}
.cart-section .cart-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cart-section .cart-chart ul li {
  border-bottom: 1px solid #ededed;
  font-family: "Lato", sans-serif;
  padding: 8px 10px;
  color: #6f7284;
}
.cart-section .cart-chart ul li .second-price {
  float: right;
}
.cart-section .cart-chart ul li .second-price i {
  font-size: 80%;
  padding-right: 1px;
}
.cart-section .cart-chart ul li.bold-text {
  font-weight: 600;
  color: #333;
}
.cart-section .cart-chart ul li.total-savings {
  background: #6cca519c;
  color: #333;
}
.cart-section .cart-apply-coupon {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #ededed;
}
.cart-section .cart-apply-coupon .input-group {
  margin-bottom: 10px;
}
.cart-section .cart-apply-coupon .input-group .form-control:hover {
  outline: none;
  box-shadow: none;
}
.cart-section .cart-apply-coupon p {
  font-family: "Lato", sans-serif;
  margin: 0;
}
.cart-section .cart-apply-coupon p a {
  color: #f44336;
}
.cart-section .cart-checkout .btn-checkout {
  background: #f44336;
  width: 100%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
}
.cart-section .cart-checkout .btn-checkout:hover {
  background: #f80c0c;
  outline: none;
}

.h4-head {
  margin: 0;
  font-size: 15px;
  border-bottom: 1px solid #3333;
  padding-bottom: 4px;
}

.checkout-section {
  padding: 3em 0;
}
.checkout-section .checkout-left-side .titls {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
}
.checkout-section .checkout-left-side .checkout-address-feilds {
  margin-bottom: 1em;
  border-radius: 10px;
  background: #fff;
  padding: 10px 10px;
  border: 1px solid #ededed;
  box-shadow: 1px 1px 9px 1px #e0e0e0d1;
}
.checkout-section .checkout-left-side .checkout-address-feilds h3 {
  float: left;
  font-size: 1em;
  margin-bottom: 10px;
}
.checkout-section .checkout-left-side .checkout-address-feilds .add-address {
  float: right;
  border-radius: 2px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #333;
  background: #fff;
  padding: 2px 10px;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset {
  border: 1px solid #bdbfce !important;
  margin: 0 0 20px 0;
  min-width: 0;
  padding: 10px;
  font-family: "Quicksand", sans-serif;
  position: relative;
  border-radius: 4px;
  background-color: #f8f8f8;
  padding-left: 10px !important;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  width: 35%;
  border: 1px solid #bdbfce;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  background-color: #fff;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset legend label {
  width: 100%;
  user-select: none;
  margin: 0;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset legend label input {
  border: 0px;
  height: 18px;
  width: 18px;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset legend label span {
  text-transform: capitalize;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset .btn-add-group {
  margin-top: 1em;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: table;
  width: 100%;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul li {
  display: table-cell;
  width: 50%;
  padding-right: 10px;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul li:last-child {
  padding: 0;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul li a {
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 3px 6px;
  color: #6f7284;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #bdbfce;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul li a:hover {
  text-decoration: none;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset .panel-body p {
  margin: 0;
  padding-left: 6px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
.checkout-section .checkout-left-side .checkout-address-feilds fieldset .panel-body p span {
  font-weight: 600;
}
.checkout-section .checkout-left-side .checkout-payment-feilds {
  margin-bottom: 1em;
  border-radius: 10px;
  background: #fff;
  padding: 10px 10px;
  border: 1px solid #ededed;
  box-shadow: 1px 1px 9px 1px #e0e0e0d1;
}
.checkout-section .checkout-left-side .checkout-payment-feilds ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.checkout-section .checkout-left-side .checkout-payment-feilds ul li {
  display: inline-block;
  padding-right: 1em;
}
.checkout-section .checkout-left-side .checkout-payment-feilds ul li label {
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.checkout-section .checkout-left-side .checkout-payment-feilds ul li:last-child {
  padding: 0;
}
.checkout-section .checkout-chart {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 2px;
  margin-bottom: 10px;
}
.checkout-section .checkout-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.checkout-section .checkout-chart ul li {
  border-bottom: 1px solid #ededed;
  font-family: "Lato", sans-serif;
  padding: 8px 10px;
  color: #6f7284;
}
.checkout-section .checkout-chart ul li .second-price {
  float: right;
}
.checkout-section .checkout-chart ul li .second-price i {
  font-size: 80%;
  padding-right: 1px;
}
.checkout-section .checkout-chart ul li.bold-text {
  font-weight: 600;
  color: #333;
}
.checkout-section .checkout-chart ul li.total-savings {
  background: #6cca519c;
  color: #333;
}
.checkout-section .checkout-payment .btn-checkout {
  background: #f44336;
  width: 100%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
}
.checkout-section .checkout-payment .btn-checkout:hover {
  background: #f80c0c;
  outline: none;
}

.addresss-modal .modal-header {
  padding: 10px;
}
.addresss-modal .label-control {
  margin-bottom: 2px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
.addresss-modal .form-control {
  font-family: "Lato", sans-serif;
}
.addresss-modal .form-control:hover, .addresss-modal .form-control:focus {
  outline: none;
  box-shadow: none;
}
.addresss-modal .tabl-info tr th, .addresss-modal .tabl-info tr td {
  padding: 8px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

.track-h {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #ededed;
  padding: 6px 0;
}

.track {
  position: relative;
  background-color: #ededed;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px;
}
.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative;
}
.track .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px;
}
.track .step.active:before {
  background: #4AAFB1;
}
.track .step.active .icon {
  background: #4AAFB1;
  color: #fff;
}
.track .step.active .text {
  font-weight: 400;
  color: #000;
}
.track .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ededed;
}
.track .text {
  display: block;
  margin-top: 7px;
}

.alphabets-sections-by-brands {
  padding: 1em 0;
}
.alphabets-sections-by-brands .heading-by-collection h1 {
  font-family: "Lato", sans-serif;
  margin: 0;
  font-size: 1.9em;
}
.alphabets-sections-by-brands .heading-by-collection h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  margin: 0;
  color: #4AAFB1;
}
.alphabets-sections-by-brands .alpha-brands-main {
  padding: 2em 0;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  vertical-align: top;
}
.alphabets-sections-by-brands .alpha-brands-main .alpha-list-col h3 {
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 1.4em;
  padding: 10px 0;
  margin: 0;
}
.alphabets-sections-by-brands .alpha-brands-main .alpha-list-col .alpha-drug-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.alphabets-sections-by-brands .alpha-brands-main .alpha-list-col .alpha-drug-list li a {
  color: #333;
  font-family: "Lato", sans-serif;
}
.alphabets-sections-by-brands .alpha-brands-main .alpha-list-col .alpha-drug-list li a:hover {
  text-decoration: none;
}
.alphabets-sections-by-brands .listNav, .alphabets-sections-by-brands .ln-letters {
  overflow: hidden;
  margin: 10px 0;
}
.alphabets-sections-by-brands .listNav .ln-letters, .alphabets-sections-by-brands .ln-letters .ln-letters {
  width: 100%;
  border-top: #ededed solid 1px;
  border-bottom: #ededed solid 1px;
  padding: 8px 0;
  text-align: center;
  background: #fff;
  font-family: "Lato", sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0;
  justify-content: center;
}
.alphabets-sections-by-brands .listNav .ln-letters a, .alphabets-sections-by-brands .ln-letters .ln-letters a {
  font-size: 14px;
  display: inline-block;
  padding: 0 11.5px;
  border-right: 1px solid #ededed;
  border-left: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}
.alphabets-sections-by-brands .listNav .ln-letters a:hover, .alphabets-sections-by-brands .ln-letters .ln-letters a:hover {
  color: #4AAFB1;
}
.alphabets-sections-by-brands .listNav .ln-letters a.ln-disabled, .alphabets-sections-by-brands .ln-letters .ln-letters a.ln-disabled {
  color: #bdbfce;
  cursor: not-allowed;
}
.alphabets-sections-by-brands .listNav .ln-letters a.ln-disabled:hover, .alphabets-sections-by-brands .ln-letters .ln-letters a.ln-disabled:hover {
  color: #bdbfce;
  cursor: not-allowed;
}
.alphabets-sections-by-brands .listNav .ln-letters a.ln-selected, .alphabets-sections-by-brands .ln-letters .ln-letters a.ln-selected {
  color: #4AAFB1;
  border-right: 0 solid #fff;
}

.alphabets-sections-by-disease {
  padding: 1em 0;
}
.alphabets-sections-by-disease .heading-by-collection h1 {
  font-family: "Lato", sans-serif;
  margin: 0;
  font-size: 1.9em;
}
.alphabets-sections-by-disease .heading-by-collection h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  margin: 0;
  color: #4AAFB1;
}
.alphabets-sections-by-disease .alpha-disease-main {
  padding: 2em 0;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  vertical-align: top;
}
.alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main h3 {
  font-family: "Lato", sans-serif;
  font-size: 1.4em;
  padding: 10px 0;
  margin: 0;
  font-weight: 600;
}
.alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li a {
  color: #333;
  font-family: "Lato", sans-serif;
}
.alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li a.drug-list-title {
  color: #333;
  font-weight: 600;
  font-size: 17px;
  display: inline-block;
  font-family: "Lato", sans-serif;
}
.alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li a.drug-list-title:hover {
  text-decoration: none;
}
.alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body {
  margin: 0 0 15px;
}
.alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body ul li {
  margin: 0 0 8px;
  padding: 0 11px 0 0;
  vertical-align: top;
}
.alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body ul li a {
  color: #4AAFB1;
  font-size: 15px;
}
.alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body ul li a:hover {
  text-decoration: none;
}

.locate-us-page {
  background: #fff;
}
.locate-us-page .locate-us-top {
  text-align: center;
  padding: 2em 0;
  background: url("../images/whitebg.jpg");
  background-position: center;
  background-size: cover;
}
.locate-us-page .locate-us-top h3 {
  color: #333;
  font-size: 2em;
  font-family: "Poppins", sans-serif;
}
.locate-us-page .locate-us-top a {
  background: #4AAFB1;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.locate-us-page .locate-us-top a:hover {
  background: #1d9295;
  text-decoration: none;
}
.locate-us-page .locate-middle {
  padding: 2em 0;
}
.locate-us-page .locate-middle .heading-title {
  margin-bottom: 1em;
}
.locate-us-page .locate-middle .heading-title h4 {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1.6em;
}
.locate-us-page .locate-middle .locate-box {
  padding: 1em;
  border: 1px solid #f8f8f8;
}
.locate-us-page .locate-middle .locate-box .ico-india {
  margin-bottom: 10px;
}
.locate-us-page .locate-middle .locate-box .ico-india img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.locate-us-page .locate-middle .locate-box h3 {
  font-size: 1em;
}
.locate-us-page .locate-middle .locate-box .address-locate p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  color: #6f7284;
}
.locate-us-page .locate-bottom {
  padding: 2em 0;
}
.locate-us-page .locate-bottom .drop-a-line h3 {
  font-size: 1em;
}
.locate-us-page .locate-bottom .drop-a-line .form-control {
  margin-bottom: 10px;
  border-radius: 0;
}
.locate-us-page .locate-bottom .drop-a-line .btn-submit {
  width: 100%;
  background: #4AAFB1;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.locate-us-page .locate-bottom .drop-a-line .btn-submit:hover {
  background: #1d9295;
  color: #fff;
  text-decoration: none;
}

.policy-section {
  padding: 1em;
}
.policy-section .policy-section-inner {
  background: #fff;
  padding: 1em;
}
.policy-section .policy-section-inner .policy-top-result {
  margin-bottom: 1em;
}
.policy-section .policy-section-inner .policy-top-result .policy-top-bread .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.policy-section .policy-section-inner .policy-top-result .policy-top-bread .breadcrumb li + li:before {
  content: ">";
}
.policy-section .policy-section-inner .policy-top-result .policy-top-bread .breadcrumb li {
  color: #333;
}
.policy-section .policy-section-inner .policy-top-result .policy-top-bread .breadcrumb li a {
  color: #4AAFB1;
  font-family: "Nunito", sans-serif;
}
.policy-section .policy-section-inner .policy-content h1, .policy-section .policy-section-inner .policy-content h2 {
  font-size: 1.6em;
  font-family: "Manjari", sans-serif;
  font-weight: 600;
}
.policy-section .policy-section-inner .policy-content h3 {
  font-size: 1.3em;
  font-family: "Manjari", sans-serif;
  font-weight: 600;
}
.policy-section .policy-section-inner .policy-content p {
  font-family: "Roboto", sans-serif;
  text-align: justify;
  font-size: 12px;
}
.policy-section .policy-section-inner .policy-content ul li, .policy-section .policy-section-inner .policy-content ol li {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}

.our-team-page {
  background: #fff;
}
.our-team-page .team-header {
  text-align: center;
  padding: 2em 0;
  background: url("../images/whitebg.jpg");
  background-position: center;
  background-size: cover;
}
.our-team-page .team-header h3 {
  color: #333;
  font-size: 2em;
  font-family: "Poppins", sans-serif;
}
.our-team-page .team-header p {
  color: #6f7284;
}
.our-team-page .team-members {
  padding: 2em 0;
}
.our-team-page .team-members .team-heading-main {
  text-align: center;
}
.our-team-page .team-members .team-heading-main h3 {
  font-family: "Lato", sans-serif;
  display: inline-block;
  border-bottom: 1px solid #4AAFB1;
  margin-bottom: 1em;
  font-weight: 600;
}
.our-team-page .team-members .team-mate .team-mate-content .subtitle {
  font-size: 12px;
  margin-bottom: 6px !important;
}
.our-team-page .team-members .team-mate .team-mate-content p {
  font-size: 13px;
  color: #6f7284;
}

.faq-section {
  padding: 1em;
}
.faq-section .faq-section-inner {
  background: #fff;
  padding: 1em;
}
.faq-section .faq-section-inner .faq-top-result {
  margin-bottom: 1em;
}
.faq-section .faq-section-inner .faq-top-result .faq-top-bread .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.faq-section .faq-section-inner .faq-top-result .faq-top-bread .breadcrumb li + li:before {
  content: ">";
}
.faq-section .faq-section-inner .faq-top-result .faq-top-bread .breadcrumb li {
  color: #333;
}
.faq-section .faq-section-inner .faq-top-result .faq-top-bread .breadcrumb li a {
  color: #4AAFB1;
  font-family: "Nunito", sans-serif;
}
.faq-section .faq-section-inner .faq-content {
  font-family: "Poppins", sans-serif;
}
.faq-section .faq-section-inner .faq-content .faq-nav {
  flex-direction: column;
  margin: 0 0 32px;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.faq-section .faq-section-inner .faq-content .faq-nav .nav-link {
  position: relative;
  display: block;
  margin: 0;
  padding: 13px 16px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  color: #6f7284;
  transition: background-color 0.2s ease;
}
.faq-section .faq-section-inner .faq-content .faq-nav .nav-link:hover {
  background-color: #f8f8f8;
}
.faq-section .faq-section-inner .faq-content .faq-nav .nav-link.active {
  background-color: #f8f8f8;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
.faq-section .faq-section-inner .faq-content .faq-nav .nav-link:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 0;
}
.faq-section .faq-section-inner .faq-content .faq-nav .nav-link i.mdi {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
}
.faq-section .faq-section-inner .faq-content .tab-content {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.faq-section .faq-section-inner .faq-content .tab-content .card {
  border-radius: 0;
}
.faq-section .faq-section-inner .faq-content .tab-content .card-header {
  padding: 15px 16px;
  border-radius: 0;
  background-color: #f8f8f8;
}
.faq-section .faq-section-inner .faq-content .tab-content .card-header h5 {
  margin: 0;
}
.faq-section .faq-section-inner .faq-content .tab-content .card-header h5 button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  white-space: normal;
}
.faq-section .faq-section-inner .faq-content .tab-content .card-header h5 button:hover, .faq-section .faq-section-inner .faq-content .tab-content .card-header h5 button:focus, .faq-section .faq-section-inner .faq-content .tab-content .card-header h5 button:active, .faq-section .faq-section-inner .faq-content .tab-content .card-header h5 button:hover:active {
  text-decoration: none;
}
.faq-section .faq-section-inner .faq-content .tab-content .card-body p {
  color: #6f7284;
}
.faq-section .faq-section-inner .faq-content .tab-content .card-body p:last-of-type {
  margin: 0;
}
.faq-section .faq-section-inner .faq-content .accordion > .card:not(:first-child) {
  border-top: 0;
}
.faq-section .faq-section-inner .faq-content .collapse.show .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.contact-us-page {
  background: #fff;
}
.contact-us-page .contact-us-top {
  text-align: center;
  padding: 2em 0;
  background: url("../images/whitebg.jpg");
  background-position: center;
  background-size: cover;
}
.contact-us-page .contact-us-top h3 {
  color: #333;
  font-size: 2em;
  font-family: "Poppins", sans-serif;
}
.contact-us-page .contact-us-top p {
  margin: 0;
}
.contact-us-page .contact-us-middle {
  padding: 2em 0;
}
.contact-us-page .contact-us-middle .contact-detail-mid {
  display: flex;
  padding: 1em;
}
.contact-us-page .contact-us-middle .contact-detail-mid .contact-inn-icon {
  padding-right: 10px;
}
.contact-us-page .contact-us-middle .contact-detail-mid .contact-inn-icon i {
  font-size: 2em;
  color: #4AAFB1;
}
.contact-us-page .contact-us-middle .contact-detail-mid .contact-inn-con {
  font-family: "Lato", sans-serif;
}
.contact-us-page .contact-us-middle .contact-detail-mid .contact-inn-con h3 {
  margin-bottom: 5px;
  font-size: 1.2em;
}
.contact-us-page .contact-us-middle .contact-detail-mid .contact-inn-con p {
  margin: 0;
}
.contact-us-page .contact-us-middle .contact-detail-mid .contact-inn-con p span {
  font-weight: 700;
}
.contact-us-page .contact-us-bottom {
  padding: 2em 0;
}
.contact-us-page .contact-us-bottom .contact-from-area h3 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1em;
}
.contact-us-page .contact-us-bottom .contact-from-area .contact-form-style .input-style {
  margin-bottom: 10px;
}
.contact-us-page .contact-us-bottom .contact-from-area .contact-form-style .input-style .form-control {
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  height: 48px;
  color: #6f7284;
  padding: 3px 20px;
  border-radius: 26px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.contact-us-page .contact-us-bottom .contact-from-area .contact-form-style .input-style .form-control:focus {
  background-color: #fff;
  border: 1px solid #4AAFB1;
  outline: none;
  box-shadow: none;
}
.contact-us-page .contact-us-bottom .contact-from-area .contact-form-style .textarea-style .form-control {
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  height: 48px;
  color: #6f7284;
  font-family: "Lato", sans-serif;
  padding: 12px 20px 3px;
  border-radius: 5px;
  font-size: 15px;
  height: 150px;
}
.contact-us-page .contact-us-bottom .contact-from-area .contact-form-style .textarea-style .form-control:focus {
  background-color: #fff;
  border: 1px solid #4AAFB1;
  outline: none;
  box-shadow: none;
}
.contact-us-page .contact-us-bottom .contact-from-area .contact-form-style button {
  margin-top: 1em;
  font-size: 16px;
  border: none;
  background-color: #4AAFB1;
  border-radius: 25px;
  padding: 8px 32px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.contact-us-page .contact-us-bottom .contact-from-area .contact-form-style button:hover, .contact-us-page .contact-us-bottom .contact-from-area .contact-form-style button:focus {
  background: #1d9295;
  color: #fff;
  box-shadow: none;
  outline: none;
}

.press-release-page {
  background: #fff;
}
.press-release-page .pr-top {
  text-align: center;
  padding: 2em 0;
  background: url("../images/press-coverage-d.png");
  background-position: center;
  background-size: cover;
}
.press-release-page .pr-top h3 {
  color: #333;
  font-size: 2em;
  font-family: "Poppins", sans-serif;
}
.press-release-page .pr-top p {
  margin: 0;
}
.press-release-page .pr-middle {
  padding: 2em 0;
}
.press-release-page .pr-middle .pr-by-years {
  margin-bottom: 2em;
}
.press-release-page .pr-middle .pr-by-years ul {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
.press-release-page .pr-middle .pr-by-years ul li {
  display: inline-block;
}
.press-release-page .pr-middle .pr-by-years ul li a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #4AAFB1;
  color: #4AAFB1;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.press-release-page .pr-middle .pr-by-years ul li a.active, .press-release-page .pr-middle .pr-by-years ul li a:hover {
  background: #4AAFB1;
  color: #fff;
  text-decoration: none;
}
.press-release-page .pr-middle .card-pr {
  display: block;
  height: 160px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #4aafb1a1;
  position: relative;
}
.press-release-page .pr-middle .card-pr h3 {
  font-size: 1em;
  color: #333;
}
.press-release-page .pr-middle .card-pr:hover {
  text-decoration: none;
}
.press-release-page .pr-middle .card-pr .by-date {
  font-size: 12px;
  color: #4AAFB1;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.about-us-page {
  background: #fff;
  padding: 2em 0;
}
.about-us-page .about-us-top .about-left {
  position: relative;
  margin-bottom: 30px;
}
.about-us-page .about-us-top .about-left .about-shape {
  position: absolute;
  bottom: 0px;
  left: 18px;
  z-index: -9;
}
.about-us-page .about-us-top .about-right .section-title h5 {
  font-size: 16px;
  color: #4AAFB1;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-weight: 500;
}
.about-us-page .about-us-top .about-right .section-title h1 {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.about-us-page .about-us-top .about-right .about-text p {
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #6f7284;
}
.about-us-page .about-us-top .about-right .about-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 2em;
}
.about-us-page .about-us-top .about-right .about-list li {
  display: flex;
}
.about-us-page .about-us-top .about-right .about-list li .about-list-icon {
  margin-right: 20px;
}
.about-us-page .about-us-top .about-right .about-list li .about-list-icon span {
  background: #4AAFB1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.about-us-page .about-us-top .about-right .about-list li .about-list-text h3 {
  font-size: 20px;
  font-weight: 600;
}
.about-us-page .about-us-top .about-right .about-list li .about-list-text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #6f7284;
  margin-bottom: 15px;
}
.about-us-page .about-us-counts {
  padding: 3em 0;
  background: #b9f5f773;
}
.about-us-page .about-us-counts .single-couter {
  text-align: center;
  margin-bottom: 1em;
}
.about-us-page .about-us-counts .single-couter .count {
  background: #fff;
  width: 120px;
  height: 120px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 120px;
  border-radius: 50%;
  position: relative;
  margin-top: 5px;
}
.about-us-page .about-us-counts .single-couter .count::before {
  position: absolute;
  border-radius: 50%;
  content: "";
  height: 140px;
  left: -10px;
  top: -9px;
  width: 100%;
  border: 2px dashed #fff;
  width: 140px;
}
.about-us-page .about-us-counts .single-couter .count.count-bg-1 {
  background: #f9b73f;
}
.about-us-page .about-us-counts .single-couter .count.count-bg-1::before {
  border: 2px dashed #f9b73f;
}
.about-us-page .about-us-counts .single-couter .count.count-bg-2 {
  background: #0a9aae;
}
.about-us-page .about-us-counts .single-couter .count.count-bg-2::before {
  border: 2px dashed #0a9aae;
}
.about-us-page .about-us-counts .single-couter .count.count-bg-3 {
  background: #fc6285;
}
.about-us-page .about-us-counts .single-couter .count.count-bg-3::before {
  border: 2px dashed #fc6285;
}
.about-us-page .about-us-counts .single-couter .count.count-bg-4 {
  background: #71b7ed;
}
.about-us-page .about-us-counts .single-couter .count.count-bg-4::before {
  border: 2px dashed #71b7ed;
}
.about-us-page .about-us-counts .single-couter h4 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}
.about-us-page .about-us-team {
  padding: 2em 0;
}
.about-us-page .about-us-team .section-title {
  text-align: center;
}
.about-us-page .about-us-team .section-title h5 {
  font-size: 16px;
  color: #4AAFB1;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-weight: 500;
}
.about-us-page .about-us-team .section-title h1 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.about-us-page .about-us-team .team-mates {
  margin-top: 2em;
}
.about-us-page .about-us-team .team-mates .team-single {
  text-align: center;
  padding: 40px 35px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  transition: 0.3s;
}
.about-us-page .about-us-team .team-mates .team-single .team-thumb {
  margin-bottom: 25px;
}
.about-us-page .about-us-team .team-mates .team-single .team-text {
  margin-bottom: 25px;
}
.about-us-page .about-us-team .team-mates .team-single .team-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: 0.3s;
}
.about-us-page .about-us-team .team-mates .team-single .team-text h4 {
  font-size: 16px;
  color: #6f7284;
  transition: 0.3s;
}
.about-us-page .about-us-team .team-mates .team-single .team-social a {
  height: 35px;
  width: 35px;
  display: inline-block;
  border: 1px solid #f8f8f8;
  color: #4AAFB1;
  border-radius: 50%;
  line-height: 34px;
  margin-right: 10px;
  text-align: center;
}
.about-us-page .about-us-team .team-mates .team-single .team-social a:last-child {
  margin: 0;
}
.about-us-page .about-us-team .team-mates .team-single .team-social a:hover {
  background: #4AAFB1;
  color: #fff;
  border-color: #4AAFB1;
}
.about-us-page .about-us-team .team-mates .team-single:hover {
  background: #4AAFB1;
}
.about-us-page .about-us-team .team-mates .team-single:hover .team-text h3 {
  color: #fff;
}
.about-us-page .about-us-team .team-mates .team-single:hover .team-text h4 {
  color: #fff;
}
.about-us-page .about-us-team .team-mates .team-single:hover .team-social a {
  border: 1px solid #f8f8f8;
  color: #fff;
}
.about-us-page .about-us-team .team-mates .team-single:hover .team-social a:hover {
  background: #fff;
  color: #4AAFB1;
  border-color: #fff;
}

.life-at-kkmeds .life-at-one {
  text-align: center;
  padding: 2em 0;
  background: url("../images/whitebg.jpg");
  background-position: center;
  background-size: cover;
}
.life-at-kkmeds .life-at-one h3 {
  font-size: 2em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.life-at-kkmeds .life-at-one p {
  color: #6f7284;
}
.life-at-kkmeds .life-at-two {
  padding: 2em 0;
}
.life-at-kkmeds .life-at-two .career-left span {
  display: block;
  color: #1d9295;
  font-family: "Poppins", sans-serif;
}
.life-at-kkmeds .life-at-two .career-left h3 {
  font-size: 3em;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.life-at-kkmeds .life-at-two .career-left p {
  font-family: "Nunito", sans-serif;
}
.life-at-kkmeds .life-at-three {
  padding: 3em 0;
  background: #b9f5f773;
}
.life-at-kkmeds .life-at-three .heading-ca {
  margin-bottom: 2em;
  text-align: center;
}
.life-at-kkmeds .life-at-three .heading-ca h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.life-at-kkmeds .life-at-three .career-cards {
  height: 100%;
  background: #fff;
  border: 1px solid #3333;
  box-shadow: 1px 1px 2px 1px #33333314;
  padding: 10px 1em;
  position: relative;
  border-radius: 7px;
}
.life-at-kkmeds .life-at-three .career-cards h3 {
  margin: 0;
  font-size: 16px;
}
.life-at-kkmeds .life-at-three .career-cards h3 a {
  color: #333;
}
.life-at-kkmeds .life-at-three .career-cards h3 a:hover {
  text-decoration: none;
}
.life-at-kkmeds .life-at-three .career-cards .career-location {
  font-size: 12px;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.life-at-kkmeds .life-at-three .career-cards .career-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0px 6px;
  border-radius: 3px;
  font-size: 11px;
}
.life-at-kkmeds .life-at-three .career-cards .view-apply {
  display: block;
  margin-top: 1em;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  color: #1d9295;
}
.life-at-kkmeds .life-at-three .career-cards .view-apply:hover {
  text-decoration: none;
  color: #4AAFB1;
}

.life-at-job-details .life-at-job-one {
  background-color: rgba(55, 35, 84, 0.9);
  background-image: url(../images/job_inner.png);
  background-position: center;
  background-blend-mode: multiply;
  background-size: 1800px;
  position: relative;
  padding: 3em 0;
}
.life-at-job-details .life-at-job-one .job-one-heads {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.life-at-job-details .life-at-job-one .job-one-heads .job-heading h3 {
  color: #fff;
  font-size: 2em;
  font-family: "Poppins", sans-serif;
}
.life-at-job-details .life-at-job-one .job-one-heads .job-heading .basic-info ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.life-at-job-details .life-at-job-one .job-one-heads .job-heading .basic-info ul li {
  font-size: 14px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
}
.life-at-job-details .life-at-job-one .job-one-heads .job-heading .basic-info ul li:last-child {
  margin: 0;
}
.life-at-job-details .life-at-job-one .job-one-heads .apply-now-btn a {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: 500;
  float: right;
}
.life-at-job-details .life-at-job-one .job-one-heads .apply-now-btn a:hover {
  text-decoration: none;
}
.life-at-job-details .life-at-job-two {
  padding: 2em 0;
  background: #fff;
}
.life-at-job-details .life-at-job-two .section-wise {
  margin-bottom: 1em;
  border-bottom: 1px solid #ededed;
}
.life-at-job-details .life-at-job-two .section-wise h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
}
.life-at-job-details .life-at-job-two .section-wise p {
  color: #6f7284;
  font-family: "Lato", sans-serif;
  text-align: justify;
  font-size: 14px;
}
.life-at-job-details .life-at-job-two .section-wise ul li {
  color: #6f7284;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
.life-at-job-details .life-at-job-two .job-sidebar .job_box {
  background: rgba(0, 0, 0, 0.03);
  padding: 15px;
  margin-bottom: 20px;
}
.life-at-job-details .life-at-job-two .job-sidebar .job_box h3 {
  font-size: 18px;
  margin: -15px -15px 20px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.03);
}
.life-at-job-details .life-at-job-two .job-sidebar .job_box .job-sidebar-features {
  padding: 0;
  margin: 0;
  list-style: none;
}
.life-at-job-details .life-at-job-two .job-sidebar .job_box .job-sidebar-features li {
  padding-left: 40px;
  position: relative;
  list-style: none;
  font-size: 14px;
}
.life-at-job-details .life-at-job-two .job-sidebar .job_box .job-sidebar-features li i {
  position: absolute;
  top: 10px;
  left: 0;
  color: #4AAFB1;
}
.life-at-job-details .life-at-job-two .job-sidebar .job_box .job-sidebar-features li h6 {
  margin: 0;
}
.life-at-job-details .life-at-job-two .job-sidebar .job_box .job-sidebar-features li p {
  color: #6f7284;
}

.business-wu-section .business-part-one {
  background-color: #474747a6;
  background-image: url(../images/business-bg.jpg);
  background-position-y: bottom;
  background-blend-mode: multiply;
  background-size: 1800px;
  position: relative;
  padding: 3em 0;
  text-align: center;
}
.business-wu-section .business-part-one h2 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 2.4em;
  font-family: "Poppins", sans-serif;
}
.business-wu-section .business-part-one p {
  font-family: "Roboto", sans-serif;
  color: #f8f8f8;
}
.business-wu-section .business-part-two {
  background: #fff;
  padding: 3em 0;
}
.business-wu-section .business-part-two .bwu-image {
  text-align: center;
}
.business-wu-section .business-part-two .bwu-image img {
  height: 400px;
}
.business-wu-section .business-part-two .bwu-con h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2em;
}
.business-wu-section .business-part-two .bwu-con p {
  color: #6f7284;
  text-align: justify;
}
.business-wu-section .business-part-two .bwu-form .bwu-span {
  background: #1d9295;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 1em;
  color: #fff;
}
.business-wu-section .business-part-two .bwu-form form {
  margin-top: 1em;
}
.business-wu-section .business-part-two .bwu-form form .label-control {
  margin: 0 0 3px 0;
  font-family: "Lato", sans-serif;
}
.business-wu-section .business-part-two .bwu-form form .form-control {
  border-radius: 0;
  font-family: "Lato", sans-serif;
  box-shadow: 1px 1px 4px 1px #33333314;
}
.business-wu-section .business-part-two .bwu-form form .btn-submission {
  background: #4AAFB1;
  font-family: "Lato", sans-serif;
  padding: 6px 25px;
  color: #fff;
  box-shadow: 1px 1px 4px 1px #33333314;
}
.business-wu-section .business-part-two .bwu-form form .btn-submission:hover, .business-wu-section .business-part-two .bwu-form form .btn-submission:focus {
  outline: none;
  background: #1d9295;
  box-shadow: 1px 1px 4px 1px #33333329;
}

.user-order-details .order-details-main {
  margin-bottom: 1em;
  background: #fff;
  padding: 10px;
  border: 1px solid #ededed;
  box-shadow: 1px 1px 9px 1px #e0e0e0d1;
}
.user-order-details .order-details-main .order-div-heads h3 {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #ededed;
  padding: 6px 0;
}
.user-order-details .order-details-main .order-div-heads ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.user-order-details .order-details-main .order-div-heads ul li {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.user-order-details .order-details-main .order-div-heads ul li span {
  font-weight: 600;
}
.user-order-details .order-details-main .order-div-heads .cancel-order .btn-cancel {
  padding: 2px 10px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #333;
  color: #333;
}
.user-order-details .order-details-main .order-div-heads .cancel-order .btn-cancel:focus, .user-order-details .order-details-main .order-div-heads .cancel-order .btn-cancel:hover {
  outline: none;
}
.user-order-details .order-details-main .tab-order-user {
  margin: 2em 0;
}
.user-order-details .order-details-main .tab-order-user thead tr th {
  font-family: "Lato", sans-serif;
  padding: 5px;
}
.user-order-details .order-details-main .tab-order-user tbody tr {
  border-bottom: 1px solid #ededed;
}
.user-order-details .order-details-main .tab-order-user tbody tr td {
  border: none;
  font-family: "Lato", sans-serif;
  padding: 5px;
}
.user-order-details .order-details-main .tab-order-user tbody tr td .prescriptions-img ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.user-order-details .order-details-main .tab-order-user tbody tr td .prescriptions-img ul li a {
  display: block;
  display: inline-block;
  margin-right: 5px;
}
.user-order-details .order-details-main .tab-order-user tbody tr td .prescriptions-img ul li a img {
  border: 1px solid #5fd0d3;
  height: 70px;
}
.user-order-details .order-details-main .tab-order-user tbody tr td .prescriptions-img ul li a:last-child {
  margin: 0;
}
.user-order-details .order-details-main .tab-order-user tbody tr td .product-order-flx {
  display: flex;
  align-content: center;
}
.user-order-details .order-details-main .tab-order-user tbody tr td .product-order-flx .pro-img a img {
  height: 60px;
}
.user-order-details .order-details-main .tab-order-user tbody tr td .product-order-flx .pro-det h3 {
  margin: 0;
}
.user-order-details .order-details-main .tab-order-user tbody tr td .product-order-flx .pro-det h3 a {
  color: #333;
  font-size: 16px;
}
.user-order-details .order-details-main .tab-order-user tbody tr td .product-order-flx .pro-det h3 a:hover {
  text-decoration: none;
}
.user-order-details .order-details-main .tab-order-user tbody tr td .product-order-flx .pro-det p {
  margin: 0;
  font-size: 11px;
  color: #6f7284;
  font-weight: 600;
}
.user-order-details .order-details-main .tab-order-user tbody tr td span i {
  font-size: 90%;
  padding-right: 2px;
}
.user-order-details .order-details-main .tab-order-user tbody tr td span.coupon-tag {
  padding: 2px 10px;
  background: #1d9295;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
}
.user-order-details .order-details-main .tab-order-user tbody tr td span.total-amount, .user-order-details .order-details-main .tab-order-user tbody tr td span.total-price {
  font-weight: 600;
  font-size: 110%;
}

.myaccount-section {
  padding: 3em 0;
}
.myaccount-section .user-sidebar .user-profile {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding: 10px;
}
.myaccount-section .user-sidebar .user-profile .user-img img {
  height: 62px;
  border-radius: 50%;
  margin-right: 1em;
  width: 62px;
}
.myaccount-section .user-sidebar .user-profile .user-de h3 {
  font-size: 1em;
  margin: 0;
}
.myaccount-section .user-sidebar .user-profile .user-bars {
  display: none;
}
.myaccount-section .user-sidebar .user-profile .user-bars a {
  font-size: 16px;
  color: #333;
}
.myaccount-section .user-sidebar .user-sidemenu {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 1em;
}
.myaccount-section .user-sidebar .user-sidemenu h3 {
  border-bottom: 1px solid #ededed;
  margin: 0;
  font-size: 16px;
  display: block;
  color: #6f7284;
  text-transform: uppercase;
  padding: 14px 10px;
}
.myaccount-section .user-sidebar .user-sidemenu h3 i {
  padding-right: 10px;
  color: #4AAFB1;
}
.myaccount-section .user-sidebar .user-sidemenu h3 > a {
  font-size: 16px;
  display: block;
  color: #6f7284;
  text-transform: uppercase;
}
.myaccount-section .user-sidebar .user-sidemenu h3 > a i {
  padding-right: 10px;
  color: #4AAFB1;
}
.myaccount-section .user-sidebar .user-sidemenu h3 > a:hover {
  text-decoration: none;
}
.myaccount-section .user-sidebar .user-sidemenu h3 > a span {
  float: right;
}
.myaccount-section .user-sidebar .user-sidemenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.myaccount-section .user-sidebar .user-sidemenu ul li a {
  display: block;
  font-size: 14px;
  padding: 9px 5px 9px 42px;
  cursor: pointer;
  color: #333;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.myaccount-section .user-sidebar .user-sidemenu ul li a:hover, .myaccount-section .user-sidebar .user-sidemenu ul li a.active {
  text-decoration: none;
  background: #f5faff;
}
.myaccount-section .user-sidebar .user-sidemenu-mobile {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 1em;
}
.myaccount-section .user-sidebar .user-sidemenu-mobile h3 {
  border-bottom: 1px solid #ededed;
  margin: 0;
  font-size: 16px;
  display: block;
  color: #6f7284;
  text-transform: uppercase;
  padding: 14px 10px;
}
.myaccount-section .user-sidebar .user-sidemenu-mobile h3 i {
  padding-right: 10px;
  color: #4AAFB1;
}
.myaccount-section .user-sidebar .user-sidemenu-mobile h3 > a {
  font-size: 16px;
  display: block;
  color: #6f7284;
  text-transform: uppercase;
}
.myaccount-section .user-sidebar .user-sidemenu-mobile h3 > a i {
  padding-right: 10px;
  color: #4AAFB1;
}
.myaccount-section .user-sidebar .user-sidemenu-mobile h3 > a:hover {
  text-decoration: none;
}
.myaccount-section .user-sidebar .user-sidemenu-mobile h3 > a span {
  float: right;
}
.myaccount-section .user-sidebar .user-sidemenu-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.myaccount-section .user-sidebar .user-sidemenu-mobile ul li a {
  display: block;
  font-size: 14px;
  padding: 9px 5px 9px 42px;
  cursor: pointer;
  color: #333;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.myaccount-section .user-sidebar .user-sidemenu-mobile ul li a:hover, .myaccount-section .user-sidebar .user-sidemenu-mobile ul li a.active {
  text-decoration: none;
  background: #f5faff;
}
.myaccount-section .user-sidebar .user-freq {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 1em;
  padding: 10px;
}
.myaccount-section .user-sidebar .user-freq h4 {
  font-size: 0.8em;
  margin: 0;
}
.myaccount-section .user-sidebar .user-freq ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.myaccount-section .user-sidebar .user-freq ul li {
  padding-right: 5px;
  display: inline-block;
}
.myaccount-section .user-sidebar .user-freq ul li:last-child {
  padding: 0;
}
.myaccount-section .user-sidebar .user-freq ul li a {
  font-size: 13px;
  color: #6f7284;
}
.myaccount-section .user-sidebar .user-freq ul li a:hover {
  text-decoration: none;
}
.myaccount-section .addresses-section {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 1em;
}
.myaccount-section .addresses-section .heading-acc {
  margin-bottom: 1em;
}
.myaccount-section .addresses-section .heading-acc span {
  font-size: 18px;
  font-weight: 500;
  padding-right: 24px;
}
.myaccount-section .addresses-section .heading-acc a {
  padding-right: 1em;
  color: #007bff;
  font-weight: 500;
  font-size: 15px;
}
.myaccount-section .addresses-section .heading-acc a:hover {
  text-decoration: none;
}
.myaccount-section .addresses-section fieldset {
  border: 1px solid #bdbfce !important;
  margin: 0 0 20px 0;
  min-width: 0;
  padding: 10px;
  font-family: "Quicksand", sans-serif;
  position: relative;
  border-radius: 4px;
  background-color: #f8f8f8;
  padding-left: 10px !important;
}
.myaccount-section .addresses-section fieldset legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  width: 35%;
  border: 1px solid #bdbfce;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  background-color: #fff;
}
.myaccount-section .addresses-section fieldset legend label {
  width: 100%;
  user-select: none;
  margin: 0;
}
.myaccount-section .addresses-section fieldset legend label input {
  border: 0px;
  height: 18px;
  width: 18px;
}
.myaccount-section .addresses-section fieldset legend label span {
  text-transform: capitalize;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
}
.myaccount-section .addresses-section fieldset .btn-add-group {
  margin-top: 1em;
}
.myaccount-section .addresses-section fieldset .btn-add-group ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: table;
  width: 100%;
}
.myaccount-section .addresses-section fieldset .btn-add-group ul li {
  display: table-cell;
  width: 50%;
  padding-right: 10px;
}
.myaccount-section .addresses-section fieldset .btn-add-group ul li:last-child {
  padding: 0;
}
.myaccount-section .addresses-section fieldset .btn-add-group ul li a {
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 3px 6px;
  color: #6f7284;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #bdbfce;
}
.myaccount-section .addresses-section fieldset .btn-add-group ul li a:hover {
  text-decoration: none;
}
.myaccount-section .addresses-section fieldset .panel-body p {
  margin: 0;
  padding-left: 6px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
.myaccount-section .addresses-section fieldset .panel-body p span {
  font-weight: 600;
}
.myaccount-section .addresses-section .add-address-div {
  margin-bottom: 1em;
}
.myaccount-section .addresses-section .add-address-div a {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  border: 1px solid #bdbfce;
}
.myaccount-section .addresses-section .add-address-div a:hover {
  text-decoration: none;
}
.myaccount-section .addresses-section .add-address-div a i {
  padding-right: 10px;
}
.myaccount-section .myprofile-section {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 1em;
}
.myaccount-section .myprofile-section .heading-acc {
  margin-bottom: 1em;
}
.myaccount-section .myprofile-section .heading-acc span {
  font-size: 18px;
  font-weight: 500;
  padding-right: 24px;
}
.myaccount-section .myprofile-section .heading-acc a {
  padding-right: 1em;
  color: #4AAFB1;
  font-weight: 500;
  font-size: 15px;
}
.myaccount-section .myprofile-section .heading-acc a:hover {
  text-decoration: none;
}
.myaccount-section .myprofile-section .action-upload {
  margin-top: 1em;
}
.myaccount-section .myprofile-section .action-upload .btn-save {
  background: #007bff;
  text-transform: uppercase;
  padding: 5px 23px;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: none;
  font-weight: 500;
  margin-top: 10px;
}
.myaccount-section .myprofile-section .form-group {
  margin-bottom: 2em;
}
.myaccount-section .myprofile-section .form-group.form-pan {
  margin-bottom: 0;
}
.myaccount-section .myprofile-section .form-group .profile-control {
  width: 100%;
  font-size: 14px;
  border: 1px solid #ededed;
  outline: none;
  border-radius: 2px;
  padding: 10px;
  box-shadow: none;
  -moz-appearance: textfield;
}
.myaccount-section .myprofile-section .form-group .btn-save {
  background: #4AAFB1;
  text-transform: uppercase;
  padding: 8px 25px;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  box-shadow: none;
  font-weight: 500;
}
.myaccount-section .myprofile-section .form-group .gender-radio input {
  height: 15px;
  width: 15px;
  vertical-align: middle;
}
.myaccount-section .myprofile-section .form-group .gender-radio span {
  font-size: 15px;
  vertical-align: middle;
  padding-right: 5px;
}
.myaccount-section .myprofile-section .form-group .form-instruction {
  font-size: 11px;
  font-family: "Lato", sans-serif;
}
.myaccount-section .myprofile-section .faq-section {
  margin-bottom: 2em;
}
.myaccount-section .myprofile-section .faq-section h4 {
  font-size: 14px;
}
.myaccount-section .myprofile-section .faq-section p {
  font-size: 13px;
}
.myaccount-section .mywishlists-section {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 1em;
}
.myaccount-section .mywishlists-section .heading-acc {
  margin-bottom: 1em;
}
.myaccount-section .mywishlists-section .heading-acc span {
  font-size: 18px;
  font-weight: 500;
  padding-right: 24px;
}
.myaccount-section .mywishlists-section .heading-acc a {
  padding-right: 1em;
  color: #007bff;
  font-weight: 500;
  font-size: 15px;
}
.myaccount-section .mywishlists-section .heading-acc a:hover {
  text-decoration: none;
}
.myaccount-section .mywishlists-section .product-main-w {
  margin-bottom: 10px;
  border: 1px solid #ededed;
  border-radius: 10px;
  position: relative;
}
.myaccount-section .mywishlists-section .product-main-w .product-w-flx {
  display: flex;
  align-content: center;
}
.myaccount-section .mywishlists-section .product-main-w .product-w-flx .pro-img a img {
  height: 100px;
}
.myaccount-section .mywishlists-section .product-main-w .product-w-flx .pro-det h3 {
  margin: 0;
}
.myaccount-section .mywishlists-section .product-main-w .product-w-flx .pro-det h3 a {
  color: #333;
  font-size: 16px;
}
.myaccount-section .mywishlists-section .product-main-w .product-w-flx .pro-det h3 a:hover {
  text-decoration: none;
}
.myaccount-section .mywishlists-section .product-main-w .product-w-flx .pro-det h4 {
  margin: 0;
  font-size: 1.2em;
  padding-top: 2px;
}
.myaccount-section .mywishlists-section .product-main-w .product-w-flx .pro-det h4 i {
  font-size: 80%;
  padding-right: 1px;
}
.myaccount-section .mywishlists-section .product-main-w .product-w-flx .pro-det p {
  margin: 0;
  font-size: 11px;
  color: #6f7284;
  font-weight: 600;
}
.myaccount-section .mywishlists-section .product-main-w .product-w-delete {
  position: absolute;
  top: 10px;
  right: 10px;
}
.myaccount-section .mywishlists-section .product-main-w .product-w-delete a {
  display: block;
  color: #6f7284;
}
.myaccount-section .mysavedcards-section {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 1em;
}
.myaccount-section .mysavedcards-section .heading-acc {
  margin-bottom: 1em;
}
.myaccount-section .mysavedcards-section .heading-acc span {
  font-size: 18px;
  font-weight: 500;
  padding-right: 24px;
}
.myaccount-section .mysavedcards-section .heading-acc a {
  padding-right: 1em;
  color: #007bff;
  font-weight: 500;
  font-size: 15px;
}
.myaccount-section .mysavedcards-section .heading-acc a:hover {
  text-decoration: none;
}
.myaccount-section .mysavedcards-section .faq-section {
  margin-bottom: 2em;
}
.myaccount-section .mysavedcards-section .faq-section h4 {
  font-size: 14px;
}
.myaccount-section .mysavedcards-section .faq-section p {
  font-size: 13px;
}
.myaccount-section .mysavedcards-section .add-card-div {
  margin-bottom: 1em;
}
.myaccount-section .mysavedcards-section .add-card-div a {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  border: 1px solid #bdbfce;
}
.myaccount-section .mysavedcards-section .add-card-div a:hover {
  text-decoration: none;
}
.myaccount-section .mysavedcards-section .add-card-div a i {
  padding-right: 10px;
}
.myaccount-section .mysavedcards-section .product-main-w {
  margin-bottom: 10px;
  border: 1px solid #ededed;
  border-radius: 10px;
  position: relative;
}
.myaccount-section .mysavedcards-section .product-main-w .product-w-flx {
  padding: 1em;
}
.myaccount-section .mysavedcards-section .product-main-w .product-w-flx .pro-det h3 {
  font-size: 14px;
  margin: 0;
}
.myaccount-section .mysavedcards-section .product-main-w .product-w-flx .pro-det h3 img {
  vertical-align: text-top;
  height: 21px;
}
.myaccount-section .mysavedcards-section .product-main-w .product-w-flx .pro-det p {
  margin: 0;
  font-size: 12px;
  color: #6f7284;
  font-weight: 600;
}
.myaccount-section .mysavedcards-section .product-main-w .product-w-delete {
  position: absolute;
  top: 10px;
  right: 10px;
}
.myaccount-section .mysavedcards-section .product-main-w .product-w-delete a {
  display: block;
  color: #6f7284;
  font-size: 13px;
}
.myaccount-section .user-orders {
  background-color: #fff;
  border-radius: 2px;
  padding: 1em;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.myaccount-section .user-orders .product-top-bread .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.myaccount-section .user-orders .product-top-bread .breadcrumb li + li:before {
  content: ">";
}
.myaccount-section .user-orders .product-top-bread .breadcrumb li {
  color: #333;
}
.myaccount-section .user-orders .product-top-bread .breadcrumb li a {
  color: #4AAFB1;
  font-family: "Nunito", sans-serif;
}
.myaccount-section .user-orders .order-filtering-top .filr-title {
  font-family: "Lato", sans-serif;
  margin-bottom: 0.6em;
}
.myaccount-section .user-orders .order-filtering-top .sort-search-order {
  display: flex;
  margin-bottom: 1em;
  justify-content: space-between;
  align-content: center;
}
.myaccount-section .user-orders .order-filtering-top .sort-search-order .placed-year label {
  margin: 0;
  font-weight: 500;
}
.myaccount-section .user-orders .order-filtering-top .sort-search-order .placed-year select {
  padding: 3px 5px;
  font-size: 1rem;
  line-height: 1.5;
  color: #6f7284;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.myaccount-section .user-orders .order-filtering-top .sort-search-order .search-orders .input-group .btn {
  height: 35px;
}
.myaccount-section .user-orders .order-filtering-top .sort-search-order .search-orders .input-group .form-control {
  height: 35px;
}
.myaccount-section .user-orders .order-filtering-top .sort-search-order .search-orders .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list {
  margin-bottom: 1em;
  border: 1px solid #ededed;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .order-top-view {
  background: #f8f8f8;
  padding: 7px 16px;
  border-bottom: 1px solid #ededed;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .order-top-view .col-view .label-control {
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .order-top-view .col-view .h-heads {
  margin: 0;
  font-weight: 400;
  font-size: 0.8em;
  font-family: "Poppins", sans-serif;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .order-top-view .col-view .h-heads a:hover {
  text-decoration: none;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view {
  background: #fff;
  padding: 1em;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view .product-main-or {
  display: flex;
  align-items: center;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view .product-main-or img {
  height: 94px;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view .product-main-or .prod-det h3 {
  margin: 0;
  font-size: 1em;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view .product-main-or .prod-det h4 {
  font-size: 14px;
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #f80c0c;
  font-weight: 600;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .prescriptn-or p {
  margin: 0;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .or-buttons {
  text-align: right;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .or-buttons ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .or-buttons ul li {
  margin-bottom: 10px;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .or-buttons ul li .btn {
  background: #e7e9ec;
  color: #333;
  padding: 3px 10px;
  font-weight: 500;
  width: 100%;
  border-color: #ADB1B8 #A2A6AC #8D9096;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .or-buttons ul li .btn:focus {
  outline: none;
  box-shadow: none;
}
.myaccount-section .user-orders .order-filtering-top .all-orders .order-view-list .or-buttons ul li .btn.btn-danger {
  color: #fff;
  background: #e4382b !important;
}
.myaccount-section .user-reminders {
  background-color: #fff;
  border-radius: 2px;
  padding: 1em;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.myaccount-section .user-reminders .product-top-bread {
  float: left;
}
.myaccount-section .user-reminders .product-top-bread .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.myaccount-section .user-reminders .product-top-bread .breadcrumb li + li:before {
  content: ">";
}
.myaccount-section .user-reminders .product-top-bread .breadcrumb li {
  color: #333;
}
.myaccount-section .user-reminders .product-top-bread .breadcrumb li a {
  color: #4AAFB1;
  font-family: "Nunito", sans-serif;
}
.myaccount-section .user-reminders .table-responsive {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-top: 2em;
}
.myaccount-section .user-reminders .table-responsive .table-reminders .actions-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.myaccount-section .user-reminders .table-responsive .table-reminders .actions-ul li {
  display: inline-block;
}
.myaccount-section .user-reminders .table-responsive .table-reminders .actions-ul li:last-child a {
  background: #f80c0c;
}
.myaccount-section .user-reminders .table-responsive .table-reminders .actions-ul li a {
  display: block;
  padding: 5px 9px;
  border-radius: 6px;
  background: #333;
  color: #fff;
  font-size: 12px;
}
.myaccount-section .prescription-upload {
  background-color: #fff;
  border-radius: 2px;
  padding: 1em;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.myaccount-section .prescription-upload .main-title {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.myaccount-section .prescription-upload .checkout-left-side .titls {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds {
  margin-bottom: 1em;
  border-radius: 10px;
  background: #fff;
  padding: 10px 10px;
  border: 1px solid #ededed;
  box-shadow: 1px 1px 9px 1px #e0e0e0d1;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds h3 {
  float: left;
  font-size: 1em;
  margin-bottom: 10px;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds .add-address {
  float: right;
  border-radius: 2px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0);
  border: 1px solid #333;
  background: #fff;
  padding: 2px 10px;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset {
  border: 1px solid #bdbfce !important;
  margin: 0 0 20px 0;
  min-width: 0;
  padding: 10px;
  font-family: "Quicksand", sans-serif;
  position: relative;
  border-radius: 4px;
  background-color: #f8f8f8;
  padding-left: 10px !important;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  width: 35%;
  border: 1px solid #bdbfce;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  background-color: #fff;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset legend label {
  width: 100%;
  user-select: none;
  margin: 0;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset legend label input {
  border: 0px;
  height: 18px;
  width: 18px;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset legend label span {
  text-transform: capitalize;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset .btn-add-group {
  margin-top: 1em;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: table;
  width: 100%;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul li {
  display: table-cell;
  width: 50%;
  padding-right: 10px;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul li:last-child {
  padding: 0;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul li a {
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 3px 6px;
  color: #6f7284;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #bdbfce;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul li a:hover {
  text-decoration: none;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset .panel-body p {
  margin: 0;
  padding-left: 6px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-address-feilds fieldset .panel-body p span {
  font-weight: 600;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-payment-feilds {
  margin-bottom: 1em;
  border-radius: 10px;
  background: #fff;
  padding: 10px 10px;
  border: 1px solid #ededed;
  box-shadow: 1px 1px 9px 1px #e0e0e0d1;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-payment-feilds ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-payment-feilds ul li {
  display: inline-block;
  padding-right: 1em;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-payment-feilds ul li label {
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.myaccount-section .prescription-upload .checkout-left-side .checkout-payment-feilds ul li:last-child {
  padding: 0;
}
.myaccount-section .prescription-upload .checkout-left-side .place-order-btn {
  text-align: right;
}
.myaccount-section .prescription-upload .checkout-left-side .place-order-btn .btn-place {
  background: #1d9295;
  color: #fff;
  padding: 6px 18px;
  font-family: "Poppins", sans-serif;
}
.myaccount-section .prescription-upload .checkout-left-side .place-order-btn .btn-place:hover, .myaccount-section .prescription-upload .checkout-left-side .place-order-btn .btn-place:focus {
  background: #4AAFB1;
  color: #fff;
  outline: none;
}
.myaccount-section .prescription-upload .prescription-left .saved-prescription > h4 {
  color: #333;
  font-size: 1em;
  margin-bottom: 1em;
}
.myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img {
  position: relative;
  padding: 1em;
  border: 1px solid #3333;
  border-radius: 10px;
  background: #fff;
}
.myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .form-control {
  margin: 10px 0;
}
.myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .form-remark h3 {
  font-size: 0.8em;
  margin: 10px 0 0 0;
}
.myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .select-prescr a {
  background: #333;
  width: 100%;
  color: #fff;
  text-align: center;
  display: block;
  padding: 5px;
  text-transform: capitalize;
  font-family: "Poppins";
  border-radius: 5px;
}
.myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .delet-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .delet-btn a {
  color: #fff;
  background: #f80c0c;
  padding: 4px;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 22px;
}
.myaccount-section .prescription-upload .prescription-left h2 {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.myaccount-section .prescription-upload .prescription-right .uploader-pres .pres-title {
  font-size: 1em;
}
.myaccount-section .prescription-upload .prescription-right .pres-guide {
  padding: 1em 0;
}
.myaccount-section .prescription-upload .prescription-right .pres-guide .pres-title {
  font-size: 1em;
  margin-bottom: 10px;
}
.myaccount-section .prescription-upload .prescription-right .pres-guide ul {
  padding-left: 18px;
  margin: 0;
}
.myaccount-section .prescription-upload .prescription-right .pres-guide ul li {
  font-size: 0.8em;
}
.myaccount-section .prescription-upload .prescription-right .pres-guide img {
  margin-top: 1em;
}
.myaccount-section .mycoupons-section {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 1em;
}
.myaccount-section .mycoupons-section .heading-acc {
  margin-bottom: 1em;
}
.myaccount-section .mycoupons-section .heading-acc span {
  font-size: 18px;
  font-weight: 500;
  padding-right: 24px;
}
.myaccount-section .mycoupons-section .heading-acc a {
  padding-right: 1em;
  color: #007bff;
  font-weight: 500;
  font-size: 15px;
}
.myaccount-section .mycoupons-section .heading-acc a:hover {
  text-decoration: none;
}
.myaccount-section .mycoupons-section .product-main-w {
  margin-bottom: 10px;
  border: 1px solid #ededed;
  border-radius: 10px;
  position: relative;
}
.myaccount-section .mycoupons-section .product-main-w .product-w-flx {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.myaccount-section .mycoupons-section .product-main-w .product-w-flx .pro-det .coupon-code {
  font-size: 19px;
  color: #4AAFB1;
  margin: 0;
}
.myaccount-section .mycoupons-section .product-main-w .product-w-flx .pro-det .coupon-code .expired-coupon {
  color: #fff;
  background: #F44336;
  padding: 2px 5px;
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
  border-radius: 9px;
}
.myaccount-section .mycoupons-section .product-main-w .product-w-flx .pro-det h4 {
  margin: 0;
  font-size: 1.2em;
  padding-top: 2px;
}
.myaccount-section .mycoupons-section .product-main-w .product-w-flx .pro-det h4 i {
  font-size: 80%;
  padding-right: 1px;
}
.myaccount-section .mycoupons-section .product-main-w .product-w-flx .pro-det p {
  margin: 0;
  font-size: 11px;
  color: #6f7284;
  font-weight: 600;
}
.myaccount-section .mycoupons-section .product-main-w .product-w-flx .pro-act {
  text-align: right;
}
.myaccount-section .mycoupons-section .product-main-w .product-w-flx .pro-act span {
  font-weight: 500;
  display: block;
  font-size: 12px;
  color: #6f7284;
}
.myaccount-section .mycoupons-section .product-main-w .product-w-flx .pro-act span.validto {
  color: #54af3a;
}
.myaccount-section .allnotification-section {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 1em;
}
.myaccount-section .allnotification-section .heading-acc {
  margin-bottom: 1em;
}
.myaccount-section .allnotification-section .heading-acc span {
  font-size: 18px;
  font-weight: 500;
  padding-right: 24px;
}
.myaccount-section .allnotification-section .heading-acc a {
  padding-right: 1em;
  color: #007bff;
  font-weight: 500;
  font-size: 15px;
}
.myaccount-section .allnotification-section .heading-acc a:hover {
  text-decoration: none;
}
.myaccount-section .allnotification-section .notifications-panel .notification-bar {
  border: 1px solid #c6c6c633;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 1em;
  align-items: center;
  display: flex;
  position: relative;
}
.myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-img img {
  height: 80px;
  width: 100%;
}
.myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-de h4 {
  font-size: 14px;
}
.myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-de h4 a {
  color: #000;
}
.myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-de h4 a:hover {
  text-decoration: none;
}
.myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-de .added-at {
  display: block;
  text-align: right;
  color: #6f7284;
  font-size: 11px;
}
.myaccount-section .allreviewsrates-section {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 1em;
}
.myaccount-section .allreviewsrates-section .heading-acc {
  margin-bottom: 1em;
}
.myaccount-section .allreviewsrates-section .heading-acc span {
  font-size: 18px;
  font-weight: 500;
  padding-right: 24px;
}
.myaccount-section .allreviewsrates-section .heading-acc a {
  padding-right: 1em;
  color: #007bff;
  font-weight: 500;
  font-size: 15px;
}
.myaccount-section .allreviewsrates-section .heading-acc a:hover {
  text-decoration: none;
}
.myaccount-section .allreviewsrates-section .product-rev-main {
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 1em;
  position: relative;
  display: flex;
}
.myaccount-section .allreviewsrates-section .product-rev-main:last-child {
  border: none;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-img {
  padding: 10px;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-img img {
  height: 100px;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-de h4 {
  font-size: 14px;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-de .mainrev {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-de .mainrev .starrates {
  background: #1AAB2A;
  color: #fff;
  border-radius: 4px;
  padding: 0px 5px;
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-de .mainrev .starrates i {
  padding-left: 1px;
  font-size: 82%;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-de .myrev-dec {
  margin: 0;
  font-size: 14px;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-de .postedby-rev {
  color: #6f7284;
  font-size: 12px;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-de .actn-button-rev {
  margin-top: 10px;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-de .actn-button-rev ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-de .actn-button-rev ul li {
  display: inline-block;
  margin-right: 10px;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-de .actn-button-rev ul li:last-child {
  margin: 0;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-de .actn-button-rev ul li a {
  color: #1d9295;
}
.myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-de .actn-button-rev ul li a:hover {
  text-decoration: none;
}
.myaccount-section .orderyoumight-reviews {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 1em;
  margin-top: 1em;
}
.myaccount-section .orderyoumight-reviews .heading-acc {
  margin-bottom: 1em;
}
.myaccount-section .orderyoumight-reviews .heading-acc span {
  font-size: 18px;
  font-weight: 500;
  padding-right: 24px;
}
.myaccount-section .orderyoumight-reviews .heading-acc a {
  padding-right: 1em;
  color: #007bff;
  font-weight: 500;
  font-size: 15px;
}
.myaccount-section .orderyoumight-reviews .heading-acc a:hover {
  text-decoration: none;
}
.myaccount-section .orderyoumight-reviews .product-rev-main {
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 1em;
  position: relative;
  display: flex;
}
.myaccount-section .orderyoumight-reviews .product-rev-main:last-child {
  border: none;
}
.myaccount-section .orderyoumight-reviews .product-rev-main .prod-rev-img {
  margin-right: 10px;
}
.myaccount-section .orderyoumight-reviews .product-rev-main .prod-rev-img img {
  height: 70px;
}
.myaccount-section .orderyoumight-reviews .product-rev-main .prod-rev-de h4 {
  font-size: 14px;
}
.myaccount-section .orderyoumight-reviews .product-rev-main .prod-rev-de .actn-button-rev {
  margin-top: 10px;
}
.myaccount-section .orderyoumight-reviews .product-rev-main .prod-rev-de .actn-button-rev ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.myaccount-section .orderyoumight-reviews .product-rev-main .prod-rev-de .actn-button-rev ul li {
  display: inline-block;
  margin-right: 10px;
}
.myaccount-section .orderyoumight-reviews .product-rev-main .prod-rev-de .actn-button-rev ul li:last-child {
  margin: 0;
}
.myaccount-section .orderyoumight-reviews .product-rev-main .prod-rev-de .actn-button-rev ul li a {
  color: #1d9295;
}
.myaccount-section .orderyoumight-reviews .product-rev-main .prod-rev-de .actn-button-rev ul li a:hover {
  text-decoration: none;
}
.myaccount-section .mywallet-section {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 1em;
}
.myaccount-section .mywallet-section .heading-acc {
  margin-bottom: 1em;
}
.myaccount-section .mywallet-section .heading-acc span {
  font-size: 18px;
  font-weight: 500;
  padding-right: 24px;
}
.myaccount-section .mywallet-section .heading-acc a {
  padding-right: 1em;
  color: #007bff;
  font-weight: 500;
  font-size: 15px;
}
.myaccount-section .mywallet-section .heading-acc a:hover {
  text-decoration: none;
}
.myaccount-section .mywallet-section .mywallet-main .mywallet-balance {
  margin-bottom: 1em;
  background: #b9f5f773;
  padding: 1em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-bal .balc-h {
  color: #4AAFB1;
  font-size: 2em;
  margin: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-bal .balc-h i {
  font-size: 80%;
  padding-right: 2px;
}
.myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-bal span {
  font-family: "Lato", sans-serif;
}
.myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-btn a {
  color: #fff;
  background: #1d9295;
  padding: 10px 14px;
  font-family: "Poppins", sans-serif;
  border-radius: 8px;
  font-size: 14px;
}
.myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-btn a:hover {
  text-decoration: none;
}
.myaccount-section .mywallet-section .table-transactions table thead th {
  font-weight: 400;
  background: #6F7191;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.myaccount-section .mywallet-section .table-transactions table thead th:first-child {
  border-radius: 10px 0px 0px 10px;
}
.myaccount-section .mywallet-section .table-transactions table thead th:last-child {
  border-radius: 0px 10px 10px 0px;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td {
  color: #6f7284;
  font-family: "Lato", sans-serif;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans h3 {
  font-size: 1.2em;
  color: #333;
  text-transform: capitalize;
  margin: 0;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans .trans-id {
  color: #bdbfce;
  font-size: 12px;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans .added-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans .added-info ul li {
  font-size: 12px;
  display: inline-block;
  color: #bdbfce;
  border-right: 1px solid #ededed;
  padding-right: 10px;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans .added-info ul li:last-child {
  padding-right: 0;
  padding-left: 10px;
  border: none;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status {
  text-align: center;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .succes-info {
  color: #1AAB2A;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .succes-info i {
  font-size: 2em;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .succes-info h3 {
  margin: 0;
  font-size: 15px;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .decline-info {
  color: #f80c0c;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .decline-info i {
  font-size: 2em;
}
.myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .decline-info h3 {
  margin: 0;
  font-size: 15px;
}

footer {
  padding: 1em 0;
}
footer .top-footer {
  padding: 1em 0;
  background: #fff;
}
footer .top-footer .footer-content h3 {
  font-size: 1em;
}
footer .top-footer .footer-content h4 {
  margin-bottom: 3px;
  font-size: 0.8em;
}
footer .top-footer .footer-content p {
  font-size: 11px;
  color: #6f7284;
}
footer .top-footer .footer-links h4 {
  margin-bottom: 3px;
  font-size: 0.8em;
}
footer .top-footer .footer-links ul {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
footer .top-footer .footer-links ul li {
  line-height: 10px;
  display: inline-block;
  padding: 0 5px 0 2px;
  border-right: 1px solid #bdbfce;
}
footer .top-footer .footer-links ul li a {
  color: #6f7284;
  font-size: 11px;
}
footer .top-footer .footer-links ul li a:hover {
  text-decoration: none;
}
footer .top-footer .footer-links ul li:last-child {
  border: none;
}
footer .middle-footer {
  padding: 2em 0;
}
footer .middle-footer .footer-head h4 {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 0.8em;
}
footer .middle-footer .footer-head p {
  font-size: 10px;
  color: #6f7284;
  font-family: "Nunito", sans-serif;
}
footer .middle-footer .footer-head ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .middle-footer .footer-head ul li a {
  color: #6f7284;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}
footer .middle-footer .footer-head ul li a:hover {
  text-decoration: none;
}
footer .middle-footer .footer-head ul.social-app li {
  display: inline-block;
}
footer .middle-footer .footer-head ul.social-app li a {
  font-size: 17px;
  padding: 0 10px;
}
footer .middle-footer .footer-head ul.social-app li a:hover {
  color: #000;
}
footer .middle-footer .footer-head ul.customer-service li {
  line-height: 10px;
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #bdbfce;
}
footer .middle-footer .footer-head ul.customer-service li:first-child {
  padding: 0 5px 0 0;
}
footer .middle-footer .footer-head ul.customer-service li:last-child {
  border: none;
}
footer .middle-footer .footer-head ul.customer-service li a {
  font-size: 12px;
}
footer .middle-footer .footer-head .input-group input:focus, footer .middle-footer .footer-head .input-group input:hover {
  outline: none;
  box-shadow: none;
  border: 1px solid #4AAFB1;
}
footer .bottom-footer {
  background: #4AAFB1;
}
footer .bottom-footer .bottom-footer-inner {
  padding: 0.5em 0;
}
footer .bottom-footer .bottom-footer-inner p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
footer .bottom-footer .bottom-footer-inner p a {
  color: #fff;
}
footer .bottom-footer .bottom-footer-inner p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .track .text {
    font-size: 11px;
  }

  header .navigation-header {
    display: none !important;
  }
  header .rs-order-1 {
    order: 1;
  }
  header .rs-order-2 {
    order: 2;
  }
  header .rs-order-none {
    display: none;
  }
  header .top-header .left-call {
    text-align: center;
  }
  header .top-header .right-buttons {
    text-align: center;
  }
  header .middle-header {
    padding: 0;
  }
  header .middle-header .middle-main {
    justify-content: space-between;
    display: flex;
  }
  header .middle-header .middle-main .nav-mobile {
    display: block !important;
  }
  header .middle-header .middle-main .nav-mobile .navbar {
    padding: 0;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 9999;
    padding: 10px;
    min-width: 300px;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-nav li {
    position: static;
    border: none;
    border-right: 1px solid #dfe0e7;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-nav li a {
    color: #000;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-nav li a .new-tag {
    background: #f44336;
    color: #fff;
    border-radius: 3px;
    padding: 1px 2px;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-nav li .dropdown-menu.mega-area {
    border-top: 3px solid #4AAFB1;
    transition: 0.5s all ease-in-out;
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 4px 14px 10px 14px;
    width: 100%;
    top: auto;
    border-radius: 0px;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-nav li .dropdown-menu.mega-area .tit {
    font-size: 14px;
    font-weight: 600;
    margin: 5px auto;
    color: #4AAFB1;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-nav li .dropdown-menu.mega-area .sub-a {
    margin: 0;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-nav li .dropdown-menu.mega-area .sub-a a {
    font-size: 13px;
    font-weight: bold;
    margin: 5px auto;
    color: #6f7284;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-nav li .dropdown-menu.mega-area .sub-cat-main {
    padding-left: 2px;
    list-style: none;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-nav li .dropdown-menu.mega-area .sub-cat-main li {
    border: none;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-nav li .dropdown-menu.mega-area .sub-cat-main li a {
    font-size: 11px;
    font-weight: 600;
    margin: 5px auto;
    color: #6f7284;
    display: block;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-nav li:last-child {
    border-right: none;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-toggler {
    padding: 12px 0;
    color: #fff;
  }
  header .middle-header .middle-main .nav-mobile .navbar .navbar-toggler:focus, header .middle-header .middle-main .nav-mobile .navbar .navbar-toggler:hover {
    outline: none;
    box-shadow: none;
  }
  header .middle-header .logo {
    text-align: center;
  }
  header .middle-header .search-area-head {
    margin-bottom: 1em;
  }
  header .middle-header .search-area-head .input-group-prepend select {
    font-size: 11px;
    padding: 1px 4px;
  }
  header .middle-header .search-area-head .input-group-append button {
    font-size: 10px;
    padding: 2px 8px;
  }
  header .middle-header .middle-sidebar {
    padding: 10px;
  }
  header .middle-header .middle-sidebar ul li {
    padding: 0px 8px;
  }

  .mywishlists-section .product-main-w .product-w-flx .pro-img img {
    height: 65px !important;
  }
  .mywishlists-section .product-main-w .product-w-flx .pro-det p {
    font-size: 8px !important;
  }
  .mywishlists-section .product-main-w .product-w-flx .pro-det h3 a {
    font-size: 12px !important;
  }
  .mywishlists-section .product-main-w .product-w-flx .pro-det h4 {
    font-size: 0.8em !important;
  }
  .mywishlists-section .product-main-w .product-w-delete a {
    font-size: 11px;
  }

  .shop-by-cat .all-categories .main-pop-cat-div a .cat-img img {
    height: 78px;
  }
  .shop-by-cat .all-categories .main-pop-cat-div a h3 {
    font-size: 12px;
  }

  .product-widget .product-item {
    padding: 5px;
  }
  .product-widget .product-item .price-box {
    font-size: 9px;
  }
  .product-widget .product-item .price-box span {
    display: block;
    font-size: 13px;
  }
  .product-widget .product-item .button-cart-view ul li:first-child {
    width: 72%;
  }
  .product-widget .product-item .button-cart-view ul li .btn-cart {
    font-size: 9px;
    padding: 4px 8px;
  }
  .product-widget .product-item .button-cart-view ul li .product-quickview {
    font-size: 11px;
  }
  .product-widget .product-item a .save-badge {
    padding: 1px 2px;
    font-size: 8px;
  }
  .product-widget .product-item a .prod-img img {
    height: 90px;
  }
  .product-widget .product-item a .prod-title {
    font-size: 11px;
  }
  .product-widget .product-item a .prod-brand {
    font-size: 10px;
    
  }

  .shop-by-health .all-categories .main-health-div a .cat-img img {
    height: 87px;
  }
  .shop-by-health .all-categories .main-health-div a h3 {
    font-size: 11px;
  }

  .shop-by-brands .all-categories .main-brand-div a .cat-img img {
    height: 47px;
  }
  .shop-by-brands .all-categories .main-brand-div a span.discount {
    font-size: 10px;
  }

  .download-app .download-app-inner .section-title {
    text-align: center;
    padding: 0 1em;
  }
  .download-app .download-app-inner .section-title h2 {
    font-size: 14px;
  }
  .download-app .download-app-inner .section-title .download-stores img {
    height: 39px;
  }
  .download-app .download-app-inner .app-mobile {
    margin-top: 1em;
  }
  .download-app .download-app-inner .app-mobile img {
    height: 135px;
  }

  footer .middle-footer .footer-head {
    margin-top: 10px;
  }
  footer .middle-footer .footer-head h4 {
    margin-bottom: 5px;
  }
  footer .bottom-footer .bottom-footer-inner p {
    margin: 0;
    font-size: 10px;
  }

  /**End Homepage**/
  .product-listing .filter-sidebar {
    display: none;
  }
  .product-listing .product-listing-p .product-sort-head {
    display: block;
    margin-top: 0.5em;
  }
  .product-listing .product-listing-p .product-sort-head h3 {
    font-size: 0.8em;
  }
  .product-listing .product-listing-p .product-sort-head h3 span {
    font-size: 80%;
    text-align: right;
  }
  .product-listing .product-listing-p .product-sort-head .sort-by {
    display: flex;
    justify-content: space-between;
    text-align: right;
    justify-content: space-between;
  }
  .product-listing .product-listing-p .product-sort-head .sort-by .filtering-mobile {
    display: block;
  }
  .product-listing .product-pagination ul li a {
    font-size: 10px;
  }
  .product-listing .product-top-result .product-top-bread .breadcrumb li {
    font-size: 11px;
  }
  .product-listing .product-listing-s1 .product-item {
    border-radius: 7px;
    padding: 5px;
  }
  .product-listing .product-listing-s1 .product-item a .prod-brand {
    font-size: 10px;
  }
  .product-listing .product-listing-s1 .product-item a .save-badge {
    font-size: 9px;
  }
  .product-listing .product-listing-s1 .product-item a .prod-img {
    padding: 1px;
  }
  .product-listing .product-listing-s1 .product-item a .prod-img img {
    height: 130px;
  }
  .product-listing .product-listing-s1 .product-item a .prod-title {
    font-size: 12px;
  }
  .product-listing .product-listing-s1 .product-item .button-cart-view ul li .btn-cart {
    font-size: 12px;
  }
  .product-listing .product-listing-s1 .product-item .button-cart-view ul li .product-quickview {
    font-size: 12px;
  }

  /**End Product Listing**/
  .checkout-section {
    padding: 2em 0;
  }
  .checkout-section .checkout-left-side .checkout-address-feilds .useraddresses {
    margin-bottom: 1em;
  }

  .modal-locator .location-modal-div .pop-city a img {
    height: auto;
  }
  .modal-locator .location-modal-div .other-cities-navigate ul li a {
    font-size: 10px;
  }

  .alphabets-sections-by-brands .alpha-brands-main {
    -webkit-column-count: 3 !important;
    -moz-column-count: 3 !important;
    column-count: 3 !important;
  }
  .alphabets-sections-by-brands .alpha-brands-main .alpha-list-col h3 {
    font-size: 1em;
  }
  .alphabets-sections-by-brands .alpha-brands-main .alpha-list-col .alpha-drug-list li a {
    font-size: 11px;
    padding: 3px 0;
  }
  .alphabets-sections-by-brands .listNav, .alphabets-sections-by-brands .ln-letters {
    overflow: hidden;
    margin: 10px 0;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a, .alphabets-sections-by-brands .ln-letters .ln-letters a {
    font-size: 9px;
    padding: 0 2px;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a:hover, .alphabets-sections-by-brands .ln-letters .ln-letters a:hover {
    color: #4AAFB1;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a.ln-disabled, .alphabets-sections-by-brands .ln-letters .ln-letters a.ln-disabled {
    color: #bdbfce;
    cursor: not-allowed;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a.ln-disabled:hover, .alphabets-sections-by-brands .ln-letters .ln-letters a.ln-disabled:hover {
    color: #bdbfce;
    cursor: not-allowed;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a.ln-selected, .alphabets-sections-by-brands .ln-letters .ln-letters a.ln-selected {
    color: #4AAFB1;
    border-right: 0 solid #fff;
  }

  .alphabets-sections-by-disease .heading-by-collection h1 {
    font-size: 1.2em;
  }
  .alphabets-sections-by-disease .heading-by-collection h2 {
    font-size: 0.8em;
  }
  .alphabets-sections-by-disease .alpha-disease-main {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main h3 {
    font-size: 1.2em;
    padding: 3px 0;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li a {
    font-size: 11px;
    padding: 3px 0;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li a.drug-list-title {
    font-size: 14px;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body {
    margin: 0 0 7px;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body ul li {
    margin: 0;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body ul li a {
    font-size: 12px;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-list-col h3 {
    font-size: 1em;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-list-col .alpha-drug-list li a {
    font-size: 11px;
    padding: 3px 0;
  }
  .alphabets-sections-by-disease .listNav, .alphabets-sections-by-disease .ln-letters {
    overflow: hidden;
    margin: 10px 0;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a, .alphabets-sections-by-disease .ln-letters .ln-letters a {
    font-size: 9px;
    padding: 0 2px;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a:hover, .alphabets-sections-by-disease .ln-letters .ln-letters a:hover {
    color: #4AAFB1;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a.ln-disabled, .alphabets-sections-by-disease .ln-letters .ln-letters a.ln-disabled {
    color: #bdbfce;
    cursor: not-allowed;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a.ln-disabled:hover, .alphabets-sections-by-disease .ln-letters .ln-letters a.ln-disabled:hover {
    color: #bdbfce;
    cursor: not-allowed;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a.ln-selected, .alphabets-sections-by-disease .ln-letters .ln-letters a.ln-selected {
    color: #4AAFB1;
    border-right: 0 solid #fff;
  }

  .product-details .product-top-result .product-top-bread .breadcrumb li {
    font-size: 10px;
  }
  .product-details .product-main-detail .product-d-middle {
    margin: 1em 0;
  }
  .product-details .product-main-detail .product-d-last {
    margin: 1em 0;
  }
  .product-details .product-main-detail .product-d-last .add2cart .add-inner {
    padding: 7px;
  }

  .product-desc-comments .product-comments .title {
    font-size: 1em;
  }
  .product-desc-comments .product-comments .star-ratings .total-stars {
    font-size: 2em;
  }
  .product-desc-comments .product-comments .star-ratings .total-reviews {
    font-size: 0.8em;
  }
  .product-desc-comments .comments-area {
    padding: 0.5em 0;
  }
  .product-desc-comments .product-desc-sim .nav-tabs li a {
    padding: 5px 10px;
    font-size: 11px;
  }
  .product-desc-comments .product-desc-sim .product-desc h3 {
    font-size: 1em;
  }
  .product-desc-comments .product-desc-sim .product-desc p {
    font-size: 12px;
  }
  .product-desc-comments .product-desc-sim .product-desc ul li {
    font-size: 12px;
  }

  .xs-gutter {
    margin-right: 2px;
    margin-left: 2px;
  }
  .xs-gutter > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }

  .prod-bycat .prod-bycat-section-inner .mb-30 {
    margin-bottom: 4px;
  }
  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content {
    padding: 3px 6px !important;
  }
  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content h4 {
    font-size: 7px !important;
    margin: 0 !important;
  }
  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content .read-more a {
    width: 14px !important;
    height: 14px !important;
    font-size: 9px !important;
    line-height: 14px !important;
  }
  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content.small-content h4 a {
    font-size: 5px;
  }
  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content.small-content .read-more a {
    width: 11px !important;
    height: 11px !important;
    font-size: 7px !important;
    line-height: 11px !important;
  }

  .user-orders .product-top-bread .breadcrumb li {
    font-size: 11px;
  }
  .user-orders .order-filtering-top .filr-title {
    font-size: 15px;
  }
  .user-orders .order-filtering-top .sort-search-order {
    display: block;
  }
  .user-orders .order-filtering-top .sort-search-order .search-orders .input-group .form-control {
    height: 32px;
    font-size: 12px;
  }
  .user-orders .order-filtering-top .sort-search-order .search-orders .input-group .btn {
    height: 32px;
    font-size: 12px;
  }
  .user-orders .order-filtering-top .sort-search-order .placed-year {
    margin-bottom: 10px;
  }
  .user-orders .order-filtering-top .sort-search-order .placed-year label {
    font-size: 12px;
  }
  .user-orders .order-filtering-top .sort-search-order .placed-year select {
    font-size: 10px !important;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-top-view {
    display: block !important;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-top-view .col-view {
    width: 47%;
    display: inline-block;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-top-view .col-view .label-control {
    font-size: 10px !important;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-top-view .col-view .h-heads {
    font-size: 10px !important;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view {
    padding: 10px;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view .product-main-or {
    height: 77px;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view .or-buttons ul {
    border-spacing: 10px;
    width: 100%;
    display: table;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view .or-buttons ul li {
    display: table-cell;
  }

  .myaccount-section {
    padding: 1em 0;
  }
  .myaccount-section .user-sidebar .user-profile .user-de {
    flex: 2;
  }
  .myaccount-section .user-sidebar .user-profile .user-bars {
    display: block;
    flex: 3;
    text-align: right;
  }
  .myaccount-section .user-sidebar .user-sidemenu {
    display: none;
  }
  .myaccount-section .myprofile-section label {
    font-size: 12px;
  }
  .myaccount-section .myprofile-section .heading-acc span {
    font-size: 15px;
    padding-right: 14px;
  }
  .myaccount-section .myprofile-section .heading-acc a {
    padding-right: 10px;
    font-size: 14px;
  }
  .myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-bal .balc-h {
    font-size: 1.3em;
  }
  .myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-bal .balc-h i {
    font-size: 80%;
    padding-right: 2px;
  }
  .myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-bal span {
    font-size: 12px;
  }
  .myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-btn a {
    padding: 7px 7px;
    font-size: 9px;
    border-radius: 5px;
  }
  .myaccount-section .mywallet-section .table-transactions table thead th {
    font-size: 10px;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td {
    font-size: 10px;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans {
    white-space: nowrap;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans h3 {
    font-size: 10px;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans .trans-id {
    font-size: 9px;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans .added-info ul li {
    font-size: 9px;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status {
    text-align: center;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .succes-info {
    color: #1AAB2A;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .succes-info i {
    font-size: 1em;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .succes-info h3 {
    margin: 0;
    font-size: 12px;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .decline-info {
    color: #f80c0c;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .decline-info i {
    font-size: 1em;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .decline-info h3 {
    margin: 0;
    font-size: 12px;
  }
  .myaccount-section .allreviewsrates-section .heading-acc {
    margin-bottom: 1em;
  }
  .myaccount-section .allreviewsrates-section .heading-acc span {
    font-size: 18px;
    font-weight: 500;
    padding-right: 24px;
  }
  .myaccount-section .allreviewsrates-section .heading-acc a {
    padding-right: 1em;
    color: #007bff;
    font-weight: 500;
    font-size: 15px;
  }
  .myaccount-section .allreviewsrates-section .heading-acc a:hover {
    text-decoration: none;
  }
  .myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-img {
    padding: 2px;
  }
  .myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-img img {
    height: 76px;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription {
    margin-bottom: 1em;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img {
    padding: 7px;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .delet-btn {
    top: 2px;
    right: 5px;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .delet-btn a {
    font-size: 10px;
    height: 25px;
    width: 25px;
    line-height: 17px;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .select-prescr a {
    font-size: 10px;
    padding: 3px;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .select-prescr a:hover {
    text-decoration: none;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .form-control {
    margin: 7px 0;
    height: 25px;
    font-size: 11px;
    padding: 9px;
  }
  .myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-img img {
    height: 59px;
  }
  .myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-de h4 {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  header .top-header .left-call {
    text-align: left;
    font-size: 9px;
  }
  header .top-header .right-buttons ul li a {
    font-size: 9px;
  }
  header .middle-header .logo h3 a {
    font-size: 13px;
  }
  header .middle-header .search-area-head {
    margin: 0;
  }
  header .middle-header .search-area-head .input-group input {
    height: 30px;
  }
  header .middle-header .search-area-head .input-group .input-group-prepend select {
    padding: 1px 6px;
    font-size: 10px;
  }
  header .middle-header .search-area-head .input-group .btn {
    font-size: 10px;
    text-transform: uppercase;
  }
  header .middle-header .middle-sidebar {
    float: right;
  }
  header .middle-header .middle-sidebar ul li a .upload-pre .text-pre {
    display: none;
  }
  header .middle-header .middle-sidebar ul li a .upload-pre i {
    font-size: 1em;
  }
  header .middle-header .middle-sidebar ul li a .shop-cart .text-sc {
    display: none;
  }
  header .middle-header .middle-sidebar ul li a .shop-cart i {
    font-size: 1em !important;
  }
  header .middle-header .middle-sidebar ul li a .shop-locate i {
    display: none;
  }

  footer .middle-footer .footer-head {
    margin: 0;
  }
  footer .middle-footer .footer-head .input-group input {
    padding: 1px 5px;
    font-size: 9px;
  }
  footer .middle-footer .footer-head .input-group .btn-info {
    padding: 6px;
    font-size: 9px;
  }
  footer .middle-footer .footer-head h4 {
    font-size: 10px;
  }
  footer .middle-footer .footer-head p {
    font-size: 7px;
  }
  footer .middle-footer .footer-head img {
    height: 26px;
  }
  footer .middle-footer .footer-head ul.customer-service li a {
    font-size: 8px;
  }
  footer .middle-footer .footer-head ul.social-app li a {
    font-size: 11px;
    padding: 0 0px;
  }
  footer .middle-footer .footer-head ul li a {
    font-size: 8px;
  }

  .modal-body {
    max-height: calc(100vh - 120px);
  }

  .checkout-section .checkout-payment .btn-checkout {
    font-size: 0.8em;
  }
  .checkout-section .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul li a {
    padding: 2px 5px;
    font-size: 12px;
  }
  .checkout-section .checkout-left-side .checkout-address-feilds fieldset legend {
    width: 55%;
  }
  .checkout-section .checkout-left-side .checkout-address-feilds fieldset legend label span {
    font-size: 14px;
  }
  .checkout-section .checkout-left-side .checkout-address-feilds fieldset legend label input {
    height: 16px;
    width: 16px;
  }
  .checkout-section .checkout-left-side .checkout-address-feilds fieldset .panel-body p {
    font-size: 11px;
  }

  .product-details .product-main-detail .product-d-middle .product-dm-top .pro-ratings a {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-middle .product-dm-bottom .combo-packs .buy-pack-btn .btn-bpb {
    padding: 3px 5px;
    font-size: 11px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-middle .pro-packs ul li {
    width: 40%;
  }
  .product-details .product-main-detail .product-d-last .add2cart .add-inner .add2crt-btn {
    display: block;
  }
  .product-details .product-main-detail .product-d-last .add2cart .add-inner .add2crt-btn button {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }

  .product-desc-comments .product-combo-tog {
    padding: 10px;
  }
  .product-desc-comments .product-combo-tog .title-ct {
    font-size: 12px;
  }
  .product-desc-comments .product-combo-tog .prod-add-both .addboth-btn button {
    font-size: 7px;
    padding: 6px 1px;
  }

  .myaccount-section .user-profile .user-img img {
    height: 50px;
    margin-right: 0.5em;
    width: 50px;
  }
  .myaccount-section .user-profile .user-de span {
    font-size: 12px;
  }
  .myaccount-section .user-profile .user-de h3 {
    font-size: 0.9em;
  }
  .myaccount-section .user-sidebar .user-sidemenu-mobile ul li a {
    font-size: 13px;
    padding: 6px 5px 6px 32px;
  }
  .myaccount-section .user-sidebar .user-sidemenu-mobile h3 {
    font-size: 13px;
    padding: 12px 7px;
  }
  .myaccount-section .user-sidebar .user-sidemenu-mobile h3 a {
    font-size: 13px;
  }
  .myaccount-section .mywishlists-section .product-main-w .product-w-flx .pro-img img {
    height: 55px !important;
  }
  .myaccount-section .mywishlists-section .product-main-w .product-w-flx .pro-det p {
    font-size: 8px;
  }
  .myaccount-section .mywishlists-section .product-main-w .product-w-flx .pro-det h3 a {
    font-size: 9px;
  }
  .myaccount-section .mywishlists-section .product-main-w .product-w-flx .pro-det h4 {
    font-size: 0.8em;
  }
  .myaccount-section .mywishlists-section .product-main-w .product-w-delete a {
    font-size: 11px;
  }
  .myaccount-section .prescription-upload .prescription-right .uploader-pres .form-control {
    font-size: 10px;
  }
  .myaccount-section .mycoupons-section .product-main-w .product-w-flx {
    padding: 6px;
  }
  .myaccount-section .mycoupons-section .product-main-w .product-w-flx .pro-del p {
    font-size: 8px;
  }
  .myaccount-section .mycoupons-section .product-main-w .product-w-flx .pro-act span {
    font-size: 8px;
  }
  .myaccount-section .allnotification-section .notifications-panel .notification-bar {
    padding: 10px;
  }
  .myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-img img {
    height: 45px;
  }
  .myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-de h4 {
    font-size: 9px;
  }
  .myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-de .badge {
    font-size: 70%;
  }

  .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view .or-buttons ul li {
    display: block;
    margin-bottom: 2px;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view .or-buttons ul li .btn {
    padding: 1px 6px;
    font-size: 9px;
  }

  .user-order-details .order-details-main .order-div-heads .cancel-order .btn-cancel {
    font-size: 11px;
  }
  .user-order-details .order-details-main .order-div-heads h3 {
    font-size: 10px;
  }
  .user-order-details .order-details-main .order-div-heads ul li {
    font-size: 11px;
  }

  .checkout-left-side .checkout-address-feilds .useraddresses {
    margin-bottom: 10px;
  }
  .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul li a {
    font-size: 11px !important;
    padding: 2px 3px !important;
  }
  .checkout-left-side .checkout-address-feilds fieldset .panel-body p {
    font-size: 11px;
  }
  .checkout-left-side .checkout-address-feilds fieldset legend {
    width: 50% !important;
  }
  .checkout-left-side .checkout-address-feilds fieldset legend label input {
    height: 13px !important;
    width: 13px !important;
  }

  .contact-us-page .contact-us-middle {
    padding: 1em 0;
  }
  .contact-us-page .contact-us-middle .contact-detail-mid {
    padding: 4px;
  }
  .contact-us-page .contact-us-middle .contact-detail-mid .contact-inn-con h3 {
    font-size: 1em;
  }
  .contact-us-page .contact-us-middle .contact-detail-mid .contact-inn-con p {
    font-size: 11px;
  }

  .life-at-kkmeds .life-at-three .heading-ca h2 {
    font-size: 1.1em;
  }
  .life-at-kkmeds .life-at-three .career-cards {
    padding: 7px;
  }
  .life-at-kkmeds .life-at-three .career-cards h3 {
    font-size: 12px !important;
  }
  .life-at-kkmeds .life-at-three .career-cards .career-location {
    font-size: 10px !important;
  }
  .life-at-kkmeds .life-at-three .career-cards .view-apply {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 767px) {
  .user-order-details .order-details-main .tab-order-user thead tr th {
    padding: 3px;
    font-size: 11px;
  }
  .user-order-details .order-details-main .tab-order-user tbody tr td {
    font-size: 11px;
  }
  .user-order-details .order-details-main .tab-order-user tbody tr td .subtotal-price {
    white-space: nowrap;
  }
  .user-order-details .order-details-main .tab-order-user tbody tr td span.coupon-tag {
    padding: 0px 5px;
  }
  .user-order-details .order-details-main .tab-order-user tbody tr td .prescriptions-img ul li a img {
    height: 50px;
  }
  .user-order-details .order-details-main .tab-order-user tbody tr td .product-order-flx {
    display: block;
  }
  .user-order-details .order-details-main .tab-order-user tbody tr td .product-order-flx .pro-img {
    display: none;
  }
  .user-order-details .order-details-main .tab-order-user tbody tr td .product-order-flx .pro-det h3 {
    font-size: 11px;
  }
  .user-order-details .order-details-main .tab-order-user tbody tr td .product-order-flx .pro-det h3 a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .our-team-page .team-header h3 {
    font-size: 1.2em;
  }
  .our-team-page .team-header p {
    font-size: 12px;
  }
  .our-team-page .team-members .team-heading-main h3 {
    font-size: 16px;
  }
  .our-team-page .team-members .team-mate .team-mate-content h5 {
    margin-top: 5px !important;
    font-size: 12px;
  }
  .our-team-page .team-members .team-mate .team-mate-content .subtitle {
    font-size: 8px;
    margin-bottom: 6px !important;
  }
  .our-team-page .team-members .team-mate .team-mate-content p {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .policy-section .policy-section-inner .policy-content h1, .policy-section .policy-section-inner .policy-content h2 {
    font-size: 15px;
  }
  .policy-section .policy-section-inner .policy-content h3 {
    font-size: 13px;
  }
  .policy-section .policy-section-inner .policy-content ul {
    padding: 0 14px;
  }
  .policy-section .policy-section-inner .policy-content ul li {
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .locate-us-page .locate-us-top h3 {
    font-size: 1.2em;
  }
  .locate-us-page .locate-us-top p {
    font-size: 14px;
  }
  .locate-us-page .locate-middle .locate-box {
    text-align: center;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-page {
    background: #fff;
    font-size: 13px;
    padding: 2em 0;
  }
  .about-us-page .about-us-top .about-right .about-list li .about-list-text p {
    font-size: 14px;
    line-height: 23px;
  }
  .about-us-page .about-us-top .about-right .about-text p {
    text-align: justify;
  }
  .about-us-page .about-us-top .about-right .section-title h5 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .about-us-page .about-us-top .about-right .section-title h1 {
    font-size: 36px;
  }
  .about-us-page .about-us-team .team-mates .team-single {
    padding: 18px 20px;
    margin-bottom: 15px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-text {
    margin-bottom: 15px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-text h3 {
    font-size: 13px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-text h4 {
    font-size: 12px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-social a {
    font-size: 10px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
  .about-us-page .about-us-counts {
    padding: 3em 0;
    background: #b9f5f773;
  }
  .about-us-page .about-us-counts .section-title {
    text-align: center;
  }
  .about-us-page .about-us-counts .section-title h5 {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .about-us-page .about-us-counts .section-title h1 {
    font-size: 36px;
  }
  .about-us-page .about-us-counts .single-couter {
    text-align: center;
    margin-bottom: 1em;
  }
  .about-us-page .about-us-counts .single-couter h4 {
    font-size: 11px !important;
  }
  .about-us-page .about-us-counts .single-couter .count {
    width: 46px;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
  }
  .about-us-page .about-us-counts .single-couter .count::before {
    height: 60px;
    left: -7px;
    top: -7px;
    width: 60px;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-1 {
    background: #f9b73f;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-1::before {
    border: 2px dashed #f9b73f;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-2 {
    background: #0a9aae;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-2::before {
    border: 2px dashed #0a9aae;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-3 {
    background: #fc6285;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-3::before {
    border: 2px dashed #fc6285;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-4 {
    background: #71b7ed;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-4::before {
    border: 2px dashed #71b7ed;
  }
  .about-us-page .about-us-counts .single-couter h4 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
  }
  .about-us-page .about-us-team {
    padding: 2em 0;
  }
  .about-us-page .about-us-team .section-title {
    text-align: center;
  }
  .about-us-page .about-us-team .section-title h5 {
    font-size: 16px;
    color: #4AAFB1;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-weight: 500;
  }
  .about-us-page .about-us-team .section-title h1 {
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.2;
  }
  .about-us-page .about-us-team .team-mates {
    margin-top: 2em;
  }
  .about-us-page .about-us-team .team-mates .team-single {
    padding: 15px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-thumb {
    margin-bottom: 25px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-text {
    margin-bottom: 15px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-text h3 {
    font-size: 16px !important;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-text h4 {
    font-size: 16px;
    color: #6f7284;
    transition: 0.3s;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-social a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .faq-section {
    padding: 1em;
  }
  .faq-section .faq-section-inner .faq-content .faq-nav .nav-link {
    font-size: 12px;
    padding: 9px 10px;
  }
  .faq-section .faq-section-inner .faq-content .tab-content .card-header h5 button {
    font-size: 12px;
  }
  .faq-section .faq-section-inner .faq-content .tab-content .card-body {
    padding: 10px;
  }
  .faq-section .faq-section-inner .faq-content .tab-content .card-body p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .user-reminders .product-top-bread li {
    font-size: 12px;
  }
  .user-reminders .btn-add-reminder {
    margin-top: 1em;
  }
  .user-reminders .table-responsive {
    font-size: 10px;
  }
  .user-reminders .table-responsive .table-reminders tr th {
    white-space: nowrap;
  }
  .user-reminders .table-responsive .table-reminders .actions-ul li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .life-at-kkmeds .life-at-one h3 {
    font-size: 1.2em;
  }
  .life-at-kkmeds .life-at-one p {
    font-size: 12px;
  }
  .life-at-kkmeds .life-at-two {
    padding: 1em 0;
    text-align: center;
  }
  .life-at-kkmeds .life-at-two .career-left h3 {
    font-size: 1.3em;
  }
  .life-at-kkmeds .life-at-two .career-left p {
    font-size: 12px;
    color: #6f7284;
  }
  .life-at-kkmeds .life-at-three {
    padding: 1.5em 0;
  }
  .life-at-kkmeds .life-at-three .heading-ca {
    margin-bottom: 1em;
    text-align: center;
  }
  .life-at-kkmeds .life-at-three .heading-ca h2 {
    font-size: 2em;
  }
  .life-at-kkmeds .life-at-three .career-cards {
    height: 100%;
    background: #fff;
    border: 1px solid #3333;
    box-shadow: 1px 1px 2px 1px #33333314;
    padding: 10px 1em;
    position: relative;
    border-radius: 7px;
  }
  .life-at-kkmeds .life-at-three .career-cards h3 {
    margin: 0;
    font-size: 16px;
  }
  .life-at-kkmeds .life-at-three .career-cards h3 a {
    color: #333;
  }
  .life-at-kkmeds .life-at-three .career-cards h3 a:hover {
    text-decoration: none;
  }
  .life-at-kkmeds .life-at-three .career-cards .career-location {
    font-size: 12px;
    display: block;
    font-family: "Montserrat", sans-serif;
  }
  .life-at-kkmeds .life-at-three .career-cards .career-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px 6px;
    border-radius: 3px;
    font-size: 11px;
  }
  .life-at-kkmeds .life-at-three .career-cards .view-apply {
    display: block;
    margin-top: 1em;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    color: #1d9295;
  }
  .life-at-kkmeds .life-at-three .career-cards .view-apply:hover {
    text-decoration: none;
    color: #4AAFB1;
  }
}
@media screen and (max-width: 767px) {
  .life-at-job-details .life-at-job-one {
    padding: 2em 0;
  }
  .life-at-job-details .life-at-job-one .job-one-heads .job-heading h3 {
    margin: 0;
    font-size: 1em;
  }
  .life-at-job-details .life-at-job-one .job-one-heads .apply-now-btn a {
    padding: 4px 12px;
    font-size: 13px;
  }
  .life-at-job-details .life-at-job-two .section-wise h3 {
    font-size: 1.2em;
  }
  .life-at-job-details .life-at-job-two .section-wise p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .business-wu-section .business-part-one {
    padding: 2em 0;
  }
  .business-wu-section .business-part-one h2 {
    font-size: 1.5em;
  }
  .business-wu-section .business-part-one p {
    font-size: 12px;
  }
  .business-wu-section .business-part-two {
    background: #fff;
    padding: 2em 0;
  }
  .business-wu-section .business-part-two .bwu-image {
    margin-bottom: 1em;
  }
  .business-wu-section .business-part-two .bwu-image img {
    height: auto;
  }
  .business-wu-section .business-part-two .bwu-con h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.2em;
  }
  .business-wu-section .business-part-two .bwu-con p {
    color: #6f7284;
    text-align: justify;
  }
  .business-wu-section .business-part-two .bwu-form .bwu-span {
    background: #1d9295;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 1em;
    color: #fff;
  }
  .business-wu-section .business-part-two .bwu-form form {
    margin-top: 1em;
  }
  .business-wu-section .business-part-two .bwu-form form .form-group {
    margin: 0;
  }
  .business-wu-section .business-part-two .bwu-form form .form-group .form-control {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .press-release-page .pr-middle .pr-by-years ul li {
    margin-bottom: 10px;
  }
  .press-release-page .pr-middle .card-pr {
    height: 130px;
    padding: 7px;
    margin-bottom: 10px;
  }
  .press-release-page .pr-middle .card-pr h3 {
    font-size: 13px;
  }
  .press-release-page .pr-middle .card-pr .by-date {
    font-size: 9px;
    bottom: 9px;
    left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .modal-s1 .modal-content {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .video-section .shop-by ul li a {
    padding: 4px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  header .navigation-header {
    display: none !important;
  }
  header .middle-header .logo {
    align-items: center;
    display: flex;
  }
  header .middle-header .logo h3 {
    font-size: 1.5em;
  }
  header .middle-header .logo .nav-ipad {
    display: block;
    margin-right: 10px;
  }
  header .middle-header .logo .nav-ipad .navbar {
    padding: 0;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-toggler {
    background: #fff;
    padding: 4px 5px;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li {
    position: static;
    border: none;
    border-right: 1px solid #dfe0e7;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li a {
    color: #000;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li a .new-tag {
    background: #f44336;
    color: #fff;
    border-radius: 3px;
    padding: 1px 2px;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li .dropdown-menu.mega-area {
    border-top: 3px solid #4AAFB1;
    transition: 0.5s all ease-in-out;
    position: absolute;
    left: 0px;
    right: 0px;
    padding:4px 8px 6px 5px;
    width: 100%;
    top: auto;
    border-radius: 0px;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li .dropdown-menu.mega-area .tit a {
    font-size: 10px;
}
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li .dropdown-menu.mega-area .tit {
    font-size: 14px;
    font-weight: 600;
    margin: 5px auto;
    color: #4AAFB1;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li .dropdown-menu.mega-area .sub-a {
    margin: 0;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li .dropdown-menu.mega-area .sub-a a {
    font-size: 13px;
    font-weight: bold;
    margin: 5px auto;
    color: #6f7284;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li .dropdown-menu.mega-area .sub-cat-main {
    padding-left: 2px;
    list-style: none;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li .dropdown-menu.mega-area .sub-cat-main li {
    border: none;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li .dropdown-menu.mega-area .sub-cat-main li a {
    font-size: 11px;
    font-weight: 600;
    margin: 5px auto;
    color: #6f7284;
    display: block;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-nav li:last-child {
    border-right: none;
  }
  header .middle-header .logo .nav-ipad .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 9999;
    padding: 10px;
    min-width: 300px;
  }
  header .middle-header .search-area-head .input-group-prepend select {
    font-size: 11px;
    padding: 1px 4px;
  }
  header .middle-header .search-area-head .input-group-append button {
    font-size: 10px;
    padding: 2px 8px;
  }
  header .middle-header .middle-sidebar ul li {
    padding: 0px 4px;
  }
  header .middle-header .middle-sidebar ul li a .upload-pre i {
    font-size: 1.2em;
  }
  header .middle-header .middle-sidebar ul li a .upload-pre .text-pre {
    font-size: 12px;
    margin-left: 4px;
  }
  header .middle-header .middle-sidebar ul li a .shop-cart .sc-i i {
    font-size: 1.2em;
  }
  header .middle-header .middle-sidebar ul li a .shop-cart .sc-i span {
    height: 14px;
    line-height: 10px;
    width: 14px;
    font-size: 9px;
  }
  header .middle-header .middle-sidebar ul li a .shop-cart .text-sc {
    margin-left: 4px;
    font-size: 12px;
  }

  .shop-by-cat .all-categories .main-pop-cat-div a .cat-img img {
    height: 100px;
  }
  .shop-by-cat .all-categories .main-pop-cat-div a h3 {
    font-size: 12px;
  }

  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content {
    padding: 6px 12px;
  }
  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content.small-content h4 {
    font-size: 10px;
  }
  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content h4 {
    font-size: 16px;
  }
  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content .read-more a {
    width: 22px;
    height: 22px;
    box-shadow: 0 0 0 3px rgba(35, 160, 54, 0.2);
    line-height: 22px;
  }

  .shop-by-brands .all-categories .main-brand-div a .cat-img img {
    height: 70px;
  }
  .shop-by-brands .all-categories .main-brand-div a span.discount {
    font-size: 10px;
  }

  .download-app .download-app-inner .section-title {
    padding: 0 1em;
  }
  .download-app .download-app-inner .section-title h2 {
    font-size: 14px;
  }
  .download-app .download-app-inner .section-title .download-stores {
    margin-bottom: 10px;
  }
  .download-app .download-app-inner .section-title .download-stores img {
    height: 30px;
  }
  .download-app .download-app-inner .app-mobile {
    margin-top: 1em;
  }
  .download-app .download-app-inner .app-mobile img {
    height: 135px;
  }

  footer .middle-footer .footer-head {
    margin-bottom: 1em;
  }
  footer .bottom-footer .bottom-footer-inner p {
    font-size: 13px;
    margin: 0;
  }

  .product-listing .product-listing-p .product-sort-head {
    display: block;
    margin-top: 0.5em;
  }
  .product-listing .product-listing-p .product-sort-head h3 {
    font-size: 0.8em;
  }
  .product-listing .product-listing-p .product-sort-head h3 span {
    font-size: 80%;
    text-align: right;
  }
  .product-listing .product-listing-p .product-sort-head .sort-by {
    text-align: right;
  }
  .product-listing .product-pagination ul li a {
    font-size: 10px;
  }
  .product-listing .product-top-result .product-top-bread .breadcrumb li {
    font-size: 11px;
  }
  .product-listing .product-listing-s1 .product-item {
    border-radius: 7px;
    padding: 5px;
  }
  .product-listing .product-listing-s1 .product-item a .prod-brand {
    font-size: 10px;
  }
  .product-listing .product-listing-s1 .product-item a .save-badge {
    font-size: 9px;
  }
  .product-listing .product-listing-s1 .product-item a .prod-img {
    padding: 1px;
  }
  .product-listing .product-listing-s1 .product-item a .prod-img img {
    height: 130px;
  }
  .product-listing .product-listing-s1 .product-item a .prod-title {
    font-size: 12px;
  }
  .product-listing .product-listing-s1 .product-item .button-cart-view ul li .btn-cart {
    font-size: 12px;
  }
  .product-listing .product-listing-s1 .product-item .button-cart-view ul li .product-quickview {
    font-size: 12px;
  }

  .cart-section {
    padding: 2em 0;
  }

  .checkout-section {
    padding: 2em 0;
  }
  .checkout-section .checkout-left-side .checkout-address-feilds .useraddresses {
    margin-bottom: 1em;
  }
  .checkout-section .checkout-left-side .checkout-address-feilds fieldset legend {
    width: 60%;
  }

  .modal-locator .location-modal-div .pop-city a img {
    height: auto;
  }
  .modal-locator .location-modal-div .pop-city a h3 {
    font-size: 12px;
  }
  .modal-locator .location-modal-div .other-cities-navigate ul li a {
    font-size: 12px;
  }

  .alphabets-sections-by-brands .alpha-brands-main {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .alphabets-sections-by-brands .alpha-brands-main .alpha-list-col h3 {
    font-size: 1em;
  }
  .alphabets-sections-by-brands .alpha-brands-main .alpha-list-col .alpha-drug-list li a {
    font-size: 11px;
    padding: 3px 0;
  }
  .alphabets-sections-by-brands .listNav, .alphabets-sections-by-brands .ln-letters {
    overflow: hidden;
    margin: 10px 0;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a, .alphabets-sections-by-brands .ln-letters .ln-letters a {
    font-size: 12px;
    padding: 0 5px;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a:hover, .alphabets-sections-by-brands .ln-letters .ln-letters a:hover {
    color: #4AAFB1;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a.ln-disabled, .alphabets-sections-by-brands .ln-letters .ln-letters a.ln-disabled {
    color: #bdbfce;
    cursor: not-allowed;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a.ln-disabled:hover, .alphabets-sections-by-brands .ln-letters .ln-letters a.ln-disabled:hover {
    color: #bdbfce;
    cursor: not-allowed;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a.ln-selected, .alphabets-sections-by-brands .ln-letters .ln-letters a.ln-selected {
    color: #4AAFB1;
    border-right: 0 solid #fff;
  }

  .product-details .product-top-result .product-top-bread .breadcrumb li {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-top .titl {
    font-size: 1em;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-top h3 {
    padding: 5px 0;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-top .pro-ratings a .star-rates {
    font-size: 10px;
    padding: 1px 4px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-top .pro-ratings a .rating-review {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-middle ul li {
    width: 42% !important;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-middle .pro-packs ul li .main-tit-pack {
    font-size: 11px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo h2 {
    font-size: 0.8em;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo .combo-packs .item-pr {
    font-size: 13px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo .combo-packs .item-mrp .dis {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo .combo-packs .item-mrp .item-mr {
    font-size: 13px;
    display: block;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo .combo-packs .buy-pack-btn .btn-bpb {
    padding: 1px 6px;
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo .combo-packs img {
    height: 50px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo .combo-packs .item-p {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-last .additional-offer {
    padding: 15px 5px;
  }
  .product-details .product-main-detail .product-d-last .additional-offer .offer-main .offer-con {
    font-size: 11px;
    margin-bottom: 0px;
  }
  .product-details .product-main-detail .product-d-last .add2cart .add-inner {
    padding: 7px;
  }
  .product-details .product-main-detail .product-d-last .add2cart .add-inner .mrp-price {
    font-size: 1.3em;
  }
  .product-details .product-main-detail .product-d-last .add2cart .add-inner .add2crt-btn button {
    width: 46%;
    font-size: 9px !important;
    padding: 2px 7px;
    display: inline-block;
  }
  .product-details .product-main-detail .product-d-last .add2cart .add-inner .quantity-box .pack-size {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-last .estimated-delivery {
    padding: 0.5em;
  }
  .product-details .product-main-detail .product-d-last .estimated-delivery p {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-last .estimated-delivery .city-delivery {
    font-size: 11px;
  }

  .product-desc-comments .product-desc-sim .nav-tabs li a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .product-desc-comments .product-desc-sim .product-desc h3 {
    font-size: 1.2em;
  }
  .product-desc-comments .product-desc-sim .product-desc p {
    font-size: 12px;
  }
  .product-desc-comments .product-desc-sim .product-desc ul li {
    font-size: 12px;
  }
  .product-desc-comments .product-combo-tog {
    padding: 8px;
  }
  .product-desc-comments .product-combo-tog .title-ct {
    font-size: 0.8em;
    margin-bottom: 5px;
  }
  .product-desc-comments .product-combo-tog .product-comb .prod-info h3 {
    font-size: 0.7em;
  }
  .product-desc-comments .product-combo-tog .product-comb .prod-info h4 {
    font-size: 13px;
  }
  .product-desc-comments .product-combo-tog .prod-add-both .addboth-btn button {
    font-size: 7px;
    padding: 3px 8px;
    border-radius: 2px;
  }
  .product-desc-comments .product-comments .title {
    font-size: 1em;
  }
  .product-desc-comments .product-comments .star-ratings .total-stars {
    font-size: 2em;
  }
  .product-desc-comments .product-comments .star-ratings .total-reviews {
    font-size: 0.8em;
  }
  .product-desc-comments .comments-area {
    padding: 0.5em 0;
  }

  .alphabets-sections-by-disease .heading-by-collection h1 {
    font-size: 1.2em;
  }
  .alphabets-sections-by-disease .heading-by-collection h2 {
    font-size: 0.8em;
  }
  .alphabets-sections-by-disease .alpha-disease-main {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main h3 {
    font-size: 1.2em;
    padding: 3px 0;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li a {
    font-size: 11px;
    padding: 3px 0;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li a.drug-list-title {
    font-size: 14px;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body {
    margin: 0 0 7px;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body ul li {
    margin: 0;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body ul li a {
    font-size: 12px;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-list-col h3 {
    font-size: 1em;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-list-col .alpha-drug-list li a {
    font-size: 11px;
    padding: 3px 0;
  }
  .alphabets-sections-by-disease .listNav, .alphabets-sections-by-disease .ln-letters {
    overflow: hidden;
    margin: 10px 0;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a, .alphabets-sections-by-disease .ln-letters .ln-letters a {
    font-size: 9px;
    padding: 0 2px;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a:hover, .alphabets-sections-by-disease .ln-letters .ln-letters a:hover {
    color: #4AAFB1;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a.ln-disabled, .alphabets-sections-by-disease .ln-letters .ln-letters a.ln-disabled {
    color: #bdbfce;
    cursor: not-allowed;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a.ln-disabled:hover, .alphabets-sections-by-disease .ln-letters .ln-letters a.ln-disabled:hover {
    color: #bdbfce;
    cursor: not-allowed;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a.ln-selected, .alphabets-sections-by-disease .ln-letters .ln-letters a.ln-selected {
    color: #4AAFB1;
    border-right: 0 solid #fff;
  }

  .user-orders .order-filtering-top .filr-title {
    font-size: 15px;
  }
  .user-orders .order-filtering-top .sort-search-order .search-orders .input-group .form-control {
    height: 32px;
    font-size: 12px;
  }
  .user-orders .order-filtering-top .sort-search-order .search-orders .input-group .btn {
    height: 32px;
    font-size: 12px;
  }
  .user-orders .order-filtering-top .sort-search-order .placed-year {
    margin-bottom: 10px;
  }
  .user-orders .order-filtering-top .sort-search-order .placed-year label {
    font-size: 12px;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-top-view .col-view .label-control {
    font-size: 10px !important;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-top-view .col-view .h-heads {
    font-size: 9px !important;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view {
    padding: 10px;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view .product-main-or {
    height: 77px;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view .or-buttons ul li {
    margin-bottom: 4px;
  }
  .user-orders .order-filtering-top .all-orders .order-view-list .order-inner-view .or-buttons ul li .btn {
    font-size: 11px;
  }

  .myaccount-section .user-sidemenu h3 {
    font-size: 14px !important;
  }
  .myaccount-section .user-sidemenu h3 a {
    font-size: 14px !important;
  }
  .myaccount-section .addresses-section .add-address-div a {
    font-size: 11px;
    padding: 7px;
  }
  .myaccount-section .addresses-section fieldset .btn-add-group ul li a {
    padding: 1px 4px;
    font-size: 12px;
  }
  .myaccount-section .addresses-section fieldset legend {
    width: 42%;
    padding: 2px 4px 1px 9px;
  }
  .myaccount-section .addresses-section fieldset legend label span {
    font-size: 13px;
  }
  .myaccount-section .addresses-section fieldset .panel-body p {
    font-size: 11px;
  }
  .myaccount-section .myprofile-section label {
    font-size: 12px;
  }
  .myaccount-section .myprofile-section .heading-acc span {
    font-size: 15px;
    padding-right: 14px;
  }
  .myaccount-section .myprofile-section .heading-acc a {
    padding-right: 10px;
    font-size: 14px;
  }
  .myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-bal .balc-h {
    font-size: 1.3em;
  }
  .myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-bal .balc-h i {
    font-size: 80%;
    padding-right: 2px;
  }
  .myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-bal span {
    font-size: 12px;
  }
  .myaccount-section .mywallet-section .mywallet-main .mywallet-balance .wallet-btn a {
    padding: 7px 7px;
    font-size: 9px;
    border-radius: 5px;
  }
  .myaccount-section .mywallet-section .table-transactions table thead th {
    font-size: 10px;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td {
    font-size: 10px;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans {
    white-space: nowrap;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans h3 {
    font-size: 10px;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans .trans-id {
    font-size: 9px;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans .added-info ul li {
    font-size: 9px;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status {
    text-align: center;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .succes-info {
    color: #1AAB2A;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .succes-info i {
    font-size: 1em;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .succes-info h3 {
    margin: 0;
    font-size: 12px;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .decline-info {
    color: #f80c0c;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .decline-info i {
    font-size: 1em;
  }
  .myaccount-section .mywallet-section .table-transactions table tbody tr td .info-trans-status .decline-info h3 {
    margin: 0;
    font-size: 12px;
  }
  .myaccount-section .allreviewsrates-section .heading-acc {
    margin-bottom: 1em;
  }
  .myaccount-section .allreviewsrates-section .heading-acc span {
    font-size: 18px;
    font-weight: 500;
    padding-right: 24px;
  }
  .myaccount-section .allreviewsrates-section .heading-acc a {
    padding-right: 1em;
    color: #007bff;
    font-weight: 500;
    font-size: 15px;
  }
  .myaccount-section .allreviewsrates-section .heading-acc a:hover {
    text-decoration: none;
  }
  .myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-img {
    padding: 2px;
  }
  .myaccount-section .allreviewsrates-section .product-rev-main .prod-rev-img img {
    height: 76px;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription {
    margin-bottom: 1em;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img {
    padding: 7px;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .delet-btn {
    top: 2px;
    right: 5px;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .delet-btn a {
    font-size: 10px;
    height: 25px;
    width: 25px;
    line-height: 17px;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .select-prescr a {
    font-size: 10px;
    padding: 3px;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .select-prescr a:hover {
    text-decoration: none;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .form-control {
    margin: 7px 0;
    height: 25px;
    font-size: 11px;
    padding: 9px;
  }
  .myaccount-section .prescription-upload .prescription-right .uploader-pres .form-control {
    font-size: 10px;
  }
  .myaccount-section .allnotification-section .notifications-panel .notification-bar {
    align-items: unset;
  }
  .myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-img img {
    height: 50px;
  }
  .myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-de h4 {
    font-size: 9px;
  }
  .myaccount-section .allnotification-section .notifications-panel .notification-bar .notif-de .badge {
    font-size: 9px;
  }

  .locate-us-page .locate-us-top h3 {
    font-size: 1.2em;
  }
  .locate-us-page .locate-us-top p {
    font-size: 14px;
  }
  .locate-us-page .locate-middle .locate-box {
    padding: 2px;
  }

  .about-us-page {
    font-size: 13px;
    padding: 2em 0;
  }
  .about-us-page .about-us-top .about-right .section-title h5 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .about-us-page .about-us-top .about-right .section-title h1 {
    font-size: 36px;
  }
  .about-us-page .about-us-top .about-right .about-list li .about-list-icon {
    margin-right: 10px;
  }
  .about-us-page .about-us-top .about-right .about-list li .about-list-icon span {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .about-us-page .about-us-top .about-right .about-list li .about-list-text h3 {
    font-size: 16px;
  }
  .about-us-page .about-us-top .about-right .about-list li .about-list-text p {
    font-size: 12px;
    line-height: inherit;
  }
  .about-us-page .about-us-team .team-mates .team-single {
    padding: 18px 20px !important;
    margin-bottom: 15px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-text {
    margin-bottom: 15px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-text h3 {
    font-size: 13px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-text h4 {
    font-size: 12px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-social a {
    font-size: 10px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
  .about-us-page .about-us-counts {
    padding: 3em 0;
    background: #b9f5f773;
  }
  .about-us-page .about-us-counts .section-title {
    text-align: center;
  }
  .about-us-page .about-us-counts .section-title h5 {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .about-us-page .about-us-counts .section-title h1 {
    font-size: 36px;
  }
  .about-us-page .about-us-counts .single-couter {
    text-align: center;
    margin-bottom: 1em;
  }
  .about-us-page .about-us-counts .single-couter h4 {
    font-size: 11px !important;
  }
  .about-us-page .about-us-counts .single-couter .count {
    width: 56px;
    height: 56px;
    font-size: 15px;
    line-height: 56px;
  }
  .about-us-page .about-us-counts .single-couter .count::before {
    height: 64px;
    left: -4px;
    top: -4px;
    width: 64px;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-1 {
    background: #f9b73f;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-1::before {
    border: 2px dashed #f9b73f;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-2 {
    background: #0a9aae;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-2::before {
    border: 2px dashed #0a9aae;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-3 {
    background: #fc6285;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-3::before {
    border: 2px dashed #fc6285;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-4 {
    background: #71b7ed;
  }
  .about-us-page .about-us-counts .single-couter .count.count-bg-4::before {
    border: 2px dashed #71b7ed;
  }
  .about-us-page .about-us-counts .single-couter h4 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
  }

  .faq-section .faq-section-inner .faq-content .faq-nav .nav-link {
    font-size: 12px;
    padding: 9px 10px;
  }
  .faq-section .faq-section-inner .faq-content .tab-content .card-header h5 button {
    font-size: 12px;
  }
  .faq-section .faq-section-inner .faq-content .tab-content .card-body {
    padding: 10px;
  }
  .faq-section .faq-section-inner .faq-content .tab-content .card-body p {
    font-size: 10px;
  }

  .life-at-kkmeds .life-at-one h3 {
    font-size: 1.2em;
  }
  .life-at-kkmeds .life-at-one p {
    font-size: 12px;
  }
  .life-at-kkmeds .life-at-two {
    padding: 1em 0;
    text-align: center;
  }
  .life-at-kkmeds .life-at-two .career-left h3 {
    font-size: 1.3em;
  }
  .life-at-kkmeds .life-at-two .career-left p {
    font-size: 12px;
    color: #6f7284;
  }
  .life-at-kkmeds .life-at-three {
    padding: 1.5em 0;
  }
  .life-at-kkmeds .life-at-three .heading-ca {
    margin-bottom: 1em;
    text-align: center;
  }
  .life-at-kkmeds .life-at-three .heading-ca h2 {
    font-size: 2em;
  }
  .life-at-kkmeds .life-at-three .career-cards {
    padding: 10px;
  }
  .life-at-kkmeds .life-at-three .career-cards h3 {
    margin: 0;
    font-size: 15px;
  }
  .life-at-kkmeds .life-at-three .career-cards .career-location {
    font-size: 12px;
    display: block;
    font-family: "Montserrat", sans-serif;
  }
  .life-at-kkmeds .life-at-three .career-cards .career-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px 6px;
    border-radius: 3px;
    font-size: 11px;
  }
  .life-at-kkmeds .life-at-three .career-cards .view-apply {
    display: block;
    margin-top: 1em;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    color: #1d9295;
  }
  .life-at-kkmeds .life-at-three .career-cards .view-apply:hover {
    text-decoration: none;
    color: #4AAFB1;
  }

  .life-at-job-details .life-at-job-one {
    padding: 2em 0;
  }
  .life-at-job-details .life-at-job-one .job-one-heads .job-heading h3 {
    margin: 0;
    font-size: 1em;
  }
  .life-at-job-details .life-at-job-one .job-one-heads .apply-now-btn a {
    padding: 4px 12px;
    font-size: 13px;
  }
  .life-at-job-details .life-at-job-two .job-sidebar .job_box .job-sidebar-features li {
    padding-left: 25px;
  }
  .life-at-job-details .life-at-job-two .section-wise h3 {
    font-size: 1.2em;
  }
  .life-at-job-details .life-at-job-two .section-wise p {
    font-size: 13px;
  }

  .mywishlists-section .product-main-w .product-w-flx .pro-img img {
    height: 65px !important;
  }
  .mywishlists-section .product-main-w .product-w-flx .pro-det p {
    font-size: 8px !important;
  }
  .mywishlists-section .product-main-w .product-w-flx .pro-det h3 {
    line-height: 10px;
  }
  .mywishlists-section .product-main-w .product-w-flx .pro-det h3 a {
    font-size: 12px !important;
  }
  .mywishlists-section .product-main-w .product-w-flx .pro-det h4 {
    font-size: 0.8em !important;
  }
  .mywishlists-section .product-main-w .product-w-delete {
    bottom: 0 !important;
    top: unset !important;
  }
  .mywishlists-section .product-main-w .product-w-delete a {
    font-size: 11px;
  }

  .business-wu-section .business-part-one {
    padding: 2em 0;
  }
  .business-wu-section .business-part-one h2 {
    font-size: 1.5em;
  }
  .business-wu-section .business-part-one p {
    font-size: 12px;
  }
  .business-wu-section .business-part-two {
    background: #fff;
    padding: 2em 0;
  }
  .business-wu-section .business-part-two .bwu-image {
    margin-bottom: 1em;
  }
  .business-wu-section .business-part-two .bwu-image img {
    height: auto;
  }
  .business-wu-section .business-part-two .bwu-con h3 {
    font-size: 1em;
  }
  .business-wu-section .business-part-two .bwu-con p {
    color: #6f7284;
    font-size: 11px;
    text-align: justify;
  }
  .business-wu-section .business-part-two .bwu-span {
    font-size: 14px;
  }
  .business-wu-section .business-part-two .bwu-form form {
    margin-top: 1em;
  }
  .business-wu-section .business-part-two .bwu-form form .form-group {
    margin: 0;
  }
  .business-wu-section .business-part-two .bwu-form form .form-group .form-control {
    margin-bottom: 10px;
    font-size: 11px;
  }
  .business-wu-section .business-part-two .bwu-form form .form-group .label-control {
    font-size: 11px;
  }
  .business-wu-section .business-part-two .bwu-form form .btn-submission {
    padding: 4px 20px;
  }

  .user-order-details .order-details-main .tab-order-user thead tr th {
    padding: 3px;
    font-size: 11px;
  }
  .user-order-details .order-details-main .tab-order-user tbody tr td {
    font-size: 10px;
    padding: 3px;
  }
  .user-order-details .order-details-main .tab-order-user tbody tr td .prescriptions-img ul li a img {
    height: 53px;
  }
  .user-order-details .order-details-main .tab-order-user tbody tr td .product-order-flx .pro-det h3 a {
    font-size: 10px;
  }
  .user-order-details .order-details-main .tab-order-user tbody tr td span.total-amount {
    font-size: 11px;
  }

  .contact-us-page .contact-us-middle .contact-detail-mid .contact-inn-con h3 {
    font-size: 1em;
  }
  .contact-us-page .contact-us-middle .contact-detail-mid .contact-inn-con p {
    font-size: 11px;
  }

  .press-release-page .pr-middle .pr-by-years ul li {
    margin-bottom: 10px;
  }
  .press-release-page .pr-middle .card-pr {
    height: 130px;
    padding: 7px;
    margin-bottom: 10px;
  }
  .press-release-page .pr-middle .card-pr h3 {
    font-size: 13px;
  }
  .press-release-page .pr-middle .card-pr .by-date {
    font-size: 9px;
    bottom: 9px;
    left: 8px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1099px) {
  header .middle-header .search-area-head .input-group-prepend select {
    font-size: 11px;
    padding: 1px 4px;
  }
  header .middle-header .search-area-head .input-group-append button {
    font-size: 10px;
    padding: 2px 8px;
  }
  header .middle-header .middle-sidebar ul li {
    padding: 0px 6px;
  }
  header .navigation-header .navbar .navbar-nav li a {
    padding: 6px 5px;
    font-size: 12px;
  }
  header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area {
    padding: 6px 10px;
  }
  header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area .tit {
    font-size: 13px;
  }
  header .navigation-header .navbar .navbar-nav li .dropdown-menu.mega-area .sub-cat-main li a {
    margin: 1px auto;
    font-size: 11px;
  }

  .product-widget .product-item {
    padding: 5px;
  }
  .product-widget .product-item .price-box {
    font-size: 9px;
  }
  .product-widget .product-item .price-box span {
    display: block;
    font-size: 13px;
  }
  .product-widget .product-item .button-cart-view ul li:first-child {
    width: 72%;
  }
  .product-widget .product-item .button-cart-view ul li .btn-cart {
    font-size: 9px;
    padding: 4px 8px;
  }
  .product-widget .product-item .button-cart-view ul li .product-quickview {
    font-size: 11px;
  }
  .product-widget .product-item a .save-badge {
    padding: 1px 2px;
    font-size: 8px;
  }
  .product-widget .product-item a .prod-img img {
    height: 90px;
  }
  .product-widget .product-item a .prod-title {
    font-size: 14px;
  }
  .product-widget .product-item a .prod-brand {
    font-size: 10px;
  }

  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content {
    padding: 6px 12px;
  }
  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content.small-content h4 {
    font-size: 10px;
  }
  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content h4 {
    font-size: 16px;
  }
  .prod-bycat .prod-bycat-section-inner .banner-wrap .banner-content .read-more a {
    width: 22px;
    height: 22px;
    box-shadow: 0 0 0 3px rgba(35, 160, 54, 0.2);
    line-height: 22px;
  }

  .alphabets-sections-by-brands .alpha-brands-main {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .alphabets-sections-by-brands .alpha-brands-main .alpha-list-col h3 {
    font-size: 1em;
  }
  .alphabets-sections-by-brands .alpha-brands-main .alpha-list-col .alpha-drug-list li a {
    font-size: 11px;
    padding: 3px 0;
  }
  .alphabets-sections-by-brands .listNav, .alphabets-sections-by-brands .ln-letters {
    overflow: hidden;
    margin: 10px 0;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a, .alphabets-sections-by-brands .ln-letters .ln-letters a {
    font-size: 13px;
    padding: 0 8px;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a:hover, .alphabets-sections-by-brands .ln-letters .ln-letters a:hover {
    color: #4AAFB1;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a.ln-disabled, .alphabets-sections-by-brands .ln-letters .ln-letters a.ln-disabled {
    color: #bdbfce;
    cursor: not-allowed;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a.ln-disabled:hover, .alphabets-sections-by-brands .ln-letters .ln-letters a.ln-disabled:hover {
    color: #bdbfce;
    cursor: not-allowed;
  }
  .alphabets-sections-by-brands .listNav .ln-letters a.ln-selected, .alphabets-sections-by-brands .ln-letters .ln-letters a.ln-selected {
    color: #4AAFB1;
    border-right: 0 solid #fff;
  }

  .product-details .product-top-result .product-top-bread .breadcrumb li {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-top .titl {
    font-size: 1em;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-top h3 {
    padding: 5px 0;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-top .pro-ratings a .star-rates {
    font-size: 10px;
    padding: 1px 4px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-top .pro-ratings a .rating-review {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-middle ul li {
    width: 42% !important;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo h2 {
    font-size: 0.8em;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo .combo-packs .item-pr {
    font-size: 13px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo .combo-packs .item-mrp .dis {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo .combo-packs .item-mrp .item-mr {
    font-size: 13px;
    display: block;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo .combo-packs .buy-pack-btn .btn-bpb {
    padding: 1px 6px;
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo .combo-packs img {
    height: 50px;
  }
  .product-details .product-main-detail .product-d-middle .product-dm-bottom .pro-combo .combo-packs .item-p {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-last .additional-offer {
    padding: 15px 5px;
  }
  .product-details .product-main-detail .product-d-last .additional-offer .offer-main .offer-con {
    font-size: 11px;
    margin-bottom: 0px;
  }
  .product-details .product-main-detail .product-d-last .add2cart .add-inner {
    padding: 7px;
  }
  .product-details .product-main-detail .product-d-last .add2cart .add-inner .mrp-price {
    font-size: 1.3em;
  }
  .product-details .product-main-detail .product-d-last .add2cart .add-inner .add2crt-btn button {
    width: 46%;
    font-size: 10px !important;
    padding: 5px 7px;
    display: inline-block;
  }
  .product-details .product-main-detail .product-d-last .add2cart .add-inner .quantity-box .pack-size {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-last .estimated-delivery {
    padding: 0.5em;
  }
  .product-details .product-main-detail .product-d-last .estimated-delivery p {
    font-size: 12px;
  }
  .product-details .product-main-detail .product-d-last .estimated-delivery .city-delivery {
    font-size: 11px;
  }

  .product-desc-comments .product-desc-sim .nav-tabs li a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .product-desc-comments .product-desc-sim .product-desc h3 {
    font-size: 1.2em;
  }
  .product-desc-comments .product-desc-sim .product-desc p {
    font-size: 12px;
  }
  .product-desc-comments .product-desc-sim .product-desc ul li {
    font-size: 12px;
  }
  .product-desc-comments .product-combo-tog {
    padding: 8px;
  }
  .product-desc-comments .product-combo-tog .title-ct {
    font-size: 0.8em;
    margin-bottom: 5px;
  }
  .product-desc-comments .product-combo-tog .product-comb .prod-info h3 {
    font-size: 0.7em;
  }
  .product-desc-comments .product-combo-tog .product-comb .prod-info h4 {
    font-size: 13px;
  }
  .product-desc-comments .product-combo-tog .prod-add-both .addboth-btn button {
    font-size: 7px;
    padding: 3px 8px;
    border-radius: 2px;
  }
  .product-desc-comments .product-comments .title {
    font-size: 1em;
  }
  .product-desc-comments .product-comments .star-ratings .total-stars {
    font-size: 2em;
  }
  .product-desc-comments .product-comments .star-ratings .total-reviews {
    font-size: 0.8em;
  }
  .product-desc-comments .comments-area {
    padding: 0.5em 0;
  }

  .alphabets-sections-by-disease .heading-by-collection h1 {
    font-size: 1.2em;
  }
  .alphabets-sections-by-disease .heading-by-collection h2 {
    font-size: 0.8em;
  }
  .alphabets-sections-by-disease .alpha-disease-main {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main h3 {
    font-size: 1.2em;
    padding: 3px 0;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li a {
    font-size: 11px;
    padding: 3px 0;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li a.drug-list-title {
    font-size: 14px;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body {
    margin: 0 0 7px;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body ul li {
    margin: 0;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-drug-main .alpha-drug-list li .panel-body ul li a {
    font-size: 13px;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-list-col h3 {
    font-size: 1em;
  }
  .alphabets-sections-by-disease .alpha-disease-main .alpha-list-col .alpha-drug-list li a {
    font-size: 11px;
    padding: 3px 0;
  }
  .alphabets-sections-by-disease .listNav, .alphabets-sections-by-disease .ln-letters {
    overflow: hidden;
    margin: 10px 0;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a, .alphabets-sections-by-disease .ln-letters .ln-letters a {
    font-size: 9px;
    padding: 0 2px;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a:hover, .alphabets-sections-by-disease .ln-letters .ln-letters a:hover {
    color: #4AAFB1;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a.ln-disabled, .alphabets-sections-by-disease .ln-letters .ln-letters a.ln-disabled {
    color: #bdbfce;
    cursor: not-allowed;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a.ln-disabled:hover, .alphabets-sections-by-disease .ln-letters .ln-letters a.ln-disabled:hover {
    color: #bdbfce;
    cursor: not-allowed;
  }
  .alphabets-sections-by-disease .listNav .ln-letters a.ln-selected, .alphabets-sections-by-disease .ln-letters .ln-letters a.ln-selected {
    color: #4AAFB1;
    border-right: 0 solid #fff;
  }

  .user-orders .user-order-inner .order-filtering-top .filr-title {
    font-size: 15px;
  }
  .user-orders .user-order-inner .order-filtering-top .sort-search-order .search-orders .input-group .form-control {
    height: 32px;
    font-size: 13px;
  }
  .user-orders .user-order-inner .order-filtering-top .sort-search-order .search-orders .input-group .btn {
    height: 32px;
    font-size: 13px;
  }
  .user-orders .user-order-inner .order-filtering-top .sort-search-order .placed-year {
    margin-bottom: 10px;
  }
  .user-orders .user-order-inner .order-filtering-top .sort-search-order .placed-year label {
    font-size: 12px;
  }
  .user-orders .user-order-inner .order-filtering-top .all-orders .order-view-list .order-top-view .col-view .label-control {
    font-size: 10px;
  }
  .user-orders .user-order-inner .order-filtering-top .all-orders .order-view-list .order-top-view .col-view .h-heads {
    font-size: 11px;
  }
  .user-orders .user-order-inner .order-filtering-top .all-orders .order-view-list .order-inner-view {
    padding: 10px;
  }
  .user-orders .user-order-inner .order-filtering-top .all-orders .order-view-list .order-inner-view .product-main-or {
    height: 77px;
  }
  .user-orders .user-order-inner .order-filtering-top .all-orders .order-view-list .order-inner-view .or-buttons ul li {
    margin-bottom: 4px;
  }
  .user-orders .user-order-inner .order-filtering-top .all-orders .order-view-list .order-inner-view .or-buttons ul li .btn {
    font-size: 13px;
  }

  .about-us-page {
    font-size: 13px;
    padding: 2em 0;
  }
  .about-us-page .about-us-top .about-right .section-title h5 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .about-us-page .about-us-top .about-right .section-title h1 {
    font-size: 36px;
  }
  .about-us-page .about-us-top .about-right .about-list li .about-list-icon {
    margin-right: 10px;
  }
  .about-us-page .about-us-top .about-right .about-list li .about-list-icon span {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .about-us-page .about-us-top .about-right .about-list li .about-list-text h3 {
    font-size: 16px;
  }
  .about-us-page .about-us-top .about-right .about-list li .about-list-text p {
    font-size: 12px;
    line-height: inherit;
  }
  .about-us-page .about-us-team .team-mates .team-single {
    padding: 18px 20px !important;
    margin-bottom: 15px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-text {
    margin-bottom: 15px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-text h3 {
    font-size: 13px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-text h4 {
    font-size: 12px;
  }
  .about-us-page .about-us-team .team-mates .team-single .team-social a {
    font-size: 10px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }

  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .form-control {
    font-size: 10px;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .form-control:focus, .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .form-control:hover {
    outline: none;
    box-shadow: none;
  }
  .myaccount-section .prescription-upload .prescription-left .saved-prescription .pres-img .select-prescr a {
    font-size: 10px;
  }
  .myaccount-section .prescription-upload .prescription-right .uploader-pres .form-control {
    font-size: 10px;
  }

  .checkout-left-side .checkout-address-feilds .useraddresses {
    margin-bottom: 10px;
  }
  .checkout-left-side .checkout-address-feilds fieldset .btn-add-group ul li a {
    font-size: 11px !important;
    padding: 2px 3px !important;
  }
  .checkout-left-side .checkout-address-feilds fieldset .panel-body p {
    font-size: 11px;
  }
  .checkout-left-side .checkout-address-feilds fieldset legend {
    width: 50% !important;
  }
  .checkout-left-side .checkout-address-feilds fieldset legend label input {
    height: 13px !important;
    width: 13px !important;
  }

  .press-release-page .pr-middle .pr-by-years ul li {
    margin-bottom: 10px;
  }
  .press-release-page .pr-middle .card-pr {
    height: 130px;
    padding: 7px;
    margin-bottom: 10px;
  }
  .press-release-page .pr-middle .card-pr h3 {
    font-size: 14px;
  }
  .press-release-page .pr-middle .card-pr .by-date {
    font-size: 9px;
    bottom: 9px;
    left: 8px;
  }
}
.btn-primary:hover,
.btn-primary:focus {
   outline:none;
   box-shadow:none;
   background: #30a5a7;
}

.btn-primary {
    background: #4AAFB1;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.delivery-banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000000c2;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.delivery-banner .delivery-inner {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.delivery-banner p {
    color: #fff;
    margin: 0;
    font-size: 17px;
    text-transform: capitalize;
}
.close-delivery {
    height: 25px;
    width: 25px;
    background-color: #777;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
}
.loading-div {
	        position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(http://themetoaster.co.in/kkmedical/public/front/images/loader.gif) 50% 50% no-repeat rgb(83 83 83 / 77%);
    background-size: 200px;
	}
	.estimated-delivery .pincode-check {
    display: flex;
    width: 100%;
}
.estimated-delivery .pincode-check .input-pincode {
    width: 100%;
}
	.product-listing .product-listing-p .product-pagination nav {
    width: 100%;
}

.product-listing .product-listing-p .product-pagination nav .pagination {
    justify-content: center;
}

.font-size-11{
  font-size:11px;
  font-weight:700;
}

/*# sourceMappingURL=style.css.map */
 