border-text
  /*-----------------------------------------------------------------------------------

    Template Name: Ruxin - App Landing Page HTML Template
    Template URI: site.com
    Description: Ruxin is a colorful 2020 style app landing page HTML Template. It is specially designed for any kind of mobile app, software, sass, startup, marketing, one page and other online businesses.
    Author: Layerdrops
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/


  /*===========================
          01.COMMON css
  ===========================*/

body {
  font-family: "Microsoft Yahei", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666e82;
  overflow-X: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}


}
i,
span,
a {
  display: inline-block;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft Yahei", sans-serif;
  font-weight: 700;
  color: #2e3d62;
  margin: 0px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666e82;
  margin: 0px;
}
.mg-auto {
  margin: 0 auto
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1400px) {
  .custom-container {
    max-width: 1590px;
  }
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 8px;
  font-size: 14px;
  height:32px;
  line-height:32px;
  border-radius: 4px;
  color: #2e3d62;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.main-btn::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  padding: 50%;
  border-radius: 50%;
  background-color: #ff8257;
  z-index: -1;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  -moz-transform: translate3d(-50%, -50%, 0) scale(0);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0);
  -o-transform: translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.main-btn:hover {
  color: #fff;
}
.main-btn:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
  -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}
.main-btn.main-btn-2 {
  color: #fff;
  background-color: #1387e8;
}
.main-btn.main-btn-2::before {
  background-color: #2e3d62;
}
.main-btn.main-btn-2:hover {
  color: #fff;
}
.main-btn.main-btn-2:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
  -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-weight: 600;
  color: #666e82;
  font-size: 16px;
  position: relative;
  padding-top: 35px;
}
.section-title .sub-title::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #ff8257;
  -webkit-transform: rotate(45deg) translateX(0);
  -moz-transform: rotate(45deg) translateX(0);
  -ms-transform: rotate(45deg) translateX(0);
  -o-transform: rotate(45deg) translateX(0);
  transform: rotate(45deg) translateX(0);
  left: 2px;
  top: 3px;
}
.section-title .title {
  font-size:36px;
  font-weight: 800;
  color: #2e3d62;
  margin-top: 5px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size:24px;
  }
}
@media (max-width: 767px) {
  .section-title .title {
    font-size:24px;
    letter-spacing: 0;
  }
}
.section-title.text-center .sub-title::before {
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  top: 9px;
}

/*===========================
       02.Header css
===========================*/
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
}
.other-area {
  position: static;
}
.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: 0;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  background-color: #1387e8;
}
.navbar {
  padding: 0;
}
.navbar .container {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;

}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

.navbar .navbar-nav li {
  margin-right:30px;
  padding: 15px 0;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li {
    padding: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav li {
    padding: 0;
    margin-right: 0;
  }
}
.navbar .navbar-nav li a {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li a {
    color: #2e3d62;
    display: block;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav li a {
    color: #2e3d62;
    display: block;
    padding: 5px 10px;
  }
}
.navbar .navbar-nav li a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 2px;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav li a::before {
    display: none;
  }
}
.navbar .navbar-nav li a .sub-nav-toggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li a .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #666e82;
    font-size: 16px;
    border: 0;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav li a .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #666e82;
    font-size: 16px;
    border: 0;
    width: 35px;
    height: 35px;
  }
}
.navbar .navbar-nav li a .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}
.navbar .navbar-nav li.active>a::before,
.navbar .navbar-nav li:hover>a::before {
  width: 100%;
}
.navbar .navbar-nav li .sub-menu {
  position: absolute;
  top: 120%;
  left:0;
  min-width:200px;
  width: auto;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav li .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0;
  }
}
.navbar .navbar-nav li .sub-menu h4 {
  padding: 10px;
  background-color: #ffffff;
  color: #0059d5;
  font-size: 18px;
  font-weight: normal;
}
.navbar .navbar-nav li .sub-menu li {
  padding: 0;
  margin-right: 0;
  border-bottom: 1px dashed #dbdbdb;
}
.navbar .navbar-nav li .sub-menu li a {
  color: #303030;
  padding: 6px 20px;
  font-size: 14px;
  display: block;
  font-weight: normal;
}
.navbar .navbar-nav li .sub-menu li a::before {
  display: none;
}
.navbar .navbar-nav li .sub-menu li:hover>a {
  padding-left: 23px;
  color: #303030;
  text-decoration: underline;
}
.navbar .navbar-nav li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li:hover .sub-menu {
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav li:hover .sub-menu {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-btn {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-btn {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-btn .main-btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-btn .main-btn {
    display: block;
  }
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.sticky .navbar .navbar-toggler .toggler-icon {
  background-color: #ffffff;
}
.sticky .navbar .navbar-nav li a {
  color: #ffffff;
}
.sticky .navbar .navbar-nav li a::before {
  background-color: #ffffff;
}

/*===========================
       03.Banner css
===========================*/
.banner-area {
  position: relative;
  z-index: 5;
  padding-top:54px;
  /* padding-bottom: 110px; */

  overflow: hidden;
}
.banner-area .banner-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 8%;
  z-index: -1;
}
@media only screen and (min-width: 1400px) {
  .banner-area .banner-shape-1 {
    width: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area .banner-shape-1 {
    width: 8%;
  }
}
.banner-area .banner-shape-1 img {
  width: 100%;
}
.banner-area .banner-shape-1 .line {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 1;
}
.banner-area .banner-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  z-index: -1;
}
.banner-area .banner-shape-2 img {
  width: 30%;
}
.banner-area .banner-shape-3 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .banner-area .banner-shape-3 {
    width: 150px;
  }
}
/* .banner-content-wrapper {
  padding-bottom: 30px;
} */
/* .banner-content-wrapper .banner-content {
  margin-top: 50px;
} */
.banner-content-wrapper .banner-content .title {
  font-size:48px;
  font-weight: 800;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content-wrapper {
    padding-top:20px;
  }
  .banner-content-wrapper .banner-content .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .banner-content-wrapper {
    padding-top:20px;
  }
  .banner-content-wrapper .banner-content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-content-wrapper {
    padding-top:20px;
  }
  .banner-content-wrapper .banner-content .title {
    font-size: 48px;
  }
}

.banner-content-wrapper .banner-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner-content-wrapper .banner-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.banner-content-wrapper .banner-content .download-btn {
  padding-top: 40px;
}
.banner-content-wrapper .banner-content .download-btn li {
  margin-top: 10px;
  display: inline-block;
  margin-right: 18px;
}
.banner-content-wrapper .banner-content .download-btn li:last-child {
  margin-right: 0;
}
.banner-content-wrapper .banner-content .download-btn li a {
  padding-left: 70px;
  padding-right: 40px;
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content-wrapper .banner-content .download-btn li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .banner-content-wrapper .banner-content .download-btn li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 30px;
  }
}
.banner-content-wrapper .banner-content .download-btn li a i {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content-wrapper .banner-content .download-btn li a i {
    left: 30px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .banner-content-wrapper .banner-content .download-btn li a i {
    left: 30px;
    font-size: 24px;
  }
}
.banner-content-wrapper .banner-content .download-btn li a .text-1 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: block;
}
.banner-content-wrapper .banner-content .download-btn li a .text-2 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
}
.banner-content-wrapper .banner-content .download-btn li a.google-play {
  background-color: #ff8257;
}
.banner-content-wrapper .banner-content .download-btn li a.google-play:hover {
  background-color: #666e82;
}
.banner-content-wrapper .banner-content .download-btn li a.apple-store {
  background-color: #666e82;
}
.banner-content-wrapper .banner-content .download-btn li a.apple-store:hover {
  background-color: #ff8257;
}
.banner-content-wrapper .banner-image {
  margin-top:10px;
  padding-bottom: 20px;
  text-align: right;
}
.banner-content-wrapper .banner-image img{
  width: 80%;
}
.banner-content-wrapper .banner-image .image {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-animation: ImgBounce1 2s ease-in-out infinite alternate;
  -moz-animation: ImgBounce1 2s ease-in-out infinite alternate;
  -o-animation: ImgBounce1 2s ease-in-out infinite alternate;
  animation: ImgBounce1 2s ease-in-out infinite alternate;
}
@-webkit-keyframes ImgBounce1 {
  0% {
    -webkit-transform: translateY(0) rotate(15deg);
    -moz-transform: translateY(0) rotate(15deg);
    -ms-transform: translateY(0) rotate(15deg);
    -o-transform: translateY(0) rotate(15deg);
    transform: translateY(0) rotate(15deg);
  }

  100% {
    -webkit-transform: translateY(-20px) rotate(15deg);
    -moz-transform: translateY(-20px) rotate(15deg);
    -ms-transform: translateY(-20px) rotate(15deg);
    -o-transform: translateY(-20px) rotate(15deg);
    transform: translateY(-20px) rotate(15deg);
  }
}
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0) rotate(15deg);
    -moz-transform: translateY(0) rotate(15deg);
    -ms-transform: translateY(0) rotate(15deg);
    -o-transform: translateY(0) rotate(15deg);
    transform: translateY(0) rotate(15deg);
  }

  100% {
    -webkit-transform: translateY(-20px) rotate(15deg);
    -moz-transform: translateY(-20px) rotate(15deg);
    -ms-transform: translateY(-20px) rotate(15deg);
    -o-transform: translateY(-20px) rotate(15deg);
    transform: translateY(-20px) rotate(15deg);
  }
}

/* .banner-counter {
  padding-top: -40px; } */
.banner-counter .counter-title .title {
  font-size: 16px;
  font-weight: 600;
  color: #666e82;
}
.banner-counter .counter-wrapper {
  padding-top: 40px;
}
.banner-counter .single-counter {
  margin-top: 30px;
}
.banner-counter .single-counter .count-content {
  font-size: 16px;
  font-weight: 600;
  color: #666e82;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-counter .single-counter .count-content {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-counter .single-counter .count-content {
    font-size: 14px;
  }
}
.banner-counter .single-counter .count-content .count {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #2e3d62;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-counter .single-counter .count-content .count {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-counter .single-counter .count-content .count {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .banner-counter .single-counter .count-content .count {
    font-size: 40px;
    line-height: 40px;
  }
}
.banner-counter .single-counter .count-content span {
  color: #ff8257;
}

