
body{
    /* overflow-x: hidden; */
    
}
/*section {*/
/*    padding: 1%;*/
/*}*/
/*header start*/

.navesafebox{
    display: none !important;
}
 header div#navbarNavDropdown {
        justify-content: space-between;
    }
    
    a.navbar-brand img {
    width: 75%;
}
    li.nav-item a:hover {
        color: #ff6f61 !important;
        transition: 0.5s;
    }
  
    .navesafebox {
    background: #ff6f61;
    padding: 4px 5px;
    border-radius: 4px;
    margin-left: 5px;
    color: white;
    display: none;
}

    /* / manish sir  / */
    .navic {
        height: auto;
        margin-top: 20px;

    }
    

    /*.search-bar-header {*/
    /*    width: 100%;*/
    /*    padding: 4px;*/
    /*    font-size: 14px !important;*/
    /*    border-radius: 0.25rem;*/
    /*    border: 1px solid #ced4da;*/
    /*}*/

    .bolt-icon-header {
        font-size: 14px;
    color: #212121;
    margin-top: 0px;
    display: flex;
    justify-content: end;
    align-items: center;
  
}
    .upload-btn-header {
        border-radius: 4px;
        background-color: #ff6f61 !important;
        padding: 4px;
        margin-left: 11px;
        font-size: 15px;
        text-decoration: none;
        width: 43%; /
        margin-top: -5px;
        color: white;
        border: navajowhite;
        text-align: center;
        / display: block;
    }
      

    button.upload-btn-header a {
          color: white;
          font-weight: 600;
    }
    .upload-btn-header:hover {
        background-color: #6679f3;
    }
    
    .form-select:focus {
        border-color: #8693e3;
        outline: 0;
        
        box-shadow: none;
    }

    .search-bar-header:focus {
        border-color: #8693e3;
        outline: 0;
        box-shadow: none;
    }


/*header end*/




.item {
    position: absolute;
    top: 50%;
    display:none;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 340px;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 25%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 25%);
    border-radius: 5px;
    overflow: hidden;
    transition: 1s;
}

.item .img-box {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: 1s;
}

.item .img-box img {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  transition: 1s;
}

.details {
  position: absolute;
  bottom: -135px;
  width: 100%;
  background: #fff;
  padding: 10px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: 1s;
}



.details h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
    width: 100%;
    font-size: 16px;
    color: black;
    font-weight: 700;
}

.details h2 span {
    font-size: 17px;
    color: #161414;
    font-weight: normal;
}

.details .price {
  position: absolute;
  top: 0;
  right: 25px;
  font-weight: bold;
  font-size: 20px;
}
label{
    font-size: 14px !important;
}
.details label {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
}

.details ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0;
}

.details ul li {
  list-style: none;
  margin: 5px 5px 0;
  font-size: 18px;
  font-weight: normal;
  color: #bbb;
  transition: 0.7s;
}

.details ul li:hover {
  cursor: pointer;
  color: #333;
  transition: 0.7s;
}

.details ul li:first-child {
  margin-left: 0;
}

.details ul.colors li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}

