/* main container */
.tab-container{
  padding: 110px 0;
}

/* main text */
.tab-container .tabs-wrapper{
  max-width: 916px;
  margin: auto;
}
.tab-container .tabs-wrapper .tabs-text-wrapper{
  text-align: center;
}
.tab-container .tabs-text-wrapper .tabs-title{
  margin-bottom: 30px;
}
.tab-container .tabs-text-wrapper .tabs-text-description{
  margin-bottom: 55px;
}
.tab-container .tabs-wrapper .tabs-container{
  margin-bottom: 65px;
}
.tab-container .tabs-container .custom-nav{
  border: none;
  margin: 0 -26px;
}

.tab-container .custom-nav .custom-tab{
  min-width: 223px;
  max-width: 100%;
  padding-left: 26px;
  padding-right: 26px;
  float: none;
  display: inline-block;
}

.tab-container .custom-nav .custom-tab a,
.tab-container .custom-nav .custom-tab a:hover,
.tab-container .custom-nav .custom-tab a:focus {
  border-radius: 0;
  margin-right: 0;
  border: 1px solid #5db3e6;
  padding: 12px 12px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* tab click */

.tab-container .custom-nav .custom-tab.active a {
  background-color: #3fafee;
  color: #fffde1;
  margin: 0;
}

/* tabs description */

.tab-container .tabs-wrapper .tab-content{
  padding-right: 58px;
  padding-left: 58px;
  margin-bottom: 90px;
}
.tab-container .tabs-description{
  max-width: 839px;
  margin: auto;
}
.tab-container .details-wrapper{
  padding: 0 20px;
}
.tab-container .details-wrapper .titles{
  margin-bottom: 32px;
}
.tab-container .details-wrapper .titles .maintitle{
  color: #3dafee;
}
.tab-container .details-wrapper .titles .subtitle{
  font-weight: 600;
}
.tab-container .details-wrapper .wysiwyg ul{
  padding-left: 20px;
  list-style: disc;
}
.tab-container .details-wrapper .wysiwyg ul li{
  padding: 0;
  padding-bottom: 10px;
}
.tab-container .details-wrapper .wysiwyg ul:last-child{
  padding-bottom: 0;
}

/* btn */
.tab-container .btn-wrapper{
  text-align: center;
}

.tab-container .btn-wrapper a{
  white-space: normal;
  height: auto;
  max-width: 426px;
  min-width: 213px;
}

/* mobile */
@media screen and (max-width:991px){
  .tab-container{
    padding: 56px 20px;
  }
  .tab-container .tabs-text-wrapper .tabs-text-description{
    margin-bottom: 30px;
  }
  .tab-container .tabs-wrapper .tabs-container{
    margin-bottom: 24px;
  }
  .tab-container .tabs-wrapper .img-wrapper {
    margin-bottom: 24px;
  }
  .tab-container .custom-nav .custom-tab {
    float: none;
    display: block;
  }
  .tab-container .custom-nav .custom-tab a{
    white-space: normal;
  }
  .tab-container .details-wrapper .titles {
    margin-bottom: 20px;
  }
  .tab-container .tabs-wrapper .tab-content{
    padding: 0;
  }
  .tab-container .tab-content .tab-img{
    max-width: 40%;
  }
  .tab-container .btn-wrapper .btn{
    width: 100%;
  }
}
