/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


body {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
    font-family: "微软雅黑";
  }

html{
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/*==========================================
    normalize
===========================================*/

h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
  }
  h1,h1>a,
  h2,h2>a,
  h3,h3>a,
  h4,h4>a,
  h5,h5>a,
  h6,h6>a {
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  h1>a:hover,
  h2>a:hover,
  h3>a:hover,
  h4>a:hover,
  h5>a:hover,
  h6>a:hover {
    color: initial;
  }
  h2, h2>a {
    font-size: 40px;
    line-height: 50px;
  }
  h3, h3>a {
    font-size: 22px;
    line-height: 32px;
  }
  h4, h4>a {
    font-size: 20px;
    line-height: 30px;
  }
  h5, h5>a {
    font-size: 18px;
    line-height: 28px;
  }

  a {
    display: inline-block;
    font-weight: 400;
  }
  a,a:focus, a:hover {
    text-decoration: none;
    color: inherit;
  }
  p, span, li {
    margin: 0;
    line-height: 26px;
    font-size: 16px;
  }
  span, li{
      text-transform: capitalize;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  button:focus,
  input:focus,
  textarea:focus {
    outline: none;
  }
  button {
    border: none;
    cursor: pointer;
  }

input, textarea {
    padding: 10px 25px;
    border: 1px solid #e5e5e5;
    width: 100%;
}

select {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

textarea {
    min-height: 150px;
    resize: none;
}
span{
    display: inline-block;
}

.bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
  }

.title span {
    font-size: inherit;
    /*font-family: inherit;*/
    line-height: inherit;
    font-weight: inherit;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.button-group {
    display: inline-flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
}

.b-none {
    border: none !important;
}

.section-text {
  margin-bottom: 47px; 
  position: relative;
  /*margin-top: 80px;*/
}
.section-text .section-title {
  font-size: 30px;
  line-height: 38px;
  color: #068d2a;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.357;
}
.section-text .section-subtitle {
  font-size: 36px;
  line-height: 60px;
  color: rgb(20, 50, 80);
  font-weight: 500;
  margin: 11px 0 46px;
}
.section-text .section-description {
  font-size: 17px;
  line-height: 30px;
  color: rgb(43, 70, 97);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .section-text .section-title {
    font-size: 16px;
    line-height: 26px;
  }
  .section-text .section-subtitle {
    font-size: 28px;
    line-height: 40px;
  }
  .section-text .section-description {
    font-size: 16px;
    line-height: 26px;
  }
}
.global-btn {
  text-decoration: none;
  padding: 11px 33px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  background-color: #068d2a;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  text-transform: uppercase;
  box-shadow: 0px 10px 20px 0px rgba(20, 50, 80, 0.4);
}
.global-btn:focus{
  background-color: #fff;
  color: #068d2a;
  border: 1px solid #068d2a;
}
.global-btn:hover {
  background-color: #fff;
  color: #068d2a;
  transition: all 0.3s ease;
  border: 1px solid #068d2a;
}
.global-btn-second {
  font-size: 20px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 400;
  background-color: #068d2a;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(20, 50, 80, 0.4);
}
.global-btn-second:focus{
  background-color: #fff;
  color: #068d2a;
  border: 1px solid #068d2a;
}
.global-btn-second:hover {
  background-color: #fff;
  color: #068d2a;
  transition: all 0.3s ease;
  border: 1px solid #068d2a;
}

.button-hover{
  position: relative;
}

.hover-effect{
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  line-height: 37px;
  text-decoration: none;
  color: #56585a;
  text-align: center;
  position: relative;
  transition: all .4s;
}

.hover-effect span {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  left: 20px;
}

.hover-effect:before{
  position: absolute;
  content: "";
  background: url(../images/arrow-right.png) no-repeat center;
  top: 0;
  left: -5px;
  width: 0;
  height: 100%;
  background-color: #019b2b;
  transition: all .4s;
  padding: 20px;
  border-radius: 50px;
}

.hover-effect:hover{
  color: #fff;
  background-color: #019b2b;
  border-radius: 50px;
}

.hover-effect:hover:before{
  width: 100%;
  background: url(../images/arrow-right.png) no-repeat right;
  background-position: 175px 15px;
}

.hover-effect:hover span{
  left: -15px;
  color: #fff;
}

.font-28-semibold {
  font-size: 28px;
  line-height: 38px;
  color: rgb(20, 50, 80);
  font-weight: 600;
}
.font-24-regular {
  font-size: 24px;
  line-height: 34px;
  color: rgb(242, 242, 242);
  font-weight: 400;
}
.font-20-light {
  font-size: 20px;
  color: rgb(43, 70, 97);
  font-weight: 300;
  line-height: 30px;
}

.font-24-semibold {
  font-size: 24px;
  color: #333;
  line-height: 34px;
  font-weight: 600;
}
.font-18-semibold {
  font-size: 18px;
  color: rgb(20, 50, 80);
  font-weight: 600;
  line-height: 28px;
}

.font-18-normal {
  font-size: 18px;
  color: rgb(67, 91, 115);
  line-height: 28px;
}

.font-16-regular {
  font-size: 16px;
  color: #bac9e6;
  font-weight: 400;
  line-height: 26px;
}
.font-16-semibold {
  font-size: 16px;
  color: rgb(86, 88, 90);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
}
.font-14-normal {
  font-size: 14px;
  color: rgb(67, 91, 115);
  line-height: 24px;
}

@media (max-width: 991px) {
    .section-title{
        font-size: 40px;
        line-height: 50px;
    }
    .navbar-collapse {
      max-height: 320px;
      overflow: auto;
    }
}

@media (max-width: 575px) {
    .section-title{
        font-size: 30px;
        line-height: 40px;
    }
}

.shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-60-none{
    margin-bottom: -60px;
}

.mb-30-none{
    margin-bottom: -30px;
}

.mb-50-none{
    margin-bottom: -50px;
}

.mt-60 {
    margin-top: 60px;
}

.tx{
    text-align: right;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60-none{
    margin-top: -60px;
}

.mb-90{
    margin-bottom: 90px;
}

.mb-90-none{
    margin-bottom: -90px;
}
.mb-5-none{
    margin-bottom: -5px;
}

.pt-80{
    padding-top: 80px;
}

.pt-170 {
    padding-top: 170px;
}

@media (max-width: 1199px) {
    .pt-170 {
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .pt-170 {
        padding-top: 70px;
    }
}

.pb-170 {
    padding-bottom: 170px;
}

@media (max-width: 1199px) {
    .pb-170 {
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .pb-170 {
        padding-bottom: 70px;
    }
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 575px) {
    .px-40 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*==========================================
    animate
===========================================*/
@-webkit-keyframes shapeani1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes shapeani1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes move-wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@keyframes move-wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@keyframes icon-bubble {
  0% {
      -webkit-transform: scale(0.85);
      transform: scale(0.85);
      opacity: 1;
  }
  25% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      opacity: 0.8;
  }
  50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0.55;
  }
  75% {
      -webkit-transform: scale(1.32);
      transform: scale(1.32);
      opacity: 0.3;
  }
  100% {
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
      opacity: 0;
  }
}
@keyframes zoom-effect {
  0% {
      opacity: 0
  }
  30% {
      opacity: 1
  }
  60% {
      box-shadow: 0 0 0 50px #ff4343;
      opacity: 0
  }
  to {
      opacity: 0
  }
}
/*==========================================
    preloader
===========================================*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  overflow: visible;
  background: #ffffff url(../images/preloder.gif) no-repeat center center;
  background-size: 400px 400px;
}

/*==========================================
    scrollToTop
===========================================*/
.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  color: #ffffff;
  z-index: 999;
  bottom: 30px;
  right: 30px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  background: #019b2b;
  text-align: center;
  cursor: pointer;
}
.scrollToTop:hover {
  color: #ffffff;
}
.scrollToTop.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}
.scrollToTop img {
  width: 100%;
}

/*==========================================
    header section
===========================================*/
/*.header-section {*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  z-index: 2;*/
/*  position: absolute;*/
/*}*/
/*.header-section .header-top {*/
/*  margin-top: 17px;*/
/*}*/
/*.header-section .header-top .header-left ul {*/
/*  list-style-position: inside;*/
/*  padding-left: 0;*/
/*}*/
/*.header-section .header-top .header-left .header-left-list {*/
/*  list-style: none;*/
/*  float: left;*/
/*  margin-right: 16px;*/
/*}*/
/*.header-section .header-top .header-left .header-left-list .header-left-text {*/
/*  color: #acc0e7;*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*}*/
/*.header-section .header-top .header-left .header-left-list .header-left-text .header-left-icon a {*/
/*  text-decoration: none;*/
/*  color: #acc0e7;*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*  text-transform: initial;*/
/*}*/
/*.header-section .header-top .header-left .header-left-list .header-left-text .header-left-icon i {*/
/*  font-size: 14px;*/
/*  margin-right: 4px;*/
/*  color: #acc0e7;*/
/*}*/
/*.header-section .header-top .header-left .header-left-list .language-select-list{*/
/*  margin: 0 12px 0 0;*/
/*}*/
/*.header-section .header-top .header-right ul {*/
/*  list-style-position: inside;*/
/*  padding-left: 0;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list {*/
/*  list-style: none;*/
/*  float: left;*/
/*  margin-left: 20px;*/
/*}*/
/*.header-section i {*/
/*  color: #acc0e7;*/
/*  font-weight: bold;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-dropdown {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  margin: 0 10px;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-dropdown .header-left-icon {*/
/*  margin-right: -20px;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-dropdown .header-left-icon i {*/
/*  color: #acc0e7;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-right-text a:first-child {*/
/*  margin-left: 0;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-right-text .border-area {*/
/*  position: relative;*/
/*  margin: 0 6px;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-right-text .border-area::after{*/
/*  position: absolute;*/
/*  content: "";*/
/*  background: #acc0e7;*/
/*  width: 1px;*/
/*  height: 15px;*/
/*  top: -12px;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-right-text .header-right-icon.carticon{*/
/*  margin-right: 5px;*/
/*}*/
/*.header-section .header-top .header-left .header-left-list .header-dropdown select {*/
/*  position: relative;*/
/*  font-weight: 400;*/
/*  background: transparent;*/
/*  color: #acc0e7;*/
/*  outline: none;*/
/*  border: none;*/
/*  padding: 0 12px 0 12px;*/
/*  margin: 0 12px 0 0;*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  appearance: none;*/
/*  transform: translateX(-5px);*/
/*}*/
/*.header-section .header-top .header-left .header-left-list .header-dropdown:after {*/
/*  position: absolute;*/
/*  font-family: "IcoFont";*/
/*  content: "\EAB2";*/
/*  z-index: 2;*/
/*  color: #acc0e7;*/
/*  top: -8px;*/
/*  right: 28.008px;*/
/*  width: 0;*/
/*  height: 0;*/
/*  pointer-events: none;*/
/*  margin-top: 7.008px;*/
/*  border-top-style: solid;*/
/*  border-bottom: none;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-dropdown select {*/
/*  position: relative;*/
/*  font-weight: 400;*/
/*  background: transparent;*/
/*  color: #acc0e7;*/
/*  outline: none;*/
/*  border: none;*/
/*  padding: 0 15.008px 0 10px;*/
/*  margin: 0 15.008px;*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  appearance: none;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-dropdown select option {*/
/*  color:#acc0e7;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-dropdown .header-left-icon i {*/
/*    color: #acc0e7;*/
/*}*/
/*.header-section .header-top .nice-select:after {*/
/*  height: 8px;*/
/*  width: 8px;*/
/*  margin-top: 15px;*/
/*}*/
/*.header-section .header-top .list {*/
/*  top: 30px;*/
/*}*/
/*.header-section .header-top .nice-select {*/
/*  background: transparent;*/
/*  color: #acc0e7;*/
/*  border: none;*/
/*  height: 0;*/
/*  margin-right: -20px;*/
/*  margin-top: -21px;*/
/*  margin-left: -10px;*/
/*}*/
/*.header-section .header-top .header-right .nice-select {*/
/*  margin-top: -10px;*/
/*}*/
/*.header-section .header-top .nice-select .current,*/
/*.header-section .header-top .nice-select ul li{*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*}*/
/*.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {*/
/*  background-color: #f6f7f9;*/
/*  color: #4a5061;*/
/*  font-weight: 600;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-right-text {*/
/*  color: #acc0e7;*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-right-text .icon-bg {*/
/*  background: #263780;*/
/*  padding: 8px 12px;*/
/*  border-radius: 50%;*/
/*  margin: -15px 0;*/
/*}*/
/*.header-section .header-top .header-right .header-right-list .header-right-text .carticon img {*/
/*  background: #e4eefb;*/
/*  border-radius: 50px;*/
/*  padding: 8px;*/
/*  margin-right: 6px;*/
/*}*/

/*==========================================
    navbar
===========================================*/

.traje-navbar {
  left: 0;
  top: 10px;
  width: 100%;
  z-index: 5;
  background-color: transparent;
  transition: 0.5s;
}
.navbar-brand {
  margin-right: inherit;
}
.navbar-nav {
  /*background-color: rgb(255, 255, 255);*/
  border-radius: 70px;
  /*padding: 0 40px;*/
}
.navbar-nav .dropdown-menu {
  top: 60px;
}
.traje-navbar .nav-main .navbar-nav .nav-item {
  list-style: none;
  float: left;
  text-transform: uppercase;
  color: #143250;
  padding: 17px 20px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: relative;
}
.traje-navbar .nav-main .navbar-nav .nav-item:hover {
  background: #7bc690;
  border-top: 3px solid #019b2b;
  border-bottom: 3px solid #019b2b;
  transition: 0.3s;
  display: inline-block;
}
.traje-navbar .nav-main .navbar-nav .nav-item.active {
  background: #7bc690;
  border-top: 3px solid #019b2b;
  border-bottom: 3px solid #019b2b;
  transition: 0.3s;
  display: inline-block;
}
.traje-navbar .nav-main .navbar-nav .nav-item.b-none {
  background: transparent;
  margin-bottom: -50px;
}
.traje-navbar .nav-main .navbar-nav .nav-item .nav-link:after{
  content: none;
}
.traje-navbar .nav-main .navbar-nav .nav-item .logo-section{
  margin-top: -40px;
}
.traje-navbar .logo-section .navbar-brand .res-logo{
  display: none;
}
.traje-navbar .nav-main .navbar-nav .nav-item .nav-link {
  text-decoration: none;
  color: #4a5061;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.traje-navbar .nav-main .navbar-nav .nav-item .dropdown-item{
  text-decoration: none;
  color: #4a5061;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 25px;
}
.dropdown-item.active, .dropdown-item:hover {
  color: #fff;
  background: #7bc690;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background: #7bc690;
}
.traje-navbar.sticky {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #e2edfe;
  box-shadow: 0px 1px 5px 0px rgba(59, 55, 188, 0.5);
  top: 0;
}

/*==========================================
    banner section
===========================================*/
/*.banner-section{*/
/*  position: relative;*/
/*  margin-bottom: -3px;*/
/*}*/
/*.banner-section .overlay.contact{*/
/*  background-color: #f4f8fb;*/
/*}*/
/*.myVideo {*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: -134px;*/
/*  bottom: 0;*/
/*  min-width: 100%;*/
/*  min-height: 100%;*/
/*  z-index: -1;*/
/*}*/



/*.banner-section.index-area .overlay {*/
/*  background-image: url(../images/banner-bg.png);*/
/*  z-index: 0;*/
/*  padding: 320px 0 278px 0;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*}*/
.banner-section.inner-banner-area .overlay {
  background-image: url(../images/banner-top-bg.jpg);
  z-index: 0;
  /*padding: 273px 0 110px 0;*/
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.banner-section.inner-banner-area .overlay2 {
  background-image: url(../images/banner-top-bg1.jpg);
  z-index: 0;
  /*padding: 273px 0 110px 0;*/
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}



/*.banner-section.inner-banner-area .overlay1 {*/
/*  background-image: url(../images/banner-top-bg.png);*/
/*  z-index: 0;*/
/*  padding: 273px 0 110px 0;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/



/*.banner-section.inner-banner-area .overlay2 {*/
/*  background-image: url(../images/banner-top-bg.png);*/
/*  z-index: 0;*/
/*  padding: 273px 0 110px 0;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/





/*.banner-section.inner-banner-area .overlay .banner-text h2 {*/
/*  font-size: 70px;*/
/*  line-height: 80px;*/
/*  color: rgb(255, 255, 255);*/
/*  font-weight: bold;*/
/*}*/
/*.banner-section.inner-banner-area .breadcrumb-area li {*/
/*  padding: 0;*/
/*  color: rgb(241, 241, 241);*/
/*}*/
/*.banner-section.inner-banner-area .breadcrumb-area .breadcrumb {*/
/*  background: transparent;*/
/*  padding: 15px 0;*/
/*}*/
/*.banner-section.inner-banner-area .breadcrumb-area i {*/
/*  color: rgb(255, 255, 255);*/
/*  padding: 0 5px;*/
/*}*/
/*.breadcrumb-item+.breadcrumb-item::before {*/
/*  display: none;*/
/*}*/
/*.banner-section .overlay .banner-text h2 {*/
/*  font-size: 90px;*/
/*  line-height: 100px;*/
/*  color: rgb(255, 255, 255);*/
/*  font-weight: bold;*/
/*}*/
/*.banner-section .overlay .font-24-regular {*/
/*  margin: 30px 0 40px 0;*/
/*}*/

/*.banner-section .overlay .get-start {*/
/*  margin: 45px 0 4px;*/
/*}*/
/*==========================================
    statics section
===========================================*/
.latest-product-section {
  position: relative;
  margin-top: -80px;
}
.latest-product-section .latest-product{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(74, 113, 249, 0.3);
}
.latest-product-section .latest-product:hover{
  box-shadow: 0px 15px 30px 0px rgba(74, 113, 249, 0.6);
  transition: all 0.3s;
}
.latest-product-section .latest-product .text-area h3 {
  margin-bottom: 37px;
}
.latest-product-section .latest-product .text-area {
  padding: 25px 30px 40px;
}
.latest-product-section .slick-initialized .slick-prev {
  left: -1%;
  top: 40%;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.latest-product-section .slick-initialized .slick-prev:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.latest-product-section .slick-initialized .slick-prev i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
.latest-product-section .slick-initialized .slick-next {
  right: -1%;
  top: 40%;
  position: absolute;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.latest-product-section .slick-initialized .slick-next:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.latest-product-section .slick-initialized .slick-next i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
.latest-product-section .slick-initialized .latest-product-section-dots {
  text-align: center;
}
.latest-product-section .slick-initialized .latest-product-section-dots li {
  margin: 22px 0 0 8px;
  display: inline-block;
  list-style: none;
}
.latest-product-section .slick-initialized .latest-product-section-dots li:first-child {
  margin-left: 0;
}
.latest-product-section .slick-initialized .latest-product-section-dots .dot {
  display: block;
  width: 10px;
  height: 10px;
  text-decoration: none;
  background: #dee2eb;
  border-radius: 50%;
  cursor: pointer;
}
.latest-product-section .slick-initialized .slick-list.draggable {
  padding-bottom: 40px;
}
.latest-product-section .slick-initialized .latest-product-section-dots .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}
.latest-product-section .slick-initialized .latest-product-section-dots .slick-active .dot {
  background: #019b2b;
}
/*==========================================
   About US section
===========================================*/
.about-us-section {
  margin-top: -40px;
}
.about-us-section .overlay {
  background-image: url(../images/not-enough-section-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 71%;
  background-position: 0% 185px;
  /*padding-bottom: 290px;*/
  margin-bottom: 120px;
}
.about-us-section .overlay .about-us-left{
  position: relative;
}
.about-us-section .overlay .about-us-left img{
  position: absolute;
}
.about-us-section .overlay .about-us-left .img-1{
  left: -320px;
  top: 70px;
}
.about-us-section .overlay .about-us-left .img-2 {
  right: 0px;
  top: 40px;
}
.about-us-section .overlay .about-us-left .img-3{
  left: -175px;
  top: -23px;
}
/*==========================================
   Our Products section
===========================================*/
.our-product-section .overlay {
  margin-bottom: -5px;
}
.our-product-section .overlay .our-product {
  /*border-radius: 50%;*/
  background-color: rgb(255, 255, 255);
  /*box-shadow: 0px 5px 15px 0px rgba(20, 50, 80, 0.4);*/
  /*width: 120px;*/
  /*height: 90px;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
  transition: all 0.9s;
}
.our-product-section .overlay .single-item:hover .our-product{
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transition: all 0.9s;
}
.our-product-section .overlay .single-item:hover h3{
  color: #019b2b;
}
/*==========================================
   Specialist Styles section
===========================================*/
.specialist-styles-section .overlay{
  background-image: url(../images/specialist-styles-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.specialist-styles-section .overlay .latest-product{
  border-radius: 10px;
}
.specialist-styles-section .overlay .latest-product .img-area img{
  width: 100%;
}
.specialist-styles-section .overlay .latest-product:hover{
  box-shadow: 0px 22px 65px 0px rgba(35, 35, 35, 0.08);
}
.specialist-styles-section .latest-product .text-area{
  background: #ffffff;
  padding: 0 15px;
}
.specialist-styles-section .latest-product .text-area h3 {
  padding: 32px 0 15px 0;
  text-transform: uppercase;
  font-size: 20px;
}
.specialist-styles-section .latest-product .text-area .button-hover {
  padding: 25px 0 30px 0;
}
.specialist-styles-section .specialist-section-carousel.slick-initialized{
  margin-bottom: 10px;
}
.specialist-styles-section .slick-initialized .slick-prev {
  left: 40%;
  position: absolute;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.specialist-styles-section .slick-initialized .slick-prev:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.specialist-styles-section .slick-initialized .slick-prev i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
.specialist-styles-section .slick-initialized .slick-next {
  right: 40%;
  position: absolute;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.specialist-styles-section .slick-initialized .slick-next:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.specialist-styles-section .slick-initialized .slick-next i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
.specialist-styles-section .slick-initialized .specialist-styles-section-dots {
  text-align: center;
}
.specialist-styles-section .slick-initialized .specialist-styles-section-dots li {
  margin: 22px 0 0 8px;
  display: inline-block;
  list-style: none;
}
.specialist-styles-section .slick-initialized .specialist-styles-section-dots li:first-child {
  margin-left: 0;
}
.specialist-styles-section .slick-initialized .specialist-styles-section-dots .dot {
  display: block;
  width: 10px;
  height: 10px;
  text-decoration: none;
  background: #dee2eb;
  border-radius: 50%;
  cursor: pointer;
}
.specialist-styles-section .slick-initialized .slick-list.draggable {
  margin-bottom: 60px;
}
.specialist-styles-section .slick-initialized .specialist-styles-section-dots .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}
.specialist-styles-section .slick-initialized .specialist-styles-section-dots .slick-active .dot {
  background: #019b2b;
}
/*==========================================
   Good is not enough section
===========================================*/
.not-enough-section .overlay{
  background-image: url(../images/not-enough-section-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}
.not-enough-section .overlay .section-text {
  margin-top: 30%;
}
.not-enough-section .overlay .not-enough-btn {
  display: inline-block;
}
.not-enough-section .overlay .not-enough-btn .get-start{
  display: inline-block;
  margin-right: 15px;
}
.not-enough-section .overlay .not-enough-left-area .total-circle img{
  position: relative;
}
.not-enough-section .overlay .not-enough-left-area {
  display: inline-block;
}
.not-enough-section .overlay .not-enough-left-area .total-circle:before {
  content: "";
  display: block;
  width: 93%;
  height: 0;
  position: absolute;
  padding-bottom: 89%;
  background: #019b2b;
  border-radius: 50%;
  top: 154px;
  left: 20px;
}
/*==========================================
   Trending Swimwear section
===========================================*/
.trending-swimwear-section .overlay {
  /*background-image: url(../images/trending-swimwear-section-bg.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-position: center;*/
  /*margin-bottom: -22px;*/
}
.trending-swimwear-section .overlay .section-text .section-subtitle{
  color: rgb(255, 255, 255);
}
.trending-swimwear-section .overlay .section-text .section-description{
  color: rgb(246, 251, 255);
}
.trending-swimwear-section .overlay .latest-product{
  border-radius: 10px;
  background-color: rgb(245, 248, 255);
  box-shadow: 0px 0px 30px 0px rgba(20, 50, 80, 0.3);
}
.trending-swimwear-section .slick-initialized .slick-list{
  padding-bottom: 20px;
}
.trending-swimwear-section .overlay .latest-product .text-area {
  background-color: rgb(245, 248, 255);
  padding: 40px 30px 30px;
}
.trending-swimwear-section .overlay .latest-product .img-area {
  position: relative;
}
.trending-swimwear-section .overlay .latest-product .img-area img{
  width: 100%;
}
.trending-swimwear-section .overlay .latest-product .img-area .sale-area {
  position: absolute;
  background: #41b224;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  top: 40px;
}
.trending-swimwear-section .overlay .latest-product .img-area .prize-area {
  position: absolute;
  background: #019b2b;
  padding: 15px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  color: rgb(255, 255, 255);
  bottom: -32px;
  right: 10px;
}
.trending-swimwear-section .overlay .latest-product .img-area .prize-area .dollar{
  font-size: 20px;
  line-height: 30px;
}
.trending-swimwear-section .overlay .latest-product .img-area .hover-icon {
  display: block;
  height: 110px;
  width: 35px;
  padding: 10px 0 0 0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  top: 50px;
  right: 20px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}
.trending-swimwear-section .overlay .latest-product .img-area:hover .hover-icon {
  opacity: 1;
  transition: all 0.3s ease;
}
.trending-swimwear-section .overlay .latest-product .img-area .hover-icon i {
  display: block;
  color: #b4b4b4;
  transition: all 0.3s ease;
}
.trending-swimwear-section .overlay .latest-product .img-area .hover-icon a {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.trending-swimwear-section .overlay .latest-product .img-area .hover-icon a:last-child {
  border: none;
}
.trending-swimwear-section .overlay .latest-product .img-area .hover-icon i:hover {
  color: #019b2b;
  transition: all 0.3s ease;
}
.trending-swimwear-section .overlay .latest-product .text-area .review-block {
  margin: 2px 0 -4px 0;
}
.trending-swimwear-section .overlay .latest-product .text-area .review-block .star-review a {
  margin-right: -5px;
}
.trending-swimwear-section .overlay .latest-product .text-area .review-block .star-review .border-right {
  margin: 10px 5px -5px 15px;
  background:#5b7086;
  width: 2px;
  height: 20px;
}
.trending-swimwear-section .overlay .latest-product .text-area .review-block .star-review a i{
  color: #019b2b;
  margin-right: -5px;
}
.trending-swimwear-section .overlay .latest-product .text-area .button-hover {
  margin-top: 26px;
}
.trending-swimwear-section .slick-initialized .slick-prev {
  left: -1%;
  top: 36%;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.trending-swimwear-section .slick-initialized .slick-prev:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.trending-swimwear-section .slick-initialized .slick-prev i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
.trending-swimwear-section .slick-initialized .slick-next {
  right: -1%;
  top: 36%;
  position: absolute;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.trending-swimwear-section .slick-initialized .slick-next:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.trending-swimwear-section .slick-initialized .slick-next i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
/*==========================================
   Shop by Brand section
===========================================*/
.shop-brand-section .overlay .section-subtitle{
  color: #019b2b;
  position: relative;
  margin: 35px 0 25px;
}
.shop-brand-section .overlay .section-subtitle:before {
  content: '';
  position: absolute;
  width: 30%;
  height: 1px;
  background: #e3e2e2;
  top: 22px;
  left: 0;
}
.shop-brand-section .overlay .section-subtitle:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 1px;
  background: #e3e2e2;
  top: 22px;
  right: 0;
}
.shop-brand-section .overlay .shop-brand-carousel .brand-item .brand-item-single img {
  border: 1px solid #e3e2e2;
  border-radius: 5px;
  transition: 0.5s;
}
.shop-brand-section .overlay .shop-brand-carousel .brand-item .brand-item-single:hover img {
  border: 1px solid #019b2b;
  box-shadow: 0px 5px 10px 0px rgba(14, 35, 107, 0.3);
}
.shop-brand-section .overlay .shop-brand-carousel .brand-item {
  padding: 0 15px;
}
.shop-brand-section .overlay .shop-brand-area {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px 0px rgba(74, 113, 249, 0.6);
}
.shop-brand-section .slick-initialized .slick-prev {
  left: -2%;
  top: 8%;
  z-index: 1;
  position: absolute;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.shop-brand-section .slick-initialized .slick-prev:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.shop-brand-section .slick-initialized .slick-prev i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
.shop-brand-section .slick-initialized .slick-next {
  right: -2%;
  top: 8%;
  position: absolute;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.shop-brand-section .slick-initialized .slick-next:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.shop-brand-section .slick-initialized .slick-next i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
.shop-brand-section .slick-initialized .shop-brand-section-dots {
  text-align: center;
  padding: 0 0 23px 0;
}
.shop-brand-section .slick-initialized .shop-brand-section-dots li {
  margin: 22px 0 0 8px;
  display: inline-block;
  list-style: none;
}
.shop-brand-section .slick-initialized .shop-brand-section-dots li:first-child {
  margin-left: 0;
}
.shop-brand-section .slick-initialized .shop-brand-section-dots .dot {
  display: block;
  width: 10px;
  height: 10px;
  text-decoration: none;
  background: #dee2eb;
  border-radius: 50%;
  cursor: pointer;
}
.shop-brand-section .slick-initialized .shop-brand-section-dots .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}
.shop-brand-section .slick-initialized .shop-brand-section-dots .slick-active .dot {
  background: #019b2b;
}
/*==========================================
   About Traje section
===========================================*/
.about-traje-section .overlay {
  /*background-image: url(../images/about-section-bg.png);*/
  background-repeat: no-repeat;
  background-size: 40% 100%;
  background-position: 85% 0;
}
.about-traje-section .overlay .about-traje-left .about-single .number-area{
  display: inline-block;
  border: 1px solid #ededed;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 28px;
}
.about-traje-section .overlay .about-traje-left .about-single .number-area span{
  border-radius: 50%;
  background-color: rgb(245, 248, 255);
  width: 100px;
  height: 100px;
  font-size: 36px;
  line-height: 46px;
  color: #068d2a;
  font-weight: 600;
}
.about-traje-section .overlay .about-traje-left .about-single h5{
  color: rgb(20, 50, 80);
  text-transform: uppercase;
  line-height: 1.444;
}
.about-traje-section .overlay .about-right-area {
  /*color: rgb(20, 50, 80);*/
  text-transform: uppercase;
  line-height: 1.444;
}
/*==========================================
   Why Choose Us section
===========================================*/
.choose-us-section{
  /*background: #f3f8fb;*/
 
}
.choose-us-section .choose-us-left {
  position: relative;
}
.choose-us-section .choose-us-left .choose-us-bg{
  padding: 14% 10% 4% 10%;
  margin-top: 30px;
}
.choose-us-section .choose-us-left:before {
  position: absolute;
  content: '';
  background-image: -moz-linear-gradient( -45deg, rgb(1,155,43) 0%, rgb(51,219,97) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(1,155,43) 0%, rgb(51,219,97) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(1,155,43) 0%, rgb(51,219,97) 100%);
  width: 350px;
  height: 412px;
}
.choose-us-section .overlay ul li {
  font-size: 20px;
  color: rgb(43, 70, 97);
  line-height: 50px;
  border: 1px  dashed #dcdcdc;
  padding: 10px;
  margin-top: 20px;
}
.choose-us-section .overlay ul li i{
  color: #38526b;
}
.choose-us-section .slick-initialized .slick-prev {
  left: -1%;
  top: 36%;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  font-size: 20px;
  border-radius: 5%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
  opacity: 0;
}
.choose-us-section .slick-initialized .slick-prev:hover {
  opacity: 1;
}
.choose-us-section .slick-initialized .slick-prev:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.choose-us-section .slick-initialized .slick-prev i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
.choose-us-section .slick-initialized .slick-next {
  right: -1%;
  top: 36%;
  position: absolute;
  bottom: -10px;
  font-size: 20px;
  border-radius: 5%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
  opacity: 0;
}
.choose-us-section .slick-initialized .slick-next:hover {
  opacity: 1;
}
.choose-us-section .slick-initialized .slick-next:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.choose-us-section .slick-initialized .slick-next i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
.choose-us-section .slick-initialized .choose-us-section-dots {
  text-align: center;
}
.choose-us-section .slick-initialized .choose-us-section-dots li {
  margin: 22px 0 0 8px;
  display: inline-block;
  list-style: none;
}
.choose-us-section .slick-initialized .choose-us-section-dots li:first-child {
  margin-left: 0;
}
.choose-us-section .slick-initialized .choose-us-section-dots .dot {
  display: block;
  width: 10px;
  height: 10px;
  text-decoration: none;
  background: #dee2eb;
  border-radius: 50%;
  cursor: pointer;
}
.choose-us-section .slick-initialized .slick-list.draggable {
  margin-bottom: 15px;
}
.choose-us-section .slick-initialized .choose-us-section-dots .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}
.choose-us-section .slick-initialized .choose-us-section-dots .slick-active .dot {
  background: #019b2b;
}
/*==========================================
   Testimonials section
===========================================*/
.testimonials-section .overlay {
  /*background-image: url(../images/testimonial-section-bg.png);*/
  background-repeat: no-repeat;
  background-size: 15% 100%;
  background-position: 0;
}
.testimonials-section .overlay .testimonial-left {
  background-image: url(../images/testimonial-video-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.testimonials-section .overlay .testimonial-left::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0,0.5);
  opacity: 0.702;
}


.testimonials-section .overlay .testimonial-left .icon-box{
  border: 1px solid #9a9bbe;
  border-radius: 50%;
  padding: 15px 15px;
  z-index: 1;
}
.testimonials-section .overlay .testimonial-left .icon-box a i{
  color: #019b2b;
  font-size: 35px;
}
.testimonials-section .overlay .testimonial-right .post-meta-thumb img{
  border-radius: 50%;
  background-color: rgb(210, 210, 210);
  box-shadow: 0px 5px 20px 0px rgba(36, 88, 255, 0.5);
  display: initial;
}
.testimonials-section .overlay .testimonial-right .post-text a{
  font-size: 14px;
  line-height: 24px;
  color: rgb(90, 111, 132);
}
.testimonials-section .overlay .testimonial-right .post-text .post-user {
  color: rgb(20, 50, 80);
  text-transform: uppercase;
  margin: 23px 0 18px 0;
}
.testimonials-section .overlay .testimonial-right-slide .slick-track{
  margin-top: 15px;
}
.testimonials-section .overlay .testimonial-right .post-text .ratings i{
  color: #019b2b;
  margin-right: -5px;
}
.testimonials-section .overlay .testimonial-right p {
  color: rgb(43, 70, 97);
  margin: 30px 0 0 0;
}
.testimonials-section .slick-initialized .slick-prev {
  left: 20%;
  position: absolute;
  z-index: 1;
  bottom: 3%;
  font-size: 20px;
  border-radius: 5%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.testimonials-section .slick-initialized .slick-prev:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.testimonials-section .slick-initialized .slick-prev i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
.testimonials-section .slick-initialized .slick-next {
  right: 20%;
  position: absolute;
  bottom: 3%;
  font-size: 20px;
  border-radius: 5%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.testimonials-section .slick-initialized .slick-next:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.testimonials-section .slick-initialized .slick-next i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
.testimonials-section .slick-initialized .testimonials-section-dots {
  text-align: center;
  padding: 35px 0 23px 0;
}
.testimonials-section .slick-initialized .testimonials-section-dots li {
  margin: 22px 0 0 8px;
  display: inline-block;
  list-style: none;
}
.testimonials-section .slick-initialized .testimonials-section-dots li:first-child {
  margin-left: 0;
}
.testimonials-section .slick-initialized .testimonials-section-dots .dot {
  display: block;
  width: 10px;
  height: 10px;
  text-decoration: none;
  background: #dee2eb;
  border-radius: 50%;
  cursor: pointer;
}
.testimonials-section .slick-initialized .testimonials-section-dots .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}
.testimonials-section .slick-initialized .testimonials-section-dots .slick-active .dot {
  background: #019b2b;
}
/*==========================================
   How We Operate section
===========================================*/
.we-operate-section .section-text{
  margin-left: 18%;
}
.we-operate-section .total-item{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(20, 50, 80, 0.2);
  padding: 40px 40px 40px 85px;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}
.we-operate-section .total-item .single-item .our-product .img-area {
  height: 90px;
}
.we-operate-section .total-item .single-item .item-bottom{
  margin-top: 12px;
}
/*==========================================
   Product widget section
===========================================*/
.product-widget-section {
  margin-bottom: -20px;
}
.product-widget-section .overlay .widget-box{
  padding: 30px;
  border: 1px solid #dfe1e4;
  border-radius: 5px;
}
.product-widget-section .overlay .widget-box .caption{
  margin-bottom: 18px;
}
.product-widget-section .overlay .widget-box .category-content li .more{
  color: rgb(20, 50, 80);
  font-weight: 600;
  line-height: 1.714;
  float: left;
  display: contents;
}
.product-widget-section .overlay .widget-box .category-content .rangeslide p{
  font-size: 14px;
  line-height: 24px;
  color: rgb(20, 50, 80);
}
.product-widget-section .overlay .widget-box .category-content .global-btn {
  padding: 10px 30px;
}
.product-widget-section .overlay .widget-box .category-content .rangeslide p span{
  color: rgb(20, 50, 80);
  float: right;
}
.irs--big .irs-bar {
  top: 35px;
  height: 8px;
  border: none;
}
.irs--big .irs-line {
  top: 35px;
  height: 8px;
  border: none;
}
.irs--big .irs-handle {
  top: 29px;
  width: 20px;
  height: 20px;
  border: none;
  z-index: 1;
}
.irs-with-grid .irs-grid {
  display: none;
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  background: #019b2b;
}
.irs--big .irs-bar {
  background: #019b2b;
}
.irs--big .irs-line {
  background: #d2d2d2;
}
.irs--big .irs-min, .irs--big .irs-max {
  display: none;
}
.product-widget-section .overlay .widget-box .category-content{
  position: relative;
  padding-top: 28px;
}
.product-widget-section .overlay .widget-box .category-content:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  background: #eeeeee;
}
.product-widget-section .overlay .widget-box li{
  font-size: 14px;
  line-height: 24px;
  color: rgb(20, 50, 80);
}
.product-widget-section .overlay .widget-box ul li a {
  float: right;
}
.product-widget-section .overlay .widget-box ul li a i{
  margin-right: -5px;
  color: #019b2b;
}
.product-widget-section .overlay .widget-box ul li a .blank{
  color: #c7c7c7;
}
.product-widget-section .overlay .widget-box ul li input{
  width: initial;
  cursor: pointer;
  margin-right: 10px;
  top: 2px;
  position: relative;
}
.product-widget-section .overlay .widget-box ul li label span{
  font-size: 14px;
  line-height: 24px;
}
.product-widget-section .overlay .widget-box ul li label{
  cursor: pointer;
}
.product-widget-section .overlay .filter-area{
  border: 1px solid #dbdce4;
  border-radius: 8px;
  padding: 15px 20px;
}
.product-widget-section .overlay .filter-area .view-style-toggle-area {
  display: inline-block;
}
.product-widget-section .overlay .filter-area .sort-field {
  display: inline-block;
  margin-left: 20px;
}
.product-widget-section .overlay .filter-area .sort-field select {
  display: initial !important;
}
.product-widget-section .overlay .filter-area .sort-field .nice-select{
  display: none;
}
.product-widget-section .overlay .filter-area .sort-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  padding: 0;
  border: 1px solid #dfe1e4;
  border-radius: 25px;
  padding: 10px 35px 10px 25px;
  background: transparent;
}
.product-widget-section .overlay .filter-area .sort-field:after {
  /*position: absolute;*/
  /*font-family: "IcoFont";*/
  /*content: "\EAB2";*/
  /*z-index: 1;*/
  /*color: #143250;*/
  /*width: 0;*/
  /*height: 0;*/
  /*pointer-events: none;*/
  /*margin-left: -35px;*/
  /*top: 10px;*/
  /*border-top-style: solid;*/
  /*border-bottom: none;*/
}
.product-widget-section .overlay .filter-area .view-style-toggle-area .view-btn {
  border: 1px solid #dfe1e4;
  border-radius: 25px;
  padding: 6px 25px;
  margin-left: 10px;
  background: transparent;
}
.product-widget-section .overlay .filter-area .view-style-toggle-area .view-btn .material-icons {
  line-height: 1.5;
}
.product-widget-section .overlay .filter-area .view-style-toggle-area .view-btn.active span{
  color: #019b2b;
}
.product-widget-section .overlay .filter-area .view-style-toggle-area .view-btn span{
  color: #435b73;
}
.product-widget-section .overlay .latest-product{
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid #d4d7db;
}
.product-widget-section .overlay .latest-product:hover{
  box-shadow: 0px 0px 30px 0px rgba(20, 50, 80, 0.3);
  transition: all 0.3s;
}
.product-widget-section .overlay .latest-product .text-area {
  background-color: rgb(245, 248, 255);
  padding: 40px 30px 30px;
}
.product-widget-section .overlay .latest-product .img-area {
  position: relative;
  /*height: 225px;*/
}
.product-widget-section .overlay.swimwear .latest-product .img-area {
  height: initial;
}
.product-widget-section .overlay .latest-product .img-area img{
  /*width: 100%;*/
  /*height: 100%;*/
}
.product-widget-section .overlay .grid-item .latest-product .img-area img{
  width: initial;
  height: initial;
}
.product-widget-section .overlay .latest-product .img-area .sale-area {
  position: absolute;
  background: #41b224;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  top: 40px;
}
.product-widget-section .overlay .grid-item .latest-product .img-area .sale-area {
  left: 0;
}
.product-widget-section .overlay .latest-product .img-area .prize-area {
  position: absolute;
  background: #019b2b;
  padding: 15px 15px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  color: rgb(255, 255, 255);
  bottom: -32px;
  right: 10px;
}
.product-widget-section .overlay .latest-product .img-area .prize-area .dollar{
  font-size: 20px;
  line-height: 30px;
}
.product-widget-section .overlay .latest-product .img-area .hover-icon {
  display: block;
  height: 110px;
  width: 35px;
  padding: 10px 0 0 0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  top: 50px;
  right: 20px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}
.product-widget-section .overlay .latest-product .img-area:hover .hover-icon {
  opacity: 1;
  transition: all 0.3s ease;
}
.product-widget-section .overlay .latest-product .img-area .hover-icon i {
  display: block;
  color: #b4b4b4;
  transition: all 0.3s ease;
}
.product-widget-section .overlay .latest-product .img-area .hover-icon a {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.product-widget-section .overlay .latest-product .img-area .hover-icon a:last-child {
  border: none;
}
.product-widget-section .overlay .latest-product .img-area .hover-icon i:hover {
  color: #019b2b;
  transition: all 0.3s ease;
}
.product-widget-section .overlay .latest-product .text-area .hover-effect:hover:before {
  background-position: 146px 15px;
}
.product-widget-section .overlay .latest-product .text-area .review-block {
  margin: 7px 0 8px 0;
}
.product-widget-section .overlay .latest-product .text-area .review-block .star-review a {
  margin-right: -5px;
}
.product-widget-section .overlay .latest-product .text-area .review-block .star-review .border-right {
  margin: 10px 5px -5px 15px;
  background:#5b7086;
  width: 2px;
  height: 20px;
}
.product-widget-section .overlay .latest-product .text-area .review-block .star-review a i{
  color: #019b2b;
  margin-right: -5px;
}
.product-widget-section .overlay .latest-product .text-area .button-hover {
  margin-top: 26px;
}
.product-widget-section .overlay .product-grid-view {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-widget-section .overlay .product-grid-view .product-item {
  flex: 0 0 calc(100% / 3 - 15px);
  -ms-flex: 0 0 calc(100% / 3 - 15px);
  max-width: calc(100% / 3 - 15px);
}
.product-widget-section .overlay .product-grid-view.list-style {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-widget-section .overlay .product-grid-view.list-style .product-item {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}
.product-widget-section .overlay .product-grid-view.list-style .product-item .latest-product{
  display: flex;
  flex-wrap: wrap;
}
.product-widget-section .overlay .product-grid-view.list-style .list-item {
  display: none;
}
.product-widget-section .overlay .product-grid-view.grid-style .grid-item {
  display: none;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area {
  height: auto;
  flex: 0 0 28%;
  -ms-flex: 0 0 23%;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 .review-block i{
  color: #019b2b;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 {
  display: inline-block;
  max-width: 50%;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area {
  float: right;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .more-btn {
  color: #435b73;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 26px;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area:after {
  background: #d4d7db;
  height: 115%;
  width: 2px;
  position: absolute;
  content: '';
  top: 0;
  left: -25px;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part {
  background: #f5f8ff;
  height: auto;
  flex: 0 0 72%;
  -ms-flex: 0 0 72%;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product {
  display: -webkit-inline-box;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area {
  display: inline-block;
}
.product-widget-section .overlay .product-grid-view.list-style .grid-item .latest-product .img-area {
  text-align: center;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area {
  padding: 0;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 .review-block .font-18-normal{
  margin-top: 20px;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 .review-block i{
  color: #019b2b;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 .review-block {
  margin: 5px 0 8px 0;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 .review-block .star i {
  width: 15px;
  display: inline-block;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area {
  float: right;
  position: relative;
  margin-left: 60px;
  text-align: center;
  margin-top: 15px;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .more-btn {
  color: #435b73;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 10px;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area .hover-effect {
  width: 150px;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area .hover-effect:hover:before {
  background-position: 115px 15px;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area:after {
  background: #d4d7db;
  height: 115%;
  width: 2px;
  position: absolute;
  content: '';
  top: 0;
  left: -25px;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area .review-block .star-review .reviews{
  margin-left: 10px;
}

.product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area .review-block .star-review a {
  margin-right: 0;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area .prize-area {
  padding: 10px 10px;
  top: 25px;
  bottom: initial;
  right: -25px;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area .hover-icon {
  right: 40px;
}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part {
  background: #f5f8ff;
  padding: 50px 30px;
}
.pagination li {
  padding: 0 10px;
}
.pagination li a i {
  color: #435b73;
}
.pagination li a:hover i {
  color: #019b2b;
}
.pagination li a {
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  line-height: 3;
  text-align: center;
  color: #019b2b;
  transition: all 0.3s;
}
.pagination li a.active,
.pagination li a:hover {
  background: #019b2b;
  color: #fff;
  transition: all 0.3s;
}
.pagination li a {
  color: #435b73;
  font-size: 18px;
  line-height: 28px !important;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li .pagination-btn {
  width: 70px;
  height: 70px;
  line-height: 3;
}
.pagination li .pagination-btn:hover {
  background: initial;
  color: #019b2b;
}
.pagination {
  padding-top: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
/*==========================================
   Product Details Page
===========================================*/

.product-details-section .overlay .xzoom-container .slick-initialized .slick-next {
  right: -1%;
  top: 36%;
  position: absolute;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgb(35 35 35 / 8%);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.product-details-section .overlay .xzoom-container .slick-initialized .slick-prev {
  left: -1%;
  top: 36%;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgb(35 35 35 / 8%);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
:focus {
  outline: none;
}
.product-details-section .overlay .xzoom-container .xzoom-thumbs {
  text-align: center;
  margin-bottom: 0;
  margin-top: 40px;
}
.product-details-section .overlay .xzoom-container .xactive {
  border: 1px solid #019b2b;
}
.product-details-section .overlay .xzoom-container .slick-initialized button:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.product-details-section .overlay .xzoom-container .slick-initialized button:hover i{
  color: white;
}
.product-details-section .overlay .xzoom-container .slick-initialized .slick-slide {
  margin: 0 20px;
}
.product-details-section .overlay .right-area {
  margin-top: 17px;
}
.product-details-section .overlay .right-area .product-info .product-stock{
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}
.product-details-section .overlay .right-area .product-info .product-stock .stock-box{
  display: inline-block;
}
.product-details-section .overlay .right-area .product-info .product-stock .stock-box .value-title{
  font-size: 16px;
  font-weight: 500;
  color: rgb(115, 115, 115);
  text-transform: uppercase;
  line-height: 26px;
}
.product-details-section .overlay .right-area .product-info .product-stock .stock-box .value-content{
  font-size: 16px;
  color: #068d2a;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
}
.product-details-section .overlay .right-area .product-info .product-stock .stock-icon{
  float: right;
  display: inline-block;
}
.product-details-section .overlay .right-area .product-info .product-stock .stock-icon a i{
  color: #f5f8ff;
  border-radius: 50%;
  background-color: #068d2a;
  box-shadow: 0px 5px 10px 0px rgba(14, 36, 58, 0.2);
  font-size: 25px;
  padding: 15px;
  transition: all 0.3s;
  margin-left: 10px;
}
.product-details-section .overlay .right-area .product-info .product-stock .stock-icon a:hover i{
  background-color: #f5f8ff;
  color: #068d2a;
  transition: all 0.3s;
}
.product-details-section .overlay .right-area .product-info ul li .product-title{
  padding: 24px 0 12px;
}
.product-details-section .overlay .right-area .product-info ul li .review-block {
  margin: 18px 0 8px 0;
}
.product-details-section .overlay .right-area .product-info ul li .review-block .star-review a {
  margin-right: -5px;
}
.product-details-section .overlay .right-area .product-info ul li .review-block .star-review .reviews {
  position: relative;
  margin-left: 32px;
}
.product-details-section .overlay .right-area .product-info ul li .review-block .star-review .reviews:before {
  position: absolute;
  content: '';
  background: #5b7086;
  width: 2px;
  height: 15px;
  left: -15px;
  top: 5px;
}
.product-details-section .overlay .right-area .product-info ul li .review-block .star-review a i{
  color: #019b2b;
  margin-right: -5px;
}
.product-details-section .overlay .right-area .product-info .product-price p{
  font-size: 28px;
  color: rgb(20, 50, 80);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 38px;
}
.product-details-section .overlay .right-area .product-info .product-price p span{
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}
.product-details-section .overlay .right-area .product-info .offers{
  color: rgb(20, 50, 80);
  margin: 8px 0 15px;
}
.product-details-section .overlay .right-area .product-info .product-color{
  color: rgb(20, 50, 80);
  margin: 8px 0 22px;
}
.product-details-section .overlay .right-area .product-info .product-color .title{
  display: inline-block;
}
.product-details-section .overlay .right-area .product-info .product-color .color-list{
  font-weight: 600;
  display: inline-block;
}
.product-details-section .overlay .right-area .product-info .item-list ul li{
  display: inline-block;
  margin-right: 2px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.product-details-section .overlay .right-area .product-info .item-list ul li:hover{
  border: 1px solid #019b2b;
  border-radius: 5px;
  transition: all 0.3s;
}
.product-details-section .overlay .right-area .product-info .shiping-area{
  margin: 21px 0 18px;
  display: flex;
}
.product-details-section .overlay .right-area .product-info .shiping-area h4{
  color: #143250;
  font-weight: 400;
}
.product-details-section .overlay .right-area .product-info .shiping-area ul li select {
  display: initial !important;
}
.product-details-section .overlay .right-area .product-info .shiping-area ul li .nice-select{
  display: none !important;
}
.product-details-section .overlay .right-area .product-info .shiping-area ul li select {
  position: relative;
  font-weight: 400;
  background: transparent;
  color: #143250;
  outline: none;
  border: none;
  padding: 0;
  margin-left: 15px;
  font-size: 14px;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-details-section .overlay .right-area .product-info .shiping-area ul li{
  position: relative;
}
.product-details-section .overlay .right-area .product-info .shiping-area ul li:after{
  position: absolute;
  /*font-family: "IcoFont";*/
  content: "\EAB2";
  z-index: 2;
  color: #143250;
  top: -8px;
  width: 0;
  height: 0;
  pointer-events: none;
  margin-top: 7.008px;
  border-top-style: solid;
  border-bottom: none;
}
.product-details-section .overlay .right-area .product-info .refer-prize {
  margin: 26px 0 30px;
}
.product-details-section .overlay .right-area .product-info .refer-prize ul li {
  border: 1px solid #dfe1e4;
  display: inline-block;
  border-radius: 25px;
  padding: 5px 25px;
  text-transform: uppercase;
  margin-right: 10px;
}
.product-details-section .overlay .right-area .product-info .refer-price ul li a{
  color: #143250;
  font-size: 12px;
  line-height: 22px;
}
.product-details-section .qtySelector{
  width: 135px;
  height: 50px;
  margin: 0;
  background-color: rgb(242, 242, 242);
  border-radius: 50px;
  display: inline-block;
}
.product-details-section .qtySelector .decreaseQty{
  padding: 10px 11px;
  width: 50px;
  height: 100%;
  float: left;
  cursor: pointer;
  line-height: 2;
  color: #737373;
  border-radius: 50%;
  transition: all 0.3s;
}
.product-details-section .qtySelector i:hover{
  background: #019b2b;
  color: #fff;
  transition: all 0.3s;
}
.product-details-section .qtySelector .decreaseQty.clicked{
	font-size: 12px;
	padding: 12px 5px;
}
.product-details-section .qtySelector .increaseQty{
  padding: 10px 11px;
  width: 50px;
  height: 100%;
  float: right;
  cursor: pointer;
  line-height: 2;
  color: #737373;
  border-radius: 50%;
  transition: all 0.3s;
}
.product-details-section .qtySelector .qtyValue{
	border: none;
	padding: 5px;
	width: 35px;
	height: 100%;
	float: left;
  text-align: center;
  background-color: rgb(242, 242, 242);
}
.product-details-section .input-counter {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding: 30px 0;
}
.product-details-section .input-counter .add-cart-btn {
  color: #fff;
  border-radius: 25px;
  background-color: #068d2a;
  padding: 0 30px;
  transition: all 0.3s;
  margin-left: 10px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}
.product-details-section .input-counter .add-cart-btn:hover {
  background: #fff;
  color: #068d2a;
  box-shadow: 0px 5px 10px 0px rgba(14, 36, 58, 0.2);
}
.product-details-section .product-single-share {
  margin-top: 26px;
}
.product-details-section .product-single-share label {
  color: #143250;
  font-weight: 400;
  float: left;
}
.product-details-section .product-single-share ul li {
  float: left;
  margin: 0 15px;
}
.product-details-section .product-single-share ul li i{
  color: #b3b7c8;
  transition: all 0.3s;
  font-size: 20px;
}
.product-details-section .product-single-share ul li i:hover{
  color: #019b2b;
  transition: all 0.3s;
}
.product-details-section .nav-tabs .nav-link.active{
  color: rgb(255, 255, 255);
  background: #019b2b;
}
.product-details-section .nav-tabs{
  border: 1px solid #dbdce4;
  border-radius: 5px;
  padding: 10px 0;
}
.product-details-section .nav-tabs li {
  margin: auto;
}
.product-details-section .nav-tabs li a{
  font-size: 14px;
  line-height: 24px;
  color: rgba(20, 50, 80, 0.902);
  border: 1px solid #dfe1e4;
  border-radius: 50px;
  text-transform: uppercase;
}
.product-details-section .tab-content .tab-pane .title.mb-30{
  margin-bottom: 12px;
}
.product-details-section .tab-content .tab-pane{
  border: 1px solid #dbdce4;
  margin-top: 40px;
  padding: 40px;
}
.product-details-section .overlay .tab-content{
  margin-bottom: 20px;
}
.product-details-section .tab-content .tab-content-wrapper ul li {
  font-size: 18px;
  color: rgb(67, 91, 115);
  line-height: 28px;
}
.product-details-section .tab-content .tab-content-wrapper .top-content li {
  font-size: 18px;
  color: rgb(67, 91, 115);
  line-height: 28px;
}
.product-details-section .tab-content .tab-content-wrapper-second .top-content li {
  font-size: 18px;
  color: rgb(20, 50, 80);
  line-height: 28px;
  font-weight: 500;
}
.product-details-section .tab-content .tab-content-wrapper-second .top-content li span{
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.product-details-section .tab-content .tab-content-wrapper-second .mid-content li {
  font-size: 18px;
  color: rgb(67, 91, 115);
  line-height: 28px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .rating {
  font-size: 18px;
  line-height: 28px;
  color: rgb(67, 91, 115);
}
.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .rating span{
  font-size: 60px;
  line-height: 70px;
  color: #068d2a;
  font-weight: 900;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 30px 0;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .review-block {
  margin: 18px 0 8px 0;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .review-block .star-review .reviews {
  margin: 0;
  display: block;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .review-block .star-review a i{
  color: #019b2b;
  margin-right: -5px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .pagination{
  display: flex;
  margin-bottom: -40px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul{
  position: relative;
  display: grid;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul li{
  margin-bottom: 20px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul .rating-point{
  position: absolute;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul .rating-point span{
  font-size: 18px;
  line-height: 28px;
  color: rgb(67, 91, 115);
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul .progress{
  position: absolute;
  width: 75%;
  height: 11px;
  margin-left: 15%;
  margin-top: 10px;
  border-radius: 50px;
  background: #dde7fc;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul .progress-bar.full{
  width: 100%;
  background: #019b2b;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul .progress-bar.eighty{
  width: 80%;
  background: #019b2b;
}
.product-details-section .tab-content .tab-content-wrapper-fifth ul .review-count{
  float: right;
  font-size: 18px;
  line-height: 28px;
  color: rgb(67, 91, 115);
}

.product-details-section .tab-content .tab-pane.fifth{
  border: none;
  margin: 0;
  padding: 0;
}
.product-details-section .tab-content .top-content-fifth{
  border: 1px solid #dbdce4;
  margin-top: 40px;
  padding: 40px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .single-comment{
  border: 1px solid #d0d6dc;
  padding: 30px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar{
  float: left;
  margin-right: 30px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
  border-radius: 50%;
  border: 1px solid #f8741b;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text {
  width: 85%;
  float: left;
  position: relative;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .reply-icon{
  position: absolute;
  right: 0;
  top: 0;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .reply-icon a {
  color: #f50!important;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info h5{
  font-weight: 600;
  margin: 0;
  display: inline-block;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info .review-block {
  margin-left: 15px;
  display: inline-block;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info .review-block .star-review a i{
  color: #019b2b;
  margin-right: -5px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info .date-area{
  font-size: 14px;
  line-height: 24px;
  color: rgb(98, 118, 138);
  margin: 11px 0 20px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text p{
  color: rgba(20, 50, 80, 0.902);
}
/* .pagination {
  display: flex!important;
  margin-bottom: -60px;
}
.pagination li {
  padding: 0 10px;
}
.pagination li a i {
  color: #435b73;
}
.pagination li a:hover i {
  color: #019b2b;
}
.pagination li a {
  background: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  line-height: 3;
  text-align: center;
  color: #019b2b;
  transition: all 0.3s;
}
.pagination li a:hover {
  background: #019b2b;
  color: #fff;
  transition: all 0.3s;
}
.pagination li a {
  color: #435b73;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.pagination li .pagination-btn {
  width: 70px;
  height: 70px;
  line-height: 3;
}
.pagination li .pagination-btn:hover {
  background: initial;
  color: #019b2b;
} */
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form h3 {
  font-size: 28px;
  line-height: 38px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area h5 {
  display: inline-block;
  color: rgba(20, 50, 80, 0.902);
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area .star-list {
  display: inline-flex;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e2e2e2;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li:nth-last-child(1) {
  border: none;
  margin: 0;
  padding: 0;
} 
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li .star i{
  color: #e2e2e2;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li i{
  color: #019b2b;
  margin-right: -5px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form input{
  font-size: 14px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.6);
  outline: none;
  border: none;
  border-bottom: 1px solid #d5d6d9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 5%;
  margin-bottom: 40px;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form textarea{
  font-size: 14px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.6);
  outline: none;
  border: none;
  border-bottom: 1px solid #d5d6d9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 5%;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form input:hover{
  border-bottom: 1px solid #019b2b;
}
.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form textarea:hover{
  border-bottom: 1px solid #019b2b;
}
.product-details-section .tab-content form .global-btn{
  border-radius: 5px;
}
.product-details-section .owl-item{
  display: inline-block;
}
.product-details-section .owl-nav{
  display: none;
}
/*==========================================
   Related This section
===========================================*/
.related-this-section .overlay {
  background-image: url(../images/related-item-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin: -20px 0;
}
.related-this-section .overlay .latest-product{
  border-radius: 10px;
  transition: all 0.3s;
  margin: 20px 0;
  border: 1px solid #d4d7db;
}
.related-this-section .overlay .latest-product:hover{
  box-shadow: 0px 0px 30px 0px rgba(20, 50, 80, 0.3);
  transition: all 0.3s;
}
.related-this-section .overlay .latest-product .text-area {
  background-color: rgb(245, 248, 255);
  padding: 40px 30px 30px;
}
.related-this-section .overlay .latest-product .img-area {
  position: relative;
  height: 225px;
}
.related-this-section .overlay .latest-product .img-area img{
  width: 100%;
}
.related-this-section .overlay .latest-product .img-area .sale-area {
  position: absolute;
  background: #41b224;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  top: 40px;
}
.related-this-section .overlay .latest-product .img-area .prize-area {
  position: absolute;
  background: #019b2b;
  padding: 15px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  color: rgb(255, 255, 255);
  bottom: -32px;
  right: 10px;
}
.related-this-section .overlay .latest-product .img-area .prize-area .dollar{
  font-size: 20px;
  line-height: 30px;
}
.related-this-section .overlay .latest-product .img-area .hover-icon {
  display: block;
  height: 110px;
  width: 35px;
  padding: 10px 0 0 0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  top: 50px;
  right: 20px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}
.related-this-section .overlay .latest-product .img-area:hover .hover-icon {
  opacity: 1;
  transition: all 0.3s ease;
}
.related-this-section .overlay .latest-product .img-area .hover-icon i {
  display: block;
  color: #b4b4b4;
  transition: all 0.3s ease;
}
.related-this-section .overlay .latest-product .img-area .hover-icon a {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.related-this-section .overlay .latest-product .img-area .hover-icon a:last-child {
  border: none;
}
.related-this-section .overlay .latest-product .img-area .hover-icon i:hover {
  color: #019b2b;
  transition: all 0.3s ease;
}














.related-this-section .overlay .latest-product .img-area .hover-icon .border {
  border-bottom: 1px solid #b4b4b4!important;
}
.related-this-section .overlay .latest-product .text-area .review-block {
  margin: 7px 0 8px 0;
}
.related-this-section .overlay .latest-product .text-area .review-block .star-review a {
  margin-right: -5px;
}
.related-this-section .overlay .latest-product .text-area .review-block .star-review .border-right {
  margin: 10px 5px -5px 15px;
  background:#5b7086;
  width: 2px;
  height: 20px;
}
.related-this-section .overlay .latest-product .text-area .review-block .star-review a i{
  color: #019b2b;
  margin-right: -5px;
}
.related-this-section .overlay .latest-product .text-area .button-hover {
  margin-top: 26px;
}
.related-this-section .slick-initialized .slick-prev {
  left: -1%;
  top: 36%;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.related-this-section .slick-initialized .slick-prev:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.related-this-section .slick-initialized .slick-prev i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
.related-this-section .slick-initialized .slick-next {
  right: -1%;
  top: 36%;
  position: absolute;
  bottom: -10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 11px 22px 0 rgba(35, 35, 35, 0.08);
  border: none;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  outline: none;
}
.related-this-section .slick-initialized .slick-next:hover {
  background-color: #019b2b;
  transition: 0.5s;
}
.related-this-section .slick-initialized .slick-next i {
  color: #d4d8e3;
  font-weight: bold;
  font-size: 24px;
}
/*==========================================
   Shop Cart section
===========================================*/
.shop-cart-section {
  margin-bottom: -30px;
}
.shop-cart-section .overlay .shop-cart-top{
  background: #143250;
  padding: 20px;
}
.shop-cart-section .overlay .shop-cart-top h4{
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 24px;
}
.shop-cart-section .overlay .shop-cart-top .shop-cart-right a{
  font-weight: 600;
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 24px;
  margin-right: 30px;
}
.shop-cart-section .overlay .shop-cart-top .shop-cart-right i{
  position: absolute;
  top: -1px;
  color: rgb(255, 255, 255);
  right: 10px;
  font-size: 30px;
}
.shop-cart-section .overlay .table-responsive{
  display: inline-table;
}
.shop-cart-section .overlay .table-responsive thead {
  font-size: 16px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  background: #019b2b;
  padding: 25px 110px;
  text-align: center;
}
.shop-cart-section .overlay .table-responsive thead tr th{
  font-size: 16px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase;
}
.shop-cart-section .overlay .table-responsive tbody tr th{
  font-size: 14px;
  line-height: 24px;
  color: rgb(20, 50, 80);
  font-weight: 600;
}
.shop-cart-section .overlay .table-responsive tbody tr th img{
  margin-right: 30px;
  border-radius: 5px;
  background-color: rgb(210, 210, 210);
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 24%);
}
.shop-cart-section .overlay .table tr td .cross{
  padding: 14px;
  color: #2c3362;
  font-size: 20px;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgb(245, 245, 245);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
}
.shop-cart-section .overlay .qtySelector{
  width: 135px;
  height: 50px;
  margin: 0;
  background-color: rgb(242, 242, 242);
  border-radius: 50px;
  display: inline-block;
}
.shop-cart-section .overlay .qtySelector .decreaseQty{
  padding: 10px 11px;
  width: 50px;
  height: 100%;
  float: left;
  cursor: pointer;
  line-height: 2;
  color: #737373;
  border-radius: 50%;
  transition: all 0.3s;
}
.shop-cart-section .overlay .qtySelector i:hover{
  background: #019b2b;
  color: #fff;
  transition: all 0.3s;
}
.shop-cart-section .overlay .qtySelector .decreaseQty.clicked{
	font-size: 12px;
  line-height: 22px;
	padding: 12px 5px;
}
.shop-cart-section .overlay .qtySelector .increaseQty{
  padding: 10px 11px;
  width: 50px;
  height: 100%;
  float: right;
  cursor: pointer;
  line-height: 2;
  color: #737373;
  border-radius: 50%;
  transition: all 0.3s;
}
.shop-cart-section .overlay .qtySelector .qtyValue{
	border: none;
	padding: 5px;
	width: 35px;
	height: 100%;
	float: left;
  text-align: center;
  background-color: rgb(242, 242, 242);
}
.shop-cart-section .overlay .table td, .table th {
  border: none;
  padding: 20px 0;
  vertical-align: inherit;
}
.shop-cart-section .overlay .table tbody tr td button{
  background: transparent;
}
.shop-cart-section .overlay .table tr {
  border-bottom: 1px solid #ecf0f1;
}
.shop-cart-section .overlay .form-group input {
  font-size: 14px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.6);
  outline: none;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 60%;
  padding: 27px;
  float: left;
  padding-left: 5%;
  margin-bottom: 40px;
}
.shop-cart-section .overlay .form-group button {
  border-radius: 5px;
  padding: 11px 55px;
}
.shop-cart-section .overlay .cart-bottom-area {
  border: 1px solid #dbdce4;
  padding: 30px;
}
.shop-cart-section .overlay .cart-bottom-area .shipping-method h5{
  color: #143250;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.shop-cart-section .overlay .cart-bottom-area .select-area select {
  display: initial !important;
}
.shop-cart-section .overlay .cart-bottom-area .select-area .nice-select {
  display: none;
}
.shop-cart-section .overlay .cart-bottom-area .select-area select {
  position: relative;
  font-weight: 400;
  background: transparent;
  color: #143250;
  outline: none;
  border: none;
  padding: 0;
  margin-left: 15px;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.shop-cart-section .overlay .cart-bottom-area .select-area {
  position: relative;
  border: 1px solid #dfe1e4;
  padding: 15px 25px;
  border-radius: 50px;
  margin: 28px 0 27px;
}
.shop-cart-section .overlay .cart-bottom-area .select-area:after {
  position: absolute;
  /*font-family: "IcoFont";*/
  content: "\EAB2";
  z-index: 2;
  color: #143250;
  top: 7px;
  right: 11%;
  width: 0;
  height: 0;
  pointer-events: none;
  margin-top: 7.008px;
  border-top-style: solid;
  border-bottom: none;
}
.shop-cart-section .overlay .cart-bottom-area input, textarea {
  width: initial;
}
.shop-cart-section .overlay .cart-bottom-area .custom-radio input{
  width: initial;
  margin: 5px 15px 25px 0;
}
.shop-cart-section .overlay .cart-bottom-area .custom-radio label{
  font-size: 14px;
  color: rgb(65, 84, 103);
  line-height: 24px;
}
.shop-cart-section .overlay .cart-bottom-area .custom-radio ul li{
  display: flex;
}
.shop-cart-section .overlay .cart-page-right{
  margin-left: 10%;
}
.shop-cart-section .overlay .cart-page-right .top-area{
  border: 1px solid #dbdce4;
  padding: 30px;
}
.shop-cart-section .overlay .cart-page-right .top-area ul li span{
  font-size: 16px;
  line-height: 26px;
  color: rgb(20, 50, 80);
}
.shop-cart-section .overlay .cart-page-right .top-area ul li{
  margin-bottom: 15px;
}
.shop-cart-section .overlay .cart-page-right .top-area ul .mb{
  margin-bottom: 40px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
.shop-cart-section .overlay .cart-page-right .top-area ul li .right-side.dollar-area {
  color: #068d2a;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
}
.shop-cart-section .overlay .cart-page-right .top-area ul li .right-side.dollar-area .dollar{
  color: #068d2a;
}
.shop-cart-section .overlay .cart-page-right .top-area ul li .right-side {
  float: right;
}
.shop-cart-section .overlay .cart-page-right .top-area .global-btn {
  padding: 10px 40px;
  width: 100%;
  text-align: center;
}
.shop-cart-section .overlay .cart-page-right .bottom-right{
  margin-top: 40px;
}
.shop-cart-section .overlay .cart-page-right .bottom-right h5{
  color: #143250;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.shop-cart-section .overlay .cart-page-right .bottom-right ul li{
  float: left;
  margin-right: 15px;
}
/*==========================================
   Checkout Section
===========================================*/
.checkout-section .section-text {
  margin-top: -16px;
}
.checkout-section .checkout-left-area{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 7px 0px rgba(55, 94, 246, 0.2);
  padding: 40px;
}
.checkout-section .checkout-left-area .cash-credit{
  border: 1px dashed #8998a7;
  padding: 0 0 10px 0;
}
.checkout-section .checkout-left-area .cash-credit span{
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #068d2a;
}
.checkout-section .checkout-left-area .cash-credit p{
  font-size: 18px;
  line-height: 28px;
  color: rgb(20, 50, 80);
}
.checkout-section .checkout-left-area .form-group input {
  font-size: 14px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.6);
  outline: none;
  border: none;
  border-bottom: 1px solid #d5d6d9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 5%;
  margin-bottom: 40px;
}
.checkout-section .checkout-left-area .form-group input:hover {
  border-bottom: 1px solid #019b2b;
}
.checkout-section .checkout-left-area .global-btn {
  padding: 10px 40px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  box-shadow: none;
}
.checkout-section .checkout-left-area .forgot-create {
  font-size: 16px;
  line-height: 26px;
  color: rgba(20, 50, 80, 0.902);
}
.checkout-section .checkout-left-area .forgot-creat a{
  line-height: 26px;
}
.checkout-section .checkout-left-area ul {
  text-align: start;
}
/*==========================================
   Faq section
===========================================*/
.faq-section .nav-tabs{
  border: 1px solid #ced4db;
  border-radius: 50px;
  padding: 8px 30px;
  background: #f5f8ff;
}
.faq-section .overlay{
  margin-bottom: -15px;
}
.faq-section .nav-tabs li {
  margin: auto;
}
.faq-section .nav-tabs li a {
  font-size: 14px;
  line-height: 24px;
  color: rgb(20, 50, 80);
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  padding: 13px 40px;
}
.faq-section .nav-tabs li a:hover {
  border: none;
}
.faq-section .nav-tabs li a.active {
  color: #f5f8ff;
  background: #019b2b;
  border-radius: 50px;
}
.faq-section .nav-tabs li a i{
  margin-right: 10px;
  font-size: 20px;
}
.faq-section .tab-content{
  margin: 0 75px;
}
.faq-section .tab-content .accordion .card {
  box-shadow: 0px 0px 20px 0px rgba(72, 88, 238, 0.2);
  margin-bottom: 15px;
}
.faq-section .tab-content .accordion .card .card-body {
  text-align: start;
  font-size: 18px;
  color: rgb(43, 70, 97);
  line-height: 28px;
}
.faq-section .tab-content .accordion .card .card-body a {
  text-decoration: underline;
}
.faq-section .tab-content .accordion .card-header {
  border: none;
  padding: 0;
  background: transparent;
}
.faq-section .tab-content .accordion .card-header button{
  position: relative;
  width: 100%;
  text-align: start;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #d5d7da;
  text-decoration: none;
  padding: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(20, 50, 80);
}
.faq-section .tab-content .accordion .card-header .btn-link:before {
  content: "";
  background: transparent url(../images/icon-up.png) 50% no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45px;
  right: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-section .tab-content .accordion .card-header .collapsed:before {
  background: transparent url(../images/icon-down.png) 50% no-repeat;
}
/*==========================================
   Affiliate Program section
===========================================*/
.affiliate-program-section{
  background-image: url(../images/affiliate-benefits-bg.png);
  background-repeat: no-repeat;
  background-position: right;
}
.affiliate-program-section .overlay .right-area img{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: -3.914px 5.803px 51px 0px rgba(40, 73, 182, 0.004);
}
/*==========================================
   Affiliate Choose section
===========================================*/
.affiliate-choose-section {
  /*background-image: url(../images/affiliate-choose-bg.png);*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 10px;
  margin-top: -12px;
}
.affiliate-choose-section .section-text .section-subtitle{
  color: #fff;
}
.affiliate-choose-section .affiliate-choose-item .single-item{
    /*border-radius: 50%;*/
    width: 230px;
    /*height: 230px;*/
    background-color: rgba(255, 255, 255, 0);
    /*box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.8);*/
}
.affiliate-choose-section .affiliate-choose-item .single-item span{
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #019b2b;
}
.affiliate-choose-section .affiliate-choose-item .single-item h5{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
}
.affiliate-choose-section .section-text{
  margin: 0;
}
.affiliate-choose-section .section-text .section-description {
  width: 70%;
  padding: 13px 0 25px;
}
.affiliate-choose-section .affiliate-choose-bottom{
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.8);
  padding: 60px;
  text-align: center;
  
}
/*==========================================
   Affiliate Benefits section
===========================================*/
.affiliate-benefits-section {
  background-image: url(../images/affiliate-benefits-bg.png);
  background-repeat: no-repeat;
  background-size: 50% 97%;
  background-position: right;
}
.affiliate-benefits-section .section-text{
  margin: 0;
}
.affiliate-benefits-section .section-text ul li{
  font-size: 20px;
  color: rgb(20, 50, 80);
  line-height: 30px;
}
/*==========================================
   Become Benefits section
===========================================*/
.become-affiliate-section .overlay{
  margin-top: -20px;
}
.become-affiliate-section .section-text h4 span{
  color: #019b2b;
  font-size: inherit;
}
/*==========================================
   Contact section
===========================================*/
.contact-section {
  /*background: #f4f8fb;*/
}
.contact-section .single-item {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  padding: 40px;
}
.contact-section .single-item .our-product {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 15px 0px rgba(20, 50, 80, 0.4);
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
  transition: all 0.9s;
}
.contact-section .section-text .section-description {
  width: 58%;
}
.contact-section .single-item:hover .our-product {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transition: all 0.9s;
}
.contact-section .single-item:hover h3 {
  color: #068d2a;
}
.contact-section .single-item .item-bottom {
  margin-top: 14px;
}
.contact-section .single-item .item-bottom p{
  color: rgb(90, 111, 132);
  line-height: 26px;
}
/*==========================================
   Contact Form section
===========================================*/
.contact-form-section {
  /*background: #f4f8fb;*/
}
.contact-form-section .contact-form-area{
  background-color: rgba(248, 113, 21, 0);
  box-shadow: 0px 0px 15px 0px rgba(22, 133, 244, 0.3);
  padding: 60px 100px;
}
.contact-form-section .section-text .section-title{
  color: rgb(20, 50, 80);
  text-transform: capitalize;
}
.contact-form-section .comment-form .form-group .form-control{
  font-size: 14px;
  line-height: 24px;
  background: #f4f8fb;
  color: rgba(51, 51, 51, 0.6);
  outline: none;
  border: none;
  border-bottom: 1px solid #d5d6d9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 5%;
  margin-bottom: 40px;
}
.contact-form-section .comment-form .form-group .form-control:hover {
  border-bottom: 1px solid #019b2b;
}
.contact-form-section .comment-form button{
  text-transform: uppercase;
  border-radius: 5px;
}
/*==========================================
   Footer section
===========================================*/
.footer-section .overlay {
  background-image: url(../images/footer-section-bg.png);
  background-repeat: no-repeat;
  /*background-size: cover;*/
  padding-top: 200px;
}
.footer-section .overlay.contact{
  background-color: #f4f8fb;
}
.footer-section .overlay .section-text .section-subtitle{
  color: rgb(255, 255, 255);
}
.footer-section .overlay .section-text {
  margin-bottom: -2px;
}
.footer-section .overlay .section-text .section-description {
  color: #fff;
  margin: 0 0 54px 0;
}
.footer-section .overlay .section-text .subscribe{
  border: 1px solid #6d6da2;
  border-radius: 50px;
}
.footer-section .overlay .section-text .subscribe input {
  position: relative;
  border-radius: 50px;
  padding: 15px 250px 15px 25px;
  font-size: 14px;
  line-height: 24px;
  background: transparent;
  border: 1px solid #6d6da2;
  color: rgba(172, 192, 231, 0.502);
}
.footer-section .overlay .section-text .subscribe button{
  position: absolute;
  right: 0;
  width: auto;
  padding: 15px 40px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50px;
}
.footer-section .overlay .footer-widget {
  margin: -7px 0 -6px;
}
.footer-section .overlay .footer-widget .widget-title{
  color: #fff;
  margin-bottom: 22px;
}
.footer-section .overlay .footer-widget ul li a{
  color: #bac9e6;
  margin-bottom: 20px;
  line-height: 26px;
  transition: all 0.3s;
}
.footer-section .overlay .footer-widget ul li a:hover{
  color: #019b2b;
  margin-left: 15px;
  transition: all 0.3s;
}
.footer-section .overlay .footer-mid{
  /*border-top: 2px dashed #8080a5;*/
  border-bottom: 2px dashed #8080a5;
}
.footer-section .overlay .footer-bottom{
  padding: 20px 0;
}
.footer-section .overlay .footer-bottom .footer-bottom-left{
  color: #bac9e6;
  padding: 5px 0;
}
.footer-section .overlay .footer-bottom .footer-bottom-left a{
  color: #019b2b;
}
.footer-section .overlay .footer-bottom .footer-bottom-right .footer-brand li{
  float: left;
}
.footer-section .overlay .footer-bottom .footer-bottom-right .footer-brand li a img{
  margin-left: 18px;
}

/*==========================================
   responsive section
===========================================*/
@media (max-width: 767px) { 
  .scrollToTop {
    display: none;
  }
}

@media (max-width: 991px) {
  .traje-navbar {
    background: #e2edfe;
  }
  .traje-navbar .logo-section .navbar-brand .main-logo {
    display: none;
  }
  .traje-navbar .logo-section .navbar-brand .res-logo{
    display: initial;
    width: 40%;
  }
  .navbar-nav {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  .traje-navbar .nav-main .navbar-nav .nav-item {
    padding: 5px 20px;
  }
  .traje-navbar .nav-main .navbar-nav .nav-item.b-none {
    margin-bottom: -10px;
  }
  
}

@media only screen and (min-width: 1150px) and (max-width: 1400px) {
  .footer-section .overlay {
    background-position: 25% 25%;
  }
  .banner-section.inner-banner-area .overlay {
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .section-text .section-title {
    font-size: 20px;
    line-height: 30px;
  }
  .section-text .section-subtitle {
    font-size: 40px;
    line-height: 50px;
  }
  .section-text .section-description {
    font-size: 20px;
    line-height: 30px;
  }

  .traje-navbar .logo-section .navbar-brand .main-logo {
    max-width: 90%;
  }
  .traje-navbar .nav-main .navbar-nav .nav-item {
    padding: 5px 5px;
  }
  .traje-navbar .nav-main .navbar-nav .nav-item .nav-link {
    line-height: 3;
  }

  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .preloader {
    background-size: 250px 250px;
  }
  .d-sm-inline{
    display: inline-block!important;
  }
  .banner-section .overlay .banner-text h2 {
    font-size: 70px;
    line-height: 200px;
  }
  .font-24-regular {
    font-size: 20px;
    line-height: 30px;
  }
  .font-24-semibold {
    font-size: 20px;
    line-height: 30px;
  }
  .not-enough-section .overlay .not-enough-left-area .total-circle:before {
    content: "";
    width: 74%;
    height: 0;
    padding-bottom: 71%;
    top: 153px;
    left: 13%;
  }
  .about-us-section {
    margin-top: 0px;
  }
  .about-us-section .overlay {
    background-size: 100% 55%;
    background-position: 0 70px;
    padding-bottom: 100px;
  }
  .latest-product-section .latest-product img{
    width: 100%;
  }
  .latest-product-section .latest-product .text-area{
    padding: 25px 20px 40px;
  }
  .choose-us-section .choose-us-left:before {
    height: 360px;
  }
  .specialist-styles-section .slick-initialized .slick-prev {
    left: 37%;
  }
  .specialist-styles-section .slick-initialized .slick-next {
    right: 37%;
  }
  .shop-brand-section .overlay .shop-brand-carousel .brand-item {
    text-align: center;
  }
  .latest-product-section .latest-product img{
    width: 100%;
  }
  .footer-section .overlay {
    background-position: 26%;
    padding-top: 85px;
  }
  .footer-section .overlay .section-text .subscribe button {
    padding: 15px 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer-section .overlay .section-text .subscribe input {
    padding: 15px 153px 15px 25px;
  }
  .footer-section .overlay .section-text {
    margin-bottom: 0;
  }
  .footer-section .overlay .footer-bottom .footer-bottom-left {
    text-align: center;
  }

  /*==========================================
    Inner Pages
  ===========================================*/
  .traje-navbar .nav-main .navbar-nav .nav-item .logo-section {
    margin-top: -30px;
  }
  .banner-section.inner-banner-area .overlay .banner-text h2 {
    font-size: 70px;
    line-height: 200px;
  }
  .banner-section.inner-banner-area .overlay {
    padding: 250px 0 70px 0;
    background-position: 31%;
  }
  .product-widget-section .overlay .latest-product .text-area {
    background-color: rgb(245, 248, 255);
    padding: 40px 15px 30px;
  }
  .product-widget-section .overlay .latest-product .text-area .review-block .star-review .border-right {
    margin: 10px -3px -5px 10px;
  }
  .product-widget-section .overlay .latest-product .hover-effect {
    width: 185px;
  }
  .product-widget-section .overlay .widget-box ul li a i {
    margin-right: -8px;
  }
  .product-widget-section .overlay .latest-product .text-area .review-block .star-review a i {
    margin-right: -8px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part {
    padding: 40px 15px 30px 30px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 {
    margin-right: -15px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area {
    margin-left: 35px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area:after {
    left: -11px;
  }

  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment .comment-single{
    display: flex;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar {
   margin-right: -40px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
    border-radius: 50%;
    width: 55%;
  }
  .shop-cart-section .overlay .row.mb-90{
    margin-bottom: 55px;
  }
  .we-operate-section .total-item {
    padding: 40px 30px 40px 30px;
  }
  .we-operate-section .total-item .single-item{
    padding: 0 5px;
  }
  .shop-cart-section .overlay .table td, .table th {
    padding: 20px 27px;
  }
  .contact-section .single-item {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    padding: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .section-text .section-title {
    font-size: 18px;
    line-height: 28px;
  }
  .section-text .section-subtitle {
    font-size: 36px;
    line-height: 46px;
  }
  .section-text .section-description {
    font-size: 18px;
    line-height: 28px;
  }
  .traje-content-center {
    justify-content: center !important;
    display: flex;
  }
  .header-section .header-top .header-right {
    margin: 10px 0 10px 0;
  }
  .header-section .header-top .header-right .header-right-list {
    margin: 7px 12px;
  }
  .header-section .header-top .header-left .header-left-list {
    margin: 7px 4px;
  }
  .header-section .header-top .header-right .header-right-list .header-dropdown {
    margin: 0;
  }
  .about-us-section .overlay .about-us-left {
    display: none;
  }
  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .preloader {
    background-size: 250px 250px;
  }
  .d-sm-inline{
    display: inline-block!important;
  }
  .banner-section .overlay .banner-text h2 {
    font-size: 65px;
    line-height: 75px;
  }
  .font-24-regular {
    font-size: 18px;
    line-height: 28px;
  }
  .font-24-semibold {
    font-size: 18px;
    line-height: 28px;
  }
  .not-enough-section .overlay .not-enough-left-area .total-circle:before {
    content: "";
    width: 74%;
    height: 0;
    padding-bottom: 71%;
    top: 153px;
    left: 13%;
  }
  .global-btn-second {
    font-size: 16px;
    line-height: 26px;
  }
  .affiliate-benefits-section .right-area{
    margin-top: 20px;
  }
  .shop-brand-section .overlay .shop-brand-carousel .brand-item {
    text-align: center;
  }
  .latest-product-section .latest-product img{
    width: 100%;
  }
  .choose-us-section .choose-us-left .choose-us-bg {
    padding: 0 10% 5% 10%;
  }
  .about-us-section {
    margin-top: 0px;
  }
  .about-us-section .overlay {
    background-size: 100% 52%;
    padding-bottom: 90px;
  }
  .testimonials-section .testimonial-right-slide{
    margin-bottom: -50px;
  }
  .specialist-styles-section .slick-initialized .slick-next {
    right: 33%;
  }
  .specialist-styles-section .slick-initialized .slick-prev {
    left: 33%;
  }
  .footer-section .overlay {
    background-position: 21%;
    padding-top: 85px;
  }
  .footer-section .overlay .section-text .subscribe button {
    padding: 15px 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer-section .overlay .section-text .subscribe input {
    padding: 15px 153px 15px 25px;
  }
  .footer-section .overlay .section-text {
    margin-bottom: 0;
  }
  .footer-section .overlay .footer-bottom .footer-bottom-left {
    text-align: center;
    margin-bottom: 15px;
  }

  /*==========================================
    Inner Pages
  ===========================================*/
  .banner-section.inner-banner-area .overlay .banner-text h2 {
    font-size: 65px;
    line-height: 75px;
  }
  .banner-section.inner-banner-area .overlay {
    padding: 225px 0 45px 0;
    background-position: 20%;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item span {
    font-size: 40px;
    line-height: 50px;
  }
  .product-widget-section .overlay .latest-product .text-area {
    background-color: rgb(245, 248, 255);
    padding: 40px 15px 30px;
  }
  .product-widget-section .overlay .product-md-grid{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-widget-section .overlay .product-md-grid .widget-box{
    flex: 0 0 calc(100% / 2 - 15px);
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  .product-widget-section .overlay .latest-product .text-area .review-block .star-review .border-right {
    margin: 10px -3px -5px 10px;
  }
  .product-widget-section .overlay .latest-product .hover-effect {
    width: 185px;
  }
  .product-widget-section .overlay .latest-product .text-area .review-block .star-review a i {
    margin-right: -8px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part {
    padding: 40px 15px 30px 30px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 {
    margin-right: -15px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area {
    margin-left: 35px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area:after {
    left: -11px;
  }
  .product-widget-section .overlay .product-grid-view .product-item {
    flex: 0 0 calc(100% / 2 - 15px);
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  .product-details-section .mb-90 {
    margin-bottom: 50px;
  }
  .product-details-section .nav-tabs li {
    margin: 5px auto;
    padding-left: 5px;
  }
  .product-details-section .tab-content .tab-pane {
    padding: 15px;
  }
  .product-details-section .tab-content .top-content-fifth {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth ul .progress {
    width: 57%;
    height: 10px;
    margin-left: 25%;
    margin-top: 9px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .averages-review {
    margin-bottom: 20px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment .comment-single{
    display: flex;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar {
   margin-right: -40px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
    border-radius: 50%;
    width: 55%;
  }
  .product-details-section .overlay .right-area .product-info .product-stock {
    text-align: center;
    margin: 50px 0;
    padding-bottom: 55px;
  }
  .product-details-section .overlay .right-area .product-info .product-stock .stock-icon {
    float: initial;
    margin-top: 30px;
  }
  .product-details-section .overlay .right-area .product-info .refer-prize ul li {
    margin-bottom: 15px;
  }
  .product-details-section .product-single-share ul li {
    margin: 0 10px;
  }
  .shop-cart-section .overlay .table td, .table th {
    padding: 20px 4px;
  }
  .shop-cart-section .overlay .form-group button {
    padding: 12px 40px;
  }
  .shop-cart-section .overlay .cart-page-right {
    margin-left: 0;
  }
  .choose-us-section .choose-us-left:before {
    display: none;
  }
  .choose-us-section .section-text {
    margin-bottom: 0;
  }
  .testimonials-section .overlay .testimonial-left {
    height: 250px;
    margin-bottom: 40px;
  }
  .shop-cart-section .overlay .row.mb-90{
    margin-bottom: 45px;
  }
  .we-operate-section .total-item {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 40px;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
  }
  .we-operate-section .total-item .single-item{
    flex: 0 0 calc(100% / 2 - 15px);
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  .we-operate-section .section-text {
    margin-left: 4%;
  }
  .faq-section .tab-content {
    margin: 0;
  }
  .faq-section .tab-content .accordion .card-header .btn-link:before {
    top: 50%;
    right: 5px;
  }
  .faq-section .tab-content .accordion .card-header button {
    padding: 15px 50px 15px 10px;
    font-size: 18px;
    line-height: 28px;
  }
  .faq-section .tab-content .accordion .card .card-body {
    font-size: 16px;
    line-height: 26px;
  }
  .affiliate-choose-section {
    background-size: cover;
    background-position: 30%;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item {
    margin: 0 5px;
    height: 160px;
  }
  .affiliate-choose-section .affiliate-choose-bottom {
    padding: 30px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-text .section-title {
    font-size: 18px;
    line-height: 28px;
  }
  .section-text .section-subtitle {
    font-size: 36px;
    line-height: 46px;
  }
  .section-text .section-description {
    font-size: 18px;
    line-height: 28px;
  }
  .traje-content-center {
    justify-content: center !important;
    display: flex;
  }
  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .header-section .header-top .nice-select .current, .header-section .header-top .nice-select ul li {
    font-size: 14px !important;
    line-height: 24px;
  }
  .header-section .header-top .header-right .header-right-list {
    float: right;
    margin: 0 0 20px 0;
  }
  .header-section .header-top .header-left .header-left-list {
    margin: 8px 10px 5px 0;
  }
  .header-section .header-top .header-right .nice-select {
    margin-right: -8px;
  }
  .header-section .header-top .header-right .header-right-list .header-right-text {
    font-size: 14px !important;
    line-height: 24px;
  }
  .header-section .header-top .header-right .header-right-list .header-dropdown {
    margin: 0;
  }
  p, span, li {
    font-size: 16px!important;
    line-height: 16px;
  }
  .hover-effect span {
    left: 25px;
  }
  .hover-effect {
    width: 175px;
  }
  .hover-effect:hover:before {
    background-position: 150px 15px;
  }
  .about-us-section {
    margin-top: -20px;
  }
  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .preloader {
    background-size: 250px 250px;
  }
  .d-sm-inline{
    display: inline-block!important;
  }
  .pagination li a.active,
  .pagination li a:hover {
    color: #019b2b;
    background: transparent;
  }
  .we-operate-section .section-text {
    margin-left: 4%;
  }
  .banner-section .overlay .banner-text h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .banner-section.index-area .overlay {
    padding: 320px 0 210px 0;
  }
  .our-product-section .overlay .our-product {
    width: 100px;
    height: 100px;
  }
  .font-24-regular {
    font-size: 18px;
    line-height: 1.6;
  }
  .font-24-semibold {
    font-size: 18px;
  }
  .latest-product-section .slick-slide img {
    display: initial;
  }
  .about-us-section .overlay .about-us-left{
    display: none;
  }
  .about-us-section .overlay {
    background-position: 0% 110px;
    padding-bottom: 80px;
  }
  .specialist-styles-section .overlay {
    background-size: auto;
  }
  .not-enough-section .overlay .not-enough-left-area .total-circle:before {
    content: "";
    width: 96%;
    height: 0;
    padding-bottom: 92%;
    top: 139px;
    left: 10px;
  }
  .affiliate-benefits-section .right-area{
    margin-top: 20px;
  }
  .specialist-styles-section .slick-initialized .slick-next {
    right: 30%;
  }
  .specialist-styles-section .slick-initialized .slick-prev {
    left: 30%;
  }
  .shop-brand-section .overlay .section-subtitle::before,
  .shop-brand-section .overlay .section-subtitle::after{
    display: none;
  }
  .global-btn-second {
    font-size: 16px;
    line-height: 26px;
  }
  .shop-brand-section .overlay .shop-brand-carousel .brand-item {
    text-align: center;
  }
  .footer-section .overlay {
    background-position: 25%;
    padding-top: 85px;
  }
  .footer-section .overlay .section-text .subscribe button {
    padding: 15px 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer-section .overlay .section-text .subscribe input {
    padding: 15px 153px 15px 25px;
  }
  .footer-section .overlay .section-text {
    margin-bottom: 35px;
  }
  .footer-section .overlay .footer-bottom .footer-bottom-left {
    text-align: center;
  }

  /*==========================================
    Inner Pages
  ===========================================*/

  .banner-section.inner-banner-area .overlay {
    padding: 270px 0 40px 0;
    background-position: 20%;
  }
  .banner-section.inner-banner-area .overlay .banner-text h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .product-widget-section .overlay .latest-product .img-area {
    height: initial;
  }
  .about-traje-section .overlay .about-traje-left .about-single .number-area span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .product-widget-section .overlay .filter-area .view-style-toggle-area {
    display: none;
  }
  .product-widget-section .overlay .filter-area .sort-field {
    margin-bottom: 20px;
  }
  .product-widget-section .overlay .product-grid-view .product-item {
    flex: 0 0 calc(100% / 1 - 15px);
    -ms-flex: 0 0 calc(100% / 1 - 15px);
    max-width: calc(100% / 1 - 15px);
  }
  .pagination li {
    padding: 0;
    margin: 5px;
  }
  .pagination li a {
    width: 0;
    padding: 10px;
    height: 0;
  }
  .pagination li a:hover {
    background: #fff;
    color: #019b2b;
  }
  .product-details-section .mb-90 {
    margin-bottom: 50px;
  }
  .product-details-section .nav-tabs li {
    margin: 5px auto;
    padding-left: 5px;
  }
  .product-details-section .tab-content .tab-pane {
    padding: 15px;
  }
  .product-details-section .tab-content .top-content-fifth {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth ul .progress {
    width: 57%;
    height: 10px;
    margin-left: 25%;
    margin-top: 9px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .averages-review {
    margin-bottom: 20px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment .comment-single{
    display: flex;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar {
   margin-right: -40px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
    border-radius: 50%;
    width: 55%;
  }
  .pagination li {
    padding: 0;
    margin: 5px;
  }
  .pagination li a {
    width: 0;
    padding: 10px;
    height: 0;
  }
  .product-details-section .overlay .right-area .product-info .product-stock {
    text-align: center;
    margin: 50px 0;
    padding-bottom: 55px;
  }
  .product-details-section .overlay .right-area .product-info .product-stock .stock-icon {
    float: initial;
    margin-top: 30px;
  }
  .product-details-section .overlay .right-area .product-info .refer-prize ul li {
    margin-bottom: 15px;
  }
  .product-details-section .product-single-share ul li {
    margin: 0 10px;
  }
  .checkout-section .checkout-left-area .cash-credit span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area {
    height: auto;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .product-widget-section .overlay .latest-product .img-area img {
    width: 100%;
    border: 0 solid;
    padding: 0;
    border-top-right-radius: 14px 10px;
    border-top-left-radius: 15px 5px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 {
    display: inline-block;
    max-width: 100%;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area:after {
    display: none;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area .prize-area {
    padding: 10px 10px;
    top: initial;
    bottom: -18px;
    right: 15px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area {
    float: left;
    margin-left: 150px;
  }
  .shop-cart-section .overlay .table td, .table th {
    padding: 20px 50px;
  }
  .shop-cart-section .overlay .table-responsive tbody tr th {
    display: flex;
    align-items: center;
  }
  .shop-cart-section .overlay .shop-cart-top .shop-cart-left {
    margin-bottom: 20px;
  }
  .shop-cart-section .overlay .form-group button {
    padding: 10px 30px;
  }
  .shop-cart-section .overlay .cart-page-right {
    margin: 0;
  }
  .choose-us-section .choose-us-left:before {
    display: none;
  }
  .choose-us-section .section-text {
    margin-bottom: 0;
  }
  .testimonials-section .overlay .testimonial-left {
    height: 250px;
    margin-bottom: 40px;
  }
  .we-operate-section .total-item {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 40px;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
  }
  .we-operate-section .total-item .single-item{
    flex: 0 0 calc(100% / 1 - 15px);
    -ms-flex: 0 0 calc(100% / 1 - 15px);
    max-width: calc(100% / 1 - 15px);
  }
  .faq-section .tab-content {
    margin: 0;
  }
  .faq-section .tab-content .accordion .card-header .btn-link:before {
    top: 50%;
    right: 5px;
  }
  .faq-section .tab-content .accordion .card-header button {
    padding: 15px 50px 15px 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .faq-section .tab-content .accordion .card .card-body {
    font-size: 15px;
    line-height: 25px;
  }
  .affiliate-choose-section {
    background-size: cover;
    background-position: 30%;
  }
  .affiliate-choose-section .affiliate-choose-item{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -30px;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item{
    flex: 0 0 calc(100% / 2 - 15px);
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
    margin-bottom: 30px;
    height: 230px;
  }
  .affiliate-choose-section .affiliate-choose-bottom {
    padding: 30px 10px;
  }
  .contact-section .section-text .section-description {
    width: 100%;
  }
  .contact-section .single-item {
    padding: 35px;
  }
  .contact-form-section .contact-form-area {
    padding: 45px 10px;
  }
  .contact-form-section .comment-form button {
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .traje-content-center {
    justify-content: center !important;
    display: flex;
  }
  .header-section .header-top .header-right {
    margin: 20px 0 15px -30px;
  }
  .header-section .header-top .nice-select .current, .header-section .header-top .nice-select ul li {
    font-size: 14px !important;
    line-height: 24px;
  }
  .header-section .header-top .header-right .header-right-list .header-right-text a{
    font-size: 14px !important;
    line-height: 24px;
  }
  p, span, li {
    font-size: 16px!important;
    line-height: 26px;
  }
  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .we-operate-section .section-text {
    margin-left: 4%;
  }
  .preloader {
    background-size: 250px 250px;
  }
  .d-sm-inline{
    display: inline-block!important;
  }
  .choose-us-section .choose-us-left .choose-us-bg {
    padding: 0 10% 10% 10%;
  }
  .testimonials-section .overlay {
    background-size: 15% 96%;
  }
  .banner-section .overlay .banner-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner-section.index-area .overlay {
    padding: 280px 0 190px 0;
  }
  .about-us-section .overlay {
    background-size: 100% 65%;
    padding-bottom: 231px;
  }
  .about-us-section .overlay .about-us-left img{
    display: none;
  }
  .about-us-section .overlay {
    background-size: 100% 52%;
    padding-bottom: 70px;
  }
  .shop-brand-section .overlay .section-subtitle::after,
  .shop-brand-section .overlay .section-subtitle::before{
    display: none;
  }
  .specialist-styles-section .overlay .latest-product img{
    width: 100%;
  }
  .specialist-styles-section .slick-initialized .slick-next {
    right: 20%;
  }
  .specialist-styles-section .slick-initialized .slick-prev {
    left: 20%;
  }
  .trending-swimwear-section .overlay{
    padding-bottom: 70px;
  }
  .trending-swimwear-section .overlay .latest-product .img-area .prize-area {
    padding: 10px 12px;
  }
  .our-product-section .overlay .our-product {
    width: 100px;
    height: 100px;
  }
  .font-24-regular {
    font-size: 18px;
    line-height: 28px;
  }
  .font-24-semibold {
    font-size: 18px;
    line-height: 28px;
  }
  .not-enough-section .overlay .not-enough-left-area .total-circle:before {
    content: "";
    width: 96%;
    height: 0;
    padding-bottom: 92%;
    top: 139px;
    left: 10px;
  }
  .global-btn-second {
    font-size: 16px;
    line-height: 26px;
  }
  .shop-brand-section .overlay .shop-brand-carousel .brand-item {
    text-align: center;
  }
  .pagination {
    padding-top: 0;
  }
  .footer-section .overlay {
    background-position: 25%;
    padding-top: 85px;
  }
  .footer-section .overlay .section-text .subscribe button {
    padding: 15px 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer-section .overlay .section-text .subscribe input {
    padding: 15px 153px 15px 25px;
  }
  .footer-section .overlay .section-text {
    margin-bottom: 0;
  }
  .footer-section .overlay .footer-bottom .footer-bottom-left {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-section .overlay {
    background-position-x: 25%;
  }
  .footer-section .overlay .footer-mid {
    padding: 80px 0 40px 0;
  }

  /*==========================================
    Inner Pages
  ===========================================*/

  .banner-section.inner-banner-area .overlay {
    padding: 250px 0 20px 0;
    background-position: 20%;
  }
  .banner-section.inner-banner-area .overlay .banner-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .latest-product-section .latest-product .img-area img{
    width: 100%;
  }
  .about-traje-section .overlay .about-traje-left .about-single .number-area span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .checkout-section .checkout-left-area .cash-credit span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .related-this-section .overlay .latest-product .text-area{
    margin-top: 30px;
  }
  .pagination li a.active, 
  .pagination li a:hover {
    background: initial;
    color: initial;
  }
  .shop-cart-section .overlay .row.mb-90{
    margin-bottom: 45px;
  }
  .related-this-section .overlay .latest-product .img-area .prize-area{
    padding: 10px 12px;
  }
  .product-widget-section .overlay .latest-product .img-area .prize-area {
    padding: 11px 15px;
  }
  .product-widget-section .overlay .filter-area .view-style-toggle-area {
    display: none;
  }
  .product-widget-section .overlay .filter-area .sort-field {
    margin-bottom: 20px;
  }
  .product-widget-section .overlay .product-grid-view .product-item {
    flex: 0 0 calc(100% / 1 - 15px);
    -ms-flex: 0 0 calc(100% / 1 - 15px);
    max-width: calc(100% / 1 - 15px);
  }
  .pagination li {
    padding: 0;
    margin: 5px;
  }
  .pagination li a {
    width: 0;
    padding: 10px;
    height: 0;
  }
  .pagination li a:hover {
    background: #fff;
    color: #019b2b;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area {
    height: auto;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .product-widget-section .overlay .latest-product .img-area img {
    width: 100%;
    height: auto;
    border: 0 solid;
    padding: 0;
    border-top-right-radius: 14px 10px;
    border-top-left-radius: 15px 5px;
  }
  .product-widget-section .overlay .latest-product .img-area {
    height: initial;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 {
    display: inline-block;
    max-width: 100%;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area:after {
    display: none;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area .prize-area {
    padding: 5px 10px;
    top: initial;
    bottom: -18px;
    right: 15px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area {
    float: initial;
    margin-left: 0;
  }
  .product-widget-section .overlay.swimwear .latest-product .img-area {
    height: initial;
  }
  .product-details-section .qtySelector .increaseQty {
    padding: 11px 12px;
    width: 49px;
    height: 95%;
  }
  .product-details-section .mb-90 {
    margin-bottom: 50px;
  }
  .product-details-section .nav-tabs li {
    margin: 5px auto;
    padding-left: 5px;
  }
  .product-details-section .tab-content .tab-pane {
    padding: 15px;
  }
  .product-details-section .tab-content .top-content-fifth {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth ul .progress {
    width: 57%;
    height: 10px;
    margin-left: 25%;
    margin-top: 9px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .star-area {
    display: block !important;
    margin-bottom: 20px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area .star-list {
    display: grid;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth ul li {
    margin-bottom: 0;
    border-right: 1px solid transparent !important;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form h3 {
    margin: 20px 0;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .averages-review {
    margin-bottom: 20px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment .comment-single{
    display: flex;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar {
   margin-right: -40px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
    border-radius: 50%;
    width: 55%;
  }
  .pagination li {
    padding: 0;
    margin: 5px;
  }
  .pagination li a {
    width: 0;
    padding: 10px;
    height: 0;
  }
  .pagination li a:hover {
    background: #fff;
    color: #019b2b;
  }
  .product-details-section .overlay .right-area .product-info .product-stock {
    text-align: center;
    margin: 50px 0;
    padding-bottom: 55px;
  }
  .product-details-section .overlay .right-area .product-info .product-stock .stock-icon {
    float: initial;
    margin-top: 30px;
  }
  .product-details-section .overlay .right-area .product-info .refer-prize ul li {
    margin-bottom: 15px;
  }
  .product-details-section .product-single-share ul li {
    margin: 0 10px;
  }
  .shop-cart-section .overlay .table td, .table th {
    padding: 20px 50px;
  }
  .shop-cart-section .overlay .table-responsive tbody tr th {
    display: flex;
    align-items: center;
  }
  .shop-cart-section .overlay .shop-cart-top .shop-cart-left {
    margin-bottom: 20px;
  }
  .shop-cart-section .overlay .form-group button {
    padding: 10px 30px;
  }
  .shop-cart-section .overlay .cart-page-right {
    margin: 0;
    margin-bottom: 70px;
  }
  .choose-us-section .choose-us-left:before {
    display: none;
  }
  .choose-us-section .section-text {
    margin-bottom: 0;
  }
  .testimonials-section .overlay .testimonial-left {
    height: 250px;
    margin-bottom: 40px;
  }
  .we-operate-section .total-item {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 40px;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
  }
  .we-operate-section .total-item .single-item{
    flex: 0 0 calc(100% / 1 - 15px);
    -ms-flex: 0 0 calc(100% / 1 - 15px);
    max-width: calc(100% / 1 - 15px);
  }
  .faq-section .tab-content {
    margin: 0;
  }
  .faq-section .tab-content .accordion .card-header .btn-link:before {
    top: 50%;
    right: 5px;
  }
  .faq-section .tab-content .accordion .card-header button {
    padding: 15px 50px 15px 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .faq-section .tab-content .accordion .card .card-body {
    font-size: 15px;
    line-height: 25px;
  }
  .affiliate-choose-section {
    background-size: cover;
    background-position: 30%;
  }
  .affiliate-choose-section .affiliate-choose-item{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -30px;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item{
    flex: 0 0 calc(90% / 2 - 15px);
    -ms-flex: 0 0 calc(90% / 2 - 15px);
    max-width: calc(90% / 2 - 15px);
    margin-bottom: 30px;
    height: 175px;
  }
  .affiliate-benefits-section .right-area{
    margin-top: 20px;
  }
  .affiliate-choose-section .affiliate-choose-bottom {
    padding: 30px 10px;
  }
  .contact-section .section-text .section-description {
    width: 100%;
  }
  .contact-section .single-item {
    padding: 35px;
  }
  .contact-form-section .contact-form-area {
    padding: 45px 10px;
  }
  .contact-form-section .comment-form button {
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  p, span, li {
    font-size: 15px!important;
    line-height: 25px;
  }
  .traje-sm-content-center{
    display: flex;
    justify-content: center!important;
  }
  .shop-cart-section .overlay .table-responsive{
    display: block;
  }
  .preloader {
    background-size: 250px 250px;
  }
  .header-section .header-top {
    overflow: hidden;
  }
  .d-sm-inline{
    display: inline-block!important;
  }
  .banner-section.index-area .overlay {
    padding: 320px 0 200px 0;
  }
  .header-section .header-top .header-right .nice-select {
    display: none !important;
  }
  .header-section .header-top .header-left .header-left-list .language-select-list {
    display: none !important;
  }
  .header-section .header-top .nice-select .current, .header-section .header-top .nice-select ul li {
    font-size: 14px !important;
    line-height: 24px;
  }
  .header-section .header-top .header-right .header-right-list .header-right-text .header-right-icon.carticon.icon-bg{
    display: none;
  }
  .about-us-section .overlay {
    background-size: 100% 70%;
    background-position: 0% 120px;
    padding-bottom: 80px;
  }
  .about-us-section .overlay .about-us-left {
    display: none;
  }
  .we-operate-section .section-text {
    margin-left: 4%;
  }
  .specialist-styles-section .overlay {
    background-size: auto;
  }
  .not-enough-section .overlay {
    margin-top: 60px;
  }
  .latest-product-section .slick-slide img {
    display: initial;
  }
  .specialist-styles-section .slick-initialized .slick-next {
    right: 15%;
    height: 45px;
    width: 45px;
    line-height: 48px;
  }
  .global-btn-second {
    padding: 10px 30px;
  }
  .trending-swimwear-section .slick-initialized .slick-next {
    height: 45px;
    width: 45px;
  }  
  .trending-swimwear-section .slick-initialized .slick-prev {
    height: 45px;
    width: 45px;
  }
  .trending-swimwear-section .overlay .latest-product .img-area .prize-area {
    padding: 10px 12px;
  }
  .shop-brand-section .slick-initialized .slick-next {
    height: 45px;
    width: 45px;
  }
  .shop-brand-section .slick-initialized .slick-prev {
    height: 45px;
    width: 45px;
  }
  .choose-us-section .choose-us-left .choose-us-bg {
    padding: 0% 10% 10% 10%;
  }
  .section-text .subscribe button {
    padding: 10px 10px;
  }
  .trending-swimwear-section{
    padding-bottom: 70px;
  }
  .global-btn {
    padding: 10px 30px;
  }
  .specialist-styles-section .slick-initialized .slick-prev {
    left: 15%;
    height: 45px;
    width: 45px;
    line-height: 48px;
  }
  .banner-section.inner-banner-area .overlay .banner-text h2{
    font-size: 45px;
    line-height: 55px;
  }
  .banner-section .overlay .banner-text h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .traje-col-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header-section .header-top .header-left .header-left-list {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header-section .header-top .header-right{
    margin-right: -25px;
  }
  .header-section .header-top .header-right .header-right-list {
    float: left;
    margin-bottom: 10px;
    margin-right: 18px;
  }
  .header-section .header-top .header-right .header-right-list .header-right-text a{
    font-size: 14px !important;
    line-height: 24px;
    margin-left: 4px;
  }
  .header-section .header-top .header-left .header-left-list .header-left-text .header-left-icon i {
    margin-right: -2px;
  }
  .header-section .header-top .header-left .header-left-list .dropdown.show.header-dropdown{
    display: none;
  }
  .shop-brand-section .overlay .section-subtitle:after,
  .shop-brand-section .overlay .section-subtitle:before{
    display: none;
  }
  .our-product-section .overlay .our-product {
    width: 100px;
    height: 100px;
  }
  .our-product-section{
    margin-bottom: 10px;
  }
  .font-24-regular {
    font-size: 18px;
    line-height: 28px;
  }
  .font-24-semibold {
    font-size: 18px;
    line-height: 28px;
  }
  .not-enough-section .overlay .not-enough-left-area .total-circle:before {
    content: "";
    width: 95%;
    height: 0;
    padding-bottom: 90%;
    top: 88px;
    left: 8px;
  }
  .global-btn-second {
    font-size: 16px;
    line-height: 26px;
  }
  .shop-brand-section .overlay .shop-brand-carousel .brand-item {
    text-align: center;
  }
  .pagination li a.active,
  .pagination li a:hover {
    color: #019b2b;
    background: transparent;
  }
  .pagination {
    padding-top: 0px;
  }
  .footer-section .overlay {
    background-position: 25%;
    /*padding-top: 70px;*/
  }
  .footer-section .overlay .section-text .subscribe button {
    padding: 13px 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .footer-section .overlay .section-text .subscribe input {
    padding: 10px 128px 14px 25px;
  }
  .footer-section .overlay .section-text {
    margin-bottom: 0;
  }
  .footer-section .overlay .footer-bottom .footer-bottom-left {
    text-align: center;
    margin-bottom: 15px;
  }

  /*==========================================
    Inner Pages
  ===========================================*/

  .banner-section.inner-banner-area .overlay {
    padding: 250px 0 20px 0;
    background-position: 20%;
  }
  .faq-section .tab-content .accordion .card-header .btn-link:before {
    width: 40px;
    height: 40px;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item span {
    font-size: 25px !important;
    line-height: 35px;
  }
  .product-widget-section .overlay .filter-area .view-style-toggle-area {
    display: none;
  }
  .product-widget-section .overlay .filter-area .sort-field {
    margin-bottom: 20px;
  }
  .product-widget-section .overlay .product-grid-view .product-item {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .pagination li {
    padding: 0;
    margin: 5px;
  }
  .pagination li a {
    width: 0;
    padding: 10px;
    height: 0;
  }
  .pagination li a:hover {
    background: #fff;
    color: #019b2b;
  }
  .shop-cart-section .overlay .form-group input {
    padding: 10px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area{
    margin-top: 0;
  }
  .shop-cart-section .overlay .cart-page-right .bottom-right{
    margin-bottom: 70px;
  }
  .faq-section .nav-tabs {
    padding: 8px 20px;
  }
  .product-widget-section .overlay .latest-product .img-area .prize-area{
    padding: 5px 10px;
    top: initial;
    bottom: -18px;
    right: 15px;
  }
  .product-widget-section .overlay.swimwear .latest-product .img-area {
    height: initial;
  }
  .product-details-section .mb-90 {
    margin-bottom: 50px;
  }
  .product-details-section .nav-tabs li {
    margin: 5px auto;
    padding-left: 5px;
  }
  .product-details-section .tab-content .tab-pane {
    padding: 15px;
  }
  .product-details-section .tab-content .top-content-fifth {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .star-area {
    display: block !important;
    margin-bottom: 20px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area .star-list {
    display: grid;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth ul li {
    margin-bottom: 0;
    border-right: 1px solid transparent !important;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 25px 0;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth ul .progress {
    width: 57%;
    height: 10px;
    margin-left: 25%;
    margin-top: 9px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .averages-review {
    margin-bottom: 20px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment {
    padding: 15px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .single-comment .comment-single{
    display: block;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar {
  margin-bottom: 10px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text {
    width: initial;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .reply-icon {
    top: -55px;
  }
  .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
    border-radius: 50%;
    width: 55%;
  }
  .pagination li {
    padding: 0;
    margin: 5px;
  }
  .pagination li a {
    width: 0;
    padding: 10px;
    height: 0;
  }
  .pagination li a:hover {
    background: #fff;
    color: #019b2b;
  }
  .related-this-section .overlay .latest-product .img-area .prize-area{
    padding: 10px 12px;
  }
  .product-details-section .overlay .right-area .product-info .product-stock {
    text-align: center;
    margin: 50px 0;
    padding-bottom: 55px;
  }
  .product-details-section .overlay .right-area .product-info .product-stock .stock-icon {
    float: initial;
    margin-top: 30px;
  }
  .product-details-section .overlay .right-area .product-info .shiping-area {
    display: inline-block;
  }
  .product-details-section .overlay .right-area .product-info .refer-prize ul li {
    margin-bottom: 15px;
  }
  .product-details-section .input-counter .add-cart-btn {
    padding: 0 12px;
    font-size: 12px;
    line-height: 22px;
  }
  .product-details-section .product-single-share ul li {
    margin: 0 7px;
  }
  .product-details-section .exzoom_nav .exzoom_nav_inner{
    display: none;
  }
  .checkout-section .checkout-left-area .cash-credit span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area {
    height: auto;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .product-widget-section .overlay .latest-product .img-area img {
    /*width: 100%;*/
    border: 0 solid;
    padding: 0;
    border-top-right-radius: 14px 10px;
    border-top-left-radius: 15px 5px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .text-area1 {
    display: inline-block;
    max-width: 100%;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area:after {
    display: none;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .img-area .prize-area {
    padding: 5px 10px;
    top: initial;
    bottom: -18px;
    right: 15px;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area {
    float: none;
    display: grid;
    justify-content: center;
    margin-left: 0;
  }
  .shop-cart-section .overlay .table td, .table th {
    padding: 20px 60px;
  }
  .shop-cart-section .overlay .table-responsive tbody tr th {
    display: flex;
    align-items: center;
  }
  .shop-cart-section .overlay .shop-cart-top .shop-cart-left {
    margin-bottom: 20px;
  }
  .shop-cart-section .overlay .form-group button {
    padding: 10px 30px;
  }
  .shop-cart-section .overlay .cart-page-right {
    margin: 0;
  }
  .shop-cart-section .overlay .cart-page-right .top-area .global-btn {
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .checkout-section .checkout-left-area {
    padding: 20px;
    margin-bottom: 0;
  }
  .checkout-section .checkout-left-area .global-btn {
    padding: 11px 35px;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  .choose-us-section .choose-us-left:before {
    display: none;
  }
  .choose-us-section .section-text {
    margin-bottom: 0;
  }
  .testimonials-section .overlay .testimonial-left {
    height: 250px;
    margin-bottom: 40px;
  }
  .testimonials-section .slick-initialized .slick-next {
    right: 8%;
    bottom: 3%;
    font-size: 18px;
    line-height: 28px;
    height: 45px;
    width: 45px;
  }
  .testimonials-section .slick-initialized .slick-prev {
    left: 8%;
    bottom: 3%;
    font-size: 18px;
    line-height: 28px;
    height: 45px;
    width: 45px;
  }
  .about-traje-section .overlay .about-traje-left .about-single .number-area span {
    font-size: 30px !important;
    line-height: 40px;
  }
  .we-operate-section .total-item {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 40px;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
  }
  .we-operate-section .total-item .single-item{
    flex: 0 0 calc(100% / 1 - 15px);
    -ms-flex: 0 0 calc(100% / 1 - 15px);
    max-width: calc(100% / 1 - 15px);
  }

  .faq-section .nav-tabs li a {
    padding: 15px 15px;
  }
  .faq-section .tab-content {
    margin: 0;
  }
  .faq-section .tab-content .accordion .card-header .btn-link:before {
    top: 50%;
    right: 5px;
  }
  .faq-section .tab-content .accordion .card-header button {
    padding: 15px 50px 15px 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .faq-section .tab-content .accordion .card .card-body {
    font-size: 15px;
    line-height: 25px;
  }
  .affiliate-choose-section {
    background-size: cover;
    background-position: 30%;
  }
  .affiliate-choose-section .affiliate-choose-item{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -30px;
  }
  .affiliate-choose-section .affiliate-choose-item .single-item{
    flex: 0 0 calc(100% / 2 - 15px);
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
    margin-bottom: 30px;
    height: 125px;
  }
  .affiliate-benefits-section .right-area{
    margin-top: 20px;
  }
  .affiliate-choose-section .affiliate-choose-bottom {
    padding: 30px 10px;
  }
  .contact-section .section-text .section-description {
    width: 100%;
  }
  .contact-section .single-item {
    padding: 35px;
  }
  .contact-form-section .contact-form-area {
    padding: 45px 10px;
  }
  .contact-form-section .comment-form button {
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
  }
}

.nav-item:hover .dropdown-menu{display:block}
.pagination li a{float:left;width:65px}

.kuns{margin-bottom:10px}
.height100{  padding-top: 140px;}

.section-description a{padding-left:10px;padding-right:10px}
.section-description a:hover{color:#41b224}
.fnegsi{width: 80%;margin-top: 25%; }

.fnegsi img{border-radius:50%}

@media screen and (max-width: 800px) {
.advantage{display:none}
 }


@media screen and (min-width: 800px) {
.shoumes{display:none}
.about-us-left{margin-top:140px}
 }



.header {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11
}

.header .top-header {
	/*background: #41b364*/
}

.header .top-header .top-right ul {
	padding: 20px 0 16px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header .top-header .top-right ul li {
	list-style: none;
	font-size: 15px;
	line-height: 100%;
	font-weight: 500;
	color: #fff;
	margin-right: 55px
}

.header .top-header .top-right ul li:last-child {
	margin-right: 0
}

.header .top-header .top-right ul li i {
	margin-right: 11px
}

.header .bottom-header {
	/*background: #f27d09*/
	background: #343a40;
}

.header .bottom-header.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.header .bottom-header.fixed-header .logo {
	top: 0;
	padding: 10px 0
}

.header .bottom-header.fixed-header .logo:after {
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.header .bottom-header .logo {
	/*position: absolute;*/
	/*top: -29px;*/
	/*width: 120px;*/
	/*text-align: center;*/
	/*padding: 15px 0;*/
	/*z-index: 2*/
}

.header .bottom-header .logo:before {
	content: "";
	position: absolute;
	top: 0;
	left: -50px;
	right: -50px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	/*border-bottom: 52px solid #009b30;*/
	opacity: .2;
	z-index: -1
}

.header .bottom-header .logo:after {
	content: "";
	/*position: absolute;*/
	top: -50px;
	left: 0;
	right: 0;
	bottom: -19px;
	/*background: #fff;*/
	border-radius: 0 0 12px 10px;
	-webkit-transform: skewY(15.5deg);
	-ms-transform: skewY(15.5deg);
	transform: skewY(15.5deg);
	z-index: -1;
	box-shadow: 1px 1px 1px black;
}

.header .bottom-header .navbar {
	padding: 0;
	padding-left: 9px
}

.header .bottom-header .navbar .navbar-nav .nav-item {
	/*padding: 29px 54px 25px 0*/
}

/*.header .bottom-header .navbar .navbar-nav .nav-item:last-child {*/
/*	padding-right: 0*/
/*}*/

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
	display: block;
	margin-top: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	/*width: 220px;*/
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
	font-size: 16px;
	line-height: 150px;
	font-weight: 500;
	color: #2d2d2d;
	/*padding: 0 50px;*/
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	    float: left;
    display: block;
    width: 50%;
    text-align: center;
    display: block;
  
    
}

/*.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {*/
/*	border-bottom: 0*/
/*}*/

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
	background: 0 0;
	color: #28a745
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
	padding: 20px
}

.header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
	/*padding: 10px;*/
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	color: #fff;
	position: relative;
	/*padding-left:35px ;*/
}

.header .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover {
	/*color: #333*/
	background: #28a745;
}

.header .bottom-header .side-bar-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%
}

.header .bottom-header .side-bar-btn button {
	padding: 0
}

.header-2 {
	position: relative;
	background: #fff;
	z-index: 11
}

.header-2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../image/header-bg.png) center center no-repeat;
	background-size: cover;
	z-index: -1
}

.header-2.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.header-2 .navbar {
	padding: 0
}

.header-2 .navbar .navbar-nav .nav-item {
	padding: 0 20px
}

.header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
	display: block;
	margin-top: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	width: 250px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
	font-size: 16px;
	line-height: 100%;
	font-weight: 500;
	color: #2d2d2d;
	padding: 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0
}

.header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
	background: 0 0;
	color: #f5801f
}

.header-2 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.header-2 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
	padding: 20px
}

.header-2 .navbar .navbar-nav .nav-item .nav-link {
	padding: 29px 0 25px;
	font-size: 18px;
	line-height: 100%;
	font-weight: 600;
	color: #009b30
}

.header-2 .navbar .navbar-nav .nav-item .nav-link:hover {
	color: #f5801f
}

.header-2 .nav-btn {
	width: 100%;
	text-align: right
}

.header-2 .nav-btn .def-btn {
	height: 55px;
	line-height: 60px;
	padding: 0 30px
}

.sidebar-bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	overflow: hidden;
	z-index: 22;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.sidebar-bg.active {
	visibility: visible;
	opacity: 1
}

.main-sidebar {
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100%;
	background: #f6f6f6;
	padding: 25px 30px;
	overflow-y: scroll;
	scrollbar-color: #f5801f transparent;
	scrollbar-width: thin;
	z-index: 99;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.main-sidebar::-webkit-scrollbar {
	background: 0 0;
	width: 5px
}

.main-sidebar::-webkit-scrollbar-thumb {
	width: 10px;
	background: #f5801f;
	border-radius: 2px
}

.main-sidebar .close-btn {
	position: absolute;
	top: 25px;
	right: 30px;
	font-size: 25px;
	color: #f5801f;
	cursor: pointer
}

.main-sidebar .logo {
	width: 120px;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	margin-bottom: 30px
}

.main-sidebar .side-about {
	margin-bottom: 30px
}

.main-sidebar .side-about p {
	font-size: 16px;
	line-height: 26px;
	color: #546e9b;
	margin-top: -6px;
	margin-bottom: 15px
}

.main-sidebar .links {
	margin-bottom: 24px
}

.main-sidebar .links h2 {
	font-size: 25px;
	line-height: 100%;
	font-weight: 700;
	text-transform: capitalize;
	color: #f5801f;
	padding-bottom: 6px;
	margin-bottom: 20px;
	position: relative
}

.main-sidebar .links h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 3px;
	background: #f5801f;
	border-radius: 1px
}

.main-sidebar .links ul {
	padding: 0;
	margin: 0
}

.main-sidebar .links ul li {
	list-style: none
}

.main-sidebar .links ul li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: #546e9b;
	margin-bottom: 7px
}

.main-sidebar .links ul li a:hover {
	color: #f5801f
}

.main-sidebar .side-contact {
	margin-bottom: 30px
}

.main-sidebar .side-contact h2 {
	font-size: 25px;
	line-height: 100%;
	font-weight: 700;
	text-transform: capitalize;
	color: #009b30;
	padding-bottom: 6px;
	margin-bottom: 21px;
	position: relative
}

.main-sidebar .side-contact h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 3px;
	background: #f5801f;
	border-radius: 1px
}

.main-sidebar .side-contact ul {
	padding: 0;
	margin: 0
}

.main-sidebar .side-contact ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 45px;
	margin-bottom: 9px;
	position: relative
}

.main-sidebar .side-contact ul li i {
	position: absolute;
	top: 4px;
	left: 0;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background: #009b30;
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.main-sidebar .side-contact ul li span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	margin-top: 3px
}

.main-sidebar .socials h2 {
	font-size: 25px;
	line-height: 100%;
	font-weight: 700;
	text-transform: capitalize;
	color: #009b30;
	padding-bottom: 6px;
	margin-bottom: 25px;
	position: relative
}

.main-sidebar .socials h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 3px;
	background: #f5801f;
	border-radius: 1px
}

.main-sidebar .socials a {
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 37px;
	font-size: 15px;
	color: #fff;
	background: #009b30;
	border-radius: 50%;
	margin-right: 6px
}

.main-sidebar .socials a:last-child {
	margin-right: 0
}

.main-sidebar .socials a:hover {
	color: #fff;
	background: #f5801f
}

.main-sidebar.active {
	right: 0
}

.banner {
	overflow: hidden
}

.banner .slider {
	padding-top: 124px;
	padding-bottom: 40px;
	position: relative;
	z-index: 2
}

.banner .slider:after {
	content: "";
	position: absolute;
	top: 124px;
	left: 0;
	bottom: 0;
	width: 100%;
	/*background: url(../image/banner-overlay.png) center center no-repeat;*/
	background-size: cover;
	z-index: -1
}

/*.banner .slider.slider-1 {*/
/*	background: url(../images/banner-bg1.jpg) center center no-repeat;*/
/*	background-size: cover;*/
/*		height:820px;*/
/*}*/

/*.banner .slider.slider-2 {*/
/*	background: url(../images/banner-bg2.jpg) center center no-repeat;*/
/*	background-size: cover;*/
/*		height: 820px;*/
/*}*/

/*.banner .slider.slider-3 {*/
/*	background: url(../images/banner-bg3.jpg) center center no-repeat;*/
/*	background-size: cover;*/
/*	height: 820px;*/
/*}*/

/*.banner .slider.slider-4 {*/
/*	background: url(../images/banner-bg4.jpg) center center no-repeat;*/
/*	background-size: cover;*/
/*	height: 820px;*/
/*}*/



.banner .slider.slider-1 {
	background: url(../images/banner-bg1.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
min-height: 800px;
}

.banner .slider.slider-2 {
	background: url(../images/banner-bg2.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
min-height: 800px;
}

.banner .slider.slider-3 {
	background: url(../images/banner-bg3.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
min-height: 800px;
}

.banner .slider.slider-4 {
	background: url(../images/banner-bg4.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
min-height: 800px;
}



  








.banner .slider .banner-txt {
	padding: 180px 0
}

.banner .slider .banner-txt h1 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	color: #fff;
	margin-top: -7px;
	margin-bottom: 15px
}

.banner .slider .banner-txt h1 span {
	color: #f5801f
}

.banner .slider .banner-txt p {
	font-size: 20px;
	line-height: 38px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 36px
}

.banner .owl-dots {
	position: relative;
	width: 1200px;
	padding: 0 15px;
	margin: -122px auto 98px;
	z-index: 3
}

.banner .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background: #f5801f;
	border-radius: 50%;
	margin-right: 15px
}

.banner .owl-dots .owl-dot:last-child {
	margin-right: 0
}

.banner .owl-dots .owl-dot.active {
	background: #fff
}

.banner-2 {
	background: url(../image/banner-bg-4.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2
}

.banner-2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../image/banner-overlay-2.png) center center no-repeat;
	background-size: cover;
	z-index: -1
}

.banner-2 .banner-txt {
	padding: 240px 0
}

.banner-2 .banner-txt h1 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	color: #fff;
	margin-top: -8px;
	margin-bottom: 15px
}

.banner-2 .banner-txt h1 span {
	color: #f5801f
}

.banner-2 .banner-txt p {
	font-size: 20px;
	line-height: 38px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 31px
}
@media only screen and (min-width:200px) and (max-width:800px) {
	.def-btn {
		height: 45px;
		line-height: 45px;
		padding: 0 20px 0 24px;
		font-size: 16px;
		font-weight: 500
	}
	.heading {
		margin-bottom: 40px
	}
	.heading h2 {
		font-size: 25px;
		line-height: 33px;
		margin-top: -5px;
		padding-bottom: 14px
	}
	.heading-2 {
		margin-bottom: 50px;
		margin-top: 20px;
	}
	.heading-2 h2 {
		font-size: 25px;
		margin-top: 0;
		margin-bottom: 19px
	}
	.heading-2 p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -8px
	}
	.header .top-header {
		display: none
	}
	.header .bottom-header {
		background: 0 0;
		position: relative;
		z-index: 2
	}
	.header .bottom-header:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: #009b30;
		z-index: -1
	}
	.header .bottom-header.fixed-header {
		-webkit-box-shadow: 0 0;
		box-shadow: 0 0
	}
	.header .bottom-header.fixed-header .logo {
		padding: 10px 15px
	}
	.header .bottom-header .navbar-toggler {
		padding: 0;
		border: 0;
		width: 25px;
		height: 50px;
		padding: 10px 0
	}
	.header .bottom-header .logo {
		/*left: 50%;*/
		/*top: 0;*/
		/*-webkit-transform: translateX(-50%);*/
		/*-ms-transform: translateX(-50%);*/
		/*transform: translateX(-50%);*/
		/*width: 70px;*/
		/*padding: 20px 15px 15px*/
	}
	.header .bottom-header .logo:before {
		display: none
	}
	.header .bottom-header .logo:after {
		top: 0;
		bottom: -10px;
		-webkit-transform: skew(0);
		-ms-transform: skew(0);
		transform: skew(0);
		border-radius: 0 0 35px 35px;
		-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
	}
	.header .bottom-header .navbar {
		background: #fff;
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
		padding: 0
	}
	.header .bottom-header .navbar .navbar-nav {
		padding: 15px;
		max-height: 320px;
		overflow-y: scroll
	}
	.header .bottom-header .navbar .navbar-nav .nav-item {
		padding: 9px 0 6px
	}
	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
		display: none;
		width: 100%;
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
		opacity: 1;
		visibility: visible
	}
	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
		padding: 15px 20px
	}
	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
		display: block
	}
	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
		padding: 15px 20px
	}
	.header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
		font-size: 16px;
		font-weight: 500;
		color: #333;
		padding: 5px 0
	}
	.header .bottom-header .side-bar-btn .side-bar-show {
		line-height: 1;
		width: 25px;
		height: 50px;
		padding: 10px 0
	}
	.header .bottom-header .next {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.header-2 .logo {
		width: 120px
	}
	.header-2 .navbar-toggler {
		padding: 0;
		width: 35px;
		height: 35px;
		line-height: 38px;
		margin: 10px 0 10px auto;
		background: #009b30;
		color: #fff;
		font-size: 22px
	}
	.header-2 .navbar {
		padding: 0
	}
	.header-2 .navbar .navbar-nav {
		padding: 0 15px 15px;
		max-height: 320px;
		overflow-y: scroll
	}
	.header-2 .navbar .navbar-nav .nav-item {
		padding: 9px 0 6px
	}
	.header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
		display: none;
		width: 100%;
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
		opacity: 1;
		visibility: visible
	}
	.header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
		padding: 15px 20px
	}
	.header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
		display: block
	}
	.header-2 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
		padding: 15px 20px
	}
	.header-2 .navbar .navbar-nav .nav-item .nav-link {
		font-size: 16px;
		font-weight: 500;
		color: #f5801f;
		padding: 5px 0
	}
}

@media screen and (max-width: 800px) {
.advantage{display:none}
.bapc{display:none!important}
.bamob{margin-top:50px}

.fun-fact{margin-top:20px}
.hehe{display:none!important}
.linex-x{width:95%;margin:0 auto;margin-top:30px!important;}
.fengsias{width:50%}
.not-enough-section .overlay .not-enough-left-area{display:none}

  .ludt{display:none}
  .heights{height:50px}
  .mingsu{display:none}
  .ruguo{display:none}
 .product-widget-section .overlay .product-grid-view.list-style .latest-product .right-area{display:none}
  .review-block{display:none}
  .banner-section.inner-banner-area .overlay .banner-text h2{color:#fff}
.banner .owl-dots{margin-top:-33px}

.about-us-section .overlay{margin-bottom:20px}
.banner-section.inner-banner-area .overlay{height: 318px;}
.footer-section .overlay{padding-top:0px}
.height100{padding-top:0px;padding-bottom:0px}
.minaixn{margin-bottom:50px}
}



@media screen and (min-width: 800px) {
.bamob{display:none!important}
.banner-text h2{color: #fff;
    margin-left: 120px;}
#pages span{padding-left:5px!important;padding-right:5px!important}
#pages  a{padding-left:5px!important;padding-right:5px!important}
.botto{display:none}
.aixinlei{margin-top:50px;margin-bottom:50px}
.navbar-nav{width:100%}
.navbar-nav li{width:15.2%}
.navbar-nav li a{text-align:right}
.jianse{display:none}
}
#pages{margin-top:50px}



.fengkuangs{width:50%;margin:0 auto;margin-bottom:50px;}
.fengkuangs:after{display:block;content:'';clear:both;visible:hidden;height:0}
.fengkuangs  li{width:50%;float:left;text-align:center}

.fee{width:100%}
 .fee:after{display:block;content:'';clear:both;visible:hidden;height:0}

 .box{
              
            }
            #btn li{
                height: 34px;
                font-size: 14px;
                color:#068d2a;
                background: #FEFDFD;
                /*border-bottom: 1px solid #d2d3d7;*/
                float: left;
                line-height: 34px;
                text-align: center;
                width: 49%;
                /*border-top:2px solid #068d2a;*/
                cursor: pointer;
            }
            #btn li:not(:last-of-type){
                border-right: 1px solid #068d2a;
               width: 49%;
            }
            .box #btn li.active{
                border-bottom-color: #fff;
                font-weight: bold;
                /*border-top-color:#fd6600 ;*/
                color: #333;
            }
             #tab div{
                /*height: 255px;*/
                /*display: none;*/
                font-size: 50px;
                /*line-height: 255px;*/
              
            }

#btn{width:30%;margin:0 auto;margin-bottom:100px;}
@media screen and (min-width: 800px) {
    .shouduan{display:none}
    .shouji{display:none}
}

@media only screen and (min-width:200px) and (max-width:800px) {
.sboutd{position:absolute;}
.swiper-container{margin-top:50px}
.product-widget-section .overlay .widget-box li{width:33%;float:left}
.product-widget-section .overlay .widget-box{height:260px}
.yis{margin-top:0px!important}
.footer-section{margin-top:50px}
.foius{width:50%;float:left}
.product-widget-section .overlay .latest-product .text-area .button-hover{display:none}
.text-area h3 a{font-size:13px!important}
.pcduan{display:none}
.product-widget-section .overlay .latest-product .text-area{padding: 0px 0px 0px;line-height:30px;text-align:center}
.yiuf{margin-top:20px}
.banner-section.inner-banner-area .overlay{height:200px}
.affiliate-choose-section .affiliate-choose-item .single-item h5{font-size:15px}
.jianse{width:99%;margin-top:20px;margin-bottom:20px}
.jianse p{border-bottom:2px solid #dcdcdc;line-height:50px}
.aija{background:#f2f2f2}
.yiuf{width:96%;margin-left:2%;background:#fff;margin-top:57px}
.fnegsi{border-bottom:1px solid #dcdcdc;}
.fnegsi:after{display:block;height:0;content:'';visible:hidden;clear:both;}
.yiud{float:left}
.yiuds{float:right}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part{padding: 15px 30px;}
.mobilef{display:none}
#btn{width:80%;margin:0 auto;margin-bottom:50px;}
}

.yis{margin-top:90px}


 .swiper-container {
      width: 100%;
      max-height: 820px;

    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

    
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


.activess{background:#289a43}
.line{width:50px;border-bottom:2px solid #068d2a;margin:0 auto;margin-top:8px}
.linex{width:50px;border-bottom:2px solid #068d2a;margin-top:8px}
.box-kuang{width:100%;border:1px solid #dcdcdc;margin-top:20px}

.lef-top{width:100%}
.lef-top:after{display:block;height:0;content:'';visible:hidden;clear:both}
.lef-top img{float:left;}

.lef-bottom{width:100%}
.lef-bottom:after{display:block;height:0;content:'';visible:hidden;clear:both}
.lef-bottom img{float:left;}
.swiper-wrapper{z-index:-1}
/*.swiper-container{z-index:-1}*/
.color3{color:#333!important}

.niyu{border-right:3px solid #f2f2f2;height:50px;margin-top:25px}

.li-cont1-niya{text-align:right}
.aiyix:after{display:block;height:0;content:'';visible:hidden;clear:both}
.xinwed{width:30%;float:left}
.xinweds{width:70%;float:right}
.box-yue{width:100%;background:rgb(0,0,0,0.5);margin-top:-30px;z-index:2}
.banner-text h2{line-height:200px}



@media screen and (min-width: 800px) {
    .shouduan{display:none}
    .shouji{display:none}
    .tuimg{display:none}
    .dibu{display:none}
    .dibu-img{display:none}
    .qingfan{display:none}
    .box-shou{display:none}
    .bottos{display:none}
  .faner{margin-bottom:130px}
  .wusi{margin-bottom:100px;padding-top:50px}
}



@media screen and (max-width: 800px) {
   .pcdu{display:none}
   .tuimg{width:100%;height:100%}
   .tuimg img{width:100%;height:100%}
   .bottos{width:60%;height:50px;background:#068d2a;z-index:999;border-radius:20px;margin-top:-10px;position:absolute;left:20%}
   .bottos p{color:#fff;line-height:50px;text-align:center}
   .col-sm-6{width:50%!important;}
   .col-xs-6{width:50%!important}
   .img-top{margin-top:60px}
  .banner-section{display:none}
.product-widget-section .overlay .product-grid-view.list-style .latest-product .right-part{padding:0px}

.dibu{z-index:99999}
.botto{width:65%;height:60px;background:#068d2a;z-index:999;border-radius:40px 0px 0px 0px;float:right}
  .botto p a{color:#fff;line-height:60px;text-align:center;display:block;font-size:1rem}
  .dibu{width:100%;position:fixed;left:0%;bottom:0%;height:50px;background:#fff;}
  .idx-n1 {width: 35%;float: left;}
.idx-n1 a { display: block;width: 50%;text-align: center;padding: 0.1rem 0;float:left}
.idx-n1 img {width: 1.45rem;height: 1.45rem;}
.idx-n1 p {text-align: center;font-size: 0.2rem;color: #000000;margin: 0;}
.footer-section{display:none}
.line-uy{width:90%;border-bottom:1px solid #333;margin:0 auto;  margin-top:20px;margin-bottom:20px;}
.dibu-img{width:40%;margin:0 auto;margin-top:10px;margin-bottom:10px}
.idx-m5 {text-align: center;font-weight: 900;font-size: 1.4rem;margin-top:2rem}
.idx-m6 {text-align: center;font-weight: 900;font-size: 0.8rem;margin-bottom: 2rem;}
.idx-m7 {text-align: center;font-weight: 900;font-size: 1.26rem; margin-bottom: 0.1rem;}
.idx-m8 {text-align: center;font-weight: 900;font-size: 1.5rem;padding-bottom: 1.8rem;}
.qingfan{height:100px}
.heheh{display:none}

}

.wawu{float:left!important}
.wawus{border-left:2px solid #f2f2f2;margin-top:20px;margin-left:20px;padding-left:20px;margin-bottom:20px;}
.wawusword{font-size:21px;font-weight:600}
.wawusword1{color:#666;font-size:16px;margin-top:4px}
.wawusword2{color:#666;font-size:16px;}
.wawusword3{color:#009d2c;font-size:32px;font-weight:700;margin-top:5px}

.wusi {
  width: 100%;
   background-image: url(../images/fehngs.jpg);
  z-index: 0;
 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.font-24-regular{color:#fff!important}

.product-item:after{display:block;height:0;content:'';visible:hidden;clear:both}



















































