*{
    text-decoration-line:none;
}

li{
  list-style: none;
}

.section-header .lines {
    margin: auto;
    width: 70px;
    position: relative;
    border-top: 2px solid #32a6da;
    margin-top: 15px;
}

.btn-commons {
  border: 1px solid #32a6da !important;
  background: #32a6da !important;
  position: relative;
  color: #fff !important;
  z-index: 1 !important;
  border-radius: 30px !important;
}

.btn {
  font-size: 14px !important; 
  padding: 11px 40px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  transition: all 0.2s linear !important;
  display: inline-block !important;
}

.pricing-table:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.pricing-table{
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  margin-bottom: 5px;
  border: transparent;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  transition: all 0.3s;
}

.pricing-table .pricing-details h2 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  /* margin-bottom: 20px; */
  margin-top: 0px;
  text-transform: uppercase;
  background: #f1f1f1;
  padding: 15px 0;
}

.pricing-table .pricing-details span {
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  color: #32a6da;
  /* margin-bottom: 20px; */
  margin: 20px;
}

.lrq_swiper {
    width: 80%;
  }

  .lq_swiper {
    width: 100%;
  }

  .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
  }

  .swiper-container .swiper-wrapper .swiper-slide .divs {
    height: 194px;
    overflow: hidden;
  }

  .swiper-container .swiper-wrapper .swiper-slide p:nth-child(1) {
    /* font-size: 18px; */
    font-weight: bold;
    /* padding-top: 40px; */
    text-align: center;
    /* margin-bottom: 10px; */
  }

  .swiper-container .swiper-wrapper .swiper-slide .divs p:nth-child(2) {
    color: #808080;
    font-size: 14px;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }

  .swiper-container .swiper-wrapper .swiper-slide .divs p:nth-child(3) {
    color: #808080;
    font-size: 14px;
    padding: 0px;
    text-align: center;
    margin: 0px;
  }

  .swiper-container .swiper-wrapper .swiper-slide .divs>a {
    width: 110px;
    display: block;
    color: #428bca;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    float: left;
    text-align: center;
    color: #333333;
    margin: 30px 146px ;
    background: url("../images/arrow.jpg") no-repeat 99px 0px;
  }

  .swiper-container .right,.swiper-container .left{
    position: absolute;
    top: 50%;
  }
  .swiper-container .right {
    background-image: url('../images/right.png');
    font-size: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #5166d8;
    text-align: center;
    line-height: 50px;
    color: white;
  }

  .swiper-container .left {
    background-image: url('../images/left.png');
    font-size: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #5166d8;
    text-align: center;
    line-height: 50px;
    color: white;
  }

  .lrq_swiper>.lq_swiper>.gao_swiper-slide {
    /* width: 600px !important; */
    /* height: 540px; */
  }
  .lt,.lt2{
    width: 412px;
    height: 180px;
    background-color: #fff;
    position:absolute;
    top: 320px;
    z-index: 11;
  }
  .lt{
    left: 0;
  }
  .lt2{
    right: 0;
  }
  
  figure figcaption {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0px;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    /* margin-bottom: -15px; */
    opacity: 1;
    -webkit-transition: height 0.5s ease 0s;
    transition: height 0.5s ease 0s;
  }



