body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
    text-decoration: none !important;
}

button {
    -webkit-tap-highlight-color: transparent !important;
}

button:focus {
    outline: none !important;
    border: 0px;
    box-shadow: none !important;
}

.custom-content {
    flex-grow: 1;
    padding: 20px;
    width: 768px;
}

.yellow-background {
    background-color: #ffff00 !important;
    line-height: 1.5 !important;
    color: #000000 !important;
    font-size: 28px !important;
}

#site-content {
    padding-top: 30px;
}

#site-content p,
#student-results p,
#testimonials p,
#youtube-video-homepage p {
    color: #212121 !important;
}

/* New Design */
@media screen and (max-width: 1023px) and (min-width: 768px) {
    .heading-title-25 {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .heading-title-25 {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 1024px) {
    .heading-title-25 {
        font-size: 45px;
    }
}

.heading-title-25 {
    background: #FF8F00;
    color: #FFFFFF !important;
    border-radius: 100px;
    font-weight: 700;
    font-family: 'Archivo';
    letter-spacing: 1px;
    line-height: 1em;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 25px !important;
    width: 100%;
    margin: 0 auto;
}

a.button25:hover {
    background: #000000 !important;
    color: #ffffff;
}

.header-container {
    background: #ffffff;
}

header {
    margin: 0 auto;
    justify-content: space-between;
}

header ul.nav {
    justify-content: flex-end !important;
}

@media screen and (min-width: 1024px) {
    header {
        width: 1024px;
    }
}

@media screen and (max-width: 1023px) {
    header {
        width: 98%;

    }
}

@media screen and (max-width: 620px) {
    header {
        width: 100%;
        display: flex !important;
        justify-content: center;
    }

    header ul.nav {
        justify-content: center !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    header ul.nav li a {
        font-size: 12px !important;
        padding: 0px 8px !important;
    }

    header ul.nav li.nav-item-login a {
        padding: 0px 25px !important;
        margin-left: 10px !important;
    }
}

header img.site-logo {  
    width: 180px;
}

header ul.nav li a {
    font-family: 'Archivo';
    font-weight: 300;
    color: #212121;
    font-size: 14px;
    padding: 0px 20px;
    line-height: 1em;
}

header ul.nav li a:hover {
    color: #454545;
}

header ul.nav li a.active {
    color: #FF8F00;
}

header ul.nav li {
    border-right: 1px solid #FF8F00;
}

header ul.nav li.nav-item-login {
    border-right: 0px solid #FF8F00;
}

header ul.nav li.nav-item-login a {
    border-radius: 100px;
    background: #FF8F00;
    color: #ffffff;
    padding: 0px 35px;
    margin-left: 15px;
    line-height: 2em;
}

.black-bg-25 {
    background: #000000;
}

.gray-bg-25 {
    background: #F0F0F0;
}

div.container-25 {
    padding-top: 0px;
    padding-bottom: 35px;
}

div.top-section-container {
    background-image: linear-gradient(rgba(0, 0, 0, 80%), rgba(0, 0, 0, 85%)), url(../img/bg25.png) !important;
    background-size: auto, cover !important;
    background-position: 50% 50%, 50% 50% !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
    display: flex;
    flex-direction: column;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

div.top-section-container div.top-section {
    max-width: 768px;
    margin: 0 auto;
    padding: 35px 0px 20px;
}

div.step2-black-section {
    background: #000000;
}

div.step2-black-section p.heading-title {
    color: #FFFFFF !important;
}

.new-orange-header25 {
    width: 50%;
    margin: 0 auto;
    padding-top: 45px;
}

/* End New Design */

/* FAQ Section */
h2.accordion-header button {
    font-size: 16px !important;
}

.accordion-button {
    background: #000000 !important;
    color: #d1d1d1 !important;
    border-bottom: 2px solid #606060 !important;
    font-family: 'Archivo';
    font-weight: 700 !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-item {
    background-color: #000000;
    color: #d1d1d1 !important;
    border: 1px solid #000000 !important;
}

.accordion-body {
    font-size: 14px !important;
    font-family: 'Archivo';
    font-weight: 400;
}

/* FAQ Section */
#faq-section {
    background: #000000;
} 

/* Testimonials Single Page */
div#single-page-header {
    background: #000000;
    padding-top: 6px;
    padding-bottom: 6px;
}

div#single-page-header .row {
    width: 991px;
    margin: 0 auto;
}

div#single-page-header img {
    width: 230px;
}

div.single-testimonials p.description {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

div.backtohome {
    margin-top: 40px;
}

button.backtohome-btn {
    background: #FF8F00 !important;
    color: #ffffff !important;
    font-family: 'Archivo';
    line-height: 1.20em;
    font-size: 20px;
    border: 0px;
    border-radius: 100px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 18px 20px !important;
    display: block;
    text-transform: uppercase;
    width: 50%;
    margin: 0 auto;
}

a button.backtohome-btn:hover {
    background: #000000 !important;
}

/* Youtube Homepage */
h4.testimonial-yt-name {
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
    color: #212121;
    margin-bottom: 40px;
    text-transform: uppercase;
}

p.more-student-testimonials {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p.more-student-testimonials a {
    color: #f97800;
    text-decoration: underline !important;
}

p.more-student-testimonials a:hover {
    color: #c25e00;
}

#youtube-video-homepage, #faq-section {
    margin-top: 90px;
    margin: 0 auto;
}

@media screen and (max-width: 989px) {
    #faq-section {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #youtube-video-homepage {
        width: 90%;
    }

    #youtube-video-homepage iframe {
        width: 100%;
    }

    h2.custom-h2-sm, h2.custom-h2 {
        font-size: 20px !important;
        line-height: 1.4em !important;
    }

    h3.custom-h3-sm {
        font-size: 18px !important;
        margin-top: 5px !important;
    }

    .custom-h {
        padding: 5px 0 10px 0 !important;
    }
}

