.button-class {
    text-align: right;
    margin: 5px 0 14px 0;
    float: left;
    width: 100%;
  }
  
  .button-class .button-list {
    background: #26a69a;
    color: #fff;
    border: 1px;
    padding: 7px 16px;
    text-transform: uppercase;
  }
  
  button:focus,
  select:focus,
  input:focus {
    outline: 0;
  }
  
  .page-sidebar-menu.page-sidebar-menu-hover-submenu i {
    line-height: 30px;
  }
  
  #back-to-top i {
    position: absolute;
    top: 35%;
    left: 34%;
    color: #c6a695;
  }
  
  #back-to-top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    height: 50px;
    width: 50px;
    border: 1px solid #c6a695;
  }
  
  .tabcontent.active {
    display: block;
  }
  
  .button-class {
    text-align: left !important;
    padding: 30px 20px !important;
    width: 100% !important;
    background: #1f9a97;
    border-radius: 5px;
  }
  
  .button-class .shop-search {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  
  .button-class .shop-search label {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  
  .button-class .search-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 27px;
  }
  .button-class .search-box input {
    border-radius: 3px;
    color: #000;
    padding: 2px 10px;
    width: 100%;
    border: none;
    height: 45px;
    min-width: 150px;
  }
  
  .button-class .search-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 27px;
  }
  .button-class .search-box .btn-search {
    margin: 0 !important;
  }
  .button-class .search-box .btn-search input {
    color: #FFF;
    transition: all 0.4s ease;
    background: #000;
  }
  .button-class .search-box .btn-search input:hover {
    background: #FFF;
    color: #000;
  }
  
  .button-class .Or-div {
    padding: 20px 40px;
  }
  
  .button-class .Or-div h5 {
    color: #fff;
    font-weight: 600;
  }
  
  .button-class .categ-search select {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #000;
    padding: 2px 10px;
  }
  
  .box-shop .d-block {
    text-align: center;
    line-height: 28px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  
  .button-class .categ-search label {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin-bottom: 0px;
    text-transform: uppercase;
  }
  
  .footer-content p {
    margin-bottom: 7px;
    font-size: 13px;
  }
  
  .footer-content .logo {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  
  .footer-content img {
    width: 100%;
    max-width: 200px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
  }
  
  .foot-main p {
    padding: 15px 0;
    margin-bottom: 0px;
    font-size: 13px;
  }
  
  .news_let {}
  
  .news_let .es_textbox {
    margin-bottom: 10px;
  }
  
  .news_let .es_textbox .es_textbox_class {
    color: #fff;
  }
  
  .news_let .es_button {
    background: #fff;
    margin-top: 20px;
  }
  
  .news_let .es_submit_button {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    border: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    color: #000;
    text-transform: uppercase;
    width: 100% !important;
    height: 40px;
    text-align: center;
  }
  
  .box-section {
    margin-top: 30px;
  }
  
  .foot-main p span {
    color: #4bb3a9;
  }
  
  .rounds-white .modal-dialog {
    max-width: 750px !important;
    margin-top: 75px;
  }
  
  .fixed-top .nav {}
  
  .fixed-top .nav li img.logo {
    width: 250px;
    right: 40px;
    position: relative;
  }
  
  .fixed-top .nav ul {
    position: absolute;
    right: 33px;
    list-style-type: none;
    padding-left: 0;
    top: 121px;
    text-align: right;
    display: none;
    width: 250px;
  }
  
  .fixed-top .nav ul li {
    padding: 10px 0;
  }
  
  .fixed-top .nav ul li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .25em;
    display: inline-block;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.7px;
  }
  
  .fixed-top .nav ul li a:hover:after {
    width: 100%;
    right: 0;
  }
  
  .fixed-top .nav ul li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    right: 0;
    position: absolute;
    background: #000;
    transition: width 1s ease 0s, right 0.5s ease 0s;
    width: 0;
  }
  
  .fixed-top .nav ul li input {
    border: none;
    border-bottom: 2px solid #000;
    width: 300px;
    background: none;
    border-radius: 3px;
  }
  
  .fixed-top .nav ul li img.search-1 {
    position: absolute;
    right: 12px;
    width: 20px;
    top: 13px;
  }
  
  .nav-tgl {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    z-index: 100;
    right: 10px;
    top: 12px;
    width: 70px;
    height: 38px;
    border: none;
    border-radius: 50%;
    padding: 0;
    line-height: 0.6;
    background: none;
    text-align: center;
  }
  
  .nav-tgl>span {
    display: inline-block;
    position: relative;
    height: 3px;
    width: 34px;
    border-radius: 1px;
    background: #f36438;
    vertical-align: middle;
  }
  
  .nav-tgl>span:before,
  .nav-tgl>span:after {
    display: inline-block;
    position: absolute;
    content: "";
    height: 3px;
    border-radius: 1px;
    background: #f36438;
    transition: all 200ms;
  }
  
  .nav-tgl>span:before {
    top: -11px;
    left: 3px;
    width: 28px;
  }
  
  .nav-tgl>span:after {
    top: 11px;
    left: 6px;
    width: 22px;
  }
  
  .nav-tgl:focus {
    outline: none;
  }
  
  .nav-tgl:hover>span:after,
  .nav-tgl:hover>span:before {
    width: 34px;
    left: 0;
  }
  
  .nav:before {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255);
    transition: all 500ms ease-in-out;
    clip-path: circle(30px at calc(100% - 65px) 65px);
    visibility: hidden;
  }
  
  .menu.active .nav:before {
    visibility: visible;
    clip-path: circle(100%);
  }
  
  .menu.active .nav-tgl>span {
    height: 0;
  }
  
  .menu.active .nav-tgl>span:after,
  .menu.active .nav-tgl>span:before {
    top: 0px;
    left: 0;
    width: 34px;
  }
  
  .menu.active .nav-tgl>span:after {
    transform: rotate(-45deg);
  }
  
  .menu.active .nav-tgl>span:before {
    transform: rotate(45deg);
  }
  
  .Menu-option {
    text-align: right;
    margin: 0 auto;
    padding-right: 65px;
  }
  
  .Menu-option ul {
    list-style-type: none;
    display: inline-flex;
    text-align: center;
    padding-left: 0;
    margin: 0;
  }
  
  .Menu-option ul li {
    padding: 38px 23px;
    position: relative;
  }
  
  
  /* .Menu-option ul li:after {
    position: absolute;
    content: '';
    background: #000;
    width: 1px;
    height: 18px;
    right: 0;
    top: 42%;
  } */
  
  .Menu-option ul li:last-child:after {
    display: none;
  }
  
  .Menu-option ul li.pink {
    background: #e92590;
  }
  
  .Menu-option ul li.green {
    background: #00827f;
  }
  
  .Menu-option ul li.orange {
    background: #f16b27;
  }
  
  .Menu-option ul li.blue {
    background: #1567b2;
  }
  
  .Menu-option ul li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.7px;
    width: 100%;
  }
  
  /* end of season sale css */
  .end-of-season {
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 25px;
    height: 160px;
    padding: 10px;
  }
  
  strong {
    font-weight: bolder;
  }
  
  .end-of-season h3 {
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
  }
  
  .end-of-season h3:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 180px;
    bottom: -5px;
    background: #000;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .end-of-season p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  .post-title {
    font-size: 28px !important;
    font-weight: 500 !important;
  }
  
  .font {
    font-size: 32px;
    font-weight: 500 !important;
  }
  
  .font1 {
    font-size: 28px !important;
    font-weight: 500 !important;
  }
  
  .font2 {
    font-size: 24px !important;
    font-weight: 500 !important;
  }
  
  /*   */
  
  .Menu-option ul li a:hover {
    text-decoration: none;
  }
  
  .award-carousel img {
    width: 100%;
  }
  
  .hide-show-767 {
    display: none;
  }
  
  .hide_menu_991 {
    display: none;
  }
  
  button,
  select {
    border: 1px solid #333;
    border-radius: 5px;
    padding: 8px 10px;
  }
  
  .share-icon .text-primary {
    color: #000 !important;
    font-weight: 700;
    font-size: 15px;
  }
  
  .top_in_blog .share-icon {
    margin-top: 6px;
    margin-bottom: 30px;
    width: 100%;
  }
  
  .share-icon a {
    background: #51b3b2;
    border: 1px solid #51b3b2;
    color: #FFF !important;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  
  .share-icon a:hover {
    background: transparent;
    color: #51b3b2 !important;
  }
  
  
  /* .gallery .g-box img{width:100% !important;} */
  .end-of-P {
    font-weight: 600;
    margin-bottom: 10px !important;
  }
  
  .end-of-season.slab_height {
    height: 250px;
  }
  
  .end-of-season.slab_height ul {
    padding-left: 0;
    list-style-type: none;
  }
  
  .top-header li.twitter img {
    width: 13px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
  }
  .avaialble-991{
    display: none;
  }
  
  .services-box {
    position: relative;
    padding: 50px 0 0;
  }
  
  .services-box .services1 {
    text-align: center;
    background: #f6f6f6;
    padding: 20px 15px;
    margin-bottom: 30px;
    height: 320px;
  }
  .services-box .services1 img {
    width: 100%;
    max-width: 110px;
  }
  .services-box .services1 .Services-content {
    background: #f6f6f6;
    padding: 0 20px;
  }
  
  .services-box .services1 .Services-content h5 {
    font-weight: 700;
    color: #51b3b2;
    font-size: 20px;
    line-height: 22px;
    margin-top: 15px;
  }
  .services-box .services1 .Services-content p {
    margin-bottom: 0;
  }
  .services1 .ser-img {
  
  }
  
  .trend_magazine_section {
    padding:20px 0 0 0;
  }
  
  .trend_magazine_section h1 {
    margin-bottom: 40px;
  }
  .trend_magazine_section a {
    text-decoration: none;
  }
  .trend_magazine img {
    margin-bottom: 10px;
    width: 100%;
  }
  
  .trend_magazine {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .trend_magazine h4 {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 12px;
    min-height: 40px;
  }
  
  .trend_magazine a {
    color: #000;
    font-weight: 500;
  
  }
  .trend_magazine button {
    width: fit-content;
    font-size: 14px;
    color: #000 !important;
    background: transparent;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 8px 18px;
  }
  
  @media screen and (min-width:1600px) {
    .fixed-top .nav ul li input {
      width: 350px;
    }
    .Menu-option ul li a{
      font-size: 14px;
    }
  }
  
  
  @media screen and (max-width:1550px) {
    .fixed-top a.navbar-brand{
      padding: 0;
    }
    .Menu-option ul li {
      padding: 38px 15px;
  }
  }
  
  @media screen and (max-width:1400px) {
    .Menu-option ul li a {
      padding: 0px;
      font-size: 13px;
    }
    .Menu-option{
      padding-right: 0;
    }
  }
  
  @media screen and (max-width:1300px) {
    .Menu-option ul li {
      padding: 38px 12px;
      position: relative;
    }
    a.navbar-brand img{
      padding: 10px 0;
    }
  }
  
  @media screen and (max-width:1200px) {
    .button-class .shop-search {
      width: 100%;
    }
    .Menu-option ul li a {
      font-size: 12px;
  }
  .Menu-option ul li {
    padding: 38px 9px;
  }
  
  }
  
  @media screen and (max-width:991px) {
    .avaialble-991{
      display: block;
    }
    .Menu-option {
      display: none;
    }
    .hide_menu_991 {
      display: block;
    }
    a.navbar-brand img {
      max-width: 100%;
      width: 150px;
    }
  }
  
  .button-class .Or-div {
    padding: 20px 30px;
  }
  
  @media screen and (max-width:767px) {
    .box-shop .d-block {
      line-height: 23px;
      margin-bottom: 4px;
  }
     
  h1{
    font-size: 25px !important;
    font-weight: 600;
  }
  
    .footer-social-links li {
      padding: 3px 4px !important;
  }
    .round-time1 .rounds-white ul.nav.navbar-nav.top-header {
      height: 75px;
      overflow: hidden;
    }
    a.navbar-brand img {
      width: 100%;
      max-width: 150px;
      height: 63px !important;
    }
  
    .Menu-option ul li {
      width: 25%;
      padding: 10px 0;
    }
  
    .Menu-option ul li a {
      padding: 0px;
      font-size: 12px;
    }
  
    .gallery {
      margin-top: 35px !important;
    }
  
    .hovers2 {
      margin-left: 0px !important;
      width: 100%;
      float: left;
      margin: auto;
      margin-right: 0;
      padding: 20px;
    }
  
    .hide-show {
      display: none;
    }
  
    .hide-show-767 {
      display: block;
    }
  
    .top-header li img {
      float: left;
      margin: 4px 14px 0px 6px !important;
      height: 20px;
    }
  
    .top-header li a {
      padding: 0 7px;
    }
  
    .button-class .search-box {
      width: 100%;
    }
  
    .button-class .categ-search {
      width: 100%;
    }
  
    .button-class .shop-search {
      display: block;
    }
  
    .button-class .shop-search label {
      margin-bottom: 10px;
      font-size: 13px;
    }
  
    button-class .search-box input {
      margin-bottom: 10px;
    }
  
    .button-class .Or-div {
      text-align: center;
      padding-top: 15px;
      padding-bottom: 0px;
  
    }
  
    .btn-search {
      text-align: center;
      margin-top: 20px !important;
    }
  
    .button-class .Or-div h5 {
      font-size: 14px;
      margin-bottom: 0px;
    }
  
    .button-class .button-list {
      font-size: 13px;
    }
    .button-class .search-box {
      gap: 0 15px;
  }
  .button-class .search-box input {
    min-width: 110px;
  }
  
  }
  
  @media screen and (max-width:580px) {
    .foot-main p {
      padding: 5px 0;
      margin-bottom: 0px;
      font-size: 13px;
      text-align: center !important;
    }
  
    .footer-content {
      margin-bottom: 0px !important;
    }
  
    .award-carousel {
      padding: 0 !important;
    }
  
    .g-box.text-left {
      text-align: center !important;
      margin: 0px auto;
      width: 100%;
      display: block;
      border: none !important;
    }
  
    button,
    select {
      padding: 5px 5px;
      font-size: 14px;
    }
  
    .formdivstore {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 20px;
    }
    .trend_magazine h4 {
      min-height: auto;
  }
  }
  
  @media screen and (max-width:480px) {
    .Menu-option ul {
      list-style-type: none;
      width: 100%;
      text-align: center;
      padding-left: 0;
      margin: 0;
      display: inline-table;
    }
  
    .Menu-option ul li {
      width: 49.5%;
      padding: 10px 6px;
      display: inline-block;
    }
    .button-class {
      padding: 20px 15px !important;
  }
  .button-class .search-box {
    gap: 0 10px;
  }
  .button-class .search-box input {
    min-width: 100px;
  }
  }
  
  @media screen and (max-width:400px) {
    .button-class .Or-div h5 {
      margin-bottom: 10px;
    }
  
  }

