@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.pt-md-5, .py-md-5 {
  padding-top: 3rem!important;
}

.pb-md-4, .py-md-4 {
  padding-bottom: 1.5rem!important;
}

.mb-4,.my-4 {
  margin-bottom:1.5rem!important
}

.text-center {
  text-align:center!important
}

.ml-auto, .mx-auto {
  margin-left: auto!important;
  margin-right: auto!important;
}

.pl-3, .px-3 {
  padding-left: 1rem!important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.card {
  position: relative;
  min-width: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #5EBB8D;
  /* border-bottom: 1px solid rgba(0,0,0,.125); */
  border-radius: 2px;
  margin-bottom: 15px;
  cursor: pointer;
}

.card>hr {
  margin-right:0;
  margin-left:0
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius:.25rem;
  border-bottom-left-radius:.25rem
}

.card-body {
  height: 15em;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom:.75rem
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  margin-bottom: 15px;
  flex-direction: column
}

.card-intro {
  margin-top: 71px;
  text-align: center;
}

.card-body p {
  text-align: center;
}

.card-body-period {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #666666;
  text-align: justify;
  line-height: 16px;
}

.card-body-price p {
  font-size: 35px;
  color: #5EBB8D;
  margin-top: 30px;
  margin-bottom: 20px;
}

.card-body-price small{
  font-size: 18px;
  color: #5EBB8D;
}

.card-header-title-in-line  {
  display: block;
  text-align: center;
  vertical-align: middle;
  /* margin-bottom: 15px; */
  margin-left: auto;
  text-align: center;
}

.card-header-intro-in-line {
  display: block;
  text-align: center;
  vertical-align: middle;
  margin-top: 6%;
}

.banner-lead-in1 {
  width: 30%;
  font-family: PingFangSC-Semibold;
  font-size: 28px;
  color: #FFFFFF;
  text-align: justify;
  text-shadow: 0 3px 4px #155182;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
}

.banner-lead-in2 {
  width: 30%;
  font-family: PingFangSC-Semibold;
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 4px 4px #0A2B56;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  margin-bottom: 60px;
}

.banner-lead-in3 {
  font-family: PingFangSC-Semibold;
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 4px 4px #0A2B56;
  margin-top: -50px;
}

.lead-in4 {
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.banner-hr-left {
  width: 38px;
  height: 2px;
  background: #FFFFFF;
  text-align: justify;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 350px;
}

.banner-hr-center {
  width: 38px;
  height: 2px;
  background: #FFFFFF;
  text-align: justify;
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.banner-subslogan1 {
  width: 20%;
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: justify;
  margin-left: 350px;
  margin-right: auto;
}

.banner-subslogan2 {
  width: 30%;
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}

.banner-subslogan3 {
  width: 30%;
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:576px){
  .card-deck{
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    margin-right:-15px;
    margin-left:-15px
  }
  .card-deck .card{
    display:-ms-flexbox;
    display:flex;
    -ms-flex:1 0 0%;
    flex:1 0 0%;
    -ms-flex-direction:column;
    flex-direction:column;
    margin-right:15px;
    margin-bottom:0;
    margin-left:15px
  }
  .card-intro {
    /* margin-top: 91px;
    margin-bottom: 113px; */
    text-align: center;
    margin: 50px auto 0;
  }
  .card-body {
    height: 12em;

    height: 15em;
  }
  .card-header-title-in-line {
    position: relative;
    text-align: justify;
    margin-top: 5px;
    margin-left: 53.5px;
  }
  .card-header-intro-in-line {
    /* margin-top: 5%; */
    /* position:absolute;
    text-align: justify;

    margin-left: 53.5px;
    top: 0; */
  }
  .card-body-in-line {
    display: inline-block;
    width: 20%;
    position: relative;
    margin-left: 53.5px;
    margin-right: 53.5px;
  }
  .banner-lead-in1{
    width: 100%;
    font-size: 40px;
    margin-top: -50px;
    margin-left: -50px;
  }
  .banner-lead-in2{
    width: 100%;
    font-size: 50px;
    margin-top: 0px;
  }
  .banner-lead-in3{
    width: 100%;
    font-size: 50px;
    margin-top: 0px;
  }
  .banner-hr-left {
    width: 79px;
    height: 4px;
    line-height: 48px;
    margin-top: 50px;
    margin-bottom: 48px;
    margin-left: -50px;
  }
  .banner-hr-center {
    width: 79px;
    height: 4px;
    line-height: 48px;
    margin-top: 50px;
    margin-bottom: 48px;
  }
  .banner-subslogan1 {
    width: 60%;
    font-size: 22px;
    line-height: 37px;
    text-align: justify;
    margin-left: -50px;
  }
  .banner-subslogan2 {
    width: 85%;
    font-size: 22px;
    line-height: 50px;
    margin-top: 0px;
  }
  .banner-subslogan3 {
    width: 90%;
    font-size: 22px;
    line-height: 37px;
  }
  .lead-in4 {
    width: 50%;
    line-height: 28px;
    font-size: 20px;
  }
}

.card-group {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column
}

.display-4 {
  font-weight: 300;
  font-size: 36px;
}

/*.container {*/
  /*width:100%;*/
  /*max-width: 1080px;*/
  /*padding-right:15px;*/
  /*padding-left:15px;*/
  /*margin-right:auto;*/
  /*margin-left:auto*/
/*}*/
/*@media (min-width:576px){.container{max-width:540px}}*/
/*@media (min-width:768px){.container{max-width:720px}}*/
/*@media (min-width:992px){.container{max-width:960px}}*/

.pricing-header {
  max-width: 90%;
  margin-top: 50px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
  -webkit-margin-after: 1.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  font-size: 1.25rem;
}

.my-0{
  margin-top:0!important
}

.mb-3,.my-3 {
  margin-bottom:1rem!important
}

.mt-4,.my-4 {
  margin-top:1.5rem!important
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.card-header {
  height: 20.5em;
  background-color: white;
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  transition: all 0.4s;
  border-bottom: 1px solid #5EBB8D;
}

.card-header h1 {
  height: 22%;
  font-size: 2.2em;
  color: #5EBB8D;
}

.card-header h4 {
  height: 7%;
  font-size: 1.5em;
  color: #666666;
  white-space: nowrap;
  text-align: center;
  margin: 0;
}

.card:hover {
  box-shadow: 1px 0 6px 2px rgba(169,169,169,0.50);
}
.card:hover .card-header {
  background-color: #5EBB8D;
}

.card:hover .card-header h4 {
  color: white;
}

.card:hover .card-header p {
  color: white;
}

.card-body a {
  position:absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
}
.card-body input {
  font-size: 0.6em;
  width: 100%;
  color: #FFFFFF;
  background-color: #5EBB8D;
  border: 1px solid #5EBB8D;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}

.table.api {
  border-color: #5EBB8D;
}

.table.api thead tr th {
  border-color: #5EBB8D;
  background-color: #D3F0E2;
  vertical-align: middle;
  text-align: center;
}

.slash {
  position: relative;
  box-sizing: border-box;
  background: linear-gradient(11deg, transparent 49.5%, #5EBB8D 49.5%, transparent 50.5%, transparent 50.5%);
}

.table.api tbody tr:hover {
  background-color: #F6FAF8;
}

.table.api tbody tr th {
  text-align: left;
  border-color: #5EBB8D;
}

.table.api tbody tr td {
  text-align: center;
  padding: .75rem;
  border-color: #5EBB8D;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
