.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding: 0%;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1100px;
    }

    /*#HeroSection .container {*/
    /*    max-width: 1280px;*/
    /*}*/
}

/* @media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
} */

.cursorPointer {
    cursor: pointer;
}

[data-title*='Section'] {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    position: relative;
}

@media (min-width: 768px) {
    [data-title*='Upage'] {
        padding-top: 0px !important;
        padding-bottom: 45px !important;
    }
}

@media (min-width: 992px) {
    [data-title*='Upage'] {
        padding-top: 0px !important;
        padding-bottom: 60px !important;
    }

    [data-title*='Section'] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    [data-title*='Section'] {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

[data-title*='cf-vimeo-video'] .fluid-width-video-wrapper {
    border: 0px !important;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;
    background-color: #f5f5f5;
    padding-top: 56.25%;
}

.fluid-width-video-wrapper iframe {
    border-radius: 0px;
}

@media (max-width: 500px) {
    [data-title*='Upage'] {
        background-size: cover;
        padding-top: 55px;
        padding-bottom: 30px;
    }

    [data-title*='cf-vimeo-video'] .fluid-width-video-wrapper {
        border: none;
        background-color: transparent;
        padding-top: 56.25%;
    }
}

.txt_uppercase {
    text-transform: uppercase;
}

.txt_capitalize {
    text-transform: capitalize;
}

.txt_white {
    color: white;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.elBulletList {
    padding: 0px;
    list-style-type: none;
}

.elBulletListNew li {
    position: relative;
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 1.6em;
}

.elBulletListNew li i {
    position: absolute;
    top: 0px;
    left: 0px;
}

.elBulletList li:before {
    left: 10px !important;
    position: absolute;
}

.elBulletListNew li img {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 20px;
}

@media (max-width:500px) {
    .elBulletList {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .elBulletListNew li {
        margin-bottom: 0px;
        padding-left: 33px;
        padding-bottom: 10px;
        font-size: 16px !important;
        line-height: 24px;
    }

    .elBulletListNew li i {
        margin-left: -20px;
    }

    .elBulletList li:before {
        left: 10px !important;
    }

    .elBulletListNew li img {
        top: 1px;
    }
}

/* CF - Vimeo */
.iframeBlocker,
.iframeUnmute {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.video-sound-overlay {
    width: 100%;
    height: 100%;
    background-image: url('../images/big-play-button.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: 10%;
    background-position: center;
}

@media(max-width:500px) {
    .video-sound-overlay {
        background-size: 14%;
    }
}

.video-sound-overlay img {
    margin-top: 5px;
    margin-left: 10px;
    animation: pulse 2s infinite;
    animation-timing-function: ease-out;
}

.video-sound-overlay img {
    width: 18%;
    padding: 10px;
    position: absolute;
}

.video-sound-overlay .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

@media(min-width: 700px) {
    .fluid-width-video-wrapper {
        box-shadow: 0px 0px 20px 0px rgb(233 233 233 / 8%) !important;
        overflow: hidden;
    }

    .ultv-video__play-icon {
        width: 100px;
    }
}

.ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
    padding-bottom: 56.25%;
    border-radius: 0px;
}

.ultv-video__outer-wrap:before {
    opacity: 0.2;
}

[data-title*='highgold'] u {
    color: #cf995d;
    text-decoration: unset;
}

.color_edb576 {
    color: rgb(237, 181, 118);
}

.color_a97133 {
    color: rgb(169, 113, 51);
}

.color_cf995d {
    color: rgb(207, 153, 93);
}

#HighClassSaloon {
    background-color: rgb(244, 247, 251);
}

/* Course Benefit */
.CourseHelp {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}

.CourseHelp .Card .text {
    position: relative;
    font-size: 22px;
    line-height: 1.5em;
    padding-left: 41px;
    font-weight: 500;
}

.CourseHelp .Card .text:before {
    content: '';
    background: url('../images/check.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 4px;
    left: 0px;
}

@media(max-width: 500px) {
    .howSteps {
        font-size: 16px;
        line-height: 20px;
    }

    .CourseHelp {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        margin-top: 10px;
    }

    .CourseHelp .Card .text {
        font-size: 18px;
        line-height: 1.5em;
        padding-left: 35px;
        font-weight: 500;
    }

    .CourseHelp .Card .text::before {
        width: 20px;
        height: 20px;
        top: 4px;
        left: 2px;
    }
}