
@charset "UTF-8";
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* general page */
.basic-page-breadcrumb{
  display: none;
}
.main-basic-content{
   max-width: none;
   margin: 0;
   padding: 0;
 }
 .main-basic-content *{
  box-sizing: border-box;
 }

html body .frame {
  width: 90%;
  margin: auto;
  max-width: 1260px;
}
html body .frame .section_title {
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 4vh;
  text-align: center;
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif;
}
@media screen and (min-width: 768px) {
  html body .frame .section_title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  html body .frame .section_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1600px) {
  html body .frame .section_title {
    font-size: 30px;
  }
}
html body .deco {
  display: none;
  position: absolute;
  z-index: -1;
  transform: scale(0.7);
}
@media screen and (min-width: 1200px) {
  html body .deco {
    display: block;
  }
}

html .main-container {
  width: 100%;
  overflow-x: hidden;
}

/*==== e-commerce-tab section ====*/
.e-commerce-tab{
  padding: 40px 0;
}
.faq .frame .tab_nav .nav-tabs li{
  width: 33.3%;
  padding: 0;
  margin: 0 !important;
}
.e-commerce-tab .frame .tab_nav .nav-tabs li{
  width: 49.5%;
  padding: 0;
  margin: 0 !important;
}
.faq .frame .tab_nav .nav-tabs li a,
.e-commerce-tab .frame .tab_nav .nav-tabs li a{
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  background-color: transparent !important;
  border-bottom:3px solid #DDDDDD;
}
.faq .frame .tab_nav .nav-tabs li.active a,
.e-commerce-tab .frame .tab_nav .nav-tabs li.active a{
  border-bottom:3px solid #6CBE45;
}
.individuals_wrap,
.circle_partners_wrap{
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.appliance,
.license{
  border-radius: 5px;
  border: solid 1px #DEDEDE;
}
.individuals_wrap .license{
  width: 64%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.individuals_wrap .appliance{
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.circle_partners_wrap .appliance,
.circle_partners_wrap .license{
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item_name{
  background-color: #606060;
  border-radius: 0 0 5px 5px;
  width: 120px;
  margin: 0 auto 20px auto;
}
.item_name h5{
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
}
.item_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.item_content .col_2{
  flex-grow: 1;
}
.individuals_wrap .license .item_content:first-child{
  border-right:1px solid #DEDEDE;
}
.item_contents{
  display: flex;
}
.item_contents .item_content{
  width: 50%;
}

.icon_block{
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  background-color: #FAFAFA;
}
.icon_block .icon{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_block .icon img{
  height: 40px;
  width: auto;
  margin-right: 10px;
}
.icon_block .icon h6{
  font-weight: bold;
  font-size: 18px;
  margin: 0 !important;
}
.circle_partners_wrap .item_content .content{
  padding: 10px 50px 20px;
}
.individuals_wrap .item_content .content{
  padding: 10px 23px 20px;
}

.item_content .content .title{
  text-align: center;
  font-size: 16px;
}


.item_content .content .description,{
   font-size: 15px;
}
.item_content .content .feature .feature_ul{
  font-size: 15px;
  padding: 0 16px;
  margin-bottom: 0;
}
.item_content .content .feature .feature_ul li{
  list-style: disc;
  padding-bottom: 10px;
}
.item_content .content .feature .feature_ul li::marker{
  color: #6CBE45;
}

.shop_button{
  text-align: center;
  width: 65%;
}

.shop_button a{
    font-size: 15px !important;
    padding: 0 10px !important;
    min-width: 152px;
    width: 100%;
    background: #6CBE45 !important;
    color: #fff !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 5px !important;
    margin-bottom: 20px;
}

.shop_button a[target="_blank"]:after{
    content: '';
    background: url("/themes/custom/zyxel/images/zypartner-icon.png") no-repeat;
    width: 11px;
    height: 10px;
    display: inline-block;
    margin-left: 16px;
    background-size: 11px;
}

.shop_button a:hover{
  text-decoration: none;
  background-color: #569a36!important;
  border-color: #529333;
}

/*==== FAQ ====*/
html .main-container section.faq {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
html .main-container section.faq .dot-12 {
  width: 365px;
  z-index: 0;
  left: -130px;
}
html .main-container section.faq .dot-13 {
  width: 390px;
  z-index: 0;
  right: -175px;
  bottom: -165px;
}
html .main-container section.faq .frame .button-wrap {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: auto;
}
html .main-container section.faq .frame .button-wrap a.button {
  color: #6CBE45;
  display: block;
  padding: 10px;
  margin: auto;
  border-radius: 25px;
  font-family: galano_grotesquesemibold;
  transition: all 0.3s ease;
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  border: 1px solid #6CBE45;
}
html .main-container section.faq .frame .button-wrap a.button:hover, html .main-container section.faq .frame .button-wrap a.button:focus {
  text-decoration: none;
}
html .main-container section.faq .frame .button-wrap a.button.active {
  background-color: #6CBE45;
  color: white;
}
@media screen and (min-width: 768px) {
  html .main-container section.faq .frame .button-wrap a.button {
    width: 30%;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  html .main-container section.faq .frame .button-wrap a.button {
    font-size: 18px;
    border-radius: 34px;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.faq .frame .button-wrap {
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.faq .frame .button-wrap {
    margin-top: 20px;
    max-width: 100%;
  }
}
html .main-container section.faq .frame .question-wrap {
  margin-top: 25px;
  padding-left: 0;
}

html .main-container section.faq .frame .question-wrap .question {
  border-top: 1px solid black;
  padding: 10px 40px 10px 10px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  list-style: none;
}
html .main-container section.faq .frame .question-wrap .question:first-child {
  border-top: none;
}

/* html .main-container section.faq .frame .question-wrap .question_category{
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif;
  font-size: 18px;
  padding: 60px 0 20px 0;
  margin: 0;
  border-top: 1px solid black;
}
html .main-container section.faq .frame .question-wrap .question_category:first-child{
  border-top: none;
  padding: 0 0 20px 0;
} */
html .main-container section.faq .frame .question-wrap .question .question-title{
  font-family: galano_grotesquesemibold, Helvetica, Arial black, Sans-serif;
  font-size: 18px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  html .main-container section.faq .frame .question-wrap .question .question-title{
    font-size: 18px;
  }
}
html .main-container section.faq .frame .question-wrap .question .answer {
  padding-left: 10px;
  height: 0;
  margin: 0;
  overflow: hidden;
}
html .main-container section.faq .frame .question-wrap .question .answer a {
  color: #6CBE45;
  text-decoration: none;
}
html .main-container section.faq .frame .question-wrap .question .answer a:hover {
  text-decoration: underline;
}
html .main-container section.faq .frame .question-wrap .question:last-child {
  border-bottom: 1px solid black;
}
html .main-container section.faq .frame .question-wrap .question:after {
  content: url("/sites/zyxel/files/library/assets/solutions/circle-marketplace/e-commerce/plus.svg");
  position: absolute;
  right: 0;
  width: 28px;
  height: 28px;
  top: 10px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  html .main-container section.faq .frame .question-wrap .question:after {
    top: 16px;
  }
}
@media screen and (min-width: 768px) {
  html .main-container section.faq .frame .question-wrap .question {
    padding: 20px 40px 20px 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html .main-container section.faq .frame .question-wrap .question:hover {
    background-color: rgba(108, 190, 69, 0.1);
  }
}
html .main-container section.faq .frame .question-wrap .expand {
  transition: all 0.3s ease;
}
html .main-container section.faq .frame .question-wrap .expand .answer {
  margin-top: 10px;
  height: 100%;
}
html .main-container section.faq .frame .question-wrap .expand .answer ul {
  margin-left: 20px;
}
html .main-container section.faq .frame .question-wrap .expand .answer ul li{
  list-style-type: disc;
}
    
html .main-container section.faq .frame .question-wrap .expand:after {
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  html .main-container section.faq .frame .question-wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1400px) {
  html .main-container section.faq .frame .question-wrap {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  html .main-container section.faq {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  html .main-container section.faq {
    padding-bottom: 110px;
  }
}

/*==== RWD  ====*/
@media screen and (max-width: 1200px){}
@media screen and (max-width: 1024px){}
@media screen and (max-width: 992px){}
@media screen and (max-width: 768px){
  .individuals_wrap,
  .circle_partners_wrap{
    flex-direction: column;
    align-items: center;
  }
  .individuals_wrap .license .item_contents{
    flex-direction: column;
    align-items: center;
  }
  .individuals_wrap .appliance,
  .individuals_wrap .license,
  .item_contents .item_content,
  .circle_partners_wrap .appliance, 
  .circle_partners_wrap .license{
    width: 100%;
  }
  .individuals_wrap .license,
  .circle_partners_wrap .license{
    margin-top: 40px;
  }
  .individuals_wrap .license .item_content:first-child:first-child{
    border-bottom: 1px solid #DEDEDE;
    border-right: none;
  }
  .shop_button a{
    width: 80%;
  }
  .item_name h5,
  .icon_block .icon h6{
    font-size: 18px;
  }
  .item_content .content{
    padding: 10px 60px;
  }
  /* .item_content .content .description{
    text-align:left ;
  } */
}
@media screen and (max-width: 480px){
  .circle_partners_wrap .item_content .content,
  .individuals_wrap .item_content .content{
    padding: 10px 20px;
  }
   .shop_button a{
    width: 100%;
  }
  .faq .frame .tab_nav .nav-tabs li a, 
  .e-commerce-tab .frame .tab_nav .nav-tabs li a{
    font-size: 18px;
    padding: 10px 0;
  }
}