@media screen and (min-width: 767px) {
    #youtube-video-homepage {
        width: 628px;
    }
}

@media screen and (min-width: 990px) {
    #faq-section {
        width: 991px;
    }
}

#student-results img {
    margin-bottom: 30px;
}

#student-results {
    //padding-bottom: 50px;
    //background: #ececec;
}

/* Footer Adjustments */ 
#site-content {
    padding-bottom: 1.5rem;
}

div#testimonials, #faq-section {
    padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    #site-content {
        padding-bottom: 1.5rem
    } 

    #footer-links {
        padding-top: 1.5rem !important;
    }

    #faq-section {
        padding-bottom: 2rem !important;
    }

    .footer-notes {
        padding-top: 1rem !important;
    }
}

/* End of Footer Adjustments */

@media screen and (max-width: 599px) {
    #survey-page, #result {
        width: 95%;
    }
}

@media screen and (min-width: 600px) {
    #survey-page, #result {
        width: 599px;
    }
}

#survey-page {
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.question {
    margin: 20px 0;
    font-family: 'Archivo';
    font-size: 16px;
}

.question label {
    font-weight: 600;
    font-family: 'Archivo';
    text-transform: uppercase;
    margin-bottom: 6px;
    font-size: 20px;
}

.question input {
    margin-top: 10px;
    position: relative;
    bottom: -2px;
}

button.calculate-survey {
    background: #FF8F00 !important;
    color: #ffffff !important;
    font-family: 'Archivo';
    line-height: 1.20em;
    font-size: 20px;
    border: 0px;
    border-radius: 100px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 18px 20px !important;
    display: block;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
}

button.calculate-survey:hover {
    background: #000000 !important;
}

#result {
    display: none;
    margin-top: 20px;
    margin: 0 auto;
    background: #FF8F00;
    margin-bottom: 20px;
    padding: 25px 20px; 
    border-radius: 10px;
    border: 1px solid #e48000;
    text-align: center;
}

#result h2 {
    font-family: 'Archivo';
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
}

#result p {
    font-family: 'Archivo';
    color: #FFFFFF;
    font-weight: 400;
}

#testimonials, #student-results {
    margin-top: 90px;
    width: 991px;
    margin: 0 auto;
}

#testimonials h4.customer-name {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-family: 'Archivo';
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
    color: #f97800;
}

#testimonials p.customer-testi {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-family: 'Archivo';
    font-size: 14px !important;
    line-height: 1.75em !important;
    color: #dcdcdc;
    text-align: center;
}

#testimonials .second-row {
    margin-top: 60px;
    margin-bottom: 50px;
}

hr {
    border: 1px solid #FF8800 !important;
    width: 33%;
    margin: 0 auto;
    opacity: inherit;
}

hr.pb {
    margin-bottom: 60px;
}

p.whr {
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
}

p {
    font-family: 'Archivo';
    font-weight: 400;
    margin: 0;
    padding: 5px 0 10px 0;
    color: #FFFFFF;
    line-height: 1.75;
}

p.notes {
    font-family: 'Archivo' !important;
    color: #ffffff !important;
    font-size: 11px !important;
    line-height: 1.75 !important;
}