.details ul.colors li:hover {
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.details ul.colors li:nth-child(1) {
  background: #9F8A42;
}

.details ul.colors li:nth-child(2) {
  background: #ACAEA9;
}

.details ul.colors li:nth-child(3) {
  background: #cd7f32;
}

.details a {
    display: block;
    padding: 11px;
    color: #fff !important;
    margin: 15px 0 0;
    background: #8693e3;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: 1s;
    font-size: 16px;
}

.details a:hover {
  background: #666;
  transition: 1s;
}


.item:hover .details {
  overflow: visible;
  bottom: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
  transition: 1s;
}

.item:hover .img-box {
  position: absolute;
  bottom: 60px;
  transition: 3s;
}

.item:hover h2, .item:hover .price {
  padding-top: 20px;
  padding-bottom: 0;
}
.autoplay, .autoplay2, .twoshow{
    padding:25px 25px 55px;
}

.company-logo img {
    height: 80px;
}
.row.styles__top-row___1GOEC {
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #f1f4f6;
}
.styles__top-right-col___2VrGG {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    background-color: #fff;
}
.styles__company-logo___16bHp {
    display: inline-block;
    text-align: center;
}
a:not(.button-text) {
    color: #8693e3;
}
/* img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
} */
.autoplay, .autoplay2, .twoshow {
    background: #fff;
}
.styles__list-navigation___3k1hk {
    display: flex;
    padding: 0;
    margin: 0;
}
ol.sub-norm, ul {
    font-weight: 400;
}
.styles__list-navigation___3k1hk li.styles__active-tab___Upih6 {
    background: #fff;
}
.styles__list-navigation___3k1hk li {
    padding: 4px;
    display: inline-block;
    list-style: none;
    margin-right: -5px;
    text-transform: uppercase;
}
.styles__list-navigation___3k1hk li.styles__active-tab___Upih6 a, .styles__list-navigation___3k1hk li a:hover {
    color: #8693e3;
}
.styles__list-navigation___3k1hk li a {
    color: #212121;
    font-weight: 700;
    display: inline-block;
    padding: 13px 13px 13px;
    line-height: 1.25;
    width: 100%;
    display: flex;
    align-items: center;
}
.styles__list-navigation___3k1hk .styles__jewel_doctor___20u4S, header .styles__list-navigation___3k1hk .styles__jewel___FTpA5 {
    border-radius: 2px;
    float: right;
    height: 16px;
    width: 36px;
    line-height: 1.36;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    position: relative;
}
.styles__covidJewel___1XCFG:after, .styles__covidJewel___1XCFG:before, header .styles__list-navigation___3k1hk .styles__jewel___FTpA5:after, header .styles__list-navigation___3k1hk .styles__jewel___FTpA5:before {
    content: "";
    background-color: #8693e3;
    -webkit-animation: styles__pulse___1AYvD 1.6s infinite;
    animation: styles__pulse___1AYvD 1.6s infinite;
    will-change: transform,opacity;
}
.styles__covidJewel_overlay___3jKFN, .styles__list-navigation___3k1hk .styles__jewel_doctor___20u4S .styles__jewel__overlay__doctor___2928m, header .styles__list-navigation___3k1hk .styles__jewel___FTpA5 .styles__jewel__overlay___1lvEH {
    z-index: 1;
    background-color: #8693e3;
}
.styles__list-navigation___3k1hk .styles__jewel_doctor___20u4S:after, header .styles__list-navigation___3k1hk .styles__jewel___FTpA5:after {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.styles__covidJewel___1XCFG:after, .styles__covidJewel___1XCFG:before, .styles__list-navigation___3k1hk .styles__jewel_doctor___20u4S .styles__jewel__overlay__doctor___2928m, .styles__list-navigation___3k1hk .styles__jewel_doctor___20u4S:after, .styles__list-navigation___3k1hk .styles__jewel_doctor___20u4S:before, header .styles__list-navigation___3k1hk .styles__jewel___FTpA5 .styles__jewel__overlay___1lvEH, header .styles__list-navigation___3k1hk .styles__jewel___FTpA5:after, header .styles__list-navigation___3k1hk .styles__jewel___FTpA5:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-left: 4px;
    border-radius: 2px;
}
.styles__profile-navigation___3SV-l {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #212121;
    font-size: 14px;
    padding-right: 20px;
    min-height: 48px;
}
.styles__login-container___nk2No {
    min-height: 24px;
    padding: 10px;
}
.styles__login-container___nk2No .styles__login-link___2PwqA:hover span, .styles__login-container___nk2No .styles__login-link___2PwqA span {
    color: #212121;
    cursor: pointer;
}
.styles__seprator___1JeJP {
    margin: 0 5px;
    display: inline-block;
}
header .lang-profile {
    text-align: right;
}
.pad0 {
    padding: 0!important;
}
.content {
    /* max-width: 1020px; */
    margin: 0 auto;
    font-size: 16px;
}
.flash-style {
    visibility: visible!important;
}
.styles__offers___3H4Fh {
    min-height: 24px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
}
.offer_sec h2 {
    font-size: 26px;
    font-weight: 700;
    border-bottom: 3px solid #3e4da9;
    padding: 10px 0;
}
.styles__offers-link___3UIpv span {
    color: #212121;
    font-size: 14px;
}
.styles__cart-counter___2nq62 {
    display: inline-block;
    text-align: center;
    min-width: 80px;
}
.CartCounter__cart-counter-list___1a7tL {
    position: relative;
}
.CartCounter__cart-img___3xOz1 {
    min-height: 24px;
    padding: 10px 20px;
    cursor: pointer;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.CartCounter__cart-black___RXZ58 {
    display: block;
    background: url(../image/cart-icon-rebrand_vp4k0f.svg) no-repeat;
    width: 23px;
    height: 23px;
    background-position: 50%;
}
.styles__need-help___zkNiE {
    min-height: 24px;
    padding: 10px 20px;
    min-width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
}
.styles__need-help-link___jbEq- span {
    color: #212121;
    font-size: 14px;
}
.clearfix:after, .row:after, .ui-autocomplete>li:after {
    display: table;
    content: "";
    clear: both;
}
.styles__border-one___2wAfi {
    border-bottom: 1px solid #f1f4f6;
    background-color: #fff;
}
.styles__bottom-row___1a89P {
    margin: 0;
    padding: 0;
}
.styles__location-search-div___XoEew {
    display: flex;
    justify-content: center;
    background-color: #fff;
    align-items: center;

}
.styles__location-container___1v8qv {
    padding: 0;
    width: 24%;
}
.styles__container___2U-Bk {
    padding: 12px 0 5px 5px;
    background-color: #fff;
}
.styles__city-locator___2uYRv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 3px;
    background: #f1f4f6;
}
.styles__locator-fa___3WHNG {
    padding: 6px;
}
.styles__city-input___6e65P {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    background: #f1f4f6;
    outline: none;
    border: 0;
    width: 70%;
    padding: 7px;
    text-transform: capitalize;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.styles__city-detect___1YbZL {
    cursor: pointer;
    padding: 6px;
    width: 15%;
    text-align: right;
}
.header_locator_icon {
    background-position: 0 -50px;
    width: 16px;
    height: 16px;
}

.LocationDropDown__city-dropdown-container___jMbLr ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.LocationDropDown__city-header___3xno3 {
    background-color: #f9f9f9;
    padding: 8px 0 8px 16px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(33,33,33,.87);
    font-size: 12px;
}
header .searchbar-container {
    padding: 6px 13px 6px 1px;
}
header .searchbar-container {
    background-color: #fff;
    padding: 13px 13px 13px 5px;
}
.styles__search-bar___e1Afp {
    background-color: red;
    width: 65%;
}
.styles__search-bar___nwXaU {
    position: relative;
}
.styles__search-form___3JMjr {
    background-color: #f1f4f6;
    display: flex;
    align-items: center;
}
input.styles__search-input___3I6VS {
    font-size: 14px;
    line-height: 21px;
    display: block;
    padding: 6px 30px 7px 0;
    border: none;
    outline: 0;
    bottom: 19px;
    box-shadow: none;
    color: #3e3e3e;
    text-indent: 12px;
    height: 34px;
    border-radius: 0 3px 3px 0;
    background-color: #f1f4f6;
    width: calc(100% - 25px);
    display: inline;
}
.header_search_icon {
    background-position: 0 -184px;
    width: 17px;
    height: 16px;
    cursor: pointer;
}
.styles__right-bottom___w9hKT {
    padding: 0;
}
.clearfix:after, .row:after, .ui-autocomplete>li:after {
    display: table;
    content: "";
    clear: both;
}
.styles__container___11wxb {
    height: 46px;
    padding: 0 30px 0 0;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
}
.styles__quick-buy___33q_a {
    text-align: right;
    display: flex;
    align-items: center;
    padding: 12px 5px 12px 0;
    font-size: 14px;
    color: #212121;
    opacity: .87;
}
.header_quick_buy {
    background-position: 0 -164px;
    width: 18px;
    height: 18px;
    align-self: baseline;
}
.header_quick_buy {
    background: url(../image/quick_buy_rebrand_lqpnce-svg.svg) no-repeat;
}
.styles__upload-prescription___TymaI {
    padding: 12px 0;
    min-width: 140px;
}
.styles__upload-prescription___TymaI .styles__link___2Wj-m {
    border-radius: 4px;
    background-color: #8693e3;
    padding: 10px;
    margin-left: 5px;
    font-size: 1rem;
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: -6px;
}
.styles__upload-prescription___TymaI .styles__link___2Wj-m:hover span, .styles__upload-prescription___TymaI .styles__link___2Wj-m span {
    color: #fff;
}
.styles__category-links___iU2im {
    background-color: #fff;
    border-bottom: 1px solid #dedede
  }

  .styles__mobile-category-links___23K26 {
    font-size: 14px;
    text-align: center;
    color: #8693e3 !important;
    padding: 5 10px;
    min-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .styles__mobile-category-container___23oeA {
    display: flex;
    padding: 5px 0
  }

  .styles__border-right___1sReI {
    border-right: 2px solid #f3f6f8
  }

  .styles__mobile-top-row___3sASH {
    margin: 0
  }

  .styles__mobile-top-row-amp___15wQT {
    margin-top: 65px
  }

  .styles__location-search-div___XoEew {
    display: flex;
    justify-content: center;
    background-color: #fff
  }

  .styles__search-bar___e1Afp {
    background-color: red;
    width: 65%
  }

  @media (max-width:475px) {
    .styles__search-bar___e1Afp {
      width: 100%
    }
  }

  @media (max-width:1025px) and (min-width:500px) {
    .styles__need-help___1gsh8 {
      min-width: unset
    }
  }

  .styles__login-mobile-css___s94OG {
    position: fixed;
    z-index: 16000050;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow-y: scroll
  }

  .styles__login-signup-modal--react___1K9bc {
    z-index: 10001;
    position: relative
  }

  .styles__login-signup-modal--react___1K9bc .banner-dots {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
    text-align: center
  }

  .styles__login-signup-modal--react___1K9bc .banner-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
  }

  .styles__login-signup-modal--react___1K9bc .banner-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
  }

  .styles__login-signup-modal--react___1K9bc .banner-dots li button:before {
    font-size: 30px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "\2022";
    text-align: center;
    opacity: .25;
    color: hsla(0, 0%, 46%, .87)
  }

  .styles__login-signup-modal--react___1K9bc .banner-dots li.slick-active button:before {
    opacity: .75;
    color: hsla(0, 0%, 46%, .87)
  }

  .styles__login-mobile-css___s94OG input:focus,
  .styles__login-mobile-css___s94OG input:not(:focus),
  .styles__login-mobile-css___s94OG input[type=password]:focus,
  .styles__login-mobile-css___s94OG input[type=text]:focus,
  .styles__login-signup-modal--react___1K9bc input:focus,
  .styles__login-signup-modal--react___1K9bc input:not(:focus) {
    box-shadow: none
  }

  .styles__grow___2o9ia {
    flex-grow: 1
  }

  /* !critical:end */
  .styles__search-bar___nwXaU {
    position: relative
  }

  header .styles__mob-search-bar___2LC28 {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f8f8f8;
    padding: 0;
    overflow-y: scroll
  }

  input.styles__search-input___3I6VS {
    font-size: 14px;
    line-height: 21px;
    display: block;
    padding: 6px 30px 7px 0;
    border: none;
    outline: 0;
    bottom: 19px;
    box-shadow: none;
    color: #3e3e3e;
    text-indent: 12px;
    height: 34px;
    border-radius: 0 3px 3px 0;
    background-color: #f1f4f6;
    width: calc(100% - 25px);
    display: inline
  }

  @media screen and (max-width:340px) {
    input.styles__search-input___3I6VS {
      font-size: 12px
    }
  }

  @media screen and (max-width:760px) {
    input.styles__search-input___3I6VS {
      width: 93%
    }
  }

  .styles__search-form___3JMjr input.styles__search-input___3I6VS:focus {
    box-shadow: none
  }

  input.styles__search-input___3I6VS.styles__mob-search-input___2HkRl:focus {
    box-shadow: none;
    border: none
  }

  input.styles__mob-search-input___2HkRl {
    display: inline-block;
    width: 85%;
    padding: 0;
    background-color: #fff
  }

  input.styles__search-input___3I6VS:focus {
    box-shadow: none
  }

  .styles__search-results-container___3OUHy {
    position: absolute;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    z-index: 11;
    top: 56px;
    left: 0;
    display: inline-block
  }

  @media screen and (min-width:500px) {
    .styles__search-results-container___3OUHy {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5), 0 2px 4px 0 rgba(0, 0, 0, .5);
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border: 1px solid #b7bcc0;
      font-size: 1.1em;
      top: 32px
    }
  }

  .styles__search-results___DFE8n {
    width: 100%;
    margin: 0;
    padding: 0
  }

  .styles__search-item___20fig {
    list-style-type: none;
    list-style-image: none
  }

  .styles__suggestions-heading___nxwz3 {
    padding: 10px;
    font-size: 14px;
    background-color: #f1f1f1;
    color: rgba(97, 97, 97, .87);
    font-weight: 700;
    text-transform: uppercase
  }

  .styles__suggestion-item___3MCIK {
    font-weight: 300;
    font-size: 14px;
    color: #212121;
    padding: 12px 0 12px 15px;
    line-height: 16px;
    min-height: 0;
    border-bottom: 1px solid #ededed
  }

  .styles__suggestion-item___3MCIK:hover {
    background-color: #fff3e3;
    cursor: pointer
  }

  .styles__no-results___2WPfs {
    padding: 10px;
    color: #616161;
    display: block;
    font-size: 12px
  }

  .styles__recent-search-heading___3kyiJ {
    display: flex;
    padding: 8px 15px;
    border-bottom: .5px solid #dedede;
    background: #fff;
    color: #757575;
    font-size: 12px;
    justify-content: space-between
  }

  @media screen and (max-width:500px) {
    .styles__recent-search-heading___3kyiJ {
      background-color: #f8f8f8
    }
  }

  .styles__mob-recent___3uavG {
    font-size: 14px;
    color: hsla(0, 0%, 46%, .87);
    font-weight: 700
  }

  .styles__recent-search-heading___3kyiJ>div {
    height: 25px;
    line-height: 25px;
    display: flex;
    align-items: center
  }

  .styles__recent-icon___QhQGr {
    margin-right: 5px
  }

  .styles__clear-icon___rsQ4y {
    margin-left: 5px
  }

  .styles__clear-all___2EteS {
    cursor: pointer
  }

  .styles__clear-all-mob___1Ube8 {
    font-size: 14px
  }

  .styles__search-form___3JMjr {
    background-color: #f1f4f6;
    display: flex;
    align-items: center
  }

  .styles__mob-form___3O7IG {
    padding: 10px 8px;
    background-color: #fff;
    box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    z-index: 99
  }

  .styles__lab-test-wrapper___3PM-p {
    padding: 10px 15px
  }

  .styles__lab-heading___2ETqH {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px
  }

  .styles__lab-test___3lPHT {
    display: flex;
    background: #fff;
    justify-content: space-between;
    margin-bottom: 2px
  }

  .styles__price-text___2o_Ik {
    font-size: 14px;
    font-weight: 500;
    color: #212121
  }

  .styles__mrp___2sQyi {
    font-size: 12px;
    font-weight: 500;
    color: #999
  }

  .styles__c-b___2rbmF {
    font-size: 14px;
    color: #212121
  }

  .styles__discount-text___D0wj7 {
    font-size: 12px;
    color: #616161
  }

  .styles__offer___38q15 {
    font-size: 12px;
    font-weight: 700;
    color: #1aab2a
  }

  .styles__search-results___QmaRO {
    width: 100%;
    margin: 0;
    padding: 0
  }

  .styles__search-item___10MFe {
    list-style-type: none;
    list-style-image: none
  }

  .styles__suggestions-heading___31yNa {
    padding: 10px;
    font-size: 14px;
    background-color: #f1f1f1;
    color: rgba(97, 97, 97, .87);
    font-weight: 700;
    text-transform: uppercase
  }

  .styles__suggestion-item___1x_fc {
    font-weight: 300;
    font-size: 14px;
    color: #212121;
    padding: 12px 0 12px 15px;
    line-height: 16px;
    min-height: 0;
    border-bottom: 1px solid #ededed
  }

  .styles__suggestion-item___1x_fc.styles__item-active___nbzQD,
  .styles__suggestion-item___1x_fc:hover {
    background-color: #fff3e3;
    cursor: pointer
  }

  .styles__search-results___3rJOl {
    width: 100%;
    margin: 0;
    padding: 0
  }

  .styles__search-item___CYeTh {
    list-style-type: none;
    list-style-image: none;
    border-bottom: 1px solid #ededed;
    padding: 0
  }

  a.styles__brand___2MoiR,
  a.styles__drug___QVwLR {
    display: flex;
    font-size: 14px;
    padding: 12px 15px;
    text-decoration: none;
    font-weight: 400;
    color: #333
  }

  a.styles__brand___2MoiR.styles__item-active___xfKUl,
  a.styles__brand___2MoiR:hover,
  a.styles__drug___QVwLR.styles__item-active___xfKUl,
  a.styles__drug___QVwLR:hover {
    background-color: #fff3e3
  }

  .styles__name___-ixKa {
    color: #212121;
    width: 67%
  }

  .styles__name___-ixKa.styles__full___3R3zM {
    width: 100%
  }

  .styles__rightImg___20MoD {
    margin-left: auto
  }

  .styles__left-padded___2pocy {
    padding-left: 10px
  }

  .styles__metadata___2D2OE {
    width: 33%;
    text-align: right;
    color: #757575;
    font-size: 12px
  }

  .styles__ellipsis___ndvUU {
    text-overflow: ellipsis;
    overflow: hidden
  }

  .styles__pack-size-label___3rdzm {
    color: #616161;
    font-size: 12px
  }

  .styles__price___1sUEJ {
    font-size: 14px;
    font-weight: 700;
    color: #212121
  }

  .styles__mrp___3alKf {
    font-size: 12px;
    color: #999;
    font-weight: 700
  }

  a.styles__add-to-cart___rSVgW {
    color: #8693e3
  }

  a.styles__add-to-cart___rSVgW:hover {
    color: #8693e3 !important;
    text-decoration: underline
  }

  .styles__discount___3dlaw {
    color: #1aab2a;
    font-size: 10px;
    font-weight: 700;
    margin-right: 5px
  }

  .styles__mt5___34dfB {
    margin-top: 5px
  }

  .styles__org-price___2P52b {
    text-decoration: line-through;
    font-weight: 700
  }

  /* !critical:start */
  .styles__city-locator___2uYRv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 3px;
    background: #f1f4f6
  }

  .styles__locator-fa___3WHNG {
    padding: 6px
  }

  

  .styles__city-input___6e65P:focus {
    outline: none;
    box-shadow: 0 0 0 1px transparent
  }

  .styles__city-detect___1YbZL {
    cursor: pointer;
    padding: 6px;
    width: 15%;
    text-align: right
  }

  @media (max-width:769px) and (min-width:500px) {
    .styles__city-detect___1YbZL {
      width: 12%
    }
  }

  .styles__location-dropdown___CVd5J {
    display: none;
    position: absolute;
    top: 93px;
    left: 53px;
    z-index: 11;
    background: #fff;
    width: 16%;
    max-height: 500px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    border: 1px solid #7f7f7f;
  }

  .styles__city-input___6e65P:focus~.styles__location-dropdown___CVd5J,
  .styles__city-locator___2uYRv:active>.styles__location-dropdown___CVd5J {
    display: block
  }

  .styles__city-locator___2uYRv:active>.styles__city-detect___1YbZL:active~.styles__location-dropdown___CVd5J {
    display: none
  }

  .styles__container___2U-Bk {
    padding: 6px 0 5px 5px;
    background-color: #fff
  }

  /* !critical:end */
  .LocationDropDown__city-dropdown-container___jMbLr ul {
    margin: 0;
    padding: 0;
    list-style: none
  }

  .LocationDropDown__city-header___3xno3 {
    background-color: #f9f9f9;
    padding: 8px 0 8px 16px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(33, 33, 33, .87);
    font-size: 12px
  }

  .LocationDropDown__city-item___XRtse {
    text-align: left;
    display: block;
    padding: 11px 16px;
    font-size: 14px;
    color: rgba(33, 33, 33, .87);
    cursor: pointer
  }

  .LocationDropDown__city-item___XRtse:hover {
    background: #fffcf8
  }

  .styles__help___2Sw6M {
    display: flex;
    flex-direction: row-reverse;
    padding: 11px 15px;
    align-items: center;
    background-color: #fff
  }

  .styles__need-help-link___2Wb_H {
    margin-left: 10px;
    font-size: 14px
  }

  .styles__need-help-link___2Wb_H:hover>span {
    color: #212121
  }

  .styles__call-costumer-care___2WQ46 {
    margin-left: 5px;
    color: #8693e3
  }

  .styles__container___11wxb {
    height: 46px;
    padding: 0 30px 0 0;
    background-color: #fff;
    display: flex;
    justify-content: flex-end
  }

  .styles__quick-buy___33q_a {
    text-align: right;
    display: flex;
    align-items: center;
    padding: 12px 5px 12px 0;
    font-size: 14px;
    color: #212121;
    opacity: .87
  }

  @media (max-width:1025px) and (min-width:500px) {
    .styles__quick-buy___33q_a {
      padding: 5px;
      font-size: 12px;
      line-height: 35px
    }
  }

  .styles__upload-prescription___TymaI {
    padding: 19px 0;
    min-width: 140px
  }

  .styles__upload-prescription___TymaI .styles__link___2Wj-m {
    border-radius: 4px;
    background-color: #8693e3;
    padding: 10px;
    margin-left: 5px;
    font-size: 1rem;
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: -6px
  }

  .styles__upload-prescription___TymaI .styles__link___2Wj-m:hover span,
  .styles__upload-prescription___TymaI .styles__link___2Wj-m span {
    color: #fff
  }

  .styles__link___2Wj-m:hover span,
  .styles__link___2Wj-m span {
    color: #000
  }

  @media (min-width:991px) {
    .styles__upload-prescription___TymaI .styles__link___2Wj-m {
      padding: 6.5px 10px
    }
  }

  @media (min-width:1025px) {
    .styles__upload-prescription___TymaI {
      padding: 12px 0
    }
  }

  @media (max-width:1025px) and (min-width:500px) {
    .styles__upload-prescription___TymaI .styles__link___2Wj-m {
      padding: 5px;
      font-size: 12px
    }

    .styles__upload-prescription___TymaI {
      padding: 14px 0;
      min-width: 140px
    }

    .styles__quick-buy-text___1wiL7 {
      width: 90%;
      line-height: normal
    }
  }

  .DesktopUdp__container___1G91s {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
  }

  .ChildrenItem__item___2j7VT {
    display: inline-block;
    position: relative;
    vertical-align: middle
  }

  .ChildrenItem__parent___PK0Jr {
    margin: 0 4px;
    padding: 8px 4px;
    font-size: 15px;
    display: inline-block
  }

  .ChildrenItem__parent___PK0Jr a,
  a .ChildrenItem__link-text___g46Sm {
    color: #212121;
        font-weight: 550;
   
   
  }

  a:hover .ChildrenItem__link-text___g46Sm {
    
    color: #212121;
    
  }

  .ChildrenItem__item___2j7VT:hover .ChildrenItem__child-category-links___1MyTc {
    display: block
  }

  .ChildrenItem__child-category-links___1MyTc {
    display: none;
    position: absolute;
    z-index: 31;
    text-align: left;
    margin-top: 0;
    padding: 12px 0;
    min-width: 200px;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    white-space: nowrap
  }

  .ChildrenItem__right-0___Hul4b {
    right: 0
  }

  .ChildrenItem__child-category-links___1MyTc ul:first-child {
    border: none
  }

  .ChildrenItem__child-category-links___1MyTc ul {
    list-style-type: none;
    padding: 0 24px 0 20px;
    border-left: 1px solid #e5e5e5
  }

  .ChildrenItem__child-category-links___1MyTc li:first-child a {
    margin-top: 0
  }

  .ChildItem__child-list___21_gk {
    display: inline-block;
    vertical-align: top
  }

  .ChildItem__level-2___9pdT2 {
    color: #212121;
    font-weight: 700;
    margin-top: 16px
  }

  .ChildItem__level-2___9pdT2,
  .ChildItem__level-3___3EcDD {
    padding-left: 0;
    padding-right: 0;
    display: block;
    font-size: 12px;
    text-align: left
  }

  a.ChildItem__level-3___3EcDD {
    margin-top: 8px
  }

  a.ChildItem__level-3___3EcDD .ChildItem__link-text___2GfLq {
    color: #757575
  }

  a .ChildItem__link-text___2GfLq {
    color: #212121
  }

  a:hover .ChildItem__link-text___2GfLq {
    color: #8693e3
  }

  .style__section___KWiqo {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
  }

  .style__icon___vF_P1 {
    transition: all .4s;
    margin-right: 1rem
  }

  .style__rotate___3evDF {
    transform: rotate(-180deg)
  }

  .style__header___3s4Ew {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center
  }

  .style__arrow-holder___30da2 {
    width: 12px;
    height: 12px
  }

  .style__sizeUnset___3EWkf {
    width: unset;
    height: unset
  }

  .styles__row___2hq6U {
    margin: .5rem .25rem;
    line-height: 1.93
  }

  .styles__accordionContent___V8EeM {
    margin-top: .5rem
  }

  .styles__noMargin___3wuiq {
    margin: 0
  }

  .styles__row___2hq6U>a {
    color: #2b2b2b !important;
    display: block;
    width: 100%
  }

  .styles__nested-row___2bC8H>a {
    color: #767676 !important;
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .styles__container___1dmlP {
    padding: .75rem 1rem;
    font-size: 15.75px;
    font-weight: 600
  }

  .styles__icon___iBA5t {
    transform: rotate(-90deg);
    margin-right: .75rem;
    display: block
  }

  .style__container___2c-Nv {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute
  }

  .style__react-spinner___McsDf {
    width: 29px;
    height: 29px;
    transform-origin: center;
    webkit-animation: style__react-spinner__spin___eJh97 .7s linear infinite;
    -webkit-animation: style__react-spinner__spin___eJh97 .7s linear infinite;
    animation: style__react-spinner__spin___eJh97 .7s linear infinite;
    will-change: transform
  }

  @-webkit-keyframes style__react-spinner__spin___eJh97 {
    0% {
      -webkit-transform: rotate(0deg)
    }

    to {
      -webkit-transform: rotate(1turn)
    }
  }

  @keyframes style__react-spinner__spin___eJh97 {
    0% {
      transform: rotate(0deg)
    }

    to {
      transform: rotate(1turn)
    }
  }

  /* !critical:start */
  .style__main___1l57B {
    overflow: hidden;
    background: none;
    min-width: 450px;
    min-height: 350px;
    display: flex;
    flex-direction: column
  }

  .style__close___1l-EN {
    cursor: pointer
  }

  .style__title___1SAqu {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    background: none;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center
  }

  .style__closeOld___3PoPd {
    cursor: pointer
  }

  .style__titleOld___1NLHo {
    font-size: 1rem;
    font-weight: 600;
    color: #04232f;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: .5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .style__content___67str {
    display: flex;
    justify-content: center;
    align-items: center
  }

  /* !critical:end */
  .style__wrapper___S7MpN {
    min-width: 1000px;
    height: 470px;
    padding: 0 30px;
    transition: height .5s ease-out
  }

  .style__offer-text-title___2F8cS {
    font-size: 20px;
    font-weight: 600;
    color: #3b3b3b;
    margin: 0;
    width: 263px
  }

  .style__center___LaMpN {
    text-align: center
  }

  .style__card-wrapper___GYSHI {
    width: 320px;
    height: 470px;
    margin: 0 20px 0 0;
    padding: 16px 0 0;
    border-radius: 4px;
    background-color: #fff
  }

  .style__wrapper___S7MpN.style__form-view___3_JH6 {
    height: 550px;
    transition: height .5s ease-out;
    background: #fff
  }

  .style__pharmacy-form___2ROXw {
    max-height: 200px
  }

  .style__offer-text___1oKVl {
    margin-bottom: 0;
    height: 54px;
    line-height: normal
  }

  .style__paddingBottom8___1YcF6 {
    padding-bottom: 8px
  }

  .style__text___2bu9i {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400
  }

  .style__d-f___3dJHa {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .style__f-d-c___ep1YZ {
    flex-direction: column
  }

  .style__f-d-r___5iB1B {
    flex-direction: row
  }

  .style__jc-sb___2FDX3 {
    justify-content: space-between
  }

  .style__botton-seperator___aL5Yk {
    padding-bottom: 40px;
    border-bottom: 2px solid #979797;
    margin-bottom: 40px
  }

  .style__w-50___3ofp2 {
    width: 50%
  }

  .style__mb-30___1VLyt {
    margin-bottom: 30px
  }

  .style__mb-20___2HTUL {
    margin-bottom: 20px
  }

  .style__mb-10___1euh_ {
    margin-bottom: 10px
  }

  .style__pl-20___1x9pA {
    padding-left: 20px
  }

  .style__text-wrapper___1WLhH {
    width: 100%
  }

  .style__promo-line___FUvI8 {
    font-size: 21px;
    color: #212121
  }

  .style__form-line___369LY {
    font-size: 14px;
    color: #616161
  }

  .style__seperator___3biST {
    width: 100%;
    height: 14px;
    border-bottom: 1px solid #979797;
    text-align: center
  }

  .style__seperator-content___2F0Ha {
    font-size: 18px;
    color: #616161;
    background-color: #fff;
    padding: 0 10px
  }

  .style__link___2jwZR {
    width: 646px;
    text-align: right
  }

  .style__link___2jwZR a {
    color: #8693e3;
    font-size: 14px;
    cursor: pointer
  }

  .style__link___2jwZR a:hover {
    color: #8693e3
  }

  .style__phone-input-wrapper___3A_Vz {
    height: 70px
  }

  .style__phone-input-wrapper___3A_Vz>.style__phone-input___27AlX {
    border-radius: 8px;
    border: 1px solid #979797;
    height: 40px;
    width: 372px;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    background: url("images/leaveIntent/phone-icon.svg") no-repeat scroll 8px -4px;
    padding-left: 60px
  }

  .style__phone-input-wrapper___3A_Vz>.style__phone-input___27AlX:focus {
    border-color: #979797 !important
  }

  .style__error___1fUk1 {
    color: red
  }

  .style__success___3KdC2 {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  .style__success-title___1Vciv {
    margin-top: 1.4rem
  }

  .style__success-text___339j- {
    font-size: 1rem;
    margin-top: .6rem
  }

  .style__img-wrapper___395Fy {
    height: 183px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px
  }

  .style__img-wrapper___395Fy>img {
    max-height: 100%
  }

  .style__coupon-code-wrapper___3NcJ7 {
    font-size: 14px;
    font-weight: 700;
    margin-left: 12%
  }

  .style__main-cta-wrapper___3lZdR {
    width: 100%;
    height: 64px;
    margin: 16px 0 0;
    border-radius: 0 0 4px 4px;
    background-color: #8693e3;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .style__button-bg-color___2VGcP {
    background-color: #8693e3
  }

  .style__offer-text-info___2aXEF {
    height: 125px;
    width: 263px;
    display: flex;
    align-items: center
  }

  .style__leave-intent-offer-text___QyS22 {
    text-align: center;
    margin-bottom: 5px
  }

  .style__leave-intent-offer-hightlight-text___3QzEL {
    font-size: 16px;
    font-weight: 600;
    color: #208376;
    display: inline-block;
    margin: 0
  }

  .style__leave-intent-offer-normal-text___e5xRn {
    font-size: 16px;
    font-weight: 400;
    color: #3b3b3b;
    display: inline-block;
    margin: 0
  }

  .style__consult-now-pop-up-cta___19Zuh {
    background-color: #8693e3;
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 64px;
    border-radius: 0 0 4px 4px
  }

  .style__caps___ibocs {
    text-transform: uppercase
  }

  .style__safe___3Ve-w {
    display: inline-flex;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    color: #2b2b2b;
    line-height: 1.42;
    background-color: #ffe3c2;
    min-width: 58px
  }

  .style__safe-tag___DEH5F {
    height: 18px !important;
    width: 18px !important;
    margin-right: 4px
  }

  /* !critical:start:shared-start-rating */
  .StarRating__star-rating___27ZyG {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    min-width: 34px;
    padding: 2px;
    display: inline-flex;
    justify-content: space-evenly
  }

  .StarRating__rating-5-0___2ZeJG {
    background-color: #1aaa2a
  }

  .StarRating__rating-4-5___5gp4P {
    background-color: #49ae2a
  }

  .StarRating__rating-4-0___380et {
    background-color: #82b42b
  }

  .StarRating__rating-3-5___1Dsjo {
    background-color: #e4ba2b
  }

  .StarRating__rating-3-0___xnfDf {
    background-color: #fdb52a
  }

  .StarRating__rating-2-5___13n6z {
    background-color: #f59a28
  }

  .StarRating__rating-2-0___2n81c {
    background-color: #eb7724
  }

  .StarRating__rating-1-5___2Mjwu {
    background-color: #e15321
  }

  .StarRating__rating-1-0___18U3T {
    background-color: #d7311d
  }

  .StarRating__rating-0-5___3RVIT {
    background-color: #d11d1b
  }

  .StarRating__rating-star___2H-Si {
    font-size: .8em
  }

  .StarRating__star-icon___2JISn {
    display: flex;
    align-items: center
  }

  /* !critical:end */
  .style__container___1Q6MH {
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    max-width: 100%
  }

  .style__container___1Q6MH.style__wrap___2_8jm {
    flex-wrap: wrap
  }

  .style__icon___2CSIh {
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 10px;

  }

  .style__text___3hDCz {
    color: rgba(33, 33, 33, .87);
    font-size: 14px
  }

  .style__text___3hDCz.style__text--title___3MMty {
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
  }

  .style__text___3hDCz.style__text--disabled___29QJc {
    color: rgba(33, 33, 33, .3)
  }

  .style__checkbox___2KsPx {
    background-color: transparent;
    margin: 0;
    height: 24px;
    width: 24px;
    display: block;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #979797
  }

  .style__disabled___35cWJ {
    background-color: #fff;
    cursor: auto;
    border: 2px solid rgba(0, 0, 0, .18)
  }

  .style__active___1BNVa {
    background-color: #8693e3;
    border-color: #8693e3
  }

  .style__tickmark___WE9o3 {
    color: #fff;
    width: 100%;
    height: 100%
  }

  /* slider start */

  .slick-slide img {
    display: block;
    height: 320px;
    width: 100%;
}

/* slider end */

/* mid area start */
.style__pharmaHeader___1hcdG {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e0e0e0;
    border-width: 2px 0;
}
.style__pharmaHeader___1hcdG h1 {
    margin: 26px 0;
    font-size: 22px;
    color:gray;
    text-align: center;
}
/* mid area end */

/*new product start*/

.pm-product.product-type-list {
    padding: 1% 2% !important;
    display:flex;
}
.pm-product img{
    height:auto;
}
.pm-product.product-type-list .image {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
}
.pm-product.product-type-list .image img {
    width: 100%;
}
.normal-two-column-slider .product-type-list .content {
    overflow: unset;
    padding-bottom: 25px;
}
.pm-product .content {
    position: relative;
    overflow: hidden;
}
.pm-product.product-type-list .content:before {
    z-index: -1 !important;
}
.pm-product .content:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.pm-product .content h3 {
    color: #1a1f2b;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.35;
    margin-bottom: 8px;
}
.pm-product .content h3 a {
    transition: .4s;
}
.pm-product .content .price {
    font-weight: 500;
}
.text-red {
    color: #c61132;
}
.pm-product .content .price .old {
    text-decoration: line-through;
    color: #fff;
    margin-right: 5px;
}
/*new product end*/
/* product start */

.body_checkup h4 {
    font-size: 18px;
    padding: 10px;
    color: #8693e3;
    padding: 3px 10px;
}
.style__safe-tag___2cQM7 {
    position: absolute;
    right: 0;
    top: 10px;
}
.style__safe___3Ve-w {
    display: inline-flex;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    color: #2b2b2b;
    line-height: 1.42;
    background-color: #ffe3c2;
    min-width: 58px;
}
.style__safe___3Ve-w {
    display: inline-flex;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    color: #2b2b2b;
    line-height: 1.42;
    background-color: #ffe3c2;
    min-width: 58px;
}
.style__safe-tag___DEH5F {
    height: 18px;
    width: 18px;
    margin-right: 4px;
}
.style__single-line-ellipsis___BTCyW {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.style__test-name___3QIDL {
    font-size: 14px;
    font-weight: 700;
}
.style__name___3mEMB {
    color: #212121;
}
.style__width____93Sh {
    width: 80%;
}
.style__pack-size___1TmDx {
    font-size: 12px;
    color: #757575;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    margin-top: 6px;
    min-height: 16px;
}
.style__mb-10___2jSbK {
    margin-bottom: 10px;
}
.style__mt-10___VC8dh {
    margin-top: 10px;
}
.style__image-rating___2HVwJ {
    display: flex;
    align-items: center;
}
.style__image-container___2lTxN {
    background: #fff;
    display: inline-block;
    width: 30%;
    height: 45px;
    margin: 0 10px 0 0;
    text-align: left;
}
.style__rating-container___1Tn4T {
    display: flex;
}
.style__mr-5___2gTxf {
    margin-right: 5px;
}
.StarRating__rating-5-0___2ZeJG {
    background-color: #1aaa2a;
}
.StarRating__star-rating___27ZyG {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    min-width: 34px;
    padding: 2px;
    display: inline-flex;
    justify-content: space-evenly;
}
.StarRating__star-icon___2JISn {
    display: flex;
    align-items: center;
}
.StarRating__rating-star___2H-Si {
    font-size: .8em;
}
.style__accreditation___1qGeM {
    font-size: 10px;
}
.style__discount-price___yHdNx {
    display: inline-block;
}
.style__discount-price___yHdNx, .style__price___AtEJu {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    margin-right: 5px;
}
.style__strike-price___11P0D {
    text-decoration: line-through;
    display: inline-block;
    font-size: 12px;
    color: #757575;
    margin-right: 15px;
}
.style__discount-percent___2nD1c {
    font-size: 10px;
    color: #1aab2a;
    display: inline-block;
    border: 1px dashed #1aab2a;
    background-color: rgba(26, 171, 42, .05);
    padding: 3px;
    margin-top: 2px;
}

.card {
    width: 92%;
    padding: 10px;
    box-shadow: 1px 3px 10px gray;
}
/* product end */

/* feature brand start */

.style__anchor-style___1scP7 {
    padding: 10px;
    overflow: hidden;
}
.style__image-container___2G57P {
    display: block;
    max-width: 120px;
    height: 120px;
    margin: 10px auto;
    position: relative;
}
.style__card-head-name___3UuUt {
    display: -webkit-inline-box;
    color: #212121;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
    font-weight:800;
}
.autoplay .card .style__anchor-style___1scP7{
    text-align:center !important;
}
.style__image___Ny-Sa.style__loaded___22epL {
    opacity: 1;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.style__image-container___2G57P img {
    height: 120px;
    margin: auto;
    display: block;
}
a.btn.seeall {
    color: #fff;
    background: #8693e3;
    float: right;
    padding: 3px 10px;
}
/* feature brand end */

/*health resource page start*/

.main-head-health{
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #666;
}
.main-card-health-pic img{
  border-radius: 50%;
      margin-left: 10px;

}
.main-card-health-pic img {
    margin-left: 10px;
}
.ist-1{
  margin-left: 20px;
  /*width: 359px;*/
}
ul#pills-tab {
  margin-left: 20px;
  background-color: #ffffff;
  color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color:  #ff6f61;
  background-color:transparent;
  border:1px solid  #8693e3;
}
.nav-link:focus, .nav-link:hover {
  color: #ff6f61;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    color:black;
    border-radius: 0.25rem;
    padding-left: 18px;
}
.click-1st{
  font-size: 12px;
color: #8c8b8b;
}
.main-card-health{
    display: flex;
}
.ist-1{
  box-shadow: 1px 1px 4px grey;
  height: 85px;
   background: #d4f1ff80;
}
.main-card-health-cont h5 {
    font-size: 19px;
}
.pera{
  margin-left: 20px;
  margin-top: -20px;
  font-size:13px;
  margin-bottom: 8px; 
}
ul#pills-tab {
    font-size: 17px;
    margin-left: 12px;!important
}
h1.main-head-health {
    margin-left: 8px;
    font-weight: 600;
    font-size: 15px;
}
button#pills-z-tab {
  margin-left: -3px;
}
/*health resourse page end*/


/*lab test start*/
.first-img-slider{
    width:474px;
    height:200px;
}
.slick-next {
    right: 42px !important;
}
.slick-dots {
    left: -40px !important;
  }
  .style__main-heading___3mcxD {
    font-size: 24px;
    font-weight: 700;
    color: #212121;
}
.style__sub-heading___1Tc2Z {
    font-size: 16px;
    color: #212121;
  }
.short-img img{
     height: 50px;
    width: 50px;
    margin-left: 6px;
margin-bottom: 10px;
}
.short-img{
    border-right: 1px solid grey;
    margin-left: 15px;
    background: #d4f1ff;
    padding: 32px;
    box-shadow: 1px 1px 5px #af3240;
    text-align:center;
}

/*col-sm-2.short-img {*/
    
/*    / border-radius: 98px; /*/
    
/*    / border: 2px solid #af3240; /*/
    
/*}*/
.content-img{
    
    text-align: center;
    color: #333333;
 
    font-size: 15px;
}
.content-img-1{
   margin-left: 10px;
    color: #333333;
    font-size: 15px;
}
.short-img-1 img{
    height: 38px;
    width: 38px;
    margin-left: 6px;
margin-bottom: 10px;
}
.time {
    position: absolute;
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    top: 0px;
    right: 0 !important;
    background: #f7797a;
    color: white !important;
    width: 40%;
    height: 30px;
}
.btn-style {
    background-color: #ff6f61;
    color: #fff;
    /* min-width: 70px; */
    text-align:center;
    padding:10px;
    border: none;
    
    border-radius: 5px;
    font-weight: 700;
    
    margin-top: 30px;
    transition: 0.7s all ;
    }
    .btn-style:hover {
     background-color: #d4f1ff;
    border: 1px solid #ff6f61;
    color: #ff6f61;
}
h6.health-test-home span {
    font-size: 16px;
    border: 2px solid #8693e3;
    padding: 10px 20px;
    border-radius: 0px 20px;
}
                               /* test section strat ///////////////. */
.style__heading___3vQp- {
    font-weight: 600;
    color: #212121;
    font-size: 20px;
    padding: 16px;
    border-bottom: 3px solid #d4f1ff;
    margin-bottom: 45px;
    box-shadow: 9px 11px 9px #d4f1ff;
}
.svg{
    height: 20px;
    width: 20px;
}       
.healt-tst li {
    list-style: none;
    border: 1px solid gray;
    padding: 12px;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 3px 5px grey;
}
.style__main-heading___3mcxD span {
    border-bottom: 3px solid #0095da;
    padding: 3px;
}
.covid{
margin-left: -34px;
margin-top: 16px;
}
li.covid:hover {
    background: linear-gradient(182deg, #97a2e3, #2d40b4);
    color: #fff;
}
/*.health-test-home{*/
/*    margin-bottom: 30px;*/
/*}*/






     /* media query  */
@media screen and (min-width:320px) and (max-width:520px){
 .btn-style{
    margin:auto;
    margin-left: 20px;
     margin-top: 20px;
  }
  .slider-1{
    width: 100%;
    margin: auto;
  }
  .autoplay img{
    width: 100%;
  }


  
    }
/*lab test end*/

/*health product*/



.listing
{
  width: 900px;
}

.product
{
  width: 240px;
  position: relative;
}

.product a
{
  text-decoration: none;
  padding:18px;
}

.img-wrapper
{
  display: block;
  width: 100%;
  height: 240px;
  border: 1px solid #afafaf;
  border-bottom: 0;
  overflow: hidden;
  text-align: center;
}

.img-wrapper img
{
  
}

.info
{
  width: 100%;
  background: #8693e3;
  color: #fff;
  position: relative;
  padding: 40px 10px 20px 10px;
  text-align: center;
  
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  backface-visibility: hidden;
  transition-property: color,height;
  transition-duration: 0.3s,0.4s;
  transition-timing-function: ease-out;
  height: 83px;
}

.info:before
{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transform: scaleY(0);
  transform-origin: 50%;
  transition: transform 0.3s ease-out;
}

.info:after
{
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 11px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #8693e3 transparent transparent transparent;
}

.product:hover .info
{
  height: 40px;
}

.product:hover .info:before
{
  transform: scaleY(0.7);
}

.product:hover .info:after
{
  visibility: visible;
  transform: translateY(10px);
}

.title
{
  transition: transform 0.3s ease-out;
}
.title a
{
  color: inherit;
}
.product:hover .title
{
  transform: translateY(-18px);
  font-weight: bold;
  color: #000;
}

.price
{
  background: #8693e3;
  position: absolute;
  font-size: 1.3em;
  padding: 4px 13px;
  top: -8px;
  right: 10px;
}
.autoplay .slick-prev:before, .autoplay .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #8080805c  !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.autoplay .slick-prev {
    left: 597px;
       top: 271px !important;
}
.autoplay .slick-next {
    right: 664px !important;
    top: 271px !important;
}
.price.sale
{
  background: #00ba2f;
}

.price.old
{
  font-size: 0.95em;
  padding: 4px 6px;
  text-decoration: line-through;
  top: -43px;
}

.actions-wrapper
{
  margin-top: 14px;
  display: flex;
  justify-content: space-around;
  visibility: hidden;
}

.actions-wrapper *
{
  width: 50%;
  padding: 2px 0;
  text-align: center;
  color: #191919;
  font-size: 0.95em;
  font-weight: bold;
}
.actions-wrapper *:before
{
  font-family: "FontAwesome";
  margin-right: 8px;
}
/*.wishlist*/
/*{*/
/*  border-right: 1px solid #afafaf;*/
/*}*/
/*.wishlist:hover*/
/*{*/
/*  color: #e32d2c;*/
/*}*/
/*.wishlist:before*/
/*{*/
/*  content: "\f08a";*/
/*}*/
.mainboxcard img{
    width:auto;
    height:auto;
}
.cart:hover
{
  color: #0a75b9;
}
.cart:before
{
  content: "\f07a";
}

.product:hover .actions-wrapper *
{
  visibility: visible;
}

.note
{
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  font-size: 0.9em;
}

.note.on-sale
{
  background: #00ba2f;
  color: #fff;
}

.note.no-stock
{
  background: #191919;
  color: #fff;
}

/*health product end*/

/*footer start*/

.footer_menu ul li {
    font-size: 16px;
    padding: 11px;
}

.footer_menu h5 {
    font-size: 26px;
}

.footer_menu p {
    font-size: 16px;
}
footer {
    padding: 40px;
    background: black;
    color: #fff;
}

footer ul {
    list-style: none;
    padding:0;
}
ul.icons {
    display: flex;
    justify-content: space-around;
}
ul.icons i{
     padding: 10px 12px;
    border-radius: 50%;
}

i.fa-brands.fa-facebook-f {
    background: #0c5599;
    padding: 13px 17px;
    font-size: 18px;
}
i.fa-brands.fa-twitter {
    background: #2ba3d1;
    padding: 14px 15px;
}
i.fa-brands.fa-youtube {
    background: red;
    padding: 15px;
}
i.fa-brands.fa-linkedin-in {
    padding: 14px 16px;
    background: #2aa1ce;
}
/*footer end*/


/*lab test page start*/

div#lab {
    padding: 20px;
}

.featured-1 {
    font-size: 20px;
    opacity: .87;
    font-weight: 700;
    color: #212121;
    padding: 16px;
    border-bottom: 3px solid #d4f1ff;
    box-shadow: 10px 13px 10px #d4f1ff;
    margin: 0;
    font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.style__package-name___12P2F {
    width: 85%;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #424242;
    font-weight: 700;
    color: rgba(33,33,33,.87);
    font-size: 14px;
    margin-top: 20px;
    margin-left: 10px;
  }
   .style__grey-text___3zbQd-style{
    color: #757575;
    white-space: nowrap;
    margin-left: 10px;
    font-size: 12px;
}
  
.style__grey-text___3zbQd {
    /* text-align: right; */
    color: hsla(0,0%,46%,.87);
    font-size: 12px;
    line-height: 40px;
    /* margin-bottom: 20px; */
}
.style__payable___2Z3UU{
    margin-left: 10px;
}
.style__composition-more___30_SK{
    margin-left: 10px;
}
 .tata{
    width: 95px;
    height: 60px;
    margin-left: 10px;
    border: 1px solid #e8e8e8;
} 
.lipd-spn{
    color: #757575;
    white-space: nowrap;
    margin-left: 10px;
    font-size: 12px;
}

del{
    color: #9b9b9b;
    font-size: 16px;
    /* margin-left: 10px; */
}
.style__discount-tag___2mmNk{
    color: #1aab2a;
    line-height: 14px;
    font-weight: 600;
    margin-left: 10px;
    text-align: center;
   font-size: 14px;   
   display: inline-block;
   padding: 3px 3px;
   border: 1px dashed #1aab2a;
}
.ist-box-md{
    border: 1px solid grey;
   border:1px solid gray;
   box-shadow:1px 3px 10px gray;
}
.sec-box-md{
    border: 1px solid grey;
    margin-left: 2px;
    border:1px solid gray;
   box-shadow:1px 3px 10px gray;
}
.sec-box-md:hover, .sec-box-md:hover span, .sec-box-md:hover h3 {
    background: #4684d1;
    color: #fff;
    box-shadow: none;
    transition: .5s ease-in-out;
}
.card-btn{
    padding: 8px 35px;
    margin-left: 10px;
    background-color:#ff6359;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.12),0 0 3px 0 rgba(0,0,0,.12);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    transition: 0.6s all ;
    margin-bottom: 20px;
    }
     /* media query  */
@media screen and (min-width:320px) and (max-width:520px){
 .btn-style{
    margin:auto;
    margin-left: 20px;
     margin-top: 20px;
  }
  .slider-1{
    width: 100%;
    margin: auto;
  }
  .autoplay img{
    width: 100%;
  }
  .add{
      /* width: 100%; */
      display: none ;
  
  }

  
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
        border: 1px solid white;
        background-color:#ff6f61 ;
}
.health-tst-main {
    border: 1px solid grey;
}
.banner_img {
    padding: 1% 5%;
}
.banner_img img {
    height: 200px;
    border-radius: 20px;
}
.style__main-heading___3mcxD span {
    border: 1px solid #0095da;
   padding: 8px 1px 10px 10px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #1c1b1b !important;
    
    padding: 7px 12px 9px 13px;
}
.xcbsdjbcsdjcbsdjlcb .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffff !important;
    
    padding: 7px 12px 9px 13px;
}
#pills-home-tab{
    padding: 7px 12px 9px 13px;
}
#pills-home-tab:active{
    color:white !important;
}


