body {
  position: relative;
}

/*item*/

.bg-gray {
  /*background: #F1F1F1;*/
  background: #f1f1f169;
}

/*sw-pic*/

.pic {
  padding: 6rem 0 3rem;
}

.pic .swiper-container {
  width: 100%;
  height: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.pic .swiper-slide {
  background-size: cover;
  background-position: center;
  background: #fff;
  cursor: pointer;
}

.pic .gallery-top {
  height: 80%;
  width: 100%;
}

.pic .gallery-top .swiper-slide {
  cursor: zoom-in;
}

.pic .gallery-thumbs {
  height: auto;
  box-sizing: border-box;
  padding: 0.5rem 0;
}

.pic .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  border: 3px solid transparent;
}

.pic .gallery-thumbs .swiper-slide-thumb-active {
  border: 3px solid #7f7f7f;
}

.pic .gallery-thumbs .swiper-slide img {
  width: 100%;
}

.pic .text-con h4+p {
  margin: 1rem 0 2rem;
  font-family: 'AvenirNextLTPro-UltLt';
}

.pic .text-con p {
  margin: 0 0 0.35rem 0;
}

.pic .text-con p {
  font-family: 'AvenirNextLTPro-UltLt';
}

.pic .text-con p::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7f7f7f;
  display: inline-block;
  margin: 0rem 0.5rem 0 0;
  position: relative;
  top: -4px;
}

.pic .text-con h4+p::before {
  display: none;
}

.pic .btn {
  margin: inherit;
}

.swiper-button-prev,
.swiper-button-next {
  width: 1.8rem;
  height: 3.6rem;
  max-width: 1.8rem;
  max-height: 3.6rem;
  cursor: pointer;
  background: #7f7f7f !important;
 // background: url(../images/prev.png) no-repeat;
  background-size: 100%;
  left: 0rem;
  transition: all 0.3s;
  margin-top: -1.8rem;
}

.swiper-button-next {
  left: inherit;
  right: 0rem;
  transform: rotate(180deg);
}

#pic-zoom {
  display: block;
  z-index: -1;
}

.modal.show#pic-zoom {
  z-index: 1101;
  background: rgba(0, 0, 0, 0.75);
}

.swiper-zoom-container>img {
  cursor: move;
}

#pic-zoom .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  z-index: 1111;
  width: 40px;
  height: 40px;
  opacity: 1;
}

#pic-zoom .close span::before {
  content: '';
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 10px;
  top: 19px;
  transform: rotate(45deg);
}

#pic-zoom .close span::after {
  content: '';
  width: 2px;
  height: 24px;
  background: #fff;
  display: block;
  position: absolute;
  left: 20px;
  top: 8px;
  transition: all .3s;
  transform: rotate(45deg);
}

#pic-zoom .modal-dialog {
  max-width: initial;
}

@media screen and (min-width:768px) {
  .pic .text-con {
    padding-left: 4rem;
  }
}

@media screen and (max-width:768px) {
  .pic {
    padding: 1rem 0 3rem;
  }
}

@media screen and (max-width:640px) {
  .pic .gallery-top {
    height: 100%;
  }
  .pic .text-con {
    padding-top: 3rem;
  }
}

/*btn*/

.buy-btn .country-sel {
  margin-right: 2rem;
  border: 1px solid #7f7f7f;
  color: #7f7f7f;
  border-radius: 1rem;
  text-align: center;
  padding: 0.22rem 0.75rem;
  width: 10rem;
  position: relative;
  cursor: pointer;
}

.country-sel.open {
  border-radius: 1rem 1rem 0 0;
  border-bottom: none;
}

.sel-ul {
  position: absolute;
  top: 1.95rem;
  left: -1px;
  background: #F1F1F1;
  border-radius: 1rem;
  width: 10rem;
  /*border: 1px solid #f3832b;*/
  border: 1px solid #7f7f7f;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
  z-index: 3;
  overflow: hidden;
}

.sel-ul li {
  height: 2rem;
  line-height: 2rem;
}

.sel-ul li:hover {
  /*background: #f3832b;*/
  background: #7f7f7f;
  color: #fff;
}

.sel-ul li a {
  display: block;
}

.seled::after {
  content: '';
  width: 14px;
  height: 8px;
  background: url(../images/arrow.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 5px;
}

.buy-btn .dropdown.show .btn {
  border-radius: 1rem 1rem 0 0;
  border-bottom: none;
}

.buy-btn .dropdown.show .btn:hover {
  border-bottom: none;
}

.buy-btn .dropdown .btn:hover {
  border: 1px solid #7f7f7f;
  color: #7f7f7f;
}

.buy-btn .dropdown-menu {
  margin-top: 0px;
  border-radius: 0 0 1rem 1rem;
  border: 1px solid #7f7f7f;
  border-top: none;
  width: 11.5rem;
  background: none;
  overflow: hidden;
  text-align: center;
  padding: 0;
  background: #F1F1F1;
}

.buy-btn .dropdown-item {
  color: #7f7f7f;
  font-family: 'AvenirNextLTPro-UltLt';
}

.buy-btn .dropdown-item:hover {
  color: #fff;
  background: #7f7f7f
}

.buy-btn .dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  position: relative;
  top: 5px;
}