p.securepayment {
    color: #595959 !important;
    font-size: 14px !important;
    line-height: 2em !important;
}

p.heading-title {
    font-size: 26px !important;
    padding: 0px;
    font-family: 'Archivo' !important;
    font-weight: 800;
    color: #212121 !important;
    margin-top: 35px !important;
    margin-bottom: 25px;
}

p.custom-h {
    padding-bottom: 5px;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 29px;
    padding-top: 9px;
    margin-top: 0px;
    line-height: 1em;
}

h2.custom-h2 {
    font-family: 'Archivo';
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #ffffff;
    line-height: 1em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
}

h2.custom-h2-sm {
    font-family: 'Archivo';
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #ffffff;
    line-height: 1em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
}

h3.custom-h3-sm {
    font-family: 'Archivo';
    color: #FF8F00;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0px;
    margin-top: 15px;
}

span.custom-yellow {
    text-decoration: underline;
    color: #FF8F00;
}

span.custom-underline {
    text-decoration: underline;
}

h3.custom-p-orange {
    font-family: 'Archivo';
    font-size: 26px !important;
    color: #FF8F00;
    font-weight: 800;
    margin-top: 15px;
}

ul.achievement-list li {
    list-style-type: none;
    font-family: 'Archivo';
    font-weight: normal;
    line-height: 1.4em !important;
    font-size: 18px;
    color: #212121;
    padding-bottom: 16px;
    position: relative;
    padding-left: 35px;
}

ul.achievement-list li::before {
    content: "\F4B5";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 10px;
    margin-right: 8px;
    color: #f97800;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
}

ul.achievement-list li strong {
    font-weight: 800;
}

ul.achievement-list li i {
    margin-right: 8px;
    color: #f97800;
}

.price-content h5,
.price-content div {
    font-family: 'Archivo' !important;
    font-weight: 800;
    color: #ffffff;
    font-size: 50px;
    line-height: 1em;
    margin: 0px;
    padding: 0px;
}

.price-content h5 span,
.price-content div span {
    font-family: 'Archivo';
    font-weight: normal;
    font-size: 38px !important;
    line-height: 1em !important;
}

.price-content div span.pm {
    font-size: 15px !important;
    font-weight: 600;
}

.totalprice {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

/* OPTION */
div#option {
    margin-top: 30px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

div#option h4 {
    font-family: 'Archivo';
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    line-height: 1.4em;
}

div#option p {
    font-family: 'Archivo';
    font-weight: normal;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.75em;
    margin: 0px;
    padding: 0px;
}

div#option .price-title {
    margin: 0px;
    padding: 0px 0px 10px !important;
}

div#option .price-content {
    border-top: 2px solid rgba(255, 255, 255, 0.15) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15) !important;
    padding: 20px;
}

div#option .price-content ul {
    padding-left: 10px;
    padding-right: 10px;
}

div#option .price-content ul li i {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 8px;
    color: #f97800;
}

div#option .price-content ul li {
    font-family: 'Archivo';
    font-weight: 400;
    color: #ffffff;
    line-height: 2.3em;
    font-size: 14px;
    text-align: left;
    list-style-type: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

div#option .orange-dsgn .price-content ul li i {
    color: #ffffff;
}

div#option .orange-dsgn .price-content ul li span {
    color: #000000;
}

div#option .orange-dsgn .price-content div {
    font-size: 70px !important;
}

div#option .orange-dsgn .buy-now-button-div a#link2 button {
    background: #FF8F00 !important;
    color: #ffffff !important;
    font-family: 'Archivo';
    line-height: 1.20em;
    font-size: 20px;
    border: 0px;
    border-radius: 100px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 18px 20px !important;
    display: block;
    text-transform: uppercase;
    width: 100%;
}

div#option .orange-dsgn .buy-now-button-div a#link2 button:hover {
    background: #000000 !important;
}

div#option .buy-now {
    margin: 0px !important;
    padding: 10px 20px !important;
    background: #ffffff;
}

div#option .buy-now .buy-now-button-div {
    width: 200px;
    margin: 0 auto;
}

div#option .left-option {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 18px 5px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) !important;
    background-color: hsla(calc(0 + 185 ),41%,9%,calc(1 - 0 )) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    height: fit-content;
}

div#option .right-option {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 8px;
    background-color: hsla(calc(0 + 185 ),41%,9%,calc(1 - 0 )) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
}

div#option .right-option.default-dsgn {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)) !important;
}

div#option .right-option.orange-dsgn {
    background-image: linear-gradient(rgba(255, 143, 0, 1), rgba(255, 143, 0, 1)) !important;
}