/*lab test page end*/


  /*Trigger Button*/
.login-trigger {
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom right, #B05574, #F87E7B);
  padding: 15px 30px;
  border-radius: 30px;
  position: relative; 
  
}

/*Modal*/
.close {
  color: #fff;
  transform: scale(1.2)
}
.modal-content {
  background: linear-gradient(to bottom right,#434a72,#a2aad8);
}
.modal-body {
  position: relative;
    position: relative;
    margin: auto;
    padding: 16px !important;
}


#login h1 {
	font-weight: bold;
	margin: 0;
}

#login h2 {
	text-align: center;
}

#login p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

#login span {
	font-size: 12px;
}

a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
}

#login button {
	border-radius: 20px;
	border: 1px solid #FF4B2B;
	background-color: #FF4B2B;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

#login button:active {
	transform: scale(0.95);
}

#login button:focus {
	outline: none;
}

#login button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

/*#login form {*/
/*	background-color: #FFFFFF;*/
	/*display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	flex-direction: column;*/
/*	padding: 0 50px;*/
/*	height: 100%;*/
/*	text-align: center;*/
/*}*/

/*#login input {*/
/*	background-color: #eee;*/
/*	border: none;*/
/*	padding: 12px 15px;*/
/*	margin: 8px 0;*/
/*	width: 100%;*/
/*}*/

