/* Q2 changes */
#main-container{
    margin-top:0
}
#homepage-main-banner{
    background-image: url('../images/main-banner-img.png'), linear-gradient(to bottom,#394e74, #14213a);
    background-repeat: no-repeat;
    background-position: top right;
}
#homepage-main-banner h2{
    font-weight:300;
}
.homepage-main-banner-text p {
    font-size: 21px;
    color: #fff;
    line-height: 2;
}
.tsg-signature{
    font-size:19.17px;
    color: #96a6c5;
    font-weight: bold;
}
#homepage-usp-bar{
    background:linear-gradient(to bottom,#96a6c5, #7b8cae);
}
.homepage-usp-bar-text p{
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@media(min-width:968px){
    #homepage-popular-products .woocommerce ul.products[class*=columns-] li.product,
    #homepage-popular-products .woocommerce ul.products[class*=columns-] li.product:nth-child(2n){
        width:24%;
        margin-right: 0;
    }    
}
#homepage-popular-products .woocommerce ul.products[class*=columns-] li.product,
#homepage-popular-products .woocommerce ul.products[class*=columns-] li.product:nth-child(2n){
    clear:unset;
    float:left;
    overflow: hidden;
    margin-left:1.33% !important
}
#homepage-popular-products .woocommerce ul.products[class*=columns-] li.product:first-child{
    margin-left: 0 !important;
}
#homepage-popular-products a.pass-promise-button{
    top:0;
    right:0
}
#homepage-popular-products .woocommerce ul.products li.product .woocommerce-LoopProduct-link:before{
    background: none;
}
#homepage-popular-products .woocommerce-loop-product__title{
    font-size: 18px !important;
    color: #0e2043;
}
#homepage-popular-products .cat-prod-desc {
    padding: 10px 28px;
}
#homepage-popular-products .course_excerpt {
    color: #5e5e5e;
    font-size: 14px;
}
#homepage-popular-products .price_details strong{
    display:none !important
}
#homepage-popular-products .course_type a, .bpost-readmore a {
    color: #111f3a;
    font-weight: bold;
    font-size: 18px;
    padding: 13px 30px;
    max-width: 183px;
    text-transform: uppercase;
    border-radius: 25px;
}
#popular-category-one{
    max-width: 48%;
    margin-left: 1%;
}
#popular-category-one > .vc_column-inner {
    background-image: url(../images/software-testing.png), linear-gradient(to right,#ffffff, #fefefe);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
#popular-category-one .popular-category-excerpt{
    max-width:386px;
    margin-top:30px
}
#popular-category-one .popular-category-excerpt p{
    color:#111f3a;
    font-size:17px;
}
.popular-category-button a{
    background: #f3a339 !important;
    color: #111f3a !important;
    font-weight: bold !important;
    font-size: 19px !important;
    border: none !important;
    padding: 5px 10px !important;
}
#popular-category-two {
    background-image: url(../images/automation.png), linear-gradient(to bottom right,#e9f0f7, #d1e0ee);
    background-repeat: no-repeat;
    background-position: top right;
    background-blend-mode: overlay;
    border-radius: 10px;
    padding: 15px 28px 10px;
    background-size: contain;
    margin-bottom: 24px;
}
.popular-category-col2{
    max-width: 50%;
    margin-left: 1%;
}
#popular-category-two .popular-category-excerpt, #popular-category-three .popular-category-excerpt{
    max-width:274px;
    margin-top:15px;
    margin-bottom:0
}
#popular-category-two .popular-category-excerpt p, #popular-category-three .popular-category-excerpt p{
    color:#111f3a;
    font-size:16px;
}
#popular-category-three .popular-category-excerpt p{
    color:#fff
}
#popular-category-two .popular-category-button, #popular-category-three .popular-category-button{
    float: right;
    position: relative;
    top: -36px;
    margin-bottom: 0;
}
.popular-category-col2 .vc_empty_space{
    clear:both
}
#popular-category-two .popular-category-button a, #popular-category-three .popular-category-button a{
    font-size: 18px !important;
}
#popular-category-three {
    background-image: url(../images/artificial-intelligence.png), linear-gradient(to bottom right,#6e91b4, #6e91b4);
    background-repeat: no-repeat;
    background-position: top right;
    background-blend-mode: overlay;
    border-radius: 10px;
    padding: 15px 28px 10px;
    background-size: contain;
    margin-bottom: 0;
}
.all-courses-link{
    margin-bottom: 0 !important;
    text-align: center;
    color: #fff;
}
.all-courses-link p{
    font-size: 20px;
    font-weight: bold;
}
.all-courses-link a{
    color:#f3a339
}
.all-courses-link-row{
    max-width: 100%;
    margin:auto !important
}
span.google_reviews{
    color: #96a6c5;
    font-size: 18.34px;
}
.google_review_stars img{
    margin-bottom: 9px !important;
    margin-left: 10px;
    margin-right: 10px;
}
.vat-info{
    color:#0e2043;
    font-size:14px
}

