#tab-contactus{
    height: 673px;
    max-height: 80%;
}
#tab-contactus #contact-ctf7.tab-container{
    height: 100%;
    overflow-y: auto;
}
.hide-desktop{
    display: none !important;
}
.hide-mobile{
    display: block !important;
}
.arrow{
    position: relative;
    z-index: 9999999;
}
header#header nav#main-menu-mobile .menu > li{
    margin: 0 -15px;
}
.mobile-menu > ul > li.menu-item-has-children ul{
    margin: 0;
}
#finance-page #finance-container #finance-conditions a:hover{
    text-decoration: underline;
}
#finance-page #finance-container #finance-conditions a{
    color: #971a4b;
    text-decoration: none;
}

.wsp-container h2{
	margin-top: 20px;
	margin-bottom: 10px;
}
.woocommerce-message{
	display:none;
}


@media (max-width: 1199px) {
    .heading-link-to-other-page a{
        font-size: 21px;
    }
    .widget_new_widget .widget-title,
    .post-title a{
        font-size: 21px;
    }
    #our-team .team-block .team-item .team-content .member-title{
        font-size: 21px;
    }
    #course-info .course-date,
    #course-info #course-info-right .complete-course{
        font-size: 21px;
    }
    footer#footer #stay-in-touch .stay-in-touch-title {
        font-size: 28px;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .single-thumb img.hidden-sm{
        display: block !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #course-info #course-info-right{
        width: 41.666%;
        text-align: center;
    }
    #course-info #course-info-right img.certificate-image{
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 1023px){
    .single-thumb img.hidden-sm{
        display: block !important;
    }
    #our-team .team-block .team-item{
        margin-bottom: 0;
    }
    #our-team .team-block .team-item .team-content{
        padding-bottom: 10px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    a.btn-link-to{
        display: inline-block;
        text-align: center;
        padding: 5px;
    }
}
@media (max-width: 991px) {
    #course-info #course-info-right .complete-course{
        text-align: center;
    }
}
@media (max-width: 767px) {
    .post-title a{
        margin-top: 15px;
    }
    #finance-page #finance-container > div{
        width: 100%;
    }
    #buy-courses table tbody tr td.course-open-date{
        width: 40%;
    }
    #buy-courses table tbody tr td.course-status, #buy-courses table tbody tr td.course-price{
        width: 30%;
    }
}
@media (max-width: 480px) {
    #main-slider .slider-item .slider-descripton-container p{
        letter-spacing: -0.003em;
    }
    #main-slider .slider-item .slider-descripton-container .slider-link i.fa{
        margin-left: 4px;
    }
    #subcribe-block-right > p:first-child{
        font-size: 16px;
    }
    .hide-desktop{
        display: block !important;
        color: #fff;
    }
    .hide-mobile{
        display: none !important;
    }
    #subcribe-block-left p:last-child img{
        margin-bottom: 20px;
    }
    #about-page .about-img-left, #about-page .about-img-right {
        width: 100%;
        float: none;
    }
    .link-to-finance .content-to-finance p,
    .link-to-instructor .content-to-instructor p{
        font-size: 11px;
    }
}
@media (max-width: 450px) {
    #buy-courses table tbody tr td.course-open-date{
        width: 46%;
    }
    #buy-courses table tbody tr td.course-status, #buy-courses table tbody tr td.course-price{
        width: 27%;
    }
    #buy-courses table#private-course-table tbody tr td.course-open-date,#buy-courses table#private-course-table tbody tr td.course-price {
        width: 50%;
    }
}
@media (max-width: 400px) {
    .link-to-finance .icon-to-finance,
    .link-to-instructor .icon-to-instructor{
        width: 100%;
        float: none;
    }
    .link-to-finance .content-to-finance,
    .link-to-instructor .content-to-instructor{
        width: 100%;
        float: none;
        padding-left: 0;
        text-align: center;
    }
    .mobile-menu > ul > li.menu-item-has-children ul a{
        font-size: 15px;
    }
    #buy-courses table tbody tr td.course-open-date, #buy-courses table tbody tr td.course-status, #buy-courses table tbody tr td.course-price{
        font-size: 14px;
        width: auto;
    }
    #buy-courses table tbody tr td{
        padding: 8px 5px;
    }
    #course-info #course-info-right img.certificate-image{
        float: none;
        margin: 0 auto;
    }
    #course-info #course-info-right .complete-course{
        text-align: center;
    }
}
.prd-form label.custom-width{
    width: 100%;
}
.prd-form #cv-label, .prd-form #upload-photo-label{
    margin: 5px 0;
}
@media (max-width: 360px) {
    footer#footer #stay-in-touch .rto-image{
        max-width: 100px;
        padding-right: 0;
    }
}

/* Light box video */
.bg-gray {
  background-color: #e1e1e1;
}
.box-media {
  padding: 57px 0;
}
.box-media__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-media__content,
.box-media__video {
  width: 50%;
}
.box-media__title {
  color: #971a4b;
  padding: 25px 0 20px 0;
  margin-bottom: 25px;
  position: relative;
  font-size: 28px;
}