/* Post Hog Expirement */
.hide-prove-source {
    display: none !important;
}

@media screen and (min-width: 992px) {
    .center-experiment {	
        width: 50%;
        margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
    .center-experiment {
        width: 100%;
        margin: 0 auto;
    }
}

/* Buy Now to Top */
@media screen and (max-width: 767px) {
    .buy-now-top {
        width: 95% !important;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 768px) {
    .buy-now-top {
        width: 320px;
        margin: 0 auto;
        padding-top: 20px;
    }
}

div.buy-now-top button {
    background: #FF8F00 !important;
    color: #ffffff !important;
    font-family: 'Archivo';
    line-height: 1.20em;
    font-size: 20px;
    border: 0px;
    border-radius: 100px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 18px 20px !important;
    display: block;
    text-transform: uppercase;
    width: 100%;
}

div.buy-now-top button:hover {
    background: #000000 !important;
}

div.buy-now-top p.securepayment {
    color: #ffffff !important;
}

/** Step Two Form **/
.steptwo-form {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 599px) {
    .steptwo-form {
        width: 95% !important;
    }
}

@media screen and (min-width: 600px) {
    .steptwo-form {
        width: 70% !important;
    }
}

/* Footer Links */
@media screen and (max-width: 1024px) {
    #footer-links {
        width: 100%;
    }
}

@media screen and (min-width: 1023px) {
    #footer-links {
        width: 991px;
    }
}

@media screen and (max-width: 768px) {
    .footer-links-cont {
        padding-bottom: 15px !important;
    }
}

@media screen and (min-width: 769px) {
    .footer-links-cont {
        padding-bottom: 0px;
    }
}

#footer-links {
    padding-top: 3rem;
}

#footer-links h3 {
    font-family: "Archivo";
    color: #f97800;
    font-size: 13px !important;
    font-weight: 700;
    text-align: left !important;
}

#footer-links a {
    text-decoration: none;
}

#footer-links a p {
    font-family: "Archivo";
    color: #ffffff;
    font-size: 12px !important;
    line-height: 1.50em;
    padding: 0px;
    margin: 0px 0px 5px;
    text-align: left !important;
}

/** Footer **/
footer {
    display: block;
    background-color: #000000 !important;
    opacity: 1 !important;
    padding-top: 1rem;
    padding-bottom: 3rem;
    border-top: 2px solid #2b2b2b;
}

footer div.footer-bi i {
    display: inline-block;
    background: #444444;
    width: 55px;
    height: 55px;
    padding-top: 2px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 33px;
    border-radius: 100px;
    text-align: center;
}

footer div.footer-bi a i  {
    color: #ffffff !important;
}

footer div.footer-bi a:hover i  {
    color: #dadada !important;
}

footer div.footer-links {
    margin-top: 40px;
}

footer div.footer-links a {
    color: rgba(255,255,255,0.8) !important;
    font-family: 'Archivo';
    font-size: 16px;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

footer p.copyright {
    letter-spacing: 0px;
    line-height: 1.45em !important;
    font-size: 13px;
    font-family: 'Archivo';
    color: rgba(255,255,255,0.9) !important;
}

footer p.disclaimer-notes {
    font-size: 11px !important;
}

footer p.disclaimer-notes a {
    color: #ffffff;
}

.footer-notes {
    width: 991px;
    padding-top: 40px;
    margin: 0 auto;
}

/* Form Fields */
input[type="text"], 
input[type="email"],
input[type="number"],
input[type="textarea"] {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100%;
    height: 48.4px;
    background: #f1f2f6;
    border: 1px solid #f1f2f6;
    margin-top: 8px;
    margin-bottom: 18px;
    padding: 15px 15px !important;
    font-family: 'Archivo';
    font-size: 14px !important;
    border-radius: 3px;
    color: #0c1115;
}

select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100% !important;
    height: 48.4px;
    background: #f1f2f6 !important;
    border: 1px solid #f1f2f6 !important;
    margin-top: 8px;
    margin-bottom: 18px;
    padding: 10px 15px !important;
    font-family: 'Archivo';
    font-size: 14px !important;
    border-radius: 3px;
    color: #0c1115;
}

button[type="submit"] {
    height: 60px;
    width: 100% !important;
    border: 0px;
    border-radius: 100px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Archivo';
    font-size: 20px !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    line-height: 1em;
}

button#lead-submit {
    font-family: 'Archivo';
    line-height: 1.20em;
    font-size: 20px;
    background: #f97800;
    border: 0px;
    border-radius: 100px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 18px 50px !important;
    display: block;
}