.progress-bar-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    margin-right: 40px;
  }
  
  .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 27px;
  }
  
  .numeral {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .step.prev .numeral {
    background-color: #96a6c5;
    color: #fff;
    border-color: #96a6c5;
  }
  .step.prev  .title {
    color:#96a6c5
  }

  .step.active .numeral {
    background-color: #fff;
    color: #96a6c5;
    border-color: #96a6c5;
  }
  .step.active  .title {
    color:#33486f
  }

  .step .numeral {
    background-color: #e5e9f0;
    color: #96a6c5;
    border-color: #e5e9f0;
  }
  .step.next .title{
    color: #33486f;
  }

  .step .title{
    color: #d0d7e3;
    width: 30px;
    white-space: nowrap;
    position: relative;
    left: -15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .line {
    width: 100%;
    height: 3px;
    background-color: #96a6c5;
  }
  .line.prev{
    background-color: #96a6c5;
  }
  .line.next{
    background-color:#e5e9f0
  }
.cart-header  {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom:30px;
  }
  dd.variation-Location p:after, dd.variation-Exam p:after{
    content: "?";
    padding: 1.5px 7px;
    background: #cccccc;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
}
.cart th {
    font-size: 18px;
    color: #96a6c5;
}
td.product-name a {
    color: #33486f;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 15px;
    display: block;
}
.variation dd {
    padding-bottom: 10px;
    color: #6e7992;
}
.woocommerce-cart table.cart img {
    width: 95px;
    box-shadow: none;
    border-radius: 5px;
}
dl.variation {
    font-size: 18px;
}
.woocommerce td.product-name dl.variation dt{
    color:#96a6c5;
    font-weight: normal;
}
.woocommerce a.remove {
    background: #c42028;
    color: #fff !important;
}
.input-text.qty.text {
    width: 65px !important;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    text-align: center;
    color: #33486f;
    height: 32px;
}
td.product-subtotal{
    color: #33486f;
    font-weight: bold;
    font-size: 18px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    background: #ecf1f9;
    color: #33486f;
    font-weight: normal;
}
.yellow{
    color: #f3a439;
}
.custom-cart-block-text strong{
    font-size: 21px;
}
.custom-cart-block{
    background: #33486f;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.bottom-cart-block-d a {
    color: #a7c2f5;
}
.cart_totals th {
    color: #96a6c5;
}
.cart_totals td {
    color: #33486f;
}
.woocommerce a.button.alt, .woocommerce button.button.alt {
    background: linear-gradient(to bottom,#53c854, #1bac1c);
    margin-bottom: 0;
    border-radius: 5px;
}

dd.variation-Location p, dd.variation-Exam p{
    position: relative;
    display: inline-block;
    border-bottom: dashed 1px;
    cursor: help;
  }
  
  dd.variation-Location p:hover::before, dd.variation-Exam p:hover::before {
    /*content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ante libero, molestie non maximus nec, vulputate id est. Vivamus pretium iaculis purus eget consectetur. Vestibulum in augue quis libero dapibus varius.";*/
    visibility: visible;
    width: 240px;
    background-color: #33486f;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    top: -180%;
    left: 270%;
    transform: translateX(-50%);
    opacity: 1;
    transition: opacity 0.3s;
    line-height: 1.7;
    white-space: pre;
    text-wrap: balance;
}
dd.variation-Exam p:hover::before{
    left:170%
}
.safensecure-bar{
    background: #edeff2;
    margin-bottom: 30px;
    color: #153471;
    padding: 5px;
    text-align: center;
    font-size: 24px;
}
.safensecure-bar span::before{
    content: "";
    background-image: url('../images/lock-icon.png');
    width: 25px;
    display: inline-block;
    height: 31px;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
}
.safensecure-bar span::after{
    content: "";
    width: 125px;
    display: inline-block;
    height: 31px;
    margin-left: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
    background-image: url("../images/stripe.png");
}
.payicons-bar{
    margin-bottom: 30px;
    text-align: center;
}
.payicons-bar img{
    max-width: 770px;
}
.woocommerce-billing-fields h3{
    color: #33486f;
}
.checkout-note{
    font-size: 15px;
    color: #33486f;
    display: inline;
    margin-left: 20px;
    font-weight: normal;
}
.woocommerce form .form-row label{
    display: inline-block;
    width: 40%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
    width: 60%;
    padding: 10px;
    border-color: #e5eaf4;
    border-radius: 10px;
    box-shadow: none;
    border-style: solid;
    border-width: 2px;
}
span.woocommerce-input-wrapper{
    vertical-align: top;
}
#billing_address_2{
    width:100%;
}
.woocommerce form .form-row .select2-container, #billing_address_1 {
    width: 100% !important;
}
#billing_country_field label, #billing_address_1_field label{
    width: 100%;
}
#billing_gazchaps_getaddress_io_postcode_lookup_button_field br{
    display: none;
}
#billing_gazchaps_getaddress_io_postcode_lookup_button_field button{
    margin-top: 0 !important;
}
.woocommerce-form-login-toggle{
    padding: 20px;
    border-bottom: 1px solid #e5eaf4;
    font-size: 13px;
    color: #33486f;
}
.woocommerce-form-login-toggle a{
    color:#19243a;
    font-weight: bold;
}
.woocommerce-billing-fields h3{
    margin-bottom:30px
}
.ji_email_container, .billing_ji_email, #billing_ji_to_delegate_field{
    width: calc(100% + 90px);
    margin-left: -45px !important;
    margin-right: -45px !important;
    background: #f4f6f7;
    padding-left: 45px !important;
    padding-right: 45px !important;
    padding-top: 10px !important;
    margin-bottom: 0 !important;
    padding-bottom:15px !important
}
.ji_email_container h3{
    margin-bottom: 0;
}
.billing_ji_email{
    padding-bottom:0 !important
}
.billing_ji_email label{
    font-size: 17px;
    color: #33486f;
    width: 100% !important;
}
#billing_ji_to_delegate_field label{
    color: #33486f;
}
#billing_ji_to_delegate_field{
    margin-bottom: 15px !important;
}
#order_review thead tr th{
    color: #96a6c5;
    font-size: 18px;
}
#order_review td{
    color: #33486f;
    font-size: 19px;
    font-weight: bold;
}
#order_review tfoot tr th, #order_review tfoot tr td{
    color:#33486f;
    font-size: 18px;
}
.woocommerce-checkout #payment{
    background:none
}
.woocommerce-checkout #payment ul.payment_methods{
    padding:0
}
.woocommerce-checkout #payment ul.payment_methods li{
    font-weight: bold;
    padding: 0.5em 1em;
    background: #ecf3f6;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #33486f;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio]{
    transform: scale(1.5);
    border-color: #ecf3f6;
}
#place_order{
    background: url(../images/pay-securely-now.png), linear-gradient(to bottom,#37BA39, #1BAC1D);
    font-size: 22px;
    text-transform: capitalize;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 36% 50%;
}
span.norton-security::before {
    background: url(../images/lock-grey.png) no-repeat;
    content: "";
    display: inline-block;
    width: 19px;
    position: relative;
    height: 24px;
    top: 5px;
    margin-right: 10px;
}
span.norton-security {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #626262;
}
.delegate_checkbox{
    margin-right: 10px;
    transform: scale(1.5);
}
td.product-delegates{
    vertical-align: top !important;
}
#billing_gazchaps_getaddress_io_postcode_lookup_button_field_button{
    padding:14px
}
@media(max-width:1024px){
    .price_info{
        font-size: 22px;
    }
    #homepage-popular-products .course_type a, .bpost-readmore a{
        font-size:13px
    }
    .payicons-bar img{
        max-width: 100%;
    }

}
@media(max-width:500px){
    #homepage-popular-products .woocommerce ul.products[class*=columns-] li.product,
    #homepage-popular-products .woocommerce ul.products[class*=columns-] li.product:nth-child(2n){
        width:100%;
    }
    #homepage-popular-products h3{
        font-size: 28px !important;
    }
    #popular-category-two .popular-category-button, #popular-category-three .popular-category-button{
        float:none;
        top:0
    }
    .all-courses-link p {
        font-size: 15px;
    }
    .popular-category-button a{
        font-size: 16px;
    }
    td.product-name a{
        font-size: 18px;
    }
    .safensecure-bar{
        font-size: 23px;
    }
    .payicons-bar img{
        max-width: 100%;
    }
    .checkout-note{
        display: inline-block;
        margin-left: 0;
        margin-top: 10px;
    }
    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last, 
    .woocommerce form .form-row label,
    .woocommerce form .form-row input.input-text, 
    .woocommerce form .form-row textarea,
    #billing_country_field label,
    #billing_address_1_field label,
    .woocommerce form .form-row .select2-container,
    #billing_address_1,
    #billing_address_2{
        width: 100% !important;
    }
    #order_review td{
        font-size: 13px;
    }
    dl.variation {
        font-size: 13px;
    }
    #place_order{
        background-position: 8% 50%;
    }
}
@media(max-width:968px){
    #popular-category-one {
        max-width: 100%;
        margin-bottom: 20px;
        width: 100%;
    }
    .popular-category-col2 {
        max-width: 100%;
        margin-left: 0;
        width: 100%;
    }
}
@media(max-width:968px) and (min-width:768px){
    .popular-category-col2{
        width:100% !important
    }
    .popular-category-col2 .vc_column-inner{
        padding-right: 0 !important;
    }
    #popular-category-two{
        float:left;
        width: 48%;
        margin-right: 2%;
    }
    #popular-category-three{
        float:right;
        width: 50%;
    }
    #popular-category-two .popular-category-button, #popular-category-three .popular-category-button {
        float: none;
        position: unset;
        margin-top: 10px;
    }
}
@media(max-width:768px){
    #popular-category-one {
        width: 92%;
        margin-left: 4%;
    }
}
.woocommerce-cart-form .norton-security{
    text-align: left;
    margin-bottom: 0;
    margin-top: 15px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    padding: 4px 6px 3px;
}
.footer-legal-text {
    background-color: #f1f1f1;
    margin-top: 30px;
    padding: 10px 10px;
    text-align: center;
    line-height: 2;
    font-size: 11px;
}
.footer-legal-text p {
    font-size: 9px;
    width: 90%;
    margin: 10px auto;
    color: #565656;
}
.pop-cat-btns{
    display: none;
}
#toggle-cat-btns{
    cursor: pointer;
}
.cart-pay-logos #reviews > h4, .cart-pay-logos #reviews > h3 {
    display: none;
}
.cart-pay-logos #reviews .comment-text{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.cart-pay-logos #reviews .star-rating{
    display: block;
    float: none;
    margin: 10px auto;
    font-size: 1.5em;
}
.cart-pay-logos #reviews .meta{
    margin-bottom: 5px;
}
.cart-pay-logos #reviews .comment_container{
    margin-top:15px
}
.delegate-note{
    position: relative;
    right: 0;
    color: #33486f;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    height: 0px;
    margin: 0 !important;
    top: 15px;
    padding: 0 !important;
}
@media(max-width:1200px){
    .delegate-note{
        background: #f4f6f7;
        height: auto;
        text-align: left;
        top: unset;
        margin-left: -45px !important;
        margin-right: -45px !important;
        padding-top: 5px !important;
    }
    .delegate-note p{
        padding-left:45px
    }
}
@media(max-width:768px){
    .delegate-note {
        position: unset;
        margin-left: -45px !important;
        margin-right: -45px !important;
        margin-bottom: 0 !important;
    }
}