/*===========================
      04.Features css
===========================*/
.features-area {
  padding-top: 120px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.features-area::before {
  position: absolute;
  content: '';
  background-color: #f4f1f9;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  z-index: -1;
}
.features-wrapper {
  padding-top: 18px;
}
.single-features {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 60px 60px 23px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 65px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-features {
    padding: 60px 30px 28px;
  }
}
@media (max-width: 767px) {
  .single-features {
    padding: 60px 30px 28px;
  }
}
.single-features::before {
  position: absolute;
  content: '';
  bottom: -170px;
  right: -170px;
  width: 0;
  height: 0;
  border-bottom: 170px solid rgba(255, 255, 255, 0.2);
  border-left: 170px solid transparent;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-features .features-number {
  font-size: 90px;
  line-height: 80px;
  color: #2e3d62;
  opacity: 0.05;
  position: absolute;
  top: 50px;
  right: 60px;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-features .features-icon i {
  font-size: 64px;
  line-height: 60px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-features .features-content .features-title a {
  font-size: 22px;
  line-height: 34px;
  font-weight: 800;
  color: #2e3d62;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 32px;
}
.single-features .features-content p {
  margin-top: 37px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-features .features-btn {
  position: relative;
  bottom: -70px;
  display: inline-block;
  background-color: #fff;
  padding: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 5px;
}
.single-features .features-btn a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #5dd8d3;
  color: #fff;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  -webkit-box-shadow: 0px -25px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px -25px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -25px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-features .features-btn a i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.single-features.features-1 .features-icon i {
  color: #5dd8d3;
}
.single-features.features-1 .features-btn a {
  background-color: #5dd8d3;
}
.single-features.features-1:hover {
  background-color: #5dd8d3;
}
.single-features.features-1:hover .features-icon i {
  color: #fff;
}
.single-features.features-1:hover .features-content .features-title a {
  color: #fff;
}
.single-features.features-1:hover .features-content p {
  color: rgba(255, 255, 255, 0.8);
}
.single-features.features-2 .features-icon i {
  color: #9364d4;
}
.single-features.features-2 .features-btn a {
  background-color: #9364d4;
}
.single-features.features-2:hover {
  background-color: #9364d4;
}
.single-features.features-2:hover .features-icon i {
  color: #fff;
}
.single-features.features-2:hover .features-content .features-title a {
  color: #fff;
}
.single-features.features-2:hover .features-content p {
  color: rgba(255, 255, 255, 0.8);
}
.single-features.features-3 .features-icon i {
  color: #ee539b;
}
.single-features.features-3 .features-btn a {
  background-color: #ee539b;
}
.single-features.features-3:hover {
  background-color: #ee539b;
}
.single-features.features-3:hover .features-icon i {
  color: #fff;
}
.single-features.features-3:hover .features-content .features-title a {
  color: #fff;
}
.single-features.features-3:hover .features-content p {
  color: rgba(255, 255, 255, 0.8);
}
.single-features:hover::before {
  bottom: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*===========================
    05.Powerful Tools css
===========================*/
.powerful-tools-area {
  position: relative;
  overflow: hidden;
}
.powerful-tools-area .powerful-shape {
  position: absolute;
}
.powerful-tools-area .powerful-shape.shape-1 {
  width: 488px;
  height: 488px;
  background-color: #f2fcfc;
  border-radius: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18%;
  left: 10%;
}
@media (max-width: 767px) {
  .powerful-tools-area .powerful-shape.shape-1 {
    width: 320px;
    height: 320px;
  }
}
.powerful-tools-area .powerful-shape.shape-2 {
  top: 30px;
  right: 3%;
  -webkit-animation: rotated 15s infinite linear;
  -moz-animation: rotated 15s infinite linear;
  -o-animation: rotated 15s infinite linear;
  animation: rotated 15s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .powerful-tools-area .powerful-shape.shape-2 {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .powerful-tools-area .powerful-shape.shape-2 {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .powerful-tools-area .powerful-shape.shape-2 {
    width: 150px;
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.powerful-tools-wrapper {
  padding-top:40px;
  padding-bottom:40px;

}
.powerful-image .image {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  margin-left: -75px;
  -webkit-animation: ImgBounce2 2s ease-in-out infinite alternate;
  -moz-animation: ImgBounce2 2s ease-in-out infinite alternate;
  -o-animation: ImgBounce2 2s ease-in-out infinite alternate;
  animation: ImgBounce2 2s ease-in-out infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .powerful-tools-wrapper {
    padding-top:20px;
    padding-bottom:20px;

  }
  .powerful-image .image {
    margin-left: -50px;
    text-aling: center;
  }

  .powerful-content-wrapper-img .image {
    text-align: center;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .powerful-tools-wrapper {
    padding-top:20px;
    padding-bottom:20px;

  }
  .powerful-image .image {
    margin-left: 0;
  }

  .powerful-content-wrapper-img .image {
    text-align: center;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .powerful-tools-wrapper {
    padding-top:20px;
    padding-bottom:20px;

  }
  .powerful-image .image {
    margin-left: 0;
  }

  .powerful-content-wrapper-img .image {
    text-align: center;
    margin-top: 40px;
  }
}
@-webkit-keyframes ImgBounce2 {
  0% {
    -webkit-transform: translateY(0) rotate(-15deg);
    -moz-transform: translateY(0) rotate(-15deg);
    -ms-transform: translateY(0) rotate(-15deg);
    -o-transform: translateY(0) rotate(-15deg);
    transform: translateY(0) rotate(-15deg);
  }

  100% {
    -webkit-transform: translateY(-20px) rotate(-15deg);
    -moz-transform: translateY(-20px) rotate(-15deg);
    -ms-transform: translateY(-20px) rotate(-15deg);
    -o-transform: translateY(-20px) rotate(-15deg);
    transform: translateY(-20px) rotate(-15deg);
  }
}
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0) rotate(-15deg);
    -moz-transform: translateY(0) rotate(-15deg);
    -ms-transform: translateY(0) rotate(-15deg);
    -o-transform: translateY(0) rotate(-15deg);
    transform: translateY(0) rotate(-15deg);
  }

  100% {
    -webkit-transform: translateY(-20px) rotate(-15deg);
    -moz-transform: translateY(-20px) rotate(-15deg);
    -ms-transform: translateY(-20px) rotate(-15deg);
    -o-transform: translateY(-20px) rotate(-15deg);
    transform: translateY(-20px) rotate(-15deg);
  }
}
/* .powerful-tools-content .powerful-content-wrapper {
  padding-top: 20px;
} */
.powerful-tools-content .powerful-content-wrapper p {
  font-size: 16px;
  color: #666e82;
  line-height: 30px;
}
@media (max-width: 767px) {
  .powerful-tools-content .powerful-content-wrapper p {
    font-size: 16px;
    line-height: 28px;
  }
}
.powerful-tools-content .powerful-content-wrapper .content-list {
  padding-top: 10px;
}
.powerful-tools-content .powerful-content-wrapper .content-list li {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .powerful-tools-content .powerful-content-wrapper .content-list li {
    font-size: 14px;
    line-height: 28px;
  }
}
.powerful-tools-content .powerful-content-wrapper .content-list li i {
  color: #343434;
  position: absolute;
  font-size: 6px;
  top: 7px;
  left: 0;
}
.powerful-tools-content .main-btn {
  padding: 0 50px;
  margin-top: 52px;
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .powerful-tools-content .main-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .powerful-tools-content .main-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .powerful-tools-content .main-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
  }
}

/*===========================
    06.Discover css
===========================*/
.discover-area {
  /* padding-top: 60px; */
  padding-bottom: 40px;
  position: relative;
  background: #f8f8f8;
}
.discover-area .discover-shape {
  position: absolute;
}
.discover-area .discover-shape.shape-1 {
  width: 368px;
  top: -80px;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover-area{
    padding-top:30px;
    padding-bottom:30px;
  }
  .discover-area .discover-shape.shape-1 {
    width: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discover-area{
    padding-top:30px;
    padding-bottom:30px;
  }
  .discover-area .discover-shape.shape-1 {
    width: 268px;
  }
}
@media (max-width: 767px) {
  .discover-area{
    padding-top:30px;
    padding-bottom:30px;
  }
  .discover-area .discover-shape.shape-1 {
    width: 120px;
  }
}
.discover-area .discover-shape.shape-1 img {
  width: 100%;
}
.discover-content-wrapper .discover-items {
  max-width: 100%;
}
.discover-content-wrapper .discover-items .single-item {
  margin-top: 45px;
}
.discover-content-wrapper .discover-items .single-item .item-icon i {
  font-size: 64px;
  line-height: 60px;
}
.discover-content-wrapper .discover-items .single-item .item-text {
  padding-top: 20px;
}
.discover-content-wrapper .discover-items .single-item .item-text .title {
  font-size: 20px;
}
.discover-content-wrapper .discover-content {
  margin-top: 50px;
}
.discover-content-wrapper .discover-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .discover-content-wrapper .discover-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .discover-content-wrapper .discover-items .single-item .item-icon i {
    display: block;
    text-align: center;
  }

  .discover-content-wrapper .discover-items .single-item .item-text .title,
  .discover-content-wrapper .discover-items .single-item .item-text p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .discover-content-wrapper .discover-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .discover-content-wrapper .discover-items .single-item .item-icon i {
    display: block;
    text-align: center
  }

  .discover-content-wrapper .discover-items .single-item .item-text .title,
  .discover-content-wrapper .discover-items .single-item .item-text p {
    text-align: center;
  }
}
.discover-content-wrapper .discover-content .main-btn {
  padding: 0 50px;
  margin-top: 52px;
  height: 70px;
  line-height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover-content-wrapper .discover-content .main-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discover-content-wrapper .discover-content .main-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .discover-content-wrapper .discover-content .main-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
  }
}
.discover-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discover-image {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .discover-image {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    position: relative;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .discover-image {
    width: 540px;
  }
}
.discover-image .image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(5, 5, 6, 0.1);
  -moz-box-shadow: 0px 0px 60px 0px rgba(5, 5, 6, 0.1);
  box-shadow: 0px 0px 60px 0px rgba(5, 5, 6, 0.1);
  overflow: hidden;
}
.discover-image .image img {
  width: 100%;
}

/*===========================
    07.Everything css
===========================*/
.everything-area {
  background-color: #fff8f6;
  padding-top: 70px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
.everything-area .everything-shape {
  position: absolute;
}
.everything-area .everything-shape.shape-1 {
  width: 588px;
  height: 588px;
  background-color: #ff8257;
  border-radius: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13%;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .everything-area .everything-shape.shape-1 {
    width: 420px;
    height: 420px;
    top: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .everything-area .everything-shape.shape-1 {
    top: 7%;
  }
}
@media (max-width: 767px) {
  .everything-area .everything-shape.shape-1 {
    width: 320px;
    height: 320px;
    top: 5%;
  }
}
.everything-area .everything-shape.shape-2 {
  width: 488px;
  height: 488px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -30%;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .everything-area .everything-shape.shape-2 {
    width: 388px;
    height: 388px;
  }
}
@media (max-width: 767px) {
  .everything-area .everything-shape.shape-2 {
    width: 388px;
    height: 388px;
  }
}
.everything-image .image {
  position: relative;
  -webkit-animation: ImgBounce3 2s ease-in-out infinite alternate;
  -moz-animation: ImgBounce3 2s ease-in-out infinite alternate;
  -o-animation: ImgBounce3 2s ease-in-out infinite alternate;
  animation: ImgBounce3 2s ease-in-out infinite alternate;
}
@media only screen and (min-width: 1400px) {
  .everything-image .image {
    left: -50px;
  }
}
.everything-image .image img {
  width: 100%;
}
@-webkit-keyframes ImgBounce3 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.everything-content-wrapper .everything-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .everything-content-wrapper .everything-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .everything-content-wrapper .everything-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.everything-content-wrapper .everything-content .everything-items li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 45px;
}
.everything-content-wrapper .everything-content .everything-items li span {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: "Microsoft Yahei", sans-serif;
  color: #fff;
  margin-top: 3px;
}
.everything-content-wrapper .everything-content .everything-items li p {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}
.everything-content-wrapper .everything-content .everything-items li:nth-child(3n+1) span {
  background-color: #ee539b;
}
.everything-content-wrapper .everything-content .everything-items li:nth-child(3n+2) span {
  background-color: #9364d4;
}
.everything-content-wrapper .everything-content .everything-items li:nth-child(3n+3) span {
  background-color: #5dd8d3;
}
.everything-content-wrapper .everything-content .main-btn {
  padding: 0 50px;
  margin-top: 52px;
  height: 70px;
  line-height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .everything-content-wrapper .everything-content .main-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .everything-content-wrapper .everything-content .main-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .everything-content-wrapper .everything-content .main-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
  }
}

/*===========================
        08.Pricing css
===========================*/
.pricing-area {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.pricing-area .pricing-shape {
  position: absolute;
}
.pricing-area .pricing-shape.shape-1 {
  top: -18%;
  left: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area .pricing-shape.shape-1 {
    top: -12%;
  }
}
.pricing-wrapper {
  padding-top: 20px;
}
.single-pricing {
  border: 1px solid;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 25px;
  border-radius: 4px;
  position: relative;
}

.single-pricing .pricing-icon {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -90px auto 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-pricing .pricing-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .single-pricing .pricing-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin-top: -75px;
  }
}
.single-pricing .pricing-icon i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
  font-size: 68px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-pricing .pricing-icon i {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .single-pricing .pricing-icon i {
    font-size: 52px;
  }
}
.single-pricing .pricing-price {
  padding-top: 55px;
}
.single-pricing .pricing-price .sub-title {
  font-size: 16px;
  color: #5dd8d3;
  font-weight: 600;
}
.single-pricing .pricing-price .price {
  font-size: 50px;
  font-weight: 800;
  color: #2e3d62;
  line-height: 55px;
  margin-top: 8px;
}
.single-pricing .pricing-body {
  background-color: #fff;
  padding: 25px 20px 40px;
  margin-top: 35px;
  border-radius: 4px;
}
.single-pricing .pricing-body .pricing-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-pricing .pricing-body .pricing-list li {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .single-pricing .pricing-body .pricing-list li {
    font-size: 16px;
    line-height: 28px;
  }
}
.single-pricing .pricing-body .pricing-list li i {
  color: #ff8257;
  margin-right: 3px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-pricing .pricing-body .pricing-list li i {
    font-size: 14px;
  }
}
.single-pricing .pricing-body .main-btn {
  background-color: #f2fcfc;
  height: 60px;
  line-height: 60px;
  padding: 0 45px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  margin-top: 30px;
}
.single-pricing .pricing-body .main-btn::before {
  background-color: #9364d4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-pricing .pricing-body .main-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-pricing .pricing-body .main-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .single-pricing .pricing-body .main-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
  }
}
.single-pricing.pricing-1 {
  border-color: #5dd8d3;
}
.single-pricing.pricing-1 .pricing-icon {
  background-color: #5dd8d3;
}
.single-pricing.pricing-2 {
  border-color: #9364d4;
  background-color: #ffffff;
}
.single-pricing.pricing-2 .pricing-icon {
  background-color: #2e3d62;
}
.single-pricing.pricing-2 .pricing-price .sub-title {
  color: #fff;
}
.single-pricing.pricing-2 .pricing-price .price {
  color: #fff;
}
.single-pricing.pricing-2 .pricing-body .main-btn {
  background-color: #9364d4;
}
.single-pricing.pricing-2 .pricing-body .main-btn::before {
  background-color: #2e3d62;
}
.single-pricing.pricing-3 {
  border-color: #ee539b;
  background-color: #ffffff;
}
.single-pricing.pricing-3 .pricing-price .sub-title {
  color: #ee539b;
}
.single-pricing.pricing-3 .pricing-icon {
  background-color: #ee539b;
}
.single-pricing.pricing-3 .pricing-body .pricing-list li {
  color: #666e82;
}
.single-pricing.pricing-3 .pricing-body .main-btn {
  background-color: #fff3f9;
}

/*===========================
      09.Testimonial css
===========================*/
.testimonial-area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.testimonial-area .testimonial-shape {
  position: absolute;
}
.testimonial-area .testimonial-shape.shape-1 {
  width: 488px;
  height: 488px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0%;
  left: -13%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area .testimonial-shape.shape-1 {
    width: 420px;
    height: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .testimonial-shape.shape-1 {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 767px) {
  .testimonial-area .testimonial-shape.shape-1 {
    width: 220px;
    height: 220px;
  }
}
.testimonial-area .testimonial-shape.shape-2 {
  width: 488px;
  height: 488px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -23%;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area .testimonial-shape.shape-2 {
    width: 420px;
    height: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .testimonial-shape.shape-2 {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 767px) {
  .testimonial-area .testimonial-shape.shape-2 {
    width: 220px;
    height: 220px;
    bottom: -12%;
  }
}
.testimonial-wrapper {
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: tesiMove linear infinite 5s;
  -moz-animation: tesiMove linear infinite 5s;
  -o-animation: tesiMove linear infinite 5s;
  animation: tesiMove linear infinite 5s;
}
@media (max-width: 767px) {
  .testimonial-wrapper {
    display: none;
  }
}
.testimonial-wrapper .author-1 {
  position: absolute;
  bottom: 21%;
  left: 11%;
  padding: 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 75px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}
.testimonial-wrapper .author-1 img {
  border-radius: 50%;
  width: 100%;
}
.testimonial-wrapper .author-2 {
  position: absolute;
  top: 30%;
  left: 23%;
  padding: 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 75px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}
.testimonial-wrapper .author-2 img {
  border-radius: 50%;
  width: 100%;
}
.testimonial-wrapper .author-3 {
  position: absolute;
  top: 43%;
  left: 10%;
  padding: 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}
.testimonial-wrapper .author-3 img {
  border-radius: 50%;
  width: 100%;
}
.testimonial-wrapper .author-4 {
  position: absolute;
  bottom: 29%;
  left: 26%;
  padding: 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}
.testimonial-wrapper .author-4 img {
  border-radius: 50%;
  width: 100%;
}
.testimonial-wrapper .author-5 {
  position: absolute;
  top: 40%;
  right: 27%;
  padding: 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 75px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}
.testimonial-wrapper .author-5 img {
  border-radius: 50%;
  width: 100%;
}
.testimonial-wrapper .author-6 {
  position: absolute;
  top: 46%;
  right: 10%;
  padding: 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}
.testimonial-wrapper .author-6 img {
  border-radius: 50%;
  width: 100%;
}
.testimonial-wrapper .author-7 {
  position: absolute;
  bottom: 16%;
  right: 24%;
  padding: 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 75px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}
.testimonial-wrapper .author-7 img {
  border-radius: 50%;
  width: 100%;
}
.testimonial-wrapper .author-8 {
  position: absolute;
  bottom: 24%;
  right: 6%;
  padding: 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}
.testimonial-wrapper .author-8 img {
  border-radius: 50%;
  width: 100%;
}
@keyframes tesiMove {
  0% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(2deg);
  }

  33% {
    transform: rotate(4deg);
  }

  66% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
.testimonial-bg {
  background-image: url(../images/shape/shape-3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 150px;
  padding-bottom: 155px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .testimonial-bg {
    background: #ff8257;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
  }
}
.testimonial-active {
  max-width: 540px;
  margin: 0 auto;
}
.single-testimonial p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
}
@media (max-width: 767px) {
  .single-testimonial p {
    font-size: 16px;
    line-height: 28px;
  }
}
.single-testimonial .author-name {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-top: 50px;
}

/*===========================
      10.Screenshot css
===========================*/
.screenshot-area {
  padding-top: 120px;
}
.screenshot-active {
  padding: 92px 0 92px;
  position: relative;
  margin-top: 46px;
}
.screenshot-active::before {
  position: absolute;
  content: '';
  width: 21%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  background-image: url(../images/screens/frame.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .screenshot-active::before {
    width: 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .screenshot-active::before {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .screenshot-active::before {
    width: 101%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .screenshot-active::before {
    width: 38%;
  }
}
.screenshot-active .single-screenshot img {
  width: 100%;
}
.screenshot-pagination {
  position: relative;
  margin-top: 45px;
  text-align: center;
}
.screenshot-pagination .swiper-pagination-bullet {
  background: #2e3d62;
  margin: 0 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.screenshot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff8257;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}

/*===========================
          11.FAQ's css
===========================*/
.faq-area {
  padding-top: 70px;
  padding-bottom: 120px;
  position: relative;
  z-index: 5;
}
.faq-area .faq-shape {
  position: absolute;
}
.faq-area .faq-shape.shape-1 {
  right: 7%;
  bottom: -12%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-area .faq-shape.shape-1 {
    width: 180px;
    bottom: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area .faq-shape.shape-1 {
    width: 180px;
    bottom: -3%;
  }
}
@media (max-width: 767px) {
  .faq-area .faq-shape.shape-1 {
    width: 70px;
    bottom: -2%;
  }
}
.faq-content-left {
  padding-right: 30px;
}
.faq-content-left p {
  margin-top: 38px;
  font-size: 18px;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-content-left p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .faq-content-left p {
    font-size: 16px;
    line-height: 28px;
  }
}
.faq-content-left img {
  margin-top: 40px;
  border-radius: 4px;
  width: 100%;
}
.faq-accordion .accordion {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.faq-accordion .accordion .card {
  border: 0;
  border-bottom: 1px solid #d7dbe7;
}
.faq-accordion .accordion .card:last-child {
  border-bottom: 0;
}
.faq-accordion .accordion .card .card-header {
  margin-bottom: 0;
  padding: 35px 40px;
  border: 0;
  background: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-accordion .accordion .card .card-header {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-header {
    padding: 25px 30px;
  }
}
.faq-accordion .accordion .card .card-header a {
  font-size: 18px;
  font-weight: 600;
  color: #ff8257;
  padding-right: 20px;
  position: relative;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-accordion .accordion .card .card-header a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-header a {
    font-size: 16px;
  }
}
.faq-accordion .accordion .card .card-header a::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background-color: #2e3d62;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.faq-accordion .accordion .card .card-header a::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 0px;
  background-color: #2e3d62;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.faq-accordion .accordion .card .card-header a.collapsed {
  color: #2e3d62;
}
.faq-accordion .accordion .card .card-header a.collapsed::before {
  background-color: #ff8257;
}
.faq-accordion .accordion .card .card-header a.collapsed::after {
  background-color: #ff8257;
  height: 16px;
}
.faq-accordion .accordion .card .card-body {
  border: 0;
  padding: 35px 40px;
  padding-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-accordion .accordion .card .card-body {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-body {
    padding: 25px 30px;
  }
}
.faq-accordion .accordion .card .card-body p {
  font-size: 18px;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-accordion .accordion .card .card-body p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-body p {
    font-size: 16px;
    line-height: 28px;
  }
}

/*===========================
        12.Blog css
===========================*/
.blog-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f7f7fd;
  position: relative;
  overflow: hidden;
}
.blog-area .blog-shape {
  position: absolute;
}
.blog-area .blog-shape.shape-1 {
  width: 488px;
  height: 488px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -25%;
  left: 3%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .blog-shape.shape-1 {
    width: 388px;
    height: 388px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .blog-shape.shape-1 {
    width: 320px;
    height: 320px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .blog-area .blog-shape.shape-1 {
    width: 188px;
    height: 188px;
    top: -2%;
  }
}
.single-blog .blog-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.single-blog .blog-image a {
  display: block;
}
.single-blog .blog-image a img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-blog .blog-image .date {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 0 22px;
  line-height: 35px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.single-blog .blog-content {
  padding-top:8px;
}
.single-blog .blog-content .meta li {
  display: inline-block;
  position: relative;
}
.single-blog .blog-content .meta li+li {
  margin-left: 30px;
}
.single-blog .blog-content .meta li+li::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff8257;
  bottom: 4px;
  left: -18px;
}
.single-blog .blog-content .meta li a {
  font-size: 14px;
  font-weight: 700;
  color: #ff8257;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-blog .blog-content .meta li a:hover {
  color: #2e3d62;
}
.single-blog .blog-content .blog-title a {
  font-size:18px;
  font-weight: 700;
  color: #2e3d62;
  margin-top: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .single-blog .blog-content .blog-title a {
    font-size: 20px;
  }
}
.single-blog .blog-content p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .single-blog .blog-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.single-blog:hover .blog-image a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-wrapper .blog-col:nth-child(3n+1) .single-blog .blog-image .date {
  background-color: #5dd8d3;
}
.blog-wrapper .blog-col:nth-child(3n+1) .single-blog .blog-content .blog-title a:hover {
  color: #5dd8d3;
}
.blog-wrapper .blog-col:nth-child(3n+2) .single-blog .blog-image .date {
  background-color: #9364d4;
}
.blog-wrapper .blog-col:nth-child(3n+2) .single-blog .blog-content .blog-title a:hover {
  color: #9364d4;
}
.blog-wrapper .blog-col:nth-child(3n+3) .single-blog .blog-image .date {
  background-color: #ee539b;
}
.blog-wrapper .blog-col:nth-child(3n+3) .single-blog .blog-content .blog-title a:hover {
  color: #ee539b;
}
.blog-list-area {
  padding-top:40px;
  padding-bottom:40px;
}

/*===========================
    13.Brand & Download css
===========================*/
.brand-download-area {
  position: relative;
  z-index: 5;
  background-color: #1387e8;
}
.brand-download-area::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 30%;
  z-index: -1;
}

/*===== Brand Style =====*/
.brand-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  border-bottom: 1px solid #d7dbe7;
}
.single-brand {
  text-align: center;
}
.single-brand img {
  opacity: 0.2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-brand:hover img {
  opacity: 0.6;
}

/*===== Download Style =====*/
.download-area {
  padding-top:40px;
  overflow: hidden;
  padding-bottom:40px;
}
.download-content .title {
  font-size:30px;
  font-weight: 800;
  color: #ffffff;
  padding-top:50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .download-content .title {
    font-size: 24px;
    padding-top:0px;
  }
}
@media (max-width: 767px) {
  .download-content .title {
    font-size: 24px;
    padding-top:0px;
  }
}
.download-content p {
  font-size: 18px;
  color: #ffffff;
  font-style: italic;
  padding-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .download-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .download-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.download-content .download-btn {
  padding-top: 25px;
}
.download-content .download-btn li {
  margin-top: 10px;
  display: inline-block;
  margin-right: 18px;
}
.download-content .download-btn li:last-child {
  margin-right: 0;
}
.download-content .download-btn li a {
  padding-left: 70px;
  padding-right:70px;
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .download-content .download-btn li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .download-content .download-btn li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.download-content .download-btn li a i {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .download-content .download-btn li a i {
    left: 30px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .download-content .download-btn li a i {
    left: 30px;
    font-size: 24px;
  }
}
.download-content .download-btn li a .text-1 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: block;
}
.download-content .download-btn li a .text-2 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
}
.download-content .download-btn li a.google-play {
  background-color: #0059d5;
  width: 400px;
  text-align: center;
  border-radius: 30px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-image {
    margin-top: 50px;
    display: none;
  }
}
@media (max-width: 767px) {
  .download-image {
    margin-top: 50px;
    display: none;
  }
}

/*===========================
        14.Footer css
===========================*/
.footer-area {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.footer-area .footer-shape {
  position: absolute;
}
.footer-area .footer-shape.shape-1 {
  width: 588px;
  height: 588px;
  background-color: rgba(41, 56, 91, 0.5);
  border-radius: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -40%;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-shape.shape-1 {
    width: 388px;
    height: 388px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-shape.shape-1 {
    width: 420px;
    height: 420px;
    top: -140px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-shape.shape-1 {
    width: 188px;
    height: 188px;
    top: -2%;
  }
}
.footer-widget {
  padding-top: 70px;
  padding-bottom: 120px;
}
.footer-widget .footer-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.footer-widget-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-widget-wrapper .footer-about {
  width: 45%;
}
@media (max-width: 767px) {
  .footer-widget-wrapper .footer-about {
    width: 100%;
  }
}
.footer-widget-wrapper .footer-about p {
  font-size: 16px;
  line-height: 28px;
  color: #8e9ab6;
  font-weight: 600;
  margin-top: 28px;
}
.footer-widget-wrapper .footer-about .social {
  margin-top: 32px;
}
.footer-widget-wrapper .footer-about .social li {
  display: inline-block;
}
.footer-widget-wrapper .footer-about .social li+li {
  margin-left: 8px;
}
.footer-widget-wrapper .footer-about .social li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #2e3d62;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-widget-wrapper .footer-about .social li a:hover {
  background-color: #ff8257;
  color: #fff;
}
.footer-link {
  width: 1200px;
  margin: 45px auto 20px;
  flex-direction: row;
}
.footer-link ul {
  display: flex;
}
.footer-link ul li {
  width: 25%;
}
@media (max-width: 767px) {
  .footer-link {
    width: 92%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-link {
    width: 40%;
  }
}
.footer-link .link {
  margin-top: 10px;
}
.footer-link .link li a {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 15px;
}
.footer-link .link li a:hover {
  color: #1387e8;
}
.footer-widget-wrapper .footer-contact {
  width: 35%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .footer-widget-wrapper .footer-contact {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget-wrapper .footer-contact {
    width: 60%;
  }
}
.footer-widget-wrapper .footer-contact .contact-info .single-contact {
  position: relative;
  margin-top: 15px;
}
.footer-widget-wrapper .footer-contact .contact-info .single-contact i {
  font-size: 16px;
  color: #ff8257;
  position: absolute;
  left: 0;
  top: 5px;
}
.footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text {
  padding-left: 25px;
}
.footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text p {
  font-size: 16px;
  line-height: 28px;
  color: #8e9ab6;
  font-weight: 600;
}
.footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text p a {
  color: #8e9ab6;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text p a:hover {
  color: #ff8257;
}
.footer-newsletter .newsletter-form {
  position: relative;
  margin-top: 25px;
}
.footer-newsletter .newsletter-form input {
  width: 100%;
  height: 70px;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #666e82;
  border: 0;
  background-color: #fff;
  border-radius: 5px;
}
.footer-newsletter .newsletter-form button {
  background: none;
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  font-size: 16px;
  color: #ff8257;
}
.footer-newsletter p {
  font-size: 16px;
  line-height: 28px;
  color: #8e9ab6;
  font-weight: 600;
  margin-top: 20px;
}
.footer-copyright {
  padding: 30px 0 20px;
  width: 100%;
}
.footer-copyright p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}

.foot-nav{
  width: 100%;
  text-align: center;
  height: 60px;
  line-height:60px ;
}

.foot-nav li{
  display: inline-block;
  color: #ffffff;
  margin: 0px 10px;
}

.foot-nav li a{
  color: #ebebeb;
  font-size: 14px;
}

.foot-nav li a:hover{
  text-decoration: underline;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-copyright {
    padding: 30px 10px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright {
    padding: 30px 10px 20px;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    padding: 30px 10px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-copyright {
    padding: 30px 10px 20px;
  }
}

/*===== Back To Top =====*/
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
  background-color: #2e3d62;
}
.back-to-top:hover {
  color: #fff;
  background-color: #ff8257;
}

/*===========================
      15.Page Banner css
===========================*/
.page-banner-area {
  position: relative;
  z-index: 5;
}
.page-banner-area .page-banner-shape {
  position: absolute;
}
.page-banner-area .page-banner-shape.shape-1 {
  width: 588px;
  height: 588px;
  background: -moz-linear-gradient(70deg, #7456cc 0%, #cf93d5 100%);
  background: -webkit-linear-gradient(70deg, #7456cc 0%, #cf93d5 100%);
  background: -ms-linear-gradient(70deg, #7456cc 0%, #cf93d5 100%);
  border-radius: 50px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -63%;
  left: -3%;
  opacity: 0.7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-banner-area .page-banner-shape.shape-1 {
    width: 388px;
    height: 388px;
    top: -40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-area .page-banner-shape.shape-1 {
    width: 320px;
    height: 320px;
    top: -40%;
  }
}
@media (max-width: 767px) {
  .page-banner-area .page-banner-shape.shape-1 {
    width: 188px;
    height: 188px;
    top: -2%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-banner-area .page-banner-shape.shape-1 {
    width: 288px;
    height: 288px;
    top: -30%;
  }
}
.page-banner-area::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(152deg, #6c51cb 0%, #d094d5 100%);
  background: -webkit-linear-gradient(152deg, #6c51cb 0%, #d094d5 100%);
  background: -ms-linear-gradient(152deg, #6c51cb 0%, #d094d5 100%);
  opacity: 0.9;
  z-index: -5;
}
.page-banner-content {
  padding-top: 225px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-content {
    padding-top: 195px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .page-banner-content {
    padding-top: 195px;
    padding-bottom: 100px;
  }
}
.page-banner-content .breadcrumb {
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  background: none;
}
.page-banner-content .breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.page-banner-content .breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 20px;
}
.page-banner-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  bottom: 4px;
  left: 7px;
  padding: 0;
}
.page-banner-content .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.page-banner-content .title {
  font-size: 46px;
  font-weight: 800;
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .page-banner-content .title {
    font-size: 30px;
    margin-top: 10px;
  }
}

/*===========================
     16.Blog Details css
===========================*/
.blog-details {
  padding-top: 60px;
  padding-bottom: 60px;
}
.blog-details-image {
  position: relative;
}
.blog-details-image img {
  width: 60%;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}
.blog-details-image .date {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #9364d4;
  padding: 0 22px;
  line-height: 35px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.blog-details-content {
  padding-top: 20px;
}
.blog-details-content .meta li {
  display: inline-block;
  position: relative;
}
.blog-details-content .meta li+li {
  margin-left: 30px;
}
.blog-details-content .meta li+li::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff8257;
  bottom: 4px;
  left: -18px;
}
.blog-details-content .meta li a {
  font-size: 14px;
  font-weight: 700;
  color: #ff8257;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-details-content .meta li a:hover {
  color: #2e3d62;
}
.blog-details-content .title {
  font-size: 30px;
  font-weight: 800;
  color: #2e3d62;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .blog-details-content .title {
    font-size: 20px;
  }
}
.blog-details-content p {
  font-size: 16px;
  line-height: 30px;
  color: #666e82;
  padding-right: 10px;
  margin-top: 25px;
  word-break:break-all;
}
@media (max-width: 767px) {
  .blog-details-content p {
    font-size: 16px;
    line-height: 27px;
  }
}
.blog-details-content .blog-details-meta a {
  margin-right: 14px;
  display: 16px;
  font-weight: 500;
  color: #666e82;
}
.blog-details-content .blog-details-meta a i {
  color: #ff8257;
  padding-right: 5px;
}
.blog-details-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #dedbeb;
  padding-top: 5px;
  padding-bottom: 30px;
  margin-top: 50px;
}
.blog-details-meta .blog-details-tags {
  margin-top: 25px;
}
.blog-details-meta .blog-details-tags span {
  color: #2e3d62;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog-details-meta .blog-details-tags span {
    font-size: 16px;
  }
}
.blog-details-meta .blog-details-tags a {
  color: #666e82;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-details-meta .blog-details-tags a:hover {
  color: #ff8257;
}
.blog-details-meta .blog-details-share {
  margin-top: 25px;
}
.blog-details-meta .blog-details-share .share {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.blog-details-meta .blog-details-share .share li+li {
  margin-left: 10px;
}
.blog-details-meta .blog-details-share .share li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  background: #2e3d62;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-details-meta .blog-details-share .share li a:hover {
  background: #ff8257;
}
.blog-author {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: 1px solid #dedbeb;
  padding: 60px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .blog-author {
    padding: 15px;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-author {
    padding: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.blog-author .blog-author-image img {
  border-radius: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-author .blog-author-image img {
    width: 120px;
  }
}
.blog-author .blog-author-content {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .blog-author .blog-author-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-author .blog-author-content {
    padding-left: 30px;
    padding-top: 0;
  }
}
.blog-author .blog-author-content .name {
  border-radius: 5px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.blog-author .blog-author-content p {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .blog-author .blog-author-content p {
    margin-top: 25px;
  }
}
.comment-title {
  font-size: 30px;
  font-weight: 800;
  color: #2e3d62;
}
@media (max-width: 767px) {
  .comment-title {
    font-size: 20px;
  }
}
.blog-comment {
  margin-top: 55px;
}
.blog-comment .comment-single {
  margin-top: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  border-bottom: 1px solid #dedbeb;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .blog-comment .comment-single {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment .comment-single {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.blog-comment .comment-single .comment-image img {
  width: 90px;
  border-radius: 50%;
}
.blog-comment .comment-single .comment-content {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .blog-comment .comment-single .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment .comment-single .comment-content {
    padding-left: 30px;
    padding-top: 0;
  }
}
.blog-comment .comment-single .comment-content .name {
  font-size: 20px;
  font-weight: 700;
  color: #2e3d62;
}
.blog-comment .comment-single .comment-content .date {
  font-size: 14px;
  font-weight: 600;
  color: #ff8257;
  margin-top: 5px;
}
.blog-comment .comment-single .comment-content p {
  margin-top: 20px;
  line-height: 30px;
}
.blog-comment .comment-single .replay-btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .blog-comment .comment-single .replay-btn {
    position: relative;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment .comment-single .replay-btn {
    position: absolute;
    margin-top: 0;
  }
}
.blog-comment .comment-single .replay-btn .main-btn {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 700;
  background-color: #666e82;
  color: #fff;
}
.comment-form .input-box {
  margin-bottom: 30px;
}
.comment-form .input-box textarea,
.comment-form .input-box input,
.comment-form .input-box select {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding: 0 16px;
  font-size: 16px;
  color: #2e3d62;
  border: 1px solid #dedbeb;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .comment-form .input-box textarea,
  .comment-form .input-box input,
  .comment-form .input-box select {
    height: 50px;
    padding: 0 25px;
  }
}
.comment-form .input-box textarea:focus,
.comment-form .input-box input:focus,
.comment-form .input-box select:focus {
  border-color: #ff8257;
}
.comment-form .input-box textarea {
  height: 230px;
  padding-top: 20px;
  resize: none;
}
.comment-form .input-box .main-btn {
  height: 50px;
  font-size: 20px;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .comment-form .input-box .main-btn {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar .sidebar-title {
  color: #2e3d62;
  font-size: 20px;
  font-weight: 700;
}
.sidebar .sidebar-search {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  background: #ff8257;
}
.sidebar .sidebar-search input {
  width: 100%;
  height: 72px;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
}
.sidebar .sidebar-search input::placeholder {
  opacity: 1;
  color: #fff;
}
.sidebar .sidebar-search input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.sidebar .sidebar-search input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.sidebar .sidebar-search input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.sidebar .sidebar-post {
  border: 1px solid #dedbeb;
  padding: 45px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar .sidebar-post {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-post {
    padding: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar .sidebar-post {
    padding: 45px;
  }
}
.sidebar .sidebar-post .sidebar-post-wrap .sidebar-post-single {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.sidebar .sidebar-post .sidebar-post-wrap .sidebar-post-single .sidebar-post-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.sidebar .sidebar-post .sidebar-post-wrap .sidebar-post-single .sidebar-post-content {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}
.sidebar .sidebar-post .sidebar-post-wrap .sidebar-post-single .sidebar-post-content .post-title a {
  font-size: 16px;
  font-weight: 600;
  color: #666e82;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sidebar .sidebar-post .sidebar-post-wrap .sidebar-post-single .sidebar-post-content .post-title a:hover {
  color: #2e3d62;
}
.sidebar .sidebar-category {
  border: 1px solid #dedbeb;
  padding: 45px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar .sidebar-category {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-category {
    padding: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar .sidebar-category {
    padding: 45px;
  }
}
.sidebar .sidebar-category .sidebar-category-list {
  padding-top: 10px;
}
.sidebar .sidebar-category .sidebar-category-list li a {
  font-size: 16px;
  font-weight: 600;
  color: #666e82;
  margin-top: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sidebar .sidebar-category .sidebar-category-list li a:hover {
  color: #ff8257;
}
.sidebar .sidebar-tags {
  border: 1px solid #dedbeb;
  padding: 45px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar .sidebar-tags {
    padding: 25px;
  }

  .bank-reference .border-right {
    border-right: 0px !important;
  }

  .crdeit-div-photo {
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-tags {
    padding: 25px;
  }

  .bank-div-text,
  .crdeit-div-photo {
    border-bottom: 1px solid #ebebeb;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar .sidebar-tags {
    padding: 45px;
  }

  .bank-div-text,
  .crdeit-div-photo {
    border-bottom: 1px solid #ebebeb;
  }
}
.reference-border-right {
  border-right: 1px solid #ebebeb
}
.sidebar .sidebar-tags .sidebar-tags-list {
  margin-top: 25px;
}
.sidebar .sidebar-tags .sidebar-tags-list li {
  display: inline-block;
}
.sidebar .sidebar-tags .sidebar-tags-list li a {
  font-size: 16px;
  font-weight: 600;
  color: #666e82;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sidebar .sidebar-tags .sidebar-tags-list li a:hover {
  color: #ff8257;
}
.item-icon i:before {
  content: none;
}
.Products-a {
  margin: 10px 0px;
  padding: 6px 12px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  color: #999999;
}
.Products-div {
  margin-top: 30px;
}
.Products-div li {
  float: left;
  margin-right: 20px;
  padding: 14px 10px;
  background: #f4bb4c;
  color: #ffffff;
  border-radius: 10px;
}
.Products-div li a {
  color: #ffffff;
}
.Products-div li a:hover {
  text-decoration: underline;
}
.Products-div1 li {
  float: left;
  margin-right: 20px;
  width: 308px;
  height: 88px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  margin-top: 20px;
}
.Products-div1 li img {
  width: 258px;
  height: 60px;
  display: block;
  margin: 14px auto;
}
.Products-about {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  line-height: 30px;
}
.about-us {
  background: url("../images/about-line.png") repeat-y 20px top;
  margin-top: 40px;
  padding: 10px 0px;
}
.about-us ul {
  margin-left: 18px;
}
.about-us ul li {
  height: 50px;
  margin: 30px 0px;
}
.about-us ul li i {
  width: 6px;
  height: 6px;
  margin-top: 21px;
  background: #1387e8;
  border-radius: 50%;
  display: block;
  float: left;
  opacity: 0;
}
.about-us ul li p {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  width: 1000px;
  height: 50px;
  line-height: 50px;
  background: #ffffff url("../images/about-i.png") no-repeat left center;
  padding-left: 4px;
}
.about-us ul li p span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #666666;
  width: 80px;
  float: left;
  text-align: center;
}
.about-us ul li:hover i {
  opacity: 1;
}
.about-us ul li:hover p {
  background: #ffffff url("../images/about-i1.png") no-repeat left center;
}
.about-us ul li:hover p span {
  background: #1387e8;
}
.about-us ul li p em {
  font-style: normal;
  float: left;
  padding: 0px 10px;
}
.about-us ul li:hover p em {
  background-color: #666666;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.Careers-div {
  margin-top: 20px;
}
.Careers-div li {
  width: 96%;
  padding: 0px 2%;
  margin-top: 10px;
  background: #ffffff;
  height: 40px;
  line-height: 40px;
}
.Careers-div li a {
  float: left;
}
.Careers-div li span {
  float: right;
  font-size: 14px;
}
.Careers-div li:hover {
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.05);
}
.contact-img img {
  width: 100%;
  display: block;
}
.contact-div {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 20px;
}
.contact-div p {
  font-size: 12px;
  margin-top: 12px;
}
.contact-div p img {
  float: left;
}
.contact-div p span {
  float: left;
  width: 80%;
  margin-left: 10px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.comment-form {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  padding: 30px 30px 30px;
}
.user-area {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}
.user-tools-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.user-tools-wrapper li {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
}
.user-wrapper-ul li a {
  color: #999999;
  margin-left: 10px;
}
.user-wrapper-ul li a:hover {
  color: #1387e8;
}
.user-btn {
  padding: 10px 15px;
  border-radius: 5px;
  margin-left: 20px;
}
.user-btn1 {
  border: 1px solid #1387e8;
}
.user-btn2 {
  background-color: #1387e8;
  color: #ffffff;
}
.user-btn:hover {
  background-color: #0b66da;
  color: #ffffff;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.user-ul {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 20px 0px 20px 20px;
  display: flex;
}
.user-ul li {
  flex: 1;
  word-break: break-all;
}
.user-ul li a:hover {
  text-decoration: underline;
}
.bank-div {
  border: 1px solid #dbdbdb;
  width: 98%;
  border-radius: 5px;
  min-height: 224px;
  margin-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  overflow: hidden;
}
.bank-div-title {
  background-color: #1387e8;
  border-radius: 5px 5px 0px 0px;
  padding: 20px;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
.bank-div-title span {
  font-size: 14px;
  font-weight: lighter;
  display: block;
}
.bank-div-text {
  padding: 20px;
  position: relative;
}
.card-number {
  letter-spacing: 2px;
  margin-top: 10px;
}
.main-btn-3 {
  background-color: #999999;
  color: #ffffff;
}
.bank-div-text a {
  font-size: 14px;
  color: #999999;
}
.bank-div-text p {
  border-bottom: 1px dashed #ebebeb;
  padding: 10px 0px;
}
.bank-div-text a.text-right {
  color: #1387e8;
}
.bank-div-text a:hover {
  color: #1387e8;
}
.bank-div-text img {
  display: block;
  margin: 12px auto 20px;
}
.bank-edit {
  position: absolute;
  top: 32px;
  right: 16px;
}
.records-ul {
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
}
.records-ul li {
  float: left;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
}
.records-ul li a {
  color: #999999;
}
.records-ul .active {
  border: 1px solid #ebebeb;
  border-bottom: 4px solid #ffffff;
  border-radius: 5px 5px 0px 0px;
}
.time-title {
  height: 34px;
  line-height: 34px;
  margin-left: 20px;
}
.type-ul li {
  float: left;
  margin-right: 20px;
}
.type-ul li a {
  display: inline-block;
  padding: 0px 20px;
  color: #999999;
  height: 34px;
  line-height: 34px;
}
.type-ul li a:hover,
.type-ul li.active a {
  background: #1387e8;
  color: #ffffff;
  border-radius: 5px;
}
.border-text-forme {
  /*overflow-x: scroll;*/

  width: 100%;
  /*border: 1px solid #ebebeb;*/

  padding-left: 0px;
  padding-right: 0px;
}
.forme-ul {
  width: auto;
  display: flex;
}
.forme-ul li {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  float: none;
  padding: 0px 20px;
  margin-right: 0px;
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
}
.border-title {
  color: #303030;
  height: 60px;
}
.border-title li {
  line-height: 60px;
}
.border-text {}
.border-text li {
  line-height: 20px;
  padding: 15px 10px;
  white-space: normal;
  word-break: break-all;
}
.page-div a {
  color: #666666;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  margin: 0px 5px;
}
.page-div a:hover,
.page-div a.active {
  color: #0b66da;
  border: 1px solid #0b66da;
}
.modify-div {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: 0px;
  z-index: 10000;
}
.modify-div .container {
  position: absolute;
  top: 10%;
  left: 10%;
}
.modify-div-form {
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.modify-div-form form {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  margin-top: 20px;
}
.modify-div-form form::-webkit-scrollbar {
  background-color: #ebebeb;
  width: 5px;
}
.animated {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  z-index: 100000;
}
.animated .container {
  position: absolute;
  top: 10%;
  left: 10%;
}
.animated .title {
  color: #000;
  text-align: left;
}
.animated-form {
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.animated-form form {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  margin-top: 20px;
}
.animated-form form::-webkit-scrollbar {
  background-color: #ebebeb;
  width: 5px;
}
.close {
  font-size: 16px;
  font-weight: normal;
  color: #999999;
}
.currency-wrap,
.crdeit-div {
  border: 1px solid #dbdbdb;
  margin-left: 0px;
  margin-right: 0px;
}
.currency-address {
  padding-left: 0px;
  padding-right: 0px;
}
.currency-address p {
  font-size: 14px;
  padding: 15px;
}
.currency-edit {
  display: inline-block;
  float: right;
}
.currency-title p {
  font-size: 30px;
  color: #303030;
  margin-top: 20px;
}
.currency-title span {
  font-size: 12px;
  color: #999999;
  display: block;
  margin-top: 10px;
}
.currency-title-btn {
  font-size: 14px;
  margin-top: 4px;
  color: #1387e8;
}
.currency-title-btn a {
  display: inline-block;
  margin: 0px 5px;
}
.currency-Withdrawal {
  width: 160px;
  height: 40px;
  display: block;
  margin: 10px auto;
  border: 1px solid #1387e8;
  color: #1387e8;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}
.auto-exchange {
  width: 160px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .auto-exchange {
    text-align: right;
    display: inline-block;
    width: 60%;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .auto-exchange {
    display: inline-block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .auto-exchange {
    text-align: right;
    display: inline-block;
    width: 60%;
    margin-top: 3px;
  }
}
.auto-exchange a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  background: #dbdbdb;
}
.auto-exchange a.off {
  border-radius: 5px 0px 0px 5px;
}
.auto-exchange a.on {
  border-radius: 0px 5px 5px 0px;
}
.auto-exchange a.active {
  background: #1387e8;
}
.auto-exchange span {
  font-size: 14px;
  display: block;
  float: right;
  text-align: center;
}
.currency-div {
  margin-left: 0px;
  margin-right: 0px;
}
.crdeit-div-text {
  padding: 20px 0px;
  position: relative;
}
.crdeit-div-text p {
  padding: 10px 0px;
  border-bottom: 1px dashed #ebebeb;
}
.bank-name {
  font-size: 20px;
  color: #303030;
}
.crdeit-div-text .btn-a-card {
  display: block;
  border: 1px solid #dbdbdb;
  color: #999999;
  text-align: center;
  padding: 10px 0px;
}
.crdeit-div-text .btn-a-card:hover {
  border: 1px solid #1387e8;
  background-color: #1387e8;
  color: #ffffff;
}
.crdeit-div-photo .bank-name {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
.crdeit-div-photo img {
  display: block;
  width: 200px;
  height: 128px;
  margin: 10px auto;
  border-radius: 5px;
}

/*--个人中心手机端适配-- */
@media only screen and (min-width: 1400px) {}
@media only screen and (min-width: 992px) and (max-width: 1199px) {}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (min-width: 992px) and (max-width: 1199px) {}
@media (max-width: 767px) {
  .user-wrapper-ul li {
    float: none;
    margin-top: 10px;
  }

  .user-wrapper-ul li:nth-child(2) {
    display: none;
  }

  .user-tools-wrapper .user-btn {
    display: block;
    margin-left: 0px;
    margin-top: 20px;
    text-align: center;
    width: 94%;
  }

  .user-ul {
    margin-top: 20px;
  }

  .currency-address p {
    word-wrap: break-word;
    word-break: break-all;
  }

  .auto-exchange {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px;
    text-align: center;
  }

  .crdeit-div .border-right {
    border-right: none !important;
    border-bottom: 1px solid #ebebeb;
  }

  .modify-div .container {
    top: 0;
    left: 0;
  }

  .forme-ul {
    display: flex;
    overflow: hidden;
  }

  .forme-ul li {
    flex: 1;
    width: 15%;
    overflow: hidden;
  }

  .forme-ul li:nth-child(2) {
    width: 80px!important;
  }

  .currency-Withdrawal {
    display: block;
  }

  .auto-exchange span {
    display: inline-block;
    float: none;
    margin-left: 10px;
  }

  .close {
    position: absolute;
    top: 33px;
    right: 29px;
  }
}
.dcoin-table {
  width: 100%;
  background-color: #fff;
  color: #666
}
.dcoin-table tr {
  transition: all .3s;
  -webkit-transition: all .3s
}
.dcoin-table th {
  text-align: left;
  font-weight: 400
}
.dcoin-table tbody tr:hover,
.dcoin-table thead tr,
.dcoin-table-click,
.dcoin-table-header,
.dcoin-table-hover,
.dcoin-table-mend,
.dcoin-table-patch,
.dcoin-table-tool,
.dcoin-table[lay-even] tr:nth-child(even) {
  background-color: #f2f2f2
}
.dcoin-table td,
.dcoin-table th,
.dcoin-table-fixed-r,
.dcoin-table-header,
.dcoin-table-page,
.dcoin-table-tips-main,
.dcoin-table-tool,
.dcoin-table-view,
.dcoin-table[lay-skin=line],
.dcoin-table[lay-skin=row] {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6
}
.dcoin-table td,
.dcoin-table th {
  position: relative;
  padding: 9px 10px;
  min-height: 20px;
  line-height: 20px;
  text-align: left;
  font-size: 14px
}
.dcoin-table[lay-skin=line] td,
.dcoin-table[lay-skin=line] th {
  border-width: 0 0 1px
}
.dcoin-table[lay-skin=row] td,
.dcoin-table[lay-skin=row] th {
  border-width: 0 1px 0 0
}
.dcoin-table[lay-skin=nob] td,
.dcoin-table[lay-skin=nob] th {
  border: none
}
.dcoin-table img {
  max-width: 100px
}
.dcoin-table[lay-size=lg] td,
.dcoin-table[lay-size=lg] th {
  padding: 15px 30px
}
.dcoin-table-view .dcoin-table[lay-size=lg] .dcoin-table-cell {
  height: 40px;
  line-height: 40px
}
.dcoin-table[lay-size=sm] td,
.dcoin-table[lay-size=sm] th {
  font-size: 12px;
  padding: 5px 10px
}
.dcoin-table-view .dcoin-table[lay-size=sm] .dcoin-table-cell {
  height: 20px;
  line-height: 20px
}
.dcoin-table[lay-data] {
  display: none
}
.dcoin-table-box,
.dcoin-table-view {
  position: relative;
  overflow: hidden
}
.dcoin-table-view .dcoin-table {
  position: relative;
  width: auto;
  margin: 0
}
.dcoin-table-body,
.dcoin-table-header .dcoin-table,
.dcoin-table-page {
  margin-bottom: -1px
}
.dcoin-table-view .dcoin-table[lay-skin=line] {
  border-width: 0 1px 0 0
}
.dcoin-table-view .dcoin-table[lay-skin=row] {
  border-width: 0 0 1px
}
.dcoin-table-view .dcoin-table td,
.dcoin-table-view .dcoin-table th {
  padding: 5px 0;
  border-top: none;
  border-left: none
}
.dcoin-table-view .dcoin-table td {
  cursor: default
}
.dcoin-table-view .layui-form-checkbox[lay-skin=primary] i {
  width: 18px;
  height: 18px
}
.dcoin-table-header {
  border-width: 0 0 1px;
  overflow: hidden
}
.dcoin-table-sort {
  width: 10px;
  height: 20px;
  margin-left: 5px;
  cursor: pointer!important
}
.dcoin-table-sort .layui-edge {
  position: absolute;
  left: 5px;
  border-width: 5px
}
.dcoin-table-sort .dcoin-table-sort-asc {
  top: 4px;
  border-top: none;
  border-bottom-style: solid;
  border-bottom-color: #b2b2b2
}
.dcoin-table-sort .dcoin-table-sort-asc:hover {
  border-bottom-color: #666
}
.dcoin-table-sort .dcoin-table-sort-desc {
  bottom: 4px;
  border-bottom: none;
  border-top-style: solid;
  border-top-color: #b2b2b2
}
.dcoin-table-sort .dcoin-table-sort-desc:hover {
  border-top-color: #666
}
.dcoin-table-sort[lay-sort=asc] .dcoin-table-sort-asc {
  border-bottom-color: #000
}
.dcoin-table-sort[lay-sort=desc] .dcoin-table-sort-desc {
  border-top-color: #000
}
.dcoin-table-cell {
  line-height: 28px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box
}
.dcoin-table-cell .layui-form-checkbox[lay-skin=primary] {
  top: -1px;
  vertical-align: middle
}
.dcoin-table-cell .dcoin-table-link {
  color: #01AAED
}
.laytable-cell-checkbox,
.laytable-cell-numbers,
.laytable-cell-space {
  padding: 0;
  text-align: center
}
.dcoin-table-body {
  position: relative;
  overflow: auto;
  margin-right: -1px
}
.dcoin-table-body .layui-none {
  line-height: 40px;
  text-align: center;
  color: #999
}
.dcoin-table-fixed {
  position: absolute;
  left: 0;
  top: 0
}
.dcoin-table-fixed .dcoin-table-body {
  overflow: hidden
}
.dcoin-table-fixed-l {
  box-shadow: 0 -1px 8px rgba(0, 0, 0, .08)
}
.dcoin-table-fixed-r {
  left: auto;
  right: -1px;
  border-width: 0 0 0 1px;
  box-shadow: -1px 0 8px rgba(0, 0, 0, .08)
}
.dcoin-table-fixed-r .dcoin-table-header {
  position: relative;
  overflow: visible
}
.dcoin-table-mend {
  position: absolute;
  right: -49px;
  top: 0;
  height: 100%;
  width: 50px
}
.dcoin-table-body {
  position: relative;
  overflow: auto;
  margin-right: -1px;
}
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-size: 1.25em;
}

/* Nav */
.tabs nav {
  text-align: center;
}
.tabs nav ul {
  position: relative;
  padding: 0;
  max-width: 1200px;
  list-style: none;
}
.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
}
.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}
.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}
.records-ul .tab-current {
  border: 1px solid #dbdbdb;
  border-bottom: 4px solid #ffffff;
  border-radius: 5px 5px 0px 0px;
}
.tabs nav li.tab-current a {
  color: #74777b;
}
.tabs nav a:focus {
  outline: none;
}
.tabs-style-flip {
  max-width: 1200px;
}
.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus,
.tabs-style-flip nav li.tab-current a {
  color: #74777b;
}
.tabs-style-flip nav a span {
  font-size: 14px;
}
.tabs-style-flip nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.tabs-style-flip .content-wrap {
  background: #fff;
}
.content-wrap {
  position: relative;
}
.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: .5em 0;
  max-width: 1200px;
  text-align: center;
}
.content-wrap section.content-current {
  display: block;
}
.content-wrap section p {
  margin: 0;
  padding: 0.75em 0;
  color: rgba(40, 44, 42, 0.05);
  font-weight: 900;
  font-size: 4em;
  line-height: 1;
}
.dcoin-input {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 16px;
  color: #2e3d62;
  border: 1px solid #dedbeb;
}
.dcoin-search {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0 30px;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  transition: all 0.4s linear;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  color: #fff;
  background-color: #1387e8;
}
.dcoin-badge {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  font-size: 12px;
  text-align: center;
  background-color: #FF5722;
  color: #fff;
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
}
.dcoin-btn {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #009688;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.dcoin-btn-xs {
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  font-size: 12px;
}
.dcoin-btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  color: #fff;
}
.dcoin-upc-btn div:nth-child(2) {
  width: 200px!important;
  height: 200px!important;
}
.docs-prose section .rich-text>*,
.docs-prose section .markdown>* {
  margin-bottom: 1rem;
}
.docs-section-title {
  font-size: 1.8rem;
  padding-top: 2rem;
  font-weight: normal;
  border-bottom: 1px solid rgba(148, 151, 155, 0.2);
  padding-bottom: 1rem;
}
.docs-prose a,
h1 {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.docs-prose {
  padding: 1rem;
}
.docs-prose section {
  padding: 1rem 0;
}
.docs-prose p a {
  color: #0062b3;
}
.dcoin-code {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: auto;
}
.dcoin-code:not(.code-rail) {
  padding: 2em;
}
pre {
  color: white;
  background-color: #233659;
  position: relative;
  width: 100%;
}
.docs-article-list {
  list-style-position: outside;
  padding: 2rem;
  padding-left: 3.5rem;
  background-color: #f1f1f1;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(148, 151, 155, 0.2);
}
.docs-article-list li:first-child {
  margin-top: 0.5rem;
}
.docs-article-list li:not(:last-child) {
  margin-bottom: 1rem;
}
.docs-article-list li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: decimal;
  float: none;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #233659;
  text-size-adjust: 100%;
}
.docs-note-info {
  border-left-color: #36D576;
}
.docs-note-result {
  border-left-color: #1387e8;
}
.docs-note {
  position: relative;
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: none;
  background: #f1f1f1;
  border-left-width: 4px;
  border-left-style: solid;
  padding: 1rem 1.5rem;
}
.dcoin-bg-red {
  background-color: #FF5722!important
}
.dcoin-bg-orange {
  background-color: #FFB800!important
}
.dcoin-bg-green {
  background-color: #42b983!important
}
.dcoin-bg-cyan {
  background-color: #2F4056!important
}
.dcoin-bg-blue {
  background-color: #1E9FFF!important
}
.dcoin-bg-black {
  background-color: #393D49!important
}
.dcoin-bg-gray {
  background-color: #eee!important;
  color: #666!important
}
.content-wrap {
  position: relative;
}
.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 1em;
  max-width: 1200px;
  text-align: center;
}
.content-wrap section.content-current {
  display: block;
}
.content-wrap section p {
  margin: 0;
  padding: 0.75em 0;
  color: rgba(40, 44, 42, 0.05);
  font-weight: 900;
  font-size: 4em;
  line-height: 1;
}
.currency-price-content {
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 16px 0px;
  text-align: center;
  margin-top: 30px;
}
.currency-price-content p {
  font-size: 14px;
  margin-top: 10px;
}
.id-div-title {
  padding: 10px 0px;
  border-bottom: 1px dashed #ebebeb;
}
.id-div-title em,
.crdeit-div-text p em {
  font-style: normal;
  color: #999999;
  margin-right: 6px;
}
.de-wi {
  color: #b5b5b5;
}
.de-wi a {
  display: inline-block;
  font-size: 12px;
  color: #1387e8 !important;
  margin-left: 0px !important;
  padding: 0px 6px
}
.de-wi a:hover {
  text-decoration: underline;
}
.card-tag {
  position: absolute;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  background-color: #ff8a00;
  color: #ffffff;
  text-align: center;
  width: 150px;
  padding-top: 20px;
  height: 50px;
  line-height: 14px;
  top: -4px;
  right: -57px;
  position: absolute;
  transform: rotate(45deg);
  z-index: 10000;
}
#reference-card {
  display: none;
}
.reference-im {
  padding-left: 0px;
  padding-right: 0px;
  border-right: 1px solid #ebebeb;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bank-tips {
  color: #999999;
  margin-top: 30px;
  line-height: 30px;
}
.bank-tips p {
  line-height: 24px;
  margin-top: 10px;
  font-size: 12px;
}
.crdeit-div-photo-left {
  display: block;
  width: 220px;
  height: 128px;
  margin: 16px auto;
  border-radius: 5px;
  position: relative;
}
.crdeit-div-photo-right {
  display: block;
  width: 100%;
  height: 256px;
  margin: 26px auto;
  border-radius: 5px;
  position: relative;
}
.crdeit-div-photo-left img,
.crdeit-div-photo-right img {
  display: block;
  width: 100%;
  height: 100%;
}
.crdeit-div-photo-left p,
.crdeit-div-photo-right p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
}
.address-animate-box {
  display: inline-block;
  font-size: 14px;
  padding: 15px;
  width: 100%;
  word-break: break-all;
}
.currency-title-btn .animate-box,
.auto-animate-box {
  display: inline-block;
}
.bank-btn {
  width: 100%;
  display: block;
  margin-top: 14px;
  height: 32px;
}
.bank-btn li {
  width: 50%;
  float: left;
  margin-right: 0px !important;
  text-align: center;
}
.bank-btn li a.dialogbtn {
  width: 90%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ebebeb;
  text-align: center;
  border-radius: 2px;
}
.bank-btn li a.dialogbtn:hover {
  border: 1px solid #1387e8;
  background-color: #1387e8;
  color: #ffffff;
}


.navbar-select{
  width:65px;
  border-radius:2px;
  font-size: 14px;
  background-color: #f8f8f8;
}

.card-state {
  position: absolute;
  top:50px;
  right:24px;
  font-style: normal;
  font-size: 12px;
  color: #f5f5f5;
}

.curr-type{
  width:100%;
  height: 32px;
  border:1px solid #ebebeb;
}
.curr-table{
  width: 100%;
  margin-top:30px;

}

.curr-table table{
  border:1px solid #dbdbdb;
  width: 100%;
}

.curr-table table thead{
  background-color: #f8f8f8;
  color: #666666;
}

.curr-table table th,.curr-table table td{
  height: 50px;
  line-height:50px;
  border-right:1px solid #dbdbdb;
  border-bottom:1px solid #dbdbdb;
  text-align: center;
  word-break:break-all;
}

.curr-table table tbody{
  color: #303030;
  font-size: 14px;
}

.curr-table table td a{
  padding:4px 10px;
}

.curr-table table td a:hover{
  text-decoration: underline;
}

.curr-addbtn{
  display: inline-block;
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #1387e8;
  color: #ffffff;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .curr-addbtn{
    margin-top:10px
  }
  .foot-fixed{
    position: none;
  }
}

@media (max-width: 767px) {

  .curr-addbtn{
    margin-top:10px
  }
  .foot-fixed{
    position: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .curr-addbtn{
    margin-top:10px
  }
  .foot-fixed{
    position: none;
  }
}

.foot-fixed{
  position: fixed;
  bottom: 0px;
  left: 0;
}
.error-box{
  width: 100%;
  text-align: center;
  margin-top: 100px;
  height: 100%;
}

.error-box img{
  width:40%;
  display: block;
  margin: 0 auto;
}

.error-box a{
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #0059d5;
  color: #ffffff;
  text-transform:uppercase;
  border-radius: 20px;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .curr-addbtn{
    margin-top:10px
  }
  .error-box img{
    width:70%;
  }
  .error-box{
    margin-top: 130px;
  }
}

@media (max-width: 767px) {

  .curr-addbtn{
    margin-top:10px
  }
  .error-box img{
    width:70%;
  }
  .error-box{
    margin-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .curr-addbtn{
    margin-top:10px
  }
  .error-box img{
    width:70%;
  }
  .error-box{
    margin-top: 130px;
  }
}

.navbar-toggler{
  margin: 0 auto;
}

.curr-price li{
  float: left;
  width: 14%;
  padding: 20px 0;
}

.curr-price li p{
  width:120px;
  height: 120px;
  border-radius:15px;
  background-color: #1387e8;
  border: 2px solid #d7edff;
  margin: 0 auto;
  vertical-align: middle;
  padding-top:14px;
  text-align: center;
  color: #ffffff !important;
  line-height: 30px;
}

.curr-price li p span{
  display: block;
  font-size:16px;
  font-weight:500;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .curr-price li{
    width:50%;
    padding-left: 0px !important;
    padding:10px 0px;
  }
  .curr-price li p{
    width:90%;
    height:auto;
    border-radius: 0%;
    padding: 20px 0px;
  }
}

@media (max-width: 767px) {

  .curr-price li{
    width:50%;
    padding-left: 0px !important;
    padding:10px 0px;
  }
  .curr-price li p{
    width:90%;
    height:auto;
    border-radius: 0%;
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .curr-price li{
    width:50%;
    padding-left: 0px !important;
    padding:10px 0px;
  }
  .curr-price li p{
    width:90%;
    height:auto;
    border-radius: 0%;
    padding: 20px 0px;
  }
}

.cuur-top{
  width: 100%;
  background-color: #ffffff;border-radius: 5px;
}

.cuur-top-text{
  padding-top:30px;
}

.cuur-top-text p{
  width:100%;
  font-size: 14px;
  line-height:28px;
  margin-top: 10px;
}

.curr-Crypto{
  width: 100%;
  padding: 30px;
  background-color:rgba(255, 255, 255, 0.9);
  margin-top: 50px;
}

.cryptocurrency{
  margin-top: 70px;
}

.crypto-currencies li{
  display: block;
  float: left;
  width: 20%;
  padding-left: 0px !important;
  margin-bottom: 20px;
}
.crypto-currencies li img{
  display: block;
  width:80%;
  margin: 0 auto;
}
.crypto-currencies li p{
  display: block;
  width: 80%;
  margin: 0 auto;
  line-height: 24px !important;
  font-size: 14px !important;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.crypto-currencies li b{
  display: block;
  color: #303030;
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .cryptocurrency{
    margin-top:0px;
  }
  .cryptocurrency-img{
    margin-top: 30px;
  }
}

@media (max-width: 767px) {

  .cryptocurrency{
    margin-top:0px;
  }
  .cryptocurrency-img{
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .cryptocurrency{
    margin-top:0px;
  }
  .cryptocurrency-img{
    margin-top: 30px;
  }
}

.dai-wrap img{
  display: block;
  width: 100%;
  margin: 0 auto;
}

.dai-wrap .col-lg-12 img{
  width: 70%;
}


.detail-title{
  font-size: 32px;
  color: #ffffff;
  text-transform:uppercase;
  padding:20px 0px;
}

.dai-wrap{
  width: 95%;
  margin: 0 auto;
}

.detail-time{
  text-transform:uppercase;
  font-weight: lighter !important;
}

.detail-cold{
  width: 100%;
  border-bottom: 1px dashed #ebebeb;
  text-align: center;
  margin-top:40px;
  position: relative;
}

.detail-cold h4{
  position: absolute;
  width:160px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  top: -24px;
  left:50%;
  margin-left:-100px;
}

.mm-box{
  background-color: #f8f8f8;
  padding: 30px 20px;
}

.icon-p i{
  width: 14px;
  height: 14px;
  background-color: #0059d5;
  border-radius: 50%;
  display:inline-block;
}
.banner-image .image img{
  width: 70%;
}
.discover-content-wrapper{
  padding-top: 40px;
}

.content-list-top li{
  display: inline-block;
  padding-bottom: 30px;
  width: 16.6%;
}

.content-list-top li a{
  color: #303030;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius:5px;
  display: inline-block;
  width:170px;
  text-align: center;
}

.cuur-top-text1 h5,.cuur-top-text1 p{
  width: 70%;
  margin: 20px auto 0px;
}

.inmodal-close{
  position: absolute;
  top:-26px;
  right:-14px;
  color: #ffffff;
  font-size: 18px;
  text-shadow: none;
}

.inmodal-body p{
  font-size: 14px;
  line-height: 24px;
  padding:20px;
}

.modal-dialog{
  top:50%;
  margin-top:-250px;
  border-radius: 10px;
}

.form-control{
  margin: 10px 0px;
}

.modal{
  z-index: 10900;
  background-color: rgb(0,0,0,0.6);
}
.navbar-select{
  width: 80px;
  border-radius:2px;
  font-size: 14px;
  background-color: #f8f8f8;
}

.user-navbar-btn {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0px;
}

.navbar-btn .user-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170px;
  display: inline-block;
  line-height: 12px;
}
.login-btn{
  color:#ffffff;
}

@media only screen and (min-width:0px) and (max-width:1199px) {

  .login-btn{
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    background-color: #007aff;
    padding: 7px;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 5px;
    border:1px solid #007aff;
  }
}

.policy-daoyan{
  margin-top: 20px;
  color: #999999;
}

.policy-text{
  width:100%;
  margin-top: 30px;
}

.policy-text h6{
  padding: 10px;
  background-color: #ebebeb;
  display: inline-block;
  text-align: left;
  font-weight: normal;
}

.policy-text li{
  margin-top: 20px;
  line-height:30px;
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom:16px;
}

.policy-tips{
  color: #666666;
  margin-top: 20px;
}

.policy-text p{
  margin-top: 20px;
  line-height: 30px;
}

.privacy-infor-fact{
  width: 100%;
  background-color: #f8f8f8;
  padding: 2%;
  margin-top: 20px;
}

.privacy-infor-fact h4{
  font-size:26px;
  color: #ff4000;
}

.privacy-infor-fact p{
  margin-top: 20px;
}

.privacy-infor-per{
  width: 100%;
  border: 1px solid #ebebeb;
  margin-top: 20px;
}

.privacy-infor-per th{
  height: 50px;
  line-height: 50px;
  background-color: #f8f8f8;
}

.privacy-infor-per th,.privacy-infor-per td{
  border-bottom:1px solid #ebebeb;
  border-left:1px solid #ebebeb;
  width: 33.33%;
  text-align: center;
  padding: 2%;
}

.privacy-infor-per th:first-child,.privacy-infor-per td:first-child{
  border-left: 0px;
  text-align: left;
}

.privacy-infor-per tr:last-child td{
  border-bottom: 0px;
}
.judicial{
  width: 100%;
  border: 1px solid #ebebeb;
  margin-top: 20px;
}

.judicial table{
  width: 100%;
}

.judicial th{
  height: 50px;
  line-height: 50px;
  background-color: #f8f8f8;
}

.judicial th,.judicial td{
  border-bottom:1px solid #ebebeb;
  border-left:1px solid #ebebeb;
  width: 50%;
  text-align: center;
  padding: 2%;
}

.judicial th:first-child,.judicial td:first-child{
  border-left: 0px;
}

.judicial tr:last-child td{
  border-bottom: 0px;
}

.problems-text{
  margin-top: 40px;
}

.problems-text img{
  width:64%;
}

.problems-text li{
  margin: 30px 0px;
  height: 60px;
}

.problems-text li span{
  height: 60px;
  width: 60px;
  float: left;
  background-color: #f0f0f0;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  font-style: italic;
  margin-right: 20px;
}

@media only screen and (min-width:0px) and (max-width:1199px) {

  .banner-content-wrapper .banner-image{
    text-align: center;
  }
  .problems-text img{
    width:100%;
  }
  .content-list-top li{
    display: inline-block;
    padding-bottom: 30px;
    width: auto;
    padding-left:0px !important;
    padding-top: 10px;
  }
  .navbar .navbar-btn .main-btn {
    display: block;
    background-color: #2e3d62;
    color: #ffffff;
    border: 1px solid #2e3d62;
  }
  .a-logout {
    border: 1px solid #0059d5;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    text-align: center;
    background-color: #0059d5;
    color: #ffffff;
  }

  .a-logout:hover{
    background-color: #004099;
  }
  .user-name{
    display: block !important;
    color: #1387e8 !important;
    /* border-top: 2px solid #999999; */
    font-weight: bold;
    width: 100%;
    max-width: 100% !important;
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px !important;
  }
  .navbar .navbar-btn {
    border-top: 1px solid #999999;
  }
  .navbar .navbar-btn .main-btn{
    background-color:#2e3d62;
  }
}

/* 首页货币展示轮播 */

.swiper-container{
  margin-top: 30px;
}

.swiper-slide{
  padding: 0px 15px;
  height: 120px !important;
}
.swiper-slide p{
  width:100%;
  border-radius:15px;
  background-color: #1387e8;
  border: 2px solid #d7edff;
  margin: 0 auto;
  vertical-align: middle;
  padding:14px 0px;
  text-align: center;
  color: #ffffff !important;
  line-height: 30px;
}


.swiper-slide p span{
  display: block;
  font-size:16px;
  font-weight:500;
}


.mn-wrap {
  width:1200px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.mn-swiper{
  width:1085px;
  height: 100%;
  position: initial !important;
  margin: 30px auto 0px;
}
.swiper-wrapper {
  -webkit-transition-timing-function: linear;    /*涔嬪墠鏄痚ase-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}


.mn-swiper .swiper-wrapper{
  width: 100%;
  margin: 0 auto;
  height: 120px !important;
}

.mn-swiper .swiper-button-prev{
  left: 0;
  background-image: url(../images/normal-1.png);
}

.mn-swiper .swiper-button-next{
  right: 0;
  background-image: url(../images/normal-2.png);
}
.mn-swiper .swiper-button-next, .mn-swiper .swiper-button-prev{
  width: 56px;
  height:56px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 60%;
}

.swiper-button-prev:after,.swiper-button-next:after{
  content:''
}

@media only screen and (min-width:0px) and (max-width:1199px) {
  .mn-wrap{
    width: 100%;
  }
  .mn-swiper .swiper-button-next, .mn-swiper .swiper-button-prev{
    display: none;
  }

}