button#lead-submit:hover {
    background: #000000;
    color: #ffffff;
}

/* Placeholder */
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccccc;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cccccc;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #cccccc;
}

/* Form Select */
select#source:not(.default-value){
    color: #0c1115 !important;
}

select option {
    color: #544F4F;
}

select option:first-child{
    display: none;
} 

select.default-value {
    color: #544F4F !important;
}

select .select-placeholder {
    color: #544F4F !important;
}

select option:first-child {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #544F4F !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #544F4F !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #544F4F !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #544F4F !important;
    opacity: 1;
}

/* Form Validation */
p.texterrorvalidation {
    font-size: 13px !important;
    color: #f2eaea !important;
    font-weight: bold;
    margin-top: -8px;
}

p.nvalid,
p.emailvalid,
p.phonevalid,
p.sourcevalid {
    display: none;
}

@media screen and (max-width: 1024px) {
    .footer-notes {
        width: 100% !important;
    }

    .single-testimonials {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 991px) {
    .new-orange-header25 {
        width: 90%;
    }

    .heading-title-25 {
        width: 100%;
    }

    .custom-content,
    #testimonials,
    #student-results,
    div#single-page-header .row  {
        width: 100% !important;
    }

    #student-results img {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #student-results {
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    .mobile-link {
        display: none;
    }

    .desktop-ipad-link {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .mobile-link {
        display: block;
    }

    .desktop-ipad-link {
        display: none;
    }

    .price-content ul {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    button#hd-hamburger {
        background: transparent;
        border: 0px;
        font-size: 25px;
    }

    .mobile-link button.header-hamburger {
        background: transparent !important;
        border: 0px;
    }

    .mobile-link button.header-hamburger i {
        font-size: 33px;
    }

    #testimonials hr.pb,
    #faq-section hr.pb {
       margin-bottom: 30px;
    }

    #testimonials .second-row {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    #testimonials p.customer-testi {
        font-size: 14px !important;
        line-height: 1.75em !important;
        margin-top: 10px !important;
    }

    .testimonial-user {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    h3.custom-p-orange {
        font-size: 22px !important;
        line-height: 1.4em !important;
    }

    h2.custom-h2 {
        line-height: 1.4em !important;
        font-size: 20px !important;
    }

    p {
        font-size: 16px !important;
        line-height: 1.45em !important;
    }

    p.heading-title {
        font-size: 22px !important;
        line-height: 1.4em !important;
    }

    .price-content h5, .price-content div {
        font-size: 34px !important;
    }

    #site-content {
        padding-top: 40px;
    }

    div#option .right-option {
        margin-top: 50px;
    }

    ul.achievement-list {
        padding-left: 0px;
    }

    ul.achievement-list li,
    ul.achievement-list li span {
        font-size: 16px !important;
    }

    footer div.footer-bi i {
        margin-left: 5px;
        margin-right: 5px;
        height: 45px;
        width: 45px;
        font-size: 22px;
        padding-top: 5px;
    }

    .footer-links {
        margin-top: 20px !important;
    }

    p.copyright {
        letter-spacing: 0px;
        font-size: 12px !important;
    }

    ul.offcanvas-menu li {
        list-style-type: none;
        text-align: left;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 599px) {
    .footer-notes {
        width: 100%;
    }

    div#option .price-content {
        padding: 20px 10px !important;
    }

    div#option .price-content ul li { 
        padding-left: 25px;
        line-height: 1.45em;
    }
}

/******************** CUSTOM FONTS ********************/
/******************************************************/

/* Font: Archivo */
/*****************/

/* Font: Archivo 300 */
/* vietnamese */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/vietnamese-archivo-300.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/latin-ext-archivo-300.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/latin-archivo-300.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Font: Archivo 400 Italic */
/* vietnamese */
@font-face {
    font-family: 'Archivo';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/vietnamese-archivo-400.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Archivo';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/latin-ext-archivo-400.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Archivo';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/latin-archivo-400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Font: Archivo 400 */
/* vietnamese */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/vietnamese-archivo-normal-400.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/latin-ext-archivo-normal-400.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/latin-archivo-normal-400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Font: Archivo 600 */
/* vietnamese */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/vietnamese-archivo-600.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/latin-ext-archivo-600.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/latin-archivo-600.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Font: Archivo 700 */
/* vietnamese */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/vietnamese-archivo-700.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/latin-ext-archivo-700.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/latin-archivo-700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Font: Archivo 800 */
/* vietnamese */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/vietnamese-archivo-800.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/latin-ext-archivo-800.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/archivo/latin-archivo-800.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}