/*#login .container {*/
/*	background-color: #fff;*/
/*	border-radius: 10px;*/
/*  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), */
/*			0 10px 10px rgba(0,0,0,0.22);*/
/*	position: relative;*/
/*	overflow: hidden;*/
/*	width: 768px;*/
/*	max-width: 100%;*/
/*	min-height: 480px;*/
/*}*/

/*#login .form-container {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	height: 100%;*/
/*	transition: all 0.6s ease-in-out;*/
/*}*/

.sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.container.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

#login .overlay {

	/*background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);*/
	/*background: linear-gradient(to right, #FF4B2B, #FF416C);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;

  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
  	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}
#login .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
.overlay-left {
	transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

#login .social-container {
	margin: 20px 0;
}

#login .social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}
.NPhZP {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 6px;
    border: 1px solid #dfe3e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-right: 20px;
    background: #fff;
}
.NPhZP {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 6px;
    border: 1px solid #dfe3e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-right: 20px;
    background: #fff;
}
._2JGTC {
    background: rgba(53,194,169,.24);
}
._1od7Z {
    height: 115px;
    border-radius: 6px 6px 0 0;
    position: absolute;
    width: 100%;
}
._3SYSr {
    z-index: 2;
    width: 100%;
}
._2HnaH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 115px;
    padding: 30px 25px;
}
._2SFZm, .DDfqz {
    font-weight: 700;
    line-height: 1.5;
}
.DDfqz {
    font-size: 20px;
    color: #4f585e;
    padding-right: 15px;
}
._2SFZm {
    background-image: url(https://assets.pharmeasy.in/web-assets/dist/1602b4ce.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-clip: padding-box;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 6px;
}
._1fSb6 {
    text-decoration: line-through;
}
#ask .modal-content {
    background: #fff;
    margin-top:261px;
}
.n7-_C {
    padding: 15px 25px;
}
._2FE4Z._2Jc-Z {
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
._2gkPw {
    background-color: #3bb896;
}
.f78Kb {
    min-width: 135px;
    border-radius: 6px;
    padding: 0 25px;
}
._2FE4Z {
    background: #8693e3;
    color: #fff;
    border:none;
    width: auto;
    height: 45px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    justify-self: flex-start;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
._3X00m {
    width: 186px;
    position: absolute;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
._3X00m {
    width: 186px;
    position: absolute;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

._2lS73 {
    max-height: 100%;
    max-width: 100%;
}
.a{ 
    text-decoration: none;
}
  

.box-form {
  margin: 0 auto;
 
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex: 1 1 100%;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 0 20px 6px #090b6f85;
}
@media (max-width: 980px) {
  .box-form {
    flex-flow: wrap;
    text-align: center;
    align-content: center;
    align-items: center;
  }
}
.box-form div {
  height: auto;
}
.box-form .left {
  color: #FFFFFF;
  width:50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://i.pinimg.com/736x/5d/73/ea/5d73eaabb25e3805de1f8cdea7df4a42--tumblr-backgrounds-iphone-phone-wallpapers-iphone-wallaper-tumblr.jpg");
  overflow: hidden;
}
.box-form .left .overlay {
  padding: 30px;
  width: 100%;
  height: 100%;
  background: #5961f9ad;
  overflow: hidden;
  box-sizing: border-box;
}
.box-form .left .overlay h1 {
  font-size: 10vmax;
  line-height: 1;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 20px;
}
.box-form .left .overlay span p {
  margin-top: 30px;
  font-weight: 900;
}
.box-form .left .overlay span a {
  background: #3b5998;
  color: #FFFFFF;
  margin-top: 10px;
  padding: 14px 50px;
  border-radius: 100px;
  display: inline-block;
  box-shadow: 0 3px 6px 1px #042d4657;
}
.box-form .left .overlay span a:last-child {
  background: #1dcaff;
  margin-left: 30px;
}
.box-form .right {
  padding: 40px;
  width:50%;
  overflow: hidden;
}
@media (max-width: 980px) {
  .box-form .right {
    width: 100%;
  }
}
#login .modal-dialog, #signup .modal-dialog {
    max-width: 1000px;
}
.box-form .right h5 {
  font-size: 6vmax;
  line-height: 0;
}
.box-form .right p {
  font-size: 14px;
  color: #B0B3B9;
}
.box-form .right .inputs {
  overflow: hidden;
}
.box-form .right input {
  width: 100%;
  padding: 10px;
  margin-top: 25px;
  font-size: 16px;
  border: none;
  outline: none;
  border-bottom: 2px solid #B0B3B9;
}
.box-form .right .remember-me--forget-password {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-form .right .remember-me--forget-password input {
  margin: 0;
  margin-right: 7px;
  width: auto;
}
.box-form .right button {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 50px;
  display: inline-block;
  border: 0;
  outline: 0;
  box-shadow: 0px 4px 20px 0px #49c628a6;
  background-image: linear-gradient(135deg, #70F570 10%, #49C628 100%);
}

label {
  display: block;
  position: relative;
  margin-left: 30px;
}

/*label::before {*/
/*  content: ' \f00c';*/
/*  position: absolute;*/
/*  font-family: FontAwesome;*/
/*  background: transparent;*/
/*  border: 3px solid #70F570;*/
/*  border-radius: 4px;*/
/*  color: transparent;*/
/*  left: -30px;*/
/*  transition: all 0.2s linear;*/
/*}*/

