.vise-category .circle-thumbnail .circle-block{
    border:none;
}
.no-text-transform{
    text-transform: none !important;
}

/* temporary style */
@media only screen and (max-width: 600px) {
    .resize-on-mobile{
        width: 50%;
        margin: 0 auto;
    }
    .text-center-on-mobile{
        text-align: center;
    }
}

.knowledge-section img{
    width: 50%;
    margin: 0 auto;
}

.knowledge-section .icon-item{
    text-align: center;
}

.card-knowledge img.hover-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
  }

.card-knowledge:hover img.hover-image {
    opacity: 1;
  }

  .lh-34{
      line-height: 34px;
  }
  .card-knowledge h4 a{
      color:#d8192b;
  }

  .why-visecoach-section{
      background-color: #FFF;
      padding-bottom: 40px;
      padding-top:40px;
  }
  .container-why-visecoach{
      width: 75%;
      margin:0 auto;
      margin-bottom: 40px;
      margin-top:40px;
  }
  .no-padding{
      padding:0 !important;
  }
  /* .container-why-visecoach .why-visecoach-list{
      padding-top:35px;
  } */

  .container-why-visecoach .why-visecoach-list .why-visecoach-item{
    margin-top:35px;
    margin-bottom:60px;
    }
    .container-why-visecoach .why-visecoach-list .title h4{
        color:#d8192b;
    }
.inquiry-section{
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 15, 30, 0.075);
    padding:25px;
}
.inquiry-section .content{
    width: 75%;
    margin: 0 auto;
}
.inquiry-section .content img{
    width: 80%;
}
.inquiry-section .content .section-title{
    padding:10px;
}

.inquiry-section .content .inquiry-title h3{
    font-size:38px;
}