.buy-btn .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid #f1f1f1;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  position: absolute;
  right: 2.45rem;
  top: 0.8rem;
  z-index: 1;
}

/*tabs*/

.navbar-example-con .item {
  padding: 4rem 0;
}

#navbar-example.fixed-top {
  background: rgba(255, 255, 255, .95);
  box-shadow: 1px 0 5px #ccc;
}

#navbar-example .nav-item::after {
  content: '';
  width: 1px;
  height: 0.7rem;
  background: #cfcfcf;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.35rem;
}

#navbar-example .nav-item:nth-last-of-type(1)::after {
  display: none;
}

#navbar-example .nav-link {
  padding: 0;
  height: 3rem;
  line-height: 3rem;
  text-transform: capitalize;
}

#navbar-example .nav-link.active {
  color: #7f7f7f;
  background: none;
}

.tab-content {
  padding: 1rem 0 0rem;
}

.tab-content h6 {
  font-size: 1rem;
  margin: 2rem 0 0.5rem;
}

.tab-content p {
  font-family: 'AvenirNextLTPro-UltLt';
  line-height: 1.3;
}

.navbar-example-con .active .container {
  padding-top: 60px;
}

@media screen and (min-width:640px) {
  #navbar-example .nav-item {
    width: 20%;
    text-align: center;
    position: relative;
  }
}

@media screen and (max-width:640px) {
  #navbar-example {
    padding: 0.5rem 0.5rem;
  }
}

/*features*/

#features p {
  font-family: 'AvenirNextLTPro-UltLt';
}

#features p:nth-child(odd) {
  font-size: 1rem;
  font-family: 'AvenirNextLTPro-UltLt';
}

/*info*/

.info {
  padding: 3rem 0;
}

.info img {
  margin: auto;
}

.info h4 {
  border-bottom: 2px solid #000;
  display: table;
  margin: 0rem 0 2rem;
}

.info p {
  border-bottom: 1px solid #000;
  height: 3.5rem;
  line-height: 3.5rem;
}

.info p span {
  float: right;
}

/*video*/

#video .container {
  overflow: hidden;
}

#video .swiper-container {
  width: 93%;
  height: 100%;
  margin: auto;
  overflow: initial;
}

#video .swiper-slide {
  text-align: center;
  font-size: 0.9rem;
  background: transparent;
  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;
  padding: 2rem 0;
}

#video .swiper-slide a {
  overflow: hidden;
  position: relative;
}

#video img {
  width: 100%;
}

#video .swiper-button-prev,
#video .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  max-height: 1.5rem;
  max-width: 1.5rem;
  background: url(../images/left.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s;
  margin-top: -15px;
  left: -2rem;
}

#video .swiper-button-prev:hover,
#video .swiper-button-next:hover {
  max-height: 1.5rem;
  max-width: 1.5rem;
  background: url(../images/left-h.png) no-repeat;
  background-size: 100%;
}

#video .swiper-button-next {
  left: inherit;
  transform: rotate(180deg);
  right: -2rem;
}

.icon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
  background: rgba(0, 0, 0, 0);
}

.icon:hover {
  background: rgba(0, 0, 0, .5);
  transition: 0.3s;
  opacity: 0.5;
}

.circular {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #21ccbf;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background: rgba(33, 203, 190, 1);
  transition: 0.4s;
}

.icon:hover .circular {
  background: rgba(33, 203, 190, 0);
  display: block;
}

.circular::after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  border-top: 8px solid transparent;
  display: block;
  opacity: 1;
  left: 12px;
  top: 8px;
  position: absolute;
}

@media screen and (max-width:640px) {
  #video .swiper-button-prev {
    left: -1rem;
  }
  #video .swiper-button-next {
    right: -1rem;
  }
}

/*manual*/

.manual {
  cursor: pointer;
  margin: 1rem 0;
  display: block;
  text-align: center;
}

.manual::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/down.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 0.5rem;
}

@media screen and (max-width:640px) {
  #downloads .col-md-3 {
    width: 33.33%;
    text-align: center;
  }
}

/*accordion*/

#faq .nav-tabs .nav-link.active {
  color: #7f7f7f;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #7f7f7f;
}

#faq .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 2px solid #7f7f7f;
}

#faq .tab-pane {
  font-family: 'AvenirNextLTPro-UltLt';
  line-height: 2;
}