/*label:hover::before {*/
/*  font-family: FontAwesome;*/
/*  content: ' \f00c';*/
/*  color: #fff;*/
/*  cursor: pointer;*/
/*  background: #70F570;*/
/*}*/

label:hover::before .text-checkbox {
  background: #70F570;
}

label span.text-checkbox {
  display: inline-block;
  height: auto;
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear;
}

label input[type="checkbox"] {
  display: none;
}



/*offer page start*/

._1h49h {
    width: 500px;
    /* height: 191px; */
    display: -webkit-box;
    display: -ms-flexbox;
    background: linear-gradient(45deg, #8693e3, transparent);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid #dfe3e6;
    border-radius: 6px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.NaUoY {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 15px 20px;
}
._3alIJ {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    margin-right: 20px;
}
._3Yufj {
    width: 62px;
}
.Lk0vt {
    font-size: 12px;
    color: #f76b6d;
    font-weight: 600;
}
._3WsDb {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
._1spdS {
    color: #4f585e;
    margin-bottom: 15px;
    font-weight: 700;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
}
._1gji0 {
    font-size: 14px;
    color: #4f585e;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    max-height: 40px;
    height: 40px;
}
._2hzdl._2hzdl, ._3Ah8p {
    color: #10847e;
}
._3sA0- {
    border-top: 1px dashed #dfe3e6;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
._3sA0-:before {
    left: -1px;
    border-radius: 0 80px 80px 0;
    border-left-color: #fff;
    -webkit-box-shadow: inset -4px 0 5px -5px rgb(0 0 0 / 20%), -4px 0 0 0 #fff;
    box-shadow: inset -4px 0 5px -5px rgb(0 0 0 / 20%), -4px 0 0 0 #fff;
}
._3sA0-:after, ._3sA0-:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 9px;
    top: -11px;
    background: #fff;
    border: 1px solid #dfe3e6;
}
._2vkdE {
    font-size: 14px;
}
._2hzdl._2hzdl, .UEVVH {
    font-weight: 700;
}
._2hzdl._2hzdl, ._3Ah8p {
    color: #10847e;
}
._3sA0-:after {
    right: -1px;
    border-radius: 80px 0 0 80px;
    border-right-color: #fff;
    -webkit-box-shadow: inset 4px 0 5px -5px rgb(0 0 0 / 20%), 4px 0 0 0 #fff;
    box-shadow: inset 4px 0 5px -5px rgb(0 0 0 / 20%), 4px 0 0 0 #fff;
}

  /* CSS reset */
        *,
        *::after,
        *::before {
            box-sizing: inherit;
            margin: 0;
            padding: 0;
        }

        html {
            font-size: 62.5%;
        }

        body {
            box-sizing: border-box;
            font-family: 'Open Sans', sans-serif;
            position: relative;
        }

        /* Typography =======================*/

        /* Headings */

        /* Main heading for card's front cover */
        .card-front__heading {
            font-size: 1.5rem;
            margin-top: .25rem;
        }

        /* Main heading for inside page */
        .inside-page__heading {
            padding-bottom: 1rem;
            width: 100%;
        }

        /* Mixed */

        /* For both inside page's main heading and 'view me' text on card front cover */
        .inside-page__heading,
        .card-front__text-view {
            font-size: 1.3rem;
            font-weight: 800;
            margin-top: .2rem;
        }

        .card-back img {
            width: 100%;
        }

        span._2kwxi {
            font-size: 15px;
            color: gray;
        }

        ._3_YWQ {
            font-size: 19px;
            color: #403838;
        }

        .inside-page__heading--city,
        .card-front__text-view--city {
            color: #205a2e;
        }



        .card-front__tp {
            color: #fafbfa;
        }

        /* For pricing text on card front cover */
        .card-front__text-price {
            font-size: 1.2rem;
            margin-top: -.2rem;
        }

        /* Back cover */

        /* For inside page's body text */
        .inside-page__text {
            color: #333;
        }



        .main {
            background: #8693e3c4;
            display: flex;
            flex-direction: column;
            justify-content: center;
           
            width: 100%;
        }

        /* Container to hold all cards in one place */
        .card-area {
            align-items: center;
            display: flex;
            flex-wrap: nowrap;
            height: 100%;
            justify-content: space-evenly;
            padding: 1rem;
        }

        /* Card ============================================*/

        /* Area to hold an individual card */
        .card-section {
            align-items: center;
            display: flex;
            height: 100%;
            margin-top: 20px;
            margin-bottom: 20px;
            justify-content: center;
            width: 100%;
        }

        /* A container to hold the flip card and the inside page */
        .card-area .card {
            background-color: rgba(0, 0, 0, .05);
            box-shadow: -.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.5);
            height: 15rem;
            position: relative;
            padding:0;
            border:none;
            transition: all 1s ease;
            width: 15rem;
        }

        /* Flip card - covering both the front and inside front page */

        /* An outer container to hold the flip card. This excludes the inside page */
        .flip-card {
            height: 15rem;
            perspective: 100rem;
            position: absolute;
            right: 0;
            transition: all 1s ease;
            visibility: hidden;
            width: 15rem;
            z-index: 100;
        }

        /* The outer container's visibility is set to hidden. This is to make everything within the container NOT set to hidden  */
        /* This is done so content in the inside page can be selected */
        .flip-card>* {
            visibility: visible;
        }

        /* An inner container to hold the flip card. This excludes the inside page */
        .flip-card__container {
            height: 100%;
            position: absolute;
            right: 0;
            transform-origin: left;
            transform-style: preserve-3d;
            transition: all 1s ease;
            width: 100%;
        }

        .card-front,
        .card-back {
            backface-visibility: hidden;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        /* Styling for the front side of the flip card */

        /* container for the front side */
        .card-front {
            background-color: #fafbfa;
            height: 15rem;
            width: 15rem;
        }

        /* Front side's top section */
        .card-front__tp {
            align-items: center;
            clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
            display: flex;
            flex-direction: column;
            height: 12rem;
            justify-content: center;
            padding: .75rem;
        }

        .card-front__tp--city {
            background:url(../image/jjjj.jpg);
            height: 120px;
            width: 100%;

            background-size: 100% 128%;
            /* background: linear-gradient( to bottom, #ff73b9, #ff40a1 ); */

        }

        /* Front card's bottom section */
        .card-front__bt {
            align-items: center;
            display: flex;
            justify-content: center;
        }

        /* Styling for the back side of the flip card */

        .card-back {
            background-color: #fafbfa;
            transform: rotateY(180deg);
        }

        /* Specifically targeting the <video> element */
        .video__container {
            clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
            height: auto;
            min-height: 100%;
            object-fit: cover;
            width: 100%;
        }

        /* Inside page */

        .inside-page {
            background-color: #fafbfa;
            box-shadow: inset 20rem 0px 5rem -2.5rem rgba(0, 0, 0, 0.25);
            height: 100%;
            padding: 1rem;
            position: absolute;
            right: 0;
            transition: all 1s ease;
            width: 15rem;
            z-index: 1;
        }

        .inside-page__container {
            align-items: center;
            display: flex;
            flex-direction: column;
            height: 100%;
            text-align: center;
            width: 100%;
        }

        /* Functionality ====================================*/

        /* This is to keep the card centered (within its container) when opened */
        .card:hover {
            box-shadow:
                -.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.75);
            width: 30rem;
        }

        /* When the card is hovered, the flip card container will rotate */
        .card:hover .flip-card__container {
            transform: rotateY(-180deg);
        }

        /* When the card is hovered, the shadow on the inside page will shrink to the left */
        .card:hover .inside-page {
            box-shadow: inset 1rem 0px 5rem -2.5rem rgba(0, 0, 0, 0.1);
        }
        
          .wrapper {
            padding: 70px 0;
            background-color:#f9eef6ed;
        }

        /* Default slide */
        .center-slider .slick-slide {
    background-color: #8693e3;
    color: #FFF;
    height: 340px;
    /* margin: 0 15px 0 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}

        /*.center-slider .slick-slide,*/
        /*.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {*/
        /*    transform: scale(0.8, 0.8);*/
        /*    transition: all 0.4s ease-in-out;*/
        /*}*/

        /* Active center slide (You can change anything here for cenetr slide)*/
        /*.center-slider .slick-center,*/
        /*.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {*/
        /*    transform: scale(1.1);*/
        /*    background-color: #8693e3;*/
        /*}*/

        /*.center-slider .slick-current.slick-active {*/
        /*    transform: scale(1.1);*/
        /*    background-color: #8693e3;*/
        /*}*/

        .slick-next,
        .slick-prev {
            z-index: 5;
        }

        .slick-next {
            right: 15px;
        }

        .slick-prev {
            left: 15px;
        }

        /*.center-slider .slick-next:before,*/
        /*.center-slider.slick-prev:before {*/
        /*    color: #8693e3;*/
        /*    font-size: 26px;*/
        /*}*/

        /*.center-slider .slick-slide img {*/
        /*    display: block;*/
        /*    width: 100%;*/
        /*    height: 164px;*/
        /*}*/
        
      .wishlist i    {
    position: absolute;
    top: -9px;
    right: 0;
    background-color: #8693e3;
    color: white;
    font-size: 19px;
    padding: 8px 37px !important;
    border-radius: 0px 24px 0px 24px !important;
}
        .contentcrd {
    border-radius: 12px;
    border: 1px solid #00000033;
    padding: 12px;
    background-color:white;
}
.cardimg img {
    width: 63%;
}
.offer-per button {
    padding: 1px 28px;
    border: 1px solid #00000033;
    border-radius: 14px;
}
.addcart button {
    padding: 6px 12px 6px 12px !important;
    font-size: 13px !important;
}
.primiumprice {
    background: #82d3f5;
}
.primiumprice {
    position: absolute;
    bottom: -15px;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
}
        
        /*cart page start*/
        .cart_mainheader {
    text-align: center;
    margin-top: 60px;
}
.cart_mainheader ul li {
    display: inline;
    font-size: 15px;
    letter-spacing: 2px;
}
.cart_header h3 {
    background: #e7e7e7;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    color: white;
    text-align: center;
    color: #0D0C0B;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
}
section.cart_page_main {
    padding: 20px 0px 0px 0px;
}
.shop_lst_crt {
    color: #0D0C0B;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    padding: 36px 0;
}
.shop_lst_crt table {
    width: 100%;
}
.shop_lst_crt table thead tr {
    line-height: 46px;
}
th.shp_bg {
    width: 50%;
}
.shop_lst_crt table tbody tr {
    background: #fff;
    border: 1px solid #e0dddd;
}
td.img_wth_name_qty {
    width: 60% !important;
}
.img_dv_crt_ordrs {
    width: 150px;
    float: left;
    height: auto;
    padding: 10px;
}
.cnt_dv_ordr {
    width: 80%;
    margin-left: auto;
    padding: 0 0 0 13px;
    line-height: 30px;
}
.cnt_dv_ordr h4 {
    color: #0D0C0B;
    letter-spacing: .05em;
    font-family: Montserrat,sans-serif;
    margin-top: 8px !important;
}
.cnt_dv_ordr select {
    border: none;
    background: none;
}
td.dsc_cn {
    vertical-align: top;
    padding-top: 10px;
    text-align: right;
    font-size: 14px;
    padding-right: 15px;
    font-weight: 600;
}
span.ln_through {
    text-decoration: line-through;
    color: #6f6f6f;
    /* float: right; */
    margin-right: 8px;
}
.buttons_rem {
    background: #fff;
}
tbody.cart_card.mb-2{
    box-shadow: 1px 3px 5px grey;
}
.remove_btn_bg_img {
    border: none;
    margin-top: 10px;
    color: #ff6f61;
    margin-left: 0%;
    line-height: 34px;
    font-weight: 400;
    background: none;
    font-size: 15px;
}
.remove_btn_bg_img {
    border: none;
    margin-top: 10px;
    color: #ff6f61;
    margin-left: 0%;
    line-height: 34px;
    font-weight: 400;
    background: none;
    font-size: 15px;
}
.voucher {
    margin-top: 25px;
    /* background: #e3e2e7; */
    padding: 13px;
}
.voucher p {
    color: #000000bd;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 16px;
}
.voucher input {
    background: #f5f5f5;
    height: 41px;
    border: 1px solid #e7e7e7;
    padding-left: 10px;
    width: 65%;
    font-weight: 600;
    color: #000;
}
.voucher button {
    padding: 12px 22px;
    border-radius: 10px;
    background: #e1f6e3;
    color: #0d0c0b;
    border: 1px solid #e1f6e3;
    margin-left: 11px;
}
.order_summary {
    background: #fff;
    border-radius: 10px;
    /* filter: drop-shadow(0px 2px 4px black); */
    padding: 0 10px 10px 10px;

    /* margin-top: 5%; */
}
.order_summary h3 {
    /* text-align: center; */
    font-weight: 700;
    line-height: 45px;
    margin-top: 2px;
    font-size: 14px;
}
.cmn_sty_ordr {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    padding: 0 6px;
    /* border-bottom: 1px solid #ffcfc5; */
}
.cmn_sty_ordr span, .cmn_sty_ordr label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.cmn_sty_ordr span, .cmn_sty_ordr label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.cmn_sty_ordr {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    padding: 0 6px;
    /* border-bottom: 1px solid #ffcfc5; */
}
.cmn_sty_ordr span, .cmn_sty_ordr label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.cmn_sty_ordr.brd_ordr_non {
    border-bottom: none;
}
/*.ordr_smr_btns {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding: 0 5px;*/
/*}*/

/*.ordr_smr_btns button {*/
/*  background: #ff6f61;*/
/*    border: none;*/
    /* border-radius: 0px; */
/*    color: white;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
    /* width: 100%; */
    /* height: 48px; */
/*    padding: 10px 20px;*/
/*    letter-spacing: .05em;*/
    /* text-transform: uppercase; */
/*    font-family: Montserrat,sans-serif;*/
/*}*/
.stay_asured {
    margin-top: 6%;
}
.stay_asured p {
    margin: 10px 5px;
    font-size: 11px;
    text-align: justify;
    line-height: 1.5;
    color: #1d1a0a;
    font-weight: 500;
}
        /*cart page end*/
        
        .maincard {
    position: relative;
    padding: 34px;
    box-sizing: border-box;
        margin: auto;
    margin-top: 25px !important;
    box-shadow: 0 2px 7px rgb(0 0 0 / 19%);
    /* top: 3px; */
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background: #f5f6f6;
    width:100% !important;
}
i {
    font-size: 16px;
}
.addcart p {
    display: inline;
    font-size: 12px;
}
p.card-text {
    font-size: 13px;
}
.pricetext.text-light {
    font-size: 14px;
}
svg#Layer_1 {
    width: 50%;
}

/* .cart-btn  h1 {*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-weight: 500;*/
/*    border-bottom: 5px solid #b7b7b7;*/
/*    box-shadow: 0px 0px 0px 0px;*/
/*    margin-bottom: 32px;*/
/*    border-color: #8693e3;*/
/*    border-radius: 7px;*/
/*}*/
.cart_btnstyle {
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-bottom: 5px solid #b7b7b7;
    box-shadow: 0px 0px 0px 0px;
    margin-bottom: 32px;
    border-color: #ff6f61;
    border-radius: 7px;
}
button.btn.rounded-pill.btncart {
    background-color: #82d3f5;
    color: white;
    font-size: 15px;
    padding: 7px 22px;
}
.autoplay.mb-5.slick-initialized.slick-slider {
    margin-top: 29px;
    background-color: #8693e326;
}
.autoplay .slick-prev:before, .autoplay .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #8693e3 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

 .viwe-all-product.text-center {
            border: 1px solid #80808005;
            padding: 17px;
            border-radius: 21px;
            box-shadow: 1px 1px 5px 0px;
        }

        .btn-view {

            background-color: #8693e3;
            color: white;
            border-radius: 27px;
            border: none;
            padding: 4px 14px 5px 14px;
        }

        .view-main {
            padding: 25px;
            box-sizing: border-box;
                       margin: auto;
            box-shadow: 0 2px 7px rgb(0 0 0 / 19%);
            border-radius: 4px;
            border: 1px solid #e6e6e6;
            background: white;
        }
/*        .mainview h1 {*/
           
/*    font-family: 'Roboto', sans-serif;*/
/*    font-weight: 500;*/
/*    border-bottom: 5px solid #b7b7b7;*/
/*    box-shadow: 0px 0px 0px 0px;*/
/*    margin-bottom: 32px;*/
/*    border-block-color: #8693e3;*/
/*    border-radius: 7px;*/
/*}*/

/*slide*/
 .checknewdata {
            margin: 20px;
            height: 350px;
            width: 250px;
            position: relative;
            background-color: #fff;
            border-radius: 5px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            border: 1px solid rgba(187, 187, 187, 1.00);
        }

        .checknewdata a {
            text-decoration: none;
            text-align: center;
        }

        .img-box {
            height: 170px;
        }

        .img-box img {
            height: auto;
            max-width: 100%;
            max-height: 100%;

        }

        .time {
            position: absolute;
            top: 0px;
            right: 20px;
            color: rebeccapurple;

        }

        .detail {
            display: flex;
            flex-direction: column;
            align-items: center;
            box-sizing: border-box;
            font-size: 13px;
            line-height: 35px;

        }

        .price1 {
            color: #fff;
            background-color: pink;
            line-height: 20px;
        }

        .cart1 {
            position: absolute;
            bottom: 0px;
            height: 45px;
            right:0;
            background-color: #8693e3;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .cart1 a {
            color: #fff;
        }

        .checknewdata:hover {
            box-shadow: 2px 2px 12px rgba(47, 47, 47, 0.40);

        }
        .checknewdata.slick-slide {
    height: 375px !important;
    padding: 28px !important;
}


        .checknewdata:hover .img-box img {
            transform: scale(1.07);
            transition: all ease 0.3s;
            
        }

        .cart1:hover {
            transform: scale(1.1);
            background-color: #fe9048;
            box-shadow: 2px 2px 12px rgba(47, 47, 47, 0, 40);
            transition: all ease 0.1s;
        }
        
         .newproduct {
            padding-top: 25px;
            padding-bottom: 25px;
            box-sizing: border-box;
                       margin: auto;
            box-shadow: 0 2px 7px rgb(0 0 0 / 19%);
            border-radius: 4px;
            border: 1px solid #e6e6e6;
            background: #f5f6f6;
        }
        .fa-add:before, .fa-plus:before {
            
            font-size: 12px;
        }
/*        .productview h1 {*/
           
/*    font-family: 'Roboto', sans-serif;*/
/*    font-weight: 500;*/
/*    border-bottom: 5px solid #b7b7b7;*/
/*    box-shadow: 0px 0px 0px 0px;*/
/*    margin-bottom: 32px;*/
/*    border-block-color: #8693e3;*/
/*    border-radius: 7px;*/
/*}*/
 /*slide end*/
 .card-area {
    background-color: #e7e9e8;
}
  .healthproduct {
            padding: 25px;
            box-sizing: border-box;
                       margin: auto;
            box-shadow: 0 2px 7px rgb(0 0 0 / 19%);
            border-radius: 4px;
            border: 1px solid #e6e6e6;
            background: white;
        }


/*single product image start*/

section.product_des_sec {
    padding: 2%;
    border-bottom: 1px solid #e7e7e7;
}
section.product_des_sec {
    padding: 2%;
    border-bottom: 1px solid #e7e7e7;
}
ul.nav.nav-tabs.tabs-left li a {
    padding: 3px;
    border: 1px solid #C0912F;
    
    display: block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-width: 0;
}
.tab-pane img {
    cursor: pointer;
}
h3.mt_des {
    color: #0D0C0B;
    margin-top: 0;
    /* font-weight: 600; */
    font-size: 20px;
    display: -webkit-inline-box;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
}
.mt_des button {
    background: none !important;
    color: #292929 !important;
    width: 51px!important;
    margin-top: -4%;
}
.pr_descr_sngl button {
    background: #0D0C0B;
    color: #fff;
    line-height: 50px;
    text-align: left;
    width: 30%;
    text-align: center;
    border: none;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    border-radius: 0px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    margin: 8px 0;
}
.pr_descr_sngl button img {
    position: relative;
    top: -3px;
    width: 23px;
}
p span.pd_des_prc {
    font-size: 24px;
    font-weight: 600;
    color: #222;
}
p span.pd_des_prc_ln {
    font-size: 20px;
    /* font-weight: 600; */
    color: #444;
    margin-left: -4%;
    text-decoration: line-through;
}
p span.pd_des_of_prc {
    font-size: 24px;
    font-weight: 700;
    color: #ff905a;
}
.pr_descr_sngl button {
    background: #0D0C0B;
    color: #fff;
    line-height: 50px;
    text-align: left;
    width: 30%;
    text-align: center;
    border: none;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    border-radius: 0px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    margin: 8px 0;
}
.option_del h3 {
    font-size: 14px;
    margin: 0;
    padding: 20px 0;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
}
.option_del input {
    padding: 9px 76px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.option_del p {
    letter-spacing: .05em;
    /* text-transform: uppercase; */
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #C0912F;
}
.pr_descr_sngl ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
}
.pr_descr_sngl ul li {
    /* width: 50%; */
    /* float: left; */
    line-height: 36px;
    font-size: 13px;
    font-weight: 600;
    color: #0D0C0B;
    letter-spacing: .05em;
}
.card .nav-tabs {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.card .nav-tabs>li.active>a, .card .nav-tabs>li>a:hover, .card .nav-tabs>li>a:focus {
    border: none;
    color: #ffffff !important;
    background: #C0912F !important;
}
.card .tab-pane {
    padding: 15px 0;
}
/*single product image end*/


  .labtest {
            height: 415px;
            border-radius: 12px;
            box-shadow: 0px 2px 5px 1px;
            border: 1px solid #837c7cfc;

        }

        .labtest:hover {
            transform: scale(1.1);
            transition: 1s ease;
        }

        .labimgcolor {
    max-height: 205px;
    width: 100%;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(to top left, #afafaf69 0%, #f1f1f1 100%)!important;
}
        .labimgcolor h6{
            font-size:15px;
        }

        /*.labimgcolor p {*/
        /*    background: #ffffff;*/
        /*    border-radius: 25px;*/
        /*    padding: 2px 13px;*/
        /*    color: black;*/
        /*    width: 47%;*/
        /*    font-size: 11px;*/
        /*}*/
 .labimgcolor p {
    background: #b7b7b7;
    border-radius: 25px;
    padding: 2px 13px;
    color: #ffffff;
    width: 120px;
    font-weight: 750;
    font-family: system-ui;
    font-size: 11px;
}
        .custrating {
            height: 175px;
            width: 100%;
        }

        .labimg img {
            width: 45%;
        }

        .labcontent ul li {
            list-style: none;
            font-size: 11px;
            line-height: 23px;
        }

        .labcontent h5 {
            font-size: 15px;
        }

        .labcontent h4 {
            border: dotted;
            width: 150px;
            color: #1aab2a;
            text-align: center;
            font-size: 15px;
        }

        button.btn.btn-add.btn-sm {
            background: linear-gradient(to top left, #ff6f61 0%, #ff6f61 100%)!important;
            color: white;
            font-weight: 700;
            width: 80%;
            font-size: 14px;
                border-radius: 5px !important;

        }

        .add-btn {
            text-align: center;
        }

        .labcontent h5 {
            font-size: 15px;
            font-weight: 700;
        }

        .labcontent.mx-3 span {
            font-size: 12px;
        }

        .add-btn button:hover {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            transition: 1s ease;
          background: linear-gradient(to top left, #8693e3 0%, #bec3dd 100%)!important;
        }
      
        /*card csss*/
        
           .card-1 {
            height: 395px;
            width: 262px;
            border:1px solid grey;
            border-radius: 10px;
            background:white;
        }

        .card-1 img {
            height: 166px;
            width: 191px;
            margin-top: 30px;
            transition: 0.5s all;
        }
        .card-1 img:hover{
            transform: scale(1.1);
        }
        .product-name{
            font-weight: 600;
            font-size: 16px;
            
        }
        .product-dec{
            font-size: 14px;
            color: rgb(124, 117, 117);

        }
        .cart-btn-{
            padding: 1px 11px;
            border-radius: 15px;
            font-size: 14px;
            background-color: #ff6f61;
            border: none;
            transition: 0.5s all ;
            color: #fff;
            margin-bottom:10px;
        }
        .cart-btn-:hover{
            transform: scale(1.05);
            box-shadow:0px 0px 3px black ;
        }
        .cart-btn- span{
            font-size: 20px;
        }
        /*media quary start*/
        @media screen and (min-width: 530px) and (max-width: 768px){
     
     .search-bar-header{
       margin-top: 21px !important;
     }
     .bolt-icon-header{
        margin-top: 15px !important;
     }
   }

   @media screen and (min-width: 320px) and (max-width: 530px){
     
     .search-bar-header{
       margin-top: 21px !important;
     }
     .bolt-icon-header{
        margin-top: 15px !important;
     }
     .ist-1 {
    margin-top: 14px;
}
   }
        /*media quary end*/
        
        
        /*popup page start*/
        
        .fa-android:before {
            content: "\f17b";
            display:none;
        }
        label{
            margin-left:0px;
        }
        
        
        .form__input {
            width: 100% !important;
            border: 0px solid transparent !important;
            border-radius: 0 !important;
            border-bottom: 1px solid #aaa !important;
            padding: 1em 0.5em 0.5em !important;
            padding-left: 2em !important;
            outline: none !important;
            font-size: 14px;
            margin: 1.5em auto !important;
            transition: all .5s ease !important;
        }
        
        .btn:hover, .btn:focus {
            background-color: #ff6f61 !important;
            color: #fff;
        }
 
        /*popup page end*/
        /*SILCK SLIDER PAGE START*/
        
          .silck-slider-run{
            width: 200px !important; 
            height: 210px !important;
            background-color: rgb(255, 255, 255) !important;
            margin-left: 10px !important;
           
            border-radius: 20px !important;
        }
        .dettol-pre{
            text-align: center !important;
            font-size: 15px !important;
            padding-top: 20px;
        }
        .dettol{
            margin-top: 20px !important;
            width: 130px !important;
            transition: all 0.5s;
        }
        .silck-slider-run:hover{
            border: 1px solid rgb(196, 195, 195) !important;
        }
        .slick-slide img{
            height: auto;
        }
        .slick-next:before {
            display: none;
        }
        .autoplay .slick-prev:before{
            display: none;
        }
        
       
        
        
        
        
        
        h2.h2-top-brand {
            padding: 22px 0px;
            font-size: 20px;
        }
        
        .hr-top-brand {
            width: 66% !important;
            margin-top: -21px;
            margin-left: 0px !important;
            margin-bottom: 20px;
        }
       
         .autoplay{
            overflow: hidden !important;
        }
        /*SILCK SLIDER PAGE END*/
        
        .login_form{
            background-color: white !important;
            border-radius: 0px 20px 20px 0px !important;
           
        }
        
        
         /* new sms */
        .mainsmsshape_leftside {

            width: 100%;
            height: 91px;
            border-radius: 28px 45px 0px 28px;
            box-shadow: 0px 0px 4px 0px;
            padding: 25px;
            margin-top: 10px;
        }

        .mainsmsshape_rightside {
            width: 100%;
            height: 91px;
            border-radius: 45px 28px 28px 0px;
            box-shadow: 0px 0px 4px 0px;
            padding: 25px;
            margin-top: 10px;

        }

        .mainsmsshape_leftside {
            display: flex;
            align-items: center;
           justify-content: space-between;
        }

        .mainsmsshape_rightside {
            display: flex;
            align-items: center;
           justify-content: space-between;
        }
        .smsshapeimg i {
           color: #04040496;
           font-size: 22px;
        }
        
        .mainsmsshape_rightside h5{
           font-size: 17px;
        }
         .mainsmsshape_leftside h5{
          font-size: 17px;
        }
        h1.Pathology {
          font-weight: 700;
          color: #ff6f61;
          font-family: initial;
          right: 494px;
        font-size: 40px;
        bottom: -42px;
        margin-bottom: 30px;
      }
      button.owl-prev span {
        /*position: absolute;*/
        /*right: 515px;*/
        /*font-size: 40px;*/
        /*bottom: -42px;*/
        /*margin-bottom: 30px;*/
    }
    .style__slider-wrapper___ZbZBQ {
    display: inline-block;
    width: 100%;
    background: #fff;
    display: flex;
    margin-top: 10px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 14%);
    min-height: 150px;
   }
 .style__slider-wrapper___ZbZBQ img{
     height: 150px;
     margin-left: 15px;
     width: auto;
     transition: 1s all;
 }
 .style__slider-wrapper___ZbZBQ img:hover{
     transform: scale(1.1);
     /* margin-left: 20px; */
 }
 .cough-syrups{
     height:100%;
     width: 184px;
}
 .cough-syrups:hover{
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 14%);
 }
   text-shadow: 1px 0px 36px #03adff;
        }
        
        
        
        
        
        /*new section all page start*/
        
        
         .input-new-pro{
            text-align: right;
            padding-top: 5px;
        }
        .button-input{
            height: 37px;
            background-color: rgb(237, 70, 9);
            border: none;
            border-radius: 5px;
            width: 110px;
            font-size: 14px;
            color: white;
        }
        .button-input:hover{
            background-color: rgb(185, 55, 8);
        }
         .input-new-pro h6{
            font-size: 20px;
            
        }
        .inputtype-main{
            width: 250px;
            height: 31px;
            font-size: 14px;
            padding: 18px;
            border: none;
            background-color: rgb(240 240 240);
            border-radius: 4px;
        }
        
        
        /*new section all page end*/
        
        
        /*product section start*/
        img.homeimg {
    width: 62% !important;
    padding: 10px;
    height: 145px;
    margin-left: 39px;

}
     .item1 img{
        height: 200px;
       transition: all 0.5s;
    }
    .item1:hover .homeimg{
        transform: scale(1.1);
    }
  .item1 {
    border: 1px solid #dfd8d8;
    width: 100% !important;
    transition: all 1s !important;
    
p.productp a {
    text-decoration: none;
    color: black;
}
span.products a {
    text-decoration: none;
    color: #757575;
}
p.productrate a {
    text-decoration: none;
    color: #757575;
}
.productcontent {
    line-height: 19px;
    margin-left: 12px;
}
p.productp {
    margin: 20px 0px 5px 0px;
}
p.productrate {
    margin: -8px 0px 2px 0px;
}
.itemimg {
    width: 79% !important;
    margin: 21px 21px 21px 21px;
    height: 154px;
    transition: all 1s !important;
}
p.productrate span {
    color: green;
}

button.owl-prev span {
        display: none !important;
   
}
         /*product section end*/
          /*<!--aureveda product start-->     */
     .a1{
                width: 25%;
                height: 280px;
                margin-left: 30px;
                box-shadow: 0px 0px 4px 0px #80808085;
                border-radius: 10px;
                margin-bottom:13px;
            }
            
            .a1 img{
                width: 100%;
                border-radius: 10px 10px 0px 0px;
               
            }  
            .a1 h5{
                font-size: 14px;
                font-weight: 900;
                margin-bottom: 13px;
                margin-left: 13px;
            }
            .a1 p{
                font-size: 12px;
    opacity: .87;
    white-space: normal;
    margin-left: 13px;
            }
   /*<!--aureveda product start-->*/
   
   
 .-vasu {
    height: 200px;
    border: 1px solid black;
    width: 100% !important;
    border-radius: 13px;
    background: #f6f6f6;
    justify-content: center;
}
    .dbanner img{
        width: 100% !important;
    }
    .hidden-vb{
        visibility: hidden !important;
        color:red !important;
    }


















    /* CUSTOM CSSS BY SIMAR */
    