.box-media__video span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('../images/icon-play.png') no-repeat scroll 0 0 transparent;
  background-size: 100% auto;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  content: '';
}

.box-media__video span {
  position: relative;
}

.box-media__video {
  cursor: pointer;
  position: relative;
  cursor: pointer;
}

.box-media__video:hover {
  cursor: pointer;
}

.box-media__video  img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.box-media__title:after {
  content: "";
  width: 72px;
  height: 3px;
  background-color: #91173c;
  position: absolute;
  bottom: -6px;
  left: 0;
  margin: auto;
}

.box-media__description p {
  font-size: 21px;
  padding-right: 60px;
  font-weight: 300;
}

.lity-content > h2 {
  font-size: 21px;
  margin-bottom: 15px;
  color: #971a4b;
  font-weight: normal;
  font-weight: 500;
}

.lity-content:after {
  box-shadow: none;
}

.lity-content {
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.lity {
  opacity: inherit;
  transform: inherit;
  transition: inherit;
  background: rgba(0,0,0,0.9);
}

.box-media.image-radius {
  padding: 0;
  margin: -30px -30px 28px;
}
.box-media.image-radius img {
  border-radius: 3px;
}
.lity-close {
  display: none;
}

.icon-close {
  background: url(../images/icon-close.svg) no-repeat scroll 0 0 transparent;
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 40px;
  cursor: pointer;
}

@media (min-width: 1200px){
  .box-media__title {
    font-size: 50px;
  }

  .box-media__video span:after {
    width: 122px;
    height: 122px;
  }
}

@media (max-width: 767px){
  .box-media__content,
  .box-media__video {
    width: 100%;
  }

  .box-media__content {
    margin-bottom: 20px;
    text-align: center;
  }

  .box-media__title {
    padding-top: 0;
    font-size: 2em;
  }

  .box-media__title:after {
    bottom: 0;
    right: 0;
  }

  .box-media__description p {
    font-size: 16px;
    padding-right: 0;
  }

  .lity-wrap {
    overflow: auto;
  }

  .image-radius .box-media__video span:after {
    width: 60px;
    height: 60px;
  }

  .box-media__video span:after {
    width: 90px;
    height: 90px;
  }
}

.box-media.image-radius .box-media__video {
  width: 100%;
}

@media (max-width: 1023px){
  .lity-wrap:before {
    margin-right: 0;
    margin-top: -2px;
  }
}

@media (max-height: 450px){
  .lity-wrap {
    overflow: auto;
    height: 100%;
    position: relative;
  }
}

footer#footer #stay-in-touch #subcribe-container #subcribe-block-left .subscribe-to-ac {
  color: #fff;
}

footer#footer #stay-in-touch #subcribe-container #subcribe-block-left .subscribe-to-ac input[type="checkbox"] {
  width: auto;
  height: auto;
}

footer#footer #stay-in-touch #subcribe-container #subcribe-block-left .subscribe-to-ac input[type="checkbox"] + span {
  font-weight: 300;
}

.subscribe-to-ac.ac-form-contact input[type="checkbox"] + span {
  margin-left: 0;
  color: #000000;
}

#tab-contactus .subscribe-to-ac.ac-form-contact input[type="checkbox"] + span {
  color: #fff;
}

.prd-form .contact-detail {
  margin-bottom: 10px;
}

.product-single .quantity {
  display: none;
}

.product-single #wc-stripe-payment-request-wrapper {
  display: none;
}

.product-single .single_add_to_cart_button {
  display: none;
}

.wc-deposits-wrapper .wc-deposits-option li {
  padding: 5px;
}

.subscribe-to-ac {
  font-size: 12px;
}

#tab-contactus {
  height: 770px;
  top: 16%;
  max-height: 83%;
}

#wpcf7-f4-o1 .form-group.text-center {
  margin-bottom: 0;
}

#wpcf7-f4-o1 .form-group.text-center p {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  #tab-contactus {
    display: none;
  }

  footer#footer {
    margin-bottom: 55px;
  }
}

.wc-deposits-option label:before,
.wc-deposits-option label:after,
.gender label:before,
.gender label:after {
  display: none;
}

.wc-deposits-option label {
  font-weight: 700;
}

.gender input[type="radio"] + label {
  padding-left: 0;
}

.link-to-finance .content-to-finance a.btn-link-to {
  margin-top: 11px;
  display: inline-block;
}

/* Menu & Category Structure Changes */
#course-info #course-info-right img.certificate-image-list {
  margin: 0 auto 20px !important;
}

#course-info .course-full-description .term-description ul ul,
#list-courses-category .left-course-item-block ul ul {
  margin-top: 15px;
}

