  single- coach */
@media only screen and (min-width:1000px){
  html body.single-coach {
    overflow: visible;
  }

  .single-coach .vc_row:not(.vc_row-o-equal-height) 
  .nectar-sticky-column-css.vc_column_container > .n-sticky {
    height: 100%;
  }

  .single-coach .nectar-sticky-column-css.vc_column_container > .n-sticky {
    width: 100%;
  }

  .single-coach .nectar-sticky-column-css.vc_column_container > .n-sticky > .vc_column-inner {
    position: sticky;
    top: var(--nectar-sticky-top-distance);
  }
}

@media only screen and (max-width:999px){
  .single-coach .nectar-sticky-column-css.vc_column_container > .n-sticky > .vc_column-inner {
    position: relative;
  }
}




/*  coach taxonomy countries  */

body.tax-country .main-content table tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}



 /*  Book A course  */
.flgeContainer {
    position: relative;
}
.imgContainer {
    float: left;
    padding-right: 10px;
}
.imgContainer.fully-online {
    position: absolute;
    right: 40px;
    top: -130px;
}
.imgContainer img {
  height: 36px !important;
  width: 36px !important;
}
.imgContainer.fully-online img {
    width: 64px !important;
    height: 64px !important;
}
#text-block-5 {
    text-align: left;
}
.course_country{
  margin-bottom: 0 !important;
}
.course_category_list_section .wpb_column.column_container {
    padding: 3% !important;
    min-height: 383px;
}
.course_category_list_section .wpb_column.column_container.left {
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
    margin-right: 0;
}
.course_category_list_section .wpb_column.column_container.right {
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

@media (max-width: 1000px) {
  .course_category_list_section .wpb_column.column_container.right {
      border-left: 1px solid;
  }
}