

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #636778;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
  
  }
  
  
  a {
    color: #666666;
    font-size: 13px;
    text-decoration: none;
  }
  
  a:hover {
    color: #00a2e2;
    text-decoration: none;
  }
  
  a, .nav-tabs > li > a {
    text-decoration: none;
  }
  
  a:hover, .nav-tabs > li > a:hover {
    text-decoration: none;
  }
  
  a:hover, .nav-tabs > li > a:hover, .btn {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  a:focus {
    outline: none;
    text-decoration: none;
  }
  
  h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0px;
  }
  
  li {
    line-height: 20px;
  }
  
  p {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
  }
  
  ul, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  
  h1,
  h2 {
    line-height: 35px;
  }
  
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  
  h2 {
    font-size: 42px;
  }
  
  h3 {
    font-size: 22px;
  }
  
  h4 {
    font-size: 16px;
  }
  
  h5 {
    font-size: 14px;
  }
  
  h6 {
    font-size: 11.9px;
  }
  
  .clear {
    clear: both;
  }
  
  .center, .center-responsive img, .center img, .center-responsive img img, .center-responsive {
    text-align: center;
  }
  
  .center-responsive img {
    margin: 0px auto;
  }
  
  .position-relative {
    position: relative;
  }
  
  .cn_item i, .cn_item svg, .cn_item img {
      display: inline-block;
      position: relative;
      text-align: center;
      vertical-align: middle;
  }
  
  .text-primary {
    color:#00a2e2 !important;
  }
  .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
  }
  .text-secondary {
    color: #343535 !important;
  }
  .text-green {
    color: #41ac26 !important;
  }
  .transition-all, .client-image, #back-top a, #arrowdown .btn-primary {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  
  .float-right-right {
    float: right;
  }
  
  .full-width-float, .float-left-left {
    float: left;
  }
  
  .full-width-inblocks {
    display: inline-block;
  }
  
  .full-width-blocks {
    display: block;
  }
  
  .full-width-float, .full-width-inblocks, .full-width-blocks {
    width: 100%;
  }
  .full-width-img, .full-width {
    width: 100%;
  }
  .white-color {
    color: #fff;
  }
  
  .blue-color {
    color: #09bce8 !important;
  }
  
  .red-color {
    color: #f05154 !important;
  }
  
  .btn-info {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    border: 2px solid #fff;
  }
  
  .btn-info.focus, .btn-info:focus {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
  }
  
  .btn-info:hover {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
  }
  
  .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #df3b3e;
    border-color: #df3b3e;
  }
  
  .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
  }
  
  .btn-primary {
    background-color: #0399fd;
    border-color: #0399fd;
    color: #fff;
  }
  
  .btn-primary.focus, .btn-primary:focus {
    background-color: #0399fd;
    border-color: #0399fd;
    color: #fff;
  }
  
  .btn-primary:hover {
    background-color: #0399fd;
    border-color: #0399fd;
    color: #fff;
  }
  
  .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #0399fd;
    border-color: #0399fd;
    color: #fff;
  }
  
  .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #f03029;
    border-color: #f03029;
    color: #fff;
  }
  
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #f03029;
    border-color: #f03029;
  }
  
  .btn-default {
    background-color: #fff;
    border-color: #959595;
    color: #000000;
  }
  .btn {
    border-radius: 35px;
  }
  ._btn-primary-color {
    background-color: #ff4742;
    border-color: #ff4742;
    color: #fff;
    font-size: 16px;
    border-radius: 35px;
    padding: 12px 30px;
    margin-top: 0px;
  }
  /*header*/
  .top-header-bt {
      border-bottom: 1px solid #eeeeee;
      height:39px;
  }
  .list-top-left>ul>li, .list-top-right>ul>li {
      float: left;
      color: #ababab;
  }
  .list-top-left>ul>li a, .list-top-right>ul>li a {
      color: #ababab;
      font-size: 14px;
      font-weight: 700;
      display: block;
      padding-top: 9px;
      padding-bottom: 8px;
  }
  .list-top-right>ul>li {
      margin-right: 30px;
      position: relative;
  }
  .list-top-right>ul>li>a:hover {
      color: #09bce8;
  }
  .list-top-right .dropdown-menu>li>a {
      display: block;
      padding: 5px 20px;
      color: #333;
      font-weight: 400;
  }
  .list-top-right .dropdown-menu>li>a {
      display: block;
      padding: 5px 20px;
      color: #333;
      font-weight: 400;
  }
  .list-top-right .dropdown-menu>li>a:focus, .list-top-right .dropdown-menu>li>a:hover {
      color: #9b9b9b;
  }
  .list-top-right>ul>li:last-child:before {
      content: '';
      position: absolute;
      left: -14px;
      top: 7px;
      background: #ababab;
      height: 24px;
      width: 1px;
  }
  .list-top-right>ul>li:last-child {
      margin-right: 0px !important;
  }
  .list-top-left>ul>li a {
      margin-right: 30px;
  }
  .list-top-left>ul>li a .cn_item {
      margin-right: 4px;
  }
  .list-top-right>ul>li a .cn_item {
      margin-left: 7px;
      position: relative;
      top: 0px;
      font-size: 17px;
  }
  .header-top-nav {
      display: block;
      left: 0;
      position: relative;
      right: 0;
      top: 0px;
      width: 100%;
      z-index: 999;
      padding: 0px 0px;
      height:91px;
      border-bottom: 1px solid #eeeeee;
  }
  .logo {
      float: left;
      position: relative;
      margin: 23px 0px 0px 10px;
  }
  .header-top-nav .navbar-nav {
      margin: 0px 0 0;
      width: auto;
      text-align: right;
      color: #fff;
      float: right;
  }
  .header-top-nav .navbar-nav > li {
     margin-left: 0px;
      margin-right: 45px;
  }
  .header-top-nav .navbar-nav > li > a {
      font-weight: 700;
      color: #9b9b9b;
      font-size: 16px;
      padding: 0px;
      -webkit-transition: all 300ms ease 0s;
      transition: all 300ms ease 0s;
      line-height: 88px;
  }
  .header-top-nav .nav > li > a:focus, .header-top-nav .nav > li > a:hover, .header-top-nav .nav > li.active > a:hover, .nav > li.active > a {
      background-color: transparent;
      color: #09bce8;
  }
  .header-top-nav .navbar-nav > li.busket-addcart {
      margin-right: 15px;
      top: -5px;
  }
  .badge.busket-count {
      position: absolute;
      right: -5px;
      top: 40px;
      z-index: 2;
      padding: 4px 6px;
      font-size: 11px;
      font-weight: 500;
      background-color: #0399fd;
      border-radius: 8px;
      min-width: 12px;
  }
  .header-top-nav .navbar-nav > li > a .cn_item {
      display: inline-block;
      margin-left: 6px;
  }
  .drp-on {
      background-image: url(../imagesmed/svg/drp.svg);
      background-repeat: no-repeat;
      width: 13px;
      height:8px;
  }
  #top-search2 {
      width: 241px;
      position: relative;
      top: 17px;
      margin-right: 20px;
  }
  #top-search-wrap2 {
      background: transparent;
      position: relative;
      width: 100%;
      float: left;
  }
  .top-searchcenter {
      margin: 0 auto;
      width: 100%;
  }
  #top-search-wrap2 input[type="text"] {
      height: 46px;
      margin: 0;
      padding: 4px 42px 4px 18px;
      background-color: #f5f5f5;
      border: 1px solid #f5f5f5;
      border-radius: 25px;
      color: #333333;
      font-size: 16px;
      width: 100%;
      display: inline-block;
      outline: none;
  }
  #top-search-wrap2 input[type="text"]::-moz-placeholder {
    color:#9b9b9b;
    opacity:1;
  }
  #top-search-wrap2 input[type="text"]:-ms-input-placeholder {
    color:#9b9b9b;
  }
  #top-search-wrap2 input[type="text"]::-webkit-input-placeholder {
    color:#9b9b9b;
  }
  #top-search-wrap2 button {
      border: none;
      background: transparent;
      position: absolute;
      right: 13px;
      top: 12px;
  }
  #menu-trigger {
      position: absolute;
      left: 15px;
      top: 22px;
      z-index: 99;
      padding: 0px;
      display: none;
  }
  .line-wrap {
      height: 12px;
      width: 18px;
      position: relative;
      transition: all 300ms ease 0s;
      -webkit-transition: all 300ms ease 0s;
  }
  .line-wrap .line {
      background-color: #0399fd;
  }
  .line-wrap .line.center {
      margin: 3px 0;
  }
  .line-wrap .line {
      height: 2px;
      width: 20px;
      display: block;
  }
  
  #sidebar {
    background: rgba(255, 255, 255, 1);
    width: 237px;
    height: 100vh;
    position: fixed;
    left: 0px;
    overflow-y: auto;
    top: 0;
    z-index: 1049;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(-268px, 0px, 0px);
    -webkit-transform: translate3d(-268px, 0px, 0px);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    box-shadow: 0px 0px 5px #e7e6e6;
  }
  .c-menu {
    position: relative;
  }
  
  .menu-list .logo {
    float: left;
    left: -8px;
    position: absolute;
    top: 13px;
  }
  .menu-list .logo img {
    margin: 0px !important;
  }
  .menu-list .logo .cn_item {
    position: absolute;
    left: 43px;
    top: 30px;
  }
  .slide-on-hover {
    display: block;
    position: relative;
    top: 60px;
  }
  
  .slide-on-hover > li {
    position: relative;
    margin: 0px 0px;
    line-height: 12px;
  }
  
  .slide-on-hover > li > a {
      font-weight: 400;
      color: #333333;
      font-size: 18px;
      padding: 28px 25px;
      display: block;
  }
  .slide-on-hover > li > a .cn_item {
      display: inline-block;
      margin-right: 2px;
      position: absolute;
      right: 20px;
  }
  
  .slide-on-hover > li > a:hover, .slide-on-hover > li.active > a {
      color: #3f79ee;
      background: #f4f8fb;
      font-weight: 500;
  }
  .slide-on-hover > li:hover {
    color: #fff;
  }
  
  .slide-on-hover > li > .btn {
    padding: 9px 16px 8px ;
    border-radius: 35px;
    letter-spacing: -1px;
  }
  .slide-on-hover > li.btn-addtop  .btn {
    margin: 5px 15px 0px 15px;
  }
  .slide-on-hover > li.btn-addtop .btn-primary {
    background-color: #84d037;
    border-color: #84d037;
    color: #fff;
  }
  
  .sub-ul {
    background: #fafcff;
    display: none;
  }
  .sub-menu .sub-ul > li > a {
     font-weight: 300;
      color: #636778;
      font-size: 16px;
      padding: 20px 26px;
    display: block;
  }
  .sub-menu .sub-ul > li > a:focus, .sub-menu .sub-ul > li > a:hover, .sub-menu .sub-ul > li > a.active {
    background: #f4f8fb;
    text-decoration: none;
  }
  .sub-menu .drp-caret {
    display: inline-block;
    font: normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 22px;
    top: 14px;
  }
  .sub-menu .drp-caret:before {
    content: "\f107";
    color: #828282;
  }
  .sub-menu.active .drp-caret:before {
    content: "\f106";
    color: #fff;
  }
  #sidebar.toggled {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
  }
  .slide-overlay {
      background: rgba(0, 20, 33, .35);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1048;
    display:none;
  }
  
  #close-trigger {
    cursor: pointer;
    float: right;
    padding-top: 30px;
    right: 12px;
    position: absolute; 
    z-index: 11;
  }
  #top-search-wrap {
      background: #fff;
      padding: 16px 0px;
      box-shadow: 0px 2px 4px rgb(255 255 255 / 5%);
      position: absolute;
      top: -200px;
      left: 0px;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: 100%;
  }
  #top-search-wrap .center-searchtop {
      width: 94%;
      margin: 0px auto;
  }
  #top-search-wrap .form-control {
      background: transparent;
      border: transparent;
      box-shadow: none;
      padding-left: 29px;
      font-size: 14px;
      color: #000;
      height: 27px;
      box-shadow: none !important;
      font-weight: 400;
      padding-right: 40px;
  }
  #top-search-wrap button {
      position: absolute;
      top: 18px;
      background: transparent;
      border: transparent;
  }
  #top-search-wrap .clse-tpsearch {
      position: absolute;
      top: 17px;
      right: 10px;
  }
  .search-toggled#top-search-wrap {
      opacity: 1;
      top: 0px;
      z-index: 1025;
      margin: 0px auto;
  }
   .busket-menu {
        min-width: 305px;
        margin: 0px;
        padding: 0px 0px;
        border-radius: 6px !important;
        background: #fff;
        border: 1px solid #fff;
        top: 100%;
    }
    
    .busket-menu .cart-no-products {
      position: relative;
      padding: 20px;
      margin-top: 20px;
      text-align: center;
    }
    .busket-menu .cart-no-products p {
      font-size: 13px;
      line-height: 1.5;
      color: #555;
    }
    .busket-menu .cart-info {
      position: relative;
      border-bottom: 1px dashed #c1c1c1;
    }
    .busket-menu .cart-link {
      padding: 10px 20px;
    }
    .busket-menu .btn {
      padding: 8px 12px;
      border-radius: 35px;
    }
    .busket-menu .link, .busket-menu .nav-link {
      display: block;
      line-height: 50px;
      height: 50px;
    }
    .busket-menu .link {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0 20px;
    }
    .busket-menu .link-sign {
      color: #ff4842;
    }
    .busket-menu .link-sign:hover {
      color: #555;
    }
    .busket-addcart .open>a,
    .busket-addcart .open>a:focus,
    .busket-addcart .open>a:hover,
    .busket-addcart.open>a,
    .busket-addcart.open>a:focus,
    .busket-addcart.open>a:hover
    {
      background-color: transparent;
    }
    .busket-addcart .cn_item i {
      top: -2px;
    }
    .dropdown-menu {
      border-radius: 6px ;
      background: #fff;
      border: 1px solid #fff;
      -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.18);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.18);
      transition: all 250ms ease 0s;
      -webkit-transition: all 250ms ease 0s;
    }
    .dropdown .dropdown-menu, .btn-group .dropdown-menu {
      display: block;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    .dropdown.open .dropdown-menu, .dropup.open .dropdown-menu, .bootstrap-select.open .dropdown-menu, .btn-group.open .dropdown-menu {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
    .dropdown-menu>li>a {
      display: block;
      padding: 5px 20px;
      color: #333;
    }
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
      color: #262626;
      text-decoration: none;
      background-color: transparent;
    }
    .dropdown-menu-md {
        min-width: 251px;
        top: 220%;
        border-radius: 6px !important;
        padding-bottom: 15px;
    }
    .listview {
        position: relative;
    }
    .listview .lv-item {
        padding: 8px 20px;
    }
    .listview .lv-item:first-child {
        padding-top: 15px;
    }
    .listview .lv-item {
        display: block;
        position: relative;
        transition: background-color 300ms ease 0s;
    }
    .listview .lv-title {
        color: #171717;
    }
    .listview .lv-title {
        display: block;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .listview .lv-title:before {
        position: absolute;
        left: 21px;
        top: 90%;
        content: '';
        background: #92c950;
        width: 38px;
        height: 2px;
        opacity: 0;
    }
    .listview .lv-title:hover:before {
        opacity: 1;
    }
    .addcart-listshow {
      padding-top: 10px;
    }
    .max-height-cart {
     max-height: 190px;
    }
    .close-addcart {
        position: absolute;
        right: 20px;
        background-image: url(../imagesmed/svg/cross-min.svg);
        top: 20px;
        cursor: pointer;
        width: 7px;
        height: 7px;
    }
    .addcart-listshow .iph-emptycart {
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .addcart-listshow .iph-emptycart span {
        font-size: 16px;
        color: #757575;
        font-weight: 400;
    }
    .addcart-listshow li {
          float: left;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ededed;
        padding: 18px 0px 15px 16px;
        margin-bottom: 0px;
        position: relative;
    }
   
    .addcart-listshow li:last-child {
        border-bottom: 1px solid transparent !important;
        padding-bottom: 0px !important;
    }
    .addcart-listshow li .media-body, .addcart-listshow .media-left, .addcart-listshow .media-right {
      display: table-cell;
      vertical-align: top;
    }
    .addcart-listshow li .media-body {
      vertical-align: middle;
        padding-left: 17px;
    }
    .addcart-listshow .media>.pull-left {
      padding-right: 16px;
    }
    .addcart-listshow .media-left {
      width: 70px;
      height: 70px;
      background: transparent;
      text-align: center;
      vertical-align: middle;
      padding: 15px;
      border: 1px solid #eaeaea;
      border-radius: 4px;
  }
    .addcart-listshow .media-left .media-object {
        max-width: 45px;
        max-height: 45px;
    }
    .addcart-listshow li .media-heading,
    .addcart-listshow li .type-addcart,
    .addcart-listshow li .total-price-add{
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 70%;
      white-space: nowrap;
    }
    .addcart-listshow li .media-heading {
      margin-top: 0;
      margin-bottom: 3px;
      font-size: 16px;
      color: #333333;
      font-weight: 700;
  }
    .addcart-listshow li .type-addcart {
      color: #41ac26;
      margin: 0px 0px 7px;
      text-transform: uppercase;
    }
    .addcart-listshow li .total-price-add {
      font-size: 14px;
      color: #666666;
  }
    .subtotal-cartlist {
      padding:0px 0px 12px;
    }
   .subtotal-cartlist h4 {
      font-size: 14px;
      color: #666666;
      font-weight: 700;
      padding-left: 17px;
      margin: 25px 0px 15px;
  }
    .link-cart-total {
        border-top: 1px solid #ededed;
      padding: 10px 0px 0px 0px;
      text-align: center;
    }
    
  .subtotal-cartlist .btn {
      color: #0399fd;
      font-size: 12px;
      font-weight: 700;
      padding: 7px 15px;
      position: relative;
      border-radius: 35px;
      background: transparent;
      text-transform: uppercase;
      width: 99px;
      border: 1px solid #0399fd;
  }
    .subtotal-cartlist .btn + .btn {
      margin-left: 45px;
      background: #0399fd;
      color: #fff;
  
    }
    
    .subtotal-cartlist .btn + .btn:before {
        position: absolute;
      left: -25px;
      top: 4px;
      content: '';
      background: #eaeaea;
      width: 1px;
      height: 25px;
    }
    .suce-added-cart {
      background: #fff;
      box-shadow: 0px 0px 5px rgba(0,0,0,.04);
      border: 1px solid #f2f2f2;
      width: 243px;
      top: 70px;
      padding: 15px 12px;
      position: fixed;
      right: 30px;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
      transition: all 250ms ease 0s;
      -webkit-transition: all 250ms ease 0s;
      z-index: 100;
    }
    .suce-added-cart span {
      color: #6e6f6f;
      font-size: 12px;
    }
    .suce-added-cart b {
      color: #6e6f6f;
      font-size: 12px;
    }
    .stiky-sucesscart {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
    .suce-added-cart.move-stickup {
      top: 54px;
    }
    .dropdown-megamenu {
      min-width: 237px;
      padding: 10px 0;
  }
    .dropdown-megamenu>li>a {
      padding: 10px 20px;
      color: #333333;
      font-size: 14px;
      position: relative;
      font-weight: 400;
  }
  .dropdown-megamenu>li>a:focus, .dropdown-megamenu>li>a:hover {
      color: #09bce8;
  }
  .dropdown-megamenu>li>a:hover:before {
      position: absolute;
      left: 21px;
      top: 90%;
      content: '';
      background: #0399fd;
      width: 38px;
      height: 2px;
  }
  @media (max-width: 1199px) {
  #menu-trigger {
      display: block;
  }
  .header-top-nav {
      height: 60px;
  }
  
  .logo {
      margin: 13px 0px 0px 40px;
  }
  .logo img {
      width: 140px;
  }
  .header-top-nav .navbar-nav .open .dropdown-menu {
      position: absolute;
      background: #fff;
      -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.18);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.18);
  }
  .header-top-nav .navbar-nav > li {
      margin-right: 20px;
      float: left;
  }
  .header-top-nav .navbar-nav > li > a {
      line-height: 58px;
  }
  .badge.busket-count {
      top: 27px;
  }
  .header-top-nav .navbar-nav > li.busket-addcart {
      margin-right: 0px;
  }
  }
  /*header end*/
  
  /*home top banner*/
  
  .main-homeslider {
      margin-top: 0px;
      position: relative;
  }
  .main-homeslider .owl-theme .owl-nav.disabled+.owl-dots {
      margin-top: -30px;
      position: relative;
      z-index: 2;
  }
  .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 3px 4px;
      background: #D6D6D6;
      border-radius: 30px;
  }
  .main-homeslider .owl-theme .owl-dots .owl-dot:hover span {
      background: #0399fd;
  }
  .main-homeslider .owl-theme .owl-dots .owl-dot.active span {
      background: #0399fd;
      width: 35px;
  }
  .main-homeslider .sliderhm-content {
      position: relative;
  }
  .sliderhm-content-de {
      position: absolute;
      left: 20%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
  }
  .main-homeslider .sliderhm-content-de .slibrnd-logo {
      margin-bottom: 34px;
  }
  .main-homeslider .sliderhm-content-de .slibrnd-logo img {
      width: auto !important;
  }
  .slicontent-top h1 {
      font-size: 63px;
      color: #333333;
      font-weight: 700;
      line-height: .7;
      margin-bottom: 27px;
  }
  .slicontent-top p {
      font-size: 26px;
      font-weight: 400;
      color: #666666;
      line-height: 22px;
      margin-bottom: 40px;
  }
  .slicontent-top .pp-slide {
      color: #e4573d;
      font-size: 40px;
      font-weight: 700;
      display: block;
      margin-bottom: 34px;
  }
  .slicontent-top .btn_side {
      color: #fff !important;
      font-size: 18px;
      padding: 12px 12px;
      border-radius: 35px;
      background: #0399fd;
      margin-top: 0px;
      font-weight: 700;
      text-transform: uppercase;
      width: 171px;
  }
  @media (max-width: 767px) {
      .sliderhm-content-de {
      position: absolute;
      left: 20px;
      top: 40px;
      transform: none;
      -webkit-transform: none;
  }
  .main-homeslider .sliderhm-content-de .slibrnd-logo {
      margin-bottom: 28px;
  }
  .main-homeslider .sliderhm-content-de .slibrnd-logo img {
      max-width: 60%;
  }
  .slicontent-top h1 {
      font-size: 47px;
      margin-bottom:16px;
      line-height: 47px;
  }
  .slicontent-top p {
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 24px;
  }
  .slicontent-top .pp-slide {
      font-size: 30px;
      line-height: 22px;
      margin-bottom: 23px;
  }
  .slicontent-top .btn_side {
      font-size: 14px;
      padding: 9px 8px;
      width: 129px;
  }
  }
  @media (min-width: 768px) and (max-width: 1024px)  {
      .sliderhm-content-de {
      left: 140px;
  }
  .main-homeslider .sliderhm-content-de .slibrnd-logo {
      margin-bottom: 20px;
  }
  .slicontent-top h1 {
      font-size: 38px;
      margin-bottom: 17px;
  }
  .slicontent-top p {
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 18px;
  }
  .slicontent-top .pp-slide {
      font-size: 28px;
      margin-bottom: 23px;
  }
  .slicontent-top .btn_side {
      font-size: 15px;
      padding: 12px 12px;
      width: 141px;
  }
  }
  /*home top banner end*/
  /*home*/
  .main-head-defult {
      margin-bottom: 40px;
      margin-top: 40px;
  }
  .allview a span {
      font-size: 16px;
      font-weight: 400;
      color: #666666;
  }
  .allview a span .cn_item {
      margin-left:7px;
  }
  .main-heading-text h2 {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 0px;
      color: #333333;
      margin-top: 0px;
  }
  .main-heading-text-divide h2 {
      font-size: 26px;
      font-weight: 500;
      margin-bottom: 10px;
      color: #343434;
      margin-top: 25px;
      line-height: 29px;
  }
  
  
  @media (max-width: 767px) {
  .main-head-defult {
      margin-bottom: 15px;
      margin-top: 10px;
      padding-left: 0px;
  }	
  .main-heading-text h2 {
      font-size: 25px;
      margin-bottom: 3px;
      margin-top: 10px;
      padding-left: 15px;
  }
  .main-heading-text-divide h2 {
      font-size: 21px;
      margin-bottom: 10px;
      margin-top: 3px;
      line-height: 29px;
      padding-left: 15px;
  }
  .containerpd-off {
      padding-right: 0px;
      padding-left: 0px;
  }
  .allview {
      margin-top: 18px;
  }
  }
  /*home end*/
  
  /*category heading 1*/
  
  .cat-main-1 {
      position: relative;
      padding-top: 25px;
      border-radius: 10px;
      padding-bottom: 35px;
  }
  .dc-badge {
      color: #0399fd;
      font-size: 14px;
      font-weight: 400;
      background: #daf0ff;
      position: absolute;
      right: 0px;
      top: 13px;
      padding: 7px 9px 6px;
      border-radius: 10px 0px 0px 10px;
  }
  .custome-carousel .owl-carousel .owl-stage {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .cat-borderround .cat-main-1 {
      border: 1px solid #eaeaea;
      margin-bottom: 60px;
      box-shadow: none;
      -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .cat-borderround .cat-main-1:hover {
      box-shadow: 0px 0px 7px #e8e8e8;
  }
  .cat-main-1 .cat-main-thumb {
      height: 190px;
  }
  
  .cat-borderround .cat-main-1 h2 {
      font-size: 16px;
      font-weight: 700;
      text-overflow: ellipsis;
      width: 80%;
      white-space: nowrap;
      overflow: hidden;
      text-align: left;
      margin: 10px 0px 6px;
  }
  .cat-main-1 .cat-main-thumb img {
      max-width: 170px;
      max-height: 170px;
      margin: 0px auto;
  }
  .custome-carousel-two.thum-big .cat-main-thumb {
      height: 220px;
  }
  .custome-carousel-two.thum-big .cat-main-thumb img {
      max-width: 200px;
      max-height: 200px;
      margin: 0px auto;
  }
  
  
  .cat-main-1 .brn-name {
      color: #0399fd;
      font-size: 14px;
      font-weight: 700;
      font-style: italic;
  }
  .cat-main-1 .price-colr {
      color: #e4573d;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 20px;
      display: block;
  }
  .cat-main-1 h2 {
      font-size: 22px;
      color: #333333;
      font-weight: 400;
      line-height: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 80%;
      white-space: nowrap;
      margin:10px auto 6px;
  }
  .cat-main-1 .cat-main-btm p {
          font-size: 14px;
      font-weight: 400;
      color: #666666;
      line-height: 22px;
      margin-bottom: 14px;
  }
  .catgory-mar-main {
      margin-top: 20px;
  }
  .catgory-brand-main {
      margin-bottom: 20px;
  }
  
  .cat-main-2 {
      position: relative;
      text-align: center;
      padding-top: 25px;
      background: #f8f8f8;
      border-radius: 10px;
      padding-bottom: 30px;
      cursor: pointer;
      transform: scale(1);
      -webkit-transform: scale(1);
      -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .cat-main-2:hover {
      transform: scale(1.06);
      -webkit-transform: scale(1.06);
  }
  .cat-main-2 .cat-main-thumb-2 {
      height: 150px;
  }
  
  .cat-main-2 .cat-main-thumb-2 img {
      max-width: 130px;
      max-height: 130px;
      margin: 0px auto;
  }
  
  .cat-main-2 .cat-main-btm-2 h3 {
      font-size: 18px;
      font-weight: 400;
      color: #333333;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 80%;
      white-space: nowrap;
      margin: 0px auto 8px;
  }
  .cartbtn-on {
      padding-left: 16px;
  }
  .cartbtn-on .price-colr {
      display: inline-block;
      margin-bottom: 20px;
      
  }
  .ornal-pricecol {
      font-size: 16px;
      margin-left:20px;
      font-weight: 700;
  }
  
  .btn-noborer {
      
      font-size: 14px;
      padding: 9px 10px;
      border-radius: 35px;
      background: #0399fd;
      color: #0399fd;
      background: transparent;
      margin-top: 0px;
      width: 121px;
      font-weight: 700;
      text-transform: uppercase;
      display:inline-block;
      border: 1px solid #0399fd;
  }
  .cat-main-1:hover .cat-main-btm-link .btn-noborer {
      background: #0399fd;
      color: #fff;
  }
  .cart-center {
      margin-top:15px;
  }
  .cart-cen {
    margin-left: 15px;
}
  .cart-status-countingbar {
      width: 120px;
      position: relative;
      margin-right: 0px;
      top: 0px;
      border: 1px solid #eaeaea;
      border-radius: 35px;
      height: 40px;
      display: inline-flex;
    }
    .cart-status-countingbar .inpt-num-total {
      height: 40px;
      border: none;
      background: transparent;
      font-size: 20px;
      padding: 12px 0px 15px 18px;
      width: 90px;
      border-radius: 0px;
      color: #343535;
      text-align: center;
      outline: 0px;
    }
    .cart-status-countingbar .btn-countdecre, .cart-status-countingbar .btn-countincre {
      position: absolute;
      background: #ededed;
      color: #575757;
      width: 26px;
      height: 26px;
      border: none;
      border-radius: 100%;
      line-height: 20px;
      text-align: center;
      font-size: 18px;
      display: inline-block;
      outline: none !important;
      border:1px solid transparent;
    }
    
    .cart-status-countingbar .btn-countdecre {
      top: 6px;
      left: 6px;
      border-right: none;
      padding: 0px;
    }
    
    .cart-status-countingbar .btn-countincre {
          top: 6px;
      right: 6px;
      padding: 0px;
    }
    .cart-status-countingbar .btn-countdecre:hover, .cart-status-countingbar .btn-countincre:hover {
        color:#0399fd;
        border:1px solid #d0e9ff;
    }
  @media (max-width: 1199px) {
  .cat-main-1 h2 {
      font-size: 20px;
  }
  .cat-main-btm-link {
      display:block;
  }
  
  .cat-main-1 .cat-main-btm-link .btn-noborer {
      background: #0399fd !important;
      color: #fff !important;
  }
  }
  @media (max-width: 991px) {
  .custome-carousel-two.thum-big .cat-main-thumb {
      height: 180px;
  }
  .cat-main-1 .cat-main-btm {
      margin-bottom: 10px;
  }
  .cat-main-1 .cat-main-btm h3 {
      font-size: 15px;
  }
  .cat-main-1 .cat-main-btm h3 del {
      margin-left: 3%;
  }
  
  .cat-main-1 .cat-main-btm p {
      font-size: 14px;
      line-height: 17px;
  }
  }
  @media (max-width: 767px) {
  .catgory-brand-main {
      margin-bottom: 25px;
  }
  .custome-carousel-pddoff {
      padding-right:0px;
      padding-left: 0px;
  }
  .custome-carousel .owl-carousel .owl-stage {
      padding-left: 15px !important;
  }
  
  .custome-carousel .owl-theme .owl-nav {
      display: none;
  }
  .custome-carousel-two.thum-big .cat-main-thumb {
      height: 160px;
      margin-bottom: 15px;
  }
  .custome-carousel-two.thum-big .cat-main-thumb img {
      max-width: 160px;
      max-height: 160px;
  }
  .cat-borderround .cat-main-1 {
      margin-bottom: 40px;
  }
  .cat-main-2 .cat-main-thumb-2 {
      height: 120px;
  }
  
  .cat-main-2 .cat-main-thumb-2 img {
      max-width: 100px;
      max-height: 100px;
  }
  .cat-main-1 .cat-main-thumb {
      height: 160px;
  }
  .cat-main-1 .cat-main-thumb img {
      max-width: 140px;
      max-height: 140px;
  }
  .cat-main-1 .cat-main-btm h3 del {
      margin-left: 0%;
      display: block;
      margin-top: 5px;
  }
  .cat-main-1 .cat-main-btm p {
      width: 100%;
  }
  
  }
  /*category heading 1*/
  /*owl-carousel*/
  
  .custome-carousel .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
      display: inline-block;
      zoom: 1;
      margin: 0px 3px;
      padding: 0px;
      font-size: 12px;
      background: transparent;
      border-radius: 0px;
      outline: none !important;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
  }
  
  
  .custome-carousel .owl-theme .owl-nav {
      margin-top: 0px;
  }
  .custome-carousel .owl-theme .owl-nav .owl-prev, .custome-carousel .owl-theme .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      z-index: 44;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      border-radius: 100%;
  }
  .custome-carousel .owl-theme .owl-nav .owl-next {
      right: -44px;
  }
  .custome-carousel .owl-theme .owl-nav .owl-prev {
      left: -3px;
  }
  
  
  
  /*owl-carousel end*/
  /*stayin-touch*/
  .stayin-touch {
   background: #f9f9f8;
      padding: 40px 0px 18px;
      border-top: 1px solid #edeceb;
      margin-top: 30px;
  }
  
  .stayin-touch-content {
    width: 88%;
    margin: 0px auto;
  }
  
  .stayin-form, .stayin-text {
    display: inline-block;
  }
  .stayin-text {
    padding-right: 40px;
  }
  .stayin-form {
    position: relative;
    top: -13px;
  }
  .stayin-text h3, .stayin-text span {
    color: #222222;
  }
  .stayin-text h3 {
    font-size: 23px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 18px;
  }
  .stayin-text span {
    font-size: 12px;
  }
  .stayin-text-iner {
    padding-left: 57px;
    background: url(../imagesmed/stayin-icon.png) no-repeat 0px 2px;
  }
  .stayin-icon {
    background: url(../imagesmed/stayin-icon.png) no-repeat 0px 0px;
    width: 40px;
    height: 29px;
    margin: 0px auto 14px;
  }
  .stayin-form input {
    background: #fff;
    height: 52px;
    padding: 13px 20px;
    font-size: 14px;
    color: #9b9b9b;
    width: 465px;
    border: 2px solid #eeeeee;
    display: inline-block;
  }
  .stayin-form .stayin-form-inner {
    position: relative;
  }
  .stayin-form .stayin-form-inner .btn {
    border-radius: 0px 4px 4px 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 38px 14px;
    display: inline-block;
    position: relative;
    top: -1px;
    left: -5px;
  }
  .stayin-form .stayin-form-inner .btn-success {
    color: #fff;
    background-color: #84d037 !important;
    border-color: #84d037 !important;
  }
  
  @media (max-width: 767px) {
    .stayin-touch {
      padding:40px 0px 30px;
    }
    .stayin-touch-content {
      width: 100%;
      padding: 0px 15px;
      text-align: center;
    }
    .stayin-text-iner {
      padding-left: 0px;
      background: none;
    }
    .stayin-form, .stayin-text {
      display: inline-block;
      width: 100%;
    }
    .stayin-text {
      padding-right: 0px;
      padding-bottom: 30px;
    }
    .stayin-form input {
      width: 100%;
    }
    .stayin-form .stayin-form-inner .btn {
      top: 5px;
      left: 0px;
      display: block;
      width: 100%;
      border-radius: 4px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .stayin-touch-content {
      width: 100%;
    }
    .stayin-form input {
      width: 305px;
    }
    .stayin-form .stayin-form-inner .btn {
      padding: 15px 20px 14px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .stayin-touch-content {
      width: 100%;
    }
  }
  /*stayin-touch end*/
  /*footer*/
  .backtoprock {
    position: fixed;
    bottom: 30px;
    right: 15px;
    background: #8bc34a;
    width: 32px;
    height: 32px;
    line-height: 33px;
    z-index: 888;
    display: inline-block;
    border-radius: 100%; 
    text-align: center;
    display: none;
  }
  .backtoprock svg {
    fill: #fff;
    width: 17px;
    height: 17px;
    top: 4px;
    display: inline-block;
    position: relative; 
    text-align: center;
  }
  .footer-section {
       width: 100%;
      position: relative;
      color: #666666;
      padding-bottom: 30px;
      padding-top: 60px;
      border-top: 1px solid #eeeeee;
  }
  .footer-section h4 {
    color: #474747;
      font-size: 18px;
      margin-bottom: 23px;
      margin-top: 18px;
      position: relative;
      font-weight: 700;
      text-transform: uppercase;
  }
  
  .footer-section .hr-style {
    border-top: 1px dashed #e2e2e2;
    width: 100%;
    text-align: left;
    float: left;
    margin: 12px 0px 11px;
  
  }
  .play-inon a {
    float: left;
    margin: 0px 25px 0px 0px;
  
  }
  .list-footer-first > li {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
  }
  .list-footer-first > li a, .list-footer-first > li span {
    font-size: 14px;
  }
  .list-footer-first > li a {
    color: #9b9eb3;
  }
  .list-footer-first > li span {
    color: #5f5f5f;
  }
  .list-footer-first > li a:hover {
    color: #84d037;
  }
  .list-footer, .list-footer > li {
    display: inline-block;
    width: 100%;
  }
  .list-footer > li .text-primary {
      color: #09bce8 !important;
  }
  .list-footer > li .text-primary {
      color: #09bce8 !important;
  }
  .list-footer > li .pw-by .text-primary {
      color: #635bff !important;
  }
  .list-footer > li {
      position: relative;
      font-size: 16px;
      color: #666666;
      line-height: 24px;
      margin-bottom: 14px;
      font-weight: 400;
  }
  .list-footer > li > a, .list-footer > a {
    display: inline-block;
      font-size: 16px;
      color: #666666;
      font-weight: 400;
  }
  .list-footer2 {
      margin-top: 15px;
      margin-bottom: 13px;
  }
  .list-footer2 > li {
      position: relative;
      font-size: 16px;
      color: #666666;
      line-height: 24px;
      margin-bottom: 14px;
      font-weight: 400;
  }
  
  .list-footer > a {
    margin: 0 22px;
  }
  .list-footer > li > a:hover, .list-footer > a:hover {
    color: #00a2e2;
  }
  .logo-footer {
    margin-top: 16px;
  }
  .copyright span {
    font-size: 16px;
    line-height: 15px;
    font-weight: 400;
    color: #333333;
  }
  .copyright-footer {
      border-top: 1px solid #eeeeee;
      padding: 30px 0px;
      text-align: center;
  }
  .social-icon {
    display: inline-block;
    width: 100%;
  }
  .social-icon a {
    display: inline-block;
    margin: 0px 11px 12px 0px;
  }
  .social-icon a:last-child {
    margin-right: 0px;
  }
  .social-icon a svg {
    width: 20px;
      height: 20px;
      fill: #555555;
  }
  .social-icon a .cn_item i {
      width: 20px;
      height: 20px;
      fill: #fff;
  }
  .get-question-rc .text-primary {
      color: #09bce8 !important;
  }
  .get-question-rc {
      margin-top: 20px;
  }
  .get-question-rc span {
    display: inline-block;
      color: #474747;
      font-size: 20px;
      font-weight: 700;
  }
  .footer-logo {
    margin-top: 24px;
  }
  
  @media (max-width: 767px) {
    .footer-section {
      padding-bottom: 25px;
      padding-top: 25px;
    }
    .footer-section .hr-style {
      margin: 18px 0px 18px;
    }
    
    .copyright-footer {
      padding: 10px 0px 10px;
    }
    .copyright span {
      font-size: 13px;
      top: 0px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-section {
      padding-bottom: 20px;
      padding-top: 30px;
    }
  }
  /*footer end*/
  /*fast-distributor*/
  .fast-distributor {
    padding-top: 50px;
    position: relative;
  }
  .list-fast-dist {
      padding-left: 30px;
      padding-right: 30px;
  }
  .list-fast-dist li {
    padding-left: 75px;
    color: #343535;
    position: relative;
    display: inline-block;
    margin-bottom: 36px;
    text-align: left;
  }
  .list-fast-dist li:last-child {
    margin-right:0px;
  }
  
  .list-fast-dist li .cn_item {
    position: absolute;
    left: 0px;
    top: 5px;
    display: inline-block;
  }
  .list-fast-dist li .ch-title {
      font-size: 18px;
      font-weight: 700;
      color: #333333;
      margin-bottom: 3px;
  }
  .list-fast-dist li span {
    display: block;
      line-height: 24px;
      font-size: 16px;
      font-weight: 400;
      color: #666666;
  }
  @media (max-width: 767px) {
    .fast-distributor {
      padding-top: 75px;
    }
    .fast-distributor .brand-log-section {
      padding-bottom: 20px;
    }
    
    .list-fast-dist li {
      margin-right: 6px;
      padding-left: 76px;
      margin-bottom: 60px;
    }
    .list-fast-dist li .ch-title {
      font-size: 16px;
    }
    .list-fast-dist li span {
      line-height: 20px;
      font-size: 15px;
    }
  }
  
  /*fast-distributor end*/
  /*moreadd-pro*/
  .moreadd-pro {
      background: #f8f8f8;
      padding-bottom: 65px;
      padding-top: 30px;
      padding-left: 0px;
      padding-right: 0px;
  }
  .moreadd-pro .cat-main-1 {
      background: #ffffff;
      border-radius: 10px;
      text-align: center;
  }
  @media (max-width: 767px)  {
  .moreadd-pro {
      padding-bottom: 45px;
      padding-top: 15px;
  }
  }
  /*moreadd-pro end*/
  /*top-bb-content*/
  .bann-slidetoper {
      padding-right: 70px;
      padding-left: 70px;
  }
  .top-bb-content {
      position: relative;
      margin-top: 25px;
      margin-bottom: 20px;
      cursor: pointer;
  }
  .bancover-content {
      position: absolute;
      top: 36px;
      left: 25px;
  }
  
  .top-bb-content .type-first {
      color: #333333;
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
  }
  .top-bb-content .top-bb-pr {
      color: #e4573d;
      font-size: 26px;
      font-weight: 700;
      display: block;
      margin-bottom: 22px;
  }
  .top-bb-content h3 {
      font-size: 26px;
      color: #333333;
      font-weight: 700;
      margin: 9px 0px 16px;
  }
  .top-bb-content .btn_link {
      color: #fff !important;
      font-size: 14px;
      padding: 9px 10px;
      border-radius: 35px;
      background: #0399fd;
      margin-top: 0px;
      font-weight: 700;
      text-transform: uppercase;
      width: 121px;
  }
  #home-slider.owl-carousel .owl-item img {
      display: block;
      width: 100%;
      border-radius: 10px;
  }
  #home-slider.owl-theme .owl-nav.disabled+.owl-dots {
      margin-top: -18px;
      position: relative;
      z-index: 2;
  }
  #home-slider.owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      background: #e1dede;
      border: 2px solid transparent;
  }
  #home-slider.owl-theme .owl-dots .owl-dot.active span, #home-slider.owl-theme .owl-dots .owl-dot:hover span {
      background: transparent;
      border: 2px solid #0399fd ;
  }
  @media (max-width: 1199px)  {
      .bann-slidetoper {
      padding-right: 0px;
      padding-left: 0px;
  }
  #home-slider.owl-carousel .owl-stage {
      padding-left: 15px !important;
  }
  }
  @media (max-width: 767px)  {
      .top-bb-content {
      margin-top: 10px;
      margin-bottom: 0px;
  }
  .bancover-content {
      position: absolute;
      top: 20px;
      left: 15px;
  }
  
  }
  
  /*top-bb-content end*/
  /*page-subhead-light*/
  .page-subhead-light {
      background: #f8f8f8;
      padding: 16px 0px 12px;
  }
    
    .breadcrumb-top .breadcrumb {
        padding: 0px 0px;
        margin-bottom: 0px;
        list-style: none;
        background-color: transparent;
        border-radius: 0px;
    }
    .breadcrumb-top .breadcrumb a, .breadcrumb-top .breadcrumb>li {
        color: #ababab;
        font-size: 16px;
        font-weight: 400;
    }
    .breadcrumb-top .breadcrumb>.active {
        
        color:#333333;
    }
    .breadcrumb-top .breadcrumb>li+li:before {
        padding: 0px 16px 0px 14px;
      color: #ababab;
      content: "/";
    }
  @media (max-width: 767px) {  
    .breadcrumb-top .breadcrumb a, .breadcrumb-top .breadcrumb>li {
      font-size: 14px;
  }
  .breadcrumb-top .breadcrumb>li+li:before {
      padding: 0px 12px 0px 8px;
  }
  }
  /*page-subhead-light end*/
  /*product page*/
  .by-pr-subpg {
      padding: 70px 0px 60px;
  }
  .by-pr-subpg2 {
      padding: 40px 0px 60px;
  }
  .by-slide-box {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      height: 490px;
      width: 100vw;
      border: 1px solid #eaeaea;
  }
  .by-slide-box, .by-slide-box img {
      border-radius: 10px;
  }
  .by-page-content .type {
      color: #ababab;
      font-size: 18px;
      text-transform: uppercase;
  }
  .by-page-content h2 {
      font-weight: 400;
      font-size: 34px;
      color: #333333;
      margin: 15px 0px 15px;
  }
  .by-page-content .title-min-acce {
      font-weight: 700;
      color: #0399fd;
      font-size: 16px;
      text-transform: uppercase;
      font-style: italic;
  }
  .by-page-content .title-min-acce span {
      color: #333333;
  }
  .byspacicer hr {
      margin-top: 20px;
      margin-bottom: 20px;
      border: 0;
      border-top: 1px solid #eaeaea;
  }
  .by-pr-de p {
      font-size: 16px;
      font-weight: normal;
      line-height: 30px;
      margin-bottom: 10px;
      color: #666666;
  }
  .by-pr-de .by-priceactuel {
      font-size: 27px;
      color: #e4573d;
      font-weight: 700;
      display: block;
      margin-bottom: 8px;
  }
  .by-pr-de .by-pricedc {
      color: #555555;
      font-size: 20px;
      margin-left: 20px;
  }
  .by-addcartplus {
      margin-top: 28px;
  }
  .by-addcartplus .tt-til {
     color: #333333;
     font-size: 16px;
  }
  .by-addcartplus .cart-status-countingbar {
      display: inline-block;
      margin-left: 30px;
  }
  .link-by-cart {
      margin-top: 27px;
  }
  .link-by-cart .btn {
      color: #0399fd;
      font-size: 14px;
      font-weight: 700;
      padding: 9px 10px;
      position: relative;
      border-radius: 35px;
      background: transparent;
      text-transform: uppercase;
      width: 121px;
      border: 1px solid #0399fd;
  }
  .link-by-cart .btn + .btn {
      margin-left: 18px;
      background: #0399fd;
      color: #fff;
  }
  /*product page*/
  .spec-tabs-detail {
      padding-bottom: 60px;
  }
  .spec-tab-ul .nav-tabs {
      border-bottom: 1px solid #eaeaea;
      margin-bottom: 0px;
      margin-top: 0px;
  }
  .spec-tab-ul .nav-tabs > li {
      margin-bottom: 0px;
      margin-left: 15px;
      margin-right:35px;
      padding: 0;
      line-height: 52px;
  }
  .spec-tab-ul .nav-tabs > li:last-child {
      margin-right: 0px;
  }
  .spec-tab-ul .nav-tabs > li:first-child {
      margin-left: 0px;
  }
  .spec-tab-ul .nav-tabs > li > a {
      border: none;
      border-radius: 0;
      color: #8991ab;
      font-weight: 700;
      font-size: 22px;
      background: transparent;
      margin: 0px;
      padding: 0 0px;
      line-height: 60px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
  }
  
  .spec-tab-ul .nav-tabs > li.active > a, .spec-tab-ul .nav-tabs > li.active > a:focus, .spec-tab-ul .nav-tabs > li.active > a:hover {
      color: #333333;
      background: transparent;
      border: none;
  }
  .spec-tab-ul .nav-tabs > li.active a::before {
      content: "";
      background: #0399fd;
      height: 2px;
      left: 0%;
      position: absolute;
      right: 0;
      top: 97%;
      width: 24px;
      border-radius: 0px;
  }
  .by-tab-content-outer {
      margin-top: 20px;
  }
  .by-listtabs-contant p {
      font-size: 16px;
      font-weight: normal;
      line-height: 30px;
      margin-bottom: 10px;
      color: #636778;
  }
  .by-listtabs-inner {
      margin-top: 16px;
      margin-bottom: 20px;
  }
  .by-listtabs-inner li {
      font-size: 16px;
      line-height: 28px;
      position: relative;
      padding-left: 15px;
      color: #636778;
      margin-bottom: 8px;
  }
  .by-listtabs-inner li:before {
      position: absolute;
      background: #0399fd;
      left: 0px;
      content: '';
      top: 11px;
      width: 5px;
      height: 5px;
      border-radius: 100%;
  }
  @media (max-width: 767px) {
  .by-pr-subpg {
      padding: 30px 0px 40px;
  }
  .by-page-content {
      margin-top: 25px;
  }
  .by-page-content .type {
      font-size: 15px;
  }
  .by-page-content h2 {
      font-size: 28px;
      margin: 8px 0px 8px;
  }
  .by-page-content .title-min-acce {
      font-size: 13px;
  }
  .by-pr-de p {
      font-size: 15px;
      line-height: 26px;
  }
  .spec-tabs-detail {
      padding-bottom: 40px;
  }
  .spec-tab-ul .nav-tabs {
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
  }
  .spec-tab-ul .nav-tabs > li {
      margin-right: 15px;
      line-height: 52px;
      float: none;
      display: inline-block;
  }
  .spec-tab-ul .nav-tabs > li > a {
      font-size: 18px;
      line-height: 42px;
  }
  }
  /*product page end*/
  /*orderconfirm*/
  .title-subhead-too {
      margin: 10px 0px 35px;
  }
  .title-subhead-too h3 {
      font-size: 30px;
      font-weight: 700;
      color: #333333;
      margin: 0px;
  }
  .title-subhead-tooiner2 h3 {
      font-size: 22px;
      font-weight: 700;
      color: #333333;
      margin: 10px 0px 10px;
  }
  .title-subhead-too p {
      font-size: 20px;
      font-weight: normal;
      line-height: 30px;
      margin-bottom: 0px;
      color: #636778;
      margin-top: 10px;
  }
  .order-list-detail {
      margin: 0px 0px 30px;
  }
  .order-list-detail li {
      padding-left: 15px;
      margin-bottom: 14px;
      position: relative;
      line-height: 23px;
  }
  .order-list-detail li:before {
      position: absolute;
      background: #636778;
      left: 0px;
      content: '';
      top: 9px;
      width: 5px;
      height: 5px;
      border-radius: 100%;
  }
  .order-list-detail li span {
      color: #636778;
      font-size: 16px;
  }
  .order-list-detail li .scnd-spn {
      font-size: 18px;
      margin-left: 8px;
  }
  .order-list-detail li .del-methsm {
      display:block;
  }
  .thank-icon {
      background-image: url(../imagesmed/thank-icon-tick.png) !important;
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      top: 5px;
      margin-left: 10px;
  }
  .table {
      margin-bottom: 0px;
  }
  .table-spec {
      border: 1px solid #eaeaea;
      border-radius: 10px;
  }
  .basictable.table-spec .table>tbody>tr>td, .basictable.table-spec .table>tbody>tr>th, .basictable.table-spec .table>tfoot>tr>td, .basictable.table-spec .table>tfoot>tr>th, .basictable.table-spec .table>thead>tr>td, .basictable.table-spec .table>thead>tr>th {
      padding: 15px 30px;
  }
  .basictable2.table-spec .table>tbody>tr>td, .basictable2.table-spec .table>tbody>tr>th, .basictable2.table-spec .table>tfoot>tr>td, .basictable2.table-spec .table>tfoot>tr>th, .basictable2.table-spec .table>thead>tr>td, .basictable2.table-spec .table>thead>tr>th {
      padding: 15px 30px;
  }
  .table-spec .table>tbody>tr>td, .table-spec .table>tbody>tr>th, .table-spec .table>tfoot>tr>td, .table-spec .table>tfoot>tr>th, .table-spec .table>thead>tr>td, .table-spec .table>thead>tr>th {
      padding: 16px 30px;
  }
  .width-50 {
      width: 50%;
  }
  .table-spec .table>tbody>tr>td {
     color: #666666;
      font-size: 16px;
  }
  .table-spec .title-tb-basic {
      font-size: 16px;
      color: #333333;
  }
  .table-striped>tbody>tr:nth-of-type(even) {
      background-color: #f3f8fb;
  }
  .table-striped>tbody>tr:nth-of-type(odd) {
      background-color: transparent;
  }
  .tb-subtotal, .table-pricethe, .tbshipping-tt {
       font-size: 20px;
  }
  .table-pricethe {
      color: #e4573d;
  }
  .fltrat {
      color: #666666;
       font-size: 14px;
       margin-left: 4px;
  }
  .table-borderless>tbody>tr>td, .table-borderless>tbody>tr>th, .table-borderless>tfoot>tr>td, .table-borderless>tfoot>tr>th, .table-borderless>thead>tr>td, .table-borderless>thead>tr>th {
      border: 0;
  }
  .get-print-re{
      border: 1px solid #e2e4f4;
      border-radius: 10px;
      background-color: #f4f8fb;
      color: #636778;
      font-size: 14px;
      text-transform: uppercase;
      padding: 2px 10px;
      cursor: pointer;
      position: relative;
      top: 8px;
  }
  .get-print-re .cn_item {
      position: relative;
      top: -2px;
      margin-right: 6px;
  }
  .thum-tablefild .media-left, .thum-tablefild .media-left a {
      width: 70px;
      height: 70px;
      
  }
  .thum-tablefild .media-left {
      background: transparent;
      text-align: center;
      vertical-align: middle;
      
      
  }
  .thum-tablefild .media-left a {
      border: .5px solid #eaeaea;
      border-radius: 4px;
      padding: 15px;
  }
  .thum-tablefild .media-body, .thum-tablefild .media-left, .thum-tablefild .media-right, .thum-tablefild .media-left a {
      display: table-cell;
      vertical-align: top;
  }
  .thum-tablefild .media-left .media-object {
      max-width: 45px;
      max-height: 45px;
      margin: 0px auto;
  }
  
  .thum-tablefild .media-body {
      vertical-align: middle;
      padding-left: 17px;
  }
  .thum-tablefild .media-heading, .thum-tablefild .type-addcart, .thum-tablefild .total-price-add {
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 75%;
      white-space: nowrap;
  }
  .thum-tablefild .media-heading {
      margin-top: 0;
      margin-bottom: 3px;
      font-size: 16px;
      color: #333333;
      font-weight: 700;
  }
  .thum-tablefild .total-price-add {
      font-size: 14px;
      color: #666666;
      font-weight: 400;
  }
  .table-cart .table>tbody>tr>td, .table-cart .table>tbody>tr>th, .table-cart .table>tfoot>tr>td, .table-cart .table>tfoot>tr>th, .table-cart .table>thead>tr>td, .table-cart .table>thead>tr>th {
      color: #555555;
      font-size: 16px;
      vertical-align: middle;
      font-weight: 700;
      padding: 20px 30px;
  }
  .table-cart .table>thead>tr>th {
      background-color: #f3f8fb;
      padding: 11px 30px;
      font-size: 16px;
      font-weight: 400;
      color: #333333;
  }
  .table-cart .table>thead>tr>th:first-child {
      border-radius: 10px 0px 0px 0px;
      
  }
  .table-cart .table>thead>tr>th:last-child {
      border-radius: 0px 10px 0px 0px;
      
  }
  
  .table-cart .table>tbody>tr>td, .table-cart .table>tbody>tr>th, .table-cart .table>tfoot>tr>td, .table-cart .table>tfoot>tr>th, .table-cart .table>thead>tr>td, .table-cart .table>thead>tr>th {
      border-top: 1px solid #eaeaea;
  }
  .table-cart .table>tbody>tr:first-child>td{
      border-top: none;
      
  }
  .table-cart .table>thead>tr>th {
      border-bottom: none;
  }
  .lnk-rema {
      text-decoration:underline;
      font-size: 16px;
      font-weight: 700;
      color: #7d7d7d;
  }
  .link-cart-state {
      margin: 44px 0px 10px;
  }
  .cart-state-left div {
      display: inline-block;
      margin-right: 15px;
      margin-bottom: 7px;
  }
  .cart-state-left span.clearcart-af {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      cursor: pointer;
  }
  .cart-state-left span.clearcart-af .cn_item svg {
      top: -1px;
  }
  .link-cart-state .btn {
      font-size: 14px;
      font-weight: 700;
      padding: 10px 15px;
      position: relative;
      border-radius: 35px;
      background: #0399fd;
      color: #fff;
      text-transform: uppercase;
      width: 167px;
      border: 1px solid #0399fd;
  }
  .link-cart-state .btn.disabled {
      background: #9ad6fe;
      border: 1px solid #9ad6fe;
  }
  ._btn-bl {
      font-size: 14px;
      font-weight: 700;
      padding: 10px 15px;
      border-radius: 35px;
      background: #0399fd;
      color: #fff !important;
      text-transform: uppercase;
  }
  .cart-total-title {
      background: #f3f8fb;
      border-radius: 10px;
      padding: 40px 30px;
      margin-top: 25px;
  }
  .car-total-outer .cart-bor, .car-total-outer .cart-total-item {
      padding: 9px 0px;
      width: 100%;
      float: left;
  }
  .car-total-outer .cart-bor {
      border-bottom: 1px solid #e3e7ee;
  }
  .cart-total-title .last.cart-bor {
      border-bottom: none ;
  }
  .car-total-outer .cart-total-item span {
      font-size: 16px;
      font-weight: 400;
      color: #666666;
      float: left;
  }
  .car-total-outer .cart-total-item span:last-child {
      font-size: 18px;
      float: right;
  }
  .titlecartrat .fltrat {
      font-size: 16px;
      margin: 0px 10px 0px 0px;
  }
  .titlecartrat .text-primary {
      font-size: 20px;
  }
  .car-total-outer .cart-total-item .fltrat {
      font-size: 14px;
      margin-right: 4px;
  }
  .car-total-outer .cart-total-item .carttt-price {
      color: #e4573d;
      font-size: 22px;
  }
  .car-total-outer .cart-total-btn {
      margin-top: 30px;
  }
  .byspacicer2 hr {
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .shipping-outer .title-subhead-too {
      margin: 10px 0px 25px;
  }
  .user-sub-form label {
      margin-bottom: 7px;
      font-weight: 400;
      font-size: 16px;
      color: #666666;
  }
  .user-sub-form .form-control {
      font-size: 16px;
      color: #333333;
      font-weight: 400;
      border: 1px solid #eaeaea;
      border-radius: 10px;
      padding: 10px 15px;
      box-shadow: none;
      height: 48px;
      background-color: #f6f7f9;
  }
  .user-sub-form .form-control:focus {
      border: 1px solid #0399fd;
      background-color: #fff;
  }
  .user-sub-form textarea.form-control {
      height: auto;
  }
  .user-sub-form .form-control::-webkit-input-placeholder {
       color: #9c9d9e
   }
  
  .user-sub-form .form-control:-moz-placeholder {
       color: #9c9d9e
   }
  
  .user-sub-form .form-control::-moz-placeholder {
       color: #9c9d9e
   }
  
  .user-sub-form .form-control:-ms-input-placeholder {
       color: #9c9d9e
   }
  .user-sub-form .select-form {
      -webkit-appearance: none;
      background: url(../imagesmed/svg/drp.svg) no-repeat 96% center;
      background-color: #f6f7f9;
  }
  .user-sub-form .form-group {
      margin-bottom: 30px;
  }
  .user-sub-form .form-group-min {
      margin-bottom: 20px;
  }
  .user-sub-form .btn {
      width: 167px;
  }
  @media (max-width: 1199px) {
  .cart-total-title {
      padding: 30px 20px 40px;
      margin-top: 35px;
  }
  
  }
  @media (max-width: 767px) {
  .title-subhead-too {
      margin: 10px 0px 20px;
  }
  .car-total-outer .cart-total-item span {
      font-size: 15px;
  }
  .car-total-outer .cart-total-item span:last-child {
      font-size: 16px;
  }
  .link-cart-state {
      margin: 20px 0px 10px;
  }
  .link-cart-state .pull-right {
      margin-top: 5px;
  }
  .link-cart-state .pull-right, .link-cart-state .cart-state-left {
      float: none!important;
      display: inline-block;
      width: 100%;
      text-align: center;
  }
  .user-sub-form .form-group {
      margin-bottom: 20px;
  }
  .user-sub-form .form-group-min {
      margin-bottom: 10px;
  }
  }
  /*orderconfirm end*/
  /*radia and check button*/
  
  
  .radio-sub .title-check,
  .check-sub .title-check {
      font-weight: 400;
      color: #636778;
      font-size: 16px;
  }
  .radio-sub .text-muted {
    color: #d1d0cf;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    position: relative;
    top: 2px;
  }
  .radio-sub label, .check-sub label {
      margin-bottom: 0px;
      float: left;
      padding-left: 25px;
      position: relative;
  }
  .radio-sub input[type="radio"], .check-sub input[type="checkbox"] {
      display: none;
  }
  .radio-sub .check-alighn, .check-sub .check-alighn {
      position: absolute;
      top: 8px;
      left: 0px;
  }
  .radio-sub input[type="radio"]+label span {
    background: transparent url(../imagesmed/radio_sheet.png) no-repeat scroll right top;
    cursor: pointer;
    display: inline-block;
    height:18px;
    margin: -18px 8px 0 0;
    vertical-align: middle;
    width: 18.5px;
  }
  .radio-sub input[type="radio"]:checked+label span {
    background: transparent url(../imagesmed/radio_sheet.png) no-repeat scroll left top;
  }
  .check-sub input[type="checkbox"]+label span {
      background: transparent url(../imagesmed/check_sheet.png) no-repeat scroll right top;
      cursor: pointer;
      display: inline-block;
      height: 14px;
      margin: -20px 8px 0 0;
      vertical-align: middle;
      width: 14.5px;
  }
  
  .check-sub input[type="checkbox"]:checked+label span {
      background: transparent url(../imagesmed/check_sheet.png) no-repeat scroll left top;
  }
  
  .check-sub input[type="checkbox"]:checked+label .title-check {
      color: #636778;
      font-weight: 400;
  }
  /*radia and check button end*/
  /*checkout page*/
  .checkout-outer {
      padding-right: 40px;
  }
  .tp-logscreen {
      margin-bottom: 20px;
  }
  .tp-logscreen span {
      color: #636778;
      font-size: 16px;
      margin-right: 8px;
      
  }
  .tp-logscreen a {
      color: #0399fd;
      background: #f4f8fb;
      border: 1px solid #e2e4f4;
      border-radius: 10px;
      text-transform: uppercase;
      font-size: 16px;
      padding: 2px 10px;
  }
  .useralred-acc p {
      font-size: 15px;
      font-weight: normal;
      line-height: 25px;
      margin-bottom: 20px;
      margin-top: 5px;
  }
  .frmcheck-list li {
      float: left;
      margin-right: 35px;
  }
  .frmcheck-list li .checkor-titl {
      color: #333333;
      font-weight: 700;
      font-size: 16px;
  }
  .frmchecklist-heading .title-check {
      font-size: 22px;
      font-weight: 700 !important;
      color: #333333 !important;
  }
  .frmradiolist-heading .title-check {
      font-size: 22px;
      font-weight: 700 !important;
      color: #333333 !important;
  }
  .byspacicer3 hr {
      margin-top: 10px;
      margin-bottom: 0px;
  }
  .frmheading .title-heading3 {
      font-size: 22px;
      font-weight: 700;
      color: #333333;
  }
  .radiolist-pay li {
      float: left;
      margin-right: 35px;
      width: 45%;
  }
  .radiolist-pay li.radiolistfull-width {
      width: 100%;
      margin: 0px 0px 30px;
  }
  .py-stirpcard {
      margin-top: 13px;
  }
  .py-stirpcard p {
      font-size: 15px;
      font-weight: normal;
      line-height: 24px;
      margin-bottom: 10px;
      color: #636778;
      margin-top: 10px;
  }
  .userform-forpass {
      font-size: 16px;
      color: #333333;
      position: relative;
      top: 10px;
  }
  .frm-note-agree p {
      font-size: 16px;
      font-weight: normal;
      line-height: 26px;
      margin-bottom: 0px;
      color: #636778;
  }
  .user-sub-form .term-agrr {
      font-size: 16px;
  }
  .checkoutsummery {
      margin-top:40px;
  }
  .show-checklistheading h4 {
      font-size: 22px;
      margin: 0px;
      font-weight: 700;
      color: #333333;
  }
  .show-incheckout .addcart-listshow li {
      padding-left: 0px;
  }
  .show-incheckout .addcart-listshow .media-left {
      background: #fff;
  }
  .show-incheckout .addcart-listshow {
      margin-bottom: 40px;
  }
  .show-incheckout .checkt-price {
      position: absolute;
      right: 0px;
      top: 41px;
      font-weight: 700;
      font-size: 17px;
      color: #555555;
  }
  @media (max-width: 1199px) {
  .radiolist-pay li {
      margin-right: 25px;
  }
  }
  @media (max-width: 991px) {
  .checkout-outer {
      padding-right: 15px;
  }
  }
  @media (max-width: 767px) {
  .frmcheck-list li {
      margin-right: 14px;
      margin-top: 8px;
  }
  .frmcheck-list li .checkor-titl {
      display: block;
      margin-bottom: 6px;
  }
  .radiolist-pay li {
      float: none;
      margin-right: 0px;
      display: inline-block;
      width: 100%;
      margin-top: 20px;
  }
  .radiolist-pay li.radiolistfull-width {
      margin: 0px;
  }
  .byspacicer3 hr {
      margin-top: 4px;
      margin-bottom: 15px;
  }
  .show-incheckout .addcart-listshow .media-left {
      width: 60px;
      height: 60px;
  }
  .show-incheckout .addcart-listshow .media-left .media-object {
      max-width: 35px;
      max-height: 35px;
  }
  }
  /*checkout page end*/
  /*modal lg-modal-style*/
  .lg-modal-style .modal-content {
      background: #ffffff;
      border: none;
      border-radius: 12px;
      box-shadow: none;
  }
  .lg-modal-body {
      padding: 0px;
      height: 596px;
  }
  .lgmodl-close {
      position: absolute;
      top: 13px;
      right: 9px;
      z-index: 2;
  }
  .cancel-modal {
      border: none;
      background: transparent;
  }
  .lg-modal-wrap {
      padding: 74px 55px 35px 65px;
  }
  .modal-form-iner {
      margin-top: 34px;
  }
  .lg-mdtp  {
      margin-bottom: 38px;
      font-size:22px;
      color:#333333;
  }
  .lg-mdtp2 {
      margin-bottom: -10px;
  }
  .lg-mdtabs .nav-tabs {
      border-bottom: medium none;
      margin-top: 0px;
      padding-bottom: 0px;
  }
  .lg-mdtabs .nav-tabs > li {
      padding-right: 45px;
      float: none;
      display: inline-block;
  }
  .lg-mdtabs .nav-tabs > li:last-child {
      padding-right: 0px !important; 
  }
  .lg-mdtabs .nav-tabs > li > a {
      border: none;
      color: #8991ab;
      font-size: 18px;
      font-weight: 700;
      padding: 0px;
      position: relative;
      background: transparent;
      border-radius: 0px;
      text-align: center;
      text-transform: uppercase;
      line-height: 41px;
  }
  .lg-mdtabs .nav-tabs > li.active > a, .lg-mdtabs .nav-tabs > li.active > a:focus, .lg-mdtabs .nav-tabs > li.active > a:hover {
      color: #333333;
      background: transparent;
      border: none;
  }
  .lg-mdtabs .nav-tabs > li > a:after {
      position: absolute;
      left: 0px;
      top: 100%;
      background: #0399fd;
      width: 26px;
      height: 3px;
      border-radius:2px;
      content: '';
      opacity:0;
  }
  .lg-mdtabs .nav-tabs > li.active > a:after {
     opacity:1;
  }
  .lgmd-headng-inform span {
      font-size: 13px;
      font-weight: 500;
      color: #c0c0c0;
      display: block;
      line-height: 1.5;
  }
  .modal-form-iner .userform-forpass {
      top: -5px;
  }
  .modal-form-iner .lgposition-icon {
      position: absolute;
      right: 4px;
      top: 67%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      cursor: pointer;
  }
  .modal-form-iner .lgposition-icon svg {
      fill: #9a9a9c;
  }
  .modal-form-iner .lgposition-icon.active svg {
      fill: #3e3e3f;
  }
  .fg-line {
      position:relative;
  }
  .modal-form-iner .frm-note-agree p {
      font-size: 15px;
      line-height: 24px;
  }
  .modal-backdrop {
      background-color: rgba(0, 20, 33, 1);
  }
  .cursor-pointer {
      cursor:pointer;
  }
  @media (max-width: 479px) {
  .lg-modal-style .modal-dialog {
      width: 100%;
      margin: 0px;
  }
  .lg-modal-style .modal-content {
      border-radius: 0px;
  }
  .lg-modal-body {
      height: 100vh;
  }
  .lg-modal-wrap {
      padding: 74px 25px 35px 25px;
  }
  .modal-form-iner .userform-forpass {
      top: -1px;
      font-size: 13px;
  }
  .modal-form-iner .radio-sub .title-check, .modal-form-iner .check-sub .title-check {
      font-size: 14px;
  }
  .modal-form-iner .frmcheck-list li {
      margin-right: 0px;
      margin-top: 0px;
  }
  }
  @media (min-width: 480px) {
  .lg-modal-style .modal-dialog {
      width: 483px;
      margin-left: auto;
      margin-right: auto;
  }
  }
  /*modal lg-modal-style end*/
  /*contact page*/
  
  .contact-leftouter {
       padding-right: 40px;
  }
  .cart-contact {
      background: #f8f9fa;
      border-radius: 10px;
      padding: 40px 38px;
      margin-top: 25px;
  }
  .cart-contact-item .svg-icon {
      margin-bottom: 20px;
  }
  .cart-contact-item {
      margin-bottom: 30px;
  }
  .cart-contact .cart-contact-item:last-child {
      margin-bottom: 0px !important;
  }
  .cart-contact-item h4 {
      font-size: 19px;
      color: #333333;
      font-weight: 700;
  }
  .cart-contact-item p {
      font-size: 16px;
      font-weight: normal;
      line-height: 27px;
      margin-bottom: 10px;
  }
  @media (max-width: 1199px) {
  .cart-contact {
      margin-top: 45px;
  }
  .contact-leftouter {
       padding-right: 15px;
  }
  }
  /*contact page end*/
  /*viewmore-list-al*/
.viewmore-list-al .cat-main-1 {
    border: 1px solid #eaeaea;
	box-shadow: none;
	-webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  margin-bottom: 40px;
}
.viewmore-list-al .cat-main-1:hover {
	box-shadow: 0px 0px 7px #e8e8e8;
}
.custome-carousel-multiple .owl-carousel .owl-stage {
    width: 103% !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.custome-carousel-multiple .owl-carousel .owl-stage {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
	.custome-carousel-multiple .owl-carousel .owl-stage {
    width: 104% !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.custome-carousel-multiple .owl-item:nth-child(2) {
  margin-right: 0px !important;
}
.viewmore-list-al .cat-main-1 {
    margin-bottom: 20px;
    padding: 25px 10px 35px;
}
.viewmore-list-al .custome-carousel-two.thum-big .cat-main-thumb {
    height: 120px;
    margin-bottom: 15px;
}
.viewmore-list-al .custome-carousel-two.thum-big .cat-main-thumb img {
    max-width: 120px;
    max-height: 120px;
}
.viewmore-list-al .cat-main-1 .brn-name {
    color: #0399fd;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
}
.viewmore-list-al .cat-main-1 h2 {
    font-size: 16px;
	margin: 5px auto 6px;
}
.viewmore-list-al .cat-main-1 .cat-main-btm p {
    font-size: 13px;
    line-height: 16px;
}
}

label.error {
    color: #ff4f4f;
    line-height: 18px;
    font-size: 12px;
    margin-left: 0.3em;
    padding-left: 16px;
    position: absolute;
    right: 3px;
    bottom: 21px;
}

/*viewmore-list-al*/