#list-courses-category .left-course-item-block ul {
  margin-left: 20px;
}
.logo-banner {
  padding: 50px 0;
  background-color: #fff;
}
.logo-banner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-banner__item {
  margin-right: 30px;
  max-width: 460px;
}
.logo-banner__item:last-child {
  margin-right: 0;
}
.logo-banner__item img {
  width: 100%; 
  height: auto;
}
.cansat-form .form-model__item p{
  margin: 0 15px;
}
@media (min-width: 1200px) {
  header#header nav#main-menu > ul > li > ul {
    padding: 10px;
  }
  header#header nav#main-menu > ul > li > ul  li {
    position: relative;
    padding: 0;
    border-top: 1px solid #e6e6e6;
  }
  header#header nav#main-menu > ul > li > ul  li:first-child {
    border-top: none;
  }
  header#header nav#main-menu > ul > li > ul  li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #a95d6c;
    padding: 0 10px;
}
  header#header nav#main-menu > ul > li > ul > li  a {
    display: block;
    padding: 10px 0;
    padding-left: 30px;
    margin-bottom: 3px;
    font-size: 18px;
    color: #262626;
    text-transform: capitalize;
  }
  header#header nav#main-menu > ul > li > ul > li:first-child > a,
  header#header nav#main-menu > ul > li > ul > li > ul > li:first-child > a {
    margin-top: 0;
  }
  header#header nav#main-menu > ul > li > ul  li:before {
    position: absolute;
    left: 0;
    top: 10px;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
  }
  header#header nav#main-menu > ul > li > ul > li:hover,
  header#header nav#main-menu > ul > li > ul > li > ul > li:hover {
    background-color: #a95d6c;
  }
  header#header nav#main-menu > ul > li > ul > li:hover ~ li.menu-image {
    display: none;
  }
  header#header nav#main-menu > ul > li > ul > li:hover:before ,
  header#header nav#main-menu > ul > li > ul > li:hover > a,
  header#header nav#main-menu > ul > li > ul > li > ul > li:hover:before ,
  header#header nav#main-menu > ul > li > ul > li > ul > li:hover > a{
    color: #fff;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul {
    min-width: 1170px;
    min-height: 566px;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul:before {
    left: -235px;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul > li{
    width: 380px;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul > li > a {
    display: block;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul > li.menu-image{
    border: none;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 655px;
    padding: 10px;
    pointer-events: none;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul  li.menu-image:hover {
    background-color: none;

  }
  header#header nav#main-menu > ul > li.mega-menu > ul  li.menu-image:before {
    display: none;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul li.menu-image a {
    font-size: 0;
    padding: 0;
    margin: 0;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul > li.menu-image a img,
  header#header nav#main-menu > ul > li.mega-menu > ul > li > ul a img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  header#header nav#main-menu > ul > li.mega-menu > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    width: 768px;
    padding-left: 30px;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  header#header nav#main-menu > ul > li.mega-menu > ul > li > ul > li {
    width: 385px;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul > li > ul > li.menu-image {
    border: none;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 315px;
    pointer-events: none;
  }

  header#header nav#main-menu > ul > li.mega-menu > ul > li:nth-child(2) > ul {
    top: -49px;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul > li:nth-child(3) > ul {
    top: -98px;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul > li:nth-child(4) > ul {
    top: -147px;
  }

}
@media (min-width: 1200px) and (max-width: 1500px){
  header#header nav#main-menu > ul > li.mega-menu > ul {
    transform: translateX(-50%);
  }
  header#header nav#main-menu > ul > li.mega-menu > ul:before {
    left: 105px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px){
  #home-main #courses .course-item .course-img .course-caption .course-title, .list-courses .course-item .course-img .course-caption .course-title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px){
  header#header nav#main-menu > ul > li.mega-menu > ul {
    min-width: 1080px;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul > li > ul {
    width: 710px;
  }
  header#header nav#main-menu > ul > li.mega-menu > ul > li,header#header nav#main-menu > ul > li.mega-menu > ul > li > ul > li {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  #home-main #courses .course-item .course-img .course-caption, .list-courses .course-item .course-img .course-caption {
    padding-left: 50px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 1199px){
 header#header #main-menu-mobile > ul > li.mega-menu > ul li.menu-image {
  display: none;
 }
 .mobile-menu > ul > li.show-sub ul li.last-child > a {
  border-bottom: 0;
 }
 .mobile-menu > ul > li.show-sub ul li.last-child.show-sub > a {
  border-bottom: 1px solid #969696;
 }
 .mobile-menu > ul > li.show-sub ul li.margin-mobile {
  /*margin-bottom: 30px*/
 }
}
@media (max-width: 991px){
  #home-main #courses .course-item .course-img .course-caption, .list-courses .course-item .course-img .course-caption {
    padding-left: 55px !important;
  }
}
@media (max-width: 767px){ 
  #subcribe-block-right.no-bg {
    background: none;
  }
  #course-info #course-info-right img.certificate-image-list {
    float: none;
  }
}
@media (max-width: 479px){ 
  .logo-banner__wrap{
    flex-wrap: wrap;
  }
  .logo-banner__item {
    margin: 0 auto 20px !important;
    text-align: center;
  }
  .logo-banner__item:last-child {
    margin-bottom: 0 !important;
  }
  #home-main #courses .course-item .course-img img, .list-courses .course-item .course-img img{
    width: 100%;
    height: auto;
  }
}