.inquiry-section .content .inquiry-description{
    font-size: 20px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.inquiry-section .content .inquiry-button button{
    width: 190px;
}
.img-center{
    margin: 0 auto;
}
.hide-on-desktop{
    display: none;
}

@media only screen and (max-width: 1023px){
    .feature-inner .media-object{
        position: relative;
        bottom:13px;
    }
    .why-visecoach-section{
        padding:0;
    }
    .inquiry-section, .inquiry-section .content {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .inquiry-section, .inquiry-section .content img {
        width: 100%;
    }
    .inquiry-section .content .inquiry-title h3{
        font-size: 20px;
    }
    .inquiry-section .content .inquiry-button button{
        width: 100%;
        font-size:14px;
        font-weight: 500;
    }
    .inquiry-section .content .inquiry-description{
        font-size: 14px;
        line-height: 1.5;
        margin-top: 0;
    }
    .hide-on-mobile {
        display: none !important;
    }
    .show-on-mobile{
        display: block !important;
    }

}

.program-coaching-row .action-button a{
  width: 140px;
}


/* start SCCP Page */
.sccp-page .featured{
    height: 30vh;
}
.sccp-page .visecoach-customer{
    background: #f5811e;
    color: #FFF;
    min-height: 62vh;
  }
  .sccp-page .visecoach-customer .section-title h3{
    color: #fff;
  }

  .sccp-page .visecoach-customer .customer-text h4{
    color: #FFF;
  }
  .sccp-page .featured.inside .center-title h1{
    color: #f5811e;
  }

  .visecoach-customer .more-action{
    background-color: #f5811e;
  }

  .visecoach-customer .more-action .btn.btn-default{
    color: #f5811e;
  }

  .sccp-page .icon-image{
    width: 50%;
    margin: 0 auto;
  }

  .sccp-page .more-card{
    min-height: 60vh;
  }

  .sccp-page .video-top{
      box-shadow: 0 20px 40px 10px rgb(0 0 0 / 7%);
      border-radius: 20px;
      border: none;
  }

  .sccp-page .feat-text ul li span, .sccp-page .feat-text ul li i{
    color: #f5811e;
  }

  .sccp-page .box-description{
        transition: all .5s ease-in-out;
      padding: 24px;
      box-shadow: 0 10px 25px 0 rgb(0 0 0 / 3%);
      border: 1px solid #f9f9f9;
      margin-bottom: 24px;
      border: 1px solid rgba(0, 0, 0, 0.04);
      border-radius: 12px;
  }

  .sccp-page .box-description{
    text-align: center;
    line-height: 30px;
  }

  .sccp-page .box-description span{
    font-weight: bold;
    color: #f5811e;
  }

  .sccp-page .box-description button{
    background: transparent;
    color: #f5811e;
    border: 1px solid #f5811e;
  }
  .sccp-page .box-description .btn.btn-outline:hover, .sccp-page .box-description .btn.btn-outline:focus{
    background: #f5811e;
    color: #fff;
    border: 1px solid #F1F1F7;
  }

  .sccp-page .more-action p{
    font-size: 22px;
  }

  .sccp-page .more-action h5{
    color: #FFF;
    font-size: 26px;
  }

  .sccp-page .more-action{
    background: #f5811e;
  }
  .sccp-page .feat-media-top img{
    box-shadow: 0 20px 40px 10px rgb(0 0 0 / 7%);
      border-radius: 20px;
      border: none;
  }
  .sccp-page .feat-title .small-title{
    color: #f5811e;
  }
  .sccp-page .top-feat .feat-title h3.no-margin{
    margin-bottom: 0 !important;
  }

  .no-margin-bottom{
    margin-bottom: 0 !important;
  }

  .sccp-page .align-left{
    text-align: left;
  }
  .fs-22 p{
    font-size: 22px;
  }
  .sccp-page .section-title{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sccp-page .more-card.icon-three-colomn{
    min-height: 24vh;
  }
  .sccp-page .feat-text span.pricing-info{
    font-size: 30px;
  }
  .sccp-page .feat-text span.badge-warning{
    color: #FFF;
  }

  .box-description h5{
    font-size: 22px;
  }
/* end SCCP page */

/* .pills-secondary .nav-link.active {
  background-color: #d8192b !important;
}
ul.pills-secondary li{
  list-style: none;
}
.pills-secondary .nav-link.active{
  color:#FFF;
} */

/* .main-event-entry .tab-content > .tab-pane{
  display: block;
} */
  .sccp-page .customer-info .circle-thumbnail{
    width: 100px;
    height: 100px;
  }
  .sccp-page .customer-info .circle-thumbnail img{
    width: 90px;
    height: 90px;
  }
  @media (max-width: 767px) {
    .sccp-page .featured{
      height: 50vh;
    }
    .sccp-page .featured.inside .center-title{
      margin-top: 35px;
    }

  }
/* end SCCP page */


/* start dropdown menu */
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom:1rem;
}

.navbar .dropdown-menu {
 border:none;
 background-color:#FFF!important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

 /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
 padding-top:0px;
 padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
 padding:.5rem .5rem;
 margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
 width:100%;
 left:0;
 right:0;
/*  height of nav-item  */
 top:45px;

 display:block;
 visibility: hidden;
 opacity: 0;
 transition: visibility 0s, opacity 0.3s linear;

}




 /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
 display:block;
 visibility: visible;
 opacity: 1;
 transition: visibility 0s, opacity 0.3s linear;
}

 .navbar .dropdown-menu {
   border: 1px solid rgba(0,0,0,.15);
   background-color: #fff;
 }

}
/* end dropdown menu */

.top-event{
  height: 140vh;
}

/* Detail Class */
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 996px) {
  .preview {
    margin-bottom: 20px;
  }
}

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}
.preview-thumbnail.nav-tabs li img {
  width: 100%;
  display: block;
  height: 75px;
  border-radius: 5px;
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}
.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.tab-content {
  overflow: hidden;
}
.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.tab-content .confirmation-page img{
  width: auto;
}
.tab-content .payment-box .pay-logo img{
  width: auto;
}
@media only screen and (min-width: 768px) {
  .size-frame {
    width: 430px !important;
    /* height: 430px !important; */
  }
}



.main-page .main-entry article.post-entry .content-editor.header{
  font-weight: bold;
}

.event-detail ul{
    list-style: disc;
    padding-left: 30px;
}
